This commit is contained in:
Kaleb S. KEITHLEY 2015-10-28 10:07:49 -04:00
parent f31e32d712
commit e7e905fcd8
2 changed files with 13 additions and 12 deletions

View File

@ -1,5 +1,5 @@
%global _hardened_build 1
%global _hardened_build 1
%if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
%global with_nfsidmap 1
@ -76,19 +76,17 @@
%bcond_without system_ntirpc
%global use_system_ntirpc %{on_off_switch system_ntirpc}
%global dev_version %{lua: extraver = string.gsub('-rc8', '%-', ''); print(extraver) }
%global versiontag 2.3-rc8
%global dev_version %{lua: extraver = string.gsub('', '%-', '.'); print(extraver) }
Name: nfs-ganesha
Version: 2.3.0
Release: 0.15%{?dev_version:%{dev_version}}%{?dist}
Release: 1%{?dev_version:%{dev_version}}%{?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%{versiontag}/%{name}-%{versiontag}.tar.gz
Source0: https://github.com/%{name}/%{name}/archive/V%{version}/%{name}-%{version}%{dev_version}.tar.gz
BuildRequires: cmake
BuildRequires: bison
@ -315,8 +313,8 @@ be used with NFS-Ganesha to support PT
Summary: The NFS-GANESHA's GLUSTER FSAL
Group: Applications/System
Requires: nfs-ganesha = %{version}-%{release}
BuildRequires: glusterfs-api-devel >= 3.7.4
BuildRequires: libattr-devel, libacl-devel
BuildRequires: glusterfs-api-devel >= 3.7.4
BuildRequires: libattr-devel, libacl-devel
%description gluster
This package contains a FSAL shared object to
@ -324,7 +322,7 @@ be used with NFS-Ganesha to support Gluster
%endif
%prep
%setup -q -n %{name}-%{versiontag}
%setup -q -n %{name}-%{version}%{dev_version}
rm -rf contrib/libzfswrapper
%build
@ -582,6 +580,9 @@ make DESTDIR=%{buildroot} install
%endif
%changelog
* Wed Oct 28 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.3.0-1
- 2.3.0 GA
* Tue Oct 27 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.3.0-0.15rc8
- 2.3.0 RC8, rebuild with libntirpc-1.3.1, again
@ -643,7 +644,7 @@ make DESTDIR=%{buildroot} install
- improve readability and allow "rpmbuild --with .." options again
* Fri May 15 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.2.0-2
- %license, build with glusterfs-3.7.0 GA
- %%license, build with glusterfs-3.7.0 GA
* Tue Apr 21 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.2.0-1
- 2.2.0 GA
@ -679,7 +680,7 @@ make DESTDIR=%{buildroot} install
- 2.2.0-0.4rc3
* Mon Feb 16 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.2.0-0.3rc2
- subpackage Requires: nfs-ganesha = %{version}-%{release}
- subpackage Requires: nfs-ganesha = %%{version}-%%{release}
* Mon Feb 16 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.2.0-0.2rc2
- 2.2.0-0.2rc2

View File

@ -1 +1 @@
7ba0085bdf92f4b5ce917bd4792027f6 nfs-ganesha-2.3-rc8.tar.gz
feb466ad1ea3e34a54819768e6d22450 nfs-ganesha-2.3.0.tar.gz