Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: boinc-client - A platform for distributed computing Alias: boinc-client-review https://bugzilla.redhat.com/show_bug.cgi?id=433187 ------- Additional Comments From mtasaka@xxxxxxxxxxxxxxxxxxx 2008-03-18 14:44 EST ------- Well, for 5.10.45-2: * File lists/scriptlet order for log files under %_localstatedir/log/boinc ---------------------------------------------------------------- %postun # SELinux support if [ $1 -eq 0 ]; then # final removal semanage fcontext -d -t var_log_t %{_localstatedir}/lib/boinc/.*\.log 2>/dev/null || : fi ---------------------------------------------------------------- - As %_localstatedir/lib/boinc is in %files lists, at %postun %_localstatedir/lib/boinc/{boinc,error}.log are already deleted at this time. Then: - Should {boinc,error}.log be removed at final removal? If not (for example, you think that some sysadmins don't want to have those log files automatically deleted), then these 2 files should not be in %files list <-> But this contradicts my comment 13... i.e. if these two files are not in %files list, then when boinc_client is installed at first time these two files does not exists, then semanage or restorecon on %post does nothing... - If you think these two files can be removed at final removal, then the above scriptlet is not needed. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review