summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--glusterfs.spec.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index 9748b39d9c4..d3464a80fea 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -764,9 +764,9 @@ rm -rf %{buildroot}
%if ( 0%{!?_without_syslog:1} )
%if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} >= 6 )
%_init_restart rsyslog
-exit 0
%endif
%endif
+exit 0
%post api -p /sbin/ldconfig
@@ -899,14 +899,15 @@ exit 0
%postun libs -p /sbin/ldconfig
-%if (0%{?_with_firewalld:1})
%postun server
+/sbin/ldconfig
+%if (0%{?_with_firewalld:1})
#reload service files if firewalld running
if $(systemctl is-active firewalld 1>/dev/null 2>&1); then
firewall-cmd --reload
fi
-exit 0
%endif
+exit 0
##-----------------------------------------------------------------------------
## All %%files should be placed here and keep them grouped
@@ -1217,6 +1218,9 @@ exit 0
%changelog
+* Tue Apr 26 2016 Kaleb S. KEITHLEY <kkeithle@redhat.com>
+- %%postun libs w/o firewalld on RHEL6 (#1328836)
+
* Tue Apr 12 2016 Kaleb S. KEITHLEY <kkeithle@redhat.com>
- additional dirs and files in /var/lib/glusterd/... (#1326413)