From 07e599308dfeae7bdb352b8e033e1fb608475bb6 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Dec 15 2006 14:43:20 +0000 Subject: - fix yum provides (#219716) --- diff --git a/yum.spec b/yum.spec index 65c648b..8146059 100644 --- a/yum.spec +++ b/yum.spec @@ -3,7 +3,7 @@ Summary: RPM installer/updater Name: yum Version: 3.0.1 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: System Environment/Base Source0: http://linux.duke.edu/projects/yum/download/3.0/yum-%{version}.tar.gz @@ -119,6 +119,9 @@ exit 0 %changelog +* Fri Dec 15 2006 Jeremy Katz - 3.0.1-6 +- fix yum provides (#219716) + * Tue Dec 12 2006 Jeremy Katz - 3.0.1-5 - further python 2.5 fix (Deji Akingunola, #219244) - fix silent failures (#219030)