From f1a88e3781346bc1b18709fe56d4bc1deecb8617 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 16 Apr 2012 17:26:42 -0700 Subject: [PATCH] - Version 18.3 (bcl) - add support for cost in kickstart repo line (#735079) (mads) - skip copying DVD image file with skipcopy option (786037) (bcl) - remove kernel and initrd from EFI/BOOT (#811438) (bcl) - fix syntax problem in detectsrctype (bcl) --- .gitignore | 1 + livecd-tools.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bc52b0f..49ba167 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ livecd-tools-033.tar.bz2 /livecd-tools-18.0.tar.bz2 /livecd-tools-18.1.tar.bz2 /livecd-tools-18.2.tar.bz2 +/livecd-tools-18.3.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index 512b42d..44a549e 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 18.2 +Version: 18.3 Release: 1%{?dist} Epoch: 1 License: GPLv2 @@ -99,6 +99,13 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Mon Apr 16 2012 Brian C. Lane 18.3-1 +- Version 18.3 (bcl) +- add support for cost in kickstart repo line (#735079) (mads) +- skip copying DVD image file with skipcopy option (786037) (bcl) +- remove kernel and initrd from EFI/BOOT (#811438) (bcl) +- fix syntax problem in detectsrctype (bcl) + * Thu Mar 01 2012 Brian C. Lane - 18.2-1 - Version 18.2 (bcl) - livecd-iso-to-disk: Add 2MB slop to calculation (bcl) diff --git a/sources b/sources index 35e2b1c..441e278 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -723ae7436ee36e703df7efbdf39a624c livecd-tools-18.2.tar.bz2 +3425747f6b9dac19a7f50d25f4e919bf livecd-tools-18.3.tar.bz2