- Version 16.1 (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 13:40:45 -08:00
parent 0cdcb59b19
commit b6d24f9b10
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-16.0.tar.bz2
/livecd-tools-16.1.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 16.0
Version: 16.1
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> 16.1-1
- Version 16.1 (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 15 2011 Brian C. Lane <bcl@redhat.com> 16.0-1
- Version 16.0 (bcl)
- Add tmpdir to LiveImageCreator (bcl)

View File

@ -1 +1 @@
64865981969ba856431e54d75d09e278 livecd-tools-16.0.tar.bz2
235754282477607ef1db5784fdfb08c5 livecd-tools-16.1.tar.bz2