rpms/PackageKit/F-9 pk-ship-yum-install-signature.patch, NONE, 1.1 PackageKit.spec, 1.50, 1.51

Richard Hughes rhughes at fedoraproject.org
Sat Sep 6 08:39:46 UTC 2008


Author: rhughes

Update of /cvs/pkgs/rpms/PackageKit/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7384

Modified Files:
	PackageKit.spec 
Added Files:
	pk-ship-yum-install-signature.patch 
Log Message:
* Sat Sep 06 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.4-8
- Backport a patch from stable so we include install-signature.py
  I really can't work out how this was dropped from 0.1.x to 0.2.x


pk-ship-yum-install-signature.patch:

--- NEW FILE pk-ship-yum-install-signature.patch ---
commit c9a6f2b80949242de5fd05392d93998883041cec
Author: Richard Hughes <richard at hughsie.com>
Date:   Fri Aug 8 07:59:40 2008 +0100

    yum: ship install-signature.py -- I can't work out how this was missed

diff --git a/backends/yum/helpers/Makefile.am b/backends/yum/helpers/Makefile.am
index ae73353..d853800 100644
--- a/backends/yum/helpers/Makefile.am
+++ b/backends/yum/helpers/Makefile.am
@@ -23,6 +23,7 @@ dist_helper_DATA = 			\
 	resolve.py			\
 	update-packages.py		\
 	install-files.py		\
+	install-signature.py		\
 	refresh-cache.py		\
 	what-provides.py		\
 	update-system.py		\


Index: PackageKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/F-9/PackageKit.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- PackageKit.spec	27 Aug 2008 12:59:26 -0000	1.50
+++ PackageKit.spec	6 Sep 2008 08:39:15 -0000	1.51
@@ -8,7 +8,7 @@
 Summary:   System daemon that is a DBUS abstraction layer for package management
 Name:      PackageKit
 Version:   0.2.4
-Release:   7%{?dist}
+Release:   8%{?dist}
 License:   GPLv2+
 Group:     System Environment/Libraries
 URL:       http://packagekit.freedesktop.org
@@ -29,6 +29,8 @@
 Patch5:    pk-handle-restart-x64.patch
 # upstream, 065caf0fe65ec143e18972400405ca407354afb4
 Patch6:    pk-dont-stop-at-first-package.patch
+# upstream, c9a6f2b80949242de5fd05392d93998883041cec
+Patch7:    pk-ship-yum-install-signature.patch
 
 Requires: dbus >= %{dbus_version}
 Requires: PackageKit-libs = %{version}-%{release}
@@ -119,6 +121,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 %configure --enable-yum --enable-yum2 --with-default-backend=yum --disable-local
@@ -215,6 +218,10 @@
 %{_includedir}/*
 
 %changelog
+* Sat Sep 06 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.4-8
+- Backport a patch from stable so we include install-signature.py
+  I really can't work out how this was dropped from 0.1.x to 0.2.x
+
 * Wed Aug 27 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.4-7
 - Fix resolving 64 bit packages on multiarch machines.
 - Fixes rh#447957




More information about the fedora-extras-commits mailing list