This commit is contained in:
Kaleb S. KEITHLEY 2016-09-11 10:56:46 -04:00
parent 8a9c7f9d80
commit 8d5e465b9e
2 changed files with 8 additions and 7 deletions

View File

@ -46,7 +46,7 @@ Requires: sles-release >= 12
%bcond_without ceph
%global use_fsal_ceph %{on_off_switch ceph}
%bcond_without rgw
%bcond_with rgw
%global use_fsal_rgw %{on_off_switch rgw}
%bcond_without gluster
@ -74,16 +74,15 @@ Requires: sles-release >= 12
Name: nfs-ganesha
Version: 2.4.0
%global dev rc3
%global dash_dev_version 2.4-rc3
Release: 0.19%{?dev:%{dev}}%{?dist}
%global dev rc4
%global dash_dev_version 2.4-rc4
Release: 0.20%{?dev:%{dev}}%{?dist}
Summary: NFS-Ganesha is a NFS Server running in user space
Group: Applications/System
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
Patch0: nfs-ganesha-2.4rc3-FSAL_RGW.handle.patch
BuildRequires: cmake
BuildRequires: bison
@ -303,7 +302,6 @@ be used with NFS-Ganesha to support Gluster
%prep
%setup -q -n %{name}-%{dash_dev_version}
rm -rf contrib/libzfswrapper
%patch0 -p1
%build
cd src && %cmake . -DCMAKE_BUILD_TYPE=Debug \
@ -548,6 +546,9 @@ killall -SIGHUP dbus-daemon 2>&1 > /dev/null
%endif
%changelog
* Sun Sep 11 2016 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.4.0-0.20rc4
- 2.4-rc4
* Wed Sep 7 2016 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.4.0-0.19rc3
- 2.4-rc3

View File

@ -1 +1 @@
78ce45e2a765d43a69aca63bb89bc3d0 nfs-ganesha-2.4-rc3.tar.gz
69305c48574d66b5425134d7b022374a nfs-ganesha-2.4-rc4.tar.gz