public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ali Erdinc Koroglu <ali.koroglu@oss.qualcomm.com>
To: git-commits@fedoraproject.org
Subject: [rpms/glances] epel10: EPEL10 fixes
Date: Sun, 30 Aug 2026 14:23:45 GMT [thread overview]
Message-ID: <178809982589.1.16322005953589082489.rpms-glances-1e0cf77c181e@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/glances
Branch : epel10
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=epel10
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
reply other threads:[~2026-08-30 14:23 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=178809982589.1.16322005953589082489.rpms-glances-1e0cf77c181e@fedoraproject.org \
--to=ali.koroglu@oss.qualcomm.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