diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2012-07-11 23:30:30 +0300 |
|---|---|---|
| committer | Ville Skyttä <ville.skytta@iki.fi> | 2012-07-11 23:30:30 +0300 |
| commit | f70b012a119dc6996dcfeee300bbd57e07b2f245 (patch) | |
| tree | 65889c94ab2b298c6675f8708e4da5e82fe87eb4 | |
| parent | 7796106770c3e0871f21c2e52fa3e1e855d0b400 (diff) | |
| download | metacity-f70b012a119dc6996dcfeee300bbd57e07b2f245.tar.gz metacity-f70b012a119dc6996dcfeee300bbd57e07b2f245.tar.xz metacity-f70b012a119dc6996dcfeee300bbd57e07b2f245.zip | |
Fix %post scriptlet dependencies.
| -rw-r--r-- | 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@iki.fi> - 2.34.3-3 +- Fix %%post scriptlet dependencies. + * Thu Jun 14 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 2.34.3-2 - Add options to disable mouse button modifers |
