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>
|
Mon Aug 3 06:47:04 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
||||||
|
|
||||||
|
@ -47,14 +47,15 @@ BuildRequires: libbtrfs-devel
|
|||||||
BuildRequires: libcontainers-common
|
BuildRequires: libcontainers-common
|
||||||
BuildRequires: libgpgme-devel
|
BuildRequires: libgpgme-devel
|
||||||
BuildRequires: libseccomp-devel
|
BuildRequires: libseccomp-devel
|
||||||
|
BuildRequires: pkgconfig(libselinux)
|
||||||
BuildRequires: pkgconfig(libsystemd)
|
BuildRequires: pkgconfig(libsystemd)
|
||||||
BuildRequires: golang(API) = 1.13
|
BuildRequires: golang(API) = 1.13
|
||||||
# Build fails with PIE enabled on ppc64le due to boo#1098017
|
# Build fails with PIE enabled on ppc64le due to boo#1098017
|
||||||
%ifarch ppc64le
|
%ifarch ppc64le
|
||||||
#!BuildIgnore: gcc-PIE
|
#!BuildIgnore: gcc-PIE
|
||||||
%endif
|
%endif
|
||||||
Requires: apparmor-parser
|
Recommends: apparmor-parser
|
||||||
Requires: apparmor-abstractions
|
Recommends: apparmor-abstractions
|
||||||
Requires: cni
|
Requires: cni
|
||||||
Requires: cni-plugins
|
Requires: cni-plugins
|
||||||
Requires: conmon
|
Requires: conmon
|
||||||
|
Loading…
Reference in New Issue
Block a user