This is a dist-git like repo for NFS-Ganesha.
The master brach is unused. Use an existing branch instead.
Branch names follow convention like c<VERSION>-sig-storage-nfs-ganesha-<GANESHA-VERSION>
as descibed on Naming and Patterns for Mapping Git Branches to Koji Tags
Instructions for building the libntirpc and nfs-ganesha packages for the CentOS Storage SIG can be found in the following places:
E.g. build a src.rpm with:
$ rpmbuild -bs \ --define "_sourcedir $PWD/SOURCES" --define "_srcrpmdir $PWD" \ --define "dist .el9s" SPECS/nfs-ganesha.spec
To build:
Upload the source tar file to the lookaside cache, e.g.: $ lookaside_upload -f SOURCES/nfs-ganesha-3.5.tar.gz -n nfs-ganesha -b c8-sig-storage-nfs-ganesha-3
update the .nfs-ganesha.metadata with the hash from step 1: $ cat .nfs-ganesha.metadata e9c6a6a482b8e46117c2a6c37b50c569bd62d92e SOURCES/nfs-ganesha-3.5.tar.gz
commit and push SPECS/nfs-ganesha.spec and .nfs-ganesha.metadata, e.g.: $ git add SPECS/nfs-ganesha.spec .nfs-ganesha.metadata $ git commit $ git push origin c8-sig-storage-nfs-ganesha-3
retrieve the commit for step 3: $ git log|head -n 1 commit 29f19456be12986e86392652331e3a56ff0a88a0
build $ cbs build storage9s-nfsganesha-3-el9s git+https://git.centos.org/rpms/nfs-ganesha.git#29f19456be12986e86392652331e3a56ff0a88a0
And the packages with
$ cbs build [--scratch] storage9s-nfsganesha-3-el9s nfs-ganesha*.el8.src.rpm