We've rebuilt a bunch of RPMs because we wanted to remove modules and change config options for items specific to our production environment. We're hosting them in a private repo, and have them signed with our own GPG key and have our company name appended to the package name.
TO save ourselves a step after installing the package, I'd like to replace the base config file with config files that are specific to our environment. I'm not very familiar with adding things to spec files. What's the easiest way to do this? Package file?