From b744e6101035cfd81a18b13c7b9f551d72c16f09 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 3 Dec 2019 19:14:53 +0000 Subject: [PATCH] EPEL8 modules doesn't support i386 and armhfp Also replace tabs with spaces Signed-off-by: Mohan Boddu --- .../backend/templates/variants.module.xml.j2 | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/roles/bodhi2/backend/templates/variants.module.xml.j2 b/roles/bodhi2/backend/templates/variants.module.xml.j2 index 1044a12725..01b6b2f951 100644 --- a/roles/bodhi2/backend/templates/variants.module.xml.j2 +++ b/roles/bodhi2/backend/templates/variants.module.xml.j2 @@ -3,12 +3,14 @@ - aarch64 - armhfp - i386 - ppc64le - s390x - x86_64 + aarch64 + ppc64le + s390x + x86_64 + [% if release.version_int > 8 %] + armhfp + i386 + [% endif %] [[ id ]]