- fixed empty output file argument handling:

"dracut '' <kernel version>"
This commit is contained in:
Harald Hoyer 2011-03-29 10:38:36 +02:00
parent 9a1642d7ce
commit 3fe1017324
1 changed files with 8 additions and 1 deletions

View File

@ -8,7 +8,7 @@
Name: dracut Name: dracut
Version: 009 Version: 009
Release: 1%{?dist} Release: 2%{?dist}
Summary: Initramfs generator using udev Summary: Initramfs generator using udev
%if 0%{?fedora} %if 0%{?fedora}
@ -20,6 +20,8 @@ Group: System/Base
License: GPLv2+ License: GPLv2+
URL: https://dracut.wiki.kernel.org/ URL: https://dracut.wiki.kernel.org/
Source0: http://www.kernel.org/pub/linux/utils/boot/dracut/dracut-009.tar.bz2 Source0: http://www.kernel.org/pub/linux/utils/boot/dracut/dracut-009.tar.bz2
Patch1: 0001-dracut-don-t-skip-zero-length-string-outfile-argumen.patch
BuildArch: noarch BuildArch: noarch
%if 0%{?fedora} %if 0%{?fedora}
@ -152,6 +154,7 @@ This package contains tools to assemble the local initrd and host configuration.
%prep %prep
%setup -q -n %{name}-%{version}%{?dashgittag} %setup -q -n %{name}-%{version}%{?dashgittag}
%patch1 -p1
%build %build
make WITH_SWITCH_ROOT=0%{?with_switch_root} make WITH_SWITCH_ROOT=0%{?with_switch_root}
@ -288,6 +291,10 @@ rm -rf $RPM_BUILD_ROOT
%dir /var/lib/dracut/overlay %dir /var/lib/dracut/overlay
%changelog %changelog
* Tue Mar 29 2011 Harald Hoyer <harald@redhat.com> 009-2
- fixed empty output file argument handling:
"dracut '' <kernel version>"
* Mon Mar 28 2011 Harald Hoyer <harald@redhat.com> 009-1 * Mon Mar 28 2011 Harald Hoyer <harald@redhat.com> 009-1
- version 009 - version 009