#139 [not ready] Explicitly set the build type for rpminspect
Opened a year ago by msrb. Modified a year ago
msrb/zuul-distro-jobs ci-373  into  master

@@ -2,7 +2,7 @@ 

  target: rawhide

  koji_cmd: koji

  rpminspect_cmd: rpminspect

- rpminspect_opts: "-Dv -k -t BAD"

+ rpminspect_opts: "-Dv -k -t BAD -b rpm"

  rpminspect_data_pkg: rpminspect-data-fedora

  # If set to true a valid koji client config must be stored in {{ ansible_env.HOME }}/koji.conf

  use_alternate_koji_config: false

See: https://pagure.io/fedora-ci/general/issue/373

This should fix the following problem with the changelog inspection:

Inspection skipped because this build's type is not `rpm'.

Signed-off-by: Michal Srb michal@redhat.com

Build succeeded.

Hi Michal,

Thanks for the fix proposal.

Do you have another change that validates the fix via a "Depends-On" ?
Could you add a link into the commit message to the issue (AFAIR there is one open on pagure.io ?)

Thanks

Hi Fabien,

Yep, let's test it on the freshly onboarded pg-semver: https://src.fedoraproject.org/rpms/pg-semver/pull-request/5
First run without the fix.

Good point with the issue, I will add it.

rebased onto 15c2202

a year ago

Build succeeded.

Build succeeded.

Build succeeded.

Metadata