diff --git a/.gitignore b/.gitignore index 81da4d4..0184024 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ PackageKit-0.6.7.tar.bz2 /PackageKit-0.6.14.tar.bz2 /PackageKit-0.6.15.tar.bz2 /PackageKit-0.6.16.tar.xz +/PackageKit-0.6.17.tar.xz diff --git a/PackageKit.spec b/PackageKit.spec index 95439a5..ddc555c 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -2,7 +2,7 @@ Summary: Package management service Name: PackageKit -Version: 0.6.16 +Version: 0.6.17 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.packagekit.org @@ -15,7 +15,7 @@ Patch0: PackageKit-0.3.8-Fedora-Vendor.conf.patch Patch1: PackageKit-0.4.4-Fedora-turn-off-time.conf.patch Requires: PackageKit-glib = %{version}-%{release} -Requires: PackageKit-yum = %{version}-%{release} +Requires: PackageKit-backend Requires: shared-mime-info Requires: comps-extras @@ -63,7 +63,10 @@ cross-architecture API. Summary: PackageKit YUM backend Group: System Environment/Libraries Requires: yum >= 3.2.19 +# python(gio) +Requires: pygobject2 Requires: %{name} = %{version}-%{release} +Provides: PackageKit-backend %description yum A backend for PackageKit to enable yum functionality. @@ -73,6 +76,7 @@ Summary: PackageKit Zif backend Group: System Environment/Libraries Requires: zif >= 0.1.3 Requires: %{name} = %{version}-%{release} +Provides: PackageKit-backend %description zif A backend for PackageKit to enable Zif functionality. @@ -256,7 +260,7 @@ user to restart the computer or remove and re-insert the device. --enable-smart \ --enable-introspection \ %endif - --with-default-backend=yum \ + --with-default-backend=yum,zif \ --disable-local \ --disable-ruck \ --disable-strict \ @@ -460,6 +464,14 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_includedir}/PackageKit/backend/*.h %changelog +* Mon Aug 01 2011 Richard Hughes - 0.6.17-1 +- New upstream release. +- Manually convert the results of GetDetails to unicode. +- Parse the new style .discinfo files for F15 +- Ignore local packages when calculating the simulate list +- Allow the user to remove PackageKit-yum if PackageKit-zif is installed +- Resolves: #719916, #709865 + * Mon Jul 04 2011 Richard Hughes - 0.6.16-1 - New upstream release. - Do not try to parse any arguments in command-not-found. diff --git a/sources b/sources index 3d08ab4..5a87b30 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a829166f881dab2aa19e0f130ff8b33d PackageKit-0.6.16.tar.xz +922666418e2697eb2248ee5de31ef967 PackageKit-0.6.17.tar.xz