2018-06-06 13:35:25 +00:00
|
|
|
Name: cri-tools
|
|
|
|
Version: OVERRIDE_THIS
|
|
|
|
Release: 00
|
|
|
|
License: ASL 2.0
|
|
|
|
Summary: Container Runtime Interface tools
|
|
|
|
|
|
|
|
URL: https://kubernetes.io
|
|
|
|
|
|
|
|
%description
|
|
|
|
Binaries to interface with the container runtime.
|
|
|
|
|
|
|
|
%prep
|
2018-06-19 17:46:45 +00:00
|
|
|
# This has to be hard coded because bazel does a path substitution before rpm's %{version} is substituted.
|
2018-11-27 21:11:27 +00:00
|
|
|
tar -xzf {cri_tools.tgz}
|
2018-06-06 13:35:25 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
install -m 755 -d %{buildroot}%{_bindir}
|
|
|
|
install -p -m 755 -t %{buildroot}%{_bindir} crictl
|
|
|
|
|
|
|
|
%files
|
|
|
|
%{_bindir}/crictl
|