From: Ken Dreyer Date: Wed, 18 Nov 2020 16:18:56 +0000 (-0700) Subject: rpm: cephadm package is noarch X-Git-Tag: v16.1.0~541^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d73134660e9a0c5dbda996fc91e2939c4c0bf687;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 --- diff --git a/ceph.spec.in b/ceph.spec.in index 8f45c631fa5a..81258139d1a0 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -386,6 +386,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}