My understanding from everything I read about spec files is that the Requires(post) statement would make it so any library following it would not be required until after the installation has finished. It doesn't seem to be the case. Am I misunderstanding this command?
My main objective is to download another rpm in the %pre section and then require it later so that it will install it from the local copy. If there is another way to go about this than what I am doing, I would greatly appreciate the help?