diff --git a/yum.spec b/yum.spec index 9edcd52..605ac94 100644 --- a/yum.spec +++ b/yum.spec @@ -3,7 +3,7 @@ Summary: RPM installer/updater Name: yum Version: 3.2.25 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ Group: System Environment/Base Source0: http://yum.baseurl.org/download/3.2/%{name}-%{version}.tar.gz @@ -112,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT %dir /usr/lib/yum-plugins %changelog +* Thu Dec 10 2009 James Antill - 3.2.25-5 +- Fixes the mash bug, lookup in the tsInfo too. :( + * Fri Dec 4 2009 James Antill - 3.2.25-4 - Fixes for yum clean all, BZ 544173 - Also allow "yum clean rpmdb" to work, bad tester, bad.