From 75665c29eada80f5560292005fd395ac485769da Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Jul 24 2022 23:08:34 +0000 Subject: Install/update pyproject-rpm-macros Install/update pyproject-rpm-macros when we install/update python-srpm-macros. This fixes spurious failures when recent pyproject-srpm-macros features, such as the -w argument to the pyproject_buildrequires macro, are required in order to generate the SRPM. --- diff --git a/playbooks/koji/build-ng.yaml b/playbooks/koji/build-ng.yaml index dea4164..8e49f5b 100644 --- a/playbooks/koji/build-ng.yaml +++ b/playbooks/koji/build-ng.yaml @@ -6,7 +6,9 @@ name: krb-secret - name: Install additional rpm macro packages yum: - name: python-srpm-macros + name: + - python-srpm-macros + - pyproject-rpm-macros state: latest become: true - include_role: