Skip to content
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

OpenSuSE install-deps outdated #272

Open
vatrat opened this issue Nov 24, 2018 · 0 comments
Open

OpenSuSE install-deps outdated #272

vatrat opened this issue Nov 24, 2018 · 0 comments

Comments

@vatrat
Copy link

vatrat commented Nov 24, 2018

In install-deps, the OS detection for OpenSuSE is outdated. The os-release checks for the name opensuse. On OpenSuSE Leap 15 (the main release, as opposed to the rolling release Tumbleweed), the ID should be opensuse-leap. On the OpenSuSE version check, it only checks if the version is 42.2. This is outdated. (For some reason, they decided to make a joke and the versioning for OpenSuSE Leap is 13 < 42 < 15. Funny, but terrible for actual use.) Changing the if logic from "use new package names if version=42.2, else use old package names" to "use old package names if (13 or below or if below 42.2), else use new package names" would work. I don't know if the .2 in 42.2 is important or not.

Changing these in the script Works For Me (tm).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant