diff --git a/SOURCES/0437-fix-typo-in-ProtectSystem-option.patch b/SOURCES/0437-fix-typo-in-ProtectSystem-option.patch
new file mode 100644
index 0000000..945789a
--- /dev/null
+++ b/SOURCES/0437-fix-typo-in-ProtectSystem-option.patch
@@ -0,0 +1,27 @@
+From bf1b76b47629a7f0eacce4f26d01f3eea46e7bd6 Mon Sep 17 00:00:00 2001
+From: David Tardon <dtardon@redhat.com>
+Date: Fri, 6 Nov 2020 10:13:19 +0100
+Subject: [PATCH] fix typo in ProtectSystem= option
+
+This was introduced by commit d9ae3222cfbd5d2a48e6dbade6617085cc76f1c1 .
+
+(cherry picked from commit 573229efeb2c5ade25794deee8cfe2f967414ef7)
+
+Resolves: #1934500
+---
+ units/systemd-resolved.service.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/units/systemd-resolved.service.in b/units/systemd-resolved.service.in
+index aad1a53a5f..f10f1d1690 100644
+--- a/units/systemd-resolved.service.in
++++ b/units/systemd-resolved.service.in
+@@ -30,7 +30,7 @@ CapabilityBoundingSet=CAP_SETPCAP CAP_NET_RAW CAP_NET_BIND_SERVICE
+ AmbientCapabilities=CAP_SETPCAP CAP_NET_RAW CAP_NET_BIND_SERVICE
+ PrivateTmp=yes
+ PrivateDevices=yes
+-ProtectSystems=strict
++ProtectSystem=strict
+ ProtectHome=yes
+ ProtectControlGroups=yes
+ ProtectKernelTunables=yes
diff --git a/SPECS/systemd.spec b/SPECS/systemd.spec
index 919f632..37cdc88 100644
--- a/SPECS/systemd.spec
+++ b/SPECS/systemd.spec
@@ -13,7 +13,7 @@
 Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
 Version:        239
-Release:        41%{?dist}.1
+Release:        41%{?dist}.2
 # For a breakdown of the licensing, see README
 License:        LGPLv2+ and MIT and GPLv2+
 Summary:        System and Service Manager
@@ -486,6 +486,7 @@ Patch0433: 0433-man-document-new-boot-complete.target-unit.patch
 Patch0434: 0434-core-make-sure-to-restore-the-control-command-id-too.patch
 Patch0435: 0435-cgroup-freezer-action-must-be-NOP-when-cgroup-v2-fre.patch
 Patch0436: 0436-logind-don-t-print-warning-when-user-.service-templa.patch
+Patch0437: 0437-fix-typo-in-ProtectSystem-option.patch
 
 
 %ifarch %{ix86} x86_64 aarch64
@@ -1114,6 +1115,9 @@ fi
 %files tests -f .file-list-tests
 
 %changelog
+* Tue Mar 09 2021 systemd maintenance team <systemd-maint@redhat.com> - 239-41.2
+- fix typo in ProtectSystem= option (#1934500)
+
 * Fri Nov 06 2020 systemd maintenance team <systemd-maint@redhat.com> - 239-41.1
 - logind: don't print warning when user@.service template is masked (#1894152)