Recently, I met some issues with the package file attributes. Some 
packages defined the invalid owner and group of file/directory. The root 
cause is that there is no default attribute definition in in the spec 
file, so the pkgbuild set the specific user/group(eg. gbuild/cde) on the 
build machine to the package.

So I'd like to remind you that please make sure to define the default 
file attribute in each %file section when you come up with the new spec 
files.

Some example(see more examples in spec-files/SUNW*.spec)
%files
%defattr (-, root, bin)

%files root
%defattr (-, root, sys)

Dave

Reply via email to