- Version 16.16 (bcl)

- use cp -r instead of -a (bcl)
- New location for GRUB2 config on UEFI (#851220) (bcl)
This commit is contained in:
Brian C. Lane 2012-09-06 17:30:54 -07:00
parent 2e739397da
commit 1dac854092
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@ livecd-tools-033.tar.bz2
/livecd-tools-16.13.tar.bz2
/livecd-tools-16.14.tar.bz2
/livecd-tools-16.15.tar.bz2
/livecd-tools-16.16.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 16.15
Version: 16.16
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -98,6 +98,11 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Thu Sep 06 2012 Brian C. Lane <bcl@redhat.com> 16.16-1
- Version 16.16 (bcl)
- use cp -r instead of -a (bcl)
- New location for GRUB2 config on UEFI (#851220) (bcl)
* Thu May 03 2012 Brian C. Lane <bcl@redhat.com> 16.15-1
- Version 16.15 (bcl)
- isohybrid on f16 doesn't support -u or -m (bcl)

View File

@ -1 +1 @@
4ffe658189fbe1eb74697fc3158ca02f livecd-tools-16.15.tar.bz2
31d0023d53d65152910a8702cdbbf01b livecd-tools-16.16.tar.bz2