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:
parent
fece3c7612
commit
662407de0f
1 changed files with 5 additions and 5 deletions
|
@ -78,14 +78,14 @@ semodule -r pasta 2>/dev/null || :
|
|||
%{_bindir}/passt
|
||||
%{_bindir}/pasta
|
||||
%{_bindir}/qrap
|
||||
%{_mandir}/man1/passt.1.*
|
||||
%{_mandir}/man1/pasta.1.*
|
||||
%{_mandir}/man1/qrap.1.*
|
||||
%{_mandir}/man1/passt.1*
|
||||
%{_mandir}/man1/pasta.1*
|
||||
%{_mandir}/man1/qrap.1*
|
||||
%ifarch x86_64
|
||||
%{_bindir}/passt.avx2
|
||||
%{_mandir}/man1/passt.avx2.1.*
|
||||
%{_mandir}/man1/passt.avx2.1*
|
||||
%{_bindir}/pasta.avx2
|
||||
%{_mandir}/man1/pasta.avx2.1.*
|
||||
%{_mandir}/man1/pasta.avx2.1*
|
||||
%endif
|
||||
|
||||
%files selinux
|
||||
|
|
Loading…
Reference in a new issue