[livecd-tools] - Version 19.0 (bcl) - iso9660 is now a module, include it (bcl) - correctly check for selinux state

Brian C. Lane bcl at fedoraproject.org
Fri Mar 8 18:08:13 UTC 2013


commit f1fd260998f26bf7ce8836a15574b8b37cbd774a
Author: Brian C. Lane <bcl at redhat.com>
Date:   Fri Mar 8 10:07:54 2013 -0800

    - Version 19.0 (bcl)
    - iso9660 is now a module, include it (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, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9760e52..09cf3cf 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-19.0.tar.bz2
diff --git a/livecd-tools.spec b/livecd-tools.spec
index ad2ec73..1ccf576 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -4,8 +4,8 @@
 
 Summary: Tools for building live CDs
 Name: livecd-tools
-Version: 18.14
-Release: 2%{?dist}
+Version: 19.0
+Release: 1%{?dist}
 Epoch: 1
 License: GPLv2
 Group: System Environment/Base
@@ -102,6 +102,13 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Fri Mar 08 2013 Brian C. Lane <bcl at redhat.com> 19.0-1
+- Version 19.0 (bcl)
+- iso9660 is now a module, include it (bcl)
+- correctly check for selinux state (#896610) (bcl)
+- Simplify kickstart example (#903378) (bcl)
+- default to symlink for /etc/localtime (#885246) (bcl)
+
 * Sat Feb 23 2013 Bruno Wolff III <bruno at wolff.to> 18.14-2
 - Get an up to date build in rawhide, since the mass 
 - rebuild used a master branch that was behind the f18 
diff --git a/sources b/sources
index f52ad8e..5ec6fc0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d97d28191ee5f96ce914b6c425fe90a5  livecd-tools-18.14.tar.bz2
+5b91c9231612ec9a2f31a7b5e710ad30  livecd-tools-19.0.tar.bz2


More information about the scm-commits mailing list