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 a package build in https://copr.fedoraproject.org. My spec for rpkg is here. The build is failing with the following (full log at https://download.copr.fedorainfracloud.org/results/jdanek/skupper-router/srpm-builds/04126008/builder-live.log.gz) On my machine, running rpkg srpm succeeds. I searched around and it seems to me ...
Question: I have the following patch referenced in my spec file. It works with proxy hardcoded but I need to use a variable, which fails. Can anyone please advise on the correct syntax? Answer: RPM isn’t going to replace those ...
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 ...