Compare commits

...

3 Commits

Author SHA1 Message Date
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 24 additions and 2 deletions

3
.gitignore vendored
View File

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

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 19.6
Version: 19.9
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -105,6 +105,25 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* 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
951c967510e62b8ff258f1bde55e4a6e livecd-tools-19.9.tar.bz2