https://bugzilla.novell.com/show_bug.cgi?id=753935 https://bugzilla.novell.com/show_bug.cgi?id=753935#c4 Reinhard Max <max@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW CC| |max@suse.com InfoProvider|max@suse.com | --- Comment #4 from Reinhard Max <max@suse.com> 2013-06-21 03:48:45 CEST --- How about this algorithm for the YaST module? If no checksum exists If rpm -V reports the file as unchanged Proceed in changing the file. Create the checksum,but only if the file was actually changed. If rpm -V reports the file as changed Report the file as manually edited. If a checksum exists If the checksum matches the file Proceed in changing the file and update the checksum. If the checksum does not match the file Report the file as manually edited. This way a checksum will only exist if YaST really touched the file, and at that point due to the file being packaged as %config(noreplace) it will never get replaced by the new version on update. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.