From 07a6dea124b4be92304b0758017cc3b15d0f2359 Mon Sep 17 00:00:00 2001 From: Kaleb S. KEITHLEY Date: Nov 12 2021 16:45:12 +0000 Subject: nfs-ganesha 4.0 RC3 --- diff --git a/README.md b/README.md index 52b3977..0a02384 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ E.g. build a src.rpm with: $ rpmbuild -bs \ --define "_sourcedir $PWD/SOURCES" --define "_srcrpmdir $PWD" \ - --define "dist .el9s" SPECS/nfs-ganesha.spec + --define "dist .el8s" SPECS/nfs-ganesha.spec To build: 1. Upload the source tar file to the lookaside cache, e.g.: - $ lookaside_upload -f SOURCES/nfs-ganesha-4.0.tar.gz -n nfs-ganesha -b c9s-sig-storage-nfs-ganesha-4 + $ lookaside_upload -f SOURCES/nfs-ganesha-4.0.tar.gz -n nfs-ganesha -b c8s-sig-storage-nfs-ganesha-4 2. update the .nfs-ganesha.metadata with the hash from step 1: $ cat .nfs-ganesha.metadata @@ -34,17 +34,17 @@ e9c6a6a482b8e46117c2a6c37b50c569bd62d92e SOURCES/nfs-ganesha-4.0.tar.gz 3. 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 c9s-sig-storage-nfs-ganesha-4 + $ git push origin c8s-sig-storage-nfs-ganesha-4 4. retrieve the commit for step 3: $ git log|head -n 1 commit 29f19456be12986e86392652331e3a56ff0a88a0 5. build - $ cbs build storage9s-nfsganesha-4-el9s git+https://git.centos.org/rpms/nfs-ganesha.git#29f19456be12986e86392652331e3a56ff0a88a0 + $ cbs build storage8s-nfsganesha-4-el8s git+https://git.centos.org/rpms/nfs-ganesha.git#29f19456be12986e86392652331e3a56ff0a88a0 And the packages with - $ cbs build [--scratch] storage9s-nfsganesha-4-el9s nfs-ganesha*.el9s.src.rpm + $ cbs build [--scratch] storage8s-nfsganesha-4-el8s nfs-ganesha*.el8s.src.rpm diff --git a/SPECS/nfs-ganesha.spec b/SPECS/nfs-ganesha.spec index 4cf1ee6..4eca724 100644 --- a/SPECS/nfs-ganesha.spec +++ b/SPECS/nfs-ganesha.spec @@ -887,6 +887,9 @@ exit 0 %endif %changelog +* Fri Nov 12 2021 Kaleb S. KEITHLEY - 4.0-0.1rc3 +- NFS-Ganesha 4.0 RC3 + * Fri Jul 2 2021 Kaleb S. KEITHLEY - 3.5-3 - rebuild with lookaside