IsmaelMartinez / teams-for-linux

Unofficial Microsoft Teams for Linux client
GNU General Public License v3.0
2.95k stars 240 forks source link

Added support for OpenSUSE to rpm #1393

Closed tisoft closed 2 months ago

tisoft commented 2 months ago

OpenSUSE uses slightly different package names than CentOS/Fedora.

This changes the requires section in the rpm to allow both the CentOS/Fedora (libXtst,libuuid) and the OpenSUSE (libXtst6,libuuid1) dependencies.

Upstream PR: https://github.com/develar/app-builder/pull/130

Fixes #521, #1183.

IsmaelMartinez commented 2 months ago

Hi @tisoft , Thanks for contributing and apologies for taking a bit longer than usual to review this.

Would you be able to update the package.json version, and the appdata files? Just release it under the next version (1.10.1) More info in https://github.com/IsmaelMartinez/teams-for-linux/blob/develop/CONTRIBUTING.md#release-process

Once that is ready, I can merge it and release it. Thanks again!

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

tisoft commented 2 months ago

Thanks for the review, I have updated the version files.

IsmaelMartinez commented 2 months ago

This is now released as 1.10.1 . Thanks for contributing!!

holle commented 2 months ago

Installed perfectly under openSUSE 15.5 (x64). Thanks for the great work guys!

ChristoSnake commented 2 months ago

Woohoo, worked like a charm on openSUSE Tumbleweed too.

I wonder how long it will take me to drop the --nodeps when updating...