bce0162
# rpminspect configuration
bce0162
bce0162
---
bce0162
common:
bce0162
    workdir: /var/tmp/rpminspect
bce0162
    profiledir: /usr/share/rpminspect/profiles/fedora
bce0162
koji:
bce0162
    hub: https://koji.fedoraproject.org/kojihub
bce0162
    download_ursine: https://kojipkgs.fedoraproject.org
bce0162
    download_mbs: https://kojipkgs.fedoraproject.org
bce0162
commands:
bce0162
    msgunfmt: msgunfmt
bce0162
    desktop-file-validate: desktop-file-validate
bce0162
    abidiff: abidiff
bce0162
    kmidiff: kmidiff
bce0162
    annocheck: annocheck
bce0162
    udevadm: udevadm
bce0162
vendor:
bce0162
    vendor_data_dir: /usr/share/rpminspect
bce0162
    licensedb:
bce0162
        - /usr/share/fedora-license-data/licenses/fedora-licenses.json
bce0162
    favor_release: newest
bce0162
inspections:
bce0162
    abidiff: off
bce0162
    disttag: off
bce0162
    manpage: off
bce0162
    javabytecode: off
bce0162
metadata:
bce0162
    # Required Vendor string.  This is part of the RPM header and is
bce0162
    # the value expected in packages checked by rpminspect.
bce0162
    vendor: Fedora Project
bce0162
bce0162
    # Allowed build host subdomain.  The RPM header contains information about
bce0162
    # where the package was built.  rpminspect verifies the hostnames are in
bce0162
    # the expected subdomain listed below.
bce0162
    #
bce0162
    # This is an array of allowed subdomains.
bce0162
    buildhost_subdomain:
bce0162
        - .fedoraproject.org
bce0162
        - .bos.redhat.com
bce0162