[PackageKit/f18] New upstream release

Richard Hughes rhughes at fedoraproject.org
Wed May 8 09:43:51 UTC 2013


commit c17c66ed26fcd5dc16ff5b23f7de48424a490d27
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed May 8 10:43:33 2013 +0100

    New upstream release

 .gitignore      |    1 +
 PackageKit.spec |   39 +++++++++++++++++++++++++++++++++++----
 sources         |    2 +-
 3 files changed, 37 insertions(+), 5 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 eca93d0..c508d60 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -2,7 +2,7 @@
 
 Summary:   Package management service
 Name:      PackageKit
-Version:   0.8.7
+Version:   0.8.8
 Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.packagekit.org
@@ -34,6 +34,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
@@ -56,8 +58,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
@@ -94,7 +97,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
@@ -250,6 +255,7 @@ NOCONFIGURE=1 ./autogen.sh
         --with-default-backend=auto \
         --disable-local \
         --disable-strict \
+        --disable-silent-rules \
         --disable-tests
 
 make %{?_smp_mflags} V=1
@@ -309,9 +315,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/*
@@ -432,6 +439,30 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_libdir}/pkgconfig/packagekit-plugin.pc
 
 %changelog
+* Wed May 08 2013 Richard Hughes <rhughes at redhat.com> - 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
+
 * Wed Jan 16 2013 Richard Hughes  <rhughes at redhat.com> - 0.8.7-1
 - New upstream release
 - Do not ask for authentication when the transaction is being simulated
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


More information about the scm-commits mailing list