Hello community, here is the log from the commit of package ebtables for openSUSE:Factory checked in at 2018-03-20 21:55:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ebtables (Old) and /work/SRC/openSUSE:Factory/.ebtables.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ebtables" Tue Mar 20 21:55:15 2018 rev:40 rq:587926 version:2.0.10.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ebtables/ebtables.changes 2017-11-30 12:41:42.369957518 +0100 +++ /work/SRC/openSUSE:Factory/.ebtables.new/ebtables.changes 2018-03-20 21:55:16.068683006 +0100 @@ -1,0 +2,16 @@ +Thu Mar 15 13:30:35 UTC 2018 - [email protected] + +- fix ExecStart/ExecStop path in ebtables.service [bnc#1085228] + +------------------------------------------------------------------- +Mon Mar 12 10:08:51 UTC 2018 - [email protected] + +- Fix ethertypes ownership, should be %exclude, not %ghost. + +------------------------------------------------------------------- +Thu Feb 22 16:22:33 UTC 2018 - [email protected] + +- Resolve conflict with iptables-nft and obtain ethertypes from new netcfg + minor version. FATE#320520 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ebtables.spec ++++++ --- /var/tmp/diff_new_pack.4kbAl2/_old 2018-03-20 21:55:17.180642966 +0100 +++ /var/tmp/diff_new_pack.4kbAl2/_new 2018-03-20 21:55:17.180642966 +0100 @@ -1,7 +1,7 @@ # # spec file for package ebtables # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -44,6 +44,7 @@ BuildRequires: sed BuildRequires: systemd-rpm-macros BuildRequires: xz +Requires: netcfg >= 11.6 Requires(pre): %fillup_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build %{?systemd_requires} @@ -128,12 +129,13 @@ %defattr(-,root,root) %doc COPYING ChangeLog %{_mandir}/man8/ebtables.8* -%config(noreplace) %{_sysconfdir}/ethertypes %{_libexecdir}/%{name} %{_unitdir}/%{name}.service %ghost %{_fillupdir}/sysconfig.%{name}.filter %ghost %{_fillupdir}/sysconfig.%{name}.nat %ghost %{_fillupdir}/sysconfig.%{name}.broute +# is provided by the netcfg package +%exclude %{_sysconfdir}/ethertypes %dir %{_libdir}/%{name} %{_libdir}/%{name}/*.so %{_sbindir}/ebtables ++++++ ebtables.service ++++++ --- /var/tmp/diff_new_pack.4kbAl2/_old 2018-03-20 21:55:17.240640806 +0100 +++ /var/tmp/diff_new_pack.4kbAl2/_new 2018-03-20 21:55:17.240640806 +0100 @@ -4,8 +4,8 @@ [Service] Type=oneshot RemainAfterExit=yes -ExecStart=/usr/libexec/ebtables start -ExecStop=/usr/libexec/ebtables stop +ExecStart=/usr/lib/ebtables start +ExecStop=/usr/lib/ebtables stop [Install] WantedBy=multi-user.target
