From a1fd16dc51a55cc78a26a30031c01711b50c1f71 Mon Sep 17 00:00:00 2001 From: nazunalika Date: Sat, 11 Dec 2021 12:08:16 -0700 Subject: [PATCH] update yaml and readme --- .README.md.swp | Bin 12288 -> 0 bytes README.md | 6 ++++++ patch.yml | 28 +++++++++++++++------------- 3 files changed, 21 insertions(+), 13 deletions(-) delete mode 100644 .README.md.swp create mode 100644 README.md diff --git a/.README.md.swp b/.README.md.swp deleted file mode 100644 index 4912b607be5b31cc9d21cef357f58dbff1ad5e49..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12288 zcmeI&%}yIJ5C?FBdZe@hi9=6QxKN=VHGLGR9bmNhu`%AO=}DG$RN^hNqg z%qBr1J#gXx=)aOP@j9NF{oSJVX#e-=kdCWEqu1yDV{vW#{9=L~ad^D(Oe{9~%En6$ zB{g+O_4O>}>ngIWZu&D%IJopO7_(Ss#SYF+zW*4WRAaaLQ_LU$ffpC}cyV-iu-~WM z+x<%0TNf{00SO@h0SG_<0uX=z1Rwx`*DE01nz_^V)|V}QSjM&g;&O@r0SG_<0uX=z z1Rwwb2tWV=5P-lN6tMc@{eIJ!e>(d2|BwIw|9&#Y>DbXRUwebkhL#}!0SG_<0uX=z z1Rwwb2teT73M6ScljH2CR{WF;b*U6T3b)j9=$c6&ADfiNx|$;CH_{zGQ<_EUa=PML zN@aYZI)$JUcHgK-%6+uaQRap-$C@44LXp|AtLRk7>fv`Poco%(VyO$Z=DvdY<>TaL zadXzDz!jahT49`uXkT@TVtv$3g9Z}55o&zUG&3*lO1sipG4s8d^|`$E^<@9lW}haS YcX_scWvjO2g*wiQT9W8Y&*|Tq2aH~lE&u=k 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 +...