rl-metadata/patch.yml

57 lines
1.6 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
# 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.
2021-12-11 04:41:52 +00:00
---
build_patch: []
2021-12-11 19:08:16 +00:00
previous: []
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
- 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
2021-12-11 04:41:52 +00:00
all:
- abrt
- anaconda-user-help
- chrony
- cloud-init
- 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
- scap-security-guide
- 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
...