diff --git a/SOURCES/openvswitch-2.17.0.patch b/SOURCES/openvswitch-2.17.0.patch
index 5da4f59..739b469 100644
--- a/SOURCES/openvswitch-2.17.0.patch
+++ b/SOURCES/openvswitch-2.17.0.patch
@@ -129,12 +129,16 @@ index c4300cd53e..a297aadac8 100644
  
  - GNU make.
 diff --git a/NEWS b/NEWS
-index c10e9bfacc..36fcbb8748 100644
+index c10e9bfacc..b04b7b4c9d 100644
 --- a/NEWS
 +++ b/NEWS
-@@ -1,3 +1,51 @@
-+v2.17.3 - xx xxx xxxx
+@@ -1,3 +1,55 @@
++v2.17.4 - xx xxx xxxx
 +---------------------
++
++v2.17.3 - 07 Oct 2022
++---------------------
++   - Bug fixes
 +   - OVSDB:
 +     * New Local_Config schema added to support Connections (--remote)
 +       configuration in a clustered databse independently for each server.
@@ -386,7 +390,7 @@ index 1884c99e1f..aca1dbca91 100755
 +dhparam_to_c lib/dh4096.pem
 +echo "#endif"
 diff --git a/configure.ac b/configure.ac
-index 4e9bcce272..5cc3f4801e 100644
+index 4e9bcce272..733068bfd2 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -13,7 +13,7 @@
@@ -394,7 +398,7 @@ index 4e9bcce272..5cc3f4801e 100644
  
  AC_PREREQ(2.63)
 -AC_INIT(openvswitch, 2.17.0, bugs@openvswitch.org)
-+AC_INIT(openvswitch, 2.17.3, bugs@openvswitch.org)
++AC_INIT(openvswitch, 2.17.4, bugs@openvswitch.org)
  AC_CONFIG_SRCDIR([datapath/datapath.c])
  AC_CONFIG_MACRO_DIR([m4])
  AC_CONFIG_AUX_DIR([build-aux])
@@ -576,15 +580,21 @@ index cc0840704a..2a206305ec 100644
          completionList->dropNbl = NULL;
          completionList->dropNblNext = &completionList->dropNbl;
 diff --git a/debian/changelog b/debian/changelog
-index 3e0d3a66e3..5ddd655d6c 100644
+index 3e0d3a66e3..1a1f0984b3 100644
 --- a/debian/changelog
 +++ b/debian/changelog
-@@ -1,3 +1,21 @@
+@@ -1,3 +1,27 @@
++openvswitch (2.17.4-1) unstable; urgency=low
++   [ Open vSwitch team ]
++   * New upstream version
++
++ -- Open vSwitch team <dev@openvswitch.org>  Fri, 07 Oct 2022 13:12:51 +0200
++
 +openvswitch (2.17.3-1) unstable; urgency=low
 +   [ Open vSwitch team ]
 +   * New upstream version
 +
-+ -- Open vSwitch team <dev@openvswitch.org>  Wed, 15 Jun 2022 12:04:07 +0200
++ -- Open vSwitch team <dev@openvswitch.org>  Fri, 07 Oct 2022 13:12:51 +0200
 +
 +openvswitch (2.17.2-1) unstable; urgency=low
 +   [ Open vSwitch team ]
diff --git a/SPECS/openvswitch2.17.spec b/SPECS/openvswitch2.17.spec
index 566ff69..a042a76 100644
--- a/SPECS/openvswitch2.17.spec
+++ b/SPECS/openvswitch2.17.spec
@@ -57,7 +57,7 @@ Summary: Open vSwitch
 Group: System Environment/Daemons daemon/database/utilities
 URL: http://www.openvswitch.org/
 Version: 2.17.0
-Release: 57%{?dist}
+Release: 58%{?dist}
 
 # Nearly all of openvswitch is ASL 2.0.  The bugtool is LGPLv2+, and the
 # lib/sflow*.[ch] files are SISSL
@@ -743,6 +743,13 @@ exit 0
 %endif
 
 %changelog
+* Sat Oct 08 2022 Open vSwitch CI <ovs-ci@redhat.com> - 2.17.0-58
+- Merging upstream branch-2.17 [RH git: 52fc530642]
+    Commit list:
+    5dde4d748e Prepare for 2.17.4.
+    2b4b4b8689 Set release date for 2.17.3.
+
+
 * Fri Oct 07 2022 Open vSwitch CI <ovs-ci@redhat.com> - 2.17.0-57
 - Merging upstream branch-2.17 [RH git: d374ce43dc]
     Commit list: