From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Brivio To: passt-dev@passt.top Subject: [PATCH v2 2/2] fedora: Add selinux-policy Requires: tag Date: Fri, 02 Sep 2022 18:10:40 +0200 Message-ID: <20220902161040.2758587-3-sbrivio@redhat.com> In-Reply-To: <20220902161040.2758587-1-sbrivio@redhat.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2259070271107203623==" --===============2259070271107203623== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit fedora-review says: Note: Directories without known owners: /usr/share/selinux/packages/passt, /usr/share/doc/passt, /usr/share/selinux, /usr/share/selinux/packages and selinux-policy owns those two last ones. While at it, split Requires: tags also for post and preun actions onto different lines, for consistency. Reported-by: Daniel P. Berrangé Signed-off-by: Stefano Brivio --- v2: Split Requires: tags on separate lines (Daniel P. Berrangé) contrib/fedora/passt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/contrib/fedora/passt.spec b/contrib/fedora/passt.spec index ca3e8b3..bd60650 100644 --- a/contrib/fedora/passt.spec +++ b/contrib/fedora/passt.spec @@ -35,8 +35,11 @@ requiring any capabilities or privileges. BuildArch: noarch Summary: SELinux support for passt and pasta Requires: %{name} = %{version}-%{release} -Requires(post): policycoreutils, %{name} -Requires(preun): policycoreutils, %{name} +Requires: selinux-policy +Requires(post): %{name} +Requires(post): policycoreutils +Requires(preun): %{name} +Requires(preun): policycoreutils %description selinux This package adds SELinux enforcement to passt(1) and pasta(1). -- 2.35.1 --===============2259070271107203623==--