Hello community,

here is the log from the commit of package stunnel for openSUSE:Factory checked 
in at 2017-12-04 12:16:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stunnel (Old)
 and      /work/SRC/openSUSE:Factory/.stunnel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stunnel"

Mon Dec  4 12:16:14 2017 rev:9 rq:547614 version:5.42

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

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

Other differences:
------------------
++++++ stunnel.spec ++++++
--- /var/tmp/diff_new_pack.evw714/_old  2017-12-04 12:16:18.636733125 +0100
+++ /var/tmp/diff_new_pack.evw714/_new  2017-12-04 12:16:18.636733125 +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:           stunnel
 Version:        5.42
 Release:        0
@@ -89,8 +94,8 @@
 
 cp -p %{S:1} tools/stunnel.conf-sample.%VENDOR
 cp -p %{S:2} README.%VENDOR
-mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
-cp -p %{S:3} $RPM_BUILD_ROOT/var/adm/fillup-templates/
+mkdir -p $RPM_BUILD_ROOT%{_fillupdir}
+cp -p %{S:3} $RPM_BUILD_ROOT%{_fillupdir}/
 %if 0%{?has_systemd}
 install -D -m 0644 $RPM_SOURCE_DIR/stunnel.service 
$RPM_BUILD_ROOT/%_unitdir/stunnel.service
 ln -s service $RPM_BUILD_ROOT/usr/sbin/rcstunnel
@@ -170,7 +175,7 @@
 %dir %attr(755,root,root)      /var/lib/stunnel/sbin
 %dir %attr(755,root,root)      /var/lib/stunnel/var
 %dir %attr(755,stunnel,root)   /var/lib/stunnel/var/run
-/var/adm/fillup-templates/sysconfig.syslog-stunnel
+%{_fillupdir}/sysconfig.syslog-stunnel
 %if 0%{?has_systemd}
 %_unitdir/stunnel.service
 %else




Reply via email to