From d99895c604fe9b6a88d289fb14a4254890844e1a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 16 Aug 2021 14:44:28 +0000 Subject: [PATCH 001/116] buildah-1.22.0-1 autobuilt v1.22.0 Signed-off-by: RH Container Bot --- buildah.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index 8f75479..1bb7ab3 100644 --- a/buildah.spec +++ b/buildah.spec @@ -30,7 +30,7 @@ Name: %{repo} Version: 1.22.0 -Release: 2%{?dist} +Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -157,6 +157,9 @@ cp bin/copy %{buildroot}/%{_bindir}/%{name}-copy %{_datadir}/%{name}/test %changelog +* Mon Aug 16 2021 RH Container Bot - 1.22.0-1 +- autobuilt v1.22.0 + * Thu Aug 05 2021 Lokesh Mandvekar - 1.22.0-2 - Resolves: #1974086 - correct build date in buildah version From 8221fd109c68bf1cdf82c272b45e7bd0f1139b7c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 25 Aug 2021 15:32:38 +0000 Subject: [PATCH 002/116] buildah-1.22.3-1 autobuilt v1.22.3 Signed-off-by: RH Container Bot --- buildah.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index 1bb7ab3..a64efbd 100644 --- a/buildah.spec +++ b/buildah.spec @@ -29,7 +29,7 @@ %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) Name: %{repo} -Version: 1.22.0 +Version: 1.22.3 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -157,6 +157,9 @@ cp bin/copy %{buildroot}/%{_bindir}/%{name}-copy %{_datadir}/%{name}/test %changelog +* Wed Aug 25 2021 RH Container Bot - 1.22.3-1 +- autobuilt v1.22.3 + * Mon Aug 16 2021 RH Container Bot - 1.22.0-1 - autobuilt v1.22.0 From b3aed0df95f374fbb1ee67f121c18acc128becfc Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 10 Sep 2021 09:26:02 -0400 Subject: [PATCH 003/116] update autobuild macros Signed-off-by: Lokesh Mandvekar --- buildah.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildah.spec b/buildah.spec index a64efbd..37dd48a 100644 --- a/buildah.spec +++ b/buildah.spec @@ -25,8 +25,8 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%define built_tag v1.22.0 -%define built_tag_strip %(b=%{built_tag}; echo ${b:1}) +%global built_tag v1.22.3 +%global built_tag_strip %(b=%{built_tag}; echo ${b:1}) Name: %{repo} Version: 1.22.3 From 5671e64d81bdad5d74c3c53196c5fd178e9cce6d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 14 Sep 2021 14:19:31 +0000 Subject: [PATCH 004/116] buildah-1.23.0-1 autobuilt v1.23.0 Signed-off-by: RH Container Bot --- .gitignore | 1 + buildah.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9d28040..326201f 100644 --- a/.gitignore +++ b/.gitignore @@ -674,3 +674,4 @@ /buildah-6d5d1ae.tar.gz /buildah-ec35bc4.tar.gz /v1.22.0.tar.gz +/v1.23.0.tar.gz diff --git a/buildah.spec b/buildah.spec index 37dd48a..b53c5e8 100644 --- a/buildah.spec +++ b/buildah.spec @@ -25,11 +25,11 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global built_tag v1.22.3 +%global built_tag v1.23.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) Name: %{repo} -Version: 1.22.3 +Version: 1.23.0 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -157,6 +157,9 @@ cp bin/copy %{buildroot}/%{_bindir}/%{name}-copy %{_datadir}/%{name}/test %changelog +* Tue Sep 14 2021 RH Container Bot - 1.23.0-1 +- autobuilt v1.23.0 + * Wed Aug 25 2021 RH Container Bot - 1.22.3-1 - autobuilt v1.22.3 diff --git a/sources b/sources index 26e82f0..53023ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.22.0.tar.gz) = 372ba3740f22af82aac07d51b48737168061a25d7d5ab1db63a381833211dd967aefb36f80cc97a4770a04d8b95a7fe9d3a892c091a82f85579e993b403b270b +SHA512 (v1.23.0.tar.gz) = 587b9d0a735124afd1f21985ae9d657d513b383bb8b7a5f4ea8911ebaf915c0bdb2bca4359cc9caf4e50cf64550f8f6ee596a0aa10acf6b59370b68b41b809f1 From 9c006763e0ed53370c8642fe2a8550a333d92088 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 28 Sep 2021 18:08:48 +0000 Subject: [PATCH 005/116] buildah-1.23.1-1 autobuilt v1.23.1 Signed-off-by: RH Container Bot --- .gitignore | 1 + buildah.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 326201f..f447cdd 100644 --- a/.gitignore +++ b/.gitignore @@ -675,3 +675,4 @@ /buildah-ec35bc4.tar.gz /v1.22.0.tar.gz /v1.23.0.tar.gz +/v1.23.1.tar.gz diff --git a/buildah.spec b/buildah.spec index b53c5e8..fa90c8b 100644 --- a/buildah.spec +++ b/buildah.spec @@ -25,11 +25,11 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global built_tag v1.23.0 +%global built_tag v1.23.1 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) Name: %{repo} -Version: 1.23.0 +Version: 1.23.1 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -157,6 +157,9 @@ cp bin/copy %{buildroot}/%{_bindir}/%{name}-copy %{_datadir}/%{name}/test %changelog +* Tue Sep 28 2021 RH Container Bot - 1.23.1-1 +- autobuilt v1.23.1 + * Tue Sep 14 2021 RH Container Bot - 1.23.0-1 - autobuilt v1.23.0 diff --git a/sources b/sources index 53023ee..8bfe3f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.23.0.tar.gz) = 587b9d0a735124afd1f21985ae9d657d513b383bb8b7a5f4ea8911ebaf915c0bdb2bca4359cc9caf4e50cf64550f8f6ee596a0aa10acf6b59370b68b41b809f1 +SHA512 (v1.23.1.tar.gz) = 2ceb6df5adb671483557bb03937df583857d99c116be5d44aae533c155f560d5d454bebf25908ac02bb85e4c2ba31533adb99f0946ecc4f4830977c14f324b6f From db57ffb4de2d911f0ee5059db21fdbc435395593 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jan 2022 22:41:05 +0000 Subject: [PATCH 006/116] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- buildah.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index fa90c8b..5361f3b 100644 --- a/buildah.spec +++ b/buildah.spec @@ -30,7 +30,7 @@ Name: %{repo} Version: 1.23.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -157,6 +157,9 @@ cp bin/copy %{buildroot}/%{_bindir}/%{name}-copy %{_datadir}/%{name}/test %changelog +* Wed Jan 19 2022 Fedora Release Engineering - 1.23.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Sep 28 2021 RH Container Bot - 1.23.1-1 - autobuilt v1.23.1 From 56f7ebbadaee16ca28c95f4c92b26967ada6b72b Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 26 Jan 2022 17:00:31 -0500 Subject: [PATCH 007/116] bump to v1.23.2, switch to autospec Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + buildah.spec | 2526 ++------------------------------------------------ sources | 2 +- 3 files changed, 58 insertions(+), 2471 deletions(-) diff --git a/.gitignore b/.gitignore index f447cdd..f7297f1 100644 --- a/.gitignore +++ b/.gitignore @@ -676,3 +676,4 @@ /v1.22.0.tar.gz /v1.23.0.tar.gz /v1.23.1.tar.gz +/v1.23.2.tar.gz diff --git a/buildah.spec b/buildah.spec index 5361f3b..1ce9dbb 100644 --- a/buildah.spec +++ b/buildah.spec @@ -25,14 +25,15 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global built_tag v1.23.1 +%global built_tag v1.23.2 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) +%global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) Name: %{repo} -Version: 1.23.1 -Release: 2%{?dist} +Version: %{gen_version} +Release: %autorelease Summary: A command line tool used for creating OCI Images -License: ASL 2.0 +License: ASL 2.0 and BSD and MIT URL: https://%{name}.io Source: %{git0}/archive/%{built_tag}.tar.gz BuildRequires: device-mapper-devel @@ -50,20 +51,49 @@ BuildRequires: ostree-devel %if 0%{?fedora} && ! 0%{?eln} BuildRequires: btrfs-progs-devel %endif -%if 0%{?fedora} Requires: containers-common >= 4:1-17 BuildRequires: libseccomp-static Requires: libseccomp >= 2.4.1-0 Suggests: cpp Suggests: qemu-user-static -%else -BuildRequires: libseccomp-devel -Requires: containers-common -Requires: crun >= 0.17.1-1 -Requires: libseccomp -Requires: container-selinux -Requires: slirp4netns >= 0.3-0 -%endif + +Provides: bundled(golang(github.com/containerd/containerd)) = v1.5.7 +Provides: bundled(golang(github.com/containernetworking/cni)) = v0.8.1 +Provides: bundled(golang(github.com/containers/common)) = v0.44.2 +Provides: bundled(golang(github.com/containers/image/v5)) = v5.16.0 +Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.2 +Provides: bundled(golang(github.com/containers/storage)) = v1.36.0 +Provides: bundled(golang(github.com/docker/distribution)) = v2.7.1+incompatible +Provides: bundled(golang(github.com/docker/go_units)) = v0.4.0 +Provides: bundled(golang(github.com/docker/libnetwork)) = v0.8.0_dev.2.0.20190625141545_5a177b73e316 +Provides: bundled(golang(github.com/fsouza/go_dockerclient)) = v1.7.4 +Provides: bundled(golang(github.com/ghodss/yaml)) = v1.0.0 +Provides: bundled(golang(github.com/hashicorp/go_multierror)) = v1.1.1 +Provides: bundled(golang(github.com/ishidawataru/sctp)) = v0.0.0_20210226210310_f2269e66cdee +Provides: bundled(golang(github.com/konsorten/go_windows_terminal_sequences)) = v1.0.3 +Provides: bundled(golang(github.com/mattn/go_shellwords)) = v1.0.12 +Provides: bundled(golang(github.com/onsi/ginkgo)) = v1.16.4 +Provides: bundled(golang(github.com/onsi/gomega)) = v1.16.0 +Provides: bundled(golang(github.com/opencontainers/go_digest)) = v1.0.0 +Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.0.2_0.20210819154149_5ad6f50d6283 +Provides: bundled(golang(github.com/opencontainers/runc)) = v1.0.2 +Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.0.3_0.20210326190908_1c3f411f0417 +Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.0 +Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.8.5 +Provides: bundled(golang(github.com/openshift/imagebuilder)) = v1.2.2_0.20210415181909_87f3e48c2656 +Provides: bundled(golang(github.com/pkg/errors)) = v0.9.1 +Provides: bundled(golang(github.com/seccomp/libseccomp_golang)) = v0.9.2_0.20200616122406_847368b35ebf +Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.8.1 +Provides: bundled(golang(github.com/spf13/cobra)) = v1.2.1 +Provides: bundled(golang(github.com/spf13/pflag)) = v1.0.5 +Provides: bundled(golang(github.com/stretchr/testify)) = v1.7.0 +Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0_20200815063812_42c35b437635 +Provides: bundled(golang(go.etcd.io/bbolt)) = v1.3.6 +Provides: bundled(golang(golang.org/x/crypto)) = v0.0.0_20210711020723_a769d52b0f97 +Provides: bundled(golang(golang.org/x/sync)) = v0.0.0_20210220032951_036812b2e83c +Provides: bundled(golang(golang.org/x/sys)) = v0.0.0_20210820121016_41cdb8703e55 +Provides: bundled(golang(golang.org/x/term)) = v0.0.0_20210615171337_6886f2dfbf5b +Provides: bundled(golang(k8s.io/klog)) = v1.0.0 %description The %{name} package provides a command line tool which can be used to @@ -96,6 +126,18 @@ This package contains system tests for %{name} %autosetup -Sgit -n %{name}-%{built_tag_strip} %build +%set_build_flags +export GOPATH=$(pwd)/_build:$(pwd) +export CGO_CFLAGS=$CFLAGS +# These extra flags present in $CFLAGS have been skipped for now as they break the build +CGO_CFLAGS=$(echo $CGO_CFLAGS | sed 's/-flto=auto//g') +CGO_CFLAGS=$(echo $CGO_CFLAGS | sed 's/-Wp,D_GLIBCXX_ASSERTIONS//g') +CGO_CFLAGS=$(echo $CGO_CFLAGS | sed 's/-specs=\/usr\/lib\/rpm\/redhat\/redhat-annobin-cc1//g') + +%ifarch x86_64 +export CGO_CFLAGS+=" -m64 -mtune=generic -fcf-protection=full" +%endif + mkdir _build pushd _build mkdir -p src/%{provider}.%{provider_tld}/%{project} @@ -104,18 +146,6 @@ popd mv vendor src -export GOPATH=$(pwd)/_build:$(pwd) -export CGO_CFLAGS="-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -ffat-lto-objects -fexceptions -fasynchronous-unwind-tables -fstack-protector-strong -fstack-clash-protection -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" -# FIXME: Investigate why this fails -%ifnarch s390x -export CGO_CFLAGS+=" -D_FILE_OFFSET_BITS=64" -%endif -%ifarch x86_64 -export CGO_CFLAGS+=" -m64 -mtune=generic -fcf-protection=full" -%endif -# These extra flags present in %%{optflags} have been skipped for now as they break the build -#export CGO_CFLAGS+=" -flto=auto -Wp,D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1" - export CNI_VERSION=`grep '^# github.com/containernetworking/cni ' src/modules.txt | sed 's,.* ,,'` export LDFLAGS="-X main.buildInfo=`date +%s` -X main.cniVersion=${CNI_VERSION}" @@ -157,2448 +187,4 @@ cp bin/copy %{buildroot}/%{_bindir}/%{name}-copy %{_datadir}/%{name}/test %changelog -* Wed Jan 19 2022 Fedora Release Engineering - 1.23.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Tue Sep 28 2021 RH Container Bot - 1.23.1-1 -- autobuilt v1.23.1 - -* Tue Sep 14 2021 RH Container Bot - 1.23.0-1 -- autobuilt v1.23.0 - -* Wed Aug 25 2021 RH Container Bot - 1.22.3-1 -- autobuilt v1.22.3 - -* Mon Aug 16 2021 RH Container Bot - 1.22.0-1 -- autobuilt v1.22.0 - -* Thu Aug 05 2021 Lokesh Mandvekar - 1.22.0-2 -- Resolves: #1974086 - correct build date in buildah version - -* Thu Aug 05 2021 Lokesh Mandvekar - 1.22.0-1 -- bump to v1.22.0 - -* Mon Aug 02 2021 Lokesh Mandvekar - 1.22.0-0.15.dev.gitec35bc4 -- Resolves: #1983596, #1987738 - Security fix for CVE-2021-34558 - -* Wed Jul 21 2021 Fedora Release Engineering - 1.22.0-0.14.dev.gitec35bc4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Mon Jul 19 2021 Eduardo Santiago - 1.22.0-0.13.dev.gitec35bc4 -- Try to deal with new buildah-copy-helper nightmare - -* Fri Jul 16 2021 Lokesh Mandvekar - 1.22.0-0.12.dev.gitec35bc4 -- Resolves: #1969264, #1982880 - Security fix for CVE-2021-3602 - -* Wed Jun 23 2021 RH Container Bot - 1.22.0-0.11.dev.git6d5d1ae -- autobuilt 6d5d1ae - -* Tue Jun 22 2021 RH Container Bot - 1.22.0-0.10.dev.git802a904 -- autobuilt 802a904 - -* Sat Jun 19 2021 RH Container Bot - 1.22.0-0.9.dev.git5181b9c -- autobuilt 5181b9c - -* Fri Jun 18 2021 RH Container Bot - 1.22.0-0.8.dev.git814868e -- autobuilt 814868e - -* Thu Jun 17 2021 RH Container Bot - 1.22.0-0.7.dev.git30c07b7 -- autobuilt 30c07b7 - -* Wed Jun 16 2021 RH Container Bot - 1.22.0-0.6.dev.gitd99221f -- autobuilt d99221f - -* Mon Jun 14 2021 Lokesh Mandvekar - 1.22.0-0.5.dev.git8d08247 -- fix dependencies and bad changelog date - -* Fri Jun 11 2021 RH Container Bot - 1.22.0-0.4.dev.git8d08247 -- autobuilt 8d08247 - -* Thu Jun 10 2021 RH Container Bot - 1.22.0-0.3.dev.git9c7f50b -- autobuilt 9c7f50b - -* Mon Jun 07 2021 RH Container Bot - 1.22.0-0.2.dev.gitd08dbe7 -- autobuilt d08dbe7 - -* Thu Jun 03 2021 RH Container Bot - 1.22.0-0.1.dev.gitbbbe10a -- bump to 1.22.0 -- autobuilt bbbe10a - -* Wed Jun 02 2021 RH Container Bot - 1.21.1-0.8.dev.git4fa566e -- autobuilt 4fa566e - -* Sat May 29 2021 RH Container Bot - 1.21.1-0.7.dev.git8a6d840 -- autobuilt 8a6d840 - -* Fri May 28 2021 RH Container Bot - 1.21.1-0.6.dev.git23e2b79 -- autobuilt 23e2b79 - -* Thu May 27 2021 RH Container Bot - 1.21.1-0.5.dev.gitd677bf0 -- autobuilt d677bf0 - -* Tue May 25 2021 RH Container Bot - 1.21.1-0.4.dev.gitdf14b1c -- autobuilt df14b1c - -* Sat May 22 2021 RH Container Bot - 1.21.1-0.3.dev.git19d3065 -- autobuilt 19d3065 - -* Fri May 21 2021 RH Container Bot - 1.21.1-0.2.dev.git2a83637 -- autobuilt 2a83637 - -* Thu May 20 2021 RH Container Bot - 1.21.1-0.1.dev.gitf629ded -- bump to 1.21.1 -- autobuilt f629ded - -* Tue May 18 2021 RH Container Bot - 1.20.2-0.15.dev.gitf30b420 -- autobuilt f30b420 - -* Tue May 18 2021 RH Container Bot - 1.20.2-0.14.dev.git2ab877e -- autobuilt 2ab877e - -* Sat May 15 2021 RH Container Bot - 1.20.2-0.13.dev.git162fbaf -- autobuilt 162fbaf - -* Thu May 13 2021 Dan Walsh - 1.20.2-0.12.dev.git5119393 -- Add suggests qemu-user-static - - -* Thu May 13 2021 RH Container Bot - 1.20.2-0.11.dev.git5119393 -- autobuilt 5119393 - -* Wed May 12 2021 RH Container Bot - 1.20.2-0.10.dev.gita0853c3 -- autobuilt a0853c3 - -* Tue May 11 2021 RH Container Bot - 1.20.2-0.9.dev.git135d63d -- autobuilt 135d63d - -* Fri May 07 2021 RH Container Bot - 1.20.2-0.8.dev.git22fc573 -- autobuilt 22fc573 - -* Thu May 06 2021 RH Container Bot - 1.20.2-0.7.dev.gitd78dfd1 -- autobuilt d78dfd1 - -* Mon May 03 2021 RH Container Bot - 1.20.2-0.6.dev.gitc4fc67f -- autobuilt c4fc67f - -* Wed Apr 28 2021 RH Container Bot - 1.20.2-0.5.dev.git1065fd2 -- autobuilt 1065fd2 - -* Mon Apr 26 2021 RH Container Bot - 1.20.2-0.4.dev.git9428d03 -- autobuilt 9428d03 - -* Tue Apr 20 2021 RH Container Bot - 1.20.2-0.3.dev.git2f99c2e -- autobuilt 2f99c2e - -* Fri Apr 16 2021 Lokesh Mandvekar - 1.20.2-0.2.dev.git61f5dff -- bump for buildah-tests - -* Fri Apr 16 2021 Lokesh Mandvekar - 1.20.2-0.2.dev.git61f5dff -- slirp4netns, crun, container-selinux and fuse-overlayfs deps used from -containers-common - -* Wed Apr 14 2021 RH Container Bot - 1.20.2-0.1.dev.git2e5732b -- bump to 1.20.2 -- autobuilt 2e5732b - -* Mon Mar 29 2021 RH Container Bot - 1.20.1-0.1.dev.git98f7b3d -- bump to 1.20.1 -- autobuilt 98f7b3d - -* Mon Mar 22 2021 RH Container Bot - 1.20.0-0.33.dev.git915de2e -- autobuilt 915de2e - -* Sat Mar 13 2021 RH Container Bot - 1.20.0-0.32.dev.gitecbb651 -- autobuilt ecbb651 - -* Thu Mar 11 2021 RH Container Bot - 1.20.0-0.31.dev.git0a38651 -- autobuilt 0a38651 - -* Wed Mar 10 2021 RH Container Bot - 1.20.0-0.30.dev.gitb2f7e27 -- autobuilt b2f7e27 - -* Wed Mar 10 2021 RH Container Bot - 1.20.0-0.29.dev.git30ed95a -- autobuilt 30ed95a - -* Wed Mar 10 2021 RH Container Bot - 1.20.0-0.28.dev.git9cdde41 -- autobuilt 9cdde41 - -* Tue Mar 09 2021 RH Container Bot - 1.20.0-0.27.dev.git3b8acfb -- autobuilt 3b8acfb - -* Mon Mar 08 2021 RH Container Bot - 1.20.0-0.26.dev.gitfd48180 -- autobuilt fd48180 - -* Mon Mar 08 2021 RH Container Bot - 1.20.0-0.25.dev.gitced3c7b -- autobuilt ced3c7b - -* Sun Mar 07 2021 RH Container Bot - 1.20.0-0.24.dev.git5352624 -- autobuilt 5352624 - -* Fri Mar 05 2021 RH Container Bot - 1.20.0-0.23.dev.gite481c9b -- autobuilt e481c9b - -* Fri Mar 05 2021 RH Container Bot - 1.20.0-0.22.dev.gitd5d782f -- autobuilt d5d782f - -* Thu Mar 04 2021 RH Container Bot - 1.20.0-0.21.dev.git8614456 -- autobuilt 8614456 - -* Thu Mar 04 2021 RH Container Bot - 1.20.0-0.20.dev.git17d8e1b -- autobuilt 17d8e1b - -* Wed Mar 03 2021 RH Container Bot - 1.20.0-0.19.dev.git35300f3 -- autobuilt 35300f3 - -* Wed Mar 03 2021 RH Container Bot - 1.20.0-0.18.dev.git0d8da0a -- autobuilt 0d8da0a - -* Mon Mar 01 2021 Lokesh Mandvekar - 1.20.0-0.16.dev.git0ade935 -- Resolves: #1933039 - fix Version field - -* Mon Mar 01 2021 RH Container Bot - define.Version-0.16.dev.git0ade935 -- autobuilt 0ade935 - -* Sat Feb 27 2021 RH Container Bot - define.Version-0.15.dev.gitc0915a5 -- autobuilt c0915a5 - -* Thu Feb 25 2021 RH Container Bot - define.Version-0.14.dev.git1688944 -- autobuilt 1688944 - -* Wed Feb 24 2021 RH Container Bot - define.Version-0.13.dev.gitc15269d -- autobuilt c15269d - -* Wed Feb 24 2021 RH Container Bot - define.Version-0.12.dev.git06d974b -- autobuilt 06d974b - -* Wed Feb 24 2021 RH Container Bot - define.Version-0.11.dev.gitb51f63a -- autobuilt b51f63a - -* Wed Feb 24 2021 RH Container Bot - define.Version-0.10.dev.giteb42398 -- autobuilt eb42398 - -* Tue Feb 23 2021 RH Container Bot - define.Version-0.9.dev.gitd5c503c -- autobuilt d5c503c - -* Tue Feb 23 2021 RH Container Bot - define.Version-0.8.dev.gita5e80a5 -- autobuilt a5e80a5 - -* Tue Feb 23 2021 RH Container Bot - define.Version-0.7.dev.git1296778 -- autobuilt 1296778 - -* Mon Feb 22 2021 RH Container Bot - define.Version-0.6.dev.git72ef182 -- autobuilt 72ef182 - -* Mon Feb 22 2021 RH Container Bot - define.Version-0.5.dev.git1b49e62 -- autobuilt 1b49e62 - -* Mon Feb 22 2021 RH Container Bot - define.Version-0.4.dev.gitd47032f -- autobuilt d47032f - -* Wed Feb 17 2021 RH Container Bot - define.Version-0.3.dev.gita6eeca7 -- autobuilt a6eeca7 - -* Wed Feb 17 2021 RH Container Bot - define.Version-0.2.dev.gitde6c0da -- autobuilt de6c0da - -* Tue Feb 16 2021 RH Container Bot - define.Version-0.1.dev.gitd5326ef -- bump to define.Version -- autobuilt d5326ef - -* Tue Feb 16 2021 RH Container Bot - 1.20.0-0.27.dev.gite1c7a5c -- autobuilt e1c7a5c - -* Mon Feb 15 2021 RH Container Bot - 1.20.0-0.26.dev.git013883e -- autobuilt 013883e - -* Mon Feb 15 2021 RH Container Bot - 1.20.0-0.25.dev.git0a064b3 -- autobuilt 0a064b3 - -* Mon Feb 15 2021 RH Container Bot - 1.20.0-0.24.dev.git457c75c -- autobuilt 457c75c - -* Fri Feb 12 2021 RH Container Bot - 1.20.0-0.23.dev.git6421c84 -- autobuilt 6421c84 - -* Thu Feb 11 2021 RH Container Bot - 1.20.0-0.22.dev.git2e59c37 -- autobuilt 2e59c37 - -* Thu Feb 11 2021 RH Container Bot - 1.20.0-0.21.dev.git3679b9f -- autobuilt 3679b9f - -* Tue Feb 09 2021 RH Container Bot - 1.20.0-0.20.dev.git0508fba -- autobuilt 0508fba - -* Tue Feb 09 2021 RH Container Bot - 1.20.0-0.19.dev.git9eb048a -- autobuilt 9eb048a - -* Tue Feb 09 2021 RH Container Bot - 1.20.0-0.18.dev.git885e9c1 -- autobuilt 885e9c1 - -* Mon Feb 08 2021 RH Container Bot - 1.20.0-0.17.dev.git8f63761 -- autobuilt 8f63761 - -* Mon Feb 08 2021 RH Container Bot - 1.20.0-0.16.dev.git800a3ed -- autobuilt 800a3ed - -* Mon Feb 08 2021 RH Container Bot - 1.20.0-0.15.dev.git044ea34 -- autobuilt 044ea34 - -* Tue Feb 02 2021 RH Container Bot - 1.20.0-0.14.dev.gite1dfdd3 -- autobuilt e1dfdd3 - -* Mon Feb 01 2021 RH Container Bot - 1.20.0-0.13.dev.gitd0af90d -- autobuilt d0af90d - -* Thu Jan 28 2021 RH Container Bot - 1.20.0-0.12.dev.git7f340f9 -- autobuilt 7f340f9 - -* Thu Jan 28 2021 RH Container Bot - 1.20.0-0.11.dev.git0ec651f -- autobuilt 0ec651f - -* Thu Jan 28 2021 Lokesh Mandvekar - 1.20.0-0.10.dev.git6002877 -- use oci-runtime and crun - -* Wed Jan 27 2021 RH Container Bot - 1.20.0-0.9.dev.git6002877 -- autobuilt 6002877 - -* Mon Jan 25 2021 RH Container Bot - 1.20.0-0.8.dev.git0c5bfcd -- autobuilt 0c5bfcd - -* Mon Jan 25 2021 RH Container Bot - 1.20.0-0.7.dev.git2f20868 -- autobuilt 2f20868 - -* Mon Jan 25 2021 RH Container Bot - 1.20.0-0.6.dev.git4925e86 -- autobuilt 4925e86 - -* Fri Jan 22 2021 RH Container Bot - 1.20.0-0.5.dev.git1a04337 -- autobuilt 1a04337 - -* Fri Jan 22 2021 RH Container Bot - 1.20.0-0.4.dev.git371e4ca -- autobuilt 371e4ca - -* Thu Jan 21 2021 RH Container Bot - 1.20.0-0.3.dev.gitd460e2e -- autobuilt d460e2e - -* Mon Jan 18 2021 RH Container Bot - 1.20.0-0.2.dev.git3f5ba7e -- autobuilt 3f5ba7e - -* Mon Jan 18 2021 RH Container Bot - 1.20.0-0.1.dev.git6f554d8 -- bump to 1.20.0 -- autobuilt 6f554d8 - -* Fri Jan 15 2021 RH Container Bot - 1.19.1-0.2.dev.gitd10dbf3 -- autobuilt d10dbf3 - -* Thu Jan 14 2021 RH Container Bot - 1.19.1-0.1.dev.gitf17ccd0 -- bump to 1.19.1 -- autobuilt f17ccd0 - -* Thu Jan 14 2021 RH Container Bot - 1.20.0-0.6.dev.gitb595a98 -- autobuilt b595a98 - -* Thu Jan 14 2021 RH Container Bot - 1.20.0-0.5.dev.git2e1bbc2 -- autobuilt 2e1bbc2 - -* Wed Jan 13 2021 RH Container Bot - 1.20.0-0.4.dev.git80181e8 -- autobuilt 80181e8 - -* Tue Jan 12 2021 RH Container Bot - 1.20.0-0.3.dev.gitcfb3372 -- autobuilt cfb3372 - -* Sun Jan 10 2021 RH Container Bot - 1.20.0-0.2.dev.git8d89b80 -- autobuilt 8d89b80 - -* Sat Jan 9 2021 RH Container Bot - 1.20.0-0.1.dev.git911e6ea -- bump to 1.20.0 -- autobuilt 911e6ea - -* Fri Jan 8 2021 RH Container Bot - 1.19.0-0.41.dev.git1b3dc91 -- autobuilt 1b3dc91 - -* Fri Jan 8 2021 RH Container Bot - 1.19.0-0.40.dev.git10c10ee -- autobuilt 10c10ee - -* Fri Jan 8 2021 RH Container Bot - 1.19.0-0.39.dev.gitddcbb30 -- autobuilt ddcbb30 - -* Fri Jan 8 2021 RH Container Bot - 1.19.0-0.38.dev.git6d3b8d3 -- autobuilt 6d3b8d3 - -* Thu Jan 7 2021 RH Container Bot - 1.19.0-0.37.dev.gitf01ddd6 -- autobuilt f01ddd6 - -* Wed Jan 6 2021 RH Container Bot - 1.19.0-0.36.dev.git02b914b -- autobuilt 02b914b - -* Wed Jan 6 2021 RH Container Bot - 1.19.0-0.35.dev.git5129d28 -- autobuilt 5129d28 - -* Tue Jan 5 2021 RH Container Bot - 1.19.0-0.34.dev.gitf3c5c03 -- autobuilt f3c5c03 - -* Mon Jan 4 2021 RH Container Bot - 1.19.0-0.33.dev.gitd899c7c -- autobuilt d899c7c - -* Tue Dec 29 2020 RH Container Bot - 1.19.0-0.32.dev.git00b8e9f -- autobuilt 00b8e9f - -* Tue Dec 29 2020 RH Container Bot - 1.19.0-0.31.dev.git24e0eb7 -- autobuilt 24e0eb7 - -* Wed Dec 23 2020 RH Container Bot - 1.19.0-0.30.dev.gitffef8a6 -- autobuilt ffef8a6 - -* Tue Dec 22 2020 RH Container Bot - 1.19.0-0.29.dev.git00aa7f0 -- autobuilt 00aa7f0 - -* Tue Dec 22 2020 RH Container Bot - 1.19.0-0.28.dev.gitb9fdee0 -- autobuilt b9fdee0 - -* Mon Dec 21 2020 RH Container Bot - 1.19.0-0.27.dev.git5f1031f -- autobuilt 5f1031f - -* Mon Dec 21 2020 RH Container Bot - 1.19.0-0.26.dev.git7734b68 -- autobuilt 7734b68 - -* Mon Dec 21 2020 RH Container Bot - 1.19.0-0.25.dev.gitbec005d -- autobuilt bec005d - -* Mon Dec 21 2020 RH Container Bot - 1.19.0-0.24.dev.git6e56bea -- autobuilt 6e56bea - -* Thu Dec 17 2020 RH Container Bot - 1.19.0-0.23.dev.git6747061 -- autobuilt 6747061 - -* Wed Dec 16 2020 RH Container Bot - 1.19.0-0.22.dev.git356fd7e -- autobuilt 356fd7e - -* Wed Dec 16 2020 RH Container Bot - 1.19.0-0.21.dev.git8c01c17 -- autobuilt 8c01c17 - -* Wed Dec 16 2020 RH Container Bot - 1.19.0-0.20.dev.gitef8adfd -- autobuilt ef8adfd - -* Tue Dec 15 2020 RH Container Bot - 1.19.0-0.19.dev.gitd69f76a -- autobuilt d69f76a - -* Thu Dec 10 2020 RH Container Bot - 1.19.0-0.18.dev.git5b867f2 -- autobuilt 5b867f2 - -* Wed Dec 9 2020 RH Container Bot - 1.19.0-0.17.dev.git1678745 -- autobuilt 1678745 - -* Tue Dec 8 2020 RH Container Bot - 1.19.0-0.16.dev.git10d622b -- autobuilt 10d622b - -* Mon Dec 7 2020 RH Container Bot - 1.19.0-0.15.dev.git1d67d26 -- autobuilt 1d67d26 - -* Mon Dec 7 2020 RH Container Bot - 1.19.0-0.14.dev.gitac96369 -- autobuilt ac96369 - -* Mon Dec 7 2020 RH Container Bot - 1.19.0-0.13.dev.gitc50e236 -- autobuilt c50e236 - -* Sat Dec 5 2020 Lokesh Mandvekar - 1.19.0-0.12.dev.git75ae8be -- harden cgo binaries -- Reported-by: Wade Mealing - -* Wed Dec 2 2020 RH Container Bot - 1.19.0-0.11.dev.git75ae8be -- autobuilt 75ae8be - -* Mon Nov 30 2020 RH Container Bot - 1.19.0-0.10.dev.gitacb97f1 -- autobuilt acb97f1 - -* Mon Nov 30 2020 RH Container Bot - 1.19.0-0.9.dev.git92463b5 -- autobuilt 92463b5 - -* Mon Nov 30 2020 RH Container Bot - 1.19.0-0.8.dev.git02b3b50 -- autobuilt 02b3b50 - -* Wed Nov 25 2020 RH Container Bot - 1.19.0-0.7.dev.gitdd26b13 -- autobuilt dd26b13 - -* Wed Nov 25 2020 RH Container Bot - 1.19.0-0.6.dev.git587e617 -- autobuilt 587e617 - -* Mon Nov 23 2020 RH Container Bot - 1.19.0-0.5.dev.gitaf10f8c -- autobuilt af10f8c - -* Sat Nov 21 2020 RH Container Bot - 1.19.0-0.4.dev.git2e1d92e -- autobuilt 2e1d92e - -* Fri Nov 20 2020 RH Container Bot - 1.19.0-0.3.dev.git570b43f -- autobuilt 570b43f - -* Wed Nov 18 2020 RH Container Bot - 1.19.0-0.2.dev.gite016fa8 -- autobuilt e016fa8 - -* Tue Nov 17 2020 RH Container Bot - 1.19.0-0.1.dev.git05aa527 -- bump to 1.19.0 -- autobuilt 05aa527 - -* Mon Nov 16 2020 RH Container Bot - 1.18.0-0.8.dev.gitaa37929 -- autobuilt aa37929 - -* Sat Nov 14 2020 RH Container Bot - 1.18.0-0.7.dev.git272f241 -- autobuilt 272f241 - -* Fri Nov 13 2020 RH Container Bot - 1.18.0-0.6.dev.gitd0c958d -- autobuilt d0c958d - -* Wed Nov 11 2020 RH Container Bot - 1.18.0-0.5.dev.git5368ec3 -- autobuilt 5368ec3 - -* Tue Nov 10 2020 RH Container Bot - 1.18.0-0.4.dev.git18c0b33 -- autobuilt 18c0b33 - -* Mon Nov 9 2020 RH Container Bot - 1.18.0-0.3.dev.git1087564 -- autobuilt 1087564 - -* Sat Nov 7 2020 RH Container Bot - 1.18.0-0.2.dev.gitc7ed3ca -- autobuilt c7ed3ca - -* Thu Nov 5 2020 RH Container Bot - 1.18.0-0.1.dev.git7719296 -- bump to 1.18.0 -- autobuilt 7719296 - -* Wed Oct 21 2020 RH Container Bot - 1.17.0-0.39.dev.gitd33bb41 -- autobuilt d33bb41 - -* Tue Oct 20 2020 RH Container Bot - 1.17.0-0.38.dev.git9229549 -- autobuilt 9229549 - -* Fri Oct 16 2020 RH Container Bot - 1.17.0-0.37.dev.gita970ffb -- autobuilt a970ffb - -* Thu Oct 15 2020 RH Container Bot - 1.17.0-0.36.dev.git7699b6e -- autobuilt 7699b6e - -* Wed Oct 14 2020 RH Container Bot - 1.17.0-0.35.dev.git7389cc7 -- autobuilt 7389cc7 - -* Tue Oct 13 2020 RH Container Bot - 1.17.0-0.34.dev.git9913b9f -- autobuilt 9913b9f - -* Sat Oct 10 2020 RH Container Bot - 1.17.0-0.33.dev.git415715a -- autobuilt 415715a - -* Fri Oct 9 2020 RH Container Bot - 1.17.0-0.32.dev.gited75e66 -- autobuilt ed75e66 - -* Wed Oct 7 2020 RH Container Bot - 1.17.0-0.31.dev.git746b5a6 -- autobuilt 746b5a6 - -* Tue Oct 6 2020 Lokesh Mandvekar - 1.17.0-0.30.dev.gitf09e52c -- no btrfs for eln - -* Tue Oct 6 2020 RH Container Bot - 1.17.0-0.29.dev.gitf09e52c -- autobuilt f09e52c - -* Sat Oct 3 2020 RH Container Bot - 1.17.0-0.28.dev.git71a5615 -- autobuilt 71a5615 - -* Fri Oct 2 2020 RH Container Bot - 1.17.0-0.27.dev.git73ae001 -- autobuilt 73ae001 - -* Thu Oct 1 2020 RH Container Bot - 1.17.0-0.26.dev.gitdc504d9 -- autobuilt dc504d9 - -* Wed Sep 30 2020 RH Container Bot - 1.17.0-0.25.dev.git7fb1282 -- autobuilt 7fb1282 - -* Fri Sep 25 2020 RH Container Bot - 1.17.0-0.24.dev.git5955652 -- autobuilt 5955652 - -* Fri Sep 25 2020 RH Container Bot - 1.17.0-0.23.dev.gitb3f6ed8 -- autobuilt b3f6ed8 - -* Mon Sep 21 23:12:37 UTC 2020 RH Container Bot - 1.17.0-0.22.dev.git0e06e45 -- autobuilt 0e06e45 - -* Mon Sep 21 22:12:43 UTC 2020 RH Container Bot - 1.17.0-0.21.dev.gitf2f857a -- autobuilt f2f857a - -* Mon Sep 21 21:12:08 UTC 2020 RH Container Bot - 1.17.0-0.20.dev.git0f4a259 -- autobuilt 0f4a259 - -* Mon Sep 21 20:13:18 UTC 2020 RH Container Bot - 1.17.0-0.19.dev.gitd273b9e -- autobuilt d273b9e - -* Mon Sep 21 18:12:11 UTC 2020 RH Container Bot - 1.17.0-0.18.dev.git411a885 -- autobuilt 411a885 - -* Mon Sep 21 2020 Lokesh Mandvekar - 1.17.0-0.17.dev.git678da1d -- adjust centos deps - -* Thu Sep 17 2020 RH Container Bot - 1.17.0-0.16.dev.git678da1d -- autobuilt 678da1d - -* Thu Sep 17 2020 RH Container Bot - 1.17.0-0.15.dev.git58541a3 -- autobuilt 58541a3 - -* Thu Sep 17 2020 RH Container Bot - 1.17.0-0.14.dev.git17bb22f -- autobuilt 17bb22f - -* Wed Sep 16 2020 RH Container Bot - 1.17.0-0.13.dev.git552cbd3 -- autobuilt 552cbd3 - -* Tue Sep 15 2020 RH Container Bot - 1.17.0-0.12.dev.gitd0f43a0 -- autobuilt d0f43a0 - -* Tue Sep 15 2020 RH Container Bot - 1.17.0-0.11.dev.gitb47ffb9 -- autobuilt b47ffb9 - -* Fri Sep 11 2020 RH Container Bot - 1.17.0-0.10.dev.git1f8bf4d -- autobuilt 1f8bf4d - -* Thu Sep 10 2020 RH Container Bot - 1.17.0-0.9.dev.git33768fc -- autobuilt 33768fc - -* Wed Sep 9 2020 RH Container Bot - 1.17.0-0.8.dev.gitaa3128e -- autobuilt aa3128e - -* Wed Sep 9 2020 RH Container Bot - 1.17.0-0.7.dev.gitefc5ec2 -- autobuilt efc5ec2 - -* Tue Sep 8 2020 RH Container Bot - 1.17.0-0.6.dev.gitbfe6da5 -- autobuilt bfe6da5 - -* Tue Sep 8 2020 RH Container Bot - 1.17.0-0.5.dev.git2928303 -- autobuilt 2928303 - -* Tue Sep 8 2020 RH Container Bot - 1.17.0-0.4.dev.git555eb26 -- autobuilt 555eb26 - -* Tue Sep 8 2020 RH Container Bot - 1.17.0-0.3.dev.git49a5768 -- autobuilt 49a5768 - -* Mon Sep 7 2020 RH Container Bot - 1.17.0-0.2.dev.gitd83657c -- autobuilt d83657c - -* Sat Sep 5 2020 RH Container Bot - 1.17.0-0.1.dev.git28d7d44 -- bump to 1.17.0 -- autobuilt 28d7d44 - -* Thu Sep 3 2020 RH Container Bot - 1.16.0-0.4.dev.git58e6b4f -- autobuilt 58e6b4f - -* Thu Sep 03 2020 Lokesh Mandvekar - 1.16.0-0.3.dev.gitfce9668 -- tests package requires openssl - -* Thu Sep 3 2020 RH Container Bot - 1.16.0-0.2.dev.gitfce9668 -- autobuilt fce9668 - -* Thu Sep 3 2020 RH Container Bot - 1.16.0-0.1.dev.gitac0182c -- bump to 1.16.0 -- autobuilt ac0182c - -* Mon Jul 27 2020 Fedora Release Engineering - 1.15.0-0.68.dev.git2c46b4b -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue May 26 2020 Lokesh Mandvekar - 1.15.0-0.67.dev.git2c46b4b -- update deps for centos - -* Tue May 26 2020 RH Container Bot - 1.15.0-0.66.dev.git2c46b4b -- autobuilt 2c46b4b - -* Tue May 26 2020 RH Container Bot - 1.15.0-0.65.dev.gitf7a3515 -- autobuilt f7a3515 - -* Mon May 25 2020 RH Container Bot - 1.15.0-0.64.dev.git0ac2a67 -- autobuilt 0ac2a67 - -* Sun May 24 2020 RH Container Bot - 1.15.0-0.63.dev.gitdbf0777 -- autobuilt dbf0777 - -* Sat May 23 2020 RH Container Bot - 1.15.0-0.62.dev.gitde0f541 -- autobuilt de0f541 - -* Thu May 21 2020 RH Container Bot - 1.15.0-0.61.dev.git75e94a2 -- autobuilt 75e94a2 - -* Thu May 21 2020 RH Container Bot - 1.15.0-0.60.dev.gitab1adf1 -- autobuilt ab1adf1 - -* Wed May 20 2020 RH Container Bot - 1.15.0-0.59.dev.git4fc49ce -- autobuilt 4fc49ce - -* Mon May 18 2020 RH Container Bot - 1.15.0-0.58.dev.git7957c13 -- autobuilt 7957c13 - -* Wed May 13 2020 RH Container Bot - 1.15.0-0.57.dev.git9bd70ac -- autobuilt 9bd70ac - -* Tue May 12 2020 RH Container Bot - 1.15.0-0.56.dev.git3184920 -- autobuilt 3184920 - -* Mon May 11 2020 RH Container Bot - 1.15.0-0.55.dev.git0f6c2a9 -- autobuilt 0f6c2a9 - -* Mon May 11 2020 RH Container Bot - 1.15.0-0.54.dev.gitf80da42 -- autobuilt f80da42 - -* Fri May 08 2020 RH Container Bot - 1.15.0-0.53.dev.git6a7ace0 -- autobuilt 6a7ace0 - -* Tue May 05 2020 RH Container Bot - 1.15.0-0.52.dev.gitb438050 -- autobuilt b438050 - -* Mon May 04 2020 RH Container Bot - 1.15.0-0.51.dev.git828035f -- autobuilt 828035f - -* Mon May 04 2020 RH Container Bot - 1.15.0-0.50.dev.git7610123 -- autobuilt 7610123 - -* Mon May 04 2020 RH Container Bot - 1.15.0-0.49.dev.git7b0dfb8 -- autobuilt 7b0dfb8 - -* Fri May 01 2020 RH Container Bot - 1.15.0-0.48.dev.gitf35e7d4 -- autobuilt f35e7d4 - -* Fri May 01 2020 RH Container Bot - 1.15.0-0.47.dev.git42a48f9 -- autobuilt 42a48f9 - -* Fri May 01 2020 RH Container Bot - 1.15.0-0.46.dev.git63567cb -- autobuilt 63567cb - -* Fri May 01 2020 RH Container Bot - 1.15.0-0.45.dev.git3af27b4 -- autobuilt 3af27b4 - -* Tue Apr 28 2020 RH Container Bot - 1.15.0-0.44.dev.git8169acd -- autobuilt 8169acd - -* Tue Apr 28 2020 RH Container Bot - 1.15.0-0.43.dev.gitbea8692 -- autobuilt bea8692 - -* Fri Apr 24 2020 RH Container Bot - 1.15.0-0.42.dev.git0b9a534 -- autobuilt 0b9a534 - -* Fri Apr 24 2020 RH Container Bot - 1.15.0-0.41.dev.git0d5ab1d -- autobuilt 0d5ab1d - -* Thu Apr 23 2020 Lokesh Mandvekar - 1.15.0-0.40.dev.gitf4970e6 -- use latest commit - -* Thu Apr 23 2020 RH Container Bot - 1.15.0-0.39.dev.git843d15d -- autobuilt 843d15d - -* Mon Apr 20 2020 RH Container Bot - 1.15.0-0.38.dev.gitf4970e6 -- autobuilt f4970e6 - -* Thu Apr 16 2020 RH Container Bot - 1.15.0-0.37.dev.git81e2659 -- autobuilt 81e2659 - -* Tue Apr 14 2020 RH Container Bot - 1.15.0-0.36.dev.gitdb3ced9 -- autobuilt db3ced9 - -* Mon Apr 13 2020 RH Container Bot - 1.15.0-0.35.dev.gitc404c89 -- autobuilt c404c89 - -* Mon Apr 13 2020 RH Container Bot - 1.15.0-0.34.dev.git7a88d7e -- autobuilt 7a88d7e - -* Thu Apr 09 2020 RH Container Bot - 1.15.0-0.33.dev.gitf7ff4c1 -- autobuilt f7ff4c1 - -* Thu Apr 09 2020 RH Container Bot - 1.15.0-0.32.dev.gite48fa75 -- autobuilt e48fa75 - -* Tue Apr 07 2020 RH Container Bot - 1.15.0-0.31.dev.gitc554675 -- autobuilt c554675 - -* Tue Apr 07 2020 RH Container Bot - 1.15.0-0.30.dev.gitf5dbfc1 -- autobuilt f5dbfc1 - -* Tue Apr 07 2020 RH Container Bot - 1.15.0-0.29.dev.git310c02b -- autobuilt 310c02b - -* Tue Apr 07 2020 RH Container Bot - 1.15.0-0.28.dev.gitc3070ba -- autobuilt c3070ba - -* Mon Apr 06 2020 RH Container Bot - 1.15.0-0.27.dev.git20e41b7 -- autobuilt 20e41b7 - -* Mon Apr 06 2020 RH Container Bot - 1.15.0-0.26.dev.git9c031e0 -- autobuilt 9c031e0 - -* Sat Apr 04 2020 RH Container Bot - 1.15.0-0.25.dev.git31a01b4 -- autobuilt 31a01b4 - -* Thu Apr 02 2020 RH Container Bot - 1.15.0-0.24.dev.gite9a6703 -- autobuilt e9a6703 - -* Wed Apr 01 2020 RH Container Bot - 1.15.0-0.23.dev.git2fc064e -- autobuilt 2fc064e - -* Tue Mar 31 2020 RH Container Bot - 1.15.0-0.22.dev.git912ca5a -- autobuilt 912ca5a - -* Tue Mar 31 2020 RH Container Bot - 1.15.0-0.21.dev.git25c294c -- autobuilt 25c294c - -* Mon Mar 30 2020 RH Container Bot - 1.15.0-0.20.dev.git1db2cde -- autobuilt 1db2cde - -* Sat Mar 28 2020 RH Container Bot - 1.15.0-0.19.dev.git17ceb60 -- autobuilt 17ceb60 - -* Fri Mar 27 2020 RH Container Bot - 1.15.0-0.18.dev.gitc18e043 -- autobuilt c18e043 - -* Fri Mar 27 2020 RH Container Bot - 1.15.0-0.17.dev.gitd3804fa -- autobuilt d3804fa - -* Thu Mar 26 2020 RH Container Bot - 1.15.0-0.16.dev.git11ad04e -- autobuilt 11ad04e - -* Thu Mar 26 2020 RH Container Bot - 1.15.0-0.15.dev.gite48ff81 -- autobuilt e48ff81 - -* Thu Mar 26 2020 RH Container Bot - 1.15.0-0.14.dev.gite54da62 -- autobuilt e54da62 - -* Wed Mar 25 2020 RH Container Bot - 1.15.0-0.13.dev.gita5fabab -- autobuilt a5fabab - -* Wed Mar 25 2020 RH Container Bot - 1.15.0-0.12.dev.gitc61925b -- autobuilt c61925b - -* Mon Mar 23 2020 RH Container Bot - 1.15.0-0.11.dev.gitaba0d4d -- autobuilt aba0d4d - -* Mon Mar 23 2020 RH Container Bot - 1.15.0-0.10.dev.git3b9c6a3 -- autobuilt 3b9c6a3 - -* Mon Mar 23 2020 RH Container Bot - 1.15.0-0.9.dev.git10542ed -- autobuilt 10542ed - -* Thu Mar 19 2020 RH Container Bot - 1.15.0-0.8.dev.git665dc2f -- autobuilt 665dc2f - -* Thu Mar 19 2020 Lokesh Mandvekar - 1.15.0-0.7.dev.git843d15d -- use correct commit - -* Thu Mar 19 2020 RH Container Bot - 1.15.0-0.6.dev.gitf1cf92b -- autobuilt 843d15d - -* Thu Mar 19 2020 RH Container Bot - 1.15.0-0.5.dev.gitf1cf92b -- autobuilt a2285ed - -* Wed Mar 18 2020 RH Container Bot - 1.15.0-0.4.dev.gitf1cf92b -- autobuilt a2285ed - -* Wed Mar 18 2020 RH Container Bot - 1.15.0-0.3.dev.gitf1cf92b -- autobuilt a2285ed - -* Tue Mar 17 2020 RH Container Bot - 1.15.0-0.2.dev.gitf1cf92b -- autobuilt 040fb4b - -* Mon Mar 16 2020 RH Container Bot - 1.15.0-0.1.dev.gitf1cf92b -- bump to 1.15.0 -- autobuilt d26f437 - -* Wed Feb 05 2020 RH Container Bot - 1.14.0-0.35.dev.gitf1cf92b -- autobuilt f1cf92b - -* Sat Feb 01 2020 RH Container Bot - 1.14.0-0.34.dev.gitf89b081 -- autobuilt f89b081 - -* Fri Jan 31 2020 RH Container Bot - 1.14.0-0.33.dev.git3177db5 -- autobuilt 3177db5 - -* Thu Jan 30 2020 RH Container Bot - 1.14.0-0.32.dev.git4131dfa -- autobuilt 4131dfa - -* Wed Jan 29 2020 RH Container Bot - 1.14.0-0.31.dev.git82ff48a -- autobuilt 82ff48a - -* Tue Jan 28 2020 RH Container Bot - 1.14.0-0.30.dev.git0a063c4 -- autobuilt 0a063c4 - -* Mon Jan 27 2020 RH Container Bot - 1.14.0-0.29.dev.gitec4bbe6 -- autobuilt ec4bbe6 - -* Tue Jan 21 2020 RH Container Bot - 1.14.0-0.28.dev.git6e277a2 -- autobuilt 6e277a2 - -* Tue Jan 21 2020 RH Container Bot - 1.14.0-0.27.dev.git6417a9a -- autobuilt 6417a9a - -* Tue Jan 21 2020 RH Container Bot - 1.14.0-0.26.dev.git0c3234f -- autobuilt 0c3234f - -* Sun Jan 19 2020 RH Container Bot - 1.14.0-0.25.dev.git2055fe9 -- autobuilt 2055fe9 - -* Fri Jan 17 2020 RH Container Bot - 1.14.0-0.24.dev.gita925f79 -- autobuilt a925f79 - -* Fri Jan 17 2020 RH Container Bot - 1.14.0-0.23.dev.gitca0819f -- autobuilt ca0819f - -* Thu Jan 16 2020 RH Container Bot - 1.14.0-0.22.dev.gitc46f6e0 -- autobuilt c46f6e0 - -* Thu Jan 16 2020 RH Container Bot - 1.14.0-0.21.dev.gitb09fdc3 -- autobuilt b09fdc3 - -* Wed Jan 15 2020 RH Container Bot - 1.14.0-0.20.dev.git09d1c24 -- autobuilt 09d1c24 - -* Tue Jan 14 2020 RH Container Bot - 1.14.0-0.19.dev.gitbf14e6c -- autobuilt bf14e6c - -* Mon Jan 13 2020 RH Container Bot - 1.14.0-0.18.dev.git720e5d6 -- autobuilt 720e5d6 - -* Mon Jan 13 2020 RH Container Bot - 1.14.0-0.17.dev.gitb7e6731 -- autobuilt b7e6731 - -* Mon Jan 13 2020 RH Container Bot - 1.14.0-0.16.dev.gitf7731c2 -- autobuilt f7731c2 - -* Mon Jan 13 2020 RH Container Bot - 1.14.0-0.15.dev.git9def9c0 -- autobuilt 9def9c0 - -* Mon Jan 13 2020 RH Container Bot - 1.14.0-0.14.dev.git3af1491 -- autobuilt 3af1491 - -* Thu Jan 09 2020 RH Container Bot - 1.14.0-0.13.dev.git4e23b7a -- autobuilt 4e23b7a - -* Thu Jan 09 2020 RH Container Bot - 1.14.0-0.12.dev.git55fa8f5 -- autobuilt 55fa8f5 - -* Wed Jan 08 2020 RH Container Bot - 1.14.0-0.11.dev.git47ce18b -- autobuilt 47ce18b - -* Wed Jan 08 2020 RH Container Bot - 1.14.0-0.10.dev.gita3dec02 -- autobuilt a3dec02 - -* Wed Jan 08 2020 RH Container Bot - 1.14.0-0.9.dev.gitb555b7d -- autobuilt b555b7d - -* Wed Jan 08 2020 RH Container Bot - 1.14.0-0.8.dev.gite7be041 -- autobuilt e7be041 - -* Tue Jan 07 2020 RH Container Bot - 1.14.0-0.7.dev.gitdbec497 -- autobuilt dbec497 - -* Tue Jan 07 2020 RH Container Bot - 1.14.0-0.6.dev.git45543bf -- autobuilt 45543bf - -* Mon Jan 06 2020 RH Container Bot - 1.14.0-0.5.dev.gitd792c70 -- autobuilt d792c70 - -* Mon Jan 06 2020 RH Container Bot - 1.14.0-0.4.dev.git20c2a54 -- autobuilt 20c2a54 - -* Sat Jan 04 2020 RH Container Bot - 1.14.0-0.3.dev.gitc42f440 -- autobuilt c42f440 - -* Fri Jan 03 2020 RH Container Bot - 1.14.0-0.2.dev.git8d41b83 -- autobuilt 8d41b83 - -* Tue Dec 31 2019 RH Container Bot - 1.14.0-0.1.dev.git726e24d -- bump to 1.14.0 -- autobuilt 726e24d - -* Sun Dec 22 2019 RH Container Bot - 1.13.0-0.10.dev.git6941254 -- autobuilt 6941254 - -* Sun Dec 22 2019 RH Container Bot - 1.13.0-0.9.dev.git41b7852 -- autobuilt 41b7852 - -* Fri Dec 20 2019 RH Container Bot - 1.13.0-0.8.dev.git9588a82 -- autobuilt 9588a82 - -* Thu Dec 19 2019 RH Container Bot - 1.13.0-0.7.dev.gite6815a1 -- autobuilt e6815a1 - -* Thu Dec 19 2019 RH Container Bot - 1.13.0-0.6.dev.git2959a6b -- autobuilt 2959a6b - -* Wed Dec 18 2019 RH Container Bot - 1.13.0-0.5.dev.git188269a -- autobuilt 188269a - -* Wed Dec 18 2019 RH Container Bot - 1.13.0-0.4.dev.git0662a4e -- autobuilt 0662a4e - -* Tue Dec 17 2019 RH Container Bot - 1.13.0-0.3.dev.gitacc7c35 -- autobuilt acc7c35 - -* Mon Dec 16 2019 RH Container Bot - 1.13.0-0.2.dev.git068b6f5 -- autobuilt 068b6f5 - -* Fri Dec 13 2019 RH Container Bot - 1.13.0-0.1.dev.gite28c43d -- bump to 1.13.0 -- autobuilt e28c43d - -* Fri Dec 13 2019 RH Container Bot - 1.12.0-0.88.dev.gitdb59421 -- autobuilt db59421 - -* Wed Dec 11 2019 RH Container Bot - 1.12.0-0.87.dev.git70b101f -- autobuilt 70b101f - -* Wed Dec 11 2019 RH Container Bot - 1.12.0-0.86.dev.gitbc8feee -- autobuilt bc8feee - -* Fri Dec 06 2019 RH Container Bot - 1.12.0-0.85.dev.git8d6869b -- autobuilt 8d6869b - -* Fri Dec 06 2019 RH Container Bot - 1.12.0-0.84.dev.git8fc5b01 -- autobuilt 8fc5b01 - -* Fri Dec 06 2019 RH Container Bot - 1.12.0-0.83.dev.gitc038827 -- autobuilt c038827 - -* Fri Dec 06 2019 RH Container Bot - 1.12.0-0.82.dev.gite47145c -- autobuilt e47145c - -* Thu Dec 05 2019 RH Container Bot - 1.12.0-0.81.dev.git2a82d07 -- autobuilt 2a82d07 - -* Wed Dec 04 2019 RH Container Bot - 1.12.0-0.80.dev.git357d4ae -- autobuilt 357d4ae - -* Wed Dec 04 2019 RH Container Bot - 1.12.0-0.79.dev.gitd55a9f8 -- autobuilt d55a9f8 - -* Tue Dec 03 2019 RH Container Bot - 1.12.0-0.78.dev.gited0a329 -- autobuilt ed0a329 - -* Mon Nov 25 2019 RH Container Bot - 1.12.0-0.77.dev.git4cf37c2 -- autobuilt 4cf37c2 - -* Sat Nov 23 2019 RH Container Bot - 1.12.0-0.76.dev.git8fd3148 -- autobuilt 8fd3148 - -* Thu Nov 21 2019 RH Container Bot - 1.12.0-0.75.dev.git92ff215 -- autobuilt 92ff215 - -* Wed Nov 20 2019 RH Container Bot - 1.12.0-0.74.dev.gitcd88667 -- autobuilt cd88667 - -* Wed Nov 20 2019 RH Container Bot - 1.12.0-0.73.dev.git1e6a70c -- autobuilt 1e6a70c - -* Tue Nov 19 2019 RH Container Bot - 1.12.0-0.72.dev.git6a555a0 -- autobuilt 6a555a0 - -* Sat Nov 16 2019 RH Container Bot - 1.12.0-0.71.dev.git9ff68b3 -- autobuilt 9ff68b3 - -* Wed Nov 13 2019 RH Container Bot - 1.12.0-0.70.dev.gitc5244fe -- autobuilt c5244fe - -* Tue Nov 12 2019 RH Container Bot - 1.12.0-0.69.dev.git985e8dc -- autobuilt 985e8dc - -* Tue Nov 12 2019 RH Container Bot - 1.12.0-0.68.dev.git85ab067 -- autobuilt 85ab067 - -* Tue Nov 12 2019 RH Container Bot - 1.12.0-0.67.dev.git7535655 -- autobuilt 7535655 - -* Fri Nov 08 2019 RH Container Bot - 1.12.0-0.66.dev.gite3bb278 -- autobuilt e3bb278 - -* Thu Nov 07 2019 RH Container Bot - 1.12.0-0.65.dev.gita880001 -- autobuilt a880001 - -* Thu Nov 07 2019 RH Container Bot - 1.12.0-0.64.dev.gitf995696 -- autobuilt f995696 - -* Thu Nov 07 2019 RH Container Bot - 1.12.0-0.63.dev.git147d106 -- autobuilt 147d106 - -* Wed Nov 06 2019 RH Container Bot - 1.12.0-0.62.dev.git89bc2a6 -- autobuilt 89bc2a6 - -* Wed Nov 06 2019 RH Container Bot - 1.12.0-0.61.dev.gitec970d5 -- autobuilt ec970d5 - -* Tue Nov 05 2019 RH Container Bot - 1.12.0-0.60.dev.gitfba62fd -- autobuilt fba62fd - -* Fri Nov 01 2019 RH Container Bot - 1.12.0-0.59.dev.git1967973 -- autobuilt 1967973 - -* Thu Oct 31 2019 RH Container Bot - 1.12.0-0.58.dev.git20e92ff -- autobuilt 20e92ff - -* Thu Oct 31 2019 RH Container Bot - 1.12.0-0.57.dev.git141b5a1 -- autobuilt 141b5a1 - -* Thu Oct 31 2019 RH Container Bot - 1.12.0-0.56.dev.git332a889 -- autobuilt 332a889 - -* Thu Oct 31 2019 RH Container Bot - 1.12.0-0.55.dev.git8e26456 -- autobuilt 8e26456 - -* Wed Oct 30 2019 RH Container Bot - 1.12.0-0.54.dev.git1ff7043 -- autobuilt 1ff7043 - -* Wed Oct 30 2019 RH Container Bot - 1.12.0-0.53.dev.giteaad6b4 -- autobuilt eaad6b4 - -* Tue Oct 29 2019 RH Container Bot - 1.12.0-0.52.dev.git999fa43 -- autobuilt 999fa43 - -* Tue Oct 29 2019 RH Container Bot - 1.12.0-0.51.dev.git751f92e -- autobuilt 751f92e - -* Tue Oct 29 2019 RH Container Bot - 1.12.0-0.50.dev.gitb023cde -- autobuilt b023cde - -* Tue Oct 29 2019 RH Container Bot - 1.12.0-0.49.dev.git66701d4 -- autobuilt 66701d4 - -* Mon Oct 28 2019 RH Container Bot - 1.12.0-0.48.dev.gitc2dc46a -- autobuilt c2dc46a - -* Mon Oct 28 2019 RH Container Bot - 1.12.0-0.47.dev.git691c394 -- autobuilt 691c394 - -* Fri Oct 25 2019 RH Container Bot - 1.12.0-0.46.dev.gitcddb66e -- autobuilt cddb66e - -* Wed Oct 23 2019 RH Container Bot - 1.12.0-0.45.dev.gitfa4eec7 -- autobuilt fa4eec7 - -* Mon Oct 21 2019 RH Container Bot - 1.12.0-0.44.dev.git049fdf4 -- autobuilt 049fdf4 - -* Mon Oct 21 2019 RH Container Bot - 1.12.0-0.43.dev.git1d3db17 -- autobuilt 1d3db17 - -* Sun Oct 20 2019 RH Container Bot - 1.12.0-0.42.dev.git120c37f -- autobuilt 120c37f - -* Wed Oct 16 2019 RH Container Bot - 1.12.0-0.41.dev.git0f7148b -- autobuilt 0f7148b - -* Wed Oct 16 2019 Lokesh Mandvekar - 1.12.0-0.40.dev.git389d49b -- install imgtype binary - -* Tue Oct 15 2019 RH Container Bot - 1.12.0-0.39.dev.git389d49b -- autobuilt 389d49b - -* Fri Oct 11 2019 RH Container Bot - 1.12.0-0.38.dev.gitd6f11ba -- autobuilt d6f11ba - -* Fri Oct 11 2019 RH Container Bot - 1.12.0-0.37.dev.git68b2aa5 -- autobuilt 68b2aa5 - -* Wed Oct 09 2019 RH Container Bot - 1.12.0-0.36.dev.git13330a4 -- autobuilt 13330a4 - -* Fri Oct 04 2019 RH Container Bot - 1.12.0-0.35.dev.git7a7e1f0 -- autobuilt 7a7e1f0 - -* Fri Oct 04 2019 RH Container Bot - 1.12.0-0.34.dev.git797e618 -- autobuilt 797e618 - -* Thu Oct 03 2019 RH Container Bot - 1.12.0-0.33.dev.gitb298906 -- autobuilt b298906 - -* Wed Oct 02 2019 RH Container Bot - 1.12.0-0.32.dev.gitf50b55d -- autobuilt f50b55d - -* Wed Oct 02 2019 RH Container Bot - 1.12.0-0.31.dev.gite400691 -- autobuilt e400691 - -* Wed Oct 02 2019 RH Container Bot - 1.12.0-0.30.dev.git96f9993 -- autobuilt 96f9993 - -* Wed Oct 02 2019 RH Container Bot - 1.12.0-0.29.dev.gitc771c56 -- autobuilt c771c56 - -* Tue Oct 01 2019 RH Container Bot - 1.12.0-0.28.dev.gite2c33f3 -- autobuilt e2c33f3 - -* Tue Oct 01 2019 Debarshi Ray - 1.12.0-0.27.dev.gitcf933c8 -- Require crun >= 0.10-1 - -* Tue Oct 01 2019 Debarshi Ray - 1.12.0-0.26.dev.gitcf933c8 -- Switch to crun for Cgroups v2 support - -* Tue Oct 01 2019 RH Container Bot - 1.12.0-0.25.dev.gitcf933c8 -- autobuilt cf933c8 - -* Tue Oct 01 2019 RH Container Bot - 1.12.0-0.24.dev.gitbf04bf1 -- autobuilt bf04bf1 - -* Tue Oct 01 2019 RH Container Bot - 1.12.0-0.23.dev.gitfc06a4d -- autobuilt fc06a4d - -* Tue Oct 01 2019 RH Container Bot - 1.12.0-0.22.dev.gitd3d9cec -- autobuilt d3d9cec - -* Mon Sep 30 2019 RH Container Bot - 1.12.0-0.21.dev.gita32fc96 -- autobuilt a32fc96 - -* Sat Sep 28 2019 RH Container Bot - 1.12.0-0.20.dev.git61e32a5 -- autobuilt 61e32a5 - -* Sat Sep 21 2019 Lokesh Mandvekar (Bot) - 1.12.0-0.19.dev.gitc3b1ec6 -- autobuilt c3b1ec6 - -* Wed Sep 18 2019 Lokesh Mandvekar (Bot) - 1.12.0-0.18.dev.git04150e0 -- autobuilt 04150e0 - -* Tue Sep 17 2019 Lokesh Mandvekar (Bot) - 1.12.0-0.17.dev.gitd2c1fd8 -- autobuilt d2c1fd8 - -* Tue Sep 17 2019 Lokesh Mandvekar (Bot) - 1.12.0-0.16.dev.git6abc01c -- autobuilt 6abc01c - -* Mon Sep 16 2019 Lokesh Mandvekar (Bot) - 1.12.0-0.15.dev.gite9969bc -- autobuilt e9969bc - -* Fri Sep 13 2019 Lokesh Mandvekar (Bot) - 1.12.0-0.14.dev.git10b0e7a -- autobuilt 10b0e7a - -* Fri Sep 13 2019 Lokesh Mandvekar (Bot) - 1.12.0-0.13.dev.git4ce6fba -- autobuilt 4ce6fba - -* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 1.12.0-0.12.dev.git9cac447 -- autobuilt 9cac447 - -* Sat Sep 07 2019 Lokesh Mandvekar (Bot) - 1.12.0-0.11.dev.git20a33e0 -- autobuilt 20a33e0 - -* Sat Sep 07 2019 Lokesh Mandvekar (Bot) - 1.12.0-0.10.dev.git9bf6b5e -- autobuilt 9bf6b5e - -* Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 1.12.0-0.9.dev.gitf54c965 -- autobuilt f54c965 - -* Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 1.12.0-0.8.dev.git3f6ad0f -- autobuilt 3f6ad0f - -* Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 1.12.0-0.7.dev.git9f2a682 -- autobuilt 9f2a682 - -* Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 1.12.0-0.6.dev.git4da1d5d -- autobuilt 4da1d5d - -* Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 1.12.0-0.5.dev.git34f1ae6 -- autobuilt 34f1ae6 - -* Wed Sep 04 2019 Lokesh Mandvekar (Bot) - 1.12.0-0.4.dev.gitcc80ccc -- autobuilt cc80ccc - -* Wed Sep 04 2019 Lokesh Mandvekar (Bot) - 1.12.0-0.3.dev.gitb643073 -- autobuilt b643073 - -* Wed Sep 04 2019 Lokesh Mandvekar (Bot) - 1.12.0-0.2.dev.git15773bd -- autobuilt 15773bd - -* Sat Aug 31 2019 Lokesh Mandvekar (Bot) - 1.12.0-0.1.dev.git1a1a728 -- bump to 1.12.0 -- autobuilt 1a1a728 - -* Fri Aug 30 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.38.dev.git57db70c -- autobuilt 57db70c - -* Fri Aug 30 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.37.dev.gite930951 -- autobuilt e930951 - -* Thu Aug 29 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.36.dev.gitecf5b72 -- autobuilt ecf5b72 - -* Thu Aug 29 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.35.dev.git5671417 -- autobuilt 5671417 - -* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.34.dev.git689f8ed -- autobuilt 689f8ed - -* Thu Aug 22 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.33.dev.git6b5f8ba -- autobuilt 6b5f8ba - -* Thu Aug 22 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.32.dev.gitff72568 -- autobuilt ff72568 - -* Wed Aug 21 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.31.dev.git376e52e -- autobuilt 376e52e - -* Wed Aug 21 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.30.dev.git5a1c733 -- autobuilt 5a1c733 - -* Wed Aug 21 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.29.dev.git3ad937b -- autobuilt 3ad937b - -* Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.28.dev.gitfa68ed6 -- autobuilt fa68ed6 - -* Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.27.dev.gitb288b7a -- autobuilt b288b7a - -* Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.26.dev.gitc1a2d4f -- autobuilt c1a2d4f - -* Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.25.dev.git51415ec -- autobuilt 51415ec - -* Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.24.dev.gitc2c52ba -- autobuilt c2c52ba - -* Fri Aug 16 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.23.dev.gitebf6f51 -- autobuilt ebf6f51 - -* Fri Aug 16 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.22.dev.git36dcedb -- autobuilt 36dcedb - -* Fri Aug 16 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.21.dev.gitab0286f -- autobuilt ab0286f - -* Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.20.dev.git1ce1130 -- autobuilt 1ce1130 - -* Wed Aug 14 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.19.dev.gitd88c26b -- autobuilt d88c26b - -* Wed Aug 14 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.18.dev.git5c98d3c -- autobuilt 5c98d3c - -* Tue Aug 13 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.17.dev.git3f5436f -- autobuilt 3f5436f - -* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.16.dev.gita99139c -- autobuilt a99139c - -* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.15.dev.git2df08f0 -- autobuilt 2df08f0 - -* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.14.dev.git96a136e -- autobuilt 96a136e - -* Sun Aug 11 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.13.dev.git7180312 -- autobuilt 7180312 - -* Sat Aug 10 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.12.dev.git0dfb6f5 -- autobuilt 0dfb6f5 - -* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.11.dev.git60d5480 -- autobuilt 60d5480 - -* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.10.dev.git60c0088 -- autobuilt 60c0088 - -* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.9.dev.gitc953216 -- autobuilt c953216 - -* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.8.dev.gitf892eb6 -- autobuilt f892eb6 - -* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.7.dev.git95cb061 -- autobuilt 95cb061 - -* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.6.dev.gitf4cfe9c -- autobuilt f4cfe9c - -* Wed Aug 07 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.5.dev.git03aa807 -- autobuilt 03aa807 - -* Wed Aug 07 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.4.dev.gitbafcf88 -- autobuilt bafcf88 - -* Tue Aug 06 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.3.dev.git232f7c6 -- autobuilt 232f7c6 - -* Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.2.dev.git1de958d -- autobuilt 1de958d - -* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 1.11.0-0.1.dev.gitac5031d -- bump to 1.11.0 -- autobuilt ac5031d - -* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 1.9.3-0.68.dev.git3117f5e -- autobuilt 3117f5e - -* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 1.9.3-0.67.dev.git4d017d6 -- autobuilt 4d017d6 - -* Wed Jul 31 2019 Lokesh Mandvekar (Bot) - 1.9.3-0.66.dev.gitc00f548 -- autobuilt c00f548 - -* Wed Jul 31 2019 Lokesh Mandvekar (Bot) - 1.9.3-0.65.dev.git677b771 -- autobuilt 677b771 - -* Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 1.9.3-0.64.dev.gitb7a0ed0 -- autobuilt b7a0ed0 - -* Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 1.9.3-0.63.dev.git5bab9b0 -- autobuilt 5bab9b0 - -* Mon Jul 29 2019 Lokesh Mandvekar (Bot) - 1.9.3-0.62.dev.git4ccb343 -- autobuilt 4ccb343 - -* Mon Jul 29 2019 Lokesh Mandvekar (Bot) - 1.9.3-0.61.dev.gita74bdd3 -- autobuilt a74bdd3 - -* Sat Jul 27 2019 Lokesh Mandvekar (Bot) - 1.9.3-0.60.dev.git6b214d2 -- autobuilt 6b214d2 - -* Fri Jul 26 2019 Lokesh Mandvekar (Bot) - 1.9.3-0.59.dev.git73401a4 -- autobuilt 73401a4 - -* Wed Jul 24 2019 Fedora Release Engineering - 1.9.3-0.58.dev.git6bd0551 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Tue Jul 23 2019 Lokesh Mandvekar (Bot) - 1.9.3-0.57.dev.git6bd0551 -- autobuilt 6bd0551 - -* Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 1.9.3-0.56.dev.git555b5a5 -- autobuilt 555b5a5 - -* Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 1.9.3-0.55.dev.git2110f05 -- bump to 1.9.3 -- autobuilt 2110f05 - -* Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 1.9.2-0.54.dev.gitd7dec37 -- autobuilt d7dec37 - -* Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 1.9.2-0.53.dev.git5da3c8c -- autobuilt 5da3c8c - -* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 1.9.2-0.52.dev.git4ae0e14 -- autobuilt 4ae0e14 - -* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 1.9.2-0.51.dev.git8da4cb4 -- autobuilt 8da4cb4 - -* Wed Jul 17 2019 Lokesh Mandvekar (Bot) - 1.9.2-0.50.dev.gitbe51b9b -- autobuilt be51b9b - -* Wed Jul 17 2019 Lokesh Mandvekar (Bot) - 1.9.2-0.49.dev.gitb33b87b -- autobuilt b33b87b - -* Wed Jul 17 2019 Lokesh Mandvekar (Bot) - 1.9.2-0.48.dev.git16e3010 -- autobuilt 16e3010 - -* Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 1.9.2-0.47.dev.gitbb5cbf1 -- autobuilt bb5cbf1 - -* Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 1.9.2-0.46.dev.git2249ba3 -- autobuilt 2249ba3 - -* Sun Jul 14 2019 Lokesh Mandvekar (Bot) - 1.9.2-0.45.dev.gitd419737 -- bump to 1.9.2 -- autobuilt d419737 - -* Wed Jul 10 2019 Lokesh Mandvekar (Bot) - 1.9.1-0.44.dev.git5d723ff -- autobuilt 5d723ff - -* Sun Jul 07 2019 Lokesh Mandvekar - 1.9.1-0.43.dev.gite160a63 -- built e160a63 -- add centos conditionals -- use new name for go-md2man dep - -* Sat Jun 22 2019 Lokesh Mandvekar (Bot) - 1.9.1-0.42.dev.git1d11851 -- autobuilt 1d11851 - -* Fri Jun 21 2019 Lokesh Mandvekar (Bot) - 1.9.1-0.41.dev.git07aaf5e -- autobuilt 07aaf5e - -* Thu Jun 20 2019 Lokesh Mandvekar (Bot) - 1.9.1-0.40.dev.gitc22957b -- autobuilt c22957b - -* Tue Jun 18 2019 Lokesh Mandvekar (Bot) - 1.9.1-0.39.dev.git2c4f388 -- autobuilt 2c4f388 - -* Sun Jun 16 2019 Lokesh Mandvekar (Bot) - 1.9.1-0.38.dev.git0b84b23 -- bump to 1.9.1 -- autobuilt 0b84b23 - -* Sat Jun 15 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.37.dev.git77fa9dd -- autobuilt 77fa9dd - -* Fri Jun 14 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.36.dev.gitdc7b50c -- autobuilt dc7b50c - -* Thu Jun 13 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.35.dev.git2191ba6 -- autobuilt 2191ba6 - -* Wed Jun 12 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.34.dev.gitdcbf193 -- autobuilt dcbf193 - -* Tue Jun 11 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.33.dev.git78dcf2f -- autobuilt 78dcf2f - -* Mon Jun 10 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.32.dev.git4ae0a69 -- autobuilt 4ae0a69 - -* Sun Jun 09 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.31.dev.gitd172dd9 -- autobuilt d172dd9 - -* Sat Jun 08 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.30.dev.git2da8755 -- autobuilt 2da8755 - -* Fri Jun 07 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.29.dev.gitad4f235 -- autobuilt ad4f235 - -* Thu Jun 06 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.28.dev.gite0306bb -- autobuilt e0306bb - -* Wed Jun 05 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.27.dev.gitaa06a77 -- autobuilt aa06a77 - -* Sun Jun 02 2019 Lokesh Mandvekar - 1.9.0-0.26.dev.gita086ec8 -- build for all arches - -* Sun Jun 02 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.25.dev.git7016ce6 -- autobuilt 7016ce6 - -* Sat Jun 01 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.24.dev.git3104ddf -- autobuilt 3104ddf - -* Fri May 31 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.23.dev.git53be3d3 -- autobuilt 53be3d3 - -* Thu May 30 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.22.dev.git2a962f1 -- autobuilt 2a962f1 - -* Wed May 29 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.21.dev.gitfa7f030 -- autobuilt fa7f030 - -* Tue May 28 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.20.dev.gited77a92 -- autobuilt ed77a92 - -* Sat May 25 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.19.dev.git8e48a65 -- autobuilt 8e48a65 - -* Fri May 24 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.18.dev.git4e1ca7c -- autobuilt 4e1ca7c - -* Fri May 24 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.17.dev.git00f5164 -- autobuilt 00f5164 - -* Thu May 23 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.16.dev.gitbc9c276 -- autobuilt bc9c276 - -* Tue May 21 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.15.dev.gitbcc5e51 -- autobuilt bcc5e51 - -* Sun May 19 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.14.dev.git7793c51 -- autobuilt 7793c51 - -* Sat May 18 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.13.dev.git3bf8547 -- autobuilt 3bf8547 - -* Fri May 17 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.12.dev.git63808f9 -- autobuilt 63808f9 - -* Thu May 16 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.11.dev.gitc0633e3 -- autobuilt c0633e3 - -* Wed May 15 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.10.dev.git4c6b09c -- autobuilt 4c6b09c - -* Tue May 14 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.9.dev.git7ae362b -- autobuilt 7ae362b - -* Mon May 13 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.8.dev.git74a3195 -- autobuilt 74a3195 - -* Sun May 12 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.7.dev.gitab8678a -- autobuilt ab8678a - -* Sat May 11 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.6.dev.gitc654b18 -- autobuilt c654b18 - -* Sat May 04 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.5.dev.gite9184ea -- autobuilt e9184ea - -* Fri May 03 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.4.dev.git59da11d -- autobuilt 59da11d - -* Thu May 02 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.3.dev.git78fb869 -- autobuilt 78fb869 - -* Tue Apr 30 2019 Lokesh Mandvekar (Bot) - 1.9.0-0.2.dev.git0e30da6 -- autobuilt 0e30da6 - -* Sun Apr 28 2019 Lokesh Mandvekar - 1.9.0-0.1.dev.gitddbd805 -- bump to v1.9.0-dev -- update release tag format for unreleased builds - -* Wed Apr 24 2019 Lokesh Mandvekar (Bot) - 1.8-41.dev.gitbdbedfd -- autobuilt bdbedfd - -* Tue Apr 23 2019 Lokesh Mandvekar (Bot) - 1.8-40.dev.gitb466cbd -- autobuilt b466cbd - -* Sat Apr 20 2019 Lokesh Mandvekar (Bot) - 1.8-39.dev.git2f0179f -- autobuilt 2f0179f - -* Fri Apr 19 2019 Lokesh Mandvekar (Bot) - 1.8-38.dev.git135542e -- autobuilt 135542e - -* Thu Apr 18 2019 Lokesh Mandvekar (Bot) - 1.8-37.dev.gite879079 -- autobuilt e879079 - -* Wed Apr 17 2019 Lokesh Mandvekar (Bot) - 1.8-36.dev.gitd8fe400 -- autobuilt d8fe400 - -* Mon Apr 15 2019 Lokesh Mandvekar (Bot) - 1.8-35.dev.gitfcc12bd -- autobuilt fcc12bd - -* Sat Apr 13 2019 Lokesh Mandvekar (Bot) - 1.8-34.dev.gitd43787b -- autobuilt d43787b - -* Fri Apr 12 2019 Lokesh Mandvekar (Bot) - 1.8-33.dev.git316bd0a -- autobuilt 316bd0a - -* Wed Apr 10 2019 Lokesh Mandvekar (Bot) - 1.8-32.dev.git021d607 -- autobuilt 021d607 - -* Tue Apr 09 2019 Lokesh Mandvekar (Bot) - 1.8-31.dev.git610eb7a -- autobuilt 610eb7a - -* Sun Apr 07 2019 Lokesh Mandvekar (Bot) - 1.8-30.dev.git25b7c11 -- autobuilt 25b7c11 - -* Sat Apr 06 2019 Lokesh Mandvekar (Bot) - 1.8-29.dev.git29a6c81 -- autobuilt 29a6c81 - -* Fri Apr 05 2019 Lokesh Mandvekar (Bot) - 1.8-28.dev.gitac66d78 -- autobuilt ac66d78 - -* Mon Apr 01 2019 Lokesh Mandvekar (Bot) - 1.8-27.dev.git9e1967a -- autobuilt 9e1967a - -* Sat Mar 30 2019 Lokesh Mandvekar (Bot) - 1.8-26.dev.git13d9142 -- autobuilt 13d9142 - -* Fri Mar 29 2019 Lokesh Mandvekar (Bot) - 1.8-25.dev.gita9bd025 -- autobuilt a9bd025 - -* Thu Mar 28 2019 Lokesh Mandvekar (Bot) - 1.8-24.dev.gitc933fe4 -- autobuilt c933fe4 - -* Wed Mar 27 2019 Lokesh Mandvekar (Bot) - 1.8-23.dev.git3d74031 -- autobuilt 3d74031 - -* Mon Mar 25 2019 Lokesh Mandvekar (Bot) - 1.8-22.dev.git03fae01 -- autobuilt 03fae01 - -* Sat Mar 23 2019 Lokesh Mandvekar (Bot) - 1.8-21.dev.gitd1c75ea -- autobuilt d1c75ea - -* Fri Mar 22 2019 Lokesh Mandvekar (Bot) - 1.8-20.dev.gitc6ae5c5 -- autobuilt c6ae5c5 - -* Thu Mar 21 2019 Dan Walsh - 1.8-19.dev.gitbe0c8d2 -- Complile with SELinux enabled - -* Thu Mar 21 2019 Lokesh Mandvekar (Bot) - 1.8-18.dev.gitbe0c8d2 -- autobuilt be0c8d2 - -* Wed Mar 20 2019 Lokesh Mandvekar (Bot) - 1.8-17.dev.git9d6da3a -- autobuilt 9d6da3a - -* Tue Mar 19 2019 Lokesh Mandvekar (Bot) - 1.8-16.dev.git1ba9201 -- autobuilt 1ba9201 - -* Sat Mar 16 2019 Lokesh Mandvekar (Bot) - 1.8-15.dev.gita986f34 -- autobuilt a986f34 - -* Fri Mar 15 2019 Lokesh Mandvekar (Bot) - 1.8-14.dev.gitc691d09 -- autobuilt c691d09 - -* Thu Mar 14 2019 Lokesh Mandvekar (Bot) - 1.8-13.dev.git3b497ff -- autobuilt 3b497ff - -* Wed Mar 13 2019 Lokesh Mandvekar (Bot) - 1.8-12.dev.git3ba8822 -- autobuilt 3ba8822 - -* Sun Mar 10 2019 Lokesh Mandvekar (Bot) - 1.8-11.dev.git36605c2 -- autobuilt 36605c2 - -* Sat Mar 09 2019 Lokesh Mandvekar (Bot) - 1.8-10.dev.git984ea9b -- autobuilt 984ea9b - -* Thu Mar 07 2019 Lokesh Mandvekar (Bot) - 1.8-9.dev.git0a8ec97 -- autobuilt 0a8ec97 - -* Wed Mar 06 2019 Dan Walsh - 1.8-8.dev.git3afba37 -- Add recommends for fuse-overlay and slirp4netns - -* Wed Mar 06 2019 Lokesh Mandvekar (Bot) - 1.8-7.dev.git3afba37 -- autobuilt 3afba37 - -* Tue Mar 05 2019 Lokesh Mandvekar (Bot) - 1.8-6.dev.git11dd219 -- autobuilt 11dd219 - -* Fri Mar 01 2019 Lokesh Mandvekar (Bot) - 1.8-5.dev.git8b1d11f -- autobuilt 8b1d11f - -* Thu Feb 28 2019 Lokesh Mandvekar (Bot) - 1.8-4.dev.git95a5089 -- autobuilt 95a5089 - -* Tue Feb 26 2019 Lokesh Mandvekar (Bot) - 1.8-3.dev.git6c1a4cc -- autobuilt 6c1a4cc - -* Sat Feb 23 2019 Lokesh Mandvekar (Bot) - 1.8-2.dev.git8c3d8b1 -- bump to 1.8 -- autobuilt 8c3d8b1 - -* Fri Feb 22 2019 Lokesh Mandvekar (Bot) - 1.7-20.dev.git873f001 -- autobuilt 873f001 - -* Thu Feb 21 2019 Lokesh Mandvekar (Bot) - 1.7-19.dev.gitdb6e7bb -- autobuilt db6e7bb - -* Wed Feb 20 2019 Lokesh Mandvekar (Bot) - 1.7-18.dev.git1b02a7e -- autobuilt 1b02a7e - -* Mon Feb 18 2019 Lokesh Mandvekar (Bot) - 1.7-17.dev.git146a0fc -- autobuilt 146a0fc - -* Sat Feb 16 2019 Lokesh Mandvekar (Bot) - 1.7-16.dev.git80fcb24 -- autobuilt 80fcb24 - -* Fri Feb 15 2019 Lokesh Mandvekar (Bot) - 1.7-15.dev.git40d4d59 -- autobuilt 40d4d59 - -* Thu Feb 14 2019 Lokesh Mandvekar (Bot) - 1.7-14.dev.gite4c4d46 -- autobuilt e4c4d46 - -* Sun Feb 10 2019 Lokesh Mandvekar (Bot) - 1.7-13.dev.git711f9ea -- autobuilt 711f9ea - -* Fri Feb 08 2019 Lokesh Mandvekar (Bot) - 1.7-12.dev.git310363c -- autobuilt 310363c - -* Wed Feb 06 2019 Lokesh Mandvekar (Bot) - 1.7-11.dev.git50539b5 -- autobuilt 50539b5 - -* 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 - -* Sun Aug 12 2018 Lokesh Mandvekar - 1.4-1.dev.git0a7389c -- bump to v1.4-dev -- built 0a7389c - -* Wed Aug 01 2018 Lokesh Mandvekar (Bot) - 1.3-11.dev.git02f54e4 -- autobuilt 02f54e4 - -* Tue Jul 31 2018 Florian Weimer - 1.3-10.dev.gitbe03809 -- Rebuild with fixed binutils - -* Sun Jul 29 2018 Lokesh Mandvekar (Bot) - 1.3-9.dev.gitbe03809 -- autobuilt be03809 - -* Sat Jul 28 2018 Lokesh Mandvekar (Bot) - 1.3-8.dev.gitc18724e -- autobuilt c18724e - -* Thu Jul 26 2018 Lokesh Mandvekar (Bot) - 1.3-7.dev.git4976d8c -- autobuilt 4976d8c - -* Wed Jul 25 2018 Lokesh Mandvekar (Bot) - 1.3-6.dev.gite5f7539 -- autobuilt e5f7539 - -* Mon Jul 23 2018 Dan Walsh - 1.3-5.dev.dev.git826733a -- Change container-selinux Requires to Recommends - -* Fri Jul 20 2018 Lokesh Mandvekar (Bot) - 1.3-4.dev.git826733a -- autobuilt 826733a - -* Thu Jul 19 2018 Dan Walsh - 1.3-3.dev.git1215b16 -- buildah does not require ostree - -* Thu Jul 19 2018 Lokesh Mandvekar (Bot) - 1.3-2.dev.git1215b16 -- autobuilt 1215b16 - -* Tue Jul 17 2018 Lokesh Mandvekar - 1.3-1.dev.gita9895bd -- bump to v1.3-dev -- built a9895bd - -* Thu Jul 12 2018 Fedora Release Engineering - 1.2-25.dev.git3fb864b -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Mon Jul 09 2018 Lokesh Mandvekar (Bot) - 1.2-24.git3fb864b -- autobuilt 3fb864b - -* Sun Jul 08 2018 Lokesh Mandvekar (Bot) - 1.2-23.git8be2b62 -- autobuilt 8be2b62 - -* Sat Jul 07 2018 Lokesh Mandvekar (Bot) - 1.2-22.gita885bc6 -- autobuilt a885bc6 - -* Fri Jul 06 2018 Lokesh Mandvekar (Bot) - 1.2-21.git733cd20 -- autobuilt 733cd20 - -* Thu Jul 05 2018 Lokesh Mandvekar (Bot) - 1.2-20.gita59fb7a -- autobuilt a59fb7a - -* Tue Jul 03 2018 Lokesh Mandvekar (Bot) - 1.2-19.git5c11c34 -- autobuilt 5c11c34 - -* Mon Jul 02 2018 Lokesh Mandvekar (Bot) - 1.2-18.git5cd9be6 -- autobuilt 5cd9be6 - -* Sun Jul 01 2018 Lokesh Mandvekar (Bot) - 1.2-17.git6f72599 -- autobuilt 6f72599 - -* Sat Jun 30 2018 Lokesh Mandvekar (Bot) - 1.2-16.git704adec -- autobuilt 704adec - -* Fri Jun 29 2018 Lokesh Mandvekar (Bot) - 1.2-15.gitb965fc4 -- autobuilt b965fc4 - -* Thu Jun 28 2018 Lokesh Mandvekar (Bot) - 1.2-14.git1acccce -- autobuilt 1acccce - -* Wed Jun 27 2018 Lokesh Mandvekar (Bot) - 1.2-13.git146c185 -- autobuilt 146c185 - -* Tue Jun 26 2018 Lokesh Mandvekar (Bot) - 1.2-12.git16a33bd -- autobuilt 16a33bd - -* Mon Jun 25 2018 Lokesh Mandvekar (Bot) - 1.2-11.git2ac95ea -- autobuilt 2ac95ea - -* Sat Jun 23 2018 Lokesh Mandvekar (Bot) - 1.2-10.git0143a44 -- autobuilt 0143a44 - -* Thu Jun 21 2018 Lokesh Mandvekar (Bot) - 1.2-9.git2441ff4 -- autobuilt 2441ff4 - -* Wed Jun 20 2018 Lokesh Mandvekar (Bot) - 1.2-8.gitda7be32 -- autobuilt da7be32 - -* Tue Jun 19 2018 Lokesh Mandvekar (Bot) - 1.2-7.git2064b29 -- autobuilt 2064b29 - -* Mon Jun 18 2018 Lokesh Mandvekar (Bot) - 1.2-6.git93d8606 -- autobuilt 93d8606 - -* Fri Jun 15 2018 Lokesh Mandvekar (Bot) - 1.2-5.gitfc438bb -- autobuilt fc438bb - -* Thu Jun 14 2018 Lokesh Mandvekar (Bot) - 1.2-4.git73820fc -- autobuilt 73820fc - -* Wed Jun 13 2018 Lokesh Mandvekar (Bot) - 1.2-3.git6c4bef7 -- autobuilt 6c4bef7 - -* Tue Jun 12 2018 Lokesh Mandvekar (Bot) - 1.2-2.git94c1e6d -- autobuilt 94c1e6d - -* Mon Jun 11 2018 Lokesh Mandvekar (Bot) - 1.2-1.gitb9983a6 -- bump to 1.2 -- autobuilt b9983a6 - -* Sun Jun 10 2018 Dan Walsh 1.1-1 -- Drop capabilities if running container processes as non root -- Print Warning message if cmd will not be used based on entrypoint -- Update 01-intro.md -- Shouldn't add insecure registries to list of search registries -- Report errors on bad transports specification when pushing images -- Move parsing code out of common for namespaces and into pkg/parse.go -- Add disable-content-trust noop flag to bud -- Change freenode chan to buildah -- runCopyStdio(): don't close stdin unless we saw POLLHUP -- Add registry errors for pull -- runCollectOutput(): just read until the pipes are closed on us -- Run(): provide redirection for stdio -- rmi, rm: add test -- add mount test -- Add parameter judgment for commands that do not require parameters -- Add context dir to bud command in baseline test -- run.bats: check that we can run with symlinks in the bundle path -- Give better messages to users when image can not be found -- use absolute path for bundlePath -- Add environment variable to buildah --format -- rm: add validation to args and all option -- Accept json array input for config entrypoint -- Run(): process RunOptions.Mounts, and its flags -- Run(): only collect error output from stdio pipes if we created some -- Add OnBuild support for Dockerfiles -- Quick fix on demo readme -- run: fix validate flags -- buildah bud should require a context directory or URL -- Touchup tutorial for run changes -- Validate common bud and from flags -- images: Error if the specified imagename does not exist -- inspect: Increase err judgments to avoid panic -- add test to inspect -- buildah bud picks up ENV from base image -- Extend the amount of time travis_wait should wait -- Add a make target for Installing CNI plugins -- Add tests for namespace control flags -- copy.bats: check ownerships in the container -- Fix SELinux test errors when SELinux is enabled -- Add example CNI configurations -- Run: set supplemental group IDs -- Run: use a temporary mount namespace -- Use CNI to configure container networks -- add/secrets/commit: Use mappings when setting permissions on added content -- Add CLI options for specifying namespace and cgroup setup -- Always set mappings when using user namespaces -- Run(): break out creation of stdio pipe descriptors -- Read UID/GID mapping information from containers and images -- Additional bud CI tests -- Run integration tests under travis_wait in Travis -- build-using-dockerfile: add --annotation -- Implement --squash for build-using-dockerfile and commit -- Vendor in latest container/storage for devicemapper support -- add test to inspect -- Vendor github.com/onsi/ginkgo and github.com/onsi/gomega -- Test with Go 1.10, too -- Add console syntax highlighting to troubleshooting page -- bud.bats: print "$output" before checking its contents -- Manage "Run" containers more closely -- Break Builder.Run()'s "run runc" bits out -- util.ResolveName(): handle completion for tagged/digested image names -- Handle /etc/hosts and /etc/resolv.conf properly in container -- Documentation fixes -- Make it easier to parse our temporary directory as an image name -- Makefile: list new pkg/ subdirectoris as dependencies for buildah -- containerImageSource: return more-correct errors -- API cleanup: PullPolicy and TerminalPolicy should be types -- Make "run --terminal" and "run -t" aliases for "run --tty" -- Vendor github.com/containernetworking/cni v0.6.0 -- Update github.com/containers/storage -- Update github.com/projectatomic/libpod -- Add support for buildah bud --label -- buildah push/from can push and pull images with no reference -- Vendor in latest containers/image -- Update gometalinter to fix install.tools error -- Update troubleshooting with new run workaround -- Added a bud demo and tidied up -- Attempt to download file from url, if fails assume Dockerfile -- Add buildah bud CI tests for ENV variables -- Re-enable rpm .spec version check and new commit test -- Update buildah scratch demo to support el7 -- Added Docker compatibility demo -- Update to F28 and new run format in baseline test -- Touchup man page short options across man pages -- Added demo dir and a demo. chged distrorlease -- builder-inspect: fix format option -- Add cpu-shares short flag (-c) and cpu-shares CI tests -- Minor fixes to formatting in rpm spec changelog -- Fix rpm .spec changelog formatting -- CI tests and minor fix for cache related noop flags -- buildah-from: add effective value to mount propagation - -* Sat Jun 09 2018 Lokesh Mandvekar (Bot) - 1.0-20.gitf449b28 -- autobuilt f449b28 - -* Fri Jun 08 2018 Lokesh Mandvekar (Bot) - 1.0-19.gitc306342 -- autobuilt c306342 - -* Wed Jun 06 2018 Lokesh Mandvekar (Bot) - 1.0-18.gitd3d097b -- autobuilt d3d097b - -* Mon Jun 04 2018 Lokesh Mandvekar (Bot) - 1.0-17.gitf90b6c0 -- autobuilt f90b6c0 - -* Sun Jun 03 2018 Lokesh Mandvekar (Bot) - 1.0-16.git70641ee -- autobuilt 70641ee - -* Sat Jun 02 2018 Lokesh Mandvekar (Bot) - 1.0-15.git03686e5 -- autobuilt 03686e5 - -* Fri Jun 01 2018 Lokesh Mandvekar (Bot) - 1.0-14.git73bfd79 -- autobuilt 73bfd79 - -* Thu May 31 2018 Lokesh Mandvekar (Bot) - 1.0-13.git5595d4d -- autobuilt 5595d4d - -* Wed May 30 2018 Lokesh Mandvekar (Bot) - 1.0-12.gitebb0d8e -- autobuilt ebb0d8e - -* Tue May 29 2018 Lokesh Mandvekar (Bot) - 1.0-11.git88affbd -- autobuilt 88affbd - -* Fri May 25 2018 Lokesh Mandvekar (Bot) - 1.0-10.git25f4e8e -- autobuilt 25f4e8e - -* Thu May 17 2018 Lokesh Mandvekar (Bot) - 1.0-9.git2749191 -- autobuilt 2749191 - -* Wed May 16 2018 Lokesh Mandvekar (Bot) - 1.0-8.git3e320b9 -- autobuilt 3e320b9 - -* Tue May 15 2018 Lokesh Mandvekar (Bot) - 1.0-7.git8515867 -- autobuilt 8515867 - -* Sun May 13 2018 Lokesh Mandvekar (Bot) - 1.0-6.gitce8d467 -- autobuilt ce8d467 - -* Sat May 12 2018 Lokesh Mandvekar (Bot) - 1.0-5.gitb9a1041 -- autobuilt b9a1041 - -* Fri May 11 2018 Lokesh Mandvekar (Bot) - 1.0-4.git2ea3e11 -- autobuilt 2ea3e11 - -* Wed May 09 2018 Lokesh Mandvekar (Bot) - 1.0-3.gitfe204e4 -- autobuilt fe204e4 - -* Tue May 08 2018 Lokesh Mandvekar (Bot) - 1.0-2.git906ee37 -- autobuilt 906ee37 - -* Mon May 07 2018 Dan Walsh 1.0-1 -- Remove buildah run cmd and entrypoint execution -- Add Files section with registries.conf to pertinent man pages -- Force "localhost" as a default registry -- Add --compress, --rm, --squash flags as a noop for bud -- Add FIPS mode secret to buildah run and bud -- Add config --comment/--domainname/--history-comment/--hostname -- Add support for --iidfile to bud and commit -- Add /bin/sh -c to entrypoint in config -- buildah images and podman images are listing different sizes -- Remove tarball as an option from buildah push --help -- Update entrypoint behaviour to match docker -- Display imageId after commit -- config: add support for StopSignal -- Allow referencing stages as index and names -- Add multi-stage builds support -- Vendor in latest imagebuilder, to get mixed case AS support -- Allow umount to have multi-containers -- Update buildah push doc -- buildah bud walks symlinks -- Imagename is required for commit atm, update manpage - -* Mon May 07 2018 Lokesh Mandvekar (Bot) - 0.16-25.gitdd02e70 -- autobuilt dd02e70 - -* Sat May 05 2018 Lokesh Mandvekar (Bot) - 0.16-24.git45772e8 -- autobuilt 45772e8 - -* Fri May 04 2018 Lokesh Mandvekar (Bot) - 0.16-23.git6fe2b55 -- autobuilt 6fe2b55 - -* Wed May 02 2018 Lokesh Mandvekar (Bot) - 0.16-22.gita4f5707 -- autobuilt a4f5707 - -* Wed May 02 2018 Lokesh Mandvekar (Bot) - 0.16-21.gite130f2b -- autobuilt commit e130f2b - -* Tue May 01 2018 Lokesh Mandvekar (Bot) - 0.16-20.gitadb8e6f -- autobuilt commit adb8e6f - -* Sat Apr 28 2018 Lokesh Mandvekar (Bot) - 0.16-19.gitc50c287 -- autobuilt commit c50c287 - -* Fri Apr 27 2018 Lokesh Mandvekar (Bot) - 0.16-18.gitca1704f -- autobuilt commit ca1704f - -* Wed Apr 25 2018 Lokesh Mandvekar (Bot) - 0.16-17.git49abf82 -- autobuilt commit 49abf82 - -* Tue Apr 24 2018 Lokesh Mandvekar (Bot) - 0.16-16.gitfdc3998 -- autobuilt commit fdc3998 - -* Tue Apr 24 2018 Lokesh Mandvekar (Bot) - 0.16-15.gitb16a1ea -- autobuilt commit b16a1ea - -* Fri Apr 20 2018 Lokesh Mandvekar (Bot) - 0.16-14.gitd84f05a -- autobuilt commit d84f05a - -* Thu Apr 19 2018 Lokesh Mandvekar (Bot) - 0.16-13.gite008b73 -- autobuilt commit e008b73 - -* Thu Apr 19 2018 Lokesh Mandvekar (Bot) - 0.16-12.git28a27a3 -- autobuilt commit 28a27a3 - -* Tue Apr 17 2018 Lokesh Mandvekar (Bot) - 0.16-11.git45a4b81 -- autobuilt commit 45a4b81 - -* Tue Apr 17 2018 Lokesh Mandvekar (Bot) - 0.16-10.git45a4b81 -- autobuilt commit 45a4b81 - -* Mon Apr 16 2018 Lokesh Mandvekar (Bot) - 0.16-9.git6421399 -- autobuilt commit 6421399 - -* Mon Apr 16 2018 Lokesh Mandvekar (Bot) - 0.16-8.git83d7d10 -- autobuilt commit 83d7d10 - -* Mon Apr 16 2018 Lokesh Mandvekar (Bot) - 0.16-7.git83d7d10 -- autobuilt commit 83d7d10 - -* Mon Apr 16 2018 Lokesh Mandvekar (Bot) - 0.16-6.git83d7d10 -- autobuilt commit 83d7d10 - -* Mon Apr 09 2018 Lokesh Mandvekar (Bot) - 0.16-5.git4339223 -- autobuilt commit 4339223 - -* Mon Apr 09 2018 Lokesh Mandvekar (Bot) - 0.16-4.git4339223 -- autobuilt commit 4339223 - -* Mon Apr 09 2018 Lokesh Mandvekar - 0.16-3.git4339223 -- autobuilt commit 4339223 - -* Sun Apr 08 2018 Lokesh Mandvekar - 0.16-2.git4743c2e -- 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 - -* Tue Feb 27 2018 Dan Walsh 0.15-1 -- Fix handling of buildah run command options - -* Mon Feb 26 2018 Dan Walsh 0.14-1 -- If commonOpts do not exist, we should return rather then segfault -- Display full error string instead of just status -- Implement --volume and --shm-size for bud and from -- Fix secrets patch for buildah bud -- Fixes the naming issue of blobs and config for the dir transport by removing the .tar extension - -* Sun Feb 25 2018 Peter Robinson 0.13-2 -- Build on ARMv7 too (Fedora supports containers on that arch too) - -* Thu Feb 22 2018 Dan Walsh 0.13-1 -- Vendor in latest containers/storage -- 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 - --cgroup-parent - --cpu-period - --cpu-quota - --cpu-shares - --cpuset-cpus - --cpuset-mems - --memory - --memory-swap - --security-opt - --ulimit - -* Mon Feb 12 2018 Dan Walsh 0.12-1 -- Added handing for simpler error message for Unknown Dockerfile instructions. -- Change default certs directory to /etc/containers/certs.dir -- Vendor in latest containers/image -- Vendor in latest containers/storage -- build-using-dockerfile: set the 'author' field for MAINTAINER -- Return exit code 1 when buildah-rmi fails -- Trim the image reference to just its name before calling getImageName -- Touch up rmi -f usage statement -- Add --format and --filter to buildah containers -- Add --prune,-p option to rmi command -- Add authfile param to commit -- Fix --runtime-flag for buildah run and bud -- format should override quiet for images -- Allow all auth params to work with bud -- Do not overwrite directory permissions on --chown -- Unescape HTML characters output into the terminal -- Fix: setting the container name to the image -- Prompt for un/pwd if not supplied with --creds -- Make bud be really quiet -- Return a better error message when failed to resolve an image -- Update auth tests and fix bud man page - -* Wed Feb 07 2018 Fedora Release Engineering - 0.11-3.git6bad262 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Mon Feb 05 2018 Lokesh Mandvekar - 0.11-2 -- Resolves: upstream gh#432 -- enable debuginfo for non-fedora packages - -* Tue Jan 16 2018 Dan Walsh 0.11-1 -- Add --all to remove containers -- Add --all functionality to rmi -- Show ctrid when doing rm -all -- Ignore sequential duplicate layers when reading v2s1 -- Lots of minor bug fixes -- Vendor in latest containers/image and containers/storage - -* Tue Dec 26 2017 Dan Walsh 0.10-2 -- Fix checkin - -* Sat Dec 23 2017 Dan Walsh 0.10-1 -- Display Config and Manifest as strings -- Bump containers/image -- Use configured registries to resolve image names -- Update to work with newer image library -- Add --chown option to add/copy commands - -* Sat Dec 2 2017 Dan Walsh 0.9-1 -- Allow push to use the image id -- Make sure builtin volumes have the correct label - -* Thu Nov 16 2017 Dan Walsh 0.8-1 -- Buildah bud was failing on SELinux machines, this fixes this -- Block access to certain kernel file systems inside of the container - -* 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 - -* Wed Nov 15 2017 Dan Walsh 0.6-1 -- Adds support for converting manifest types when using the dir transport -- Rework how we do UID resolution in images -- Bump github.com/vbatts/tar-split -- 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 - -* 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 - -* 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 - -* Tue Aug 15 2017 Josh Boyer - 0.3-5.gitb9b2a8a -- Build for s390x as well - -* Wed Aug 02 2017 Fedora Release Engineering - 0.3-4.gitb9b2a8a -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 0.3-3.gitb9b2a8a -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Thu Jul 20 2017 Dan Walsh 0.3-2.gitb9b2a8a7e -- 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 - -* Wed Jun 14 2017 Dan Walsh 0.1.0-2.git597d2ab9 -- Release Candidate 1 -- All features have now been implemented. - -* Fri Apr 14 2017 Dan Walsh 0.0.1-1.git7a0a5333 -- First package for Fedora +%autochangelog diff --git a/sources b/sources index 8bfe3f8..eb5dd0a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.23.1.tar.gz) = 2ceb6df5adb671483557bb03937df583857d99c116be5d44aae533c155f560d5d454bebf25908ac02bb85e4c2ba31533adb99f0946ecc4f4830977c14f324b6f +SHA512 (v1.23.2.tar.gz) = 173781ef7fc4479e6f44a24e45ba506383c343b4e0ab2ac46464760068de7c25e8429bacac4fb974c27cdae10702e22d1fc6d2d613f0bb1e25f70171f72af014 From 68c8edb3a574cbb36ec56324b0a1944475658615 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 28 Jan 2022 14:08:14 -0500 Subject: [PATCH 008/116] bump to v1.24.0, bump containers-common dep Signed-off-by: Lokesh Mandvekar --- buildah.spec | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/buildah.spec b/buildah.spec index 1ce9dbb..7441b2f 100644 --- a/buildah.spec +++ b/buildah.spec @@ -1,10 +1,4 @@ -%global with_bundled 1 - -%if 0%{?fedora} %global with_debug 1 -%else -%global with_debug 0 -%endif %if 0%{?with_debug} %global _find_debuginfo_dwz_opts %{nil} @@ -13,10 +7,6 @@ %global debug_package %{nil} %endif -%if ! 0%{?gobuild:1} -%define gobuild(o:) GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '" -a -v -x %{?**}; -%endif - %global provider github %global provider_tld com %global project containers @@ -25,7 +15,7 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global built_tag v1.23.2 +%global built_tag v1.24.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) @@ -38,7 +28,6 @@ URL: https://%{name}.io Source: %{git0}/archive/%{built_tag}.tar.gz BuildRequires: device-mapper-devel BuildRequires: golang >= 1.16.6 -BuildRequires: git BuildRequires: glib2-devel BuildRequires: glibc-static BuildRequires: go-md2man @@ -51,7 +40,7 @@ BuildRequires: ostree-devel %if 0%{?fedora} && ! 0%{?eln} BuildRequires: btrfs-progs-devel %endif -Requires: containers-common >= 4:1-17 +Requires: containers-common >= 4:1-46 BuildRequires: libseccomp-static Requires: libseccomp >= 2.4.1-0 Suggests: cpp @@ -123,7 +112,7 @@ Requires: nmap-ncat This package contains system tests for %{name} %prep -%autosetup -Sgit -n %{name}-%{built_tag_strip} +%autosetup -n %{name}-%{built_tag_strip} %build %set_build_flags @@ -150,14 +139,12 @@ export CNI_VERSION=`grep '^# github.com/containernetworking/cni ' src/modules.tx export LDFLAGS="-X main.buildInfo=`date +%s` -X main.cniVersion=${CNI_VERSION}" export BUILDTAGS='seccomp selinux' -%if 0%{?centos} >= 8 -export BUILDTAGS+=' exclude_graphdriver_btrfs' -%endif %gobuild -o bin/%{name} %{import_path}/cmd/%{name} %gobuild -o bin/imgtype %{import_path}/tests/imgtype %gobuild -o bin/copy %{import_path}/tests/copy GOMD2MAN=go-md2man %{__make} -C docs + %install export GOPATH=$(pwd)/_build:$(pwd):%{gopath} make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions @@ -168,6 +155,8 @@ cp -pav tests/. %{buildroot}/%{_datadir}/%{name}/test/system cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype cp bin/copy %{buildroot}/%{_bindir}/%{name}-copy +rm %{buildroot}%{_mandir}/man5/{Containerfile.5*,containerignore.5*} + #define license tag if not already defined %{!?_licensedir:%global license %doc} From c71080dc71965ab1e7a2d7b1d0138e53cd1538f7 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 28 Jan 2022 14:22:56 -0500 Subject: [PATCH 009/116] fix deps and golang provides Signed-off-by: Lokesh Mandvekar --- buildah.spec | 37 +++++++++++++++---------------------- 1 file changed, 15 insertions(+), 22 deletions(-) diff --git a/buildah.spec b/buildah.spec index 7441b2f..34523c3 100644 --- a/buildah.spec +++ b/buildah.spec @@ -36,52 +36,45 @@ BuildRequires: gpgme-devel BuildRequires: libassuan-devel BuildRequires: make BuildRequires: ostree-devel -# No btrfs for centos 8 -%if 0%{?fedora} && ! 0%{?eln} BuildRequires: btrfs-progs-devel -%endif Requires: containers-common >= 4:1-46 BuildRequires: libseccomp-static Requires: libseccomp >= 2.4.1-0 Suggests: cpp Suggests: qemu-user-static - -Provides: bundled(golang(github.com/containerd/containerd)) = v1.5.7 -Provides: bundled(golang(github.com/containernetworking/cni)) = v0.8.1 -Provides: bundled(golang(github.com/containers/common)) = v0.44.2 -Provides: bundled(golang(github.com/containers/image/v5)) = v5.16.0 +# awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort | uniq | sed -e 's/-/_/g' -e '/bundled(golang())/d' -e '/bundled(golang(go\|module\|replace\|require))/d' +Provides: bundled(golang(github.com/containerd/containerd)) = v1.5.9 +Provides: bundled(golang(github.com/containernetworking/cni)) = v1.0.1 +Provides: bundled(golang(github.com/containers/common)) = v0.47.1 +Provides: bundled(golang(github.com/containers/image/v5)) = v5.19.0 Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.2 -Provides: bundled(golang(github.com/containers/storage)) = v1.36.0 +Provides: bundled(golang(github.com/containers/storage)) = v1.38.1 Provides: bundled(golang(github.com/docker/distribution)) = v2.7.1+incompatible +Provides: bundled(golang(github.com/docker/docker)) = v20.10.12+incompatible Provides: bundled(golang(github.com/docker/go_units)) = v0.4.0 Provides: bundled(golang(github.com/docker/libnetwork)) = v0.8.0_dev.2.0.20190625141545_5a177b73e316 -Provides: bundled(golang(github.com/fsouza/go_dockerclient)) = v1.7.4 +Provides: bundled(golang(github.com/fsouza/go_dockerclient)) = v1.7.7 Provides: bundled(golang(github.com/ghodss/yaml)) = v1.0.0 Provides: bundled(golang(github.com/hashicorp/go_multierror)) = v1.1.1 Provides: bundled(golang(github.com/ishidawataru/sctp)) = v0.0.0_20210226210310_f2269e66cdee Provides: bundled(golang(github.com/konsorten/go_windows_terminal_sequences)) = v1.0.3 Provides: bundled(golang(github.com/mattn/go_shellwords)) = v1.0.12 -Provides: bundled(golang(github.com/onsi/ginkgo)) = v1.16.4 -Provides: bundled(golang(github.com/onsi/gomega)) = v1.16.0 +Provides: bundled(golang(github.com/onsi/ginkgo)) = v1.16.5 +Provides: bundled(golang(github.com/onsi/gomega)) = v1.18.0 Provides: bundled(golang(github.com/opencontainers/go_digest)) = v1.0.0 -Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.0.2_0.20210819154149_5ad6f50d6283 -Provides: bundled(golang(github.com/opencontainers/runc)) = v1.0.2 +Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.0.3_0.20211202193544_a5463b7f9c84 +Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.0 Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.0.3_0.20210326190908_1c3f411f0417 Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.0 -Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.8.5 +Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.0 Provides: bundled(golang(github.com/openshift/imagebuilder)) = v1.2.2_0.20210415181909_87f3e48c2656 Provides: bundled(golang(github.com/pkg/errors)) = v0.9.1 -Provides: bundled(golang(github.com/seccomp/libseccomp_golang)) = v0.9.2_0.20200616122406_847368b35ebf +Provides: bundled(golang(github.com/seccomp/libseccomp_golang)) = v0.9.2_0.20210429002308_3879420cc921 Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.8.1 -Provides: bundled(golang(github.com/spf13/cobra)) = v1.2.1 +Provides: bundled(golang(github.com/spf13/cobra)) = v1.3.0 Provides: bundled(golang(github.com/spf13/pflag)) = v1.0.5 Provides: bundled(golang(github.com/stretchr/testify)) = v1.7.0 Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0_20200815063812_42c35b437635 -Provides: bundled(golang(go.etcd.io/bbolt)) = v1.3.6 -Provides: bundled(golang(golang.org/x/crypto)) = v0.0.0_20210711020723_a769d52b0f97 -Provides: bundled(golang(golang.org/x/sync)) = v0.0.0_20210220032951_036812b2e83c -Provides: bundled(golang(golang.org/x/sys)) = v0.0.0_20210820121016_41cdb8703e55 -Provides: bundled(golang(golang.org/x/term)) = v0.0.0_20210615171337_6886f2dfbf5b Provides: bundled(golang(k8s.io/klog)) = v1.0.0 %description From 1bfa8bbb6f1bf10029f362c0e339ef786b58284a Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 28 Jan 2022 14:32:44 -0500 Subject: [PATCH 010/116] import tarball to lookaside cache Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f7297f1..cc80403 100644 --- a/.gitignore +++ b/.gitignore @@ -677,3 +677,4 @@ /v1.23.0.tar.gz /v1.23.1.tar.gz /v1.23.2.tar.gz +/v1.24.0.tar.gz diff --git a/sources b/sources index eb5dd0a..3e1f792 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.23.2.tar.gz) = 173781ef7fc4479e6f44a24e45ba506383c343b4e0ab2ac46464760068de7c25e8429bacac4fb974c27cdae10702e22d1fc6d2d613f0bb1e25f70171f72af014 +SHA512 (v1.24.0.tar.gz) = 337792cb896de3c10a66f7e2cf7c52d0dffd0ca8fede48a4d3a666d2a05e17bb3116db7c20a39805e9360b24a5df12d8ebd7a3818be12bb8e06e4b16cd62fc60 From ad0035dcb712815f354468ec72164613e8aa50ab Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 28 Jan 2022 15:08:46 -0500 Subject: [PATCH 011/116] unpack git content Signed-off-by: Lokesh Mandvekar --- buildah.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index 34523c3..0967bc8 100644 --- a/buildah.spec +++ b/buildah.spec @@ -27,6 +27,7 @@ License: ASL 2.0 and BSD and MIT URL: https://%{name}.io Source: %{git0}/archive/%{built_tag}.tar.gz BuildRequires: device-mapper-devel +BuildRequires: git-core BuildRequires: golang >= 1.16.6 BuildRequires: glib2-devel BuildRequires: glibc-static @@ -105,7 +106,7 @@ Requires: nmap-ncat This package contains system tests for %{name} %prep -%autosetup -n %{name}-%{built_tag_strip} +%autosetup -Sgit -n %{name}-%{built_tag_strip} %build %set_build_flags From 54b15dc10d5b5a14aa2fd902c3a76b75af53ece8 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 1 Feb 2022 16:13:55 -0500 Subject: [PATCH 012/116] increase gating test timeout to 80 minutes Signed-off-by: Lokesh Mandvekar --- tests/test_buildah.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_buildah.yml b/tests/test_buildah.yml index 4820a9f..8bb1ed0 100644 --- a/tests/test_buildah.yml +++ b/tests/test_buildah.yml @@ -14,4 +14,4 @@ - root-test: dir: ./ run: ./test_buildah.sh - timeout: 60m + timeout: 80m From 9dafcde4d494457ab050f28c260eae488d5054b6 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 1 Feb 2022 16:47:12 -0500 Subject: [PATCH 013/116] rebuild to stay ahead of f35 Signed-off-by: Lokesh Mandvekar From cda75fd8a7d91ecc519a242c00641756d31847ce Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 1 Feb 2022 16:47:16 -0500 Subject: [PATCH 014/116] rebuild to stay ahead of f35 Signed-off-by: Lokesh Mandvekar From 0fcde3f49a53324b8b3ef9cf96b8d9d130ea1d88 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Tue, 1 Feb 2022 14:49:38 -0700 Subject: [PATCH 015/116] tests package: now require git-daemon Reason: https://github.com/containers/buildah/pull/3701 rewrote some tests so as to use a local git daemon. Those tests are being skipped in bodhi right now because the git-daemon package is not installed. Signed-off-by: Ed Santiago --- buildah.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/buildah.spec b/buildah.spec index 0967bc8..2e89f92 100644 --- a/buildah.spec +++ b/buildah.spec @@ -99,6 +99,7 @@ Requires: jq Requires: httpd-tools Requires: openssl Requires: nmap-ncat +Requires: git-daemon %description tests %{summary} From fec2c8b0a6b8e6b86217ed210358d1cdf8de52f1 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 4 Feb 2022 09:20:58 -0500 Subject: [PATCH 016/116] bump to v1.24.1 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + buildah.spec | 13 ++++++------- sources | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index cc80403..25b84a1 100644 --- a/.gitignore +++ b/.gitignore @@ -678,3 +678,4 @@ /v1.23.1.tar.gz /v1.23.2.tar.gz /v1.24.0.tar.gz +/v1.24.1.tar.gz diff --git a/buildah.spec b/buildah.spec index 2e89f92..52b8e01 100644 --- a/buildah.spec +++ b/buildah.spec @@ -15,7 +15,7 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global built_tag v1.24.0 +%global built_tag v1.24.1 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) @@ -46,10 +46,10 @@ Suggests: qemu-user-static # awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort | uniq | sed -e 's/-/_/g' -e '/bundled(golang())/d' -e '/bundled(golang(go\|module\|replace\|require))/d' Provides: bundled(golang(github.com/containerd/containerd)) = v1.5.9 Provides: bundled(golang(github.com/containernetworking/cni)) = v1.0.1 -Provides: bundled(golang(github.com/containers/common)) = v0.47.1 -Provides: bundled(golang(github.com/containers/image/v5)) = v5.19.0 +Provides: bundled(golang(github.com/containers/common)) = v0.47.3 +Provides: bundled(golang(github.com/containers/image/v5)) = v5.19.1 Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.2 -Provides: bundled(golang(github.com/containers/storage)) = v1.38.1 +Provides: bundled(golang(github.com/containers/storage)) = v1.38.2 Provides: bundled(golang(github.com/docker/distribution)) = v2.7.1+incompatible Provides: bundled(golang(github.com/docker/docker)) = v20.10.12+incompatible Provides: bundled(golang(github.com/docker/go_units)) = v0.4.0 @@ -61,14 +61,14 @@ Provides: bundled(golang(github.com/ishidawataru/sctp)) = v0.0.0_20210226210310_ Provides: bundled(golang(github.com/konsorten/go_windows_terminal_sequences)) = v1.0.3 Provides: bundled(golang(github.com/mattn/go_shellwords)) = v1.0.12 Provides: bundled(golang(github.com/onsi/ginkgo)) = v1.16.5 -Provides: bundled(golang(github.com/onsi/gomega)) = v1.18.0 +Provides: bundled(golang(github.com/onsi/gomega)) = v1.18.1 Provides: bundled(golang(github.com/opencontainers/go_digest)) = v1.0.0 Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.0.3_0.20211202193544_a5463b7f9c84 Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.0 Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.0.3_0.20210326190908_1c3f411f0417 Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.0 Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.0 -Provides: bundled(golang(github.com/openshift/imagebuilder)) = v1.2.2_0.20210415181909_87f3e48c2656 +Provides: bundled(golang(github.com/openshift/imagebuilder)) = v1.2.2 Provides: bundled(golang(github.com/pkg/errors)) = v0.9.1 Provides: bundled(golang(github.com/seccomp/libseccomp_golang)) = v0.9.2_0.20210429002308_3879420cc921 Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.8.1 @@ -76,7 +76,6 @@ Provides: bundled(golang(github.com/spf13/cobra)) = v1.3.0 Provides: bundled(golang(github.com/spf13/pflag)) = v1.0.5 Provides: bundled(golang(github.com/stretchr/testify)) = v1.7.0 Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0_20200815063812_42c35b437635 -Provides: bundled(golang(k8s.io/klog)) = v1.0.0 %description The %{name} package provides a command line tool which can be used to diff --git a/sources b/sources index 3e1f792..98877b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.24.0.tar.gz) = 337792cb896de3c10a66f7e2cf7c52d0dffd0ca8fede48a4d3a666d2a05e17bb3116db7c20a39805e9360b24a5df12d8ebd7a3818be12bb8e06e4b16cd62fc60 +SHA512 (v1.24.1.tar.gz) = 32e9d9873d3fbb40a03e240c7b460c555200f69ff60d54c670b0ee0651ef9154a43d75203bf26dc3f1375433b463342c27a358d30bbdaf9aa3fb211f4c3c1b36 From 640434a76e5ce21ee7cce492563b2317dd559179 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 17 Feb 2022 09:11:06 -0500 Subject: [PATCH 017/116] bump to v1.24.2 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + buildah.spec | 10 +++++----- sources | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 25b84a1..1aff369 100644 --- a/.gitignore +++ b/.gitignore @@ -679,3 +679,4 @@ /v1.23.2.tar.gz /v1.24.0.tar.gz /v1.24.1.tar.gz +/v1.24.2.tar.gz diff --git a/buildah.spec b/buildah.spec index 52b8e01..77c5b40 100644 --- a/buildah.spec +++ b/buildah.spec @@ -15,7 +15,7 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global built_tag v1.24.1 +%global built_tag v1.24.2 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) @@ -23,7 +23,7 @@ Name: %{repo} Version: %{gen_version} Release: %autorelease Summary: A command line tool used for creating OCI Images -License: ASL 2.0 and BSD and MIT +License: ASL 2.0 and BSD and MIT and MPLv2.0 URL: https://%{name}.io Source: %{git0}/archive/%{built_tag}.tar.gz BuildRequires: device-mapper-devel @@ -46,15 +46,15 @@ Suggests: qemu-user-static # awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort | uniq | sed -e 's/-/_/g' -e '/bundled(golang())/d' -e '/bundled(golang(go\|module\|replace\|require))/d' Provides: bundled(golang(github.com/containerd/containerd)) = v1.5.9 Provides: bundled(golang(github.com/containernetworking/cni)) = v1.0.1 -Provides: bundled(golang(github.com/containers/common)) = v0.47.3 +Provides: bundled(golang(github.com/containers/common)) = v0.47.4 Provides: bundled(golang(github.com/containers/image/v5)) = v5.19.1 Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.2 Provides: bundled(golang(github.com/containers/storage)) = v1.38.2 -Provides: bundled(golang(github.com/docker/distribution)) = v2.7.1+incompatible +Provides: bundled(golang(github.com/docker/distribution)) = v2.8.0+incompatible Provides: bundled(golang(github.com/docker/docker)) = v20.10.12+incompatible Provides: bundled(golang(github.com/docker/go_units)) = v0.4.0 Provides: bundled(golang(github.com/docker/libnetwork)) = v0.8.0_dev.2.0.20190625141545_5a177b73e316 -Provides: bundled(golang(github.com/fsouza/go_dockerclient)) = v1.7.7 +Provides: bundled(golang(github.com/fsouza/go_dockerclient)) = v1.7.8 Provides: bundled(golang(github.com/ghodss/yaml)) = v1.0.0 Provides: bundled(golang(github.com/hashicorp/go_multierror)) = v1.1.1 Provides: bundled(golang(github.com/ishidawataru/sctp)) = v0.0.0_20210226210310_f2269e66cdee diff --git a/sources b/sources index 98877b9..6e34f71 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.24.1.tar.gz) = 32e9d9873d3fbb40a03e240c7b460c555200f69ff60d54c670b0ee0651ef9154a43d75203bf26dc3f1375433b463342c27a358d30bbdaf9aa3fb211f4c3c1b36 +SHA512 (v1.24.2.tar.gz) = dada2b65340386355aba3980c38d9be0f43d5c3f9316c6f8e713f299ee2b975e409c1b3a785daa52b59e688c3a9c9016c43d9b0a6443d4a9453aababc0a8afa0 From 91c34de910974fe1bd89230f0805fb0b641e3423 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 7 Mar 2022 11:32:28 -0700 Subject: [PATCH 018/116] Gating tests: include more package versions In headers of gating tests, also include aardvark, netavark, containers-common, containernetworking-plugins. (Cut/pasted from podman) Signed-off-by: Ed Santiago --- tests/test_buildah.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_buildah.sh b/tests/test_buildah.sh index 663319d..5974d30 100755 --- a/tests/test_buildah.sh +++ b/tests/test_buildah.sh @@ -4,7 +4,9 @@ echo "Important package versions:" ( uname -r - rpm -qa | egrep 'buildah|podman|conmon|crun|runc|iptable|slirp|systemd' | sort + rpm -qa |\ + egrep 'buildah|podman|conmon|containers-common|crun|runc|iptable|slirp|aardvark|netavark|containernetworking-plugins|systemd|container-selinux' |\ + sort ) | sed -e 's/^/ /' # Log environment; or at least the useful bits From ff148ca4c9e2e191c918ede62ef9517f473fb177 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 29 Mar 2022 15:06:01 +0000 Subject: [PATCH 019/116] auto bump to v1.25.0 --- .gitignore | 1 + buildah.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1aff369..93f0ef5 100644 --- a/.gitignore +++ b/.gitignore @@ -680,3 +680,4 @@ /v1.24.0.tar.gz /v1.24.1.tar.gz /v1.24.2.tar.gz +/v1.25.0.tar.gz diff --git a/buildah.spec b/buildah.spec index 77c5b40..a4e9dd0 100644 --- a/buildah.spec +++ b/buildah.spec @@ -15,7 +15,7 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global built_tag v1.24.2 +%global built_tag v1.25.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) diff --git a/sources b/sources index 6e34f71..9c08238 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.24.2.tar.gz) = dada2b65340386355aba3980c38d9be0f43d5c3f9316c6f8e713f299ee2b975e409c1b3a785daa52b59e688c3a9c9016c43d9b0a6443d4a9453aababc0a8afa0 +SHA512 (v1.25.0.tar.gz) = 08fd5448fce8521cf451d631a02be777283aaeb051dae5cab6358b4b8349e570ae18678ec5a5441825df93033ede5a2c722088b2002affbdc95aec85ccfa08ff From a5f409440c3621e757288a6d2bd8d5aaa821b880 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 29 Mar 2022 13:02:52 -0400 Subject: [PATCH 020/116] containerfile manpages no longer included, no need to delete Signed-off-by: Lokesh Mandvekar --- buildah.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/buildah.spec b/buildah.spec index a4e9dd0..555a862 100644 --- a/buildah.spec +++ b/buildah.spec @@ -149,8 +149,6 @@ cp -pav tests/. %{buildroot}/%{_datadir}/%{name}/test/system cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype cp bin/copy %{buildroot}/%{_bindir}/%{name}-copy -rm %{buildroot}%{_mandir}/man5/{Containerfile.5*,containerignore.5*} - #define license tag if not already defined %{!?_licensedir:%global license %doc} From 45ceb321d25cc1e3921fcce6f0b5f6811c87b98e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 30 Mar 2022 18:04:22 +0000 Subject: [PATCH 021/116] auto bump to v1.25.1 --- .gitignore | 1 + buildah.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 93f0ef5..513082e 100644 --- a/.gitignore +++ b/.gitignore @@ -681,3 +681,4 @@ /v1.24.1.tar.gz /v1.24.2.tar.gz /v1.25.0.tar.gz +/v1.25.1.tar.gz diff --git a/buildah.spec b/buildah.spec index 555a862..66ea27e 100644 --- a/buildah.spec +++ b/buildah.spec @@ -15,7 +15,7 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global built_tag v1.25.0 +%global built_tag v1.25.1 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) diff --git a/sources b/sources index 9c08238..28716ac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.25.0.tar.gz) = 08fd5448fce8521cf451d631a02be777283aaeb051dae5cab6358b4b8349e570ae18678ec5a5441825df93033ede5a2c722088b2002affbdc95aec85ccfa08ff +SHA512 (v1.25.1.tar.gz) = 628f8095eb4488ae2be06a2a92de85dde4f3841e8ed9882132c119f27b0c93f26ba10f5dd259d63654b90539d762f6c1973d460f073c0b2450ac5d9582a6a68d From 6db2b0ec6812c21c1104e3d6a1928661423a57a1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 4 May 2022 19:04:05 +0000 Subject: [PATCH 022/116] auto bump to v1.26.0 --- .gitignore | 1 + buildah.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 513082e..cac5427 100644 --- a/.gitignore +++ b/.gitignore @@ -682,3 +682,4 @@ /v1.24.2.tar.gz /v1.25.0.tar.gz /v1.25.1.tar.gz +/v1.26.0.tar.gz diff --git a/buildah.spec b/buildah.spec index 66ea27e..c904c2f 100644 --- a/buildah.spec +++ b/buildah.spec @@ -15,7 +15,7 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global built_tag v1.25.1 +%global built_tag v1.26.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) diff --git a/sources b/sources index 28716ac..04d943d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.25.1.tar.gz) = 628f8095eb4488ae2be06a2a92de85dde4f3841e8ed9882132c119f27b0c93f26ba10f5dd259d63654b90539d762f6c1973d460f073c0b2450ac5d9582a6a68d +SHA512 (v1.26.0.tar.gz) = 6fd89232575385322233e12fdec95407adf90d7dcf33e6a35a77fdb52d4b9d3af82257b06502a4b2c7bf01bd9de9415709177cc2b856ce4d1878ae5711bf9734 From 4a27677822e8d4d6d09e592c5c034c87aa4c43f6 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 4 May 2022 15:07:31 -0400 Subject: [PATCH 023/116] Add missing container networking dependencies (#2081834) This mimics what is in place for Podman, so that it can correctly set up container networking out of the box. --- buildah.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildah.spec b/buildah.spec index c904c2f..2cc1a4d 100644 --- a/buildah.spec +++ b/buildah.spec @@ -39,6 +39,10 @@ BuildRequires: make BuildRequires: ostree-devel BuildRequires: btrfs-progs-devel Requires: containers-common >= 4:1-46 +Suggests: containernetworking-plugins >= 0.9.1-1 +Requires: netavark +Requires: iptables +Requires: nftables BuildRequires: libseccomp-static Requires: libseccomp >= 2.4.1-0 Suggests: cpp From edd7fe37d172883c1cbac8489c172d433aecfdc6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 5 May 2022 00:05:29 +0000 Subject: [PATCH 024/116] auto bump to v1.26.1 --- .gitignore | 1 + buildah.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cac5427..0e8aee9 100644 --- a/.gitignore +++ b/.gitignore @@ -683,3 +683,4 @@ /v1.25.0.tar.gz /v1.25.1.tar.gz /v1.26.0.tar.gz +/v1.26.1.tar.gz diff --git a/buildah.spec b/buildah.spec index 2cc1a4d..7cfa4a2 100644 --- a/buildah.spec +++ b/buildah.spec @@ -15,7 +15,7 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global built_tag v1.26.0 +%global built_tag v1.26.1 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) diff --git a/sources b/sources index 04d943d..2c96289 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.26.0.tar.gz) = 6fd89232575385322233e12fdec95407adf90d7dcf33e6a35a77fdb52d4b9d3af82257b06502a4b2c7bf01bd9de9415709177cc2b856ce4d1878ae5711bf9734 +SHA512 (v1.26.1.tar.gz) = 07225ebb23e5a815be1ef8acb5d15ef9fb8c6e9324fa9b65ec024f7b6bbe892721f9feaac2911d1b466c2cf336bd0c68e3d1b4df953f13a3390da84a93f76723 From 842aa411fbaa4e37ff99007b2ddd4d7f1018db3d Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 19 May 2022 15:51:00 -0400 Subject: [PATCH 025/116] build deb packages using debbuild Signed-off-by: Lokesh Mandvekar --- buildah.spec | 70 ++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 54 insertions(+), 16 deletions(-) diff --git a/buildah.spec b/buildah.spec index 7cfa4a2..4e3227b 100644 --- a/buildah.spec +++ b/buildah.spec @@ -1,3 +1,7 @@ +%if "%{_vendor}" == "debbuild" +%define gobuild(o:) GO111MODULE=off go build -buildmode pie -tags=" ${BUILDTAGS:-}" -a -v -x %{?**}; +%endif + %global with_debug 1 %if 0%{?with_debug} @@ -16,22 +20,40 @@ %global git0 https://%{import_path} %global built_tag v1.26.1 -%global built_tag_strip %(b=%{built_tag}; echo ${b:1}) -%global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) Name: %{repo} -Version: %{gen_version} -Release: %autorelease -Summary: A command line tool used for creating OCI Images +Version: 1.26.1 +%if "%{_vendor}" == "debbuild" +Maintainer: Lokesh Mandvekar +License: ASL-2.0+ +Release: 0%{?dist} +%else License: ASL 2.0 and BSD and MIT and MPLv2.0 +Release: %autorelease +%endif +Summary: A command line tool used for creating OCI Images URL: https://%{name}.io Source: %{git0}/archive/%{built_tag}.tar.gz +BuildRequires: go-md2man +%if "%{_vendor}" == "debbuild" +BuildRequires: git +BuildRequires: golang +BuildRequires: libassuan-dev +BuildRequires: libbtrfs-dev +BuildRequires: libdevmapper-dev +BuildRequires: libglib2.0-dev +BuildRequires: libgpg-error-dev +BuildRequires: libgpgme-dev +BuildRequires: libseccomp-dev +BuildRequires: libsystemd-dev +BuildRequires: pkg-config +Requires: containers-common >= 4:1 +%else BuildRequires: device-mapper-devel BuildRequires: git-core BuildRequires: golang >= 1.16.6 BuildRequires: glib2-devel BuildRequires: glibc-static -BuildRequires: go-md2man BuildRequires: go-rpm-macros BuildRequires: gpgme-devel BuildRequires: libassuan-devel @@ -80,6 +102,7 @@ Provides: bundled(golang(github.com/spf13/cobra)) = v1.3.0 Provides: bundled(golang(github.com/spf13/pflag)) = v1.0.5 Provides: bundled(golang(github.com/stretchr/testify)) = v1.7.0 Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0_20200815063812_42c35b437635 +%endif %description The %{name} package provides a command line tool which can be used to @@ -110,12 +133,11 @@ Requires: git-daemon This package contains system tests for %{name} %prep -%autosetup -Sgit -n %{name}-%{built_tag_strip} +%autosetup -Sgit %build +%if "%{_vendor}" != "debbuild" %set_build_flags -export GOPATH=$(pwd)/_build:$(pwd) -export CGO_CFLAGS=$CFLAGS # These extra flags present in $CFLAGS have been skipped for now as they break the build CGO_CFLAGS=$(echo $CGO_CFLAGS | sed 's/-flto=auto//g') CGO_CFLAGS=$(echo $CGO_CFLAGS | sed 's/-Wp,D_GLIBCXX_ASSERTIONS//g') @@ -124,29 +146,43 @@ CGO_CFLAGS=$(echo $CGO_CFLAGS | sed 's/-specs=\/usr\/lib\/rpm\/redhat\/redhat-an %ifarch x86_64 export CGO_CFLAGS+=" -m64 -mtune=generic -fcf-protection=full" %endif +%endif + +export GOPATH=$(pwd)/_build:$(pwd) +export CGO_CFLAGS=$CFLAGS mkdir _build -pushd _build +cd _build mkdir -p src/%{provider}.%{provider_tld}/%{project} -ln -s $(dirs +1 -l) src/%{import_path} -popd +ln -s ../../../../ src/%{import_path} +cd .. mv vendor src export CNI_VERSION=`grep '^# github.com/containernetworking/cni ' src/modules.txt | sed 's,.* ,,'` export LDFLAGS="-X main.buildInfo=`date +%s` -X main.cniVersion=${CNI_VERSION}" -export BUILDTAGS='seccomp selinux' +export BUILDTAGS='seccomp exclude_graphdriver_devicemapper' +%if "%{_vendor}" != "debbuild" +export BUILDTAGS+=' selinux' +%endif %gobuild -o bin/%{name} %{import_path}/cmd/%{name} %gobuild -o bin/imgtype %{import_path}/tests/imgtype -%gobuild -o bin/copy %{import_path}/tests/copy +%gobuild -o bin/copy %{import_path}/tests/copy GOMD2MAN=go-md2man %{__make} -C docs - %install -export GOPATH=$(pwd)/_build:$(pwd):%{gopath} +export GOPATH=$(pwd)/_build:$(pwd) +%if "%{_vendor}" != "debbuild" make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install +%else +install -D -m0755 bin/%{name} %{buildroot}%{_bindir}/%{name} +install -m 644 -D contrib/completions/bash/%{name} %{buildroot}%{_datadir}/bash-completion/completions/%{name} +install -d %{buildroot}/%{_mandir}/man1 +install -m 0644 docs/%{name}*.1 %{buildroot}%{_mandir}/man1 +install -m 0644 docs/links/%{name}*.1 %{buildroot}%{_mandir}/man1 +%endif install -d -p %{buildroot}/%{_datadir}/%{name}/test/system cp -pav tests/. %{buildroot}/%{_datadir}/%{name}/test/system @@ -172,4 +208,6 @@ cp bin/copy %{buildroot}/%{_bindir}/%{name}-copy %{_datadir}/%{name}/test %changelog +%if "%{_vendor}" != "debbuild" %autochangelog +%endif From 06e60d59fc39d55b35406b71ae115df88bd15b73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= Date: Fri, 17 Jun 2022 22:16:36 +0200 Subject: [PATCH 026/116] Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629 From 8d7546734e78c261c25afea3d8f4b76c11a14146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= Date: Sat, 18 Jun 2022 10:51:02 +0200 Subject: [PATCH 027/116] Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629 From 2efac3a3063f9ed976f6bbc0de5a205997812b95 Mon Sep 17 00:00:00 2001 From: Martin Jackson Date: Fri, 24 Jun 2022 07:31:48 -0500 Subject: [PATCH 028/116] Add shadow-utils-subid-devel BuildRequires to pick up proper subid support --- buildah.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index 4e3227b..0f0cb41 100644 --- a/buildah.spec +++ b/buildah.spec @@ -60,6 +60,7 @@ BuildRequires: libassuan-devel BuildRequires: make BuildRequires: ostree-devel BuildRequires: btrfs-progs-devel +BuildRequires: shadow-utils-subid-devel Requires: containers-common >= 4:1-46 Suggests: containernetworking-plugins >= 0.9.1-1 Requires: netavark @@ -164,7 +165,7 @@ export LDFLAGS="-X main.buildInfo=`date +%s` -X main.cniVersion=${CNI_VERSION}" export BUILDTAGS='seccomp exclude_graphdriver_devicemapper' %if "%{_vendor}" != "debbuild" -export BUILDTAGS+=' selinux' +export BUILDTAGS+=' libsubid selinux' %endif %gobuild -o bin/%{name} %{import_path}/cmd/%{name} %gobuild -o bin/imgtype %{import_path}/tests/imgtype From 64bd370b3cb58a7d746e009bf8ce63965af3bae3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 6 Jul 2022 13:03:14 +0000 Subject: [PATCH 029/116] auto bump to v1.26.2 --- .gitignore | 1 + buildah.spec | 4 ++-- sources | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0e8aee9..6e5547f 100644 --- a/.gitignore +++ b/.gitignore @@ -684,3 +684,4 @@ /v1.25.1.tar.gz /v1.26.0.tar.gz /v1.26.1.tar.gz +/v1.26.2.tar.gz diff --git a/buildah.spec b/buildah.spec index 0f0cb41..399c583 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,10 +19,10 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global built_tag v1.26.1 +%global built_tag v1.26.2 Name: %{repo} -Version: 1.26.1 +Version: 1.26.2 %if "%{_vendor}" == "debbuild" Maintainer: Lokesh Mandvekar License: ASL-2.0+ diff --git a/sources b/sources index 2c96289..3bbc28b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.26.1.tar.gz) = 07225ebb23e5a815be1ef8acb5d15ef9fb8c6e9324fa9b65ec024f7b6bbe892721f9feaac2911d1b466c2cf336bd0c68e3d1b4df953f13a3390da84a93f76723 +SHA512 (v1.26.2.tar.gz) = f50a7ee787d10a8f8d1a7e0ff9f86990de975df427af894be5bcc84bceafd2eb87dfe75c1b967ae57056299893c942df257aef1e9aaeb712022a8abceeaebba9 From 7c3363c599ba6527840f108d20feab00b130cb35 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 7 Jul 2022 08:52:39 -0400 Subject: [PATCH 030/116] debbuild s/Maintainer/Packager Signed-off-by: Lokesh Mandvekar --- buildah.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index 399c583..2192760 100644 --- a/buildah.spec +++ b/buildah.spec @@ -24,7 +24,7 @@ Name: %{repo} Version: 1.26.2 %if "%{_vendor}" == "debbuild" -Maintainer: Lokesh Mandvekar +Packager: Lokesh Mandvekar License: ASL-2.0+ Release: 0%{?dist} %else From f9d0f9991e7d229220a4c4299838214d5d1c5ac0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 20 Jul 2022 22:21:39 +0000 Subject: [PATCH 031/116] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 5268ea2ba77d07288161aaf524b8e3b536e0c4ac Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 3 Aug 2022 07:03:31 +0000 Subject: [PATCH 032/116] auto bump to v1.26.3 --- .gitignore | 1 + buildah.spec | 4 ++-- sources | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6e5547f..a00fb78 100644 --- a/.gitignore +++ b/.gitignore @@ -685,3 +685,4 @@ /v1.26.0.tar.gz /v1.26.1.tar.gz /v1.26.2.tar.gz +/v1.26.3.tar.gz diff --git a/buildah.spec b/buildah.spec index 2192760..531f0b6 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,10 +19,10 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global built_tag v1.26.2 +%global built_tag v1.26.3 Name: %{repo} -Version: 1.26.2 +Version: 1.26.3 %if "%{_vendor}" == "debbuild" Packager: Lokesh Mandvekar License: ASL-2.0+ diff --git a/sources b/sources index 3bbc28b..a61e793 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.26.2.tar.gz) = f50a7ee787d10a8f8d1a7e0ff9f86990de975df427af894be5bcc84bceafd2eb87dfe75c1b967ae57056299893c942df257aef1e9aaeb712022a8abceeaebba9 +SHA512 (v1.26.3.tar.gz) = 5d8ea60246085ba27795b52152765fc3c85c92c5caf4515c1b2973aec17844eb9da2ffff82f6c503e36f675089c998b9ee51c4b4b899104ccd9fa771308c8048 From 6a103c38f68a7c8c41363ce51c23bffb32edc736 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 3 Aug 2022 19:03:12 +0000 Subject: [PATCH 033/116] auto bump to v1.26.4 --- .gitignore | 1 + buildah.spec | 4 ++-- sources | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a00fb78..5a0e8cb 100644 --- a/.gitignore +++ b/.gitignore @@ -686,3 +686,4 @@ /v1.26.1.tar.gz /v1.26.2.tar.gz /v1.26.3.tar.gz +/v1.26.4.tar.gz diff --git a/buildah.spec b/buildah.spec index 531f0b6..1293b64 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,10 +19,10 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global built_tag v1.26.3 +%global built_tag v1.26.4 Name: %{repo} -Version: 1.26.3 +Version: 1.26.4 %if "%{_vendor}" == "debbuild" Packager: Lokesh Mandvekar License: ASL-2.0+ diff --git a/sources b/sources index a61e793..1a25ff8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.26.3.tar.gz) = 5d8ea60246085ba27795b52152765fc3c85c92c5caf4515c1b2973aec17844eb9da2ffff82f6c503e36f675089c998b9ee51c4b4b899104ccd9fa771308c8048 +SHA512 (v1.26.4.tar.gz) = 39425ee3f40f1cfd2c76749b43f07efe19c90dff56d9b2024a69e092a328cf526f6bbb23b6f38536e7df11a465219f8f344aa643a82f6511fbb0253e5729d71a From 62002a5e06502c1e5e03fd444f649b788e93dd02 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 8 Aug 2022 09:41:41 -0400 Subject: [PATCH 034/116] add buildah-tutorial binary Signed-off-by: Lokesh Mandvekar --- buildah.spec | 3 +++ tests/test_buildah.sh | 1 + 2 files changed, 4 insertions(+) diff --git a/buildah.spec b/buildah.spec index 1293b64..b6dc2ec 100644 --- a/buildah.spec +++ b/buildah.spec @@ -170,6 +170,7 @@ export BUILDTAGS+=' libsubid selinux' %gobuild -o bin/%{name} %{import_path}/cmd/%{name} %gobuild -o bin/imgtype %{import_path}/tests/imgtype %gobuild -o bin/copy %{import_path}/tests/copy +%gobuild -o bin/tutorial %{import_path}/tests/tutorial GOMD2MAN=go-md2man %{__make} -C docs %install @@ -189,6 +190,7 @@ install -d -p %{buildroot}/%{_datadir}/%{name}/test/system cp -pav tests/. %{buildroot}/%{_datadir}/%{name}/test/system cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype cp bin/copy %{buildroot}/%{_bindir}/%{name}-copy +cp bin/tutorial %{buildroot}/%{_bindir}/%{name}-tutorial #define license tag if not already defined %{!?_licensedir:%global license %doc} @@ -206,6 +208,7 @@ cp bin/copy %{buildroot}/%{_bindir}/%{name}-copy %license LICENSE %{_bindir}/%{name}-imgtype %{_bindir}/%{name}-copy +%{_bindir}/%{name}-tutorial %{_datadir}/%{name}/test %changelog diff --git a/tests/test_buildah.sh b/tests/test_buildah.sh index 5974d30..f8776bb 100755 --- a/tests/test_buildah.sh +++ b/tests/test_buildah.sh @@ -16,6 +16,7 @@ env | grep -v LS_COLORS= | sort | sed -e 's/^/ /' export BUILDAH_BINARY=/usr/bin/buildah export IMGTYPE_BINARY=/usr/bin/buildah-imgtype export COPY_BINARY=/usr/bin/buildah-copy +export TUTORIAL_BINARY=/usr/bin/buildah-tutorial ############################################################################### # BEGIN setup/teardown From f6702dafee0d8933bb815e878d4ba18e5d93a147 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 9 Aug 2022 02:03:34 +0000 Subject: [PATCH 035/116] auto bump to v1.27.0 --- .gitignore | 1 + buildah.spec | 4 ++-- sources | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5a0e8cb..bd0f4ed 100644 --- a/.gitignore +++ b/.gitignore @@ -687,3 +687,4 @@ /v1.26.2.tar.gz /v1.26.3.tar.gz /v1.26.4.tar.gz +/v1.27.0.tar.gz diff --git a/buildah.spec b/buildah.spec index b6dc2ec..978a6af 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,10 +19,10 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global built_tag v1.26.4 +%global built_tag v1.27.0 Name: %{repo} -Version: 1.26.4 +Version: 1.27.0 %if "%{_vendor}" == "debbuild" Packager: Lokesh Mandvekar License: ASL-2.0+ diff --git a/sources b/sources index 1a25ff8..045d7ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.26.4.tar.gz) = 39425ee3f40f1cfd2c76749b43f07efe19c90dff56d9b2024a69e092a328cf526f6bbb23b6f38536e7df11a465219f8f344aa643a82f6511fbb0253e5729d71a +SHA512 (v1.27.0.tar.gz) = 7324c85b6f5169522f0cde2cbd0d55b61a2e2fc53d7f03f24ecf606fb564ee6da82cadc493520b4105501124c6c8a1e03aa67b56fb32570f303e849630286afe From 2a164591d1168870c05e045a7c5f7883068ba152 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 16 Aug 2022 14:35:56 -0400 Subject: [PATCH 036/116] Fix debbuild maintainer issue Signed-off-by: Lokesh Mandvekar --- buildah.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index 978a6af..c59db32 100644 --- a/buildah.spec +++ b/buildah.spec @@ -24,7 +24,7 @@ Name: %{repo} Version: 1.27.0 %if "%{_vendor}" == "debbuild" -Packager: Lokesh Mandvekar +Packager: Podman Debbuild Maintainers License: ASL-2.0+ Release: 0%{?dist} %else From bcf3455ced5f38e00cf6b7ed212a22c53bb2f316 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 17 Aug 2022 14:15:26 -0400 Subject: [PATCH 037/116] use easier tag macros to make both fedora and debbuild happy Signed-off-by: Lokesh Mandvekar --- buildah.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildah.spec b/buildah.spec index c59db32..819fc22 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,7 +19,7 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global built_tag v1.27.0 +%global built_tag_strip 1.27.0 Name: %{repo} Version: 1.27.0 @@ -33,7 +33,7 @@ Release: %autorelease %endif Summary: A command line tool used for creating OCI Images URL: https://%{name}.io -Source: %{git0}/archive/%{built_tag}.tar.gz +Source: %{git0}/archive/v%{built_tag_strip}.tar.gz BuildRequires: go-md2man %if "%{_vendor}" == "debbuild" BuildRequires: git From 97fac8727b06f6e0177730d82b3b94ee310a13c6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 9 Sep 2022 11:04:29 +0000 Subject: [PATCH 038/116] auto bump to v1.27.1 --- .gitignore | 1 + buildah.spec | 4 ++-- sources | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bd0f4ed..9ae751b 100644 --- a/.gitignore +++ b/.gitignore @@ -688,3 +688,4 @@ /v1.26.3.tar.gz /v1.26.4.tar.gz /v1.27.0.tar.gz +/v1.27.1.tar.gz diff --git a/buildah.spec b/buildah.spec index 819fc22..f5bb5de 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,10 +19,10 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global built_tag_strip 1.27.0 +%global built_tag_strip 1.27.1 Name: %{repo} -Version: 1.27.0 +Version: 1.27.1 %if "%{_vendor}" == "debbuild" Packager: Podman Debbuild Maintainers License: ASL-2.0+ diff --git a/sources b/sources index 045d7ad..3126f81 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.27.0.tar.gz) = 7324c85b6f5169522f0cde2cbd0d55b61a2e2fc53d7f03f24ecf606fb564ee6da82cadc493520b4105501124c6c8a1e03aa67b56fb32570f303e849630286afe +SHA512 (v1.27.1.tar.gz) = a5e2ddf837e613554ffe8fe9c15ac9c8f9c2564c403e5544df7fb8802962581fb4e9dd4361c28c93443ede74c20c82f1631990e443c7895a3b4c3b8a659ee05a From 6988bc13c687e87c59c0c6d5cd2b1e1b0515b4b2 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 30 Sep 2022 10:06:33 -0400 Subject: [PATCH 039/116] bump to v1.27.2 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + buildah.spec | 4 ++-- sources | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9ae751b..4eed34a 100644 --- a/.gitignore +++ b/.gitignore @@ -689,3 +689,4 @@ /v1.26.4.tar.gz /v1.27.0.tar.gz /v1.27.1.tar.gz +/v1.27.2.tar.gz diff --git a/buildah.spec b/buildah.spec index f5bb5de..264eb89 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,10 +19,10 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global built_tag_strip 1.27.1 +%global built_tag_strip 1.27.2 Name: %{repo} -Version: 1.27.1 +Version: 1.27.2 %if "%{_vendor}" == "debbuild" Packager: Podman Debbuild Maintainers License: ASL-2.0+ diff --git a/sources b/sources index 3126f81..dd0a851 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.27.1.tar.gz) = a5e2ddf837e613554ffe8fe9c15ac9c8f9c2564c403e5544df7fb8802962581fb4e9dd4361c28c93443ede74c20c82f1631990e443c7895a3b4c3b8a659ee05a +SHA512 (v1.27.2.tar.gz) = d32852f1a6c5041834b91038c6294baa4480d4b41587204435e4aef1eeffb631dc4cc50df4ab9089e1b1a2d06534272d55b2626e6819b5f45aa0dfe9ec51f6e2 From 0748b124358bf7aab6262715d492e003b52d99e7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 3 Oct 2022 14:21:04 +0000 Subject: [PATCH 040/116] auto bump to v1.28.0 --- .gitignore | 1 + buildah.spec | 4 ++-- sources | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4eed34a..4431f1e 100644 --- a/.gitignore +++ b/.gitignore @@ -690,3 +690,4 @@ /v1.27.0.tar.gz /v1.27.1.tar.gz /v1.27.2.tar.gz +/v1.28.0.tar.gz diff --git a/buildah.spec b/buildah.spec index 264eb89..4dfdb20 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,10 +19,10 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global built_tag_strip 1.27.2 +%global built_tag_strip 1.28.0 Name: %{repo} -Version: 1.27.2 +Version: 1.28.0 %if "%{_vendor}" == "debbuild" Packager: Podman Debbuild Maintainers License: ASL-2.0+ diff --git a/sources b/sources index dd0a851..54a66f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.27.2.tar.gz) = d32852f1a6c5041834b91038c6294baa4480d4b41587204435e4aef1eeffb631dc4cc50df4ab9089e1b1a2d06534272d55b2626e6819b5f45aa0dfe9ec51f6e2 +SHA512 (v1.28.0.tar.gz) = f5e82a22648fa0d0ba7f5dcf3b97a2ec1182f31d3e03cd2624e01fe76fcdddf0a5605c59816eeef6401d151864b6b6be493c144b83f5667ab3947eea902f0086 From 6dd08dba8abeb9d79ae776462c7366db8c0b5e4d Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 6 Oct 2022 09:53:48 -0400 Subject: [PATCH 041/116] remove debbuild macros to comply with Fedora guidelines Signed-off-by: Lokesh Mandvekar --- buildah.spec | 50 +++++++------------------------------------------- 1 file changed, 7 insertions(+), 43 deletions(-) diff --git a/buildah.spec b/buildah.spec index 4dfdb20..fba874a 100644 --- a/buildah.spec +++ b/buildah.spec @@ -1,7 +1,3 @@ -%if "%{_vendor}" == "debbuild" -%define gobuild(o:) GO111MODULE=off go build -buildmode pie -tags=" ${BUILDTAGS:-}" -a -v -x %{?**}; -%endif - %global with_debug 1 %if 0%{?with_debug} @@ -19,36 +15,19 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global built_tag_strip 1.28.0 +%global built_tag v1.28.0 +%global built_tag_strip %(b=%{built_tag}; echo ${b:1}) +%global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) Name: %{repo} -Version: 1.28.0 -%if "%{_vendor}" == "debbuild" -Packager: Podman Debbuild Maintainers -License: ASL-2.0+ -Release: 0%{?dist} -%else +Version: %{gen_version} License: ASL 2.0 and BSD and MIT and MPLv2.0 Release: %autorelease -%endif Summary: A command line tool used for creating OCI Images URL: https://%{name}.io -Source: %{git0}/archive/v%{built_tag_strip}.tar.gz +# Tarball fetched from upstream +Source: %{git0}/archive/%{built_tag}.tar.gz BuildRequires: go-md2man -%if "%{_vendor}" == "debbuild" -BuildRequires: git -BuildRequires: golang -BuildRequires: libassuan-dev -BuildRequires: libbtrfs-dev -BuildRequires: libdevmapper-dev -BuildRequires: libglib2.0-dev -BuildRequires: libgpg-error-dev -BuildRequires: libgpgme-dev -BuildRequires: libseccomp-dev -BuildRequires: libsystemd-dev -BuildRequires: pkg-config -Requires: containers-common >= 4:1 -%else BuildRequires: device-mapper-devel BuildRequires: git-core BuildRequires: golang >= 1.16.6 @@ -103,7 +82,6 @@ Provides: bundled(golang(github.com/spf13/cobra)) = v1.3.0 Provides: bundled(golang(github.com/spf13/pflag)) = v1.0.5 Provides: bundled(golang(github.com/stretchr/testify)) = v1.7.0 Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0_20200815063812_42c35b437635 -%endif %description The %{name} package provides a command line tool which can be used to @@ -134,10 +112,9 @@ Requires: git-daemon This package contains system tests for %{name} %prep -%autosetup -Sgit +%autosetup -Sgit -n %{name}-%{built_tag_strip} %build -%if "%{_vendor}" != "debbuild" %set_build_flags # These extra flags present in $CFLAGS have been skipped for now as they break the build CGO_CFLAGS=$(echo $CGO_CFLAGS | sed 's/-flto=auto//g') @@ -147,7 +124,6 @@ CGO_CFLAGS=$(echo $CGO_CFLAGS | sed 's/-specs=\/usr\/lib\/rpm\/redhat\/redhat-an %ifarch x86_64 export CGO_CFLAGS+=" -m64 -mtune=generic -fcf-protection=full" %endif -%endif export GOPATH=$(pwd)/_build:$(pwd) export CGO_CFLAGS=$CFLAGS @@ -164,9 +140,7 @@ export CNI_VERSION=`grep '^# github.com/containernetworking/cni ' src/modules.tx export LDFLAGS="-X main.buildInfo=`date +%s` -X main.cniVersion=${CNI_VERSION}" export BUILDTAGS='seccomp exclude_graphdriver_devicemapper' -%if "%{_vendor}" != "debbuild" export BUILDTAGS+=' libsubid selinux' -%endif %gobuild -o bin/%{name} %{import_path}/cmd/%{name} %gobuild -o bin/imgtype %{import_path}/tests/imgtype %gobuild -o bin/copy %{import_path}/tests/copy @@ -175,16 +149,8 @@ GOMD2MAN=go-md2man %{__make} -C docs %install export GOPATH=$(pwd)/_build:$(pwd) -%if "%{_vendor}" != "debbuild" make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install -%else -install -D -m0755 bin/%{name} %{buildroot}%{_bindir}/%{name} -install -m 644 -D contrib/completions/bash/%{name} %{buildroot}%{_datadir}/bash-completion/completions/%{name} -install -d %{buildroot}/%{_mandir}/man1 -install -m 0644 docs/%{name}*.1 %{buildroot}%{_mandir}/man1 -install -m 0644 docs/links/%{name}*.1 %{buildroot}%{_mandir}/man1 -%endif install -d -p %{buildroot}/%{_datadir}/%{name}/test/system cp -pav tests/. %{buildroot}/%{_datadir}/%{name}/test/system @@ -212,6 +178,4 @@ cp bin/tutorial %{buildroot}/%{_bindir}/%{name}-tutorial %{_datadir}/%{name}/test %changelog -%if "%{_vendor}" != "debbuild" %autochangelog -%endif From 64a5677385c84b00250b9e432a44fe94c795ad45 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 6 Oct 2022 15:40:11 -0400 Subject: [PATCH 042/116] depend on containers-common-extra Signed-off-by: Lokesh Mandvekar --- buildah.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/buildah.spec b/buildah.spec index fba874a..591a5af 100644 --- a/buildah.spec +++ b/buildah.spec @@ -40,15 +40,18 @@ BuildRequires: make BuildRequires: ostree-devel BuildRequires: btrfs-progs-devel BuildRequires: shadow-utils-subid-devel -Requires: containers-common >= 4:1-46 -Suggests: containernetworking-plugins >= 0.9.1-1 -Requires: netavark -Requires: iptables -Requires: nftables +%if 0%{?fedora} > 37 +Requires: containers-common-extra >= 4:1-78 +%else +%if 0%{?fedora} == 37 +Requires: containers-common-extra >= 4:1-73 +%else +Requires: containers-common-extra >= 4:1-62 +%endif +%endif BuildRequires: libseccomp-static Requires: libseccomp >= 2.4.1-0 Suggests: cpp -Suggests: qemu-user-static # awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort | uniq | sed -e 's/-/_/g' -e '/bundled(golang())/d' -e '/bundled(golang(go\|module\|replace\|require))/d' Provides: bundled(golang(github.com/containerd/containerd)) = v1.5.9 Provides: bundled(golang(github.com/containernetworking/cni)) = v1.0.1 From 40bdab03bf7100a0faed1c58999f258d777f921a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 7 Oct 2022 15:13:55 +0000 Subject: [PATCH 043/116] auto bump to v1.28.0 --- buildah.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildah.spec b/buildah.spec index 591a5af..75ec4f8 100644 --- a/buildah.spec +++ b/buildah.spec @@ -16,11 +16,11 @@ %global git0 https://%{import_path} %global built_tag v1.28.0 -%global built_tag_strip %(b=%{built_tag}; echo ${b:1}) +%global built_tag_strip 1.28.0 %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) Name: %{repo} -Version: %{gen_version} +Version: 1.28.0 License: ASL 2.0 and BSD and MIT and MPLv2.0 Release: %autorelease Summary: A command line tool used for creating OCI Images From 66dfaf0fea9de26b025cf1c94716914a66cb0c26 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 7 Oct 2022 11:48:31 -0400 Subject: [PATCH 044/116] Revert "auto bump to v1.28.0" This reverts commit 40bdab03bf7100a0faed1c58999f258d777f921a done by autobuilder. --- buildah.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildah.spec b/buildah.spec index 75ec4f8..591a5af 100644 --- a/buildah.spec +++ b/buildah.spec @@ -16,11 +16,11 @@ %global git0 https://%{import_path} %global built_tag v1.28.0 -%global built_tag_strip 1.28.0 +%global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) Name: %{repo} -Version: 1.28.0 +Version: %{gen_version} License: ASL 2.0 and BSD and MIT and MPLv2.0 Release: %autorelease Summary: A command line tool used for creating OCI Images From 2b8ee68f86dc1e3e6d1843a32cdc228d0a74234f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 25 Oct 2022 19:38:14 +0530 Subject: [PATCH 045/116] rebuild Signed-off-by: Lokesh Mandvekar From 849720672b6acee8b4ba8a3395641a46c3dbb882 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 28 Oct 2022 15:58:39 +0000 Subject: [PATCH 046/116] Add ExclusiveArch If using golang, then you needs to use ExclusiveArch for those arches that do not have golang. --- buildah.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/buildah.spec b/buildah.spec index 591a5af..8c54237 100644 --- a/buildah.spec +++ b/buildah.spec @@ -27,6 +27,7 @@ Summary: A command line tool used for creating OCI Images URL: https://%{name}.io # Tarball fetched from upstream Source: %{git0}/archive/%{built_tag}.tar.gz +ExclusiveArch: %{golang_arches} BuildRequires: go-md2man BuildRequires: device-mapper-devel BuildRequires: git-core From 5af76a5e554eaf07f67f995afc9373561922c05a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 28 Nov 2022 14:19:16 +0000 Subject: [PATCH 047/116] auto bump to v1.28.2 --- .gitignore | 1 + buildah.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4431f1e..7df5153 100644 --- a/.gitignore +++ b/.gitignore @@ -691,3 +691,4 @@ /v1.27.1.tar.gz /v1.27.2.tar.gz /v1.28.0.tar.gz +/v1.28.2.tar.gz diff --git a/buildah.spec b/buildah.spec index 8c54237..53ab0c1 100644 --- a/buildah.spec +++ b/buildah.spec @@ -15,7 +15,7 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global built_tag v1.28.0 +%global built_tag v1.28.2 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) diff --git a/sources b/sources index 54a66f4..90e471a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.28.0.tar.gz) = f5e82a22648fa0d0ba7f5dcf3b97a2ec1182f31d3e03cd2624e01fe76fcdddf0a5605c59816eeef6401d151864b6b6be493c144b83f5667ab3947eea902f0086 +SHA512 (v1.28.2.tar.gz) = 2172e6554338e5b6a0ff8d22c343d168b7ea4eed5e691e75c34c84fefebdce3f5719718bd78bb112936a6c3252db743768ed65f5f421b0b9f37265aa074e1c81 From 13dc086e81860501b33998b425e34524de986855 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 18 Jan 2023 23:16:27 +0000 Subject: [PATCH 048/116] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering From c5da87970572224d3f8ca268e23eeb0e627cf4c0 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 31 Jan 2023 17:26:03 +0530 Subject: [PATCH 049/116] bump to v1.29.0 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + buildah.spec | 131 +++++++++++++++++++++++++++++++++++++++++---------- sources | 2 +- 3 files changed, 108 insertions(+), 26 deletions(-) diff --git a/.gitignore b/.gitignore index 7df5153..d977000 100644 --- a/.gitignore +++ b/.gitignore @@ -692,3 +692,4 @@ /v1.27.2.tar.gz /v1.28.0.tar.gz /v1.28.2.tar.gz +/v1.29.0.tar.gz diff --git a/buildah.spec b/buildah.spec index 53ab0c1..d0ebe52 100644 --- a/buildah.spec +++ b/buildah.spec @@ -15,7 +15,7 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global built_tag v1.28.2 +%global built_tag v1.29.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) @@ -54,38 +54,119 @@ BuildRequires: libseccomp-static Requires: libseccomp >= 2.4.1-0 Suggests: cpp # awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort | uniq | sed -e 's/-/_/g' -e '/bundled(golang())/d' -e '/bundled(golang(go\|module\|replace\|require))/d' -Provides: bundled(golang(github.com/containerd/containerd)) = v1.5.9 -Provides: bundled(golang(github.com/containernetworking/cni)) = v1.0.1 -Provides: bundled(golang(github.com/containers/common)) = v0.47.4 -Provides: bundled(golang(github.com/containers/image/v5)) = v5.19.1 -Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.2 -Provides: bundled(golang(github.com/containers/storage)) = v1.38.2 -Provides: bundled(golang(github.com/docker/distribution)) = v2.8.0+incompatible -Provides: bundled(golang(github.com/docker/docker)) = v20.10.12+incompatible -Provides: bundled(golang(github.com/docker/go_units)) = v0.4.0 -Provides: bundled(golang(github.com/docker/libnetwork)) = v0.8.0_dev.2.0.20190625141545_5a177b73e316 -Provides: bundled(golang(github.com/fsouza/go_dockerclient)) = v1.7.8 +Provides: bundled(golang(github.com/Azure/go_ansiterm)) = v0.0.0_20210617225240_d185dfc1b5a1 +Provides: bundled(golang(github.com/BurntSushi/toml)) = v1.2.1 +Provides: bundled(golang(github.com/Microsoft/go_winio)) = v0.6.0 +Provides: bundled(golang(github.com/Microsoft/hcsshim)) = v0.9.6 +Provides: bundled(golang(github.com/VividCortex/ewma)) = v1.2.0 +Provides: bundled(golang(github.com/acarl005/stripansi)) = v0.0.0_20180116102854_5a71ef0e047d +Provides: bundled(golang(github.com/asaskevich/govalidator)) = v0.0.0_20210307081110_f21760c49a8d +Provides: bundled(golang(github.com/blang/semver/v4)) = v4.0.0 +Provides: bundled(golang(github.com/chzyer/readline)) = v1.5.1 +Provides: bundled(golang(github.com/container_orchestrated_devices/container_device_interface)) = v0.5.3 +Provides: bundled(golang(github.com/containerd/cgroups)) = v1.0.4 +Provides: bundled(golang(github.com/containerd/containerd)) = v1.6.15 +Provides: bundled(golang(github.com/containerd/stargz_snapshotter/estargz)) = v0.13.0 +Provides: bundled(golang(github.com/containernetworking/cni)) = v1.1.2 +Provides: bundled(golang(github.com/containernetworking/plugins)) = v1.2.0 +Provides: bundled(golang(github.com/containers/common)) = v0.51.0 +Provides: bundled(golang(github.com/containers/image/v5)) = v5.24.0 +Provides: bundled(golang(github.com/containers/libtrust)) = v0.0.0_20230121012942_c1716e8a8d01 +Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.7 +Provides: bundled(golang(github.com/containers/storage)) = v1.45.3 +Provides: bundled(golang(github.com/cyberphone/json_canonicalization)) = v0.0.0_20220623050100_57a0ce2678a7 +Provides: bundled(golang(github.com/cyphar/filepath_securejoin)) = v0.2.3 +Provides: bundled(golang(github.com/davecgh/go_spew)) = v1.1.1 +Provides: bundled(golang(github.com/disiqueira/gotree/v3)) = v3.0.2 +Provides: bundled(golang(github.com/docker/distribution)) = v2.8.1+incompatible +Provides: bundled(golang(github.com/docker/docker)) = v20.10.23+incompatible +Provides: bundled(golang(github.com/docker/docker_credential_helpers)) = v0.7.0 +Provides: bundled(golang(github.com/docker/go_connections)) = v0.4.1_0.20210727194412_58542c764a11 +Provides: bundled(golang(github.com/docker/go_units)) = v0.5.0 +Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.6.0 +Provides: bundled(golang(github.com/fsouza/go_dockerclient)) = v1.9.3 Provides: bundled(golang(github.com/ghodss/yaml)) = v1.0.0 +Provides: bundled(golang(github.com/go_openapi/analysis)) = v0.21.4 +Provides: bundled(golang(github.com/go_openapi/errors)) = v0.20.3 +Provides: bundled(golang(github.com/go_openapi/jsonpointer)) = v0.19.5 +Provides: bundled(golang(github.com/go_openapi/jsonreference)) = v0.20.0 +Provides: bundled(golang(github.com/go_openapi/loads)) = v0.21.2 +Provides: bundled(golang(github.com/go_openapi/runtime)) = v0.24.1 +Provides: bundled(golang(github.com/go_openapi/spec)) = v0.20.7 +Provides: bundled(golang(github.com/go_openapi/strfmt)) = v0.21.3 +Provides: bundled(golang(github.com/go_openapi/swag)) = v0.22.3 +Provides: bundled(golang(github.com/go_openapi/validate)) = v0.22.0 +Provides: bundled(golang(github.com/gogo/protobuf)) = v1.3.2 +Provides: bundled(golang(github.com/golang/groupcache)) = v0.0.0_20210331224755_41bb18bfe9da +Provides: bundled(golang(github.com/golang/protobuf)) = v1.5.2 +Provides: bundled(golang(github.com/google/go_cmp)) = v0.5.9 +Provides: bundled(golang(github.com/google/go_containerregistry)) = v0.12.1 +Provides: bundled(golang(github.com/google/go_intervals)) = v0.0.2 +Provides: bundled(golang(github.com/google/uuid)) = v1.3.0 +Provides: bundled(golang(github.com/gorilla/mux)) = v1.8.0 +Provides: bundled(golang(github.com/hashicorp/errwrap)) = v1.1.0 Provides: bundled(golang(github.com/hashicorp/go_multierror)) = v1.1.1 -Provides: bundled(golang(github.com/ishidawataru/sctp)) = v0.0.0_20210226210310_f2269e66cdee -Provides: bundled(golang(github.com/konsorten/go_windows_terminal_sequences)) = v1.0.3 +Provides: bundled(golang(github.com/imdario/mergo)) = v0.3.13 +Provides: bundled(golang(github.com/inconshreveable/mousetrap)) = v1.0.1 +Provides: bundled(golang(github.com/jinzhu/copier)) = v0.3.5 +Provides: bundled(golang(github.com/josharian/intern)) = v1.0.0 +Provides: bundled(golang(github.com/json_iterator/go)) = v1.1.12 +Provides: bundled(golang(github.com/klauspost/compress)) = v1.15.15 +Provides: bundled(golang(github.com/klauspost/pgzip)) = v1.2.6_0.20220930104621_17e8dac29df8 +Provides: bundled(golang(github.com/letsencrypt/boulder)) = v0.0.0_20221109233200_85aa52084eaf +Provides: bundled(golang(github.com/mailru/easyjson)) = v0.7.7 +Provides: bundled(golang(github.com/manifoldco/promptui)) = v0.9.0 +Provides: bundled(golang(github.com/mattn/go_runewidth)) = v0.0.14 Provides: bundled(golang(github.com/mattn/go_shellwords)) = v1.0.12 +Provides: bundled(golang(github.com/miekg/pkcs11)) = v1.1.1 +Provides: bundled(golang(github.com/mistifyio/go_zfs/v3)) = v3.0.0 +Provides: bundled(golang(github.com/mitchellh/mapstructure)) = v1.5.0 +Provides: bundled(golang(github.com/moby/sys/mount)) = v0.3.3 +Provides: bundled(golang(github.com/moby/sys/mountinfo)) = v0.6.2 +Provides: bundled(golang(github.com/moby/term)) = v0.0.0_20210619224110_3f7ff695adc6 +Provides: bundled(golang(github.com/modern_go/concurrent)) = v0.0.0_20180306012644_bacd9c7ef1dd +Provides: bundled(golang(github.com/modern_go/reflect2)) = v1.0.2 +Provides: bundled(golang(github.com/morikuni/aec)) = v1.0.0 +Provides: bundled(golang(github.com/nxadm/tail)) = v1.4.8 +Provides: bundled(golang(github.com/oklog/ulid)) = v1.3.1 Provides: bundled(golang(github.com/onsi/ginkgo)) = v1.16.5 -Provides: bundled(golang(github.com/onsi/gomega)) = v1.18.1 +Provides: bundled(golang(github.com/onsi/gomega)) = v1.26.0 Provides: bundled(golang(github.com/opencontainers/go_digest)) = v1.0.0 -Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.0.3_0.20211202193544_a5463b7f9c84 -Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.0 -Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.0.3_0.20210326190908_1c3f411f0417 -Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.0 -Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.0 -Provides: bundled(golang(github.com/openshift/imagebuilder)) = v1.2.2 +Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.1.0_rc2 +Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.4 +Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.0.3_0.20220825212826_86290f6a00fb +Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20221014010322_58c91d646d86 +Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.2 +Provides: bundled(golang(github.com/openshift/imagebuilder)) = v1.2.4_0.20220711175835_4151e43600df +Provides: bundled(golang(github.com/ostreedev/ostree_go)) = v0.0.0_20210805093236_719684c64e4f Provides: bundled(golang(github.com/pkg/errors)) = v0.9.1 -Provides: bundled(golang(github.com/seccomp/libseccomp_golang)) = v0.9.2_0.20210429002308_3879420cc921 -Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.8.1 -Provides: bundled(golang(github.com/spf13/cobra)) = v1.3.0 +Provides: bundled(golang(github.com/pmezard/go_difflib)) = v1.0.0 +Provides: bundled(golang(github.com/proglottis/gpgme)) = v0.1.3 +Provides: bundled(golang(github.com/rivo/uniseg)) = v0.4.3 +Provides: bundled(golang(github.com/seccomp/libseccomp_golang)) = v0.10.0 +Provides: bundled(golang(github.com/sigstore/fulcio)) = v1.0.0 +Provides: bundled(golang(github.com/sigstore/rekor)) = v1.0.1 +Provides: bundled(golang(github.com/sigstore/sigstore)) = v1.5.1 +Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.9.0 +Provides: bundled(golang(github.com/spf13/cobra)) = v1.6.1 Provides: bundled(golang(github.com/spf13/pflag)) = v1.0.5 -Provides: bundled(golang(github.com/stretchr/testify)) = v1.7.0 +Provides: bundled(golang(github.com/stefanberger/go_pkcs11uri)) = v0.0.0_20201008174630_78d3cae3a980 +Provides: bundled(golang(github.com/stretchr/testify)) = v1.8.1 +Provides: bundled(golang(github.com/sylabs/sif/v2)) = v2.9.0 Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0_20200815063812_42c35b437635 +Provides: bundled(golang(github.com/tchap/go_patricia)) = v2.3.0+incompatible +Provides: bundled(golang(github.com/theupdateframework/go_tuf)) = v0.5.2_0.20221207161717_9cb61d6e65f5 +Provides: bundled(golang(github.com/titanous/rocacheck)) = v0.0.0_20171023193734_afe73141d399 +Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.11 +Provides: bundled(golang(github.com/vbatts/tar_split)) = v0.11.2 +Provides: bundled(golang(github.com/vbauerster/mpb/v7)) = v7.5.3 +Provides: bundled(golang(github.com/vishvananda/netlink)) = v1.2.1_beta.2 +Provides: bundled(golang(github.com/vishvananda/netns)) = v0.0.0_20210104183010_2eb08e3e575f +Provides: bundled(golang(github.com/xeipuuv/gojsonpointer)) = v0.0.0_20190905194746_02993c407bfb +Provides: bundled(golang(github.com/xeipuuv/gojsonreference)) = v0.0.0_20180127040603_bd5ef7bd5415 +Provides: bundled(golang(github.com/xeipuuv/gojsonschema)) = v1.2.0 +Provides: bundled(golang(k8s.io/klog)) = v1.0.0 +Provides: bundled(golang(sigs.k8s.io/yaml)) = v1.3.0 %description The %{name} package provides a command line tool which can be used to diff --git a/sources b/sources index 90e471a..941b455 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.28.2.tar.gz) = 2172e6554338e5b6a0ff8d22c343d168b7ea4eed5e691e75c34c84fefebdce3f5719718bd78bb112936a6c3252db743768ed65f5f421b0b9f37265aa074e1c81 +SHA512 (v1.29.0.tar.gz) = 9d5dfe46007aeb9b7ae80a804b20c45b149156ec5edeb181ec00c021a0b6499394d676a7189389e51c2968fc60680c6d8438c11f46f5b7d523fba00d7cf17894 From 0ac3c2ee094145d6c1683f2c00fca6facef75d63 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 9 Feb 2023 17:21:31 +0530 Subject: [PATCH 050/116] exclusivearch: golang_arches_future Signed-off-by: Lokesh Mandvekar --- buildah.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index d0ebe52..dc77139 100644 --- a/buildah.spec +++ b/buildah.spec @@ -23,11 +23,11 @@ Name: %{repo} Version: %{gen_version} License: ASL 2.0 and BSD and MIT and MPLv2.0 Release: %autorelease +ExclusiveArch: %{golang_arches_future} Summary: A command line tool used for creating OCI Images URL: https://%{name}.io # Tarball fetched from upstream Source: %{git0}/archive/%{built_tag}.tar.gz -ExclusiveArch: %{golang_arches} BuildRequires: go-md2man BuildRequires: device-mapper-devel BuildRequires: git-core From 128d79c87ef10114eb4d0862bf72702d594a063b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 17 Feb 2023 09:44:42 +0000 Subject: [PATCH 051/116] auto bump to v1.29.1 --- .gitignore | 1 + buildah.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d977000..ce4c09f 100644 --- a/.gitignore +++ b/.gitignore @@ -693,3 +693,4 @@ /v1.28.0.tar.gz /v1.28.2.tar.gz /v1.29.0.tar.gz +/v1.29.1.tar.gz diff --git a/buildah.spec b/buildah.spec index dc77139..1a8b954 100644 --- a/buildah.spec +++ b/buildah.spec @@ -15,7 +15,7 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global built_tag v1.29.0 +%global built_tag v1.29.1 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) diff --git a/sources b/sources index 941b455..39c2b34 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.29.0.tar.gz) = 9d5dfe46007aeb9b7ae80a804b20c45b149156ec5edeb181ec00c021a0b6499394d676a7189389e51c2968fc60680c6d8438c11f46f5b7d523fba00d7cf17894 +SHA512 (v1.29.1.tar.gz) = ea78aacee9b5cc10e299789d739e7086579e67719ab72b84f6ea5acbaf31d443284387ac92e7c5c1c3da9bd6523f43e2d9c7e2ea5698c251cb5458a384f41b04 From 2b69d274251cdea155a30be705ba4429c1551c91 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 6 Mar 2023 16:28:40 +0530 Subject: [PATCH 052/116] migrated to SPDX license Signed-off-by: Lokesh Mandvekar --- buildah.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index 1a8b954..dc3e15c 100644 --- a/buildah.spec +++ b/buildah.spec @@ -21,7 +21,7 @@ Name: %{repo} Version: %{gen_version} -License: ASL 2.0 and BSD and MIT and MPLv2.0 +License: Apache-2.0 and BSD-2-Clause and BSD-3-Clause and ISC and MIT and MPL-2.0 Release: %autorelease ExclusiveArch: %{golang_arches_future} Summary: A command line tool used for creating OCI Images From c6d2d347ffb969d28826b7933312e99b7864e066 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 10 Apr 2023 07:04:15 +0000 Subject: [PATCH 053/116] auto bump to v1.30.0 --- .gitignore | 1 + buildah.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ce4c09f..739d259 100644 --- a/.gitignore +++ b/.gitignore @@ -694,3 +694,4 @@ /v1.28.2.tar.gz /v1.29.0.tar.gz /v1.29.1.tar.gz +/v1.30.0.tar.gz diff --git a/buildah.spec b/buildah.spec index dc3e15c..be80dd9 100644 --- a/buildah.spec +++ b/buildah.spec @@ -15,7 +15,7 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global built_tag v1.29.1 +%global built_tag v1.30.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) diff --git a/sources b/sources index 39c2b34..532d3ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.29.1.tar.gz) = ea78aacee9b5cc10e299789d739e7086579e67719ab72b84f6ea5acbaf31d443284387ac92e7c5c1c3da9bd6523f43e2d9c7e2ea5698c251cb5458a384f41b04 +SHA512 (v1.30.0.tar.gz) = 185fd98a59fa8d86fe9f1eadc9b7591e5053674464be10538a7581d8e1f6a25e5032a354c821c32a167e2864acea010243efbbe4f5a4205d8eaa2894f062a25b From 9eeb0aed958ed81b37b049604704fc0f7c4fe6cc Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 24 Apr 2023 21:08:02 -0400 Subject: [PATCH 054/116] Disable btrfs in RHEL builds btrfs-progs is not supported on RHEL. --- buildah.spec | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/buildah.spec b/buildah.spec index be80dd9..b7d9a2a 100644 --- a/buildah.spec +++ b/buildah.spec @@ -7,6 +7,12 @@ %global debug_package %{nil} %endif +%if 0%{?rhel} +%bcond_with btrfs +%else +%bcond_without btrfs +%endif + %global provider github %global provider_tld com %global project containers @@ -39,7 +45,9 @@ BuildRequires: gpgme-devel BuildRequires: libassuan-devel BuildRequires: make BuildRequires: ostree-devel +%if %{with btrfs} BuildRequires: btrfs-progs-devel +%endif BuildRequires: shadow-utils-subid-devel %if 0%{?fedora} > 37 Requires: containers-common-extra >= 4:1-78 @@ -226,6 +234,9 @@ export LDFLAGS="-X main.buildInfo=`date +%s` -X main.cniVersion=${CNI_VERSION}" export BUILDTAGS='seccomp exclude_graphdriver_devicemapper' export BUILDTAGS+=' libsubid selinux' +%if %{without btrfs} +export BUILDTAGS+=' btrfs_noversion exclude_graphdriver_btrfs' +%endif %gobuild -o bin/%{name} %{import_path}/cmd/%{name} %gobuild -o bin/imgtype %{import_path}/tests/imgtype %gobuild -o bin/copy %{import_path}/tests/copy From adfea5d872b152e4b63db80fc1e833bc56026eda Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 5 Jul 2023 08:45:50 -0400 Subject: [PATCH 055/116] bump to v1.31.0 --- .gitignore | 1 + buildah.spec | 304 ++++++++++++++++++++++++--------------------------- sources | 2 +- 3 files changed, 146 insertions(+), 161 deletions(-) diff --git a/.gitignore b/.gitignore index 739d259..11def47 100644 --- a/.gitignore +++ b/.gitignore @@ -695,3 +695,4 @@ /v1.29.0.tar.gz /v1.29.1.tar.gz /v1.30.0.tar.gz +/v1.31.0.tar.gz diff --git a/buildah.spec b/buildah.spec index b7d9a2a..0eb34f6 100644 --- a/buildah.spec +++ b/buildah.spec @@ -7,174 +7,159 @@ %global debug_package %{nil} %endif -%if 0%{?rhel} -%bcond_with btrfs -%else -%bcond_without btrfs +%if %{defined rhel} && 0%{?rhel} == 8 +# RHEL 8's default %%gobuild macro doesn't account for the BUILDTAGS variable, so we +# set it separately here and do not depend on RHEL 8's go-srpm-macros package. +%define gobuild(o:) go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl ${BUILDTAGS:-}" -ldflags "-linkmode=external -compressdwarf=false ${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v -x %{?**}; %endif -%global provider github -%global provider_tld com -%global project containers -%global repo buildah -# https://github.com/containers/buildah -%global import_path %{provider}.%{provider_tld}/%{project}/%{repo} -%global git0 https://%{import_path} +%global gomodulesmode GO111MODULE=on -%global built_tag v1.30.0 -%global built_tag_strip %(b=%{built_tag}; echo ${b:1}) -%global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) +%if 0%{defined fedora} +%define build_with_btrfs 1 +%endif -Name: %{repo} -Version: %{gen_version} +%global git0 https://github.com/containers/%{name} + +Name: buildah +# Set different Epoch for copr +%if %{defined copr_username} +Epoch: 102 +%endif +# DO NOT TOUCH the Version string! +# The TRUE source of this specfile is: +# https://github.com/containers/skopeo/blob/main/rpm/skopeo.spec +# If that's what you're reading, Version must be 0, and will be updated by Packit for +# copr and koji builds. +# If you're reading this on dist-git, the version is automatically filled in by Packit. +Version: 1.31.0 License: Apache-2.0 and BSD-2-Clause and BSD-3-Clause and ISC and MIT and MPL-2.0 Release: %autorelease +%if %{defined golang_arches_future} ExclusiveArch: %{golang_arches_future} +%else +ExclusiveArch: aarch64 ppc64le s390x x86_64 +%endif Summary: A command line tool used for creating OCI Images URL: https://%{name}.io # Tarball fetched from upstream -Source: %{git0}/archive/%{built_tag}.tar.gz +Source: %{git0}/archive/v%{version}.tar.gz BuildRequires: go-md2man BuildRequires: device-mapper-devel BuildRequires: git-core BuildRequires: golang >= 1.16.6 BuildRequires: glib2-devel BuildRequires: glibc-static +%if !%{defined gobuild} BuildRequires: go-rpm-macros +%endif BuildRequires: gpgme-devel BuildRequires: libassuan-devel BuildRequires: make BuildRequires: ostree-devel -%if %{with btrfs} +%if %{defined build_with_btrfs} BuildRequires: btrfs-progs-devel %endif BuildRequires: shadow-utils-subid-devel -%if 0%{?fedora} > 37 -Requires: containers-common-extra >= 4:1-78 -%else -%if 0%{?fedora} == 37 -Requires: containers-common-extra >= 4:1-73 -%else -Requires: containers-common-extra >= 4:1-62 -%endif -%endif +Requires: containers-common-extra +%if %{defined fedora} BuildRequires: libseccomp-static +%else +BuildRequires: libseccomp-devel +%endif Requires: libseccomp >= 2.4.1-0 Suggests: cpp -# awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort | uniq | sed -e 's/-/_/g' -e '/bundled(golang())/d' -e '/bundled(golang(go\|module\|replace\|require))/d' -Provides: bundled(golang(github.com/Azure/go_ansiterm)) = v0.0.0_20210617225240_d185dfc1b5a1 -Provides: bundled(golang(github.com/BurntSushi/toml)) = v1.2.1 -Provides: bundled(golang(github.com/Microsoft/go_winio)) = v0.6.0 -Provides: bundled(golang(github.com/Microsoft/hcsshim)) = v0.9.6 -Provides: bundled(golang(github.com/VividCortex/ewma)) = v1.2.0 -Provides: bundled(golang(github.com/acarl005/stripansi)) = v0.0.0_20180116102854_5a71ef0e047d -Provides: bundled(golang(github.com/asaskevich/govalidator)) = v0.0.0_20210307081110_f21760c49a8d -Provides: bundled(golang(github.com/blang/semver/v4)) = v4.0.0 -Provides: bundled(golang(github.com/chzyer/readline)) = v1.5.1 -Provides: bundled(golang(github.com/container_orchestrated_devices/container_device_interface)) = v0.5.3 -Provides: bundled(golang(github.com/containerd/cgroups)) = v1.0.4 -Provides: bundled(golang(github.com/containerd/containerd)) = v1.6.15 -Provides: bundled(golang(github.com/containerd/stargz_snapshotter/estargz)) = v0.13.0 -Provides: bundled(golang(github.com/containernetworking/cni)) = v1.1.2 -Provides: bundled(golang(github.com/containernetworking/plugins)) = v1.2.0 -Provides: bundled(golang(github.com/containers/common)) = v0.51.0 -Provides: bundled(golang(github.com/containers/image/v5)) = v5.24.0 -Provides: bundled(golang(github.com/containers/libtrust)) = v0.0.0_20230121012942_c1716e8a8d01 -Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.7 -Provides: bundled(golang(github.com/containers/storage)) = v1.45.3 -Provides: bundled(golang(github.com/cyberphone/json_canonicalization)) = v0.0.0_20220623050100_57a0ce2678a7 -Provides: bundled(golang(github.com/cyphar/filepath_securejoin)) = v0.2.3 -Provides: bundled(golang(github.com/davecgh/go_spew)) = v1.1.1 -Provides: bundled(golang(github.com/disiqueira/gotree/v3)) = v3.0.2 -Provides: bundled(golang(github.com/docker/distribution)) = v2.8.1+incompatible -Provides: bundled(golang(github.com/docker/docker)) = v20.10.23+incompatible -Provides: bundled(golang(github.com/docker/docker_credential_helpers)) = v0.7.0 -Provides: bundled(golang(github.com/docker/go_connections)) = v0.4.1_0.20210727194412_58542c764a11 -Provides: bundled(golang(github.com/docker/go_units)) = v0.5.0 -Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.6.0 -Provides: bundled(golang(github.com/fsouza/go_dockerclient)) = v1.9.3 -Provides: bundled(golang(github.com/ghodss/yaml)) = v1.0.0 -Provides: bundled(golang(github.com/go_openapi/analysis)) = v0.21.4 -Provides: bundled(golang(github.com/go_openapi/errors)) = v0.20.3 -Provides: bundled(golang(github.com/go_openapi/jsonpointer)) = v0.19.5 -Provides: bundled(golang(github.com/go_openapi/jsonreference)) = v0.20.0 -Provides: bundled(golang(github.com/go_openapi/loads)) = v0.21.2 -Provides: bundled(golang(github.com/go_openapi/runtime)) = v0.24.1 -Provides: bundled(golang(github.com/go_openapi/spec)) = v0.20.7 -Provides: bundled(golang(github.com/go_openapi/strfmt)) = v0.21.3 -Provides: bundled(golang(github.com/go_openapi/swag)) = v0.22.3 -Provides: bundled(golang(github.com/go_openapi/validate)) = v0.22.0 -Provides: bundled(golang(github.com/gogo/protobuf)) = v1.3.2 -Provides: bundled(golang(github.com/golang/groupcache)) = v0.0.0_20210331224755_41bb18bfe9da -Provides: bundled(golang(github.com/golang/protobuf)) = v1.5.2 -Provides: bundled(golang(github.com/google/go_cmp)) = v0.5.9 -Provides: bundled(golang(github.com/google/go_containerregistry)) = v0.12.1 -Provides: bundled(golang(github.com/google/go_intervals)) = v0.0.2 -Provides: bundled(golang(github.com/google/uuid)) = v1.3.0 -Provides: bundled(golang(github.com/gorilla/mux)) = v1.8.0 -Provides: bundled(golang(github.com/hashicorp/errwrap)) = v1.1.0 -Provides: bundled(golang(github.com/hashicorp/go_multierror)) = v1.1.1 -Provides: bundled(golang(github.com/imdario/mergo)) = v0.3.13 -Provides: bundled(golang(github.com/inconshreveable/mousetrap)) = v1.0.1 -Provides: bundled(golang(github.com/jinzhu/copier)) = v0.3.5 -Provides: bundled(golang(github.com/josharian/intern)) = v1.0.0 -Provides: bundled(golang(github.com/json_iterator/go)) = v1.1.12 -Provides: bundled(golang(github.com/klauspost/compress)) = v1.15.15 -Provides: bundled(golang(github.com/klauspost/pgzip)) = v1.2.6_0.20220930104621_17e8dac29df8 -Provides: bundled(golang(github.com/letsencrypt/boulder)) = v0.0.0_20221109233200_85aa52084eaf -Provides: bundled(golang(github.com/mailru/easyjson)) = v0.7.7 -Provides: bundled(golang(github.com/manifoldco/promptui)) = v0.9.0 -Provides: bundled(golang(github.com/mattn/go_runewidth)) = v0.0.14 -Provides: bundled(golang(github.com/mattn/go_shellwords)) = v1.0.12 -Provides: bundled(golang(github.com/miekg/pkcs11)) = v1.1.1 -Provides: bundled(golang(github.com/mistifyio/go_zfs/v3)) = v3.0.0 -Provides: bundled(golang(github.com/mitchellh/mapstructure)) = v1.5.0 -Provides: bundled(golang(github.com/moby/sys/mount)) = v0.3.3 -Provides: bundled(golang(github.com/moby/sys/mountinfo)) = v0.6.2 -Provides: bundled(golang(github.com/moby/term)) = v0.0.0_20210619224110_3f7ff695adc6 -Provides: bundled(golang(github.com/modern_go/concurrent)) = v0.0.0_20180306012644_bacd9c7ef1dd -Provides: bundled(golang(github.com/modern_go/reflect2)) = v1.0.2 -Provides: bundled(golang(github.com/morikuni/aec)) = v1.0.0 -Provides: bundled(golang(github.com/nxadm/tail)) = v1.4.8 -Provides: bundled(golang(github.com/oklog/ulid)) = v1.3.1 -Provides: bundled(golang(github.com/onsi/ginkgo)) = v1.16.5 -Provides: bundled(golang(github.com/onsi/gomega)) = v1.26.0 -Provides: bundled(golang(github.com/opencontainers/go_digest)) = v1.0.0 -Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.1.0_rc2 -Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.4 -Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.0.3_0.20220825212826_86290f6a00fb -Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20221014010322_58c91d646d86 -Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.2 -Provides: bundled(golang(github.com/openshift/imagebuilder)) = v1.2.4_0.20220711175835_4151e43600df -Provides: bundled(golang(github.com/ostreedev/ostree_go)) = v0.0.0_20210805093236_719684c64e4f -Provides: bundled(golang(github.com/pkg/errors)) = v0.9.1 -Provides: bundled(golang(github.com/pmezard/go_difflib)) = v1.0.0 -Provides: bundled(golang(github.com/proglottis/gpgme)) = v0.1.3 -Provides: bundled(golang(github.com/rivo/uniseg)) = v0.4.3 -Provides: bundled(golang(github.com/seccomp/libseccomp_golang)) = v0.10.0 -Provides: bundled(golang(github.com/sigstore/fulcio)) = v1.0.0 -Provides: bundled(golang(github.com/sigstore/rekor)) = v1.0.1 -Provides: bundled(golang(github.com/sigstore/sigstore)) = v1.5.1 -Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.9.0 -Provides: bundled(golang(github.com/spf13/cobra)) = v1.6.1 -Provides: bundled(golang(github.com/spf13/pflag)) = v1.0.5 -Provides: bundled(golang(github.com/stefanberger/go_pkcs11uri)) = v0.0.0_20201008174630_78d3cae3a980 -Provides: bundled(golang(github.com/stretchr/testify)) = v1.8.1 -Provides: bundled(golang(github.com/sylabs/sif/v2)) = v2.9.0 -Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0_20200815063812_42c35b437635 -Provides: bundled(golang(github.com/tchap/go_patricia)) = v2.3.0+incompatible -Provides: bundled(golang(github.com/theupdateframework/go_tuf)) = v0.5.2_0.20221207161717_9cb61d6e65f5 -Provides: bundled(golang(github.com/titanous/rocacheck)) = v0.0.0_20171023193734_afe73141d399 -Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.11 -Provides: bundled(golang(github.com/vbatts/tar_split)) = v0.11.2 -Provides: bundled(golang(github.com/vbauerster/mpb/v7)) = v7.5.3 -Provides: bundled(golang(github.com/vishvananda/netlink)) = v1.2.1_beta.2 -Provides: bundled(golang(github.com/vishvananda/netns)) = v0.0.0_20210104183010_2eb08e3e575f -Provides: bundled(golang(github.com/xeipuuv/gojsonpointer)) = v0.0.0_20190905194746_02993c407bfb -Provides: bundled(golang(github.com/xeipuuv/gojsonreference)) = v0.0.0_20180127040603_bd5ef7bd5415 -Provides: bundled(golang(github.com/xeipuuv/gojsonschema)) = v1.2.0 -Provides: bundled(golang(k8s.io/klog)) = v1.0.0 -Provides: bundled(golang(sigs.k8s.io/yaml)) = v1.3.0 +# DO NOT DELETE BELOW LINE - used for updating downstream goimports +# vendored libraries +Provides: bundled(golang(github.com/containerd/containerd/platforms)) +Provides: bundled(golang(github.com/containernetworking/cni/pkg/version)) +Provides: bundled(golang(github.com/containernetworking/plugins/pkg/ns)) +Provides: bundled(golang(github.com/containers/common/libimage)) +Provides: bundled(golang(github.com/containers/common/libimage/manifests)) +Provides: bundled(golang(github.com/containers/common/libnetwork/etchosts)) +Provides: bundled(golang(github.com/containers/common/libnetwork/network)) +Provides: bundled(golang(github.com/containers/common/libnetwork/pasta)) +Provides: bundled(golang(github.com/containers/common/libnetwork/resolvconf)) +Provides: bundled(golang(github.com/containers/common/libnetwork/slirp4netns)) +Provides: bundled(golang(github.com/containers/common/libnetwork/types)) +Provides: bundled(golang(github.com/containers/common/libnetwork/util)) +Provides: bundled(golang(github.com/containers/common/pkg/auth)) +Provides: bundled(golang(github.com/containers/common/pkg/capabilities)) +Provides: bundled(golang(github.com/containers/common/pkg/chown)) +Provides: bundled(golang(github.com/containers/common/pkg/completion)) +Provides: bundled(golang(github.com/containers/common/pkg/config)) +Provides: bundled(golang(github.com/containers/common/pkg/hooks)) +Provides: bundled(golang(github.com/containers/common/pkg/hooks/exec)) +Provides: bundled(golang(github.com/containers/common/pkg/manifests)) +Provides: bundled(golang(github.com/containers/common/pkg/parse)) +Provides: bundled(golang(github.com/containers/common/pkg/retry)) +Provides: bundled(golang(github.com/containers/common/pkg/subscriptions)) +Provides: bundled(golang(github.com/containers/common/pkg/supplemented)) +Provides: bundled(golang(github.com/containers/common/pkg/umask)) +Provides: bundled(golang(github.com/containers/common/pkg/util)) +Provides: bundled(golang(github.com/containers/image/v5/copy)) +Provides: bundled(golang(github.com/containers/image/v5/docker)) +Provides: bundled(golang(github.com/containers/image/v5/docker/reference)) +Provides: bundled(golang(github.com/containers/image/v5/image)) +Provides: bundled(golang(github.com/containers/image/v5/manifest)) +Provides: bundled(golang(github.com/containers/image/v5/oci/layout)) +Provides: bundled(golang(github.com/containers/image/v5/pkg/blobcache)) +Provides: bundled(golang(github.com/containers/image/v5/pkg/compression)) +Provides: bundled(golang(github.com/containers/image/v5/pkg/shortnames)) +Provides: bundled(golang(github.com/containers/image/v5/pkg/strslice)) +Provides: bundled(golang(github.com/containers/image/v5/pkg/sysregistriesv2)) +Provides: bundled(golang(github.com/containers/image/v5/signature)) +Provides: bundled(golang(github.com/containers/image/v5/storage)) +Provides: bundled(golang(github.com/containers/image/v5/transports)) +Provides: bundled(golang(github.com/containers/image/v5/transports/alltransports)) +Provides: bundled(golang(github.com/containers/image/v5/types)) +Provides: bundled(golang(github.com/containers/image/v5/version)) +Provides: bundled(golang(github.com/containers/ocicrypt/config)) +Provides: bundled(golang(github.com/containers/ocicrypt/helpers)) +Provides: bundled(golang(github.com/containers/storage)) +Provides: bundled(golang(github.com/containers/storage/pkg/archive)) +Provides: bundled(golang(github.com/containers/storage/pkg/chrootarchive)) +Provides: bundled(golang(github.com/containers/storage/pkg/fileutils)) +Provides: bundled(golang(github.com/containers/storage/pkg/idtools)) +Provides: bundled(golang(github.com/containers/storage/pkg/ioutils)) +Provides: bundled(golang(github.com/containers/storage/pkg/lockfile)) +Provides: bundled(golang(github.com/containers/storage/pkg/mount)) +Provides: bundled(golang(github.com/containers/storage/pkg/reexec)) +Provides: bundled(golang(github.com/containers/storage/pkg/stringid)) +Provides: bundled(golang(github.com/containers/storage/pkg/system)) +Provides: bundled(golang(github.com/containers/storage/pkg/unshare)) +Provides: bundled(golang(github.com/containers/storage/types)) +Provides: bundled(golang(github.com/cyphar/filepath-securejoin)) +Provides: bundled(golang(github.com/docker/distribution/registry/api/errcode)) +Provides: bundled(golang(github.com/docker/go-units)) +Provides: bundled(golang(github.com/fsouza/go-dockerclient)) +Provides: bundled(golang(github.com/hashicorp/go-multierror)) +Provides: bundled(golang(github.com/mattn/go-shellwords)) +Provides: bundled(golang(github.com/opencontainers/go-digest)) +Provides: bundled(golang(github.com/opencontainers/image-spec/specs-go)) +Provides: bundled(golang(github.com/opencontainers/image-spec/specs-go/v1)) +Provides: bundled(golang(github.com/opencontainers/runc/libcontainer/apparmor)) +Provides: bundled(golang(github.com/opencontainers/runc/libcontainer/devices)) +Provides: bundled(golang(github.com/opencontainers/runc/libcontainer/userns)) +Provides: bundled(golang(github.com/opencontainers/runtime-spec/specs-go)) +Provides: bundled(golang(github.com/opencontainers/runtime-tools/generate)) +Provides: bundled(golang(github.com/opencontainers/selinux/go-selinux)) +Provides: bundled(golang(github.com/opencontainers/selinux/go-selinux/label)) +Provides: bundled(golang(github.com/openshift/imagebuilder)) +Provides: bundled(golang(github.com/openshift/imagebuilder/dockerfile/command)) +Provides: bundled(golang(github.com/openshift/imagebuilder/dockerfile/parser)) +Provides: bundled(golang(github.com/sirupsen/logrus)) +Provides: bundled(golang(github.com/spf13/cobra)) +Provides: bundled(golang(github.com/spf13/pflag)) +Provides: bundled(golang(github.com/syndtr/gocapability/capability)) +Provides: bundled(golang(go.etcd.io/bbolt)) +Provides: bundled(golang(golang.org/x/crypto/bcrypt)) +Provides: bundled(golang(golang.org/x/crypto/ssh)) +Provides: bundled(golang(golang.org/x/crypto/ssh/agent)) +Provides: bundled(golang(golang.org/x/sync/semaphore)) +Provides: bundled(golang(golang.org/x/sys/unix)) +Provides: bundled(golang(golang.org/x/term)) +Provides: bundled(golang(sigs.k8s.io/yaml)) %description The %{name} package provides a command line tool which can be used to @@ -205,10 +190,12 @@ Requires: git-daemon This package contains system tests for %{name} %prep -%autosetup -Sgit -n %{name}-%{built_tag_strip} +%autosetup -Sgit -n %{name}-%{version} %build %set_build_flags +export CGO_CFLAGS=$CFLAGS + # These extra flags present in $CFLAGS have been skipped for now as they break the build CGO_CFLAGS=$(echo $CGO_CFLAGS | sed 's/-flto=auto//g') CGO_CFLAGS=$(echo $CGO_CFLAGS | sed 's/-Wp,D_GLIBCXX_ASSERTIONS//g') @@ -218,29 +205,18 @@ CGO_CFLAGS=$(echo $CGO_CFLAGS | sed 's/-specs=\/usr\/lib\/rpm\/redhat\/redhat-an export CGO_CFLAGS+=" -m64 -mtune=generic -fcf-protection=full" %endif -export GOPATH=$(pwd)/_build:$(pwd) -export CGO_CFLAGS=$CFLAGS - -mkdir _build -cd _build -mkdir -p src/%{provider}.%{provider_tld}/%{project} -ln -s ../../../../ src/%{import_path} -cd .. - -mv vendor src - export CNI_VERSION=`grep '^# github.com/containernetworking/cni ' src/modules.txt | sed 's,.* ,,'` export LDFLAGS="-X main.buildInfo=`date +%s` -X main.cniVersion=${CNI_VERSION}" -export BUILDTAGS='seccomp exclude_graphdriver_devicemapper' -export BUILDTAGS+=' libsubid selinux' -%if %{without btrfs} +export BUILDTAGS='seccomp exclude_graphdriver_devicemapper $(hack/systemd_tag.sh) $hack/libsubid_tag.sh)' +%if !%{defined build_with_btrfs} export BUILDTAGS+=' btrfs_noversion exclude_graphdriver_btrfs' %endif -%gobuild -o bin/%{name} %{import_path}/cmd/%{name} -%gobuild -o bin/imgtype %{import_path}/tests/imgtype -%gobuild -o bin/copy %{import_path}/tests/copy -%gobuild -o bin/tutorial %{import_path}/tests/tutorial + +%gobuild -o bin/%{name} ./cmd/%{name} +%gobuild -o bin/imgtype ./tests/imgtype +%gobuild -o bin/copy ./tests/copy +%gobuild -o bin/tutorial ./tests/tutorial GOMD2MAN=go-md2man %{__make} -C docs %install @@ -274,4 +250,12 @@ cp bin/tutorial %{buildroot}/%{_bindir}/%{name}-tutorial %{_datadir}/%{name}/test %changelog +%if %{defined autochangelog} %autochangelog +%else +# NOTE: This changelog will be visible on CentOS 8 Stream builds +# Other envs are capable of handling autochangelog +* Fri Jun 16 2023 RH Container Bot +- Placeholder changelog for envs that are not autochangelog-ready. +- Contact upstream if you need to report an issue with the build. +%endif diff --git a/sources b/sources index 532d3ea..2203b0a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.30.0.tar.gz) = 185fd98a59fa8d86fe9f1eadc9b7591e5053674464be10538a7581d8e1f6a25e5032a354c821c32a167e2864acea010243efbbe4f5a4205d8eaa2894f062a25b +SHA512 (v1.31.0.tar.gz) = 613c8e76f134ce46e9d9c21a747914993214f0cc875a193e972f77784ca8d2f683c08557c7b764e3c48c854ca4104e04d3d6529e28397ec76311cc937168a696 From 970be0dd2cb76f5350170c6b47122082e84dd001 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jul 2023 15:03:32 +0000 Subject: [PATCH 056/116] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering From f441aad839c25450290be2743479621e853fa8bf Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 9 Aug 2023 16:00:44 -0400 Subject: [PATCH 057/116] bump to v1.31.1 --- .gitignore | 1 + buildah.spec | 109 +++++---------------------------------------------- sources | 2 +- 3 files changed, 12 insertions(+), 100 deletions(-) diff --git a/.gitignore b/.gitignore index 11def47..069b25d 100644 --- a/.gitignore +++ b/.gitignore @@ -696,3 +696,4 @@ /v1.29.1.tar.gz /v1.30.0.tar.gz /v1.31.0.tar.gz +/v1.31.1.tar.gz diff --git a/buildah.spec b/buildah.spec index 0eb34f6..7eeba61 100644 --- a/buildah.spec +++ b/buildah.spec @@ -7,9 +7,12 @@ %global debug_package %{nil} %endif -%if %{defined rhel} && 0%{?rhel} == 8 -# RHEL 8's default %%gobuild macro doesn't account for the BUILDTAGS variable, so we -# set it separately here and do not depend on RHEL 8's go-srpm-macros package. +# RHEL's default %%gobuild macro doesn't account for the BUILDTAGS variable, so we +# set it separately here and do not depend on RHEL's go-[s]rpm-macros package +# until that's fixed. +# c9s bz: https://bugzilla.redhat.com/show_bug.cgi?id=2227328 +# c8s bz: https://bugzilla.redhat.com/show_bug.cgi?id=2227331 +%if %{defined rhel} %define gobuild(o:) go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl ${BUILDTAGS:-}" -ldflags "-linkmode=external -compressdwarf=false ${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v -x %{?**}; %endif @@ -32,7 +35,7 @@ Epoch: 102 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.31.0 +Version: 1.31.1 License: Apache-2.0 and BSD-2-Clause and BSD-3-Clause and ISC and MIT and MPL-2.0 Release: %autorelease %if %{defined golang_arches_future} @@ -44,7 +47,6 @@ Summary: A command line tool used for creating OCI Images URL: https://%{name}.io # Tarball fetched from upstream Source: %{git0}/archive/v%{version}.tar.gz -BuildRequires: go-md2man BuildRequires: device-mapper-devel BuildRequires: git-core BuildRequires: golang >= 1.16.6 @@ -69,97 +71,6 @@ BuildRequires: libseccomp-devel %endif Requires: libseccomp >= 2.4.1-0 Suggests: cpp -# DO NOT DELETE BELOW LINE - used for updating downstream goimports -# vendored libraries -Provides: bundled(golang(github.com/containerd/containerd/platforms)) -Provides: bundled(golang(github.com/containernetworking/cni/pkg/version)) -Provides: bundled(golang(github.com/containernetworking/plugins/pkg/ns)) -Provides: bundled(golang(github.com/containers/common/libimage)) -Provides: bundled(golang(github.com/containers/common/libimage/manifests)) -Provides: bundled(golang(github.com/containers/common/libnetwork/etchosts)) -Provides: bundled(golang(github.com/containers/common/libnetwork/network)) -Provides: bundled(golang(github.com/containers/common/libnetwork/pasta)) -Provides: bundled(golang(github.com/containers/common/libnetwork/resolvconf)) -Provides: bundled(golang(github.com/containers/common/libnetwork/slirp4netns)) -Provides: bundled(golang(github.com/containers/common/libnetwork/types)) -Provides: bundled(golang(github.com/containers/common/libnetwork/util)) -Provides: bundled(golang(github.com/containers/common/pkg/auth)) -Provides: bundled(golang(github.com/containers/common/pkg/capabilities)) -Provides: bundled(golang(github.com/containers/common/pkg/chown)) -Provides: bundled(golang(github.com/containers/common/pkg/completion)) -Provides: bundled(golang(github.com/containers/common/pkg/config)) -Provides: bundled(golang(github.com/containers/common/pkg/hooks)) -Provides: bundled(golang(github.com/containers/common/pkg/hooks/exec)) -Provides: bundled(golang(github.com/containers/common/pkg/manifests)) -Provides: bundled(golang(github.com/containers/common/pkg/parse)) -Provides: bundled(golang(github.com/containers/common/pkg/retry)) -Provides: bundled(golang(github.com/containers/common/pkg/subscriptions)) -Provides: bundled(golang(github.com/containers/common/pkg/supplemented)) -Provides: bundled(golang(github.com/containers/common/pkg/umask)) -Provides: bundled(golang(github.com/containers/common/pkg/util)) -Provides: bundled(golang(github.com/containers/image/v5/copy)) -Provides: bundled(golang(github.com/containers/image/v5/docker)) -Provides: bundled(golang(github.com/containers/image/v5/docker/reference)) -Provides: bundled(golang(github.com/containers/image/v5/image)) -Provides: bundled(golang(github.com/containers/image/v5/manifest)) -Provides: bundled(golang(github.com/containers/image/v5/oci/layout)) -Provides: bundled(golang(github.com/containers/image/v5/pkg/blobcache)) -Provides: bundled(golang(github.com/containers/image/v5/pkg/compression)) -Provides: bundled(golang(github.com/containers/image/v5/pkg/shortnames)) -Provides: bundled(golang(github.com/containers/image/v5/pkg/strslice)) -Provides: bundled(golang(github.com/containers/image/v5/pkg/sysregistriesv2)) -Provides: bundled(golang(github.com/containers/image/v5/signature)) -Provides: bundled(golang(github.com/containers/image/v5/storage)) -Provides: bundled(golang(github.com/containers/image/v5/transports)) -Provides: bundled(golang(github.com/containers/image/v5/transports/alltransports)) -Provides: bundled(golang(github.com/containers/image/v5/types)) -Provides: bundled(golang(github.com/containers/image/v5/version)) -Provides: bundled(golang(github.com/containers/ocicrypt/config)) -Provides: bundled(golang(github.com/containers/ocicrypt/helpers)) -Provides: bundled(golang(github.com/containers/storage)) -Provides: bundled(golang(github.com/containers/storage/pkg/archive)) -Provides: bundled(golang(github.com/containers/storage/pkg/chrootarchive)) -Provides: bundled(golang(github.com/containers/storage/pkg/fileutils)) -Provides: bundled(golang(github.com/containers/storage/pkg/idtools)) -Provides: bundled(golang(github.com/containers/storage/pkg/ioutils)) -Provides: bundled(golang(github.com/containers/storage/pkg/lockfile)) -Provides: bundled(golang(github.com/containers/storage/pkg/mount)) -Provides: bundled(golang(github.com/containers/storage/pkg/reexec)) -Provides: bundled(golang(github.com/containers/storage/pkg/stringid)) -Provides: bundled(golang(github.com/containers/storage/pkg/system)) -Provides: bundled(golang(github.com/containers/storage/pkg/unshare)) -Provides: bundled(golang(github.com/containers/storage/types)) -Provides: bundled(golang(github.com/cyphar/filepath-securejoin)) -Provides: bundled(golang(github.com/docker/distribution/registry/api/errcode)) -Provides: bundled(golang(github.com/docker/go-units)) -Provides: bundled(golang(github.com/fsouza/go-dockerclient)) -Provides: bundled(golang(github.com/hashicorp/go-multierror)) -Provides: bundled(golang(github.com/mattn/go-shellwords)) -Provides: bundled(golang(github.com/opencontainers/go-digest)) -Provides: bundled(golang(github.com/opencontainers/image-spec/specs-go)) -Provides: bundled(golang(github.com/opencontainers/image-spec/specs-go/v1)) -Provides: bundled(golang(github.com/opencontainers/runc/libcontainer/apparmor)) -Provides: bundled(golang(github.com/opencontainers/runc/libcontainer/devices)) -Provides: bundled(golang(github.com/opencontainers/runc/libcontainer/userns)) -Provides: bundled(golang(github.com/opencontainers/runtime-spec/specs-go)) -Provides: bundled(golang(github.com/opencontainers/runtime-tools/generate)) -Provides: bundled(golang(github.com/opencontainers/selinux/go-selinux)) -Provides: bundled(golang(github.com/opencontainers/selinux/go-selinux/label)) -Provides: bundled(golang(github.com/openshift/imagebuilder)) -Provides: bundled(golang(github.com/openshift/imagebuilder/dockerfile/command)) -Provides: bundled(golang(github.com/openshift/imagebuilder/dockerfile/parser)) -Provides: bundled(golang(github.com/sirupsen/logrus)) -Provides: bundled(golang(github.com/spf13/cobra)) -Provides: bundled(golang(github.com/spf13/pflag)) -Provides: bundled(golang(github.com/syndtr/gocapability/capability)) -Provides: bundled(golang(go.etcd.io/bbolt)) -Provides: bundled(golang(golang.org/x/crypto/bcrypt)) -Provides: bundled(golang(golang.org/x/crypto/ssh)) -Provides: bundled(golang(golang.org/x/crypto/ssh/agent)) -Provides: bundled(golang(golang.org/x/sync/semaphore)) -Provides: bundled(golang(golang.org/x/sys/unix)) -Provides: bundled(golang(golang.org/x/term)) -Provides: bundled(golang(sigs.k8s.io/yaml)) %description The %{name} package provides a command line tool which can be used to @@ -217,12 +128,10 @@ export BUILDTAGS+=' btrfs_noversion exclude_graphdriver_btrfs' %gobuild -o bin/imgtype ./tests/imgtype %gobuild -o bin/copy ./tests/copy %gobuild -o bin/tutorial ./tests/tutorial -GOMD2MAN=go-md2man %{__make} -C docs +%{__make} docs %install -export GOPATH=$(pwd)/_build:$(pwd) make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions -make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install install -d -p %{buildroot}/%{_datadir}/%{name}/test/system cp -pav tests/. %{buildroot}/%{_datadir}/%{name}/test/system @@ -230,6 +139,8 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype cp bin/copy %{buildroot}/%{_bindir}/%{name}-copy cp bin/tutorial %{buildroot}/%{_bindir}/%{name}-tutorial +rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/* + #define license tag if not already defined %{!?_licensedir:%global license %doc} diff --git a/sources b/sources index 2203b0a..1be5825 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.31.0.tar.gz) = 613c8e76f134ce46e9d9c21a747914993214f0cc875a193e972f77784ca8d2f683c08557c7b764e3c48c854ca4104e04d3d6529e28397ec76311cc937168a696 +SHA512 (v1.31.1.tar.gz) = 7375877d964197d0690542e1da0636b0a67cdf01f30ddbdd69cced5cfe4f8bb370b37ec58f2dffd2c2f048b897470d8fb06cd9f70c8e75df2aa6b19f86610f7b From 315cce6ac5a02e116c568561044c5a8ed0cc0727 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 10 Aug 2023 17:59:37 +0000 Subject: [PATCH 058/116] [packit] 1.31.2 upstream release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream tag: v1.31.2 Upstream commit: d4d1d751 If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit/rpms/buildah.git refs/heads/*:refs/remotes/packit/* git checkout packit/1.31.2-rawhide-update-propose_downstream ``` --- .gitignore | 1 + .packit.yaml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ README.packit | 3 +++ buildah.spec | 2 +- sources | 2 +- 5 files changed, 55 insertions(+), 2 deletions(-) create mode 100644 .packit.yaml create mode 100644 README.packit diff --git a/.gitignore b/.gitignore index 069b25d..759ec3a 100644 --- a/.gitignore +++ b/.gitignore @@ -697,3 +697,4 @@ /v1.30.0.tar.gz /v1.31.0.tar.gz /v1.31.1.tar.gz +/v1.31.2.tar.gz diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..80f8a05 --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,49 @@ +--- +# See the documentation for more information: +# https://packit.dev/docs/configuration/ + +specfile_path: rpm/buildah.spec +upstream_tag_template: v{version} + +srpm_build_deps: + - make + +jobs: + - job: copr_build + trigger: pull_request + # keep in sync with https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next + enable_net: true + targets: + - fedora-all-x86_64 + - fedora-all-aarch64 + - fedora-eln-x86_64 + - fedora-eln-aarch64 + - centos-stream+epel-next-8-x86_64 + - centos-stream+epel-next-8-aarch64 + - centos-stream+epel-next-9-x86_64 + - centos-stream+epel-next-9-aarch64 + additional_repos: + - "copr://rhcontainerbot/podman-next" + + # Run on commit to main branch + - job: copr_build + trigger: commit + owner: rhcontainerbot + project: podman-next + enable_net: true + + - job: propose_downstream + trigger: release + update_release: false + dist_git_branches: + - fedora-all + + - job: koji_build + trigger: commit + dist_git_branches: + - fedora-all + + - job: bodhi_update + trigger: commit + dist_git_branches: + - fedora-branched # rawhide updates are created automatically diff --git a/README.packit b/README.packit new file mode 100644 index 0000000..d7c433c --- /dev/null +++ b/README.packit @@ -0,0 +1,3 @@ +This repository is maintained by packit. +https://packit.dev/ +The file was generated using packit 0.78.2.post2+g81828af. diff --git a/buildah.spec b/buildah.spec index 7eeba61..72a3ae3 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,7 @@ Epoch: 102 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.31.1 +Version: 1.31.2 License: Apache-2.0 and BSD-2-Clause and BSD-3-Clause and ISC and MIT and MPL-2.0 Release: %autorelease %if %{defined golang_arches_future} diff --git a/sources b/sources index 1be5825..2046290 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.31.1.tar.gz) = 7375877d964197d0690542e1da0636b0a67cdf01f30ddbdd69cced5cfe4f8bb370b37ec58f2dffd2c2f048b897470d8fb06cd9f70c8e75df2aa6b19f86610f7b +SHA512 (v1.31.2.tar.gz) = c8611016448de7e9548ff692d1b352d7234f357440001106276e513df135a28ba0d4413a14f5c30e4b88615267d92f4aea63e1687b84a0638f1f9ab4f348c74a From 2ded9f0893f850d9fd94578d71c519a02ef6b562 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 11 Aug 2023 10:01:39 -0400 Subject: [PATCH 059/116] fix buildtags --- buildah.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index 72a3ae3..58265d2 100644 --- a/buildah.spec +++ b/buildah.spec @@ -119,7 +119,7 @@ export CGO_CFLAGS+=" -m64 -mtune=generic -fcf-protection=full" export CNI_VERSION=`grep '^# github.com/containernetworking/cni ' src/modules.txt | sed 's,.* ,,'` export LDFLAGS="-X main.buildInfo=`date +%s` -X main.cniVersion=${CNI_VERSION}" -export BUILDTAGS='seccomp exclude_graphdriver_devicemapper $(hack/systemd_tag.sh) $hack/libsubid_tag.sh)' +export BUILDTAGS='seccomp exclude_graphdriver_devicemapper $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)' %if !%{defined build_with_btrfs} export BUILDTAGS+=' btrfs_noversion exclude_graphdriver_btrfs' %endif From 047a9f8cdfc0459065e2c4ef83f137ecb193e54a Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 11 Aug 2023 14:10:23 -0400 Subject: [PATCH 060/116] use double quotes for buildtags --- buildah.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildah.spec b/buildah.spec index 58265d2..b728251 100644 --- a/buildah.spec +++ b/buildah.spec @@ -119,9 +119,9 @@ export CGO_CFLAGS+=" -m64 -mtune=generic -fcf-protection=full" export CNI_VERSION=`grep '^# github.com/containernetworking/cni ' src/modules.txt | sed 's,.* ,,'` export LDFLAGS="-X main.buildInfo=`date +%s` -X main.cniVersion=${CNI_VERSION}" -export BUILDTAGS='seccomp exclude_graphdriver_devicemapper $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)' +export BUILDTAGS="seccomp exclude_graphdriver_devicemapper $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)" %if !%{defined build_with_btrfs} -export BUILDTAGS+=' btrfs_noversion exclude_graphdriver_btrfs' +export BUILDTAGS+=" btrfs_noversion exclude_graphdriver_btrfs" %endif %gobuild -o bin/%{name} ./cmd/%{name} From 1f6d2f7e6aacabfcbc14bfa05c239d5fdcdcaacf Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 22 Aug 2023 09:14:22 -0400 Subject: [PATCH 061/116] spdx compatible license --- buildah.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index b728251..ac290ed 100644 --- a/buildah.spec +++ b/buildah.spec @@ -36,7 +36,7 @@ Epoch: 102 # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. Version: 1.31.2 -License: Apache-2.0 and BSD-2-Clause and BSD-3-Clause and ISC and MIT and MPL-2.0 +License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease %if %{defined golang_arches_future} ExclusiveArch: %{golang_arches_future} From ab31c80779277c65f9a712bcb564e9facdd2bc9c Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 24 Aug 2023 20:52:06 +0000 Subject: [PATCH 062/116] [packit] 1.31.3 upstream release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream tag: v1.31.3 Upstream commit: 3ae75d4a If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit/rpms/buildah.git refs/heads/*:refs/remotes/packit/* git checkout packit/1.31.3-rawhide-update-propose_downstream ``` --- .gitignore | 1 + README.packit | 2 +- buildah.spec | 3 ++- sources | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 759ec3a..8c69906 100644 --- a/.gitignore +++ b/.gitignore @@ -698,3 +698,4 @@ /v1.31.0.tar.gz /v1.31.1.tar.gz /v1.31.2.tar.gz +/v1.31.3.tar.gz diff --git a/README.packit b/README.packit index d7c433c..797aefb 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.78.2.post2+g81828af. +The file was generated using packit 0.79.0.post2+g93f33d9. diff --git a/buildah.spec b/buildah.spec index ac290ed..2208df3 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,8 @@ Epoch: 102 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.31.2 +Version: 1.31.3 +# The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease %if %{defined golang_arches_future} diff --git a/sources b/sources index 2046290..bd6291e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.31.2.tar.gz) = c8611016448de7e9548ff692d1b352d7234f357440001106276e513df135a28ba0d4413a14f5c30e4b88615267d92f4aea63e1687b84a0638f1f9ab4f348c74a +SHA512 (v1.31.3.tar.gz) = efa656c818f7b07f903cb5f70b2c50c8d5b85a11ce9093707d051f3d6e67a8dfa5ab6ecb720900c563d879173ebeb3ac0e5175c0090f4608a0dd253f4149af93 From e8e909ce3cb5fd07df75ba1d0aaa64a5a2d94d0c Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 14 Sep 2023 19:04:57 +0000 Subject: [PATCH 063/116] [packit] 1.32.0 upstream release Upstream tag: v1.32.0 Upstream commit: 2326d492 --- .gitignore | 1 + README.packit | 2 +- buildah.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8c69906..f4f3bf4 100644 --- a/.gitignore +++ b/.gitignore @@ -699,3 +699,4 @@ /v1.31.1.tar.gz /v1.31.2.tar.gz /v1.31.3.tar.gz +/v1.32.0.tar.gz diff --git a/README.packit b/README.packit index 797aefb..786c2a0 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.79.0.post2+g93f33d9. +The file was generated using packit 0.80.0.post8+gf2b5fcbc. diff --git a/buildah.spec b/buildah.spec index 2208df3..83fdfc0 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,7 @@ Epoch: 102 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.31.3 +Version: 1.32.0 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index bd6291e..4983eb4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.31.3.tar.gz) = efa656c818f7b07f903cb5f70b2c50c8d5b85a11ce9093707d051f3d6e67a8dfa5ab6ecb720900c563d879173ebeb3ac0e5175c0090f4608a0dd253f4149af93 +SHA512 (v1.32.0.tar.gz) = 7c61141e43ea2f968a50b4c5ae6b69c2b9734a19774c7ca48bc942b900ca55ec381ac93fdf04f08061640a457551a9e03a45a37d22cb94b34cecded192dced8f From 64c58bf0bac1c07c0ebdc949f6999f2d2ff220e6 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 24 Oct 2023 14:18:26 +0000 Subject: [PATCH 064/116] [packit] 1.32.1 upstream release Upstream tag: v1.32.1 Upstream commit: bfd436d1 --- .gitignore | 1 + README.packit | 2 +- buildah.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f4f3bf4..45a4983 100644 --- a/.gitignore +++ b/.gitignore @@ -700,3 +700,4 @@ /v1.31.2.tar.gz /v1.31.3.tar.gz /v1.32.0.tar.gz +/v1.32.1.tar.gz diff --git a/README.packit b/README.packit index 786c2a0..2a3acd4 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.80.0.post8+gf2b5fcbc. +The file was generated using packit 0.84.0. diff --git a/buildah.spec b/buildah.spec index 83fdfc0..5679494 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,7 @@ Epoch: 102 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.32.0 +Version: 1.32.1 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index 4983eb4..6de0749 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.32.0.tar.gz) = 7c61141e43ea2f968a50b4c5ae6b69c2b9734a19774c7ca48bc942b900ca55ec381ac93fdf04f08061640a457551a9e03a45a37d22cb94b34cecded192dced8f +SHA512 (v1.32.1.tar.gz) = e5c59f158b786809c89465361a662211bbef6bb4c27c79490604923d924c2030398a0878b122b246b02ae246bd977b7ccffdc6de4f06e80f096c2921c34bf04a From b8fa4417579c0e20a0bab66f05342065739adc23 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 30 Oct 2023 18:16:35 +0000 Subject: [PATCH 065/116] [packit] 1.32.2 upstream release Upstream tag: v1.32.2 Upstream commit: 050318f8 --- .gitignore | 1 + buildah.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 45a4983..b550c51 100644 --- a/.gitignore +++ b/.gitignore @@ -701,3 +701,4 @@ /v1.31.3.tar.gz /v1.32.0.tar.gz /v1.32.1.tar.gz +/v1.32.2.tar.gz diff --git a/buildah.spec b/buildah.spec index 5679494..44714be 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,7 @@ Epoch: 102 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.32.1 +Version: 1.32.2 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index 6de0749..551ddf6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.32.1.tar.gz) = e5c59f158b786809c89465361a662211bbef6bb4c27c79490604923d924c2030398a0878b122b246b02ae246bd977b7ccffdc6de4f06e80f096c2921c34bf04a +SHA512 (v1.32.2.tar.gz) = 3a50e53e047aa0e23643d8751af1fb51a83fd51e5440111432eb34bdb07e95f24676a917b54409c223df444fe123c8df4aa9af435737cfdd02d0eda0d3f5bba1 From 6f9ee87f9e7bcf8c5e85ab4cdb82e68cac1ab308 Mon Sep 17 00:00:00 2001 From: Packit Date: Sun, 26 Nov 2023 22:09:51 +0000 Subject: [PATCH 066/116] [packit] 1.33.2 upstream release Upstream tag: v1.33.2 Upstream commit: 7fffb336 --- .gitignore | 1 + .packit.yaml | 7 ++++++- README.packit | 2 +- buildah.spec | 2 +- sources | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b550c51..b3703b3 100644 --- a/.gitignore +++ b/.gitignore @@ -702,3 +702,4 @@ /v1.32.0.tar.gz /v1.32.1.tar.gz /v1.32.2.tar.gz +/v1.33.2.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 80f8a05..76b297c 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -11,7 +11,9 @@ srpm_build_deps: jobs: - job: copr_build trigger: pull_request - # keep in sync with https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next + notifications: + failure_comment: + message: "Ephemeral COPR build failed. @containers/packit-build please check." enable_net: true targets: - fedora-all-x86_64 @@ -28,6 +30,9 @@ jobs: # Run on commit to main branch - job: copr_build trigger: commit + notifications: + failure_comment: + message: "podman-next COPR build failed. @containers/packit-build please check." owner: rhcontainerbot project: podman-next enable_net: true diff --git a/README.packit b/README.packit index 2a3acd4..d778d97 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.84.0. +The file was generated using packit 0.86.2.post1.dev2+g209847d1. diff --git a/buildah.spec b/buildah.spec index 44714be..d8f6c72 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,7 @@ Epoch: 102 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.32.2 +Version: 1.33.2 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index 551ddf6..57d136b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.32.2.tar.gz) = 3a50e53e047aa0e23643d8751af1fb51a83fd51e5440111432eb34bdb07e95f24676a917b54409c223df444fe123c8df4aa9af435737cfdd02d0eda0d3f5bba1 +SHA512 (v1.33.2.tar.gz) = 574c1a249d93edd5f89e106cd192da94235edcff097d9bce841e3b3b3a9588029deddaceb301505114b994e854016c72090cc0016a00ef027b25f3672a3fab32 From 3ace49d3ac92baee8ba0106dd298f582563c2a06 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 13 Dec 2023 15:29:13 +0000 Subject: [PATCH 067/116] [packit] 1.34.0 upstream release Upstream tag: v1.34.0 Upstream commit: 21ec7ace --- .gitignore | 1 + README.packit | 2 +- buildah.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b3703b3..e7874b3 100644 --- a/.gitignore +++ b/.gitignore @@ -703,3 +703,4 @@ /v1.32.1.tar.gz /v1.32.2.tar.gz /v1.33.2.tar.gz +/v1.34.0.tar.gz diff --git a/README.packit b/README.packit index d778d97..14f5afe 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.86.2.post1.dev2+g209847d1. +The file was generated using packit 0.87.1.post1.dev7+g9f53ebb4. diff --git a/buildah.spec b/buildah.spec index d8f6c72..a7d6942 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,7 @@ Epoch: 102 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.33.2 +Version: 1.34.0 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index 57d136b..472b673 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.33.2.tar.gz) = 574c1a249d93edd5f89e106cd192da94235edcff097d9bce841e3b3b3a9588029deddaceb301505114b994e854016c72090cc0016a00ef027b25f3672a3fab32 +SHA512 (v1.34.0.tar.gz) = a3836ce540058f418131969e157d548864727398535e4e99a693d883419b8d764da7166f9b9376c2b9686d8beac101687843c2e93198b16328ef333ad96d55db From 54d58aa60719a1612f002c86082fe7d54d818130 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jan 2024 14:49:02 +0000 Subject: [PATCH 068/116] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From c160691abf0b6ab57ef16fc16f8d980527c76691 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 23 Jan 2024 00:56:45 +0000 Subject: [PATCH 069/116] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 28e33e4e5cbd541131403f971983f9064521ee1a Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Sun, 11 Feb 2024 21:40:49 +0000 Subject: [PATCH 070/116] Rebuild for golang 1.22.0 From b152e156fcf8bc08aa443f49d6bbbca7d61164ae Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 22 Feb 2024 19:46:39 +0000 Subject: [PATCH 071/116] [packit] 1.34.1 upstream release Upstream tag: v1.34.1 Upstream commit: a2bab63f --- .gitignore | 1 + README.packit | 2 +- buildah.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e7874b3..c8db536 100644 --- a/.gitignore +++ b/.gitignore @@ -704,3 +704,4 @@ /v1.32.2.tar.gz /v1.33.2.tar.gz /v1.34.0.tar.gz +/v1.34.1.tar.gz diff --git a/README.packit b/README.packit index 14f5afe..7553f6b 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.87.1.post1.dev7+g9f53ebb4. +The file was generated using packit 0.92.0. diff --git a/buildah.spec b/buildah.spec index a7d6942..55f77c0 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,7 @@ Epoch: 102 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.34.0 +Version: 1.34.1 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index 472b673..e7039ae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.34.0.tar.gz) = a3836ce540058f418131969e157d548864727398535e4e99a693d883419b8d764da7166f9b9376c2b9686d8beac101687843c2e93198b16328ef333ad96d55db +SHA512 (v1.34.1.tar.gz) = 2d229ead1149b66d1b7d91f596809e97e5316356ab0997ea335eb3e246ed8bc6879e0e260bb478b4d7ec7c42c7dbf33d0e91086a34e89a3b79eb27322da06c1e From 1a800e73be6a4c3b2f5a06ec92b9dc2711637170 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 7 Mar 2024 12:45:43 +0000 Subject: [PATCH 072/116] [packit] 1.35.0 upstream release Upstream tag: v1.35.0 Upstream commit: fedbd796 --- .gitignore | 1 + README.packit | 2 +- buildah.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c8db536..d446755 100644 --- a/.gitignore +++ b/.gitignore @@ -705,3 +705,4 @@ /v1.33.2.tar.gz /v1.34.0.tar.gz /v1.34.1.tar.gz +/v1.35.0.tar.gz diff --git a/README.packit b/README.packit index 7553f6b..58aeb5d 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.92.0. +The file was generated using packit 0.93.0.post1.dev3+ge6195b47. diff --git a/buildah.spec b/buildah.spec index 55f77c0..c2dc6bc 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,7 @@ Epoch: 102 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.34.1 +Version: 1.35.0 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index e7039ae..8dfaef8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.34.1.tar.gz) = 2d229ead1149b66d1b7d91f596809e97e5316356ab0997ea335eb3e246ed8bc6879e0e260bb478b4d7ec7c42c7dbf33d0e91086a34e89a3b79eb27322da06c1e +SHA512 (v1.35.0.tar.gz) = b4dd30b4d8087bbd0bbfd9a7b9791afc015a0c489041b38d6b6241df27a97286083dcf7b25102ce1fa1080265378442be73313e301c22660f21d8e4f39bb3aa4 From 72edd2e7fe6b8a21cc7d8d94af0bbca81bafa72e Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 18 Mar 2024 23:56:48 +0000 Subject: [PATCH 073/116] [packit] 1.35.1 upstream release Upstream tag: v1.35.1 Upstream commit: f0141c69 --- .gitignore | 1 + README.packit | 2 +- buildah.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d446755..b1ef613 100644 --- a/.gitignore +++ b/.gitignore @@ -706,3 +706,4 @@ /v1.34.0.tar.gz /v1.34.1.tar.gz /v1.35.0.tar.gz +/v1.35.1.tar.gz diff --git a/README.packit b/README.packit index 58aeb5d..4afa99b 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.93.0.post1.dev3+ge6195b47. +The file was generated using packit 0.94.0.post1.dev2+g7ce7e679. diff --git a/buildah.spec b/buildah.spec index c2dc6bc..af363c2 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,7 @@ Epoch: 102 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.35.0 +Version: 1.35.1 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index 8dfaef8..3f9ef00 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.35.0.tar.gz) = b4dd30b4d8087bbd0bbfd9a7b9791afc015a0c489041b38d6b6241df27a97286083dcf7b25102ce1fa1080265378442be73313e301c22660f21d8e4f39bb3aa4 +SHA512 (v1.35.1.tar.gz) = 3e5af28b3d45e51674d08bef9a92cd64589026d9c6ebee51156738151681395860e372bba2667815e0f90e37984eb9dfdc9b8ad0675b62c8751582b29485d159 From 73cc54f5bb74061b8ced29bf2017dcaa87ccbbbe Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 26 Mar 2024 23:57:44 +0000 Subject: [PATCH 074/116] [packit] 1.35.2 upstream release Upstream tag: v1.35.2 Upstream commit: 5070e42c --- .gitignore | 1 + README.packit | 2 +- buildah.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b1ef613..7d6fdfb 100644 --- a/.gitignore +++ b/.gitignore @@ -707,3 +707,4 @@ /v1.34.1.tar.gz /v1.35.0.tar.gz /v1.35.1.tar.gz +/v1.35.2.tar.gz diff --git a/README.packit b/README.packit index 4afa99b..d401b46 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.94.0.post1.dev2+g7ce7e679. +The file was generated using packit 0.94.0.post1.dev8+g4b1f9717. diff --git a/buildah.spec b/buildah.spec index af363c2..913619a 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,7 @@ Epoch: 102 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.35.1 +Version: 1.35.2 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index 3f9ef00..13122ac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.35.1.tar.gz) = 3e5af28b3d45e51674d08bef9a92cd64589026d9c6ebee51156738151681395860e372bba2667815e0f90e37984eb9dfdc9b8ad0675b62c8751582b29485d159 +SHA512 (v1.35.2.tar.gz) = a2f55ce6381bdf155b58b3dbd7090e5a1e27b0d6b9b501835365baed81e52fbc1a30ca4184b9a8a65d31a0af3b9ab13441d4b18983861258bc4be939561d0dee From 326e78444f694ff062549f1fecdc2ba4c7cecd32 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 27 Mar 2024 05:49:26 -0600 Subject: [PATCH 075/116] Gating tests: require slirp4netns As of podman 5.0 slirp4netns is a soft dependency, not installed by default, but we still need to test it until it's deprecated. Signed-off-by: Ed Santiago --- tests/test_buildah.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_buildah.yml b/tests/test_buildah.yml index 8bb1ed0..dced1f9 100644 --- a/tests/test_buildah.yml +++ b/tests/test_buildah.yml @@ -10,6 +10,7 @@ required_packages: - buildah - buildah-tests + - slirp4netns tests: - root-test: dir: ./ From fe3229cea7d4616481e2f93209410ad3ccc1389b Mon Sep 17 00:00:00 2001 From: Packit Date: Sat, 30 Mar 2024 01:13:50 +0000 Subject: [PATCH 076/116] [packit] 1.35.3 upstream release Upstream tag: v1.35.3 Upstream commit: 9f0251c1 --- .gitignore | 1 + buildah.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7d6fdfb..bb66142 100644 --- a/.gitignore +++ b/.gitignore @@ -708,3 +708,4 @@ /v1.35.0.tar.gz /v1.35.1.tar.gz /v1.35.2.tar.gz +/v1.35.3.tar.gz diff --git a/buildah.spec b/buildah.spec index 913619a..447944e 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,7 @@ Epoch: 102 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.35.2 +Version: 1.35.3 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index 13122ac..c330933 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.35.2.tar.gz) = a2f55ce6381bdf155b58b3dbd7090e5a1e27b0d6b9b501835365baed81e52fbc1a30ca4184b9a8a65d31a0af3b9ab13441d4b18983861258bc4be939561d0dee +SHA512 (v1.35.3.tar.gz) = ca325ce1a878eb9e9a6caedf236add16702d8dcd83f15a1995b8215998821218104ea8cb7a5d11fc354ee01d9805c339578975d35db859f1d53b08e0a2139fe3 From 37bc79bcdca9b50819518f7ff7f543f4e2700e90 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 10 May 2024 13:23:46 +0000 Subject: [PATCH 077/116] Update to 1.35.4 upstream release Upstream tag: v1.35.4 Upstream commit: c2926eaf Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- buildah.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bb66142..5c3b8f9 100644 --- a/.gitignore +++ b/.gitignore @@ -709,3 +709,4 @@ /v1.35.1.tar.gz /v1.35.2.tar.gz /v1.35.3.tar.gz +/v1.35.4.tar.gz diff --git a/README.packit b/README.packit index d401b46..97de583 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.94.0.post1.dev8+g4b1f9717. +The file was generated using packit 0.96.0.post1.dev4+gc5b1ea8e. diff --git a/buildah.spec b/buildah.spec index 447944e..958819e 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,7 @@ Epoch: 102 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.35.3 +Version: 1.35.4 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index c330933..7d510b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.35.3.tar.gz) = ca325ce1a878eb9e9a6caedf236add16702d8dcd83f15a1995b8215998821218104ea8cb7a5d11fc354ee01d9805c339578975d35db859f1d53b08e0a2139fe3 +SHA512 (v1.35.4.tar.gz) = 679f2328f675a39f9965128d51a6e8a3f82d64a6d3c3cdcb862cfcb7691eba272d869b6718147da1590aa573534081329ef05e879875024a11aa9ad52b2f292f From 5d71612b0d07bd9b1175bca24fc8d40b1aea5af0 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 24 May 2024 00:00:13 +0000 Subject: [PATCH 078/116] Update to 1.36.0 upstream release Upstream tag: v1.36.0 Upstream commit: 6ceba883 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 6 ++---- buildah.spec | 6 ++++-- sources | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 5c3b8f9..95911f6 100644 --- a/.gitignore +++ b/.gitignore @@ -710,3 +710,4 @@ /v1.35.2.tar.gz /v1.35.3.tar.gz /v1.35.4.tar.gz +/v1.36.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 76b297c..ae0e7cc 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -20,10 +20,8 @@ jobs: - fedora-all-aarch64 - fedora-eln-x86_64 - fedora-eln-aarch64 - - centos-stream+epel-next-8-x86_64 - - centos-stream+epel-next-8-aarch64 - - centos-stream+epel-next-9-x86_64 - - centos-stream+epel-next-9-aarch64 + - epel-9-x86_64 + - epel-9-aarch64 additional_repos: - "copr://rhcontainerbot/podman-next" diff --git a/buildah.spec b/buildah.spec index 958819e..81b91d8 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,7 @@ Epoch: 102 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.35.4 +Version: 1.36.0 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease @@ -86,7 +86,9 @@ or Summary: Tests for %{name} Requires: %{name} = %{version}-%{release} +%if %{defined fedora} Requires: bats +%endif Requires: bzip2 Requires: podman Requires: golang @@ -146,7 +148,7 @@ rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/* %{!?_licensedir:%global license %doc} %files -%license LICENSE +%license LICENSE vendor/modules.txt %doc README.md %{_bindir}/%{name} %{_mandir}/man1/%{name}* diff --git a/sources b/sources index 7d510b6..17815a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.35.4.tar.gz) = 679f2328f675a39f9965128d51a6e8a3f82d64a6d3c3cdcb862cfcb7691eba272d869b6718147da1590aa573534081329ef05e879875024a11aa9ad52b2f292f +SHA512 (v1.36.0.tar.gz) = feb55b0dfb3cba4e9c6776b0f4730ebb4b9ea416f507e342f3b1cbf23b2bb79d96a58622faac7a980727e6739df7e0ceddf1a9d5ae483a3c7e781f7af75d115f From 5402218d321d89b1a6c46c6ff8d9a2a575837e34 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 18:43:07 +0000 Subject: [PATCH 079/116] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From eb8ab751461a79f6f09dbc0ff45e6922789556eb Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 26 Jul 2024 17:53:18 +0000 Subject: [PATCH 080/116] Update to 1.37.0 upstream release Upstream tag: v1.37.0 Upstream commit: f9de1bbd Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 61 +++++++++++++++++++++++++++++++++++++++++++-------- README.packit | 2 +- buildah.spec | 2 +- sources | 2 +- 5 files changed, 56 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 95911f6..48e749c 100644 --- a/.gitignore +++ b/.gitignore @@ -711,3 +711,4 @@ /v1.35.3.tar.gz /v1.35.4.tar.gz /v1.36.0.tar.gz +/v1.37.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index ae0e7cc..b465fec 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -2,45 +2,88 @@ # See the documentation for more information: # https://packit.dev/docs/configuration/ -specfile_path: rpm/buildah.spec +downstream_package_name: buildah upstream_tag_template: v{version} +packages: + buildah-fedora: + pkg_tool: fedpkg + specfile_path: rpm/buildah.spec + buildah-centos: + pkg_tool: centpkg + specfile_path: rpm/buildah.spec + buildah-rhel: + specfile_path: rpm/buildah.spec + srpm_build_deps: - make jobs: - job: copr_build trigger: pull_request - notifications: + packages: [buildah-fedora] + notifications: &copr_build_failure_notification failure_comment: message: "Ephemeral COPR build failed. @containers/packit-build please check." - enable_net: true targets: - - fedora-all-x86_64 - - fedora-all-aarch64 - - fedora-eln-x86_64 - - fedora-eln-aarch64 + fedora-all-x86_64: {} + fedora-all-aarch64: {} + fedora-eln-x86_64: + additional_repos: + - "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/x86_64/" + fedora-eln-aarch64: + additional_repos: + - "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/aarch64/" + enable_net: true + + - job: copr_build + trigger: pull_request + packages: [buildah-centos] + notifications: *copr_build_failure_notification + targets: + - centos-stream-9-x86_64 + - centos-stream-9-aarch64 + - centos-stream-10-x86_64 + - centos-stream-10-aarch64 + enable_net: true + + - job: copr_build + trigger: pull_request + packages: [buildah-rhel] + notifications: *copr_build_failure_notification + targets: - epel-9-x86_64 - epel-9-aarch64 - additional_repos: - - "copr://rhcontainerbot/podman-next" + enable_net: true # Run on commit to main branch - job: copr_build trigger: commit + packages: [buildah-fedora] notifications: failure_comment: message: "podman-next COPR build failed. @containers/packit-build please check." + branch: main owner: rhcontainerbot project: podman-next enable_net: true + # Sync to Fedora - job: propose_downstream trigger: release + packages: [buildah-fedora] update_release: false dist_git_branches: - fedora-all + # Sync to CentOS Stream + - job: propose_downstream + trigger: release + packages: [buildah-centos] + update_release: false + dist_git_branches: + - c10s + - job: koji_build trigger: commit dist_git_branches: diff --git a/README.packit b/README.packit index 97de583..8d4e245 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.96.0.post1.dev4+gc5b1ea8e. +The file was generated using packit 0.99.0.post1.dev18+g4850a935. diff --git a/buildah.spec b/buildah.spec index 81b91d8..fd6c67b 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,7 @@ Epoch: 102 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.36.0 +Version: 1.37.0 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index 17815a5..9d6a031 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.36.0.tar.gz) = feb55b0dfb3cba4e9c6776b0f4730ebb4b9ea416f507e342f3b1cbf23b2bb79d96a58622faac7a980727e6739df7e0ceddf1a9d5ae483a3c7e781f7af75d115f +SHA512 (v1.37.0.tar.gz) = 0c4209edce498bd96498d539380517e9641c438aadf3bc90f148abd03b22a8409ec5a23438e9d1534845652eeef283aedd328fc6fe07cc8a7789808d945c41c0 From abe177cf0f3eee0218f22de93583f2478f8ec1f8 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 13 Aug 2024 15:08:18 +0000 Subject: [PATCH 081/116] Update to 1.37.1 upstream release Upstream tag: v1.37.1 Upstream commit: 67cc51e9 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- buildah.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 48e749c..c3f5790 100644 --- a/.gitignore +++ b/.gitignore @@ -712,3 +712,4 @@ /v1.35.4.tar.gz /v1.36.0.tar.gz /v1.37.0.tar.gz +/v1.37.1.tar.gz diff --git a/README.packit b/README.packit index 8d4e245..4df53f3 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.99.0.post1.dev18+g4850a935. +The file was generated using packit 0.100.1. diff --git a/buildah.spec b/buildah.spec index fd6c67b..c5e10b3 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,7 @@ Epoch: 102 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.37.0 +Version: 1.37.1 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index 9d6a031..ebe2ecb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.37.0.tar.gz) = 0c4209edce498bd96498d539380517e9641c438aadf3bc90f148abd03b22a8409ec5a23438e9d1534845652eeef283aedd328fc6fe07cc8a7789808d945c41c0 +SHA512 (v1.37.1.tar.gz) = b36dd0c9ccac399550232fe1b7024f8969fa9086efe9cdf8a8ed10ad3c3d3bad4095a7ac17ed41ccb670a781a975dea36f1ad99ba6ae15d7b2b4d728399c5e36 From 014ef23135ac31d91087591f7720f4037e4e96f0 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 21 Aug 2024 12:21:43 +0000 Subject: [PATCH 082/116] Update to 1.37.2 upstream release Upstream tag: v1.37.2 Upstream commit: eadda3bc Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- buildah.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c3f5790..73ac845 100644 --- a/.gitignore +++ b/.gitignore @@ -713,3 +713,4 @@ /v1.36.0.tar.gz /v1.37.0.tar.gz /v1.37.1.tar.gz +/v1.37.2.tar.gz diff --git a/README.packit b/README.packit index 4df53f3..94a5d96 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.100.1. +The file was generated using packit 0.100.2.post1.dev4+g31a74ebd. diff --git a/buildah.spec b/buildah.spec index c5e10b3..f3ab956 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,7 @@ Epoch: 102 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.37.1 +Version: 1.37.2 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index ebe2ecb..34997b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.37.1.tar.gz) = b36dd0c9ccac399550232fe1b7024f8969fa9086efe9cdf8a8ed10ad3c3d3bad4095a7ac17ed41ccb670a781a975dea36f1ad99ba6ae15d7b2b4d728399c5e36 +SHA512 (v1.37.2.tar.gz) = 077f561d54e66782c31426af8b48d96482ee68c3a1bd9f4107750f42de5d793d66e15a7dabcc8441ec0ac13393964525682abedbdb03fbfc65830b6986b70b8d From 2b187755e33aecbd32b53e6b010f69b5495f32f1 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 28 Aug 2024 20:32:43 +0530 Subject: [PATCH 083/116] rebuild for shadow-utils bump Signed-off-by: Lokesh Mandvekar From bb9ef83dc29ba3bb26559e4271487bd7e7d0f237 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 23 Sep 2024 16:05:13 +0000 Subject: [PATCH 084/116] Update to 1.37.3 upstream release Upstream tag: v1.37.3 Upstream commit: 956095ee Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 36 ++++++++++++++++++++++++++---------- README.packit | 2 +- buildah.spec | 6 ++++-- sources | 2 +- 5 files changed, 33 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 73ac845..a42fd12 100644 --- a/.gitignore +++ b/.gitignore @@ -714,3 +714,4 @@ /v1.37.0.tar.gz /v1.37.1.tar.gz /v1.37.2.tar.gz +/v1.37.3.tar.gz diff --git a/.packit.yaml b/.packit.yaml index b465fec..b96a160 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -14,6 +14,8 @@ packages: specfile_path: rpm/buildah.spec buildah-rhel: specfile_path: rpm/buildah.spec + buildah-eln: + specfile_path: rpm/buildah.spec srpm_build_deps: - make @@ -26,8 +28,21 @@ jobs: failure_comment: message: "Ephemeral COPR build failed. @containers/packit-build please check." targets: - fedora-all-x86_64: {} - fedora-all-aarch64: {} + - fedora-development-x86_64 + - fedora-development-aarch64 + - fedora-latest-x86_64 + - fedora-latest-aarch64 + - fedora-latest-stable-x86_64 + - fedora-latest-stable-aarch64 + - fedora-40-x86_64 + - fedora-40-aarch64 + enable_net: true + + - job: copr_build + trigger: pull_request + packages: [buildah-eln] + notifications: *copr_build_failure_notification + targets: fedora-eln-x86_64: additional_repos: - "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/x86_64/" @@ -73,7 +88,7 @@ jobs: trigger: release packages: [buildah-fedora] update_release: false - dist_git_branches: + dist_git_branches: &fedora_targets - fedora-all # Sync to CentOS Stream @@ -84,12 +99,13 @@ jobs: dist_git_branches: - c10s + # Fedora Koji build - job: koji_build trigger: commit - dist_git_branches: - - fedora-all - - - job: bodhi_update - trigger: commit - dist_git_branches: - - fedora-branched # rawhide updates are created automatically + sidetag_group: podman-releases + # Dependents are not rpm dependencies, but the package whose bodhi update + # should include this package. + # Ref: https://packit.dev/docs/fedora-releases-guide/releasing-multiple-packages + dependents: + - podman + dist_git_branches: *fedora_targets diff --git a/README.packit b/README.packit index 94a5d96..ab6dd33 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.100.2.post1.dev4+g31a74ebd. +The file was generated using packit 0.101.1. diff --git a/buildah.spec b/buildah.spec index f3ab956..4cc1af9 100644 --- a/buildah.spec +++ b/buildah.spec @@ -28,6 +28,8 @@ Name: buildah # Set different Epoch for copr %if %{defined copr_username} Epoch: 102 +%else +Epoch: 2 %endif # DO NOT TOUCH the Version string! # The TRUE source of this specfile is: @@ -35,7 +37,7 @@ Epoch: 102 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.37.2 +Version: 1.37.3 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease @@ -85,7 +87,7 @@ or %package tests Summary: Tests for %{name} -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} %if %{defined fedora} Requires: bats %endif diff --git a/sources b/sources index 34997b6..766980f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.37.2.tar.gz) = 077f561d54e66782c31426af8b48d96482ee68c3a1bd9f4107750f42de5d793d66e15a7dabcc8441ec0ac13393964525682abedbdb03fbfc65830b6986b70b8d +SHA512 (v1.37.3.tar.gz) = fd391ed6738526e843282156fcec8262a7da83848cec4e312d9a1628a373c84c88cbeee65856a51a539564a8e019c5e4a79eb005706b1325bc5a0b55b657d873 From 68cf6e550f4555a3a3077e8a0273d0869b4cb322 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 26 Sep 2024 16:09:15 +0530 Subject: [PATCH 085/116] rebuild --- README.packit | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.packit b/README.packit index ab6dd33..6d6c8bd 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,6 @@ This repository is maintained by packit. https://packit.dev/ The file was generated using packit 0.101.1. + +https://bodhi.fedoraproject.org/updates/FEDORA-2024-00126b6886 is stuck in +pending. Edit README.packit to create dist-git PR for rebuild. From 2b30cd161d603d1abe0e712e61225e892eee8ae3 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 7 Oct 2024 13:29:11 +0000 Subject: [PATCH 086/116] Update to 1.37.4 upstream release Upstream tag: v1.37.4 Upstream commit: df9247c5 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 5 +---- buildah.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index a42fd12..aa3e17d 100644 --- a/.gitignore +++ b/.gitignore @@ -715,3 +715,4 @@ /v1.37.1.tar.gz /v1.37.2.tar.gz /v1.37.3.tar.gz +/v1.37.4.tar.gz diff --git a/README.packit b/README.packit index 6d6c8bd..766e300 100644 --- a/README.packit +++ b/README.packit @@ -1,6 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.101.1. - -https://bodhi.fedoraproject.org/updates/FEDORA-2024-00126b6886 is stuck in -pending. Edit README.packit to create dist-git PR for rebuild. +The file was generated using packit 0.101.1.post1.dev8+ge78e9e3b. diff --git a/buildah.spec b/buildah.spec index 4cc1af9..0562def 100644 --- a/buildah.spec +++ b/buildah.spec @@ -37,7 +37,7 @@ Epoch: 2 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.37.3 +Version: 1.37.4 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index 766980f..65db753 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.37.3.tar.gz) = fd391ed6738526e843282156fcec8262a7da83848cec4e312d9a1628a373c84c88cbeee65856a51a539564a8e019c5e4a79eb005706b1325bc5a0b55b657d873 +SHA512 (v1.37.4.tar.gz) = 12f3155054acfcdded3e69b06ced38415cd0a7be125f03dd2de851e0ca056d8a7b71e372ac602ff767f25ccfdce08d8a087c529639fa9172021ad11435dcff20 From 149ed1c0a80d9f41d273169e42b7113712f5d40c Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 18 Oct 2024 14:35:42 +0000 Subject: [PATCH 087/116] Update to 1.37.5 upstream release Upstream tag: v1.37.5 Upstream commit: 5fd40b98 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 1 + README.packit | 2 +- buildah.spec | 2 +- sources | 2 +- 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index aa3e17d..36879e7 100644 --- a/.gitignore +++ b/.gitignore @@ -716,3 +716,4 @@ /v1.37.2.tar.gz /v1.37.3.tar.gz /v1.37.4.tar.gz +/v1.37.5.tar.gz diff --git a/.packit.yaml b/.packit.yaml index b96a160..ab7681c 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -102,6 +102,7 @@ jobs: # Fedora Koji build - job: koji_build trigger: commit + packages: [buildah-fedora] sidetag_group: podman-releases # Dependents are not rpm dependencies, but the package whose bodhi update # should include this package. diff --git a/README.packit b/README.packit index 766e300..2bd3f40 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.101.1.post1.dev8+ge78e9e3b. +The file was generated using packit 0.102.1.post1.dev6+g64f7460b. diff --git a/buildah.spec b/buildah.spec index 0562def..a256a93 100644 --- a/buildah.spec +++ b/buildah.spec @@ -37,7 +37,7 @@ Epoch: 2 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.37.4 +Version: 1.37.5 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index 65db753..8277dab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.37.4.tar.gz) = 12f3155054acfcdded3e69b06ced38415cd0a7be125f03dd2de851e0ca056d8a7b71e372ac602ff767f25ccfdce08d8a087c529639fa9172021ad11435dcff20 +SHA512 (v1.37.5.tar.gz) = ee33d85ea3aa9ec423b4e48e19db69359e3fc480a61abd511fa473257aa326e9a9c4dafc985afb83f7caa9a7a5ba6a89b2a1c028fe6ef7bd4ef382ec8591331d From 045d9ed54dbdef109259b460a059c87349cb6eda Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 11 Nov 2024 15:44:34 +0000 Subject: [PATCH 088/116] Update to 1.38.0 upstream release Upstream tag: v1.38.0 Upstream commit: 7aa3b5ee Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 17 +++++++++-------- README.packit | 2 +- buildah.spec | 5 ++++- sources | 2 +- 5 files changed, 16 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 36879e7..f7b28f2 100644 --- a/.gitignore +++ b/.gitignore @@ -717,3 +717,4 @@ /v1.37.3.tar.gz /v1.37.4.tar.gz /v1.37.5.tar.gz +/v1.38.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index ab7681c..df57645 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -62,14 +62,15 @@ jobs: - centos-stream-10-aarch64 enable_net: true - - job: copr_build - trigger: pull_request - packages: [buildah-rhel] - notifications: *copr_build_failure_notification - targets: - - epel-9-x86_64 - - epel-9-aarch64 - enable_net: true + # Disabled until there is go 1.22 in epel-9 + # - job: copr_build + # trigger: pull_request + # packages: [buildah-rhel] + # notifications: *copr_build_failure_notification + # targets: + # - epel-9-x86_64 + # - epel-9-aarch64 + # enable_net: true # Run on commit to main branch - job: copr_build diff --git a/README.packit b/README.packit index 2bd3f40..c18262a 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.102.1.post1.dev6+g64f7460b. +The file was generated using packit 0.103.0. diff --git a/buildah.spec b/buildah.spec index a256a93..84fabca 100644 --- a/buildah.spec +++ b/buildah.spec @@ -37,7 +37,7 @@ Epoch: 2 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.37.5 +Version: 1.38.0 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease @@ -133,6 +133,7 @@ export BUILDTAGS+=" btrfs_noversion exclude_graphdriver_btrfs" %gobuild -o bin/imgtype ./tests/imgtype %gobuild -o bin/copy ./tests/copy %gobuild -o bin/tutorial ./tests/tutorial +%gobuild -o bin/inet ./tests/inet %{__make} docs %install @@ -143,6 +144,7 @@ cp -pav tests/. %{buildroot}/%{_datadir}/%{name}/test/system cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype cp bin/copy %{buildroot}/%{_bindir}/%{name}-copy cp bin/tutorial %{buildroot}/%{_bindir}/%{name}-tutorial +cp bin/inet %{buildroot}/%{_bindir}/%{name}-inet rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/* @@ -163,6 +165,7 @@ rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/* %{_bindir}/%{name}-imgtype %{_bindir}/%{name}-copy %{_bindir}/%{name}-tutorial +%{_bindir}/%{name}-inet %{_datadir}/%{name}/test %changelog diff --git a/sources b/sources index 8277dab..637d8bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.37.5.tar.gz) = ee33d85ea3aa9ec423b4e48e19db69359e3fc480a61abd511fa473257aa326e9a9c4dafc985afb83f7caa9a7a5ba6a89b2a1c028fe6ef7bd4ef382ec8591331d +SHA512 (v1.38.0.tar.gz) = c9f31693043e348c2bee6219f5a42738d93aa690a81f6bb283bd4d93ea6fe0cbde50754f7ee1a7e690853b7cfb934ce60e35ceb029180f41a95192773023c243 From a40979722c92b7a4f465e33567cf6350ef4b2900 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Tue, 12 Nov 2024 15:52:51 +0100 Subject: [PATCH 089/116] tests: set new inet helper path Signed-off-by: Paul Holzinger --- tests/test_buildah.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_buildah.sh b/tests/test_buildah.sh index f8776bb..ea8eea3 100755 --- a/tests/test_buildah.sh +++ b/tests/test_buildah.sh @@ -17,6 +17,7 @@ export BUILDAH_BINARY=/usr/bin/buildah export IMGTYPE_BINARY=/usr/bin/buildah-imgtype export COPY_BINARY=/usr/bin/buildah-copy export TUTORIAL_BINARY=/usr/bin/buildah-tutorial +export INET_BINARY=/usr/bin/buildah-inet ############################################################################### # BEGIN setup/teardown From 6bf3dfee55f4dfd0fdfcd533dc0b9d8510e37901 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 13:01:13 +0000 Subject: [PATCH 090/116] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From e95e0c0da3ec39c18d99b4dc1dcbff71fddb0ba7 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 21 Jan 2025 14:55:44 +0000 Subject: [PATCH 091/116] Update to 1.38.1 upstream release Upstream tag: v1.38.1 Upstream commit: a07dde1b Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- buildah.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f7b28f2..30834e2 100644 --- a/.gitignore +++ b/.gitignore @@ -718,3 +718,4 @@ /v1.37.4.tar.gz /v1.37.5.tar.gz /v1.38.0.tar.gz +/v1.38.1.tar.gz diff --git a/README.packit b/README.packit index c18262a..8c905b9 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.103.0. +The file was generated using packit 0.106.0.post1.dev8+g521f1e1d. diff --git a/buildah.spec b/buildah.spec index 84fabca..bf7ce71 100644 --- a/buildah.spec +++ b/buildah.spec @@ -37,7 +37,7 @@ Epoch: 2 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.38.0 +Version: 1.38.1 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index 637d8bd..2beb0bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.38.0.tar.gz) = c9f31693043e348c2bee6219f5a42738d93aa690a81f6bb283bd4d93ea6fe0cbde50754f7ee1a7e690853b7cfb934ce60e35ceb029180f41a95192773023c243 +SHA512 (v1.38.1.tar.gz) = 3c4738c4d30bece590da1de3ec8879e75d197bb18a1377264cf74f034574f46e27109842503aab0b98b1fd69f8762a13e80b1bd8522c5e3782ac0c451a07c3d8 From ce852ef3eedf9dbf4ff613b4218341620de15244 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 3 Feb 2025 16:30:19 +0000 Subject: [PATCH 092/116] Update to 1.39.0 upstream release Upstream tag: v1.39.0 Upstream commit: c15ab104 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 22 ++-------------------- README.packit | 2 +- buildah.spec | 26 ++++++++++++++------------ sources | 2 +- 5 files changed, 19 insertions(+), 34 deletions(-) diff --git a/.gitignore b/.gitignore index 30834e2..4169ea7 100644 --- a/.gitignore +++ b/.gitignore @@ -719,3 +719,4 @@ /v1.37.5.tar.gz /v1.38.0.tar.gz /v1.38.1.tar.gz +/v1.39.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index df57645..1c751af 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -12,8 +12,6 @@ packages: buildah-centos: pkg_tool: centpkg specfile_path: rpm/buildah.spec - buildah-rhel: - specfile_path: rpm/buildah.spec buildah-eln: specfile_path: rpm/buildah.spec @@ -28,14 +26,8 @@ jobs: failure_comment: message: "Ephemeral COPR build failed. @containers/packit-build please check." targets: - - fedora-development-x86_64 - - fedora-development-aarch64 - - fedora-latest-x86_64 - - fedora-latest-aarch64 - - fedora-latest-stable-x86_64 - - fedora-latest-stable-aarch64 - - fedora-40-x86_64 - - fedora-40-aarch64 + - fedora-all-x86_64 + - fedora-all-aarch64 enable_net: true - job: copr_build @@ -62,16 +54,6 @@ jobs: - centos-stream-10-aarch64 enable_net: true - # Disabled until there is go 1.22 in epel-9 - # - job: copr_build - # trigger: pull_request - # packages: [buildah-rhel] - # notifications: *copr_build_failure_notification - # targets: - # - epel-9-x86_64 - # - epel-9-aarch64 - # enable_net: true - # Run on commit to main branch - job: copr_build trigger: commit diff --git a/README.packit b/README.packit index 8c905b9..c1b4159 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.106.0.post1.dev8+g521f1e1d. +The file was generated using packit 1.1.0. diff --git a/buildah.spec b/buildah.spec index bf7ce71..87bca7d 100644 --- a/buildah.spec +++ b/buildah.spec @@ -7,21 +7,16 @@ %global debug_package %{nil} %endif -# RHEL's default %%gobuild macro doesn't account for the BUILDTAGS variable, so we -# set it separately here and do not depend on RHEL's go-[s]rpm-macros package -# until that's fixed. -# c9s bz: https://bugzilla.redhat.com/show_bug.cgi?id=2227328 -# c8s bz: https://bugzilla.redhat.com/show_bug.cgi?id=2227331 -%if %{defined rhel} -%define gobuild(o:) go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl ${BUILDTAGS:-}" -ldflags "-linkmode=external -compressdwarf=false ${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v -x %{?**}; -%endif - %global gomodulesmode GO111MODULE=on -%if 0%{defined fedora} +%if %{defined fedora} %define build_with_btrfs 1 %endif +%if %{defined rhel} +%define fips 1 +%endif + %global git0 https://github.com/containers/%{name} Name: buildah @@ -37,7 +32,7 @@ Epoch: 2 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.38.1 +Version: 1.39.0 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease @@ -124,11 +119,15 @@ export CGO_CFLAGS+=" -m64 -mtune=generic -fcf-protection=full" export CNI_VERSION=`grep '^# github.com/containernetworking/cni ' src/modules.txt | sed 's,.* ,,'` export LDFLAGS="-X main.buildInfo=`date +%s` -X main.cniVersion=${CNI_VERSION}" -export BUILDTAGS="seccomp exclude_graphdriver_devicemapper $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)" +export BUILDTAGS="seccomp $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)" %if !%{defined build_with_btrfs} export BUILDTAGS+=" btrfs_noversion exclude_graphdriver_btrfs" %endif +%if %{defined fips} +export BUILDTAGS+=" libtrust_openssl" +%endif + %gobuild -o bin/%{name} ./cmd/%{name} %gobuild -o bin/imgtype ./tests/imgtype %gobuild -o bin/copy ./tests/copy @@ -151,6 +150,9 @@ rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/* #define license tag if not already defined %{!?_licensedir:%global license %doc} +# Include check to silence rpmlint. +%check + %files %license LICENSE vendor/modules.txt %doc README.md diff --git a/sources b/sources index 2beb0bb..07fdd95 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.38.1.tar.gz) = 3c4738c4d30bece590da1de3ec8879e75d197bb18a1377264cf74f034574f46e27109842503aab0b98b1fd69f8762a13e80b1bd8522c5e3782ac0c451a07c3d8 +SHA512 (v1.39.0.tar.gz) = 05b16bd00360551f02ad25d88fb24296c91ecc5f9bd930943e4f1e4aef803d8aa632dfda4bd43b36978e7a682d4bf6602611e5ec3feb0301240be47b7dd7f6e3 From 3a31f6dc4203370816b61295b286ee5e2b01a35c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 24 Dec 2024 15:38:14 +0530 Subject: [PATCH 093/116] TMT: initial enablement Signed-off-by: Lokesh Mandvekar --- .fmf/version | 1 + .packit.yaml | 78 +++++++++++++++++++++++++++++++++++++++--- gating.yaml | 12 ++++--- plans/main.fmf | 32 +++++++++++++++++ tests/test_buildah.sh | 70 ------------------------------------- tests/test_buildah.yml | 18 ---------- tests/tests.yml | 1 - tests/tmt/system.fmf | 17 +++++++++ tests/tmt/test.sh | 19 ++++++++++ 9 files changed, 150 insertions(+), 98 deletions(-) create mode 100644 .fmf/version create mode 100644 plans/main.fmf delete mode 100755 tests/test_buildah.sh delete mode 100644 tests/test_buildah.yml delete mode 100644 tests/tests.yml create mode 100644 tests/tmt/system.fmf create mode 100644 tests/tmt/test.sh diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/.packit.yaml b/.packit.yaml index 1c751af..e164dab 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -5,6 +5,27 @@ downstream_package_name: buildah upstream_tag_template: v{version} +# These files get synced from upstream to downstream (Fedora / CentOS Stream) on every +# propose-downstream job. This is done so tests maintained upstream can be run +# downstream in Zuul CI and Bodhi. +# Ref: https://packit.dev/docs/configuration#files_to_sync +files_to_sync: + - src: rpm/gating.yaml + dest: gating.yaml + delete: true + - src: plans/ + dest: plans/ + delete: true + mkpath: true + - src: tests/tmt/ + dest: tests/tmt/ + delete: true + mkpath: true + - src: .fmf/ + dest: .fmf/ + delete: true + - .packit.yaml + packages: buildah-fedora: pkg_tool: fedpkg @@ -25,13 +46,13 @@ jobs: notifications: &copr_build_failure_notification failure_comment: message: "Ephemeral COPR build failed. @containers/packit-build please check." - targets: + targets: &fedora_copr_targets - fedora-all-x86_64 - fedora-all-aarch64 enable_net: true - job: copr_build - trigger: pull_request + trigger: ignore packages: [buildah-eln] notifications: *copr_build_failure_notification targets: @@ -44,10 +65,10 @@ jobs: enable_net: true - job: copr_build - trigger: pull_request + trigger: ignore packages: [buildah-centos] notifications: *copr_build_failure_notification - targets: + targets: ¢os_copr_targets - centos-stream-9-x86_64 - centos-stream-9-aarch64 - centos-stream-10-x86_64 @@ -66,6 +87,55 @@ jobs: project: podman-next enable_net: true + - job: tests + trigger: pull_request + packages: [buildah-fedora] + targets: *fedora_copr_targets + require: &dev_tests + label: + absent: + - release + tf_extra_params: + environments: + - artifacts: + - type: repository-file + id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/fedora-$releasever/rhcontainerbot-podman-next-fedora-$releasever.repo + identifier: "dev" + + - job: tests + trigger: pull_request + packages: [buildah-fedora] + targets: *fedora_copr_targets + require: &release_tests + label: + present: + - release + preserve_project: true + identifier: "release" + + # FIXME: Enable centos stream tests after containers-common is fixed + # FIXME: centos stream 10 currently also lacks bats + # https://bugzilla.redhat.com/show_bug.cgi?id=2329315 + - job: tests + trigger: ignore + packages: [buildah-centos] + targets: *centos_copr_targets + require: *dev_tests + tf_extra_params: + environments: + - artifacts: + - type: repository-file + id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/centos-stream-$releasever/rhcontainerbot-podman-next-centos-stream-$releasever.repo + identifier: "dev" + + - job: tests + trigger: ignore + packages: [buildah-centos] + targets: *centos_copr_targets + require: *release_tests + preserve_project: true + identifier: "release" + # Sync to Fedora - job: propose_downstream trigger: release diff --git a/gating.yaml b/gating.yaml index c8a218f..1fb3172 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,14 +1,16 @@ --- !Policy product_versions: - fedora-* -decision_context: bodhi_update_push_stable +decision_contexts: + - bodhi_update_push_stable + - bodhi_update_push_testing subject_type: koji_build rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} + --- !Policy product_versions: - - fedora-* -decision_context: bodhi_update_push_testing -subject_type: koji_build + - rhel-* +decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/plans/main.fmf b/plans/main.fmf new file mode 100644 index 0000000..99de783 --- /dev/null +++ b/plans/main.fmf @@ -0,0 +1,32 @@ +discover: + how: fmf + +execute: + how: tmt + +prepare: + - when: distro == centos-stream or distro == rhel + how: shell + script: | + dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(rpm --eval '%{?rhel}').noarch.rpm + dnf -y config-manager --set-enabled epel + order: 10 + - when: initiator == packit + how: shell + script: | + COPR_REPO_FILE="/etc/yum.repos.d/*podman-next*.repo" + if compgen -G $COPR_REPO_FILE > /dev/null; then + sed -i -n '/^priority=/!p;$apriority=1' $COPR_REPO_FILE + fi + dnf -y upgrade --allowerasing + order: 20 + +provision: + how: artemis + hardware: + memory: ">= 16 GB" + cpu: + cores: ">= 4" + threads: ">=8" + disk: + - size: ">= 512 GB" diff --git a/tests/test_buildah.sh b/tests/test_buildah.sh deleted file mode 100755 index ea8eea3..0000000 --- a/tests/test_buildah.sh +++ /dev/null @@ -1,70 +0,0 @@ -#!/bin/bash -e - -# Log program and kernel versions -echo "Important package versions:" -( - uname -r - rpm -qa |\ - egrep 'buildah|podman|conmon|containers-common|crun|runc|iptable|slirp|aardvark|netavark|containernetworking-plugins|systemd|container-selinux' |\ - sort -) | sed -e 's/^/ /' - -# Log environment; or at least the useful bits -echo "Environment:" -env | grep -v LS_COLORS= | sort | sed -e 's/^/ /' - -export BUILDAH_BINARY=/usr/bin/buildah -export IMGTYPE_BINARY=/usr/bin/buildah-imgtype -export COPY_BINARY=/usr/bin/buildah-copy -export TUTORIAL_BINARY=/usr/bin/buildah-tutorial -export INET_BINARY=/usr/bin/buildah-inet - -############################################################################### -# BEGIN setup/teardown - -# Start a registry -pre_bats_setup() { - REGISTRY_FQIN=quay.io/libpod/registry:2 - - AUTHDIR=/tmp/buildah-tests-auth.$$ - mkdir -p $AUTHDIR - - CERT=$AUTHDIR/domain.crt - if [ ! -e $CERT ]; then - openssl req -newkey rsa:4096 -nodes -sha256 \ - -keyout $AUTHDIR/domain.key -x509 -days 2 \ - -out $AUTHDIR/domain.crt \ - -subj "/C=US/ST=Foo/L=Bar/O=Red Hat, Inc./CN=registry host certificate" \ - -addext subjectAltName=DNS:localhost - fi - - if [ ! -e $AUTHDIR/htpasswd ]; then - htpasswd -Bbn testuser testpassword > $AUTHDIR/htpasswd - fi - - podman rm -f registry || true - podman run -d -p 5000:5000 \ - --name registry \ - -v $AUTHDIR:/auth:Z \ - -e "REGISTRY_AUTH=htpasswd" \ - -e "REGISTRY_AUTH_HTPASSWD_REALM=Registry Realm" \ - -e REGISTRY_AUTH_HTPASSWD_PATH=/auth/htpasswd \ - -e REGISTRY_HTTP_TLS_CERTIFICATE=/auth/domain.crt \ - -e REGISTRY_HTTP_TLS_KEY=/auth/domain.key \ - $REGISTRY_FQIN -} - -post_bats_teardown() { - podman rm -f registry -} - -# END setup/teardown -############################################################################### -# BEGIN actual test - -pre_bats_setup -bats /usr/share/buildah/test/system -rc=$? -post_bats_teardown - -exit $rc diff --git a/tests/test_buildah.yml b/tests/test_buildah.yml deleted file mode 100644 index dced1f9..0000000 --- a/tests/test_buildah.yml +++ /dev/null @@ -1,18 +0,0 @@ ---- -- hosts: localhost - environment: - TMPDIR: /var/tmp - roles: - - role: standard-test-basic - tags: - - classic - - container - required_packages: - - buildah - - buildah-tests - - slirp4netns - tests: - - root-test: - dir: ./ - run: ./test_buildah.sh - timeout: 80m diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index 596f735..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1 +0,0 @@ -- import_playbook: test_buildah.yml diff --git a/tests/tmt/system.fmf b/tests/tmt/system.fmf new file mode 100644 index 0000000..7626d20 --- /dev/null +++ b/tests/tmt/system.fmf @@ -0,0 +1,17 @@ +require: + - buildah-tests + - git-daemon + - slirp4netns + +environment: + BUILDAH_BINARY: /usr/bin/buildah + IMGTYPE_BINARY: /usr/bin/buildah-imgtype + INET_BINARY: /usr/bin/buildah-inet + COPY_BINARY: /usr/bin/buildah-copy + TUTORIAL_BINARY: /usr/bin/buildah-tutorial + TMPDIR: /var/tmp + +/local-root: + summary: System tests + test: bash ./test.sh + duration: 60m diff --git a/tests/tmt/test.sh b/tests/tmt/test.sh new file mode 100644 index 0000000..387fd85 --- /dev/null +++ b/tests/tmt/test.sh @@ -0,0 +1,19 @@ +#!/usr/bin/env bash + +set -exo pipefail + +uname -r + +rpm -q \ + aardvark-dns \ + buildah \ + buildah-tests \ + conmon \ + container-selinux \ + containers-common \ + containers-common-extra \ + crun \ + netavark \ + systemd + +bats /usr/share/buildah/test/system From 8743ff42b9d266e1db0a81c9a72e8948a7b1d54b Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 26 Feb 2025 23:46:22 +0000 Subject: [PATCH 094/116] Update to 1.39.1 upstream release Upstream tag: v1.39.1 Upstream commit: 9347a39c Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 78 +++------------------------------------------------ README.packit | 2 +- buildah.spec | 2 +- sources | 2 +- 5 files changed, 8 insertions(+), 77 deletions(-) diff --git a/.gitignore b/.gitignore index 4169ea7..3d4cc6d 100644 --- a/.gitignore +++ b/.gitignore @@ -720,3 +720,4 @@ /v1.38.0.tar.gz /v1.38.1.tar.gz /v1.39.0.tar.gz +/v1.39.1.tar.gz diff --git a/.packit.yaml b/.packit.yaml index e164dab..1c751af 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -5,27 +5,6 @@ downstream_package_name: buildah upstream_tag_template: v{version} -# These files get synced from upstream to downstream (Fedora / CentOS Stream) on every -# propose-downstream job. This is done so tests maintained upstream can be run -# downstream in Zuul CI and Bodhi. -# Ref: https://packit.dev/docs/configuration#files_to_sync -files_to_sync: - - src: rpm/gating.yaml - dest: gating.yaml - delete: true - - src: plans/ - dest: plans/ - delete: true - mkpath: true - - src: tests/tmt/ - dest: tests/tmt/ - delete: true - mkpath: true - - src: .fmf/ - dest: .fmf/ - delete: true - - .packit.yaml - packages: buildah-fedora: pkg_tool: fedpkg @@ -46,13 +25,13 @@ jobs: notifications: &copr_build_failure_notification failure_comment: message: "Ephemeral COPR build failed. @containers/packit-build please check." - targets: &fedora_copr_targets + targets: - fedora-all-x86_64 - fedora-all-aarch64 enable_net: true - job: copr_build - trigger: ignore + trigger: pull_request packages: [buildah-eln] notifications: *copr_build_failure_notification targets: @@ -65,10 +44,10 @@ jobs: enable_net: true - job: copr_build - trigger: ignore + trigger: pull_request packages: [buildah-centos] notifications: *copr_build_failure_notification - targets: ¢os_copr_targets + targets: - centos-stream-9-x86_64 - centos-stream-9-aarch64 - centos-stream-10-x86_64 @@ -87,55 +66,6 @@ jobs: project: podman-next enable_net: true - - job: tests - trigger: pull_request - packages: [buildah-fedora] - targets: *fedora_copr_targets - require: &dev_tests - label: - absent: - - release - tf_extra_params: - environments: - - artifacts: - - type: repository-file - id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/fedora-$releasever/rhcontainerbot-podman-next-fedora-$releasever.repo - identifier: "dev" - - - job: tests - trigger: pull_request - packages: [buildah-fedora] - targets: *fedora_copr_targets - require: &release_tests - label: - present: - - release - preserve_project: true - identifier: "release" - - # FIXME: Enable centos stream tests after containers-common is fixed - # FIXME: centos stream 10 currently also lacks bats - # https://bugzilla.redhat.com/show_bug.cgi?id=2329315 - - job: tests - trigger: ignore - packages: [buildah-centos] - targets: *centos_copr_targets - require: *dev_tests - tf_extra_params: - environments: - - artifacts: - - type: repository-file - id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/centos-stream-$releasever/rhcontainerbot-podman-next-centos-stream-$releasever.repo - identifier: "dev" - - - job: tests - trigger: ignore - packages: [buildah-centos] - targets: *centos_copr_targets - require: *release_tests - preserve_project: true - identifier: "release" - # Sync to Fedora - job: propose_downstream trigger: release diff --git a/README.packit b/README.packit index c1b4159..2cdc258 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.1.0. +The file was generated using packit 1.1.1.post1.dev1+g7c5e02df. diff --git a/buildah.spec b/buildah.spec index 87bca7d..e2a1825 100644 --- a/buildah.spec +++ b/buildah.spec @@ -32,7 +32,7 @@ Epoch: 2 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.39.0 +Version: 1.39.1 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index 07fdd95..11f7106 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.39.0.tar.gz) = 05b16bd00360551f02ad25d88fb24296c91ecc5f9bd930943e4f1e4aef803d8aa632dfda4bd43b36978e7a682d4bf6602611e5ec3feb0301240be47b7dd7f6e3 +SHA512 (v1.39.1.tar.gz) = aacbdf0962e55c1c6f107cf4184c951a72c68678e1940e81ecfdd7b40778a0af39cabaf842dbee8c9a4aa6b370f82b19d0f1abac41027304fd426360ddcf5a7b From a54dfc47ef5e08a5f3306f9672bd758bfba7710c Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 4 Mar 2025 23:31:44 +0000 Subject: [PATCH 095/116] Update to 1.39.2 upstream release Upstream tag: v1.39.2 Upstream commit: d5d9d35f Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- buildah.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3d4cc6d..8b4a2a4 100644 --- a/.gitignore +++ b/.gitignore @@ -721,3 +721,4 @@ /v1.38.1.tar.gz /v1.39.0.tar.gz /v1.39.1.tar.gz +/v1.39.2.tar.gz diff --git a/README.packit b/README.packit index 2cdc258..87210c5 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.1.1.post1.dev1+g7c5e02df. +The file was generated using packit 1.2.0.post1.dev3+g3adf9afe. diff --git a/buildah.spec b/buildah.spec index e2a1825..60d68cc 100644 --- a/buildah.spec +++ b/buildah.spec @@ -32,7 +32,7 @@ Epoch: 2 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.39.1 +Version: 1.39.2 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index 11f7106..dad870d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.39.1.tar.gz) = aacbdf0962e55c1c6f107cf4184c951a72c68678e1940e81ecfdd7b40778a0af39cabaf842dbee8c9a4aa6b370f82b19d0f1abac41027304fd426360ddcf5a7b +SHA512 (v1.39.2.tar.gz) = 4a95093894cc82a68b4e98003fd89c97b0e16f282b21d38d4425cc06fc8fd27c92352cf59d5e9c97c54492b773d15f9a1708a0597aa82675f8a1d30193b06167 From c09e532cefff83a360107ab851642ee856adc036 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 14 Mar 2025 19:50:38 +0000 Subject: [PATCH 096/116] Update to 1.39.3 upstream release Upstream tag: v1.39.3 Upstream commit: 0a5cebb3 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- buildah.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8b4a2a4..6d12f85 100644 --- a/.gitignore +++ b/.gitignore @@ -722,3 +722,4 @@ /v1.39.0.tar.gz /v1.39.1.tar.gz /v1.39.2.tar.gz +/v1.39.3.tar.gz diff --git a/README.packit b/README.packit index 87210c5..f5cc99f 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.2.0.post1.dev3+g3adf9afe. +The file was generated using packit 1.2.0.post1.dev13+g55ed4527. diff --git a/buildah.spec b/buildah.spec index 60d68cc..058fadb 100644 --- a/buildah.spec +++ b/buildah.spec @@ -32,7 +32,7 @@ Epoch: 2 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.39.2 +Version: 1.39.3 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index dad870d..71d40b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.39.2.tar.gz) = 4a95093894cc82a68b4e98003fd89c97b0e16f282b21d38d4425cc06fc8fd27c92352cf59d5e9c97c54492b773d15f9a1708a0597aa82675f8a1d30193b06167 +SHA512 (v1.39.3.tar.gz) = 95b7e30e8e3b112ac0cc2f2378d0532bf37d1a38a1bc94e246f46408a3169ff46ac3cca587f80acdcfeea3cbfbaebaf01467329fad979b3790106bdab7da5814 From bc8689debf42bfe4f25cbbe48cb63a3b4b358fb9 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 28 Mar 2025 14:38:33 +0000 Subject: [PATCH 097/116] Update to 1.39.4 upstream release Upstream tag: v1.39.4 Upstream commit: 5b7b7ca3 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- buildah.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6d12f85..c512b16 100644 --- a/.gitignore +++ b/.gitignore @@ -723,3 +723,4 @@ /v1.39.1.tar.gz /v1.39.2.tar.gz /v1.39.3.tar.gz +/v1.39.4.tar.gz diff --git a/README.packit b/README.packit index f5cc99f..ad2b8e5 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.2.0.post1.dev13+g55ed4527. +The file was generated using packit 1.3.0.post1.dev4+gb85da743. diff --git a/buildah.spec b/buildah.spec index 058fadb..3c42c82 100644 --- a/buildah.spec +++ b/buildah.spec @@ -32,7 +32,7 @@ Epoch: 2 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.39.3 +Version: 1.39.4 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index 71d40b8..6def8f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.39.3.tar.gz) = 95b7e30e8e3b112ac0cc2f2378d0532bf37d1a38a1bc94e246f46408a3169ff46ac3cca587f80acdcfeea3cbfbaebaf01467329fad979b3790106bdab7da5814 +SHA512 (v1.39.4.tar.gz) = c721660f94010a0dc8b01502db565b486c53962ee1933e03dd2297cf5d30ac9edef6c92491f41c8c61bee946302e7a39ecff55b2ad3e34ed649222c9655262c2 From f38d0e1c259eaa641c7c3788f7e303f27bfa3fe3 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 21 Apr 2025 17:45:16 +0000 Subject: [PATCH 098/116] Update to 1.40.0 upstream release Upstream tag: v1.40.0 Upstream commit: ff62e3e8 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 60 +++++++++++++++++++++++++++++--- README.packit | 2 +- buildah.spec | 8 +++-- plans/main.fmf | 2 ++ sources | 2 +- tests/tmt/system.fmf | 6 ++-- tests/tmt/{test.sh => system.sh} | 1 - 8 files changed, 70 insertions(+), 12 deletions(-) rename tests/tmt/{test.sh => system.sh} (89%) diff --git a/.gitignore b/.gitignore index c512b16..bf00b2b 100644 --- a/.gitignore +++ b/.gitignore @@ -724,3 +724,4 @@ /v1.39.2.tar.gz /v1.39.3.tar.gz /v1.39.4.tar.gz +/v1.40.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 1c751af..314813c 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -5,6 +5,27 @@ downstream_package_name: buildah upstream_tag_template: v{version} +# These files get synced from upstream to downstream (Fedora / CentOS Stream) on every +# propose-downstream job. This is done so tests maintained upstream can be run +# downstream in Zuul CI and Bodhi. +# Ref: https://packit.dev/docs/configuration#files_to_sync +files_to_sync: + - src: rpm/gating.yaml + dest: gating.yaml + delete: true + - src: plans/ + dest: plans/ + delete: true + mkpath: true + - src: tests/tmt/ + dest: tests/tmt/ + delete: true + mkpath: true + - src: .fmf/ + dest: .fmf/ + delete: true + - .packit.yaml + packages: buildah-fedora: pkg_tool: fedpkg @@ -25,9 +46,13 @@ jobs: notifications: &copr_build_failure_notification failure_comment: message: "Ephemeral COPR build failed. @containers/packit-build please check." - targets: - - fedora-all-x86_64 - - fedora-all-aarch64 + targets: &fedora_copr_targets + # f40 ships go 1.22 and we require go 1.23 now. This should be revert to fedora-all + # once either f40 is rebased to go 1.23 or f42 is released and f40 EOL. + - fedora-latest-stable-x86_64 + - fedora-latest-stable-aarch64 + - fedora-development-x86_64 + - fedora-development-aarch64 enable_net: true - job: copr_build @@ -47,7 +72,7 @@ jobs: trigger: pull_request packages: [buildah-centos] notifications: *copr_build_failure_notification - targets: + targets: ¢os_copr_targets - centos-stream-9-x86_64 - centos-stream-9-aarch64 - centos-stream-10-x86_64 @@ -66,6 +91,33 @@ jobs: project: podman-next enable_net: true + # Tests on Fedora for main branch PRs + - job: tests + trigger: pull_request + packages: [buildah-fedora] + targets: &fedora_copr_test_targets + # See the other comment above, this should be reverted to fedora-all when possible. + - fedora-latest-stable-x86_64 + - fedora-development-x86_64 + tf_extra_params: + environments: + - artifacts: + - type: repository-file + id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/fedora-$releasever/rhcontainerbot-podman-next-fedora-$releasever.repo + + # Tests on CentOS Stream for main branch PRs + - job: tests + trigger: pull_request + packages: [buildah-centos] + targets: ¢os_copr_test_targets + - centos-stream-9-x86_64 + - centos-stream-10-x86_64 + tf_extra_params: + environments: + - artifacts: + - type: repository-file + id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/centos-stream-$releasever/rhcontainerbot-podman-next-centos-stream-$releasever.repo + # Sync to Fedora - job: propose_downstream trigger: release diff --git a/README.packit b/README.packit index ad2b8e5..807ffc6 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.3.0.post1.dev4+gb85da743. +The file was generated using packit 1.6.0.post1.dev2+gd5a7662a. diff --git a/buildah.spec b/buildah.spec index 3c42c82..7b7c62f 100644 --- a/buildah.spec +++ b/buildah.spec @@ -32,7 +32,7 @@ Epoch: 2 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.39.4 +Version: 1.40.0 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease @@ -79,12 +79,16 @@ or * save container's root file system layer to create a new image * delete a working container or an image +# This subpackage is only intended for CI testing. +# Not meant for end user/customer usage. %package tests Summary: Tests for %{name} Requires: %{name} = %{epoch}:%{version}-%{release} -%if %{defined fedora} +%if %{defined bats_epel} Requires: bats +%else +Recommends: bats %endif Requires: bzip2 Requires: podman diff --git a/plans/main.fmf b/plans/main.fmf index 99de783..b982e76 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -30,3 +30,5 @@ provision: threads: ">=8" disk: - size: ">= 512 GB" + + diff --git a/sources b/sources index 6def8f9..67483b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.39.4.tar.gz) = c721660f94010a0dc8b01502db565b486c53962ee1933e03dd2297cf5d30ac9edef6c92491f41c8c61bee946302e7a39ecff55b2ad3e34ed649222c9655262c2 +SHA512 (v1.40.0.tar.gz) = bb96d04a17ab5a77e5d984dca369e3890131044c505ae3b030d95ffd66378df22da33315a50c9e500e783345ded23ebacdfa0965002a18e1d929c5fa3ce39311 diff --git a/tests/tmt/system.fmf b/tests/tmt/system.fmf index 7626d20..f34f4d9 100644 --- a/tests/tmt/system.fmf +++ b/tests/tmt/system.fmf @@ -11,7 +11,7 @@ environment: TUTORIAL_BINARY: /usr/bin/buildah-tutorial TMPDIR: /var/tmp -/local-root: - summary: System tests - test: bash ./test.sh +/local/root: + summary: System test + test: bash ./system.sh duration: 60m diff --git a/tests/tmt/test.sh b/tests/tmt/system.sh similarity index 89% rename from tests/tmt/test.sh rename to tests/tmt/system.sh index 387fd85..73553aa 100644 --- a/tests/tmt/test.sh +++ b/tests/tmt/system.sh @@ -11,7 +11,6 @@ rpm -q \ conmon \ container-selinux \ containers-common \ - containers-common-extra \ crun \ netavark \ systemd From 000cb986c47f75c15a638295dbad7502b6932133 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 4 Jun 2025 12:42:00 +0000 Subject: [PATCH 099/116] Update to 1.40.1 upstream release Upstream tag: v1.40.1 Upstream commit: b013f347 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- buildah.spec | 5 ++++- sources | 2 +- tests/tmt/system.fmf | 1 + 5 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bf00b2b..713f474 100644 --- a/.gitignore +++ b/.gitignore @@ -725,3 +725,4 @@ /v1.39.3.tar.gz /v1.39.4.tar.gz /v1.40.0.tar.gz +/v1.40.1.tar.gz diff --git a/README.packit b/README.packit index 807ffc6..6beb40f 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.6.0.post1.dev2+gd5a7662a. +The file was generated using packit 1.8.0.post1.dev31+g9980e597. diff --git a/buildah.spec b/buildah.spec index 7b7c62f..c67c445 100644 --- a/buildah.spec +++ b/buildah.spec @@ -32,7 +32,7 @@ Epoch: 2 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.40.0 +Version: 1.40.1 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease @@ -137,6 +137,7 @@ export BUILDTAGS+=" libtrust_openssl" %gobuild -o bin/copy ./tests/copy %gobuild -o bin/tutorial ./tests/tutorial %gobuild -o bin/inet ./tests/inet +%gobuild -o bin/dumpspec ./tests/dumpspec %{__make} docs %install @@ -148,6 +149,7 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype cp bin/copy %{buildroot}/%{_bindir}/%{name}-copy cp bin/tutorial %{buildroot}/%{_bindir}/%{name}-tutorial cp bin/inet %{buildroot}/%{_bindir}/%{name}-inet +cp bin/dumpspec %{buildroot}/%{_bindir}/%{name}-dumpspec rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/* @@ -172,6 +174,7 @@ rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/* %{_bindir}/%{name}-copy %{_bindir}/%{name}-tutorial %{_bindir}/%{name}-inet +%{_bindir}/%{name}-dumpspec %{_datadir}/%{name}/test %changelog diff --git a/sources b/sources index 67483b7..64f4c4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.40.0.tar.gz) = bb96d04a17ab5a77e5d984dca369e3890131044c505ae3b030d95ffd66378df22da33315a50c9e500e783345ded23ebacdfa0965002a18e1d929c5fa3ce39311 +SHA512 (v1.40.1.tar.gz) = 6b37b6cc5fa3d7972800cfaef5919df8ee6c9220e8635850ee9d8356645b08afa4252d688f4316b3265e5f6aef6fa0647fb4f7602b7add292fc8b56a74c4fa1f diff --git a/tests/tmt/system.fmf b/tests/tmt/system.fmf index f34f4d9..49b3619 100644 --- a/tests/tmt/system.fmf +++ b/tests/tmt/system.fmf @@ -9,6 +9,7 @@ environment: INET_BINARY: /usr/bin/buildah-inet COPY_BINARY: /usr/bin/buildah-copy TUTORIAL_BINARY: /usr/bin/buildah-tutorial + DUMPSPEC_BINARY: /usr/bin/buildah-dumpspec TMPDIR: /var/tmp /local/root: From b6e01ac0fe9226019551174b06228ead0bc11000 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 21 Jul 2025 13:48:42 +0000 Subject: [PATCH 100/116] Update to 1.41.0 upstream release Upstream tag: v1.41.0 Upstream commit: 9f185b77 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 30 ++++++++++++++++-------------- README.packit | 2 +- buildah.spec | 11 +++++++---- sources | 2 +- tests/tmt/system.fmf | 6 ++++++ 6 files changed, 32 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 713f474..1f70052 100644 --- a/.gitignore +++ b/.gitignore @@ -726,3 +726,4 @@ /v1.39.4.tar.gz /v1.40.0.tar.gz /v1.40.1.tar.gz +/v1.41.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 314813c..032e9e1 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -46,17 +46,19 @@ jobs: notifications: &copr_build_failure_notification failure_comment: message: "Ephemeral COPR build failed. @containers/packit-build please check." + # Fedora aliases documentation: https://packit.dev/docs/configuration#aliases + # python3-fedora-distro-aliases provides `resolve-fedora-aliases` command targets: &fedora_copr_targets - # f40 ships go 1.22 and we require go 1.23 now. This should be revert to fedora-all - # once either f40 is rebased to go 1.23 or f42 is released and f40 EOL. - - fedora-latest-stable-x86_64 - - fedora-latest-stable-aarch64 - - fedora-development-x86_64 - - fedora-development-aarch64 + - fedora-all-x86_64 + - fedora-all-aarch64 enable_net: true + # Disable osh diff scan until Go support is available + # Ref: https://github.com/openscanhub/known-false-positives/pull/30#issuecomment-2858698495 + osh_diff_scan_after_copr_build: false + # Ignore until golang is updated in distro buildroot to 1.23.3+ - job: copr_build - trigger: pull_request + trigger: ignore packages: [buildah-eln] notifications: *copr_build_failure_notification targets: @@ -68,8 +70,9 @@ jobs: - "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/aarch64/" enable_net: true + # Ignore until golang is updated in distro buildroot to 1.23.3+ - job: copr_build - trigger: pull_request + trigger: ignore packages: [buildah-centos] notifications: *copr_build_failure_notification targets: ¢os_copr_targets @@ -95,21 +98,20 @@ jobs: - job: tests trigger: pull_request packages: [buildah-fedora] - targets: &fedora_copr_test_targets - # See the other comment above, this should be reverted to fedora-all when possible. - - fedora-latest-stable-x86_64 - - fedora-development-x86_64 + targets: + - fedora-all-x86_64 tf_extra_params: environments: - artifacts: - type: repository-file id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/fedora-$releasever/rhcontainerbot-podman-next-fedora-$releasever.repo + # Ignore until golang is updated in distro buildroot to 1.23.3+ # Tests on CentOS Stream for main branch PRs - job: tests - trigger: pull_request + trigger: ignore packages: [buildah-centos] - targets: ¢os_copr_test_targets + targets: - centos-stream-9-x86_64 - centos-stream-10-x86_64 tf_extra_params: diff --git a/README.packit b/README.packit index 6beb40f..dde2a46 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.8.0.post1.dev31+g9980e597. +The file was generated using packit 1.9.0.post1.dev4+g48b4c222. diff --git a/buildah.spec b/buildah.spec index c67c445..6e1c446 100644 --- a/buildah.spec +++ b/buildah.spec @@ -32,7 +32,7 @@ Epoch: 2 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.40.1 +Version: 1.41.0 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease @@ -56,11 +56,11 @@ BuildRequires: go-rpm-macros BuildRequires: gpgme-devel BuildRequires: libassuan-devel BuildRequires: make -BuildRequires: ostree-devel %if %{defined build_with_btrfs} BuildRequires: btrfs-progs-devel %endif BuildRequires: shadow-utils-subid-devel +BuildRequires: sqlite-devel Requires: containers-common-extra %if %{defined fedora} BuildRequires: libseccomp-static @@ -123,9 +123,9 @@ export CGO_CFLAGS+=" -m64 -mtune=generic -fcf-protection=full" export CNI_VERSION=`grep '^# github.com/containernetworking/cni ' src/modules.txt | sed 's,.* ,,'` export LDFLAGS="-X main.buildInfo=`date +%s` -X main.cniVersion=${CNI_VERSION}" -export BUILDTAGS="seccomp $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)" +export BUILDTAGS="seccomp $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh) libsqlite3" %if !%{defined build_with_btrfs} -export BUILDTAGS+=" btrfs_noversion exclude_graphdriver_btrfs" +export BUILDTAGS+=" exclude_graphdriver_btrfs" %endif %if %{defined fips} @@ -138,6 +138,7 @@ export BUILDTAGS+=" libtrust_openssl" %gobuild -o bin/tutorial ./tests/tutorial %gobuild -o bin/inet ./tests/inet %gobuild -o bin/dumpspec ./tests/dumpspec +%gobuild -o bin/passwd ./tests/passwd %{__make} docs %install @@ -150,6 +151,7 @@ cp bin/copy %{buildroot}/%{_bindir}/%{name}-copy cp bin/tutorial %{buildroot}/%{_bindir}/%{name}-tutorial cp bin/inet %{buildroot}/%{_bindir}/%{name}-inet cp bin/dumpspec %{buildroot}/%{_bindir}/%{name}-dumpspec +cp bin/passwd %{buildroot}/%{_bindir}/%{name}-passwd rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/* @@ -175,6 +177,7 @@ rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/* %{_bindir}/%{name}-tutorial %{_bindir}/%{name}-inet %{_bindir}/%{name}-dumpspec +%{_bindir}/%{name}-passwd %{_datadir}/%{name}/test %changelog diff --git a/sources b/sources index 64f4c4b..be6b0b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.40.1.tar.gz) = 6b37b6cc5fa3d7972800cfaef5919df8ee6c9220e8635850ee9d8356645b08afa4252d688f4316b3265e5f6aef6fa0647fb4f7602b7add292fc8b56a74c4fa1f +SHA512 (v1.41.0.tar.gz) = 50be5c400a5063c12d5b97dc285d4969e50e88fa21de537f1c2317df36a1ccabf26ba70ece9e3e5c891e76ee8d85ab946029dc240de40ec88c86ad678e963823 diff --git a/tests/tmt/system.fmf b/tests/tmt/system.fmf index 49b3619..eb6b766 100644 --- a/tests/tmt/system.fmf +++ b/tests/tmt/system.fmf @@ -10,8 +10,14 @@ environment: COPY_BINARY: /usr/bin/buildah-copy TUTORIAL_BINARY: /usr/bin/buildah-tutorial DUMPSPEC_BINARY: /usr/bin/buildah-dumpspec + PASSWD_BINARY: /usr/bin/buildah-passwd TMPDIR: /var/tmp +adjust: + - when: initiator != "packit" + environment+: + RELEASE_TESTING: true + /local/root: summary: System test test: bash ./system.sh From 4939c53015158db064eb159bc69bf200a9184017 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 17:57:10 +0000 Subject: [PATCH 101/116] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 932bf4d26212316488f9ab30e842e62ef652e791 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 7 Aug 2025 13:25:20 +0000 Subject: [PATCH 102/116] Update to 1.41.1 upstream release Upstream tag: v1.41.1 Upstream commit: 2de767f3 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- buildah.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1f70052..573a4dd 100644 --- a/.gitignore +++ b/.gitignore @@ -727,3 +727,4 @@ /v1.40.0.tar.gz /v1.40.1.tar.gz /v1.41.0.tar.gz +/v1.41.1.tar.gz diff --git a/README.packit b/README.packit index dde2a46..3ad54d6 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.9.0.post1.dev4+g48b4c222. +The file was generated using packit 1.11.0. diff --git a/buildah.spec b/buildah.spec index 6e1c446..99a096f 100644 --- a/buildah.spec +++ b/buildah.spec @@ -32,7 +32,7 @@ Epoch: 2 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.41.0 +Version: 1.41.1 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index be6b0b7..3b55b0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.41.0.tar.gz) = 50be5c400a5063c12d5b97dc285d4969e50e88fa21de537f1c2317df36a1ccabf26ba70ece9e3e5c891e76ee8d85ab946029dc240de40ec88c86ad678e963823 +SHA512 (v1.41.1.tar.gz) = 0b953fb8bc2d6b9c83919d1a12ce2757e18c1df4a230be506a3a207727a2390fd78de9e2fd919e99f764d7166765354f056f84f07852ec1b114c44d637370816 From 9679193c218370ec4d65a9161653bd6d3c196f35 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 13 Aug 2025 18:57:12 +0000 Subject: [PATCH 103/116] Update to 1.41.2 upstream release Upstream tag: v1.41.2 Upstream commit: 5442721d Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + buildah.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 573a4dd..383e353 100644 --- a/.gitignore +++ b/.gitignore @@ -728,3 +728,4 @@ /v1.40.1.tar.gz /v1.41.0.tar.gz /v1.41.1.tar.gz +/v1.41.2.tar.gz diff --git a/buildah.spec b/buildah.spec index 99a096f..68ac9ca 100644 --- a/buildah.spec +++ b/buildah.spec @@ -32,7 +32,7 @@ Epoch: 2 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.41.1 +Version: 1.41.2 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index 3b55b0e..148d707 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.41.1.tar.gz) = 0b953fb8bc2d6b9c83919d1a12ce2757e18c1df4a230be506a3a207727a2390fd78de9e2fd919e99f764d7166765354f056f84f07852ec1b114c44d637370816 +SHA512 (v1.41.2.tar.gz) = fd8884e9d0e3f18cabc73eadf0cb24ee642aebb4dca5b1d172839c32ff36196a213f6cddbd7109390e5af99e22afbc584e0f3a6a4dd7b98c5b2402388f976744 From 1b8d00975027576249c3d2e4a55b7b43b67a9720 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 14 Aug 2025 18:56:32 +0000 Subject: [PATCH 104/116] Update to 1.41.3 upstream release Upstream tag: v1.41.3 Upstream commit: b60c59c7 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + buildah.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 383e353..f80be95 100644 --- a/.gitignore +++ b/.gitignore @@ -729,3 +729,4 @@ /v1.41.0.tar.gz /v1.41.1.tar.gz /v1.41.2.tar.gz +/v1.41.3.tar.gz diff --git a/buildah.spec b/buildah.spec index 68ac9ca..297ab1a 100644 --- a/buildah.spec +++ b/buildah.spec @@ -32,7 +32,7 @@ Epoch: 2 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.41.2 +Version: 1.41.3 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index 148d707..69ec871 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.41.2.tar.gz) = fd8884e9d0e3f18cabc73eadf0cb24ee642aebb4dca5b1d172839c32ff36196a213f6cddbd7109390e5af99e22afbc584e0f3a6a4dd7b98c5b2402388f976744 +SHA512 (v1.41.3.tar.gz) = b106f74a1eea63a38bc28218ad71bb0073c15ae879e657111373b61175d81591ee7c9b4579b2135759f73f3512001237ae56fa6463cade57b8adb0d847b4f840 From d76916f38663dbed6e1732e3716923c8f2edc443 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Fri, 15 Aug 2025 14:23:03 -0500 Subject: [PATCH 105/116] Rebuild for golang-1.25.0 --- buildah.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index 297ab1a..4613329 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,7 @@ Epoch: 2 Version: 1.41.3 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 -Release: %autorelease +Release: %autorelease.1 %if %{defined golang_arches_future} ExclusiveArch: %{golang_arches_future} %else @@ -181,6 +181,9 @@ rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/* %{_datadir}/%{name}/test %changelog +* Fri Aug 15 2025 Maxwell G - 2:1.41.3-1.1 +- Rebuild for golang-1.25.0 + %if %{defined autochangelog} %autochangelog %else From 6d07ec6d35bf167199dbfcd8dca100508f14e5c5 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Fri, 15 Aug 2025 15:25:55 -0500 Subject: [PATCH 106/116] Revert "Rebuild for golang-1.25.0" This reverts commit d76916f38663dbed6e1732e3716923c8f2edc443. --- buildah.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/buildah.spec b/buildah.spec index 4613329..297ab1a 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,7 @@ Epoch: 2 Version: 1.41.3 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 -Release: %autorelease.1 +Release: %autorelease %if %{defined golang_arches_future} ExclusiveArch: %{golang_arches_future} %else @@ -181,9 +181,6 @@ rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/* %{_datadir}/%{name}/test %changelog -* Fri Aug 15 2025 Maxwell G - 2:1.41.3-1.1 -- Rebuild for golang-1.25.0 - %if %{defined autochangelog} %autochangelog %else From fb16241361cac409acae8053287142059ca0eae3 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Fri, 15 Aug 2025 16:02:45 -0500 Subject: [PATCH 107/116] Rebuild for golang-1.25.0 From 561d0ac58e934c0c08c76fbf9d742977373849cc Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 4 Sep 2025 15:29:33 +0000 Subject: [PATCH 108/116] Update to 1.41.4 upstream release Upstream tag: v1.41.4 Upstream commit: 4094f92e Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- buildah.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f80be95..5082082 100644 --- a/.gitignore +++ b/.gitignore @@ -730,3 +730,4 @@ /v1.41.1.tar.gz /v1.41.2.tar.gz /v1.41.3.tar.gz +/v1.41.4.tar.gz diff --git a/README.packit b/README.packit index 3ad54d6..fb341a1 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.11.0. +The file was generated using packit 1.11.0.post1.dev7+gfdcdf3a32. diff --git a/buildah.spec b/buildah.spec index 297ab1a..5f95bd8 100644 --- a/buildah.spec +++ b/buildah.spec @@ -32,7 +32,7 @@ Epoch: 2 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.41.3 +Version: 1.41.4 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index 69ec871..3db3d7e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.41.3.tar.gz) = b106f74a1eea63a38bc28218ad71bb0073c15ae879e657111373b61175d81591ee7c9b4579b2135759f73f3512001237ae56fa6463cade57b8adb0d847b4f840 +SHA512 (v1.41.4.tar.gz) = a2f4d7654293baf4267293b33f9a559f9e027bcde816d6a0690f8b9df4256f4989f27331fe6fede98a6e676e3d34a706ef0fb468085afc728aea4c0ea968636c From 7d0ac054b59131d6b9a2b05220685e355e1254f6 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 29 Sep 2025 19:13:03 +0000 Subject: [PATCH 109/116] Update to 1.41.5 upstream release Upstream tag: v1.41.5 Upstream commit: 7d95c695 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + buildah.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5082082..484d568 100644 --- a/.gitignore +++ b/.gitignore @@ -731,3 +731,4 @@ /v1.41.2.tar.gz /v1.41.3.tar.gz /v1.41.4.tar.gz +/v1.41.5.tar.gz diff --git a/buildah.spec b/buildah.spec index 5f95bd8..431df24 100644 --- a/buildah.spec +++ b/buildah.spec @@ -32,7 +32,7 @@ Epoch: 2 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.41.4 +Version: 1.41.5 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index 3db3d7e..0dfba83 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.41.4.tar.gz) = a2f4d7654293baf4267293b33f9a559f9e027bcde816d6a0690f8b9df4256f4989f27331fe6fede98a6e676e3d34a706ef0fb468085afc728aea4c0ea968636c +SHA512 (v1.41.5.tar.gz) = 11067b5e80a3f4d5b9544dcaa29231023e6aa7f144ef463b6823ad65e11af34f61571bd6ab1d63046042fa80f7c4a68b4b1f43c145f35f474144b3c7d3b04b3d From 5fedcf4ec65dfe22189bce47d37c13e56f9dbb47 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Fri, 10 Oct 2025 10:53:24 -0500 Subject: [PATCH 110/116] Rebuild for golang 1.25.2 From 6fc353cd85e2798f639185b9f82f6d58713eca2c Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 22 Oct 2025 15:20:59 +0000 Subject: [PATCH 111/116] Update to 1.42.0 upstream release Upstream tag: v1.42.0 Upstream commit: 1ba41f03 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- buildah.spec | 8 +++++++- sources | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 484d568..c806723 100644 --- a/.gitignore +++ b/.gitignore @@ -732,3 +732,4 @@ /v1.41.3.tar.gz /v1.41.4.tar.gz /v1.41.5.tar.gz +/v1.42.0.tar.gz diff --git a/README.packit b/README.packit index fb341a1..2511bf4 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.11.0.post1.dev7+gfdcdf3a32. +The file was generated using packit 1.12.0. diff --git a/buildah.spec b/buildah.spec index 431df24..2ff2112 100644 --- a/buildah.spec +++ b/buildah.spec @@ -32,7 +32,7 @@ Epoch: 2 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.41.5 +Version: 1.42.0 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease @@ -139,6 +139,8 @@ export BUILDTAGS+=" libtrust_openssl" %gobuild -o bin/inet ./tests/inet %gobuild -o bin/dumpspec ./tests/dumpspec %gobuild -o bin/passwd ./tests/passwd +%gobuild -o bin/crash ./tests/crash +%gobuild -o bin/wait ./tests/wait %{__make} docs %install @@ -152,6 +154,8 @@ cp bin/tutorial %{buildroot}/%{_bindir}/%{name}-tutorial cp bin/inet %{buildroot}/%{_bindir}/%{name}-inet cp bin/dumpspec %{buildroot}/%{_bindir}/%{name}-dumpspec cp bin/passwd %{buildroot}/%{_bindir}/%{name}-passwd +cp bin/crash %{buildroot}/%{_bindir}/%{name}-crash +cp bin/wait %{buildroot}/%{_bindir}/%{name}-wait rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/* @@ -178,6 +182,8 @@ rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/* %{_bindir}/%{name}-inet %{_bindir}/%{name}-dumpspec %{_bindir}/%{name}-passwd +%{_bindir}/%{name}-crash +%{_bindir}/%{name}-wait %{_datadir}/%{name}/test %changelog diff --git a/sources b/sources index 0dfba83..0f8bdfa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.41.5.tar.gz) = 11067b5e80a3f4d5b9544dcaa29231023e6aa7f144ef463b6823ad65e11af34f61571bd6ab1d63046042fa80f7c4a68b4b1f43c145f35f474144b3c7d3b04b3d +SHA512 (v1.42.0.tar.gz) = becea994798624b1bdc815bb74aeaabc90af6f90a16332f771d56d5d619ec73affff1671b835772064a0c5a4a317da08d6deba737aa4cf9111382888d4770649 From a884e54cb01af2296c0b2226fb284cb9c7598118 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 23 Oct 2025 08:41:34 -0400 Subject: [PATCH 112/116] build with sequoia on f43+ --- buildah.spec | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/buildah.spec b/buildah.spec index 2ff2112..36684f7 100644 --- a/buildah.spec +++ b/buildah.spec @@ -11,6 +11,9 @@ %if %{defined fedora} %define build_with_btrfs 1 +%if 0%{?fedora} >= 43 +%define sequoia 1 +%endif %endif %if %{defined rhel} @@ -69,6 +72,9 @@ BuildRequires: libseccomp-devel %endif Requires: libseccomp >= 2.4.1-0 Suggests: cpp +%if %{defined sequoia} +Requires: podman-sequoia +%endif %description The %{name} package provides a command line tool which can be used to @@ -132,6 +138,10 @@ export BUILDTAGS+=" exclude_graphdriver_btrfs" export BUILDTAGS+=" libtrust_openssl" %endif +%if %{defined sequoia} +export BUILDTAGS+=" containers_image_sequoia" +%endif + %gobuild -o bin/%{name} ./cmd/%{name} %gobuild -o bin/imgtype ./tests/imgtype %gobuild -o bin/copy ./tests/copy From 90ad4c354ac777cfef2a16b79c39bc22ea085ec2 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 23 Oct 2025 08:44:05 -0400 Subject: [PATCH 113/116] cleanup changelog --- buildah.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/buildah.spec b/buildah.spec index 36684f7..e3e9102 100644 --- a/buildah.spec +++ b/buildah.spec @@ -197,12 +197,4 @@ rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/* %{_datadir}/%{name}/test %changelog -%if %{defined autochangelog} %autochangelog -%else -# NOTE: This changelog will be visible on CentOS 8 Stream builds -# Other envs are capable of handling autochangelog -* Fri Jun 16 2023 RH Container Bot -- Placeholder changelog for envs that are not autochangelog-ready. -- Contact upstream if you need to report an issue with the build. -%endif From 7c141b863e69837aa781b50ebc859b4d287a6793 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 3 Nov 2025 11:14:16 -0500 Subject: [PATCH 114/116] Rebuild for CVE fixes Resolves: CVE-2025-58185, CVE-2025-58188, CVE-2025-61723 From c0cc68f3e147374f221ef67d07749282b10c931d Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 11 Nov 2025 14:26:58 +0000 Subject: [PATCH 115/116] Update to 1.42.1 upstream release Upstream tag: v1.42.1 Upstream commit: de21106b Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- buildah.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c806723..fbd3660 100644 --- a/.gitignore +++ b/.gitignore @@ -733,3 +733,4 @@ /v1.41.4.tar.gz /v1.41.5.tar.gz /v1.42.0.tar.gz +/v1.42.1.tar.gz diff --git a/README.packit b/README.packit index 2511bf4..e03362b 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.12.0. +The file was generated using packit 1.12.0.post1.dev13+gd51655c23. diff --git a/buildah.spec b/buildah.spec index e3e9102..9fdce1b 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,7 @@ Epoch: 2 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.42.0 +Version: 1.42.1 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index 0f8bdfa..cf48c42 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.42.0.tar.gz) = becea994798624b1bdc815bb74aeaabc90af6f90a16332f771d56d5d619ec73affff1671b835772064a0c5a4a317da08d6deba737aa4cf9111382888d4770649 +SHA512 (v1.42.1.tar.gz) = 87c512fe81b76767a84663f2b03edb3408c42286c540c51c5497ac5e7d05887fba5fdac9114547dbe6781f033710e2d3a96a7312d750f9232378bb865d0574bf From d4d527c371df509cd216fee8c1d8d90f0bdbf5df Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 3 Dec 2025 09:14:25 +0000 Subject: [PATCH 116/116] Update to 1.42.2 upstream release Upstream tag: v1.42.2 Upstream commit: c0cc9725 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- buildah.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fbd3660..ae2c48c 100644 --- a/.gitignore +++ b/.gitignore @@ -734,3 +734,4 @@ /v1.41.5.tar.gz /v1.42.0.tar.gz /v1.42.1.tar.gz +/v1.42.2.tar.gz diff --git a/README.packit b/README.packit index e03362b..b4b46e3 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.12.0.post1.dev13+gd51655c23. +The file was generated using packit 1.12.0.post1.dev20+g7d30dac21. diff --git a/buildah.spec b/buildah.spec index 9fdce1b..9751b59 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,7 @@ Epoch: 2 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.42.1 +Version: 1.42.2 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index cf48c42..c210586 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.42.1.tar.gz) = 87c512fe81b76767a84663f2b03edb3408c42286c540c51c5497ac5e7d05887fba5fdac9114547dbe6781f033710e2d3a96a7312d750f9232378bb865d0574bf +SHA512 (v1.42.2.tar.gz) = adb1de700db9b589639f6fd02cad95d9bedacb9d0363838315f33c978a8c900570d55af95073992ff69cff4f2a9d18776c5d786af294aaa1604144580c957414