From 829626c53f1bb94f8a393fbc1ee0621d05c18610 Mon Sep 17 00:00:00 2001 From: Martin Gracik Date: Fri, 1 Jun 2012 12:25:33 +0200 Subject: [PATCH] - Fix the rpm call (mgracik@redhat.com) - Use selinux python module to get enforcing mode (mgracik@redhat.com) --- .gitignore | 1 + lorax.spec | 47 ++++++++++++++++++++++++++++++----------------- sources | 2 +- 3 files changed, 32 insertions(+), 18 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: cpio -Requires: module-init-tools -Requires: device-mapper -Requires: findutils + Requires: GConf2 -Requires: isomd5sum -Requires: glibc -Requires: util-linux +Requires: cpio +Requires: device-mapper Requires: dosfstools -Requires: hfsplus-tools -Requires: genisoimage -Requires: parted -Requires: gzip -Requires: xz -Requires: squashfs-tools >= 4.2 Requires: e2fsprogs +Requires: findutils +Requires: gawk +Requires: genisoimage +Requires: glibc +Requires: glibc-common +Requires: gzip +Requires: isomd5sum +Requires: libselinux-python +Requires: module-init-tools +Requires: parted +Requires: python-mako +Requires: squashfs-tools >= 4.2 +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 18.6-1 +- Fix the rpm call (mgracik@redhat.com) +- Use selinux python module to get enforcing mode (mgracik@redhat.com) + +* Thu May 31 2012 Martin Gracik 18.5-1 +- Don't remove sha256sum from the install image (mgracik@redhat.com) +- Check if selinux is not in Enforcing mode (#824835) (mgracik@redhat.com) +- Install rpcbind (#824835) (mgracik@redhat.com) +- Remove hfsplus-tools dependency (#818913) (mgracik@redhat.com) +- Copy mapping and magic to BOOTDIR on ppc (#815550) (mgracik@redhat.com) +- Automatic commit of package [lorax] release [18.4-1]. (mgracik@redhat.com) + * Fri May 25 2012 Martin Gracik 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