public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Than Ngo <than@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cef] rawhide: Fix el10 minor version
Date: Fri, 04 Sep 2026 17:42:40 GMT [thread overview]
Message-ID: <178854376010.1.164909873495554898.rpms-cef-2604300ae9e4@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/cef
Branch : rawhide
Commit : 2604300ae9e4b1be90e66828a0d5bad0d786ee74
Author : Than Ngo <than@redhat.com>
Date : 2026-09-04T17:42:12+00:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/cef/c/2604300ae9e4b1be90e66828a0d5bad0d786ee74?branch=rawhide
Log:
Fix el10 minor version
---
diff --git a/cef.spec b/cef.spec
index 335d779..469f6f6 100644
--- a/cef.spec
+++ b/cef.spec
@@ -10,7 +10,7 @@
# 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}
reply other threads:[~2026-09-04 17:42 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=178854376010.1.164909873495554898.rpms-cef-2604300ae9e4@fedoraproject.org \
--to=than@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