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