summaryrefslogtreecommitdiff
path: root/fileattrs/perllib
AgeCommit message (Collapse)AuthorFilesLines
2010-10-05Require file attribute config to have .attr suffixPanu Matilainen1-3/+0
- Allows for more precise globbing, avoiding potential issues from leftover / accidentally placed files in the fileattrs directory.
2010-03-23First take at pluggable file attribute + dependency extraction systemPanu Matilainen1-0/+3
- move most of the hardwired classification logic from rpmfc C-code to macro-based configuration, supporting drop-in addition of arbitrary new attributes + dependency extractors based on regex matching of libmagic file types and paths - just the initial rough conversion of our built-in dependency types, various open questions + todo-items remain, plus likely fair amount of more-or-less subtle breakage