diff options
| author | Kalev Lember <kalevlember@gmail.com> | 2012-04-12 20:19:36 (GMT) |
|---|---|---|
| committer | Kalev Lember <kalevlember@gmail.com> | 2012-04-12 20:19:36 (GMT) |
| commit | 7b450ab5bf497247947f08e1513d49f96fcf52c1 (patch) | |
| tree | 16ef90d03b4dcea6f143a9fb69b749d63ae0375d | |
| parent | 507a7b4f1e5b639ca3853c29642bb48669f712cc (diff) | |
| download | seahorse-7b450ab5.zip seahorse-7b450ab5.tar.gz seahorse-7b450ab5.tar.bz2 | |
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
| -rw-r--r-- | 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@gmail.com> - 3.4.0-2 +- Added self-obsoletes to assist with seahorse-sharing package split + * Mon Mar 26 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.4.0-1 - Update to 3.4.0 |
