From f6234fa73a625cf1a1cd123b18978ca6a2ae0163 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 31 Jul 2012 12:04:27 -0700 Subject: [PATCH] - Version 18.6 (bcl) - switch to using rd.live.image instead of liveimg (bcl) - dracut doesn't need explicit filesystems (bcl) - livecd-creator: Add --cacheonly for offline use (martin) - Implement cacheonly (offline) support in ImageCreator and LoopCreator (martin) - if mounting squashfs add ro mount option (jboggs) - imgcreate: Use copy2 for TimezoneConfig (#829032) (bcl) --- .gitignore | 1 + livecd-tools.spec | 13 +++++++++++-- sources | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 614ff1f..26e428b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ livecd-tools-033.tar.bz2 /livecd-tools-18.2.tar.bz2 /livecd-tools-18.3.tar.bz2 /livecd-tools-18.5.tar.bz2 +/livecd-tools-18.6.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index 5e459a4..fbe3fd1 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,8 +4,8 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 18.5 -Release: 2%{?dist} +Version: 18.6 +Release: 1%{?dist} Epoch: 1 License: GPLv2 Group: System Environment/Base @@ -99,6 +99,15 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Tue Jul 31 2012 Brian C. Lane 18.6-1 +- Version 18.6 (bcl) +- switch to using rd.live.image instead of liveimg (bcl) +- dracut doesn't need explicit filesystems (bcl) +- livecd-creator: Add --cacheonly for offline use (martin) +- Implement cacheonly (offline) support in ImageCreator and LoopCreator (martin) +- if mounting squashfs add ro mount option (jboggs) +- imgcreate: Use copy2 for TimezoneConfig (#829032) (bcl) + * Thu Jul 19 2012 Fedora Release Engineering - 1:18.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index f598c3f..60f6198 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aa69d6cd778362dbc21e1b0e75eee013 livecd-tools-18.5.tar.bz2 +72aef7f1e3e8e27c7634baee7920ec8b livecd-tools-18.6.tar.bz2