From 40406c0dc71f289bde7961076172cc0f1402d14b Mon Sep 17 00:00:00 2001 From: Zenghui Shi Date: Wed, 12 Apr 2023 11:15:33 +0800 Subject: [PATCH] Upgrade openvswitch package version for 4.14 Minimal openvswitch version required by ovn-kubernetes in rhel9.2(4.14) is openvswitch3.1. Signed-off-by: Zenghui Shi --- packaging/rpm/microshift.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packaging/rpm/microshift.spec b/packaging/rpm/microshift.spec index 5211608de5..4f2eaf417d 100644 --- a/packaging/rpm/microshift.spec +++ b/packaging/rpm/microshift.spec @@ -89,7 +89,7 @@ The microshift-selinux package provides the SELinux policy modules required by M %package networking Summary: Networking components for MicroShift -Requires: openvswitch2.17 +Requires: openvswitch3.1 Requires: NetworkManager Requires: NetworkManager-ovs Requires: jq @@ -296,6 +296,9 @@ systemctl enable --now --quiet openvswitch || true # Use Git command to generate the log and replace the VERSION string # LANG=C git log --date="format:%a %b %d %Y" --pretty="tformat:* %cd %an <%ae> VERSION%n- %s%n" packaging/rpm/microshift.spec %changelog +* Wed Apr 12 2023 Zenghui Shi 4.14.0 +- Upgrade openvswitch package version to 3.1 + * Wed Mar 29 2023 Gregory Giguashvili 4.13.0 - Upgrade golang build-time dependency to 1.19 version