public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glances] epel10: Keep glances name for python3 package
@ 2026-08-30 14:23 Edouard Bourguignon
0 siblings, 0 replies; only message in thread
From: Edouard Bourguignon @ 2026-08-30 14:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glances
Branch : epel10
Commit : cd54b8334d112decd59f500e73dfb6fb258e184a
Author : Edouard Bourguignon <madko@linuxed.net>
Date : 2016-10-16T15:41:01+02:00
Stats : +4/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glances/c/cd54b8334d112decd59f500e73dfb6fb258e184a?branch=epel10
Log:
Keep glances name for python3 package
---
diff --git a/glances.spec b/glances.spec
index 9db1a8d..7ab9db8 100644
--- a/glances.spec
+++ b/glances.spec
@@ -25,6 +25,7 @@ It is developed in Python.
%package -n python2-%{srcname}
+Provides: %{srcname} = %{version}-%{release}
Requires: python-setuptools
Requires: python2-psutil >= 2.0.0
Summary: %{sum}
@@ -38,13 +39,13 @@ Glances uses the PsUtil library to get information from your system.
It is developed in Python.
-%package -n python3-%{srcname}
+%package -n %{srcname}
Requires: python3-setuptools
Requires: python3-psutil >= 2.0.0
Summary: %{sum}
%{?python_provide:%python_provide python3-%{srcname}}
-%description -n python3-%{srcname}
+%description -n %{srcname}
Glances is a CLI curses based monitoring tool for both GNU/Linux and BSD.
Glances uses the PsUtil library to get information from your system.
@@ -84,7 +85,7 @@ rm -rf %{buildroot}
%exclude %{_datadir}/doc/glances
%{_datadir}/man/man1/glances.1.gz
-%files -n python3-%{srcname}
+%files -n %{srcname}
%defattr(-,root,root,-)
%doc AUTHORS COPYING README.rst NEWS
%license COPYING
^ 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: Keep glances name for python3 package Edouard Bourguignon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox