diff --git a/SOURCES/openvswitch-3.3.0.patch b/SOURCES/openvswitch-3.3.0.patch index 1bc8761..a26204f 100644 --- a/SOURCES/openvswitch-3.3.0.patch +++ b/SOURCES/openvswitch-3.3.0.patch @@ -1078,6 +1078,19 @@ index 3b0220aaa2..fb7d17ebe7 100644 bool mf_is_frozen_metadata(const struct mf_field *); bool mf_is_pipeline_field(const struct mf_field *); bool mf_is_set(const struct mf_field *, const struct flow *); +diff --git a/include/openvswitch/ofp-ct.h b/include/openvswitch/ofp-ct.h +index d57b626784..ea68c2e605 100644 +--- a/include/openvswitch/ofp-ct.h ++++ b/include/openvswitch/ofp-ct.h +@@ -24,6 +24,8 @@ + + #include "openflow/nicira-ext.h" + ++struct ds; ++ + #ifdef __cplusplus + extern "C" { + #endif diff --git a/include/openvswitch/version.h.in b/include/openvswitch/version.h.in index 23d8fde4f1..231f61e30c 100644 --- a/include/openvswitch/version.h.in diff --git a/SPECS/openvswitch3.3.spec b/SPECS/openvswitch3.3.spec index b8faca7..b678ff5 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: 30%{?dist} +Release: 31%{?dist} # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the # lib/sflow*.[ch] files are SISSL @@ -769,6 +769,12 @@ exit 0 %endif %changelog +* Mon Jan 20 2025 Open vSwitch CI - 3.3.0-31 +- Merging upstream branch-3.3 [RH git: 8ab2507b03] + Commit list: + a53eba2e95 ofp-ct: Add missing struct declaration. + + * Thu Jan 16 2025 Open vSwitch CI - 3.3.0-30 - Merging upstream branch-3.3 [RH git: 5cd967a3a2] Commit list: