Hello community, here is the log from the commit of package ebtables for openSUSE:Factory checked in at 2017-11-30 12:41:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ebtables (Old) and /work/SRC/openSUSE:Factory/.ebtables.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ebtables" Thu Nov 30 12:41:41 2017 rev:39 rq:545296 version:2.0.10.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ebtables/ebtables.changes 2017-04-17 10:20:49.516829998 +0200 +++ /work/SRC/openSUSE:Factory/.ebtables.new/ebtables.changes 2017-11-30 12:41:42.369957518 +0100 @@ -1,0 +2,6 @@ +Thu Nov 23 13:37:47 UTC 2017 - [email protected] + +- Replace references to /var/adm/fillup-templates with new + %_fillupdir macro (boo#1069468) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ebtables.spec ++++++ --- /var/tmp/diff_new_pack.zkPOXr/_old 2017-11-30 12:41:43.061932359 +0100 +++ /var/tmp/diff_new_pack.zkPOXr/_new 2017-11-30 12:41:43.061932359 +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: ebtables Version: 2.0.10.4 Release: 0 @@ -92,16 +97,16 @@ INITDIR="%{_sysconfdir}/init.d" \ SYSCONFIGDIR="%{_sysconfdir}" \ install -mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates +mkdir -p %{buildroot}%{_fillupdir} mkdir -p %{buildroot}%{_unitdir} install -p %{SOURCE1} %{buildroot}%{_unitdir}/ chmod -x %{buildroot}%{_unitdir}/*.service mkdir -p %{buildroot}%{_libexecdir} install -m0755 %{SOURCE2} %{buildroot}%{_libexecdir}/ebtables ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name} -touch %{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}.filter -touch %{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}.nat -touch %{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}.broute +touch %{buildroot}%{_fillupdir}/sysconfig.%{name}.filter +touch %{buildroot}%{_fillupdir}/sysconfig.%{name}.nat +touch %{buildroot}%{_fillupdir}/sysconfig.%{name}.broute rm -rf %{buildroot}%{_initrddir} # not used rm -f "%{buildroot}/%{_sysconfdir}/ebtables-config" @@ -126,9 +131,9 @@ %config(noreplace) %{_sysconfdir}/ethertypes %{_libexecdir}/%{name} %{_unitdir}/%{name}.service -%ghost %{_localstatedir}/adm/fillup-templates/sysconfig.%{name}.filter -%ghost %{_localstatedir}/adm/fillup-templates/sysconfig.%{name}.nat -%ghost %{_localstatedir}/adm/fillup-templates/sysconfig.%{name}.broute +%ghost %{_fillupdir}/sysconfig.%{name}.filter +%ghost %{_fillupdir}/sysconfig.%{name}.nat +%ghost %{_fillupdir}/sysconfig.%{name}.broute %dir %{_libdir}/%{name} %{_libdir}/%{name}/*.so %{_sbindir}/ebtables
