From 62822ccf47161e3dcacc4f71bcab93c2facfc619c695b32f92878db7627dc09b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 12 Aug 2024 20:37:07 +0000 Subject: [PATCH] Fix variable OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=225 --- python-cryptography.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index a9b11f6..e54b64f 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -93,7 +93,7 @@ functions. %build export CARGO_NET_OFFLINE=true export CARGO_PROFILE_RELEASE_DEBUG=true -export CARGO_PROFILE_SPLIT_DEBUGINFO=off +export CARGO_PROFILE_RELEASE_SPLIT_DEBUGINFO=off cd src/rust tar xfv %{S:2} rm -v Cargo.lock