From 662407de0fae6335bbaff935a5d7969853e547a0 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Thu, 18 Aug 2022 21:15:19 +0200 Subject: 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 Signed-off-by: Stefano Brivio --- contrib/fedora/passt.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'contrib') diff --git a/contrib/fedora/passt.spec b/contrib/fedora/passt.spec index 0c3dec7..8bbe0d0 100644 --- a/contrib/fedora/passt.spec +++ b/contrib/fedora/passt.spec @@ -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 -- cgit v1.2.3