diff --git a/PackageKit.spec b/PackageKit.spec index ee83102..eb5ba05 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -8,7 +8,7 @@ Summary: System daemon that is a DBUS abstraction layer for package management Name: PackageKit Version: 0.3.8 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://packagekit.freedesktop.org @@ -18,6 +18,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # upstream: 85afc2b5cc7e68c8184ae4ca7df4e1d7ed1d5258 Patch0: pk-fix-pkcon-resolve.patch +# upstream: 14aad0ff9d049e1843e263993cd00a24812abd97 +Patch1: pk-use-servicepack-type.patch + Requires: dbus >= %{dbus_version} Requires: dbus-glib >= %{dbus_glib_version} Requires: PackageKit-glib = %{version}-%{release} @@ -198,7 +201,8 @@ codecs from configured repositories using PackageKit. %prep %setup -q -#%patch0 -p1 +%patch0 -p1 +%patch1 -p1 %build %configure --enable-yum --enable-smart --with-default-backend=yum --disable-local @@ -371,6 +375,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_includedir}/PackageKit/backend/*.h %changelog +* Fri Oct 24 2008 Richard Hughes - 0.3.8-4 +- Add a patch from upstream to change the servicepack metadata format to be + forwards compatible so we don't let the user create invalid packs. + * Thu Oct 23 2008 Richard Hughes - 0.3.8-3 - Add a patch from upstream to pkcon install foo