commit 2005f09e4701b67eb847cd90b0da7120a1cf77f9
Author: Brian C. Lane <bcl(a)redhat.com>
Date: Fri Jan 31 14:27:07 2014 -0800
- Version 13.4.5 (bcl)
- Add dmsquash-live module to dracut (#957892) (bcl)
.gitignore | 1 +
livecd-tools.spec | 8 ++++++--
sources | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f4734c8..6d3998d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/livecd-tools-13.3.tar.bz2
/livecd-tools-13.4.tar.bz2
/livecd-tools-13.4.4.tar.bz2
+/livecd-tools-13.4.5.tar.bz2
diff --git a/livecd-tools.spec b/livecd-tools.spec
index 94a616f..755012a 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -4,8 +4,8 @@
Summary: Tools for building live CDs
Name: livecd-tools
-Version: 13.4.4
-Release: 2%{?dist}
+Version: 13.4.5
+Release: 1%{?dist}
Epoch: 1
License: GPLv2
Group: System Environment/Base
@@ -96,6 +96,10 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
+* Fri Jan 31 2014 Brian C. Lane <bcl(a)redhat.com> 13.4.5-1
+- Version 13.4.5 (bcl)
+- Add dmsquash-live module to dracut (#957892) (bcl)
+
* Thu May 23 2013 Brian C. Lane <bcl(a)redhat.com> 13.4.4-2
- Version 13.4.4 (bcl)
- Avoid setting empty root password (#962493) (thoger)
diff --git a/sources b/sources
index 04acbf4..c7cf947 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bb2ee50efb4afe48dd46c2e3302d4e80 livecd-tools-13.4.4.tar.bz2
+9981a8efbc0ab4f86cbdc9801657581e livecd-tools-13.4.5.tar.bz2