[gcr] Add a Conflicts directive for older gnome-keyring packages (#771299)

Tomas Bzatek tbzatek at fedoraproject.org
Tue Jan 3 09:56:40 UTC 2012


commit 71aed461c3654f29a4c76e3df7f886e73db41fb0
Author: Tomas Bzatek <tbzatek at redhat.com>
Date:   Tue Jan 3 10:56:35 2012 +0100

    Add a Conflicts directive for older gnome-keyring packages (#771299)

 gcr.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/gcr.spec b/gcr.spec
index 690f563..fa31e3e 100644
--- a/gcr.spec
+++ b/gcr.spec
@@ -1,6 +1,6 @@
 Name:           gcr
 Version:        3.3.3.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A library for bits of crypto UI and parsing
 
 Group:          Development/Libraries
@@ -20,6 +20,8 @@ BuildRequires:  libtasn1-tools
 BuildRequires:  libtasn1-devel
 BuildRequires:  chrpath
 
+Conflicts: gnome-keyring < 3.3.0
+
 %description
 gcr is a library for displaying certificates, and crypto UI, accessing
 key stores. It also provides a viewer for crypto files on the GNOME
@@ -117,6 +119,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Tue Jan  3 2012 Tomas Bzatek <tbzatek at redhat.com> 3.3.3.1-4
+- Add a Conflicts directive for older gnome-keyring packages (#771299)
+
 * Wed Dec 21 2011 Matthias Clasen <mclasen at redhat.com> 3.3.3.1-3
 - Own some directories
 


More information about the scm-commits mailing list