- Adding /etc/sensors.d in the %%files (#1236309)
This commit is contained in:
parent
0167aec326
commit
343b02444e
@ -1,6 +1,6 @@
|
|||||||
Name: lm_sensors
|
Name: lm_sensors
|
||||||
Version: 3.4.0
|
Version: 3.4.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Hardware monitoring tools
|
Summary: Hardware monitoring tools
|
||||||
Group: Applications/System
|
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
|
||||||
@ -143,9 +143,12 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc CHANGES CONTRIBUTORS COPYING doc README*
|
%license COPYING
|
||||||
|
%doc CHANGES CONTRIBUTORS doc README*
|
||||||
%doc prog/init/fancontrol.init prog/init/README.initscripts
|
%doc prog/init/fancontrol.init prog/init/README.initscripts
|
||||||
%config(noreplace) %{_sysconfdir}/sensors3.conf
|
%config(noreplace) %{_sysconfdir}/sensors3.conf
|
||||||
|
%config(noreplace) %{_sysconfdir}/sysconfig/lm_sensors
|
||||||
|
%dir %{_sysconfdir}/sensors.d
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
@ -155,7 +158,6 @@ fi
|
|||||||
%{_unitdir}/fancontrol.service
|
%{_unitdir}/fancontrol.service
|
||||||
%dir %{_libexecdir}/%{name}
|
%dir %{_libexecdir}/%{name}
|
||||||
%{_libexecdir}/%{name}/lm_sensors-modprobe*wrapper
|
%{_libexecdir}/%{name}/lm_sensors-modprobe*wrapper
|
||||||
%config(noreplace) %{_sysconfdir}/sysconfig/lm_sensors
|
|
||||||
%exclude %{_sbindir}/sensord
|
%exclude %{_sbindir}/sensord
|
||||||
%exclude %{_mandir}/man8/sensord.8.gz
|
%exclude %{_mandir}/man8/sensord.8.gz
|
||||||
|
|
||||||
@ -177,6 +179,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 04 2015 Jaromir Capik <jcapik@redhat.com> - 3.4.0-2
|
||||||
|
- Adding /etc/sensors.d in the %%files (#1236309)
|
||||||
|
|
||||||
* Thu Jun 25 2015 Jaromir Capik <jcapik@redhat.com> - 3.4.0-1
|
* Thu Jun 25 2015 Jaromir Capik <jcapik@redhat.com> - 3.4.0-1
|
||||||
- Updating to 3.4.0 (#1235660)
|
- Updating to 3.4.0 (#1235660)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user