From e15b2670c2a1f092d7e2839ee6074f633f7d8c44 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 3 Nov 2011 16:05:32 -0700 Subject: [PATCH] - Version 16.9 (bcl) - Fix indent and typo in liveimage-mount (#749643) (bcl) - Make sure the target is labeled LIVE (#751213) (bcl) --- .gitignore | 1 + livecd-tools.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b407b53..36efb06 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ livecd-tools-033.tar.bz2 /livecd-tools-16.6.tar.bz2 /livecd-tools-16.7.tar.bz2 /livecd-tools-16.8.tar.bz2 +/livecd-tools-16.9.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index 0e107af..960e3d5 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 16.8 +Version: 16.9 Release: 1%{?dist} Epoch: 1 License: GPLv2 @@ -23,6 +23,8 @@ Requires: isomd5sum Requires: parted Requires: pyparted Requires: util-linux +Requires: dosfstools +Requires: e2fsprogs %ifarch %{ix86} x86_64 Requires: syslinux Requires: /sbin/extlinux @@ -93,6 +95,11 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Thu Nov 03 2011 Brian C. Lane 16.9-1 +- Version 16.9 (bcl) +- Fix indent and typo in liveimage-mount (#749643) (bcl) +- Make sure the target is labeled LIVE (#751213) (bcl) + * Wed Oct 26 2011 Brian C. Lane 16.8-1 - Version 16.8 (bcl) - Correct patch (#748344) (bcl) diff --git a/sources b/sources index 3c6902a..3589d09 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -031ba4a45f435fff2e2862767d216ed9 livecd-tools-16.8.tar.bz2 +d2a7972ddc2b3485fe6697b03753a866 livecd-tools-16.9.tar.bz2