[metacity] Fix %post scriptlet dependencies.

Ville Skyttä scop at fedoraproject.org
Wed Jul 11 20:30:38 UTC 2012


commit f70b012a119dc6996dcfeee300bbd57e07b2f245
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed Jul 11 23:30:30 2012 +0300

    Fix %post scriptlet dependencies.

 metacity.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/metacity.spec b/metacity.spec
index bf3c4fe..e10d7ce 100644
--- a/metacity.spec
+++ b/metacity.spec
@@ -3,7 +3,7 @@
 Summary: Unobtrusive window manager
 Name: metacity
 Version: 2.34.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 URL: http://download.gnome.org/sources/metacity/
 Source0: http://download.gnome.org/sources/metacity/2.34/metacity-%{version}.tar.xz
 # http://bugzilla.gnome.org/show_bug.cgi?id=558723
@@ -146,8 +146,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 %find_lang %{name}
 
-%post
-/sbin/ldconfig
+%post -p /sbin/ldconfig
 
 %posttrans
 glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
@@ -186,6 +185,9 @@ fi
 %{_mandir}/man1/metacity-window-demo.1.gz
 
 %changelog
+* Wed Jul 11 2012 Ville Skyttä <ville.skytta at iki.fi> - 2.34.3-3
+- Fix %%post scriptlet dependencies.
+
 * Thu Jun 14 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 2.34.3-2
 - Add options to disable mouse button modifers
 


More information about the scm-commits mailing list