On Dec 13, 2007 10:35 AM, Jeff Johnson <
n3npq jbj gmail com> wrote:
>
> What you miss is %attr markers in the %files manifest.
>
> Add explicit
> %attr(mode,user,group)
> (substituting the actual values for "mode", "user", "group" above)
> for paths listed in the %files manifest.
>
> There is also %defattr, and there's a certain art to expressing
> %attr so that itscopes correctly across glob patterns, but rpm
> packaging easily separates the actual {mode,user,group} used
> during build from the same tuple used during install.
>
Thank you Jeff and Matthew for the rapid responses!