2.2.0-0.13rc-final

This commit is contained in:
Kaleb S. KEITHLEY 2015-04-20 09:09:55 -04:00
parent 5c21ee74ef
commit bc6d8fd6e5
2 changed files with 8 additions and 5 deletions

View File

@ -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 <kkeithle at redhat.com> 2.2.0-0.13rc-final
- 2.2.0-0.13rc-final
* Mon Apr 13 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.2.0-0.12rc8
- 2.2.0-0.12rc8

View File

@ -1 +1 @@
cdc55ae34d6c0a08add4f54cf7d4373a nfs-ganesha-2.2.0rc8.tar.gz
b52681780d9e6f571feee24270979c43 nfs-ganesha-2.2.0rc-final.tar.gz