diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-12-10 12:33:46 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-12-10 12:33:46 +0200 |
commit | a9bc1f51ae6bb6e1df0a5de71ac2a27b0932f144 (patch) | |
tree | 92fe637ccc11bc11f1e9291af45fb7d038490ef6 /macros.in | |
parent | f5a657112a8f9a107314dcd02767146e64953abe (diff) | |
download | rpm-a9bc1f51ae6bb6e1df0a5de71ac2a27b0932f144.tar.gz rpm-a9bc1f51ae6bb6e1df0a5de71ac2a27b0932f144.tar.bz2 rpm-a9bc1f51ae6bb6e1df0a5de71ac2a27b0932f144.zip |
Rename pattern -> path for, duh, path patterns
- 4.9 alpha used "pattern" but better fix the stupid name now than
have to live with the non-obvious name forever
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -488,10 +488,10 @@ print (t)\ # %__myattr_requires path + args to requires finder script for <myattr> # %__myattr_provides path + args to provides finder script for <myattr> # %__myattr_magic libmagic classification match regex -# %__myattr_pattern path based classification match regex +# %__myattr_path path based classification match regex # %__myattr_flags flags to control behavior (just "exeonly" for now) # %__myattr_exclude_magic exclude by magic regex -# %__myattr_exclude_pattern exclude by path regex +# %__myattr_exclude_path exclude by path regex # %_fileattrsdir %{_rpmconfigdir}/fileattrs |