[COMMITTED] config/elfutils.spec.in: Add missing wildcard
Aaron Merey
amerey@redhat.com
Fri Oct 18 17:59:28 GMT 2024
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(-)
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 1626a568..e63a3c10 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -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
--
2.46.2
More information about the Elfutils-devel
mailing list