From 37c221f4a3e7c987ecb37247e743cbf6c991cbe9 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 2 Sep 2009 18:10:31 +0000 Subject: [PATCH] - Update to a newer git snapshot from the 0.5.x series. - Should fix some issues with KPackageKit. --- .cvsignore | 2 +- PackageKit-0.5.2-pkaction.patch | 26 -------------------------- PackageKit.spec | 16 ++++++---------- sources | 2 +- 4 files changed, 8 insertions(+), 38 deletions(-) delete mode 100644 PackageKit-0.5.2-pkaction.patch diff --git a/.cvsignore b/.cvsignore index d4f078b..6f2c37a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -PackageKit-0.5.2-20090824.tar.gz +PackageKit-0.5.2-20090902.tar.gz diff --git a/PackageKit-0.5.2-pkaction.patch b/PackageKit-0.5.2-pkaction.patch deleted file mode 100644 index 9a1faad..0000000 --- a/PackageKit-0.5.2-pkaction.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 8eaf47db02668c5bb243a1442438894790ad7033 Mon Sep 17 00:00:00 2001 -From: Christopher Aillon -Date: Sat, 29 Aug 2009 12:00:01 -0700 -Subject: [PATCH] Use correct configure test for newer polkit - -s/polkit-action/pkaction/ ---- - configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 066b8a1..7b03a63 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -588,7 +588,7 @@ AC_ARG_WITH([security_framework], - [Default security framework to use polkit,dummy])) - # try and guess this if nothing is listed - if test x$with_security_framework = x; then -- if test -f /usr/bin/polkit-action ; then -+ if test -f /usr/bin/pkaction ; then - with_security_framework=polkit - else - AC_MSG_ERROR([--with-security-framework explicitly required when not using PolicyKit or RBAC]) --- -1.6.4 - diff --git a/PackageKit.spec b/PackageKit.spec index 2925fcb..e26f516 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -3,14 +3,14 @@ %define dbus_glib_version 0.74 %define polkit_version 0.92 %define libnm_glib_version 0.6.4 -%define alphatag 20090824 +%define alphatag 20090902 %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Summary: Package management service Name: PackageKit Version: 0.5.2 -Release: 0.2.%{?alphatag}git%{?dist} +Release: 0.1.%{?alphatag}git%{?dist} #Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -25,10 +25,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 -# http://bugs.freedesktop.org/show_bug.cgi?id=23592 -Patch2: PackageKit-0.5.2-pkaction.patch -BuildRequires: autoconf - Requires: dbus >= %{dbus_version} Requires: dbus-glib >= %{dbus_glib_version} Requires: PackageKit-glib = %{version}-%{release} @@ -244,10 +240,6 @@ user to restart the computer or remove and re-insert the device. %patch0 -p1 -b .fedora %patch1 -p1 -b .no-time -# http://bugs.freedesktop.org/show_bug.cgi?id=23592 -%patch2 -p1 -b .pkaction -autoreconf - %build %configure --disable-static --enable-yum --enable-smart --with-default-backend=yum --disable-local --disable-ruck @@ -444,6 +436,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_includedir}/PackageKit/backend/*.h %changelog +* Wed Sep 02 2009 Richard Hughes - 0.5.2-0.1.20090902git +- Update to a newer git snapshot from the 0.5.x series. +- Should fix some issues with KPackageKit. + * Sat Aug 29 2009 Christopher Aillon - 0.5.2-0.2.20090824git - Fix build against polkit, rebuild against newer libnm_glib diff --git a/sources b/sources index 9cd1df4..fdae460 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -65d1187374f4fbf9022c5caa4ad53aa7 PackageKit-0.5.2-20090824.tar.gz +a867faa27eb766138038fbecb61edc0f PackageKit-0.5.2-20090902.tar.gz