From 343b02444efaf4f070a292fedcc13836dbebad67 Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Tue, 4 Aug 2015 18:18:05 +0200 Subject: [PATCH] - Adding /etc/sensors.d in the %%files (#1236309) --- lm_sensors.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/lm_sensors.spec b/lm_sensors.spec index 6776ada..29a6221 100644 --- a/lm_sensors.spec +++ b/lm_sensors.spec @@ -1,6 +1,6 @@ Name: lm_sensors Version: 3.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Hardware monitoring tools Group: Applications/System License: LGPLv2+ and GPLv3+ and GPLv2+ and Verbatim and Public Domain @@ -143,9 +143,12 @@ fi %files -%doc CHANGES CONTRIBUTORS COPYING doc README* +%license COPYING +%doc CHANGES CONTRIBUTORS doc README* %doc prog/init/fancontrol.init prog/init/README.initscripts %config(noreplace) %{_sysconfdir}/sensors3.conf +%config(noreplace) %{_sysconfdir}/sysconfig/lm_sensors +%dir %{_sysconfdir}/sensors.d %{_bindir}/* %{_mandir}/man1/* %{_mandir}/man5/* @@ -155,7 +158,6 @@ fi %{_unitdir}/fancontrol.service %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/lm_sensors-modprobe*wrapper -%config(noreplace) %{_sysconfdir}/sysconfig/lm_sensors %exclude %{_sbindir}/sensord %exclude %{_mandir}/man8/sensord.8.gz @@ -177,6 +179,9 @@ fi %changelog +* Tue Aug 04 2015 Jaromir Capik - 3.4.0-2 +- Adding /etc/sensors.d in the %%files (#1236309) + * Thu Jun 25 2015 Jaromir Capik - 3.4.0-1 - Updating to 3.4.0 (#1235660)