From 342e21c5ea3c1cd3483d88c1e6ec90544440b2d1 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Tue, 9 Jan 2024 07:38:53 +0100 Subject: [PATCH] - Unconditional bundle "networkx" to avoid install of huge amount of Require/Recommends --- mailman3.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mailman3.spec b/mailman3.spec index a96c42e..750db2b 100644 --- a/mailman3.spec +++ b/mailman3.spec @@ -23,7 +23,7 @@ %define debug_package %{nil} # release -%global release_token 26 +%global release_token 27 ## MAIN VERSIONS+RELEASE %global version_mailman 3.3.9 @@ -88,6 +88,10 @@ Requires: python3 >= 3.9 %define b_e_whoosh 1 +# networkx has huge amount of Require/Recommends list, therefore always bundle +%define b_e_networkx 1 + + %if (0%{?rhel} == 8) # not available for EL == 8 -> bundle @@ -1912,6 +1916,9 @@ echo "Enable timers (will only run if main services are active)" %changelog +* Tue Jan 09 2024 Peter Bieringer 3.3.9-27 +- Unconditional bundle "networkx" to avoid install of huge amount of Require/Recommends + * Sat Dec 23 2023 Peter Bieringer 3.3.9-26 - CAPTCHA support: remove from password change - CAPTCHA support: carve-out dedicated extensions in py files into shared function