From ed7c2af2598697bc39e140328dfe3ece62cd538a Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 1 Sep 2011 12:27:59 -0700 Subject: [PATCH] - Version 16.5 (bcl) - Add title and product args (#669120) (bcl) - Skip bind mounts when source isn't there (bcl) - Add new syslinux.cfg template (#734173) (bcl) --- .gitignore | 1 + livecd-tools.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 53d99e0..8b1dad8 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ livecd-tools-033.tar.bz2 /livecd-tools-16.2.tar.bz2 /livecd-tools-16.3.tar.bz2 /livecd-tools-16.4.tar.bz2 +/livecd-tools-16.5.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index 56fab1e..f2450aa 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 16.4 +Version: 16.5 Release: 1%{?dist} Epoch: 1 License: GPLv2 @@ -22,6 +22,7 @@ Requires: mkisofs Requires: isomd5sum Requires: parted Requires: pyparted +Requires: util-linux %ifarch %{ix86} x86_64 Requires: syslinux Requires: /sbin/extlinux @@ -92,6 +93,12 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Thu Sep 01 2011 Brian C. Lane 16.5-1 +- Version 16.5 (bcl) +- Add title and product args (#669120) (bcl) +- Skip bind mounts when source isn't there (bcl) +- Add new syslinux.cfg template (#734173) (bcl) + * Fri Aug 26 2011 Brian C. Lane 16.4-1 - Version 16.4 (bcl) - Use copyFile on the iso (bcl) diff --git a/sources b/sources index f609e88..cb02b4c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -470ad24117ae09507be2e22773558f35 livecd-tools-16.4.tar.bz2 +fde5c0564c0ace5cd90e2a9df54d7487 livecd-tools-16.5.tar.bz2