public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Edouard Bourguignon <madko@linuxed.net>
To: git-commits@fedoraproject.org
Subject: [rpms/glances] epel10: Update to 2.7.1 and add submodule rpm for python2/python3
Date: Sun, 30 Aug 2026 14:23:03 GMT	[thread overview]
Message-ID: <178809978327.1.9051613790720741195.rpms-glances-be512a78b4b4@fedoraproject.org> (raw)

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

                 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=178809978327.1.9051613790720741195.rpms-glances-be512a78b4b4@fedoraproject.org \
    --to=madko@linuxed.net \
    --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