diff options
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -489,7 +489,9 @@ print (t)\ # %__myattr_provides path + args to provides finder script for <myattr> # %__myattr_magic libmagic classification match regex # %__myattr_pattern path based classification match regex -# %__myattr_exeonly require file to be executable to classify +# %__myattr_flags flags to control behavior (just "exeonly" for now) +# %__myattr_exclude_magic exclude by magic regex +# %__myattr_exclude_pattern exclude by path regex # %_fileattrsdir %{_rpmconfigdir}/fileattrs |