You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The proper solution probably should include some kind of external dependency handling and checking version of local rpm. But I don't know which versions you support, so no pull request :)
The text was updated successfully, but these errors were encountered:
What version of
electron-installer-redhat
are you using?3.4.0
What version of
node
andnpm
are you using?node v22.11.0
npm v10.9.0
What operating system are you using?
Fedora 41
Can you compile the example app successfully?
No
If not, paste here the output of the following commands:
Output
What did you do? Please include the configuration you are using for
electron-installer-redhat
.What did you expect to happen?
RPM package successfully built
What actually happened?
Error while building package
The issue is also discussed here: electron/forge#3701 It seems that it was caused by breaking changes in rpm: rpm-software-management/rpm#2078
My temporary solution was to change this line:
https://github.com/electron-userland/electron-installer-redhat/blob/main/resources/spec.ejs#L27
The proper solution probably should include some kind of external dependency handling and checking version of local rpm. But I don't know which versions you support, so no pull request :)
The text was updated successfully, but these errors were encountered: