From 398d1b01a47936049378eb0510c6998c84c56a35 Mon Sep 17 00:00:00 2001 From: Tomas Hrcka Date: Tue, 11 Aug 2020 20:38:02 +0200 Subject: [PATCH] Fix platform-f34.yaml in mbs Signed-off-by: Tomas Hrcka --- .../platform-f34.yaml | 51 +++++++++---------- 1 file changed, 25 insertions(+), 26 deletions(-) diff --git a/roles/mbs/common/files/default-modules.production/platform-f34.yaml b/roles/mbs/common/files/default-modules.production/platform-f34.yaml index 1f660f2df8..67e1cf9bf5 100644 --- a/roles/mbs/common/files/default-modules.production/platform-f34.yaml +++ b/roles/mbs/common/files/default-modules.production/platform-f34.yaml @@ -1,29 +1,28 @@ data: - description: Fedora 34 traditional base - license: - module: [MIT] - name: platform - profiles: - buildroot: - rpms: [bash, bzip2, coreutils, cpio, diffutils, fedora-release, findutils, gawk, - glibc-minimal-langpack, grep, gzip, info, make, patch, redhat-rpm-config, - rpm-build, sed, shadow-utils, tar, unzip, util-linux, which, xz] - srpm-buildroot: - rpms: [bash, fedora-release, fedpkg-minimal, glibc-minimal-langpack, gnupg2, - redhat-rpm-config, rpm-build, shadow-utils] - stream: f34 - summary: Fedora 34 traditional base - context: 00000000 - version: 1 - xmd: - mbs: - buildrequires: {} - commit: f34 - requires: {} - koji_tag: module-f34-build - mse: TRUE - virtual_streams: [fedora] - document: modulemd + description: Fedora 34 traditional base + license: + module: [MIT] + name: platform + profiles: + buildroot: + rpms: [bash, bzip2, coreutils, cpio, diffutils, fedora-release, findutils, gawk, + glibc-minimal-langpack, grep, gzip, info, make, patch, redhat-rpm-config, + rpm-build, sed, shadow-utils, tar, unzip, util-linux, which, xz] + srpm-buildroot: + rpms: [bash, fedora-release, fedpkg-minimal, glibc-minimal-langpack, gnupg2, + redhat-rpm-config, rpm-build, shadow-utils] + stream: f34 + summary: Fedora 34 traditional base + context: 00000000 version: 1 - + xmd: + mbs: + buildrequires: {} + commit: f34 + requires: {} + koji_tag: module-f34-build + mse: TRUE + virtual_streams: [fedora] +document: modulemd +version: 1 \ No newline at end of file