[dracut/f18] dracut-029-1.3

Harald Hoyer harald at fedoraproject.org
Thu Dec 12 08:43:17 UTC 2013


commit 3bba112df0c07e163b2870e45c807d6a851bdda1
Author: Harald Hoyer <harald at redhat.com>
Date:   Thu Dec 12 09:42:59 2013 +0100

    dracut-029-1.3
    
    - add mdadmconf="yes" to the default configuration
    Resolves: rhbz#1015204

 dracut.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/dracut.spec b/dracut.spec
index 1cf006e..9a081f4 100644
--- a/dracut.spec
+++ b/dracut.spec
@@ -10,7 +10,7 @@
 
 Name: dracut
 Version: 029
-Release: 1%{?dist}.2
+Release: 1%{?dist}.3
 
 Summary: Initramfs generator using udev
 %if 0%{?fedora} || 0%{?rhel}
@@ -228,6 +228,7 @@ install -m 0644 dracut.conf.d/fedora.conf.example $RPM_BUILD_ROOT%{dracutlibdir}
 
 sed -i -e 's#^hostonly=.*#hostonly=\"no\"#g;s#^dracut_rescue_image=.*#dracut_rescue_image=\"no\"#g' $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/01-dist.conf
 echo 'kernel_cmdline+=" rd.auto=1 "' >> $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/01-dist.conf
+echo 'mdadmconf="yes"' >> $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/01-dist.conf
 
 install -m 0644 dracut.conf.d/fips.conf.example $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/40-fips.conf
 %endif
@@ -412,6 +413,10 @@ rm -rf $RPM_BUILD_ROOT
 %dir /var/lib/dracut/overlay
 
 %changelog
+* Thu Dec 12 2013 Harald Hoyer <harald at redhat.com> 029-1.3
+- add mdadmconf="yes" to the default configuration
+Resolves: rhbz#1015204
+
 * Tue Jul 02 2013 Harald Hoyer <harald at redhat.com> 029-1.2
 - add rd.auto=1 to the default kernel cmdline
 


More information about the scm-commits mailing list