From bba54934709a3edfa0ac7c52848674e1fb2bb649 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: May 17 2017 15:43:32 +0000 Subject: do not require rust-rpm-macros Packages will do this instead. Signed-off-by: Igor Gnatenko --- diff --git a/rust.spec b/rust.spec index 817ea7b..0116159 100644 --- a/rust.spec +++ b/rust.spec @@ -169,14 +169,6 @@ Requires: %{name}-std-static%{?_isa} = %{version}-%{release} # https://github.com/rust-lang/rust/issues/11937 Requires: gcc -%if 0%{?fedora} >= 26 -# Only non-bootstrap builds should require rust-rpm-macros, because that -# requires cargo, which might not exist yet. -%ifnarch %{bootstrap_arches} -Requires: rust-rpm-macros -%endif -%endif - # ALL Rust libraries are private, because they don't keep an ABI. %global _privatelibs lib.*-[[:xdigit:]]*[.]so.* %global __provides_exclude ^(%{_privatelibs})$