|
|
9025b0 |
This is a dist-git like repo for [NFS-Ganesha](https://github.com/nfs-ganesha/nfs-ganesha).
|
|
|
9025b0 |
|
|
|
9025b0 |
The master brach is unused. Use an existing branch instead.
|
|
|
9025b0 |
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](https://wiki.centos.org/BrianStinson/GitBranchesandKojiTags)
|
|
|
9025b0 |
|
|
|
9025b0 |
* c7-sig-storage-nfs-ganesha-28: CentOS-7, nfs-ganesha-28
|
|
|
9025b0 |
* c7-sig-storage-nfs-ganesha-30: CentOS-7, nfs-ganesha-30
|
|
|
9025b0 |
* ...
|
|
|
9025b0 |
|
|
|
9025b0 |
Instructions for building the libntirpc and nfs-ganesha packages for the CentOS Storage SIG can be found in the following places:
|
|
|
9025b0 |
|
|
|
9025b0 |
* [Community Build System](https://wiki.centos.org/HowTos/CommunityBuildSystem)
|
|
|
9025b0 |
* [Storage SIG landing page](https://wiki.centos.org/SpecialInterestGroup/Storage/Gluster)
|
|
|
9025b0 |
|
|
|
d504ad |
To build from the source tar file in the look-aside cache:
|
|
|
d504ad |
|
|
|
d504ad |
`cbs build [--scratch] storage7-nfsganesha-2.8-el7 ssh://git.centos.org/rpms/libnfs-ganesha#$gitcommit`
|
|
|
242711 |
|
|
|
242711 |
Build the src.rpm with:
|
|
|
242711 |
|
|
|
242711 |
|
|
|
242711 |
$ rpmbuild -bs \
|
|
|
242711 |
--define "_sourcedir $PWD/SOURCES" --define "_srcrpmdir $PWD" \
|
|
|
242711 |
--define "dist .el7" SPECS/nfs-ganesha.spec
|
|
|
242711 |
|
|
|
242711 |
To build:
|
|
|
242711 |
|
|
|
9c3ab0 |
$ cbs build [--scratch] storage7-nfsganesha-28-el7 nfs-ganesha-2.8.3-1.el7.src.rpm
|
|
|
242711 |
|