Hello community,

here is the log from the commit of package quagga for openSUSE:Factory checked 
in at 2017-11-25 08:43:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/quagga (Old)
 and      /work/SRC/openSUSE:Factory/.quagga.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "quagga"

Sat Nov 25 08:43:31 2017 rev:52 rq:545122 version:1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/quagga/quagga.changes    2017-04-12 
18:21:49.206411910 +0200
+++ /work/SRC/openSUSE:Factory/.quagga.new/quagga.changes       2017-11-25 
08:43:34.356260511 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:39:02 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ quagga.spec ++++++
--- /var/tmp/diff_new_pack.IV9PhW/_old  2017-11-25 08:43:35.088233842 +0100
+++ /var/tmp/diff_new_pack.IV9PhW/_new  2017-11-25 08:43:35.092233696 +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 0%{?suse_version} > 1230
 %bcond_without systemd
 %else
@@ -207,8 +212,8 @@
 ln -sf %{_sysconfdir}/init.d/ripngd %{buildroot}%{_sbindir}/rcripngd
 ln -sf %{_sysconfdir}/init.d/ripd   %{buildroot}%{_sbindir}/rcripd
 %endif
-install -d -m 0755 %{buildroot}%{_localstatedir}/adm/fillup-templates/
-install -m 0644 %{SOURCE6} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
+install -d -m 0755 %{buildroot}%{_fillupdir}/
+install -m 0644 %{SOURCE6} %{buildroot}%{_fillupdir}/sysconfig.%{name}
 install -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pam.d/quagga
 install -d -m 0750 %{buildroot}%{_localstatedir}/log/quagga
 install -d -m 0751 %{buildroot}%{quagga_statedir}
@@ -282,7 +287,7 @@
 %dir %attr(750,quagga,quagga) %{_sysconfdir}/quagga/
 %config(noreplace) %attr(640,quagga,quagga) %{_sysconfdir}/%{name}/*.conf
 %config(noreplace) %{_sysconfdir}/logrotate.d/*
-%{_localstatedir}/adm/fillup-templates/sysconfig.quagga
+%{_fillupdir}/sysconfig.quagga
 %if %{with systemd}
 %{_unitdir}/*.service
 %dir %{_tmpfilesdir}




Reply via email to