]> git.pld-linux.org Git - packages/thermal-daemon.git/commitdiff
package sample config auto/th/thermal-daemon-2.2-1
authorJan Palus <atler@pld-linux.org>
Mon, 29 Jun 2020 16:26:35 +0000 (18:26 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 29 Jun 2020 16:26:35 +0000 (18:26 +0200)
thermal-daemon.spec

index bc1895a73bd5eb5cccd101d0e81f6df5e5f39ee6..22ab883f7aff0fea96e0a8433f95cd895dcb6bb2 100644 (file)
@@ -47,6 +47,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+cp -p data/thermal-conf.xml $RPM_BUILD_ROOT/%{_sysconfdir}/thermald
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -63,6 +65,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README.txt
 %dir %{_sysconfdir}/thermald
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/thermald/thermal-conf.xml
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/thermald/thermal-cpu-cdev-order.xml
 %config(noreplace) /etc/dbus-1/system.d/org.freedesktop.thermald.conf
 %attr(755,root,root) %{_sbindir}/thermald
This page took 0.071006 seconds and 4 git commands to generate.