From 10f6811c90dff87ab83668c3a8c13de2359d8b0e Mon Sep 17 00:00:00 2001 From: Kaleb S. KEITHLEY Date: Jan 18 2022 20:21:48 +0000 Subject: c9s --- diff --git a/README.md b/README.md index 6d58338..fba4dd6 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ that is used for verification of the released RPMs. This package needs to get built against the following targets so that the packages land at the right tag for inclusion in CentOS Extras: + - core9s-extras-common-el9s.centos (tag: core9s-extras-common-candidate) + - core8s-extras-common-el8s.centos (tag: core8s-extras-common-candidate) - core8-extras-common-el8.centos (tag: core8-extras-common-candidate) - core7-extras-common-el7.centos (tag: core7-extras-common-candidate) - core6-extras-common-el6.centos (tag: core6-extras-common-candidate) @@ -14,7 +16,7 @@ Building the package can be done like this: * create a src rpm for scratch builds $ rpmbuild -bs \ --define "_sourcedir $PWD/SOURCES" --define "_srcrpmdir $PWD" \ - --define "dist .el8.centos" \ + --define "dist .el9s.centos" \ SPECS/centos-release-storage-common.spec @@ -27,15 +29,12 @@ Building the package can be done like this: commit 29f19456be12986e86392652331e3a56ff0a88a0 * build - $ cbs build core8-extras-common-el8.centos \ - git+https://git.centos.org/rpms/centos-release-storage-common.git#29f19456be12986e86392652331e3a56ff0a88a0 - or - $ cbs build core8s-extras-common-el8s.centos \ + $ cbs build core9s-extras-common-el9s.centos \ git+https://git.centos.org/rpms/centos-release-storage-common.git#29f19456be12986e86392652331e3a56ff0a88a0 * scratch build $ cbs --scratch \ - build core8-extras-common-el8.centos \ - centos-release-storage-common-2-2.el8.centos.src.rpm + build core9s-extras-common-el9s8.centos \ + centos-release-storage-common-2-2.el9s.centos.src.rpm