Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package b4 for openSUSE:Factory checked in at 2023-11-07 21:26:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/b4 (Old) and /work/SRC/openSUSE:Factory/.b4.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "b4" Tue Nov 7 21:26:31 2023 rev:39 rq:1124048 version:0.12.4 Changes: -------- --- /work/SRC/openSUSE:Factory/b4/b4.changes 2023-10-24 20:08:55.141750103 +0200 +++ /work/SRC/openSUSE:Factory/.b4.new.17445/b4.changes 2023-11-07 21:27:18.329605962 +0100 @@ -1,0 +2,12 @@ +Tue Nov 7 11:05:30 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- remove python_module from requires, this might lead to unwanted + side effects. use pprefix macro instead to manage sle15 + +------------------------------------------------------------------- +Tue Oct 31 08:14:02 UTC 2023 - Jiri Slaby <jsl...@suse.cz> + +- add %{python_module ...} also to requires, otherwise bad + requires are generated + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ b4.spec ++++++ --- /var/tmp/diff_new_pack.y8S1Gx/_old 2023-11-07 21:27:18.785622754 +0100 +++ /var/tmp/diff_new_pack.y8S1Gx/_new 2023-11-07 21:27:18.789622902 +0100 @@ -16,8 +16,13 @@ # -%define pythons python3 +%if 0%{suse_version} >= 1600 +%global pythons python3 +%global pprefix python3 +%else %{?sle15_python_module_pythons} +%global pprefix python311 +%endif Name: b4 Version: 0.12.4 Release: 0 @@ -36,12 +41,12 @@ BuildRequires: git-core BuildRequires: git-filter-repo >= 2.30 BuildRequires: python-rpm-macros +Requires: %{pprefix}-dkimpy +Requires: %{pprefix}-dnspython +Requires: %{pprefix}-patatt +Requires: %{pprefix}-requests Requires: git-core Requires: git-filter-repo >= 2.30 -Requires: python3-dkimpy -Requires: python3-dnspython -Requires: python3-patatt -Requires: python3-requests BuildArch: noarch %description