From 8f6bd85d59b4773243b46d9a532eaa8cf1566f85 Mon Sep 17 00:00:00 2001 From: Florian La Roche Date: Mar 14 2005 09:16:43 +0000 Subject: - fix requires --- diff --git a/yum.spec b/yum.spec index 7c9950c..b1d164c 100644 --- a/yum.spec +++ b/yum.spec @@ -3,7 +3,7 @@ Summary: RPM installer/updater Name: yum Version: 2.3.1 -Release: 1 +Release: 2 License: GPL Group: System Environment/Base Source0: http://linux.duke.edu/projects/yum/download/2.3/yum-%{version}.tar.gz @@ -15,7 +15,7 @@ BuildRequires: python BuildRequires: gettext Obsoletes: yum-phoebe Requires: python, rpm-python, rpm >= 0:4.1.1, libxml2-python -Requires: python-sqlite3 +Requires: python-sqlite Requires: urlgrabber Prereq: /sbin/chkconfig, /sbin/service, coreutils BuildRoot: %{_tmppath}/%{name}-root @@ -72,6 +72,9 @@ exit 0 %{_mandir}/man*/* %changelog +* Mon Mar 14 2005 Florian La Roche +- python-sqlite3 -> python-sqlite + * Mon Mar 7 2005 Jeremy Katz - 2.3.1-1 - update to 2.3.1 - urlgrabber is split out into its own package now