Blame SOURCES/mdadm-3.3-udev.patch

0c53fc
--- mdadm-3.3.1/udev-md-raid-assembly.rules~	2014-06-10 13:29:41.192829830 +0200
0c53fc
+++ mdadm-3.3.1/udev-md-raid-assembly.rules	2014-06-10 13:30:20.838613208 +0200
0c53fc
@@ -5,6 +5,10 @@
0c53fc
 ENV{ANACONDA}=="?*", GOTO="md_inc_end"
0c53fc
 # assemble md arrays
0c53fc
 
0c53fc
+# In Fedora we handle the raid components in 65-md-incremental.rules so that
0c53fc
+# we can do things like honor anaconda command line options and such
0c53fc
+GOTO="md_inc_end"
0c53fc
+
0c53fc
 SUBSYSTEM!="block", GOTO="md_inc_end"
0c53fc
 
0c53fc
 # handle potential components of arrays (the ones supported by md)