29d5167
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
29d5167
3738673
Summary:   Package management service
29d5167
Name:      PackageKit
Richard Hughes 654d11a
Version:   0.6.13
Richard Hughes 654d11a
Release:   1%{?dist}
2f963dd
License:   GPLv2+ and LGPLv2+
d991c5c
URL:       http://www.packagekit.org
948cc66
Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.bz2
9efa038
7eb65f9
# Fedora-specific: set Vendor.conf up for Fedora.
9156f74
Patch0:    PackageKit-0.3.8-Fedora-Vendor.conf.patch
7eb65f9
7eb65f9
# Fedora specific: the yum backend doesn't do time estimation correctly
71a3893
Patch1:    PackageKit-0.4.4-Fedora-turn-off-time.conf.patch
3b6fa24
11175d7
Requires: PackageKit-glib = %{version}-%{release}
8ad3e5c
Requires: PackageKit-yum = %{version}-%{release}
4da961e
Requires: shared-mime-info
11175d7
Requires: comps-extras
29d5167
0470159
BuildRequires: glib2-devel >= 2.16.1
Richard Hughes 04b290a
BuildRequires: dbus-devel  >= 1.1.1
0470159
BuildRequires: dbus-glib-devel >= 0.74
29d5167
BuildRequires: pam-devel
29d5167
BuildRequires: libX11-devel
29d5167
BuildRequires: xmlto
29d5167
BuildRequires: sqlite-devel
0470159
BuildRequires: NetworkManager-devel
0470159
BuildRequires: polkit-devel >= 0.92
29d5167
BuildRequires: libtool
Richard Hughes bdafce1
BuildRequires: gtk2-devel
2f963dd
BuildRequires: gtk3-devel
29d5167
BuildRequires: docbook-utils
9efa038
BuildRequires: gnome-doc-utils
29d5167
BuildRequires: python-devel
3202a29
BuildRequires: perl(XML::Parser)
ea8d8b3
BuildRequires: intltool
a63132e
BuildRequires: gettext
ac07082
BuildRequires: libgudev1-devel
3e1b5e5
BuildRequires: xulrunner-devel
30d707f
BuildRequires: libarchive-devel
b49e88f
BuildRequires: gstreamer-devel
c5dc487
BuildRequires: gstreamer-plugins-base-devel
5c56255
BuildRequires: qt4-devel
1ce3403
BuildRequires: cppunit-devel
d991c5c
BuildRequires: pango-devel
3dc7425
BuildRequires: pm-utils-devel
d991c5c
BuildRequires: fontconfig-devel
b0572fc
BuildRequires: gobject-introspection-devel
Richard Hughes b49c7fe
BuildRequires: zif-devel >= 0.1.3
29d5167
ac5d99d
# functionality moved to udev itself
ac5d99d
Obsoletes: PackageKit-udev-helper < %{version}-%{release}
ac5d99d
Obsoletes: udev-packagekit < %{version}-%{release}
ac5d99d
8698cdf
%description
29d5167
PackageKit is a D-Bus abstraction layer that allows the session user
29d5167
to manage packages in a secure way using a cross-distro,
29d5167
cross-architecture API.
29d5167
8ad3e5c
%package yum
8ad3e5c
Summary: PackageKit YUM backend
8ad3e5c
Group: System Environment/Libraries
4edfdee
Requires: yum >= 3.2.19
8ad3e5c
Requires: %{name} = %{version}-%{release}
8ad3e5c
8ad3e5c
%description yum
8ad3e5c
A backend for PackageKit to enable yum functionality.
8ad3e5c
Richard Hughes b49c7fe
%package zif
Richard Hughes b49c7fe
Summary: PackageKit Zif backend
Richard Hughes b49c7fe
Group: System Environment/Libraries
Richard Hughes b49c7fe
Requires: zif >= 0.1.3
Richard Hughes b49c7fe
Requires: %{name} = %{version}-%{release}
Richard Hughes b49c7fe
Richard Hughes b49c7fe
%description zif
Richard Hughes b49c7fe
A backend for PackageKit to enable Zif functionality.
Richard Hughes b49c7fe
e040431
%if 0%{?rhel} == 0
8ad3e5c
%package smart
8ad3e5c
Summary: PackageKit SMART backend
8ad3e5c
Group: System Environment/Libraries
8ad3e5c
Requires: smart
8ad3e5c
Requires: %{name} = %{version}-%{release}
8ad3e5c
8ad3e5c
%description smart
8ad3e5c
A backend for PackageKit to enable SMART functionality.
e040431
%endif
8ad3e5c
8698cdf
%package docs
8698cdf
Summary: Documentation for PackageKit
8698cdf
Group: Development/Libraries
8698cdf
Requires: %{name} = %{version}-%{release}
41d65ee
BuildArch: noarch
8698cdf
8698cdf
%description docs
8698cdf
API docs for PackageKit.
8698cdf
f27e073
%package yum-plugin
cad1c96
Summary: Tell PackageKit to check for updates when yum exits
cad1c96
Group: System Environment/Base
cad1c96
Requires: yum >= 3.0
cad1c96
Requires: PackageKit
11175d7
Obsoletes: yum-packagekit < %{version}-%{release}
cad1c96
f27e073
%description yum-plugin
f27e073
PackageKit-yum-plugin tells PackageKit to check for updates when yum exits.
cad1c96
This way, if you run 'yum update' and install all available updates, puplet
cad1c96
will almost instantly update itself to reflect this.
cad1c96
11175d7
%package glib
11175d7
Summary: GLib libraries for accessing PackageKit
29d5167
Group: Development/Libraries
Richard Hughes 04b290a
Requires: dbus >= 1.1.1
601b46b
Requires: %{name} = %{version}-%{release}
b0572fc
Requires: gobject-introspection
11175d7
Obsoletes: PackageKit-libs < %{version}-%{release}
11175d7
Provides: PackageKit-libs = %{version}-%{release}
29d5167
11175d7
%description glib
11175d7
GLib libraries for accessing PackageKit.
29d5167
1ce3403
%package qt
1ce3403
Summary: QT libraries for accessing PackageKit
1ce3403
Group: Development/Libraries
1ce3403
Requires: %{name} = %{version}-%{release}
9e1e755
%{?_qt4_version:Requires: qt4%{?_isa} >= %{_qt4_version}}
1ce3403
1ce3403
%description qt
1ce3403
QT libraries for accessing PackageKit.
1ce3403
e813271
%package cron
e813271
Summary: Cron job and related utilities for PackageKit
e813271
Group: System Environment/Base
e813271
Requires: cronie
e813271
Requires: %{name} = %{version}-%{release}
e813271
e813271
%description cron
e813271
Crontab and utilities for running PackageKit as a cron job.
e813271
41e633b
%package debug-install
fa4ff8f
Summary: Facility to install debugging packages using PackageKit
fa4ff8f
Group: System Environment/Base
fa4ff8f
Requires: %{name} = %{version}-%{release}
41e633b
Obsoletes: PackageKit-debuginfo-install <= 0.5.2-0.1.20090902git.fc12
fa4ff8f
41e633b
%description debug-install
fa4ff8f
Provides facility to install debugging packages using PackageKit.
fa4ff8f
11175d7
%package glib-devel
11175d7
Summary: GLib Libraries and headers for PackageKit
29d5167
Group: Development/Libraries
29d5167
Requires: %{name} = %{version}-%{release}
Richard Hughes 04b290a
Requires: dbus-devel >= 1.1.1
f2d1546
Requires: sqlite-devel
11175d7
Requires: PackageKit-glib = %{version}-%{release}
11175d7
Obsoletes: PackageKit-devel < %{version}-%{release}
11175d7
Provides: PackageKit-devel = %{version}-%{release}
29d5167
11175d7
%description glib-devel
11175d7
GLib headers and libraries for PackageKit.
11175d7
1ce3403
%package qt-devel
c0e4b44
Summary: Qt Libraries and headers for PackageKit
1ce3403
Group: Development/Libraries
5c56255
Requires: %{name}-qt = %{version}-%{release}
1ce3403
1ce3403
%description qt-devel
c0e4b44
Qt headers and libraries for PackageKit.
1ce3403
11175d7
%package backend-devel
11175d7
Summary: Headers to compile out of tree PackageKit backends
11175d7
Group: Development/Libraries
11175d7
Requires: %{name} = %{version}-%{release}
11175d7
11175d7
%description backend-devel
11175d7
Headers to compile out of tree PackageKit backends.
29d5167
3e1b5e5
%package browser-plugin
3e1b5e5
Summary: Browser Plugin for PackageKit
3e1b5e5
Group: Development/Libraries
3e1b5e5
Requires: gtk2
11175d7
Requires: PackageKit-glib = %{version}-%{release}
1107bc0
Requires: mozilla-filesystem
3e1b5e5
3e1b5e5
%description browser-plugin
3e1b5e5
The PackageKit browser plugin allows web sites to offer the ability to
3e1b5e5
users to install and update packages from configured repositories
3e1b5e5
using PackageKit.
3e1b5e5
b49e88f
%package gstreamer-plugin
b49e88f
Summary: Install GStreamer codecs using PackageKit
b49e88f
Group: Development/Libraries
b49e88f
Requires: gstreamer
11175d7
Requires: PackageKit-glib = %{version}-%{release}
c5dc487
Obsoletes: codeina < 0.10.1-10
11175d7
Provides: codeina = 0.10.1-10
b49e88f
b49e88f
%description gstreamer-plugin
b49e88f
The PackageKit GStreamer plugin allows any Gstreamer application to install
b49e88f
codecs from configured repositories using PackageKit.
b49e88f
d991c5c
%package gtk-module
d991c5c
Summary: Install fonts automatically using PackageKit
d991c5c
Group: Development/Libraries
d991c5c
Requires: pango
d991c5c
Requires: PackageKit-glib = %{version}-%{release}
d991c5c
d991c5c
%description gtk-module
Richard Hughes bdafce1
The PackageKit GTK2+ module allows any Pango application to install
Richard Hughes bdafce1
fonts from configured repositories using PackageKit.
Richard Hughes bdafce1
Richard Hughes bdafce1
%package gtk3-module
Richard Hughes bdafce1
Summary: Install fonts automatically using PackageKit
Richard Hughes bdafce1
Group: Development/Libraries
Richard Hughes bdafce1
Requires: pango
Richard Hughes bdafce1
Requires: PackageKit-glib = %{version}-%{release}
Richard Hughes bdafce1
Richard Hughes bdafce1
%description gtk3-module
Richard Hughes bdafce1
The PackageKit GTK3+ module allows any Pango application to install
d991c5c
fonts from configured repositories using PackageKit.
d991c5c
d991c5c
%package command-not-found
d991c5c
Summary: Ask the user to install command line programs automatically
d991c5c
Group: Development/Libraries
d991c5c
Requires: bash
d991c5c
Requires: PackageKit-glib = %{version}-%{release}
d991c5c
d991c5c
%description command-not-found
d991c5c
A simple helper that offers to install new packages on the command line
d991c5c
using PackageKit.
d991c5c
ac07082
%package device-rebind
ac07082
Summary: Device rebind functionality for PackageKit
ac07082
Group: Development/Libraries
ac07082
Requires: PackageKit-glib = %{version}-%{release}
ac07082
ac07082
%description device-rebind
ac07082
The device rebind functionality offer the ability to re-initialize devices
ac07082
after firmware has been installed by PackageKit. This removes the need for the
ac07082
user to restart the computer or remove and re-insert the device.
ac07082
29d5167
%prep
948cc66
%setup -q
cbfb98a
%patch0 -p1 -b .fedora
cbfb98a
%patch1 -p1 -b .no-time
99d8475
29d5167
%build
9655ae9
%configure \
0470159
        --disable-static \
