From 6a1a41f77141bb3ca6d074c1afeb5cade88232a5 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 2 Sep 2013 20:47:34 +0100 Subject: [PATCH] New upstream release --- .gitignore | 1 + PackageKit.spec | 39 +++++++++++++++++++++++++++++++++++++-- sources | 2 +- 3 files changed, 39 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b4db274..3b67a87 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ PackageKit-0.6.7.tar.bz2 /PackageKit-0.8.7.tar.xz /PackageKit-0.8.8.tar.xz /PackageKit-0.8.9.tar.xz +/PackageKit-0.8.11.tar.xz diff --git a/PackageKit.spec b/PackageKit.spec index f8c934a..1dd8bf1 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -5,8 +5,8 @@ Summary: Package management service Name: PackageKit -Version: 0.8.10 -Release: 2%{?dist} +Version: 0.8.11 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.packagekit.org Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz @@ -66,6 +66,13 @@ BuildRequires: zif-devel >= 0.2.5 BuildRequires: bash-completion %endif +%if !0%{?rhel} +BuildRequires: hawkey-devel >= 0.3.13 +BuildRequires: rpm-devel >= 4.11.0 +BuildRequires: librepo-devel >= 1.0.0 +BuildRequires: libsolv-devel +%endif + # functionality moved to udev itself Obsoletes: PackageKit-udev-helper < %{version}-%{release} Obsoletes: udev-packagekit < %{version}-%{release} @@ -105,6 +112,17 @@ Provides: PackageKit-backend A backend for PackageKit to enable Zif functionality. %endif +%if 0%{?rhel} == 0 +%package hawkey +Summary: PackageKit Hawkey backend +Group: System Environment/Libraries +Requires: %{name}%{?_isa} = %{version}-%{release} +Provides: PackageKit-backend + +%description hawkey +A backend for PackageKit to enable Hawkey functionality. +%endif + %package docs Summary: Documentation for PackageKit Group: Development/Libraries @@ -246,6 +264,7 @@ NOCONFIGURE=1 ./autogen.sh --disable-bash-completion \ %if 0%{?rhel} == 0 --enable-zif \ + --enable-hawkey \ --enable-introspection \ --enable-bash-completion \ %endif @@ -367,6 +386,12 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_datadir}/PackageKit/helpers/zif/* %endif +%if 0%{?rhel} == 0 +%files hawkey +%defattr(-,root,root,-) +%{_libdir}/packagekit-backend/libpk_backend_hawkey.so +%endif + %files yum-plugin %defattr(-, root, root) %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/refresh-packagekit.conf @@ -430,6 +455,16 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_libdir}/pkgconfig/packagekit-plugin.pc %changelog +* Mon Sep 02 2013 Richard Hughes - 0.8.11-1 +- New upstream release +- Add a few missing subcommands to the help output +- Add a new backend using hawkey that also uses librepo +- Add offline update commands to the pkcon man page +- Make it possible to cancel an offline update +- yum: Do not check for infra packages when getting the update list +- yum: Do not use network access if we're filtering with ONLY_DOWNLOAD +- zif: Do not use network access if we're filtering with ONLY_DOWNLOAD + * Tue Aug 20 2013 Richard Hughes - 0.8.10-2 - Do not build the smart backend, it's about to be removed from Fedora. diff --git a/sources b/sources index 2d2edfb..bacd0e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d6eaa6c89be0bcfbc24340eb3e1c2e95 PackageKit-0.8.10.tar.xz +676ebf95830373b84d5599f4e5039b72 PackageKit-0.8.11.tar.xz