- merge upstream patch to fix build error * add patch + DRBDmon-Add-missing-default_types.h-include-in-strin.patch - Fix SELinux equivalency rules in module (bsc#1242915) * add patch + 0001-Fix-selinux-policy-for-usr-bin-equivalency-rules.patch + 0002-Fix-selinux-module-for-run-lock-equivalency-rules.patch + 0003-Fix-selinux-module-for-run-equivalency-rules.patch OBS-URL: https://build.opensuse.org/request/show/1286402 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/drbd-utils?expand=0&rev=150
26 lines
660 B
Diff
26 lines
660 B
Diff
From f5b69f8841e005ee10360496fdda46b8fc92c5eb Mon Sep 17 00:00:00 2001
|
|
From: Robert Altnoeder <robert.altnoeder@linbit.com>
|
|
Date: Wed, 9 Apr 2025 13:48:27 +0200
|
|
Subject: [PATCH] DRBDmon: Add missing default_types.h include in
|
|
string_matching.h
|
|
|
|
---
|
|
user/drbdmon/string_matching.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/user/drbdmon/string_matching.h b/user/drbdmon/string_matching.h
|
|
index 9b3918fe84f4..17dbdf5170b6 100644
|
|
--- a/user/drbdmon/string_matching.h
|
|
+++ b/user/drbdmon/string_matching.h
|
|
@@ -4,6 +4,7 @@
|
|
#include <string>
|
|
#include <memory>
|
|
#include <stdexcept>
|
|
+#include <default_types.h>
|
|
|
|
namespace string_matching
|
|
{
|
|
--
|
|
2.43.0
|
|
|