mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-25 21:07:20 -08:00
fix: failed to resolve dependencies with aarch64 RPM package
dependencies on aarch64 will not be resolved if library names are specified without architecture we could use `%{?_isa}` macro, however it looks like specifying library names as dependencies is generally avoided
This commit is contained in:
parent
24dde77548
commit
211c263043
1 changed files with 0 additions and 2 deletions
|
@ -5,8 +5,6 @@ Summary: Open-source & Free Git Gui Client
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://sourcegit-scm.github.io/
|
URL: https://sourcegit-scm.github.io/
|
||||||
Source: https://github.com/sourcegit-scm/sourcegit/archive/refs/tags/v%_version.tar.gz
|
Source: https://github.com/sourcegit-scm/sourcegit/archive/refs/tags/v%_version.tar.gz
|
||||||
Requires: libX11.so.6
|
|
||||||
Requires: libSM.so.6
|
|
||||||
|
|
||||||
%define _build_id_links none
|
%define _build_id_links none
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue