From 6fadfaf8bf82623be5d00a0077953816208672a9d2f20f692d8e3775e8e59952 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 12 Aug 2022 23:37:13 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=27 --- wezterm.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wezterm.spec b/wezterm.spec index 7bc3c42..5d8e3e6 100644 --- a/wezterm.spec +++ b/wezterm.spec @@ -28,7 +28,7 @@ Source2: cargo_config Requires: terminfo BuildRequires: Mesa-libEGL-devel BuildRequires: rust >= 1.43 -%if 0%{?suse_version} >= 1599 +%if 0%{?suse_version} >= 1500 BuildRequires: cargo-packaging %else BuildRequires: cargo @@ -69,7 +69,7 @@ cp %{SOURCE2} .cargo/config tic -vvv -x -o terminfo termwiz/data/%{name}.terminfo %build -%if 0%{?suse_version} < 1599 +%if 0%{?suse_version} < 1500 cargo build --offline --release --all-features %else %{cargo_build}