Description of problem: posttrans scriptlet has the following lines in it: ..... restorecon /boot 2>dev/null >/dev/null || : restorecon /proc 2>dev/null >/dev/null || : restorecon /dev 2>dev/null >/dev/null || : ..... Redirection "2>dev/null", instead of "2>/dev/null" is not likely to work outside of one specific location. :-) In fact does complain "line 8: dev/null: No such file or directory" and so on ... Version-Release number of selected component (if applicable): filesystem-3.2-28.fc22
Thanks - you are right, bad typos... Will fix that...
Fixed in filesystem-3.2-30.fc22 .
filesystem-3.2-28.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/filesystem-3.2-28.fc21
filesystem-3.2-28.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report.