Skip to content

Commit

Permalink
- Unconditional bundle "networkx" to avoid install of huge amount of …
Browse files Browse the repository at this point in the history
…Require/Recommends
  • Loading branch information
pbiering committed Jan 9, 2024
1 parent d275991 commit 342e21c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion mailman3.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -1912,6 +1916,9 @@ echo "Enable timers (will only run if main services are active)"


%changelog
* Tue Jan 09 2024 Peter Bieringer <[email protected]> 3.3.9-27
- Unconditional bundle "networkx" to avoid install of huge amount of Require/Recommends

* Sat Dec 23 2023 Peter Bieringer <[email protected]> 3.3.9-26
- CAPTCHA support: remove from password change
- CAPTCHA support: carve-out dedicated extensions in py files into shared function
Expand Down

0 comments on commit 342e21c

Please sign in to comment.