From 9abba20d380397c004d7512204a061b90f336ab6 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 5 Sep 2019 23:23:15 +0530 Subject: [PATCH 01/72] buildah-1.11.0-1.git2c5da1b - built tag v1.11.0 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + buildah.spec | 11 +++++++++-- sources | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 323fa02..002bbd5 100644 --- a/.gitignore +++ b/.gitignore @@ -274,3 +274,4 @@ /buildah-96a136e.tar.gz /buildah-2df08f0.tar.gz /buildah-a99139c.tar.gz +/buildah-2c5da1b.tar.gz diff --git a/buildah.spec b/buildah.spec index c75152c..5709ba1 100644 --- a/buildah.spec +++ b/buildah.spec @@ -15,12 +15,16 @@ # https://github.com/containers/buildah %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 a99139c1965b4426177fc70ee53a8e8dfdf3b6f9 +%global commit0 2c5da1be1053535bb21ffa226742acdf4800ef68 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) +# Used for comparing with latest upstream tag +# to decide whether to autobuild (non-rawhide only) +%global built_tag v1.11.0 + Name: %{repo} Version: 1.11.0 -Release: 0.16.dev.git%{shortcommit0}%{?dist} +Release: 1.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -96,6 +100,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/bash-completion/completions/%{name} %changelog +* Thu Sep 05 2019 Lokesh Mandvekar - 1.11.0-1.git2c5da1b +- built tag v1.11.0 + * Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.16.dev.gita99139c - autobuilt a99139c diff --git a/sources b/sources index 4450e8d..3b82cf4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-a99139c.tar.gz) = ab07eb7c0bbc95232005a9c5c7ad16c6f3c29e26483383b98c4fcfdcdb2b79507065b7182324d6285cb16473ace77ba46f4c6b91b7d48b70487e7bdbc0b46b66 +SHA512 (buildah-2c5da1b.tar.gz) = d067f1bd86b68a8cfe9899ae067099f3099a1c4548b27b1a81b8342659cd47175be588cd5a12ddc34c1e16407f557b0dcaddfd30fe12473eb6a92ff4355352be From 8aaf23bd796ef1235a9f4964699746b436c37aeb Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 12 Sep 2019 21:25:36 +0000 Subject: [PATCH 02/72] buildah-1.11.1-2.git413bd1f - bump to v1.11.1 - autobuilt 413bd1f Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + buildah.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 002bbd5..6218630 100644 --- a/.gitignore +++ b/.gitignore @@ -275,3 +275,4 @@ /buildah-2df08f0.tar.gz /buildah-a99139c.tar.gz /buildah-2c5da1b.tar.gz +/buildah-413bd1f.tar.gz diff --git a/buildah.spec b/buildah.spec index 5709ba1..ac37b0c 100644 --- a/buildah.spec +++ b/buildah.spec @@ -15,16 +15,16 @@ # https://github.com/containers/buildah %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 2c5da1be1053535bb21ffa226742acdf4800ef68 +%global commit0 413bd1fd9bc770671ea467d80a8a63a08794e34b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.11.0 +%global built_tag v1.11.1 Name: %{repo} -Version: 1.11.0 -Release: 1.git%{shortcommit0}%{?dist} +Version: 1.11.1 +Release: 2.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -100,6 +100,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/bash-completion/completions/%{name} %changelog +* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 1.11.1-2.git413bd1f +- bump to v1.11.1 +- autobuilt 413bd1f + * Thu Sep 05 2019 Lokesh Mandvekar - 1.11.0-1.git2c5da1b - built tag v1.11.0 diff --git a/sources b/sources index 3b82cf4..d550086 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-2c5da1b.tar.gz) = d067f1bd86b68a8cfe9899ae067099f3099a1c4548b27b1a81b8342659cd47175be588cd5a12ddc34c1e16407f557b0dcaddfd30fe12473eb6a92ff4355352be +SHA512 (buildah-413bd1f.tar.gz) = 7e45ea9fda3a1c5214f5f9db97382d7e367d7cb8fc1182e864fddb135c6629025aaee2ec8ada5a7513b64ebbf653baf4e50597e83edb7b2b28b03ddb85737826 From 52ccad4069325427d8667ba418cce6ad2e5dc164 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 17 Sep 2019 19:06:58 +0000 Subject: [PATCH 03/72] buildah-1.11.2-2.git0bafbfe - bump to v1.11.2 - autobuilt 0bafbfe Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + buildah.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6218630..5c47fed 100644 --- a/.gitignore +++ b/.gitignore @@ -276,3 +276,4 @@ /buildah-a99139c.tar.gz /buildah-2c5da1b.tar.gz /buildah-413bd1f.tar.gz +/buildah-0bafbfe.tar.gz diff --git a/buildah.spec b/buildah.spec index ac37b0c..bc22b13 100644 --- a/buildah.spec +++ b/buildah.spec @@ -15,15 +15,15 @@ # https://github.com/containers/buildah %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 413bd1fd9bc770671ea467d80a8a63a08794e34b +%global commit0 0bafbfe9cb10a177509622010220fd1fc6027f16 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.11.1 +%global built_tag v1.11.2 Name: %{repo} -Version: 1.11.1 +Version: 1.11.2 Release: 2.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -100,6 +100,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/bash-completion/completions/%{name} %changelog +* Tue Sep 17 2019 Lokesh Mandvekar (Bot) - 1.11.2-2.git0bafbfe +- bump to v1.11.2 +- autobuilt 0bafbfe + * Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 1.11.1-2.git413bd1f - bump to v1.11.1 - autobuilt 413bd1f diff --git a/sources b/sources index d550086..731091a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-413bd1f.tar.gz) = 7e45ea9fda3a1c5214f5f9db97382d7e367d7cb8fc1182e864fddb135c6629025aaee2ec8ada5a7513b64ebbf653baf4e50597e83edb7b2b28b03ddb85737826 +SHA512 (buildah-0bafbfe.tar.gz) = d2d3c602d692200f0b34a7a121eb64d9d8a97eed64f1708e81b077990d0b8855018f61ea9ad3316b9bcafaf2deeb702172089295b4d2f75d9bd2e0a249321bbc From 2b977dae7e732975400b8027509f4011451da6f5 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 1 Oct 2019 21:52:19 +0200 Subject: [PATCH 04/72] Switch to crun for Cgroups v2 support --- buildah.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/buildah.spec b/buildah.spec index bc22b13..3c84c66 100644 --- a/buildah.spec +++ b/buildah.spec @@ -24,7 +24,7 @@ Name: %{repo} Version: 1.11.2 -Release: 2.git%{shortcommit0}%{?dist} +Release: 3.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -42,7 +42,7 @@ BuildRequires: device-mapper-devel BuildRequires: btrfs-progs-devel BuildRequires: libassuan-devel BuildRequires: make -Requires: runc >= 1.0.0-17 +Requires: crun >= 0.10-1 Requires: containers-common %if 0%{?fedora} Recommends: container-selinux @@ -100,6 +100,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/bash-completion/completions/%{name} %changelog +* Tue Oct 01 2019 Debarshi Ray - 1.11.2-3.git0bafbfe +- Switch to crun for Cgroups v2 support + * Tue Sep 17 2019 Lokesh Mandvekar (Bot) - 1.11.2-2.git0bafbfe - bump to v1.11.2 - autobuilt 0bafbfe From 8f1f5a32844658eb1d3eed62df96d7ba4ab627ba Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 4 Oct 2019 18:17:29 +0000 Subject: [PATCH 05/72] buildah-1.11.3-2 - bump to v1.11.3 - autobuilt bdd78ad Signed-off-by: RH Container Bot --- .gitignore | 1 + buildah.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 5c47fed..a947b00 100644 --- a/.gitignore +++ b/.gitignore @@ -277,3 +277,4 @@ /buildah-2c5da1b.tar.gz /buildah-413bd1f.tar.gz /buildah-0bafbfe.tar.gz +/buildah-bdd78ad.tar.gz diff --git a/buildah.spec b/buildah.spec index 3c84c66..a601629 100644 --- a/buildah.spec +++ b/buildah.spec @@ -15,16 +15,16 @@ # https://github.com/containers/buildah %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 0bafbfe9cb10a177509622010220fd1fc6027f16 +%global commit0 bdd78ad9174ba5c495396337b8b87054e298d3c1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.11.2 +%global built_tag v1.11.3 Name: %{repo} -Version: 1.11.2 -Release: 3.git%{shortcommit0}%{?dist} +Version: 1.11.3 +Release: 2%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -100,6 +100,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/bash-completion/completions/%{name} %changelog +* Fri Oct 04 2019 RH Container Bot - 1.11.3-2 +- bump to v1.11.3 +- autobuilt bdd78ad + * Tue Oct 01 2019 Debarshi Ray - 1.11.2-3.git0bafbfe - Switch to crun for Cgroups v2 support diff --git a/sources b/sources index 731091a..0312978 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-0bafbfe.tar.gz) = d2d3c602d692200f0b34a7a121eb64d9d8a97eed64f1708e81b077990d0b8855018f61ea9ad3316b9bcafaf2deeb702172089295b4d2f75d9bd2e0a249321bbc +SHA512 (buildah-bdd78ad.tar.gz) = 7541d8a28e63693a0ac9d4a0638b6b029d6e7462609abbf54ca35d2fa9de113f5406850ca83bbb1bac3d308e0efd5e95a284c8fbff2dd6ff01c309dc68c1bfb5 From 3c5638e0d685245554f8d8699cbb9947802aac73 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 16 Oct 2019 10:48:33 -0400 Subject: [PATCH 06/72] libseccomp >= 2.4.1-0 for centos Signed-off-by: Lokesh Mandvekar --- buildah.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/buildah.spec b/buildah.spec index a601629..7ec218e 100644 --- a/buildah.spec +++ b/buildah.spec @@ -50,6 +50,7 @@ Recommends: slirp4netns >= 0.3-0 Recommends: fuse-overlayfs %else #### DO NOT REMOVE - NEEDED FOR CENTOS +Requires: libseccomp >= 2.4.1-0 Requires: container-selinux Requires: slirp4netns >= 0.3-0 %endif From a12a53ae2ba9a5098773d4df9ee1f4d64c63ddc3 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 16 Oct 2019 10:52:01 -0400 Subject: [PATCH 07/72] buildah-1.11.3-3 - update libseccomp dep for centos Signed-off-by: Lokesh Mandvekar --- buildah.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index 7ec218e..0c0ae0e 100644 --- a/buildah.spec +++ b/buildah.spec @@ -24,7 +24,7 @@ Name: %{repo} Version: 1.11.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -101,6 +101,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/bash-completion/completions/%{name} %changelog +* Wed Oct 16 2019 Lokesh Mandvekar - 1.11.3-3 +- update libseccomp dep for centos + * Fri Oct 04 2019 RH Container Bot - 1.11.3-2 - bump to v1.11.3 - autobuilt bdd78ad From 0e13b110e6308c061a9665cf82e33399fe573999 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 16 Oct 2019 14:57:19 +0000 Subject: [PATCH 08/72] use BR: go-md2man Signed-off-by: Lokesh Mandvekar --- buildah.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index 0c0ae0e..33735c9 100644 --- a/buildah.spec +++ b/buildah.spec @@ -36,7 +36,7 @@ BuildRequires: glib2-devel BuildRequires: libseccomp-static BuildRequires: ostree-devel BuildRequires: glibc-static -BuildRequires: golang-github-cpuguy83-md2man +BuildRequires: go-md2man BuildRequires: gpgme-devel BuildRequires: device-mapper-devel BuildRequires: btrfs-progs-devel From 749efd55a5b2d1fde7dd96e0c3c6ec5f26d58f3e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 16 Oct 2019 19:14:36 +0000 Subject: [PATCH 09/72] fixes for centos Signed-off-by: Lokesh Mandvekar --- buildah.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/buildah.spec b/buildah.spec index 33735c9..5a45749 100644 --- a/buildah.spec +++ b/buildah.spec @@ -8,6 +8,11 @@ %global debug_package %{nil} %endif +%if 0%{?centos} +%define gobuild(o:) \ +go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v -x %{?**}; +%endif + %global provider github %global provider_tld com %global project containers @@ -80,6 +85,7 @@ mv vendor src export GOPATH=$(pwd)/_build:$(pwd) export BUILDTAGS='seccomp selinux' +export GO111MODULE=off %gobuild -o %{name} %{import_path}/cmd/%{name} GOMD2MAN=go-md2man %{__make} -C docs From 740bb18c4ef00f1711f92c46115e8734951966be Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 28 Oct 2019 21:16:54 +0000 Subject: [PATCH 10/72] buildah-1.11.4-2 - bump to v1.11.4 - autobuilt 21b4778 Signed-off-by: RH Container Bot --- .gitignore | 1 + buildah.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index a947b00..3747d27 100644 --- a/.gitignore +++ b/.gitignore @@ -278,3 +278,4 @@ /buildah-413bd1f.tar.gz /buildah-0bafbfe.tar.gz /buildah-bdd78ad.tar.gz +/buildah-21b4778.tar.gz diff --git a/buildah.spec b/buildah.spec index 5a45749..fb22095 100644 --- a/buildah.spec +++ b/buildah.spec @@ -20,16 +20,16 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" - # https://github.com/containers/buildah %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 bdd78ad9174ba5c495396337b8b87054e298d3c1 +%global commit0 21b4778b359ef7d6efe877c2f90f3df67ad93609 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.11.3 +%global built_tag v1.11.4 Name: %{repo} -Version: 1.11.3 -Release: 3%{?dist} +Version: 1.11.4 +Release: 2%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -107,6 +107,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/bash-completion/completions/%{name} %changelog +* Mon Oct 28 2019 RH Container Bot - 1.11.4-2 +- bump to v1.11.4 +- autobuilt 21b4778 + * Wed Oct 16 2019 Lokesh Mandvekar - 1.11.3-3 - update libseccomp dep for centos diff --git a/sources b/sources index 0312978..9581e7e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-bdd78ad.tar.gz) = 7541d8a28e63693a0ac9d4a0638b6b029d6e7462609abbf54ca35d2fa9de113f5406850ca83bbb1bac3d308e0efd5e95a284c8fbff2dd6ff01c309dc68c1bfb5 +SHA512 (buildah-21b4778.tar.gz) = 7d2828979844e98eab0807f7d6007b3cbdc712892c4eb5248ecb89ad054987fb04fa23232b57290296cebfb1d69c293805d2dbcdaec5c0e7e22ee3859fc7c77a From 269ba7f4a4c4c5e17992a5e05d783af841d6cd1c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 30 Oct 2019 13:20:44 +0000 Subject: [PATCH 11/72] buildah-1.11.4-3 - crun only for fedora ATM Signed-off-by: Lokesh Mandvekar --- buildah.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/buildah.spec b/buildah.spec index fb22095..ca95408 100644 --- a/buildah.spec +++ b/buildah.spec @@ -29,7 +29,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" - Name: %{repo} Version: 1.11.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -47,9 +47,9 @@ BuildRequires: device-mapper-devel BuildRequires: btrfs-progs-devel BuildRequires: libassuan-devel BuildRequires: make -Requires: crun >= 0.10-1 Requires: containers-common %if 0%{?fedora} +Requires: crun >= 0.10-1 Recommends: container-selinux Recommends: slirp4netns >= 0.3-0 Recommends: fuse-overlayfs @@ -107,6 +107,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/bash-completion/completions/%{name} %changelog +* Wed Oct 30 2019 Lokesh Mandvekar - 1.11.4-3 +- crun only for fedora ATM + * Mon Oct 28 2019 RH Container Bot - 1.11.4-2 - bump to v1.11.4 - autobuilt 21b4778 From a8555fbe968ca9a786830f0f4ccc69d18aaa1911 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 6 Dec 2019 19:14:03 +0000 Subject: [PATCH 12/72] buildah-1.11.6-2 - bump to v1.11.6 - autobuilt 9513cb8 Signed-off-by: RH Container Bot --- .gitignore | 1 + buildah.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3747d27..4da0924 100644 --- a/.gitignore +++ b/.gitignore @@ -279,3 +279,4 @@ /buildah-0bafbfe.tar.gz /buildah-bdd78ad.tar.gz /buildah-21b4778.tar.gz +/buildah-9513cb8.tar.gz diff --git a/buildah.spec b/buildah.spec index ca95408..eaef654 100644 --- a/buildah.spec +++ b/buildah.spec @@ -20,16 +20,16 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" - # https://github.com/containers/buildah %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 21b4778b359ef7d6efe877c2f90f3df67ad93609 +%global commit0 9513cb8c7bec0f7789c696aee4d252ebf85194cc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.11.4 +%global built_tag v1.11.6 Name: %{repo} -Version: 1.11.4 -Release: 3%{?dist} +Version: 1.11.6 +Release: 2%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -107,6 +107,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/bash-completion/completions/%{name} %changelog +* Fri Dec 06 2019 RH Container Bot - 1.11.6-2 +- bump to v1.11.6 +- autobuilt 9513cb8 + * Wed Oct 30 2019 Lokesh Mandvekar - 1.11.4-3 - crun only for fedora ATM diff --git a/sources b/sources index 9581e7e..10c3063 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-21b4778.tar.gz) = 7d2828979844e98eab0807f7d6007b3cbdc712892c4eb5248ecb89ad054987fb04fa23232b57290296cebfb1d69c293805d2dbcdaec5c0e7e22ee3859fc7c77a +SHA512 (buildah-9513cb8.tar.gz) = 1c66c3be631c73cd35b98a28d662bec0a4e5daa12919f20d9d5c8e4683ec3908832803e07aabe78f8e41cdc7719673dbb77020d0ed7a89ef725a079c7bae08cb From c813b56991bafd367a5475686fdf342b2f189d3c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 13 Dec 2019 19:10:21 +0000 Subject: [PATCH 13/72] buildah-1.12.0-2 - bump to v1.12.0 - autobuilt 6cc4656 Signed-off-by: RH Container Bot --- .gitignore | 1 + buildah.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4da0924..ec6090b 100644 --- a/.gitignore +++ b/.gitignore @@ -280,3 +280,4 @@ /buildah-bdd78ad.tar.gz /buildah-21b4778.tar.gz /buildah-9513cb8.tar.gz +/buildah-6cc4656.tar.gz diff --git a/buildah.spec b/buildah.spec index eaef654..7f37b92 100644 --- a/buildah.spec +++ b/buildah.spec @@ -20,15 +20,15 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" - # https://github.com/containers/buildah %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 9513cb8c7bec0f7789c696aee4d252ebf85194cc +%global commit0 6cc46567d1c7011bc99ac99ecc6239f2d3df0aa9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.11.6 +%global built_tag v1.12.0 Name: %{repo} -Version: 1.11.6 +Version: 1.12.0 Release: 2%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -107,6 +107,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/bash-completion/completions/%{name} %changelog +* Fri Dec 13 2019 RH Container Bot - 1.12.0-2 +- bump to v1.12.0 +- autobuilt 6cc4656 + * Fri Dec 06 2019 RH Container Bot - 1.11.6-2 - bump to v1.11.6 - autobuilt 9513cb8 diff --git a/sources b/sources index 10c3063..06a0e2d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-9513cb8.tar.gz) = 1c66c3be631c73cd35b98a28d662bec0a4e5daa12919f20d9d5c8e4683ec3908832803e07aabe78f8e41cdc7719673dbb77020d0ed7a89ef725a079c7bae08cb +SHA512 (buildah-6cc4656.tar.gz) = 9b1aca1129ed5b9d8a10b463b4d5b4c10c75cb345b810fe801666e447b7f93d8fc97e38582931d25d08534420880d733f015a05ded919cabf0c67f7d12256e44 From 66c7bbdf51ddcac7ed2fd1a9329cdc3a300a74f6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 4 Feb 2020 22:17:11 +0000 Subject: [PATCH 14/72] buildah-1.13.2-2 - bump to v1.13.2 - autobuilt b8a8a01 Signed-off-by: RH Container Bot --- buildah.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index 7f37b92..7944cd3 100644 --- a/buildah.spec +++ b/buildah.spec @@ -28,7 +28,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" - %global built_tag v1.12.0 Name: %{repo} -Version: 1.12.0 +Version: 1.13.2 Release: 2%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -107,6 +107,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/bash-completion/completions/%{name} %changelog +* Tue Feb 04 2020 RH Container Bot - 1.13.2-2 +- bump to v1.13.2 +- autobuilt b8a8a01 + * Fri Dec 13 2019 RH Container Bot - 1.12.0-2 - bump to v1.12.0 - autobuilt 6cc4656 From 9fcf25a30f66db74474fcdc838e2f265591c4289 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 5 Feb 2020 04:59:56 -0500 Subject: [PATCH 15/72] adjust deps and macros for centos obs build Signed-off-by: Lokesh Mandvekar --- buildah.spec | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/buildah.spec b/buildah.spec index 7944cd3..1df9497 100644 --- a/buildah.spec +++ b/buildah.spec @@ -1,5 +1,10 @@ %global with_bundled 1 + +%if 0%{?fedora} %global with_debug 1 +%else +%global with_debug 0 +%endif %if 0%{?with_debug} %global _find_debuginfo_dwz_opts %{nil} @@ -8,24 +13,23 @@ %global debug_package %{nil} %endif -%if 0%{?centos} -%define gobuild(o:) \ -go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v -x %{?**}; +%if ! 0%{?gobuild:1} +%define gobuild(o:) GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '" -a -v -x %{?**}; %endif -%global provider github -%global provider_tld com -%global project containers -%global repo buildah +%define provider github +%define provider_tld com +%define project containers +%define repo buildah # https://github.com/containers/buildah -%global import_path %{provider}.%{provider_tld}/%{project}/%{repo} -%global git0 https://%{import_path} -%global commit0 6cc46567d1c7011bc99ac99ecc6239f2d3df0aa9 -%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) +%define import_path %{provider}.%{provider_tld}/%{project}/%{repo} +%define git0 https://%{import_path} +%define commit0 6cc46567d1c7011bc99ac99ecc6239f2d3df0aa9 +%define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.12.0 +%define built_tag v1.13.2 Name: %{repo} Version: 1.13.2 @@ -34,22 +38,21 @@ Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz -# If go_compiler is not set to 1, there is no virtual provide. Use golang instead. -BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} +BuildRequires: golang BuildRequires: git BuildRequires: glib2-devel BuildRequires: libseccomp-static -BuildRequires: ostree-devel BuildRequires: glibc-static BuildRequires: go-md2man BuildRequires: gpgme-devel -BuildRequires: device-mapper-devel -BuildRequires: btrfs-progs-devel BuildRequires: libassuan-devel BuildRequires: make Requires: containers-common %if 0%{?fedora} Requires: crun >= 0.10-1 +BuildRequires: btrfs-progs-devel +BuildRequires: device-mapper-devel +BuildRequires: ostree-devel Recommends: container-selinux Recommends: slirp4netns >= 0.3-0 Recommends: fuse-overlayfs From 4000f6b90504091f3d885fe69f5825a96efc8636 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 5 Feb 2020 05:10:09 -0500 Subject: [PATCH 16/72] adjust libseccomp deps Signed-off-by: Lokesh Mandvekar --- buildah.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index 1df9497..292c69f 100644 --- a/buildah.spec +++ b/buildah.spec @@ -41,7 +41,6 @@ Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz BuildRequires: golang BuildRequires: git BuildRequires: glib2-devel -BuildRequires: libseccomp-static BuildRequires: glibc-static BuildRequires: go-md2man BuildRequires: gpgme-devel @@ -53,11 +52,13 @@ Requires: crun >= 0.10-1 BuildRequires: btrfs-progs-devel BuildRequires: device-mapper-devel BuildRequires: ostree-devel +BuildRequires: libseccomp-static Recommends: container-selinux Recommends: slirp4netns >= 0.3-0 Recommends: fuse-overlayfs %else #### DO NOT REMOVE - NEEDED FOR CENTOS +BuildRequires: libseccomp-devel Requires: libseccomp >= 2.4.1-0 Requires: container-selinux Requires: slirp4netns >= 0.3-0 From 6009b4eaac7c72213aa41659eb699a6bca14c287 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 5 Feb 2020 05:19:04 -0500 Subject: [PATCH 17/72] adjust source url Signed-off-by: Lokesh Mandvekar --- buildah.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index 292c69f..0ceae41 100644 --- a/buildah.spec +++ b/buildah.spec @@ -30,6 +30,8 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) %define built_tag v1.13.2 +%define built_tag_strip %(b=%{built_tag}; echo ${b:1}) +%define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz Name: %{repo} Version: 1.13.2 @@ -37,7 +39,7 @@ Release: 2%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io -Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz +Source: %{download_url} BuildRequires: golang BuildRequires: git BuildRequires: glib2-devel From 13dc2c9b384543934d914d9bf3f6701b38e041d2 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 5 Feb 2020 05:20:26 -0500 Subject: [PATCH 18/72] adjust source url Signed-off-by: Lokesh Mandvekar --- buildah.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index 0ceae41..169164c 100644 --- a/buildah.spec +++ b/buildah.spec @@ -31,7 +31,7 @@ # to decide whether to autobuild (non-rawhide only) %define built_tag v1.13.2 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) -%define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz +%define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz Name: %{repo} Version: 1.13.2 From 58f8ab245d833996b77c1a09bf4b9f057e5fdfe8 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 5 Feb 2020 05:24:33 -0500 Subject: [PATCH 19/72] adjust build dir format Signed-off-by: Lokesh Mandvekar --- buildah.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index 169164c..8acb711 100644 --- a/buildah.spec +++ b/buildah.spec @@ -76,7 +76,7 @@ or * delete a working container or an image %prep -%autosetup -Sgit -n %{name}-%{commit0} +%autosetup -Sgit -n %{name}-%{built_tag_strip} sed -i 's/GOMD2MAN =/GOMD2MAN ?=/' docs/Makefile sed -i '/docs install/d' Makefile From 90bb9e99ec63ea0f30c7967f7d46e5c43af7d6f1 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 5 Feb 2020 05:36:55 -0500 Subject: [PATCH 20/72] adjust BUILDTAGS for centos Signed-off-by: Lokesh Mandvekar --- buildah.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildah.spec b/buildah.spec index 8acb711..64fc457 100644 --- a/buildah.spec +++ b/buildah.spec @@ -91,6 +91,9 @@ mv vendor src export GOPATH=$(pwd)/_build:$(pwd) export BUILDTAGS='seccomp selinux' +%if 0%{?centos} +export BUILDTAGS="exclude_graphdriver_btrfs exclude_graphdriver_devicemapper containers_image_ostree_stub" +%endif export GO111MODULE=off %gobuild -o %{name} %{import_path}/cmd/%{name} GOMD2MAN=go-md2man %{__make} -C docs From 0aec3a816577db0b8b589314eba356a77d6f39d1 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Thu, 6 Feb 2020 08:27:17 -0700 Subject: [PATCH 21/72] add buildah-tests subpackage Signed-off-by: Ed Santiago --- buildah.spec | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index 64fc457..097ac07 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,7 @@ Name: %{repo} Version: 1.13.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -75,6 +75,20 @@ or * save container's root file system layer to create a new image * delete a working container or an image +%package tests +Summary: Tests for %{name} + +Requires: %{name} = %{version}-%{release} +Requires: bats +Requires: bzip2 +Requires: podman +Requires: golang + +%description tests +%{summary} + +This package contains system tests for %{name} + %prep %autosetup -Sgit -n %{name}-%{built_tag_strip} sed -i 's/GOMD2MAN =/GOMD2MAN ?=/' docs/Makefile @@ -96,6 +110,7 @@ export BUILDTAGS="exclude_graphdriver_btrfs exclude_graphdriver_devicemapper con %endif export GO111MODULE=off %gobuild -o %{name} %{import_path}/cmd/%{name} +%gobuild -o imgtype %{import_path}/tests/imgtype GOMD2MAN=go-md2man %{__make} -C docs %install @@ -103,6 +118,10 @@ export GOPATH=$(pwd)/_build:$(pwd):%{gopath} make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install +install -d -p %{buildroot}/%{_datadir}/%{name}/test/system +cp -pav tests/. %{buildroot}/%{_datadir}/%{name}/test/system +cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype + #define license tag if not already defined %{!?_licensedir:%global license %doc} @@ -115,7 +134,16 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %dir %{_datadir}/bash-completion/completions %{_datadir}/bash-completion/completions/%{name} +%files tests +%license LICENSE +%{_bindir}/%{name}-imgtype +%{_datadir}/%{name}/test + + %changelog +* Thu Feb 06 2020 Eduardo Santiago - 1.13.2-3 +- new -tests subpackage + * Tue Feb 04 2020 RH Container Bot - 1.13.2-2 - bump to v1.13.2 - autobuilt b8a8a01 From cb037f3273746e33a92bad22de1e84600ec66983 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 6 Feb 2020 11:12:41 -0500 Subject: [PATCH 22/72] import tarball with new name format Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + sources | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ec6090b..611c3cb 100644 --- a/.gitignore +++ b/.gitignore @@ -281,3 +281,4 @@ /buildah-21b4778.tar.gz /buildah-9513cb8.tar.gz /buildah-6cc4656.tar.gz +/v1.13.2.tar.gz diff --git a/sources b/sources index 06a0e2d..7cdfad4 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (buildah-6cc4656.tar.gz) = 9b1aca1129ed5b9d8a10b463b4d5b4c10c75cb345b810fe801666e447b7f93d8fc97e38582931d25d08534420880d733f015a05ded919cabf0c67f7d12256e44 +SHA512 (v1.13.2.tar.gz) = d178386124a748a2504fb612bdd77fe6f619f7f439a50bf0239af450677245700471292f3f45ce22207a957d108ad89b0c0396bdd8b0006bd05a02ded0f527a1 From 19a0a91035ff2be34ac5dcc82cf256f1de2d3fab Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 7 Feb 2020 20:06:22 +0000 Subject: [PATCH 23/72] buildah-1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a Signed-off-by: RH Container Bot --- .gitignore | 1 + buildah.spec | 12 ++++++++---- sources | 3 +-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 611c3cb..f96fd98 100644 --- a/.gitignore +++ b/.gitignore @@ -282,3 +282,4 @@ /buildah-9513cb8.tar.gz /buildah-6cc4656.tar.gz /v1.13.2.tar.gz +/v1.14.0.tar.gz diff --git a/buildah.spec b/buildah.spec index 097ac07..d211737 100644 --- a/buildah.spec +++ b/buildah.spec @@ -24,18 +24,18 @@ # https://github.com/containers/buildah %define import_path %{provider}.%{provider_tld}/%{project}/%{repo} %define git0 https://%{import_path} -%define commit0 6cc46567d1c7011bc99ac99ecc6239f2d3df0aa9 +%define commit0 5965d9acffad0b70e8760de643b5f488ecadec24 %define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.13.2 +%define built_tag v1.14.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz Name: %{repo} -Version: 1.13.2 -Release: 3%{?dist} +Version: 1.14.0 +Release: 2%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -141,6 +141,10 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %changelog +* Fri Feb 07 2020 RH Container Bot - 1.14.0-2 +- bump to v1.14.0 +- autobuilt 5965d9a + * Thu Feb 06 2020 Eduardo Santiago - 1.13.2-3 - new -tests subpackage diff --git a/sources b/sources index 7cdfad4..5018964 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (buildah-6cc4656.tar.gz) = 9b1aca1129ed5b9d8a10b463b4d5b4c10c75cb345b810fe801666e447b7f93d8fc97e38582931d25d08534420880d733f015a05ded919cabf0c67f7d12256e44 -SHA512 (v1.13.2.tar.gz) = d178386124a748a2504fb612bdd77fe6f619f7f439a50bf0239af450677245700471292f3f45ce22207a957d108ad89b0c0396bdd8b0006bd05a02ded0f527a1 +SHA512 (v1.14.0.tar.gz) = c2fe27ccff81cc22dcb398f6d57f618015a1f534510888966483002d552c5f233b8899f639dac15d0f299c6c618e6f1d9889e65c745ce4709e7abd9498258a86 From d3886bb02e268b52763de041cf66a397df719ea3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 7 Feb 2020 20:10:16 +0000 Subject: [PATCH 24/72] buildah-1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a Signed-off-by: RH Container Bot --- buildah.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildah.spec b/buildah.spec index d211737..4cd39ff 100644 --- a/buildah.spec +++ b/buildah.spec @@ -145,6 +145,10 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype - bump to v1.14.0 - autobuilt 5965d9a +* Fri Feb 07 2020 RH Container Bot - 1.14.0-2 +- bump to v1.14.0 +- autobuilt 5965d9a + * Thu Feb 06 2020 Eduardo Santiago - 1.13.2-3 - new -tests subpackage From 2a5fe87a24de9be072afeab72a42ebc5ef6ca370 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 7 Feb 2020 21:09:33 +0000 Subject: [PATCH 25/72] buildah-1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a Signed-off-by: RH Container Bot --- buildah.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildah.spec b/buildah.spec index 4cd39ff..fcf8e94 100644 --- a/buildah.spec +++ b/buildah.spec @@ -149,6 +149,10 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype - bump to v1.14.0 - autobuilt 5965d9a +* Fri Feb 07 2020 RH Container Bot - 1.14.0-2 +- bump to v1.14.0 +- autobuilt 5965d9a + * Thu Feb 06 2020 Eduardo Santiago - 1.13.2-3 - new -tests subpackage From c966745051526f69ad5712a75b8e26e9484024b0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 7 Feb 2020 22:03:41 +0000 Subject: [PATCH 26/72] buildah-1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a Signed-off-by: RH Container Bot --- buildah.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildah.spec b/buildah.spec index fcf8e94..e185506 100644 --- a/buildah.spec +++ b/buildah.spec @@ -153,6 +153,10 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype - bump to v1.14.0 - autobuilt 5965d9a +* Fri Feb 07 2020 RH Container Bot - 1.14.0-2 +- bump to v1.14.0 +- autobuilt 5965d9a + * Thu Feb 06 2020 Eduardo Santiago - 1.13.2-3 - new -tests subpackage From bc731a110c539c47327240c6910ac606ce0e5b5b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 7 Feb 2020 22:09:32 +0000 Subject: [PATCH 27/72] buildah-1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a Signed-off-by: RH Container Bot --- buildah.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildah.spec b/buildah.spec index e185506..de38f0b 100644 --- a/buildah.spec +++ b/buildah.spec @@ -157,6 +157,10 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype - bump to v1.14.0 - autobuilt 5965d9a +* Fri Feb 07 2020 RH Container Bot - 1.14.0-2 +- bump to v1.14.0 +- autobuilt 5965d9a + * Thu Feb 06 2020 Eduardo Santiago - 1.13.2-3 - new -tests subpackage From ebaff1a55ebaa53e34bbdaa8587f0b22a134144a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 7 Feb 2020 22:26:24 +0000 Subject: [PATCH 28/72] buildah-1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a Signed-off-by: RH Container Bot --- buildah.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildah.spec b/buildah.spec index de38f0b..4a3b3b8 100644 --- a/buildah.spec +++ b/buildah.spec @@ -161,6 +161,10 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype - bump to v1.14.0 - autobuilt 5965d9a +* Fri Feb 07 2020 RH Container Bot - 1.14.0-2 +- bump to v1.14.0 +- autobuilt 5965d9a + * Thu Feb 06 2020 Eduardo Santiago - 1.13.2-3 - new -tests subpackage From 87e04b4b9a8cc45ceb91eba6f447e3ab552bb369 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 7 Feb 2020 22:37:07 +0000 Subject: [PATCH 29/72] buildah-1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a Signed-off-by: RH Container Bot --- buildah.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildah.spec b/buildah.spec index 4a3b3b8..d381a0e 100644 --- a/buildah.spec +++ b/buildah.spec @@ -165,6 +165,10 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype - bump to v1.14.0 - autobuilt 5965d9a +* Fri Feb 07 2020 RH Container Bot - 1.14.0-2 +- bump to v1.14.0 +- autobuilt 5965d9a + * Thu Feb 06 2020 Eduardo Santiago - 1.13.2-3 - new -tests subpackage From 32c6bc15a9da4461e51ebf9a2317d117ee0b61cf Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 7 Feb 2020 23:09:30 +0000 Subject: [PATCH 30/72] buildah-1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a Signed-off-by: RH Container Bot --- buildah.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildah.spec b/buildah.spec index d381a0e..22e9cfb 100644 --- a/buildah.spec +++ b/buildah.spec @@ -169,6 +169,10 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype - bump to v1.14.0 - autobuilt 5965d9a +* Fri Feb 07 2020 RH Container Bot - 1.14.0-2 +- bump to v1.14.0 +- autobuilt 5965d9a + * Thu Feb 06 2020 Eduardo Santiago - 1.13.2-3 - new -tests subpackage From 673aa591887af9ae728e1e88b315400a51790ebf Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 8 Feb 2020 00:09:27 +0000 Subject: [PATCH 31/72] buildah-1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a Signed-off-by: RH Container Bot --- buildah.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildah.spec b/buildah.spec index 22e9cfb..1be80ec 100644 --- a/buildah.spec +++ b/buildah.spec @@ -141,6 +141,10 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %changelog +* Sat Feb 08 2020 RH Container Bot - 1.14.0-2 +- bump to v1.14.0 +- autobuilt 5965d9a + * Fri Feb 07 2020 RH Container Bot - 1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a From 4c4350aa4c4fcce2a962d6ac5560bc2d1644ae83 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 8 Feb 2020 01:10:30 +0000 Subject: [PATCH 32/72] buildah-1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a Signed-off-by: RH Container Bot --- buildah.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildah.spec b/buildah.spec index 1be80ec..ddaa726 100644 --- a/buildah.spec +++ b/buildah.spec @@ -145,6 +145,10 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype - bump to v1.14.0 - autobuilt 5965d9a +* Sat Feb 08 2020 RH Container Bot - 1.14.0-2 +- bump to v1.14.0 +- autobuilt 5965d9a + * Fri Feb 07 2020 RH Container Bot - 1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a From 53cd28aec01b49ecb016df0382e1af8ec0fd7659 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 8 Feb 2020 02:12:37 +0000 Subject: [PATCH 33/72] buildah-1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a Signed-off-by: RH Container Bot --- buildah.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildah.spec b/buildah.spec index ddaa726..3022fb8 100644 --- a/buildah.spec +++ b/buildah.spec @@ -149,6 +149,10 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype - bump to v1.14.0 - autobuilt 5965d9a +* Sat Feb 08 2020 RH Container Bot - 1.14.0-2 +- bump to v1.14.0 +- autobuilt 5965d9a + * Fri Feb 07 2020 RH Container Bot - 1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a From 786f853eede7518a4b161fe8c1d2d4b1fb7fc449 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 8 Feb 2020 03:10:39 +0000 Subject: [PATCH 34/72] buildah-1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a Signed-off-by: RH Container Bot --- buildah.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildah.spec b/buildah.spec index 3022fb8..af35ab5 100644 --- a/buildah.spec +++ b/buildah.spec @@ -153,6 +153,10 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype - bump to v1.14.0 - autobuilt 5965d9a +* Sat Feb 08 2020 RH Container Bot - 1.14.0-2 +- bump to v1.14.0 +- autobuilt 5965d9a + * Fri Feb 07 2020 RH Container Bot - 1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a From 2b0c2a9505c1ad9a2f01ce94cd2ce9418e082a93 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 8 Feb 2020 04:28:25 +0000 Subject: [PATCH 35/72] buildah-1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a Signed-off-by: RH Container Bot --- buildah.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildah.spec b/buildah.spec index af35ab5..6f33598 100644 --- a/buildah.spec +++ b/buildah.spec @@ -157,6 +157,10 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype - bump to v1.14.0 - autobuilt 5965d9a +* Sat Feb 08 2020 RH Container Bot - 1.14.0-2 +- bump to v1.14.0 +- autobuilt 5965d9a + * Fri Feb 07 2020 RH Container Bot - 1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a From 32faa4d5b4b5071c39c4be0b077c6d527ec1ab94 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 8 Feb 2020 05:11:17 +0000 Subject: [PATCH 36/72] buildah-1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a Signed-off-by: RH Container Bot --- buildah.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildah.spec b/buildah.spec index 6f33598..bd17934 100644 --- a/buildah.spec +++ b/buildah.spec @@ -161,6 +161,10 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype - bump to v1.14.0 - autobuilt 5965d9a +* Sat Feb 08 2020 RH Container Bot - 1.14.0-2 +- bump to v1.14.0 +- autobuilt 5965d9a + * Fri Feb 07 2020 RH Container Bot - 1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a From 681258f8074351955cbba060c0748585daae2cc2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 8 Feb 2020 06:10:33 +0000 Subject: [PATCH 37/72] buildah-1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a Signed-off-by: RH Container Bot --- buildah.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildah.spec b/buildah.spec index bd17934..cb06946 100644 --- a/buildah.spec +++ b/buildah.spec @@ -165,6 +165,10 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype - bump to v1.14.0 - autobuilt 5965d9a +* Sat Feb 08 2020 RH Container Bot - 1.14.0-2 +- bump to v1.14.0 +- autobuilt 5965d9a + * Fri Feb 07 2020 RH Container Bot - 1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a From 054991ff9c3968fd3bbc526b5d24c87912686ffe Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 8 Feb 2020 07:10:25 +0000 Subject: [PATCH 38/72] buildah-1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a Signed-off-by: RH Container Bot --- buildah.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildah.spec b/buildah.spec index cb06946..60b1c94 100644 --- a/buildah.spec +++ b/buildah.spec @@ -169,6 +169,10 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype - bump to v1.14.0 - autobuilt 5965d9a +* Sat Feb 08 2020 RH Container Bot - 1.14.0-2 +- bump to v1.14.0 +- autobuilt 5965d9a + * Fri Feb 07 2020 RH Container Bot - 1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a From e48d668fd2c4b0b269383e7da25dc4069cb2d674 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 8 Feb 2020 08:11:15 +0000 Subject: [PATCH 39/72] buildah-1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a Signed-off-by: RH Container Bot --- buildah.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildah.spec b/buildah.spec index 60b1c94..ad521fa 100644 --- a/buildah.spec +++ b/buildah.spec @@ -173,6 +173,10 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype - bump to v1.14.0 - autobuilt 5965d9a +* Sat Feb 08 2020 RH Container Bot - 1.14.0-2 +- bump to v1.14.0 +- autobuilt 5965d9a + * Fri Feb 07 2020 RH Container Bot - 1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a From 556c89e3f2005ac58c790280514081d191ba93cd Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 8 Feb 2020 09:10:47 +0000 Subject: [PATCH 40/72] buildah-1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a Signed-off-by: RH Container Bot --- buildah.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildah.spec b/buildah.spec index ad521fa..a1fdb2a 100644 --- a/buildah.spec +++ b/buildah.spec @@ -177,6 +177,10 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype - bump to v1.14.0 - autobuilt 5965d9a +* Sat Feb 08 2020 RH Container Bot - 1.14.0-2 +- bump to v1.14.0 +- autobuilt 5965d9a + * Fri Feb 07 2020 RH Container Bot - 1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a From 7fd15342f5498daf828d3742c65928c5716b9a27 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 8 Feb 2020 10:09:35 +0000 Subject: [PATCH 41/72] buildah-1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a Signed-off-by: RH Container Bot --- buildah.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildah.spec b/buildah.spec index a1fdb2a..63dc717 100644 --- a/buildah.spec +++ b/buildah.spec @@ -181,6 +181,10 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype - bump to v1.14.0 - autobuilt 5965d9a +* Sat Feb 08 2020 RH Container Bot - 1.14.0-2 +- bump to v1.14.0 +- autobuilt 5965d9a + * Fri Feb 07 2020 RH Container Bot - 1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a From 8c30ff072ab0c681d933ffde142d21442221a416 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 8 Feb 2020 11:11:27 +0000 Subject: [PATCH 42/72] buildah-1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a Signed-off-by: RH Container Bot --- buildah.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildah.spec b/buildah.spec index 63dc717..41b5012 100644 --- a/buildah.spec +++ b/buildah.spec @@ -185,6 +185,10 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype - bump to v1.14.0 - autobuilt 5965d9a +* Sat Feb 08 2020 RH Container Bot - 1.14.0-2 +- bump to v1.14.0 +- autobuilt 5965d9a + * Fri Feb 07 2020 RH Container Bot - 1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a From c6a89333730eeb74b9f87613ae6be9b4d609ca6f Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 10 Feb 2020 13:42:40 -0700 Subject: [PATCH 43/72] buildah-tests now requires 'jq' Signed-off-by: Ed Santiago --- buildah.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/buildah.spec b/buildah.spec index 41b5012..247455b 100644 --- a/buildah.spec +++ b/buildah.spec @@ -83,6 +83,7 @@ Requires: bats Requires: bzip2 Requires: podman Requires: golang +Requires: jq %description tests %{summary} From 97991f0caf1a019d97e805509cfeb089add4e489 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 12 Feb 2020 09:00:45 -0500 Subject: [PATCH 44/72] no min version requirement on libseccomp for centos Signed-off-by: Lokesh Mandvekar --- buildah.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index 247455b..e6d5624 100644 --- a/buildah.spec +++ b/buildah.spec @@ -61,7 +61,7 @@ Recommends: fuse-overlayfs %else #### DO NOT REMOVE - NEEDED FOR CENTOS BuildRequires: libseccomp-devel -Requires: libseccomp >= 2.4.1-0 +Requires: libseccomp Requires: container-selinux Requires: slirp4netns >= 0.3-0 %endif From 901661cc11b8bed13d0849ee1e39bdca7520ac55 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 15 Feb 2020 02:42:16 +0000 Subject: [PATCH 45/72] buildah-1.14.0-1 - autobuilt v1.14.0 Signed-off-by: RH Container Bot --- buildah.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index e6d5624..6e85079 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,7 @@ Name: %{repo} Version: 1.14.0 -Release: 2%{?dist} +Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -142,6 +142,9 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %changelog +* Sat Feb 15 2020 RH Container Bot - 1.14.0-1 +- autobuilt v1.14.0 + * Sat Feb 08 2020 RH Container Bot - 1.14.0-2 - bump to v1.14.0 - autobuilt 5965d9a From 37fd89e2d1a2c4fb60b14f11f4d931606027adb1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 28 Feb 2020 15:11:54 +0000 Subject: [PATCH 46/72] buildah-1.14.1-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + buildah.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f96fd98..c10cb31 100644 --- a/.gitignore +++ b/.gitignore @@ -283,3 +283,4 @@ /buildah-6cc4656.tar.gz /v1.13.2.tar.gz /v1.14.0.tar.gz +/v1.14.1.tar.gz diff --git a/buildah.spec b/buildah.spec index 6e85079..ebc7901 100644 --- a/buildah.spec +++ b/buildah.spec @@ -24,17 +24,17 @@ # https://github.com/containers/buildah %define import_path %{provider}.%{provider_tld}/%{project}/%{repo} %define git0 https://%{import_path} -%define commit0 5965d9acffad0b70e8760de643b5f488ecadec24 +%define commit0 9ad0d219308ec6714842893bd4c695529804b711 %define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.14.0 +%define built_tag v1.14.1 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz Name: %{repo} -Version: 1.14.0 +Version: 1.14.1 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -142,6 +142,9 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %changelog +* Fri Feb 28 2020 RH Container Bot - 1.14.1-1 +- autobuilt v1.14.1 + * Sat Feb 15 2020 RH Container Bot - 1.14.0-1 - autobuilt v1.14.0 diff --git a/sources b/sources index 5018964..7857fb6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.14.0.tar.gz) = c2fe27ccff81cc22dcb398f6d57f618015a1f534510888966483002d552c5f233b8899f639dac15d0f299c6c618e6f1d9889e65c745ce4709e7abd9498258a86 +SHA512 (v1.14.1.tar.gz) = 5340dc80327eea2688867c20a0e09f08cfd0e4f94770603e8a3ad31e791b3c4980682820121b83e4d8fac89217491fe212af8f4dbaa2d545d33077299b69c0a8 From 3a806ca045cc1e088398892e1794439b8bcd6883 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 4 Mar 2020 14:11:45 +0000 Subject: [PATCH 47/72] buildah-1.14.2-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + buildah.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c10cb31..8c8ef0c 100644 --- a/.gitignore +++ b/.gitignore @@ -284,3 +284,4 @@ /v1.13.2.tar.gz /v1.14.0.tar.gz /v1.14.1.tar.gz +/v1.14.2.tar.gz diff --git a/buildah.spec b/buildah.spec index ebc7901..282fadb 100644 --- a/buildah.spec +++ b/buildah.spec @@ -24,17 +24,17 @@ # https://github.com/containers/buildah %define import_path %{provider}.%{provider_tld}/%{project}/%{repo} %define git0 https://%{import_path} -%define commit0 9ad0d219308ec6714842893bd4c695529804b711 +%define commit0 066e446c81005028f1619d237b4d81370b48e93d %define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.14.1 +%define built_tag v1.14.2 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz Name: %{repo} -Version: 1.14.1 +Version: 1.14.2 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -142,6 +142,9 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %changelog +* Wed Mar 04 2020 RH Container Bot - 1.14.2-1 +- autobuilt v1.14.2 + * Fri Feb 28 2020 RH Container Bot - 1.14.1-1 - autobuilt v1.14.1 diff --git a/sources b/sources index 7857fb6..c7162e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.14.1.tar.gz) = 5340dc80327eea2688867c20a0e09f08cfd0e4f94770603e8a3ad31e791b3c4980682820121b83e4d8fac89217491fe212af8f4dbaa2d545d33077299b69c0a8 +SHA512 (v1.14.2.tar.gz) = d8f2488321cc52f1e2a390ffe975d83c4a6e9a169d47787715e0e04c29249abf501798bc3588d5d5c1bf70fc1a8451f75b102f629517da636cf9fd093667797c From 5a5d543e34e32d7360a89337f272933b13abb6db Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Fri, 6 Mar 2020 07:09:54 -0700 Subject: [PATCH 48/72] tests: use new modern form, and enable gating The 'tests' directory was a very old, unmaintained and nonworking set of tests. Switch to the modern set of tests used in master Signed-off-by: Ed Santiago --- gating.yaml | 6 + tests/binary.yml | 10 - tests/callback_plugins/log.py | 209 ------------------ tests/github.sh | 1 - tests/github.yml | 19 -- tests/roles/binary/tasks/buildah.yml | 15 -- tests/roles/binary/tasks/main.yml | 4 - tests/roles/binary/tasks/runc.yml | 16 -- tests/roles/cli/tasks/add.yaml | 58 ----- tests/roles/cli/tasks/bud.yaml | 103 --------- tests/roles/cli/tasks/cleanup.yaml | 11 - tests/roles/cli/tasks/commit.yaml | 59 ----- tests/roles/cli/tasks/config.yaml | 48 ---- tests/roles/cli/tasks/containers.yaml | 18 -- tests/roles/cli/tasks/copy.yaml | 44 ---- tests/roles/cli/tasks/from.yaml | 23 -- tests/roles/cli/tasks/images.yaml | 65 ------ tests/roles/cli/tasks/inspect.yaml | 25 --- tests/roles/cli/tasks/main.yaml | 64 ------ tests/roles/cli/tasks/mount.yaml | 27 --- tests/roles/cli/tasks/prepare-containers.yaml | 6 - tests/roles/cli/tasks/push.yaml | 65 ------ tests/roles/cli/tasks/run.yaml | 10 - tests/roles/cli/tasks/tag.yaml | 40 ---- tests/roles/cli/tasks/version.yaml | 14 -- tests/roles/github-buildah/tasks/main.yml | 21 -- tests/roles/github-runc/tasks/main.yml | 16 -- tests/roles/github/tasks/buildah.yml | 21 -- tests/roles/github/tasks/main.yml | 8 - tests/roles/github/tasks/runc.yml | 16 -- tests/roles/prepare-env/tasks/main.yml | 55 ----- tests/roles/tear-down/tasks/main.yml | 9 - tests/rpm.yml | 9 - tests/test.sh | 1 - tests/test_binary.sh | 1 - tests/test_buildah.sh | 63 ++++++ tests/test_buildah.yml | 15 ++ tests/test_rpm.sh | 1 - tests/tests.yml | 17 +- 39 files changed, 85 insertions(+), 1128 deletions(-) create mode 100644 gating.yaml delete mode 100644 tests/binary.yml delete mode 100644 tests/callback_plugins/log.py delete mode 100755 tests/github.sh delete mode 100644 tests/github.yml delete mode 100644 tests/roles/binary/tasks/buildah.yml delete mode 100644 tests/roles/binary/tasks/main.yml delete mode 100644 tests/roles/binary/tasks/runc.yml delete mode 100644 tests/roles/cli/tasks/add.yaml delete mode 100644 tests/roles/cli/tasks/bud.yaml delete mode 100644 tests/roles/cli/tasks/cleanup.yaml delete mode 100644 tests/roles/cli/tasks/commit.yaml delete mode 100644 tests/roles/cli/tasks/config.yaml delete mode 100644 tests/roles/cli/tasks/containers.yaml delete mode 100644 tests/roles/cli/tasks/copy.yaml delete mode 100644 tests/roles/cli/tasks/from.yaml delete mode 100644 tests/roles/cli/tasks/images.yaml delete mode 100644 tests/roles/cli/tasks/inspect.yaml delete mode 100644 tests/roles/cli/tasks/main.yaml delete mode 100644 tests/roles/cli/tasks/mount.yaml delete mode 100644 tests/roles/cli/tasks/prepare-containers.yaml delete mode 100644 tests/roles/cli/tasks/push.yaml delete mode 100644 tests/roles/cli/tasks/run.yaml delete mode 100644 tests/roles/cli/tasks/tag.yaml delete mode 100644 tests/roles/cli/tasks/version.yaml delete mode 100644 tests/roles/github-buildah/tasks/main.yml delete mode 100644 tests/roles/github-runc/tasks/main.yml delete mode 100644 tests/roles/github/tasks/buildah.yml delete mode 100644 tests/roles/github/tasks/main.yml delete mode 100644 tests/roles/github/tasks/runc.yml delete mode 100644 tests/roles/prepare-env/tasks/main.yml delete mode 100644 tests/roles/tear-down/tasks/main.yml delete mode 100644 tests/rpm.yml delete mode 100755 tests/test.sh delete mode 100755 tests/test_binary.sh create mode 100755 tests/test_buildah.sh create mode 100644 tests/test_buildah.yml delete mode 100755 tests/test_rpm.sh diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..9571536 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_testing +rules: + - !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.complete} diff --git a/tests/binary.yml b/tests/binary.yml deleted file mode 100644 index 1c7803d..0000000 --- a/tests/binary.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -# test buildah -- hosts: all - become: true - tags: - - classic - roles: - - binary - - prepare-env - - cli diff --git a/tests/callback_plugins/log.py b/tests/callback_plugins/log.py deleted file mode 100644 index de504db..0000000 --- a/tests/callback_plugins/log.py +++ /dev/null @@ -1,209 +0,0 @@ -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -# Inspired from: https://github.com/redhat-openstack/khaleesi/blob/master/plugins/callbacks/human_log.py -# Further improved support Ansible 2.0 - -from __future__ import (absolute_import, division, print_function) -__metaclass__ = type - -try: - from ansible.plugins.callback import CallbackBase - BASECLASS = CallbackBase -except ImportError: # < ansible 2.1 - BASECLASS = DEFAULT_MODULE.CallbackModule - -import os, sys -try: - reload # Python 2.7 -except NameError: - try: - from importlib import reload # Python 3.4+ - except ImportError: - from imp import reload -reload(sys) - -try: - import simplejson as json -except ImportError: - import json - -# Fields to reformat output for -FIELDS = ['cmd', 'command', 'msg', 'stdout', - 'stderr', 'failed', 'reason'] - - -class CallbackModule(CallbackBase): - - """ - Ansible callback plugin for human-readable result logging - """ - CALLBACK_VERSION = 2.0 - CALLBACK_TYPE = 'notification' - CALLBACK_NAME = 'human_log' - CALLBACK_NEEDS_WHITELIST = False - - def __init__(self, *args, **kwargs): - # pylint: disable=non-parent-init-called - BASECLASS.__init__(self, *args, **kwargs) - if os.getenv("TEST_ARTIFACTS") is not None: - self.artifacts = os.getenv("TEST_ARTIFACTS") - else: - self.artifacts = './artifacts' - self.result_file = os.path.join(self.artifacts, 'test.log') - if not os.path.exists(self.artifacts): - os.makedirs(self.artifacts) - with open(self.result_file, 'w'): pass - - def human_log(self, data, taskname, status): - if type(data) == dict: - with open(self.result_file, 'a') as f: - f.write("################################################################\n") - f.write('The status is "%s" for task: %s.\n' % (status, taskname)) - f.write("Ansible outputs: \n\n") - for field in FIELDS: - no_log = data.get('_ansible_no_log', False) - if field in data.keys() and data[field] and no_log != True: - output = self._format_output(data[field], field) - # The following two lines are a hack to make it work with UTF-8 characters - if type(output) != list: - output = output.encode('utf-8', 'replace') - if type(output) == bytes: - output = output.decode('utf-8') - - f.write("{0}: {1}".format(field, output.replace("\\n","\n"))+"\n") - - - def _format_output(self, output, field): - # Strip unicode - try: - if type(output) == unicode: - output = output.encode(sys.getdefaultencoding(), 'replace') - except NameError: - pass - - # If output is a dict - if type(output) == dict: - return json.dumps(output, indent=2, sort_keys=True) - - # If output is a list of dicts - if type(output) == list and type(output[0]) == dict: - # This gets a little complicated because it potentially means - # nested results, usually because of with_items. - real_output = list() - for index, item in enumerate(output): - copy = item - if type(item) == dict: - for field in FIELDS: - if field in item.keys(): - copy[field] = self._format_output(item[field], field) - real_output.append(copy) - return json.dumps(output, indent=2, sort_keys=True) - - # If output is a list of strings - if type(output) == list and type(output[0]) != dict: - if field == "cmd": - return ' '.join(output) - return '\n'.join(output) - - # Otherwise it's a string, (or an int, float, etc.) just return it - return str(output) - - ####### V2 METHODS ###### - def v2_on_any(self, *args, **kwargs): - pass - - def v2_runner_on_failed(self, result, ignore_errors=False): - self.human_log(result._result, result._task.name, "FAIL") - - def v2_runner_on_ok(self, result): - if result._task.name == "": - return - self.human_log(result._result, result._task.name, "PASS") - - def v2_runner_on_skipped(self, result): - pass - - def v2_runner_on_unreachable(self, result): - self.human_log(result._result, result._task.name, "UNREACHABLE") - - def v2_runner_on_no_hosts(self, task): - pass - - def v2_runner_on_async_poll(self, result): - self.human_log(result._result, result._task.name, "") - - def v2_runner_on_async_ok(self, host, result): - self.human_log(result._result, result._task.name, "PASS") - - def v2_runner_on_async_failed(self, result): - self.human_log(result._result, result._task.name, "FAIL") - - def v2_playbook_on_start(self, playbook): - pass - - def v2_playbook_on_notify(self, result, handler): - pass - - def v2_playbook_on_no_hosts_matched(self): - pass - - def v2_playbook_on_no_hosts_remaining(self): - pass - - def v2_playbook_on_task_start(self, task, is_conditional): - pass - - def v2_playbook_on_vars_prompt(self, varname, private=True, prompt=None, - encrypt=None, confirm=False, salt_size=None, - salt=None, default=None): - pass - - def v2_playbook_on_setup(self): - pass - - def v2_playbook_on_import_for_host(self, result, imported_file): - pass - - def v2_playbook_on_not_import_for_host(self, result, missing_file): - pass - - def v2_playbook_on_play_start(self, play): - pass - - def v2_playbook_on_stats(self, stats): - pass - - def v2_on_file_diff(self, result): - pass - - def v2_playbook_on_item_ok(self, result): - pass - - def v2_playbook_on_item_failed(self, result): - pass - - def v2_playbook_on_item_skipped(self, result): - pass - - def v2_playbook_on_include(self, included_file): - pass - - def v2_playbook_item_on_ok(self, result): - pass - - def v2_playbook_item_on_failed(self, result): - pass - - def v2_playbook_item_on_skipped(self, result): - pass diff --git a/tests/github.sh b/tests/github.sh deleted file mode 100755 index 4e448cf..0000000 --- a/tests/github.sh +++ /dev/null @@ -1 +0,0 @@ -ansible-playbook -i inventory github.yml "$@" diff --git a/tests/github.yml b/tests/github.yml deleted file mode 100644 index 8cbe881..0000000 --- a/tests/github.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -# test buildah -- hosts: localhost - become: true - tags: - - classic - roles: - - role: prepare-env - tags: - - env - - role: github-buildah - tags: - - github-buildah - - role: github-runc - tags: - - github-runc - - role: cli - tags: - - cli diff --git a/tests/roles/binary/tasks/buildah.yml b/tests/roles/binary/tasks/buildah.yml deleted file mode 100644 index 5122105..0000000 --- a/tests/roles/binary/tasks/buildah.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- name: pull latest buildah source from github - git: - repo: https://github.com/projectatomic/buildah - dest: "{{ HOME }}/go/src/github.com/projectatomic/buildah" - -- name: make binary for buildah - command: make - args: - chdir: "{{ HOME }}/go/src/github.com/projectatomic/buildah" - -- name: install buildah to /usr/local/bin - command: make install - args: - chdir: "{{ HOME }}/go/src/github.com/projectatomic/buildah" diff --git a/tests/roles/binary/tasks/main.yml b/tests/roles/binary/tasks/main.yml deleted file mode 100644 index 771725d..0000000 --- a/tests/roles/binary/tasks/main.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -- import_tasks: runc.yml - -- import_tasks: buildah.yml diff --git a/tests/roles/binary/tasks/runc.yml b/tests/roles/binary/tasks/runc.yml deleted file mode 100644 index d64d5fb..0000000 --- a/tests/roles/binary/tasks/runc.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -- name: pull latest runc source from github - git: - repo: https://github.com/opencontainers/runc - dest: "{{ HOME }}/go/src/github.com/opencontainers/runc" - -- name: building runc for buildah runtime - command: make - args: - chdir: "{{ HOME }}/go/src/github.com/opencontainers/runc" - -- name: copy runc to /usr/bin - copy: - remote_src: True - src: "{{ HOME }}/go/src/github.com/opencontainers/runc/runc" - dest: /usr/bin/runc diff --git a/tests/roles/cli/tasks/add.yaml b/tests/roles/cli/tasks/add.yaml deleted file mode 100644 index 94ad716..0000000 --- a/tests/roles/cli/tasks/add.yaml +++ /dev/null @@ -1,58 +0,0 @@ ---- -- name: buildah add - command: buildah add nginxc /tmp/buildah/bud/Dockerfile - -- name: check buildah add - command: ls {{mount.stdout}}/Dockerfile - -- name: buildah add to destination - command: buildah add nginxc /tmp/buildah/bud/Dockerfile /home - -- name: check buildah add to - command: ls {{mount.stdout}}/home/Dockerfile - -- name: buildah add URL - command: buildah add nginxc https://github.com/projectatomic/buildah/raw/master/README.md - -- name: check buildah add URL - command: ls {{mount.stdout}}/README.md - -- name: buildah add URL to destination - command: buildah add nginxc https://github.com/projectatomic/buildah/raw/master/README.md /home - -- name: check buildah add URL to destination - command: ls {{mount.stdout}}/home/README.md - -- name: create /tmp/buildah/addcopy - file: path=/tmp/buildah/addcopy state=directory - -- name: Download buildah README.md - get_url: - url: https://github.com/projectatomic/buildah/raw/master/README.md - dest: /tmp/buildah/addcopy/ - -- name: buildah add dir - command: buildah add nginxc /tmp/buildah - -- name: check buildah add dir - command: ls {{mount.stdout}}/addcopy/README.md - -- name: buildah add dir to destination - command: buildah add nginxc /tmp/buildah /home - -- name: check buildah add dir to destination - command: ls {{mount.stdout}}/home/addcopy/README.md - -- name: buildah add a tarball file - command: buildah add nginxc /var/www/html/bud/Dockerfile.tar.gz /home - -- name: check buildah has added content of tarball to container - command: ls {{mount.stdout}}/home/hello - -- name: buildah add with option chown - command: buildah add --chown bin:bin nginxc /tmp/buildah/bud /home - -- name: check user after add with option chown - raw: buildah run nginxc -- ls -l /home/hello - register: ast - failed_when: '"bin" not in ast.stdout' diff --git a/tests/roles/cli/tasks/bud.yaml b/tests/roles/cli/tasks/bud.yaml deleted file mode 100644 index 6dc42fa..0000000 --- a/tests/roles/cli/tasks/bud.yaml +++ /dev/null @@ -1,103 +0,0 @@ ---- -- name: buildah bud with image's format oci - command: buildah bud --format=oci --tag testing/fmtoci /tmp/buildah/bud - -- name: buildah bud with image's format docker - command: buildah bud -t testing/fmtdocker --format=docker /tmp/buildah/bud - -- name: buildah bud localfile - command: buildah bud -t testing/hello --pull /tmp/buildah/bud - -- name: buildah bud -f localfile - command: buildah bud -t testing/hello2 -f /tmp/buildah/bud/Dockerfile /tmp/buildah/bud - -- name: buildah bud URL - command: buildah bud -t testing/hello3 http://localhost/bud/Dockerfile.tar.gz - -- name: buildah build-using-dockerfile localfile - command: buildah build-using-dockerfile -t testing/hello4 /tmp/buildah/bud - -- lineinfile: - path: /tmp/buildah/bud/Dockerfile - regexp: '^COPY' - line: 'COPY $foo /' - -- name: buildah bud with build-arg - command: buildah bud -t testing/hello5 --build-arg foo=hello /tmp/buildah/bud - -- name: create container from bud images - command: buildah from docker.io/testing/{{ item }} - with_items: - - hello - - hello2 - - hello3 - - hello4 - - hello5 - -- name: list containers - command: buildah containers - register: ctrs - -- name: run containers from bud images - command: buildah run {{ item }}-working-container - register: hello - with_items: - - hello - - hello2 - - hello3 - - hello4 - - hello5 - -- name: verify string hello in container hellos - fail: - msg: '"Hello from Docker" not found after container run' - when: '"Hello from Docker" not in item.stdout' - with_items: "{{ hello.results }}" - -- name: buildah rm containers of hello - command: buildah rm {{ item }}-working-container - with_items: - - hello - - hello2 - - hello3 - - hello4 - - hello5 - - -- name: buildah bud --quiet - command: buildah bud --quiet -t testing/hello6 /tmp/buildah/bud - register: budquiet - failed_when: '"STEP" in budquiet.stdout' - -- name: buildah bud -q - command: buildah bud -q -t testing/hello7 /tmp/buildah/bud - register: budq - failed_when: '"STEP" in budq.stdout' - -- lineinfile: - path: /tmp/buildah/bud/Dockerfile - regexp: "^FROM" - line: "FROM localhost:5000/buildah/busybox" - -- name: verify bud image from local docker registry without tls-verify is failed - command: buildah bud -t testing/hellofail /tmp/buildah/bud - register: st - failed_when: st.rc != 1 - -- name: buildah bud image from local docker registry is successful - command: buildah bud --tls-verify=false -t testing/hello8 /tmp/buildah/bud - -- name: buildah rmi hello images - command: buildah rmi {{ item }} - with_items: - - testing/hello - - testing/hello2 - - testing/hello3 - - testing/hello4 - - testing/hello5 - - testing/hello6 - - testing/hello7 - - testing/hello8 - - testing/fmtoci - - testing/fmtdocker - - localhost:5000/buildah/busybox diff --git a/tests/roles/cli/tasks/cleanup.yaml b/tests/roles/cli/tasks/cleanup.yaml deleted file mode 100644 index e14ffb1..0000000 --- a/tests/roles/cli/tasks/cleanup.yaml +++ /dev/null @@ -1,11 +0,0 @@ ---- -- block: - - name: remove all buildah containers after testing - command: buildah rm -a - - - name: remove all images after testing - command: buildah rmi -a - - always: - - include_role: - name: tear-down diff --git a/tests/roles/cli/tasks/commit.yaml b/tests/roles/cli/tasks/commit.yaml deleted file mode 100644 index 06f3505..0000000 --- a/tests/roles/cli/tasks/commit.yaml +++ /dev/null @@ -1,59 +0,0 @@ ---- -- name: buildah commit an image by name - command: buildah commit nginxc-2 commitbyname/nginxbyname - -- name: check commit images by name is existed - command: buildah images commitbyname/nginxbyname - -- name: get container ID - shell: buildah containers | grep nginxc-2 | awk '{print $1}' - register: cid - -- name: buildah commit an image by ID - command: buildah commit {{ cid.stdout }} commitbyid/nginxbyid - -- name: check commit images by ID is existed - command: buildah images commitbyid/nginxbyid - -- name: buildah from commit image - command: buildah from docker.io/commitbyid/nginxbyid - -- name: check container nginxbyid exists by inspect - command: buildah inspect nginxbyid-working-container - -- name: buildah commit to docker-distribution - command: buildah commit --tls-verify=false nginxbyid-working-container docker://localhost:5000/commit/nginx - -- name: buildah commit quiet - command: buildah commit --quiet --tls-verify=false nginxbyid-working-container docker://localhost:5000/commit/nginx - register: quietcommit - failed_when: '"Getting" in quietcommit.stdout' - -- name: create container from commit images on docker-distribution - command: buildah from --tls-verify=false docker://localhost:5000/commit/nginx - -- name: buildah commit with rm container - command: buildah commit --rm -q --tls-verify=false nginxbyid-working-container docker://localhost:5000/commit/nginx - -- name: verify the container is removed after commit - command: buildah inspect nginxbyid-working-container - register: commitrm - failed_when: commitrm.rc != 1 - -- name: buildah commit format oci - command: buildah commit --disable-compression --format=oci nginx-working-container nginxoci - -- name: buildah commit format docker - command: buildah commit -D -f docker nginx-working-container nginxdocker - -- name: remove containers from commit images - command: buildah rm nginx-working-container - -- name: remove images from commit - command: buildah rmi {{ item }} - with_items: - - localhost:5000/commit/nginx - - commitbyid/nginxbyid - - commitbyname/nginxbyname - - nginxoci - - nginxdocker diff --git a/tests/roles/cli/tasks/config.yaml b/tests/roles/cli/tasks/config.yaml deleted file mode 100644 index d1e88bd..0000000 --- a/tests/roles/cli/tasks/config.yaml +++ /dev/null @@ -1,48 +0,0 @@ ---- -- name: buildah config annotation - command: buildah config --annotation annotation=test-annotation nginxc - -- name: buildah config arch - command: buildah config --arch x86_64 nginxc - -- name: buildah config author - command: buildah config --author "Guohua Ouyang" nginxc - -- name: buildah config cmd - command: buildah config --cmd "nginx -g 'daemon off;'" nginxc - -- name: buildah config createdby - command: buildah config --created-by "manualcreated" nginxc - -- name: buildah config label - command: buildah config --label label=test-label nginxc - -- name: buildah config port - command: buildah config --port 8001 nginxc - -- name: buildah config user - command: buildah config --user www-data nginxc - -- name: buildah config workingdir - command: buildah config --workingdir /opt nginxc - -- name: buildah config env - command: buildah config --env foo=bar nginxc - -- name: buildah config os - command: buildah config --os unix nginxc - -- name: verify the container after config - shell: buildah inspect nginxc | grep '{{ item }}' - with_items: - - test-annotation - - x86_64 - - test-label - - Ouyang - - daemon off - - manualcreated - - 8001 - - www-data - - opt - - foo=bar - - unix diff --git a/tests/roles/cli/tasks/containers.yaml b/tests/roles/cli/tasks/containers.yaml deleted file mode 100644 index fa9add6..0000000 --- a/tests/roles/cli/tasks/containers.yaml +++ /dev/null @@ -1,18 +0,0 @@ ---- -- name: buildah containers - shell: buildah containers | grep nginxc - -- name: buildah containers -q - shell: buildah containers -q | grep -v nginxc - -- name: buildah containers -n - shell: buildah containers -n | grep -v NAME - -- name: buildah containers --notruncate - command: buildah containers -- notruncate - -- name: buildah containers --all - command: buildah containers --all - -- name: buildah containers --json - command: buildah containers --json diff --git a/tests/roles/cli/tasks/copy.yaml b/tests/roles/cli/tasks/copy.yaml deleted file mode 100644 index fd6253a..0000000 --- a/tests/roles/cli/tasks/copy.yaml +++ /dev/null @@ -1,44 +0,0 @@ ---- -- name: buildah copy - command: buildah copy nginxc-2 /tmp/buildah/bud/Dockerfile - -- name: check buildah copy - command: ls {{mount.stdout}}/Dockerfile - -- name: buildah copy to destination - command: buildah copy nginxc-2 /tmp/buildah/bud/Dockerfile /home - -- name: check buildah copy to - command: ls {{mount.stdout}}/home/Dockerfile - -- name: buildah copy URL - command: buildah copy nginxc-2 https://github.com/projectatomic/buildah/raw/master/README.md - -- name: check buildah copy URL - command: ls {{mount.stdout}}/README.md - -- name: buildah copy URL to destination - command: buildah copy nginxc-2 https://github.com/projectatomic/buildah/raw/master/README.md /home - -- name: check buildah copy URL to destination - command: ls {{mount.stdout}}/home/README.md - -- name: buildah copy dir - command: buildah copy nginxc-2 /tmp/buildah - -- name: check buildah copy dir - command: ls {{mount.stdout}}/addcopy/README.md - -- name: buildah copy dir to destination - command: buildah copy nginxc-2 /tmp/buildah /home - -- name: check buildah copy dir to destination - command: ls {{mount.stdout}}/home/addcopy/README.md - -- name: buildah copy with option chown - command: buildah copy --chown nginx:nginx nginxc-2 /tmp/buildah/bud /home - -- name: check user after copy with option chown - command: buildah run nginxc-2 -- ls -l /home/hello - register: cst - failed_when: '"nginx" not in cst.stdout' diff --git a/tests/roles/cli/tasks/from.yaml b/tests/roles/cli/tasks/from.yaml deleted file mode 100644 index 7dac3e7..0000000 --- a/tests/roles/cli/tasks/from.yaml +++ /dev/null @@ -1,23 +0,0 @@ ---- -- name: remove all containers before pull - command: buildah rm --all - -- name: buildah from without pull - command: buildah from --name nginxc docker.io/nginx - -- name: buildah from with pull - command: buildah from --pull --name nginxc-2 docker.io/nginx - -- name: buildah from with pull always - command: buildah from --pull-always docker.io/busybox - -- name: remove busybox-working-container - command: buildah rm busybox-working-container - -- name: remove exist image so it will pull again - command: buildah rmi busybox - -- name: buildah from with quiet - command: buildah from --quiet docker.io/busybox - register: quietpull - failed_when: '"Getting" in quietpull.stdout' diff --git a/tests/roles/cli/tasks/images.yaml b/tests/roles/cli/tasks/images.yaml deleted file mode 100644 index f113ba0..0000000 --- a/tests/roles/cli/tasks/images.yaml +++ /dev/null @@ -1,65 +0,0 @@ ---- -- name: verify buildah images digests - command: buildah images --digests - register: digest - failed_when: '"sha256" not in digest.stdout' - -- name: verify buildah images output json - command: buildah images --json - register: json - failed_when: '"id" not in json.stdout' - -- name: verify buildah images noheading - command: buildah images --noheading - register: head - failed_when: '"IMAGE" in head.stdout' - -- name: verify buildah images quiet - command: buildah images --quiet - register: quiet - failed_when: '"NAME" in quiet.stdout' - -- name: verify buildah images format output - command: buildah images --format "{% raw %}{{.ID}} {{.Name}} {{.CreatedAt}} {{.Size}}{% endraw %}" - register: format - -- lineinfile: - path: /tmp/buildah/bud/Dockerfile - insertafter: '^FROM' - line: 'LABEL project=buildah' - -- name: buildah bud with LABEL in Dockerfile - command: buildah bud --tls-verify=false -t testing/label /tmp/buildah/bud - -- name: verify buildah images filter by label - command: buildah images -f "label=project=buildah" - register: label - failed_when: '"testing/label" not in label.stdout' - -- name: buildah bud an image to test filter since/before - command: buildah bud -t testing/since /tmp/buildah/bud - -- name: verify buildah images filter by since - command: buildah images -f "since=label" - register: since - failed_when: '"testing/label" in since.stdout and "testing/since" in since.stdout' - -- name: verify buildah images filter by before - command: buildah images -f "before=since" - register: before - failed_when: '"testing/label" not in before.stdout and "testing/since" in before.stdout' - -- name: buildah build an image to test filter dangling - command: buildah bud -t testing/label /tmp/buildah/bud - -- name: verify buildah images filter by dangling - command: buildah images -f "dangling=true" -q - register: dangling - -- name: remove testing images after buildah images - command: buildah rmi {{ item }} - with_items: - - testing/label - - testing/since - - "{{ dangling.stdout }}" - - localhost:5000/buildah/busybox diff --git a/tests/roles/cli/tasks/inspect.yaml b/tests/roles/cli/tasks/inspect.yaml deleted file mode 100644 index d1d8024..0000000 --- a/tests/roles/cli/tasks/inspect.yaml +++ /dev/null @@ -1,25 +0,0 @@ ---- -- name: buildah inspect an image by name - command: buildah inspect docker.io/library/nginx:latest - -- name: get image ID - command: buildah images -q docker.io/library/nginx:latest - register: imgid - -- name: buildah inspect an image by ID - command: buildah inspect --type image {{ imgid.stdout }} - -- name: buildah inspect image with format - command: buildah inspect -t image -f {% raw %}'{{ .FromImageID }}'{% endraw %} {{ imgid.stdout }} - register: inspectid - failed_when: 'inspectid.stdout != imgid.stdout' - -- name: buildah inspect container by name - command: buildah inspect -t container nginxc-2 - -- name: buildah inspect container with format - shell: buildah inspect -f {% raw %}'{{ .ContainerID }}'{% endraw %} nginxc-2 - register: inspectcid - -- name: buildah inspect container by ID - command: buildah inspect {{ inspectcid.stdout }} diff --git a/tests/roles/cli/tasks/main.yaml b/tests/roles/cli/tasks/main.yaml deleted file mode 100644 index 4586cd7..0000000 --- a/tests/roles/cli/tasks/main.yaml +++ /dev/null @@ -1,64 +0,0 @@ ---- -- block: - - name: buildah version - import_tasks: version.yaml - tags: - - version - - - name: buildah from - import_tasks: from.yaml - tags: - - from - - - name: buildah containers - import_tasks: containers.yaml - tags: - - ctr - - - name: buildah mount - import_tasks: mount.yaml - tags: - - mount - - - name: buildah tag - import_tasks: tag.yaml - tags: - - tag - - - name: buildah config - import_tasks: config.yaml - tags: - - config - - - name: buildah commit - import_tasks: commit.yaml - tags: - - commit - - - name: buildah inspect - import_tasks: inspect.yaml - tags: - - inspect - - - name: buildah push - import_tasks: push.yaml - tags: - - push - - - name: buildah build-using-dockerfile - import_tasks: bud.yaml - tags: - - bud - - - name: buildah images - import_tasks: images.yaml - tags: - - images - - - name: buildah run - import_tasks: run.yaml - tags: - - run - - always: - - import_tasks: cleanup.yaml diff --git a/tests/roles/cli/tasks/mount.yaml b/tests/roles/cli/tasks/mount.yaml deleted file mode 100644 index 09bd901..0000000 --- a/tests/roles/cli/tasks/mount.yaml +++ /dev/null @@ -1,27 +0,0 @@ ---- -- name: buildah mount container nginxc - command: buildah mount nginxc - register: mount - -- name: buildah mount without args will list all mounts - shell: buildah mount | grep storage - -- name: buildah add - import_tasks: add.yaml - tags: - - add - -- name: buildah umount - command: buildah umount nginxc - -- name: buildah mount --notruncate - command: buildah mount --notruncate nginxc-2 - register: mount - -- name: buildah copy - import_tasks: copy.yaml - tags: - - copy - -- name: buildah unmount - command: buildah unmount nginxc-2 diff --git a/tests/roles/cli/tasks/prepare-containers.yaml b/tests/roles/cli/tasks/prepare-containers.yaml deleted file mode 100644 index 1477e62..0000000 --- a/tests/roles/cli/tasks/prepare-containers.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -- name: prepare container nginxc for later testing - command: buildah from --pull --name nginxc nginx - -- name: prepare container nginxc-2 for later testing - command: buildah from --name nginxc-2 nginx diff --git a/tests/roles/cli/tasks/push.yaml b/tests/roles/cli/tasks/push.yaml deleted file mode 100644 index f16112b..0000000 --- a/tests/roles/cli/tasks/push.yaml +++ /dev/null @@ -1,65 +0,0 @@ ---- -- name: pull busybox before push - command: buildah from --pull --name busybox docker.io/busybox - -- name: buildah push image to containers-storage - command: buildah push docker.io/busybox:latest containers-storage:docker.io/busybox:latest - -- name: buildah push image to docker daemon - command: buildah push docker.io/busybox:latest docker-daemon:docker.io/buildah/busybox:latest - -- name: check buildah/busybox exist in docker daemon - command: docker images docker.io/buildah/busybox:latest - -- name: buildah push image to docker local registry - command: buildah push --tls-verify=false docker.io/busybox:latest docker://localhost:5000/buildah/busybox:latest - -- name: create /tmp/buildah/busybox - file: path=/tmp/buildah/docker state=directory - -- name: rm busybox.tar because docker archive does not support modify - file: path=/tmp/buildah/docker/busybox.tar state=absent - -- name: buildah push image to docker-archive - command: buildah push docker.io/busybox:latest docker-archive:/tmp/buildah/docker/busybox.tar:latest - -- name: check docker archive exist - file: path=/tmp/buildah/docker/busybox.tar state=file - -- name: create /tmp/buildah/dir - file: path=/tmp/buildah/dir state=directory - -- name: buildah push image to dir - command: buildah push docker.io/busybox:latest dir:/tmp/buildah/dir - -- name: create /tmp/buildah/oci - file: path=/tmp/buildah/oci state=directory - -- name: buildah push image to oci - command: buildah push docker.io/busybox:latest oci:/tmp/buildah/oci:latest - -- name: buildah push image to oci archive - command: buildah push docker.io/busybox:latest oci-archive:/tmp/buildah/oci/busybox.tar:latest - -- name: check oci archive exist - file: path=/tmp/buildah/oci/busybox.tar state=file - -- name: init default ostree repo - command: ostree --repo=/ostree/repo init - when: not ansible_distribution == "CentOS" - -- name: create /tmp/buildah/ostree/repo - file: path=/tmp/buildah/ostree/repo state=directory - when: not ansible_distribution == "CentOS" - -- name: init tmp ostree repo - command: ostree --repo=/tmp/buildah/ostree/repo init - when: not ansible_distribution == "CentOS" - -- name: buildah push image to ostree - command: buildah push docker.io/busybox:latest ostree:busybox:latest - when: not ansible_distribution == "CentOS" - -- name: buildah push image to non-default ostree repo - command: buildah push docker.io/busybox:latest ostree:busybox:latest@/tmp/buildah/ostree/repo - when: not ansible_distribution == "CentOS" diff --git a/tests/roles/cli/tasks/run.yaml b/tests/roles/cli/tasks/run.yaml deleted file mode 100644 index d80a823..0000000 --- a/tests/roles/cli/tasks/run.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -- name: buildah run with option hostname - command: buildah run --hostname example.buildah.com nginxc -- hostname - register: hostname - failed_when: '"example.buildah.com" not in hostname.stdout' - -- name: buildah run with option volume - command: buildah run --volume /tmp/buildah/bud:/home nginxc ls /home - register: volume - failed_when: '"hello" not in volume.stdout' diff --git a/tests/roles/cli/tasks/tag.yaml b/tests/roles/cli/tasks/tag.yaml deleted file mode 100644 index 6b638bb..0000000 --- a/tests/roles/cli/tasks/tag.yaml +++ /dev/null @@ -1,40 +0,0 @@ ---- -- name: buildah tag by name - command: buildah tag busybox busybox1 - -- name: check busybox1 exists - shell: buildah images | grep busybox1 - -- name: get image id - command: buildah images -q busybox1 - register: busyboxID - -- name: buildah tag by ID - command: buildah tag {{busyboxID.stdout}} busybox2 - -- name: check busybox2 exists - shell: buildah images | grep busybox2 - -- name: buildah from tagged image - command: buildah from docker.io/busybox1 - -- name: mount the container which using tagged image - command: buildah mount busybox1-working-container - -- name: buildah umount the container - command: buildah umount busybox1-working-container - -- name: buildah rm container busybox - command: buildah rm busybox-working-container - -- name: buildah rm container busybox1 - command: buildah rm busybox1-working-container - -- name: buildah rmi tagged image - shell: buildah rmi busybox{1..2} - -- name: check image busybox is not deleted - shell: buildah images | grep busybox - -- name: buildah rmi image busybox - command: buildah rmi busybox diff --git a/tests/roles/cli/tasks/version.yaml b/tests/roles/cli/tasks/version.yaml deleted file mode 100644 index 05616a5..0000000 --- a/tests/roles/cli/tasks/version.yaml +++ /dev/null @@ -1,14 +0,0 @@ ---- -- name: check version of buildah rpm package - command: rpm -q buildah - register: rpmver - args: - warn: no - -- debug: msg={{ rpmver.stdout }} - -- name: check version of command buildah version - command: buildah version - register: ver - -- debug: msg={{ ver.stdout }} diff --git a/tests/roles/github-buildah/tasks/main.yml b/tests/roles/github-buildah/tasks/main.yml deleted file mode 100644 index 71edef8..0000000 --- a/tests/roles/github-buildah/tasks/main.yml +++ /dev/null @@ -1,21 +0,0 @@ ---- -- name: pull latest buildah source from github - git: - repo: https://github.com/projectatomic/buildah - dest: "{{ ansible_env.HOME }}/go/src/github.com/projectatomic/buildah" - -- name: make binary for buildah - command: make - args: - chdir: "{{ ansible_env.HOME }}/go/src/github.com/projectatomic/buildah" - -- name: install buildah to /usr/local/bin - command: make install - args: - chdir: "{{ ansible_env.HOME }}/go/src/github.com/projectatomic/buildah" - -- name: copy buildah to /usr/bin - copy: - remote_src: True - src: "{{ ansible_env.HOME }}/go/src/github.com/projectatomic/buildah/buildah" - dest: /usr/bin/buildah diff --git a/tests/roles/github-runc/tasks/main.yml b/tests/roles/github-runc/tasks/main.yml deleted file mode 100644 index 1752a24..0000000 --- a/tests/roles/github-runc/tasks/main.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -- name: pull latest runc source from github - git: - repo: https://github.com/opencontainers/runc - dest: "{{ ansible_env.HOME }}/go/src/github.com/opencontainers/runc" - -- name: building runc for buildah runtime - command: make - args: - chdir: "{{ ansible_env.HOME }}/go/src/github.com/opencontainers/runc" - -- name: copy runc to /usr/bin - copy: - remote_src: True - src: "{{ ansible_env.HOME }}/go/src/github.com/opencontainers/runc/runc" - dest: /usr/bin/runc diff --git a/tests/roles/github/tasks/buildah.yml b/tests/roles/github/tasks/buildah.yml deleted file mode 100644 index 71edef8..0000000 --- a/tests/roles/github/tasks/buildah.yml +++ /dev/null @@ -1,21 +0,0 @@ ---- -- name: pull latest buildah source from github - git: - repo: https://github.com/projectatomic/buildah - dest: "{{ ansible_env.HOME }}/go/src/github.com/projectatomic/buildah" - -- name: make binary for buildah - command: make - args: - chdir: "{{ ansible_env.HOME }}/go/src/github.com/projectatomic/buildah" - -- name: install buildah to /usr/local/bin - command: make install - args: - chdir: "{{ ansible_env.HOME }}/go/src/github.com/projectatomic/buildah" - -- name: copy buildah to /usr/bin - copy: - remote_src: True - src: "{{ ansible_env.HOME }}/go/src/github.com/projectatomic/buildah/buildah" - dest: /usr/bin/buildah diff --git a/tests/roles/github/tasks/main.yml b/tests/roles/github/tasks/main.yml deleted file mode 100644 index 4bf4f36..0000000 --- a/tests/roles/github/tasks/main.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -- import_tasks: runc.yml - tags: - - runc - -- import_tasks: buildah.yml - tags: - - buildah diff --git a/tests/roles/github/tasks/runc.yml b/tests/roles/github/tasks/runc.yml deleted file mode 100644 index 1752a24..0000000 --- a/tests/roles/github/tasks/runc.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -- name: pull latest runc source from github - git: - repo: https://github.com/opencontainers/runc - dest: "{{ ansible_env.HOME }}/go/src/github.com/opencontainers/runc" - -- name: building runc for buildah runtime - command: make - args: - chdir: "{{ ansible_env.HOME }}/go/src/github.com/opencontainers/runc" - -- name: copy runc to /usr/bin - copy: - remote_src: True - src: "{{ ansible_env.HOME }}/go/src/github.com/opencontainers/runc/runc" - dest: /usr/bin/runc diff --git a/tests/roles/prepare-env/tasks/main.yml b/tests/roles/prepare-env/tasks/main.yml deleted file mode 100644 index ff92b87..0000000 --- a/tests/roles/prepare-env/tasks/main.yml +++ /dev/null @@ -1,55 +0,0 @@ ---- -- name: install required packages for testings - package: - name: "{{ item }}" - state: latest - with_items: - - docker - - python-docker-py - - buildah - - docker-distribution - - ostree - - httpd - - libselinux-python - - golang - - make - - libseccomp-devel - -- name: start docker daemon - systemd: state=started name=docker - -- name: create /ostree/repo - file: path=/ostree/repo state=directory - -- name: ensure docker-distribution service is running - systemd: state=started name=docker-distribution - -- name: create tmp directory for buildah testing - file: path=/tmp/buildah/bud state=directory - -- name: download Dockerfile for hello-world from github - get_url: - url: https://raw.githubusercontent.com/docker-library/hello-world/master/amd64/hello-world/Dockerfile - dest: /tmp/buildah/bud/Dockerfile - force: yes - -- name: download hello for the Dockerfile - get_url: - url: https://github.com/docker-library/hello-world/raw/master/amd64/hello-world/hello - dest: /tmp/buildah/bud/hello - force: yes - mode: 0755 - -- name: create a bud directory in /var/www/html - file: path=/var/www/html/bud state=directory - -- name: archive dockerfile into httpd directory - command: tar zcvf /var/www/html/bud/Dockerfile.tar.gz Dockerfile hello - args: - chdir: /tmp/buildah/bud - # Disables the following warning: - # Consider using unarchive module rather than running tar - warn: no - -- name: start httpd service - systemd: state=started name=httpd diff --git a/tests/roles/tear-down/tasks/main.yml b/tests/roles/tear-down/tasks/main.yml deleted file mode 100644 index 091971d..0000000 --- a/tests/roles/tear-down/tasks/main.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -- name: stop docker-distribution service - systemd: state=stopped name=docker-distribution - -- name: stop httpd service - systemd: state=stopped name=httpd - -- name: remove /tmp/buildah - file: path=/tmp/buildah state=absent diff --git a/tests/rpm.yml b/tests/rpm.yml deleted file mode 100644 index 27a9349..0000000 --- a/tests/rpm.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -# test buildah -- hosts: all - become: true - tags: - - classic - roles: - - prepare-env - - cli diff --git a/tests/test.sh b/tests/test.sh deleted file mode 100755 index d4149f5..0000000 --- a/tests/test.sh +++ /dev/null @@ -1 +0,0 @@ -ansible-playbook -i inventory tests.yml "$@" diff --git a/tests/test_binary.sh b/tests/test_binary.sh deleted file mode 100755 index 1290479..0000000 --- a/tests/test_binary.sh +++ /dev/null @@ -1 +0,0 @@ -ansible-playbook -i inventory binary.yml "$@" diff --git a/tests/test_buildah.sh b/tests/test_buildah.sh new file mode 100755 index 0000000..2227107 --- /dev/null +++ b/tests/test_buildah.sh @@ -0,0 +1,63 @@ +#!/bin/bash -e + +# Log program and kernel versions +echo "Important package versions:" +( + uname -r + rpm -qa | egrep 'buildah|podman|conmon|crun|runc|iptable|slirp|systemd' | sort +) | sed -e 's/^/ /' + +# Log environment; or at least the useful bits +echo "Environment:" +env | grep -v LS_COLORS= | sort | sed -e 's/^/ /' + +export BUILDAH_BINARY=/usr/bin/buildah +export IMGTYPE_BINARY=/usr/bin/buildah-imgtype + +############################################################################### +# BEGIN setup/teardown + +# Start a registry +pre_bats_setup() { + AUTHDIR=/tmp/buildah-tests-auth.$$ + mkdir -p $AUTHDIR + + CERT=$AUTHDIR/domain.crt + if [ ! -e $CERT ]; then + openssl req -newkey rsa:4096 -nodes -sha256 \ + -keyout $AUTHDIR/domain.key -x509 -days 2 \ + -out $AUTHDIR/domain.crt \ + -subj "/C=US/ST=Foo/L=Bar/O=Red Hat, Inc./CN=localhost" + fi + + if [ ! -e $AUTHDIR/htpasswd ]; then + podman run --rm --entrypoint htpasswd registry:2 \ + -Bbn testuser testpassword > $AUTHDIR/htpasswd + fi + + podman rm -f registry || true + podman run -d -p 5000:5000 \ + --name registry \ + -v $AUTHDIR:/auth:Z \ + -e "REGISTRY_AUTH=htpasswd" \ + -e "REGISTRY_AUTH_HTPASSWD_REALM=Registry Realm" \ + -e REGISTRY_AUTH_HTPASSWD_PATH=/auth/htpasswd \ + -e REGISTRY_HTTP_TLS_CERTIFICATE=/auth/domain.crt \ + -e REGISTRY_HTTP_TLS_KEY=/auth/domain.key \ + registry:2 +} + +post_bats_teardown() { + podman rm -f registry +} + +# END setup/teardown +############################################################################### +# BEGIN actual test + +pre_bats_setup +bats /usr/share/buildah/test/system +rc=$? +post_bats_teardown + +exit $rc diff --git a/tests/test_buildah.yml b/tests/test_buildah.yml new file mode 100644 index 0000000..be1ce31 --- /dev/null +++ b/tests/test_buildah.yml @@ -0,0 +1,15 @@ +--- +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + - container + required_packages: + - buildah + - buildah-tests + tests: + - root-test: + dir: ./ + run: ./test_buildah.sh + timeout: 60m diff --git a/tests/test_rpm.sh b/tests/test_rpm.sh deleted file mode 100755 index 3634f61..0000000 --- a/tests/test_rpm.sh +++ /dev/null @@ -1 +0,0 @@ -ansible-playbook -i inventory buildah_rpm.yml "$@" diff --git a/tests/tests.yml b/tests/tests.yml index 76e3e43..596f735 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -1,16 +1 @@ ---- -# test buildah -- hosts: localhost - become: true - tags: - - classic - roles: - - role: prepare-env - tags: - - env - - role: github-runc - tags: - - github-runc - - role: cli - tags: - - cli +- import_playbook: test_buildah.yml From fa7ff5ae4e812a799e4f6feabf809e0770a970f5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 18 Mar 2020 12:13:12 +0000 Subject: [PATCH 49/72] buildah-1.14.3-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + buildah.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8c8ef0c..24d13ce 100644 --- a/.gitignore +++ b/.gitignore @@ -285,3 +285,4 @@ /v1.14.0.tar.gz /v1.14.1.tar.gz /v1.14.2.tar.gz +/v1.14.3.tar.gz diff --git a/buildah.spec b/buildah.spec index 282fadb..7c7ecc6 100644 --- a/buildah.spec +++ b/buildah.spec @@ -24,17 +24,17 @@ # https://github.com/containers/buildah %define import_path %{provider}.%{provider_tld}/%{project}/%{repo} %define git0 https://%{import_path} -%define commit0 066e446c81005028f1619d237b4d81370b48e93d +%define commit0 153ee2f0e973724f935ccb7275ce941fda4f121b %define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.14.2 +%define built_tag v1.14.3 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz Name: %{repo} -Version: 1.14.2 +Version: 1.14.3 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -142,6 +142,9 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %changelog +* Wed Mar 18 2020 RH Container Bot - 1.14.3-1 +- autobuilt v1.14.3 + * Wed Mar 04 2020 RH Container Bot - 1.14.2-1 - autobuilt v1.14.2 diff --git a/sources b/sources index c7162e0..ad7066a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.14.2.tar.gz) = d8f2488321cc52f1e2a390ffe975d83c4a6e9a169d47787715e0e04c29249abf501798bc3588d5d5c1bf70fc1a8451f75b102f629517da636cf9fd093667797c +SHA512 (v1.14.3.tar.gz) = 89bc4256b0bea5b74ef71d0918f60d447fc4b0cd069f65995cf7125ed6382574c85db1c6a8101fbcb1c7385b5bc1855ddb1d483f91dce787ebab20ce56fad7e7 From b170e380d72121cfc685a85ce8e07c9430a66abd Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 18 Mar 2020 10:23:29 -0400 Subject: [PATCH 50/72] runc for centos Signed-off-by: Lokesh Mandvekar --- buildah.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/buildah.spec b/buildah.spec index 7c7ecc6..683322d 100644 --- a/buildah.spec +++ b/buildah.spec @@ -64,6 +64,7 @@ BuildRequires: libseccomp-devel Requires: libseccomp Requires: container-selinux Requires: slirp4netns >= 0.3-0 +Requires: runc %endif %description From 90f05b7f026332e18ec7375f6c834ab06389552c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 26 Mar 2020 14:08:05 +0000 Subject: [PATCH 51/72] buildah-1.14.4-1 Signed-off-by: RH Container Bot --- .gitignore | 2 ++ buildah.spec | 9 ++++++--- sources | 3 ++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 24d13ce..5b334fc 100644 --- a/.gitignore +++ b/.gitignore @@ -286,3 +286,5 @@ /v1.14.1.tar.gz /v1.14.2.tar.gz /v1.14.3.tar.gz +/buildah-843d15d.tar.gz +/v1.14.4.tar.gz diff --git a/buildah.spec b/buildah.spec index 683322d..f4ab4be 100644 --- a/buildah.spec +++ b/buildah.spec @@ -24,17 +24,17 @@ # https://github.com/containers/buildah %define import_path %{provider}.%{provider_tld}/%{project}/%{repo} %define git0 https://%{import_path} -%define commit0 153ee2f0e973724f935ccb7275ce941fda4f121b +%define commit0 934ce1e997eeeb0efa39943000797cdab7a09325 %define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.14.3 +%define built_tag v1.14.4 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz Name: %{repo} -Version: 1.14.3 +Version: 1.14.4 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -143,6 +143,9 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %changelog +* Thu Mar 26 2020 RH Container Bot - 1.14.4-1 +- autobuilt v1.14.4 + * Wed Mar 18 2020 RH Container Bot - 1.14.3-1 - autobuilt v1.14.3 diff --git a/sources b/sources index ad7066a..9ace64a 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -SHA512 (v1.14.3.tar.gz) = 89bc4256b0bea5b74ef71d0918f60d447fc4b0cd069f65995cf7125ed6382574c85db1c6a8101fbcb1c7385b5bc1855ddb1d483f91dce787ebab20ce56fad7e7 +SHA512 (buildah-843d15d.tar.gz) = ca383aff62f7a26e1bfcc3d7d7592be939c413a49f891a69139166a6c16306f38ea2d618c9e37e9f412fa7735ee4ae933dd3dcab45c06e455882aa8cc4e585b3 +SHA512 (v1.14.4.tar.gz) = 74923a552294b5e35361f8446697822850952edcd9b4619e31bad1c3b2fbb0aeb491d598096d2f59cf7bf433a487f056f7229c7fe031cb790cbdc9b8ba12a2cd From 05ca2cd222fb7c1f65deef138580c3a067bd0251 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 27 Mar 2020 19:07:51 +0000 Subject: [PATCH 52/72] buildah-1.14.5-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + buildah.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5b334fc..3ba891c 100644 --- a/.gitignore +++ b/.gitignore @@ -288,3 +288,4 @@ /v1.14.3.tar.gz /buildah-843d15d.tar.gz /v1.14.4.tar.gz +/v1.14.5.tar.gz diff --git a/buildah.spec b/buildah.spec index f4ab4be..f6d7a1a 100644 --- a/buildah.spec +++ b/buildah.spec @@ -24,17 +24,17 @@ # https://github.com/containers/buildah %define import_path %{provider}.%{provider_tld}/%{project}/%{repo} %define git0 https://%{import_path} -%define commit0 934ce1e997eeeb0efa39943000797cdab7a09325 +%define commit0 5247a1f1a3b3ccf3c2ee9b45f67305c517e2d304 %define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.14.4 +%define built_tag v1.14.5 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz Name: %{repo} -Version: 1.14.4 +Version: 1.14.5 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -143,6 +143,9 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %changelog +* Fri Mar 27 2020 RH Container Bot - 1.14.5-1 +- autobuilt v1.14.5 + * Thu Mar 26 2020 RH Container Bot - 1.14.4-1 - autobuilt v1.14.4 diff --git a/sources b/sources index 9ace64a..3a9c079 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (buildah-843d15d.tar.gz) = ca383aff62f7a26e1bfcc3d7d7592be939c413a49f891a69139166a6c16306f38ea2d618c9e37e9f412fa7735ee4ae933dd3dcab45c06e455882aa8cc4e585b3 -SHA512 (v1.14.4.tar.gz) = 74923a552294b5e35361f8446697822850952edcd9b4619e31bad1c3b2fbb0aeb491d598096d2f59cf7bf433a487f056f7229c7fe031cb790cbdc9b8ba12a2cd +SHA512 (v1.14.5.tar.gz) = 759d2ba26af43d6ff7ee891f88114a0cde6307439f7837343bfa6edba2473805f0f2e584264e8be01b9f0af07b1fd323243af5feeb9535ada4475ce53a980ff6 From 7600b1cbfe9486181ea5c5f07edefc64197449c7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 3 Apr 2020 14:08:40 +0000 Subject: [PATCH 53/72] buildah-1.14.6-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + buildah.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3ba891c..a147977 100644 --- a/.gitignore +++ b/.gitignore @@ -289,3 +289,4 @@ /buildah-843d15d.tar.gz /v1.14.4.tar.gz /v1.14.5.tar.gz +/v1.14.6.tar.gz diff --git a/buildah.spec b/buildah.spec index f6d7a1a..af556b4 100644 --- a/buildah.spec +++ b/buildah.spec @@ -24,17 +24,17 @@ # https://github.com/containers/buildah %define import_path %{provider}.%{provider_tld}/%{project}/%{repo} %define git0 https://%{import_path} -%define commit0 5247a1f1a3b3ccf3c2ee9b45f67305c517e2d304 +%define commit0 09cce6292b7f4f6ee16da3e2001f34b1e4126679 %define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.14.5 +%define built_tag v1.14.6 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz Name: %{repo} -Version: 1.14.5 +Version: 1.14.6 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -143,6 +143,9 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %changelog +* Fri Apr 03 2020 RH Container Bot - 1.14.6-1 +- autobuilt v1.14.6 + * Fri Mar 27 2020 RH Container Bot - 1.14.5-1 - autobuilt v1.14.5 diff --git a/sources b/sources index 3a9c079..a2bfb63 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (buildah-843d15d.tar.gz) = ca383aff62f7a26e1bfcc3d7d7592be939c413a49f891a69139166a6c16306f38ea2d618c9e37e9f412fa7735ee4ae933dd3dcab45c06e455882aa8cc4e585b3 -SHA512 (v1.14.5.tar.gz) = 759d2ba26af43d6ff7ee891f88114a0cde6307439f7837343bfa6edba2473805f0f2e584264e8be01b9f0af07b1fd323243af5feeb9535ada4475ce53a980ff6 +SHA512 (v1.14.6.tar.gz) = 869addbd41c115ca92eab30133c76cd0d449184e95f3b64fa57ad84f50834e6f6189bd1a7e4871aba270b96bf69192ff00da7f0e086439c811c5093342ac14d2 From 953b4694b007f82a805396fabe6c9bd662881596 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 7 Apr 2020 21:08:26 +0000 Subject: [PATCH 54/72] buildah-1.14.7-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + buildah.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a147977..d2e4d8f 100644 --- a/.gitignore +++ b/.gitignore @@ -290,3 +290,4 @@ /v1.14.4.tar.gz /v1.14.5.tar.gz /v1.14.6.tar.gz +/v1.14.7.tar.gz diff --git a/buildah.spec b/buildah.spec index af556b4..c43e192 100644 --- a/buildah.spec +++ b/buildah.spec @@ -24,17 +24,17 @@ # https://github.com/containers/buildah %define import_path %{provider}.%{provider_tld}/%{project}/%{repo} %define git0 https://%{import_path} -%define commit0 09cce6292b7f4f6ee16da3e2001f34b1e4126679 +%define commit0 3812432dc21c32d609aa96474bed44e4f4be6b0b %define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.14.6 +%define built_tag v1.14.7 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz Name: %{repo} -Version: 1.14.6 +Version: 1.14.7 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -143,6 +143,9 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %changelog +* Tue Apr 07 2020 RH Container Bot - 1.14.7-1 +- autobuilt v1.14.7 + * Fri Apr 03 2020 RH Container Bot - 1.14.6-1 - autobuilt v1.14.6 diff --git a/sources b/sources index a2bfb63..e6a07bf 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (buildah-843d15d.tar.gz) = ca383aff62f7a26e1bfcc3d7d7592be939c413a49f891a69139166a6c16306f38ea2d618c9e37e9f412fa7735ee4ae933dd3dcab45c06e455882aa8cc4e585b3 -SHA512 (v1.14.6.tar.gz) = 869addbd41c115ca92eab30133c76cd0d449184e95f3b64fa57ad84f50834e6f6189bd1a7e4871aba270b96bf69192ff00da7f0e086439c811c5093342ac14d2 +SHA512 (v1.14.7.tar.gz) = d094fbd9d34313e0507223ea720eef75ff19edde7ce1d9a8db3f9af4fcd81c0970f7736d9854023e4904285af1aca1722d9a86394192000da800620ff52499ce From 5a52e37d2da88a879e8fc3aaeffb425f436834ec Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 9 Apr 2020 18:08:38 +0000 Subject: [PATCH 55/72] buildah-1.14.8-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + buildah.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d2e4d8f..66ff447 100644 --- a/.gitignore +++ b/.gitignore @@ -291,3 +291,4 @@ /v1.14.5.tar.gz /v1.14.6.tar.gz /v1.14.7.tar.gz +/v1.14.8.tar.gz diff --git a/buildah.spec b/buildah.spec index c43e192..6ef1e33 100644 --- a/buildah.spec +++ b/buildah.spec @@ -24,17 +24,17 @@ # https://github.com/containers/buildah %define import_path %{provider}.%{provider_tld}/%{project}/%{repo} %define git0 https://%{import_path} -%define commit0 3812432dc21c32d609aa96474bed44e4f4be6b0b +%define commit0 155ce56a2cd2d5608cf43c998f1728af5e7a499b %define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.14.7 +%define built_tag v1.14.8 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz Name: %{repo} -Version: 1.14.7 +Version: 1.14.8 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -143,6 +143,9 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %changelog +* Thu Apr 09 2020 RH Container Bot - 1.14.8-1 +- autobuilt v1.14.8 + * Tue Apr 07 2020 RH Container Bot - 1.14.7-1 - autobuilt v1.14.7 diff --git a/sources b/sources index e6a07bf..7648e5a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (buildah-843d15d.tar.gz) = ca383aff62f7a26e1bfcc3d7d7592be939c413a49f891a69139166a6c16306f38ea2d618c9e37e9f412fa7735ee4ae933dd3dcab45c06e455882aa8cc4e585b3 -SHA512 (v1.14.7.tar.gz) = d094fbd9d34313e0507223ea720eef75ff19edde7ce1d9a8db3f9af4fcd81c0970f7736d9854023e4904285af1aca1722d9a86394192000da800620ff52499ce +SHA512 (v1.14.8.tar.gz) = 8cc64d8262ffe3727f4c32051f4f3456ab0b54f221ce6d144a301b732170eb487dc356f4e056c804ca9806172e60920239b62800a0aac2dc5de83cd656ea97f3 From 93e3f180588932402c0c42ea4a29fe7984bc9f40 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Thu, 21 May 2020 05:50:27 -0600 Subject: [PATCH 56/72] gating.yaml : bring up-to-date wrt requirements 1) Update the testcase name. This is a global fedora-wide change instituted May 2020 2) Add a 'subject_type' line. This seems to be a global change instituted Augist 2019, but I never heard about it Signed-off-by: Ed Santiago --- gating.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 9571536..0d881de 100644 --- a/gating.yaml +++ b/gating.yaml @@ -2,5 +2,6 @@ product_versions: - fedora-* decision_context: bodhi_update_push_testing +subject_type: koji_build rules: - - !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.complete} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} From 4741d7d936388e5b1116177b06be9494eceecb63 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 26 May 2020 08:52:33 -0400 Subject: [PATCH 57/72] buildah-1.14.9-1 - bump to v1.14.9 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + buildah.spec | 9 +++++---- sources | 3 +-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 66ff447..72ba39a 100644 --- a/.gitignore +++ b/.gitignore @@ -292,3 +292,4 @@ /v1.14.6.tar.gz /v1.14.7.tar.gz /v1.14.8.tar.gz +/v1.14.9.tar.gz diff --git a/buildah.spec b/buildah.spec index 6ef1e33..7c65b30 100644 --- a/buildah.spec +++ b/buildah.spec @@ -24,17 +24,15 @@ # https://github.com/containers/buildah %define import_path %{provider}.%{provider_tld}/%{project}/%{repo} %define git0 https://%{import_path} -%define commit0 155ce56a2cd2d5608cf43c998f1728af5e7a499b -%define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.14.8 +%define built_tag v1.14.9 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz Name: %{repo} -Version: 1.14.8 +Version: 1.14.9 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -143,6 +141,9 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %changelog +* Tue May 26 2020 Lokesh Mandvekar - 1.14.9-1 +- bump to v1.14.9 + * Thu Apr 09 2020 RH Container Bot - 1.14.8-1 - autobuilt v1.14.8 diff --git a/sources b/sources index 7648e5a..f3bbb66 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (buildah-843d15d.tar.gz) = ca383aff62f7a26e1bfcc3d7d7592be939c413a49f891a69139166a6c16306f38ea2d618c9e37e9f412fa7735ee4ae933dd3dcab45c06e455882aa8cc4e585b3 -SHA512 (v1.14.8.tar.gz) = 8cc64d8262ffe3727f4c32051f4f3456ab0b54f221ce6d144a301b732170eb487dc356f4e056c804ca9806172e60920239b62800a0aac2dc5de83cd656ea97f3 +SHA512 (v1.14.9.tar.gz) = 6bd420d4ff15d0c8d8682a23e4d1a45e8b85d59f62697bdab2fe81dba57a913871e8b7670dca20470093c77cb17fe5ca4fb1ff627279cc812aa7efe5b3cab4ab From 4b3e04c7262c29e0763b8f6cd1007067f1db3d7a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 18 Jun 2020 11:17:49 +0000 Subject: [PATCH 58/72] buildah-1.15.0-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + buildah.spec | 7 +++++-- sources | 3 ++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 72ba39a..12e2579 100644 --- a/.gitignore +++ b/.gitignore @@ -293,3 +293,4 @@ /v1.14.7.tar.gz /v1.14.8.tar.gz /v1.14.9.tar.gz +/v1.15.0.tar.gz diff --git a/buildah.spec b/buildah.spec index 7c65b30..4d9c0a0 100644 --- a/buildah.spec +++ b/buildah.spec @@ -27,12 +27,12 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.14.9 +%define built_tag v1.15.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz Name: %{repo} -Version: 1.14.9 +Version: 1.15.0 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -141,6 +141,9 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %changelog +* Thu Jun 18 2020 RH Container Bot - 1.15.0-1 +- autobuilt v1.15.0 + * Tue May 26 2020 Lokesh Mandvekar - 1.14.9-1 - bump to v1.14.9 diff --git a/sources b/sources index f3bbb66..3f1745d 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -SHA512 (v1.14.9.tar.gz) = 6bd420d4ff15d0c8d8682a23e4d1a45e8b85d59f62697bdab2fe81dba57a913871e8b7670dca20470093c77cb17fe5ca4fb1ff627279cc812aa7efe5b3cab4ab +SHA512 (buildah-843d15d.tar.gz) = ca383aff62f7a26e1bfcc3d7d7592be939c413a49f891a69139166a6c16306f38ea2d618c9e37e9f412fa7735ee4ae933dd3dcab45c06e455882aa8cc4e585b3 +SHA512 (v1.15.0.tar.gz) = 58c9ea7502d2537b65ff27f5617255f9bd9b63d548c17d3995c0555f30bf32a8bf4d042cbbd0f640ee5a9c22377751fbec24a5d7ff8fe5a5eacbba4f97ea6871 From 242bfab5979565fb8a3baa1dda8d1c0283128957 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 31 Jul 2020 16:10:32 +0000 Subject: [PATCH 59/72] buildah-1.15.1-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + buildah.spec | 7 +++++-- sources | 3 +-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 12e2579..11a27fc 100644 --- a/.gitignore +++ b/.gitignore @@ -294,3 +294,4 @@ /v1.14.8.tar.gz /v1.14.9.tar.gz /v1.15.0.tar.gz +/v1.15.1.tar.gz diff --git a/buildah.spec b/buildah.spec index 4d9c0a0..dac39c9 100644 --- a/buildah.spec +++ b/buildah.spec @@ -27,12 +27,12 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.15.0 +%define built_tag v1.15.1 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz Name: %{repo} -Version: 1.15.0 +Version: 1.15.1 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -141,6 +141,9 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %changelog +* Fri Jul 31 16:10:16 GMT 2020 RH Container Bot - 1.15.1-1 +- autobuilt v1.15.1 + * Thu Jun 18 2020 RH Container Bot - 1.15.0-1 - autobuilt v1.15.0 diff --git a/sources b/sources index 3f1745d..e6c5d90 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (buildah-843d15d.tar.gz) = ca383aff62f7a26e1bfcc3d7d7592be939c413a49f891a69139166a6c16306f38ea2d618c9e37e9f412fa7735ee4ae933dd3dcab45c06e455882aa8cc4e585b3 -SHA512 (v1.15.0.tar.gz) = 58c9ea7502d2537b65ff27f5617255f9bd9b63d548c17d3995c0555f30bf32a8bf4d042cbbd0f640ee5a9c22377751fbec24a5d7ff8fe5a5eacbba4f97ea6871 +SHA512 (v1.15.1.tar.gz) = 61cbe91867dc664a9e76b367e0f99bf5c797c68dda7182ed43c6a6a5a72a0f0519e45db6b2746b26933d829834757cc93bdbd30c62ce6a947ee546dbc1f930be From 988d7d52ef8a6c46ab62303395d999a896e431b0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 3 Sep 2020 18:27:27 +0000 Subject: [PATCH 60/72] buildah-1.15.2-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + buildah.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 11a27fc..01274be 100644 --- a/.gitignore +++ b/.gitignore @@ -295,3 +295,4 @@ /v1.14.9.tar.gz /v1.15.0.tar.gz /v1.15.1.tar.gz +/v1.15.2.tar.gz diff --git a/buildah.spec b/buildah.spec index dac39c9..ccea1b7 100644 --- a/buildah.spec +++ b/buildah.spec @@ -27,12 +27,12 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.15.1 +%define built_tag v1.15.2 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz Name: %{repo} -Version: 1.15.1 +Version: 1.15.2 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -141,6 +141,9 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %changelog +* Thu Sep 3 2020 RH Container Bot - 1.15.2-1 +- autobuilt v1.15.2 + * Fri Jul 31 16:10:16 GMT 2020 RH Container Bot - 1.15.1-1 - autobuilt v1.15.1 diff --git a/sources b/sources index e6c5d90..f5f4dcb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.15.1.tar.gz) = 61cbe91867dc664a9e76b367e0f99bf5c797c68dda7182ed43c6a6a5a72a0f0519e45db6b2746b26933d829834757cc93bdbd30c62ce6a947ee546dbc1f930be +SHA512 (v1.15.2.tar.gz) = 48431d66b4a56605d1538e660591fab05d75956c09acbebc5a515c6f6c8673cf5eeddba4bc0a815f1b214e8f1bd18898d1ed0634578cf3992806df4636c79157 From bd5c26b8075de7faff74c824cd0db18854e86161 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 9 Sep 2020 14:05:50 +0000 Subject: [PATCH 61/72] buildah-1.16.0-1 autobuilt v1.16.0 Signed-off-by: RH Container Bot --- .gitignore | 1 + buildah.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 01274be..42c2fff 100644 --- a/.gitignore +++ b/.gitignore @@ -296,3 +296,4 @@ /v1.15.0.tar.gz /v1.15.1.tar.gz /v1.15.2.tar.gz +/v1.16.0.tar.gz diff --git a/buildah.spec b/buildah.spec index ccea1b7..b1b91d6 100644 --- a/buildah.spec +++ b/buildah.spec @@ -27,12 +27,12 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.15.2 +%define built_tag v1.16.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz Name: %{repo} -Version: 1.15.2 +Version: 1.16.0 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -141,6 +141,9 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %changelog +* Wed Sep 9 2020 RH Container Bot - 1.16.0-1 +- autobuilt v1.16.0 + * Thu Sep 3 2020 RH Container Bot - 1.15.2-1 - autobuilt v1.15.2 diff --git a/sources b/sources index f5f4dcb..3c649ac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.15.2.tar.gz) = 48431d66b4a56605d1538e660591fab05d75956c09acbebc5a515c6f6c8673cf5eeddba4bc0a815f1b214e8f1bd18898d1ed0634578cf3992806df4636c79157 +SHA512 (v1.16.0.tar.gz) = 42cf3d01dae23968270f7a45fcd216c08d0012217be50ee69f921d672d0c6ecdb4154789de9ca15b5740a4742225e88fd386ce1ed40f0afa0174915a16017cb0 From ff7127f2a1833505a14482d1f38ddf016382b47f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 9 Sep 2020 10:16:50 -0400 Subject: [PATCH 62/72] fix build/install steps Signed-off-by: Lokesh Mandvekar --- buildah.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildah.spec b/buildah.spec index b1b91d6..b75712d 100644 --- a/buildah.spec +++ b/buildah.spec @@ -109,8 +109,8 @@ export BUILDTAGS='seccomp selinux' export BUILDTAGS="exclude_graphdriver_btrfs exclude_graphdriver_devicemapper containers_image_ostree_stub" %endif export GO111MODULE=off -%gobuild -o %{name} %{import_path}/cmd/%{name} -%gobuild -o imgtype %{import_path}/tests/imgtype +%gobuild -o bin/%{name} %{import_path}/cmd/%{name} +%gobuild -o bin/imgtype %{import_path}/tests/imgtype GOMD2MAN=go-md2man %{__make} -C docs %install @@ -120,7 +120,7 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install install -d -p %{buildroot}/%{_datadir}/%{name}/test/system cp -pav tests/. %{buildroot}/%{_datadir}/%{name}/test/system -cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype +cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype #define license tag if not already defined %{!?_licensedir:%global license %doc} From bff15e3e6b00759899e3b9ec83e1a5abe37de30f Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Tue, 8 Sep 2020 15:02:43 -0600 Subject: [PATCH 63/72] Gating tests: set TMPDIR=/var/tmp Gating tests are failing with ENOSPC. Try explicitly setting TMPDIR to /var/tmp which usually has more free space. Signed-off-by: Ed Santiago (cherry picked from commit 6abb99385412cc5249e41a4907cb83a7ccb51508) Signed-off-by: Lokesh Mandvekar --- tests/test_buildah.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_buildah.yml b/tests/test_buildah.yml index be1ce31..4820a9f 100644 --- a/tests/test_buildah.yml +++ b/tests/test_buildah.yml @@ -1,5 +1,7 @@ --- - hosts: localhost + environment: + TMPDIR: /var/tmp roles: - role: standard-test-basic tags: From a18cd68f16ea8ad07f6ac51372908c364181a97e Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Tue, 8 Sep 2020 10:39:24 -0600 Subject: [PATCH 64/72] add Subject Alternative Name to local openssl cert Go 1.15 deprecates checking CN; this broke gating tests: Get "https://localhost:5000/v2/": x509: certificate relies on legacy Common Name field, use SANs or temporarily enable Common Name matching with GODEBUG=x509ignoreCN=0 Easy two-line solution in the 'openssl' invocation. Huge thanks to Nalin for tracking down and fixing while I was still getting started: https://github.com/containers/buildah/pull/2595 Signed-off-by: Ed Santiago (cherry picked from commit 53b3ac8e486c9322f0aec7ad6e9ce9a928807413) Signed-off-by: Lokesh Mandvekar --- tests/test_buildah.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_buildah.sh b/tests/test_buildah.sh index 2227107..5c52528 100755 --- a/tests/test_buildah.sh +++ b/tests/test_buildah.sh @@ -27,7 +27,8 @@ pre_bats_setup() { openssl req -newkey rsa:4096 -nodes -sha256 \ -keyout $AUTHDIR/domain.key -x509 -days 2 \ -out $AUTHDIR/domain.crt \ - -subj "/C=US/ST=Foo/L=Bar/O=Red Hat, Inc./CN=localhost" + -subj "/C=US/ST=Foo/L=Bar/O=Red Hat, Inc./CN=registry host certificate" \ + -addext subjectAltName=DNS:localhost fi if [ ! -e $AUTHDIR/htpasswd ]; then From c4e0616b318f29179eaf74faa48b10a4fe31e1df Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 3 Sep 2020 14:11:46 -0400 Subject: [PATCH 65/72] tests package requires openssl Signed-off-by: Lokesh Mandvekar (cherry picked from commit 6150164bf033c63876c3c740ce85ca5df9870408) Signed-off-by: Lokesh Mandvekar --- buildah.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildah.spec b/buildah.spec index b75712d..3015d42 100644 --- a/buildah.spec +++ b/buildah.spec @@ -83,6 +83,8 @@ Requires: bzip2 Requires: podman Requires: golang Requires: jq +Requires: httpd-tools +Requires: openssl %description tests %{summary} From 21ade5ae2fb8a71d3c66aa69e10578919a6398bc Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 9 Sep 2020 11:16:22 -0400 Subject: [PATCH 66/72] buildah-1.16.0-2 - fix gating tests Signed-off-by: Lokesh Mandvekar --- buildah.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index 3015d42..49df26b 100644 --- a/buildah.spec +++ b/buildah.spec @@ -33,7 +33,7 @@ Name: %{repo} Version: 1.16.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -143,6 +143,9 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %changelog +* Wed Sep 09 2020 Lokesh Mandvekar - 1.16.0-2 +- fix gating tests + * Wed Sep 9 2020 RH Container Bot - 1.16.0-1 - autobuilt v1.16.0 From 0bec49e0e10249d78b1d4cf157e76b23e3f6ba8d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 11 Sep 2020 16:12:34 +0000 Subject: [PATCH 67/72] buildah-1.16.1-1 autobuilt v1.16.1 Signed-off-by: RH Container Bot --- .gitignore | 1 + buildah.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 42c2fff..a1ac080 100644 --- a/.gitignore +++ b/.gitignore @@ -297,3 +297,4 @@ /v1.15.1.tar.gz /v1.15.2.tar.gz /v1.16.0.tar.gz +/v1.16.1.tar.gz diff --git a/buildah.spec b/buildah.spec index 49df26b..224f73b 100644 --- a/buildah.spec +++ b/buildah.spec @@ -27,13 +27,13 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.16.0 +%define built_tag v1.16.1 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz Name: %{repo} -Version: 1.16.0 -Release: 2%{?dist} +Version: 1.16.1 +Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -143,6 +143,9 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %changelog +* Fri Sep 11 2020 RH Container Bot - 1.16.1-1 +- autobuilt v1.16.1 + * Wed Sep 09 2020 Lokesh Mandvekar - 1.16.0-2 - fix gating tests diff --git a/sources b/sources index 3c649ac..0ec7dd5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.16.0.tar.gz) = 42cf3d01dae23968270f7a45fcd216c08d0012217be50ee69f921d672d0c6ecdb4154789de9ca15b5740a4742225e88fd386ce1ed40f0afa0174915a16017cb0 +SHA512 (v1.16.1.tar.gz) = c17358d71e9102ef5da530df54648eaa13a1384b06cd43fe74094cdbaa2dfda6aa6d1a218fb88e12898ae4b9dca2d8c555643326779c5f09b6a118f0a440d17a From 23e4f0dde14d36015cbc96e03f2f7cd448c8dece Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 22 Sep 2020 15:12:51 +0000 Subject: [PATCH 68/72] buildah-1.16.2-1 autobuilt v1.16.2 Signed-off-by: RH Container Bot --- .gitignore | 1 + buildah.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a1ac080..9187d3d 100644 --- a/.gitignore +++ b/.gitignore @@ -298,3 +298,4 @@ /v1.15.2.tar.gz /v1.16.0.tar.gz /v1.16.1.tar.gz +/v1.16.2.tar.gz diff --git a/buildah.spec b/buildah.spec index 224f73b..700e38e 100644 --- a/buildah.spec +++ b/buildah.spec @@ -27,12 +27,12 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.16.1 +%define built_tag v1.16.2 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz Name: %{repo} -Version: 1.16.1 +Version: 1.16.2 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -143,6 +143,9 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %changelog +* Tue Sep 22 2020 RH Container Bot - 1.16.2-1 +- autobuilt v1.16.2 + * Fri Sep 11 2020 RH Container Bot - 1.16.1-1 - autobuilt v1.16.1 diff --git a/sources b/sources index 0ec7dd5..7dcf027 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.16.1.tar.gz) = c17358d71e9102ef5da530df54648eaa13a1384b06cd43fe74094cdbaa2dfda6aa6d1a218fb88e12898ae4b9dca2d8c555643326779c5f09b6a118f0a440d17a +SHA512 (v1.16.2.tar.gz) = a0ce322d1a1bf9faf12f698403b327ea3c8538e200662f837a38609215cc61a8caf51e1c2845e78c8f377c1461c0aa786d0a882e649c9ac8718e697350b418eb From f464c915233873fb8f096824b9da0398ac734f02 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 2 Oct 2020 12:32:38 +0000 Subject: [PATCH 69/72] buildah-1.16.4-1 autobuilt v1.16.4 Signed-off-by: RH Container Bot --- .gitignore | 1 + buildah.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9187d3d..e559919 100644 --- a/.gitignore +++ b/.gitignore @@ -299,3 +299,4 @@ /v1.16.0.tar.gz /v1.16.1.tar.gz /v1.16.2.tar.gz +/v1.16.4.tar.gz diff --git a/buildah.spec b/buildah.spec index 700e38e..6e66ad4 100644 --- a/buildah.spec +++ b/buildah.spec @@ -27,12 +27,12 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.16.2 +%define built_tag v1.16.4 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz Name: %{repo} -Version: 1.16.2 +Version: 1.16.4 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -143,6 +143,9 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %changelog +* Fri Oct 2 2020 RH Container Bot - 1.16.4-1 +- autobuilt v1.16.4 + * Tue Sep 22 2020 RH Container Bot - 1.16.2-1 - autobuilt v1.16.2 diff --git a/sources b/sources index 7dcf027..44c984d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.16.2.tar.gz) = a0ce322d1a1bf9faf12f698403b327ea3c8538e200662f837a38609215cc61a8caf51e1c2845e78c8f377c1461c0aa786d0a882e649c9ac8718e697350b418eb +SHA512 (v1.16.4.tar.gz) = cda3fc433403ccd1f9803f19b2efc570c13bfe2a5c0c31abe17552ce3d38a3388fd680de0125e83c375ad342ed5d39616f688e22d6472e58d4ee7c88c6bd7a03 From e47708bd5dfcd26c950f751f08510e4d0da8d0e7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 22 Oct 2020 14:32:41 +0000 Subject: [PATCH 70/72] buildah-1.16.5-1 autobuilt v1.16.5 Signed-off-by: RH Container Bot --- .gitignore | 1 + buildah.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e559919..0a58391 100644 --- a/.gitignore +++ b/.gitignore @@ -300,3 +300,4 @@ /v1.16.1.tar.gz /v1.16.2.tar.gz /v1.16.4.tar.gz +/v1.16.5.tar.gz diff --git a/buildah.spec b/buildah.spec index 6e66ad4..0d900ea 100644 --- a/buildah.spec +++ b/buildah.spec @@ -27,12 +27,12 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.16.4 +%define built_tag v1.16.5 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz Name: %{repo} -Version: 1.16.4 +Version: 1.16.5 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -143,6 +143,9 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %changelog +* Thu Oct 22 2020 RH Container Bot - 1.16.5-1 +- autobuilt v1.16.5 + * Fri Oct 2 2020 RH Container Bot - 1.16.4-1 - autobuilt v1.16.4 diff --git a/sources b/sources index 44c984d..8b05f7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.16.4.tar.gz) = cda3fc433403ccd1f9803f19b2efc570c13bfe2a5c0c31abe17552ce3d38a3388fd680de0125e83c375ad342ed5d39616f688e22d6472e58d4ee7c88c6bd7a03 +SHA512 (v1.16.5.tar.gz) = 3d4a21360375ce21d1d53d33d47179f5c6b3f0ba8ec9050258cd2fd9a82cd67132c548d3850beda9130cfb09afaca63a4dadce215ff3883ebf8796709e30ae9f From d0c5874fea0b124f658e3e6f475d8640bcc74859 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 5 Nov 2020 18:28:04 +0000 Subject: [PATCH 71/72] buildah-1.17.0-1 autobuilt v1.17.0 Signed-off-by: RH Container Bot --- .gitignore | 1 + buildah.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0a58391..e5f22cb 100644 --- a/.gitignore +++ b/.gitignore @@ -301,3 +301,4 @@ /v1.16.2.tar.gz /v1.16.4.tar.gz /v1.16.5.tar.gz +/v1.17.0.tar.gz diff --git a/buildah.spec b/buildah.spec index 0d900ea..55a93e9 100644 --- a/buildah.spec +++ b/buildah.spec @@ -27,12 +27,12 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.16.5 +%define built_tag v1.17.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz Name: %{repo} -Version: 1.16.5 +Version: 1.17.0 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -143,6 +143,9 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %changelog +* Thu Nov 5 2020 RH Container Bot - 1.17.0-1 +- autobuilt v1.17.0 + * Thu Oct 22 2020 RH Container Bot - 1.16.5-1 - autobuilt v1.16.5 diff --git a/sources b/sources index 8b05f7f..14b3401 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.16.5.tar.gz) = 3d4a21360375ce21d1d53d33d47179f5c6b3f0ba8ec9050258cd2fd9a82cd67132c548d3850beda9130cfb09afaca63a4dadce215ff3883ebf8796709e30ae9f +SHA512 (v1.17.0.tar.gz) = 29116313795f19577fe8c39430ca8960060614172c2544dc42759570386adfedc1d040d226c08ce3267efb8ab4228d5b748c031552da9ca8eb3ebe49f7488868 From 63beeb44cb7b527df4c7542e7c1c258f3bed0ed9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 16 Nov 2020 17:33:20 +0000 Subject: [PATCH 72/72] buildah-1.18.0-1 autobuilt v1.18.0 Signed-off-by: RH Container Bot --- .gitignore | 1 + buildah.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e5f22cb..3a3e7ae 100644 --- a/.gitignore +++ b/.gitignore @@ -302,3 +302,4 @@ /v1.16.4.tar.gz /v1.16.5.tar.gz /v1.17.0.tar.gz +/v1.18.0.tar.gz diff --git a/buildah.spec b/buildah.spec index 55a93e9..d2f723f 100644 --- a/buildah.spec +++ b/buildah.spec @@ -27,12 +27,12 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.17.0 +%define built_tag v1.18.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz Name: %{repo} -Version: 1.17.0 +Version: 1.18.0 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -143,6 +143,9 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype %changelog +* Mon Nov 16 2020 RH Container Bot - 1.18.0-1 +- autobuilt v1.18.0 + * Thu Nov 5 2020 RH Container Bot - 1.17.0-1 - autobuilt v1.17.0 diff --git a/sources b/sources index 14b3401..b6553bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.17.0.tar.gz) = 29116313795f19577fe8c39430ca8960060614172c2544dc42759570386adfedc1d040d226c08ce3267efb8ab4228d5b748c031552da9ca8eb3ebe49f7488868 +SHA512 (v1.18.0.tar.gz) = e8d7bebc61ff724d08a26e6a9ccab572ce9a275ca94ffb50fc6bff4eb97b5840e6a196655a2a0f41b4088382949c84f13a923c1a19367a4746911e026f8f4bac