rl-metadata/patch.yml

109 lines
3.1 KiB
YAML
Raw Normal View History

2021-12-11 04:41:52 +00:00
# Packages that are patched or debranded
2021-12-13 01:11:07 +00:00
# build_patch: These needed modifications to build properly or they are being
2022-05-07 16:14:54 +00:00
# addressed for other issues that isn't done upstream. These show
# what branch has patches applied.
2021-12-13 01:11:07 +00:00
# previous: These are previously patched packages that are no longer patched in
2021-12-15 18:09:29 +00:00
# Rocky as they are upstreamed or it was found no longer required.
2021-12-13 05:21:46 +00:00
# provides: These are specific branded packages that provide something else
# that has redhat or centos in the name.
2021-12-13 01:11:07 +00:00
# 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
2022-05-07 16:14:54 +00:00
# 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.
2021-12-11 04:41:52 +00:00
---
2022-05-07 16:14:54 +00:00
build_patch:
r8:
- rpm-ostree
r8-stream-10.3:
- mariadb
r8-stream-2.6:
- ruby
r8-stream-2.7:
- python-psycopg2
r8:
- python-cups
2021-12-15 18:09:29 +00:00
previous:
- ipa
2021-12-13 05:21:46 +00:00
provides:
2022-05-07 16:14:54 +00:00
base-module(platform:el8): rocky-release
base-module(platform:el9): rocky-release
2021-12-13 05:21:46 +00:00
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
2022-05-07 16:33:19 +00:00
system-repos: rocky-repos
system-sb-certs: rocky-sb-certs
2021-12-12 23:35:45 +00:00
dnt:
all:
- redhat-fonts
2022-05-07 16:14:54 +00:00
# Version specific, does not indicate branch names.
2021-12-11 04:41:52 +00:00
debrand:
2021-12-13 01:11:07 +00:00
r8:
2021-12-11 04:41:52 +00:00
- dotnet3.0
- fwupdate
2022-05-07 16:14:54 +00:00
- gnome-boxes
2021-12-11 19:08:16 +00:00
- libguestfs # temporary
2022-05-07 16:14:54 +00:00
- pcs # Might be needed for 9
- plymouth
2021-12-12 23:35:45 +00:00
- python2
2021-12-13 01:11:07 +00:00
r9:
2021-12-11 19:08:16 +00:00
- libguestfs # temporary
2021-12-11 04:41:52 +00:00
all:
- abrt
2022-05-07 16:14:54 +00:00
- anaconda
2021-12-11 04:41:52 +00:00
- anaconda-user-help
- chrony
2022-05-07 16:14:54 +00:00
- cloud-init # temporary till 21.3
- cockpit
2021-12-11 04:41:52 +00:00
- crash
2022-05-07 16:14:54 +00:00
- dhcp
2022-03-29 21:06:06 +00:00
- dnf
2021-12-11 04:41:52 +00:00
- firefox
- fwupd
2022-05-07 16:14:54 +00:00
- gcc
- gcc-toolset-9-gcc
- gcc-toolset-10-gcc
- gcc-toolset-11-gcc
- gcc-toolset-12-gcc
2021-12-11 04:41:52 +00:00
- gnome-settings-daemon
- grub2
- httpd
2021-12-11 19:08:16 +00:00
- initial-setup
2021-12-11 04:41:52 +00:00
- kernel
2022-05-07 16:14:54 +00:00
- kernel-rt
2022-03-29 21:06:06 +00:00
- libdnf
2021-12-11 19:08:16 +00:00
- libreoffice
2022-05-07 16:14:54 +00:00
- libreport
2021-12-11 04:41:52 +00:00
- nginx
2021-12-11 19:08:16 +00:00
- opa-ff # temporary
- opa-fm # temporary
2021-12-12 23:35:45 +00:00
- openscap # temporary, submitting upstream PR
2022-05-07 16:14:54 +00:00
- pesign # temporary for 9, may end up being replaced by sbsigntool
- PackageKit
- python-pip
2021-12-11 04:41:52 +00:00
- python3
- redhat-rpm-config
2021-12-13 05:21:46 +00:00
- scap-security-guide # upstream?
2021-12-11 04:41:52 +00:00
- shim
- shim-unsigned-x64
- shim-unsigned-aarch64
2022-05-07 16:14:54 +00:00
- sos
2021-12-11 04:41:52 +00:00
- subscription-manager
2022-05-07 16:14:54 +00:00
- systemd
2021-12-11 04:41:52 +00:00
- thunderbird
2022-05-07 16:14:54 +00:00
- WALinuxAgent ## temporary until 2.8.x.y
2021-12-11 19:08:16 +00:00
...