First page Back Continue Last page Summary Graphic
SPEC file: %files
Lists all files to be included in package
Attributes can be applied to each file to set its owner, group, and mode at install time:
- %defattr(644,root,root,755), %attr(-,root,root)
Files can be marked as documentation or configuration files:
Using %attr, files can be packaged as a non-superuser, but later installed with root permissions, setuid, etc.