[livecd-tools] - Version 17.1 (bcl) - Add title and product args (#669120) (bcl) - Skip bind mounts when source isn

Brian C. Lane bcl at fedoraproject.org
Thu Sep 1 19:06:01 UTC 2011


commit 8679835e4e0adc8d94f77f4d0ae1226b4fd1cda7
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Sep 1 12:01:56 2011 -0700

    - Version 17.1 (bcl)
    - Add title and product args (#669120) (bcl)
    - Skip bind mounts when source isn't there (bcl)
    - Add new syslinux.cfg template (#734173) (bcl)
    - Use copyFile on the iso (bcl)
    - Use rsync to copy if available (bcl)

 .gitignore        |    1 +
 livecd-tools.spec |   11 ++++++++++-
 sources           |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 197235d..a54b758 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ livecd-tools-033.tar.bz2
 /livecd-tools-16.2.tar.bz2
 /livecd-tools-16.3.tar.bz2
 /livecd-tools-17.0.tar.bz2
+/livecd-tools-17.1.tar.bz2
diff --git a/livecd-tools.spec b/livecd-tools.spec
index 6a7c28b..1981675 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -4,7 +4,7 @@
 
 Summary: Tools for building live CDs
 Name: livecd-tools
-Version: 17.0
+Version: 17.1
 Release: 1%{?dist}
 Epoch: 1
 License: GPLv2
@@ -22,6 +22,7 @@ Requires: mkisofs
 Requires: isomd5sum
 Requires: parted
 Requires: pyparted
+Requires: util-linux
 %ifarch %{ix86} x86_64
 Requires: syslinux
 Requires: /sbin/extlinux
@@ -94,6 +95,14 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Thu Sep 01 2011 Brian C. Lane <bcl at redhat.com> 17.1-1
+- Version 17.1 (bcl)
+- Add title and product args (#669120) (bcl)
+- Skip bind mounts when source isn't there (bcl)
+- Add new syslinux.cfg template (#734173) (bcl)
+- Use copyFile on the iso (bcl)
+- Use rsync to copy if available (bcl)
+
 * Thu Aug 11 2011 Brian C. Lane <bcl at redhat.com> 17.0-1
 - Version 17.0
 - Quote $SRC so iso's with spaces will work (#694915) (bruno)
diff --git a/sources b/sources
index 0767ee5..d5582c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6aa2111614c3bb9fc43f8f6537be0045  livecd-tools-17.0.tar.bz2
+01b071420e66a1b0b8104495580e6dc1  livecd-tools-17.1.tar.bz2


More information about the scm-commits mailing list