public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gdb] gdb-17.2-rebase-f44: Fix install-info for the gdb-doc subpackage (BZ 715228).
Date: Sat, 27 Jun 2026 23:55:10 GMT	[thread overview]
Message-ID: <178260451062.1.15114510153709206251.rpms-gdb-847a670287bb@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : 847a670287bbe643b6a88e7ede4cd19712f99e63
Author : Jan Kratochvil <jan.kratochvil@redhat.com>
Date   : 2011-06-24T12:20:35+02:00
Stats  : +9/-6 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gdb/c/847a670287bbe643b6a88e7ede4cd19712f99e63?branch=gdb-17.2-rebase-f44

Log:
Fix install-info for the gdb-doc subpackage (BZ 715228).

---
diff --git a/gdb.spec b/gdb.spec
index fca9343..25a832d 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -27,7 +27,7 @@ Version: 7.2.90.20110525
 
 # The release always contains a leading reserved number, start it at 1.
 # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
-Release: 38%{?_with_upstream:.upstream}%{?dist}
+Release: 39%{?_with_upstream:.upstream}%{?dist}
 
 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and BSD and Public Domain
 Group: Development/Debuggers
@@ -665,9 +665,6 @@ Requires: libunwind >= 0.96-3
 %endif
 %endif
 
-Requires(post): /sbin/install-info
-Requires(preun): /sbin/install-info
-
 %description
 GDB, the GNU debugger, allows you to debug programs written in C, C++,
 Java, and other languages, by executing them in a controlled fashion
@@ -700,6 +697,9 @@ and printing their data.
 
 This package provides INFO, HTML and PDF user manual for GDB.
 
+Requires(post): /sbin/install-info
+Requires(preun): /sbin/install-info
+
 %prep
 
 # This allows the tarball name to be different from our
@@ -1201,7 +1201,7 @@ ln -s gstack $RPM_BUILD_ROOT%{_bindir}/pstack
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
+%post doc
 # This step is part of the installation of the RPM. Not to be confused
 # with the 'make install ' of the build (rpmbuild) process.
 
@@ -1212,7 +1212,7 @@ then
   /sbin/install-info --info-dir=%{_infodir} %{_infodir}/gdb.info.gz || :
 fi
 
-%preun
+%preun doc
 if [ $1 = 0 ]
 then
   # For --excludedocs:
@@ -1265,6 +1265,9 @@ fi
 %{_infodir}/gdb.info*
 
 %changelog
+* Fri Jun 24 2011 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.2.90.20110525-39.fc15
+- Fix install-info for the gdb-doc subpackage (BZ 715228).
+
 * Wed May 25 2011 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.2.90.20110525-38.fc15
 - Rebase to FSF GDB 7.2.90.20110525 (which is a 7.3 pre-release).
 - [stap] Fix double free (Sergio Durigan Junior).

                 reply	other threads:[~2026-06-27 23:55 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=178260451062.1.15114510153709206251.rpms-gdb-847a670287bb@fedoraproject.org \
    --to=jan.kratochvil@redhat.com \
    --cc=git-commits@fedoraproject.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