- Use LC_ALL=C for parted calls (#1045854) (bcl)

- Fix to work with the changed yum.config._getsysver (bruno)
- Add check for extlinux tools (#881317) (bcl)
- Cleanup arg parsing a bit (#725047) (bcl)
This commit is contained in:
Brian C. Lane 2014-01-07 13:55:07 -08:00
parent c8483457a3
commit 7e359f6ba9
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/livecd-tools-19.6.tar.bz2
/livecd-tools-20.0.tar.bz2
/livecd-tools-20.1.tar.bz2
/livecd-tools-20.2.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 20.1
Version: 20.2
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -105,6 +105,12 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Tue Jan 07 2014 Brian C. Lane <bcl@redhat.com> 20.2-1
- Use LC_ALL=C for parted calls (#1045854) (bcl)
- Fix to work with the changed yum.config._getsysver (bruno)
- Add check for extlinux tools (#881317) (bcl)
- Cleanup arg parsing a bit (#725047) (bcl)
* Mon Nov 18 2013 Brian C. Lane <bcl@redhat.com> 20.1-1
- add 'troubleshooting' submenu with 'basic graphics mode' to UEFI boot menu (awilliam)
- make UEFI boot menu resemble the BIOS and non-live boot menus more (awilliam)

View File

@ -1 +1 @@
d0cdcb85a044037fca7646b6f6eacf8d livecd-tools-20.1.tar.bz2
c72a9c3b784777dbd0c5ea76c9260eb3 livecd-tools-20.2.tar.bz2