diff --git a/.gitignore b/.gitignore index 552f5aa..25fd08b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ livecd-tools-033.tar.bz2 /livecd-tools-14.3.tar.bz2 /livecd-tools-14.4.tar.bz2 /livecd-tools-14.5.tar.bz2 +/livecd-tools-14.6.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index ee566b2..eb66fc5 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 14.5 +Version: 14.6 Release: 1%{?dist} Epoch: 1 License: GPLv2 @@ -23,6 +23,8 @@ Requires: isomd5sum Requires: parted Requires: util-linux-ng Requires: pyparted +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 - 14.6-1 +- Version 14.6 (bcl) +- Make sure the target is labeled LIVE (#751213) (bcl) + * Thu Sep 29 2011 Brian C. Lane - 14.5-1 - Version 14.5 (bcl) - Images go into $SYSLINUXPATH (bcl) diff --git a/sources b/sources index 25d5300..cb1aaf9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8976a99d74bae4a6cb7985d3d6b904d6 livecd-tools-14.5.tar.bz2 +5e643cb97caa5583b2ffe1fa033ad0c0 livecd-tools-14.6.tar.bz2