From 2346c16ace434a2dd124da2a908f005bc7213f15 Mon Sep 17 00:00:00 2001 From: Martin Gracik Date: Jun 04 2012 14:21:43 +0000 Subject: - Comment on why selinux needs to be in permissive or disabled (mgracik@redhat.com) - Verify the yum transaction (mgracik@redhat.com) - Do not remove shared-mime-info (#825960) (mgracik@redhat.com) - Add a --required switch to installpkg (mgracik@redhat.com) - livemedia-creator: Hook up arch option (bcl@redhat.com) - livemedia-creator: Add appliance creation (bcl@redhat.com) - livemedia-creator: handle failed mount for ami (bcl@redhat.com) --- 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 18.7-1 +- Comment on why selinux needs to be in permissive or disabled + (mgracik@redhat.com) +- Verify the yum transaction (mgracik@redhat.com) +- Do not remove shared-mime-info (#825960) (mgracik@redhat.com) +- Add a --required switch to installpkg (mgracik@redhat.com) +- livemedia-creator: Hook up arch option (bcl@redhat.com) +- livemedia-creator: Add appliance creation (bcl@redhat.com) +- livemedia-creator: handle failed mount for ami (bcl@redhat.com) + * 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) 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