diff --git a/lm_sensors.spec b/lm_sensors.spec index e40df0d..98ef970 100644 --- a/lm_sensors.spec +++ b/lm_sensors.spec @@ -1,9 +1,9 @@ Name: lm_sensors Version: 3.3.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Hardware monitoring tools Group: Applications/System -License: LGPLv2+ and GPLv3+ and GPLv2+ and Verbatim and Public domain +License: LGPLv2+ and GPLv3+ and GPLv2+ and Verbatim and Public Domain URL: http://www.lm-sensors.org/ @@ -153,6 +153,7 @@ fi %{_sbindir}/* %{_unitdir}/lm_sensors.service %{_unitdir}/fancontrol.service +%dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/lm_sensors-modprobe*wrapper %config(noreplace) %{_sysconfdir}/sysconfig/lm_sensors %exclude %{_sbindir}/sensord @@ -176,6 +177,10 @@ fi %changelog +* Sat Jan 25 2014 Ville Skyttä - 3.3.5-3 +- Own the %%{_libexecdir}/lm_sensors dir. +- Fix case of Public Domain in license tag. + * Fri Jan 24 2014 Jaromir Capik - 3.3.5-2 - systemd units rework