From 255a49a6416680758d60551008aa0e94fac635b3 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 26 Aug 2011 13:37:53 -0700 Subject: [PATCH] - 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) --- .gitignore | 1 + livecd-tools.spec | 16 +++++++++++++++- sources | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 836256a..53d99e0 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/livecd-tools.spec b/livecd-tools.spec index 9c3d009..56fab1e 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -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 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 16.3-1 - Version 16.3 (bcl) - Copy old initrd/xen files to isolinux when using base-on (#690940) (bcl) diff --git a/sources b/sources index d999d48..f609e88 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4a233625f5571acb2ec5d57a302a7267 livecd-tools-16.3.tar.bz2 +470ad24117ae09507be2e22773558f35 livecd-tools-16.4.tar.bz2