fcae47c9a6
Resolves: rhbz#2183089 rhbz#2183106
42 lines
1.5 KiB
Diff
42 lines
1.5 KiB
Diff
From b065e1adbfb4ee5ed618b8269fd5135b4a201e2f Mon Sep 17 00:00:00 2001
|
|
From: Stefano Brivio <sbrivio@redhat.com>
|
|
Date: Mon, 27 Mar 2023 19:50:01 +0200
|
|
Subject: [PATCH 2/2] fedora: Don't install useless SELinux interface file for
|
|
pasta
|
|
|
|
That was meant to be an example, and I just dropped it in the
|
|
previous commit -- passt.if should be more than enough as a possible
|
|
example.
|
|
|
|
Reported-by: Carl G. <carlg@fedoraproject.org>
|
|
Link: https://bugzilla.redhat.com/show_bug.cgi?id=2182145
|
|
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
|
|
(cherry picked from commit 387f4aca7477ee630fe3c261a19f5f1a9055bfe5)
|
|
---
|
|
contrib/fedora/passt.spec | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/contrib/fedora/passt.spec b/contrib/fedora/passt.spec
|
|
index f6aa117..da1accb 100644
|
|
--- a/contrib/fedora/passt.spec
|
|
+++ b/contrib/fedora/passt.spec
|
|
@@ -65,7 +65,6 @@ make -f %{_datadir}/selinux/devel/Makefile
|
|
install -p -m 644 -D passt.pp %{buildroot}%{_datadir}/selinux/packages/%{name}/passt.pp
|
|
install -p -m 644 -D passt.if %{buildroot}%{_datadir}/selinux/devel/include/contrib/passt.if
|
|
install -p -m 644 -D pasta.pp %{buildroot}%{_datadir}/selinux/packages/%{name}/pasta.pp
|
|
-install -p -m 644 -D pasta.if %{buildroot}%{_datadir}/selinux/devel/include/contrib/pasta.if
|
|
popd
|
|
|
|
%pre selinux
|
|
@@ -107,7 +106,6 @@ fi
|
|
%{_datadir}/selinux/packages/%{name}/passt.pp
|
|
%{_datadir}/selinux/devel/include/contrib/passt.if
|
|
%{_datadir}/selinux/packages/%{name}/pasta.pp
|
|
-%{_datadir}/selinux/devel/include/contrib/pasta.if
|
|
|
|
%changelog
|
|
{{{ passt_git_changelog }}}
|
|
--
|
|
2.39.2
|
|
|