summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@fedoraproject.org>2006-10-17 17:20:03 +0000
committerMatthias Clasen <mclasen@fedoraproject.org>2006-10-17 17:20:03 +0000
commit89a1a12772861700b9a7f75611f2ec138e92470b (patch)
tree5540ee3dfedf0c9896a8c69e6d12c41cbc529859
parentbfc15ac0e1e68eca667b3420b2bc6adaaa5e295d (diff)
downloadgnome-applets-89a1a12772861700b9a7f75611f2ec138e92470b.tar.gz
gnome-applets-89a1a12772861700b9a7f75611f2ec138e92470b.tar.xz
gnome-applets-89a1a12772861700b9a7f75611f2ec138e92470b.zip
-rw-r--r--gnome-applets.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/gnome-applets.spec b/gnome-applets.spec
index 7b2c165..55b6b71 100644
--- a/gnome-applets.spec
+++ b/gnome-applets.spec
@@ -22,6 +22,7 @@
%define pygobject_version 2.6
%define pygtk_version 2.6
%define gnome_python_version 2.10
+%define gconf_version 2.14
%define po_package gnome-applets-2.0
@@ -32,7 +33,7 @@
Summary: Small applications for the GNOME panel
Name: gnome-applets
Version: 2.16.0.1
-Release: 9%{?dist}
+Release: 10%{?dist}
Epoch: 1
License: GPL
Group: User Interface/Desktops
@@ -136,6 +137,10 @@ Obsoletes: gnome-cpufreq-applet
# since we are installing .pc files
Requires: pkgconfig
+Requires(post): GConf2 >= %{gconf_version}
+Requires(preun): GConf2 >= %{gconf_version}
+Requires(post): scrollkeeper
+
%description
GNOME (GNU Network Object Model Environment) is a user-friendly set of
applications and desktop tools to be used in conjunction with a window
@@ -327,6 +332,9 @@ fi
%{_libdir}/pkgconfig/gweather.pc
%changelog
+* Tue Oct 17 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.0.1-10
+- Fix up requirements (#202549)
+
* Sat Oct 14 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.0.1-9
- Fix muting in the mixer applet (#208660)