From ff22ddcf1559b0e3ffef880cfa867451aa45e51c Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 14 Apr 2018 18:23:43 -0400 Subject: [PATCH] Turns out that 'is_empty' comes from arches... who knew? I didn't Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/templates/variants.rpm.xml.j2 | 9 --------- 1 file changed, 9 deletions(-) diff --git a/roles/bodhi2/backend/templates/variants.rpm.xml.j2 b/roles/bodhi2/backend/templates/variants.rpm.xml.j2 index 1ee467d9e5..4b66250868 100644 --- a/roles/bodhi2/backend/templates/variants.rpm.xml.j2 +++ b/roles/bodhi2/backend/templates/variants.rpm.xml.j2 @@ -22,13 +22,4 @@ [% endif %] - [% if release.version_int >= 28 %] - - - x86_64 - ppc64le - aarch64 - - - [% endif %]