From b8168d9e8ad0927e0d6a291a1b23a2fdf1992089 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 15 Oct 2020 11:21:00 +0200 Subject: [PATCH] Revert "spec: Podman (temporarily) requires apparmor-abstractions on suse" This reverts commit 070e5c3e35ea476815ff9fa4f71aed147fe1ea79. This commit was working around a bug that was present in old (pre-1.8.0) versions of podman. Since we are no longer running cephadm with versions that old, we can safely drop this workaround. Fixes: https://tracker.ceph.com/issues/47862 Signed-off-by: Nathan Cutler --- ceph.spec.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 7a917d38a510..7f0e9d520418 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -386,9 +386,6 @@ Base is the package that includes all the files shared amongst ceph servers %package -n cephadm Summary: Utility to bootstrap Ceph clusters Requires: lvm2 -%if 0%{?suse_version} -Requires: apparmor-abstractions -%endif Requires: python%{python3_pkgversion} %if 0%{?weak_deps} Recommends: podman -- 2.47.3