Hello community,

here is the log from the commit of package radvd for openSUSE:Factory checked 
in at 2017-11-29 10:49:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/radvd (Old)
 and      /work/SRC/openSUSE:Factory/.radvd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "radvd"

Wed Nov 29 10:49:44 2017 rev:32 rq:545121 version:2.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/radvd/radvd.changes      2017-10-05 
11:49:37.265965487 +0200
+++ /work/SRC/openSUSE:Factory/.radvd.new/radvd.changes 2017-11-29 
10:49:45.322972662 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:39:06 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ radvd.spec ++++++
--- /var/tmp/diff_new_pack.EWzGXX/_old  2017-11-29 10:49:46.006947848 +0100
+++ /var/tmp/diff_new_pack.EWzGXX/_new  2017-11-29 10:49:46.010947703 +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
+
 %if ! %{defined _rundir}
 %define _rundir %{_localstatedir}/run
 %endif
@@ -74,9 +79,9 @@
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 mkdir -p %{buildroot}/run/radvd
-mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
+mkdir -p %{buildroot}%{_fillupdir}
 mkdir -p %{buildroot}%{_sysconfdir}
-install -m 644 %{SOURCE2} %{buildroot}%{_localstatedir}/adm/fillup-templates/
+install -m 644 %{SOURCE2} %{buildroot}%{_fillupdir}/
 install -m 644 /dev/null %{buildroot}%{_sysconfdir}/radvd.conf
 
 install -D -m 0644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}.service
@@ -135,7 +140,7 @@
 %defattr(-,root,root)
 %ghost %dir %attr(0755,radvd,daemon) /run/radvd/
 %ghost %config(noreplace) %{_sysconfdir}/radvd.conf
-%{_localstatedir}/adm/fillup-templates/sysconfig.radvd
+%{_fillupdir}/sysconfig.radvd
 %{_sbindir}/radvd
 %{_sbindir}/radvdump
 %{_mandir}/man8/radvd.8.gz




Reply via email to