[lorax] - 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:25:30 UTC 2012


commit 829626c53f1bb94f8a393fbc1ee0621d05c18610
Author: Martin Gracik <mgracik at redhat.com>
Date:   Fri Jun 1 12:25:33 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 |   41 +++++++++++++++++++++++++++--------------
 sources    |    2 +-
 3 files changed, 29 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b462861..a391639 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
 /lorax-18.2.tar.bz2
 /lorax-18.3.tar.bz2
 /lorax-18.4.tar.gz
+/lorax-18.6.tar.gz
diff --git a/lorax.spec b/lorax.spec
index e136430..5d34b77 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        18.4
+Version:        18.6
 Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
@@ -11,25 +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:       hfsplus-tools
+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
@@ -79,6 +80,18 @@ 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)
+- Install rpcbind (#824835) (mgracik at redhat.com)
+- Remove hfsplus-tools dependency (#818913) (mgracik at redhat.com)
+- Copy mapping and magic to BOOTDIR on ppc (#815550) (mgracik at redhat.com)
+- Automatic commit of package [lorax] release [18.4-1]. (mgracik at redhat.com)
+
 * Fri May 25 2012 Martin Gracik <mgracik at redhat.com> 18.4-1
 - Initialized to use tito.
 - Use gz not bz2 for source
diff --git a/sources b/sources
index de22138..8051a83 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b83697f143dbf830c6e796e59e77b77e  lorax-18.4.tar.gz
+34f6d6414d8a48881af56ee76302d530  lorax-18.6.tar.gz


More information about the scm-commits mailing list