mirror of https://github.com/k3s-io/k3s
24 lines
411 B
Plaintext
24 lines
411 B
Plaintext
![]() |
Name: kubernetes-cni
|
||
|
Version: OVERRIDE_THIS
|
||
|
Release: 00
|
||
|
License: ASL 2.0
|
||
|
Summary: Container Cluster Manager
|
||
|
|
||
|
URL: https://kubernetes.io
|
||
|
|
||
|
%description
|
||
|
Binaries required to provision container networking.
|
||
|
|
||
|
%prep
|
||
|
tar xzfv cni-*.tar.gz
|
||
|
|
||
|
%install
|
||
|
|
||
|
install -m 755 -d %{buildroot}%{_sysconfdir}/cni/net.d/
|
||
|
install -m 755 -d %{buildroot}/opt/cni
|
||
|
mv bin/ %{buildroot}/opt/cni/
|
||
|
|
||
|
%files
|
||
|
/opt/cni
|
||
|
%{_sysconfdir}/cni/net.d/
|