Hello community,

here is the log from the commit of package boinc-client for openSUSE:Factory 
checked in at 2017-11-24 10:56:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/boinc-client (Old)
 and      /work/SRC/openSUSE:Factory/.boinc-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "boinc-client"

Fri Nov 24 10:56:05 2017 rev:39 rq:544945 version:7.8.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/boinc-client/boinc-client.changes        
2017-11-09 13:57:53.390913488 +0100
+++ /work/SRC/openSUSE:Factory/.boinc-client.new/boinc-client.changes   
2017-11-24 10:56:06.892681564 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:38:12 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ boinc-client.spec ++++++
--- /var/tmp/diff_new_pack.rlfUk4/_old  2017-11-24 10:56:08.528621815 +0100
+++ /var/tmp/diff_new_pack.rlfUk4/_new  2017-11-24 10:56:08.532621669 +0100
@@ -18,6 +18,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 %define sonum 7
 %define boinc_dir %{_localstatedir}/lib/boinc
 
@@ -278,7 +283,7 @@
 /bin/ln -sf %{_sysconfdir}/init.d/%{name} %{buildroot}%{_sbindir}/rc%{name}
 %endif
 # Install template for sysconfig
-install -Dm0644 %{SOURCE4} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
+install -Dm0644 %{SOURCE4} %{buildroot}%{_fillupdir}/sysconfig.%{name}
 
 # Install logrotate
 install -Dm0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
@@ -407,7 +412,7 @@
 %{_initddir}/%{name}
 %endif
 %{_sbindir}/rc%{name}
-%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
+%{_fillupdir}/sysconfig.%{name}
 %defattr(-,boinc,boinc,-)
 %{_localstatedir}/lib/boinc/
 


Reply via email to