Created attachment 514765 [details] Preserve unmodified login.defs on upgrade Even with %config(noreplace) the configuration file is replaced when it was not modified by users. This is correct behavior, but it means that the [GU]ID_MIN change from 500 to 1000 would break existing systems. The attached patch adds scriptlets that manually preserve the old configuration. The md5sum value matches the login.defs file shipped in Fedora 1[345].
Created attachment 514766 [details] Preserve unmodified login.defs on upgrade