How to create a Spec File with fpm tool for rpm packages? (or) all files installed through rpm are root-owned and is there a way that i can set the ownership to some other user?
i can use %files
(or) %defattr
, but i am not sure how to add these directives with fpm tool.