Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nmap for openSUSE:Factory checked in at 2021-10-05 22:33:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nmap (Old) and /work/SRC/openSUSE:Factory/.nmap.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nmap" Tue Oct 5 22:33:47 2021 rev:68 rq:923081 version:7.92 Changes: -------- --- /work/SRC/openSUSE:Factory/nmap/nmap.changes 2021-09-20 23:33:47.059220359 +0200 +++ /work/SRC/openSUSE:Factory/.nmap.new.2443/nmap.changes 2021-10-05 22:34:10.994903870 +0200 @@ -1,0 +2,5 @@ +Mon Oct 4 17:06:13 UTC 2021 - Danilo Spinella <danilo.spine...@suse.com> + +- Do not build with python2 support for SLE15-SP4, bsc#1190997 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nmap.spec ++++++ --- /var/tmp/diff_new_pack.ThkYgD/_old 2021-10-05 22:34:11.654905019 +0200 +++ /var/tmp/diff_new_pack.ThkYgD/_new 2021-10-05 22:34:11.658905026 +0200 @@ -20,8 +20,9 @@ %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %define with_system_lua 0%{?suse_version} >= 1330 -# don't build python2 subpackages (zenmap, ndiff) because of the python2 deprecation in Tumbleweed -%if 0%{?suse_version} > 1500 +# don't build python2 subpackages (zenmap, ndiff) because of the python2 deprecation +# in Tumbleweed and in SLE15-SP4 +%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150300 %define with_python2 0 %else %define with_python2 1