automatic version update by autodist [release 1.6.0-1mamba;Thu Feb 17 2022]
This commit is contained in:
parent
a5513c2940
commit
bfa2165ce2
@ -1,6 +1,6 @@
|
|||||||
%define _commit 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a
|
%define _commit 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a
|
||||||
Name: containerd
|
Name: containerd
|
||||||
Version: 1.5.9
|
Version: 1.6.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A daemon to control OCI container runtimes
|
Summary: A daemon to control OCI container runtimes
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
@ -42,7 +42,7 @@ export GO111MODULE=off
|
|||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
cd src/github.com/containerd/containerd
|
cd src/github.com/containerd/containerd
|
||||||
%makeinstall DESTDIR=%{buildroot}/usr
|
%makeinstall DESTDIR=%{buildroot} PREFIX=%{_prefix} BINDIR=%{_bindir}
|
||||||
install -Dm644 containerd.service %{buildroot}%{_unitdir}/containerd.service
|
install -Dm644 containerd.service %{buildroot}%{_unitdir}/containerd.service
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -72,6 +72,9 @@ install -Dm644 containerd.service %{buildroot}%{_unitdir}/containerd.service
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 17 2022 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Jan 05 2022 Automatic Build System <autodist@mambasoft.it> 1.5.9-1mamba
|
* Wed Jan 05 2022 Automatic Build System <autodist@mambasoft.it> 1.5.9-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user