[gnome-keyring] Properly obsolete dead -devel subpackage (#771299)

Tomas Bzatek tbzatek at fedoraproject.org
Tue Jan 3 13:35:44 UTC 2012


commit a0d6afba8fc1729ab4504d42d9a70f873e4eb13e
Author: Tomas Bzatek <tbzatek at redhat.com>
Date:   Tue Jan 3 14:35:38 2012 +0100

    Properly obsolete dead -devel subpackage (#771299)

 gnome-keyring.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/gnome-keyring.spec b/gnome-keyring.spec
index f892a5e..72cc5cd 100644
--- a/gnome-keyring.spec
+++ b/gnome-keyring.spec
@@ -9,7 +9,7 @@
 Summary: Framework for managing passwords and other secrets
 Name: gnome-keyring
 Version: 3.3.3.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Libraries
 #VCS: git:git://git.gnome.org/gnome-keyring
@@ -36,6 +36,10 @@ BuildRequires: gcr-devel
 # for smooth transition since the core was split
 Requires: libgnome-keyring >= %{libgnome_keyring_version}
 
+# we no longer have a devel subpackage
+Obsoletes: %{name}-devel < 3.3.0
+Provides:  %{name}-devel = 3.3.0
+
 %description
 The gnome-keyring session daemon manages passwords and other types of
 secrets for the user, storing them encrypted with a main password.
@@ -118,6 +122,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 
 
 %changelog
+* Tue Jan  3 2012 Tomas Bzatek <tbzatek at redhat.com> - 3.3.3.1-3
+- Properly obsolete dead -devel subpackage (#771299)
+
 * Mon Dec 26 2011 Ville Skyttä <ville.skytta at iki.fi> - 3.3.3.1-2
 - Fix libgnome-keyring dep version syntax.
 


More information about the scm-commits mailing list