Hello community,

here is the log from the commit of package ebtables for openSUSE:Factory 
checked in at 2020-01-18 12:15:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ebtables (Old)
 and      /work/SRC/openSUSE:Factory/.ebtables.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ebtables"

Sat Jan 18 12:15:12 2020 rev:45 rq:764571 version:2.0.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/ebtables/ebtables.changes        2019-12-18 
14:46:24.757886315 +0100
+++ /work/SRC/openSUSE:Factory/.ebtables.new.26092/ebtables.changes     
2020-01-18 12:16:58.643101784 +0100
@@ -1,0 +2,7 @@
+Fri Jan 10 14:26:56 UTC 2020 - Kristyna Streitova <kstreit...@suse.com>
+
+- rename /usr/lib/ebtables helper file to /usr/lib/ebtables-helper
+  otherwise it conflicts with /usr/lib/ebtables library directory
+  on 32-bit systems [bsc#1159769]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ebtables.spec ++++++
--- /var/tmp/diff_new_pack.CfHOi2/_old  2020-01-18 12:16:59.407102194 +0100
+++ /var/tmp/diff_new_pack.CfHOi2/_new  2020-01-18 12:16:59.407102194 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ebtables
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 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
@@ -89,7 +89,7 @@
 install -p %_sourcedir/ebtables.service %{buildroot}%{_unitdir}/
 chmod -x %{buildroot}%{_unitdir}/*.service
 mkdir -p %{buildroot}%{_libexecdir}
-install -m0755 %_sourcedir/ebtables.systemd %{buildroot}%{_libexecdir}/ebtables
+install -m0755 %_sourcedir/ebtables.systemd 
%{buildroot}%{_libexecdir}/%{name}-helper
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
 touch %{buildroot}%{_fillupdir}/sysconfig.%{name}.filter
 touch %{buildroot}%{_fillupdir}/sysconfig.%{name}.nat
@@ -131,7 +131,7 @@
 %defattr(-,root,root)
 %doc COPYING ChangeLog
 %{_mandir}/man8/ebtables*.8*
-%{_libexecdir}/%{name}
+%{_libexecdir}/%{name}-helper
 %{_unitdir}/%{name}.service
 %ghost %{_sysconfdir}/alternatives/ebtables
 %ghost %{_sysconfdir}/alternatives/ebtables-restore


++++++ ebtables.service ++++++
--- /var/tmp/diff_new_pack.CfHOi2/_old  2020-01-18 12:16:59.447102215 +0100
+++ /var/tmp/diff_new_pack.CfHOi2/_new  2020-01-18 12:16:59.447102215 +0100
@@ -4,8 +4,8 @@
 [Service]
 Type=oneshot
 RemainAfterExit=yes
-ExecStart=/usr/lib/ebtables start
-ExecStop=/usr/lib/ebtables stop
+ExecStart=/usr/lib/ebtables-helper start
+ExecStop=/usr/lib/ebtables-helper stop
 
 [Install]
 WantedBy=multi-user.target


Reply via email to