diff --git a/wezterm.changes b/wezterm.changes index 07c58ff..7096956 100644 --- a/wezterm.changes +++ b/wezterm.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Nov 3 18:30:01 UTC 2022 - Jan Engelhardt + +- Enable --all-features for suse>1500 builds: + contains --features distro-defaults, to stop phoning home + [boo#1205008] + ------------------------------------------------------------------- Wed Oct 26 22:28:40 UTC 2022 - socvirnyl.estela@gmail.com diff --git a/wezterm.spec b/wezterm.spec index c54156e..c9dbb2d 100644 --- a/wezterm.spec +++ b/wezterm.spec @@ -71,7 +71,7 @@ tic -vvv -x -o terminfo termwiz/data/%{name}.terminfo %build %if 0%{?suse_version} > 1500 -%{cargo_build} +%{cargo_build} --all-features %else export CARGO_FEATURE_VENDORED=1 export RUSTFLAGS='%{rustflags}'