public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glances] epel10: Update to 2.7.1 and add submodule rpm for python2/python3
@ 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 : be512a78b4b48c73f614bc0077546a336c0b4aae
Author : Edouard Bourguignon <madko@linuxed.net>
Date   : 2016-11-05T16:06:03+01:00
Stats  : +11/-8 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/glances/c/be512a78b4b48c73f614bc0077546a336c0b4aae?branch=epel10

Log:
Update to 2.7.1 and add submodule rpm for python2/python3

---
diff --git a/.gitignore b/.gitignore
index c05f064..bb1f47e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /v2.3.tar.gz
 /v2.5.1.tar.gz
 /v2.6.1.tar.gz
+/v2.7.1.tar.gz

diff --git a/glances.spec b/glances.spec
index 7ab9db8..b1dde76 100644
--- a/glances.spec
+++ b/glances.spec
@@ -2,8 +2,8 @@
 %global sum	CLI curses based monitoring tool
 
 Name:		python-%{srcname}		
-Version:	2.6.1
-Release:	2%{?dist}
+Version:	2.7.1
+Release:	1%{?dist}
 Summary:	%{sum}
 
 Group:		Applications/System		
@@ -25,7 +25,7 @@ It is developed in Python.
 
 
 %package -n python2-%{srcname}
-Provides: 	%{srcname} = %{version}-%{release}
+%{?python_provide:%python_provide python2-%{srcname}}
 Requires:	python-setuptools
 Requires:	python2-psutil >= 2.0.0
 Summary:        %{sum}
@@ -40,10 +40,10 @@ It is developed in Python.
 
 
 %package -n %{srcname}
+%{?python_provide:%python_provide python3-%{srcname}}
 Requires:	python3-setuptools
 Requires:	python3-psutil >= 2.0.0
 Summary:        %{sum}
-%{?python_provide:%python_provide python3-%{srcname}}
 
 %description -n %{srcname}
 Glances is a CLI curses based monitoring tool for both GNU/Linux and BSD.
@@ -65,7 +65,6 @@ It is developed in Python.
 # overwritten with every setup.py install, and in general we want the
 # python3 version to be the default.
 %py2_install
-rm %{buildroot}%{_bindir}/*
 %py3_install
 
 %check
@@ -80,7 +79,7 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README.rst NEWS 
 %license COPYING
-%{python2_sitelib}/%{name}/
+%{python2_sitelib}/%{srcname}/
 %{python2_sitelib}/Glances-%{version}-py%{python2_version}.egg-info/
 %exclude %{_datadir}/doc/glances
 %{_datadir}/man/man1/glances.1.gz
@@ -90,13 +89,16 @@ rm -rf %{buildroot}
 %doc AUTHORS COPYING README.rst NEWS
 %license COPYING
 %{_bindir}/glances
-%{python3_sitelib}/%{name}/
+%{python3_sitelib}/%{srcname}/
 %{python3_sitelib}/Glances-%{version}-py%{python3_version}.egg-info/
 %exclude %{_datadir}/doc/glances
 %{_datadir}/man/man1/glances.1.gz
 
 
 %changelog
+* Mon Oct 17 2016 Edouard Bourguignon <madko@linuxed.net> - 2.7.1-1
+- Upgrade to 2.7.1
+
 * Sun Oct 16 2016 Edouard Bourguignon <madko@linuxed.net> - 2.6.1-3
 - Fix for python2 and python3 packages
 

diff --git a/sources b/sources
index 2aec6a1..0d4bcb8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e58608f8b9ff5735288cac18f4fd29a  v2.6.1.tar.gz
+312a6488549abfa9ec870c95dc8b7f1b  v2.7.1.tar.gz

^ 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 to 2.7.1 and add submodule rpm for python2/python3 Edouard Bourguignon

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