diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2023-03-27 19:50:01 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2023-03-29 13:48:12 +0200 |
commit | 387f4aca7477ee630fe3c261a19f5f1a9055bfe5 (patch) | |
tree | 9bdb4c18a6d4137ff7524da16435a6664e0e7e5a /contrib/fedora | |
parent | dafd92d555e71ebe6cfb8288441d51aec1d5ca1a (diff) | |
download | passt-387f4aca7477ee630fe3c261a19f5f1a9055bfe5.tar passt-387f4aca7477ee630fe3c261a19f5f1a9055bfe5.tar.gz passt-387f4aca7477ee630fe3c261a19f5f1a9055bfe5.tar.bz2 passt-387f4aca7477ee630fe3c261a19f5f1a9055bfe5.tar.lz passt-387f4aca7477ee630fe3c261a19f5f1a9055bfe5.tar.xz passt-387f4aca7477ee630fe3c261a19f5f1a9055bfe5.tar.zst passt-387f4aca7477ee630fe3c261a19f5f1a9055bfe5.zip |
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>
Diffstat (limited to 'contrib/fedora')
-rw-r--r-- | contrib/fedora/passt.spec | 2 |
1 files changed, 0 insertions, 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 }}} |