Hello community,

here is the log from the commit of package sanlock for openSUSE:Factory checked 
in at 2017-11-30 12:40:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sanlock (Old)
 and      /work/SRC/openSUSE:Factory/.sanlock.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sanlock"

Thu Nov 30 12:40:42 2017 rev:16 rq:545093 version:3.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sanlock/sanlock.changes  2017-06-17 
10:20:35.248080136 +0200
+++ /work/SRC/openSUSE:Factory/.sanlock.new/sanlock.changes     2017-11-30 
12:40:42.504134159 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:47:59 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sanlock.spec ++++++
--- /var/tmp/diff_new_pack.YhuDud/_old  2017-11-30 12:40:43.360103036 +0100
+++ /var/tmp/diff_new_pack.YhuDud/_new  2017-11-30 12:40:43.364102890 +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
+
 %define with_fence_sanlockd 0
 %define with_sanlk_reset    0
 
@@ -162,8 +167,8 @@
 %endif
 
 install -D -m 644 src/sanlock.conf 
%{buildroot}/%{_sysconfdir}/sanlock/sanlock.conf
-install -D -m 644 %SOURCE1 
%{buildroot}/%{_localstatedir}/adm/fillup-templates/sysconfig.sanlock
-install -D -m 644 %SOURCE2 
%{buildroot}/%{_localstatedir}/adm/fillup-templates/sysconfig.wdmd
+install -D -m 644 %SOURCE1 %{buildroot}/%{_fillupdir}/sysconfig.sanlock
+install -D -m 644 %SOURCE2 %{buildroot}/%{_fillupdir}/sysconfig.wdmd
 
 install -D -m 644 init.d/sanlock.service 
%{buildroot}/%{_unitdir}/sanlock.service
 ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rcsanlock
@@ -246,9 +251,9 @@
 %dir %attr(0700, root, root) %{_sysconfdir}/sanlock/
 %config(noreplace) %{_sysconfdir}/sanlock/sanlock.conf
 %{_sbindir}/rcsanlock
-%{_localstatedir}/adm/fillup-templates/sysconfig.sanlock
+%{_fillupdir}/sysconfig.sanlock
 %{_sbindir}/rcwdmd
-%{_localstatedir}/adm/fillup-templates/sysconfig.wdmd
+%{_fillupdir}/sysconfig.wdmd
 %{_unitdir}/sanlock.service
 %{_unitdir}/wdmd.service
 %{_sbindir}/sanlock


Reply via email to