diff --git a/dbus-fix-type-of-name-property-in-interface.patch b/dbus-fix-type-of-name-property-in-interface.patch
new file mode 100644
index 0000000000000000000000000000000000000000..a46f00adf72607a89672cf75f4a36a4dd5482515
--- /dev/null
+++ b/dbus-fix-type-of-name-property-in-interface.patch
@@ -0,0 +1,22 @@
+From 367c652758bf0b5ce567e775b710cb0164966528 Mon Sep 17 00:00:00 2001
+From: Jeltz <89084173+koh6uawi@users.noreply.github.com>
+Date: Tue, 4 Apr 2023 15:05:18 +0200
+Subject: [PATCH] dbus: fix type of Name property in Interface
+
+---
+ keepalived/dbus/org.keepalived.Vrrp1.Instance.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/keepalived/dbus/org.keepalived.Vrrp1.Instance.xml b/keepalived/dbus/org.keepalived.Vrrp1.Instance.xml
+index ed5798a56..4e6b4f8f7 100644
+--- a/keepalived/dbus/org.keepalived.Vrrp1.Instance.xml
++++ b/keepalived/dbus/org.keepalived.Vrrp1.Instance.xml
+@@ -25,7 +25,7 @@
+
+
+
+-
++
+
+
+
diff --git a/keepalived.spec b/keepalived.spec
index 48ec656bb951bd5a8d293bc808beea116be76b4a..54d94aa7ba365af34097c3df45ec3136ad6b360e 100644
--- a/keepalived.spec
+++ b/keepalived.spec
@@ -9,7 +9,7 @@
Name: keepalived
Version: 2.2.4
-Release: 3
+Release: 4
Summary: High Availability monitor built upon LVS, VRRP and service pollers
License: GPLv2+
URL: http://www.keepalived.org/
@@ -27,6 +27,7 @@ Patch0005: Fix-segfault-when-receive-netlink-message-for-static.patch
Patch0006: vrrp-deley-freeing-vrrp-instances-until-all-referenc.patch
Patch0007: check-use-last-entry-if-duplicate-definition.patch
Patch0008: check-fix-further-memory-leaks-when-configuration-is.patch
+Patch0009: dbus-fix-type-of-name-property-in-interface.patch
Requires(post): systemd
Requires(preun): systemd
@@ -111,6 +112,12 @@ install -Dd -m 0755 %{buildroot}%{_libexecdir}/keepalived
%{_mandir}/man*
%changelog
+* Thu Aug 10 2023 liubo - 2.2.4-4
+- Type:bugfix
+- ID:NA
+- SUG:NA
+- DESC:dbus:fix type of name property in interface
+
* Mon Jun 12 2023 sunsuwan - 2.2.4-3
- Type:CVE
- ID:NA