2.2.0-0.12rc8

This commit is contained in:
Kaleb S. KEITHLEY 2015-04-13 00:58:39 -04:00
parent 06f91b8d4a
commit 5c21ee74ef
2 changed files with 9 additions and 6 deletions

View File

@ -70,13 +70,13 @@
%bcond_without gui_utils
%global use_gui_utils %{on_off_switch gui_utils}
%global dev_version %{lua: extraver = string.gsub('-rc7', '%-', ''); print(extraver) }
%global dev_version %{lua: extraver = string.gsub('-rc8', '%-', ''); print(extraver) }
%global versiontag 2.2-rc7
%global versiontag 2.2-%{dev_version}
Name: nfs-ganesha
Version: 2.2.0
Release: 0.11%{?dev_version:%{dev_version}}%{?dist}
Release: 0.12%{?dev_version:%{dev_version}}%{?dist}
Summary: NFS-Ganesha is a NFS Server running in user space
Group: Applications/System
License: LGPLv3+
@ -374,8 +374,8 @@ install -m 644 src/scripts/systemd/nfs-ganesha-lock.service %{buildroot}%{_unitd
install -m 644 src/scripts/systemd/sysconfig/nfs-ganesha %{buildroot}%{_sysconfdir}/sysconfig/ganesha
%else
mkdir -p %{buildroot}%{_sysconfdir}/init.d
install -m 755 src/ganesha.init %{buildroot}%{_sysconfdir}/init.d/nfs-ganesha
install -m 644 src/ganesha.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/ganesha
install -m 755 scripts/init.d/nfs-ganesha %{buildroot}%{_sysconfdir}/init.d/nfs-ganesha
install -m 644 scripts/init.d/sysconfig/ganesha %{buildroot}%{_sysconfdir}/sysconfig/ganesha
%endif
%if %{with utils} && 0%{?rhel} && 0%{?rhel} <= 6
@ -570,6 +570,9 @@ mv %{buildroot}/usr%{_sysconfdir}/ganesha/ganesha.conf %{buildroot}%{_sysconfdir
%endif
%changelog
* Mon Apr 13 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.2.0-0.12rc8
- 2.2.0-0.12rc8
* Mon Apr 6 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.2.0-0.11rc7
- 2.2.0-0.11rc7

View File

@ -1 +1 @@
e4459e2c29ab0c5aedb14141c3384bc6 nfs-ganesha-2.2.0rc7.tar.gz
cdc55ae34d6c0a08add4f54cf7d4373a nfs-ganesha-2.2.0rc8.tar.gz