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.
This commit is contained in:
Josh Stone 2016-10-04 00:44:59 -07:00
parent 1702b2ce16
commit 3260087dc0
1 changed files with 1 additions and 1 deletions

View File

@ -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