diff --git a/.gitignore b/.gitignore index a54b758..923bcef 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ livecd-tools-033.tar.bz2 /livecd-tools-16.3.tar.bz2 /livecd-tools-17.0.tar.bz2 /livecd-tools-17.1.tar.bz2 +/livecd-tools-17.2.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index 1981675..dc780df 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 17.1 +Version: 17.2 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 @@ -95,6 +97,13 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Thu Nov 03 2011 Brian C. Lane 17.2-1 +- Version 17.2 (bcl) +- Fix indent and typo in liveimage-mount (#749643) (bcl) +- Make sure the target is labeled LIVE (#751213) (bcl) +- Only check first match for boot flag (#739411) (bcl) +- Stop creating backup image before resizing (#737243) (bcl) + * Thu Sep 01 2011 Brian C. Lane 17.1-1 - Version 17.1 (bcl) - Add title and product args (#669120) (bcl) diff --git a/sources b/sources index d5582c7..4fe49c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -01b071420e66a1b0b8104495580e6dc1 livecd-tools-17.1.tar.bz2 +708902f402d171e18ced83f9bc2a74b8 livecd-tools-17.2.tar.bz2