From 0b77ba2f81d20e78b0ea4261108ca5a8caa48bf2 Mon Sep 17 00:00:00 2001 From: Masgalor Date: Wed, 30 Oct 2024 11:14:13 +0100 Subject: [PATCH] fix: Make RPM builds compatible with OpenSUSE (libX11) --- build/resources/rpm/SPECS/build.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/resources/rpm/SPECS/build.spec b/build/resources/rpm/SPECS/build.spec index 0f80aac3..9dda5f96 100644 --- a/build/resources/rpm/SPECS/build.spec +++ b/build/resources/rpm/SPECS/build.spec @@ -5,7 +5,7 @@ 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 +Requires: (libX11 or libX11-6) Requires: (libSM or libSM6) %define _build_id_links none