[glances] Add glances.conf

madko madko at fedoraproject.org
Fri Jan 2 07:38:32 UTC 2015


commit a25d87221d7e781d6d0c54232002d580432b642f
Author: Edouard Bourguignon <madko at linuxed.net>
Date:   Sun Dec 14 03:04:19 2014 +0100

    Add glances.conf

 glances.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/glances.spec b/glances.spec
index 69a3b8e..8179713 100644
--- a/glances.spec
+++ b/glances.spec
@@ -42,6 +42,8 @@ It is developed in Python.
 %else
 %{__python} setup.py install --root %{buildroot}
 %endif
+install -D conf/glances.conf %{buildroot}%{_sysconfdir}/glances/glances.conf
+install -D conf/glances-test.conf %{buildroot}%{_sysconfdir}/glances/glances-test.conf
 %find_lang %{name}
 
 
@@ -61,6 +63,7 @@ rm -rf %{buildroot}
 %changelog
 * Fri Jan 02 2015 Edouard Bourguignon <madko at linuxed.net> - 2.2.1-1
 - Update to 2.2.1
+- Add glances.conf and glances-test.conf
 
 * Mon Oct 20 2014 Edouard Bourguignon <madko at linuxed.net> - 2.1.2-2
 - Remove old python-setuptools-devel, now using python-setuptools instead


More information about the scm-commits mailing list