[livecd-tools/f15] - Version 15.8 (bcl) - Ensure previous filesystems are wiped when formatting (#712553) (bcl) - Use c

Brian C. Lane bcl at fedoraproject.org
Tue Aug 30 18:26:55 UTC 2011


commit f7cff072f0f1476866bf6ebab3a298b292c17573
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Aug 30 11:26:38 2011 -0700

    - Version 15.8 (bcl)
    - Ensure previous filesystems are wiped when formatting (#712553) (bcl)
    - Use copyFile on the iso (bcl)
    - Use rsync to copy if available (bcl)
    - Turn on the legacy_boot flag for EFI (#680563) (bcl)
    - Add initial support for ARM architectures (martin.langhoff)

 .gitignore        |    1 +
 livecd-tools.spec |   11 ++++++++++-
 sources           |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d13278f..dfeb403 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ livecd-tools-033.tar.bz2
 /livecd-tools-15.5.tar.bz2
 /livecd-tools-15.6.tar.bz2
 /livecd-tools-15.7.tar.bz2
+/livecd-tools-15.8.tar.bz2
diff --git a/livecd-tools.spec b/livecd-tools.spec
index 185dec8..c189b5a 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -4,7 +4,7 @@
 
 Summary: Tools for building live CDs
 Name: livecd-tools
-Version: 15.7
+Version: 15.8
 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
@@ -92,6 +93,14 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Tue Aug 30 2011 Brian C. Lane <bcl at redhat.com> - 15.8-1
+- Version 15.8 (bcl)
+- Ensure previous filesystems are wiped when formatting (#712553) (bcl)
+- Use copyFile on the iso (bcl)
+- Use rsync to copy if available (bcl)
+- Turn on the legacy_boot flag for EFI (#680563) (bcl)
+- Add initial support for ARM architectures (martin.langhoff)
+
 * Tue May 03 2011 Brian C. Lane <bcl at redhat.com> - 15.7-1
 - Version 15.7 (bcl)
 - symlink /etc/mtab to /proc/self/mounts (#688277) (bcl)
diff --git a/sources b/sources
index e026980..1198e2b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-be169a5aad41b261252786a6623869c1  livecd-tools-15.7.tar.bz2
+93bb452a19156057345b3a94e1c4d2ee  livecd-tools-15.8.tar.bz2


More information about the scm-commits mailing list