From 5bf7a20c9c0e489e84b4276b1a9e91d7cedcde8b Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 21 Mar 2019 17:30:10 -0400 Subject: [PATCH 01/29] Complile with SELinux enabled --- .gitignore | 63 +-------------- buildah.spec | 211 ++++++--------------------------------------------- sources | 2 +- 3 files changed, 28 insertions(+), 248 deletions(-) diff --git a/.gitignore b/.gitignore index 8d18faf..910dd6e 100644 --- a/.gitignore +++ b/.gitignore @@ -90,63 +90,8 @@ /buildah-02f54e4.tar.gz /buildah-0a7389c.tar.gz /buildah-87239ae.tar.gz -/buildah-7341758.tar.gz -/buildah-0ae8b51.tar.gz -/buildah-74e0b6f.tar.gz -/buildah-9add3c8.tar.gz -/buildah-fb2b2bd.tar.gz -/buildah-dac7819.tar.gz -/buildah-d7e0993.tar.gz -/buildah-18309de.tar.gz -/buildah-c9cb148.tar.gz -/buildah-2ac987a.tar.gz -/buildah-25d89b4.tar.gz -/buildah-d5a3c52.tar.gz -/buildah-4126176.tar.gz -/buildah-93d8b9f.tar.gz -/buildah-6e00183.tar.gz -/buildah-2b582d3.tar.gz -/buildah-b68a8e1.tar.gz -/buildah-9c65e56.tar.gz -/buildah-01f9ae2.tar.gz -/buildah-5cca1d6.tar.gz -/buildah-9c1d273.tar.gz -/buildah-1e1dc14.tar.gz -/buildah-dd0f4f1.tar.gz -/buildah-90ea890.tar.gz -/buildah-de7f480.tar.gz -/buildah-96c68db.tar.gz -/buildah-dd3dff5.tar.gz -/buildah-4674656.tar.gz -/buildah-eebbba2.tar.gz -/buildah-e55a9f3.tar.gz -/buildah-579f1d5.tar.gz -/buildah-8f05aa6.tar.gz -/buildah-bb710f3.tar.gz -/buildah-a4200ae.tar.gz -/buildah-48b44e5.tar.gz -/buildah-169a923.tar.gz -/buildah-1ef527c.tar.gz -/buildah-5d22f3c.tar.gz -/buildah-f6a0258.tar.gz -/buildah-fa86533.tar.gz -/buildah-fe7e09c.tar.gz -/buildah-d7e530e.tar.gz -/buildah-66ff1dd.tar.gz -/buildah-0f114e9.tar.gz +/buildah-608fa84.tar.gz +/buildah-e94b4f9.tar.gz +/buildah-3ec6a6b.tar.gz /buildah-5f95bd9.tar.gz -/buildah-7a85ca7.tar.gz -/buildah-9b9ed1d.tar.gz -/buildah-4bcddb7.tar.gz -/buildah-f1cec50.tar.gz -/buildah-e702872.tar.gz -/buildah-03f6247.tar.gz -/buildah-973bb88.tar.gz -/buildah-ad24f28.tar.gz -/buildah-50539b5.tar.gz -/buildah-310363c.tar.gz -/buildah-711f9ea.tar.gz -/buildah-e4c4d46.tar.gz -/buildah-40d4d59.tar.gz -/buildah-80fcb24.tar.gz -/buildah-146a0fc.tar.gz +/buildah-873f001.tar.gz diff --git a/buildah.spec b/buildah.spec index ca191ea..3ee0bf0 100644 --- a/buildah.spec +++ b/buildah.spec @@ -15,12 +15,12 @@ # https://github.com/containers/buildah %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit0 146a0fc49b6870a88981912d59243caf51acc399 +%global commit0 873f00141c8e23973709f6226972d5976f8eb975 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: %{repo} Version: 1.7 -Release: 17.dev.git%{shortcommit0}%{?dist} +Release: 3.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{provider_prefix} @@ -43,6 +43,10 @@ BuildRequires: make Requires: runc >= 1.0.0-17 Requires: containers-common Recommends: container-selinux +Recommends: slirp4netns >= 0.3-0 +%if 0%{?fedora} > 28 +Recommends: fuse-overlayfs +%endif %description The %{name} package provides a command line tool which can be used to @@ -66,7 +70,7 @@ popd mv vendor src export GOPATH=$(pwd)/_build:$(pwd):%{gopath} -export BUILDTAGS='seccomp' +export BUILDTAGS='seccomp selinux' %gobuild -o %{name} %{import_path}/cmd/%{name} %{__make} docs @@ -87,198 +91,29 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog -* Mon Feb 18 2019 Lokesh Mandvekar (Bot) - 1.7-17.dev.git146a0fc -- autobuilt 146a0fc +* Thu Mar 21 2019 Dan Walsh - 1.7-3.git873f0014 +- Complile with SELinux enabled -* Sat Feb 16 2019 Lokesh Mandvekar (Bot) - 1.7-16.dev.git80fcb24 -- autobuilt 80fcb24 +* Wed Mar 06 2019 Dan Walsh - 1.7-2.git873f0014 +- Add recommends for fuse-overlay and slirp4netns -* Fri Feb 15 2019 Lokesh Mandvekar (Bot) - 1.7-15.dev.git40d4d59 -- autobuilt 40d4d59 +* Thu Feb 21 2019 Dan Walsh - 1.7-1.git873f0014 +- bump to v1.7 Release -* Thu Feb 14 2019 Lokesh Mandvekar (Bot) - 1.7-14.dev.gite4c4d46 -- autobuilt e4c4d46 +* Wed Jan 16 2019 Dan Walsh - 1.6-2.git5f95bd9a +- Fixes for v1.6 release -* Sun Feb 10 2019 Lokesh Mandvekar (Bot) - 1.7-13.dev.git711f9ea -- autobuilt 711f9ea +* Wed Jan 16 2019 Dan Walsh - 1.6-1.git3ec6a6bd +- bump to v1.6 Release -* Fri Feb 08 2019 Lokesh Mandvekar (Bot) - 1.7-12.dev.git310363c -- autobuilt 310363c +* Thu Nov 22 2018 Dan Walsh - 1.5-1.gite94b4f98 +- bump to v1.5 Release -* Wed Feb 06 2019 Lokesh Mandvekar (Bot) - 1.7-11.dev.git50539b5 -- autobuilt 50539b5 +* Thu Oct 4 2018 Dan Walsh - 1.4-3.git608fa84 +- Fix v1.4 Release -* Tue Feb 05 2019 Lokesh Mandvekar (Bot) - 1.7-10.dev.gitad24f28 -- autobuilt ad24f28 - -* Sat Feb 02 2019 Lokesh Mandvekar (Bot) - 1.7-9.dev.git973bb88 -- autobuilt 973bb88 - -* Fri Feb 01 2019 Lokesh Mandvekar (Bot) - 1.7-8.dev.git03f6247 -- autobuilt 03f6247 - -* Thu Jan 31 2019 Fedora Release Engineering - 1.7-7.dev.gite702872 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Tue Jan 29 2019 Lokesh Mandvekar (Bot) - 1.7-6.dev.gite702872 -- autobuilt e702872 - -* Thu Jan 24 2019 Lokesh Mandvekar (Bot) - 1.7-5.dev.gitf1cec50 -- autobuilt f1cec50 - -* Tue Jan 22 2019 Lokesh Mandvekar (Bot) - 1.7-4.dev.git4bcddb7 -- autobuilt 4bcddb7 - -* Mon Jan 21 2019 Lokesh Mandvekar (Bot) - 1.7-3.dev.git9b9ed1d -- autobuilt 9b9ed1d - -* Sun Jan 20 2019 Lokesh Mandvekar (Bot) - 1.7-2.dev.git7a85ca7 -- bump to 1.7 -- autobuilt 7a85ca7 - -* Sat Jan 19 2019 Lokesh Mandvekar (Bot) - 1.6-2.dev.git5f95bd9 -- bump to 1.6 -- autobuilt 5f95bd9 - -* Fri Jan 18 2019 Lokesh Mandvekar (Bot) - 1.7-2.dev.git0f114e9 -- bump to 1.7 -- autobuilt 0f114e9 - -* Thu Jan 17 2019 Lokesh Mandvekar (Bot) - 1.6-33.dev.git66ff1dd -- autobuilt 66ff1dd - -* Wed Jan 16 2019 Lokesh Mandvekar (Bot) - 1.6-32.dev.gitd7e530e -- autobuilt d7e530e - -* Tue Jan 15 2019 Lokesh Mandvekar (Bot) - 1.6-31.dev.gitfe7e09c -- autobuilt fe7e09c - -* Sun Jan 13 2019 Lokesh Mandvekar (Bot) - 1.6-30.dev.gitfa86533 -- autobuilt fa86533 - -* Sat Jan 12 2019 Lokesh Mandvekar (Bot) - 1.6-29.dev.gitf6a0258 -- autobuilt f6a0258 - -* Fri Jan 11 2019 Lokesh Mandvekar (Bot) - 1.6-28.dev.git5d22f3c -- autobuilt 5d22f3c - -* Thu Jan 10 2019 Lokesh Mandvekar (Bot) - 1.6-27.dev.git1ef527c -- autobuilt 1ef527c - -* Wed Jan 09 2019 Lokesh Mandvekar (Bot) - 1.6-26.dev.git169a923 -- autobuilt 169a923 - -* Tue Jan 08 2019 Lokesh Mandvekar (Bot) - 1.6-25.dev.git48b44e5 -- autobuilt 48b44e5 - -* Mon Jan 07 2019 Lokesh Mandvekar (Bot) - 1.6-24.dev.gita4200ae -- autobuilt a4200ae - -* Sun Jan 06 2019 Lokesh Mandvekar (Bot) - 1.6-23.dev.gitbb710f3 -- autobuilt bb710f3 - -* Sat Jan 05 2019 Lokesh Mandvekar (Bot) - 1.6-22.dev.git8f05aa6 -- autobuilt 8f05aa6 - -* Fri Jan 04 2019 Lokesh Mandvekar (Bot) - 1.6-21.dev.git579f1d5 -- autobuilt 579f1d5 - -* Thu Jan 03 2019 Lokesh Mandvekar (Bot) - 1.6-20.dev.gite55a9f3 -- autobuilt e55a9f3 - -* Tue Dec 25 2018 Lokesh Mandvekar (Bot) - 1.6-1.nightly.git5f95bd99.dev.giteebbba2 -- autobuilt eebbba2 - -* Thu Dec 20 2018 Lokesh Mandvekar (Bot) - 1.6-1.nightly.git5f95bd98.dev.git4674656 -- autobuilt 4674656 - -* Wed Dec 19 2018 Lokesh Mandvekar (Bot) - 1.6-1.nightly.git5f95bd97.dev.gitdd3dff5 -- autobuilt dd3dff5 - -* Sun Dec 16 2018 Lokesh Mandvekar (Bot) - 1.6-1.nightly.git5f95bd96.dev.git96c68db -- autobuilt 96c68db - -* Fri Dec 14 2018 Lokesh Mandvekar (Bot) - 1.6-1.nightly.git5f95bd95.dev.gitde7f480 -- autobuilt de7f480 - -* Wed Dec 12 2018 Lokesh Mandvekar (Bot) - 1.6-1.nightly.git5f95bd94.dev.git90ea890 -- autobuilt 90ea890 - -* Mon Dec 10 2018 Lokesh Mandvekar (Bot) - 1.6-1.nightly.git5f95bd93.dev.gitdd0f4f1 -- autobuilt dd0f4f1 - -* Sat Dec 08 2018 Lokesh Mandvekar (Bot) - 1.6-1.nightly.git5f95bd92.dev.git1e1dc14 -- autobuilt 1e1dc14 - -* Fri Dec 07 2018 Lokesh Mandvekar (Bot) - 1.6-1.nightly.git5f95bd91.dev.git9c1d273 -- autobuilt 9c1d273 - -* Thu Dec 06 2018 Lokesh Mandvekar (Bot) - 1.6-1.nightly.git5f95bd90.dev.git5cca1d6 -- autobuilt 5cca1d6 - -* Wed Dec 05 2018 Lokesh Mandvekar (Bot) - 1.6-9.dev.git01f9ae2 -- autobuilt 01f9ae2 - -* Tue Dec 04 2018 Lokesh Mandvekar (Bot) - 1.6-8.dev.git9c65e56 -- autobuilt 9c65e56 - -* Sun Dec 02 2018 Lokesh Mandvekar (Bot) - 1.6-7.dev.gitb68a8e1 -- autobuilt b68a8e1 - -* Sat Dec 01 2018 Lokesh Mandvekar (Bot) - 1.6-6.dev.git2b582d3 -- autobuilt 2b582d3 - -* Fri Nov 30 2018 Lokesh Mandvekar (Bot) - 1.6-5.dev.git6e00183 -- autobuilt 6e00183 - -* Thu Nov 29 2018 Lokesh Mandvekar (Bot) - 1.6-4.dev.git93d8b9f -- autobuilt 93d8b9f - -* Wed Nov 28 2018 Lokesh Mandvekar (Bot) - 1.6-3.dev.git4126176 -- autobuilt 4126176 - -* Fri Nov 23 2018 Lokesh Mandvekar (Bot) - 1.6-2.dev.gitd5a3c52 -- bump to 1.6 -- autobuilt d5a3c52 - -* Thu Nov 22 2018 Lokesh Mandvekar (Bot) - 1.5-12.dev.git25d89b4 -- autobuilt 25d89b4 - -* Wed Nov 21 2018 Lokesh Mandvekar (Bot) - 1.5-11.dev.git2ac987a -- autobuilt 2ac987a - -* Tue Nov 20 2018 Lokesh Mandvekar (Bot) - 1.5-10.dev.gitc9cb148 -- autobuilt c9cb148 - -* Sat Nov 17 2018 Lokesh Mandvekar (Bot) - 1.5-9.dev.git18309de -- autobuilt 18309de - -* Fri Nov 16 2018 Lokesh Mandvekar (Bot) - 1.5-8.dev.gitd7e0993 -- autobuilt d7e0993 - -* Thu Nov 15 2018 Lokesh Mandvekar (Bot) - 1.5-7.dev.gitdac7819 -- autobuilt dac7819 - -* Tue Nov 13 2018 Lokesh Mandvekar (Bot) - 1.5-6.dev.gitfb2b2bd -- autobuilt fb2b2bd - -* Sat Nov 10 2018 Lokesh Mandvekar (Bot) - 1.5-5.dev.git9add3c8 -- autobuilt 9add3c8 - -* Fri Nov 09 2018 Lokesh Mandvekar (Bot) - 1.5-4.dev.git74e0b6f -- autobuilt 74e0b6f - -* Thu Nov 08 2018 Lokesh Mandvekar (Bot) - 1.5-3.dev.git0ae8b51 -- autobuilt 0ae8b51 - -* Wed Nov 07 2018 Lokesh Mandvekar (Bot) - 1.5-2.dev.git7341758 -- autobuilt 7341758 - -* Tue Oct 2 2018 Dan Walsh - 1.5-1.dev.git87239ae -- bump to v1.5-dev Release - -* Wed Sep 19 2018 Lokesh Mandvekar - 1.4-2.dev.git19e44f0 -- autobuilt 19e44f0 +* Tue Oct 2 2018 Dan Walsh - 1.4-2.git87239ae +- bump to v1.4 Release * Sun Aug 12 2018 Lokesh Mandvekar - 1.4-1.dev.git0a7389c - bump to v1.4-dev diff --git a/sources b/sources index bc2b7c8..16d5acc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-146a0fc.tar.gz) = abf57ecc8b41d55ca4059a35424ba93f254aba0db111cbb7cb5d5ef02fafd175f3ecc87baf81d45e62f126af274157909ba1144348cc6129b358e05a970e7ec4 +SHA512 (buildah-873f001.tar.gz) = 737f01a3e1e8f39d58f5862c1ed0227e5ce25f3828b4acca220d4beab4a31b84c415163ef2e8fa41b4e961f1f8bb45a4e9905e3dddf57144ce04a9031d83e98f From cd14cb00bc627df029284f21da452c13af8e8c2a Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 25 Apr 2019 17:24:19 -0400 Subject: [PATCH 02/29] Rebuild with a larger release number to unbreak upgrades from 1.7 prereleases Signed-off-by: Nalin Dahyabhai --- buildah.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/buildah.spec b/buildah.spec index 3ee0bf0..d1042e4 100644 --- a/buildah.spec +++ b/buildah.spec @@ -20,7 +20,7 @@ Name: %{repo} Version: 1.7 -Release: 3.git%{shortcommit0}%{?dist} +Release: 18.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{provider_prefix} @@ -91,8 +91,11 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog +* Thu Apr 25 2019 Nalin Dahyabhai - 1.7-18.git873f0014 +- Rebuild with a larger release number to unbreak upgrades from 1.7 prereleases + * Thu Mar 21 2019 Dan Walsh - 1.7-3.git873f0014 -- Complile with SELinux enabled +- Compile with SELinux enabled * Wed Mar 06 2019 Dan Walsh - 1.7-2.git873f0014 - Add recommends for fuse-overlay and slirp4netns From 732c253fc72eb02f212d21708bb86a7191de5cc1 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 26 Apr 2019 11:19:04 -0400 Subject: [PATCH 03/29] bump to v1.8.0 Release --- .gitignore | 1 + buildah.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 910dd6e..415b150 100644 --- a/.gitignore +++ b/.gitignore @@ -95,3 +95,4 @@ /buildah-3ec6a6b.tar.gz /buildah-5f95bd9.tar.gz /buildah-873f001.tar.gz +/buildah-4aa16cf.tar.gz diff --git a/buildah.spec b/buildah.spec index 3ee0bf0..5f2afb2 100644 --- a/buildah.spec +++ b/buildah.spec @@ -15,12 +15,12 @@ # https://github.com/containers/buildah %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit0 873f00141c8e23973709f6226972d5976f8eb975 +%global commit0 4aa16cf48a88a945a86325c0bf697efcf4993443 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: %{repo} -Version: 1.7 -Release: 3.git%{shortcommit0}%{?dist} +Version: 1.8.0 +Release: 1.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{provider_prefix} @@ -91,6 +91,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog +* Fri Apr 26 2019 Dan Walsh - 1.8.0-1.git4aa16c +- bump to v1.8.0 Release + * Thu Mar 21 2019 Dan Walsh - 1.7-3.git873f0014 - Complile with SELinux enabled diff --git a/sources b/sources index 16d5acc..ae7d2f7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-873f001.tar.gz) = 737f01a3e1e8f39d58f5862c1ed0227e5ce25f3828b4acca220d4beab4a31b84c415163ef2e8fa41b4e961f1f8bb45a4e9905e3dddf57144ce04a9031d83e98f +SHA512 (buildah-4aa16cf.tar.gz) = cedae5af0c02b0839f57463f180f5b663bf3b4dbe5ddd08884ee511c2d63e9b989273d4a85150826046e3b42893567d2a478a9869df5401036adc1a585da1320 From df5a9a01c1f5006afb2726200682051dcd3f8ce3 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 26 Apr 2019 11:20:36 -0400 Subject: [PATCH 04/29] foo --- buildah.spec | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/buildah.spec b/buildah.spec index 80b8f7e..1f8c328 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,13 +19,8 @@ %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: %{repo} -<<<<<<< HEAD Version: 1.8.0 Release: 1.git%{shortcommit0}%{?dist} -======= -Version: 1.7 -Release: 18.git%{shortcommit0}%{?dist} ->>>>>>> cd14cb00bc627df029284f21da452c13af8e8c2a Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{provider_prefix} @@ -96,13 +91,11 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog -<<<<<<< HEAD * Fri Apr 26 2019 Dan Walsh - 1.8.0-1.git4aa16c - bump to v1.8.0 Release -======= + * Thu Apr 25 2019 Nalin Dahyabhai - 1.7-18.git873f0014 - Rebuild with a larger release number to unbreak upgrades from 1.7 prereleases ->>>>>>> cd14cb00bc627df029284f21da452c13af8e8c2a * Thu Mar 21 2019 Dan Walsh - 1.7-3.git873f0014 - Compile with SELinux enabled From 3c7771d82a5f63252dc968f33b3c401297e142f3 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 10 May 2019 15:59:34 -0400 Subject: [PATCH 05/29] bump to v1.8.2 Release --- .gitignore | 1 + buildah.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 415b150..105b1f5 100644 --- a/.gitignore +++ b/.gitignore @@ -96,3 +96,4 @@ /buildah-5f95bd9.tar.gz /buildah-873f001.tar.gz /buildah-4aa16cf.tar.gz +/buildah-e23314b.tar.gz diff --git a/buildah.spec b/buildah.spec index 1f8c328..83c77a6 100644 --- a/buildah.spec +++ b/buildah.spec @@ -15,11 +15,11 @@ # https://github.com/containers/buildah %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit0 4aa16cf48a88a945a86325c0bf697efcf4993443 +%global commit0 e23314b1725544c4e4dd82afcfe2866e0fd2ddc5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: %{repo} -Version: 1.8.0 +Version: 1.8.2 Release: 1.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -91,6 +91,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog +* Fri May 10 2019 Dan Walsh - 1.8.2-1.gite23314 +- bump to v1.8.2 Release + * Fri Apr 26 2019 Dan Walsh - 1.8.0-1.git4aa16c - bump to v1.8.0 Release diff --git a/sources b/sources index ae7d2f7..7556a9f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-4aa16cf.tar.gz) = cedae5af0c02b0839f57463f180f5b663bf3b4dbe5ddd08884ee511c2d63e9b989273d4a85150826046e3b42893567d2a478a9869df5401036adc1a585da1320 +SHA512 (buildah-e23314b.tar.gz) = 415ed57ca87e9f87495cc1a0f0f27cd765d167f425f306e110ccd8bb7a056f6196f9ff6895292a5ff9c926ca0b327fe2059f32bd89473d14b3dc6b07116218b3 From 92eac5914f72a2ab8176a81eb1940efbaa363142 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sun, 2 Jun 2019 20:07:03 +0530 Subject: [PATCH 06/29] update URL, cosmetic changes in changelog Signed-off-by: Lokesh Mandvekar --- buildah.spec | 158 +++++++++++++++++++++++++-------------------------- 1 file changed, 79 insertions(+), 79 deletions(-) diff --git a/buildah.spec b/buildah.spec index 83c77a6..5fcc3c3 100644 --- a/buildah.spec +++ b/buildah.spec @@ -13,8 +13,8 @@ %global project containers %global repo buildah # https://github.com/containers/buildah -%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} -%global import_path %{provider_prefix} +%global import_path %{provider}.%{provider_tld}/%{project}/%{repo} +%global git0 https://%{import_path} %global commit0 e23314b1725544c4e4dd82afcfe2866e0fd2ddc5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) @@ -23,10 +23,10 @@ Version: 1.8.2 Release: 1.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 -URL: https://%{provider_prefix} -Source: https://%{provider_prefix}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz - +URL: https://%{name}.io +Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz ExclusiveArch: x86_64 %{arm} aarch64 ppc64le s390x + # 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: git @@ -483,33 +483,33 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions - autobuilt commit 4743c2e * Wed Apr 4 2018 Dan Walsh 0.16-1 -- Add support for shell -- Vendor in latest containers/image -- docker-archive generates docker legacy compatible images -- Do not create $DiffID subdirectories for layers with no configs -- Ensure the layer IDs in legacy docker/tarfile metadata are unique -- docker-archive: repeated layers are symlinked in the tar file -- sysregistries: remove all trailing slashes -- Improve docker/* error messages -- Fix failure to make auth directory -- Create a new slice in Schema1.UpdateLayerInfos -- Drop unused storageImageDestination.{image,systemContext} -- Load a *storage.Image only once in storageImageSource -- Support gzip for docker-archive files -- Remove .tar extension from blob and config file names -- ostree, src: support copy of compressed layers -- ostree: re-pull layer if it misses uncompressed_digest|uncompressed_size -- image: fix docker schema v1 -> OCI conversion -- Add /etc/containers/certs.d as default certs directory -- Change image time to locale, add troubleshooting.md, add logo to other mds -- Allow --cmd parameter to have commands as values -- Document the mounts.conf file -- Fix man pages to format correctly -- buildah from now supports pulling images using the following transports: -- docker-archive, oci-archive, and dir. -- If the user overrides the storage driver, the options should be dropped -- Show Config/Manifest as JSON string in inspect when format is not set -- Adds feature to pull compressed docker-archive files +- Add support for shell +- Vendor in latest containers/image +- docker-archive generates docker legacy compatible images +- Do not create $DiffID subdirectories for layers with no configs +- Ensure the layer IDs in legacy docker/tarfile metadata are unique +- docker-archive: repeated layers are symlinked in the tar file +- sysregistries: remove all trailing slashes +- Improve docker/* error messages +- Fix failure to make auth directory +- Create a new slice in Schema1.UpdateLayerInfos +- Drop unused storageImageDestination.{image,systemContext} +- Load a *storage.Image only once in storageImageSource +- Support gzip for docker-archive files +- Remove .tar extension from blob and config file names +- ostree, src: support copy of compressed layers +- ostree: re-pull layer if it misses uncompressed_digest|uncompressed_size +- image: fix docker schema v1 -> OCI conversion +- Add /etc/containers/certs.d as default certs directory +- Change image time to locale, add troubleshooting.md, add logo to other mds +- Allow --cmd parameter to have commands as values +- Document the mounts.conf file +- Fix man pages to format correctly +- buildah from now supports pulling images using the following transports: +- docker-archive, oci-archive, and dir. +- If the user overrides the storage driver, the options should be dropped +- Show Config/Manifest as JSON string in inspect when format is not set +- Adds feature to pull compressed docker-archive files * Tue Feb 27 2018 Dan Walsh 0.15-1 - Fix handling of buildah run command options @@ -526,7 +526,7 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions * Thu Feb 22 2018 Dan Walsh 0.13-1 - Vendor in latest containers/storage -- This fixes a large SELinux bug. +- This fixes a large SELinux bug. - run: do not open /etc/hosts if not needed - Add the following flags to buildah bud and from --add-host @@ -599,7 +599,7 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions * Thu Nov 16 2017 Dan Walsh 0.7-1 - Ignore errors when trying to read containers buildah.json for loading SELinux reservations -- Use credentials from kpod login for buildah +- Use credentials from kpod login for buildah * Wed Nov 15 2017 Dan Walsh 0.6-1 - Adds support for converting manifest types when using the dir transport @@ -608,38 +608,38 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions - Set option.terminal appropriately in run * Wed Nov 08 2017 Dan Walsh 0.5-2 -- Bump github.com/vbatts/tar-split -- Fixes CVE That could allow a container image to cause a DOS +- Bump github.com/vbatts/tar-split +- Fixes CVE That could allow a container image to cause a DOS * Tue Nov 07 2017 Dan Walsh 0.5-1 -- Add secrets patch to buildah -- Add proper SELinux labeling to buildah run -- Add tls-verify to bud command -- Make filtering by date use the image's date -- images: don't list unnamed images twice -- Fix timeout issue -- Add further tty verbiage to buildah run -- Make inspect try an image on failure if type not specified -- Add support for `buildah run --hostname` -- Tons of bug fixes and code cleanup +- Add secrets patch to buildah +- Add proper SELinux labeling to buildah run +- Add tls-verify to bud command +- Make filtering by date use the image's date +- images: don't list unnamed images twice +- Fix timeout issue +- Add further tty verbiage to buildah run +- Make inspect try an image on failure if type not specified +- Add support for `buildah run --hostname` +- Tons of bug fixes and code cleanup * Fri Sep 22 2017 Dan Walsh 0.4-1.git9cbccf88c -- Add default transport to push if not provided -- Avoid trying to print a nil ImageReference -- Add authentication to commit and push -- Add information on buildah from man page on transports -- Remove --transport flag -- Run: do not complain about missing volume locations -- Add credentials to buildah from -- Remove export command -- Run(): create the right working directory -- Improve "from" behavior with unnamed references -- Avoid parsing image metadata for dates and layers -- Read the image's creation date from public API -- Bump containers/storage and containers/image -- Don't panic if an image's ID can't be parsed -- Turn on --enable-gc when running gometalinter -- rmi: handle truncated image IDs +- Add default transport to push if not provided +- Avoid trying to print a nil ImageReference +- Add authentication to commit and push +- Add information on buildah from man page on transports +- Remove --transport flag +- Run: do not complain about missing volume locations +- Add credentials to buildah from +- Remove export command +- Run(): create the right working directory +- Improve "from" behavior with unnamed references +- Avoid parsing image metadata for dates and layers +- Read the image's creation date from public API +- Bump containers/storage and containers/image +- Don't panic if an image's ID can't be parsed +- Turn on --enable-gc when running gometalinter +- rmi: handle truncated image IDs * Tue Aug 15 2017 Josh Boyer - 0.3-5.gitb9b2a8a - Build for s390x as well @@ -654,23 +654,23 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions - Bump for inclusion of OCI 1.0 Runtime and Image Spec * Tue Jul 18 2017 Dan Walsh 0.2.0-1.gitac2aad6 -- buildah run: Add support for -- ending options parsing -- buildah Add/Copy support for glob syntax -- buildah commit: Add flag to remove containers on commit -- buildah push: Improve man page and help information -- buildah run: add a way to disable PTY allocation -- Buildah docs: clarify --runtime-flag of run command -- Update to match newer storage and image-spec APIs -- Update containers/storage and containers/image versions -- buildah export: add support -- buildah images: update commands -- buildah images: Add JSON output option -- buildah rmi: update commands -- buildah containers: Add JSON output option -- buildah version: add command -- buildah run: Handle run without an explicit command correctly -- Ensure volume points get created, and with perms -- buildah containers: Add a -a/--all option +- buildah run: Add support for -- ending options parsing +- buildah Add/Copy support for glob syntax +- buildah commit: Add flag to remove containers on commit +- buildah push: Improve man page and help information +- buildah run: add a way to disable PTY allocation +- Buildah docs: clarify --runtime-flag of run command +- Update to match newer storage and image-spec APIs +- Update containers/storage and containers/image versions +- buildah export: add support +- buildah images: update commands +- buildah images: Add JSON output option +- buildah rmi: update commands +- buildah containers: Add JSON output option +- buildah version: add command +- buildah run: Handle run without an explicit command correctly +- Ensure volume points get created, and with perms +- buildah containers: Add a -a/--all option * Wed Jun 14 2017 Dan Walsh 0.1.0-2.git597d2ab9 - Release Candidate 1 From 4a2bb708f57c641d88a8cc8454dbff9468fc07ce Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sun, 2 Jun 2019 12:03:25 -0400 Subject: [PATCH 07/29] buildable on centos7 Signed-off-by: Lokesh Mandvekar --- buildah.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/buildah.spec b/buildah.spec index 5fcc3c3..4c0ac5b 100644 --- a/buildah.spec +++ b/buildah.spec @@ -8,6 +8,10 @@ %global debug_package %{nil} %endif +%if ! 0%{?gobuild:1} +%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 '-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 @@ -42,10 +46,13 @@ BuildRequires: libassuan-devel BuildRequires: make Requires: runc >= 1.0.0-17 Requires: containers-common +%if 0%{?fedora} Recommends: container-selinux Recommends: slirp4netns >= 0.3-0 -%if 0%{?fedora} > 28 Recommends: fuse-overlayfs +%else +Requires: container-selinux +Requires: slirp4netns >= 0.3-0 %endif %description @@ -69,7 +76,7 @@ popd mv vendor src -export GOPATH=$(pwd)/_build:$(pwd):%{gopath} +export GOPATH=$(pwd)/_build:$(pwd) export BUILDTAGS='seccomp selinux' %gobuild -o %{name} %{import_path}/cmd/%{name} %{__make} docs From 029169d0d28ff17de12d499080275d13490ac4f2 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 14 Jun 2019 09:43:46 -0400 Subject: [PATCH 08/29] bump to v1.8.4 Release --- buildah.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/buildah.spec b/buildah.spec index 4c0ac5b..6b0f494 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,11 +19,11 @@ # https://github.com/containers/buildah %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 e23314b1725544c4e4dd82afcfe2866e0fd2ddc5 +%global commit0 af8fd4a8225af7030d5c38d92d1bdf94f31287b3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: %{repo} -Version: 1.8.2 +Version: 1.8.4 Release: 1.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -98,6 +98,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog +* Fri Jun 14 2019 Dan Walsh - 1.8.4-1.gitaf8fd4 +- bump to v1.8.4 Release + * Fri May 10 2019 Dan Walsh - 1.8.2-1.gite23314 - bump to v1.8.2 Release From 43fdab3d3bd2680aa31d3ab0b457de3b9cc1ee2b Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 14 Jun 2019 09:44:17 -0400 Subject: [PATCH 09/29] bump to v1.8.4 Release --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 105b1f5..cfba920 100644 --- a/.gitignore +++ b/.gitignore @@ -97,3 +97,4 @@ /buildah-873f001.tar.gz /buildah-4aa16cf.tar.gz /buildah-e23314b.tar.gz +/buildah-af8fd4a.tar.gz diff --git a/sources b/sources index 7556a9f..1d09ebf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-e23314b.tar.gz) = 415ed57ca87e9f87495cc1a0f0f27cd765d167f425f306e110ccd8bb7a056f6196f9ff6895292a5ff9c926ca0b327fe2059f32bd89473d14b3dc6b07116218b3 +SHA512 (buildah-af8fd4a.tar.gz) = a53c54cc1447306a20bfee19d510c357ae85292c97948553025951d13cc23d5d2cf0243fa62185ac9070d8decb1bb0e07ce6a73578037bb42e2b94a55e9986e7 From 950b6bc1b57962b54a1456f924c8679815d38df4 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sat, 15 Jun 2019 09:37:56 -0400 Subject: [PATCH 10/29] Bump to v1.9.0 Release --- .gitignore | 1 + buildah.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cfba920..edc1da0 100644 --- a/.gitignore +++ b/.gitignore @@ -98,3 +98,4 @@ /buildah-4aa16cf.tar.gz /buildah-e23314b.tar.gz /buildah-af8fd4a.tar.gz +/buildah-00eb895.tar.gz diff --git a/buildah.spec b/buildah.spec index 6b0f494..42c547c 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,11 +19,11 @@ # https://github.com/containers/buildah %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 af8fd4a8225af7030d5c38d92d1bdf94f31287b3 +%global commit0 00eb895d6f2f13d658a9cb78714382e494974afc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: %{repo} -Version: 1.8.4 +Version: 1.9.0 Release: 1.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -98,6 +98,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog +* Sat Jun 15 2019 Dan Walsh - 1.9.0-1.git00eb89 +- Bump to v1.9.0 Release + * Fri Jun 14 2019 Dan Walsh - 1.8.4-1.gitaf8fd4 - bump to v1.8.4 Release diff --git a/sources b/sources index 1d09ebf..c23a828 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-af8fd4a.tar.gz) = a53c54cc1447306a20bfee19d510c357ae85292c97948553025951d13cc23d5d2cf0243fa62185ac9070d8decb1bb0e07ce6a73578037bb42e2b94a55e9986e7 +SHA512 (buildah-00eb895.tar.gz) = b8c95a618f07813a9a7fbcfe23d49f9a21c3a865dcc5ca30a51a8ac6616016c423a2ff483166f9bb916616e27601439bf6215b09de3747bfae36abe6bde874d7 From 3f36bddfae0c48b19b6f39a49063dce92794d623 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 15 Jul 2019 05:15:31 +0530 Subject: [PATCH 11/29] use distro go-md2man Signed-off-by: Lokesh Mandvekar --- buildah.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index 42c547c..f0bf98f 100644 --- a/buildah.spec +++ b/buildah.spec @@ -66,6 +66,8 @@ or %prep %autosetup -Sgit -n %{name}-%{commit0} +sed -i 's/GOMD2MAN =/GOMD2MAN ?=/' docs/Makefile +sed -i '/docs install/d' Makefile %build mkdir _build @@ -79,7 +81,7 @@ mv vendor src export GOPATH=$(pwd)/_build:$(pwd) export BUILDTAGS='seccomp selinux' %gobuild -o %{name} %{import_path}/cmd/%{name} -%{__make} docs +GOMD2MAN=go-md2man %{__make} -C docs %install export GOPATH=$(pwd)/_build:$(pwd):%{gopath} From 82b96bfd38f86193ad4db8dc407ad03f13d594a6 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 15 Jul 2019 05:32:59 +0530 Subject: [PATCH 12/29] separate install step for docs Signed-off-by: Lokesh Mandvekar --- buildah.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/buildah.spec b/buildah.spec index f0bf98f..f3d0591 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,11 +19,11 @@ # https://github.com/containers/buildah %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 00eb895d6f2f13d658a9cb78714382e494974afc +%global commit0 e5e054795b44b3af65d618ca04547c0061d9167e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: %{repo} -Version: 1.9.0 +Version: 1.9.1 Release: 1.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -86,6 +86,7 @@ GOMD2MAN=go-md2man %{__make} -C docs %install export GOPATH=$(pwd)/_build:$(pwd):%{gopath} make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions +make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install #define license tag if not already defined %{!?_licensedir:%global license %doc} From bec2baa34621cbf44dc218bedc4fa5ce97f49d42 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 15 Jul 2019 07:43:35 +0530 Subject: [PATCH 13/29] Revert "separate install step for docs" This reverts commit 82b96bfd38f86193ad4db8dc407ad03f13d594a6. --- buildah.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/buildah.spec b/buildah.spec index f3d0591..f0bf98f 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,11 +19,11 @@ # https://github.com/containers/buildah %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 e5e054795b44b3af65d618ca04547c0061d9167e +%global commit0 00eb895d6f2f13d658a9cb78714382e494974afc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: %{repo} -Version: 1.9.1 +Version: 1.9.0 Release: 1.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -86,7 +86,6 @@ GOMD2MAN=go-md2man %{__make} -C docs %install export GOPATH=$(pwd)/_build:$(pwd):%{gopath} make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions -make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install #define license tag if not already defined %{!?_licensedir:%global license %doc} From a110d7b060fc91ccee1c6dd0ebea80608ed1a86f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 15 Jul 2019 07:44:15 +0530 Subject: [PATCH 14/29] separate install step for docs Signed-off-by: Lokesh Mandvekar --- buildah.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/buildah.spec b/buildah.spec index f0bf98f..34b0b2c 100644 --- a/buildah.spec +++ b/buildah.spec @@ -86,6 +86,7 @@ GOMD2MAN=go-md2man %{__make} -C docs %install export GOPATH=$(pwd)/_build:$(pwd):%{gopath} make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions +make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install #define license tag if not already defined %{!?_licensedir:%global license %doc} From 4d2fe827971cc90424241949112fd84c258dba19 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 15 Jul 2019 02:29:05 +0000 Subject: [PATCH 15/29] buildah-1.9.1-2.gite5e0547 - bump to 1.9.1 - autobuilt e5e0547 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 edc1da0..13ed123 100644 --- a/.gitignore +++ b/.gitignore @@ -99,3 +99,4 @@ /buildah-e23314b.tar.gz /buildah-af8fd4a.tar.gz /buildah-00eb895.tar.gz +/buildah-e5e0547.tar.gz diff --git a/buildah.spec b/buildah.spec index 34b0b2c..dc6e36b 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,12 +19,12 @@ # https://github.com/containers/buildah %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 00eb895d6f2f13d658a9cb78714382e494974afc +%global commit0 e5e054795b44b3af65d618ca04547c0061d9167e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: %{repo} -Version: 1.9.0 -Release: 1.git%{shortcommit0}%{?dist} +Version: 1.9.1 +Release: 2.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -101,6 +101,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/bash-completion/completions/%{name} %changelog +* Mon Jul 15 2019 Lokesh Mandvekar (Bot) - 1.9.1-2.gite5e0547 +- bump to 1.9.1 +- autobuilt e5e0547 + * Sat Jun 15 2019 Dan Walsh - 1.9.0-1.git00eb89 - Bump to v1.9.0 Release diff --git a/sources b/sources index c23a828..088d859 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-00eb895.tar.gz) = b8c95a618f07813a9a7fbcfe23d49f9a21c3a865dcc5ca30a51a8ac6616016c423a2ff483166f9bb916616e27601439bf6215b09de3747bfae36abe6bde874d7 +SHA512 (buildah-e5e0547.tar.gz) = 1be69413688a4289725ee5ecd7ebeaa6044f07d18932ef34cffb3a54d45ccf26486317ce783f1db292b9a60ea37b376b69bdbe1a962ecdece06f743c5c3a6836 From 78adb3c5e3bfd1386bf985f9b0842e591f7176d7 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 15 Jul 2019 08:16:51 +0530 Subject: [PATCH 16/29] buildah-1.9.1-3 - GO111MODULE=off - update release tag Signed-off-by: Lokesh Mandvekar --- buildah.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index dc6e36b..85f98dc 100644 --- a/buildah.spec +++ b/buildah.spec @@ -24,7 +24,7 @@ Name: %{repo} Version: 1.9.1 -Release: 2.git%{shortcommit0}%{?dist} +Release: 3%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -80,6 +80,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 @@ -101,6 +102,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/bash-completion/completions/%{name} %changelog +* Mon Jul 15 2019 Lokesh Mandvekar - 1.9.1-3 +- GO111MODULE=off +- update release tag + * Mon Jul 15 2019 Lokesh Mandvekar (Bot) - 1.9.1-2.gite5e0547 - bump to 1.9.1 - autobuilt e5e0547 From d4f2774a4d82e3bf73b79404dbc2cd14d4448e0d Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 19 Jul 2019 13:53:18 +0000 Subject: [PATCH 17/29] buildah-1.9.2-1 - bump to 1.9.2 - autobuilt 2110f05 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 13ed123..a1e39ae 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,4 @@ /buildah-af8fd4a.tar.gz /buildah-00eb895.tar.gz /buildah-e5e0547.tar.gz +/buildah-2110f05.tar.gz diff --git a/buildah.spec b/buildah.spec index 85f98dc..96543f1 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,12 +19,12 @@ # https://github.com/containers/buildah %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 e5e054795b44b3af65d618ca04547c0061d9167e +%global commit0 2110f053e1bbe84e5273480e01399e2109c28318 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: %{repo} -Version: 1.9.1 -Release: 3%{?dist} +Version: 1.9.2 +Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -102,6 +102,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/bash-completion/completions/%{name} %changelog +* Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 1.9.2-1 +- bump to 1.9.2 +- autobuilt 2110f05 + * Mon Jul 15 2019 Lokesh Mandvekar - 1.9.1-3 - GO111MODULE=off - update release tag diff --git a/sources b/sources index 088d859..80001f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-e5e0547.tar.gz) = 1be69413688a4289725ee5ecd7ebeaa6044f07d18932ef34cffb3a54d45ccf26486317ce783f1db292b9a60ea37b376b69bdbe1a962ecdece06f743c5c3a6836 +SHA512 (buildah-2110f05.tar.gz) = 8da0bcabd2df8c39c51cb82dfd8958801b4b66b6ffb3ac8d0912e162918180667d3a1c12eca30ec8a370108211957c5fdab574a342b571df68dcd2f2c2477bde From 8c05a368130b816e222449ee2655f479c53d1ee4 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 25 Jul 2019 01:16:04 +0530 Subject: [PATCH 18/29] buildah-1.9.2-2 - use correct commit d2a3249 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + buildah.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a1e39ae..ad48b59 100644 --- a/.gitignore +++ b/.gitignore @@ -101,3 +101,4 @@ /buildah-00eb895.tar.gz /buildah-e5e0547.tar.gz /buildah-2110f05.tar.gz +/buildah-d2a3249.tar.gz diff --git a/buildah.spec b/buildah.spec index 96543f1..be5d231 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,12 +19,12 @@ # https://github.com/containers/buildah %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 2110f053e1bbe84e5273480e01399e2109c28318 +%global commit0 d2a3249ab6efd4508e2fe4229871f4b1bb5cf810 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: %{repo} Version: 1.9.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -102,6 +102,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/bash-completion/completions/%{name} %changelog +* Wed Jul 24 2019 Lokesh Mandvekar - 1.9.2-2 +- use correct commit d2a3249 + * Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 1.9.2-1 - bump to 1.9.2 - autobuilt 2110f05 diff --git a/sources b/sources index 80001f6..178987e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-2110f05.tar.gz) = 8da0bcabd2df8c39c51cb82dfd8958801b4b66b6ffb3ac8d0912e162918180667d3a1c12eca30ec8a370108211957c5fdab574a342b571df68dcd2f2c2477bde +SHA512 (buildah-d2a3249.tar.gz) = 89ee81ab68888013f3fb80b8eb8665f17d51f89bcf8d52fc845ca3f631ebcfd63629d52f213485c8c9fffde5f5003b67e4b45849cc717d53a2c933212676fe30 From c42a274e96a0e2b22f66ad18883ea1445141e2fe Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 31 Jul 2019 06:23:07 +0530 Subject: [PATCH 19/29] built_tag macro records exact upstream tag built Signed-off-by: Lokesh Mandvekar --- buildah.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildah.spec b/buildah.spec index be5d231..42c3a4b 100644 --- a/buildah.spec +++ b/buildah.spec @@ -22,6 +22,10 @@ %global commit0 d2a3249ab6efd4508e2fe4229871f4b1bb5cf810 %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.9.2 + Name: %{repo} Version: 1.9.2 Release: 2%{?dist} From 96cd2ec05adbdea8be9d157ef9cba77629dd4cec Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 31 Jul 2019 06:24:06 +0530 Subject: [PATCH 20/29] record shortcommit in release tag Signed-off-by: Lokesh Mandvekar --- buildah.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index 42c3a4b..413cebf 100644 --- a/buildah.spec +++ b/buildah.spec @@ -28,7 +28,7 @@ Name: %{repo} Version: 1.9.2 -Release: 2%{?dist} +Release: 2.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io From b15cedee28cd8fe370569d324f594c81539d9787 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 2 Aug 2019 17:26:22 +0000 Subject: [PATCH 21/29] buildah-1.10.0-2.git5a3e9fb - bump to v1.10.0 - autobuilt 5a3e9fb 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 ad48b59..c79b971 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,4 @@ /buildah-e5e0547.tar.gz /buildah-2110f05.tar.gz /buildah-d2a3249.tar.gz +/buildah-5a3e9fb.tar.gz diff --git a/buildah.spec b/buildah.spec index 413cebf..005b764 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,15 +19,15 @@ # https://github.com/containers/buildah %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 d2a3249ab6efd4508e2fe4229871f4b1bb5cf810 +%global commit0 5a3e9fb262d0f0e32049062bce11fd6cdb5e7c19 %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.9.2 +%global built_tag v1.10.0 Name: %{repo} -Version: 1.9.2 +Version: 1.10.0 Release: 2.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -106,6 +106,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/bash-completion/completions/%{name} %changelog +* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 1.10.0-2.git5a3e9fb +- bump to v1.10.0 +- autobuilt 5a3e9fb + * Wed Jul 24 2019 Lokesh Mandvekar - 1.9.2-2 - use correct commit d2a3249 diff --git a/sources b/sources index 178987e..f3e4cfd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-d2a3249.tar.gz) = 89ee81ab68888013f3fb80b8eb8665f17d51f89bcf8d52fc845ca3f631ebcfd63629d52f213485c8c9fffde5f5003b67e4b45849cc717d53a2c933212676fe30 +SHA512 (buildah-5a3e9fb.tar.gz) = 7047eae721bb3e0905cc9eda54106144c9bc241e5e610865c28b29d0cc32d722721b84f28004851c4388e15bf1fee4fa8954caafe8d6b6ea3bb857ce7c95fa00 From 6a3b06fc56802f17692e525a1b9dae64e05e1548 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 8 Aug 2019 20:27:28 +0000 Subject: [PATCH 22/29] buildah-1.10.1-2.git8c1c2c5 - bump to v1.10.1 - autobuilt 8c1c2c5 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 c79b971..996af68 100644 --- a/.gitignore +++ b/.gitignore @@ -103,3 +103,4 @@ /buildah-2110f05.tar.gz /buildah-d2a3249.tar.gz /buildah-5a3e9fb.tar.gz +/buildah-8c1c2c5.tar.gz diff --git a/buildah.spec b/buildah.spec index 005b764..697420e 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,15 +19,15 @@ # https://github.com/containers/buildah %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 5a3e9fb262d0f0e32049062bce11fd6cdb5e7c19 +%global commit0 8c1c2c5819e14dc15ea1cd11faa7d0f74d607f61 %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.10.0 +%global built_tag v1.10.1 Name: %{repo} -Version: 1.10.0 +Version: 1.10.1 Release: 2.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -106,6 +106,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/bash-completion/completions/%{name} %changelog +* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 1.10.1-2.git8c1c2c5 +- bump to v1.10.1 +- autobuilt 8c1c2c5 + * Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 1.10.0-2.git5a3e9fb - bump to v1.10.0 - autobuilt 5a3e9fb diff --git a/sources b/sources index f3e4cfd..669710a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-5a3e9fb.tar.gz) = 7047eae721bb3e0905cc9eda54106144c9bc241e5e610865c28b29d0cc32d722721b84f28004851c4388e15bf1fee4fa8954caafe8d6b6ea3bb857ce7c95fa00 +SHA512 (buildah-8c1c2c5.tar.gz) = d0c0c2fed3d1161e2cdf037eb586843ecbde4b1ef4eb7ba46babcbf9ef0dbbe8466dd180f8bd34ba90a931ba2e02bda0de4ae525cd438e0e277f44a9be4924b6 From 788f4b0c7c8380e742867149c2b873d7c2dee929 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 5 Sep 2019 15:46:03 +0000 Subject: [PATCH 23/29] buildah-1.11.0-2.git2c5da1b - bump to v1.11.0 - autobuilt 2c5da1b 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 996af68..fac4128 100644 --- a/.gitignore +++ b/.gitignore @@ -104,3 +104,4 @@ /buildah-d2a3249.tar.gz /buildah-5a3e9fb.tar.gz /buildah-8c1c2c5.tar.gz +/buildah-2c5da1b.tar.gz diff --git a/buildah.spec b/buildah.spec index 697420e..c030377 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,15 +19,15 @@ # https://github.com/containers/buildah %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 8c1c2c5819e14dc15ea1cd11faa7d0f74d607f61 +%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.10.1 +%global built_tag v1.11.0 Name: %{repo} -Version: 1.10.1 +Version: 1.11.0 Release: 2.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -106,6 +106,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/bash-completion/completions/%{name} %changelog +* Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 1.11.0-2.git2c5da1b +- bump to v1.11.0 +- autobuilt 2c5da1b + * Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 1.10.1-2.git8c1c2c5 - bump to v1.10.1 - autobuilt 8c1c2c5 diff --git a/sources b/sources index 669710a..3b82cf4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-8c1c2c5.tar.gz) = d0c0c2fed3d1161e2cdf037eb586843ecbde4b1ef4eb7ba46babcbf9ef0dbbe8466dd180f8bd34ba90a931ba2e02bda0de4ae525cd438e0e277f44a9be4924b6 +SHA512 (buildah-2c5da1b.tar.gz) = d067f1bd86b68a8cfe9899ae067099f3099a1c4548b27b1a81b8342659cd47175be588cd5a12ddc34c1e16407f557b0dcaddfd30fe12473eb6a92ff4355352be From 3f7feba9f0dd323fde235425c1e14b1b643c6ee6 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 12 Sep 2019 21:25:51 +0000 Subject: [PATCH 24/29] buildah-1.11.1-2.git413bd1f - bump to v1.11.1 - autobuilt 413bd1f 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 fac4128..8cc373a 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,4 @@ /buildah-5a3e9fb.tar.gz /buildah-8c1c2c5.tar.gz /buildah-2c5da1b.tar.gz +/buildah-413bd1f.tar.gz diff --git a/buildah.spec b/buildah.spec index c030377..c78a6e4 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,15 +19,15 @@ # 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 +Version: 1.11.1 Release: 2.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -106,6 +106,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 (Bot) - 1.11.0-2.git2c5da1b - bump to v1.11.0 - autobuilt 2c5da1b 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 19992553fc2705b3ec336674f6d4ff07efa09a57 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 17 Sep 2019 19:07:00 +0000 Subject: [PATCH 25/29] 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 8cc373a..a38da2b 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,4 @@ /buildah-8c1c2c5.tar.gz /buildah-2c5da1b.tar.gz /buildah-413bd1f.tar.gz +/buildah-0bafbfe.tar.gz diff --git a/buildah.spec b/buildah.spec index c78a6e4..85f075e 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,15 +19,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 @@ -106,6 +106,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 8501cd3c32ce890df39c763726974f3e1ec5032e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 4 Oct 2019 18:17:30 +0000 Subject: [PATCH 26/29] 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 a38da2b..dbd7706 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,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 85f075e..0593372 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,16 +19,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: 2.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 @@ -106,6 +106,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 Sep 17 2019 Lokesh Mandvekar (Bot) - 1.11.2-2.git0bafbfe - bump to v1.11.2 - autobuilt 0bafbfe 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 940cdacfc460141440859df1572002a99b3413a2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 28 Oct 2019 21:15:55 +0000 Subject: [PATCH 27/29] buildah-1.11.4-2 - bump to v1.11.4 - autobuilt 21b4778 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 dbd7706..e397030 100644 --- a/.gitignore +++ b/.gitignore @@ -108,3 +108,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 0593372..5c25e83 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,15 +19,15 @@ # 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 +Version: 1.11.4 Release: 2%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -106,6 +106,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 + * Fri Oct 04 2019 RH Container Bot - 1.11.3-2 - bump to v1.11.3 - autobuilt bdd78ad 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 d36f7b5751737f3334aa96101c169012780a209c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 6 Dec 2019 19:14:05 +0000 Subject: [PATCH 28/29] buildah-1.11.6-2 - bump to v1.11.6 - autobuilt 9513cb8 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 e397030..4b6e8b4 100644 --- a/.gitignore +++ b/.gitignore @@ -109,3 +109,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 5c25e83..01793d5 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,15 +19,15 @@ # 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 +Version: 1.11.6 Release: 2%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -106,6 +106,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 + * Mon Oct 28 2019 RH Container Bot - 1.11.4-2 - bump to v1.11.4 - autobuilt 21b4778 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 34b69db0628f2e6f4530eea07490056d2dd25d3d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 13 Dec 2019 19:10:21 +0000 Subject: [PATCH 29/29] 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 4b6e8b4..d3bf727 100644 --- a/.gitignore +++ b/.gitignore @@ -110,3 +110,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 01793d5..08c20bd 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,15 +19,15 @@ # 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 @@ -106,6 +106,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