Hello community,

here is the log from the commit of package ebtables for openSUSE:Factory 
checked in at 2020-09-04 10:55:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ebtables (Old)
 and      /work/SRC/openSUSE:Factory/.ebtables.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ebtables"

Fri Sep  4 10:55:25 2020 rev:47 rq:831487 version:2.0.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/ebtables/ebtables.changes        2020-05-09 
19:48:53.292391431 +0200
+++ /work/SRC/openSUSE:Factory/.ebtables.new.3399/ebtables.changes      
2020-09-04 10:56:04.474525723 +0200
@@ -1,0 +2,13 @@
+Wed Sep  2 14:23:48 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Have the source .service file hold a placeholder for LIBEXECDIR,
+  which we replace during build/install phase, allowing the package
+  to be used no matter what value %{_libexecdir} has.
+
+-------------------------------------------------------------------
+Tue Sep  1 12:11:49 UTC 2020 - Kristyna Streitova <kstreit...@suse.com>
+
+- replace /usr/lib with /usr/libexec in .service files to follow
+  %_libexecdir macro changes
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ebtables.spec ++++++
--- /var/tmp/diff_new_pack.XDYSiK/_old  2020-09-04 10:56:09.810528582 +0200
+++ /var/tmp/diff_new_pack.XDYSiK/_new  2020-09-04 10:56:09.810528582 +0200
@@ -87,6 +87,7 @@
 mkdir -p %{buildroot}%{_fillupdir}
 mkdir -p %{buildroot}%{_unitdir}
 install -p %_sourcedir/ebtables.service %{buildroot}%{_unitdir}/
+sed -i "s|@LIBEXECDIR@|%{_libexecdir}|g" %{buildroot}%{_unitdir}/*.service
 chmod -x %{buildroot}%{_unitdir}/*.service
 mkdir -p %{buildroot}%{_libexecdir}
 install -m0755 %_sourcedir/ebtables.systemd 
%{buildroot}%{_libexecdir}/%{name}-helper
@@ -129,7 +130,8 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING ChangeLog
+%license COPYING
+%doc ChangeLog
 %{_mandir}/man8/ebtables*.8*
 %{_libexecdir}/%{name}-helper
 %{_unitdir}/%{name}.service


++++++ ebtables.service ++++++
--- /var/tmp/diff_new_pack.XDYSiK/_old  2020-09-04 10:56:09.874528616 +0200
+++ /var/tmp/diff_new_pack.XDYSiK/_new  2020-09-04 10:56:09.874528616 +0200
@@ -4,8 +4,8 @@
 [Service]
 Type=oneshot
 RemainAfterExit=yes
-ExecStart=/usr/lib/ebtables-helper start
-ExecStop=/usr/lib/ebtables-helper stop
+ExecStart=@LIBEXECDIR@/ebtables-helper start
+ExecStop=@LIBEXECDIR@/ebtables-helper stop
 
 [Install]
 WantedBy=multi-user.target


Reply via email to