View on GitHub

Mock » Plugin PackageState

A 'simple' chroot build environment manager for building RPMs.

This plugin optionally dumps additional metadata files into the result dir:

Format of installed_pkgs.log file is:

%{nevra} %{buildtime} %{size} %{pkgid} installed

Configuration

The Package_state plugin is enabled by default.

# in version 1.2.18 and older the default was False
config_opts['plugin_conf']['package_state_enable'] = True

The following sub-options may be turned off/on:

config_opts['plugin_conf']['package_state_opts'] = {}
config_opts['plugin_conf']['package_state_opts']['available_pkgs'] = False
config_opts['plugin_conf']['package_state_opts']['installed_pkgs'] = True