diff --git a/.cvsignore b/.cvsignore index 30d66cf..9281c32 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -livecd-tools-031.tar.bz2 +livecd-tools-032.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index 854ab10..1f65175 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 031 +Version: 032 Release: 1%{?dist} License: GPLv2 Group: System Environment/Base @@ -14,6 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: python-imgcreate = %{version}-%{release} Requires: mkisofs Requires: isomd5sum +Requires: parted %ifarch %{ix86} x86_64 Requires: syslinux %endif @@ -81,6 +82,13 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Sat Jun 19 2010 Bruno Wolff III - 032-1 +- Added support for specifying compressors +- Add Requires for parted - Bug 605639 +- Add rd_NO_DM dracut cmdline options - Bug 589783 +- See http://git.fedorahosted.org/git/?p=livecd;a=shortlog for a list of + upstream commits since 031 was tagged. + * Tue Nov 03 2009 Warren Togami - 031-1 - livecd-iso-to-disk capable of installing installer DVD to USB diff --git a/sources b/sources index f810b48..aff16c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -09527ef6a628b12dae2c7c16812560fd livecd-tools-031.tar.bz2 +1a213d4a148a140178e72cd357d5ec0f livecd-tools-032.tar.bz2