When attempting to install eonbrowser-5.0.12-1.noarch.rpm, it installs successfully but generates a file ownership warning for every file. The output looks like this:
Running transaction
Installing : eonbrowser-5.0.12-1.noarch 1/1
warning: user ericb does not exist - using root
...
<goes on for 268 lines>
...
Verifying : eonbrowser-5.0.12-1.noarch 1/1
Installed:
eonbrowser.noarch 0:5.0.12-1
Complete!
Perhaps it should be rebuilt with a:
%defattr(-,root,root)
added to the spec file?