[lorax] - Comment on why selinux needs to be in permissive or disabled (mgracik at redhat.com) - Verify the y

Martin Gracik mgracik at fedoraproject.org
Mon Jun 4 14:21:37 UTC 2012


commit 2346c16ace434a2dd124da2a908f005bc7213f15
Author: Martin Gracik <mgracik at redhat.com>
Date:   Mon Jun 4 16:21:43 2012 +0200

    - Comment on why selinux needs to be in permissive or disabled
      (mgracik at redhat.com)
    - Verify the yum transaction (mgracik at redhat.com)
    - Do not remove shared-mime-info (#825960) (mgracik at redhat.com)
    - Add a --required switch to installpkg (mgracik at redhat.com)
    - livemedia-creator: Hook up arch option (bcl at redhat.com)
    - livemedia-creator: Add appliance creation (bcl at redhat.com)
    - livemedia-creator: handle failed mount for ami (bcl at redhat.com)

 .gitignore |    1 +
 lorax.spec |   13 ++++++++++++-
 sources    |    2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a391639..314157f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
 /lorax-18.3.tar.bz2
 /lorax-18.4.tar.gz
 /lorax-18.6.tar.gz
+/lorax-18.7.tar.gz
diff --git a/lorax.spec b/lorax.spec
index 5d34b77..12b4554 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        18.6
+Version:        18.7
 Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
@@ -32,6 +32,7 @@ Requires:       squashfs-tools >= 4.2
 Requires:       util-linux
 Requires:       xz
 Requires:       yum
+Requires:       pykickstart
 
 %ifarch %{ix86} x86_64
 Requires:       syslinux >= 4.02-5
@@ -80,6 +81,16 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 
 %changelog
+* 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)
+- Verify the yum transaction (mgracik at redhat.com)
+- Do not remove shared-mime-info (#825960) (mgracik at redhat.com)
+- Add a --required switch to installpkg (mgracik at redhat.com)
+- livemedia-creator: Hook up arch option (bcl at redhat.com)
+- livemedia-creator: Add appliance creation (bcl at redhat.com)
+- livemedia-creator: handle failed mount for ami (bcl at redhat.com)
+
 * Fri Jun 01 2012 Martin Gracik <mgracik at redhat.com> 18.6-1
 - Fix the rpm call (mgracik at redhat.com)
 - Use selinux python module to get enforcing mode (mgracik at redhat.com)
diff --git a/sources b/sources
index 8051a83..b7e6014 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-34f6d6414d8a48881af56ee76302d530  lorax-18.6.tar.gz
+863eb6b0fafc248721ea67136f8960f5  lorax-18.7.tar.gz


More information about the scm-commits mailing list