From 67f029d8f044ce6f1d92bef4a57eda5cc6e163c8 Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Thu, 20 Apr 2017 16:08:50 +0200 Subject: [PATCH 1/3] switch to f26 Signed-off-by: Tomas Tomecek --- common-build-dependencies-bootstrap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-build-dependencies-bootstrap.yaml b/common-build-dependencies-bootstrap.yaml index 9a921eb..5ff458b 100644 --- a/common-build-dependencies-bootstrap.yaml +++ b/common-build-dependencies-bootstrap.yaml @@ -13,7 +13,7 @@ data: content: [] dependencies: buildrequires: - base-runtime: master + base-runtime: f26 # required by autoconf, golang perl: master # required by golang From 78baca83018ed2c98589ad4eacf0dbe586e2317b Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Thu, 18 May 2017 14:47:42 +0200 Subject: [PATCH 2/3] use f26 streams Signed-off-by: Tomas Tomecek --- common-build-dependencies-bootstrap.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common-build-dependencies-bootstrap.yaml b/common-build-dependencies-bootstrap.yaml index 5ff458b..e768bc1 100644 --- a/common-build-dependencies-bootstrap.yaml +++ b/common-build-dependencies-bootstrap.yaml @@ -15,9 +15,9 @@ data: buildrequires: base-runtime: f26 # required by autoconf, golang - perl: master + perl: f26 # required by golang - common-build-dependencies: master + common-build-dependencies: f26 requires: {} references: community: https://github.com/container-images/common-build-depedencies From e1221900f435be8eea45366b45ea3cf0d5c83b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 24 May 2017 09:50:08 +0200 Subject: [PATCH 3/3] Rebuilding for f26 signing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Ĺ abata