From 324e47030e644c40921b2bb217df0aa3b581afa5 Mon Sep 17 00:00:00 2001 From: Open vSwitch CI Date: Aug 25 2023 16:42:49 +0000 Subject: Import openvswitch3.2-3.2.0-2 from Fast DataPath --- diff --git a/.openvswitch.metadata b/.openvswitch.metadata index aa0aa0b..d8eac7e 100644 --- a/.openvswitch.metadata +++ b/.openvswitch.metadata @@ -1,5 +1,5 @@ 002450621b33c5690060345b0aac25bc2426d675 SOURCES/docutils-0.12.tar.gz -82327d32f226f4496cbd7430be3c5fd4d4beac91 SOURCES/openvswitch-1e9c40137dabca249ea8c3060b4fb27bb951f779.tar.gz +c4b0954cf2717fe294880c479cf5d41225ac9d87 SOURCES/openvswitch-3.2.0.tar.gz 8509a716f9f936526f64fb23f313c5a9baf2f123 SOURCES/pyelftools-0.27.tar.gz d34f96421a86004aa5d26ecf975edefd09f948b1 SOURCES/Pygments-1.4.tar.gz 3a11f130c63b057532ca37fe49c8967d0cbae1d5 SOURCES/Sphinx-1.2.3.tar.gz diff --git a/SPECS/openvswitch3.2.spec b/SPECS/openvswitch3.2.spec index c53718a..3af52b5 100644 --- a/SPECS/openvswitch3.2.spec +++ b/SPECS/openvswitch3.2.spec @@ -13,7 +13,7 @@ %define pkgname openvswitch3.2 -%global commit 1e9c40137dabca249ea8c3060b4fb27bb951f779 + %if 0%{?commit:1} %global shortcommit %(c=%{commit}; echo ${c:0:7}) %endif @@ -57,7 +57,7 @@ Summary: Open vSwitch Group: System Environment/Daemons daemon/database/utilities URL: http://www.openvswitch.org/ Version: 3.2.0 -Release: 0.7%{?dist} +Release: 2%{?dist} # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the # lib/sflow*.[ch] files are SISSL @@ -761,52 +761,21 @@ exit 0 %endif %changelog -* Thu Aug 17 2023 Open vSwitch CI - 3.2.0-7 -- Merging upstream branch-3.2 [RH git: 28ea9e11e5] +* Fri Aug 25 2023 Open vSwitch CI - 3.2.0-2 +- Merging upstream branch-3.2 [RH git: 62c8b67317] Commit list: + 9448098338 docs: Run tbl preprocessor in manpage-check rule. + e2163f2ed4 docs: Add `nowarn` region option to tables. + 4e6bc7674e tests: Add clang-analyzer-results to gitignore. + 55d01136a7 ci: Add jobs to test -std=c99 builds. + 6af08f4201 tests: Fix order of includes in barrier/id-fpool/mpsc-queue tests. + 4e475523c6 sflow: Always enable _BSD_SOURCE. + b40af61940 compiler.h: Don't use asm and typeof with non-GNU compilers. e99e98655b Prepare for 3.2.1. - f8d24583ed Set release date for 3.2.0. - cb7c6775c5 ovs.tmac: Fix troff warning in versions above groff-1.23. - - -* Tue Aug 15 2023 Open vSwitch CI - 3.2.0-6 -- Merging upstream branch-3.2 [RH git: a3aae4414e] - Commit list: - 958278aa29 connmgr: Count unsent async messages. - - -* Tue Aug 15 2023 Open vSwitch CI - 3.2.0-5 -- Merging upstream branch-3.2 [RH git: c4e60da16f] - Commit list: - 68ff50a9b6 system-traffic.at: Avoid names veth0/veth1 in SRv6 tests. - - -* Mon Aug 14 2023 Open vSwitch CI - 3.2.0-4 -- Merging upstream branch-3.2 [RH git: 683430acb9] - Commit list: - 150b0fb009 dpif-netdev: Fix dpif_netdev_flow_put. - - -* Tue Aug 08 2023 Open vSwitch CI - 3.2.0-3 -- Merging upstream branch-3.2 [RH git: 6292f813b8] - Commit list: - 06c08b9426 cirrus: Update to FreeBSD 13.2. - 900a680708 ci: Fix OPTS not being passed to OSX builds. - 2fe6a72a70 ovsdb-tool: Fix json leak while showing clustered log. - 303dd0130e ovsdb-server: Fix excessive memory usage on DB open. (#2228464) - b9f6da3027 tests: Add ovsdb execution cases for set size constraints. - 23569e3370 ovsdb: relay: Fix handling of XOR updates with size constraints. - cfd3c5c695 ovsdb: file: Fix diff application to a default column value. - 322f59f1d9 ovsdb: file: Fix inability to read diffs that violate type size. - cdd5a0a65a ovs-tcpdump: Clear auto-assigned ipv6 address of mirror port. - 903a281ae0 ofproto-dpif: Fix removal of renamed datapath ports. - - -* Tue Aug 01 2023 Timothy Redaelli - 3.2.0-2 -- redhat: don't try to apply empty patches [RH git: daf7a0eeb9] -* Tue Jul 25 2023 Michael Santana - 3.2.0-1 -- redhat: Imported Red Hat build files. [RH git: 3cbb10fd27] +* Fri Aug 25 2023 Flavio Leitner - 3.2.0-1 +- redhat: Use official 3.2.0 tarball. [RH git: 14fbd4e97b] + Signed-off-by: Flavio Leitner