]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian/control: change Architecture python plugins to "all" 26377/head
authorKefu Chai <kchai@redhat.com>
Tue, 12 Feb 2019 08:18:58 +0000 (16:18 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 12 Feb 2019 08:23:47 +0000 (16:23 +0800)
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>
debian/control

index 914fff3e6a362411c1ae2a6ada9bb71213b46e39..eb4a8b3091f01021e8a4518c01e4abdc51f3c2b7 100644 (file)
@@ -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},