2.3.0 RC8

This commit is contained in:
Kaleb S. KEITHLEY 2015-10-25 07:46:42 -04:00
parent 5332552d61
commit d6efe1f152
2 changed files with 7 additions and 4 deletions

View File

@ -76,13 +76,13 @@
%bcond_without system_ntirpc
%global use_system_ntirpc %{on_off_switch system_ntirpc}
%global dev_version %{lua: extraver = string.gsub('-rc7', '%-', ''); print(extraver) }
%global dev_version %{lua: extraver = string.gsub('-rc8', '%-', ''); print(extraver) }
%global versiontag 2.3-rc7
%global versiontag 2.3-rc8
Name: nfs-ganesha
Version: 2.3.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+
@ -582,6 +582,9 @@ make DESTDIR=%{buildroot} install
%endif
%changelog
* Sun Oct 25 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.3.0-0.13rc8
- 2.3.0 RC8
* Thu Oct 22 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.3.0-0.12rc7
- 2.3.0 RC7 (N.B. 2.3.0-0.11rc6 was really rc7)

View File

@ -1 +1 @@
fc44497b34db29db1f277e8faebf60b4 nfs-ganesha-2.3-rc7.tar.gz
7ba0085bdf92f4b5ce917bd4792027f6 nfs-ganesha-2.3-rc8.tar.gz