[PATCH] do not require rust-rpm-macros
by Igor Gnatenko
From: Igor Gnatenko <ignatenko(a)redhat.com>
Packages will do this instead.
Signed-off-by: Igor Gnatenko <ignatenko(a)redhat.com>
---
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})$
--
2.13.0
6 years, 6 months