From 69021978c822f40198dfd9a65d77eae8c2ff3b22e1544408fc76d209d13c7d5f Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Thu, 3 Nov 2022 21:15:01 +0000 Subject: [PATCH] Accepting request 1033155 from home:jengelh:branches:X11:terminals - Enable --all-features for suse>1500 builds: contains --features distro-defaults, to stop phoning home [boo#1205008] OBS-URL: https://build.opensuse.org/request/show/1033155 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=46 --- wezterm.changes | 7 +++++++ wezterm.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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}'