- Check if selinux is enabled before getting the mode (mgracik@redhat.com)

- Add grub2 so that rescue is more useful (bcl@redhat.com)
This commit is contained in:
Martin Gracik 2012-06-06 16:05:09 +02:00
parent 2346c16ace
commit 1a848b3a71
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@
/lorax-18.4.tar.gz
/lorax-18.6.tar.gz
/lorax-18.7.tar.gz
/lorax-18.8.tar.gz

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: lorax
Version: 18.7
Version: 18.8
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -81,6 +81,10 @@ make DESTDIR=$RPM_BUILD_ROOT install
%changelog
* Wed Jun 06 2012 Martin Gracik <mgracik@redhat.com> 18.8-1
- Check if selinux is enabled before getting the mode (mgracik@redhat.com)
- Add grub2 so that rescue is more useful (bcl@redhat.com)
* 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)

View File

@ -1 +1 @@
863eb6b0fafc248721ea67136f8960f5 lorax-18.7.tar.gz
0792810006202a29c83d65c0d8b32b67 lorax-18.8.tar.gz