ngompa / rpms / PackageKit

Forked from rpms/PackageKit 3 years ago
Clone
280929
%global _changelog_trimtime %(date +%s -d "1 year ago")
280929
280929
%define _default_patch_fuzz 2
280929
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
280929
280929
Summary:   Package management service
280929
Name:      PackageKit
280929
Version:   1.1.10
280929
Release:   2%{?dist}
280929
License:   GPLv2+ and LGPLv2+
280929
URL:       http://www.freedesktop.org/software/PackageKit/
280929
Source0:   http://www.freedesktop.org/software/PackageKit/releases/%{name}-%{version}.tar.xz
c96f3a
Patch0:	CentOS-Vendor-Branding.patch
280929
280929
# Fedora-specific: set Vendor.conf up for Fedora.
280929
280929
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
280929
Requires: PackageKit-backend
280929
Requires: shared-mime-info
280929
Requires: systemd
280929
280929
BuildRequires: glib2-devel >= 2.46.0
280929
BuildRequires: xmlto
280929
BuildRequires: gtk-doc
280929
BuildRequires: sqlite-devel
280929
BuildRequires: polkit-devel >= 0.92
280929
BuildRequires: libtool
280929
BuildRequires: gtk2-devel
280929
BuildRequires: gtk3-devel
280929
BuildRequires: docbook-utils
280929
BuildRequires: gnome-doc-utils
280929
BuildRequires: intltool
280929
BuildRequires: gettext
280929
BuildRequires: vala-tools
280929
BuildRequires: gstreamer1-devel
280929
BuildRequires: gstreamer1-plugins-base-devel
280929
BuildRequires: pango-devel
280929
BuildRequires: fontconfig-devel
280929
BuildRequires: libappstream-glib-devel
280929
BuildRequires: systemd-devel
280929
BuildRequires: gobject-introspection-devel
280929
%if !0%{?rhel}
280929
BuildRequires: bash-completion
280929
%endif
280929
280929
# functionality moved to udev itself
280929
Obsoletes: PackageKit-udev-helper < %{version}-%{release}
280929
Obsoletes: udev-packagekit < %{version}-%{release}
280929
280929
# No more GTK+-2 plugin
280929
Obsoletes: PackageKit-gtk-module < %{version}-%{release}
280929
280929
# Removed when npapi plugins were blocked
280929
Provides: PackageKit-browser-plugin = %{version}-%{release}
280929
Obsoletes: PackageKit-browser-plugin < 1.0.11-3
280929
280929
# components now built-in
280929
Obsoletes: PackageKit-debug-install < 0.9.1
280929
Obsoletes: PackageKit-backend-devel < 0.9.6
280929
Provides: PackageKit-debug-install = %{version}-%{release}
280929
Provides: PackageKit-device-rebind = %{version}-%{release}
280929
280929
# Udev no longer provides this functionality
280929
Provides: PackageKit-device-rebind = %{version}-%{release}
280929
Obsoletes: PackageKit-device-rebind < 0.8.13-2
280929
280929
# Will probably come back as libdnf
280929
Provides: PackageKit-hif = %{version}-%{release}
280929
Obsoletes: PackageKit-hif < 1.0.7-7
280929
280929
%description
280929
PackageKit is a D-Bus abstraction layer that allows the session user
280929
to manage packages in a secure way using a cross-distro,
280929
cross-architecture API.
280929
280929
%package yum
280929
Summary: PackageKit YUM backend
280929
Requires: yum >= 3.4.3-45
280929
# python(gio)
280929
Requires: pygobject2
280929
Requires: %{name}%{?_isa} = %{version}-%{release}
280929
Provides: PackageKit-backend
280929
280929
%description yum
280929
A backend for PackageKit to enable yum functionality.
280929
280929
%package yum-plugin
280929
Summary: Tell PackageKit to check for updates when yum exits
280929
Requires: yum >= 3.0
280929
Requires: %{name}%{?_isa} = %{version}-%{release}
280929
Requires: dbus-python
280929
Obsoletes: yum-packagekit < %{version}-%{release}
280929
280929
%description yum-plugin
280929
PackageKit-yum-plugin tells PackageKit to check for updates when yum exits.
280929
This way, if you run 'yum update' and install all available updates, puplet
280929
will almost instantly update itself to reflect this.
280929
280929
%package glib
280929
Summary: GLib libraries for accessing PackageKit
280929
Requires: dbus >= 1.1.1
280929
Requires: gobject-introspection
280929
Obsoletes: PackageKit-libs < %{version}-%{release}
280929
Provides: PackageKit-libs = %{version}-%{release}
280929
280929
%description glib
280929
GLib libraries for accessing PackageKit.
280929
280929
%package cron
280929
Summary: Cron job and related utilities for PackageKit
280929
Requires: crontabs
280929
Requires: %{name}%{?_isa} = %{version}-%{release}
280929
280929
%description cron
280929
Crontab and utilities for running PackageKit as a cron job.
280929
280929
%package glib-devel
280929
Summary: GLib Libraries and headers for PackageKit
280929
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
280929
Requires: dbus-devel%{?_isa} >= 1.1.1
280929
Requires: sqlite-devel%{?_isa}
280929
Obsoletes: PackageKit-devel < %{version}-%{release}
280929
Provides: PackageKit-devel = %{version}-%{release}
280929
Obsoletes: PackageKit-docs < %{version}-%{release}
280929
Provides: PackageKit-docs = %{version}-%{release}
280929
280929
%description glib-devel
280929
GLib headers and libraries for PackageKit.
280929
280929
%package gstreamer-plugin
280929
Summary: Install GStreamer codecs using PackageKit
280929
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
280929
Obsoletes: codeina < 0.10.1-10
280929
Provides: codeina = 0.10.1-10
280929
280929
%description gstreamer-plugin
280929
The PackageKit GStreamer plugin allows any Gstreamer application to install
280929
codecs from configured repositories using PackageKit.
280929
280929
%package gtk3-module
280929
Summary: Install fonts automatically using PackageKit
280929
Requires: pango
280929
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
280929
280929
%description gtk3-module
280929
The PackageKit GTK3+ module allows any Pango application to install
280929
fonts from configured repositories using PackageKit.
280929
280929
%package command-not-found
280929
Summary: Ask the user to install command line programs automatically
280929
Requires: bash
280929
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
280929
280929
%description command-not-found
280929
A simple helper that offers to install new packages on the command line
280929
using PackageKit.
280929
280929
%prep
280929
%setup -q
c96f3a
%patch0 -p1
280929
280929
%build
280929
%configure \
280929
        --disable-static \
280929
        --enable-yum \
280929
        --disable-python3 \
280929
        --enable-introspection \
280929
        --with-python-package-dir=%{python_sitelib} \
280929
%if 0%{?rhel} == 0
280929
        --enable-bash-completion \
280929
%else
280929
        --disable-bash-completion \
280929
%endif
280929
        --with-default-backend=auto \
280929
        --disable-local \
280929
        --disable-silent-rules
