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
I use the plugin for several projects that produce DEB/RPM packages. The software is typically dependent on other linux packages. That is, when I install my package I want that dependent packages are installed by manager as well.
That works fine with and . However, I do not see similar feature for RPM. I checked the code and I found that SpecFile has support for Requires, but the Mojo does not use it.
Do you plan to add "Requires" feature to RPM packaging? I can provide the implementation for it.
Regards,
Yura
The text was updated successfully, but these errors were encountered:
I don't have resources to add this, but feel free to fork the plugin. It shouldn't be hard to jam in there in a way that will work for you, other people have contributed similar features before.
Hi,
I use the plugin for several projects that produce DEB/RPM packages. The software is typically dependent on other linux packages. That is, when I install my package I want that dependent packages are installed by manager as well.
That works fine with and . However, I do not see similar feature for RPM. I checked the code and I found that SpecFile has support for Requires, but the Mojo does not use it.
Do you plan to add "Requires" feature to RPM packaging? I can provide the implementation for it.
Regards,
Yura
The text was updated successfully, but these errors were encountered: