public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
From: "Frank Ch. Eigler" <fche@redhat.com>
To: elfutils-devel@sourceware.org
Subject: obv patch: debuginfod-client-config.7 man page packaging
Date: Fri, 20 Aug 2021 13:57:26 -0400	[thread overview]
Message-ID: <20210820175726.GG6064@redhat.com> (raw)

Hi -

Pushing momentarily:

commit dc6ddd8ba061c0486a2c4b5a17ddd086d5e3a32d (HEAD -> master)
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Fri Aug 20 13:54:55 2021 -0400

    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>

diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 5552352b9875..043762653c90 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


                 reply	other threads:[~2021-08-20 17:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210820175726.GG6064@redhat.com \
    --to=fche@redhat.com \
    --cc=elfutils-devel@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).