From d87cb2473a7430a3b22df583dd2fa8c6f045f9c5 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 8 May 2013 10:02:28 +0100 Subject: [PATCH] New upstream release --- .gitignore | 1 + PackageKit.spec | 41 ++++++++++++++++++++++++++++++++++++----- sources | 2 +- 3 files changed, 38 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index eb9b2a7..564a85d 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ PackageKit-0.6.7.tar.bz2 /PackageKit-0.8.5.tar.xz /PackageKit-0.8.6.tar.xz /PackageKit-0.8.7.tar.xz +/PackageKit-0.8.8.tar.xz diff --git a/PackageKit.spec b/PackageKit.spec index f5ae05a..7a22436 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -2,8 +2,8 @@ Summary: Package management service Name: PackageKit -Version: 0.8.7 -Release: 4%{?dist} +Version: 0.8.8 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.packagekit.org Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz @@ -31,6 +31,8 @@ BuildRequires: dbus-glib-devel >= 0.74 BuildRequires: pam-devel BuildRequires: libX11-devel BuildRequires: xmlto +BuildRequires: gtk-doc +BuildRequires: gcc-c++ BuildRequires: sqlite-devel BuildRequires: NetworkManager-devel BuildRequires: polkit-devel >= 0.92 @@ -53,8 +55,9 @@ BuildRequires: pm-utils-devel BuildRequires: fontconfig-devel BuildRequires: systemd-devel BuildRequires: gobject-introspection-devel -%if 0%{?rhel} == 0 +%if !0%{?rhel} BuildRequires: zif-devel >= 0.2.5 +BuildRequires: bash-completion %endif # functionality moved to udev itself @@ -91,7 +94,9 @@ Provides: PackageKit-backend %description zif A backend for PackageKit to enable Zif functionality. +%endif +%if 0%{?rhel} == 0 %package smart Summary: PackageKit SMART backend Group: System Environment/Libraries @@ -247,6 +252,7 @@ NOCONFIGURE=1 ./autogen.sh --with-default-backend=auto \ --disable-local \ --disable-strict \ + --disable-silent-rules \ --disable-tests make %{?_smp_mflags} V=1 @@ -306,9 +312,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %ghost %verify(not md5 size mtime) %{_localstatedir}/cache/PackageKit/groups.sqlite %dir %{_localstatedir}/cache/PackageKit/downloads %{python_sitelib}/packagekit/*py* -%dir %{_sysconfdir}/bash_completion.d +%if !0%{?rhel} +%{_datadir}/bash-completion/completions/pkcon +%endif %dir %{_libdir}/packagekit-backend -%config %{_sysconfdir}/bash_completion.d/pk-completion.bash %config(noreplace) %{_sysconfdir}/PackageKit/PackageKit.conf %config(noreplace) %{_sysconfdir}/PackageKit/Vendor.conf %config %{_sysconfdir}/dbus-1/system.d/* @@ -429,6 +436,30 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_libdir}/pkgconfig/packagekit-plugin.pc %changelog +* Wed May 08 2013 Richard Hughes - 0.8.8-1 +- New upstream release +- PackageKit now allow local active users to install signed software without + prompting for authentication. If you need to change this you will need to + either install a PolicyKit override or just patch the policy file. +- Added Provides property to retrieve which Provides the backend supports +- Allow clients to call org.freedesktop.DBus.Peer +- browser-plugin: Do not crash when running an installed package that is upgradable +- Do not install the bash-completion code in /etc +- Do not use _UTF8Writer when using python3 +- Don't abort the daemon if the client requests a property that does not exist +- Don't use the default main context in sync PkClient methods +- Expose the transaction flags on the .Transaction object +- Pause for 10 seconds if an error occurred before restarting systemd-updates +- Remove the prepared-updates file if any relevant state was changed +- Support getting the distro-id from /etc/os-release +- Use PIE to better secure installed tools and also use full RELRO in the daemon +- Use the correct session method to fix font installation in pk-gtk-module +- Write a pre-failure status file in case the update transaction crashes +- yum: Ensure conf.cache is set before repo.cache is created +- yum: Ignore errors when removing packages to work out the requires list +- zif: Do not issue a critical warning when doing WhatProvides +- zif: Use the same speedup used in libzif upstream + * Thu Apr 04 2013 Kalev Lember - 0.8.7-4 - Drop the dep on preupgrade diff --git a/sources b/sources index a44a0da..e6f7751 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -773de0465bd6d463a6e1604b76da916e PackageKit-0.8.7.tar.xz +29d3dee9cb75923e5a66c7aeb07b2ec8 PackageKit-0.8.8.tar.xz