[yum-cvs] yum/__init__.py yum.spec
Seth Vidal
skvidal at linux.duke.edu
Tue Aug 28 22:31:14 UTC 2007
yum.spec | 7 ++++++-
yum/__init__.py | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
New commits:
commit 2c173bf4bbded331fe578b64c725ec4f42681439
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Tue Aug 28 18:28:40 2007 -0400
mark as 3.2.4
diff --git a/yum.spec b/yum.spec
index 00eb965..e95f888 100644
--- a/yum.spec
+++ b/yum.spec
@@ -1,6 +1,6 @@
Summary: RPM installer/updater
Name: yum
-Version: 3.2.3
+Version: 3.2.4
Release: 1
License: GPL
Group: System Environment/Base
@@ -15,6 +15,7 @@ Requires: rpm-python, rpm >= 0:4.4.2
Requires: python-sqlite
Requires: urlgrabber
Requires: yum-metadata-parser >= 1.1.0
+Requires: python-iniparse
Prereq: /sbin/chkconfig, /sbin/service, coreutils
@@ -91,6 +92,10 @@ exit 0
%{_mandir}/man*/yum-updatesd*
%changelog
+* Tue Aug 28 2007 Seth Vidal <skvidal at fedoraproject.org>
+- 3.2.4
+- add python-iniparse - it's a dep here but yum will run w/o it
+
* Fri Jul 20 2007 Seth Vidal <skvidal at fedoraproject.org>
- 3.2.2
diff --git a/yum/__init__.py b/yum/__init__.py
index f8d1c8a..565d6c1 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -57,7 +57,7 @@ from packages import parsePackages, YumAvailablePackage, YumLocalPackage, YumIns
from constants import *
from yum.rpmtrans import RPMTransaction,SimpleCliCallBack
-__version__ = '3.2.3'
+__version__ = '3.2.4'
class YumBase(depsolve.Depsolve):
"""This is a primary structure and base class. It houses the objects and
More information about the Yum-cvs-commits
mailing list