diff --git a/.gitignore b/.gitignore index d9968bb..82cd6cc 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/livecd-tools.spec b/livecd-tools.spec index 583b002..f118eb8 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -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 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 17.12-1 - Version 17.12 (bcl) - dracut doesn't need explicit filesystems (bcl) diff --git a/sources b/sources index 3f1725f..63f3e63 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6cdf3520c274991b66e24910bed79351 livecd-tools-17.12.tar.bz2 +2e2d22527c8444a5d6a5a82647d3f118 livecd-tools-17.13.tar.bz2