From 849ffec729fdddefc63b42e16a00f6a253130052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hunor=20Csomort=C3=A1ni?= Date: Thu, 8 Nov 2018 16:54:29 +0100 Subject: [PATCH] Add module-build-macros to platform buildroots MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Koji builds done for a module have to have this in order to set the correct %dist tag, for example. Signed-off-by: Hunor Csomortáni --- openshift/mbs-test-template.yaml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/openshift/mbs-test-template.yaml b/openshift/mbs-test-template.yaml index 6c6cae25..7b4f9207 100644 --- a/openshift/mbs-test-template.yaml +++ b/openshift/mbs-test-template.yaml @@ -242,11 +242,12 @@ objects: profiles: buildroot: rpms: [bash, bzip2, coreutils, cpio, diffutils, fedora-release, findutils, gawk, - gcc, gcc-c++, grep, gzip, info, make, patch, redhat-rpm-config, rpm-build, - sed, shadow-utils, tar, unzip, util-linux, which, xz] + gcc, gcc-c++, grep, gzip, info, make, module-build-macros, patch, + redhat-rpm-config, rpm-build, sed, shadow-utils, tar, unzip, + util-linux, which, xz] srpm-buildroot: - rpms: [bash, fedora-release, fedpkg-minimal, gnupg2, redhat-rpm-config, rpm-build, - shadow-utils] + rpms: [bash, fedora-release, fedpkg-minimal, gnupg2, module-build-macros, + redhat-rpm-config, rpm-build, shadow-utils] stream: f28 summary: Fedora 28 traditional base version: 3 @@ -647,11 +648,12 @@ objects: profiles: buildroot: rpms: [bash, bzip2, coreutils, cpio, diffutils, fedora-release, findutils, gawk, - gcc, gcc-c++, grep, gzip, info, make, patch, redhat-rpm-config, rpm-build, - sed, shadow-utils, tar, unzip, util-linux, which, xz] + gcc, gcc-c++, grep, gzip, info, make, module-build-macros, patch, + redhat-rpm-config, rpm-build, sed, shadow-utils, tar, unzip, + util-linux, which, xz] srpm-buildroot: - rpms: [bash, fedora-release, fedpkg-minimal, gnupg2, redhat-rpm-config, rpm-build, - shadow-utils] + rpms: [bash, fedora-release, fedpkg-minimal, gnupg2, module-build-macros, + redhat-rpm-config, rpm-build, shadow-utils] stream: f28 summary: Fedora 28 traditional base version: 3