From 7bd96c909e44cc09640e8c94aa9a58b0c264219f Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 3 Apr 2013 10:32:22 -0700 Subject: [PATCH] - Version 19.2 (bcl) - Use parted to check for GPT disklabel (#947653) (bcl) - Output details of dep check failure (bcl) - Properly generate kernel stanzas (#928093) (bcl) --- .gitignore | 1 + livecd-tools.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e5a25a5..8d17dc3 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ livecd-tools-033.tar.bz2 /livecd-tools-18.14.tar.bz2 /livecd-tools-19.0.tar.bz2 /livecd-tools-19.1.tar.bz2 +/livecd-tools-19.2.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index d2d9200..a2051e6 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 19.1 +Version: 19.2 Release: 1%{?dist} Epoch: 1 License: GPLv2 @@ -102,6 +102,12 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Wed Apr 03 2013 Brian C. Lane 19.2-1 +- Version 19.2 (bcl) +- Use parted to check for GPT disklabel (#947653) (bcl) +- Output details of dep check failure (bcl) +- Properly generate kernel stanzas (#928093) (bcl) + * Sat Mar 16 2013 Brian C. Lane 19.1-1 - Version 19.1 (bcl) - iso9660 module is named isofs (bcl) diff --git a/sources b/sources index a6116c3..57cd008 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -36b1077796cb7f0a1303346a13353efc livecd-tools-19.1.tar.bz2 +c05afe054ea5ce8e3af4137516a51223 livecd-tools-19.2.tar.bz2