S3-plugin cannot be noarch.

This commit is contained in:
Richard W.M. Jones 2020-11-19 16:49:11 +00:00
parent e9930a74e3
commit e2a79c9eef

View File

@ -472,12 +472,14 @@ This package lets you write Ruby plugins for %{name}.
%endif %endif
# In theory this is noarch, but because plugins are placed in _libdir
# which varies across architectures, RPM does not allow this.
%package S3-plugin %package S3-plugin
Summary: Amazon S3 and Ceph plugin for %{name} Summary: Amazon S3 and Ceph plugin for %{name}
License: BSD License: BSD
BuildArch: noarch
Requires: %{name}-python-plugin >= 1.22 Requires: %{name}-python-plugin >= 1.22
# XXX Should not need to add this.
Requires: python3-boto3 Requires: python3-boto3