From 63eb9ffa993ffc241dc45d468996d32b71de0ee1153f9206659dcfffd514c7c4 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 14 Aug 2020 07:31:49 +0000 Subject: [PATCH] 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 --- podman.changes | 13 +++++++++++++ podman.spec | 5 +++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/podman.changes b/podman.changes index 8d608fd..3cd1273 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Aug 12 09:35:29 UTC 2020 - Thorsten Kukuk + +- 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 + +- Add BuildRequires for pkg-config(libselinux) to build with + SELinux support [jsc#SMO-15] + ------------------------------------------------------------------- Mon Aug 3 06:47:04 UTC 2020 - Sascha Grunert diff --git a/podman.spec b/podman.spec index 2807974..df3786b 100644 --- a/podman.spec +++ b/podman.spec @@ -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