[livecd-tools] - Version 21.1 (bcl) - Update live.py for syslinux 6.02-4 (bcl)

Brian C. Lane bcl at fedoraproject.org
Tue Apr 15 22:09:17 UTC 2014


commit add356351916a40050c10464fa4f2418bc37e614
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Apr 15 15:08:44 2014 -0700

    - Version 21.1 (bcl)
    - Update live.py for syslinux 6.02-4 (bcl)

 .gitignore        |    1 +
 livecd-tools.spec |    9 +++++++--
 sources           |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index af48fd5..6ee45e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /livecd-tools-21.0.tar.bz2
+/livecd-tools-21.1.tar.bz2
diff --git a/livecd-tools.spec b/livecd-tools.spec
index 6966dc5..e927fa0 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -4,7 +4,7 @@
 
 Summary: Tools for building live CDs
 Name: livecd-tools
-Version: 21.0
+Version: 21.1
 Release: 1%{?dist}
 Epoch: 1
 License: GPLv2
@@ -33,7 +33,8 @@ Requires: rsync
 Requires: hfsplus-tools
 %endif
 %ifarch %{ix86} x86_64
-Requires: syslinux
+Requires: syslinux >= 6.02-4
+Requires: syslinux-nonlinux >= 6.02-4
 Requires: /sbin/extlinux
 %endif
 %ifarch ppc
@@ -105,6 +106,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Tue Apr 15 2014 Brian C. Lane <bcl at redhat.com> 21.1-1
+- Version 21.1 (bcl)
+- Update live.py for syslinux 6.02-4 (bcl)
+
 * Wed Mar 26 2014 Brian C. Lane <bcl at redhat.com> 21.0-1
 - Version 21.0 (bcl)
 - Update kickstart.py for new kickstart (bcl)
diff --git a/sources b/sources
index fed3885..ed34824 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9078ec4c7e2f199758f213b407ba895b  livecd-tools-21.0.tar.bz2
+ef09982bf5d226406fa39137a76c09c1  livecd-tools-21.1.tar.bz2


More information about the scm-commits mailing list