[livecd-tools/f18] - Version 18.15 (bcl) - Use parted to check for GPT disklabel (#947653) (bcl) - Output details of de

Brian C. Lane bcl at fedoraproject.org
Wed Apr 3 17:48:43 UTC 2013


commit 6e262743eeadd64f8b9de32825f91a22b6ba1dda
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Apr 3 10:48:19 2013 -0700

    - Version 18.15 (bcl)
    - Use parted to check for GPT disklabel (#947653) (bcl)
    - Output details of dep check failure (bcl)
    - Properly generate kernel stanzas (#928093) (bcl)
    - correctly check for selinux state (#896610) (bcl)
    - Simplify kickstart example (#903378) (bcl)
    - default to symlink for /etc/localtime (#885246) (bcl)

 .gitignore        |    1 +
 livecd-tools.spec |   11 ++++++++++-
 sources           |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9760e52..5b146de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@ livecd-tools-033.tar.bz2
 /livecd-tools-18.12.tar.bz2
 /livecd-tools-18.13.tar.bz2
 /livecd-tools-18.14.tar.bz2
+/livecd-tools-18.15.tar.bz2
diff --git a/livecd-tools.spec b/livecd-tools.spec
index 4fd7f99..cc18373 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -4,7 +4,7 @@
 
 Summary: Tools for building live CDs
 Name: livecd-tools
-Version: 18.14
+Version: 18.15
 Release: 1%{?dist}
 Epoch: 1
 License: GPLv2
@@ -102,6 +102,15 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Wed Apr 03 2013 Brian C. Lane <bcl at redhat.com> 18.15-1
+- Version 18.15 (bcl)
+- Use parted to check for GPT disklabel (#947653) (bcl)
+- Output details of dep check failure (bcl)
+- Properly generate kernel stanzas (#928093) (bcl)
+- correctly check for selinux state (#896610) (bcl)
+- Simplify kickstart example (#903378) (bcl)
+- default to symlink for /etc/localtime (#885246) (bcl)
+
 * Fri Dec 14 2012 Brian C. Lane <bcl at redhat.com> 18.14-1
 - Version 18.14 (bcl)
 - add --verifyudev to dmsetup (#885385) (bcl)
diff --git a/sources b/sources
index f52ad8e..6eb9cd1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d97d28191ee5f96ce914b6c425fe90a5  livecd-tools-18.14.tar.bz2
+2ce56408593012369f21c5f568b603b7  livecd-tools-18.15.tar.bz2


More information about the scm-commits mailing list