Re-generate the spec file with rust2rpm 23

This commit is contained in:
Kalev Lember 2022-11-21 22:34:08 +01:00
parent d8ad12114e
commit 6817f2ef1b
1 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 23
%bcond_without check
%global crate jql
@ -16,8 +16,6 @@ Source1: LICENSE.dependencies
# * drop unused, benchmark-only criterion dev-dependency to speed up builds
Patch: jql-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
@ -122,7 +120,6 @@ cp %{SOURCE1} .
%install
%cargo_install
%if %{with check}
%check
%ifarch %{arm}