From 9abba20d380397c004d7512204a061b90f336ab6 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 5 Sep 2019 23:23:15 +0530 Subject: [PATCH 01/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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/44] 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