From 097b4d287ed29ce181bc8255ce019e836f54e7526d3a83cf1cce659bc9a924f6 Mon Sep 17 00:00:00 2001 From: Luke Jones Date: Sun, 30 Apr 2017 06:59:06 +0000 Subject: [PATCH] Accepting request 492208 from home:luke_nukem:branches:devel:languages:rust Fix silly error (misplaced 'z') OBS-URL: https://build.opensuse.org/request/show/492208 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=106 --- rust.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust.spec b/rust.spec index c9b3260..911fff4 100644 --- a/rust.spec +++ b/rust.spec @@ -165,7 +165,7 @@ invoking gdb on rust binaries. %setup -q -T -b 105 -n cargo-%{cargo_version}-%{_arch}-unknown-linux-%{abi} %endif %ifarch s390x -%setup -q -T -b 106 -n cargo-%{cargo_version}z-%{_arch}-unknown-linux-%{abi} +%setup -q -T -b 106 -n cargo-%{cargo_version}-%{_arch}-unknown-linux-%{abi} %endif # The cargo binary is only used to build rust and is not shipped