Accepting request 1006846 from home:favogt:branches:Virtualization:containers

- Fix syntax of boolean dependency

OBS-URL: https://build.opensuse.org/request/show/1006846
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=374
This commit is contained in:
Aleksa Sarai 2022-09-29 07:47:00 +00:00 committed by Git OBS Bridge
parent 581172d693
commit 7a4e4491f3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 29 07:27:03 UTC 2022 - Fabian Vogt <fvogt@suse.com>
- Fix syntax of boolean dependency
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 28 07:42:33 UTC 2022 - Frederic Crozat <fcrozat@suse.com> Thu Jul 28 07:42:33 UTC 2022 - Frederic Crozat <fcrozat@suse.com>

View File

@ -117,7 +117,7 @@ BuildRequires: pkgconfig(libsystemd)
# Due to a limitation in openSUSE's Go packaging we cannot have a BuildRequires # Due to a limitation in openSUSE's Go packaging we cannot have a BuildRequires
# for 'golang(API) >= 1.17' here, so just require 1.17 exactly. bsc#1172608 # for 'golang(API) >= 1.17' here, so just require 1.17 exactly. bsc#1172608
BuildRequires: go1.17 BuildRequires: go1.17
Requires: apparmor-parser or container-selinux Requires: (apparmor-parser or container-selinux)
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.