Hide Forgot
Created attachment 827233 [details] sugested patch 1) radvd installs radvd.conf into /etc/tmpfiles.d/ according to tmpfiles.d(5): "Packages should install their configuration files in /usr/lib/. Files in /etc/ are reserved for the local administrator, who may use this logic to override the configuration files installed by vendor packages." You can use %{_tmpfilesdir} macro for that. 2) radvd owns /var/run/radvd/ according to https://lists.fedoraproject.org/pipermail/devel-announce/2010-November/000726.html "Many .spec files currently own subdirs of /var/run. These need to be updated to %ghost those dirs only, so that the automatic removal of these files/dirs on boot doesnt cause rpm to complain."
(In reply to Jiri Popelka from comment #0) > 2) radvd owns /var/run/radvd/ > > according to > https://lists.fedoraproject.org/pipermail/devel-announce/2010-November/ > 000726.html > "Many .spec files currently own subdirs of /var/run. These need to be > updated to %ghost those dirs only, so that the automatic removal of > these files/dirs on boot doesnt cause rpm to complain." You can scratch this because according to https://fedorahosted.org/fesco/ticket/525 it's actually better not to %ghost the directory
*** This bug has been marked as a duplicate of bug 984330 ***