ngompa / rpms / PackageKit

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