- bail out if selinux policy could not be loaded and selinux=0 not

specified on kernel command line (bug #524113)
- set finished criteria for dmsquash live images
This commit is contained in:
Harald Hoyer 2009-09-21 15:48:28 +00:00
parent 0e9ddc428d
commit 4fe8494bd9
3 changed files with 10 additions and 4 deletions

View File

@ -1 +1 @@
dracut-002-c53acc30.tar.bz2
dracut-002-8eb16b08.tar.bz2

View File

@ -1,4 +1,4 @@
%define gittag c53acc30
%define gittag 8eb16b08
%if 0%{?fedora} < 12
%define with_switch_root 1
%else
@ -14,7 +14,7 @@
Name: dracut
Version: 002
Release: 2%{?rdist}
Release: 3%{?rdist}
Summary: Initramfs generator using udev
Group: System Environment/Base
License: GPLv2+
@ -181,6 +181,12 @@ rm -rf $RPM_BUILD_ROOT
%dir /var/lib/dracut/overlay
%changelog
* Mon Sep 21 2009 Harald Hoyer <harald@redhat.com> 002-3
- bail out if selinux policy could not be loaded and
selinux=0 not specified on kernel command line
(bug #524113)
- set finished criteria for dmsquash live images
* Fri Sep 18 2009 Harald Hoyer <harald@redhat.com> 002-2
- do not cleanup dmraids
- copy over lvm.conf

View File

@ -1 +1 @@
d0d8a2cad127d678e1fd9da5553674f4 dracut-002-c53acc30.tar.bz2
6f85d54893a0bdb16273b61a9b5d9582 dracut-002-8eb16b08.tar.bz2