Skip to content

fix: Make RPM builds compatible with OpenSUSE #622

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 30, 2024
Merged

fix: Make RPM builds compatible with OpenSUSE #622

merged 1 commit into from
Oct 30, 2024

Conversation

Masgalor
Copy link
Contributor

While most RPM based distributions use libSM as a name for this library OpenSUSE uses libSM6.
This leads to unfulfilled dependencies when the RPM package is installed on OpenSUSE Tumbleweed for example.

I think it is save to require either libSM or libSM6, because it is very unlikely a distribution would package the library under both names at the same time. And even if they did the package manager would be responsible to resolve this gracefully.

@Masgalor Masgalor changed the base branch from master to develop October 29, 2024 17:08
@love-linger love-linger self-assigned this Oct 30, 2024
@love-linger love-linger added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Oct 30, 2024
@love-linger love-linger merged commit 81f76f0 into sourcegit-scm:develop Oct 30, 2024
@Masgalor Masgalor deleted the fix-rpm branch October 30, 2024 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants