56d0023
%define glib2_version           2.16.1
29d5167
%define dbus_version            0.90
29d5167
%define dbus_glib_version       0.70
f2d1546
%define policykit_version       0.7
29d5167
29d5167
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
29d5167
29d5167
Summary:   System daemon that is a DBUS abstraction layer for package management
29d5167
Name:      PackageKit
2ef774f
Version:   0.3.10
a14d27b
Release:   3%{?dist}
29d5167
License:   GPLv2+
29d5167
Group:     System Environment/Libraries
9efa038
URL:       http://packagekit.freedesktop.org
08fa1ce
Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.gz
29d5167
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
9efa038
2ef774f
# Fedora-specific
2ef774f
# Set Vendor.conf up for Fedora.
2ef774f
Patch0:    PackageKit-0.3.8-Fedora-Vendor.conf.patch
2ef774f
43f0e1c
# 636587097b68a4cfad3b5ef6929a7f37cf603a6d
43f0e1c
Patch1:    PackageKit-0.3.10-fix-typo-in-remove.patch
43f0e1c
a14d27b
Patch2:    PackageKit-0.3.11-add-missing-dbus-allow.patch
a14d27b
9efa038
Requires: dbus >= %{dbus_version}
2ef774f
Requires: dbus-glib >= %{dbus_glib_version}
2ef774f
Requires: PackageKit-glib = %{version}-%{release}
2ef774f
Requires: PackageKit-udev-helper = %{version}-%{release}
2ef774f
Requires: PackageKit-yum-plugin = %{version}-%{release}
2ef774f
Requires: PackageKit-yum = %{version}-%{release}
a8b1d27
Requires: shared-mime-info
2ef774f
Requires: python-sqlite2
2ef774f
Requires: comps-extras
29d5167
29d5167
BuildRequires: glib2-devel >= %{glib2_version}
29d5167
BuildRequires: dbus-devel  >= %{dbus_version}
29d5167
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
29d5167
BuildRequires: pam-devel
29d5167
BuildRequires: libX11-devel
795ac70
BuildRequires: libsexy-devel
29d5167
BuildRequires: xmlto
29d5167
BuildRequires: sqlite-devel
29d5167
BuildRequires: NetworkManager-glib-devel
f2d1546
BuildRequires: PolicyKit-devel >= %{policykit_version}
29d5167
BuildRequires: libtool
29d5167
BuildRequires: docbook-utils
9efa038
BuildRequires: gnome-doc-utils
29d5167
BuildRequires: python-devel
3202a29
BuildRequires: perl(XML::Parser)
6618a49
BuildRequires: intltool
a63132e
BuildRequires: gettext
2ef774f
BuildRequires: xulrunner-devel
2ef774f
BuildRequires: libarchive-devel
2ef774f
BuildRequires: gstreamer-devel
2ef774f
BuildRequires: gstreamer-plugins-base-devel
2ef774f
BuildRequires: qt4-devel
2ef774f
BuildRequires: cppunit-devel
2ef774f
2ef774f
%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
2ef774f
%package yum
2ef774f
Summary: PackageKit YUM backend
2ef774f
Group: System Environment/Libraries
2ef774f
Requires: yum >= 3.2.19
2ef774f
Requires: %{name} = %{version}-%{release}
2ef774f
2ef774f
%description yum
2ef774f
A backend for PackageKit to enable yum functionality.
2ef774f
2ef774f
%package smart
2ef774f
Summary: PackageKit SMART backend
2ef774f
Group: System Environment/Libraries
2ef774f
Requires: smart
2ef774f
Requires: %{name} = %{version}-%{release}
2ef774f
2ef774f
%description smart
2ef774f
A backend for PackageKit to enable SMART functionality.
2ef774f
2ef774f
%package docs
2ef774f
Summary: Documentation for PackageKit
2ef774f
Group: Development/Libraries
2ef774f
Requires: %{name} = %{version}-%{release}
2ef774f
2ef774f
%description docs
2ef774f
API docs for PackageKit.
2ef774f
2ef774f
%package udev-helper
a8b1d27
Summary: Tell PackageKit to install firmware that udev requires
a8b1d27
Group: System Environment/Base
a8b1d27
Requires: udev
a8b1d27
Requires: PackageKit
2ef774f
Obsoletes: udev-packagekit < %{version}-%{release}
a8b1d27
2ef774f
%description udev-helper
2ef774f
PackageKit-udev-helper tells PackageKit that firmware was not available and was
a8b1d27
needed. This allows PackageKit to do the right thing and prompt for
a8b1d27
the firmware to be installed.
a8b1d27
2ef774f
%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
2ef774f
Obsoletes: yum-packagekit < %{version}-%{release}
cad1c96
2ef774f
%description yum-plugin
2ef774f
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
2ef774f
%package glib
2ef774f
Summary: GLib libraries for accessing PackageKit
29d5167
Group: Development/Libraries
29d5167
Requires: dbus >= %{dbus_version}
601b46b
Requires: %{name} = %{version}-%{release}
2ef774f
Obsoletes: PackageKit-libs < %{version}-%{release}
2ef774f
Provides: PackageKit-libs = %{version}-%{release}
2ef774f
2ef774f
%description glib
2ef774f
GLib libraries for accessing PackageKit.
2ef774f
2ef774f
%package qt
2ef774f
Summary: QT libraries for accessing PackageKit
2ef774f
Group: Development/Libraries
2ef774f
Requires: %{name} = %{version}-%{release}
2ef774f
# 2 short-lived rawhide pkgs
2ef774f
Obsoletes: packagekit-qt < 0.3.1
2ef774f
Obsoletes: qpackagekit < 0.3.1-2
29d5167
2ef774f
%description qt
2ef774f
QT libraries for accessing PackageKit.
29d5167
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
2ef774f
%package glib-devel
2ef774f
Summary: GLib Libraries and headers for PackageKit
29d5167
Group: Development/Libraries
29d5167
Requires: %{name} = %{version}-%{release}
29d5167
Requires: dbus-devel >= %{dbus_version}
29d5167
Requires: pkgconfig
f2d1546
Requires: sqlite-devel
2ef774f
Requires: PackageKit-glib = %{version}-%{release}
2ef774f
Obsoletes: PackageKit-devel < %{version}-%{release}
2ef774f
Provides: PackageKit-devel = %{version}-%{release}
2ef774f
2ef774f
%description glib-devel
2ef774f
GLib headers and libraries for PackageKit.
2ef774f
2ef774f
%package qt-devel
2ef774f
Summary: QT Libraries and headers for PackageKit
2ef774f
Group: Development/Libraries
2ef774f
Requires: %{name}-qt = %{version}-%{release}
2ef774f
Requires: pkgconfig
2ef774f
# 2 short-lived rawhide pkgs
2ef774f
Obsoletes: packagekit-qt-devel < 0.3.1
2ef774f
Obsoletes: qpackagekit-devel < 0.3.1-2
2ef774f
2ef774f
%description qt-devel
2ef774f
QT headers and libraries for PackageKit.
2ef774f
2ef774f
%package backend-devel
2ef774f
Summary: Headers to compile out of tree PackageKit backends
2ef774f
Group: Development/Libraries
2ef774f
Requires: %{name} = %{version}-%{release}
2ef774f
2ef774f
%description backend-devel
2ef774f
Headers to compile out of tree PackageKit backends.
2ef774f
2ef774f
%package browser-plugin
2ef774f
Summary: Browser Plugin for PackageKit
2ef774f
Group: Development/Libraries
2ef774f
Requires: gtk2
2ef774f
Requires: PackageKit-glib = %{version}-%{release}
2ef774f
Requires: mozilla-filesystem
2ef774f
2ef774f
%description browser-plugin
2ef774f
The PackageKit browser plugin allows web sites to offer the ability to
2ef774f
users to install and update packages from configured repositories
2ef774f
using PackageKit.
2ef774f
2ef774f
%package gstreamer-plugin
2ef774f
Summary: Install GStreamer codecs using PackageKit
2ef774f
Group: Development/Libraries
2ef774f
Requires: gstreamer
2ef774f
Requires: PackageKit-glib = %{version}-%{release}
2ef774f
Obsoletes: codeina < 0.10.1-10
2ef774f
Provides: codeina = 0.10.1-10
29d5167
2ef774f
%description gstreamer-plugin
2ef774f
The PackageKit GStreamer plugin allows any Gstreamer application to install
2ef774f
codecs from configured repositories using PackageKit.
29d5167
29d5167
%prep
a8b1d27
%setup -q
2ef774f
%patch0 -p1
43f0e1c
%patch1 -p1
a14d27b
%patch2 -p1
99d8475
29d5167
%build
2ef774f
%configure --enable-yum --enable-smart --with-default-backend=yum --disable-local
9efa038
29d5167
make %{?_smp_mflags}
29d5167
29d5167
%install
29d5167
rm -rf $RPM_BUILD_ROOT
29d5167
make install DESTDIR=$RPM_BUILD_ROOT
29d5167
29d5167
rm -f $RPM_BUILD_ROOT%{_libdir}/libpackagekit*.a
29d5167
rm -f $RPM_BUILD_ROOT%{_libdir}/libpackagekit*.la
29d5167
rm -f $RPM_BUILD_ROOT%{_libdir}/packagekit-backend/*.la
29d5167
rm -f $RPM_BUILD_ROOT%{_libdir}/packagekit-backend/*.a
2ef774f
rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/packagekit-plugin.a
2ef774f
rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/packagekit-plugin.la
e813271
chmod 755 $RPM_BUILD_ROOT%{_libexecdir}/PackageKitDbusTest.py
2ef774f
touch $RPM_BUILD_ROOT%{_localstatedir}/cache/PackageKit/groups.sqlite
2ef774f
2ef774f
# create a link that GStreamer will recognise
2ef774f
pushd ${RPM_BUILD_ROOT}%{_libexecdir} > /dev/null
2ef774f
ln -s pk-gstreamer-install gst-install-plugins-helper
2ef774f
popd > /dev/null
2ef774f
2ef774f
# create a link that from the comps icons to PK, as PackageKit frontends
2ef774f
# cannot add /usr/share/pixmaps/comps to the icon search path as some distros
2ef774f
# do not use comps. Patching this in the frontend is not a good idea, as there
2ef774f
# are multiple frontends in multiple programming languages.
2ef774f
pushd ${RPM_BUILD_ROOT}%{_datadir}/PackageKit > /dev/null
2ef774f
ln -s ../pixmaps/comps icons
2ef774f
popd > /dev/null
e813271
a8b1d27
%find_lang %name
a8b1d27
29d5167
%clean
29d5167
rm -rf $RPM_BUILD_ROOT
29d5167
a8b1d27
%post
df7242d
update-mime-database %{_datadir}/mime &> /dev/null || :
a8b1d27
2ef774f
# the job count used to live in /var/run, but it's now in /var/lib with the
2ef774f
# other persistent bits
2ef774f
if [ -e %{_localstatedir}/run/PackageKit/job_count.dat ]; then
2ef774f
	mv %{_localstatedir}/run/PackageKit/job_count.dat %{_localstatedir}/lib/PackageKit/job_count.dat
2ef774f
fi
2ef774f
a8b1d27
%postun
df7242d
update-mime-database %{_datadir}/mime &> /dev/null || :
a8b1d27
2ef774f
%post glib -p /sbin/ldconfig
2ef774f
%post qt -p /sbin/ldconfig
29d5167
2ef774f
%postun glib -p /sbin/ldconfig
2ef774f
%postun qt -p /sbin/ldconfig
29d5167
a8b1d27
%files -f %{name}.lang
29d5167
%defattr(-,root,root,-)
2ef774f
%doc README AUTHORS NEWS COPYING
29d5167
%dir %{_datadir}/PackageKit
29d5167
%dir %{_datadir}/PackageKit/helpers
29d5167
%dir %{_sysconfdir}/PackageKit
f2d1546
%dir %{_localstatedir}/lib/PackageKit
9efa038
%dir %{python_sitelib}/packagekit
2ef774f
%dir %{_localstatedir}/cache/PackageKit
2ef774f
%ghost %verify(not md5 size mtime) %{_localstatedir}/cache/PackageKit/groups.sqlite
2ef774f
%dir %{_localstatedir}/cache/PackageKit/downloads
795ac70
%{python_sitelib}/packagekit/*py*
b82b5e4
%dir %{_sysconfdir}/bash_completion.d
2ef774f
%dir %{_libdir}/packagekit-backend
9efa038
%config %{_sysconfdir}/bash_completion.d/pk-completion.bash
2ef774f
%config(noreplace) %{_sysconfdir}/PackageKit/*.conf
795ac70
%config %{_sysconfdir}/dbus-1/system.d/*
2ef774f
%dir %{_datadir}/PackageKit/helpers/test_spawn
2ef774f
%dir %{_datadir}/PackageKit/icons
2ef774f
%{_datadir}/PackageKit/helpers/test_spawn/*
29d5167
%{_datadir}/man/man1/*.1.gz
29d5167
%{_datadir}/PolicyKit/policy/*.policy
2ef774f
%{_datadir}/mime/packages/packagekit-*.xml
2ef774f
%{_datadir}/PackageKit/pk-upgrade-distro.sh
29d5167
%{_sbindir}/packagekitd
29d5167
%{_bindir}/pkmon
29d5167
%{_bindir}/pkcon
2ef774f
%{_bindir}/pkgenpack
f2d1546
%{_bindir}/packagekit-bugreport.sh
e813271
%exclude %{_libdir}/libpackagekit*.so.*
2ef774f
%{_libdir}/packagekit-backend/libpk_backend_dummy.so
2ef774f
%{_libdir}/packagekit-backend/libpk_backend_test_*.so
f68e333
%ghost %verify(not md5 size mtime) %{_localstatedir}/lib/PackageKit/transactions.db
2ef774f
%ghost %verify(not md5 size mtime) %{_localstatedir}/lib/PackageKit/job_count.dat
29d5167
%{_datadir}/dbus-1/system-services/*.service
9efa038
%{_libdir}/pm-utils/sleep.d/95packagekit
795ac70
%{_libexecdir}/*py*
601b46b
2ef774f
%files docs
2ef774f
%defattr(-,root,root,-)
2ef774f
%doc README AUTHORS NEWS COPYING
2ef774f
%{_datadir}/gtk-doc/html/PackageKit
2ef774f
2ef774f
%files smart
2ef774f
%defattr(-,root,root,-)
2ef774f
%doc README AUTHORS NEWS COPYING
2ef774f
%{_libdir}/packagekit-backend/libpk_backend_smart.so
2ef774f
%dir %{_datadir}/PackageKit/helpers/smart
2ef774f
%{_datadir}/PackageKit/helpers/smart/*
2ef774f
2ef774f
%files yum
2ef774f
%defattr(-,root,root,-)
2ef774f
%doc README AUTHORS NEWS COPYING
2ef774f
%{_libdir}/packagekit-backend/libpk_backend_yum.so
2ef774f
%dir %{_datadir}/PackageKit/helpers/yum
2ef774f
%{_datadir}/PackageKit/helpers/yum/*
2ef774f
2ef774f
%files yum-plugin
cad1c96
%defattr(-, root, root)
2ef774f
%doc README AUTHORS NEWS COPYING
cad1c96
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/refresh-packagekit.conf
d88a91e
/usr/lib/yum-plugins/refresh-packagekit.*
cad1c96
2ef774f
%files udev-helper
a8b1d27
%defattr(-, root, root)
2ef774f
%doc README AUTHORS NEWS COPYING
a8b1d27
%{_sysconfdir}/udev/rules.d/*.rules
a8b1d27
/lib/udev/*.sh
a8b1d27
2ef774f
%files glib
29d5167
%defattr(-,root,root,-)
2ef774f
%doc README AUTHORS NEWS COPYING
2ef774f
%{_libdir}/*packagekit-glib*.so.*
2ef774f
2ef774f
%files qt
2ef774f
%defattr(-,root,root,-)
2ef774f
%doc README AUTHORS NEWS COPYING
2ef774f
%{_libdir}/*packagekit-qt*.so.*
29d5167
e813271
%files cron
e813271
%defattr(-,root,root,-)
2ef774f
%doc README AUTHORS NEWS COPYING
e813271
%config %{_sysconfdir}/cron.daily/packagekit-background.cron
2ef774f
%config(noreplace) %{_sysconfdir}/sysconfig/packagekit-background
e813271
2ef774f
%files browser-plugin
29d5167
%defattr(-,root,root,-)
2ef774f
%doc README AUTHORS NEWS COPYING
2ef774f
%{_libdir}/mozilla/plugins/packagekit-plugin.so
29d5167
2ef774f
%files gstreamer-plugin
2ef774f
%defattr(-,root,root,-)
2ef774f
%doc README AUTHORS NEWS COPYING
2ef774f
%{_libexecdir}/pk-gstreamer-install
2ef774f
%{_libexecdir}/gst-install-plugins-helper
2ef774f
2ef774f
%files glib-devel
2ef774f
%defattr(-,root,root,-)
2ef774f
%doc README AUTHORS NEWS COPYING
2ef774f
%{_libdir}/libpackagekit-glib*.so
2ef774f
%{_libdir}/pkgconfig/packagekit-glib.pc
2ef774f
%dir %{_includedir}/PackageKit
2ef774f
%dir %{_includedir}/PackageKit/packagekit-glib
2ef774f
%{_includedir}/PackageKit/packagekit-glib/*.h
2ef774f
2ef774f
%files qt-devel
2ef774f
%defattr(-,root,root,-)
2ef774f
%doc README AUTHORS NEWS COPYING
2ef774f
%{_libdir}/libpackagekit-qt*.so
2ef774f
%{_libdir}/pkgconfig/packagekit-qt.pc
2ef774f
%dir %{_includedir}/PackageKit
2ef774f
%dir %{_includedir}/PackageKit/packagekit-qt
2ef774f
%{_includedir}/PackageKit/packagekit-qt/QPackageKit
2ef774f
%{_includedir}/PackageKit/packagekit-qt/*.h
2ef774f
%{_datadir}/cmake/Modules/FindQPackageKit.cmake
2ef774f
2ef774f
%files backend-devel
2ef774f
%defattr(-,root,root,-)
2ef774f
%doc README AUTHORS NEWS COPYING
2ef774f
%dir %{_includedir}/PackageKit
2ef774f
%dir %{_includedir}/PackageKit/backend
2ef774f
%{_includedir}/PackageKit/backend/*.h
29d5167
29d5167
%changelog
a14d27b
* Sun Dec 07 2008 Colin Walters  <walters@verbum.org> - 0.3.10-3
a14d27b
- Add patch from F-10 stream for dbus
a14d27b
  https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=475068
a14d27b
43f0e1c
* Sun Nov 16 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.10-2
43f0e1c
- Don't check TID empty state in an action callback
43f0e1c
- Fixes removing packages using packagekit-glib.
43f0e1c
2ef774f
* Tue Nov 11 2008 Richard Hughes  <rhughes@redhat.com> - 0.3.10-1
2ef774f
- Backport new upstream version from F10.
2ef774f
- Drop all upstreamed patches
2ef774f
e5fb5c9
* Sat Sep 06 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.5-1
e5fb5c9
- New upstream version, only bugfixes.
e5fb5c9
c605e5a
* Sat Sep 06 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.4-8
c605e5a
- Backport a patch from stable so we include install-signature.py
c605e5a
  I really can't work out how this was dropped from 0.1.x to 0.2.x
c605e5a
68d77aa
* Wed Aug 27 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.4-7
68d77aa
- Fix resolving 64 bit packages on multiarch machines.
68d77aa
- Fixes rh#447957
68d77aa
f01d064
* Wed Aug 27 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.4-6
f01d064
- Dont crash 64 bit client tools when the daemon exits.
f01d064
- Fixes rh#458215
f01d064
b15d72b
* Fri Aug 15 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.4-5
b15d72b
- Don't blacklist apostrophe characters. Fixes rh#459155
b15d72b
f85ade9
* Wed Aug 06 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.4-4
f85ade9
- Fix up the yum backend as public_key.fingerprint() was changed.
3969e89
- Fix detection of local files due to a silly typo.
3969e89
- Fix pkcon what-provides '*' taking a long, long time.
f85ade9
- Fixes fd#16965.
f85ade9
1d714dd
* Wed Aug 06 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.4-3
1d714dd
- Check for a zero destination in the unix network fallback code.
1d714dd
- Fixes rh#445158.
1d714dd
08fa1ce
* Mon Aug 04 2008 Robin Norwood <rnorwood@redhat.com> - 0.2.4-2
08fa1ce
- Fix Source0 URL.
08fa1ce
9853504
* Tue Jul 31 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.4-1
9853504
- New upstream version, only bugfixes.
9853504
b82b5e4
* Tue Jul 15 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.3-6
b82b5e4
- Own the /etc/bash_completion.d directory as we don't depend on the
b82b5e4
  bash-completion package. Fixes rh#450964.
b82b5e4
6618a49
* Tue Jul 15 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.3-5
6618a49
- Add intltool to the BR.
6618a49
df7242d
* Fri Jul 11 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.3-4
df7242d
- Silence the output of update-mime-database to fix rh#454782
df7242d
1367f16
* Tue Jul 08 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.3-3
1367f16
- Bump the soname so the upgrade of PackageKit-libs from 0.1.12 works --
1367f16
  I really should have done this upstream when we broke ABI.
1367f16
7581bf0
* Fri Jul 04 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.3-2
7581bf0
- Fix the .. release string.
7581bf0
a8b1d27
* Fri Jul 04 2008 Richard Hughes  <rhughes@redhat.com> - 0.2.3-1
a8b1d27
- New upstream stable version (API break from 0.1.12).
a8b1d27
 * Multiple actions in one transaction
a8b1d27
- Fixes many bugs with the 0.1.x codebase.
a8b1d27
c424e38
* Thu May 22 2008 Richard Hughes  <rhughes@redhat.com> - 0.1.12-13.20080522
c424e38
- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.
c424e38
- Convert ';' characters in the update description to ',' to prevent crashing
c424e38
  gpk-update-viewer. Fixes rh#447347
c424e38
- Report to the user when the comps groups are invalid. Should fix rh#447162
c424e38
cc12321
* Tue May 20 2008 Richard Hughes  <rhughes@redhat.com> - 0.1.12-12.20080520
cc12321
- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.
cc12321
- Fixes rh#446331.
cc12321
023ffa7
* Tue May 06 2008 Richard Hughes  <rhughes@redhat.com> - 0.1.12-11.20080506
023ffa7
- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.
023ffa7
- Fixes rh#445158.
023ffa7
bb0395c
* Mon May 05 2008 Richard Hughes  <rhughes@redhat.com> - 0.1.12-10.20080505
bb0395c
- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.
bb0395c
- Fixes rh#445086, which should be a release blocker IMO.
bb0395c
9a9cbc6
* Thu May 02 2008 Richard Hughes  <rhughes@redhat.com> - 0.1.12-9.20080502
9a9cbc6
- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.
9a9cbc6
- Fixes rh#444612, which is a release blocker.
9a9cbc6
3570fc8
* Thu Apr 30 2008 Richard Hughes  <rhughes@redhat.com> - 0.1.12-8.20080425
3570fc8
- Bodge in some of the GPG import code from master in an attempt to be able to
3570fc8
  install signatures for F9.
3570fc8
- Fixes rh#443445, which is a release blocker.
3570fc8
9942335
* Thu Apr 25 2008 Richard Hughes  <rhughes@redhat.com> - 0.1.12-7.20080425
9942335
- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.
9942335
- Fixes rh#443972.
9942335
0f956cf
* Thu Apr 24 2008 Richard Hughes  <rhughes@redhat.com> - 0.1.12-6.20080424
0f956cf
- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.
0f956cf
- Fixes rh#443913.
0f956cf
9966182
* Wed Apr 23 2008 Richard Hughes  <rhughes@redhat.com> - 0.1.12-5.20080423
9966182
- Pull in the new snapshot from the stable PACKAGEKIT_0_1_X branch.
9966182
- Fixes rh#443342, rh#443341, rh#443235, rh#443235 and rh#442166.
9966182
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.
dce9243
- Fixes rh#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.
33b81fd
- Fixes rh#442286, rh#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)