public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chrony] rawhide: use fedora pool.ntp.org vendor zone on eln
@ 2026-07-07  9:39 Miroslav Lichvar
  0 siblings, 0 replies; only message in thread
From: Miroslav Lichvar @ 2026-07-07  9:39 UTC (permalink / raw)
  To: git-commits

            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}

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-07  9:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-07  9:39 [rpms/chrony] rawhide: use fedora pool.ntp.org vendor zone on eln Miroslav Lichvar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox