Skip to content

[release-4.15] OCPBUGS-54714: Upgrade openvswitch package version to 3.3 #4700

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion packaging/rpm/microshift.spec
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ The microshift-selinux package provides the SELinux policy modules required by M
%package networking
Summary: Networking components for MicroShift
Requires: microshift = %{version}
Requires: (openvswitch3.1 or openvswitch >= 3.1)
Obsoletes: openvswitch3.1 < 3.3
Requires: (openvswitch3.3 or openvswitch >= 3.3)
Requires: NetworkManager
Requires: NetworkManager-ovs
Requires: jq
Expand Down Expand Up @@ -425,6 +426,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
* Tue Mar 18 2025 Ilya Maximets <[email protected]> 4.15.0
- Upgrade openvswitch package version to 3.3

* Tue Jul 02 2024 Patryk Matuszak <[email protected]> 4.15.21
- Set CRI-O version to match Kubernetes' version

Expand Down