diff --git a/0002-CMakeLists.txt.patch b/0002-CMakeLists.txt.patch index d637168..c6c61ee 100644 --- a/0002-CMakeLists.txt.patch +++ b/0002-CMakeLists.txt.patch @@ -1,14 +1,5 @@ --- nfs-ganesha-5.1/src/CMakeLists.txt.orig 2023-04-28 18:37:27.000000000 -0400 +++ nfs-ganesha-5.1/src/CMakeLists.txt 2023-05-02 08:10:45.164928763 -0400 -@@ -44,7 +44,7 @@ - # Minor version is blank for development. On release, it becomes ".0". On a - # stable maintenance branch, this becomes ".N" where N is monotonically - # increasing starting at 1. Remember to include the "." !! --set(GANESHA_MINOR_VERSION .1) -+set(GANESHA_MINOR_VERSION .0) - - IF(CMAKE_BUILD_TYPE STREQUAL "Release" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo") - set(GANESHA_BUILD_RELEASE 1) @@ -593,11 +593,11 @@ gopt_test(USE_ADMIN_TOOLS) diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index 5c592e8..7e1a8ca 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -118,7 +118,7 @@ Requires: openSUSE-release Name: nfs-ganesha Version: 5.1 -Release: 1%{?dev:%{dev}}%{?dist} +Release: 2%{?dev:%{dev}}%{?dist} Summary: NFS-Ganesha is a NFS Server running in user space License: LGPL-3.0-or-later Url: https://github.com/nfs-ganesha/nfs-ganesha/wiki @@ -908,6 +908,9 @@ exit 0 %endif %changelog +* Tue May 2 2023 Kaleb S. KEITHLEY - 5.1-2 +- NFS-Ganesha 5.1 GA, again (fix minor version) + * Tue May 2 2023 Kaleb S. KEITHLEY - 5.1-1 - NFS-Ganesha 5.1 GA