rpms/yum/devel yum.spec,1.188,1.189

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Wed Dec 5 20:00:49 UTC 2007


Author: skvidal

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

Modified Files:
	yum.spec 
Log Message:
patch to make livecd-creator continue working - from upstream




Index: yum.spec
===================================================================
RCS file: /cvs/extras/rpms/yum/devel/yum.spec,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- yum.spec	3 Dec 2007 18:10:34 -0000	1.188
+++ yum.spec	5 Dec 2007 20:00:14 -0000	1.189
@@ -3,13 +3,14 @@
 Summary: RPM installer/updater
 Name: yum
 Version: 3.2.8
-Release: 1%{?dist}
+Release: 2%{?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-3.2.8-livecd-work.patch
 
 URL: http://linux.duke.edu/yum/
 BuildArch: noarch
@@ -46,6 +47,7 @@
 %prep
 %setup -q
 %patch0 -p0 -b .installonly
+%patch1 -p0 -b .livecd
 
 %build
 make
@@ -91,6 +93,10 @@
 %dir /usr/lib/yum-plugins
 
 %changelog
+* Wed Dec  5 2007 Seth Vidal <skvidal at fedoraproject.org> - 3.2.8-2
+- keep livecd working - patch from upstream until 3.2.9 comes out
+
+
 * Mon Dec  3 2007 Seth Vidal <skvidal at fedoraproject.org> - 3.2.8-1
 - 3.2.8
 




More information about the fedora-extras-commits mailing list