[webkitgtk3] Fix %post scriptlet dependencies.

Ville Skyttä scop at fedoraproject.org
Wed Jul 11 20:43:28 UTC 2012


commit 64536d256c879e642ed1a26942ec8f9b6a737ba6
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed Jul 11 23:42:55 2012 +0300

    Fix %post scriptlet dependencies.

 webkitgtk3.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index f017874..621eca4 100644
--- a/webkitgtk3.spec
+++ b/webkitgtk3.spec
@@ -7,7 +7,7 @@
 
 Name:           webkitgtk3
 Version:        1.9.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        GTK+ Web content engine library
 
 Group:          Development/Libraries
@@ -146,8 +146,7 @@ chrpath --delete %{buildroot}%{_libexecdir}/WebKitWebProcess
 %add_to_doc_files Source/JavaScriptCore/icu/LICENSE
 
 
-%post
-/sbin/ldconfig
+%post -p /sbin/ldconfig
 
 %postun
 /sbin/ldconfig
@@ -192,6 +191,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %changelog
+* Wed Jul 11 2012 Ville Skyttä <ville.skytta at iki.fi> - 1.9.4-3
+- Fix %%post scriptlet dependencies.
+
 * Wed Jul 04 2012 Dan Horák <dan[at]danny.cz> - 1.9.4-2
 - apply workaround for s390x until #835957 is resolved (static library archive > 4 GB)
 


More information about the scm-commits mailing list