diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index 3be84ba..723815d 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('-rc4', '%-', ''); print(extraver) } +%global dev_version %{lua: extraver = string.gsub('-rc5', '%-', ''); print(extraver) } %global ntirpcname ntirpc %global ntirpcvers 1.2.1 -%global versiontag 2.2-rc4 +%global versiontag 2.2-rc5 Name: nfs-ganesha Version: 2.2.0 -Release: 0.7%{?dev_version:%{dev_version}}%{?dist} +Release: 0.8%{?dev_version:%{dev_version}}%{?dist} Summary: NFS-Ganesha is a NFS Server running in user space Group: Applications/System License: LGPLv3+ @@ -84,6 +84,10 @@ 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 +# Bundling exception through Fedora 23 +# https://fedorahosted.org/fpc/ticket/363 +Provides: bundled(libntirpc) + %if ( 0%{?rhel} && 0%{?rhel} < 7 ) BuildRequires: cmake28 %else @@ -562,6 +566,9 @@ mv %{buildroot}/usr%{_sysconfdir}/ganesha/ganesha.conf %{buildroot}%{_sysconfdir %endif %changelog +* Sun Mar 22 2015 Kaleb S. KEITHLEY 2.2.0-0.8rc5 +- 2.2.0-0.8rc5 + * Tue Mar 17 2015 Kaleb S. KEITHLEY 2.2.0-0.7rc4 - ntirpc-1.2.1.tar.gz @@ -569,7 +576,7 @@ mv %{buildroot}/usr%{_sysconfdir}/ganesha/ganesha.conf %{buildroot}%{_sysconfdir - updated ntirpc-1.2.0.tar.gz * Sun Mar 15 2015 Kaleb S. KEITHLEY 2.2.0-0.5rc4 -- 2.2.0-0.5rc3 +- 2.2.0-0.5rc4 * Mon Feb 23 2015 Kaleb S. KEITHLEY 2.2.0-0.4rc3 - 2.2.0-0.4rc3 diff --git a/sources b/sources index a191724..d993d8b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -fcac987e353caf26dda86aa8337772ec nfs-ganesha-2.2.0rc4.tar.gz +923ba293f1c6168fb80aae0d607d1491 nfs-ganesha-2.2.0rc5.tar.gz e46e22bf9b312a7e92684a177f1f46d7 ntirpc-1.2.1.tar.gz