diff --git a/.README.md.swp b/.README.md.swp deleted file mode 100644 index 4912b60..0000000 Binary files a/.README.md.swp and /dev/null differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..922ebdd --- /dev/null +++ b/README.md @@ -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. diff --git a/patch.yml b/patch.yml index 4978100..96a66e4 100644 --- a/patch.yml +++ b/patch.yml @@ -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 +...