From b3796a73190f5bdf8eb98fb7dc2e59824bca4e91 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Wed, 9 Feb 2022 17:58:25 +0100 Subject: [PATCH] tools/appsre-ansible: Explicitly specific mock config --- tools/appsre-ansible/rpmbuild.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/appsre-ansible/rpmbuild.yml b/tools/appsre-ansible/rpmbuild.yml index bca0821ec..7cd2dd8d3 100644 --- a/tools/appsre-ansible/rpmbuild.yml +++ b/tools/appsre-ansible/rpmbuild.yml @@ -72,6 +72,7 @@ - name: Mockbuild osbuild shell: >- mock + -r "rhel-8-x86_64" --rebuild --define "commit {{ OSBUILD_COMMIT }}" --define "_rpmfilename %%{NAME}.rpm" @@ -90,6 +91,7 @@ - name: Mockbuild osbuild-composer shell: >- mock + -r "rhel-8-x86_64" --rebuild --define "commit {{ COMPOSER_COMMIT }}" --define "_rpmfilename %%{NAME}.rpm"