[COMMITTED] config/elfutils.spec.in: Add missing wildcard
Commit Message
Replace %{_mandir}/man3/libelf.3 with %{_mandir}/man3/libelf.3*
to account for possible compression-related file extension.
Signed-off-by: Aaron Merey <amerey@redhat.com>
---
config/elfutils.spec.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -304,7 +304,7 @@ fi
%{_mandir}/man3/elf_*.3*
%{_mandir}/man3/elf32_*.3*
%{_mandir}/man3/elf64_*.3*
-%{_mandir}/man3/libelf.3
+%{_mandir}/man3/libelf.3*
%files libelf-devel-static
%{_libdir}/libelf.a