automatic version update by autodist [release 1.6.0-1mamba;Thu Feb 17 2022]

This commit is contained in:
Automatic Build System 2024-01-05 21:30:27 +01:00
parent a5513c2940
commit bfa2165ce2

View File

@ -1,6 +1,6 @@
%define _commit 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a
Name: containerd
Version: 1.5.9
Version: 1.6.0
Release: 1mamba
Summary: A daemon to control OCI container runtimes
Group: System/Servers
@ -42,7 +42,7 @@ export GO111MODULE=off
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
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
%post
@ -72,6 +72,9 @@ install -Dm644 containerd.service %{buildroot}%{_unitdir}/containerd.service
%doc LICENSE
%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
- automatic version update by autodist