rpms/PackageKit/F-9 PackageKit.spec,1.45,1.46

Richard Hughes (rhughes) fedora-extras-commits at redhat.com
Wed Aug 6 10:05:27 UTC 2008


Author: rhughes

Update of /cvs/pkgs/rpms/PackageKit/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6632

Modified Files:
	PackageKit.spec 
Log Message:
* Wed Aug 06 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.4-4
- Fix up the yum backend as public_key.fingerprint() was changed.
- Fixes fd#16965.



Index: PackageKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/F-9/PackageKit.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- PackageKit.spec	6 Aug 2008 08:03:46 -0000	1.45
+++ PackageKit.spec	6 Aug 2008 10:04:56 -0000	1.46
@@ -8,7 +8,7 @@
 Summary:   System daemon that is a DBUS abstraction layer for package management
 Name:      PackageKit
 Version:   0.2.4
-Release:   3%{?dist}
+Release:   4%{?dist}
 License:   GPLv2+
 Group:     System Environment/Libraries
 URL:       http://packagekit.freedesktop.org
@@ -19,6 +19,9 @@
 # upstream, 8ea1106a44568132947e29b75788d724827cf0e5
 Patch0:    pk-network-fallback-use-zero-destination.patch
 
+# upstream, 85e73bb7d478160990acbc30da620d05386072cf
+Patch1:    pk-yum-api-broken-fingerprint-now-function.patch
+
 Requires: dbus >= %{dbus_version}
 Requires: PackageKit-libs = %{version}-%{release}
 Requires: yum-packagekit = %{version}-%{release}
@@ -103,6 +106,7 @@
 #%setup -q -n %{name}-%{version}-%{?alphatag}
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure --enable-yum --enable-yum2 --with-default-backend=yum --disable-local
@@ -199,6 +203,10 @@
 %{_includedir}/*
 
 %changelog
+* Wed Aug 06 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.4-4
+- Fix up the yum backend as public_key.fingerprint() was changed.
+- Fixes fd#16965.
+
 * Wed Aug 06 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.4-3
 - Check for a zero destination in the unix network fallback code.
 - Fixes rh#445158.




More information about the scm-commits mailing list