]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: cephadm package is noarch 38169/head
authorKen Dreyer <kdreyer@redhat.com>
Wed, 18 Nov 2020 16:18:56 +0000 (09:18 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Wed, 18 Nov 2020 16:21:27 +0000 (09:21 -0700)
The cephadm package contains an architecture-independent Python script,
empty directories, and an empty authorized_keys file. There are no
architecture-dependent files here, so we can use a single noarch RPM
across all host architectures.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
ceph.spec.in

index 8f45c631fa5a5a6a85910c69edc327fd537f94e7..81258139d1a0e45cff9287124207dbe5b80ce8d9 100644 (file)
@@ -386,6 +386,7 @@ Base is the package that includes all the files shared amongst ceph servers
 
 %package -n cephadm
 Summary:        Utility to bootstrap Ceph clusters
+BuildArch:      noarch
 Requires:       lvm2
 Requires:       python%{python3_pkgversion}
 %if 0%{?weak_deps}