public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Edouard Bourguignon <madko@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/glances] epel10: Add specific version of python for el5
Date: Sun, 30 Aug 2026 14:22:42 GMT [thread overview]
Message-ID: <178809976267.1.16421907370049732591.rpms-glances-fc3492cbd5d5@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-30 14:22 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=178809976267.1.16421907370049732591.rpms-glances-fc3492cbd5d5@fedoraproject.org \
--to=madko@fedoraproject.org \
--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