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

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