public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glances] rawhide: EPEL10 fixes
@ 2026-08-30 14:18 Ali Erdinc Koroglu
  0 siblings, 0 replies; only message in thread
From: Ali Erdinc Koroglu @ 2026-08-30 14:18 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/glances
Branch : rawhide
Commit : 1e0cf77c181e64a9e4edf7efacaf6f603f748a26
Author : Ali Erdinc Koroglu <ali.koroglu@oss.qualcomm.com>
Date   : 2026-08-30T17:18:01+03:00
Stats  : +9/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/glances/c/1e0cf77c181e64a9e4edf7efacaf6f603f748a26?branch=rawhide

Log:
EPEL10 fixes

---
diff --git a/glances.spec b/glances.spec
index e763a05..431dace 100644
--- a/glances.spec
+++ b/glances.spec
@@ -26,8 +26,11 @@ Patch0:		disable-update-check.patch
 BuildArch:	noarch
 
 BuildRequires:	python3-devel
-BuildRequires:	python3-selenium
 BuildRequires:	systemd-units
+# python3-selenium is not available in EPEL yet
+%if 0%{?fedora}
+BuildRequires:	python3-selenium
+%endif
 Requires:	python3-fastapi
 Requires:	python3-orjson
 Requires:	python3-uvicorn
@@ -41,6 +44,11 @@ Requires:	python3-uvicorn
 # pyinstrument
 sed -i '/pyinstrument/d' pyproject.toml
 
+%if 0%{?rhel}
+# # EPEL setuptools 69.x lacks PEP 639 SPDX; use the legacy table form.
+sed -i 's/^license = "LGPL-3.0-only"$/license = {text = "LGPL-3.0-only"}/' pyproject.toml
+%endif
+
 %generate_buildrequires
 %pyproject_buildrequires -t
 

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

only message in thread, other threads:[~2026-08-30 14:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-30 14:18 [rpms/glances] rawhide: EPEL10 fixes Ali Erdinc Koroglu

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