From bba54934709a3edfa0ac7c52848674e1fb2bb649 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 17 May 2017 17:43:32 +0200 Subject: [PATCH] do not require rust-rpm-macros Packages will do this instead. Signed-off-by: Igor Gnatenko --- rust.spec | 8 -------- 1 file changed, 8 deletions(-) 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})$