Upgrading third-party rpm #1225
-
I have a unsigned third-party rpm that I need to have upgraded during the leapp upgrade process. Its still unclear how this works with leapp. If I specify the package name in to_install the dnf_transaction_check fails with "none of the providers can be installed" error. Even though required package and its dependencies are present in the AppStream repo. Do I need to spell out all the rpm dependencies? I would've thought that its dependencies would be automatically resolved. Any insight or help would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @dgilbert101, I have pinned the previous discussion about third party packages in the discussion to make it more visible (and updated the title to hit key words). I realized that closed discussions are not visible by default, so hopefully this could help. I expect that the discussion answers your questions, but feel free to ask if not. I am keeping this opened, waiting for your feedback. To highligh some important facts:
|
Beta Was this translation helpful? Give feedback.
-
I was able to find a solution by create a custom actor that would install/upgrade my desired unsigned application.
I tried to configure to_remove in the actor to remove openssl11-libs, but it would fail to properly remove it unless |
Beta Was this translation helpful? Give feedback.
I was able to find a solution by create a custom actor that would install/upgrade my desired unsigned application.