Sean Sosik-Hamor wrote: > On Jun 21, 2005, at 5:27 PM, Dan Trainor wrote: > >> Sorry, I forgot to mention - the prereq's would be determined based on >> some shell chickenscratch that simply checks for the existance of files, >> what machine type, etc etc. I understand that Requires: would work in >> certain situations, but not for this one. > > > Plenty of examples of how people are forcing RPM to stop the > installation process during %pre and %post. :) > > http://www.google.com/search?q=filetype:spec+exit > http://www.google.com/search?q=filetype:spec+die > > /Sean/ > Sean - Ah, thanks for pointing me to those. I didn't even know if "die" or "exit" was the correct terminology for this from within RPM, so I didn't know what to look for. Sorry, and thanks again -dant