[seahorse/f17] Added self-obsoletes to assist with seahorse-sharing package split

Kalev Lember kalev at fedoraproject.org
Thu Apr 12 21:31:45 UTC 2012


commit 7b450ab5bf497247947f08e1513d49f96fcf52c1
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Thu Apr 12 23:19:36 2012 +0300

    Added self-obsoletes to assist with seahorse-sharing package split
    
    Without this, the Obsoletes in seahorse-sharing would cause seahorse to
    be removed on package upgrade.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=800526#c14

 seahorse.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/seahorse.spec b/seahorse.spec
index b166de3..df4f74f 100644
--- a/seahorse.spec
+++ b/seahorse.spec
@@ -1,6 +1,6 @@
 Name:		seahorse
 Version:	3.4.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A GNOME application for managing encryption keys
 Group:		User Interface/Desktops
 # seahorse is GPLv2+
@@ -45,7 +45,8 @@ Requires:       pinentry-gui
 
 Obsoletes: gnome-keyring-manager
 Obsoletes: seahorse-devel < 3.1.4-2
-
+# Self-obsoletes to assist with seahorse-sharing package split
+Obsoletes: seahorse < 3.1.4
 
 %description
 Seahorse is a graphical interface for managing and using encryption keys.
@@ -128,6 +129,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/glib-2.0/schemas/*.gschema.xml
 
 %changelog
+* Thu Apr 12 2012 Kalev Lember <kalevlember at gmail.com> - 3.4.0-2
+- Added self-obsoletes to assist with seahorse-sharing package split
+
 * Mon Mar 26 2012 Debarshi Ray <rishi at fedoraproject.org> - 3.4.0-1
 - Update to 3.4.0
 


More information about the scm-commits mailing list