From b49c7fe00e97637935fce3c52486fb2498914880 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Dec 13 2010 12:55:37 +0000 Subject: - New upstream release. - Many small bugfixes and performance increases. - New experimental zif backend, which is not installed by default. --- diff --git a/.gitignore b/.gitignore index 8dfb9bd..64dd0dd 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ PackageKit-0.6.7.tar.bz2 /PackageKit-0.6.8.tar.bz2 /PackageKit-0.6.9.tar.bz2 /PackageKit-0.6.10.tar.bz2 +/PackageKit-0.6.11.tar.bz2 diff --git a/PackageKit.spec b/PackageKit.spec index 30db336..55df918 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -2,7 +2,7 @@ Summary: Package management service Name: PackageKit -Version: 0.6.10 +Version: 0.6.11 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.packagekit.org @@ -48,7 +48,7 @@ BuildRequires: pango-devel BuildRequires: pm-utils-devel BuildRequires: fontconfig-devel BuildRequires: gobject-introspection-devel -BuildRequires: zif-devel +BuildRequires: zif-devel >= 0.1.3 # functionality moved to udev itself Obsoletes: PackageKit-udev-helper < %{version}-%{release} @@ -68,6 +68,15 @@ Requires: %{name} = %{version}-%{release} %description yum A backend for PackageKit to enable yum functionality. +%package zif +Summary: PackageKit Zif backend +Group: System Environment/Libraries +Requires: zif >= 0.1.3 +Requires: %{name} = %{version}-%{release} + +%description zif +A backend for PackageKit to enable Zif functionality. + %if 0%{?rhel} == 0 %package smart Summary: PackageKit SMART backend @@ -241,6 +250,7 @@ user to restart the computer or remove and re-insert the device. %configure \ --disable-static \ --enable-yum \ + --enable-zif \ %if 0%{?rhel} == 0 --enable-smart \ --enable-introspection \ @@ -361,6 +371,12 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %dir %{_datadir}/PackageKit/helpers/yum %{_datadir}/PackageKit/helpers/yum/* +%files zif +%defattr(-,root,root,-) +%{_libdir}/packagekit-backend/libpk_backend_zif.so +%dir %{_datadir}/PackageKit/helpers/zif +%{_datadir}/PackageKit/helpers/zif/* + %files yum-plugin %defattr(-, root, root) %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/refresh-packagekit.conf @@ -439,6 +455,11 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_includedir}/PackageKit/backend/*.h %changelog +* Mon Dec 13 2010 Richard Hughes - 0.6.11-1 +- New upstream release. +- Many small bugfixes and performance increases. +- New experimental zif backend, which is not installed by default. + * Mon Nov 01 2010 Richard Hughes - 0.6.10-1 - New upstream release. - Many small bugfixes and performance increases. diff --git a/sources b/sources index 29908ad..01589f5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dd1417c09a437ec99cb62af52214856c PackageKit-0.6.10.tar.bz2 +74fffc6dc255973fc4d28881577e5c89 PackageKit-0.6.11.tar.bz2