Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dpdk for openSUSE:Factory checked in at 2021-07-28 19:21:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dpdk (Old) and /work/SRC/openSUSE:Factory/.dpdk.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dpdk" Wed Jul 28 19:21:45 2021 rev:49 rq:908920 version:19.11.8 Changes: -------- --- /work/SRC/openSUSE:Factory/dpdk/dpdk.changes 2021-05-23 00:06:18.382568629 +0200 +++ /work/SRC/openSUSE:Factory/.dpdk.new.1899/dpdk.changes 2021-07-28 19:21:53.315490017 +0200 @@ -1,0 +2,5 @@ +Thu Jul 22 06:00:37 UTC 2021 - Steve Kowalik <[email protected]> + +- Normalize all Python script shebangs to use Python 3. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dpdk.spec ++++++ --- /var/tmp/diff_new_pack.T5RmNX/_old 2021-07-28 19:21:53.799489382 +0200 +++ /var/tmp/diff_new_pack.T5RmNX/_new 2021-07-28 19:21:53.799489382 +0200 @@ -1,5 +1,5 @@ # -# spec file for package dpdk +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -338,6 +338,7 @@ ln -s %{_sbindir}/dpdk-devbind %{buildroot}%{_sbindir}/dpdk_nic_bind # Fix interpreter +find %{buildroot} -name "*.py" -exec sed -i 's|python$|python3|' \{\} + find %{buildroot} -name "*.py" -exec sed -i 's|env python|python|' \{\} + # Remove duplicates
