diff --git a/.gitignore b/.gitignore index 5683018..0d14529 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ livecd-tools-033.tar.bz2 +/livecd-tools-034.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index daca90f..082ca34 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,8 +4,8 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 033 -Release: 3%{?dist} +Version: 034 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Base URL: http://git.fedorahosted.org/git/livecd @@ -13,7 +13,8 @@ URL: http://git.fedorahosted.org/git/livecd # git clone git://git.fedorahosted.org/livecd # cd livecd # make dist -Source0: %{name}-%{version}.tar.bz2 +# scp livecd*.tar.bz2 fedorahosted.org:livecd +Source0: http://fedorahosted.org/releases/l/i/livecd/%{name}-%{version}.tar.bz2 # Temporary patch until next livecd-tools rollup Patch0: gzip.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -91,6 +92,24 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Sat Sep 11 2010 Bruno Wolff III - 034-1 +- A new experimental script for creating live images. +- Handle partition devices that have a separator character in them. +- Initial checkin of a new expermiental tool for live backup images. +- Allow use of stage2 for repos to help with netinst ISOs. +- Fix issue with using netinst ISOs. +- Add support for ext4 now that syslinux supports it. +- Fix for enumerating loop devices using bash 4.1.7. +- Change --skipcopy to not overwrite other large areas. +- Add basic video driver option to syslinux/isolinux. +- Don't create sparse files one byte too large. +- Display progress information when copying image to USB devices. +- Set default boot language for USB images to the current locale. +- Use grep instead of depreceated egrep. +- Set up locale or there can be problems handling nonascii strings. +- Try normal umount before falling back to lazy umount. +- Allow creation of SELinux enabled LiveCD from an SELinux disabled system. + * Tue Jul 30 2010 Bruno Wolff III - 033-3 - The previous update got replaced by the python update; another bump is needed. diff --git a/sources b/sources index 2f94d10..89e73c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c97450474ed17f1e068aaaaf863ddee7 livecd-tools-033.tar.bz2 +601fe671670f7dcb68faebf443c05cba livecd-tools-034.tar.bz2