mirror of
https://git.rockylinux.org/rocky/metadata.git
synced 2024-11-22 02:31:24 +00:00
77 lines
2.3 KiB
YAML
77 lines
2.3 KiB
YAML
# Packages that are patched or debranded
|
|
# 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 or it was found no longer required.
|
|
# provides: These are specific branded packages that provide something else
|
|
# that has redhat or centos in the name.
|
|
# 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.
|
|
---
|
|
build_patch: []
|
|
previous:
|
|
- ipa
|
|
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
|
|
dnt:
|
|
all:
|
|
- redhat-fonts
|
|
debrand:
|
|
r8:
|
|
- anaconda
|
|
- dotnet3.0
|
|
- fwupdate
|
|
- libguestfs # temporary
|
|
- osinfo-db # temporary, might be needed for 9 temporarily
|
|
- pcs ## Might be needed for 9
|
|
- python2
|
|
r9:
|
|
- libguestfs # temporary
|
|
all:
|
|
- abrt
|
|
- anaconda-user-help
|
|
- chrony
|
|
- cloud-init # temporary, upstreamed
|
|
- crash
|
|
- firefox
|
|
- fwupd
|
|
- gnome-settings-daemon
|
|
- grub2
|
|
- httpd
|
|
- initial-setup
|
|
- kernel
|
|
- libreoffice
|
|
- libreport ## TODO FOR 9
|
|
- nginx
|
|
- opa-ff # temporary
|
|
- opa-fm # temporary
|
|
- openscap # temporary, submitting upstream PR
|
|
- python3
|
|
- redhat-rpm-config
|
|
- scap-security-guide # upstream?
|
|
- shim
|
|
- shim-unsigned-x64
|
|
- shim-unsigned-aarch64
|
|
- sos # temporary -> Upstream master branch
|
|
- subscription-manager
|
|
- thunderbird
|
|
- WALinuxAgent ## temporary -> Upstream PR
|
|
...
|