diff --git a/SOURCES/openvswitch-3.3.0.patch b/SOURCES/openvswitch-3.3.0.patch index 6897645..f4dfc88 100644 --- a/SOURCES/openvswitch-3.3.0.patch +++ b/SOURCES/openvswitch-3.3.0.patch @@ -1535,6 +1535,22 @@ index 2f858e19d5..3db6444de6 100755 print(".ps %+d" % font_scale) print(".PE") - +diff --git a/ovsdb/ovsdb-client.c b/ovsdb/ovsdb-client.c +index 7249805bab..cf2ecfd08a 100644 +--- a/ovsdb/ovsdb-client.c ++++ b/ovsdb/ovsdb-client.c +@@ -451,8 +451,9 @@ usage(void) + " wait until DATABASE reaches STATE " + "(\"added\" or \"connected\" or \"removed\")\n" + " in DATBASE on SERVER.\n" +- "\n dump [SERVER] [DATABASE]\n" +- " dump contents of DATABASE on SERVER to stdout\n" ++ "\n dump [SERVER] [DATABASE] [TABLE]\n" ++ " dump contents of TABLE (or all tables) in DATABASE on SERVER\n" ++ " to stdout\n" + "\n backup [SERVER] [DATABASE] > SNAPSHOT\n" + " dump database contents in the form of a database file\n" + "\n [--force] restore [SERVER] [DATABASE] < SNAPSHOT\n" diff --git a/ovsdb/ovsdb-doc b/ovsdb/ovsdb-doc index 099770d253..2edf487a28 100755 --- a/ovsdb/ovsdb-doc diff --git a/SPECS/openvswitch3.3.spec b/SPECS/openvswitch3.3.spec index c6b0d2e..0aece7d 100644 --- a/SPECS/openvswitch3.3.spec +++ b/SPECS/openvswitch3.3.spec @@ -57,7 +57,7 @@ Summary: Open vSwitch Group: System Environment/Daemons daemon/database/utilities URL: http://www.openvswitch.org/ Version: 3.3.0 -Release: 16%{?dist} +Release: 17%{?dist} # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the # lib/sflow*.[ch] files are SISSL @@ -767,6 +767,12 @@ exit 0 %endif %changelog +* Tue May 07 2024 Open vSwitch CI - 3.3.0-17 +- Merging upstream branch-3.3 [RH git: a2b1d49351] + Commit list: + 20ed5491c5 ovsdb-client: Add missing arg to help for 'dump'. + + * Fri May 03 2024 Open vSwitch CI - 3.3.0-16 - Merging upstream branch-3.3 [RH git: 8c52aecb56] Commit list: