From 37e22c638d8cffe3b15b5135c91381df4cab7fa6 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Mon, 29 Sep 2014 10:39:19 -0400 Subject: [PATCH] add /etc/sysconfig/nfs-ganesha file, which was added in 2.1 but not noticed until now. --- nfs-ganesha.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index 4488519..8fefa73 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -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 2.1.0-7 +- install /etc/sysconfig/nfs-ganesha file + * Fri Aug 29 2014 Kaleb S. KEITHLEY - Ceph FSAL typo, #1135437