In this post, we will see how to resolve How to require RPM dependency from a certain module stream? Question: I have to package my Node.js app into an RPM, which will be installed on Oracle Linux 8 using dnf ...
In this post, we will see how to resolve Inconsistent results when installing .rpm package Question: I have a .sh script that I packaged as .rpm to distribute. I’m using GitLab CI CD pipeline using gitlab-ci.yml. I’m able to pacakge ...
Question: I have an old old game from Fedora, in a package named six. It has a bug and I want to add a couple of simple features. I asked here about one part of the process, (see How to ...
Question: Recently our AWS pipeline started failing with this error: This is where it fails in our script: It started failing a few days ago. Any idea what is causing it? Answer: It turned out the issue was that the ...
Question: i need to install openjdk 11 along with my rpm. my software runs on java 11 but our pc have different version of java already installed. please help me to install openjdk11 along with my rpm installation i tried ...