public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: Fix el10 minor version
@ 2026-08-07 16:09 Than Ngo
0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-08-07 16:09 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : cd889e2998a627ab66f476583826c65f0a345ec6
Author : Than Ngo <than@redhat.com>
Date : 2026-05-16T14:58:11+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/cd889e2998a627ab66f476583826c65f0a345ec6?branch=epel9-next
Log:
Fix el10 minor version
---
diff --git a/chromium.spec b/chromium.spec
index ce3dda0..7fb12f6 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -1,6 +1,6 @@
# macro for el10 minor version
%if 0%{?rhel} == 10
-%define rhel_minor_version %(grep -oP '10\.[0-9.]*' /etc/redhat-release | cut -d '.' -f2)
+%global rhel_minor_version %(echo %{dist} | sed -n 's/.*el10_\\([0-9]\\+\\).*/\\1/p')
%endif
%define _lto_cflags %{nil}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-07 16:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 16:09 [rpms/chromium] epel9-next: Fix el10 minor version Than Ngo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox