From 038ea8098de817ed829db02702c2cf3249f1603f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Mon, 4 Oct 2021 13:48:17 +0200 Subject: [PATCH] [the-new-hotness] Update to F34 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fedora 32 doesn't support rpmautospec because of old version of rpmdevtools. Update to F34 to have never version of rpmdevtools which is taking the rpmautospec in account. See https://pagure.io/rpmdevtools/c/5b662f1f9c4a3f0082684d59f0950099ec81caa5?branch=main Signed-off-by: Michal Konečný --- roles/openshift-apps/the-new-hotness/templates/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml index e333d1eec5..d42fe8c17e 100644 --- a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml +++ b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml @@ -10,7 +10,7 @@ items: runPolicy: Serial source: dockerfile: |- - FROM fedora:32 + FROM fedora:34 LABEL \ name="the-new-hotness" \ vendor="Fedora Infrastructure" \