From: Ken Dreyer Date: Wed, 18 Nov 2020 16:18:56 +0000 (-0700) Subject: rpm: cephadm package is noarch X-Git-Tag: v15.2.9~88^2~37 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ed6de07a894008b4ea8c4c966f62c0c40508b0dd;p=ceph.git rpm: cephadm package is noarch The cephadm package contains an architecture-independent Python script, empty directories, and an empty authorized_keys file. There are no architecture-dependent files here, so we can use a single noarch RPM across all host architectures. Signed-off-by: Ken Dreyer (cherry picked from commit d73134660e9a0c5dbda996fc91e2939c4c0bf687) --- diff --git a/ceph.spec.in b/ceph.spec.in index d2e8c8ffdc87..3bd495b53451 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -414,6 +414,7 @@ Base is the package that includes all the files shared amongst ceph servers %package -n cephadm Summary: Utility to bootstrap Ceph clusters +BuildArch: noarch Requires: lvm2 Requires: python%{python3_pkgversion} %if 0%{?weak_deps}