From b5b02c2e2a8d0c315546f6c23e8fe85fad0d1593 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 2 Oct 2018 15:36:41 -0400 Subject: [PATCH 01/30] bump to v1.4 Release --- .gitignore | 1 + buildah.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b916d83..189b1c5 100644 --- a/.gitignore +++ b/.gitignore @@ -89,3 +89,4 @@ /buildah-be03809.tar.gz /buildah-02f54e4.tar.gz /buildah-0a7389c.tar.gz +/buildah-87239ae.tar.gz diff --git a/buildah.spec b/buildah.spec index 3135c10..81fe333 100644 --- a/buildah.spec +++ b/buildah.spec @@ -10,17 +10,17 @@ %global provider github %global provider_tld com -%global project projectatomic +%global project containers %global repo buildah -# https://github.com/projectatomic/buildah +# https://github.com/containers/buildah %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit0 0a7389cbbf316ae93f32e133aada0e8be47ca4e0 +%global commit0 87239ae7046ea3a25f644cd0789b3d6678dc144d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: %{repo} Version: 1.4 -Release: 1.dev.git%{shortcommit0}%{?dist} +Release: 2.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{provider_prefix} @@ -87,6 +87,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog +* 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 - built 0a7389c diff --git a/sources b/sources index afba38a..e777f0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-0a7389c.tar.gz) = 12a9679aeefd969023731c54f3c529e8abd704c09b51764ecbb22d9652a9e42884a0c45db71f78fe6921de4576ccd3526a6d8dcd6d893f4fa6abd74440d3a5e4 +SHA512 (buildah-87239ae.tar.gz) = c998e1baf3f6169ae6309c98f1c40fde8bf87d600f4795cad786a4c1bea213f98e6f877f14c9fd9e305cfc0b2b1d524f716687c137826b6a49f3e8b32b6b8d6c From baeccb90d081f60174443b32d1035a60464c210a Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 4 Oct 2018 12:34:50 -0400 Subject: [PATCH 02/30] Fix v1.4 Release --- .gitignore | 1 + buildah.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 189b1c5..5ab4b1e 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,4 @@ /buildah-02f54e4.tar.gz /buildah-0a7389c.tar.gz /buildah-87239ae.tar.gz +/buildah-608fa84.tar.gz diff --git a/buildah.spec b/buildah.spec index 81fe333..79b93b7 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 87239ae7046ea3a25f644cd0789b3d6678dc144d +%global commit0 608fa843cce45e7ee58ccb71a90297b645a984d3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: %{repo} Version: 1.4 -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://%{provider_prefix} @@ -87,6 +87,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog +* Thu Oct 4 2018 Dan Walsh - 1.4-3.git608fa84 +- Fix v1.4 Release + * Tue Oct 2 2018 Dan Walsh - 1.4-2.git87239ae - bump to v1.4 Release diff --git a/sources b/sources index e777f0e..c08a957 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-87239ae.tar.gz) = c998e1baf3f6169ae6309c98f1c40fde8bf87d600f4795cad786a4c1bea213f98e6f877f14c9fd9e305cfc0b2b1d524f716687c137826b6a49f3e8b32b6b8d6c +SHA512 (buildah-608fa84.tar.gz) = 54752ca0ebcef7be5e24ae326d2a467a489ed9171f6de1f572dd981b4a902ac0def773280e75f05787be786f43a1ae237e4c769ba168bff87ba25fa13389d4aa From dc9b18a1836d39bca8f66312b8df981457ebb9bf Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 22 Nov 2018 11:17:02 -0500 Subject: [PATCH 03/30] bump to v1.5 Release --- .gitignore | 1 + buildah.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5ab4b1e..1274738 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,4 @@ /buildah-0a7389c.tar.gz /buildah-87239ae.tar.gz /buildah-608fa84.tar.gz +/buildah-e94b4f9.tar.gz diff --git a/buildah.spec b/buildah.spec index 79b93b7..ce688d0 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 608fa843cce45e7ee58ccb71a90297b645a984d3 +%global commit0 e94b4f98048e7371685731b97eefd6265e2f1fb3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: %{repo} -Version: 1.4 -Release: 3.git%{shortcommit0}%{?dist} +Version: 1.5 +Release: 1.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{provider_prefix} @@ -87,6 +87,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog +* Thu Nov 22 2018 Dan Walsh - 1.5-1.gite94b4f98 +- bump to v1.5 Release + * Thu Oct 4 2018 Dan Walsh - 1.4-3.git608fa84 - Fix v1.4 Release diff --git a/sources b/sources index c08a957..f134e1c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-608fa84.tar.gz) = 54752ca0ebcef7be5e24ae326d2a467a489ed9171f6de1f572dd981b4a902ac0def773280e75f05787be786f43a1ae237e4c769ba168bff87ba25fa13389d4aa +SHA512 (buildah-e94b4f9.tar.gz) = 760db4d37e4b21efebe0775efe8b675118fb65703ee3f6b26b27a3c6ccd9b4ba76d100eacef2eadbe9081e5fbd93d13f3443ec5f37512ea0b04771836ebfe635 From df0b31850fd2a5b15773f0e4cd38e2ce65938fac Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 16 Jan 2019 18:04:59 -0500 Subject: [PATCH 04/30] bump to v1.6 Release --- .gitignore | 1 + buildah.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1274738..7252a3e 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,4 @@ /buildah-87239ae.tar.gz /buildah-608fa84.tar.gz /buildah-e94b4f9.tar.gz +/buildah-3ec6a6b.tar.gz diff --git a/buildah.spec b/buildah.spec index ce688d0..d096059 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 e94b4f98048e7371685731b97eefd6265e2f1fb3 +%global commit0 3ec6a6bd92fba9cdc999a40fa167633176a8222a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: %{repo} -Version: 1.5 +Version: 1.6 Release: 1.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -87,6 +87,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog +* Wed Jan 16 2019 Dan Walsh - 1.5-1.git3ec6a6bd +- bump to v1.6 Release + * Thu Nov 22 2018 Dan Walsh - 1.5-1.gite94b4f98 - bump to v1.5 Release diff --git a/sources b/sources index f134e1c..3c27ae1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-e94b4f9.tar.gz) = 760db4d37e4b21efebe0775efe8b675118fb65703ee3f6b26b27a3c6ccd9b4ba76d100eacef2eadbe9081e5fbd93d13f3443ec5f37512ea0b04771836ebfe635 +SHA512 (buildah-3ec6a6b.tar.gz) = 340070382775a246fc1b9c94cb6a9384631442b77e8db6e353d62cbd2b1e555cd86dd42fb8594d43dd88c6e78b3fedc089bb2fd7a0291818268334f1cd4a946c From d48132b426222572176697b24bb3f896d5a15132 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 21 Jan 2019 14:03:52 -0500 Subject: [PATCH 05/30] Fixes for v1.6 release --- .gitignore | 1 + buildah.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7252a3e..e18ae81 100644 --- a/.gitignore +++ b/.gitignore @@ -93,3 +93,4 @@ /buildah-608fa84.tar.gz /buildah-e94b4f9.tar.gz /buildah-3ec6a6b.tar.gz +/buildah-5f95bd9.tar.gz diff --git a/buildah.spec b/buildah.spec index d096059..6a9daf1 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 3ec6a6bd92fba9cdc999a40fa167633176a8222a +%global commit0 5f95bd9a350a2dcff776914c19192df1cf272b97 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: %{repo} Version: 1.6 -Release: 1.git%{shortcommit0}%{?dist} +Release: 2.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{provider_prefix} @@ -87,7 +87,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog -* Wed Jan 16 2019 Dan Walsh - 1.5-1.git3ec6a6bd +* Wed Jan 16 2019 Dan Walsh - 1.6-2.git5f95bd9a +- Fixes for v1.6 release + +* Wed Jan 16 2019 Dan Walsh - 1.6-1.git3ec6a6bd - bump to v1.6 Release * Thu Nov 22 2018 Dan Walsh - 1.5-1.gite94b4f98 diff --git a/sources b/sources index 3c27ae1..ae382bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-3ec6a6b.tar.gz) = 340070382775a246fc1b9c94cb6a9384631442b77e8db6e353d62cbd2b1e555cd86dd42fb8594d43dd88c6e78b3fedc089bb2fd7a0291818268334f1cd4a946c +SHA512 (buildah-5f95bd9.tar.gz) = c5fcd65e7917838f1e4c2e1b6de87862440ae63b485d9e936d26561e9689274589ba54e2e9184e131d9b3bf7a475fbe9d78537f501e6f69b2caa620965f1d71c From ac4c3a95fbb5c2e093856d47b1ee9d4035612845 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 21 Feb 2019 15:24:24 -0500 Subject: [PATCH 06/30] bump to v1.7 Release --- .gitignore | 1 + buildah.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e18ae81..910dd6e 100644 --- a/.gitignore +++ b/.gitignore @@ -94,3 +94,4 @@ /buildah-e94b4f9.tar.gz /buildah-3ec6a6b.tar.gz /buildah-5f95bd9.tar.gz +/buildah-873f001.tar.gz diff --git a/buildah.spec b/buildah.spec index 6a9daf1..66c75ac 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 5f95bd9a350a2dcff776914c19192df1cf272b97 +%global commit0 873f00141c8e23973709f6226972d5976f8eb975 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: %{repo} -Version: 1.6 -Release: 2.git%{shortcommit0}%{?dist} +Version: 1.7 +Release: 1.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{provider_prefix} @@ -87,6 +87,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog +* Thu Feb 21 2019 Dan Walsh - 1.6-2.git873f0014 +- bump to v1.7 Release + * Wed Jan 16 2019 Dan Walsh - 1.6-2.git5f95bd9a - Fixes for v1.6 release diff --git a/sources b/sources index ae382bc..16d5acc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (buildah-5f95bd9.tar.gz) = c5fcd65e7917838f1e4c2e1b6de87862440ae63b485d9e936d26561e9689274589ba54e2e9184e131d9b3bf7a475fbe9d78537f501e6f69b2caa620965f1d71c +SHA512 (buildah-873f001.tar.gz) = 737f01a3e1e8f39d58f5862c1ed0227e5ce25f3828b4acca220d4beab4a31b84c415163ef2e8fa41b4e961f1f8bb45a4e9905e3dddf57144ce04a9031d83e98f From e4087ddbadf83e18fbeeb40f2d03ae4dd8fc58d3 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 6 Mar 2019 07:53:55 -0500 Subject: [PATCH 07/30] Add recommends for fuse-overlay and slirp4netns --- buildah.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/buildah.spec b/buildah.spec index 66c75ac..235b8b8 100644 --- a/buildah.spec +++ b/buildah.spec @@ -20,7 +20,7 @@ Name: %{repo} Version: 1.7 -Release: 1.git%{shortcommit0}%{?dist} +Release: 2.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 @@ -87,7 +91,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog -* Thu Feb 21 2019 Dan Walsh - 1.6-2.git873f0014 +* Wed Mar 06 2019 Dan Walsh - 1.7-2.git873f0014 +- Add recommends for fuse-overlay and slirp4netns + +* Thu Feb 21 2019 Dan Walsh - 1.7-1.git873f0014 - bump to v1.7 Release * Wed Jan 16 2019 Dan Walsh - 1.6-2.git5f95bd9a From 1728f1ee10a65a4f7277df19c782f1e6a8c4db4f Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 21 Mar 2019 17:25:16 -0400 Subject: [PATCH 08/30] Complile with SELinux enabled --- buildah.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/buildah.spec b/buildah.spec index 235b8b8..3ee0bf0 100644 --- a/buildah.spec +++ b/buildah.spec @@ -20,7 +20,7 @@ Name: %{repo} Version: 1.7 -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://%{provider_prefix} @@ -70,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 @@ -91,6 +91,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog +* Thu Mar 21 2019 Dan Walsh - 1.7-3.git873f0014 +- Complile with SELinux enabled + * Wed Mar 06 2019 Dan Walsh - 1.7-2.git873f0014 - Add recommends for fuse-overlay and slirp4netns From b4f2663baec6a90f03d3edef75d90f6f35b8db6b Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 26 Apr 2019 11:21:30 -0400 Subject: [PATCH 09/30] bump to v1.8.0 Release --- .gitignore | 1 + buildah.spec | 14 ++++++++++---- sources | 2 +- 3 files changed, 12 insertions(+), 5 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..1f8c328 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,8 +91,14 @@ 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 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 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 69742299433c6e41481ed935d02065a1a2b9d9bd Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 10 May 2019 15:59:56 -0400 Subject: [PATCH 10/30] 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 ecbe03b4bc94c50538bc695f54a64bfc98c1d354 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 14 Jun 2019 09:45:40 -0400 Subject: [PATCH 11/30] bump to v1.8.4 Release --- .gitignore | 1 + buildah.spec | 176 +++++++++++++++++++++++++++------------------------ sources | 2 +- 3 files changed, 95 insertions(+), 84 deletions(-) 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/buildah.spec b/buildah.spec index 83c77a6..6b0f494 100644 --- a/buildah.spec +++ b/buildah.spec @@ -8,25 +8,29 @@ %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 %global repo buildah # https://github.com/containers/buildah -%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} -%global import_path %{provider_prefix} -%global commit0 e23314b1725544c4e4dd82afcfe2866e0fd2ddc5 +%global import_path %{provider}.%{provider_tld}/%{project}/%{repo} +%global git0 https://%{import_path} +%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 -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 @@ -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 @@ -91,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 @@ -483,33 +493,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 +536,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 +609,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 +618,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 +664,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 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 f510f2047afd746415aeaf9c36982c679c499d87 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sat, 15 Jun 2019 09:38:17 -0400 Subject: [PATCH 12/30] 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 ab157348d300cd4ac06a73a3919f5d925401834c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 15 Jul 2019 05:15:31 +0530 Subject: [PATCH 13/30] 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 3f41f74222dca7de5372b4c58f6046359170887f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 15 Jul 2019 05:32:59 +0530 Subject: [PATCH 14/30] 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 5e763f221a90e01c119aa11089d2fb352a28b045 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 15 Jul 2019 07:43:35 +0530 Subject: [PATCH 15/30] 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 7366b77e5168499280831b6cd8a8c5326f39c01d Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 15 Jul 2019 07:44:15 +0530 Subject: [PATCH 16/30] 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 9c26b7bd07a6d55f3241ea89ca9f4f4427f9682d Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 15 Jul 2019 02:29:05 +0000 Subject: [PATCH 17/30] 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 a14de33bad2cb7c1079d645395169051ac9f0d0b Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 15 Jul 2019 08:16:51 +0530 Subject: [PATCH 18/30] 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 7396c2fe5b008b2c45bddc6f60c54e802ea6f6f1 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 19 Jul 2019 13:53:18 +0000 Subject: [PATCH 19/30] 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 432098d230c5a5f9ab564a3ee85d92ad080d1b75 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 25 Jul 2019 01:16:04 +0530 Subject: [PATCH 20/30] 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 bb9309e1b04a6e6676a5e1fee5d54a46dc22e2d1 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 31 Jul 2019 06:23:07 +0530 Subject: [PATCH 21/30] 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 0e6366845e05a9d8340d4ce6c5d35189c32db717 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 31 Jul 2019 06:24:06 +0530 Subject: [PATCH 22/30] 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 ae7fdfc4d8f13e2282cc71ed81a09ee0f57dbbdb Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 2 Aug 2019 17:26:29 +0000 Subject: [PATCH 23/30] 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 a917e05c8e1cc18472ce0d31606fb9d86074249a Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 8 Aug 2019 20:28:28 +0000 Subject: [PATCH 24/30] 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 994784329f97af78ab629c9643e706338c56e3be Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 5 Sep 2019 15:45:05 +0000 Subject: [PATCH 25/30] 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 4ce6934315bbc5a05604b592baf0cb4616db8a72 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 12 Sep 2019 21:25:35 +0000 Subject: [PATCH 26/30] 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 9cee89d0b441fada26bb87f42a139bb2ff8be74a Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 17 Sep 2019 19:06:52 +0000 Subject: [PATCH 27/30] 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 bcda9cc41e980d326f0bce395589d0b429ba2690 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 4 Oct 2019 18:17:45 +0000 Subject: [PATCH 28/30] 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 2e144a23a9b7e9922d11fbd252f74d8b183d6972 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 28 Oct 2019 21:15:44 +0000 Subject: [PATCH 29/30] 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 2c08a9702b9c88bd384b66a353ffd5a9b8e59c24 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 6 Dec 2019 19:13:58 +0000 Subject: [PATCH 30/30] 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