From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Brivio To: passt-dev@passt.top Subject: [PATCH 10/12] fedora: Build SELinux subpackage as noarch Date: Thu, 18 Aug 2022 22:22:33 +0200 Message-ID: <20220818202235.1591828-11-sbrivio@redhat.com> In-Reply-To: <20220818202235.1591828-1-sbrivio@redhat.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6681351649422479701==" --===============6681351649422479701== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Otherwise, passt-selinux will be built separately for each supported architecture. Suggested-by: Artur Frenszek-Iwicki Signed-off-by: Stefano Brivio --- contrib/fedora/passt.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/fedora/passt.spec b/contrib/fedora/passt.spec index fcd5ba9..d4f83cb 100644 --- a/contrib/fedora/passt.spec +++ b/contrib/fedora/passt.spec @@ -34,6 +34,7 @@ namespace, without the need to create further interfaces on= the host, hence not requiring any capabilities or privileges. =20 %package selinux +BuildArch: noarch Summary: SELinux support for passt and pasta Requires: %{name} =3D %{version} Requires(post): policycoreutils, %{name} --=20 2.35.1 --===============6681351649422479701==--