[issue20337] bdist_rpm should support %config(noreplace)

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If

[issue20337] bdist_rpm should support %config(noreplace)

2015-07-22 Thread Alexandr Normuradov
Changes by Alexandr Normuradov anormura...@isilon.com: -- nosy: +anormuradov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20337 ___ ___

[issue20337] bdist_rpm should support %config(noreplace)

2014-07-03 Thread Vitaly Isaev
Vitaly Isaev added the comment: I confirm the urgent need in this feature. -- nosy: +vitalyisaev2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20337 ___

[issue20337] bdist_rpm should support %config(noreplace)

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: Can you give more information about this change? As a new feature, it cannot go into 2.7. -- components: +Distutils -Build nosy: +eric.araujo type: - enhancement versions: +Python 3.5 -Python 2.7 ___ Python tracker

[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 when the RPM is updated --

[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