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 - 3.3.3.1-3 +- Properly obsolete dead -devel subpackage (#771299) + * Mon Dec 26 2011 Ville Skyttä - 3.3.3.1-2 - Fix libgnome-keyring dep version syntax.