public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glances] epel10: keep package name
@ 2026-08-30 14:23 Edouard Bourguignon
0 siblings, 0 replies; 6+ messages 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 : 9f5f9ef41bcb9a09adba84a74ed4599d835f61de
Author : Edouard Bourguignon <madko@linuxed.net>
Date : 2016-11-05T17:00:21+01:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glances/c/9f5f9ef41bcb9a09adba84a74ed4599d835f61de?branch=epel10
Log:
keep package name
---
diff --git a/glances.spec b/glances.spec
index 3aeb8f9..8b8b9d6 100644
--- a/glances.spec
+++ b/glances.spec
@@ -30,7 +30,7 @@ Requires: python2-psutil >= 2.0.0
Summary: %{sum}
%{?python_provide:%python_provide python2-%{name}}
-%description -n python2-%{srcname}
+%description -n python2-%{name}
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.
^ permalink raw reply related [flat|nested] 6+ messages in thread* [rpms/glances] epel10: keep package name
@ 2026-08-30 14:23 Edouard Bourguignon
0 siblings, 0 replies; 6+ messages 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 : 7f2feb5d04911e1f54b7f0b047a0ad3aa3ddff82
Author : Edouard Bourguignon <madko@linuxed.net>
Date : 2016-11-05T17:17:50+01:00
Stats : +15/-25 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glances/c/7f2feb5d04911e1f54b7f0b047a0ad3aa3ddff82?branch=epel10
Log:
keep package name
---
diff --git a/glances.spec b/glances.spec
index b1dde76..ee83074 100644
--- a/glances.spec
+++ b/glances.spec
@@ -1,7 +1,6 @@
-%global srcname glances
%global sum CLI curses based monitoring tool
-Name: python-%{srcname}
+Name: glances
Version: 2.7.1
Release: 1%{?dist}
Summary: %{sum}
@@ -16,6 +15,10 @@ BuildRequires: python-setuptools python3-setuptools
BuildRequires: python2-psutil >= 2.0.0
BuildRequires: python3-psutil >= 2.0.0
+%{?python_provide:%python_provide python3-%{name}}
+Requires: python3-setuptools
+Requires: python3-psutil >= 2.0.0
+
%description
Glances is a CLI curses based monitoring tool for both GNU/Linux and BSD.
@@ -24,28 +27,15 @@ Glances uses the PsUtil library to get information from your system.
It is developed in Python.
-%package -n python2-%{srcname}
-%{?python_provide:%python_provide python2-%{srcname}}
+%package -n python2-%{name}
+%{?python_provide:%python_provide python2-%{name}}
Requires: python-setuptools
Requires: python2-psutil >= 2.0.0
Summary: %{sum}
-%{?python_provide:%python_provide python2-%{srcname}}
-
-%description -n python2-%{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.
-
-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}
+Provides: %{name} = %{version}-%{release}
+%{?python_provide:%python_provide python2-%{name}}
-%description -n %{srcname}
+%description -n python2-%{name}
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.
@@ -54,7 +44,7 @@ It is developed in Python.
%prep
-%autosetup -n %{srcname}-%{version}
+%autosetup -n %{name}-%{version}
%build
%py2_build
@@ -75,21 +65,21 @@ It is developed in Python.
rm -rf %{buildroot}
-%files -n python2-%{srcname}
+%files -n python2-%{name}
%defattr(-,root,root,-)
%doc AUTHORS COPYING README.rst NEWS
%license COPYING
-%{python2_sitelib}/%{srcname}/
+%{python2_sitelib}/%{name}/
%{python2_sitelib}/Glances-%{version}-py%{python2_version}.egg-info/
%exclude %{_datadir}/doc/glances
%{_datadir}/man/man1/glances.1.gz
-%files -n %{srcname}
+%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README.rst NEWS
%license COPYING
%{_bindir}/glances
-%{python3_sitelib}/%{srcname}/
+%{python3_sitelib}/%{name}/
%{python3_sitelib}/Glances-%{version}-py%{python3_version}.egg-info/
%exclude %{_datadir}/doc/glances
%{_datadir}/man/man1/glances.1.gz
^ permalink raw reply related [flat|nested] 6+ messages in thread* [rpms/glances] epel10: keep package name
@ 2026-08-30 14:23 Edouard Bourguignon
0 siblings, 0 replies; 6+ messages 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 : 321bb095f728f3f1d5fe250e6098d353e4462856
Author : Edouard Bourguignon <madko@linuxed.net>
Date : 2016-11-05T17:02:06+01:00
Stats : +14/-13 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glances/c/321bb095f728f3f1d5fe250e6098d353e4462856?branch=epel10
Log:
keep package name
---
diff --git a/glances.spec b/glances.spec
index a35b49b..b1dde76 100644
--- a/glances.spec
+++ b/glances.spec
@@ -1,6 +1,7 @@
+%global srcname glances
%global sum CLI curses based monitoring tool
-Name: glances
+Name: python-%{srcname}
Version: 2.7.1
Release: 1%{?dist}
Summary: %{sum}
@@ -23,14 +24,14 @@ Glances uses the PsUtil library to get information from your system.
It is developed in Python.
-%package -n python2-%{name}
-%{?python_provide:%python_provide python2-%{name}}
+%package -n python2-%{srcname}
+%{?python_provide:%python_provide python2-%{srcname}}
Requires: python-setuptools
Requires: python2-psutil >= 2.0.0
Summary: %{sum}
-%{?python_provide:%python_provide python2-%{name}}
+%{?python_provide:%python_provide python2-%{srcname}}
-%description -n python2-%{name}
+%description -n python2-%{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.
@@ -38,13 +39,13 @@ Glances uses the PsUtil library to get information from your system.
It is developed in Python.
-%package
-%{?python_provide:%python_provide python3-%{name}}
+%package -n %{srcname}
+%{?python_provide:%python_provide python3-%{srcname}}
Requires: python3-setuptools
Requires: python3-psutil >= 2.0.0
Summary: %{sum}
-%description
+%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.
@@ -53,7 +54,7 @@ It is developed in Python.
%prep
-%autosetup -n %{name}-%{version}
+%autosetup -n %{srcname}-%{version}
%build
%py2_build
@@ -74,21 +75,21 @@ It is developed in Python.
rm -rf %{buildroot}
-%files -n python2-%{name}
+%files -n python2-%{srcname}
%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
-%files
+%files -n %{srcname}
%defattr(-,root,root,-)
%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
^ permalink raw reply related [flat|nested] 6+ messages in thread* [rpms/glances] epel10: keep package name
@ 2026-08-30 14:23 Edouard Bourguignon
0 siblings, 0 replies; 6+ messages 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 : 31f56442fa605c4be7b219fb0854d237bb33167a
Author : Edouard Bourguignon <madko@linuxed.net>
Date : 2016-11-05T17:01:23+01:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glances/c/31f56442fa605c4be7b219fb0854d237bb33167a?branch=epel10
Log:
keep package name
---
diff --git a/glances.spec b/glances.spec
index 8b8b9d6..a35b49b 100644
--- a/glances.spec
+++ b/glances.spec
@@ -38,13 +38,13 @@ Glances uses the PsUtil library to get information from your system.
It is developed in Python.
-%package -n %{name}
+%package
%{?python_provide:%python_provide python3-%{name}}
Requires: python3-setuptools
Requires: python3-psutil >= 2.0.0
Summary: %{sum}
-%description -n %{name}
+%description
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.
@@ -83,7 +83,7 @@ rm -rf %{buildroot}
%exclude %{_datadir}/doc/glances
%{_datadir}/man/man1/glances.1.gz
-%files -n %{name}
+%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README.rst NEWS
%license COPYING
^ permalink raw reply related [flat|nested] 6+ messages in thread* [rpms/glances] epel10: keep package name
@ 2026-08-30 14:23 Edouard Bourguignon
0 siblings, 0 replies; 6+ messages 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 : 015bf47fba1bf84ae8f3a64229d155b8cc5c2a9f
Author : Edouard Bourguignon <madko@linuxed.net>
Date : 2016-11-05T16:59:47+01:00
Stats : +12/-13 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glances/c/015bf47fba1bf84ae8f3a64229d155b8cc5c2a9f?branch=epel10
Log:
keep package name
---
diff --git a/glances.spec b/glances.spec
index 0bd3375..3aeb8f9 100644
--- a/glances.spec
+++ b/glances.spec
@@ -1,7 +1,6 @@
-%global srcname glances
%global sum CLI curses based monitoring tool
-Name: %{srcname}
+Name: glances
Version: 2.7.1
Release: 1%{?dist}
Summary: %{sum}
@@ -24,12 +23,12 @@ Glances uses the PsUtil library to get information from your system.
It is developed in Python.
-%package -n python2-%{srcname}
-%{?python_provide:%python_provide python2-%{srcname}}
+%package -n python2-%{name}
+%{?python_provide:%python_provide python2-%{name}}
Requires: python-setuptools
Requires: python2-psutil >= 2.0.0
Summary: %{sum}
-%{?python_provide:%python_provide python2-%{srcname}}
+%{?python_provide:%python_provide python2-%{name}}
%description -n python2-%{srcname}
Glances is a CLI curses based monitoring tool for both GNU/Linux and BSD.
@@ -39,13 +38,13 @@ Glances uses the PsUtil library to get information from your system.
It is developed in Python.
-%package -n %{srcname}
-%{?python_provide:%python_provide python3-%{srcname}}
+%package -n %{name}
+%{?python_provide:%python_provide python3-%{name}}
Requires: python3-setuptools
Requires: python3-psutil >= 2.0.0
Summary: %{sum}
-%description -n %{srcname}
+%description -n %{name}
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.
@@ -54,7 +53,7 @@ It is developed in Python.
%prep
-%autosetup -n %{srcname}-%{version}
+%autosetup -n %{name}-%{version}
%build
%py2_build
@@ -75,21 +74,21 @@ It is developed in Python.
rm -rf %{buildroot}
-%files -n python2-%{srcname}
+%files -n python2-%{name}
%defattr(-,root,root,-)
%doc AUTHORS COPYING README.rst NEWS
%license COPYING
-%{python2_sitelib}/%{srcname}/
+%{python2_sitelib}/%{name}/
%{python2_sitelib}/Glances-%{version}-py%{python2_version}.egg-info/
%exclude %{_datadir}/doc/glances
%{_datadir}/man/man1/glances.1.gz
-%files -n %{srcname}
+%files -n %{name}
%defattr(-,root,root,-)
%doc AUTHORS COPYING README.rst NEWS
%license COPYING
%{_bindir}/glances
-%{python3_sitelib}/%{srcname}/
+%{python3_sitelib}/%{name}/
%{python3_sitelib}/Glances-%{version}-py%{python3_version}.egg-info/
%exclude %{_datadir}/doc/glances
%{_datadir}/man/man1/glances.1.gz
^ permalink raw reply related [flat|nested] 6+ messages in thread* [rpms/glances] epel10: keep package name
@ 2026-08-30 14:23 Edouard Bourguignon
0 siblings, 0 replies; 6+ messages 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 : e0ddd70b9400d3827a3c4298c49ac9f921372305
Author : Edouard Bourguignon <madko@linuxed.net>
Date : 2016-11-05T16:54:46+01:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glances/c/e0ddd70b9400d3827a3c4298c49ac9f921372305?branch=epel10
Log:
keep package name
---
diff --git a/glances.spec b/glances.spec
index b1dde76..0bd3375 100644
--- a/glances.spec
+++ b/glances.spec
@@ -1,7 +1,7 @@
%global srcname glances
%global sum CLI curses based monitoring tool
-Name: python-%{srcname}
+Name: %{srcname}
Version: 2.7.1
Release: 1%{?dist}
Summary: %{sum}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-08-30 14:23 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-30 14:23 [rpms/glances] epel10: keep package name Edouard Bourguignon
-- strict thread matches above, loose matches on Subject: below --
2026-08-30 14:23 Edouard Bourguignon
2026-08-30 14:23 Edouard Bourguignon
2026-08-30 14:23 Edouard Bourguignon
2026-08-30 14:23 Edouard Bourguignon
2026-08-30 14:23 Edouard Bourguignon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox