fix: don't delete lock file in cargo_prep_online (#1353) (#1354)

(cherry picked from commit fdd931c15a)

Co-authored-by: lea <lleyton@fyralabs.com>
This commit is contained in:
Raboneko
2024-06-14 19:15:54 -07:00
committed by GitHub
parent a12c7fd836
commit 063bb361bb
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
Name: anda-srpm-macros
Version: 0.1.6
Version: 0.1.7
Release: 1%{?dist}
Summary: SRPM macros for extra Fedora packages
@@ -30,7 +30,6 @@ verbose = true\
directory = "%{cargo_registry}"\
\
EOF\
%{__rm} -f Cargo.lock \
%{__rm} -f Cargo.toml.orig \
)