[livecd-tools/f14/master] Change extlinux requires so that both old and new syslinux will work.

Bruno Wolff III bruno at fedoraproject.org
Fri Sep 17 04:56:46 UTC 2010


commit 68d77211b01dade9252b01caa4fd4a0df36c6020
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Thu Sep 16 23:51:03 2010 -0500

    Change extlinux requires so that both old and new syslinux will work.

 livecd-tools.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/livecd-tools.spec b/livecd-tools.spec
index d5eb010..ce5764c 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -5,7 +5,7 @@
 Summary: Tools for building live CDs
 Name: livecd-tools
 Version: 034
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPLv2
 Group: System Environment/Base
 URL: http://git.fedorahosted.org/git/livecd
@@ -28,7 +28,7 @@ Requires: parted
 Requires: pyparted
 %ifarch %{ix86} x86_64
 Requires: syslinux
-Requires: syslinux-extlinux
+Requires: /sbin/extlinux
 %endif
 %ifarch ppc
 Requires: yaboot
@@ -101,6 +101,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Thu Sep 16 2010 Bruno Wolff III <bruno at wolff.to> - 034-9
+- Change requires to /sbin/extlinux since that will work with old and new
+  versions of syslinux.
+
 * Thu Sep 16 2010 Bruno Wolff III <bruno at wolff.to> - 034-8
 - extlinux is now in a subpackage that is required by livecd-iso-to-disk
 


More information about the scm-commits mailing list