diff --git a/glusterfs.spec b/glusterfs.spec index 1180123..a34d423 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -146,7 +146,7 @@ Summary: Cluster File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs Version: 3.6.0 -Release: 0.3%{?prereltag:.%{prereltag}}%{?dist} +Release: 0.4%{?prereltag:.%{prereltag}}%{?dist} Vendor: Fedora Project %else Name: @PACKAGE_NAME@ @@ -731,7 +731,8 @@ rm -rf %{buildroot} %endif %endif -%post api -p /sbin/ldconfig +%post api +/sbin/ldconfig %post fuse %if ( 0%{?rhel} == 5 ) @@ -746,7 +747,8 @@ if [ $1 -ge 1 ]; then fi %endif -%post libs -p /sbin/ldconfig +%post libs +/sbin/ldconfig %post server # Legacy server @@ -827,9 +829,11 @@ fi %endif %endif -%postun api -p /sbin/ldconfig +%postun api +/sbin/ldconfig -%postun libs -p /sbin/ldconfig +%postun libs +/sbin/ldconfig ##----------------------------------------------------------------------------- ## All %files should be placed here and keep them sorted @@ -1046,6 +1050,9 @@ fi * Thu Sep 25 2014 Kaleb S. KEITHLEY - glusterfs-3.6.0beta2.tar.gz +* Wed Sep 24 2014 Balamurugan Arumugam +- remove /sbin/ldconfig as interpreter (#1145992) + * Mon Sep 22 2014 Kaleb S. KEITHLEY - More make fedora master glusterfs spec compatible with upstream GlusterFS 3.6 spec