mirror of
https://github.com/ceph/ceph
synced 2024-12-25 21:03:31 +00:00
debian/control: change Architecture python plugins to "all"
change following plugins' Architecture to "all", as they are pure python plugins, and are architecture-independent packages. - ceph-mgr-diskprediction-cloud - ceph-mgr-diskprediction-local - ceph-mgr-rook this also matches their couterparts in ceph.spec.in, where we have ``` BuildArch: noarch ``` Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
e01b99c358
commit
9b020d0104
8
debian/control
vendored
8
debian/control
vendored
@ -201,7 +201,7 @@ Description: manager for the ceph distributed storage system
|
||||
level management and monitoring functionality.
|
||||
|
||||
Package: ceph-mgr-diskprediction-local
|
||||
Architecture: any
|
||||
Architecture: all
|
||||
Depends: ceph-mgr (= ${binary:Version}),
|
||||
python-numpy,
|
||||
python-scipy,
|
||||
@ -218,7 +218,7 @@ Description: diskprediction-local plugin for ceph-mgr
|
||||
daemon, which helps predict disk failures.
|
||||
|
||||
Package: ceph-mgr-diskprediction-cloud
|
||||
Architecture: any
|
||||
Architecture: all
|
||||
Depends: ceph-mgr (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${python:Depends},
|
||||
@ -232,9 +232,9 @@ Description: diskprediction-cloud plugin for ceph-mgr
|
||||
daemon, which helps predict disk failures.
|
||||
|
||||
Package: ceph-mgr-rook
|
||||
Architecture: any
|
||||
Architecture: all
|
||||
Depends: ceph-mgr (= ${binary:Version}),
|
||||
python-six,
|
||||
python-six,
|
||||
${misc:Depends},
|
||||
${python:Depends},
|
||||
${shlibs:Depends},
|
||||
|
Loading…
Reference in New Issue
Block a user