From f70b012a119dc6996dcfeee300bbd57e07b2f245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 11 Jul 2012 23:30:30 +0300 Subject: [PATCH] Fix %post scriptlet dependencies. --- metacity.spec | 8 +++++--- 1 file 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ä - 2.34.3-3 +- Fix %%post scriptlet dependencies. + * Thu Jun 14 2012 Peter Robinson - 2.34.3-2 - Add options to disable mouse button modifers