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

fixed packaging issue for opensuse #1228

Merged
merged 1 commit into from
Oct 1, 2021
Merged

fixed packaging issue for opensuse #1228

merged 1 commit into from
Oct 1, 2021

Conversation

drunckj
Copy link
Contributor

@drunckj drunckj commented Sep 24, 2021

fixed this issue #1063.

Before

"linux": {
      "icon": "static/icon.icns",
      "target": [
        "deb",
        "rpm",
        "AppImage"
      ]
    },

After

"linux": {
      "icon": "static/icon.icns",
      "target": [
        "deb",
        "rpm",
        "AppImage"
      ]
    },
    "rpm":{
      "depends":[
        "/usr/lib64/libuuid.so.1"
      ]
    },

The rpm file builds correctly and works for both Fedora and Opensuse. I built the rpm on Opensuse and Kali linux and tried installing them in Opensuse and Fedora and they installed without any errors. Please check the code and if you have any doubts please ping me.

Issue diagnosis

I read a lot and found out libuuid and libuuid1 both have the same files, they are just packaged with different names for Opensuse and Fedora. So I added the required file as a dependency. The rpm built on Debian systems install without any errors too.

Testing link

Rpm binary link for testing : Gdrive


IssueHunt Summary

Referenced issues

This pull request has been submitted to:


fixed this issue #1063
@CLAassistant
Copy link

CLAassistant commented Sep 24, 2021

CLA assistant check
All committers have signed the CLA.

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

Successfully merging this pull request may close these issues.

3 participants