Skip to content
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 @@ -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
Expand Down Expand Up @@ -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 <i.maximets@ovn.org> 4.18.z
- Upgrade openvswitch package to 3.5.

* Tue Apr 01 2025 Gregory Giguashvili <ggiguash@redhat.com> 4.18.z
- Add hostname package dependency to microshift RPM

Expand Down