1bf31c
From d1861df7552e2679ab48e5573ac23f4f1553f0e2 Mon Sep 17 00:00:00 2001
1bf31c
From: Beniamino Galvani <bgalvani@redhat.com>
1bf31c
Date: Sun, 20 Sep 2020 09:44:08 +0200
1bf31c
Subject: [PATCH] dracut.spec: include the 04watchdog-modules module
1bf31c
1bf31c
Include the 04watchdog-modules module that was added in 39d90012a652
1bf31c
("04watchdog: split the watchdog module install").
1bf31c
1bf31c
(cherry picked from commit f3e328a7fd30c7109a3af188e84e621770bb6b85)
1bf31c
1bf31c
Resolves: #1890039
1bf31c
---
1bf31c
 dracut.spec | 1 +
1bf31c
 1 file changed, 1 insertion(+)
1bf31c
1bf31c
diff --git a/dracut.spec b/dracut.spec
1bf31c
index 3db5c0cf..b371118e 100644
1bf31c
--- a/dracut.spec
1bf31c
+++ b/dracut.spec
1bf31c
@@ -346,6 +346,7 @@ install -m 0755 51-dracut-rescue-postinst.sh $RPM_BUILD_ROOT%{_sysconfdir}/kerne
1bf31c
 %{dracutlibdir}/modules.d/03modsign
1bf31c
 %{dracutlibdir}/modules.d/03rescue
1bf31c
 %{dracutlibdir}/modules.d/04watchdog
1bf31c
+%{dracutlibdir}/modules.d/04watchdog-modules
1bf31c
 %{dracutlibdir}/modules.d/05busybox
1bf31c
 %{dracutlibdir}/modules.d/06rngd
1bf31c
 %{dracutlibdir}/modules.d/10i18n
1bf31c