update yaml and readme

This commit is contained in:
Louis Abel 2021-12-11 12:08:16 -07:00
parent 22b0940553
commit a1fd16dc51
Signed by: label
GPG Key ID: B37E62D143879B36
3 changed files with 21 additions and 13 deletions

Binary file not shown.

6
README.md Normal file
View File

@ -0,0 +1,6 @@
This repository contains various metadata information as it pertains to Rocky
Linux as a whole. This mostly contains plain text files with information that
is collected, stored, and referenced as needed. It also serves as a place for
other derivatives possibly helpful information for their own projects.
Notes for Core: It is more helpful if the files are in a YAML format.

View File

@ -1,15 +1,18 @@
# Packages that are patched or debranded
---
build_patch: []
previous: []
debrand:
rl8:
- anaconda
- dotnet3.0
- fwupdate
- libguestfs
- python2 ## TODO
- libguestfs # temporary
- osinfo-db # temporary, might be needed for 9 temporarily
- pcs ## Might be needed for 9
- python2 ## TODO
rl9:
- libguestfs # temporary
- libguestfs # temporary
all:
- abrt
- anaconda-user-help
@ -21,23 +24,22 @@ debrand:
- gnome-settings-daemon
- grub2
- httpd
- initial-setup ## TODO FOR 9
- initial-setup
- kernel
- libreoffice ## TODO
- libreport
- libreoffice
- libreport ## TODO FOR 9
- nginx
- opa-ff # temporary
- opa-fm # temporary
- openscap ## TODO
- osinfo-db # temporary
- pcs ## TODO
- opa-ff # temporary
- opa-fm # temporary
- openscap ## TODO (may be temporary)
- python3
- redhat-rpm-config
- scap-security-guide
- shim
- shim-unsigned-x64
- shim-unsigned-aarch64
- sos # temporary
- sos # temporary -> Upstream master branch
- subscription-manager
- thunderbird
- WALinuxAgent ## TODO
- WALinuxAgent ## temporary -> Upstream PR
...