public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-merge3] rawhide: Simplify conditionals; don’t support EOL F42 release
@ 2026-09-03 17:45 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-03 17:45 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-merge3
            Branch : rawhide
            Commit : b3db556709aab68d3b23c78ed90f4ad8c79ab9ea
            Author : Benjamin A. Beasley <code@musicinmybrain.net>
            Date   : 2026-09-03T11:39:42+01:00
            Stats  : +3/-6 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-merge3/c/b3db556709aab68d3b23c78ed90f4ad8c79ab9ea?branch=rawhide

            Log:
            Simplify conditionals; don’t support EOL F42 release

Be explicit that we can’t support EPEL9 either.

[skip changelog]

---
diff --git a/python-merge3.spec b/python-merge3.spec
index 26853fe..05660f9 100644
--- a/python-merge3.spec
+++ b/python-merge3.spec
@@ -1,9 +1,6 @@
-%if (%{defined fedora} && 0%{?fedora} <= 42) || (%{defined rhel} && 0%{?rhel} <= 10)
-# setuptools < 77, can't use new license metadata
-%bcond old_setuptools 1
-%else
-%bcond old_setuptools 0
-%endif
+# EPEL10: setuptools < 77, can't use new license metadata
+# EPEL9 doesn’t even have the previous setuptools, 61.2
+%bcond old_setuptools %{defined el10}
 
 Name:           python-merge3
 Version:        0.0.16

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

only message in thread, other threads:[~2026-09-03 17:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03 17:45 [rpms/python-merge3] rawhide: Simplify conditionals; don’t support EOL F42 release Benjamin A. Beasley

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