From d90dd672292615b0bd0c5844520887c92bad510fedd71e838d41a175884ea759 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 30 Jan 2020 08:32:09 +0000 Subject: [PATCH] Accepting request 766926 from devel:kubic Add apparmor-abstractions as required runtime dependency OBS-URL: https://build.opensuse.org/request/show/766926 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=53 --- podman.changes | 6 ++++++ podman.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/podman.changes b/podman.changes index 2d5a723..0c2db11 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 24 14:04:36 UTC 2020 - Sascha Grunert + +- Add apparmor-abstractions as required runtime dependency to + have `tunables/global` available. + ------------------------------------------------------------------- Mon Jan 13 11:13:59 UTC 2020 - Ralf Haferkamp diff --git a/podman.spec b/podman.spec index bc9af59..9f635f8 100644 --- a/podman.spec +++ b/podman.spec @@ -55,6 +55,7 @@ BuildRequires: golang(API) >= 1.12 #!BuildIgnore: gcc-PIE %endif Requires: apparmor-parser +Requires: apparmor-abstractions Requires: cni Requires: cni-plugins Requires: conmon