Skip to content

Commit 89a1e04

Browse files
committed
- relax internal deps
1 parent cd0c148 commit 89a1e04

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

rust.spec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ bezpieczną wielowątkowość.
180180
Summary: Metadata about the standard library
181181
Summary(pl.UTF-8): Metadane o standardowej bibliotece
182182
Group: Development/Tools
183-
Requires: %{name}%{?_isa} = %{version}-%{release}
183+
Requires: %{name} = %{version}-%{release}
184184

185185
%description analysis
186186
Metadata about the standard library.
@@ -192,7 +192,7 @@ Metadane o standardowej bibliotece.
192192
Summary: Standard library for Rust
193193
Summary(pl.UTF-8): Standardowa biblioteka Rusta
194194
Group: Development/Tools
195-
Requires: %{name}%{?_isa} = %{version}-%{release}
195+
Requires: %{name} = %{version}-%{release}
196196

197197
%description std
198198
Standard library for Rust.
@@ -204,7 +204,7 @@ Standardowa biblioteka Rusta.
204204
Summary: Implementation of Language Server Protocol for Rust
205205
Summary(pl.UTF-8): Implementacja Language Server Protocol dla Rusta
206206
Group: Development/Tools
207-
Requires: %{name}%{?_isa} = %{version}-%{release}
207+
Requires: %{name} = %{version}-%{release}
208208

209209
%description analyzer
210210
Implementation of Language Server Protocol for Rust.
@@ -261,8 +261,8 @@ odpluskwianie programów w języku Rust.
261261
Summary: Rust Language Server for IDE integration
262262
Summary(pl.UTF-8): Rust Language Server do integracji z IDE
263263
Group: Development/Tools
264-
Requires: %{name}%{?_isa} = %{version}-%{release}
265-
Requires: %{name}-analysis%{?_isa} = %{version}-%{release}
264+
Requires: %{name} = %{version}-%{release}
265+
Requires: %{name}-analysis = %{version}-%{release}
266266

267267
%description rls
268268
Rust Language Server for IDE integration.

0 commit comments

Comments
 (0)