Hello community, here is the log from the commit of package opensm for openSUSE:Factory checked in at 2017-11-30 12:37:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opensm (Old) and /work/SRC/openSUSE:Factory/.opensm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opensm" Thu Nov 30 12:37:11 2017 rev:9 rq:544878 version:3.3.20 Changes: -------- --- /work/SRC/openSUSE:Factory/opensm/opensm.changes 2017-06-26 15:51:16.687996013 +0200 +++ /work/SRC/openSUSE:Factory/.opensm.new/opensm.changes 2017-11-30 12:37:13.463735188 +0100 @@ -1,0 +2,6 @@ +Thu Nov 23 13:52:19 UTC 2017 - [email protected] + +- Replace references to /var/adm/fillup-templates with new + %_fillupdir macro (boo#1069468) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opensm.spec ++++++ --- /var/tmp/diff_new_pack.dewUp8/_old 2017-11-30 12:37:14.411700716 +0100 +++ /var/tmp/diff_new_pack.dewUp8/_new 2017-11-30 12:37:14.415700571 +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: opensm Summary: Infiniband Subnet Manager License: BSD-2-Clause or GPL-2.0 @@ -111,7 +116,7 @@ ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rc%{name} # install the sysconfig configuration file -install -m 644 -D conf.sysconfig %{buildroot}/var/adm/fillup-templates/sysconfig.%name +install -m 644 -D conf.sysconfig %{buildroot}%{_fillupdir}/sysconfig.%name # and make a compat link ln -s %_sysconfdir/sysconfig/opensm %{buildroot}/%_sysconfdir/opensm.conf @@ -152,7 +157,7 @@ %_mandir/man8/torus-2QoS.8.gz %_mandir/man8/opensm.8.gz %_mandir/man8/osmtest.8.gz -/var/adm/fillup-templates/sysconfig.%name +%{_fillupdir}/sysconfig.%name %files -n libopensm5 %defattr(-, root, root)
