I’m building a package using %{fillup_only} to place a configuration file at /etc/sysconfig/.
What is the proper method to delete that file upon removal of the package?
Related question: I note that updating the package will not overwrite the existing configuration file at /etc/sysconfig/. That’s good to preserve any existing user configurations, but when the syntax of the configuration file changes I have to replace the old one by the new template. Can I force this?