From c7c4b2c7f878ac03cb4a1bb03cf6debff354ff12 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 (cherry picked from commit b8168d9e8ad0927e0d6a291a1b23a2fdf1992089) --- ceph.spec.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 70942aca73bbd..d2e8c8ffdc879 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -415,9 +415,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