[livecd-tools] - Version 20.3 (bcl) - Add missing quote (#1044675) (bcl)

Brian C. Lane bcl at fedoraproject.org
Tue Jan 7 22:41:19 UTC 2014


commit 75aa854bbbe90b87cb7d7887b57042610e9f62aa
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Jan 7 14:41:15 2014 -0800

    - Version 20.3 (bcl)
    - Add missing quote (#1044675) (bcl)

 .gitignore        |    1 +
 livecd-tools.spec |    7 ++++++-
 sources           |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
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 <bcl at redhat.com> 20.3-1
+- Version 20.3 (bcl)
+- Add missing quote (#1044675) (bcl)
+
 * Tue Jan 07 2014 Brian C. Lane <bcl at 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)
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


More information about the scm-commits mailing list