From bfa2165ce273bc85a885d73fa253413f0f16ee36 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 21:30:27 +0100 Subject: [PATCH] automatic version update by autodist [release 1.6.0-1mamba;Thu Feb 17 2022] --- containerd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/containerd.spec b/containerd.spec index 36ac905..3d84adf 100644 --- a/containerd.spec +++ b/containerd.spec @@ -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 1.6.0-1mamba +- automatic version update by autodist + * Wed Jan 05 2022 Automatic Build System 1.5.9-1mamba - automatic version update by autodist