diff --git a/README.md b/README.md index 720f7ec..f033ce2 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,19 @@ packages land at the right tag for inclusion in CentOS Extras: Build the package ike this: - $ rpmbuild -bs \ +1. $ rpmbuild -bs \ --define "_sourcedir $PWD"/SOURCES --define "_srcrpmdir $PWD" \ --define "dist .el9s.centos" \ SPECS/centos-release-nfs-ganesha4.spec -Sanity check - $ cbs build --scratch storage9s-nfsganesha-4-el9s \ - centos-release-nfs-ganesha4-1.0-1.el9s.centos.src.rpm +2. commit and push SPECS/centos-release-nfs-ganesha.spec + $ git add SPECS/centos-release-nfs-ganesha.spec + $ git push origin c9s-sig-storage-4 -Ask hughesjr in #centos-devel on IRC to build +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-nfs-ganesha.git#29f19456be12986e86392652331e3a56ff0a88a0