Accepting request 419587 from home:cyphar:branches:Virtualization:containers
This pins the containerd component versions to ensure we don't create problems for ourselves. boo#993847 OBS-URL: https://build.opensuse.org/request/show/419587 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=19
This commit is contained in:
parent
2ccfd491e7
commit
8373197d4c
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 16 09:51:37 UTC 2016 - asarai@suse.com
|
||||
|
||||
* Explicitly state the version dependency for runC, to avoid potential
|
||||
issues with incompatible component versions. These must be updated
|
||||
*each time we do a release*. Unfortunately we cannot create a hard
|
||||
dependency because that would conflict with Docker, and was a mistake
|
||||
on upstream's part. bsc#993847
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 20 10:32:45 UTC 2016 - asarai@suse.com
|
||||
|
||||
|
@ -50,7 +50,12 @@ BuildRequires: go >= 1.5
|
||||
BuildRequires: gcc5-go >= 5.0
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: runc
|
||||
# Currently runC is the only supported runtime for containerd. NOTE:
|
||||
# This version pinning is done to follow (as well as we can) upstream's
|
||||
# Dockerfile. However, for some reason the Dockerfile for containerd
|
||||
# diverges from the one for Docker. As such, this cannot be a hard
|
||||
# requirement (that would break Docker).
|
||||
Requires: runc >= 0.1.0
|
||||
|
||||
%define client ctr
|
||||
%define daemon %{name}
|
||||
|
Loading…
x
Reference in New Issue
Block a user