- Version 15.5 (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)
- Support attached LiveOS devices as well as image files for LiveOS editing.
  (fgrose)
- Check return value on udevadm (#637258) (bcl)
This commit is contained in:
Brian C. Lane 2011-02-18 14:44:09 -08:00
parent 10d80c99ea
commit 1b14444d6a
3 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ livecd-tools-033.tar.bz2
/livecd-tools-15.2.tar.bz2
/livecd-tools-15.3.tar.bz2
/livecd-tools-15.4.tar.bz2
/livecd-tools-15.5.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 15.4
Version: 15.5
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -92,6 +92,16 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Fri Feb 18 2011 Brian C. Lane <bcl@redhat.com> - 15.5-1
- Version 15.5 (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)
- Support attached LiveOS devices as well as image files for LiveOS editing.
(fgrose)
- Check return value on udevadm (#637258) (bcl)
* Tue Feb 11 2011 Brian C. Lane <bcl@redhat.com> - 15.4-1
- Version 15.4 (bcl)
- Add tmpdir to LiveImageCreator (bcl)

View File

@ -1 +1 @@
57f796194874788074d317be6a1efb34 livecd-tools-15.4.tar.bz2
57e50880c8a11e1cec0d09d2f67e7624 livecd-tools-15.5.tar.bz2