diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-08-18 21:07:10 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-08-20 19:07:12 +0200 |
commit | 9652674abfd669e611044f1e32e493fb55b9ffc5 (patch) | |
tree | 6d4eb8c00c8bd6a00e261d884c74188bd06a7cfb /contrib/fedora | |
parent | ebf9009361cbee57147dac3f9ef4daa2a73a63e0 (diff) | |
download | passt-9652674abfd669e611044f1e32e493fb55b9ffc5.tar passt-9652674abfd669e611044f1e32e493fb55b9ffc5.tar.gz passt-9652674abfd669e611044f1e32e493fb55b9ffc5.tar.bz2 passt-9652674abfd669e611044f1e32e493fb55b9ffc5.tar.lz passt-9652674abfd669e611044f1e32e493fb55b9ffc5.tar.xz passt-9652674abfd669e611044f1e32e493fb55b9ffc5.tar.zst passt-9652674abfd669e611044f1e32e493fb55b9ffc5.zip |
fedora: Build SELinux subpackage as noarch
Otherwise, passt-selinux will be built separately for each supported
architecture.
Suggested-by: Artur Frenszek-Iwicki <fedora@svgames.pl>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'contrib/fedora')
-rw-r--r-- | contrib/fedora/passt.spec | 1 |
1 files changed, 1 insertions, 0 deletions
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. %package selinux +BuildArch: noarch Summary: SELinux support for passt and pasta Requires: %{name} = %{version} Requires(post): policycoreutils, %{name} |