- 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)
This commit is contained in:
Brian C. Lane 2011-08-30 11:11:14 -07:00
parent 3bb86b102a
commit 021bb87775
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@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@redhat.com> - 14.2-1
- Version 14.2 (bcl)
- Print reason for sudden exit (bcl)

View File

@ -1 +1 @@
1eb5903bee41ef04b30e1f24ffddec6a livecd-tools-14.2.tar.bz2
27d1436c8931d0dbfa24d035e79982cb livecd-tools-14.3.tar.bz2