From 8a0d2ce422eccb78a4ba3414c247ab6d123bcb5f Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 29 Mar 2011 09:24:26 -0700 Subject: [PATCH] - Version 15.6 (bcl) - Symlink image-creator instead of hardlink (#689167) (bcl) - Mailing list address changed (lkundrak) - gptmbr can be written directly to the mbr (bcl) - Fixup livedir support (#679023) (jan.kratochvil) --- .gitignore | 1 + livecd-tools.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 64bc64c..7b78cfc 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ livecd-tools-033.tar.bz2 /livecd-tools-15.3.tar.bz2 /livecd-tools-15.4.tar.bz2 /livecd-tools-15.5.tar.bz2 +/livecd-tools-15.6.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index 6b2fca1..686f6b2 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 15.5 +Version: 15.6 Release: 1%{?dist} Epoch: 1 License: GPLv2 @@ -92,6 +92,13 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Tue Mar 29 2011 Brian C. Lane - 15.6-1 +- Version 15.6 (bcl) +- Symlink image-creator instead of hardlink (#689167) (bcl) +- Mailing list address changed (lkundrak) +- gptmbr can be written directly to the mbr (bcl) +- Fixup livedir support (#679023) (jan.kratochvil) + * Fri Feb 18 2011 Brian C. Lane - 15.5-1 - Version 15.5 (bcl) - Print reason for sudden exit (bcl) diff --git a/sources b/sources index f348ac4..56252d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -57e50880c8a11e1cec0d09d2f67e7624 livecd-tools-15.5.tar.bz2 +c59aed689bdcc586a2c7dc69a8076f45 livecd-tools-15.6.tar.bz2