public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gdb] gdb-17.2-rebase-f44: Fix build failure from last commit (add the _gdb.spec* files as Source)
@ 2026-06-27 23:58 Sergio Durigan Junior
  0 siblings, 0 replies; only message in thread
From: Sergio Durigan Junior @ 2026-06-27 23:58 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : b7971c4818a6e1e5ce525dd175aef61274adb943
Author : Sergio Durigan Junior <sergiodj@redhat.com>
Date   : 2017-12-08T01:04:24-05:00
Stats  : +4/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gdb/c/b7971c4818a6e1e5ce525dd175aef61274adb943?branch=gdb-17.2-rebase-f44

Log:
Fix build failure from last commit (add the _gdb.spec* files as Source)

---
diff --git a/gdb.spec b/gdb.spec
index 0ec4414..4f5bb5b 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -189,7 +189,9 @@ Patch1119: gdb-testsuite-readline63-sigint-revert.patch
 
 # Include the auto-generated file containing the "Patch:" directives.
 # See README.local-patches for more details.
-%include _gdb.spec.Patch.include
+Source8: _gdb.spec.Patch.include
+Source9: _gdb.spec.patch.include
+%include %{SOURCE8}
 
 %if 0%{!?rhel:1} || 0%{?rhel} > 6
 # RL_STATE_FEDORA_GDB would not be found for:
@@ -421,7 +423,7 @@ find -name "*.info*"|xargs rm -f
 
 # Include the auto-generated "%patch" directives.
 # See README.local-patches for more details.
-%include _gdb.spec.patch.include
+%include %{SOURCE9}
 
 %if 0%{!?el6:1}
 for i in \

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-27 23:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-27 23:58 [rpms/gdb] gdb-17.2-rebase-f44: Fix build failure from last commit (add the _gdb.spec* files as Source) Sergio Durigan Junior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox