rpms/livecd-tools/EL-5 livecd-tools.spec,1.14,1.15

Rahul Sundaram (sundaram) fedora-extras-commits at redhat.com
Tue Jan 29 07:14:30 UTC 2008


Author: sundaram

Update of /cvs/pkgs/rpms/livecd-tools/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11530

Modified Files:
	livecd-tools.spec 
Log Message:
checkisomd5sum location has changed between RHEL 5 and Fedora 8. Adding a patch for livecd-iso-to-disk script



Index: livecd-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/livecd-tools/EL-5/livecd-tools.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- livecd-tools.spec	28 Jan 2008 23:37:38 -0000	1.14
+++ livecd-tools.spec	29 Jan 2008 07:13:55 -0000	1.15
@@ -1,5 +1,6 @@
 %define debug_package %{nil}
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+
 Summary: Tools for building live CD's
 Name: livecd-tools
 Version: 013 
@@ -10,7 +11,8 @@
 Source0: %{name}-%{version}.tar.bz2
 #Source0: livecd.tar.bz2
 Patch0: imgcreate-old-pykickstart.patch
-Patch1: imgcreate-try-finally.patch      
+Patch1: imgcreate-try-finally.patch
+Patch2: livecd-iso-to-disk-path.patch      
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: util-linux
 Requires: coreutils
@@ -40,6 +42,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 make
@@ -66,9 +69,9 @@
 %changelog
 
 * Tue Jan 29 2008 Rahul Sundaram <sundaram at fedoraproject.org> - 013-4
-- Use python sitelib macro properly
+  Patch livecd-iso-to-disk for checkisomd5 location
 * Tue Jan 29 2008 Rahul Sundaram <sundaram at fedoraproject.org> - 013-3
-- Fix build on x86_64
+  Fix build on x86_64
 * Mon Jan 28 2008 Rahul Sundaram <sundaram at fedoraproject.org> - 013-2
 - Initial build for EPEL
 * Mon Oct 29 2007 Jeremy Katz <katzj at redhat.com> - 013-1




More information about the fedora-extras-commits mailing list