Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package osc for openSUSE:Factory checked in at 2022-10-14 15:41:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/osc (Old) and /work/SRC/openSUSE:Factory/.osc.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "osc" Fri Oct 14 15:41:54 2022 rev:167 rq:1010442 version:0.182.0 Changes: -------- --- /work/SRC/openSUSE:Factory/osc/osc.changes 2022-09-20 19:24:05.534561562 +0200 +++ /work/SRC/openSUSE:Factory/.osc.new.2275/osc.changes 2022-10-14 15:42:53.939954438 +0200 @@ -14,0 +15,8 @@ +Wed Aug 17 10:55:30 UTC 2022 - Michal Suchanek <msucha...@suse.com> + +- Fix M2Crypto package name on SLE12 +- Do not build with python3.6 - it does not have libraries + nothing provides python36-M2Crypto > 0.19 + nothing provides python36-chardet + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ osc.spec ++++++ --- /var/tmp/diff_new_pack.SA1Ngz/_old 2022-10-14 15:42:54.527955420 +0200 +++ /var/tmp/diff_new_pack.SA1Ngz/_new 2022-10-14 15:42:54.531955427 +0200 @@ -25,16 +25,10 @@ %if %{with python3} %define use_python python3 -%define use_pythonpkg python3 -%if 0%{?suse_version} && 0%{?suse_version} < 1500 -%define use_python python3.6 -%define use_pythonpkg python36 -%endif # else if with python3 %else %define use_python python -%define use_pythonpkg python %endif %define version_unconverted 0.182.0 @@ -56,16 +50,16 @@ Source2: debian.docs Source3: debian.osc.links BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: %{use_pythonpkg}-devel -BuildRequires: %{use_pythonpkg}-setuptools +BuildRequires: %{use_python}-devel +BuildRequires: %{use_python}-setuptools BuildRequires: diffstat %if 0%{?mandriva_version} || 0%{?mageia} BuildRequires: python-rpm Requires: python-rpm %else %if 0%{?suse_version} >= 1500 || 0%{?fedora} >= 32 || 0%{?rhel} >= 7 -BuildRequires: %{use_pythonpkg}-rpm -Requires: %{use_pythonpkg}-rpm +BuildRequires: %{use_python}-rpm +Requires: %{use_python}-rpm %else BuildRequires: rpm-python Requires: rpm-python @@ -74,12 +68,12 @@ %if 0%{?suse_version} == 0 || 0%{?suse_version} >= 1120 BuildArch: noarch %endif -%if 0%{?suse_version} Recommends: openssh -Requires: %{use_pythonpkg} -Recommends: %{use_pythonpkg}-progressbar -BuildRequires: %{use_pythonpkg}-xml -Requires: %{use_pythonpkg}-xml +%if 0%{?suse_version} +Requires: %{use_python} +Recommends: %{use_python}-progressbar +BuildRequires: %{use_python}-xml +Requires: %{use_python}-xml %if !%{with python3} && 0%{?suse_version} < 1020 BuildRequires: python-elementtree Requires: python-elementtree @@ -120,7 +114,7 @@ Requires: python-elementtree %endif %if 0%{?suse_version} || 0%{?mandriva_version} || 0%{?mageia} -%if 0%{?suse_version} >= 1500 +%if 0%{?suse_version} >= 1315 BuildRequires: %{use_python}-M2Crypto > 0.19 BuildRequires: %{use_python}-chardet Requires: %{use_python}-M2Crypto > 0.19