rl-metadata/patch.yml

46 lines
1.1 KiB
YAML
Raw Normal View History

2021-12-11 04:41:52 +00:00
# Packages that are patched or debranded
---
build_patch: []
2021-12-11 19:08:16 +00:00
previous: []
2021-12-11 04:41:52 +00:00
debrand:
rl8:
- 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
- python2 ## TODO
2021-12-11 04:41:52 +00:00
rl9:
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
- openscap ## TODO (may be temporary)
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
...