public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/deluge] f45: Add requires python3-pkg-resources for f45+
@ 2026-09-20 14:03 Leigh Scott
0 siblings, 0 replies; only message in thread
From: Leigh Scott @ 2026-09-20 14:03 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/deluge
Branch : f45
Commit : a151399078e00f8cf41da110a80309707f153315
Author : Leigh Scott <leigh123linux@gmail.com>
Date : 2026-09-20T15:02:15+01:00
Stats : +7/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/deluge/c/a151399078e00f8cf41da110a80309707f153315?branch=f45
Log:
Add requires python3-pkg-resources for f45+
---
diff --git a/deluge.spec b/deluge.spec
index 2f1b048..7ca67c0 100644
--- a/deluge.spec
+++ b/deluge.spec
@@ -1,6 +1,6 @@
Name: deluge
Version: 2.2.0
-Release: 12%{?dist}
+Release: 13%{?dist}
Summary: A GTK+ BitTorrent client with support for DHT, UPnP, and PEX
License: LicenseRef-Callaway-GPLv3-with-exceptions
URL: http://deluge-torrent.org/
@@ -40,6 +40,9 @@ Summary: Files common to Deluge sub packages
# Automatically converted from old format: GPLv3 with exceptions - review is highly recommended.
License: LicenseRef-Callaway-GPLv3-with-exceptions
Requires: rb_libtorrent-python3
+%if 0%{?fedora} >= 45
+Requires: python3-pkg-resources
+%endif
Recommends: python3-GeoIP
%description common
@@ -247,6 +250,9 @@ install -m0644 -D deluge.sysusers.conf %{buildroot}%{_sysusersdir}/deluge.conf
%systemd_postun_with_restart deluge-web.service
%changelog
+* Sun Sep 20 2026 Leigh Scott <leigh123linux@gmail.com> - 2.2.0-13
+- Add requires python3-pkg-resources for f45+
+
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-20 14:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-20 14:03 [rpms/deluge] f45: Add requires python3-pkg-resources for f45+ Leigh Scott
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox