diff --git a/.gitignore b/.gitignore index ece362a..53f166b 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ livecd-tools-033.tar.bz2 /livecd-tools-16.9.tar.bz2 /livecd-tools-16.10.tar.bz2 /livecd-tools-16.11.tar.bz2 +/livecd-tools-16.12.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index 4a63a9a..a84eb0a 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 16.11 +Version: 16.12 Release: 1%{?dist} Epoch: 1 License: GPLv2 @@ -97,6 +97,13 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Mon Apr 16 2012 Brian C. Lane 16.12-1 +- Version 16.12 (bcl) +- add support for cost in kickstart repo line (#735079) (mads) +- skip copying DVD image file with skipcopy option (786037) (bcl) +- remove kernel and initrd from EFI/BOOT (#811438) (bcl) +- fix syntax problem in detectsrctype (bcl) + * Thu Mar 01 2012 Brian C. Lane 16.11-1 - Version 16.11 (bcl) - livecd-iso-to-disk: Add 2MB slop to calculation (bcl) diff --git a/sources b/sources index 02f9ee4..15a017d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -18c0fd0984976b939a815dd7c0c1c0f1 livecd-tools-16.11.tar.bz2 +444737f39adba02498fd2dc81f8f24e3 livecd-tools-16.12.tar.bz2