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 compatibility with F-27 debuginfo packaging.
Date: Sat, 27 Jun 2026 23:58:18 GMT [thread overview]
Message-ID: <178260469852.1.10204149795623843976.rpms-gdb-9eb42f22d5dd@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : 9eb42f22d5dd38d575762d9bdca277db0d4b1e61
Author : Jan Kratochvil <jan.kratochvil@redhat.com>
Date : 2017-08-13T13:22:19+02:00
Stats : +13/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gdb/c/9eb42f22d5dd38d575762d9bdca277db0d4b1e61?branch=gdb-17.2-rebase-f44
Log:
Fix compatibility with F-27 debuginfo packaging.
Fix compatibility with F-27 librpm version 8.
---
diff --git a/gdb.spec b/gdb.spec
index 26d95b9..b60fe91 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -26,7 +26,7 @@ Version: 8.0
# 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: 20%{?dist}
+Release: 21%{?dist}
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL
Group: Development/Debuggers
@@ -40,6 +40,10 @@ URL: http://gnu.org/software/gdb/
%global gdb_src %{tarname}
%global gdb_build build-%{_target_platform}
+# error: Installed (but unpackaged) file(s) found: /usr/lib/debug/usr/bin/gdb-gdb.py
+# https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/PBOJDOFMWTRV3ZOKNV5HN7IBX5EPHDHF/
+%undefine _debuginfo_subpackages
+
# For DTS RHEL<=7 GDB it is better to use none than a Requires dependency.
%if 0%{!?rhel:1} || 0%{?rhel} > 7
Recommends: %{?scl_prefix}gcc-gdb-plugin%{?_isa}
@@ -110,9 +114,13 @@ Recommends: default-yama-scope
%if 0%{?el7:1}
%global librpmver 3
%else
+%if 0%{?fedora} >= 27
+%global librpmver 8
+%else
%global librpmver 7
%endif
%endif
+%endif
%if 0%{?__isa_bits} == 64
%global librpmname librpm.so.%{librpmver}()(64bit)
%else
@@ -1635,6 +1643,10 @@ then
fi
%changelog
+* Sun Aug 13 2017 Jan Kratochvil <jan.kratochvil@redhat.com> - 8.0-21.fc26
+- Fix compatibility with F-27 debuginfo packaging.
+- Fix compatibility with F-27 librpm version 8.
+
* Thu Aug 3 2017 Jan Kratochvil <jan.kratochvil@redhat.com> - 8.0-20.fc26
- Two fixes from upstream stable branch 8.0.
reply other threads:[~2026-06-27 23:58 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=178260469852.1.10204149795623843976.rpms-gdb-9eb42f22d5dd@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