Description of problem: /etc/issue and /etc/issue.net are not marked as config files. This means they get overwritten when redhat-release gets upgraded. This is a problem when we have to have login messages bearing legal information ("Private Server. Go Away") and then copy these back from the .rpmorig versions after. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
The files are marked as %config in the spec file. Perhaps what you're seeing is that they are intentionally not marked as %config(noreplace) . I am closing this with the resolution of "NOTABUG".
Ok. Rephrase. It causes us (University of York) annoyance that they are not marked as "noreplace".