- 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)
This commit is contained in:
Martin Gracik 2012-06-04 16:21:43 +02:00
parent 829626c53f
commit 2346c16ace
3 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@
/lorax-18.3.tar.bz2
/lorax-18.4.tar.gz
/lorax-18.6.tar.gz
/lorax-18.7.tar.gz

View File

@ -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@redhat.com> 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 <mgracik@redhat.com> 18.6-1
- Fix the rpm call (mgracik@redhat.com)
- Use selinux python module to get enforcing mode (mgracik@redhat.com)

View File

@ -1 +1 @@
34f6d6414d8a48881af56ee76302d530 lorax-18.6.tar.gz
863eb6b0fafc248721ea67136f8960f5 lorax-18.7.tar.gz