]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: mark mgr plugins "noarch" 26446/head
authorKefu Chai <kchai@redhat.com>
Fri, 15 Feb 2019 13:02:23 +0000 (21:02 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 16 Feb 2019 09:47:42 +0000 (17:47 +0800)
as they are architecture independent.

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph.spec.in

index e618183e4e49fa3602983407711a89f52700d188..1b41ec1f964aa2f1e551642fbb97d0ccb7a98614 100644 (file)
@@ -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