280929
280929
make %{?_smp_mflags} V=1
280929
280929
%install
280929
make install DESTDIR=$RPM_BUILD_ROOT
280929
280929
rm -f $RPM_BUILD_ROOT%{_libdir}/libpackagekit*.la
280929
rm -f $RPM_BUILD_ROOT%{_libdir}/packagekit-backend/*.la
280929
rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/packagekit-plugin.la
280929
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.la
280929
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/modules/*.la
280929
rm -f $RPM_BUILD_ROOT%{_libdir}/polkit-1/extensions/libpackagekit-action-lookup.la
280929
280929
touch $RPM_BUILD_ROOT%{_localstatedir}/cache/PackageKit/groups.sqlite
280929
280929
# create a link that GStreamer will recognise
280929
pushd ${RPM_BUILD_ROOT}%{_libexecdir} > /dev/null
280929
ln -s pk-gstreamer-install gst-install-plugins-helper
280929
popd > /dev/null
280929
280929
# create a link that from the comps icons to PK, as PackageKit frontends
280929
# cannot add /usr/share/pixmaps/comps to the icon search path as some distros
280929
# do not use comps. Patching this in the frontend is not a good idea, as there
280929
# are multiple frontends in multiple programming languages.
280929
pushd ${RPM_BUILD_ROOT}%{_datadir}/PackageKit > /dev/null
280929
ln -s ../pixmaps/comps icons
280929
popd > /dev/null
280929
280929
%find_lang %name
280929
280929
%post
280929
# Remove leftover symlinks from /etc/systemd; the offline update service is
280929
# instead now hooked into /usr/lib/systemd/system/system-update.target.wants
280929
systemctl disable packagekit-offline-update.service > /dev/null 2>&1 || :
280929
280929
%post glib -p /sbin/ldconfig
280929
280929
%postun glib -p /sbin/ldconfig
280929
280929
%files -f %{name}.lang
280929
%license COPYING
280929
%doc README AUTHORS NEWS
280929
%dir %{_datadir}/PackageKit
280929
%dir %{_datadir}/PackageKit/helpers
280929
%dir %{_sysconfdir}/PackageKit
280929
%dir %{_localstatedir}/lib/PackageKit
280929
%dir %{python_sitelib}/packagekit
280929
%dir %{_localstatedir}/cache/PackageKit
280929
%ghost %verify(not md5 size mtime) %{_localstatedir}/cache/PackageKit/groups.sqlite
280929
%dir %{_localstatedir}/cache/PackageKit/downloads
280929
%dir %{_localstatedir}/cache/PackageKit/metadata
280929
%{python_sitelib}/packagekit/*py*
280929
%if !0%{?rhel}
280929
%{_datadir}/bash-completion/completions/pkcon
280929
%endif
280929
%dir %{_libdir}/packagekit-backend
280929
%config(noreplace) %{_sysconfdir}/PackageKit/PackageKit.conf
280929
%config(noreplace) %{_sysconfdir}/PackageKit/Vendor.conf
280929
%config %{_sysconfdir}/dbus-1/system.d/*
280929
%dir %{_datadir}/PackageKit/helpers/test_spawn
280929
%{_datadir}/PackageKit/icons
280929
%{_datadir}/PackageKit/helpers/test_spawn/*
280929
%{_datadir}/man/man1/pkcon.1.gz
280929
%{_datadir}/man/man1/pkmon.1.gz
280929
%{_datadir}/polkit-1/actions/*.policy
280929
%{_datadir}/polkit-1/rules.d/*
280929
%{_datadir}/PackageKit/pk-upgrade-distro.sh
280929
%{_libexecdir}/packagekitd
280929
%{_libexecdir}/packagekit-direct
280929
%{_bindir}/pkmon
280929
%{_bindir}/pkcon
280929
%exclude %{_libdir}/libpackagekit*.so.*
280929
%{_libdir}/packagekit-backend/libpk_backend_dummy.so
280929
%{_libdir}/packagekit-backend/libpk_backend_test_*.so
280929
%ghost %verify(not md5 size mtime) %attr(0644,-,-) %{_localstatedir}/lib/PackageKit/transactions.db
280929
%{_datadir}/dbus-1/system-services/*.service
280929
%{_datadir}/dbus-1/interfaces/*.xml
280929
%{_unitdir}/packagekit-offline-update.service
280929
%{_unitdir}/packagekit.service
280929
%{_unitdir}/system-update.target.wants/
280929
%{_libexecdir}/pk-*offline-update
280929
%{_libdir}/packagekit-backend/libpk_backend_yum.so
280929
280929
%files yum
280929
%{_libdir}/packagekit-backend/libpk_backend_yum.so
280929
%dir %{_datadir}/PackageKit/helpers/yum
280929
%{_datadir}/PackageKit/helpers/yum/*
280929
%{_sysconfdir}/PackageKit/Yum.conf
280929
280929
%files yum-plugin
280929
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/refresh-packagekit.conf
280929
/usr/lib/yum-plugins/refresh-packagekit.*
280929
280929
%files glib
280929
%{_libdir}/*packagekit-glib2.so.*
280929
%{_libdir}/girepository-1.0/PackageKitGlib-1.0.typelib
280929
280929
%files cron
280929
%config %{_sysconfdir}/cron.daily/packagekit-background.cron
280929
%config(noreplace) %{_sysconfdir}/sysconfig/packagekit-background
280929
280929
%files gstreamer-plugin
280929
%{_libexecdir}/pk-gstreamer-install
280929
%{_libexecdir}/gst-install-plugins-helper
280929
280929
%files gtk3-module
280929
%{_libdir}/gtk-2.0/modules/*.so
280929
%{_libdir}/gtk-3.0/modules/*.so
280929
%{_libdir}/gnome-settings-daemon-3.0/gtk-modules/*.desktop
280929
280929
%files command-not-found
280929
%{_sysconfdir}/profile.d/*
280929
%{_libexecdir}/pk-command-not-found
280929
%config(noreplace) %{_sysconfdir}/PackageKit/CommandNotFound.conf
280929
280929
%files glib-devel
280929
%{_libdir}/libpackagekit-glib2.so
280929
%{_libdir}/pkgconfig/packagekit-glib2.pc
280929
%dir %{_includedir}/PackageKit
280929
%dir %{_includedir}/PackageKit/packagekit-glib2
280929
%{_includedir}/PackageKit/packagekit-glib*/*.h
280929
%{_datadir}/gir-1.0/PackageKitGlib-1.0.gir
280929
%{_datadir}/gtk-doc/html/PackageKit
280929
%{_datadir}/vala/vapi/packagekit-glib2.vapi
280929
280929
%changelog
c96f3a
* Sat Nov 02 2019 CentOS Sources <bugs@centos.org> - 1.1.10-2.el7.centos
c96f3a
- remove old branding patch
c96f3a
- Update Vendor patch to reference CentOS
c96f3a
280929
* Tue Aug 13 2019 Richard Hughes <rhughes@redhat.com> - 1.1.10-2
280929
- Fix rpmdb permission of transaction database file
280929
- Resolves: #1701358
280929
280929
* Mon Apr 23 2018 Richard Hughes <rhughes@redhat.com> - 1.1.10-1
280929
- New upstream release
280929
- Resolves: #1576494
280929
280929
* Tue Apr 17 2018 Richard Hughes <rhughes@redhat.com> - 1.1.5-2
280929
- Fixes CVE-2018-1106
280929
- Resolves: rhbz#1566426
280929
280929
* Tue Feb 28 2017 Richard Hughes <rhughes@redhat.com> - 1.1.5-1
280929
- Update to 1.1.5
280929
- Remove the hif backend
280929
- Remove the browser plugin
280929
- Resolves: rhbz#1387029
280929
280929
* Mon May 16 2016 Richard Hughes <rhughes@redhat.com> - 1.0.7-6
280929
- Make pk_console_get_prompt() big endian safe to fix PPC64
280929
- Resolves: #1255079
280929
280929
* Tue Jul 28 2015 Richard Hughes <rhughes@redhat.com> - 1.0.7-5
280929
- Add support for GetDetailsLocal
280929
- Resolves: #1249998
280929
280929
* Tue Jul 28 2015 Richard Hughes <rhughes@redhat.com> - 1.0.7-4
280929
- Record the UID of the session user in the yumdb
280929
- Resolves: #1237156
280929
280929
* Tue Jul 28 2015 Richard Hughes <rhughes@redhat.com> - 1.0.7-3
280929
- Remove runtime requirement of comps-extras
280929
- Resolves: #1072533
280929
280929
* Mon Jul 13 2015 Richard Hughes <rhughes@redhat.com> - 1.0.7-2
280929
- Build the optional hif backend
280929
- Resolves: #1230778
280929
280929
* Mon Jul 13 2015 Richard Hughes <rhughes@redhat.com> - 1.0.7-1
280929
- New upstream release
280929
- Resolves: #1174728, #1231162, #1234781, #1229321, #1174106
280929
280929
* Wed Jul 01 2015 Kalev Lember <klember@redhat.com> - 1.0.6-3
280929
- yum: Return installed packages first with NEWEST filter
280929
- Resolves: #1174728
280929
280929
* Wed Jun 17 2015 Richard Hughes <rhughes@redhat.com> - 1.0.6-2
280929
- Fix getting details from the yum backend
280929
- Resolves: #1174728
280929
280929
* Tue May 05 2015 Richard Hughes <rhughes@redhat.com> - 1.0.6-1
280929
- New upstream release
280929
- Resolves: #1174728
280929
280929
* Mon Mar 23 2015 Richard Hughes <rhughes@redhat.com> - 0.8.9-11
280929
- Do not install into python_sitelib to fix multilib conflicts
280929
- Resolves: #1076424
280929
280929
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.8.9-10
280929
- Mass rebuild 2014-01-24
280929
280929
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.8.9-9
280929
- Mass rebuild 2013-12-27
280929
280929
* Tue Nov 12 2013 Richard Hughes <rhughes@redhat.com> - 0.8.9-8
280929
- Modify the /etc/PackageKit/Vendor.conf for RHEL
280929
- Resolves: #830819
280929
280929
* Mon Nov 11 2013 Richard Hughes <rhughes@redhat.com> - 0.8.9-7
280929
- Fix building with newer versions of rpmbuild.
280929
- Resoves: #1028101
280929
280929
* Sat Jun 22 2013 Matthias Clasen <mclasen@redhat.com> - 0.8.9-6
280929
- Trim %%changelog
280929
280929
* Thu Jun 13 2013 Richard Hughes <rhughes@redhat.com> - 0.8.9-5
280929
- Backport another fix from master to fix the passwordless install for users
280929
  in wheel group only bug.
