public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glances] epel10: Update Python 2 dependency declarations to new packaging standards
@ 2026-08-30 14:23 Iryna Shcherbina
0 siblings, 0 replies; only message in thread
From: Iryna Shcherbina @ 2026-08-30 14:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glances
Branch : epel10
Commit : d804a8502f3c112deb45073f4381aacaa03859bb
Author : Iryna Shcherbina <shcherbina.iryna@gmail.com>
Date : 2018-02-14T17:13:20+01:00
Stats : +7/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glances/c/d804a8502f3c112deb45073f4381aacaa03859bb?branch=epel10
Log:
Update Python 2 dependency declarations to new packaging standards
---
diff --git a/glances.spec b/glances.spec
index 67344ee..7ac494f 100644
--- a/glances.spec
+++ b/glances.spec
@@ -2,7 +2,7 @@
Name: glances
Version: 2.11.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: %{sum}
Group: Applications/System
@@ -11,7 +11,7 @@ URL: https://github.com/nicolargo/glances
Source0: https://github.com/nicolargo/glances/archive/v%{version}.tar.gz
BuildArch: noarch
BuildRequires: python2-devel python3-devel
-BuildRequires: python-setuptools python3-setuptools
+BuildRequires: python2-setuptools python3-setuptools
BuildRequires: python2-psutil >= 2.0.0
BuildRequires: python3-psutil >= 2.0.0
@@ -29,7 +29,7 @@ It is developed in Python.
%package -n python2-%{name}
%{?python_provide:%python_provide python2-%{name}}
-Requires: python-setuptools
+Requires: python2-setuptools
Requires: python2-psutil >= 2.0.0
Summary: %{sum}
Provides: %{name} = %{version}-%{release}
@@ -83,6 +83,10 @@ It is developed in Python.
%changelog
+* Wed Feb 14 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.11.1-3
+- Update Python 2 dependency declarations to new packaging standards
+ (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
+
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-30 14:23 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:23 [rpms/glances] epel10: Update Python 2 dependency declarations to new packaging standards Iryna Shcherbina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox