diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index f49ef16..e8eb7b8 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -70,19 +70,19 @@ %bcond_without gui_utils %global use_gui_utils %{on_off_switch gui_utils} -%global dev_version %{lua: extraver = string.gsub('-rc8', '%-', ''); print(extraver) } +%global dev_version %{lua: extraver = string.gsub('-rc-final', '%-', ''); print(extraver) } -%global versiontag 2.2-%{dev_version} +%global versiontag 2.2-rc-final Name: nfs-ganesha Version: 2.2.0 -Release: 0.12%{?dev_version:%{dev_version}}%{?dist} +Release: 0.13%{?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}-%{version}%{dev_version}.tar.gz +Source0: https://github.com/%{name}/%{name}/archive/V%{versiontag}/%{name}-%{version}rc-final.tar.gz Patch0: nfs-ganesha-2.2.0-CMakeLists.txt.patch %if ( 0%{?rhel} && 0%{?rhel} < 7 ) @@ -570,6 +570,9 @@ mv %{buildroot}/usr%{_sysconfdir}/ganesha/ganesha.conf %{buildroot}%{_sysconfdir %endif %changelog +* Mon Apr 20 2015 Kaleb S. KEITHLEY 2.2.0-0.13rc-final +- 2.2.0-0.13rc-final + * Mon Apr 13 2015 Kaleb S. KEITHLEY 2.2.0-0.12rc8 - 2.2.0-0.12rc8 diff --git a/sources b/sources index 73adc41..4a73e8f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cdc55ae34d6c0a08add4f54cf7d4373a nfs-ganesha-2.2.0rc8.tar.gz +b52681780d9e6f571feee24270979c43 nfs-ganesha-2.2.0rc-final.tar.gz