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: Merge branch 'master' into epel8
Date: Sun, 30 Aug 2026 14:23:23 GMT [thread overview]
Message-ID: <178809980308.1.8178650494337112639.rpms-glances-7f39d80db47a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/glances
Branch : epel10
Commit : 7f39d80db47aae7179244ad48768cfde767819ad
Author : Edouard Bourguignon <madko@linuxed.net>
Date : 2020-05-27T18:56:57+02:00
Stats : +26/-4 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/glances/c/7f39d80db47aae7179244ad48768cfde767819ad?branch=epel10
Log:
Merge branch 'master' into epel8
---
diff --git a/.gitignore b/.gitignore
index 0d81b46..47ca501 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,6 @@
/v2.11.1.tar.gz
/v3.0.2.tar.gz
/v3.1.0.tar.gz
+/v3.1.4.tar.gz
+/v3.1.4.1.tar.gz
+/glances.conf
diff --git a/glances.spec b/glances.spec
index d9e2c03..b630bd4 100644
--- a/glances.spec
+++ b/glances.spec
@@ -2,14 +2,15 @@
%{?python_enable_dependency_generator}
Name: glances
-Version: 3.1.0
-Release: 1%{?dist}
+Version: 3.1.4.1
+Release: 4%{?dist}
Summary: CLI curses based monitoring tool
Group: Applications/System
License: GPLv3
URL: https://github.com/nicolargo/glances
Source0: https://github.com/nicolargo/glances/archive/v%{version}.tar.gz
+Source1: glances.conf
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
@@ -33,13 +34,15 @@ It is developed in Python.
%install
%py3_install
+%{__install} -p -D -m 755 %{SOURCE1} $RPM_BUILD_ROOT/etc/glances/glances.conf
%check
%{__python3} setup.py test
%files
-%doc AUTHORS COPYING README.rst NEWS
+%doc AUTHORS COPYING README.rst
%license COPYING
+%{_sysconfdir}/glances/glances.conf
%{_bindir}/glances
%{python3_sitelib}/%{name}/
%{python3_sitelib}/Glances-%{version}-py%{python3_version}.egg-info/
@@ -48,6 +51,19 @@ It is developed in Python.
%changelog
+* Wed May 27 2020 Edouard Bourguignon <madko@linuxed.net> - 3.1.4.1-4
+- Upgrade to 3.1.4.1
+- Adding glances.conf to prevent update checks rhbz#1773662
+
+* Wed May 27 2020 Carl George <carl@george.computer> - 3.1.4.1-3
+- Add patch0 to disable outdated warning rhbz#1773662
+
+* Sat Mar 14 2020 Edouard Bourguignon <madko@linuxed.net> - 3.1.4-1
+- Upgrade to 3.1.4
+
+* Fri Aug 16 2019 Edouard Bourguignon <madko@linuxed.net> - 3.1.1-1
+- Upgrade to 3.1.1
+
* Sun Jun 2 2019 Edouard Bourguignon <madko@linuxed.net> - 3.1.0-1
- Upgrade to 3.1.0
diff --git a/sources b/sources
index 618ed5c..33f13c3 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-SHA512 (v3.1.0.tar.gz) = a888cafa5987ab7a88caa0248e0cb3d9f65466d71ee8f1ca63565c5a8a59282be77c14f29afb2302fba0e79294c39e96384791cd89d23aa7727bfd4f20e2814d
+SHA512 (v3.1.4.1.tar.gz) = 8e15149bde87d14d8176fe247e911a04b24900a95917e5711dfc8764ecec3238f696eea08c36bc59f68a4702e028909150e3318907f11fc53c5cc56441870ff3
+SHA512 (glances.conf) = 42a24daa6e7382c3c3ab79e76c21aff6f03cbf57682d6be2a86f1cd24fbd1fa1fd6afc5e8cb118188bde25aad9fcff759fd2b93e9a80ddbd94709a6098c94d79
diff --git a/package.cfg b/package.cfg
new file mode 100644
index 0000000..66ea79d
--- /dev/null
+++ b/package.cfg
@@ -0,0 +1,2 @@
+[koji]
+targets = epel8 epel8-playground
\ No newline at end of file
next reply other threads:[~2026-08-30 14:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-30 14:23 Edouard Bourguignon [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-08-30 14:23 [rpms/glances] epel10: Merge branch 'master' into epel8 Edouard Bourguignon
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=178809980308.1.8178650494337112639.rpms-glances-7f39d80db47a@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