From a88616e35963ec8de338da2b10b5e6aa13584b52 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 7 May 2025 03:18:54 -0700 Subject: [PATCH] fix(readymade-git): lock cargo dependencies (#4733) (#4736) (cherry picked from commit 6509b8810396b6e5724098b4bc96392cd8c6a8db) Signed-off-by: madomado Co-authored-by: madomado --- anda/system/readymade/git/readymade-git.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/system/readymade/git/readymade-git.spec b/anda/system/readymade/git/readymade-git.spec index 67a2779a6b..775ec0c5e6 100644 --- a/anda/system/readymade/git/readymade-git.spec +++ b/anda/system/readymade/git/readymade-git.spec @@ -42,9 +42,10 @@ ls -l %cargo_prep_online %build +%{cargo_build} --locked %install -%cargo_install +install -Dm755 target/rpm/readymade -t %buildroot%_bindir ./install.sh %buildroot ln -sf %{_datadir}/applications/com.fyralabs.Readymade.desktop %{buildroot}%{_datadir}/applications/liveinst.desktop