- Version 17.13 (bcl)

- Recognize rd.live.image as well as liveimg in sed scripts of livecd-iso-to-
  disk & edit-livecd (fgrose)
- fix /etc/localtime file vs. symlink (#829032) (bcl)
This commit is contained in:
Brian C. Lane 2012-08-02 11:41:10 -07:00
parent 1ddedd0f83
commit 9dca5bb91e
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@ livecd-tools-033.tar.bz2
/livecd-tools-17.10.tar.bz2
/livecd-tools-17.11.tar.bz2
/livecd-tools-17.12.tar.bz2
/livecd-tools-17.13.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 17.12
Version: 17.13
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -100,6 +100,12 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Thu Aug 02 2012 Brian C. Lane <bcl@redhat.com> 17.12-1
- Version 17.13 (bcl)
- Recognize rd.live.image as well as liveimg in sed scripts of livecd-iso-to-
disk & edit-livecd (fgrose)
- fix /etc/localtime file vs. symlink (#829032) (bcl)
* Tue Jul 31 2012 Brian C. Lane <bcl@redhat.com> 17.12-1
- Version 17.12 (bcl)
- dracut doesn't need explicit filesystems (bcl)

View File

@ -1 +1 @@
6cdf3520c274991b66e24910bed79351 livecd-tools-17.12.tar.bz2
2e2d22527c8444a5d6a5a82647d3f118 livecd-tools-17.13.tar.bz2