From af0d5959316bb7762619f094f258b3306b62bd48 Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Thu, 26 Jun 2025 11:19:05 +0200 Subject: [PATCH] Upgrade openvswitch package to 3.5. ovn-kubernetes container image moved to this version in: https://github.com/openshift/ovn-kubernetes/pull/2593 MicroShift should be kept in sync. Signed-off-by: Ilya Maximets --- packaging/rpm/microshift.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packaging/rpm/microshift.spec b/packaging/rpm/microshift.spec index 095063fb70..2df94f88fc 100644 --- a/packaging/rpm/microshift.spec +++ b/packaging/rpm/microshift.spec @@ -114,7 +114,8 @@ Summary: Networking components for MicroShift Requires: microshift = %{version} Obsoletes: openvswitch3.1 < 3.3 Obsoletes: openvswitch3.3 < 3.4 -Requires: (openvswitch3.4 or openvswitch >= 3.4) +Obsoletes: openvswitch3.4 < 3.5 +Requires: (openvswitch3.5 or openvswitch >= 3.5) Requires: NetworkManager Requires: NetworkManager-ovs Requires: jq @@ -650,6 +651,9 @@ fi # 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 +* Thu Jun 26 2025 Ilya Maximets 4.18.z +- Upgrade openvswitch package to 3.5. + * Tue Apr 01 2025 Gregory Giguashvili 4.18.z - Add hostname package dependency to microshift RPM