Merge pull request #26398 from SUSE/wip-fix-spec-badness

ceph.spec.in: Don't use noarch for mgr module subpackages, fix /usr/lib64/ceph/mgr dir ownership

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2019-02-14 15:53:52 +08:00 committed by GitHub
commit ce6347d0c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -457,7 +457,6 @@ exposes all these to the python modules.
%package mgr-diskprediction-local
Summary: ceph-mgr diskprediction_local plugin
BuildArch: noarch
%if 0%{?suse_version}
Group: System/Filesystems
%endif
@ -470,7 +469,6 @@ 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
@ -481,7 +479,6 @@ disk failures using services in the Google cloud.
%package mgr-rook
Summary: ceph-mgr rook plugin
BuildArch: noarch
%if 0%{?suse_version}
Group: System/Filesystems
%endif
@ -1440,6 +1437,7 @@ fi
%files mgr
%{_bindir}/ceph-mgr
%dir %{_libdir}/ceph/mgr
%{_libdir}/ceph/mgr/ansible
%{_libdir}/ceph/mgr/balancer
%{_libdir}/ceph/mgr/crash