mirror of https://github.com/k3s-io/k3s
24 lines
458 B
Plaintext
24 lines
458 B
Plaintext
Name: kubernetes-cni
|
|
Version: OVERRIDE_THIS
|
|
Release: 00
|
|
License: ASL 2.0
|
|
Summary: Container Cluster Manager - CNI plugins
|
|
URL: https://kubernetes.io
|
|
|
|
%description
|
|
Binaries required to provision container networking.
|
|
|
|
%prep
|
|
mkdir -p ./bin
|
|
tar -C ./bin -xz -f {kubernetes_cni.tgz}
|
|
|
|
%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/
|