From 6e30973f915da136bba20baa034e2cff95a6b74e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 10 Mar 2019 09:54:46 +0100 Subject: [PATCH] Do not pull optional dependencies Signed-off-by: Igor Gnatenko --- rust-lazy_static.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rust-lazy_static.spec b/rust-lazy_static.spec index 0b57e23..f86c8e6 100644 --- a/rust-lazy_static.spec +++ b/rust-lazy_static.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 1.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Macro for declaring lazily evaluated statics in Rust # Upstream license specification: MIT/Apache-2.0 @@ -18,7 +18,6 @@ Source: %{crates_source} ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging -BuildRequires: (crate(spin/default) >= 0.5.0 with crate(spin/default) < 0.6.0) %global _description \ A macro for declaring lazily evaluated statics in Rust. @@ -91,6 +90,9 @@ which use "spin_no_std" feature of "%{crate}" crate. %endif %changelog +* Sun Mar 10 2019 Igor Gnatenko - 1.3.0-3 +- Do not pull optional dependencies + * Sat Mar 09 2019 Igor Gnatenko - 1.3.0-2 - Bring spin back