diff --git a/.gitignore b/.gitignore index 4b8227c..89bf8c4 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ livecd-tools-033.tar.bz2 /livecd-tools-15.8.tar.bz2 /livecd-tools-15.9.tar.bz2 /livecd-tools-15.10.tar.bz2 +/livecd-tools-15.11.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index e93dd2b..e0316e3 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 15.10 +Version: 15.11 Release: 1%{?dist} Epoch: 1 License: GPLv2 @@ -23,6 +23,8 @@ Requires: isomd5sum Requires: parted Requires: pyparted Requires: util-linux +Requires: dosfstools +Requires: e2fsprogs %ifarch %{ix86} x86_64 Requires: syslinux Requires: /sbin/extlinux @@ -93,6 +95,10 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Thu Oct 03 2011 Brian C. Lane - 15.11-1 +- Version 15.11 (bcl) +- Make sure the target is labeled LIVE (#751213) (bcl) + * Thu Sep 29 2011 Brian C. Lane - 15.10-1 - Version 15.10 (bcl) - Images go into $SYSLINUXPATH (bcl) diff --git a/sources b/sources index 213c01a..f25fb03 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -50979dbd3b470035377644d6c97c0150 livecd-tools-15.10.tar.bz2 +528ccc981870a947cce69bbf7be65b9b livecd-tools-15.11.tar.bz2