[issue20337] bdist_rpm should support %config(noreplace)

2014-03-13 Thread KV
KV added the comment: Configuration files in RPMs can have several attributes, one important one is 'noreplace' (i.e., "%config(noreplace) file-name").  This allows for configuration files that have been changed after the RPM has been installed to not be over-written whe

[issue20337] bdist_rpm should support %config(noreplace)

2014-01-21 Thread KV
New submission from KV: bdist_rpm should support handling %config(noreplace) to help with packaging. Patch attached. -- components: Build files: bdist_rpm-add-config-file.diff keywords: patch messages: 208715 nosy: kv priority: normal severity: normal status: open title: bdist_rpm