[lorax] - Check if selinux is enabled before getting the mode (mgracik at redhat.com) - Add grub2 so that rescu

Martin Gracik mgracik at fedoraproject.org
Wed Jun 6 14:05:04 UTC 2012


commit 1a848b3a715e23712241d645ef8fb5fd5b25ce55
Author: Martin Gracik <mgracik at redhat.com>
Date:   Wed Jun 6 16:05:09 2012 +0200

    - Check if selinux is enabled before getting the mode (mgracik at redhat.com)
    - Add grub2 so that rescue is more useful (bcl at redhat.com)

 .gitignore |    1 +
 lorax.spec |    6 +++++-
 sources    |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 314157f..7d004e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
 /lorax-18.4.tar.gz
 /lorax-18.6.tar.gz
 /lorax-18.7.tar.gz
+/lorax-18.8.tar.gz
diff --git a/lorax.spec b/lorax.spec
index 12b4554..820eb53 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        18.7
+Version:        18.8
 Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
@@ -81,6 +81,10 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 
 %changelog
+* Wed Jun 06 2012 Martin Gracik <mgracik at redhat.com> 18.8-1
+- Check if selinux is enabled before getting the mode (mgracik at redhat.com)
+- Add grub2 so that rescue is more useful (bcl at redhat.com)
+
 * Mon Jun 04 2012 Martin Gracik <mgracik at redhat.com> 18.7-1
 - Comment on why selinux needs to be in permissive or disabled
   (mgracik at redhat.com)
diff --git a/sources b/sources
index b7e6014..ee030c3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-863eb6b0fafc248721ea67136f8960f5  lorax-18.7.tar.gz
+0792810006202a29c83d65c0d8b32b67  lorax-18.8.tar.gz


More information about the scm-commits mailing list