Accepting request 869057 from home:cyphar:docker

Fix bsc#1181749.

OBS-URL: https://build.opensuse.org/request/show/869057
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=112
This commit is contained in:
Aleksa Sarai 2021-02-04 00:26:14 +00:00 committed by Git OBS Bridge
parent 968da4e287
commit e3ccf12846
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Tue Feb 2 05:33:02 UTC 2021 - Aleksa Sarai <asarai@suse.com>
- Update to handle the docker-runc removal, and drop the -kubic flavour.
bsc#1181677
bsc#1181677 bsc#1181749
-------------------------------------------------------------------
Fri Jan 29 23:24:30 UTC 2021 - Aleksa Sarai <asarai@suse.com>

View File

@ -50,7 +50,7 @@ BuildRequires: go1.13
Provides: %{name}-git = %{git_version}
# Currently runc is the only supported runtime for containerd. We pin the same
# flavour as us, to avoid mixing (the version pinning is done by docker.spec).
Requires: runc%{name_suffix}
Requires: runc
Requires(post): %fillup_prereq
# KUBIC-SPECIFIC: There used to be a kubic-specific containerd package, but now
# it's been merged into the one package. bsc#1181677