From ab65ae207e1b022136007b57b101ce0a518dbb46 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 16 Apr 2012 15:55:53 +0200 Subject: dracut-018-12.git20120416 - new upstream version, which fixes various anaconda loader issues --- dracut.spec | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'dracut.spec') diff --git a/dracut.spec b/dracut.spec index 55370b9..41f4e32 100644 --- a/dracut.spec +++ b/dracut.spec @@ -10,7 +10,7 @@ Name: dracut Version: 018 -Release: 1%{?dist} +Release: 12.git20120416%{?dist} Summary: Initramfs generator using udev %if 0%{?fedora} || 0%{?rhel} @@ -24,6 +24,17 @@ URL: https://dracut.wiki.kernel.org/ # Source can be generated by # http://git.kernel.org/?p=boot/dracut/dracut.git;a=snapshot;h=%{version};sf=tgz Source0: http://www.kernel.org/pub/linux/utils/boot/dracut/dracut-%{version}.tar.bz2 +Patch1: 0001-dracut-lib-add-str_ends-to-go-along-with-str_starts.patch +Patch2: 0002-run-setup_net-at-start-of-initqueue-online-hook.patch +Patch3: 0003-network-add-save_netinfo-fix-problems-with-nfs-NM-ta.patch +Patch4: 0004-Make-splitsep-work-as-documented-with-less-vars-than.patch +Patch5: 0005-shutdown-use-emergency_shell-from-dracut-lib.patch +Patch6: 0006-rootfs-block-avoid-remount-when-options-don-t-change.patch +Patch7: 0007-Debian-multiarch-support.patch +Patch8: 0008-dracut.sh-log-installed-modules-to-initdir-lib-dracu.patch +Patch9: 0009-lvm-disable-lvmetad.patch +Patch10: 0010-virtfs-root-filesystem-support.patch +Patch11: 0011-udev-rules-remove-01-ignore.rules.patch BuildArch: noarch @@ -271,6 +282,7 @@ rm -rf $RPM_BUILD_ROOT %{dracutlibdir}/modules.d/95zfcp %{dracutlibdir}/modules.d/95terminfo %{dracutlibdir}/modules.d/95udev-rules +%{dracutlibdir}/modules.d/95virtfs %{dracutlibdir}/modules.d/96securityfs %{dracutlibdir}/modules.d/97biosdevname %{dracutlibdir}/modules.d/97masterkey @@ -329,6 +341,9 @@ rm -rf $RPM_BUILD_ROOT %dir /var/lib/dracut/overlay %changelog +* Mon Apr 16 2012 Harald Hoyer 018-12.git20120416 +- new upstream version, which fixes various anaconda loader issues + * Thu Apr 05 2012 Harald Hoyer 018-1 - version 018 -- cgit