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/chrony] rawhide: use fedora pool.ntp.org vendor zone on eln
Date: Tue, 07 Jul 2026 09:39:07 GMT [thread overview]
Message-ID: <178341714723.1.8662362199629232504.rpms-chrony-1bfa5cbf15ed@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/chrony
Branch : rawhide
Commit : 1bfa5cbf15ed52eb83552f84a476cd37ac9b97a2
Author : Miroslav Lichvar <mlichvar@redhat.com>
Date : 2026-07-07T11:35:41+02:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chrony/c/1bfa5cbf15ed52eb83552f84a476cd37ac9b97a2?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/chrony.spec b/chrony.spec
index 75c97b8..6f79723 100644
--- a/chrony.spec
+++ b/chrony.spec
@@ -52,8 +52,12 @@ can also operate as an NTPv4 (RFC 5905) server and peer to provide a time
service to other computers in the network.
%if 0%{!?vendorzone:1}
+%if 0%{?eln}
+%global vendorzone fedora.
+%else
%global vendorzone %(source /etc/os-release && echo ${ID}.)
%endif
+%endif
%prep
%{gpgverify} --keyring=%{SOURCE2} --signature=%{SOURCE1} --data=%{SOURCE0}
reply other threads:[~2026-07-07 9: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=178341714723.1.8662362199629232504.rpms-chrony-1bfa5cbf15ed@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