From 56fad2d45394d36a954e182d4f7346ccf3a44771 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: May 23 2005 18:20:28 +0000 Subject: - fix traceback on out of disk space error --- diff --git a/yum.spec b/yum.spec index 23d8649..fe3724c 100644 --- a/yum.spec +++ b/yum.spec @@ -1,7 +1,7 @@ Summary: RPM installer/updater Name: yum Version: 2.3.2 -Release: 3 +Release: 4 License: GPL Group: System Environment/Base Source0: http://linux.duke.edu/projects/yum/download/2.3/yum-%{version}.tar.gz @@ -74,6 +74,9 @@ exit 0 %{_mandir}/man*/* %changelog +* Mon May 23 2005 Jeremy Katz - 2.3.2-4 +- fix traceback on out of disk space error + * Fri May 20 2005 Jeremy Katz - 2.3.2-3 - add fixes from Seth for the shell to run depsolve and to clean up output somewhat (#158267)