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
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue