From 86f1ef2c44ed649c68dbaa19a0836600f5f4b4f7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 8 Oct 2012 08:11:29 -0500 Subject: [PATCH] yum: Requires: yum >= 3.5.3-45 --- PackageKit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/PackageKit.spec b/PackageKit.spec index d47b397..cc77547 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -3,7 +3,7 @@ Summary: Package management service Name: PackageKit Version: 0.8.4 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.packagekit.org Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz @@ -85,7 +85,7 @@ cross-architecture API. %package yum Summary: PackageKit YUM backend Group: System Environment/Libraries -Requires: yum >= 3.4.3-35 +Requires: yum >= 3.4.3-45 # python(gio) Requires: pygobject2 Requires: %{name}%{?_isa} = %{version}-%{release} @@ -478,6 +478,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_libdir}/pkgconfig/packagekit-plugin.pc %changelog +* Mon Oct 08 2012 Rex Dieter 0.8.4-4 +- -yum: Requires: yum >= 3.5.3-45 + * Thu Oct 04 2012 Richard Hughes - 0.8.4-3 - Backport some more patches from upstream: - Never show the DBUS remote error to the user