commit c8dde4ff2eeb488cf88e652c50b5e8dcfafe6caf Author: Brian C. Lane bcl@redhat.com Date: Fri Jan 31 14:56:42 2014 -0800
- 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)
.gitignore | 1 + livecd-tools.spec | 11 ++++++++++- sources | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) --- diff --git a/.gitignore b/.gitignore index 931fe5e..78e3b03 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +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 diff --git a/livecd-tools.spec b/livecd-tools.spec index d82f976..c402285 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@
Summary: Tools for building live CDs Name: livecd-tools -Version: 19.8 +Version: 19.9 Release: 1%{?dist} Epoch: 1 License: GPLv2 @@ -105,6 +105,15 @@ 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) diff --git a/sources b/sources index 2283304..dcf7685 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -09a7903736f2b8e7d5a7373f5b5b9cbb livecd-tools-19.8.tar.bz2 +951c967510e62b8ff258f1bde55e4a6e livecd-tools-19.9.tar.bz2
scm-commits@lists.fedoraproject.org