forked from pool/wezterm
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
This commit is contained in:
parent
1141563067
commit
69021978c8
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 3 18:30:01 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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}'
|
||||
|
Loading…
Reference in New Issue
Block a user