From: Kefu Chai Date: Fri, 15 Feb 2019 13:02:23 +0000 (+0800) Subject: rpm: mark mgr plugins "noarch" X-Git-Tag: v14.1.0~89^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F26446%2Fhead;p=ceph.git rpm: mark mgr plugins "noarch" as they are architecture independent. Signed-off-by: Kefu Chai --- diff --git a/ceph.spec.in b/ceph.spec.in index e618183e4e49..1b41ec1f964a 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