From Fedora Project Wiki
< Mock
Package_state Plugin
This plugin dumps out two lists of pkgs into result dir:
- A list of all available pkgs + repos + other data. This file is named "available_pkgs".
- A list of all installed pkgs + repos + other data. This file is name "installed_pkgs".
Those files are not created if you run mock with "--offline" option.
Configuration
The Package_state plugin is disabled and can be enabled by:
config_opts['plugin_conf']['package_state_enable'] = False