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

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

^ 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: add config(noreplace) for /etc/glances/glances.conf Edouard Bourguignon

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