diff options
author | Frank Ch. Eigler <fche@redhat.com> | 2021-08-20 13:54:55 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 2021-08-20 13:55:28 -0400 |
commit | dc6ddd8ba061c0486a2c4b5a17ddd086d5e3a32d (patch) | |
tree | 361f279dbd46f9ea79ee94b85756c8a023984408 /config/elfutils.spec.in | |
parent | 89b1a4e8793e0379e386da313c1bd90080390877 (diff) | |
download | elfutils-dc6ddd8ba061c0486a2c4b5a17ddd086d5e3a32d.tar.gz |
PR27950 - package new debuginfod-client-config.7 man page in rpm
The template rpm spec file needs to include the new .7 page in all the
subrpms whose man pages may .so it.
Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
Diffstat (limited to 'config/elfutils.spec.in')
-rw-r--r-- | config/elfutils.spec.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 5552352b..04376265 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -299,12 +299,14 @@ fi %{_libdir}/libdebuginfod.so.* %{_bindir}/debuginfod-find %{_mandir}/man1/debuginfod-find.1* +%{_mandir}/man7/debuginfod*.7* %config(noreplace) %{_sysconfdir}/profile.d/* %files debuginfod-client-devel %defattr(-,root,root) %{_libdir}/pkgconfig/libdebuginfod.pc %{_mandir}/man3/debuginfod_*.3* +%{_mandir}/man7/debuginfod*.7* %{_includedir}/elfutils/debuginfod.h %{_libdir}/libdebuginfod.so @@ -315,6 +317,7 @@ fi %{_unitdir}/debuginfod.service %{_sysconfdir}/sysconfig/debuginfod %{_mandir}/man8/debuginfod.8* +%{_mandir}/man7/debuginfod*.7* %dir %attr(0700,debuginfod,debuginfod) %{_localstatedir}/cache/debuginfod %ghost %attr(0600,debuginfod,debuginfod) %{_localstatedir}/cache/debuginfod/debuginfod.sqlite |