- Version 15.12 (bcl)

- livecd-iso-to-disk: Add 2MB slop to calculation (bcl)
- livecd-iso-to-disk: create partition for iso (bcl)
- check for valid script path before editing livecd image and update usage
  options confusion (jboggs)
- add missing selinux_mountpoint class object to edit-livecd (jboggs)
- Set base_persistdir (#741614) (bcl)
- Fix the fix for dracut modules (#766955) (bcl)
- Use dracut.conf.d instead fo dracut.conf (bcl)
- dracut needs dmsquash-live explicitly included (bcl)
- edit-livecd: -k --kickstart option (apevec)
- Install edit-livecd to /usr/bin (bcl)
This commit is contained in:
Brian C. Lane 2012-03-01 09:42:20 -08:00
parent 74da65520c
commit 1b567f005d
3 changed files with 17 additions and 2 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ livecd-tools-033.tar.bz2
/livecd-tools-15.9.tar.bz2
/livecd-tools-15.10.tar.bz2
/livecd-tools-15.11.tar.bz2
/livecd-tools-15.12.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 15.11
Version: 15.12
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -96,6 +96,20 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Thu Mar 01 2012 Brian C. Lane <bcl@redhat.com> 15.12-1
- Version 15.12 (bcl)
- livecd-iso-to-disk: Add 2MB slop to calculation (bcl)
- livecd-iso-to-disk: create partition for iso (bcl)
- check for valid script path before editing livecd image and update usage
options confusion (jboggs)
- add missing selinux_mountpoint class object to edit-livecd (jboggs)
- Set base_persistdir (#741614) (bcl)
- Fix the fix for dracut modules (#766955) (bcl)
- Use dracut.conf.d instead fo dracut.conf (bcl)
- dracut needs dmsquash-live explicitly included (bcl)
- edit-livecd: -k --kickstart option (apevec)
- Install edit-livecd to /usr/bin (bcl)
* Thu Oct 03 2011 Brian C. Lane <bcl@redhat.com> - 15.11-1
- Version 15.11 (bcl)
- Make sure the target is labeled LIVE (#751213) (bcl)

View File

@ -1 +1 @@
528ccc981870a947cce69bbf7be65b9b livecd-tools-15.11.tar.bz2
ddf5bbdce0c7c6141d0511615338e62c livecd-tools-15.12.tar.bz2