public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glances] epel10: Adding missing dependancies and removing shebang in non-executable files
@ 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 : 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
 

^ 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: Adding missing dependancies and removing shebang in non-executable files Edouard Bourguignon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox