diff --git a/yum.spec b/yum.spec index 186410f..65c648b 100644 --- a/yum.spec +++ b/yum.spec @@ -3,7 +3,7 @@ Summary: RPM installer/updater Name: yum Version: 3.0.1 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: System Environment/Base Source0: http://linux.duke.edu/projects/yum/download/3.0/yum-%{version}.tar.gz @@ -119,6 +119,10 @@ exit 0 %changelog +* Tue Dec 12 2006 Jeremy Katz - 3.0.1-5 +- further python 2.5 fix (Deji Akingunola, #219244) +- fix silent failures (#219030) + * Mon Dec 11 2006 Jeremy Katz - 3.0.1-4 - fix typo in python2.5 patch (#219029)