Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package frr for openSUSE:Factory checked in at 2022-03-21 20:11:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/frr (Old) and /work/SRC/openSUSE:Factory/.frr.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "frr" Mon Mar 21 20:11:41 2022 rev:19 rq:963468 version:8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/frr/frr.changes 2022-03-01 17:04:02.656341019 +0100 +++ /work/SRC/openSUSE:Factory/.frr.new.25692/frr.changes 2022-03-21 20:11:54.296433027 +0100 @@ -1,0 +2,7 @@ +Thu Mar 17 11:45:00 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org> + +- Make build a bit cheaper: do only BuildRequire the primary python + interpreter and its modules (python3-FOO) instead of all + available versions as done using %{python_module FOO} + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ frr.spec ++++++ --- /var/tmp/diff_new_pack.UqGeze/_old 2022-03-21 20:11:55.196433927 +0100 +++ /var/tmp/diff_new_pack.UqGeze/_new 2022-03-21 20:11:55.200433931 +0100 @@ -22,8 +22,6 @@ %bcond_with mininet %bcond_with grpc -%define skip_python2 1 - %define frr_user frr %define frr_group frr %define frrvty_group frrvty @@ -47,15 +45,15 @@ Patch4: 0004-babeld-fix-10502-10503-by-repairing-the-checks-on-le.patch Patch5: 0005-isisd-fix-router-capability-TLV-parsing-issues.patch Patch6: 0006-isisd-fix-10505-using-base64-encoding.patch -BuildRequires: %{python_module Sphinx} -BuildRequires: %{python_module devel} -BuildRequires: %{python_module pytest} BuildRequires: autoconf BuildRequires: automake BuildRequires: bison >= 2.7 BuildRequires: flex BuildRequires: libtool BuildRequires: makeinfo +BuildRequires: python3-Sphinx +BuildRequires: python3-devel +BuildRequires: python3-pytest %if %{with mininet} BuildRequires: mininet %endif