How can I make a rpm from a spec file that can be installed on any host? Currently I have a spec file but when installing the rpm on other hosts I get this:
package my_software-1.0-1dist is for a different operating system
The files in the rpm are just perl programs so if the system has perl and some modules which are already spelled out on requires lines I shouldn't need to check the os. I already have BuildArch: noarch in my RPM.