From 936882ed73b2409da364ff4afaa49aa220beba36 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Wed, 6 Nov 2019 15:25:31 -0500 Subject: [PATCH] nfs-ganesha 3.0 RC5, rebuild w/ libntirpc-3.0 GA Signed-off-by: Kaleb S. KEITHLEY --- nfs-ganesha.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index 7237ba7..0851d4f 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -127,16 +127,15 @@ Requires: openSUSE-release %global dev_version %{lua: s = string.gsub('@GANESHA_EXTRA_VERSION@', '^%-', ''); s2 = string.gsub(s, '%-', '.'); print((s2 ~= nil and s2 ~= '') and s2 or "0.1") } %global dev rc5 -%global dash_dev_version 3.0-rc5 Name: nfs-ganesha Version: 3.0 -Release: 0.2%{?dev:%{dev}}%{?dist} +Release: 0.3%{?dev:%{dev}}%{?dist} Summary: NFS-Ganesha is a NFS Server running in user space License: LGPLv3+ Url: https://github.com/nfs-ganesha/nfs-ganesha/wiki -Source0: https://github.com/%{name}/%{name}/archive/V%{dash_dev_version}/%{name}-%{dash_dev_version}.tar.gz +Source0: https://github.com/%{name}/%{name}/archive/V%{version}%{?dev:-%{dev}}/%{name}-%{version}%{?dev:-%{dev}}.tar.gz Patch1: 0001-src-cmake-modules-FindNTIPC.cmake.patch Patch2: 0002-src-CMakeLists.txt.patch @@ -172,7 +171,7 @@ BuildRequires: libwbclient-devel %endif BuildRequires: gcc-c++ %if ( %{with_system_ntirpc} ) -BuildRequires: libntirpc-devel >= 3.0 +BuildRequires: libntirpc-devel = 3.0 %else Requires: libntirpc = @NTIRPC_VERSION_EMBED@ %endif @@ -517,7 +516,7 @@ Development headers and auxiliary files for developing with %{name}. %endif %prep -%setup -q -n %{name}-%{dash_dev_version} +%setup -q -n %{name}-%{version}%{?dev:-%{dev}} %patch1 -p1 %patch2 -p1 @@ -896,6 +895,9 @@ exit 0 %endif %changelog +* Wed Nov 6 2019 Kaleb S. KEITHLEY - 3.0-0.3rc5 +- nfs-ganesha 3.0 RC5, rebuild w/ libntirpc-3.0 GA + * Tue Nov 5 2019 Kaleb S. KEITHLEY - 3.0-0.2rc5 - nfs-ganesha 3.0 RC5, enable fsal_mem (again)