Hello community,

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

Package is "distcc"

Mon Nov 27 22:15:37 2017 rev:3 rq:544875 version:3.2rc1

Changes:
--------
--- /work/SRC/openSUSE:Factory/distcc/distcc.changes    2017-06-15 
11:25:57.661650969 +0200
+++ /work/SRC/openSUSE:Factory/.distcc.new/distcc.changes       2017-11-27 
22:15:39.536628532 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:49:22 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ distcc.spec ++++++
--- /var/tmp/diff_new_pack.kP3bbn/_old  2017-11-27 22:15:40.616589330 +0100
+++ /var/tmp/diff_new_pack.kP3bbn/_new  2017-11-27 22:15:40.620589185 +0100
@@ -16,6 +16,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 Name:           distcc
 Version:        3.2rc1
 Release:        0
@@ -118,7 +123,7 @@
 ln -sf service %{buildroot}/%{_sbindir}/rc%{name}d
 install -D -m 0644 %{SOURCE2} %{buildroot}/%{_unitdir}/%{name}d.service
 # sysconfig
-install -Dm 644 %{SOURCE1} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}d
+install -Dm 644 %{SOURCE1} %{buildroot}%{_fillupdir}/sysconfig.%{name}d
 # firewall
 install -D -m 644 %{SOURCE3} 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}d
 # compat links for env override
@@ -189,7 +194,7 @@
 %{_mandir}/man1/distccd*
 %{_mandir}/man1/include_server*
 %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/distccd
-%{_localstatedir}/adm/fillup-templates/*
+%{_fillupdir}/*
 %{python_sitearch}/include_server*
 
 %files gui


Reply via email to