public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/epel-rpm-macros] eln: ELN does not use numeric releasever
Date: Thu, 10 Sep 2026 23:39:54 GMT [thread overview]
Message-ID: <178908359442.1.11445059934634158643.rpms-epel-rpm-macros-a6269b3f826d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/epel-rpm-macros
Branch : eln
Commit : a6269b3f826d164c1c622f25bccc442b2b3fd01d
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-09-09T22:49:50-04:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/epel-rpm-macros/c/a6269b3f826d164c1c622f25bccc442b2b3fd01d?branch=eln
Log:
ELN does not use numeric releasever
More specifically, it defines releasever as eln, and releasever_major is
undefined.
---
diff --git a/epel-rpm-macros.spec b/epel-rpm-macros.spec
index afdfa27..084958e 100644
--- a/epel-rpm-macros.spec
+++ b/epel-rpm-macros.spec
@@ -14,7 +14,11 @@ Source10: macros.epel
Source11: macros.zzz-epel
# This should only be installed on Enterprise Linux with a matching major version
+%if %{defined eln}
+Requires: (redhat-release with system-release(releasever) = eln)
+%else
Requires: (redhat-release with system-release(releasever_major) = %{version})
+%endif
Requires: ansible-srpm-macros
Requires: fpc-srpm-macros
reply other threads:[~2026-09-10 23:39 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=178908359442.1.11445059934634158643.rpms-epel-rpm-macros-a6269b3f826d@fedoraproject.org \
--to=yselkowi@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