diff --git a/README.md b/README.md index e2d8025..315bbde 100644 --- a/README.md +++ b/README.md @@ -4,25 +4,25 @@ CentOS Storage SIG that are used with Ceph Squid This package needs to be built against the following targets so that the packages land at the right tag for inclusion in CentOS Extras: - - core9-extras-common-el9.centos (tag: core9-extras-common-candidate) + - core10-extras-common-el10.centos (tag: core10-extras-common-candidate) Building the package can be done like this: 1. $ rpmbuild -bs \ --define "_sourcedir $PWD/SOURCES" --define "_srcrpmdir $PWD" \ - --define "dist .el9s.centos" \ + --define "dist .el10s.centos" \ SPECS/centos-release-ceph-squid.spec 2. commit and push SPECS/centos-release-ceph.spec $ git add SPECS/ceph.spec - $ git push origin c9s-sig-storage-squid + $ git push origin c10s-sig-storage-squid 3. retrieve the commit for step 3: $ git log|head -n 1 commit 29f19456be12986e86392652331e3a56ff0a88a0 4. build - $ cbs build extras9s-extras-common-el9s git+https://git.centos.org/rpms/centos-release-ceph.git#29f19456be12986e86392652331e3a56ff0a88a0 + $ cbs build extras10s-extras-common-el10s git+https://git.centos.org/rpms/centos-release-ceph.git#29f19456be12986e86392652331e3a56ff0a88a0