280929
- Resolves: #975214
280929
280929
* Thu Jun 13 2013 Richard Hughes <rhughes@redhat.com> - 0.8.9-4
280929
- Backport another fix from master to fix the offline updates feature.
280929
- Resolves: #968936
280929
280929
* Thu Jun 06 2013 Richard Hughes <rhughes@redhat.com> - 0.8.9-3
280929
- Backport 2 fixes from master to increase the maximum number of packages that
280929
  can be processed, and also to fix a race in the offline updates feature.
280929
280929
* Tue May 21 2013 Matthias Clasen <mclasen@redhat.com> - 0.8.9-2
280929
- Make building without bash-completion work
280929
280929
* Mon May 20 2013 Richard Hughes <rhughes@redhat.com> - 0.8.9-1
280929
- New upstream release
280929
- Add 'pkcon backend-details' to be get details of the selected backend
280929
- Do not rely on Python2 to write UTF-8 strings
280929
- Update the comps->group mapping for Fedora 19
280929
- When converting to unicode special case YumBaseError
280929
280929
* Thu May 09 2013 Richard Hughes <rhughes@redhat.com> - 0.8.8-2
280929
- Backport a patch from master to fix package selection in gnome-packagekit
280929
- Resolves: #960081
280929
280929
* Wed May 08 2013 Richard Hughes <rhughes@redhat.com> - 0.8.8-1
280929
- New upstream release
280929
- PackageKit now allow local active users to install signed software without
280929
  prompting for authentication. If you need to change this you will need to
280929
  either install a PolicyKit override or just patch the policy file.
280929
- Added Provides property to retrieve which Provides the backend supports
280929
- Allow clients to call org.freedesktop.DBus.Peer
280929
- browser-plugin: Do not crash when running an installed package that is upgradable
280929
- Do not install the bash-completion code in /etc
280929
- Do not use _UTF8Writer when using python3
280929
- Don't abort the daemon if the client requests a property that does not exist
280929
- Don't use the default main context in sync PkClient methods
280929
- Expose the transaction flags on the .Transaction object
280929
- Pause for 10 seconds if an error occurred before restarting systemd-updates
280929
- Remove the prepared-updates file if any relevant state was changed
280929
- Support getting the distro-id from /etc/os-release
280929
- Use PIE to better secure installed tools and also use full RELRO in the daemon
280929
- Use the correct session method to fix font installation in pk-gtk-module
280929
- Write a pre-failure status file in case the update transaction crashes
280929
- yum: Ensure conf.cache is set before repo.cache is created
280929
- yum: Ignore errors when removing packages to work out the requires list
280929
- zif: Do not issue a critical warning when doing WhatProvides
280929
- zif: Use the same speedup used in libzif upstream
280929
280929
* Thu Apr 04 2013 Kalev Lember <kalevlember@gmail.com> - 0.8.7-4
280929
- Drop the dep on preupgrade
280929
280929
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.7-3
280929
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
280929
280929
* Thu Jan 17 2013 Tomas Bzatek <tbzatek@redhat.com> - 0.8.7-2
280929
- Rebuilt for new libarchive
280929
280929
* Wed Jan 16 2013 Richard Hughes  <rhughes@redhat.com> - 0.8.7-1
280929
- New upstream release
280929
- Do not ask for authentication when the transaction is being simulated
280929
- If a simulated only-trusted transaction returns with need-untrusted
280929
  then re-simulate with only-trusted=FALSE
280929
- systemd-updates: Don't show 'Update process 99% complete'
280929
- The GStreamer provide name is gstreamer1() not gstreamer1.0()
280929
- Use /dev/tty or /dev/console where available
280929
280929
* Mon Nov 26 2012 Richard Hughes  <rhughes@redhat.com> - 0.8.6-1
280929
- New upstream release
280929
- Don't search in command-not-found if backend is known to be too slow
280929
- Correctly match the installed file to a package when checking shared libraries
280929
- Do not send the UpdatesChanged signal for only-download or simulate
280929
- Don't throw a cryptic warning when 'pkcon update' has no packages needing an update
280929
- Emit RequireRestart(system) in a PackageKit daemon plugin
280929
- Move the libpackagekit-qt code to a separate project
280929
- Perform the simulation of spawned transactions correctly
280929
- Reinstate 'pkcon list-create' for the service pack functionality
280929
- Show a progressbar if the user presses [esc] during the system update
280929
- yum: Don't crash when resolving groups
280929
- yum: Don't rely on a blacklist for RequireRestart
280929
- yum: Handle NoMoreMirrorsRepoError when using repo.getPackage()
280929
- yum: Only emit the package list once when using WhatProvides() with multiple search terms
280929
- yum: Use a the error NoPackagesToUpdate when there are no updates available
280929
- zif: Don't try to cancel the backend if it's not running
280929
280929
* Wed Oct 31 2012 Rex Dieter <rdieter@fedoraproject.org> 0.8.5-3
280929
- -yum-plugin: make PK dep versioned
280929
280929
* Mon Oct 29 2012 Richard Hughes  <rhughes@redhat.com> - 0.8.5-1
280929
- New upstream release
280929
- Remove upstreamed patches
280929
- zif: Fix a critical warning when enabling a repository
280929
280929
* Mon Oct 08 2012 Rex Dieter <rdieter@fedoraproject.org> 0.8.4-4
280929
- -yum: Requires: yum >= 3.4.3-45
280929
280929
* Thu Oct 04 2012 Richard Hughes  <rhughes@redhat.com> - 0.8.4-3
280929
- Backport some more patches from upstream:
280929
- Never show the DBUS remote error to the user
280929
- Fix the pango_language_matches() parameter list regression
280929
- Don't crash when writing the offline-updates results file
280929
- Only save interesting packages to offline-update-competed
280929
- Resolves: #862161, #857908
280929
280929
* Tue Oct 02 2012 Rex Dieter <rdieter@fedoraproject.org> - 0.8.4-2
280929
- yum: Requires: yum >= 3.4.3-35
280929
- PackageKit.conf: StateChangedTimeoutPriority=2 
280929
- backport -qt api/abi change
280929
280929
* Mon Oct 01 2012 Richard Hughes  <rhughes@redhat.com> - 0.8.4-1
280929
- New upstream release
280929
- Suggest a Linux binary if the Solaris name is used
280929
- Use pkttyagent to request user passwords if required
280929
- Ask PackageKit to quit when yum is started
280929
280929
* Tue Sep 18 2012 Richard Hughes  <rhughes@redhat.com> - 0.8.3-4
280929
- Ensure we cancel background transactions when an interactive
280929
  transaction is scheduled.
