[PackageKit/f13/master] Fix RH#620943

drago01 drago01 at fedoraproject.org
Wed Sep 1 18:24:11 UTC 2010


commit 060ae5c8b5d886defac4319bbdca420cfd39159b
Author: Adel Gadllah <adel.gadllah at gmail.com>
Date:   Wed Sep 1 20:23:59 2010 +0200

    Fix RH#620943

 PackageKit.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/PackageKit.spec b/PackageKit.spec
index 9ca00c5..fead507 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -5,7 +5,7 @@
 Summary:   Package management service
 Name:      PackageKit
 Version:   0.6.6
-Release:   1%{?dist}
+Release:   2%{?dist}
 License:   GPLv2+ and LGPLv2+
 Group:     System Environment/Libraries
 URL:       http://www.packagekit.org
@@ -65,6 +65,9 @@ BuildRequires: gobject-introspection-devel
 Obsoletes: PackageKit-udev-helper < %{version}-%{release}
 Obsoletes: udev-packagekit < %{version}-%{release}
 
+# Fix for #620943
+Conflicts: selinux-policy < 3.7.19-40
+
 %description
 PackageKit is a D-Bus abstraction layer that allows the session user
 to manage packages in a secure way using a cross-distro,
@@ -450,6 +453,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_includedir}/PackageKit/backend/*.h
 
 %changelog
+* Wed Sep 01 2010 Adel Gadllah <adel.gadllah at gmail.com> - 0.6.6-2
+- Add a conflict with older selinux-policy to fix RH#620943
+
 * Thu Jul 01 2010 Richard Hughes  <rhughes at redhat.com> - 0.6.6-1
 - New upstream release of 0.6.6.
 - Don't crash with an internal error if the .discinfo is malformed


More information about the scm-commits mailing list