rl-metadata/patch.yml

80 lines
2.4 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
# addressed for other issues that isn't done upstream.
# 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
# Red Hat references.
2021-12-11 04:41:52 +00:00
---
build_patch: []
2021-12-15 18:09:29 +00:00
previous:
- ipa
2021-12-13 05:21:46 +00:00
provides:
base-module(platform:elX): 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
2021-12-12 23:35:45 +00:00
dnt:
all:
- redhat-fonts
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
- anaconda
- dotnet3.0
- eth-tools # temporary, might be needed for 9 temporarily
2021-12-11 04:41:52 +00:00
- fwupdate
2021-12-11 19:08:16 +00:00
- libguestfs # temporary
- osinfo-db # temporary, might be needed for 9 temporarily
- pcs ## Might be needed for 9
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
2022-03-29 16:29:37 +00:00
- dnf
- libdnf
2021-12-11 04:41:52 +00:00
all:
- abrt
- anaconda-user-help
- chrony
2021-12-13 05:21:46 +00:00
- cloud-init # temporary, upstreamed
2021-12-11 04:41:52 +00:00
- crash
- firefox
- fwupd
- gnome-settings-daemon
- grub2
- httpd
2021-12-11 19:08:16 +00:00
- initial-setup
2021-12-11 04:41:52 +00:00
- kernel
2021-12-11 19:08:16 +00:00
- libreoffice
- libreport ## TODO FOR 9
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
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
2021-12-11 19:08:16 +00:00
- sos # temporary -> Upstream master branch
2021-12-11 04:41:52 +00:00
- subscription-manager
- thunderbird
2021-12-11 19:08:16 +00:00
- WALinuxAgent ## temporary -> Upstream PR
...