Aleksa Sarai 2023-03-14 07:22:01 +00:00 committed by Git OBS Bridge
parent adcf8965fd
commit 4da832e92c
2 changed files with 11 additions and 0 deletions

View File

@ -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>

View File

@ -112,7 +112,13 @@ BuildRequires: go-go-md2man
BuildRequires: pkgconfig(libsystemd)
BuildRequires: sysuser-tools
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)
%endif
Requires: ca-certificates-mozilla
# 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.