diff --git a/.gitignore b/.gitignore index c2a52e2..0208c1c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/livecd-tools.spec b/livecd-tools.spec index 2aa28c4..6827e63 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -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 20.3-1 +- Version 20.3 (bcl) +- Add missing quote (#1044675) (bcl) + * Tue Jan 07 2014 Brian C. Lane 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) diff --git a/sources b/sources index c7f549e..426c065 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c72a9c3b784777dbd0c5ea76c9260eb3 livecd-tools-20.2.tar.bz2 +ef1a5cb39355cbf8810ab1fe45209036 livecd-tools-20.3.tar.bz2