From 3bd587d2569f3cc5b79ff067f1e5092ae005a6f7 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Mar 14 2022 11:25:34 +0000 Subject: rpm-lint: Add a command to show rpmlint version. Because a checking logic in rpmlint is changing, it's useful to report an rpmlint issue on the rpmlint upstream. --- diff --git a/roles/rpm-lint/tasks/main.yaml b/roles/rpm-lint/tasks/main.yaml index 545bd66..21e04c0 100644 --- a/roles/rpm-lint/tasks/main.yaml +++ b/roles/rpm-lint/tasks/main.yaml @@ -17,6 +17,9 @@ dest: "{{ zuul.project.src_dir }}/" when: srpm is defined +- name: Show rpmlint version + shell: rpmlint --version + - name: Get rpmlintrc path shell: ls *.rpmlintrc register: rpmlintrc_check