[livecd-tools/f14/master] Require syslinux-extlinux

Bruno Wolff III bruno at fedoraproject.org
Thu Sep 16 13:01:40 UTC 2010


commit dfd9f857b5aa426389478600e86065216a9647a8
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Thu Sep 16 07:51:53 2010 -0500

    Require syslinux-extlinux
    
    extlinux got split into a subpackage, syslinux-extlinux, that is needed
    by livecd-iso-to-disk.

 livecd-tools.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/livecd-tools.spec b/livecd-tools.spec
index 3bc4d52..6d55671 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: 7%{?dist}
+Release: 8%{?dist}
 License: GPLv2
 Group: System Environment/Base
 URL: http://git.fedorahosted.org/git/livecd
@@ -28,6 +28,7 @@ Requires: parted
 Requires: pyparted
 %ifarch %{ix86} x86_64
 Requires: syslinux
+Requires: syslinux-extlinux
 %endif
 %ifarch ppc
 Requires: yaboot
@@ -100,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Tue Sep 14 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 034-8
+- extlinux is now in a subpackage that is required by livecd-iso-to-disk
+
 * Tue Sep 14 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 034-7
 - fix background image copying to use new-new logo path
 


More information about the scm-commits mailing list