From 990cf51abdd8fc56bbaa59c8a8afc8eb48c5b77b Mon Sep 17 00:00:00 2001 From: James Antill Date: Oct 28 2008 04:07:06 +0000 Subject: - Fix listTransaction for skipped packages. --- diff --git a/yum.spec b/yum.spec index 4d473ca..b098d50 100644 --- a/yum.spec +++ b/yum.spec @@ -3,7 +3,7 @@ Summary: RPM installer/updater Name: yum Version: 3.2.20 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: System Environment/Base Source0: http://yum.baseurl.org/download/3.2/%{name}-%{version}.tar.gz @@ -14,6 +14,9 @@ Patch1: yum-mirror-priority.patch Patch2: yum-manpage-files.patch Patch3: yum-multilib-policy-best.patch +# Patches from 3.2.X HEAD +Patch101: yum-3.2.20-listTrans-skip-broken.patch + URL: http://yum.baseurl.org/ BuildArch: noarch BuildRequires: python @@ -56,6 +59,8 @@ can notify you when they are available via email, syslog or dbus. %patch2 -p0 %patch3 -p0 +%patch101 -p0 + %build make @@ -103,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT %dir /usr/lib/yum-plugins %changelog +* Mon Oct 27 2008 James Antill - 3.2.20-2 +- Fix listTransaction for skipped packages. + * Mon Oct 27 2008 Seth Vidal - 3.2.20-1 - 3.2.20