[PackageKit/f18] yum-plugin: make PK dep versioned

Richard Hughes rhughes at fedoraproject.org
Mon Nov 26 17:22:45 UTC 2012


commit 7910a27384558fa8e356f51d3643ea83d808f29a
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Wed Oct 31 11:34:36 2012 -0500

    yum-plugin: make PK dep versioned

 PackageKit.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/PackageKit.spec b/PackageKit.spec
index 8d917e5..d4cc67d 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -123,7 +123,7 @@ API docs for PackageKit.
 Summary: Tell PackageKit to check for updates when yum exits
 Group: System Environment/Base
 Requires: yum >= 3.0
-Requires: PackageKit
+Requires: %{name}%{?_isa} = %{version}-%{release}
 Requires: dbus-python
 Obsoletes: yum-packagekit < %{version}-%{release}
 
@@ -472,6 +472,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 - Perform the simulation of spawned transactions correctly
 - Hopefully fixes: https://bugzilla.redhat.com/show_bug.cgi?id=866486
 
+* Wed Oct 31 2012 Rex Dieter <rdieter at fedoraproject.org> 0.8.5-3
+- -yum-plugin: make PK dep versioned
+
 * Mon Oct 29 2012 Richard Hughes  <rhughes at redhat.com> - 0.8.5-1
 - New upstream release
 - Remove upstreamed patches


More information about the scm-commits mailing list