Compare commits

...

4 Commits
master ... f19

Author SHA1 Message Date
Brian C. Lane
26b10668e9 - Version 19.10 (bcl)
- Ignore case when looking for UEFI boot*efi file (#1156380) (bcl)
2014-10-27 13:00:56 -07:00
Brian C. Lane
c8dde4ff2e - Version 19.9 (bcl)
- Add check for extlinux tools (#881317) (bcl)
- Check kickstart for repo line (#1005580) (bcl)
- Catch CreatorError during class init (#1005580) (bcl)
- Add docleanup to edit-livecd (#1000744) (bcl)
- utf8 decode unicode error strings (#1035248) (bcl)
- Remove switch to Permissive (#1051523) (bcl)
2014-01-31 14:56:42 -08:00
Brian C. Lane
8e59e71e5c - Version 19.8 (bcl)
- Add missing quote (#1044675) (bcl)
2014-01-07 14:56:19 -08:00
Brian C. Lane
fa40450af4 - Version 19.7 (bcl)
- Use LC_ALL=C for parted calls (#1045854) (bcl)
- Fix to work with the changed yum.config._getsysver (bruno)
- Change vfat limit from 2047 to 4095 (#995552) (bcl)
2014-01-07 14:10:32 -08:00
3 changed files with 29 additions and 2 deletions

4
.gitignore vendored
View File

@ -1 +1,5 @@
/livecd-tools-19.6.tar.bz2
/livecd-tools-19.7.tar.bz2
/livecd-tools-19.8.tar.bz2
/livecd-tools-19.9.tar.bz2
/livecd-tools-19.10.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 19.6
Version: 19.10
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -105,6 +105,29 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Mon Oct 27 2014 Brian C. Lane <bcl@redhat.com> 19.10-1
- Version 19.10 (bcl)
- Ignore case when looking for UEFI boot*efi file (#1156380) (bcl)
* Fri Jan 31 2014 Brian C. Lane <bcl@redhat.com> 19.9-1
- Version 19.9 (bcl)
- Add check for extlinux tools (#881317) (bcl)
- Check kickstart for repo line (#1005580) (bcl)
- Catch CreatorError during class init (#1005580) (bcl)
- Add docleanup to edit-livecd (#1000744) (bcl)
- utf8 decode unicode error strings (#1035248) (bcl)
- Remove switch to Permissive (#1051523) (bcl)
* Tue Jan 07 2014 Brian C. Lane <bcl@redhat.com> 19.8-1
- Version 19.8 (bcl)
- Add missing quote (#1044675) (bcl)
* Tue Jan 07 2014 Brian C. Lane <bcl@redhat.com> 19.7-1
- Version 19.7 (bcl)
- Use LC_ALL=C for parted calls (#1045854) (bcl)
- Fix to work with the changed yum.config._getsysver (bruno)
- Change vfat limit from 2047 to 4095 (#995552) (bcl)
* Mon Jul 15 2013 Brian C. Lane <bcl@redhat.com> 19.6-1
- Version 19.6 (bcl)
- litd: Add kickstart option (bcl)

View File

@ -1 +1 @@
058f88cefe61d656df217cc5dcfbbbb7 livecd-tools-19.6.tar.bz2
3b573597c156d8b8c2b9fa479ef67955 livecd-tools-19.10.tar.bz2