diff options
author | Aaron Merey <[email protected]> | 2024-10-18 13:50:38 -0400 |
---|---|---|
committer | Aaron Merey <[email protected]> | 2024-10-18 13:50:38 -0400 |
commit | 0f3b436b7e4fc4d310be79a62e40a115fdc482d0 (patch) | |
tree | 5146ae299f8138e8e346d66bb7c028dc7395b99e | |
parent | 45104c731665de1ad6d796c508b9ee1ef84fc67b (diff) |
config/elfutils.spec.in: Add missing wildcardelfutils-0.192
Replace %{_mandir}/man3/libelf.3 with %{_mandir}/man3/libelf.3*
to account for possible compression-related file extension.
Signed-off-by: Aaron Merey <[email protected]>
-rw-r--r-- | config/elfutils.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |