[lorax/f17] - Fix the rpm call (mgracik at redhat.com) - Use selinux python module to get enforcing mode (mgracik at r

Martin Gracik mgracik at fedoraproject.org
Fri Jun 1 10:17:03 UTC 2012


commit 5f9bce22b67ccf8b01a15a4953df48bc49a1e21b
Author: Martin Gracik <mgracik at redhat.com>
Date:   Fri Jun 1 12:17:01 2012 +0200

    - Fix the rpm call (mgracik at redhat.com)
    - Use selinux python module to get enforcing mode (mgracik at redhat.com)

 .gitignore |    1 +
 lorax.spec |   32 +++++++++++++++++++-------------
 sources    |    2 +-
 3 files changed, 21 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e14c816..484b866 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@
 /lorax-17.24.tar.gz
 /lorax-17.25.tar.gz
 /lorax-18.5.tar.gz
+/lorax-18.6.tar.gz
diff --git a/lorax.spec b/lorax.spec
index 02bdec4..5d34b77 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        18.5
+Version:        18.6
 Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
@@ -11,24 +11,26 @@ URL:            http://git.fedorahosted.org/git/?p=lorax.git
 Source0:        https://fedorahosted.org/releases/l/o/%{name}/%{name}-%{version}.tar.gz
 
 BuildRequires:  python2-devel
-Requires:       python-mako
-Requires:       gawk
-Requires:       glibc-common
+
+Requires:       GConf2
 Requires:       cpio
-Requires:       module-init-tools
 Requires:       device-mapper
-Requires:       findutils
-Requires:       GConf2
-Requires:       isomd5sum
-Requires:       glibc
-Requires:       util-linux
 Requires:       dosfstools
+Requires:       e2fsprogs
+Requires:       findutils
+Requires:       gawk
 Requires:       genisoimage
-Requires:       parted
+Requires:       glibc
+Requires:       glibc-common
 Requires:       gzip
-Requires:       xz
+Requires:       isomd5sum
+Requires:       libselinux-python
+Requires:       module-init-tools
+Requires:       parted
+Requires:       python-mako
 Requires:       squashfs-tools >= 4.2
-Requires:       e2fsprogs
+Requires:       util-linux
+Requires:       xz
 Requires:       yum
 
 %ifarch %{ix86} x86_64
@@ -78,6 +80,10 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 
 %changelog
+* 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)
+
 * Thu May 31 2012 Martin Gracik <mgracik at redhat.com> 18.5-1
 - Don't remove sha256sum from the install image (mgracik at redhat.com)
 - Check if selinux is not in Enforcing mode (#824835) (mgracik at redhat.com)
diff --git a/sources b/sources
index 54f5250..8051a83 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d9eb791d13eddf540eac64a4e479e510  lorax-18.5.tar.gz
+34f6d6414d8a48881af56ee76302d530  lorax-18.6.tar.gz


More information about the scm-commits mailing list