nfs-ganesha 2.5.0 GA
This commit is contained in:
parent
9fa6588925
commit
e97bb47964
@ -75,18 +75,18 @@ Requires: sles-release >= 12
|
||||
%bcond_without system_ntirpc
|
||||
%global use_system_ntirpc %{on_off_switch system_ntirpc}
|
||||
|
||||
%global dev final
|
||||
%global dash_dev_version 2.5-final
|
||||
# %%global dev final
|
||||
# %%global dash_dev_version 2.5-final
|
||||
|
||||
Name: nfs-ganesha
|
||||
Version: 2.5.0
|
||||
Release: 0.10%{?dev:%{dev}}%{?dist}
|
||||
Release: 1%{?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
|
||||
Source0: https://github.com/%{name}/%{name}/archive/V%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: bison
|
||||
@ -322,12 +322,13 @@ be used with NFS-Ganesha to support Gluster
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{dash_dev_version}
|
||||
%setup -q -n %{name}-%{version}
|
||||
rm -rf contrib/libzfswrapper
|
||||
|
||||
%build
|
||||
cd src && %cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DBUILD_CONFIG=rpmbuild \
|
||||
-DDSANITIZE_ADDRESS=OFF \
|
||||
-DUSE_FSAL_NULL=%{use_fsal_null} \
|
||||
-DUSE_FSAL_MEM=%{use_fsal_mem} \
|
||||
-DUSE_FSAL_ZFS=NO \
|
||||
@ -597,6 +598,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jun 12 2017 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.5.0-1
|
||||
- nfs-ganesha 2.5.0 GA
|
||||
|
||||
* Wed Jun 7 2017 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.5.0-0.10final
|
||||
- nfs-ganesha 2.5 final
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (nfs-ganesha-2.5-final.tar.gz) = e035e520169deea1d6c4f4cd04cd74226991944aad66414c3def73cfdc185666ff15fbd9c0966ca8d76c3be1c1c63add767e1419e8c1f9ecd9a9cdb1b10caf1e
|
||||
SHA512 (nfs-ganesha-2.5.0.tar.gz) = 6f00125d71c250fd163e3a7663b30367cbe11d2cb868f36c28ced6ece8e24094d8b62e3649ed669e9b03dfc8d72cdc12ac1ab51bad9b77353a82f30a9f6dd1a9
|
||||
|
Loading…
Reference in New Issue
Block a user