1
0
mirror of https://passt.top/passt synced 2024-06-29 22:42:46 +00:00

fedora: Fix man pages wildcards in spec file

If the man pages are not compressed, the current wildcards wouldn't
match them. Drop the trailing '.' from them.

Reported-by: Artur Frenszek-Iwicki <fedora@svgames.pl>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2022-08-18 21:15:19 +02:00
parent fece3c7612
commit 662407de0f

View File

@ -78,14 +78,14 @@ semodule -r pasta 2>/dev/null || :
%{_bindir}/passt %{_bindir}/passt
%{_bindir}/pasta %{_bindir}/pasta
%{_bindir}/qrap %{_bindir}/qrap
%{_mandir}/man1/passt.1.* %{_mandir}/man1/passt.1*
%{_mandir}/man1/pasta.1.* %{_mandir}/man1/pasta.1*
%{_mandir}/man1/qrap.1.* %{_mandir}/man1/qrap.1*
%ifarch x86_64 %ifarch x86_64
%{_bindir}/passt.avx2 %{_bindir}/passt.avx2
%{_mandir}/man1/passt.avx2.1.* %{_mandir}/man1/passt.avx2.1*
%{_bindir}/pasta.avx2 %{_bindir}/pasta.avx2
%{_mandir}/man1/pasta.avx2.1.* %{_mandir}/man1/pasta.avx2.1*
%endif %endif
%files selinux %files selinux