diff --git a/lm_sensors.spec b/lm_sensors.spec index 29a6221..9861034 100644 --- a/lm_sensors.spec +++ b/lm_sensors.spec @@ -1,6 +1,6 @@ Name: lm_sensors Version: 3.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Hardware monitoring tools Group: Applications/System License: LGPLv2+ and GPLv3+ and GPLv2+ and Verbatim and Public Domain @@ -146,7 +146,7 @@ fi %license COPYING %doc CHANGES CONTRIBUTORS doc README* %doc prog/init/fancontrol.init prog/init/README.initscripts -%config(noreplace) %{_sysconfdir}/sensors3.conf +%config %{_sysconfdir}/sensors3.conf %config(noreplace) %{_sysconfdir}/sysconfig/lm_sensors %dir %{_sysconfdir}/sensors.d %{_bindir}/* @@ -179,6 +179,9 @@ fi %changelog +* Thu Aug 20 2015 Jaromir Capik - 3.4.0-3 +- Removing 'noreplace' for sensors3.conf (#1239216) + * Tue Aug 04 2015 Jaromir Capik - 3.4.0-2 - Adding /etc/sensors.d in the %%files (#1236309)