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: add config(noreplace) for /etc/glances/glances.conf
Date: Sun, 30 Aug 2026 14:23:23 GMT [thread overview]
Message-ID: <178809980352.1.16289764738409880866.rpms-glances-042dce440d6c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/glances
Branch : epel10
Commit : 042dce440d6c2526c82bc8bdd52e6f63c43f7157
Author : Edouard Bourguignon <madko@linuxed.net>
Date : 2020-05-27T22:03:11+02:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glances/c/042dce440d6c2526c82bc8bdd52e6f63c43f7157?branch=epel10
Log:
add config(noreplace) for /etc/glances/glances.conf
---
diff --git a/glances.spec b/glances.spec
index b630bd4..876da43 100644
--- a/glances.spec
+++ b/glances.spec
@@ -3,7 +3,7 @@
%{?python_enable_dependency_generator}
Name: glances
Version: 3.1.4.1
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: CLI curses based monitoring tool
Group: Applications/System
@@ -42,7 +42,7 @@ It is developed in Python.
%files
%doc AUTHORS COPYING README.rst
%license COPYING
-%{_sysconfdir}/glances/glances.conf
+%config(noreplace) %{_sysconfdir}/glances/glances.conf
%{_bindir}/glances
%{python3_sitelib}/%{name}/
%{python3_sitelib}/Glances-%{version}-py%{python3_version}.egg-info/
@@ -51,6 +51,9 @@ It is developed in Python.
%changelog
+* Wed May 27 2020 Edouard Bourguignon <madko@linuxed.net> - 3.1.4.1-5
+- /etc/glances/glances.conf is config(noreplace)
+
* 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
reply other threads:[~2026-08-30 14:23 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=178809980352.1.16289764738409880866.rpms-glances-042dce440d6c@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