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: Do not apply RHEL-6 patches on non-RHEL-6 even for testsuite.
Date: Sat, 27 Jun 2026 23:57:42 GMT [thread overview]
Message-ID: <178260466225.1.17374668074093178557.rpms-gdb-2e29a3ec7be6@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : 2e29a3ec7be6d74a694f6b0c7a458fa63a2568f3
Author : Jan Kratochvil <jan.kratochvil@redhat.com>
Date : 2016-07-28T20:11:28+02:00
Stats : +14/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gdb/c/2e29a3ec7be6d74a694f6b0c7a458fa63a2568f3?branch=gdb-17.2-rebase-f44
Log:
Do not apply RHEL-6 patches on non-RHEL-6 even for testsuite.
---
diff --git a/gdb.spec b/gdb.spec
index 787efd8..da67e0b 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -27,7 +27,7 @@ Version: 7.11.50.%{snapsrc}
# 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: 2%{?dist}
+Release: 3%{?dist}
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and BSD and Public Domain and GFDL
Group: Development/Debuggers
@@ -882,6 +882,16 @@ find -name "*.info*"|xargs rm -f
%patch1056 -p1
%patch1073 -p1
%patch848 -p1
+%if 0%{!?el6:1}
+for i in \
+ gdb/python/lib/gdb/FrameWrapper.py \
+ gdb/python/lib/gdb/backtrace.py \
+ gdb/python/lib/gdb/command/backtrace.py \
+ ;do
+ test -e $i
+ : >$i
+done
+%endif
%patch833 -p1
%patch642 -p1
%patch337 -p1
@@ -1412,6 +1422,9 @@ then
fi
%changelog
+* Thu Jul 28 2016 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.11.50.20160721-3.fc25
+- Do not apply RHEL-6 patches on non-RHEL-6 even for testsuite.
+
* Thu Jul 21 2016 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.11.50.20160721-2.fc25
- Rebase to FSF GDB 7.11.50.20160721 (pre-7.12 trunk snapshot).
reply other threads:[~2026-06-27 23: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=178260466225.1.17374668074093178557.rpms-gdb-2e29a3ec7be6@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