SHA256
1
0
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:
Soc Virnyl Estela 2022-11-03 21:15:01 +00:00 committed by Git OBS Bridge
parent 1141563067
commit 69021978c8
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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}'