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:
parent
1702b2ce16
commit
3260087dc0
@ -66,7 +66,7 @@ BuildRequires: python2
|
|||||||
BuildRequires: curl
|
BuildRequires: curl
|
||||||
|
|
||||||
%if %without bootstrap
|
%if %without bootstrap
|
||||||
BuildRequires: %{name} < %{version}-%{release}
|
BuildRequires: %{name} <= %{version}
|
||||||
BuildRequires: %{name} >= %{bootstrap_channel}
|
BuildRequires: %{name} >= %{bootstrap_channel}
|
||||||
%global local_rust_root %{_prefix}
|
%global local_rust_root %{_prefix}
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user