From 694ca329c2907f2ded6cba9116bedcf0bb39ef03a5a429757a1fa7455cfef386 Mon Sep 17 00:00:00 2001 From: xtexChooser Date: Sat, 30 Mar 2024 07:50:30 +0000 Subject: [PATCH] Lock dependencies OBS-URL: https://build.opensuse.org/package/show/utilities/yazi?expand=0&rev=20 --- _service | 2 +- yazi.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_service b/_service index 9f21327..223f8ba 100644 --- a/_service +++ b/_service @@ -18,6 +18,6 @@ yazi zst - true + false diff --git a/yazi.spec b/yazi.spec index 9b299d0..2474d1d 100644 --- a/yazi.spec +++ b/yazi.spec @@ -96,7 +96,7 @@ The official zsh completion script for %{name}. %build export YAZI_GEN_COMPLETIONS=true -CARGO_INSTALL_OPTS=--locked %{cargo_build} +%{cargo_build} %install %{cargo_install -p yazi-fm}