2.3.0 RC8
This commit is contained in:
parent
5332552d61
commit
d6efe1f152
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user