How can I debug rpm install errors
When I install my custom RPM via yum I see an error message:
/var/tmp/rpm-tmp.ZVrogj: line 1: default: command not found
How can I debug this to find out what this error is? the RPM installs as expected but I don't like seeing the error message.
Are you installing or compiling a package?
There's no way we can tell what is wrong with your custom RPM. I can barely read your screen from here :)
I had a stray "default" string in my spec.
Please share your .spec file... maybe you doesn't include a "Requires" dependencies or your tag "%install" is wrong...