- Version 16.4 (bcl)

- Use copyFile on the iso (bcl)
- Use rsync to copy if available (bcl)
- Quote $SRC so iso's with spaces will work (#694915) (bruno)
- Handle move to /sys/fs/selinux (#728576) (dwalsh)
- Turn on the legacy_boot flag for EFI (#680563) (bcl)
- Don't ask about replacing MBR when formatting (bcl)
- Make MBR replacement message more clear (bcl)
- Ensure previous filesystems are wiped when formatting (#712553) (bcl)
- Modify pxeboot script to work with F16 (bcl)
- Add initial support for ARM architectures (martin.langhoff)
- Copy updates and product image files (bcl)
This commit is contained in:
Brian C. Lane 2011-08-26 13:37:53 -07:00
parent a08c41749a
commit 255a49a641
3 changed files with 17 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ livecd-tools-033.tar.bz2
/livecd-tools-16.1.tar.bz2
/livecd-tools-16.2.tar.bz2
/livecd-tools-16.3.tar.bz2
/livecd-tools-16.4.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 16.3
Version: 16.4
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -92,6 +92,20 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Fri Aug 26 2011 Brian C. Lane <bcl@redhat.com> 16.4-1
- Version 16.4 (bcl)
- Use copyFile on the iso (bcl)
- Use rsync to copy if available (bcl)
- Quote $SRC so iso's with spaces will work (#694915) (bruno)
- Handle move to /sys/fs/selinux (#728576) (dwalsh)
- Turn on the legacy_boot flag for EFI (#680563) (bcl)
- Don't ask about replacing MBR when formatting (bcl)
- Make MBR replacement message more clear (bcl)
- Ensure previous filesystems are wiped when formatting (#712553) (bcl)
- Modify pxeboot script to work with F16 (bcl)
- Add initial support for ARM architectures (martin.langhoff)
- Copy updates and product image files (bcl)
* Thu Mar 31 2011 Brian C. Lane <bcl@redhat.com> 16.3-1
- Version 16.3 (bcl)
- Copy old initrd/xen files to isolinux when using base-on (#690940) (bcl)

View File

@ -1 +1 @@
4a233625f5571acb2ec5d57a302a7267 livecd-tools-16.3.tar.bz2
470ad24117ae09507be2e22773558f35 livecd-tools-16.4.tar.bz2