From dbad4161901af7cb54e17a33f007ebb9a1b24432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 25 Jan 2014 20:10:50 +0200 Subject: [PATCH] Own the %{_libexecdir}/lm_sensors dir. - Fix case of Public Domain in license tag. --- lm_sensors.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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