public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Miroslav Lichvar <mlichvar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ntpsec] rawhide: use fedora pool.ntp.org vendor zone on eln
Date: Tue, 07 Jul 2026 09:50:03 GMT [thread overview]
Message-ID: <178341780336.1.4602594816434068925.rpms-ntpsec-517775553c05@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ntpsec
Branch : rawhide
Commit : 517775553c059adb3a0d98547049264bb0089ca3
Author : Miroslav Lichvar <mlichvar@redhat.com>
Date : 2026-07-07T11:48:20+02:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ntpsec/c/517775553c059adb3a0d98547049264bb0089ca3?branch=rawhide
Log:
use fedora pool.ntp.org vendor zone on eln
The ID in /etc/os-release on eln changed from fedora to eln, but there
is no eln vendor zone. Keep using the fedora zone.
---
diff --git a/ntpsec.spec b/ntpsec.spec
index 30b02d3..d3e39dc 100644
--- a/ntpsec.spec
+++ b/ntpsec.spec
@@ -30,8 +30,12 @@ Obsoletes: ntp < 4.2.10 ntp-perl < 4.2.10 ntp-doc < 4.2.10 ntpdate < 4.2.10
# Set pool.ntp.org vendor zone for default configuration
%if 0%{!?vendorzone:1}
+%if 0%{?eln}
+%global vendorzone fedora.
+%else
%global vendorzone %(source /etc/os-release && echo ${ID}.)
%endif
+%endif
# Private library
%global __provides_exclude ^libntpc\\.so.*$
reply other threads:[~2026-07-07 9:50 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=178341780336.1.4602594816434068925.rpms-ntpsec-517775553c05@fedoraproject.org \
--to=mlichvar@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