From 49e3115a375a43e59a639a739e641c3a738abea2 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 17 Jun 2013 12:39:33 -0700 Subject: [PATCH] - Version 19.5 (bcl) - Write vconsole.conf directly (bcl) - litd: Add --updates option (bcl) --- .gitignore | 1 + livecd-tools.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 774250c..fb2219b 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ livecd-tools-033.tar.bz2 /livecd-tools-19.2.tar.bz2 /livecd-tools-19.3.tar.bz2 /livecd-tools-19.4.tar.bz2 +/livecd-tools-19.5.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index 40f8e4e..89a0fee 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 19.4 +Version: 19.5 Release: 1%{?dist} Epoch: 1 License: GPLv2 @@ -105,6 +105,11 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Mon Jun 17 2013 Brian C. Lane 19.5-1 +- Version 19.5 (bcl) +- Write vconsole.conf directly (bcl) +- litd: Add --updates option (bcl) + * Fri May 31 2013 Brian C. Lane 19.4-1 - Version 19.4 (bcl) - Replace bash string parsing with awk (#962039,#969521) (bcl) diff --git a/sources b/sources index baf42be..19c2f54 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -89354ae48b5741cff687b823126cf373 livecd-tools-19.4.tar.bz2 +bc7fa5b316d817e24d8b434b7ade75c5 livecd-tools-19.5.tar.bz2