rpms/yum/devel yum.spec,1.51,1.52

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Oct 6 21:28:22 UTC 2005


Author: pnasrat

Update of /cvs/dist/rpms/yum/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6755

Modified Files:
	yum.spec 
Log Message:
Changes for yum-anaconda integration


Index: yum.spec
===================================================================
RCS file: /cvs/dist/rpms/yum/devel/yum.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- yum.spec	4 Oct 2005 14:49:07 -0000	1.51
+++ yum.spec	6 Oct 2005 21:28:16 -0000	1.52
@@ -3,7 +3,7 @@
 Summary: RPM installer/updater
 Name: yum
 Version: 2.4.0
-Release: 5
+Release: 6
 License: GPL
 Group: System Environment/Base
 Source0: http://linux.duke.edu/projects/yum/download/2.4/yum-%{version}.tar.gz
@@ -12,6 +12,8 @@
 Patch1: yum-2.4-tsinfo-remove.patch
 Patch2: yum-2.4-sqlite-by-name.patch
 Patch3: yum-2.4-returnbyname-list.patch
+Patch4: yum-2.4-tsconsts.patch
+Patch5: yum-2.4.0-anaconda-flag.patch
 URL: http://linux.duke.edu/yum/
 BuildArchitectures: noarch
 BuildRequires: python
@@ -37,6 +39,8 @@
 %patch1 -p0 -b .remove
 %patch2 -p0 -b .sqlbyname
 %patch3 -p0 -b .lists
+%patch4 -p1 -b .tsconsts
+%patch5 -p1 -b .anaconda
 
 %build
 make
@@ -89,6 +93,10 @@
 %dir /usr/lib/yum-plugins
 
 %changelog
+* Thu Oct 06 2005 Paul Nasrat <pnasrat at redhat.com> - 2.4.0-6
+- Backport transaction constants
+- Allow setting anaconda flag
+
 * Tue Oct  4 2005 Jeremy Katz <katzj at redhat.com>
 - add dirs for plugins
 




More information about the fedora-cvs-commits mailing list