From d73134660e9a0c5dbda996fc91e2939c4c0bf687 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 18 Nov 2020 09:18:56 -0700 Subject: [PATCH] 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 --- ceph.spec.in | 1 + 1 file changed, 1 insertion(+) 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} -- 2.47.3