- Update to a newer git snapshot from the 0.5.x series.

- Fixes NetworkManager build time configure check.
- Don't backtrace if we need to do yum-complete-transaction.
This commit is contained in:
Richard Hughes 2009-09-03 17:41:16 +00:00
parent 41e633b81f
commit bad8a372d6
3 changed files with 10 additions and 6 deletions

View File

@ -1 +1 @@
PackageKit-0.5.2-20090902.tar.gz
PackageKit-0.5.2-20090903.tar.gz

View File

@ -3,7 +3,7 @@
%define dbus_glib_version 0.74
%define polkit_version 0.92
%define libnm_glib_version 0.6.4
%define alphatag 20090902
%define alphatag 20090903
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
@ -25,8 +25,6 @@ Patch0: PackageKit-0.3.8-Fedora-Vendor.conf.patch
# Fedora specific: the yum backend doesn't do time estimation correctly
Patch1: PackageKit-0.4.4-Fedora-turn-off-time.conf.patch
Patch2: plugin-ui.patch
Requires: dbus >= %{dbus_version}
Requires: dbus-glib >= %{dbus_glib_version}
Requires: PackageKit-glib = %{version}-%{release}
@ -35,7 +33,9 @@ Requires: PackageKit-yum-plugin = %{version}-%{release}
Requires: PackageKit-yum = %{version}-%{release}
Requires: shared-mime-info
Requires: comps-extras
%if 0%{?rhel} != 0
Requires: preupgrade
%endif
BuildRequires: polkit >= %{polkit_version}
BuildRequires: glib2-devel >= %{glib2_version}
@ -242,7 +242,6 @@ user to restart the computer or remove and re-insert the device.
#%setup -q
%patch0 -p1 -b .fedora
%patch1 -p1 -b .no-time
%patch2 -p1 -b .plugin-ui
%build
%configure --disable-static --enable-yum --enable-smart --with-default-backend=yum --disable-local --disable-ruck --disable-strict
@ -440,6 +439,11 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%{_includedir}/PackageKit/backend/*.h
%changelog
* Thu Sep 03 2009 Richard Hughes <rhughes@redhat.com> - 0.5.2-0.1.20090903git
- Update to a newer git snapshot from the 0.5.x series.
- Fixes NetworkManager build time configure check.
- Don't backtrace if we need to do yum-complete-transaction.
* Thu Sep 3 2009 Matthias Clasen <mclasen@redhat.com> - 0.5.2-0.2.20090902git
- Rename -debuginfo-install to debug-install (#520965)

View File

@ -1 +1 @@
a867faa27eb766138038fbecb61edc0f PackageKit-0.5.2-20090902.tar.gz
1971b0360127c0d1ed32af3fc197ac82 PackageKit-0.5.2-20090903.tar.gz