Prevent configuration files from beeing overwritten by default on updates
paraenggu opened this issue · 0 comments
paraenggu commented
During an update of the dabplus-on-air-processing
package, the existing configuration files will be replaced with the ones from the RPM. This (more or less) silently overwrites all configuration modifications made by the user.
Please use %config(noreplace)
for at least the dabplus-on-air-processing.conf
to prevent this from happening.