From a25d87221d7e781d6d0c54232002d580432b642f Mon Sep 17 00:00:00 2001 From: Edouard Bourguignon Date: Dec 14 2014 02:04:19 +0000 Subject: Add glances.conf --- 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 - 2.2.1-1 - Update to 2.2.1 +- Add glances.conf and glances-test.conf * Mon Oct 20 2014 Edouard Bourguignon - 2.1.2-2 - Remove old python-setuptools-devel, now using python-setuptools instead