diff options
-rw-r--r-- | metacity.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/metacity.spec b/metacity.spec index c625042..81a1ea4 100644 --- a/metacity.spec +++ b/metacity.spec @@ -3,7 +3,7 @@ Summary: Unobtrusive window manager Name: metacity Version: 2.30.0 -Release: 7%{?dist} +Release: 8%{?dist} URL: http://download.gnome.org/sources/metacity/ Source0: http://download.gnome.org/sources/metacity/2.30/metacity-%{version}.tar.bz2 # http://bugzilla.gnome.org/show_bug.cgi?id=558723 @@ -91,6 +91,9 @@ Requires(post): /sbin/ldconfig Requires(pre): GConf2 >= 2.14 Requires(preun): GConf2 >= 2.14 +# http://bugzilla.redhat.com/605675 +Provides: firstboot(windowmanager) = metacity + %description Metacity is a window manager that integrates nicely with the GNOME desktop. It strives to be quiet, small, stable, get on with its job, and stay out of @@ -243,6 +246,9 @@ fi %{_mandir}/man1/metacity-window-demo.1.gz %changelog +* Wed Sep 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.30.0-8 +- firstboot -> metacity dep (#605675) + * Tue Jul 20 2010 Dan HorĂ¡k <dan[at]danny.cz> - 2.30.0-7 - updated the nofocuswindows_prefs patch for gcc 4.5 |