Hello community,

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

Package is "cntlm"

Fri Nov 24 10:55:17 2017 rev:28 rq:544866 version:0.92.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/cntlm/cntlm.changes      2017-05-22 
18:08:38.336244330 +0200
+++ /work/SRC/openSUSE:Factory/.cntlm.new/cntlm.changes 2017-11-24 
10:55:19.934396635 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:47:23 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cntlm.spec ++++++
--- /var/tmp/diff_new_pack.UdsZwY/_old  2017-11-24 10:55:21.034356461 +0100
+++ /var/tmp/diff_new_pack.UdsZwY/_new  2017-11-24 10:55:21.038356314 +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
+
 Name:           cntlm
 Version:        0.92.3
 Release:        0
@@ -75,7 +80,7 @@
 install -D -m 644 %{SOURCE4} %{buildroot}/%{_tmpfilesdir}/%{name}.conf
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
 %endif
-install -D -m 644 %{SOURCE2} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
+install -D -m 644 %{SOURCE2} %{buildroot}%{_fillupdir}/sysconfig.%{name}
 
 %pre
 # on `rpm -ivh` PARAM is 1
@@ -137,6 +142,6 @@
 %endif
 %{_sbindir}/*
 %{_mandir}/man1/%{name}.1*
-%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
+%{_fillupdir}/sysconfig.%{name}
 
 %changelog


Reply via email to