[kf5-frameworkintegration/f20] Fix post(un) macros

Daniel Vrátil dvratil at fedoraproject.org
Tue Nov 4 12:51:40 UTC 2014


commit d2b39609badac4cf20a7330f65cf75d909ea8680
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Mon Nov 3 15:16:18 2014 +0100

    Fix post(un) macros

 kf5-frameworkintegration.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kf5-frameworkintegration.spec b/kf5-frameworkintegration.spec
index 96b65b8..c3761cd 100644
--- a/kf5-frameworkintegration.spec
+++ b/kf5-frameworkintegration.spec
@@ -88,8 +88,8 @@ make %{?_smp_mflags} -C %{_target_platform}
 %{_kf5_plugindir}/FrameworkIntegrationPlugin.so
 %{_kf5_qtplugindir}/platformthemes/KDEPlatformTheme.so
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post libs -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
 
 %files libs
 %{_kf5_libdir}/libKF5Style.so.*


More information about the scm-commits mailing list