- Version 20.3 (bcl)

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

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/livecd-tools-20.0.tar.bz2
/livecd-tools-20.1.tar.bz2
/livecd-tools-20.2.tar.bz2
/livecd-tools-20.3.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 20.2
Version: 20.3
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -105,7 +105,12 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Tue Jan 07 2014 Brian C. Lane <bcl@redhat.com> 20.3-1
- Version 20.3 (bcl)
- Add missing quote (#1044675) (bcl)
* Tue Jan 07 2014 Brian C. Lane <bcl@redhat.com> 20.2-1
- Version 20.2 (bcl)
- 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)

View File

@ -1 +1 @@
c72a9c3b784777dbd0c5ea76c9260eb3 livecd-tools-20.2.tar.bz2
ef1a5cb39355cbf8810ab1fe45209036 livecd-tools-20.3.tar.bz2