2.4-rc2
This commit is contained in:
parent
1271f67f1e
commit
aad12c39e0
@ -74,16 +74,15 @@ Requires: sles-release >= 12
|
||||
|
||||
Name: nfs-ganesha
|
||||
Version: 2.4.0
|
||||
%global dev rc1
|
||||
%global dash_dev_version 2.4-rc1
|
||||
Release: 0.17%{?dev:%{dev}}%{?dist}
|
||||
%global dev rc2
|
||||
%global dash_dev_version 2.4-rc2
|
||||
Release: 0.18%{?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.4rc1-FSAL.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
|
||||
* Tue Sep 6 2016 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.4.0-0.18rc2
|
||||
- 2.4-rc2
|
||||
|
||||
* Mon Aug 29 2016 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.4.0-0.17rc1
|
||||
- 2.4-rc1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user