rpms/PackageKit/devel PackageKit.spec,1.74,1.75

Richard Hughes rhughes at fedoraproject.org
Fri Oct 24 11:21:15 UTC 2008


Author: rhughes

Update of /cvs/pkgs/rpms/PackageKit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv940

Modified Files:
	PackageKit.spec 
Log Message:
* Fri Oct 24 2008 Richard Hughes  <rhughes at redhat.com> - 0.3.8-4
- Add a patch from upstream to change the servicepack metadata format to be
  forwards compatible so we don't let the user create invalid packs.



Index: PackageKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/devel/PackageKit.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- PackageKit.spec	23 Oct 2008 11:14:41 -0000	1.74
+++ PackageKit.spec	24 Oct 2008 11:20:45 -0000	1.75
@@ -8,7 +8,7 @@
 Summary:   System daemon that is a DBUS abstraction layer for package management
 Name:      PackageKit
 Version:   0.3.8
-Release:   3%{?dist}
+Release:   4%{?dist}
 License:   GPLv2+
 Group:     System Environment/Libraries
 URL:       http://packagekit.freedesktop.org
@@ -18,6 +18,9 @@
 # upstream: 85afc2b5cc7e68c8184ae4ca7df4e1d7ed1d5258
 Patch0:    pk-fix-pkcon-resolve.patch
 
+# upstream: 14aad0ff9d049e1843e263993cd00a24812abd97
+Patch1:    pk-use-servicepack-type.patch
+
 Requires: dbus >= %{dbus_version}
 Requires: dbus-glib >= %{dbus_glib_version}
 Requires: PackageKit-glib = %{version}-%{release}
@@ -198,7 +201,8 @@
 
 %prep
 %setup -q
-#%patch0 -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
 %configure --enable-yum --enable-smart --with-default-backend=yum --disable-local
@@ -371,6 +375,10 @@
 %{_includedir}/PackageKit/backend/*.h
 
 %changelog
+* Fri Oct 24 2008 Richard Hughes  <rhughes at redhat.com> - 0.3.8-4
+- Add a patch from upstream to change the servicepack metadata format to be
+  forwards compatible so we don't let the user create invalid packs.
+
 * Thu Oct 23 2008 Richard Hughes  <rhughes at redhat.com> - 0.3.8-3
 - Add a patch from upstream to pkcon install foo
 




More information about the fedora-extras-commits mailing list