Skip to content

Commit 81f76f0

Browse files
authored
fix: Make RPM builds compatible with OpenSUSE (#622)
1 parent 28fad00 commit 81f76f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/resources/rpm/SPECS/build.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ License: MIT
66
URL: https://sourcegit-scm.github.io/
77
Source: https://github.com/sourcegit-scm/sourcegit/archive/refs/tags/v%_version.tar.gz
88
Requires: libX11
9-
Requires: libSM
9+
Requires: (libSM or libSM6)
1010

1111
%define _build_id_links none
1212

0 commit comments

Comments
 (0)