koji block-rpm-macro

usage: koji block-rpm-macro [-h] [--target] TAGNAME macro

Block an RPM Macro from a tag

positional arguments:
  TAGNAME     Name of tag
  macro       Name of the macro to block

optional arguments:
  -h, --help  show this help message and exit
  --target    Specify by target rather than a tag

This command is a convenience equivalent to koji set-rpm-macro --block

The ability to block RPM macros from being inherited requires Koji 1.23 or later. Attempting to block an RPM macro on a downlevel Koji deployment will result in an error message.

See also koji list-rpm-macros, koji set-rpm-macro, koji remove-rpm-macro

References