[livecd-tools] - Version 17.2 (bcl) - Fix indent and typo in liveimage-mount (#749643) (bcl) - Make sure the target

Brian C. Lane bcl at fedoraproject.org
Thu Nov 3 23:17:58 UTC 2011


commit 3c6a20f9b8a41f90dcfa30800195d9c4046acccb
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Nov 3 16:17:49 2011 -0700

    - Version 17.2 (bcl)
    - Fix indent and typo in liveimage-mount (#749643) (bcl)
    - Make sure the target is labeled LIVE (#751213) (bcl)
    - Only check first match for boot flag (#739411) (bcl)
    - Stop creating backup image before resizing (#737243) (bcl)

 .gitignore        |    1 +
 livecd-tools.spec |   11 ++++++++++-
 sources           |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a54b758..923bcef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ livecd-tools-033.tar.bz2
 /livecd-tools-16.3.tar.bz2
 /livecd-tools-17.0.tar.bz2
 /livecd-tools-17.1.tar.bz2
+/livecd-tools-17.2.tar.bz2
diff --git a/livecd-tools.spec b/livecd-tools.spec
index 1981675..dc780df 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -4,7 +4,7 @@
 
 Summary: Tools for building live CDs
 Name: livecd-tools
-Version: 17.1
+Version: 17.2
 Release: 1%{?dist}
 Epoch: 1
 License: GPLv2
@@ -23,6 +23,8 @@ Requires: isomd5sum
 Requires: parted
 Requires: pyparted
 Requires: util-linux
+Requires: dosfstools
+Requires: e2fsprogs
 %ifarch %{ix86} x86_64
 Requires: syslinux
 Requires: /sbin/extlinux
@@ -95,6 +97,13 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Thu Nov 03 2011 Brian C. Lane <bcl at redhat.com> 17.2-1
+- Version 17.2 (bcl)
+- Fix indent and typo in liveimage-mount (#749643) (bcl)
+- Make sure the target is labeled LIVE (#751213) (bcl)
+- Only check first match for boot flag (#739411) (bcl)
+- Stop creating backup image before resizing (#737243) (bcl)
+
 * 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)
diff --git a/sources b/sources
index d5582c7..4fe49c3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-01b071420e66a1b0b8104495580e6dc1  livecd-tools-17.1.tar.bz2
+708902f402d171e18ced83f9bc2a74b8  livecd-tools-17.2.tar.bz2


More information about the scm-commits mailing list