summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaleb S. KEITHLEY <kkeithle@redhat.com>2019-03-07 08:00:47 -0500
committerAmar Tumballi <amarts@redhat.com>2019-03-08 05:25:15 +0000
commita858dd1c310ee25b2fcd7aefc3a6caabe8560d4f (patch)
tree29223d21a4104957d5306525bc00b34382753240
parent2a0f905c905de4ad1e74bf4c7998adf087756785 (diff)
packaging: remove unnecessary ldconfig in scriptlets
see https://src.fedoraproject.org/rpms/glusterfs/pull-request/5 Reported-By: Igor Gnatenko Change-Id: I914f36290e96a387cdd64ee633e75c2940ec1e56 updates: bz#1193929 Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
-rw-r--r--glusterfs.spec.in13
1 files changed, 5 insertions, 8 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index 5824c59fed1..20abd358be7 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -982,22 +982,14 @@ exit 0
## All %%postun should be placed here and keep them sorted
##
%postun
-/sbin/ldconfig
%if ( 0%{!?_without_syslog:1} )
%if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} >= 6 )
%systemd_postun_with_restart rsyslog
%endif
%endif
-%postun api
-/sbin/ldconfig
-
-%postun libs
-/sbin/ldconfig
-
%if ( 0%{!?_without_server:1} )
%postun server
-/sbin/ldconfig
%if (0%{?_with_firewalld:1})
%firewalld_reload
%endif
@@ -1389,6 +1381,11 @@ exit 0
%endif
%changelog
+* Wed Mar 6 2019 Kaleb S. KEITHLEY <kkeithle@redhat.com>
+- remove unneeded ldconfig in scriptlets
+- reported by Igor Gnatenko in Fedora
+- https://src.fedoraproject.org/rpms/glusterfs/pull-request/5
+
* Mon Mar 4 2019 Kaleb S. KEITHLEY <kkeithle@redhat.com>
- s390x has RDMA, since around Fedora 27 and in RHEL7 since June 2016.