rl-metadata/patch.yml

109 lines
3.1 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. These show
# what branch has patches applied.
# previous: These are previously patched packages that are no longer patched in
# Rocky as they are upstreamed or it was found no longer required.
# provides: These are specific branded packages that provide something else
# that has redhat or centos in the name.
# 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 or to decouple packages from Red Hat specific
# software like subscription-manager. These are not "branch" specific
# at all and only indicate what major release has debranding applied.
---
build_patch:
r8:
- rpm-ostree
r8-stream-10.3:
- mariadb
r8-stream-2.6:
- ruby
r8-stream-2.7:
- python-psycopg2
r8:
- python-cups
previous:
- ipa
provides:
base-module(platform:el8): rocky-release
base-module(platform:el9): rocky-release
centos-release: rocky-release
centos-release-eula: rocky-release
redhat-release: rocky-release
redhat-release-eula: rocky-release
redhat-indexhtml: rocky-indexhtml
redhat-logos: rocky-logos
redhat-logos-httpd: rocky-logos-httpd
redhat-logos-ipa: rocky-logos-ipa
rocky-release-eula: rocky-release
system-backgrounds: rocky-backgrounds
system-logos: rocky-logos
system-logos(httpd-logo-ng): rocky-logos-httpd
system-logos-httpd: rocky-logos-httpd
system-logos-ipa: rocky-logos-ipa
system-release: rocky-release
system-repos: rocky-repos
system-sb-certs: rocky-sb-certs
dnt:
all:
- redhat-fonts
# Version specific, does not indicate branch names.
debrand:
r8:
- dotnet3.0
- fwupdate
- gnome-boxes
- libguestfs # temporary
- pcs # Might be needed for 9
- plymouth
- python2
r9:
- libguestfs # temporary
all:
- abrt
- anaconda
- anaconda-user-help
- chrony
- cloud-init # temporary till 21.3
- cockpit
- crash
- dhcp
- dnf
- firefox
- fwupd
- gcc
- gcc-toolset-9-gcc
- gcc-toolset-10-gcc
- gcc-toolset-11-gcc
- gcc-toolset-12-gcc
- gnome-settings-daemon
- grub2
- httpd
- initial-setup
- kernel
- kernel-rt
- libdnf
- libreoffice
- libreport
- nginx
- opa-ff # temporary
- opa-fm # temporary
- openscap # temporary, submitting upstream PR
- pesign # temporary for 9, may end up being replaced by sbsigntool
- PackageKit
- python-pip
- python3
- redhat-rpm-config
- scap-security-guide # upstream?
- shim
- shim-unsigned-x64
- shim-unsigned-aarch64
- sos
- subscription-manager
- systemd
- thunderbird
- WALinuxAgent ## temporary until 2.8.x.y
...