Skip to content
Advertisement

Tag: rpm-spec

rpm.spec hide warning that comes after %post

I’m trying to solve this problem for a few days now but still nothing… Let’s say for example this is my upgrade.sh: And this is my rpm.spec file: Now I got example.rpm file. After I’m running the command rpm -U example.rpm this is the output I’m getting: Everything works fine with the upgrade, my only problem is that I don’t

Install Section of rpm package

I am naive on creating RPM packages. I want to know the meaning of below command: Answer in the %install section, you are supposed to install all your files in the %{buildroot] directory; just the way they will be installed on the final system. he cleans this directory. I never use this; since my buildroot is unique for each of

Advertisement