From 7e359f6ba92b03e5e537fe5649b1093adf547d75 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 7 Jan 2014 13:55:07 -0800 Subject: [PATCH] - 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) - Cleanup arg parsing a bit (#725047) (bcl) --- .gitignore | 1 + livecd-tools.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d3ea83d..c2a52e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /livecd-tools-19.6.tar.bz2 /livecd-tools-20.0.tar.bz2 /livecd-tools-20.1.tar.bz2 +/livecd-tools-20.2.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index e804f3c..2aa28c4 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 20.1 +Version: 20.2 Release: 1%{?dist} Epoch: 1 License: GPLv2 @@ -105,6 +105,12 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Tue Jan 07 2014 Brian C. Lane 20.2-1 +- 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) +- Cleanup arg parsing a bit (#725047) (bcl) + * Mon Nov 18 2013 Brian C. Lane 20.1-1 - add 'troubleshooting' submenu with 'basic graphics mode' to UEFI boot menu (awilliam) - make UEFI boot menu resemble the BIOS and non-live boot menus more (awilliam) diff --git a/sources b/sources index af1432b..c7f549e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d0cdcb85a044037fca7646b6f6eacf8d livecd-tools-20.1.tar.bz2 +c72a9c3b784777dbd0c5ea76c9260eb3 livecd-tools-20.2.tar.bz2