New upstream release

This commit is contained in:
Richard Hughes 2013-09-02 20:47:34 +01:00
parent 65cd6791e7
commit 6a1a41f771
3 changed files with 39 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <rhughes@redhat.com> - 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 <rhughes@redhat.com> - 0.8.10-2
- Do not build the smart backend, it's about to be removed from Fedora.

View File

@ -1 +1 @@
d6eaa6c89be0bcfbc24340eb3e1c2e95 PackageKit-0.8.10.tar.xz
676ebf95830373b84d5599f4e5039b72 PackageKit-0.8.11.tar.xz