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

RPM package won't install if JDK or other jpackage RPMs are installed #229

Open
UndeadDevel opened this issue Jun 25, 2023 · 0 comments
Open

Comments

@UndeadDevel
Copy link

UndeadDevel commented Jun 25, 2023

I don't know if this is an issue with specifically this plugin or jpackage in general, but I've found that while everything works fine on Windows 10 with MSI installers, on Fedora Linux I can't install a jpackage generated RPM normally, because it throws errors of the type file /usr/lib/.build-id/17/3f69fcb326de2e5180b4f5611157d16a5c3876 from install of my-app-name-1.1-1.x86_64 conflicts with file from package my-other-app-name-or-JDK-name-1.0-1.x86_64
This can be solved by installing from terminal with --excludeartifacts option, but it's obviously not great that having a JDK or other jpackage deployed app installed kills the option of a smooth install without a terminal and extra options.

Any ideas how to solve this?

@UndeadDevel UndeadDevel changed the title RPM package don't install if JDK or other jpackage RPMs are installed RPM package won't install if JDK or other jpackage RPMs are installed Jun 29, 2023
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