[PackageKit] New upstream release. Do not try to parse any arguments in command-not-found. Ensure we save the upd

Richard Hughes rhughes at fedoraproject.org
Mon Jul 4 15:40:32 UTC 2011


commit 1a78ed2106f957fd8aa0af6940100b35c7d3e5ed
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Jul 4 16:40:13 2011 +0100

    New upstream release.
    Do not try to parse any arguments in command-not-found.
    Ensure we save the updates cache for the pre-transaction checks.

 .gitignore                                         |    1 +
 ...E-2011-2515-which-affects-the-YUM-backend.patch |   92 --------------------
 PackageKit.spec                                    |   15 ++--
 sources                                            |    2 +-
 4 files changed, 10 insertions(+), 100 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f788659..81da4d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ PackageKit-0.6.7.tar.bz2
 /PackageKit-0.6.13.tar.bz2
 /PackageKit-0.6.14.tar.bz2
 /PackageKit-0.6.15.tar.bz2
+/PackageKit-0.6.16.tar.xz
diff --git a/PackageKit.spec b/PackageKit.spec
index 8cbcbe6..95439a5 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -2,11 +2,11 @@
 
 Summary:   Package management service
 Name:      PackageKit
-Version:   0.6.15
-Release:   3%{?dist}
+Version:   0.6.16
+Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.packagekit.org
-Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.bz2
+Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
 
 # Fedora-specific: set Vendor.conf up for Fedora.
 Patch0:    PackageKit-0.3.8-Fedora-Vendor.conf.patch
@@ -14,9 +14,6 @@ Patch0:    PackageKit-0.3.8-Fedora-Vendor.conf.patch
 # Fedora specific: the yum backend doesn't do time estimation correctly
 Patch1:    PackageKit-0.4.4-Fedora-turn-off-time.conf.patch
 
-# Fix for CVE-2011-2515
-Patch2:    0001-Fix-CVE-2011-2515-which-affects-the-YUM-backend.patch
-
 Requires: PackageKit-glib = %{version}-%{release}
 Requires: PackageKit-yum = %{version}-%{release}
 Requires: shared-mime-info
@@ -249,7 +246,6 @@ user to restart the computer or remove and re-insert the device.
 %setup -q
 %patch0 -p1 -b .fedora
 %patch1 -p1 -b .no-time
-%patch2 -p1 -b .cve2011-2515
 
 %build
 %configure \
@@ -464,6 +460,11 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_includedir}/PackageKit/backend/*.h
 
 %changelog
+* Mon Jul 04 2011 Richard Hughes  <rhughes at redhat.com> - 0.6.16-1
+- New upstream release.
+- Do not try to parse any arguments in command-not-found.
+- Ensure we save the updates cache for the pre-transaction checks.
+
 * Fri Jul 01 2011 Richard Hughes  <rhughes at redhat.com> - 0.6.15-3
 - Upstream yum recently changed the behaviour when checking signatures
   on a package. The commit added a new configuration key which only
diff --git a/sources b/sources
index 9a955d5..3d08ab4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-432f505462a00473c941ff907d97953e  PackageKit-0.6.15.tar.bz2
+a829166f881dab2aa19e0f130ff8b33d  PackageKit-0.6.16.tar.xz


More information about the scm-commits mailing list