rpms/yum/devel yum.spec,1.172,1.173

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Tue Aug 28 22:47:02 UTC 2007


Author: skvidal

Update of /cvs/extras/rpms/yum/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20650

Modified Files:
	yum.spec 
Log Message:
3.2.4




Index: yum.spec
===================================================================
RCS file: /cvs/extras/rpms/yum/devel/yum.spec,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- yum.spec	28 Aug 2007 13:45:32 -0000	1.172
+++ yum.spec	28 Aug 2007 22:46:30 -0000	1.173
@@ -2,16 +2,14 @@
 
 Summary: RPM installer/updater
 Name: yum
-Version: 3.2.3
-Release: 3%{?dist}
+Version: 3.2.4
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://linux.duke.edu/projects/yum/download/3.2/%{name}-%{version}.tar.gz
 Source1: yum.conf.fedora
 Source2: yum-updatesd.conf.fedora
 Patch0: installonlyn-enable.patch
-Patch1: cli-ouput-fix.patch
-Patch2: depsolve-fixes.patch
 
 URL: http://linux.duke.edu/yum/
 BuildArch: noarch
@@ -19,6 +17,7 @@
 BuildRequires: gettext
 Conflicts: pirut < 1.1.4
 Requires: python >= 2.4, rpm-python, rpm >= 0:4.4.2
+Requires: python-iniparse
 Requires: python-sqlite
 Requires: urlgrabber
 Requires: yum-metadata-parser >= 1.1.0
@@ -47,8 +46,6 @@
 %prep
 %setup -q
 %patch0 -p0 -b .installonly
-%patch1 -p1 -b .cli-output
-%patch2 -p1 -b .deps
 
 %build
 make
@@ -94,6 +91,12 @@
 %dir /usr/lib/yum-plugins
 
 %changelog
+* Tue Aug 28 2007 Seth Vidal <skvidal at fedoraproject.org> 3.2.4-1
+-  3.2.4 release
+- add python-iniparse dep
+- remove 3.2.3-3 patches since they're include in 3.2.4
+
+
 * Tue Aug 28 2007 Jeremy Katz <katzj at redhat.com> - 3.2.3-3
 - fix some depsolving cases
 




More information about the fedora-extras-commits mailing list