From 211c2630433638a30ac0e0b614e82419267c66c2 Mon Sep 17 00:00:00 2001 From: Aikawa Yataro Date: Mon, 19 Aug 2024 07:36:51 +0000 Subject: [PATCH] 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 --- build/resources/rpm/SPECS/build.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/resources/rpm/SPECS/build.spec b/build/resources/rpm/SPECS/build.spec index 86a7cfdd..0babdb75 100644 --- a/build/resources/rpm/SPECS/build.spec +++ b/build/resources/rpm/SPECS/build.spec @@ -5,8 +5,6 @@ Summary: Open-source & Free Git Gui Client License: MIT URL: https://sourcegit-scm.github.io/ 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