Skip to content

Commit b55372b

Browse files
Merge pull request #4935 from openshift-cherrypick-robot/cherry-pick-4913-to-release-4.19
[release-4.19] OCPBUGS-56469: bump to openvswitch version 3.5
2 parents a8a62f3 + c1f2a05 commit b55372b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packaging/rpm/microshift.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ Summary: Networking components for MicroShift
116116
Requires: microshift = %{version}
117117
Obsoletes: openvswitch3.1 < 3.3
118118
Obsoletes: openvswitch3.3 < 3.4
119-
Requires: (openvswitch3.4 or openvswitch >= 3.4)
119+
Obsoletes: openvswitch3.4 < 3.5
120+
Requires: (openvswitch3.5 or openvswitch >= 3.5)
120121
Requires: NetworkManager
121122
Requires: NetworkManager-ovs
122123
Requires: jq
@@ -773,6 +774,9 @@ fi
773774
# Use Git command to generate the log and replace the VERSION string
774775
# LANG=C git log --date="format:%a %b %d %Y" --pretty="tformat:* %cd %an <%ae> VERSION%n- %s%n" packaging/rpm/microshift.spec
775776
%changelog
777+
* Fri May 16 2025 Evgeny Slutsky <[email protected]> 4.20.0
778+
- Update openvswitch to 3.5
779+
776780
* Thu May 08 2025 Patryk Matuszak <[email protected]> 4.19.0
777781
- Include OpenTelemetry configuration examples in the RPM
778782

0 commit comments

Comments
 (0)