[gnome-applets] Fix package Requires

Tomas Bzatek tbzatek at fedoraproject.org
Mon May 9 15:34:42 UTC 2011


commit 7483ddbe6c45382553aad0c066f8b01626beeb8f
Author: Tomas Bzatek <tbzatek at redhat.com>
Date:   Mon May 9 17:34:29 2011 +0200

    Fix package Requires

 gnome-applets.spec |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gnome-applets.spec b/gnome-applets.spec
index dd87be7..fea2d4c 100644
--- a/gnome-applets.spec
+++ b/gnome-applets.spec
@@ -34,7 +34,7 @@
 Summary:        Small applications for the GNOME panel
 Name:		gnome-applets
 Version:	3.1.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Epoch:          1
 License:	GPLv2+ and GFDL
 Group:          User Interface/Desktops
@@ -119,8 +119,8 @@ Requires(preun): GConf2 >= %{gconf_version}
 Requires(post): GConf2 >= %{gconf_version}
 
 # For invest-applet
-Requires:	gnome-python2-applet
-Requires:	gnome-python2-libegg
+# Requires:	gnome-python2-applet
+# Requires:	gnome-python2-libegg
 
 Obsoletes:      battstat_applet
 Obsoletes:      gnome-cpufreq-applet
@@ -225,7 +225,6 @@ gconftool-2 --makefile-install-rule                                        \
 	    %{_sysconfdir}/gconf/schemas/gweather.schemas                  \
 	    %{_sysconfdir}/gconf/schemas/mini-commander-global.schemas     \
 	    %{_sysconfdir}/gconf/schemas/mini-commander.schemas            \
-	    %{_sysconfdir}/gconf/schemas/modemlights.schemas               \
 %if %{build_stickynotes}
 	    %{_sysconfdir}/gconf/schemas/stickynotes.schemas               \
 %endif
@@ -245,7 +244,6 @@ if [ "$1" -gt 1 ]; then
 	    %{_sysconfdir}/gconf/schemas/gweather.schemas                  \
 	    %{_sysconfdir}/gconf/schemas/mini-commander-global.schemas     \
 	    %{_sysconfdir}/gconf/schemas/mini-commander.schemas            \
-	    %{_sysconfdir}/gconf/schemas/modemlights.schemas               \
 %if %{build_stickynotes}
 	    %{_sysconfdir}/gconf/schemas/stickynotes.schemas               \
 %endif
@@ -271,7 +269,6 @@ if [ "$1" -eq 0 ]; then
 	    %{_sysconfdir}/gconf/schemas/gweather.schemas                  \
 	    %{_sysconfdir}/gconf/schemas/mini-commander-global.schemas     \
 	    %{_sysconfdir}/gconf/schemas/mini-commander.schemas            \
-	    %{_sysconfdir}/gconf/schemas/modemlights.schemas               \
 %if %{build_stickynotes}
 	    %{_sysconfdir}/gconf/schemas/stickynotes.schemas               \
 %endif
@@ -327,6 +324,9 @@ fi
 
 
 %changelog
+* Mon May  9 2011 Tomas Bzatek <tbzatek at redhat.com> - 1:3.1.1-2
+- Fix package Requires
+
 * Mon May  9 2011 Tomas Bzatek <tbzatek at redhat.com> - 1:3.1.1-1
 - Update to 3.1.1
 - Restored basic functionality


More information about the scm-commits mailing list