280929
280929
* Mon Sep 07 2012 Richard Hughes  <rhughes@redhat.com> - 0.8.3-3
280929
- Rework the manaully added requires so that PackageKit-glib doesn't
280929
  pull in so many deps.
280929
280929
* Fri Sep 07 2012 Richard Hughes  <rhughes@redhat.com> - 0.8.3-2
280929
- Work around a yum API break so that resolving still works
280929
- In e42ea3dc0b02ba73a11211de4062e87abfb77a6a yum changed the public API
280929
  so that str(repo) returned 'fedora/18/i386' rather than just 'fedora'.
280929
280929
* Mon Aug 06 2012 Richard Hughes  <rhughes@redhat.com> - 0.8.3-1
280929
- New upstream release
280929
- This is the first release that allows transactions to run in parallel
280929
- The zif backend can run in parallel by default, the yum backend still
280929
  runs each transaction one at a time
280929
- Save the transaction flags when removing packages
280929
- Fix a python backtrace when removing a package
280929
- Add GStreamer 1.0 support to the PackageKit plugin
280929
- Add WritePreparedUpdates config item for admins
280929
280929
* Tue Jul 24 2012 Richard Hughes  <rhughes@redhat.com> - 0.8.2-3
280929
- Fix several reported problems with the offline-update funtionality.
280929
280929
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-2
280929
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
280929
280929
* Mon Jul 16 2012 Richard Hughes  <rhughes@redhat.com> - 0.8.2-1
280929
- New upstream release
280929
- Bumped sonames for libpackagekit-glib and libpackagekit-qt
280929
- Lots of fixes to systemd-updates offline update functionality
280929
- Remove the Transaction.UpdateSystem() method
280929
- Don't show a warning if /var/run/PackageKit/udev does not exist
280929
- Never run any plugins for simulated actions
280929
280929
* Thu Jul 12 2012 Rex Dieter <rdieter@fedoraproject.org> - 0.8.1-8
280929
- fix UL vs ULL type mismatch in qt bindings (#839712)
280929
- tighten subpkg deps with %%_isa
280929
280929
* Tue Jul 09 2012 Richard Hughes  <rhughes@redhat.com> - 0.8.1-7
280929
- Fix several reported problems with the offline-update funtionality.
280929
280929
* Mon Jul 09 2012 Richard Hughes  <rhughes@redhat.com> - 0.8.1-6
280929
- Fix several reported problems with the offline-update funtionality.
280929
280929
* Thu Jul 05 2012 Richard Hughes  <rhughes@redhat.com> - 0.8.1-5
280929
- Correctly write the /var/lib/PackageKit/prepared-update file.
280929
280929
* Mon Jul 02 2012 Richard Hughes  <rhughes@redhat.com> - 0.8.1-4
280929
- Fix several reported problems with the offline-update funtionality.
280929
280929
* Fri Jun 29 2012 Richard Hughes  <rhughes@redhat.com> - 0.8.1-3
280929
- Fix several reported problems with the offline-update funtionality.
280929
280929
* Thu Jun 28 2012 Richard Hughes  <rhughes@redhat.com> - 0.8.1-2
280929
- Apply a combined patch from master to fix several reported issues
280929
  with the OS update feature.
280929
280929
* Mon Jun 25 2012 Richard Hughes  <rhughes@redhat.com> - 0.8.1-1
280929
- New upstream release
280929
280929
* Thu Jun 07 2012 Matthias Clasen <mclasen@redhat.com> - 0.7.4-8
280929
- Rebuild
280929
280929
* Thu Jun 07 2012 Adam Jackson <ajax@redhat.com> 0.7.4-7
280929
- Rebuild for new libzif
280929
280929
* Tue May 29 2012 Richard Hughes  <rhughes@redhat.com> - 0.7.4-6
280929
- Do not build the PackageKit-zif package on RHEL.
280929
280929
* Fri May 25 2012 Rex Dieter <rdieter@fedoraproject.org> 0.7.4-5
280929
- re-enable -browser-plugin content
280929
- make V=1
280929
280929
* Thu May 17 2012 Richard Hughes  <rhughes@redhat.com> - 0.7.4-4
280929
- Fix an obvious off-by-one when parsing the signature
280929
- Resolves: #794927
280929
280929
* Fri May 11 2012 Nils Philippsen <nils@redhat.com> - 0.7.4-3
280929
- yum: don't perceive all updates as untrusted (#821015)
280929
280929
* Wed Apr 25 2012 Rex Dieter <rdieter@fedoraproject.org> 0.7.4-2
280929
- track sonames so abi bumps aren't a surprise
280929
- -qt-devel: fix dir ownership
280929
280929
* Tue Apr 24 2012 Richard Hughes  <rhughes@redhat.com> - 0.7.4-1
280929
- New upstream release
280929
- Add GType's for packagekit-glib2 enumerations
280929
- Always set GPG checking members if present for yum.
280929
- Do not allow an empty resolve call to be passed down to the backends
280929
- Do not include the website in the tarball
280929
- Drop --print-reply from dbus-send command used on suspend/resume
280929
- Install pk-task-sync.h as part of the public API
280929
- Speed up get_package_list
280929
280929
* Fri Apr 13 2012 Jindrich Novy <jnovy@redhat.com> - 0.7.3-2
280929
- rebuild against new librpm
280929
280929
* Thu Mar 01 2012 Richard Hughes  <rhughes@redhat.com> - 0.7.3-1
280929
- New upstream release
280929
- Remove upstreamed patches
280929
- Use autoremove in the zif backend
280929
- Fix several more crashers in the glib library from the move to GDBus
280929
280929
* Fri Jan 27 2012 Richard Hughes  <rhughes@redhat.com> - 0.7.2-5
280929
- Fix another gnome-settings-daemon crash
280929
280929
* Thu Jan 26 2012 Richard Hughes  <rhughes@redhat.com> - 0.7.2-4
280929
- Add back the preupgrade Require to fix a warning in g-s-d.
280929
280929
* Thu Jan 26 2012 Tomas Bzatek <tbzatek@redhat.com> - 0.7.2-3
280929
- Rebuilt for new libarchive
280929
280929
* Fri Jan 20 2012 Matthias Clasen <mclasen@redhat.com> - 0.7.2-2
280929
- Fix gnome-settings-daemon crashes
280929
280929
* Tue Jan 17 2012 Richard Hughes  <rhughes@redhat.com> - 0.7.2-1
280929
- New upstream release.
280929
- Remove upstreamed patches
280929
280929
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.21-3
280929
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
280929
280929
* Mon Jan 09 2012 Nils Philippsen <nils@redhat.com> - 0.6.21-2
280929
- yum: don't request authorization for trusted packages (#771746)
280929
280929
* Mon Dec 05 2011 Richard Hughes  <rhughes@redhat.com> - 0.6.21-1
280929
- New upstream release.
280929
- Consistently use same logic to determine GPG checking.
280929
280929
* Mon Nov 07 2011 Richard Hughes  <rhughes@redhat.com> - 0.6.20-1
280929
- New upstream release.
280929
- Remove upstreamed patches
280929
- Add ourselves to YumBase.run_with_package_names
280929
- Add command line option to keep environment
280929
280929
* Thu Oct 27 2011 Nils Philippsen <nils@redhat.com> - 0.6.19-3
280929
- fix yum encoding issues seen with kpackagekit (#668282)
280929
280929
* Tue Oct 04 2011 Richard Hughes  <rhughes@redhat.com> - 0.6.19-2
280929
- It turns out the buildroot overrides take longer than just waiting
280929
  for "koji wait-repo f16-build"
280929
280929
* Tue Oct 04 2011 Richard Hughes  <rhughes@redhat.com> - 0.6.19-1
280929
- New upstream release.
280929
- Lots of Zif updates
280929
- Offset the cache age by 30 minutes
280929
- Use the newest filter when resolving for new packages to install
280929
280929
* Fri Sep 09 2011 Richard Hughes  <rhughes@redhat.com> - 0.6.18-2
280929
- Backport a patch from upstream as glib2 had an API change that
280929
  affects PackageKit.
280929
280929
* Mon Sep 05 2011 Richard Hughes  <rhughes@redhat.com> - 0.6.18-1
280929
- New upstream release.
280929
- Fix a small memory leak in the glib client library
280929
- Ignore missing obsoleted updates rather than failing the update
280929
- Fix a warning when doing 'pkcon repo-list --filter=~devel'
280929
- Make the lsof plugin not lookup hostnames
280929
- Remove the duplicate 'The software is not from a trusted source'
280929
280929
* Tue Aug 02 2011 Richard Hughes  <rhughes@redhat.com> - 0.6.17-2
280929
- Ensure the moc files are re-generated by manually deleting them.
280929
280929
* Mon Aug 01 2011 Richard Hughes  <rhughes@redhat.com> - 0.6.17-1
280929
- New upstream release.
280929
- Manually convert the results of GetDetails to unicode.
280929
- Parse the new style .discinfo files for F15
280929
- Ignore local packages when calculating the simulate list
280929
- Allow the user to remove PackageKit-yum if PackageKit-zif is installed
280929
- Resolves: #719916, #709865
280929
280929
* Mon Jul 04 2011 Richard Hughes  <rhughes@redhat.com> - 0.6.16-1
280929
- New upstream release.
280929
- Do not try to parse any arguments in command-not-found.
280929
- Ensure we save the updates cache for the pre-transaction checks.
280929
280929
* Fri Jul 01 2011 Richard Hughes  <rhughes@redhat.com> - 0.6.15-3
280929
- Upstream yum recently changed the behaviour when checking signatures
280929
  on a package. The commit added a new configuration key which only
280929
  affects local packages, but the key was set by default to False.
280929
- This meant that an end user could install a local unsigned rpm package
280929
  using PackageKit without a GPG trust check, and the user would be told
280929
  the untrusted package is itself trusted.
280929
- To exploit this low-impact vulnerability, a user would have to
280929
  manually download an unsigned package file and would still be required
280929
  to authenticate to install the package.
280929
- The CVE-ID for this bug is CVE-2011-2515
280929
- See https://bugzilla.redhat.com/show_bug.cgi?id=717566 for details.
280929
- Resolves #718127
280929
280929
* Thu Jun 09 2011 Richard Hughes  <rhughes@redhat.com> - 0.6.15-2
280929
- Rebuild for bumped libzif soname.
280929
280929
* Tue Jun 07 2011 Richard Hughes  <rhughes@redhat.com> - 0.6.15-1
280929
- New upstream release.
280929
- More GIR fixes
280929
- Allow the 'any' WhatProvides kind to match provide strings
280929
- Do not prevent updating when firefox is running, we don't have all the
280929
  client UI ready yet.
280929
280929
* Thu May 05 2011 Richard Hughes  <rhughes@redhat.com> - 0.6.14-2
280929
- Fix pkcon get-updates.
280929
280929
* Wed May 04 2011 Richard Hughes  <rhughes@redhat.com> - 0.6.14-1
280929
- New upstream release.
280929
- Add annotations to make PackageKit-glib GIR usable
280929
- Make DownloadPackages to save to the system cache if there is no path
280929
- Do not output duplicates when searching with newest
280929
- Do not abort in pk_catalog_init() if PackageKit is not available
280929
- Resolves: #688280 and #585601
280929
280929
* Mon Mar 07 2011 Richard Hughes  <rhughes@redhat.com> - 0.6.13-1
280929
- New upstream release.
280929
- Enable use of new callback mode on yum versions that support it
280929
- Update for NetworkManager 0.9 snapshots
280929
280929
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> - 0.6.12-4
280929
- Rebuild against newer gtk
280929
280929
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.12-3
280929
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
280929
280929
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 0.6.12-2
280929
- Rebuild against newer gtk
280929
280929
* Tue Feb 01 2011 Richard Hughes  <rhughes@redhat.com> - 0.6.12-1
280929
- New upstream release.
280929
- Do not attempt to call yum.repos twice when using RHN
280929
- Do not block the update list on infrastructure packages
280929
- Update the cached comps group list when changing repos.
280929
- Do not enable command not found debugging by default.
280929
- Resolves #666254, #629049
280929
280929
* Fri Jan 21 2011 Christopher Aillon <caillon@redhat.com> - 0.6.11-5
280929
- Rebuild
280929
280929
* Fri Jan 14 2011 Matthias Clasen <mclasen@redhat.com> - 0.6.11-4
280929
- Put the gir in the devel
280929
280929
* Wed Jan 12 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> - 0.6.11-3
280929
- Backport: yum: Ensure the category data is valid UTF8 (rhughes, #668282)
280929
280929
* Sun Jan  9 2011 Matthias Clasen <mclasen@redhat.com> - 0.6.11-2
280929
- Rebuild against newer gtk3
280929
280929
* Mon Dec 13 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.11-1
280929
- New upstream release.
280929
- Many small bugfixes and performance increases.
280929
- New experimental zif backend, which is not installed by default.
280929
280929
* Mon Nov 01 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.10-1
280929
- New upstream release.
280929
- Many small bugfixes and performance increases.
280929
- Remove selinux-policy from InfrastructurePackages
280929
- Allow frontends to specify the cache age manually, to reduce the
280929
  amount of time users sit waiting for progress bars.
280929
- Resolves #641311, #641691
280929
280929
* Tue Oct 12 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.9-2
280929
- Add BR zif-devel to accelerate some simple transaction types.
280929
280929
* Mon Oct 04 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.9-1
280929
- New upstream release of 0.6.9.
280929
- Many small bugfixes and performance increases.
280929
- Resolves #634628
280929
280929
* Wed Sep 29 2010 jkeating - 0.6.8-3
280929
- Rebuilt for gcc bug 634757
280929
280929
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 0.6.8-2
280929
- Rebuild against newer gobject-introspection
280929
280929
* Wed Sep 08 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.8-1
280929
- New upstream release of 0.6.8.
280929
- Add selinux-policy to the list of infrastructure packages.
280929
- Build gtk2 and gtk3 versions of the GTK module.
280929
280929
* Wed Aug 04 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.7-1
280929
- New upstream release of 0.6.7.
280929
- Add gnome-packagekit and kpackagekit to the list of infrastructure packages
280929
- Do not issue RepoListChanged when we disable or enable the media repo automatically
280929
- Ensure we disable the MediaRepo when the PackageKit backend has finished
280929
- Wrap _getEVR in a try,catch block to deal with invalid version numbers. Fixes #612360
280929
- If ProxyHTTP are set in PackageKit.conf then ignore the user proxy setting. Fixes #604317
280929
- Don't ship README AUTHORS NEWS COPYING in all subpackages. Fixes #612332
280929
- Recognise bluetooth connections as mobile networks. Fixes #609827
280929
- Unbreak CNF after the daemon moved to libexec. Fixes #613514
280929
280929
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.6.6-3
280929
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
280929
280929
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 0.6.6-2
280929
- Rebuild against new gobject-introspection
280929
280929
* Thu Jul 01 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.6-1
280929
- New upstream release of 0.6.6.
280929
- Don't crash with an internal error if the .discinfo is malformed
280929
- Add a MaxSearchTime entry in CommandNotFound.conf and default to 2000ms
280929
- Build the gtk-module for gtk-3.0 as well as gtk-2.0 if available
280929
- Move the packagekitd binary to libexec
280929
280929
* Wed Jun 02 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.5-1
280929
- New upstream release of 0.6.5.
280929
- Use the new PkTask API in pkcon so we can deal with Media and Eula queries.
280929
- Attempt to use removable disk repos if they exist at backend startup.
280929
- Catch and ignore the socket exception on oddball systems.
280929
- Do not abort init when Yum.conf does not contain some required keys.
280929
- Fix up the filter check when doing GetRepoList().
280929
- Resolves: #596779 and #598697
280929
280929
* Thu May 06 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.4-1
280929
- New upstream release of 0.6.4.
280929
- Catch exceptions.IOError whenever we do a low-level yum call. Resolves #577549
280929
- Do not abort if the package-id is not unique in the reposet
280929
- Ensure the lock failure message is proper unicode. Resolves #585620
280929
- Ensure we catch the exception if there are no groups. Resolves #587196
280929
- Ensure we create /var/cache/PackageKit if the user nukes it
280929
- Get the correct state for each update. Resolves #574658
280929
280929
* Mon Mar 29 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.3-1
280929
- New upstream version
280929
- Update to the latest version of the Fedora Packaging Guidelines
280929
- Do not Require: pkgconfig
280929
- Fix up a few file ownership issues
280929
- Remove the custom BuildRoot
280929
- Do not clean the buildroot before install
280929
280929
* Sat Mar 13 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.6.2-2
280929
- -qt: add minimal qt4 runtime dependency
280929
280929
* Mon Mar 01 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.2-1
280929
- New upstream release of 0.6.2.
280929
280929
* Fri Feb 19 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.2-0.1.20100219git
280929
- Fix a race in the PkBackendSpawn code that sometimes lead to truncated package
280929
  lists from repeated simple queries that needed to change the dispatcher.
280929
- Resolves: #566200
280929
280929
* Tue Feb 09 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.2-0.1.20100209git
280929
- Rebuild for twaugh's printer driver install F13 feature.
280929
- Install the gir and typelib files in the correct directory.
280929
280929
* Mon Feb 01 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.1-1
280929
- New upstream release of 0.6.1.
280929
- Ensure we look in all update notices for a security update. Fixes #526279
280929
- Show a message to the user if the repo could not be reached. Fixes #531838
280929
- Enable introspection support in PackageKit-glib2
280929
280929
* Tue Jan 05 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.0-1
280929
- New upstream release of 0.6.0.
280929
280929
* Mon Dec 07 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.5-1
280929
- New upstream release of 0.5.5.
280929
- Check the filename is valid before exploding. Fixes #537381
280929
- Only check certain transaction elements, not all of them. Fixes #541645
280929
- Handle the cnf error condition where the package name would be invalid. Fixes #533014
280929
- After a successful cnf installation, re-exec new binary not command-not-found. Fixes #533554
280929
- When cnf searches for available files, use our preferred arch. Fixes #534169
280929
- Run the newly installed file sync so we can return a proper exit code. Fixes #540482
280929
- Only email using cron when a useful action was done. Fixes #540949
280929
- Do not split more than one locale hint to fix setting LC_ variables. Fixes #543716
280929
280929
* Mon Oct 05 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.3-1
280929
- Update to 0.5.3.
280929
- Fix double free in pk-gstreamer-install which causes a crash. Fixes #526600
280929
- Exit pk-command-not-found with 127 when we have not run a program. Fixes #527044
280929
- Fix crash in notification daemon under some conditions due to non-resident
280929
  GTK module.
280929
- Don't explicitly download the file lists when using pk-command-not-found
280929
280929
* Tue Sep 29 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.3-0.2.20090928git
280929
- Do not build smart support on RHEL.
280929
280929
* Mon Sep 28 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.3-0.1.20090928git
280929
- Update to a newer git snapshot from the 0.5.x series.
280929
- Fixes command-not-found functionality
280929
- Lots of updated translations
280929
- Lots of updates and bugfixes to the experimental glib2 library
280929
280929
* Mon Sep 21 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.3-0.1.20090921git
280929
- Update to a newer git snapshot from the 0.5.x series.
280929
- Updates to the experimental glib2 bindings
280929
- Lots of updated translations.
280929
- Disable the self tests to reduce the build time
280929
- Fix crasher for 64 bit users of the codec installer
280929
- Fix 'pkcon remove foo', where foo needed reqs to be removed too.
280929
- Fixes #523861
280929
280929
* Tue Sep 15 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.3-0.1.20090915git
280929
- Update to a newer git snapshot from the 0.5.x series.
280929
- Lots of updated translations.
280929
- Refresh the free licenses from the Fedora wiki. Fixes #519394
280929
- The fixed packagekit-qt should also now allow KPackageKit to build.
280929
280929
* Mon Sep 07 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.2-1
280929
- Update to 0.5.2.
280929
- Many new and updated translations.
280929
- Many small bugfixes and speedups.
280929
- Added the PostscriptDriver rpm provides functionality.
280929
280929
* Thu Sep 03 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.2-0.1.20090903git
280929
- Update to a newer git snapshot from the 0.5.x series.
280929
- Fixes NetworkManager build time configure check.
280929
- Don't backtrace if we need to do yum-complete-transaction.
280929
280929
* Thu Sep  3 2009 Matthias Clasen <mclasen@redhat.com> - 0.5.2-0.2.20090902git
280929
- Rename -debuginfo-install to debug-install (#520965)
280929
280929
* Wed Sep 02 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.2-0.1.20090902git
280929
- Update to a newer git snapshot from the 0.5.x series.
280929
- Should fix some issues with KPackageKit.
280929
280929
* Sat Aug 29 2009 Christopher Aillon <caillon@redhat.com> - 0.5.2-0.2.20090824git
280929
- Fix build against polkit, rebuild against newer libnm_glib
280929
280929
* Mon Aug 24 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.2-0.1.20090824git
280929
- Update to a newer git snapshot from the 0.5.x series.
280929
- Enable GUdev functionality and create a device-rebind subpackage.
280929
280929
* Wed Aug 19 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.2-0.1.20090819git
280929
- Update to a git snapshot from the 0.5.x series.
280929
280929
* Mon Aug 03 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.1-1
280929
- New upstream version, many bugfixes and performance fixes
280929
- Fixes #491859, #513856, #510874, #513376, #472876, #514708 and #513557
280929
280929
* Mon Jul 27 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.1-0.1.20090727git
280929
- Update to a git snapshot from the 0.5.x series.
280929
280929
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-2
280929
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
280929
280929
* Mon Jul 06 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.0-1
280929
- New upstream version, many bugfixes and a few new features
280929
- Fixes #483164, #504377, #504137, #499590, #506110 and #506649
280929
280929
* Thu Jun 25 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.0-0.1.20090625git
280929
- Update to a git snapshot from the 0.5.x series.
280929
- Many PolicyKit fixes
280929
- Fixes GetDistroUpgrades (#508022)
280929
280929
* Tue Jun 16 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.9-0.2.20090616git
280929
- Apply a patch to convert to the PolKit1 API.
280929
- Do autoreconf and automake as the polkit patch is pretty invasive
280929
- Fix up file lists with the new polkit action paths
280929
280929
* Tue Jun 16 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.9-0.1.20090616git
280929
- Don't hardcode network access to install or update packages
280929
- Add subclasses to our registered mime-types
280929
- Fix results from GetDistroUpgrades()
280929
- Format the package_id before showing it in the error detail
280929
- Download the ChangeLog data when we get the update list
280929
- Never return FALSE from StateHasChanged()
280929
- Fixes #506110, #504137, #499590 and #483164
280929
280929
* Mon Jun 05 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.8-1
280929
- New upstream version, many bugfixes and performance fixes
280929
- Fixes #487614, #500428 and #502399
280929
280929
* Tue May 05 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.7-1
280929
- New upstream version, many bugfixes and performance fixes
280929
- Remove upstreamed patches
280929
280929
* Tue Apr 14 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.6-3
280929
- Backport 4 important patches from upstream.
280929
280929
* Thu Apr 02 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.6-2
280929
- Fix installing local files with a unicode path. Fixes #486720
280929
- Fix the allow cancel duplicate filtering with a patch from upstream.
280929
280929
* Mon Mar 30 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.6-1
280929
- New upstream version
280929
280929
* Tue Mar 24 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.6-0.3.20090324git
280929
- Update to todays git snapshot with fixed ChangeLog functionality.
280929
280929
* Mon Mar 23 2009 Matthias Clasen  <mclasen@redhat.com> - 0.4.6-0.2.2009319git
280929
- Make the GTK+ module resident
280929
280929
* Thu Mar 19 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.6-0.1.20090319git
280929
- Update to todays git snapshot so we can test the update ChangeLog feature.
280929
280929
* Mon Mar 16 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.5-2
280929
- Add two patches from upstream:
280929
 - Allow users to turn off update cache to try to debug #20559
280929
 - Filter out duplicate updates to fix #488509
280929
280929
* Mon Mar 09 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.5-1
280929
- New upstream version
280929
- Add proper error handling to avoid exiting the script on correctable errors
280929
- Add support for the 'any' provide search
280929
- Updated QPackageKit soname version to 0.4.1
280929
- Lots of translation updates
280929
280929
* Tue Feb 24 2009 Matthias Clasen <mclasen@redhat.com> - 0.4.4-4
280929
- Make -docs noarch
280929
280929
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.4-3
280929
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
280929
280929
* Mon Feb 23 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.4-2
280929
- Bump for rebuild.
280929
280929
* Mon Feb 23 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.4-1
280929
- New upstream version
280929
- Mainly bugfixes
280929
280929
* Mon Feb 02 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.3-1
280929
- New upstream version
280929
- Mainly bugfixes
280929
280929
* Mon Jan 19 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.2-1
280929
- New upstream version
280929
- Enable time estimation by default
280929
- Remove the udev helper from PackageKit now the core functionality is in
280929
  udev itself
280929
- Lots of bug fixes
280929
280929
* Thu Jan 08 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.1-1
280929
- New upstream version
280929
- Use NetworkManager to get the network device type for session policy decisions
280929
- Lots of bug fixes
280929
280929
* Tue Dec 09 2008 Richard Hughes  <rhughes@redhat.com> - 0.4.0-1
280929
- New upstream version
280929
- Now integrates with BASH suggesting replacements and offering to install
280929
  missing packages.
280929
- Now integrates with Pango using a gtk-module to install missing fonts.
280929
- Much tighter security model and new audit logging framework.
280929
- Lots of new, untested, code so probably not a good idea for F10.
280929
280929
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.3.11-2
280929
- Rebuild for Python 2.6
280929
280929
* Mon Nov 24 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.11-1
280929
- New upstream version
280929
- http://gitweb.freedesktop.org/?p=packagekit.git;a=blob;f=NEWS
280929
280929
* Thu Nov 20 2008 Richard Hughes <rhughes@redhat.com> - 0.3.10-2
280929
- Update the summary to be more terse.
280929
280929
* Tue Nov 11 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.10-1
280929
- New upstream version
280929
- Drop all upstreamed patches
280929
280929
* Wed Nov 05 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.9-4
280929
- Increase the timeout for cleaning up unused transactions. Due to a bug
280929
  in the PkClient library the new TID was not being requested, and the old
280929
  TID was being re-used. This gave a DBUS error if the user spent longer than
280929
  five seconds entering the password the very first time they used PackageKit
280929
  to do an authentication.
280929
  Apply a simple patch to mitigate this, as a more invasive (and correct)
280929
  patch is upstream. A new release will follow in f10-updates. Fixes #469950
280929
280929
* Thu Oct 28 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.9-3
280929
- Install the usr/share/cmake/Modules/FindQPackageKit.cmake file so we
280929
  can build KPackageKit from svn head.
280929
- Fix installing the preupgrade package when we check for distro upgrades
280929
  on machines with 32 and 64 bit versions available. Fixes #469172
280929
280929
* Tue Oct 28 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.9-2
280929
- Apply a couple of patches from upstream to fix development filtering
280929
  and installing the web plugin.
280929
280929
* Mon Oct 27 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.9-1
280929
- New upstream version
280929
- Many new and updated translations.
280929
- Lots of bugfixes (#468486, #466006, #468602), no new features.
280929
280929
* Fri Oct 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.3.8-6
280929
- Customize Vendor.conf for Fedora
280929
280929
* Fri Oct 24 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.8-5
280929
- Bump as I forgot to add the patch.
280929
280929
* Fri Oct 24 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.8-4
280929
- Add a patch from upstream to change the servicepack metadata format to be
280929
  forwards compatible so we don't let the user create invalid packs.
280929
280929
* Thu Oct 23 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.8-3
280929
- Add a patch from upstream to pkcon install foo
280929
280929
* Tue Oct 21 2008 Rex Dieter <rdieter@fedoraproject.org> - 0.3.8-2
280929
- Obsoletes: packagekit-qt(-devel)/qpackagekit(-devel)
280929
- cleanup deps
280929
280929
* Mon Oct 20 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.8-1
280929
- New upstream version
280929
- Many new and updated translations.
280929
- Merge in the QPackageKit QT library from Adrien BUSTANY
280929
280929
* Mon Oct 20 2008 Rex Dieter <rdieter@fedoraproject.org> - 0.3.7-3
280929
- -browser-plugin: Requires: mozilla-filesystem
280929
280929
* Mon Oct 20 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.7-2
280929
- Rename as newest upstream has QT binding also:
280929
 * PackageKit-libs -> PackageKit-glib
280929
 * PackageKit-devel -> PackageKit-glib-devel
280929
- Add a BR for comps, and create a link that from the comps icons for the
280929
  new category group icons.
280929
- Create a subpackage for devel files required for out-of-tree backends.
280929
280929
* Mon Oct 13 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.7-1
280929
- New upstream version
280929
- Add dynamic groups functionality to the API
280929
- Many performance and other bugfixes
280929
280929
* Thu Oct 09 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.6-3
280929
- Add a patch from upstream to fix #466290
280929
280929
* Mon Oct 06 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.6-2
280929
- Upload new sources. Ooops.
280929
280929
* Mon Oct 06 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.6-1
280929
- New upstream version
280929
- Renice the spawned process so that we don't hog the system when doing updates
280929
280929
* Wed Oct 01 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.5-4
280929
- Rename the subpackages before David blows a blood vessel.
280929
- yum-packagekit  -> PackageKit-yum-plugin
280929
- udev-packagekit -> PackageKit-udev-helper
280929
280929
* Tue Sep 30 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.5-3
280929
- Fix a bug where the daemon could crash when cancelling a lot of transactions.
280929
- Fix installing codecs with a 64 bit machine
280929
280929
* Tue Sep 30 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.5-2
280929
- Obsolete more releases of codeina to fix upgrades on rawhide.
280929
280929
* Mon Sep 29 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.5-1
280929
- New upstream version
280929
- Add a helper which can be used by GStreamer to install codecs.
280929
 
280929
* Thu Sep 25 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.4-5
280929
- When returning results from a cache we should always return finished in an
280929
  idle loop so we can block and wait for a response
280929
- This fixes the bug where if you have two GetUpdates in the queue the second
280929
  would hang waiting for the first, even though it had already finished.
280929
280929
* Tue Sep 23 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.4-4
280929
- Fix the error dialog when no mirrors are found
280929
280929
* Tue Sep 23 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.4-3
280929
- Don't try to run all the committed transactions at once with a deep queue.
280929
- This fixes the bug where the dispatcher would sometimes fail to run the
280929
  next method and PkSpawn would warn the user with 'timeout already set'.
280929
280929
* Tue Sep 23 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.4-2
280929
- Don't send ::Finished when the script exits because of a dispatcher exit.
280929
- This only seems to happen when we are making the dispatcher be reloaded
280929
  from multiple sessions with different locales.
280929
280929
* Mon Sep 22 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.4-1
280929
- New upstream version
280929
280929
* Tue Sep 17 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.3-3
280929
- Fix a silly typo where we might upgrade the kernel when we check for
280929
  distro upgrades.
280929
280929
* Tue Sep 16 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.3-2
280929
- Fix an error where we didn't connect up the GetDistroUpgrades in
280929
  the new dispatcher code.
280929
280929
* Tue Sep 16 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.3-1
280929
- New upstream version
280929
- Fixes a nasty bug where the daemon could get locked under heavy load
280929
- Adds collection support for group install and remove
280929
280929
* Wed Sep 10 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.2-3
280929
- Fix an error where we don't check for existing packages in the catalog
280929
  code properly. Also fixes the self tests.
280929
280929
* Wed Sep 10 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.2-2
280929
- Fix a library error so we don't print (null) in the UI.
280929
280929
* Mon Sep 08 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.2-1
280929
- New upstream version
280929
- This is the first release with the dispatcher functionality that allows
280929
  backend reuse. This speeds up packagekitd to native speeds when doing
280929
  repeated similar transactions from the same session and locale.
280929
280929
* Mon Sep 08 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.1-7
280929
- Enable the smart backend as it's nearly as complete as the yum backend
280929
- Disable the yum2 backend (0.3.2 will have a dispatcher instead)
280929
- Add subpackages yum and smart, and pull the former in as a dep by default
280929
280929
* Mon Sep 08 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.1-6
280929
- Own /var/cache/PackageKit and /var/cache/PackageKit/downloads
280929
- Fix up some other rpmlint warnings for docs and config(noreplace)
280929
280929
* Mon Sep 08 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.1-5
280929
- Don't explicitly BR libarchive to silence rpmlint
280929
280929
* Mon Sep 08 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.1-4
280929
- Split out a -docs subpackage, which shaves of 324Kb of docs from
280929
  the main package
280929
280929
* Thu Aug 28 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.1-3
280929
- The browser plugin file list was misordered in the merge, resulting
280929
  in empty PackageKit-devel package.
280929
280929
* Wed Aug 27 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.1-2
280929
- Bump as make chainbuild is broken, so we'll have to do this in two steps.
280929
280929
* Wed Aug 27 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.1-1
280929
- New upstream version
280929
- Also add two upstream patches to fix pkcon issues.
280929
280929
* Mon Aug 22 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.0-2
280929
- Bump as the make tag step failed in an obscure way.
280929
280929
* Mon Aug 22 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.0-1
280929
- Update to newest upstream version. This includes the fixed browser plugin.
280929
280929
* Mon Aug 04 2008 Robin Norwood <rnorwood@redhat.com> - 0.2.4-2
280929
- Fix Source0 URL.
280929
280929
* Tue Jul 30 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.4-1
280929
- New upstream version, only bugfixes.
280929
280929
* Tue Jul 15 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.3-6
280929
- Silence the output of update-mime-database to fix #454782
280929
280929
* Mon Jun 23 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.3-5.20080618
280929
- Own the /etc/bash_completion.d directory as we don't depend on the
280929
  bash-completion package. Fixes #450964.
280929
280929
* Wed Jun 18 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.3-4.20080618
280929
- Pull in a new snapshot from the unstable branch.
280929
- Add the font installing provide hooks
280929
280929
* Mon Jun 11 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.3-3.20080611
280929
- Pull in a new snapshot from the unstable branch.
280929
- Fixes #450594 where there are insane length error messages
280929
- Get the group for the package when we do ::Detail()
280929
280929
* Mon Jun 09 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.3-2.20080609
280929
- Add intltool to the BR.
280929
280929
* Mon Jun 09 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.3-1.20080609
280929
- Pull in a new snapshot from the unstable branch.
280929
280929
* Thu May 29 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.2-2.20080529
280929
- Pull in a new snapshot from the unstable branch.
280929
280929
* Mon May 19 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.2-1.20080519
280929
- Pull in a new snapshot from the unstable branch.
280929
280929
* Thu May 08 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.1-2.20080508
280929
- Pull in a new snapshot from the unstable branch.
280929
280929
* Tue May 06 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.1-1.20080506
280929
- Pull in a new snapshot from the unstable branch.
280929
280929
* Tue May 06 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.0-1
280929
- Update to the latest _UNSTABLE_ upstream source
280929
280929
* Mon May  5 2008 Robin Norwood <rnorwood@redhat.com> - 0.1.12-5.20080416git
280929
- Apply patch to fix update detail unbound error.
280929
- Fix rhbz#445086
280929
280929
* Wed Apr 16 2008 Richard Hughes  <rhughes@redhat.com> - 0.1.12-4.20080416git
280929
- Urgh, actually upload the correct tarball.
280929
280929
* Wed Apr 16 2008 Richard Hughes  <rhughes@redhat.com> - 0.1.12-3.20080416git
280929
- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.
280929
- Fixes #439735.
280929
280929
* Tue Apr 15 2008 Richard Hughes  <rhughes@redhat.com> - 0.1.12-2.20080415git
280929
- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.
280929
- Fixes #442286, #442286 and quite a few upstream bugs.
280929
280929
* Sat Apr 12 2008 Richard Hughes  <rhughes@redhat.com> - 0.1.12-1.20080412git
280929
- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.
280929
- Fixes that were cherry picked into this branch since 0.1.11 was released can be viewed at:
280929
  http://gitweb.freedesktop.org/?p=packagekit.git;a=log;h=PACKAGEKIT_0_1_X
280929
280929
* Sat Apr  5 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.11-1
280929
- Update to 0.1.11
280929
280929
* Fri Mar 28 2008 Bill Nottingham <notting@redhat.com> - 0.1.10-1
280929
- update to 0.1.10
280929
- fix glib buildreq
280929
280929
* Fri Mar 28 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.9-3
280929
- Fix a directory ownership oversight
280929
280929
* Mon Mar 17 2008 Robin Norwood <rnorwood@redhat.com> - 0.1.9-2
280929
- Make PackageKit require yum-packagekit
280929
- Resolves: rhbz#437539
280929
280929
* Wed Mar  5 2008 Robin Norwood <rnorwood@redhat.com> - 0.1.9-1
280929
- Update to latest upstream version: 0.1.9
280929
- Enable yum2 backend, but leave old yum backend the default for now
280929
280929
* Thu Feb 21 2008 Robin Norwood <rnorwood@redhat.com> - 0.1.8-1
280929
- Update to latest upstream version: 0.1.8
280929
280929
* Mon Feb 18 2008 Robin Norwood <rnorwood@redhat.com> - 0.1.7-2
280929
- Fix the yum backend.
280929
280929
* Thu Feb 14 2008 Robin Norwood <rnorwood@redhat.com> - 0.1.7-1
280929
- Update to latest upstream version: 0.1.7
280929
280929
* Sat Jan 19 2008 Robin Norwood <rnorwood@redhat.com> - 0.1.6-1
280929
- Update to latest upstream version: 0.1.6
280929
280929
* Fri Dec 21 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.5-1
280929
- Update to latest upstream version: 0.1.5
280929
- Remove polkit.patch for PolicyKit 0.7, no longer needed
280929
280929
* Mon Dec 17 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.4-3
280929
- fix rpm -V issues by ghosting data files
280929
- Resolves: rhbz#408401
280929
280929
* Sun Dec  9 2007 Matthias Clasen <mclasen@redhat.com> - 0.1.4-2
280929
- Make it build against PolicyKit 0.7
280929
280929
* Tue Nov 27 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.4-1
280929
- Update to latest upstream version: 0.1.4
280929
- Include spec file changes from hughsie to add yum-packagekit subpackage
280929
280929
* Sat Nov 10 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.3-1
280929
- Update to latest upstream version: 0.1.3
280929
280929
* Thu Nov 01 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.2-1
280929
- Update to latest upstream version: 0.1.2
280929
280929
* Fri Oct 26 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.1-5
280929
- More issues from package review:
280929
- Need to own all created directories
280929
- PackageKit-devel doesn't really require sqlite-devel
280929
- Include docs in PackageKit-libs
280929
280929
* Fri Oct 26 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.1-4
280929
- use with-default-backend instead of with-backend
280929
280929
* Thu Oct 25 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.1-3
280929
- Add BR: python-devel
280929
280929
* Wed Oct 24 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.1-2
280929
- doc cleanups from package review
280929
280929
* Tue Oct 23 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.1-1
280929
- Update to latest upstream version
280929
280929
* Wed Oct 17 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.0-3
280929
- Add BR for docbook-utils
280929
280929
* Tue Oct 16 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.0-2
280929
- Apply recommended fixes from package review
280929
280929
* Mon Oct 15 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.0-1
280929
- Initial build (based upon spec file from Richard Hughes)