From e2a79c9eef714190fdd06d99eb849c471a146ac7 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 19 Nov 2020 16:49:11 +0000 Subject: [PATCH] S3-plugin cannot be noarch. --- nbdkit.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nbdkit.spec b/nbdkit.spec index cdff33d..f57087e 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -472,12 +472,14 @@ This package lets you write Ruby plugins for %{name}. %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 Summary: Amazon S3 and Ceph plugin for %{name} License: BSD -BuildArch: noarch Requires: %{name}-python-plugin >= 1.22 +# XXX Should not need to add this. Requires: python3-boto3