From: Aaron Merey Date: Wed, 15 Apr 2026 17:39:00 +0000 (-0400) Subject: config/elfutils.spec.in: package gelf.3 in %files X-Git-Tag: elfutils-0.195~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ce3e132db8f0071641bcecd5df1af8b00dc90b07;p=thirdparty%2Felfutils.git config/elfutils.spec.in: package gelf.3 in %files "gelf_*.3*" is the glob intended to include all gelf man pages in %files. Man page gelf.3 was recently added and does not match the glob. Fix this by also including "gelf.3*" in %files. Signed-off-by: Aaron Merey --- diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index afbed0cd..84a9f51a 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -326,6 +326,7 @@ fi %{_mandir}/man3/elf_*.3* %{_mandir}/man3/elf32_*.3* %{_mandir}/man3/elf64_*.3* +%{_mandir}/man3/gelf.3* %{_mandir}/man3/gelf_*.3* %{_mandir}/man3/libelf.3*