Accepting request 825972 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/825972 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=65
This commit is contained in:
parent
94f7342a8c
commit
63eb9ffa99
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 12 09:35:29 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Change hard requires for AppArmor to Recommends. They are not
|
||||
needed for runtime or with SELinux but already installed if
|
||||
AppArmor is used [jsc#SMO-15]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 4 13:52:05 UTC 2020 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
- Add BuildRequires for pkg-config(libselinux) to build with
|
||||
SELinux support [jsc#SMO-15]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 06:47:04 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
|
@ -47,14 +47,15 @@ BuildRequires: libbtrfs-devel
|
||||
BuildRequires: libcontainers-common
|
||||
BuildRequires: libgpgme-devel
|
||||
BuildRequires: libseccomp-devel
|
||||
BuildRequires: pkgconfig(libselinux)
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
BuildRequires: golang(API) = 1.13
|
||||
# Build fails with PIE enabled on ppc64le due to boo#1098017
|
||||
%ifarch ppc64le
|
||||
#!BuildIgnore: gcc-PIE
|
||||
%endif
|
||||
Requires: apparmor-parser
|
||||
Requires: apparmor-abstractions
|
||||
Recommends: apparmor-parser
|
||||
Recommends: apparmor-abstractions
|
||||
Requires: cni
|
||||
Requires: cni-plugins
|
||||
Requires: conmon
|
||||
|
Loading…
Reference in New Issue
Block a user