From c70faf4b1387d3ab1728101d44849dc256de0995 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 15 Feb 2019 21:02:23 +0800 Subject: [PATCH] rpm: mark mgr plugins "noarch" as they are architecture independent. Signed-off-by: Kefu Chai --- ceph.spec.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index e618183e4e49f..1b41ec1f964aa 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -448,6 +448,7 @@ exposes all these to the python modules. %package mgr-dashboard Summary: Ceph Dashboard +BuildArch: noarch %if 0%{?suse_version} Group: System/Filesystems %endif @@ -474,6 +475,7 @@ detailed feature overview. %package mgr-diskprediction-local Summary: ceph-mgr diskprediction_local plugin +BuildArch: noarch %if 0%{?suse_version} Group: System/Filesystems %endif @@ -486,6 +488,7 @@ disk failures using local algorithms and machine-learning databases. %package mgr-diskprediction-cloud Summary: ceph-mgr diskprediction_cloud plugin +BuildArch: noarch %if 0%{?suse_version} Group: System/Filesystems %endif @@ -495,6 +498,7 @@ ceph-mgr-diskprediction-cloud is a ceph-mgr plugin that tries to predict disk failures using services in the Google cloud. %package mgr-rook +BuildArch: noarch Summary: ceph-mgr rook plugin %if 0%{?suse_version} Group: System/Filesystems -- 2.39.5