@@ -180,7 +180,7 @@ bezpieczną wielowątkowość.
180
180
Summary: Metadata about the standard library
181
181
Summary(pl.UTF-8): Metadane o standardowej bibliotece
182
182
Group: Development/Tools
183
- Requires: %{name }%{? _isa } = %{version }-%{release }
183
+ Requires: %{name } = %{version }-%{release }
184
184
185
185
%description analysis
186
186
Metadata about the standard library.
@@ -192,7 +192,7 @@ Metadane o standardowej bibliotece.
192
192
Summary: Standard library for Rust
193
193
Summary(pl.UTF-8): Standardowa biblioteka Rusta
194
194
Group: Development/Tools
195
- Requires: %{name }%{? _isa } = %{version }-%{release }
195
+ Requires: %{name } = %{version }-%{release }
196
196
197
197
%description std
198
198
Standard library for Rust.
@@ -204,7 +204,7 @@ Standardowa biblioteka Rusta.
204
204
Summary: Implementation of Language Server Protocol for Rust
205
205
Summary(pl.UTF-8): Implementacja Language Server Protocol dla Rusta
206
206
Group: Development/Tools
207
- Requires: %{name }%{? _isa } = %{version }-%{release }
207
+ Requires: %{name } = %{version }-%{release }
208
208
209
209
%description analyzer
210
210
Implementation of Language Server Protocol for Rust.
@@ -261,8 +261,8 @@ odpluskwianie programów w języku Rust.
261
261
Summary: Rust Language Server for IDE integration
262
262
Summary(pl.UTF-8): Rust Language Server do integracji z IDE
263
263
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 }
266
266
267
267
%description rls
268
268
Rust Language Server for IDE integration.
0 commit comments