public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: Update fedora-release.spec to enable ima:enforcing mode in DEBUGINFOD_URLS
@ 2026-08-10 9:36 Frank Ch. Eigler
0 siblings, 0 replies; only message in thread
From: Frank Ch. Eigler @ 2026-08-10 9:36 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedora-release
Branch : f45
Commit : 2c1d8f50667d2c3ddb9d2102ab7f30301f4f5c58
Author : Frank Ch. Eigler <fche@fedoraproject.org>
Date : 2025-04-08T17:36:21+00:00
Stats : +1/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/2c1d8f50667d2c3ddb9d2102ab7f30301f4f5c58?branch=f45
Log:
Update fedora-release.spec to enable ima:enforcing mode in DEBUGINFOD_URLS
As per https://fedoraproject.org/wiki/Changes/Debuginfod_IMA_Verification.
New value includes space, which means specs must quote it at point of use,
e.g.: https://src.fedoraproject.org/rpms/elfutils/pull-request/16
---
diff --git a/fedora-release.spec b/fedora-release.spec
index daebebe..b519db7 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -1,4 +1,3 @@
-
%define release_name Rawhide
%define is_rawhide 1
@@ -1537,7 +1536,7 @@ ln -s fedora-release %{buildroot}%{_sysconfdir}/system-release
%global dist_bug_report_url https://bugzilla.redhat.com/
# debuginfod server, as used in elfutils.spec.
-%global dist_debuginfod_url https://debuginfod.fedoraproject.org/
+%global dist_debuginfod_url ima:enforcing https://debuginfod.fedoraproject.org/ ima:ignore
# -------------------------------------------------------------------------
# Set the RELEASE_TYPE appropriately
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 9:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 9:36 [rpms/fedora-release] f45: Update fedora-release.spec to enable ima:enforcing mode in DEBUGINFOD_URLS Frank Ch. Eigler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox