Hello community,

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

Package is "ntp"

Thu Nov 30 12:41:12 2017 rev:111 rq:545184 version:4.2.8p10

Changes:
--------
--- /work/SRC/openSUSE:Factory/ntp/ntp.changes  2017-04-11 12:40:09.964958070 
+0200
+++ /work/SRC/openSUSE:Factory/.ntp.new/ntp.changes     2017-11-30 
12:41:14.370975513 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:47:08 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ntp.spec ++++++
--- /var/tmp/diff_new_pack.LmPJsU/_old  2017-11-30 12:41:15.798923595 +0100
+++ /var/tmp/diff_new_pack.LmPJsU/_new  2017-11-30 12:41:15.802923450 +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 ntpfaqversion 3.4
 Name:           ntp
 Version:        4.2.8p10
@@ -212,8 +217,8 @@
 #
 # fillup sysconfig.ntp
 #
-install -m 644 -D %{SOURCE4} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.ntp
-install -m 644 -D %{SOURCE5} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.syslog-ntp
+install -m 644 -D %{SOURCE4} %{buildroot}%{_fillupdir}/sysconfig.ntp
+install -m 644 -D %{SOURCE5} %{buildroot}%{_fillupdir}/sysconfig.syslog-ntp
 #
 # install SLP reg file
 #
@@ -353,7 +358,7 @@
 %{_mandir}/man1/*
 %{_mandir}/man5/*
 %{_mandir}/man8/*
-%{_localstatedir}/adm/fillup-templates/*
+%{_fillupdir}/*
 %attr(0755,ntp,root) %{_localstatedir}/lib/ntp%{_localstatedir}/run/ntp
 %ghost %config(noreplace) %{_localstatedir}/log/ntp
 %{_datadir}/omc/svcinfo.d/ntp.xml



Reply via email to