- Fix builds on SLE-12.
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=382
This commit is contained in:
parent
adcf8965fd
commit
4da832e92c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 14 07:21:05 UTC 2023 - Aleksa Sarai <asarai@suse.com>
|
||||||
|
|
||||||
|
- Fix builds on SLE-12.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 1 14:33:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Wed Feb 1 14:33:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -112,7 +112,13 @@ BuildRequires: go-go-md2man
|
|||||||
BuildRequires: pkgconfig(libsystemd)
|
BuildRequires: pkgconfig(libsystemd)
|
||||||
BuildRequires: sysuser-tools
|
BuildRequires: sysuser-tools
|
||||||
BuildRequires: golang(API) = 1.18
|
BuildRequires: golang(API) = 1.18
|
||||||
|
%if 0%{?sle_version} == 120000
|
||||||
|
# SLE-12's RPM doesn't support binary operations, and this feature isn't needed
|
||||||
|
# on SLE-12 anyway.
|
||||||
|
Requires: apparmor-parser
|
||||||
|
%else
|
||||||
Requires: (apparmor-parser or container-selinux)
|
Requires: (apparmor-parser or container-selinux)
|
||||||
|
%endif
|
||||||
Requires: ca-certificates-mozilla
|
Requires: ca-certificates-mozilla
|
||||||
# The docker-proxy binary used to be in a separate package. We obsolete it,
|
# The docker-proxy binary used to be in a separate package. We obsolete it,
|
||||||
# since now docker-proxy is maintained as part of this package.
|
# since now docker-proxy is maintained as part of this package.
|
||||||
|
Loading…
Reference in New Issue
Block a user