- Version 19.8 (bcl)

- Add missing quote (#1044675) (bcl)
This commit is contained in:
Brian C. Lane 2014-01-07 14:56:19 -08:00
parent fa40450af4
commit 8e59e71e5c
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/livecd-tools-19.6.tar.bz2
/livecd-tools-19.7.tar.bz2
/livecd-tools-19.8.tar.bz2

View File

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

View File

@ -1 +1 @@
0394fab45474c5aca08e2310efc21851 livecd-tools-19.7.tar.bz2
09a7903736f2b8e7d5a7373f5b5b9cbb livecd-tools-19.8.tar.bz2