Blame SOURCES/0496-udev-rules-pull-in-40-redhat-cpu-hotplug.rules.patch

18971c
From 02d0d0a20873a9e42e30113f3e31bce011793f30 Mon Sep 17 00:00:00 2001
18971c
From: Michal Sekletar <msekleta@redhat.com>
18971c
Date: Mon, 12 Jun 2017 14:47:06 +0200
18971c
Subject: [PATCH] udev-rules: pull in 40-redhat-cpu-hotplug.rules
18971c
18971c
Cpu hotplug policy was split off to separate file. Let's pull in the new
18971c
rules file by default.
18971c
18971c
See: https://bugzilla.redhat.com/show_bug.cgi?id=1266322
18971c
18971c
Resolves: #1460707
18971c
---
18971c
 modules.d/95udev-rules/module-setup.sh | 1 +
18971c
 1 file changed, 1 insertion(+)
18971c
18971c
diff --git a/modules.d/95udev-rules/module-setup.sh b/modules.d/95udev-rules/module-setup.sh
18971c
index e0f2e381..13cafc2a 100755
18971c
--- a/modules.d/95udev-rules/module-setup.sh
18971c
+++ b/modules.d/95udev-rules/module-setup.sh
18971c
@@ -27,6 +27,7 @@ install() {
18971c
     fi
18971c
 
18971c
     inst_rules \
18971c
+        40-redhat-cpu-hotplug.rules \
18971c
         40-redhat.rules \
18971c
         50-firmware.rules \
18971c
         50-udev-default.rules \