From 9898eb0290e8393157f5dca0eb20cf2e2cf363d1 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Feb 24 2011 00:36:24 +0000 Subject: - Version 13.2 (bcl) - Print reason for sudden exit (bcl) - Fix skipcopy usage with DVD iso (#644194) (bmj001) - Move selinux relabel to after %post (#648591) (bcl) - Add support for virtio disks to livecd (#672936) (bcl) - Check return value on udevadm (#637258) (bcl) - Source may be a file or a block device, mount accordingly (bcl) - Align start of partition at 1MiB (#668967) (bcl) - Check for one big initrd.img (#671900) (bcl) - Update documentation for xz availability. (bruno) - Change releasever to a command line option (#667474) (bcl) - Assign a device-mapper UUID w/ subsystem prefix to the dm snapshot. (dlehman) - Fix git URLs to match reality. (dlehman) --- diff --git a/.gitignore b/.gitignore index 13505d5..eea4da2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ livecd-tools-033.tar.bz2 /livecd-tools-0.3.5.tar.bz2 /livecd-tools-13.0.tar.bz2 /livecd-tools-13.1.tar.bz2 +/livecd-tools-13.2.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index e2435d8..70ce0ea 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 13.1 +Version: 13.2 Release: 1%{?dist} Epoch: 1 License: GPLv2 @@ -92,6 +92,21 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Wed Feb 23 2011 Brian C. Lane - 13.2-1 +- Version 13.2 (bcl) +- Print reason for sudden exit (bcl) +- Fix skipcopy usage with DVD iso (#644194) (bmj001) +- Move selinux relabel to after %post (#648591) (bcl) +- Add support for virtio disks to livecd (#672936) (bcl) +- Check return value on udevadm (#637258) (bcl) +- Source may be a file or a block device, mount accordingly (bcl) +- Align start of partition at 1MiB (#668967) (bcl) +- Check for one big initrd.img (#671900) (bcl) +- Update documentation for xz availability. (bruno) +- Change releasever to a command line option (#667474) (bcl) +- Assign a device-mapper UUID w/ subsystem prefix to the dm snapshot. (dlehman) +- Fix git URLs to match reality. (dlehman) + * Wed Dec 22 2010 Brian C. Lane - 13.1-1 - Version 13.1 (bcl) - Trap copyFile errors (#663849) (fgrose) diff --git a/sources b/sources index 50ea6bd..f81ef59 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2326154b505206e2127bce36457b7253 livecd-tools-13.1.tar.bz2 +3b7f52714b17f8926820b52f8839a40a livecd-tools-13.2.tar.bz2