[nfs-ganesha] 2.2.0-0.2rc2

Kaleb S. KEITHLEY kkeithle at fedoraproject.org
Mon Feb 16 12:56:53 UTC 2015


commit a36fac604620608afae471a23a187abfcca8106d
Author: Kaleb S. KEITHLEY <kkeithle at redhat.com>
Date:   Mon Feb 16 07:56:22 2015 -0500

    2.2.0-0.2rc2

 nfs-ganesha.spec |   14 ++++++--------
 sources          |    2 +-
 2 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec
index fe94665..1f2402d 100644
--- a/nfs-ganesha.spec
+++ b/nfs-ganesha.spec
@@ -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
diff --git a/sources b/sources
index b2a00dd..81830df 100644
--- a/sources
+++ b/sources
@@ -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


More information about the scm-commits mailing list