2.2.0-0.12rc8
This commit is contained in:
parent
06f91b8d4a
commit
5c21ee74ef
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user