rl-metadata/patch.yml

57 lines
1.6 KiB
YAML

# Packages that are patched or debranded
# build_patch: These needed modifications to build properly or they are being
# addressed for other issues that isn't done upstream.
# previous: These are previously patched packages that are no longer patched in
# Rocky as they are upstreamed.
# dnt: Do Not Touch - These are for packages that "appear" to need to be
# debranded, but that is not the case.
# debrand: Packages that need trademarks removed/changed for Rocky to remove
# Red Hat references.
---
build_patch: []
previous: []
dnt:
all:
- redhat-fonts
debrand:
r8:
- anaconda
- dotnet3.0
- fwupdate
- libguestfs # temporary
- osinfo-db # temporary, might be needed for 9 temporarily
- pcs ## Might be needed for 9
- python2
r9:
- libguestfs # temporary
all:
- abrt
- anaconda-user-help
- chrony
- cloud-init
- crash
- firefox
- fwupd
- gnome-settings-daemon
- grub2
- httpd
- initial-setup
- kernel
- libreoffice
- libreport ## TODO FOR 9
- nginx
- opa-ff # temporary
- opa-fm # temporary
- openscap # temporary, submitting upstream PR
- python3
- redhat-rpm-config
- scap-security-guide
- shim
- shim-unsigned-x64
- shim-unsigned-aarch64
- sos # temporary -> Upstream master branch
- subscription-manager
- thunderbird
- WALinuxAgent ## temporary -> Upstream PR
...