Right now the rpmlint test in Zuul CI does not show the rpmlint version. I want to see the RPM package version if Zuul CI uses the RPM package, or just rpmlint version if you use it directly with RPM. Because the checking logic in rpmlint is changing, it's convenient to report an issue to the rpmlint upstream.
Ref: https://fedora.softwarefactory-project.io/zuul/build/9dcddf0953744b4d90bd62aceea11957
The rpmlint 2.0 show the version shows the version in the result, but it's better to see the RPM package version, because the RPM can be patched.
Metadata Update from @fbo: - Issue tagged with: Zuul CI
Hi,
Yes this, the version display, can be easily implemented. I'd like to onboard contributors for the Zuul CI config then I'll be happy to provide guidance if someone want to tackle this issue. If not I'll do it ;) but it seems to be an easy patch for a first contribution.
We use zuul-distro-jobs, and here is the playbook to update: https://pagure.io/zuul-distro-jobs/blob/master/f/roles/rpm-lint/tasks/main.yaml
It seems also that we could provide a new role for rpmlint 2.0 quite easily.
Hi, Thanks for the info. The version display might be easily implemented with adding 1 element - name: .... However the syntax is not clear for me. What is the syntax? I don't like to tackle the issue by myself.
- name: ...
This is Ansible syntax
Okay.
I sent the PR now. https://pagure.io/zuul-distro-jobs/pull-request/127
Thanks
Metadata Update from @fbo: - Issue status updated to: Closed (was: Open)