Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ansible-core for openSUSE:Factory checked in at 2022-11-25 13:13:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ansible-core (Old) and /work/SRC/openSUSE:Factory/.ansible-core.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ansible-core" Fri Nov 25 13:13:10 2022 rev:5 rq:1038047 version:2.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ansible-core/ansible-core.changes 2022-11-22 16:10:44.286198985 +0100 +++ /work/SRC/openSUSE:Factory/.ansible-core.new.1597/ansible-core.changes 2022-11-25 13:23:04.351653099 +0100 @@ -1,0 +2,7 @@ +Wed Nov 23 10:13:04 UTC 2022 - Johannes Kastl <ka...@b1-systems.de> + +- add version contraints for both Requires and BuildRequires, + that upstream defines: + https://github.com/ansible/ansible/blob/devel/requirements.txt + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ansible-core.spec ++++++ --- /var/tmp/diff_new_pack.0QYMqB/_old 2022-11-25 13:23:04.847655776 +0100 +++ /var/tmp/diff_new_pack.0QYMqB/_new 2022-11-25 13:23:04.851655797 +0100 @@ -36,21 +36,21 @@ BuildRequires: python3-setuptools # SECTION test requirements BuildRequires: python3-botocore -BuildRequires: python3-Jinja2 -BuildRequires: python3-PyYAML +BuildRequires: python3-Jinja2 >= 3.0.0 +BuildRequires: python3-PyYAML >= 5.1 BuildRequires: python3-cryptography BuildRequires: python3-curses BuildRequires: python3-packaging BuildRequires: python3-pytest BuildRequires: python3-pytz -BuildRequires: python3-resolvelib >= 0.5.3 +BuildRequires: (python3-resolvelib >= 0.5.3 and python3-resolvelib < 0.9.0) # /SECTION BuildRequires: fdupes -Requires: python3-Jinja2 -Requires: python3-PyYAML +Requires: python3-Jinja2 >= 3.0.0 +Requires: python3-PyYAML >= 5.1 Requires: python3-cryptography Requires: python3-packaging -Requires: python3-resolvelib >= 0.5.3 +Requires: (python3-resolvelib >= 0.5.3 and python3-resolvelib < 0.9.0) %description Ansible is a radically simple IT automation system. It handles