0470159
        --enable-yum \
Richard Hughes b49c7fe
        --enable-zif \
e040431
%if 0%{?rhel} == 0
0470159
        --enable-smart \
0470159
        --enable-introspection \
e040431
%endif
0470159
        --with-default-backend=yum \
0470159
        --disable-local \
0470159
        --disable-ruck \
0470159
        --disable-strict \
0470159
        --disable-tests
9efa038
29d5167
make %{?_smp_mflags}
29d5167
29d5167
%install
29d5167
make install DESTDIR=$RPM_BUILD_ROOT
29d5167
29d5167
rm -f $RPM_BUILD_ROOT%{_libdir}/libpackagekit*.la
29d5167
rm -f $RPM_BUILD_ROOT%{_libdir}/packagekit-backend/*.la
3e1b5e5
rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/packagekit-plugin.la
2f963dd
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-?.0/modules/*.la
4f920c7
rm -f $RPM_BUILD_ROOT%{_libdir}/polkit-1/extensions/libpackagekit-action-lookup.la
d991c5c
2819179
touch $RPM_BUILD_ROOT%{_localstatedir}/cache/PackageKit/groups.sqlite
e813271
b49e88f
# create a link that GStreamer will recognise
b49e88f
pushd ${RPM_BUILD_ROOT}%{_libexecdir} > /dev/null
b49e88f
ln -s pk-gstreamer-install gst-install-plugins-helper
b49e88f
popd > /dev/null
b49e88f
11175d7
# create a link that from the comps icons to PK, as PackageKit frontends
11175d7
# cannot add /usr/share/pixmaps/comps to the icon search path as some distros
11175d7
# do not use comps. Patching this in the frontend is not a good idea, as there
11175d7
# are multiple frontends in multiple programming languages.
11175d7
pushd ${RPM_BUILD_ROOT}%{_datadir}/PackageKit > /dev/null
11175d7
ln -s ../pixmaps/comps icons
11175d7
popd > /dev/null
11175d7
2b32408
%find_lang %name
2b32408
4da961e
%post
1853291
update-mime-database %{_datadir}/mime &> /dev/null || :
4da961e
4da961e
%postun
1853291
update-mime-database %{_datadir}/mime &> /dev/null || :
4da961e
11175d7
%post glib -p /sbin/ldconfig
1ce3403
%post qt -p /sbin/ldconfig
29d5167
11175d7
%postun glib -p /sbin/ldconfig
1ce3403
%postun qt -p /sbin/ldconfig
29d5167
2b32408
%files -f %{name}.lang
29d5167
%defattr(-,root,root,-)
8698cdf
%doc README AUTHORS NEWS COPYING
29d5167
%dir %{_datadir}/PackageKit
29d5167
%dir %{_datadir}/PackageKit/helpers
29d5167
%dir %{_sysconfdir}/PackageKit
Richard Hughes abd69a3
%dir %{_sysconfdir}/PackageKit/events
Richard Hughes abd69a3
%dir %{_sysconfdir}/PackageKit/events/post-transaction.d
Richard Hughes abd69a3
%dir %{_sysconfdir}/PackageKit/events/pre-transaction.d
Richard Hughes abd69a3
%{_sysconfdir}/PackageKit/events/*.d/README
f2d1546
%dir %{_localstatedir}/lib/PackageKit
9efa038
%dir %{python_sitelib}/packagekit
3215f51
%dir %{_localstatedir}/cache/PackageKit
2819179
%ghost %verify(not md5 size mtime) %{_localstatedir}/cache/PackageKit/groups.sqlite
3215f51
%dir %{_localstatedir}/cache/PackageKit/downloads
795ac70
%{python_sitelib}/packagekit/*py*
ffa821b
%dir %{_sysconfdir}/bash_completion.d
11175d7
%dir %{_libdir}/packagekit-backend
9efa038
%config %{_sysconfdir}/bash_completion.d/pk-completion.bash
0470159
%config(noreplace) %{_sysconfdir}/PackageKit/PackageKit.conf
0470159
%config(noreplace) %{_sysconfdir}/PackageKit/Vendor.conf
795ac70
%config %{_sysconfdir}/dbus-1/system.d/*
8ad3e5c
%dir %{_datadir}/PackageKit/helpers/test_spawn
11175d7
%dir %{_datadir}/PackageKit/icons
8ad3e5c
%{_datadir}/PackageKit/helpers/test_spawn/*
fa4ff8f
%{_datadir}/man/man1/pkcon.1.gz
fa4ff8f
%{_datadir}/man/man1/pkmon.1.gz
fa4ff8f
%{_datadir}/man/man1/pkgenpack.1.gz
e0de7fb
%{_datadir}/polkit-1/actions/*.policy
3e1b5e5
%{_datadir}/mime/packages/packagekit-*.xml
4edfdee
%{_datadir}/PackageKit/pk-upgrade-distro.sh
2f963dd
%{_libexecdir}/packagekitd
29d5167
%{_bindir}/pkmon
29d5167
%{_bindir}/pkcon
3e1b5e5
%{_bindir}/pkgenpack
f2d1546
%{_bindir}/packagekit-bugreport.sh
e813271
%exclude %{_libdir}/libpackagekit*.so.*
8ad3e5c
%{_libdir}/packagekit-backend/libpk_backend_dummy.so
8ad3e5c
%{_libdir}/packagekit-backend/libpk_backend_test_*.so
f68e333
%ghost %verify(not md5 size mtime) %{_localstatedir}/lib/PackageKit/transactions.db
29d5167
%{_datadir}/dbus-1/system-services/*.service
9efa038
%{_libdir}/pm-utils/sleep.d/95packagekit
601b46b
8698cdf
%files docs
8698cdf
%defattr(-,root,root,-)
8698cdf
%{_datadir}/gtk-doc/html/PackageKit
bf381a7
%dir %{_datadir}/PackageKit/website
bf381a7
%{_datadir}/PackageKit/website/*.html
bf381a7
%{_datadir}/PackageKit/website/*.css
bf381a7
%dir %{_datadir}/PackageKit/website/img
bf381a7
%{_datadir}/PackageKit/website/img/*.png
bf381a7
%dir %{_datadir}/PackageKit/website/img/thumbnails
bf381a7
%{_datadir}/PackageKit/website/img/thumbnails/*.png
8698cdf
e040431
%if 0%{?rhel} == 0
8ad3e5c
%files smart
8ad3e5c
%defattr(-,root,root,-)
8ad3e5c
%{_libdir}/packagekit-backend/libpk_backend_smart.so
8ad3e5c
%dir %{_datadir}/PackageKit/helpers/smart
8ad3e5c
%{_datadir}/PackageKit/helpers/smart/*
e040431
%endif
8ad3e5c
8ad3e5c
%files yum
8ad3e5c
%defattr(-,root,root,-)
0470159
%config(noreplace) %{_sysconfdir}/PackageKit/Yum.conf
8ad3e5c
%{_libdir}/packagekit-backend/libpk_backend_yum.so
8ad3e5c
%dir %{_datadir}/PackageKit/helpers/yum
8ad3e5c
%{_datadir}/PackageKit/helpers/yum/*
8ad3e5c
Richard Hughes b49c7fe
%files zif
Richard Hughes b49c7fe
%defattr(-,root,root,-)
Richard Hughes b49c7fe
%{_libdir}/packagekit-backend/libpk_backend_zif.so
Richard Hughes b49c7fe
%dir %{_datadir}/PackageKit/helpers/zif
Richard Hughes b49c7fe
%{_datadir}/PackageKit/helpers/zif/*
Richard Hughes b49c7fe
f27e073
%files yum-plugin
cad1c96
%defattr(-, root, root)
cad1c96
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/refresh-packagekit.conf
d88a91e
/usr/lib/yum-plugins/refresh-packagekit.*
cad1c96
11175d7
%files glib
29d5167
%defattr(-,root,root,-)
a5c4785
%{_libdir}/*packagekit-glib2.so.*
b68ea49
%{_libdir}/girepository-1.0/PackageKitGlib-1.0.typelib
1ce3403
1ce3403
%files qt
1ce3403
%defattr(-,root,root,-)
1ce3403
%{_libdir}/*packagekit-qt*.so.*
29d5167
e813271
%files cron
e813271
%defattr(-,root,root,-)
e813271
%config %{_sysconfdir}/cron.daily/packagekit-background.cron
3215f51
%config(noreplace) %{_sysconfdir}/sysconfig/packagekit-background
e813271
41e633b
%files debug-install
fa4ff8f
%defattr(-,root,root,-)
c0e4b44
%{_bindir}/pk-debuginfo-install
fa4ff8f
%{_datadir}/man/man1/pk-debuginfo-install.1.gz
fa4ff8f
3e1b5e5
%files browser-plugin
9371f0a
%defattr(-,root,root,-)
3e1b5e5
%{_libdir}/mozilla/plugins/packagekit-plugin.so
3e1b5e5
b49e88f
%files gstreamer-plugin
b49e88f
%defattr(-,root,root,-)
b49e88f
%{_libexecdir}/pk-gstreamer-install
b49e88f
%{_libexecdir}/gst-install-plugins-helper
b49e88f
d991c5c
%files gtk-module
d991c5c
%defattr(-,root,root,-)
Richard Hughes bdafce1
%{_libdir}/gtk-2.0/modules/*.so
Richard Hughes bdafce1
Richard Hughes bdafce1
%files gtk3-module
Richard Hughes bdafce1
%defattr(-,root,root,-)
Richard Hughes bdafce1
%{_libdir}/gtk-3.0/modules/*.so
d991c5c
d991c5c
%files command-not-found
d991c5c
%defattr(-,root,root,-)
d991c5c
%{_sysconfdir}/profile.d/*
d991c5c
%{_libexecdir}/pk-command-not-found
0470159
%config(noreplace) %{_sysconfdir}/PackageKit/CommandNotFound.conf
d991c5c
ac07082
%files device-rebind
ac07082
%defattr(-,root,root,-)
ac07082
%{_sbindir}/pk-device-rebind
ac07082
%{_datadir}/man/man1/pk-device-rebind.1.gz
ac07082
11175d7
%files glib-devel
9371f0a
%defattr(-,root,root,-)
a5c4785
%{_libdir}/libpackagekit-glib2.so
a5c4785
%{_libdir}/pkgconfig/packagekit-glib2.pc
1ce3403
%dir %{_includedir}/PackageKit
72e0cfe
%dir %{_includedir}/PackageKit/packagekit-glib2
72e0cfe
%{_includedir}/PackageKit/packagekit-glib*/*.h
b5c068b
%{_datadir}/gir-1.0/PackageKitGlib-1.0.gir
1ce3403
1ce3403
%files qt-devel
1ce3403
%defattr(-,root,root,-)
1ce3403
%{_libdir}/libpackagekit-qt*.so
1ce3403
%{_libdir}/pkgconfig/packagekit-qt.pc
1ce3403
%dir %{_includedir}/PackageKit
1ce3403
%dir %{_includedir}/PackageKit/packagekit-qt
1ce3403
%{_includedir}/PackageKit/packagekit-qt/QPackageKit
1ce3403
%{_includedir}/PackageKit/packagekit-qt/*.h
c9b571e
%{_datadir}/cmake/Modules/FindQPackageKit.cmake
11175d7
11175d7
%files backend-devel
11175d7
%defattr(-,root,root,-)
1ce3403
%dir %{_includedir}/PackageKit
1ce3403
%dir %{_includedir}/PackageKit/backend
1ce3403
%{_includedir}/PackageKit/backend/*.h
29d5167
29d5167
%changelog
Richard Hughes 654d11a
* Mon Mar 07 2011 Richard Hughes  <rhughes@redhat.com> - 0.6.13-1
Richard Hughes 654d11a
- New upstream release.
Richard Hughes 654d11a
- Enable use of new callback mode on yum versions that support it
Richard Hughes 654d11a
- Update for NetworkManager 0.9 snapshots
Richard Hughes 654d11a
430dcf6
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> - 0.6.12-4
430dcf6
- Rebuild against newer gtk
430dcf6
c13bd25
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.12-3
c13bd25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c13bd25
c366685
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 0.6.12-2
c366685
- Rebuild against newer gtk
c366685
Richard Hughes 54a587e
* Tue Feb 01 2011 Richard Hughes  <rhughes@redhat.com> - 0.6.12-1
Richard Hughes 54a587e
- New upstream release.
Richard Hughes 54a587e
- Do not attempt to call yum.repos twice when using RHN
Richard Hughes 54a587e
- Do not block the update list on infrastructure packages
Richard Hughes 54a587e
- Update the cached comps group list when changing repos.
Richard Hughes 54a587e
- Do not enable command not found debugging by default.
Richard Hughes 54a587e
- Resolves #666254, #629049
Richard Hughes 54a587e
Christopher Aillon 5c6ae50
* Fri Jan 21 2011 Christopher Aillon <caillon@redhat.com> - 0.6.11-5
Christopher Aillon 5c6ae50
- Rebuild
Christopher Aillon 5c6ae50
b5c068b
* Fri Jan 14 2011 Matthias Clasen <mclasen@redhat.com> - 0.6.11-4
b5c068b
- Put the gir in the devel
b5c068b
Kevin Kofler ebfb9ac
* Wed Jan 12 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> - 0.6.11-3
Kevin Kofler ebfb9ac
- Backport: yum: Ensure the category data is valid UTF8 (rhughes, #668282)
Kevin Kofler ebfb9ac
d115a7d
* Sun Jan  9 2011 Matthias Clasen <mclasen@redhat.com> - 0.6.11-2
d115a7d
- Rebuild against newer gtk3
d115a7d
Richard Hughes b49c7fe
* Mon Dec 13 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.11-1
Richard Hughes b49c7fe
- New upstream release.
Richard Hughes b49c7fe
- Many small bugfixes and performance increases.
Richard Hughes b49c7fe
- New experimental zif backend, which is not installed by default.
Richard Hughes b49c7fe
Richard Hughes 04b290a
* Mon Nov 01 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.10-1
Richard Hughes 04b290a
- New upstream release.
Richard Hughes 04b290a
- Many small bugfixes and performance increases.
Richard Hughes 04b290a
- Remove selinux-policy from InfrastructurePackages
Richard Hughes 04b290a
- Allow frontends to specify the cache age manually, to reduce the
Richard Hughes 04b290a
  amount of time users sit waiting for progress bars.
Richard Hughes 04b290a
- Resolves #641311, #641691
Richard Hughes 04b290a
Richard Hughes 53e8f22
* Tue Oct 12 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.9-2
Richard Hughes 53e8f22
- Add BR zif-devel to accelerate some simple transaction types.
Richard Hughes 53e8f22
Richard Hughes abd69a3
* Mon Oct 04 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.9-1
Richard Hughes abd69a3
- New upstream release of 0.6.9.
Richard Hughes abd69a3
- Many small bugfixes and performance increases.
Richard Hughes abd69a3
- Resolves #634628
Richard Hughes abd69a3
Jesse Keating 7172367
* Wed Sep 29 2010 jkeating - 0.6.8-3
Jesse Keating 7172367
- Rebuilt for gcc bug 634757
Jesse Keating 7172367
768e395
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 0.6.8-2
768e395
- Rebuild against newer gobject-introspection
768e395
Richard Hughes bdafce1
* Wed Sep 08 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.8-1
Richard Hughes bdafce1
- New upstream release of 0.6.8.
Richard Hughes bdafce1
- Add selinux-policy to the list of infrastructure packages.
Richard Hughes bdafce1
- Build gtk2 and gtk3 versions of the GTK module.
Richard Hughes bdafce1
Richard Hughes e7c552b
* Wed Aug 04 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.7-1
Richard Hughes e7c552b
- New upstream release of 0.6.7.
Richard Hughes e7c552b
- Add gnome-packagekit and kpackagekit to the list of infrastructure packages
Richard Hughes e7c552b
- Do not issue RepoListChanged when we disable or enable the media repo automatically
Richard Hughes e7c552b
- Ensure we disable the MediaRepo when the PackageKit backend has finished
Richard Hughes e7c552b
- Wrap _getEVR in a try,catch block to deal with invalid version numbers. Fixes #612360
Richard Hughes e7c552b
- If ProxyHTTP are set in PackageKit.conf then ignore the user proxy setting. Fixes #604317
Richard Hughes e7c552b
- Don't ship README AUTHORS NEWS COPYING in all subpackages. Fixes #612332
Richard Hughes e7c552b
- Recognise bluetooth connections as mobile networks. Fixes #609827
Richard Hughes e7c552b
- Unbreak CNF after the daemon moved to libexec. Fixes #613514
Richard Hughes e7c552b
4896f4b
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.6.6-3
4896f4b
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
4896f4b
9dfd4a5
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 0.6.6-2
9dfd4a5
- Rebuild against new gobject-introspection
9dfd4a5
2f963dd
* Thu Jul 01 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.6-1
2f963dd
- New upstream release of 0.6.6.
2f963dd
- Don't crash with an internal error if the .discinfo is malformed
2f963dd
- Add a MaxSearchTime entry in CommandNotFound.conf and default to 2000ms
2f963dd
- Build the gtk-module for gtk-3.0 as well as gtk-2.0 if available
2f963dd
- Move the packagekitd binary to libexec
2f963dd
25e8209
* Wed Jun 02 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.5-1
25e8209
- New upstream release of 0.6.5.
25e8209
- Use the new PkTask API in pkcon so we can deal with Media and Eula queries.
25e8209
- Attempt to use removable disk repos if they exist at backend startup.
25e8209
- Catch and ignore the socket exception on oddball systems.
25e8209
- Do not abort init when Yum.conf does not contain some required keys.
25e8209
- Fix up the filter check when doing GetRepoList().
25e8209
- Resolves: #596779 and #598697
25e8209
b457b8e
* Thu May 06 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.4-1
b457b8e
- New upstream release of 0.6.4.
b457b8e
- Catch exceptions.IOError whenever we do a low-level yum call. Resolves #577549
b457b8e
- Do not abort if the package-id is not unique in the reposet
b457b8e
- Ensure the lock failure message is proper unicode. Resolves #585620
b457b8e
- Ensure we catch the exception if there are no groups. Resolves #587196
b457b8e
- Ensure we create /var/cache/PackageKit if the user nukes it
b457b8e
- Get the correct state for each update. Resolves #574658
b457b8e
0470159
* Mon Mar 29 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.3-1
0470159
- New upstream version
0470159
- Update to the latest version of the Fedora Packaging Guidelines
0470159
- Do not Require: pkgconfig
0470159
- Fix up a few file ownership issues
0470159
- Remove the custom BuildRoot
0470159
- Do not clean the buildroot before install
0470159
9e1e755
* Sat Mar 13 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.6.2-2
9e1e755
- -qt: add minimal qt4 runtime dependency
9e1e755
948cc66
* Mon Mar 01 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.2-1
948cc66
- New upstream release of 0.6.2.
948cc66
f37af8f
* Fri Feb 19 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.2-0.1.20100219git
f37af8f
- Fix a race in the PkBackendSpawn code that sometimes lead to truncated package
f37af8f
  lists from repeated simple queries that needed to change the dispatcher.
f37af8f
- Resolves: #566200
f37af8f
b68ea49
* Tue Feb 09 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.2-0.1.20100209git
b68ea49
- Rebuild for twaugh's printer driver install F13 feature.
b68ea49
- Install the gir and typelib files in the correct directory.
b68ea49
b0572fc
* Mon Feb 01 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.1-1
b0572fc
- New upstream release of 0.6.1.
b0572fc
- Ensure we look in all update notices for a security update. Fixes #526279
b0572fc
- Show a message to the user if the repo could not be reached. Fixes #531838
b0572fc
- Enable introspection support in PackageKit-glib2
b0572fc
a5c4785
* Tue Jan 05 2010 Richard Hughes  <rhughes@redhat.com> - 0.6.0-1
a5c4785
- New upstream release of 0.6.0.
a5c4785
bc95d87
* Mon Dec 07 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.5-1
bc95d87
- New upstream release of 0.5.5.
bc95d87
- Check the filename is valid before exploding. Fixes #537381
bc95d87
- Only check certain transaction elements, not all of them. Fixes #541645
bc95d87
- Handle the cnf error condition where the package name would be invalid. Fixes #533014
bc95d87
- After a successful cnf installation, re-exec new binary not command-not-found. Fixes #533554
bc95d87
- When cnf searches for available files, use our preferred arch. Fixes #534169
bc95d87
- Run the newly installed file sync so we can return a proper exit code. Fixes #540482
bc95d87
- Only email using cron when a useful action was done. Fixes #540949
bc95d87
- Do not split more than one locale hint to fix setting LC_ variables. Fixes #543716
bc95d87
b2f7485
* Mon Oct 05 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.3-1
b2f7485
- Update to 0.5.3.
b2f7485
- Fix double free in pk-gstreamer-install which causes a crash. Fixes #526600
b2f7485
- Exit pk-command-not-found with 127 when we have not run a program. Fixes #527044
b2f7485
- Fix crash in notification daemon under some conditions due to non-resident
b2f7485
  GTK module.
b2f7485
- Don't explicitly download the file lists when using pk-command-not-found
b2f7485
e040431
* Tue Sep 29 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.3-0.2.20090928git
e040431
- Do not build smart support on RHEL.
e040431
e040431
* Mon Sep 28 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.3-0.1.20090928git
8379f9f
- Update to a newer git snapshot from the 0.5.x series.
8379f9f
- Fixes command-not-found functionality
8379f9f
- Lots of updated translations
8379f9f
- Lots of updates and bugfixes to the experimental glib2 library
8379f9f
9655ae9
* Mon Sep 21 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.3-0.1.20090921git
9655ae9
- Update to a newer git snapshot from the 0.5.x series.
9655ae9
- Updates to the experimental glib2 bindings
9655ae9
- Lots of updated translations.
9655ae9
- Disable the self tests to reduce the build time
9655ae9
- Fix crasher for 64 bit users of the codec installer
9655ae9
- Fix 'pkcon remove foo', where foo needed reqs to be removed too.
9655ae9
- Fixes #523861
9655ae9
72e0cfe
* Tue Sep 15 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.3-0.1.20090915git
72e0cfe
- Update to a newer git snapshot from the 0.5.x series.
72e0cfe
- Lots of updated translations.
72e0cfe
- Refresh the free licenses from the Fedora wiki. Fixes #519394
72e0cfe
- The fixed packagekit-qt should also now allow KPackageKit to build.
72e0cfe
f339524
* Mon Sep 07 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.2-1
f339524
- Update to 0.5.2.
f339524
- Many new and updated translations.
f339524
- Many small bugfixes and speedups.
f339524
- Added the PostscriptDriver rpm provides functionality.
f339524
bad8a37
* Thu Sep 03 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.2-0.1.20090903git
bad8a37
- Update to a newer git snapshot from the 0.5.x series.
bad8a37
- Fixes NetworkManager build time configure check.
bad8a37
- Don't backtrace if we need to do yum-complete-transaction.
bad8a37
41e633b
* Thu Sep  3 2009 Matthias Clasen <mclasen@redhat.com> - 0.5.2-0.2.20090902git
41e633b
- Rename -debuginfo-install to debug-install (#520965)
41e633b
37c221f
* Wed Sep 02 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.2-0.1.20090902git
37c221f
- Update to a newer git snapshot from the 0.5.x series.
37c221f
- Should fix some issues with KPackageKit.
37c221f
e69f39a
* Sat Aug 29 2009 Christopher Aillon <caillon@redhat.com> - 0.5.2-0.2.20090824git
e69f39a
- Fix build against polkit, rebuild against newer libnm_glib
e69f39a
ac07082
* Mon Aug 24 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.2-0.1.20090824git
ac07082
- Update to a newer git snapshot from the 0.5.x series.
ac07082
- Enable GUdev functionality and create a device-rebind subpackage.
ac07082
6756ff9
* Wed Aug 19 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.2-0.1.20090819git
6756ff9
- Update to a git snapshot from the 0.5.x series.
6756ff9
3dc7425
* Mon Aug 03 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.1-1
3dc7425
- New upstream version, many bugfixes and performance fixes
3dc7425
- Fixes #491859, #513856, #510874, #513376, #472876, #514708 and #513557
3dc7425
c0e4b44
* Mon Jul 27 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.1-0.1.20090727git
c0e4b44
- Update to a git snapshot from the 0.5.x series.
c0e4b44
3834185
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-2
3834185
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
3834185
fa4ff8f
* Mon Jul 06 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.0-1
fa4ff8f
- New upstream version, many bugfixes and a few new features
fa4ff8f
- Fixes #483164, #504377, #504137, #499590, #506110 and #506649
fa4ff8f
4f920c7
* Thu Jun 25 2009 Richard Hughes  <rhughes@redhat.com> - 0.5.0-0.1.20090625git
4f920c7
- Update to a git snapshot from the 0.5.x series.
4f920c7
- Many PolicyKit fixes
4f920c7
- Fixes GetDistroUpgrades (#508022)
4f920c7
e0de7fb
* Tue Jun 16 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.9-0.2.20090616git
e0de7fb
- Apply a patch to convert to the PolKit1 API.
e0de7fb
- Do autoreconf and automake as the polkit patch is pretty invasive
e0de7fb
- Fix up file lists with the new polkit action paths
e0de7fb
dd2b988
* Tue Jun 16 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.9-0.1.20090616git
dd2b988
- Don't hardcode network access to install or update packages
dd2b988
- Add subclasses to our registered mime-types
dd2b988
- Fix results from GetDistroUpgrades()
dd2b988
- Format the package_id before showing it in the error detail
dd2b988
- Download the ChangeLog data when we get the update list
dd2b988
- Never return FALSE from StateHasChanged()
dd2b988
- Fixes #506110, #504137, #499590 and #483164
dd2b988
0b130db
* Mon Jun 05 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.8-1
0b130db
- New upstream version, many bugfixes and performance fixes
0b130db
- Fixes #487614, #500428 and #502399
0b130db
65d0c20
* Tue May 05 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.7-1
65d0c20
- New upstream version, many bugfixes and performance fixes
65d0c20
- Remove upstreamed patches
65d0c20
5dcb7af
* Tue Apr 14 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.6-3
5dcb7af
- Backport 4 important patches from upstream.
5dcb7af
7eb65f9
* Thu Apr 02 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.6-2
bc95d87
- Fix installing local files with a unicode path. Fixes #486720
7eb65f9
- Fix the allow cancel duplicate filtering with a patch from upstream.
7eb65f9
dacfd11
* Mon Mar 30 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.6-1
dacfd11
- New upstream version
dacfd11
cbfb98a
* Tue Mar 24 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.6-0.3.20090324git
cbfb98a
- Update to todays git snapshot with fixed ChangeLog functionality.
cbfb98a
1117c5d
* Mon Mar 23 2009 Matthias Clasen  <mclasen@redhat.com> - 0.4.6-0.2.2009319git
1117c5d
- Make the GTK+ module resident
1117c5d
04024d6
* Thu Mar 19 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.6-0.1.20090319git
04024d6
- Update to todays git snapshot so we can test the update ChangeLog feature.
04024d6
0cead9e
* Mon Mar 16 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.5-2
0cead9e
- Add two patches from upstream:
0cead9e
 - Allow users to turn off update cache to try to debug #20559
0cead9e
 - Filter out duplicate updates to fix #488509
0cead9e
c7a9906
* Mon Mar 09 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.5-1
c7a9906
- New upstream version
c7a9906
- Add proper error handling to avoid exiting the script on correctable errors
c7a9906
- Add support for the 'any' provide search
c7a9906
- Updated QPackageKit soname version to 0.4.1
c7a9906
- Lots of translation updates
c7a9906
41d65ee
* Tue Feb 24 2009 Matthias Clasen <mclasen@redhat.com> - 0.4.4-4
41d65ee
- Make -docs noarch
41d65ee
f0fbe97
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.4-3
f0fbe97
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f0fbe97
1e94af6
* Mon Feb 23 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.4-2
1e94af6
- Bump for rebuild.
1e94af6
71a3893
* Mon Feb 23 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.4-1
71a3893
- New upstream version
71a3893
- Mainly bugfixes
71a3893
bf381a7
* Mon Feb 02 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.3-1
bf381a7
- New upstream version
bf381a7
- Mainly bugfixes
bf381a7
ac5d99d
* Mon Jan 19 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.2-1
ac5d99d
- New upstream version
ac5d99d
- Enable time estimation by default
ac5d99d
- Remove the udev helper from PackageKit now the core functionality is in
ac5d99d
  udev itself
ac5d99d
- Lots of bug fixes
ac5d99d
ac5d99d
* Thu Jan 08 2009 Richard Hughes  <rhughes@redhat.com> - 0.4.1-1
ac5d99d
- New upstream version
ac5d99d
- Use NetworkManager to get the network device type for session policy decisions
ac5d99d
- Lots of bug fixes
ac5d99d
d991c5c
* Tue Dec 09 2008 Richard Hughes  <rhughes@redhat.com> - 0.4.0-1
d991c5c
- New upstream version
d991c5c
- Now integrates with BASH suggesting replacements and offering to install
d991c5c
  missing packages.
d991c5c
- Now integrates with Pango using a gtk-module to install missing fonts.
d991c5c
- Much tighter security model and new audit logging framework.
d991c5c
- Lots of new, untested, code so probably not a good idea for F10.
d991c5c
1fc908b
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.3.11-2
1fc908b
- Rebuild for Python 2.6
1fc908b
3738673
* Mon Nov 24 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.11-1
3738673
- New upstream version
3738673
- http://gitweb.freedesktop.org/?p=packagekit.git;a=blob;f=NEWS
3738673
d4a701f
* Thu Nov 20 2008 Richard Hughes <rhughes@redhat.com> - 0.3.10-2
d4a701f
- Update the summary to be more terse.
d4a701f
2819179
* Tue Nov 11 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.10-1
2819179
- New upstream version
2819179
- Drop all upstreamed patches
2819179
67ded19
* Wed Nov 05 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.9-4
67ded19
- Increase the timeout for cleaning up unused transactions. Due to a bug
67ded19
  in the PkClient library the new TID was not being requested, and the old
67ded19
  TID was being re-used. This gave a DBUS error if the user spent longer than
67ded19
  five seconds entering the password the very first time they used PackageKit
67ded19
  to do an authentication.
67ded19
  Apply a simple patch to mitigate this, as a more invasive (and correct)
bc95d87
  patch is upstream. A new release will follow in f10-updates. Fixes #469950
67ded19
c9b571e
* Thu Oct 28 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.9-3
c9b571e
- Install the usr/share/cmake/Modules/FindQPackageKit.cmake file so we
c9b571e
  can build KPackageKit from svn head.
c9b571e
- Fix installing the preupgrade package when we check for distro upgrades
c9b571e
  on machines with 32 and 64 bit versions available. Fixes #469172
c9b571e
3174f63
* Tue Oct 28 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.9-2
1f2e101
- Apply a couple of patches from upstream to fix development filtering
1f2e101
  and installing the web plugin.
3174f63
9156f74
* Mon Oct 27 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.9-1
9156f74
- New upstream version
9156f74
- Many new and updated translations.
9156f74
- Lots of bugfixes (#468486, #466006, #468602), no new features.
9156f74
3b6fa24
* Fri Oct 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.3.8-6
3b6fa24
- Customize Vendor.conf for Fedora
3b6fa24
3474da2
* Fri Oct 24 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.8-5
3474da2
- Bump as I forgot to add the patch.
3474da2
c171e3e
* Fri Oct 24 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.8-4
c171e3e
- Add a patch from upstream to change the servicepack metadata format to be
c171e3e
  forwards compatible so we don't let the user create invalid packs.
c171e3e
e79b473
* Thu Oct 23 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.8-3
e79b473
- Add a patch from upstream to pkcon install foo
e79b473
5c56255
* Tue Oct 21 2008 Rex Dieter <rdieter@fedoraproject.org> - 0.3.8-2
5c56255
- Obsoletes: packagekit-qt(-devel)/qpackagekit(-devel)
5c56255
- cleanup deps
5c56255
1ce3403
* Mon Oct 20 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.8-1
1ce3403
- New upstream version
1ce3403
- Many new and updated translations.
1ce3403
- Merge in the QPackageKit QT library from Adrien BUSTANY
1ce3403
1107bc0
* Mon Oct 20 2008 Rex Dieter <rdieter@fedoraproject.org> - 0.3.7-3
1107bc0
- -browser-plugin: Requires: mozilla-filesystem
1107bc0
11175d7
* Mon Oct 20 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.7-2
11175d7
- Rename as newest upstream has QT binding also:
11175d7
 * PackageKit-libs -> PackageKit-glib
11175d7
 * PackageKit-devel -> PackageKit-glib-devel
11175d7
- Add a BR for comps, and create a link that from the comps icons for the
11175d7
  new category group icons.
11175d7
- Create a subpackage for devel files required for out-of-tree backends.
11175d7
4138254
* Mon Oct 13 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.7-1
4138254
- New upstream version
4138254
- Add dynamic groups functionality to the API
4138254
- Many performance and other bugfixes
4138254
9638001
* Thu Oct 09 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.6-3
bc95d87
- Add a patch from upstream to fix #466290
4138254
bea2cc9
* Mon Oct 06 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.6-2
bea2cc9
- Upload new sources. Ooops.
4138254
c5dc487
* Mon Oct 06 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.6-1
c5dc487
- New upstream version
c5dc487
- Renice the spawned process so that we don't hog the system when doing updates
4138254
f27e073
* Wed Oct 01 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.5-4
f27e073
- Rename the subpackages before David blows a blood vessel.
f27e073
- yum-packagekit  -> PackageKit-yum-plugin
f27e073
- udev-packagekit -> PackageKit-udev-helper
f27e073
74345b9
* Tue Sep 30 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.5-3
74345b9
- Fix a bug where the daemon could crash when cancelling a lot of transactions.
74345b9
- Fix installing codecs with a 64 bit machine
74345b9
2b8fb92
* Tue Sep 30 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.5-2
2b8fb92
- Obsolete more releases of codeina to fix upgrades on rawhide.
2b8fb92
b49e88f
* Mon Sep 29 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.5-1
b49e88f
- New upstream version
b49e88f
- Add a helper which can be used by GStreamer to install codecs.
b49e88f
 
d8ef186
* Thu Sep 25 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.4-5
d8ef186
- When returning results from a cache we should always return finished in an
d8ef186
  idle loop so we can block and wait for a response
d8ef186
- This fixes the bug where if you have two GetUpdates in the queue the second
d8ef186
  would hang waiting for the first, even though it had already finished.
d8ef186
c26f0f2
* Tue Sep 23 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.4-4
c26f0f2
- Fix the error dialog when no mirrors are found
c26f0f2
1c79fda
* Tue Sep 23 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.4-3
1c79fda
- Don't try to run all the committed transactions at once with a deep queue.
1c79fda
- This fixes the bug where the dispatcher would sometimes fail to run the
1c79fda
  next method and PkSpawn would warn the user with 'timeout already set'.
1c79fda
c40f999
* Tue Sep 23 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.4-2
c40f999
- Don't send ::Finished when the script exits because of a dispatcher exit.
c40f999
- This only seems to happen when we are making the dispatcher be reloaded
c40f999
  from multiple sessions with different locales.
c40f999
9a5ec9b
* Mon Sep 22 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.4-1
9a5ec9b
- New upstream version
9a5ec9b
64e35e0
* Tue Sep 17 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.3-3
64e35e0
- Fix a silly typo where we might upgrade the kernel when we check for
64e35e0
  distro upgrades.
64e35e0
f9d8783
* Tue Sep 16 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.3-2
f9d8783
- Fix an error where we didn't connect up the GetDistroUpgrades in
f9d8783
  the new dispatcher code.
f9d8783
4edfdee
* Tue Sep 16 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.3-1
4edfdee
- New upstream version
4edfdee
- Fixes a nasty bug where the daemon could get locked under heavy load
4edfdee
- Adds collection support for group install and remove
4edfdee
6b9d3af
* Wed Sep 10 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.2-3
6b9d3af
- Fix an error where we don't check for existing packages in the catalog
6b9d3af
  code properly. Also fixes the self tests.
6b9d3af
d54c5e1
* Wed Sep 10 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.2-2
d54c5e1
- Fix a library error so we don't print (null) in the UI.
d54c5e1
017493c
* Mon Sep 08 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.2-1
017493c
- New upstream version
017493c
- This is the first release with the dispatcher functionality that allows
017493c
  backend reuse. This speeds up packagekitd to native speeds when doing
017493c
  repeated similar transactions from the same session and locale.
017493c
8ad3e5c
* Mon Sep 08 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.1-7
8ad3e5c
- Enable the smart backend as it's nearly as complete as the yum backend
8ad3e5c
- Disable the yum2 backend (0.3.2 will have a dispatcher instead)
8ad3e5c
- Add subpackages yum and smart, and pull the former in as a dep by default
8ad3e5c
3215f51
* Mon Sep 08 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.1-6
3215f51
- Own /var/cache/PackageKit and /var/cache/PackageKit/downloads
3215f51
- Fix up some other rpmlint warnings for docs and config(noreplace)
3215f51
fd31a6d
* Mon Sep 08 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.1-5
fd31a6d
- Don't explicitly BR libarchive to silence rpmlint
fd31a6d
8698cdf
* Mon Sep 08 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.1-4
8698cdf
- Split out a -docs subpackage, which shaves of 324Kb of docs from
8698cdf
  the main package
8698cdf
9371f0a
* Thu Aug 28 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.1-3
9371f0a
- The browser plugin file list was misordered in the merge, resulting
9371f0a
  in empty PackageKit-devel package.
9371f0a
0c62a38
* Wed Aug 27 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.1-2
0c62a38
- Bump as make chainbuild is broken, so we'll have to do this in two steps.
0c62a38
30d707f
* Wed Aug 27 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.1-1
30d707f
- New upstream version
30d707f
- Also add two upstream patches to fix pkcon issues.
30d707f
32a4dec
* Mon Aug 22 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.0-2
32a4dec
- Bump as the make tag step failed in an obscure way.
32a4dec
3e1b5e5
* Mon Aug 22 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.0-1
3e1b5e5
- Update to newest upstream version. This includes the fixed browser plugin.
3e1b5e5
bf69077
* Mon Aug 04 2008 Robin Norwood <rnorwood@redhat.com> - 0.2.4-2
bf69077
- Fix Source0 URL.
bf69077
949c555
* Tue Jul 30 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.4-1
949c555
- New upstream version, only bugfixes.
949c555
1853291
* Tue Jul 15 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.3-6
bc95d87
- Silence the output of update-mime-database to fix #454782
1853291
ffa821b
* Mon Jun 23 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.3-5.20080618
ffa821b
- Own the /etc/bash_completion.d directory as we don't depend on the
bc95d87
  bash-completion package. Fixes #450964.
ffa821b
8dd1e22
* Wed Jun 18 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.3-4.20080618
8dd1e22
- Pull in a new snapshot from the unstable branch.
8dd1e22
- Add the font installing provide hooks
8dd1e22
04c96af
* Mon Jun 11 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.3-3.20080611
04c96af
- Pull in a new snapshot from the unstable branch.
bc95d87
- Fixes #450594 where there are insane length error messages
04c96af
- Get the group for the package when we do ::Detail()
04c96af
ea8d8b3
* Mon Jun 09 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.3-2.20080609
ea8d8b3
- Add intltool to the BR.
ea8d8b3
4da961e
* Mon Jun 09 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.3-1.20080609
4da961e
- Pull in a new snapshot from the unstable branch.
4da961e
b02c415
* Thu May 29 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.2-2.20080529
b02c415
- Pull in a new snapshot from the unstable branch.
b02c415
9999086
* Mon May 19 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.2-1.20080519
9999086
- Pull in a new snapshot from the unstable branch.
9999086
2fcdbd1
* Thu May 08 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.1-2.20080508
2fcdbd1
- Pull in a new snapshot from the unstable branch.
2fcdbd1
6977d61
* Tue May 06 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.1-1.20080506
2fcdbd1
- Pull in a new snapshot from the unstable branch.
6977d61
2b32408
* Tue May 06 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.0-1
2b32408
- Update to the latest _UNSTABLE_ upstream source
2b32408
83f29a7
* Mon May  5 2008 Robin Norwood <rnorwood@redhat.com> - 0.1.12-5.20080416git
83f29a7
- Apply patch to fix update detail unbound error.
83f29a7
- Fix rhbz#445086
83f29a7
df94475
* Wed Apr 16 2008 Richard Hughes  <rhughes@redhat.com> - 0.1.12-4.20080416git
df94475
- Urgh, actually upload the correct tarball.
df94475
dce9243
* Wed Apr 16 2008 Richard Hughes  <rhughes@redhat.com> - 0.1.12-3.20080416git
dce9243
- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.
bc95d87
- Fixes #439735.
dce9243
dce9243
* Tue Apr 15 2008 Richard Hughes  <rhughes@redhat.com> - 0.1.12-2.20080415git
33b81fd
- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.
bc95d87
- Fixes #442286, #442286 and quite a few upstream bugs.
33b81fd
734923b
* Sat Apr 12 2008 Richard Hughes  <rhughes@redhat.com> - 0.1.12-1.20080412git
734923b
- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.
734923b
- Fixes that were cherry picked into this branch since 0.1.11 was released can be viewed at:
734923b
  http://gitweb.freedesktop.org/?p=packagekit.git;a=log;h=PACKAGEKIT_0_1_X
734923b
56d0023
* Sat Apr  5 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.11-1
56d0023
- Update to 0.1.11
56d0023
89a5ce3
* Fri Mar 28 2008 Bill Nottingham <notting@redhat.com> - 0.1.10-1
89a5ce3
- update to 0.1.10
89a5ce3
- fix glib buildreq
89a5ce3
d4a56c4
* Fri Mar 28 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.9-3
d4a56c4
- Fix a directory ownership oversight
d4a56c4
c3aefc8
* Mon Mar 17 2008 Robin Norwood <rnorwood@redhat.com> - 0.1.9-2
c3aefc8
- Make PackageKit require yum-packagekit
c3aefc8
- Resolves: rhbz#437539
c3aefc8
e813271
* Wed Mar  5 2008 Robin Norwood <rnorwood@redhat.com> - 0.1.9-1
e813271
- Update to latest upstream version: 0.1.9
e813271
- Enable yum2 backend, but leave old yum backend the default for now
e813271
12bcee5
* Thu Feb 21 2008 Robin Norwood <rnorwood@redhat.com> - 0.1.8-1
12bcee5
- Update to latest upstream version: 0.1.8
12bcee5
cad1c96
* Mon Feb 18 2008 Robin Norwood <rnorwood@redhat.com> - 0.1.7-2
cad1c96
- Fix the yum backend.
cad1c96
795ac70
* Thu Feb 14 2008 Robin Norwood <rnorwood@redhat.com> - 0.1.7-1
795ac70
- Update to latest upstream version: 0.1.7
795ac70
9efa038
* Sat Jan 19 2008 Robin Norwood <rnorwood@redhat.com> - 0.1.6-1
9efa038
- Update to latest upstream version: 0.1.6
9efa038
f2d1546
* Fri Dec 21 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.5-1
f2d1546
- Update to latest upstream version: 0.1.5
f2d1546
- Remove polkit.patch for PolicyKit 0.7, no longer needed
f2d1546
f68e333
* Mon Dec 17 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.4-3
f68e333
- fix rpm -V issues by ghosting data files
f68e333
- Resolves: rhbz#408401
f68e333
99d8475
* Sun Dec  9 2007 Matthias Clasen <mclasen@redhat.com> - 0.1.4-2
99d8475
- Make it build against PolicyKit 0.7
99d8475
601b46b
* Tue Nov 27 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.4-1
601b46b
- Update to latest upstream version: 0.1.4
601b46b
- Include spec file changes from hughsie to add yum-packagekit subpackage
601b46b
8d44ef2
* Sat Nov 10 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.3-1
8d44ef2
- Update to latest upstream version: 0.1.3
8d44ef2
1842abc
* Thu Nov 01 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.2-1
1842abc
- Update to latest upstream version: 0.1.2
1842abc
29d5167
* Fri Oct 26 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.1-5
29d5167
- More issues from package review:
29d5167
- Need to own all created directories
29d5167
- PackageKit-devel doesn't really require sqlite-devel
29d5167
- Include docs in PackageKit-libs
29d5167
29d5167
* Fri Oct 26 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.1-4
29d5167
- use with-default-backend instead of with-backend
29d5167
29d5167
* Thu Oct 25 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.1-3
29d5167
- Add BR: python-devel
29d5167
29d5167
* Wed Oct 24 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.1-2
29d5167
- doc cleanups from package review
29d5167
29d5167
* Tue Oct 23 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.1-1
29d5167
- Update to latest upstream version
29d5167
29d5167
* Wed Oct 17 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.0-3
29d5167
- Add BR for docbook-utils
29d5167
29d5167
* Tue Oct 16 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.0-2
29d5167
- Apply recommended fixes from package review
29d5167
29d5167
* Mon Oct 15 2007 Robin Norwood <rnorwood@redhat.com> - 0.1.0-1
29d5167
- Initial build (based upon spec file from Richard Hughes)