public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gdb] f43: Add rpminspect configuration file
@ 2026-07-04  2:18 Michal Kolar
  0 siblings, 0 replies; only message in thread
From: Michal Kolar @ 2026-07-04  2:18 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/gdb
            Branch : f43
            Commit : 1566f2e27160568ce2c4f78a1936519a1c41735e
            Author : Michal Kolar <mkolar@redhat.com>
            Date   : 2026-07-03T19:57:27+00:00
            Stats  : +14/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/gdb/c/1566f2e27160568ce2c4f78a1936519a1c41735e?branch=f43

            Log:
            Add rpminspect configuration file

Introduce `rpminspect.yaml` to define package-specific rpminspect
testing policy.

---
diff --git a/rpminspect.yaml b/rpminspect.yaml
new file mode 100644
index 0000000..2bfe7c0
--- /dev/null
+++ b/rpminspect.yaml
@@ -0,0 +1,14 @@
+---
+
+annocheck:
+  jobs:
+
+    # --skip-lto
+    # Disable Link-Time Optimization checks
+    # Upstream GDB is not fully compatible with LTO
+    #
+    # --skip-stack-realign
+    # Skip stack-realign test for i686
+    # GDB code is compiled with -mstackrealign, but the binary links
+    # against static code which was compiled without this flag
+    - hardened: --skip-lto --skip-stack-realign

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

only message in thread, other threads:[~2026-07-04  2:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-04  2:18 [rpms/gdb] f43: Add rpminspect configuration file Michal Kolar

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