2.2.0-0.2rc2

This commit is contained in:
Kaleb S. KEITHLEY 2015-02-16 07:56:22 -05:00
parent 4d4c9a4f89
commit a36fac6046
2 changed files with 7 additions and 9 deletions

View File

@ -67,15 +67,15 @@
%bcond_without utils
%global use_utils %{on_off_switch utils}
%global dev_version %{lua: extraver = string.gsub('-rc1', '%-', ''); print(extraver) }
%global dev_version %{lua: extraver = string.gsub('-rc2', '%-', ''); print(extraver) }
%global ntirpcname ntirpc
%global ntirpcvers 1.2.0
%global versiontag 2.2-rc1
%global versiontag 2.2-rc2
Name: nfs-ganesha
Version: 2.2.0
Release: 0.1%{?dev_version:%{dev_version}}%{?dist}
Release: 0.2%{?dev_version:%{dev_version}}%{?dist}
Summary: NFS-Ganesha is a NFS Server running in user space
Group: Applications/System
License: LGPLv3+
@ -83,9 +83,6 @@ Url: https://github.com/nfs-ganesha/nfs-ganesha/wiki
Source0: https://github.com/%{name}/%{name}/archive/V%{versiontag}/%{name}-%{version}%{dev_version}.tar.gz
Source1: https://github.com/%{name}/%{ntirpcname}/archive/v%{ntirpcvers}/%{ntirpcname}-%{ntirpcvers}.tar.gz
Patch13: nfs-ganesha-2.1.0-cache_inode.patch
Patch14: nfs-ganesha-2.1.0-state_lock.patch
%if ( 0%{?rhel} && 0%{?rhel} < 7 )
BuildRequires: cmake28
@ -312,8 +309,6 @@ be used with NFS-Ganesha to support Gluster
%setup -q -n %{name}-%{versiontag} -a 1
rm -rf contrib/libzfswrapper
mv %{ntirpcname}-%{ntirpcvers}/* src/libntirpc/
%patch13 -p1
%patch14 -p1
%build
%if ( 0%{?rhel} && 0%{?rhel} < 7 )
@ -563,6 +558,9 @@ mv %{buildroot}/usr%{_sysconfdir}/ganesha/ganesha.conf %{buildroot}%{_sysconfdir
%endif
%changelog
* Mon Feb 16 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.2.0-0.2rc2
- 2.2.0-0.2rc2
* Fri Feb 13 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.2.0-0.1rc1
- 2.2.0-0.1rc1
- nfs-ganesha.spec based on upstream

View File

@ -1,2 +1,2 @@
58a05c7c8839b808d4d79e23097e5a2e nfs-ganesha-2.2.0rc1.tar.gz
a4286c8325859b803ee5e594c2210a71 nfs-ganesha-2.2.0rc2.tar.gz
4319747da35d6e2e713f859272201978 ntirpc-1.2.0.tar.gz