- 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)
This commit is contained in:
Brian C. Lane 2012-07-31 12:04:27 -07:00
parent 5521796fe4
commit f6234fa73a
3 changed files with 13 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <bcl@redhat.com> 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 <rel-eng@lists.fedoraproject.org> - 1:18.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
aa69d6cd778362dbc21e1b0e75eee013 livecd-tools-18.5.tar.bz2
72aef7f1e3e8e27c7634baee7920ec8b livecd-tools-18.6.tar.bz2