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: Adding missing dependancies and removing shebang in non-executable files
Date: Sun, 30 Aug 2026 14:22:44 GMT [thread overview]
Message-ID: <178809976407.1.1314963303169806271.rpms-glances-0edf50ccfcef@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/glances
Branch : epel10
Commit : 0edf50ccfcef2b8080dd8e813302af8688fd9877
Author : Edouard Bourguignon <madko@linuxed.net>
Date : 2012-08-21T19:58:27+02:00
Stats : +10/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glances/c/0edf50ccfcef2b8080dd8e813302af8688fd9877?branch=epel10
Log:
Adding missing dependancies and removing shebang in non-executable files
---
diff --git a/glances.spec b/glances.spec
index d14de3a..9686bbb 100644
--- a/glances.spec
+++ b/glances.spec
@@ -1,15 +1,18 @@
Name: glances
Version: 1.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: CLI curses based monitoring tool
Group: Applications/System
License: GPLv3
URL: https://github.com/nicolargo/glances
Source0: https://github.com/downloads/nicolargo/%{name}/%{name}-%{version}.tar.gz
+Patch0: glances_remove_shebang.patch
BuildArch: noarch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: python-setuptools-devel
+Requires: python-setuptools
+Requires: python-psutil
%description
Glances is a CLI curses based monitoring tool for both GNU/Linux and BSD.
@@ -20,13 +23,14 @@ It is developed in Python.
%prep
%setup -q
+%patch0 -p1
%build
%install
-%{__python} setup.py install --skip-build --root %{buildroot}
+%{__python} setup.py install --root %{buildroot}
%find_lang %{name}
@@ -44,6 +48,10 @@ rm -rf %{buildroot}
%{_datadir}/man/man1/glances.1.gz
%changelog
+* Tue Aug 21 2012 Edouard Bourguignon <madko@linuxed.net> - 1.4-2
+- Adding missing dependencies
+- Removing shebang in non-executable files
+
* Tue Aug 21 2012 Edouard Bourguignon <madko@linuxed.net> - 1.4-1
- Upgrade to version 1.4
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=178809976407.1.1314963303169806271.rpms-glances-0edf50ccfcef@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