public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glances] epel10: Add specific version of python for el5
@ 2026-08-30 14:22 Edouard Bourguignon
0 siblings, 0 replies; only message in thread
From: Edouard Bourguignon @ 2026-08-30 14:22 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glances
Branch : epel10
Commit : fc3492cbd5d572615da5fe840aba2f17e1de02fa
Author : Edouard Bourguignon <madko@fedoraproject.org>
Date : 2012-02-13T14:23:57+01:00
Stats : +8/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glances/c/fc3492cbd5d572615da5fe840aba2f17e1de02fa?branch=epel10
Log:
Add specific version of python for el5
---
diff --git a/glances.spec b/glances.spec
index 7a3e052..d04460e 100644
--- a/glances.spec
+++ b/glances.spec
@@ -1,6 +1,6 @@
Name: glances
Version: 1.3.7
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: CLI curses based monitoring tool
Group: Applications/System
@@ -11,7 +11,11 @@ BuildArch: noarch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: automake
+%if 0%{?el5}
+BuildRequires: python26-devel
+%else
BuildRequires: python-devel
+%endif
Requires: pystatgrab >= 0.5
%description
@@ -49,6 +53,9 @@ rm -rf %{buildroot}
%{_datadir}/man/man1/glances.1.gz
%changelog
+* Mon Feb 13 2012 Edouard Bourguignon <madko@linuxed.net> - 1.3.7-2
+- Add version for python
+
* Thu Feb 2 2012 Edouard Bourguignon <madko@linuxed.net> - 1.3.7-1
- Upgrade to version 1.3.7
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-30 14:22 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:22 [rpms/glances] epel10: Add specific version of python for el5 Edouard Bourguignon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox