I have been leveraging ltib to generate rpm's for our software by simply using "./ltib -p name -f".
We use rpm on the target board to install it. After the install, I do "rpm -qi name" and it prints out information not in my spec file. Ltib generates a spec file. How can I just get my package to build stand-alone and have the correct information after install?
Thanks,
Bruce