public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glances] epel10: update to 3.3.1
@ 2026-08-30 14:23 aekoroglu
  0 siblings, 0 replies; only message in thread
From: aekoroglu @ 2026-08-30 14:23 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/glances
Branch : epel10
Commit : 28591629d3c37b3a4391177ac1fbf1bd35018a0d
Author : aekoroglu <aekoroglu@linux.intel.com>
Date   : 2023-01-17T10:18:35+02:00
Stats  : +12/-6 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/glances/c/28591629d3c37b3a4391177ac1fbf1bd35018a0d?branch=epel10

Log:
update to 3.3.1

---
diff --git a/glances.spec b/glances.spec
index 17e8e42..37b6047 100644
--- a/glances.spec
+++ b/glances.spec
@@ -12,11 +12,11 @@ system. It is based on an open architecture where developers can add new
 plugins or exports modules.}
 
 Name:		glances	
-Version:	3.3.0.4
+Version:	3.3.1
 Release:	%autorelease
-Summary:	A cross-platform curses-based monitoring tool
+Summary:	A cross-platform system monitoring tool
 
-License:	GPLv3
+License:	LGPL-3.0-only AND MIT
 URL:		https://nicolargo.github.io/glances/
 Source0:	https://github.com/nicolargo/glances/archive/v%{version}/%{name}-%{version}.tar.gz
 Source1:	%{name}.service
@@ -27,7 +27,7 @@ BuildArch:	noarch
 
 BuildRequires:	python3-devel
 BuildRequires:	python3-dateutil
-BuildRequires:	pyproject-rpm-macros
+BuildRequires:	python3-ujson
 BuildRequires:	systemd-units
 Requires:	python3-bottle
 
@@ -41,6 +41,12 @@ Requires:	python3-bottle
 sed -i "s/, 'packaging'//" setup.py
 sed -i '/packaging/d' requirements.txt
 
+# https://github.com/nicolargo/glances/pull/2248
+sed -i '/^#![  ]*\/usr\/bin\/env.*$/ d' glances/__main__.py
+
+# remove gitigore
+find -name .gitignore -exec rm -f {} \;
+
 %generate_buildrequires
 %pyproject_buildrequires -t
 
@@ -65,7 +71,7 @@ install -D -p -m 644 conf/glances.conf $RPM_BUILD_ROOT/etc/glances/glances.conf
 %systemd_preun %{name}.service
 
 %postun
-%systemd_postun %{name}.service
+%systemd_postun_with_restart %{name}.service
 
 %files -n glances -f %{pyproject_files}
 %doc AUTHORS COPYING README.rst

diff --git a/sources b/sources
index 21421af..819f907 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (glances-3.3.0.4.tar.gz) = 8730145473a32cb95450ed6a8d365d33736b416bb9e3f8945dcc1894167bd3b12054fad4874a31ca6054510599a825b69bb524bcf6ae652b633fe98984fbe4ea
+SHA512 (glances-3.3.1.tar.gz) = 4c75000552d7736a010edd9f5ca8afc9ff2a48efc5603d363bf3d3d396980a345480c0afd16b3822f1ae9519584bc076be37390bc2c5477285bda15a93d82bf8

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-30 14:23 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:23 [rpms/glances] epel10: update to 3.3.1 aekoroglu

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