rpms/yum/devel .cvsignore,1.57,1.58 yum.spec,1.168,1.169

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Wed Aug 22 21:32:14 UTC 2007


Author: skvidal

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

Modified Files:
	.cvsignore yum.spec 
Log Message:
update spec for 3.2.3




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/yum/devel/.cvsignore,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- .cvsignore	20 Jul 2007 19:24:21 -0000	1.57
+++ .cvsignore	22 Aug 2007 21:31:42 -0000	1.58
@@ -1 +1 @@
-yum-3.2.2.tar.gz
+yum-3.2.3.tar.gz


Index: yum.spec
===================================================================
RCS file: /cvs/extras/rpms/yum/devel/yum.spec,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- yum.spec	16 Aug 2007 03:56:07 -0000	1.168
+++ yum.spec	22 Aug 2007 21:31:42 -0000	1.169
@@ -2,16 +2,14 @@
 
 Summary: RPM installer/updater
 Name: yum
-Version: 3.2.2
-Release: 3%{?dist}
+Version: 3.2.3
+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: yum-ctrl-c.patch
-Patch2: yum-exception.patch
 
 URL: http://linux.duke.edu/yum/
 BuildArch: noarch
@@ -47,8 +45,6 @@
 %prep
 %setup -q
 %patch0 -p0 -b .installonly
-%patch1 -p1 -b .ctrl-c
-%patch2 -p1 -b .exception
 
 %build
 make
@@ -86,6 +82,7 @@
 %{python_sitelib}/yum
 %{python_sitelib}/rpmUtils
 %dir /var/cache/yum
+%dir /var/lib/yum
 %{_mandir}/man*/yum.*
 %{_mandir}/man*/yum-shell*
 # plugin stuff
@@ -93,6 +90,10 @@
 %dir /usr/lib/yum-plugins
 
 %changelog
+* Wed Aug 22 2007 Seth Vidal <skvidal at fedoraproject.org> 3.2.3-1
+- yum 3.2.3
+- add /var/lib/yum for persistent dir
+
 * Wed Jul 25 2007 Seth Vidal <skvidal at fedoraproject.org> 3.2.2-3
 - include panu's rpm-signal-catch patch from yum head.
 - include exception fix, too.




More information about the fedora-extras-commits mailing list