add /etc/sysconfig/nfs-ganesha file, which was added in 2.1 but not

noticed until now.
This commit is contained in:
Kaleb S. KEITHLEY 2014-09-29 10:39:19 -04:00
parent bee0a6a24a
commit 37e22c638d

View File

@ -19,7 +19,7 @@
Name: nfs-ganesha
Version: 2.1.0
Release: 6%{?prereltag:.%{prereltag}}%{?dist}
Release: 7%{?prereltag:.%{prereltag}}%{?dist}
Summary: Ganesha NFS Server
Group: System Environment/Libraries
License: LGPLv3+
@ -184,6 +184,7 @@ install -D -p -m 0644 src/scripts/systemd/nfs-ganesha.service %{buildroot}%{_uni
install -D -p -m 0744 %{SOURCE3} %{buildroot}%{_sysconfdir}/init.d/nfs-ganesha
install -D -p -m 0744 %{SOURCE4} %{buildroot}%{_sbindir}/nfs_ganesha.sh
%endif
install -D -p -m 0644 src/scripts/systemd/sysconfig/nfs-ganesha %{buildroot}%{_sysconfdir}/sysconfig/nfs-ganesha
%post
/sbin/ldconfig
@ -225,6 +226,7 @@ install -D -p -m 0744 %{SOURCE4} %{buildroot}%{_sbindir}/nfs_ganesha.sh
%{_sysconfdir}/init.d/*
%{_sbindir}/*
%endif
%{_sysconfdir}/sysconfig/*
%if ( 0%{?with_glusterfs:1} )
%files fsal-gluster
@ -242,6 +244,9 @@ install -D -p -m 0744 %{SOURCE4} %{buildroot}%{_sbindir}/nfs_ganesha.sh
%dir %{_pkgdocdir}
%changelog
* Mon Sep 29 2014 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.1.0-7
- install /etc/sysconfig/nfs-ganesha file
* Fri Aug 29 2014 Kaleb S. KEITHLEY <kkeithle at redhat.com>
- Ceph FSAL typo, #1135437