[control-center] Revert the epoch bump in previous commit

Kalev Lember kalev at fedoraproject.org
Thu Aug 25 15:59:44 UTC 2011


commit a876fe0fca9810c27f39badd00f5438430144a40
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Thu Aug 25 18:21:09 2011 +0300

    Revert the epoch bump in previous commit
    
    Usually it is not safe to revert epoch bumps, but in this case it should
    be. The epoch-bumped control-center build in rawhide (1fc7b6b3,
    Christoph Wickert <cwickert at fedoraproject.org>) was uninstallable for
    most people because of dependency issues with gnome-menus. Because of
    that, it is unlikely that anyone actually managed to install the build.
    
    Error: Package: 2:control-center-3.1.4-1.fc17.i686 (rawhide)
               Requires: libgnome-menu.so.2
               Removing: gnome-menus-3.0.1-1.fc16.i686 (@rawhide/16)
                   libgnome-menu.so.2
               Updated By: gnome-menus-3.1.5-3.fc17.i686 (rawhide)
                   Not found
    Error: Package: 1:control-center-devel-3.1.3-1.fc16.i686 (@rawhide/16)
               Requires: control-center = 1:3.1.3-1.fc16
               Removing: 1:control-center-3.1.3-1.fc16.i686 (@rawhide/16)
                   control-center = 1:3.1.3-1.fc16
               Updated By: 2:control-center-3.1.4-1.fc17.i686 (rawhide)
                   control-center = 2:3.1.4-1.fc17

 control-center.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/control-center.spec b/control-center.spec
index 35bded8..fb0de1b 100644
--- a/control-center.spec
+++ b/control-center.spec
@@ -17,8 +17,8 @@
 Summary: Utilities to configure the GNOME desktop
 Name: control-center
 Version: 3.1.4
-Release: 1%{?dist}
-Epoch: 2
+Release: 2%{?dist}
+Epoch: 1
 License: GPLv2+ and GFDL
 Group: User Interface/Desktops
 #VCS: git:git://git.gnome.org/gnome-control-center


More information about the scm-commits mailing list