From 3260087dc0c3327f1c110b178eda0aa3def4ec7f Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 4 Oct 2016 00:44:59 -0700 Subject: [PATCH] Relax the self requirement to just version The koschei app was complaining of unsatisfied dependencies when I had strictly "< %{version}-%{release}". Just "<= %{version}" should work. --- rust.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust.spec b/rust.spec index 4a3464e..b19dcd4 100644 --- a/rust.spec +++ b/rust.spec @@ -66,7 +66,7 @@ BuildRequires: python2 BuildRequires: curl %if %without bootstrap -BuildRequires: %{name} < %{version}-%{release} +BuildRequires: %{name} <= %{version} BuildRequires: %{name} >= %{bootstrap_channel} %global local_rust_root %{_prefix} %else