From ae585294263ed85535b9707f40fcebb1051be0ec1077eb3ea9fc5e994a3707c5 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Fri, 5 Apr 2024 10:22:35 +0000 Subject: [PATCH] D cargo_config OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-nitro-enclaves-cli?expand=0&rev=36 --- aws-nitro-enclaves-cli.spec | 3 --- cargo_config | 5 ----- 2 files changed, 8 deletions(-) delete mode 100644 cargo_config diff --git a/aws-nitro-enclaves-cli.spec b/aws-nitro-enclaves-cli.spec index ca35fa5..c0dc5ae 100644 --- a/aws-nitro-enclaves-cli.spec +++ b/aws-nitro-enclaves-cli.spec @@ -28,7 +28,6 @@ ExclusiveArch: aarch64 x86_64 Patch0: %name.patch Source0: %name-%version.tar.xz Source1: vendor.tar.xz -Source2: cargo_config Source3: aws-nitro-enclaves-cli-rpmlintrc Source9: aws-nitro-enclaves-sdk-bootstrap-ac43d103ba0f98044bf760477c088f1dc6f3702d.tar.xz Requires(pre): system-group-%ne_system_group = %version-%release @@ -113,8 +112,6 @@ _EOF_ nitro-cli run-enclave --eif-path hello.eif --cpu-count 2 --memory 512 --debug-mode --attach-console _EOR_ %install -mkdir .cargo -cp %{SOURCE2} .cargo/config %if 0%{?__debug_package} rustflags='-Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2' release= diff --git a/cargo_config b/cargo_config deleted file mode 100644 index 6fb4ff4..0000000 --- a/cargo_config +++ /dev/null @@ -1,5 +0,0 @@ -[source.crates-io] -replace-with = "vendored-sources" - -[source.vendored-sources] -directory = "vendor" \ No newline at end of file