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

Brian C. Lane bcl at fedoraproject.org
Tue Aug 30 18:11:36 UTC 2011


commit 021bb877753e5ccb6d79cb370ff3c8927d97bd75
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Aug 30 11:11:14 2011 -0700

    - Version 14.3 (bcl)
    - Ensure previous filesystems are wiped when formatting (#712553) (bcl)
    - Use copyFile on the iso (bcl)
    - Use rsync to copy if available (bcl)
    - Add initial support for ARM architectures (martin.langhoff)
    - gptmbr can be written directly to the mbr (bcl)

 .gitignore        |    1 +
 livecd-tools.spec |   11 ++++++++++-
 sources           |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d68b674..eda12ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ livecd-tools-033.tar.bz2
 /livecd-tools-14.0.tar.bz2
 /livecd-tools-14.1.tar.bz2
 /livecd-tools-14.2.tar.bz2
+/livecd-tools-14.3.tar.bz2
diff --git a/livecd-tools.spec b/livecd-tools.spec
index adad912..54fc336 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -4,7 +4,7 @@
 
 Summary: Tools for building live CDs
 Name: livecd-tools
-Version: 14.2
+Version: 14.3
 Release: 1%{?dist}
 Epoch: 1
 License: GPLv2
@@ -21,6 +21,7 @@ Requires: python-imgcreate = %{epoch}:%{version}-%{release}
 Requires: mkisofs
 Requires: isomd5sum
 Requires: parted
+Requires: util-linux-ng
 Requires: pyparted
 %ifarch %{ix86} x86_64
 Requires: syslinux
@@ -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> - 14.3-1
+- Version 14.3 (bcl)
+- Ensure previous filesystems are wiped when formatting (#712553) (bcl)
+- Use copyFile on the iso (bcl)
+- Use rsync to copy if available (bcl)
+- Add initial support for ARM architectures (martin.langhoff)
+- gptmbr can be written directly to the mbr (bcl)
+
 * Fri Feb 18 2011 Brian C. Lane <bcl at redhat.com> - 14.2-1
 - Version 14.2 (bcl)
 - Print reason for sudden exit (bcl)
diff --git a/sources b/sources
index 3a5d7c7..772c1f7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1eb5903bee41ef04b30e1f24ffddec6a  livecd-tools-14.2.tar.bz2
+27d1436c8931d0dbfa24d035e79982cb  livecd-tools-14.3.tar.bz2


More information about the scm-commits mailing list