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 remove %{_datadir}/gdb/syscalls/ppc*.xml as it is secondary target.
Date: Sat, 27 Jun 2026 23:56:42 GMT [thread overview]
Message-ID: <178260460205.1.12880589692024812633.rpms-gdb-b73009e1d2c5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : b73009e1d2c540e8f24f383e7b26f84dac74eec9
Author : Jan Kratochvil <jan.kratochvil@redhat.com>
Date : 2014-07-01T19:54:42+02:00
Stats : +15/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gdb/c/b73009e1d2c540e8f24f383e7b26f84dac74eec9?branch=gdb-17.2-rebase-f44
Log:
Do not remove %{_datadir}/gdb/syscalls/ppc*.xml as it is secondary target.
- Remove: %{_datadir}/gdb/guile
- Remove: %{_datadir}/gdb/system-gdbinit
---
diff --git a/gdb.spec b/gdb.spec
index 11529ca..ba22a4e 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -25,7 +25,7 @@ Version: 7.7.90.%{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: 7%{?dist}
+Release: 8%{?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
@@ -1220,9 +1220,6 @@ ln -s gstack $RPM_BUILD_ROOT%{_bindir}/pstack
%ifnarch %{ix86} x86_64
rm -f i386-linux.xml
%endif
-%ifnarch ppc ppc64
- rm -f ppc{,64}-linux.xml
-%endif
)
# Documentation only for development.
@@ -1234,6 +1231,15 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/stabs*
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
+# /usr/share/gdb/guile/ gets installed even --without-guile
+# https://sourceware.org/bugzilla/show_bug.cgi?id=17105
+rm -rf $RPM_BUILD_ROOT%{_datadir}/gdb/guile
+
+# These files are unrelated to Fedora Linux.
+rm -f $RPM_BUILD_ROOT%{_datadir}/gdb/system-gdbinit/elinos.py
+rm -f $RPM_BUILD_ROOT%{_datadir}/gdb/system-gdbinit/wrs-linux.py
+rmdir $RPM_BUILD_ROOT%{_datadir}/gdb/system-gdbinit
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -1324,6 +1330,11 @@ then
fi
%changelog
+* Tue Jul 1 2014 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.7.90.20140627-8.fc21
+- Do not remove %{_datadir}/gdb/syscalls/ppc*.xml as it is secondary target.
+- Remove: %{_datadir}/gdb/guile
+- Remove: %{_datadir}/gdb/system-gdbinit
+
* Mon Jun 30 2014 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.7.90.20140627-7.fc21
- Fix crash on optimized-out entry data values (BZ 1111910).
reply other threads:[~2026-06-27 23:56 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=178260460205.1.12880589692024812633.rpms-gdb-b73009e1d2c5@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