nfs-ganesha 3.0 RC5, rebuild w/ libntirpc-3.0 GA

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
Kaleb S. KEITHLEY 2019-11-06 15:25:31 -05:00
parent b5d9744c39
commit 936882ed73
1 changed files with 7 additions and 5 deletions

View File

@ -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 <kkeithle at redhat.com> - 3.0-0.3rc5
- nfs-ganesha 3.0 RC5, rebuild w/ libntirpc-3.0 GA
* Tue Nov 5 2019 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 3.0-0.2rc5
- nfs-ganesha 3.0 RC5, enable fsal_mem (again)