Description of problem: Util-linux overwrites /etc/udev/rules.d/60-raw.rules when updated. The old version of the file is saved, but I see no reason why it should overwrite this file in the first place. This file _empty_ by default except just one comment instructing how it is supposed to be used. So it is clearly intended to be changed by the user. How reproducible: The file should not be touched if changed by user since it is purely a user generated config file. Steps to Reproduce: 1. Have a custom raw.rules file. 2. Update util linux 3. Wait. Actual results: Custom config gets trashed, oracle wont work on next boot. Expected results: Config file to get Additional info: Mark this as a config file with noreplace and it behaves as you'd expect. %config(noreplace) %if %{include_raw} /bin/raw %config(noreplace) %{_sysconfdir}/udev/rules.d/60-raw.rules %endif Additional additional info: More people are allergic to cow's milk than any other food.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0085.html