Skip to content

Commit 7441349

Browse files
committed
Add containernetworking-plugins dependency to MicroShift RPM
1 parent 35531ca commit 7441349

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packaging/rpm/microshift.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ BuildRequires: golang
6868

6969
Requires: cri-o >= 1.34.0, cri-o < 1.35.0
7070
Requires: cri-tools >= 1.34.0, cri-tools < 1.35.0
71+
Requires: containernetworking-plugins
7172
Requires: iptables
7273
Requires: microshift-selinux = %{version}
7374
Requires: microshift-networking = %{version}
@@ -808,7 +809,7 @@ fi
808809
# LANG=C git log --date="format:%a %b %d %Y" --pretty="tformat:* %cd %an <%ae> VERSION%n- %s%n" packaging/rpm/microshift.spec
809810
%changelog
810811
* Thu Sep 18 2025 Gregory Giguashvili <ggiguash@redhat.com> 4.21.0
811-
- Upgrade cri-o and cri-tools to v1.34
812+
- Upgrade cri-o and cri-tools to v1.34 and add containernetworking-plugins dependency
812813

813814
* Mon Aug 11 2025 Patryk Matuszak <pmatusza@redhat.com> 4.20.0
814815
- Remove healthcheck scripts: optional MicroShift workloads are now part of healthcheck command

0 commit comments

Comments
 (0)