public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: Fix ELN .dist value
@ 2026-08-10  9:36 Owen W. Taylor
  0 siblings, 0 replies; only message in thread
From: Owen W. Taylor @ 2026-08-10  9:36 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/fedora-release
            Branch : f45
            Commit : 32ba5e9e2513d3b2c66b8bdd4da5f3b31389e9cf
            Author : Owen W. Taylor <otaylor@fishsoup.net>
            Date   : 2023-08-17T10:41:41-04:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/fedora-release/c/32ba5e9e2513d3b2c66b8bdd4da5f3b31389e9cf?branch=f45

            Log:
            Fix ELN .dist value

ELN should have a dist of .eln<N>, but it was accidentally .el<N>.
Since it was overriden by the eln-build setting for the .dist macro,
it didn't affect koji-built packages.

---
diff --git a/fedora-release.spec b/fedora-release.spec
index 94c4ffc..7fcfb42 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -1572,7 +1572,7 @@ cat >> %{buildroot}%{_rpmconfigdir}/macros.d/macros.dist << EOF
 %%el%{rhel_dist_version}                1
 # Although eln is set in koji tags, we put it in the macros.dist file for local and mock builds.
 %%eln              %{eln}
-%%distcore            .el%%{eln}
+%%distcore            .eln%%{eln}
 %else
 %%fedora              %{dist_version}
 %%fc%{dist_version}                1

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

only message in thread, other threads:[~2026-08-10  9:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10  9:36 [rpms/fedora-release] f45: Fix ELN .dist value Owen W. Taylor

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