From f8566d7d8148d7a5cc4cfd76f8af354120d03bac7ecba3949918ad4522bcb39b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 21 Mar 2022 07:45:03 +0000 Subject: [PATCH] Accepting request 962454 from home:dimstar:Factory - 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} OBS-URL: https://build.opensuse.org/request/show/962454 OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=38 --- frr.changes | 7 +++++++ frr.spec | 8 +++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/frr.changes b/frr.changes index 9302a23..3f23f57 100644 --- a/frr.changes +++ b/frr.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 17 11:45:00 UTC 2022 - Dominique Leuenberger + +- 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} + ------------------------------------------------------------------- Mon Feb 28 11:05:48 UTC 2022 - Marius Tomaschewski diff --git a/frr.spec b/frr.spec index 242ce65..eaa29f4 100644 --- a/frr.spec +++ b/frr.spec @@ -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 @@ Patch3: 0003-babeld-fix-10487-by-adding-a-check-on-packet-length.patch 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