update metadata

This commit is contained in:
Louis Abel 2022-05-07 09:14:54 -07:00
parent d3b52764af
commit 12725f25c6
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 39 additions and 12 deletions

View File

@ -1,6 +1,7 @@
# Packages that are patched or debranded # Packages that are patched or debranded
# build_patch: These needed modifications to build properly or they are being # build_patch: These needed modifications to build properly or they are being
# addressed for other issues that isn't done upstream. # 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 # previous: These are previously patched packages that are no longer patched in
# Rocky as they are upstreamed or it was found no longer required. # Rocky as they are upstreamed or it was found no longer required.
# provides: These are specific branded packages that provide something else # provides: These are specific branded packages that provide something else
@ -8,13 +9,26 @@
# dnt: Do Not Touch - These are for packages that "appear" to need to be # dnt: Do Not Touch - These are for packages that "appear" to need to be
# debranded, but that is not the case. # debranded, but that is not the case.
# debrand: Packages that need trademarks removed/changed for Rocky to remove # debrand: Packages that need trademarks removed/changed for Rocky to remove
# Red Hat references. # 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: [] 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: previous:
- ipa - ipa
provides: provides:
base-module(platform:elX): rocky-release base-module(platform:el8): rocky-release
base-module(platform:el9): rocky-release
centos-release: rocky-release centos-release: rocky-release
centos-release-eula: rocky-release centos-release-eula: rocky-release
redhat-release: rocky-release redhat-release: rocky-release
@ -33,47 +47,60 @@ provides:
dnt: dnt:
all: all:
- redhat-fonts - redhat-fonts
# Version specific, does not indicate branch names.
debrand: debrand:
r8: r8:
- anaconda
- dotnet3.0 - dotnet3.0
- fwupdate - fwupdate
- gnome-boxes
- libguestfs # temporary - libguestfs # temporary
- osinfo-db # temporary, might be needed for 9 temporarily - pcs # Might be needed for 9
- pcs ## Might be needed for 9 - plymouth
- pesign # temporary for 9, may end up being replaced
- python2 - python2
r9: r9:
- libguestfs # temporary - libguestfs # temporary
all: all:
- abrt - abrt
- anaconda
- anaconda-user-help - anaconda-user-help
- chrony - chrony
- cloud-init # temporary, upstreamed - cloud-init # temporary till 21.3
- cockpit
- crash - crash
- dhcp
- dnf - dnf
- firefox - firefox
- fwupd - fwupd
- gcc
- gcc-toolset-9-gcc
- gcc-toolset-10-gcc
- gcc-toolset-11-gcc
- gcc-toolset-12-gcc
- gnome-settings-daemon - gnome-settings-daemon
- grub2 - grub2
- httpd - httpd
- initial-setup - initial-setup
- kernel - kernel
- kernel-rt
- libdnf - libdnf
- libreoffice - libreoffice
- libreport ## TODO FOR 9 - libreport
- nginx - nginx
- opa-ff # temporary - opa-ff # temporary
- opa-fm # temporary - opa-fm # temporary
- openscap # temporary, submitting upstream PR - openscap # temporary, submitting upstream PR
- pesign # temporary for 9, may end up being replaced by sbsigntool
- PackageKit
- python-pip
- python3 - python3
- redhat-rpm-config - redhat-rpm-config
- scap-security-guide # upstream? - scap-security-guide # upstream?
- shim - shim
- shim-unsigned-x64 - shim-unsigned-x64
- shim-unsigned-aarch64 - shim-unsigned-aarch64
- sos # temporary -> Upstream master branch - sos
- subscription-manager - subscription-manager
- systemd
- thunderbird - thunderbird
- WALinuxAgent ## temporary -> Upstream PR - WALinuxAgent ## temporary until 2.8.x.y
... ...