Hello community,

here is the log from the commit of package hddtemp for openSUSE:Factory checked 
in at 2017-11-27 22:16:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hddtemp (Old)
 and      /work/SRC/openSUSE:Factory/.hddtemp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hddtemp"

Mon Nov 27 22:16:46 2017 rev:4 rq:545405 version:0.3_beta15_e16aed6

Changes:
--------
--- /work/SRC/openSUSE:Factory/hddtemp/hddtemp.changes  2017-04-29 
10:53:29.280535548 +0200
+++ /work/SRC/openSUSE:Factory/.hddtemp.new/hddtemp.changes     2017-11-27 
22:16:51.594012944 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:42:38 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ hddtemp.spec ++++++
--- /var/tmp/diff_new_pack.fD9ELY/_old  2017-11-27 22:16:52.209990585 +0100
+++ /var/tmp/diff_new_pack.fD9ELY/_new  2017-11-27 22:16:52.213990440 +0100
@@ -17,6 +17,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 %define veronly 0.3
 %define state   beta15_e16aed6
 
@@ -76,12 +81,12 @@
 %makeinstall
 mkdir -p %{buildroot}%{_sysconfdir}/default
 mkdir -p %{buildroot}%{_datadir}/misc/
-mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
+mkdir -p %{buildroot}%{_fillupdir}
 install -m 0644 hddtemp.db %{buildroot}%{_datadir}/misc/
 pushd %{buildroot}%{_sysconfdir}
 ln -s ..%{_datadir}/misc/hddtemp.db ./hddtemp.db
 popd
-install -m 0644 %{SOURCE3} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
+install -m 0644 %{SOURCE3} %{buildroot}%{_fillupdir}/sysconfig.%{name}
 
 %if 0%{?has_systemd}
 install -D -m0644 %{SOURCE4} %{buildroot}%{_unitdir}/%{name}.service
@@ -126,7 +131,7 @@
 %defattr(-,root,root)
 %doc COPYING README TODO contribs
 %{_datadir}/misc/hddtemp.db
-%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
+%{_fillupdir}/sysconfig.%{name}
 %config(noreplace) %{_sysconfdir}/hddtemp.db
 %doc %{_mandir}/man8/hddtemp.8*
 %{_sbindir}/%{name}


Reply via email to