From 87fac47f7245e49a68f41852176602f69a84e75c Mon Sep 17 00:00:00 2001 From: Open vSwitch CI Date: Aug 30 2023 23:35:35 +0000 Subject: Import openvswitch3.1-3.1.0-51 from Fast DataPath --- diff --git a/SOURCES/openvswitch-3.1.0.patch b/SOURCES/openvswitch-3.1.0.patch index 1a2dfe7..15447cf 100644 --- a/SOURCES/openvswitch-3.1.0.patch +++ b/SOURCES/openvswitch-3.1.0.patch @@ -597,7 +597,7 @@ index ee5553f45..3e937910b 100755 sys.exit(1) for line in s.splitlines(): diff --git a/configure.ac b/configure.ac -index 9bf896c01..48169c8fd 100644 +index 9bf896c01..f4fb551ae 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ @@ -609,6 +609,19 @@ index 9bf896c01..48169c8fd 100644 AC_CONFIG_SRCDIR([vswitchd/ovs-vswitchd.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) +@@ -21,7 +21,11 @@ AC_CONFIG_HEADERS([config.h]) + AC_CONFIG_TESTDIR([tests]) + AM_INIT_AUTOMAKE([tar-pax]) + +-AC_PROG_CC_C99 ++# AC_PROG_CC doesn't try enabling C99 in autoconf 2.69 and below, but ++# AC_PROG_CC_C99 is deprecated in newer ones. In autoconf 2.70+ both ++# will try enabling features up to C11. ++m4_version_prereq([2.70], [AC_PROG_CC], [AC_PROG_CC_C99]) ++ + AM_PROG_CC_C_O + AC_PROG_CXX + AC_PROG_CPP diff --git a/debian/changelog b/debian/changelog index a5ad222c4..b2f60255c 100644 --- a/debian/changelog diff --git a/SPECS/openvswitch3.1.spec b/SPECS/openvswitch3.1.spec index 9a64cc3..7e54631 100644 --- a/SPECS/openvswitch3.1.spec +++ b/SPECS/openvswitch3.1.spec @@ -57,7 +57,7 @@ Summary: Open vSwitch Group: System Environment/Daemons daemon/database/utilities URL: http://www.openvswitch.org/ Version: 3.1.0 -Release: 50%{?dist} +Release: 51%{?dist} # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the # lib/sflow*.[ch] files are SISSL @@ -754,6 +754,12 @@ exit 0 %endif %changelog +* Wed Aug 30 2023 Open vSwitch CI - 3.1.0-51 +- Merging upstream branch-3.1 [RH git: 3279e34582] + Commit list: + 7ab67cfba7 configure: Avoid deprecated AC_PROG_CC_C99 if possible. + + * Mon Aug 28 2023 Open vSwitch CI - 3.1.0-50 - Merging upstream branch-3.1 [RH git: 500a9e288d] Commit list: