update to 1.4.0 [release 1.4.0-1mamba;Tue Aug 25 2020]
This commit is contained in:
parent
eb0e7eb8ad
commit
26a8e98ded
@ -1,4 +1,3 @@
|
|||||||
# containerd
|
# containerd
|
||||||
|
|
||||||
A daemon to control OCI container runtimes.
|
A daemon to control OCI container runtimes.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define _commit d50db0a42053864a270f648048f9a8b4f24eced3
|
%define _commit 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a
|
||||||
Name: containerd
|
Name: containerd
|
||||||
Version: 1.3.0
|
Version: 1.4.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
|
||||||
@ -8,7 +8,6 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://containerd.io/
|
URL: https://containerd.io/
|
||||||
## GITSOURCE https://github.com/docker/containerd.git 0.0.5
|
|
||||||
Source: https://github.com/containerd/containerd.git/v%{version}/containerd-%{version}.tar.bz2
|
Source: https://github.com/containerd/containerd.git/v%{version}/containerd-%{version}.tar.bz2
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -16,12 +15,14 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libseccomp-devel
|
BuildRequires: libseccomp-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libgo-devel >= 7.3.0-1mamba
|
BuildRequires: libgo-devel >= 7.3.0-1mamba
|
||||||
BuildRequires: go-pie
|
BuildRequires: gcc-go
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A daemon to control OCI container runtimes.
|
A daemon to control OCI container runtimes.
|
||||||
|
|
||||||
|
#% debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
mkdir -p src/github.com/containerd
|
mkdir -p src/github.com/containerd
|
||||||
@ -70,6 +71,9 @@ install -Dm644 containerd.service %{buildroot}%{_unitdir}/containerd.service
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 25 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-1mamba
|
||||||
|
- update to 1.4.0
|
||||||
|
|
||||||
* Wed Nov 06 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-1mamba
|
* Wed Nov 06 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-1mamba
|
||||||
- update to 1.3.0
|
- update to 1.3.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user