From b0a75f072f37e1c032d7ba3016aeb0e6124996c9 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sun, 26 Aug 2018 07:51:42 -0400 Subject: [PATCH 0001/2185] Resolves: #1619411 - python3-podman should require python3-psutil podman-docker should conflict with moby-engine require nftables recommend slirp4netns and fuse-overlayfs (latter only for kernel >= 4.18) --- podman.spec | 58 ++++++++++++++++++++++++++++++++++------------------- 1 file changed, 37 insertions(+), 21 deletions(-) diff --git a/podman.spec b/podman.spec index 94f9f6a..65e5946 100644 --- a/podman.spec +++ b/podman.spec @@ -20,28 +20,33 @@ %global provider github %global provider_tld com -%global project projectatomic +%global project containers %global repo libpod -# https://github.com/projectatomic/libpod +# https://github.com/containers/libpod %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3d55721fc4879cba166a9afb5acfeb8e1cdd6272 +%global commit0 9f9b8cffe5231e828a26b5bbec93bd474370c9d9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) +%global import_path_conmon github.com/kubernetes-incubator/cri-o +%global git_conmon https://%{import_path_conmon} +%global commit_conmon 4e7f71b714932dafc6a70e9b6dc09112da478be1 +%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) + Name: podman # Version string is wrong but only written as such to avoid epoch bumps # Will be fixed once upstream moves to 0.8.11-dev %if 0%{?fedora} > 28 Epoch: 1 %endif -Version: 0.8.3 -Release: 4.dev.git%{shortcommit0}%{?dist} +Version: 0.8.4 +Release: 1.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: %{git_podman} Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz -Patch: rootless.patch +Source1: %{git_conmon}/archive/%{commit_conmon}/cri-o-%{shortcommit_conmon}.tar.gz # e.g. el6 has ppc64 arch without gcc-go, so EA tag is required #ExclusiveArch: %%{?go_arches:%%{go_arches}}%%{!?go_arches:%%{ix86} x86_64 aarch64 %%{arm}} ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 @@ -69,7 +74,7 @@ Requires: iptables Requires: nftables Requires: atomic-registries Requires: oci-systemd-hook -Requires: conmon +#Requires: conmon Recommends: container-selinux Recommends: slirp4netns %if 0%{?fedora} > 28 @@ -229,6 +234,10 @@ This package installs a script named docker that emulates the Docker CLI by executes podman commands, it also creates links between all Docker CLI man pages and podman. +%files docker +%{_bindir}/docker +%{_mandir}/man1/docker*.1* + %if 0%{?with_devel} %package devel Summary: Library for applications looking to use Container Pods @@ -364,7 +373,7 @@ building other packages which use import path with %if 0%{?with_unit_test} && 0%{?with_devel} %package unit-test-devel -Summary: Unit tests for %{name} package +Summary: Unit tests for %{name} package %if 0%{?with_check} #Here comes all BuildRequires: PACKAGE the unit tests #in %%check section need for running @@ -396,6 +405,9 @@ sed -i 's/0.0.0/%{version}/' contrib/python/%{name}/setup.py sed -i 's/0.0.0/%{version}/' contrib/python/py%{name}/setup.py mv pkg/hooks/README.md pkg/hooks/README-hooks.md +# untar cri-o +tar zxf %{SOURCE1} + %build mkdir _build pushd _build @@ -406,20 +418,23 @@ ln -s vendor src export GOPATH=$(pwd)/_build:$(pwd):$(pwd):%{gopath} export BUILDTAGS="varlink selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh)" %gogenerate ./cmd/%{name}/varlink/... -%gobuild -o bin/%{name} %{import_path}/cmd/%{name} +BUILDTAGS=$BUILDTAGS make binaries docs -%if %{with varlink} -#install python-podman -pushd contrib/python/podman -%py3_build +# build conmon +pushd cri-o-%{commit_conmon} + +mkdir _output +pushd _output +mkdir -p src/%{provider}.%{provider_tld}/{kubernetes-incubator,opencontainers} +ln -s $(dirs +1 -l) src/%{import_path_conmon} popd -#install python-pypodman -pushd contrib/python/pypodman -%py3_build +ln -s vendor src +export GOPATH=$(pwd)/_output:$(pwd):%{gopath} +export BUILDTAGS="selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) containers_image_ostree_stub" +BUILDTAGS=$BUILDTAGS make -C conmon popd -%endif # varlink %install install -dp %{buildroot}%{_unitdir} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ @@ -438,6 +453,10 @@ install -dp %{buildroot}%{_unitdir} install -dp %{buildroot}%{_datadir}/containers install -p -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers +# install conmon +install -dp %{buildroot}%{_libexecdir}/%{name} +install -p -m 755 cri-o-%{commit_conmon}/bin/conmon %{buildroot}%{_libexecdir}/%{name} + # source codes for building projects %if 0%{?with_devel} install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ @@ -512,6 +531,7 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_mandir}/man1/podman*.1* %{_mandir}/man5/*.5* %{_datadir}/bash-completion/completions/* +%{_libexecdir}/%{name}/conmon %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist %{_datadir}/containers/%{repo}.conf %{_unitdir}/io.%{name}.service @@ -535,10 +555,6 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_bindir}/py%{name} %endif # varlink -%files docker -%{_bindir}/docker -%{_mandir}/man1/docker*.1* - %if 0%{?with_devel} %files -n libpod-devel -f devel.file-list %license LICENSE From 6caaf4db84d1292d3f680119253c479f494f85a4 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sun, 26 Aug 2018 07:53:10 -0400 Subject: [PATCH 0002/2185] Resolves: #1619411 - python3-podman should require python3-psutil podman-docker should conflict with moby-engine require nftables recommend slirp4netns and fuse-overlayfs (latter only for kernel >= 4.18) --- podman.spec | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/podman.spec b/podman.spec index 65e5946..414458f 100644 --- a/podman.spec +++ b/podman.spec @@ -29,11 +29,6 @@ %global commit0 9f9b8cffe5231e828a26b5bbec93bd474370c9d9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) -%global import_path_conmon github.com/kubernetes-incubator/cri-o -%global git_conmon https://%{import_path_conmon} -%global commit_conmon 4e7f71b714932dafc6a70e9b6dc09112da478be1 -%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) - Name: podman # Version string is wrong but only written as such to avoid epoch bumps # Will be fixed once upstream moves to 0.8.11-dev @@ -46,7 +41,6 @@ Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: %{git_podman} Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz -Source1: %{git_conmon}/archive/%{commit_conmon}/cri-o-%{shortcommit_conmon}.tar.gz # e.g. el6 has ppc64 arch without gcc-go, so EA tag is required #ExclusiveArch: %%{?go_arches:%%{go_arches}}%%{!?go_arches:%%{ix86} x86_64 aarch64 %%{arm}} ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 @@ -74,7 +68,7 @@ Requires: iptables Requires: nftables Requires: atomic-registries Requires: oci-systemd-hook -#Requires: conmon +Requires: conmon Recommends: container-selinux Recommends: slirp4netns %if 0%{?fedora} > 28 @@ -420,21 +414,6 @@ export BUILDTAGS="varlink selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/ %gogenerate ./cmd/%{name}/varlink/... BUILDTAGS=$BUILDTAGS make binaries docs -# build conmon -pushd cri-o-%{commit_conmon} - -mkdir _output -pushd _output -mkdir -p src/%{provider}.%{provider_tld}/{kubernetes-incubator,opencontainers} -ln -s $(dirs +1 -l) src/%{import_path_conmon} -popd - -ln -s vendor src -export GOPATH=$(pwd)/_output:$(pwd):%{gopath} -export BUILDTAGS="selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) containers_image_ostree_stub" -BUILDTAGS=$BUILDTAGS make -C conmon -popd - %install install -dp %{buildroot}%{_unitdir} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ @@ -453,10 +432,6 @@ install -dp %{buildroot}%{_unitdir} install -dp %{buildroot}%{_datadir}/containers install -p -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers -# install conmon -install -dp %{buildroot}%{_libexecdir}/%{name} -install -p -m 755 cri-o-%{commit_conmon}/bin/conmon %{buildroot}%{_libexecdir}/%{name} - # source codes for building projects %if 0%{?with_devel} install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ @@ -531,7 +506,6 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_mandir}/man1/podman*.1* %{_mandir}/man5/*.5* %{_datadir}/bash-completion/completions/* -%{_libexecdir}/%{name}/conmon %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist %{_datadir}/containers/%{repo}.conf %{_unitdir}/io.%{name}.service From 3a4199d0fd450805a0c95917180878f014845af7 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sun, 26 Aug 2018 07:53:10 -0400 Subject: [PATCH 0003/2185] Resolves: #1619411 - python3-podman should require python3-psutil podman-docker should conflict with moby-engine require nftables recommend slirp4netns and fuse-overlayfs (latter only for kernel >= 4.18) Signed-off-by: Daniel J Walsh --- .gitignore | 20 ++++++-------------- podman.spec | 28 +--------------------------- sources | 2 +- 3 files changed, 8 insertions(+), 42 deletions(-) diff --git a/.gitignore b/.gitignore index ba79c3d..9b91a25 100644 --- a/.gitignore +++ b/.gitignore @@ -82,17 +82,9 @@ /libpod-99959e5.tar.gz /libpod-ca6ffbc.tar.gz /libpod-0660108.tar.gz -/libpod-f661e1d.tar.gz -/libpod-c7424b6.tar.gz -/libpod-4f9b1ae.tar.gz -/libpod-84cfdb2.tar.gz -/libpod-86154b6.tar.gz -/libpod-9a18681.tar.gz -/libpod-c90b740.tar.gz -/libpod-9c806a4.tar.gz -/libpod-3dd577e.tar.gz -/libpod-87d8edb.tar.gz -/libpod-433cbd5.tar.gz -/libpod-5a4e590.tar.gz -/libpod-1a439f9.tar.gz -/libpod-3d55721.tar.gz +/libpod-6b4ab2a.tar.gz +/libpod-7a526bb.tar.gz +/cri-o-4e7f71b.tar.gz +/libpod-f38eb4f.tar.gz +/libpod-9d09a4d.tar.gz +/libpod-9f9b8cf.tar.gz diff --git a/podman.spec b/podman.spec index 65e5946..414458f 100644 --- a/podman.spec +++ b/podman.spec @@ -29,11 +29,6 @@ %global commit0 9f9b8cffe5231e828a26b5bbec93bd474370c9d9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) -%global import_path_conmon github.com/kubernetes-incubator/cri-o -%global git_conmon https://%{import_path_conmon} -%global commit_conmon 4e7f71b714932dafc6a70e9b6dc09112da478be1 -%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) - Name: podman # Version string is wrong but only written as such to avoid epoch bumps # Will be fixed once upstream moves to 0.8.11-dev @@ -46,7 +41,6 @@ Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: %{git_podman} Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz -Source1: %{git_conmon}/archive/%{commit_conmon}/cri-o-%{shortcommit_conmon}.tar.gz # e.g. el6 has ppc64 arch without gcc-go, so EA tag is required #ExclusiveArch: %%{?go_arches:%%{go_arches}}%%{!?go_arches:%%{ix86} x86_64 aarch64 %%{arm}} ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 @@ -74,7 +68,7 @@ Requires: iptables Requires: nftables Requires: atomic-registries Requires: oci-systemd-hook -#Requires: conmon +Requires: conmon Recommends: container-selinux Recommends: slirp4netns %if 0%{?fedora} > 28 @@ -420,21 +414,6 @@ export BUILDTAGS="varlink selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/ %gogenerate ./cmd/%{name}/varlink/... BUILDTAGS=$BUILDTAGS make binaries docs -# build conmon -pushd cri-o-%{commit_conmon} - -mkdir _output -pushd _output -mkdir -p src/%{provider}.%{provider_tld}/{kubernetes-incubator,opencontainers} -ln -s $(dirs +1 -l) src/%{import_path_conmon} -popd - -ln -s vendor src -export GOPATH=$(pwd)/_output:$(pwd):%{gopath} -export BUILDTAGS="selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) containers_image_ostree_stub" -BUILDTAGS=$BUILDTAGS make -C conmon -popd - %install install -dp %{buildroot}%{_unitdir} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ @@ -453,10 +432,6 @@ install -dp %{buildroot}%{_unitdir} install -dp %{buildroot}%{_datadir}/containers install -p -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers -# install conmon -install -dp %{buildroot}%{_libexecdir}/%{name} -install -p -m 755 cri-o-%{commit_conmon}/bin/conmon %{buildroot}%{_libexecdir}/%{name} - # source codes for building projects %if 0%{?with_devel} install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ @@ -531,7 +506,6 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_mandir}/man1/podman*.1* %{_mandir}/man5/*.5* %{_datadir}/bash-completion/completions/* -%{_libexecdir}/%{name}/conmon %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist %{_datadir}/containers/%{repo}.conf %{_unitdir}/io.%{name}.service diff --git a/sources b/sources index 651c884..6f64d4e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-3d55721.tar.gz) = 78366d0f6cb63d83bfbd49dc59b9206494eef9aa72d8a8d7e937f875bc05fb245d3ff8ae3ca6b7f6397d8ee094b5e48a37c750dfb9278033d204fda769aa7420 +SHA512 (libpod-9f9b8cf.tar.gz) = 85b25cc960451727002220e4888cd70cec98644b75f388bc36f0777146c8d36fb9fed66dd58a82622c3e5bbc9da881f949b98d8b2527630e94db3d140f8e9ec4 From 292a35110107d267a881e7ae9761564538076108 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 27 Aug 2018 05:20:07 -0400 Subject: [PATCH 0004/2185] Resolves: #1619411 - python3-podman should require python3-psutil podman-docker should conflict with moby-engine require nftables recommend slirp4netns and fuse-overlayfs (latter only for kernel >= 4.18) --- podman.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/podman.spec b/podman.spec index 414458f..07123f6 100644 --- a/podman.spec +++ b/podman.spec @@ -399,9 +399,6 @@ sed -i 's/0.0.0/%{version}/' contrib/python/%{name}/setup.py sed -i 's/0.0.0/%{version}/' contrib/python/py%{name}/setup.py mv pkg/hooks/README.md pkg/hooks/README-hooks.md -# untar cri-o -tar zxf %{SOURCE1} - %build mkdir _build pushd _build From c8527f7aa304307341296abcfc35968555214b5c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 30 Aug 2018 09:12:51 -0400 Subject: [PATCH 0005/2185] correct min dep on containernetworking-plugins Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 94f9f6a..592d7d8 100644 --- a/podman.spec +++ b/podman.spec @@ -64,7 +64,7 @@ BuildRequires: pkgconfig BuildRequires: make Requires: runc Requires: containers-common -Requires: containernetworking-plugins >= 0.7.3-1 +Requires: containernetworking-plugins >= 0.7.3-2 Requires: iptables Requires: nftables Requires: atomic-registries From 9cea8ee38421dc8c84660d5cdbe116c6bf72c351 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 30 Aug 2018 09:25:40 -0400 Subject: [PATCH 0006/2185] podman-1:0.8.5-1.dev.git65c31d4 - bump to v0.8.5-dev - built commit 65c31d4 - correct min dep on containernetworking-plugins for upgrade from containernetworking-cni Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 34 ++++++++++++++++++++-------------- rootless.patch | 15 --------------- sources | 2 +- 4 files changed, 22 insertions(+), 30 deletions(-) delete mode 100644 rootless.patch diff --git a/.gitignore b/.gitignore index ba79c3d..3696911 100644 --- a/.gitignore +++ b/.gitignore @@ -96,3 +96,4 @@ /libpod-5a4e590.tar.gz /libpod-1a439f9.tar.gz /libpod-3d55721.tar.gz +/libpod-65c31d4.tar.gz diff --git a/podman.spec b/podman.spec index 592d7d8..5413665 100644 --- a/podman.spec +++ b/podman.spec @@ -20,13 +20,13 @@ %global provider github %global provider_tld com -%global project projectatomic +%global project containers %global repo libpod -# https://github.com/projectatomic/libpod +# https://github.com/containers/libpod %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3d55721fc4879cba166a9afb5acfeb8e1cdd6272 +%global commit0 65c31d49f967c9b1da0984897be08f6238bc7705 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: podman @@ -35,13 +35,12 @@ Name: podman %if 0%{?fedora} > 28 Epoch: 1 %endif -Version: 0.8.3 -Release: 4.dev.git%{shortcommit0}%{?dist} +Version: 0.8.5 +Release: 1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: %{git_podman} Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz -Patch: rootless.patch # e.g. el6 has ppc64 arch without gcc-go, so EA tag is required #ExclusiveArch: %%{?go_arches:%%{go_arches}}%%{!?go_arches:%%{ix86} x86_64 aarch64 %%{arm}} ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 @@ -86,10 +85,10 @@ Provides: bundled(golang(github.com/buger/goterm)) = 2f8dfbc7dbbff5dd1d391ed9148 Provides: bundled(golang(github.com/BurntSushi/toml)) = v0.2.0 Provides: bundled(golang(github.com/containerd/cgroups)) = 77e628511d924b13a77cebdc73b757a47f6d751b Provides: bundled(golang(github.com/containerd/continuity)) = master -Provides: bundled(golang(github.com/containernetworking/cni)) = v0.7.0-alpha1 +#Provides: bundled(golang(github.com/containernetworking/cni)) = v0.7.0-alpha1 Provides: bundled(golang(github.com/containernetworking/plugins)) = 1562a1e60ed101aacc5e08ed9dbeba8e9f3d4ec1 Provides: bundled(golang(github.com/containers/image)) = 134f99bed228d6297dc01d152804f6f09f185418 -Provides: bundled(golang(github.com/containers/psgo)) = 382fc951fe0a8aba62043862ce1a56f77524db87 +Provides: bundled(golang(github.com/containers/psgo)) = 5dde6da0bc8831b35243a847625bcf18183bd1ee Provides: bundled(golang(github.com/containers/storage)) = 17c7d1fee5603ccf6dd97edc14162fc1510e7e23 Provides: bundled(golang(github.com/coreos/go-systemd)) = v14 Provides: bundled(golang(github.com/cri-o/ocicni)) = master @@ -121,6 +120,7 @@ Provides: bundled(golang(github.com/hashicorp/go-multierror)) = 83588e72410abfbe Provides: bundled(golang(github.com/imdario/mergo)) = 0.2.2 Provides: bundled(golang(github.com/json-iterator/go)) = 1.0.0 Provides: bundled(golang(github.com/kr/pty)) = v1.0.0 +Provides: bundled(golang(github.com/mailru/easyjson)) = 03f2033d19d5860aef995fe360ac7d395cd8ce65 Provides: bundled(golang(github.com/mattn/go-runewidth)) = v0.0.1 Provides: bundled(golang(github.com/Microsoft/go-winio)) = 78439966b38d69bf38227fbf57ac8a6fee70f69a Provides: bundled(golang(github.com/Microsoft/hcsshim)) = 43f9725307998e09f2e3816c2c0c36dc98f0c982 @@ -128,18 +128,18 @@ Provides: bundled(golang(github.com/mistifyio/go-zfs)) = v2.1.1 Provides: bundled(golang(github.com/mrunalp/fileutils)) = master Provides: bundled(golang(github.com/mtrmac/gpgme)) = b2432428689ca58c2b8e8dea9449d3295cf96fc9 Provides: bundled(golang(github.com/Nvveen/Gotty)) = master -Provides: bundled(golang(github.com/opencontainers/go-digest)) = v1.0.0-rc0 +#Provides: bundled(golang(github.com/opencontainers/go-digest)) = v1.0.0-rc0 Provides: bundled(golang(github.com/opencontainers/image-spec)) = v1.0.0 Provides: bundled(golang(github.com/opencontainers/runc)) = b4e2ecb452d9ee4381137cc0a7e6715b96bed6de Provides: bundled(golang(github.com/opencontainers/runtime-spec)) = v1.0.0 -Provides: bundled(golang(github.com/opencontainers/runtime-tools)) = 625e2322645b151a7cbb93a8b42920933e72167f +Provides: bundled(golang(github.com/opencontainers/runtime-tools)) = master Provides: bundled(golang(github.com/opencontainers/selinux)) = b6fa367ed7f534f9ba25391cc2d467085dbb445a Provides: bundled(golang(github.com/openshift/imagebuilder)) = master Provides: bundled(golang(github.com/ostreedev/ostree-go)) = master Provides: bundled(golang(github.com/pkg/errors)) = v0.8.0 Provides: bundled(golang(github.com/pmezard/go-difflib)) = 792786c7400a136282c1664665ae0a8db921c6c2 Provides: bundled(golang(github.com/pquerna/ffjson)) = d49c2bc1aa135aad0c6f4fc2056623ec78f5d5ac -Provides: bundled(golang(github.com/projectatomic/buildah)) = 35a37f36d37bf84397d7f79f6bb8649f728c19f1 +Provides: bundled(golang(github.com/projectatomic/buildah)) = 2423a90e23ced88c72e30664631af18c9af75148 Provides: bundled(golang(github.com/seccomp/containers-golang)) = master Provides: bundled(golang(github.com/seccomp/libseccomp-golang)) = v0.9.0 Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.0.0 @@ -149,8 +149,7 @@ Provides: bundled(golang(github.com/syndtr/gocapability)) = e7cb7fa329f456b38551 Provides: bundled(golang(github.com/tchap/go-patricia)) = v2.2.6 Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.4 Provides: bundled(golang(github.com/ulule/deepcopier)) = master -# no '-' in version -#Provides: bundled(golang(github.com/urfave/cli)) = fix-short-opts-parsing +Provides: bundled(golang(github.com/urfave/cli)) = 934abfb2f102315b5794e15ebc7949e4ca253920 Provides: bundled(golang(github.com/varlink/go)) = master Provides: bundled(golang(github.com/vbatts/tar-split)) = v0.10.2 Provides: bundled(golang(github.com/vishvananda/netlink)) = master @@ -177,6 +176,7 @@ Provides: bundled(golang(k8s.io/client-go)) = 7cd1d3291b7d9b1e2d54d4b69eb65995ea Provides: bundled(golang(k8s.io/kube-openapi)) = 275e2ce91dec4c05a4094a7b1daee5560b555ac9 Provides: bundled(golang(k8s.io/utils)) = 258e2a2fa64568210fbd6267cf1d8fd87c3cb86e + %description %{summary} %{repo} provides a library for applications looking to use @@ -403,7 +403,7 @@ mkdir -p src/%{provider}.%{provider_tld}/%{project} ln -s ../../../../ src/%{import_path} popd ln -s vendor src -export GOPATH=$(pwd)/_build:$(pwd):$(pwd):%{gopath} +export GOPATH=$(pwd)/_build:$(pwd):%{gopath} export BUILDTAGS="varlink selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh)" %gogenerate ./cmd/%{name}/varlink/... %gobuild -o bin/%{name} %{import_path}/cmd/%{name} @@ -553,6 +553,12 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu Aug 30 2018 Lokesh Mandvekar - 1:0.8.5-1.dev.git65c31d4 +- bump to v0.8.5-dev +- built commit 65c31d4 +- correct min dep on containernetworking-plugins for upgrade from +containernetworking-cni + * Mon Aug 20 2018 Lokesh Mandvekar - 1:0.8.3-4.dev.git3d55721f - Resolves: #1619411 - python3-podman should require python3-psutil - podman-docker should conflict with moby-engine diff --git a/rootless.patch b/rootless.patch deleted file mode 100644 index aac01b3..0000000 --- a/rootless.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/cmd/podman/libpodruntime/runtime.go b/cmd/podman/libpodruntime/runtime.go -index 9d1347cc..f1f2b963 100644 ---- a/cmd/podman/libpodruntime/runtime.go -+++ b/cmd/podman/libpodruntime/runtime.go -@@ -105,6 +105,10 @@ func GetRuntimeWithStorageOpts(c *cli.Context, storageOpts *storage.StoreOptions - - if c.GlobalIsSet("cgroup-manager") { - options = append(options, libpod.WithCgroupManager(c.GlobalString("cgroup-manager"))) -+ } else { -+ if rootless.IsRootless() { -+ options = append(options, libpod.WithCgroupManager("cgroupfs")) -+ } - } - - // TODO flag to set libpod static dir? diff --git a/sources b/sources index 651c884..73c275d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-3d55721.tar.gz) = 78366d0f6cb63d83bfbd49dc59b9206494eef9aa72d8a8d7e937f875bc05fb245d3ff8ae3ca6b7f6397d8ee094b5e48a37c750dfb9278033d204fda769aa7420 +SHA512 (libpod-65c31d4.tar.gz) = 02b9743152d9f7c035f4ad712bad80367c59234bc4c6b3cb707a7005005442e83e462dde3bffd310e973bd756a75106537b10fa69deeb437b675d0e19ba3b2fa From a535daaa22f727092d0971c624d65aa96766850e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 30 Aug 2018 09:12:51 -0400 Subject: [PATCH 0007/2185] correct min dep on containernetworking-plugins Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 07123f6..58a4e7f 100644 --- a/podman.spec +++ b/podman.spec @@ -63,7 +63,7 @@ BuildRequires: pkgconfig BuildRequires: make Requires: runc Requires: containers-common -Requires: containernetworking-plugins >= 0.7.3-1 +Requires: containernetworking-plugins >= 0.7.3-2 Requires: iptables Requires: nftables Requires: atomic-registries From e930a54ae18f73a27357415af56afe7b19b5ee20 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 30 Aug 2018 09:33:03 -0400 Subject: [PATCH 0008/2185] podman-1:0.8.4-2.git9f9b8cf - correct min dep on containernetworking-plugins - update bundled provides Signed-off-by: Lokesh Mandvekar --- podman.spec | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/podman.spec b/podman.spec index 58a4e7f..d0792cb 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ Name: podman Epoch: 1 %endif Version: 0.8.4 -Release: 1.git%{shortcommit0}%{?dist} +Release: 2.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: %{git_podman} @@ -85,10 +85,10 @@ Provides: bundled(golang(github.com/buger/goterm)) = 2f8dfbc7dbbff5dd1d391ed9148 Provides: bundled(golang(github.com/BurntSushi/toml)) = v0.2.0 Provides: bundled(golang(github.com/containerd/cgroups)) = 77e628511d924b13a77cebdc73b757a47f6d751b Provides: bundled(golang(github.com/containerd/continuity)) = master -Provides: bundled(golang(github.com/containernetworking/cni)) = v0.7.0-alpha1 +#Provides: bundled(golang(github.com/containernetworking/cni)) = v0.7.0-alpha1 Provides: bundled(golang(github.com/containernetworking/plugins)) = 1562a1e60ed101aacc5e08ed9dbeba8e9f3d4ec1 Provides: bundled(golang(github.com/containers/image)) = 134f99bed228d6297dc01d152804f6f09f185418 -Provides: bundled(golang(github.com/containers/psgo)) = 382fc951fe0a8aba62043862ce1a56f77524db87 +Provides: bundled(golang(github.com/containers/psgo)) = 5dde6da0bc8831b35243a847625bcf18183bd1ee Provides: bundled(golang(github.com/containers/storage)) = 17c7d1fee5603ccf6dd97edc14162fc1510e7e23 Provides: bundled(golang(github.com/coreos/go-systemd)) = v14 Provides: bundled(golang(github.com/cri-o/ocicni)) = master @@ -120,6 +120,7 @@ Provides: bundled(golang(github.com/hashicorp/go-multierror)) = 83588e72410abfbe Provides: bundled(golang(github.com/imdario/mergo)) = 0.2.2 Provides: bundled(golang(github.com/json-iterator/go)) = 1.0.0 Provides: bundled(golang(github.com/kr/pty)) = v1.0.0 +Provides: bundled(golang(github.com/mailru/easyjson)) = 03f2033d19d5860aef995fe360ac7d395cd8ce65 Provides: bundled(golang(github.com/mattn/go-runewidth)) = v0.0.1 Provides: bundled(golang(github.com/Microsoft/go-winio)) = 78439966b38d69bf38227fbf57ac8a6fee70f69a Provides: bundled(golang(github.com/Microsoft/hcsshim)) = 43f9725307998e09f2e3816c2c0c36dc98f0c982 @@ -127,18 +128,18 @@ Provides: bundled(golang(github.com/mistifyio/go-zfs)) = v2.1.1 Provides: bundled(golang(github.com/mrunalp/fileutils)) = master Provides: bundled(golang(github.com/mtrmac/gpgme)) = b2432428689ca58c2b8e8dea9449d3295cf96fc9 Provides: bundled(golang(github.com/Nvveen/Gotty)) = master -Provides: bundled(golang(github.com/opencontainers/go-digest)) = v1.0.0-rc0 +#Provides: bundled(golang(github.com/opencontainers/go-digest)) = v1.0.0-rc0 Provides: bundled(golang(github.com/opencontainers/image-spec)) = v1.0.0 Provides: bundled(golang(github.com/opencontainers/runc)) = b4e2ecb452d9ee4381137cc0a7e6715b96bed6de Provides: bundled(golang(github.com/opencontainers/runtime-spec)) = v1.0.0 -Provides: bundled(golang(github.com/opencontainers/runtime-tools)) = 625e2322645b151a7cbb93a8b42920933e72167f +Provides: bundled(golang(github.com/opencontainers/runtime-tools)) = master Provides: bundled(golang(github.com/opencontainers/selinux)) = b6fa367ed7f534f9ba25391cc2d467085dbb445a Provides: bundled(golang(github.com/openshift/imagebuilder)) = master Provides: bundled(golang(github.com/ostreedev/ostree-go)) = master Provides: bundled(golang(github.com/pkg/errors)) = v0.8.0 Provides: bundled(golang(github.com/pmezard/go-difflib)) = 792786c7400a136282c1664665ae0a8db921c6c2 Provides: bundled(golang(github.com/pquerna/ffjson)) = d49c2bc1aa135aad0c6f4fc2056623ec78f5d5ac -Provides: bundled(golang(github.com/projectatomic/buildah)) = 35a37f36d37bf84397d7f79f6bb8649f728c19f1 +Provides: bundled(golang(github.com/projectatomic/buildah)) = 745bf7e56bda740ce7cfc55318da08529e5ed519 Provides: bundled(golang(github.com/seccomp/containers-golang)) = master Provides: bundled(golang(github.com/seccomp/libseccomp-golang)) = v0.9.0 Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.0.0 @@ -148,8 +149,7 @@ Provides: bundled(golang(github.com/syndtr/gocapability)) = e7cb7fa329f456b38551 Provides: bundled(golang(github.com/tchap/go-patricia)) = v2.2.6 Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.4 Provides: bundled(golang(github.com/ulule/deepcopier)) = master -# no '-' in version -#Provides: bundled(golang(github.com/urfave/cli)) = fix-short-opts-parsing +Provides: bundled(golang(github.com/urfave/cli)) = 934abfb2f102315b5794e15ebc7949e4ca253920 Provides: bundled(golang(github.com/varlink/go)) = master Provides: bundled(golang(github.com/vbatts/tar-split)) = v0.10.2 Provides: bundled(golang(github.com/vishvananda/netlink)) = master @@ -540,6 +540,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu Aug 30 2018 Lokesh Mandvekar - 1:0.8.4-2.git9f9b8cf +- correct min dep on containernetworking-plugins +- update bundled provides + * Mon Aug 20 2018 Lokesh Mandvekar - 1:0.8.3-4.dev.git3d55721f - Resolves: #1619411 - python3-podman should require python3-psutil - podman-docker should conflict with moby-engine From 08f6564b8a6c9b37c0a60526ee0db325141722fe Mon Sep 17 00:00:00 2001 From: baude Date: Fri, 31 Aug 2018 17:27:34 -0500 Subject: [PATCH 0009/2185] Upstream 0.8.5 release --- .gitignore | 1 + podman.spec | 10 ++++++---- rootless.patch | 15 --------------- sources | 2 +- 4 files changed, 8 insertions(+), 20 deletions(-) delete mode 100644 rootless.patch diff --git a/.gitignore b/.gitignore index 9b91a25..ec5b527 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,4 @@ /libpod-f38eb4f.tar.gz /libpod-9d09a4d.tar.gz /libpod-9f9b8cf.tar.gz +/libpod-dc5a711.tar.gz diff --git a/podman.spec b/podman.spec index d0792cb..46788f4 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9f9b8cffe5231e828a26b5bbec93bd474370c9d9 +%global commit0 dc5a711fb6368ce7b817b9c48e5c0102348df29c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: podman @@ -35,8 +35,8 @@ Name: podman %if 0%{?fedora} > 28 Epoch: 1 %endif -Version: 0.8.4 -Release: 2.git%{shortcommit0}%{?dist} +Version: 0.8.5 +Release: 1.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: %{git_podman} @@ -67,7 +67,6 @@ Requires: containernetworking-plugins >= 0.7.3-2 Requires: iptables Requires: nftables Requires: atomic-registries -Requires: oci-systemd-hook Requires: conmon Recommends: container-selinux Recommends: slirp4netns @@ -540,6 +539,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Fri Aug 31 2018 baude - 0.8.5-1.gitdc5a711 +- Upstream 0.8.5 release + * Thu Aug 30 2018 Lokesh Mandvekar - 1:0.8.4-2.git9f9b8cf - correct min dep on containernetworking-plugins - update bundled provides diff --git a/rootless.patch b/rootless.patch deleted file mode 100644 index aac01b3..0000000 --- a/rootless.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/cmd/podman/libpodruntime/runtime.go b/cmd/podman/libpodruntime/runtime.go -index 9d1347cc..f1f2b963 100644 ---- a/cmd/podman/libpodruntime/runtime.go -+++ b/cmd/podman/libpodruntime/runtime.go -@@ -105,6 +105,10 @@ func GetRuntimeWithStorageOpts(c *cli.Context, storageOpts *storage.StoreOptions - - if c.GlobalIsSet("cgroup-manager") { - options = append(options, libpod.WithCgroupManager(c.GlobalString("cgroup-manager"))) -+ } else { -+ if rootless.IsRootless() { -+ options = append(options, libpod.WithCgroupManager("cgroupfs")) -+ } - } - - // TODO flag to set libpod static dir? diff --git a/sources b/sources index 6f64d4e..a38945f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-9f9b8cf.tar.gz) = 85b25cc960451727002220e4888cd70cec98644b75f388bc36f0777146c8d36fb9fed66dd58a82622c3e5bbc9da881f949b98d8b2527630e94db3d140f8e9ec4 +SHA512 (libpod-dc5a711.tar.gz) = 2fa8df74bbf4a04b7dda7be87eb000126c2a49ae1bcd6cc4200fb28a57b9df482475169df5e31ce2dd81ac4cddf0291c8b41d39e50188d73c848cf180c78ede4 From 300902e9df96e7a4607648362253989f0e196974 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 3 Sep 2018 07:05:38 -0400 Subject: [PATCH 0010/2185] Add podman-docker support Force cgroupfs for non root podman --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 5413665..86d22c4 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ Name: podman Epoch: 1 %endif Version: 0.8.5 -Release: 1.dev.git%{shortcommit0}%{?dist} +Release: 2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: %{git_podman} @@ -61,7 +61,7 @@ BuildRequires: libselinux-devel BuildRequires: ostree-devel BuildRequires: pkgconfig BuildRequires: make -Requires: runc +Requires: runc >= 1.0.0-50 Requires: containers-common Requires: containernetworking-plugins >= 0.7.3-2 Requires: iptables @@ -553,6 +553,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sun Aug 12 2018 Dan Walsh - 1:0.8.5-1.dev.git65c31d4 +- Add a specific version of runc or later to require + * Thu Aug 30 2018 Lokesh Mandvekar - 1:0.8.5-1.dev.git65c31d4 - bump to v0.8.5-dev - built commit 65c31d4 From 5fc7eae5aeafd57464aeaa9901d5aaed0119fa3d Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 3 Sep 2018 07:09:47 -0400 Subject: [PATCH 0011/2185] Add a specific version of runc or later to require --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 86d22c4..d153415 100644 --- a/podman.spec +++ b/podman.spec @@ -553,7 +553,7 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog -* Sun Aug 12 2018 Dan Walsh - 1:0.8.5-1.dev.git65c31d4 +* Mon Sep 3 2018 Dan Walsh - 1:0.8.5-1.dev.git65c31d4 - Add a specific version of runc or later to require * Thu Aug 30 2018 Lokesh Mandvekar - 1:0.8.5-1.dev.git65c31d4 From 26d9608bcfc8e89065ec78d2d7eda87722f95434 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 4 Sep 2018 06:27:32 -0400 Subject: [PATCH 0012/2185] Add a specific version of runc or later to require --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 46788f4..fffbb65 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ Name: podman Epoch: 1 %endif Version: 0.8.5 -Release: 1.git%{shortcommit0}%{?dist} +Release: 2.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: %{git_podman} @@ -61,7 +61,7 @@ BuildRequires: libselinux-devel BuildRequires: ostree-devel BuildRequires: pkgconfig BuildRequires: make -Requires: runc +Requires: runc >= 1.0.0-50 Requires: containers-common Requires: containernetworking-plugins >= 0.7.3-2 Requires: iptables @@ -539,6 +539,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Mon Sep 3 2018 Dan Walsh - 0.8.5-2.gitdc5a711 +- Add a specific version of runc or later to require + * Fri Aug 31 2018 baude - 0.8.5-1.gitdc5a711 - Upstream 0.8.5 release From 63043744f9427083ca2bba19f28a6921f9de3b54 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 4 Sep 2018 09:25:54 -0400 Subject: [PATCH 0013/2185] Fix required version of runc --- podman.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/podman.spec b/podman.spec index d153415..447daff 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ Name: podman Epoch: 1 %endif Version: 0.8.5 -Release: 2.dev.git%{shortcommit0}%{?dist} +Release: 3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: %{git_podman} @@ -61,7 +61,7 @@ BuildRequires: libselinux-devel BuildRequires: ostree-devel BuildRequires: pkgconfig BuildRequires: make -Requires: runc >= 1.0.0-50 +Requires: runc >= 1.0.0-51 Requires: containers-common Requires: containernetworking-plugins >= 0.7.3-2 Requires: iptables @@ -553,7 +553,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog -* Mon Sep 3 2018 Dan Walsh - 1:0.8.5-1.dev.git65c31d4 +* Tue Sep 4 2018 Dan Walsh - 1:0.8.5-3.dev.git65c31d4 +- Fix required version of runc + +* Mon Sep 3 2018 Dan Walsh - 1:0.8.5-2.dev.git65c31d4 - Add a specific version of runc or later to require * Thu Aug 30 2018 Lokesh Mandvekar - 1:0.8.5-1.dev.git65c31d4 From a6b8ec09ccfc7a7d2ac9666a625ec8dc8acc923e Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 4 Sep 2018 09:27:23 -0400 Subject: [PATCH 0014/2185] Fix required version of runc --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index fffbb65..9546703 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ Name: podman Epoch: 1 %endif Version: 0.8.5 -Release: 2.git%{shortcommit0}%{?dist} +Release: 3.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: %{git_podman} @@ -61,7 +61,7 @@ BuildRequires: libselinux-devel BuildRequires: ostree-devel BuildRequires: pkgconfig BuildRequires: make -Requires: runc >= 1.0.0-50 +Requires: runc >= 1.0.0-51 Requires: containers-common Requires: containernetworking-plugins >= 0.7.3-2 Requires: iptables @@ -539,6 +539,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Sep 4 2018 Dan Walsh - 1:0.8.5-3.dev.git65c31d4 +- Fix required version of runc + * Mon Sep 3 2018 Dan Walsh - 0.8.5-2.gitdc5a711 - Add a specific version of runc or later to require From 18f435cd911d2ae1a5737ee4e8936a410eee315c Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 4 Sep 2018 09:59:38 -0400 Subject: [PATCH 0015/2185] Fix rpm -qi podman to show the correct URL --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 9546703..c86b62a 100644 --- a/podman.spec +++ b/podman.spec @@ -36,10 +36,10 @@ Name: podman Epoch: 1 %endif Version: 0.8.5 -Release: 3.git%{shortcommit0}%{?dist} +Release: 4.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 -URL: %{git_podman} +URL: %{git0} Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz # e.g. el6 has ppc64 arch without gcc-go, so EA tag is required #ExclusiveArch: %%{?go_arches:%%{go_arches}}%%{!?go_arches:%%{ix86} x86_64 aarch64 %%{arm}} @@ -539,6 +539,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Sep 4 2018 Dan Walsh - 1:0.8.5-4.dev.git65c31d4 +- Fix rpm -qi podman to show the correct URL + * Tue Sep 4 2018 Dan Walsh - 1:0.8.5-3.dev.git65c31d4 - Fix required version of runc From 9d4634cb1fb86dc6707d9640b9b265753fad956d Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 4 Sep 2018 09:59:42 -0400 Subject: [PATCH 0016/2185] Fix rpm -qi podman to show the correct URL --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 447daff..49cbb81 100644 --- a/podman.spec +++ b/podman.spec @@ -36,10 +36,10 @@ Name: podman Epoch: 1 %endif Version: 0.8.5 -Release: 3.dev.git%{shortcommit0}%{?dist} +Release: 4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 -URL: %{git_podman} +URL: %{git0} Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz # e.g. el6 has ppc64 arch without gcc-go, so EA tag is required #ExclusiveArch: %%{?go_arches:%%{go_arches}}%%{!?go_arches:%%{ix86} x86_64 aarch64 %%{arm}} @@ -553,6 +553,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Sep 4 2018 Dan Walsh - 1:0.8.5-4.dev.git65c31d4 +- Fix rpm -qi podman to show the correct URL + * Tue Sep 4 2018 Dan Walsh - 1:0.8.5-3.dev.git65c31d4 - Fix required version of runc From c1c4c54eb3a2bafc2482d62aaf4d7b48c655320f Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 4 Sep 2018 12:23:54 -0400 Subject: [PATCH 0017/2185] Fix required version of runc --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index c86b62a..05457b8 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ Name: podman Epoch: 1 %endif Version: 0.8.5 -Release: 4.git%{shortcommit0}%{?dist} +Release: 5.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: %{git0} @@ -61,7 +61,7 @@ BuildRequires: libselinux-devel BuildRequires: ostree-devel BuildRequires: pkgconfig BuildRequires: make -Requires: runc >= 1.0.0-51 +Requires: runc >= 2:1.0.0-51 Requires: containers-common Requires: containernetworking-plugins >= 0.7.3-2 Requires: iptables @@ -539,6 +539,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Sep 4 2018 Dan Walsh - 1:0.8.5-5.dev.git65c31d4 +- Fix required version of runc + * Tue Sep 4 2018 Dan Walsh - 1:0.8.5-4.dev.git65c31d4 - Fix rpm -qi podman to show the correct URL From 8cfc806a0e1a0260ffb81ebd748d55cd3de4b070 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 4 Sep 2018 12:26:48 -0400 Subject: [PATCH 0018/2185] Fix required version of runc --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 49cbb81..9b28a27 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ Name: podman Epoch: 1 %endif Version: 0.8.5 -Release: 4.dev.git%{shortcommit0}%{?dist} +Release: 5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: %{git0} @@ -61,7 +61,7 @@ BuildRequires: libselinux-devel BuildRequires: ostree-devel BuildRequires: pkgconfig BuildRequires: make -Requires: runc >= 1.0.0-51 +Requires: runc >= 2:1.0.0-51 Requires: containers-common Requires: containernetworking-plugins >= 0.7.3-2 Requires: iptables @@ -553,6 +553,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Sep 4 2018 Dan Walsh - 1:0.8.5-5.git65c31d4 +- Fix required version of runc + * Tue Sep 4 2018 Dan Walsh - 1:0.8.5-4.dev.git65c31d4 - Fix rpm -qi podman to show the correct URL From 05f03289e0f71d4ab2c85f1a2d8f4dd63b4f105f Mon Sep 17 00:00:00 2001 From: baude Date: Fri, 7 Sep 2018 15:00:19 -0500 Subject: [PATCH 0019/2185] Upstream 0.9.1 release Signed-off-by: baude --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ec5b527..d69978a 100644 --- a/.gitignore +++ b/.gitignore @@ -89,3 +89,4 @@ /libpod-9d09a4d.tar.gz /libpod-9f9b8cf.tar.gz /libpod-dc5a711.tar.gz +/libpod-c325a18.tar.gz diff --git a/podman.spec b/podman.spec index 05457b8..af71798 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 dc5a711fb6368ce7b817b9c48e5c0102348df29c +%global commit0 c325a1842039eb7af1b6114c5f819ffe2d30bfe9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: podman @@ -35,8 +35,8 @@ Name: podman %if 0%{?fedora} > 28 Epoch: 1 %endif -Version: 0.8.5 -Release: 5.git%{shortcommit0}%{?dist} +Version: 0.9.1 +Release: 1.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: %{git0} @@ -539,6 +539,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Fri Sep 07 2018 baude - 0.9.1-1.gitc325a18 +- Upstream 0.9.1 release + * Tue Sep 4 2018 Dan Walsh - 1:0.8.5-5.dev.git65c31d4 - Fix required version of runc diff --git a/sources b/sources index a38945f..b906b5a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-dc5a711.tar.gz) = 2fa8df74bbf4a04b7dda7be87eb000126c2a49ae1bcd6cc4200fb28a57b9df482475169df5e31ce2dd81ac4cddf0291c8b41d39e50188d73c848cf180c78ede4 +SHA512 (libpod-c325a18.tar.gz) = 7717a5c38834c6b3f6d93920720a815e64e7125319ac5f6049c48d7dba4b14eb5032b2412adc92ae785e29aeb0e19461970fe08ee6b929bb5ad51ce908296230 From 50d7da1cda9e11cf418643cc7ec584be401c98b7 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sun, 9 Sep 2018 07:21:21 -0400 Subject: [PATCH 0020/2185] Grab correct commit for podman-0.9.1 --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 3 ++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d69978a..ae32f3c 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,4 @@ /libpod-9f9b8cf.tar.gz /libpod-dc5a711.tar.gz /libpod-c325a18.tar.gz +/libpod-aba58d1.tar.gz diff --git a/podman.spec b/podman.spec index af71798..d1fe161 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c325a1842039eb7af1b6114c5f819ffe2d30bfe9 +%global commit0 aba58d1660e36e1bed8b52d4a79221867962348a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: podman @@ -36,7 +36,7 @@ Name: podman Epoch: 1 %endif Version: 0.9.1 -Release: 1.git%{shortcommit0}%{?dist} +Release: 3.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: %{git0} @@ -68,7 +68,7 @@ Requires: iptables Requires: nftables Requires: atomic-registries Requires: conmon -Recommends: container-selinux +Recommends: container-selinux >= 2:2.71 Recommends: slirp4netns %if 0%{?fedora} > 28 Recommends: fuse-overlayfs @@ -539,6 +539,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sun Sep 09 2018 baude - 0.9.1-3.gitaba58d1 +- Grab correct commit for podman-0.9.1 + * Fri Sep 07 2018 baude - 0.9.1-1.gitc325a18 - Upstream 0.9.1 release diff --git a/sources b/sources index b906b5a..121b131 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -SHA512 (libpod-c325a18.tar.gz) = 7717a5c38834c6b3f6d93920720a815e64e7125319ac5f6049c48d7dba4b14eb5032b2412adc92ae785e29aeb0e19461970fe08ee6b929bb5ad51ce908296230 +SHA512 (cri-o-4e7f71b.tar.gz) = 268d098b1312132f27164d4c07101edf8bbde97c5b65a13f254cd2b4868cb9ff0102a6e63af1a2dc8d91696d3b49f2da62b94414d59ab8f6107b04faf6b5a35d +SHA512 (libpod-aba58d1.tar.gz) = a156c89239fa66d2d88b205fb0afee18e2c9fa5221fee80dd1c07c36bb7e2bf06eb6637d7e4892c57ac3a0e2bf2d0ce920ff627d87269a97f3d6cd0f1bb25910 From 978b9ecdec981745b7a0e2a68a7ab5e9f5037c51 Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 11 Sep 2018 16:13:27 -0500 Subject: [PATCH 0021/2185] Upstream 0.9.1.1 Signed-off-by: baude --- .gitignore | 1 + podman.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 3696911..aee6e4c 100644 --- a/.gitignore +++ b/.gitignore @@ -97,3 +97,4 @@ /libpod-1a439f9.tar.gz /libpod-3d55721.tar.gz /libpod-65c31d4.tar.gz +/libpod-123de30.tar.gz diff --git a/podman.spec b/podman.spec index 9b28a27..1b098d0 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 65c31d49f967c9b1da0984897be08f6238bc7705 +%global commit0 123de3087e142f3a6c05ad35fc2095953065415b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: podman @@ -35,8 +35,8 @@ Name: podman %if 0%{?fedora} > 28 Epoch: 1 %endif -Version: 0.8.5 -Release: 5.dev.git%{shortcommit0}%{?dist} +Version: 0.9.1 +Release: 1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: %{git0} @@ -47,7 +47,6 @@ ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} BuildRequires: btrfs-progs-devel -BuildRequires: device-mapper-devel BuildRequires: glib2-devel BuildRequires: glibc-devel BuildRequires: glibc-static @@ -404,7 +403,7 @@ ln -s ../../../../ src/%{import_path} popd ln -s vendor src export GOPATH=$(pwd)/_build:$(pwd):%{gopath} -export BUILDTAGS="varlink selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh)" +export BUILDTAGS="varlink selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) exclude_graphdriver_devicemapper" %gogenerate ./cmd/%{name}/varlink/... %gobuild -o bin/%{name} %{import_path}/cmd/%{name} @@ -553,6 +552,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Sep 11 2018 baude - 0.8.5-6.dev.git65c31d4 +- Upstream release of 0.9.1 +- Do not build with devicemapper + * Tue Sep 4 2018 Dan Walsh - 1:0.8.5-5.git65c31d4 - Fix required version of runc diff --git a/sources b/sources index 73c275d..b3182ae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-65c31d4.tar.gz) = 02b9743152d9f7c035f4ad712bad80367c59234bc4c6b3cb707a7005005442e83e462dde3bffd310e973bd756a75106537b10fa69deeb437b675d0e19ba3b2fa +SHA512 (libpod-123de30.tar.gz) = e33bcb692776348f06d9da7745aa6712ef68c6e938bee0bee6cbdb21817b23fce2774063bdc870bdafbde448807eff612f40dce44ccb33d013055e1dc1cd9ab7 From 0f1cf87ccdbf3d595427c4d2c283d1ba92f76e3f Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 11 Sep 2018 16:20:15 -0500 Subject: [PATCH 0022/2185] Update changelog versioning Signed-off-by: baude --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 1b098d0..28268da 100644 --- a/podman.spec +++ b/podman.spec @@ -552,7 +552,7 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog -* Tue Sep 11 2018 baude - 0.8.5-6.dev.git65c31d4 +* Tue Sep 11 2018 baude - 0.9.1-1.dev.git123de30 - Upstream release of 0.9.1 - Do not build with devicemapper From e4a4dfcc404666b24d2f055e2214f6443a71eb58 Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 11 Sep 2018 16:21:19 -0500 Subject: [PATCH 0023/2185] Add epoch too Signed-off-by: baude --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 28268da..2844f8b 100644 --- a/podman.spec +++ b/podman.spec @@ -552,7 +552,7 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog -* Tue Sep 11 2018 baude - 0.9.1-1.dev.git123de30 +* Tue Sep 11 2018 baude - 1:0.9.1-1.dev.git123de30 - Upstream release of 0.9.1 - Do not build with devicemapper From ce30e40b75dd8f516bc6056173bc16b5e43877aa Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 11 Sep 2018 22:47:54 -0400 Subject: [PATCH 0024/2185] podman-1:0.9.1.1-1.dev.git95dbcad - bump to v0.9.1.1 - built commit 95dbcad Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index aee6e4c..cb4abc6 100644 --- a/.gitignore +++ b/.gitignore @@ -98,3 +98,4 @@ /libpod-3d55721.tar.gz /libpod-65c31d4.tar.gz /libpod-123de30.tar.gz +/libpod-95dbcad.tar.gz diff --git a/podman.spec b/podman.spec index 2844f8b..154a264 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 123de3087e142f3a6c05ad35fc2095953065415b +%global commit0 95dbcada740b4d7d0d3458cadfda1bf95f722c99 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: podman @@ -35,7 +35,7 @@ Name: podman %if 0%{?fedora} > 28 Epoch: 1 %endif -Version: 0.9.1 +Version: 0.9.1.1 Release: 1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 @@ -552,6 +552,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Sep 11 2018 Lokesh Mandvekar - 1:0.9.1.1-1.dev.git95dbcad +- bump to v0.9.1.1 +- built commit 95dbcad + * Tue Sep 11 2018 baude - 1:0.9.1-1.dev.git123de30 - Upstream release of 0.9.1 - Do not build with devicemapper diff --git a/sources b/sources index b3182ae..c305131 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-123de30.tar.gz) = e33bcb692776348f06d9da7745aa6712ef68c6e938bee0bee6cbdb21817b23fce2774063bdc870bdafbde448807eff612f40dce44ccb33d013055e1dc1cd9ab7 +SHA512 (libpod-95dbcad.tar.gz) = 65366f3c18f234ae5702d47db6c261920c481ef5a7d04353652772870ba6726f9ef355905c41f209cef7125adfc46283d5cd5d98fc6b422f7eb153123d66a985 From dbdb37801419f51ef80b1153a9cc8560b1e1b671 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 11 Sep 2018 22:47:54 -0400 Subject: [PATCH 0025/2185] podman-1:0.9.1.1-1.dev.git95dbcad - bump to v0.9.1.1 - built commit 95dbcad Signed-off-by: Lokesh Mandvekar --- .gitignore | 20 ++++++++++++++++++++ podman.spec | 14 +++++++++++--- sources | 3 +-- 3 files changed, 32 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ae32f3c..d27f45f 100644 --- a/.gitignore +++ b/.gitignore @@ -82,6 +82,7 @@ /libpod-99959e5.tar.gz /libpod-ca6ffbc.tar.gz /libpod-0660108.tar.gz +<<<<<<< HEAD /libpod-6b4ab2a.tar.gz /libpod-7a526bb.tar.gz /cri-o-4e7f71b.tar.gz @@ -91,3 +92,22 @@ /libpod-dc5a711.tar.gz /libpod-c325a18.tar.gz /libpod-aba58d1.tar.gz +======= +/libpod-f661e1d.tar.gz +/libpod-c7424b6.tar.gz +/libpod-4f9b1ae.tar.gz +/libpod-84cfdb2.tar.gz +/libpod-86154b6.tar.gz +/libpod-9a18681.tar.gz +/libpod-c90b740.tar.gz +/libpod-9c806a4.tar.gz +/libpod-3dd577e.tar.gz +/libpod-87d8edb.tar.gz +/libpod-433cbd5.tar.gz +/libpod-5a4e590.tar.gz +/libpod-1a439f9.tar.gz +/libpod-3d55721.tar.gz +/libpod-65c31d4.tar.gz +/libpod-123de30.tar.gz +/libpod-95dbcad.tar.gz +>>>>>>> ce30e40... podman-1:0.9.1.1-1.dev.git95dbcad diff --git a/podman.spec b/podman.spec index d1fe161..404d34c 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 aba58d1660e36e1bed8b52d4a79221867962348a +%global commit0 95dbcada740b4d7d0d3458cadfda1bf95f722c99 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: podman @@ -35,8 +35,8 @@ Name: podman %if 0%{?fedora} > 28 Epoch: 1 %endif -Version: 0.9.1 -Release: 3.git%{shortcommit0}%{?dist} +Version: 0.9.1.1 +Release: 1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: %{git0} @@ -539,6 +539,14 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Sep 11 2018 Lokesh Mandvekar - 1:0.9.1.1-1.dev.git95dbcad +- bump to v0.9.1.1 +- built commit 95dbcad + +* Tue Sep 11 2018 baude - 1:0.9.1-1.dev.git123de30 +- Upstream release of 0.9.1 +- Do not build with devicemapper + * Sun Sep 09 2018 baude - 0.9.1-3.gitaba58d1 - Grab correct commit for podman-0.9.1 diff --git a/sources b/sources index 121b131..c305131 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (cri-o-4e7f71b.tar.gz) = 268d098b1312132f27164d4c07101edf8bbde97c5b65a13f254cd2b4868cb9ff0102a6e63af1a2dc8d91696d3b49f2da62b94414d59ab8f6107b04faf6b5a35d -SHA512 (libpod-aba58d1.tar.gz) = a156c89239fa66d2d88b205fb0afee18e2c9fa5221fee80dd1c07c36bb7e2bf06eb6637d7e4892c57ac3a0e2bf2d0ce920ff627d87269a97f3d6cd0f1bb25910 +SHA512 (libpod-95dbcad.tar.gz) = 65366f3c18f234ae5702d47db6c261920c481ef5a7d04353652772870ba6726f9ef355905c41f209cef7125adfc46283d5cd5d98fc6b422f7eb153123d66a985 From 20958c99f93009848c9d5d4c892bc295ea72a4a5 Mon Sep 17 00:00:00 2001 From: baude Date: Wed, 12 Sep 2018 08:46:06 -0500 Subject: [PATCH 0026/2185] Remove device mapper support Signed-off-by: baude --- podman.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 404d34c..2524de4 100644 --- a/podman.spec +++ b/podman.spec @@ -47,7 +47,6 @@ ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} BuildRequires: btrfs-progs-devel -BuildRequires: device-mapper-devel BuildRequires: glib2-devel BuildRequires: glibc-devel BuildRequires: glibc-static @@ -406,7 +405,7 @@ ln -s ../../../../ src/%{import_path} popd ln -s vendor src export GOPATH=$(pwd)/_build:$(pwd):$(pwd):%{gopath} -export BUILDTAGS="varlink selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh)" +export BUILDTAGS="varlink selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) exclude_graphdriver_devicemapper" %gogenerate ./cmd/%{name}/varlink/... BUILDTAGS=$BUILDTAGS make binaries docs From 123d37b444d723f8a4e002e2aeb9ebb58fc28d4c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 12 Sep 2018 15:15:22 -0400 Subject: [PATCH 0027/2185] fix .gitignore Signed-off-by: Lokesh Mandvekar --- .gitignore | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gitignore b/.gitignore index d27f45f..cb4abc6 100644 --- a/.gitignore +++ b/.gitignore @@ -82,17 +82,6 @@ /libpod-99959e5.tar.gz /libpod-ca6ffbc.tar.gz /libpod-0660108.tar.gz -<<<<<<< HEAD -/libpod-6b4ab2a.tar.gz -/libpod-7a526bb.tar.gz -/cri-o-4e7f71b.tar.gz -/libpod-f38eb4f.tar.gz -/libpod-9d09a4d.tar.gz -/libpod-9f9b8cf.tar.gz -/libpod-dc5a711.tar.gz -/libpod-c325a18.tar.gz -/libpod-aba58d1.tar.gz -======= /libpod-f661e1d.tar.gz /libpod-c7424b6.tar.gz /libpod-4f9b1ae.tar.gz @@ -110,4 +99,3 @@ /libpod-65c31d4.tar.gz /libpod-123de30.tar.gz /libpod-95dbcad.tar.gz ->>>>>>> ce30e40... podman-1:0.9.1.1-1.dev.git95dbcad From 927415eea0e5d001d76142ff7297ad1cdc2ed0d3 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 14 Sep 2018 07:06:12 -0400 Subject: [PATCH 0028/2185] podman no longer requires oci-systemd-hook or atomic-registries Signed-off-by: Daniel J Walsh --- podman.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/podman.spec b/podman.spec index 154a264..b85e402 100644 --- a/podman.spec +++ b/podman.spec @@ -65,8 +65,6 @@ Requires: containers-common Requires: containernetworking-plugins >= 0.7.3-2 Requires: iptables Requires: nftables -Requires: atomic-registries -Requires: oci-systemd-hook Requires: conmon Recommends: container-selinux Recommends: slirp4netns From 6e97de88bb671b82d201c3016d6055b34aa0ad42 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 14 Sep 2018 07:08:14 -0400 Subject: [PATCH 0029/2185] podman no longer requires atomic-registries Signed-off-by: Daniel J Walsh --- podman.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/podman.spec b/podman.spec index 2524de4..39f03f6 100644 --- a/podman.spec +++ b/podman.spec @@ -65,7 +65,6 @@ Requires: containers-common Requires: containernetworking-plugins >= 0.7.3-2 Requires: iptables Requires: nftables -Requires: atomic-registries Requires: conmon Recommends: container-selinux >= 2:2.71 Recommends: slirp4netns From ac6234c52633c0b50755086f7e8f9fa1bf45b089 Mon Sep 17 00:00:00 2001 From: baude Date: Fri, 14 Sep 2018 20:40:13 -0500 Subject: [PATCH 0030/2185] upstream 0.9.2 release --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cb4abc6..5e0a786 100644 --- a/.gitignore +++ b/.gitignore @@ -99,3 +99,4 @@ /libpod-65c31d4.tar.gz /libpod-123de30.tar.gz /libpod-95dbcad.tar.gz +/libpod-81df604.tar.gz diff --git a/podman.spec b/podman.spec index 39f03f6..77badd1 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 95dbcada740b4d7d0d3458cadfda1bf95f722c99 +%global commit0 81df604bdb20367572f2f69872da802cb5846e35 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: podman @@ -35,8 +35,8 @@ Name: podman %if 0%{?fedora} > 28 Epoch: 1 %endif -Version: 0.9.1.1 -Release: 1.dev.git%{shortcommit0}%{?dist} +Version: 0.9.2 +Release: 2.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: %{git0} @@ -537,6 +537,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sat Sep 15 2018 baude - 0.9.2-2.git81df604 +- Upstream 0.9.2 release + * Tue Sep 11 2018 Lokesh Mandvekar - 1:0.9.1.1-1.dev.git95dbcad - bump to v0.9.1.1 - built commit 95dbcad diff --git a/sources b/sources index c305131..9bcd7c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-95dbcad.tar.gz) = 65366f3c18f234ae5702d47db6c261920c481ef5a7d04353652772870ba6726f9ef355905c41f209cef7125adfc46283d5cd5d98fc6b422f7eb153123d66a985 +SHA512 (libpod-81df604.tar.gz) = ae4aa424b7af5e3c0e3962f8f13c3775a7add73e30d3114c6e90a4e08722898447ebbc7442f151e4b562347793ef5ab06bab9b4950720134390f8cf6079dbb72 From 1db93bd03d0e0a78864ed4ae4b0e8d6e1445a511 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 17 Sep 2018 12:49:28 -0400 Subject: [PATCH 0031/2185] Merge in fixes for podman build, to handle symbolic links and running sudo in Dockerfile --- .gitignore | 1 + podman.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cb4abc6..01c0e34 100644 --- a/.gitignore +++ b/.gitignore @@ -99,3 +99,4 @@ /libpod-65c31d4.tar.gz /libpod-123de30.tar.gz /libpod-95dbcad.tar.gz +/libpod-19cb754.tar.gz diff --git a/podman.spec b/podman.spec index 39f03f6..0b8b11f 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 95dbcada740b4d7d0d3458cadfda1bf95f722c99 +%global commit0 19cb7545565b6e2e10a05d50a103afea682efd97 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: podman @@ -35,7 +35,7 @@ Name: podman %if 0%{?fedora} > 28 Epoch: 1 %endif -Version: 0.9.1.1 +Version: 0.9.2.1 Release: 1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 @@ -537,6 +537,12 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Mon Sep 17 2018 Dan Walsh - 0.9.2.1-2.git19cb754 +- Merge in fixes for podman build, to handle symbolic links and running sudo in Dockerfile + +* Sat Sep 15 2018 baude - 0.9.2-2.git81df604 +- Upstream 0.9.2 + * Tue Sep 11 2018 Lokesh Mandvekar - 1:0.9.1.1-1.dev.git95dbcad - bump to v0.9.1.1 - built commit 95dbcad diff --git a/sources b/sources index c305131..119755c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-95dbcad.tar.gz) = 65366f3c18f234ae5702d47db6c261920c481ef5a7d04353652772870ba6726f9ef355905c41f209cef7125adfc46283d5cd5d98fc6b422f7eb153123d66a985 +SHA512 (libpod-19cb754.tar.gz) = 0eda23caed8cc87d84ed70bcd7e6488216ff37236b3f1ce1f631d3fabe70d273ee41c495343a160edc9c6e4bd5c63f523cdb05627c8470c20a3f1d9946f4ca4e From bfb90cbae045b76887960381c9fa8dd4fe32d6e2 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 17 Sep 2018 12:51:57 -0400 Subject: [PATCH 0032/2185] Merge in fixes for podman build, to handle symbolic links and running sudo in Dockerfile --- .gitignore | 3 --- podman.spec | 16 +--------------- sources | 4 ---- 3 files changed, 1 insertion(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index 2911c97..3526a32 100644 --- a/.gitignore +++ b/.gitignore @@ -99,8 +99,5 @@ /libpod-65c31d4.tar.gz /libpod-123de30.tar.gz /libpod-95dbcad.tar.gz -<<<<<<< HEAD /libpod-19cb754.tar.gz -======= /libpod-81df604.tar.gz ->>>>>>> ac6234c52633c0b50755086f7e8f9fa1bf45b089 diff --git a/podman.spec b/podman.spec index a00baab..04e801b 100644 --- a/podman.spec +++ b/podman.spec @@ -26,11 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -<<<<<<< HEAD %global commit0 19cb7545565b6e2e10a05d50a103afea682efd97 -======= -%global commit0 81df604bdb20367572f2f69872da802cb5846e35 ->>>>>>> ac6234c52633c0b50755086f7e8f9fa1bf45b089 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: podman @@ -39,13 +35,8 @@ Name: podman %if 0%{?fedora} > 28 Epoch: 1 %endif -<<<<<<< HEAD Version: 0.9.2.1 Release: 1.dev.git%{shortcommit0}%{?dist} -======= -Version: 0.9.2 -Release: 2.git%{shortcommit0}%{?dist} ->>>>>>> ac6234c52633c0b50755086f7e8f9fa1bf45b089 Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: %{git0} @@ -546,16 +537,11 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog -<<<<<<< HEAD -* Mon Sep 17 2018 Dan Walsh - 0.9.2.1-2.git19cb754 +* Mon Sep 17 2018 Dan Walsh - 0.9.2.1-1.git19cb754 - Merge in fixes for podman build, to handle symbolic links and running sudo in Dockerfile * Sat Sep 15 2018 baude - 0.9.2-2.git81df604 - Upstream 0.9.2 -======= -* Sat Sep 15 2018 baude - 0.9.2-2.git81df604 -- Upstream 0.9.2 release ->>>>>>> ac6234c52633c0b50755086f7e8f9fa1bf45b089 * Tue Sep 11 2018 Lokesh Mandvekar - 1:0.9.1.1-1.dev.git95dbcad - bump to v0.9.1.1 diff --git a/sources b/sources index c93f566..119755c 100644 --- a/sources +++ b/sources @@ -1,5 +1 @@ -<<<<<<< HEAD SHA512 (libpod-19cb754.tar.gz) = 0eda23caed8cc87d84ed70bcd7e6488216ff37236b3f1ce1f631d3fabe70d273ee41c495343a160edc9c6e4bd5c63f523cdb05627c8470c20a3f1d9946f4ca4e -======= -SHA512 (libpod-81df604.tar.gz) = ae4aa424b7af5e3c0e3962f8f13c3775a7add73e30d3114c6e90a4e08722898447ebbc7442f151e4b562347793ef5ab06bab9b4950720134390f8cf6079dbb72 ->>>>>>> ac6234c52633c0b50755086f7e8f9fa1bf45b089 From b678f99b26c7f3aa66271ad8a8ac364a5f9faf44 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 17 Sep 2018 13:33:11 -0400 Subject: [PATCH 0033/2185] podman-1:0.9.3-1.dev.git28a2bf8 - bump to v0.9.3 - built commit 28a2bf82 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 23 ++++++++++++++--------- sources | 2 +- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index cb4abc6..5a6b6eb 100644 --- a/.gitignore +++ b/.gitignore @@ -99,3 +99,4 @@ /libpod-65c31d4.tar.gz /libpod-123de30.tar.gz /libpod-95dbcad.tar.gz +/libpod-28a2bf8.tar.gz diff --git a/podman.spec b/podman.spec index b85e402..e683740 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 95dbcada740b4d7d0d3458cadfda1bf95f722c99 +%global commit0 28a2bf827ae9f592ddd9e5c11277606d32cf329c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: podman @@ -35,7 +35,7 @@ Name: podman %if 0%{?fedora} > 28 Epoch: 1 %endif -Version: 0.9.1.1 +Version: 0.9.3 Release: 1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 @@ -80,13 +80,14 @@ Provides: bundled(golang(github.com/blang/semver)) = v3.5.0 Provides: bundled(golang(github.com/boltdb/bolt)) = master Provides: bundled(golang(github.com/buger/goterm)) = 2f8dfbc7dbbff5dd1d391ed91482c24df243b2d3 Provides: bundled(golang(github.com/BurntSushi/toml)) = v0.2.0 -Provides: bundled(golang(github.com/containerd/cgroups)) = 77e628511d924b13a77cebdc73b757a47f6d751b +Provides: bundled(golang(github.com/containerd/cgroups)) = 58556f5ad8448d99a6f7bea69ea4bdb7747cfeb0 Provides: bundled(golang(github.com/containerd/continuity)) = master #Provides: bundled(golang(github.com/containernetworking/cni)) = v0.7.0-alpha1 Provides: bundled(golang(github.com/containernetworking/plugins)) = 1562a1e60ed101aacc5e08ed9dbeba8e9f3d4ec1 -Provides: bundled(golang(github.com/containers/image)) = 134f99bed228d6297dc01d152804f6f09f185418 +Provides: bundled(golang(github.com/containers/image)) = 85d7559d44fd71f30e46e43d809bfbf88d11d916 Provides: bundled(golang(github.com/containers/psgo)) = 5dde6da0bc8831b35243a847625bcf18183bd1ee -Provides: bundled(golang(github.com/containers/storage)) = 17c7d1fee5603ccf6dd97edc14162fc1510e7e23 +Provides: bundled(golang(github.com/containers/storage)) = 243c4cd616afdf06b4a975f18c4db083d26b1641 +Provides: bundled(golang(github.com/coreos/go-iptables)) = 25d087f3cffd9aedc0c2b7eff25f23cbf3c20fe1 Provides: bundled(golang(github.com/coreos/go-systemd)) = v14 Provides: bundled(golang(github.com/cri-o/ocicni)) = master Provides: bundled(golang(github.com/cyphar/filepath-securejoin)) = v0.2.1 @@ -128,7 +129,7 @@ Provides: bundled(golang(github.com/Nvveen/Gotty)) = master #Provides: bundled(golang(github.com/opencontainers/go-digest)) = v1.0.0-rc0 Provides: bundled(golang(github.com/opencontainers/image-spec)) = v1.0.0 Provides: bundled(golang(github.com/opencontainers/runc)) = b4e2ecb452d9ee4381137cc0a7e6715b96bed6de -Provides: bundled(golang(github.com/opencontainers/runtime-spec)) = v1.0.0 +Provides: bundled(golang(github.com/opencontainers/runtime-spec)) = d810dbc60d8c5aeeb3d054bd1132fab2121968ce Provides: bundled(golang(github.com/opencontainers/runtime-tools)) = master Provides: bundled(golang(github.com/opencontainers/selinux)) = b6fa367ed7f534f9ba25391cc2d467085dbb445a Provides: bundled(golang(github.com/openshift/imagebuilder)) = master @@ -136,7 +137,7 @@ Provides: bundled(golang(github.com/ostreedev/ostree-go)) = master Provides: bundled(golang(github.com/pkg/errors)) = v0.8.0 Provides: bundled(golang(github.com/pmezard/go-difflib)) = 792786c7400a136282c1664665ae0a8db921c6c2 Provides: bundled(golang(github.com/pquerna/ffjson)) = d49c2bc1aa135aad0c6f4fc2056623ec78f5d5ac -Provides: bundled(golang(github.com/projectatomic/buildah)) = 2423a90e23ced88c72e30664631af18c9af75148 +Provides: bundled(golang(github.com/projectatomic/buildah)) = af5bbde0180026ae87b7fc81c2dc124aa73ec959 Provides: bundled(golang(github.com/seccomp/containers-golang)) = master Provides: bundled(golang(github.com/seccomp/libseccomp-golang)) = v0.9.0 Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.0.0 @@ -228,8 +229,8 @@ pages and podman. %if 0%{?with_devel} %package devel -Summary: Library for applications looking to use Container Pods -BuildArch: noarch +Summary: Library for applications looking to use Container Pods +BuildArch: noarch Provides: %{repo}-devel = %{version}-%{release} %if 0%{?with_check} && ! 0%{?with_bundled} @@ -550,6 +551,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Mon Sep 17 2018 Lokesh Mandvekar - 1:0.9.3-1.dev.git28a2bf8 +- bump to v0.9.3 +- built commit 28a2bf82 + * Tue Sep 11 2018 Lokesh Mandvekar - 1:0.9.1.1-1.dev.git95dbcad - bump to v0.9.1.1 - built commit 95dbcad diff --git a/sources b/sources index c305131..ededcb6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-95dbcad.tar.gz) = 65366f3c18f234ae5702d47db6c261920c481ef5a7d04353652772870ba6726f9ef355905c41f209cef7125adfc46283d5cd5d98fc6b422f7eb153123d66a985 +SHA512 (libpod-28a2bf8.tar.gz) = ee0bc45c18f261d2f65e4e9ed5782f9c72c3325570a01b4bd0d0ec354759492f295dcd0032b4dbb2fe13be00f45e58d0a7336e0377e967b31f4e32f9cb15f50d From 83a121dd77e7790c6b54cb9691eb4b6b7028c229 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 18 Sep 2018 22:44:56 -0400 Subject: [PATCH 0034/2185] podman-1:0.9.3-2.dev.gitc3a0874 - autobuilt c3a0874 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5a6b6eb..a4f68b3 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,4 @@ /libpod-123de30.tar.gz /libpod-95dbcad.tar.gz /libpod-28a2bf8.tar.gz +/libpod-c3a0874.tar.gz diff --git a/podman.spec b/podman.spec index e683740..d6ada9b 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 28a2bf827ae9f592ddd9e5c11277606d32cf329c +%global commit0 c3a0874222784e8996dbc472b9ca893a80aff451 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: podman @@ -36,7 +36,7 @@ Name: podman Epoch: 1 %endif Version: 0.9.3 -Release: 1.dev.git%{shortcommit0}%{?dist} +Release: 2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: %{git0} @@ -551,6 +551,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Wed Sep 19 2018 Lokesh Mandvekar - 1:0.9.3-2.dev.gitc3a0874 +- autobuilt c3a0874 + * Mon Sep 17 2018 Lokesh Mandvekar - 1:0.9.3-1.dev.git28a2bf8 - bump to v0.9.3 - built commit 28a2bf82 diff --git a/sources b/sources index ededcb6..400d10e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-28a2bf8.tar.gz) = ee0bc45c18f261d2f65e4e9ed5782f9c72c3325570a01b4bd0d0ec354759492f295dcd0032b4dbb2fe13be00f45e58d0a7336e0377e967b31f4e32f9cb15f50d +SHA512 (libpod-c3a0874.tar.gz) = e98d28097ea8666902372eb39404b88060972758ccff9a8c6dbe59d00c63eb5f5fbb675e689941ad3ea13f1d8f6b8e27b55080a292c76b27d21fedfb32b97b37 From 20e601281174df40dd0b13998fe3e201c9265b84 Mon Sep 17 00:00:00 2001 From: Yanko Kaneti Date: Thu, 20 Sep 2018 12:57:25 +0000 Subject: [PATCH 0035/2185] Point URL to podman.io --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index d6ada9b..6481580 100644 --- a/podman.spec +++ b/podman.spec @@ -39,7 +39,7 @@ Version: 0.9.3 Release: 2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 -URL: %{git0} +URL: https://podman.io/ Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz # e.g. el6 has ppc64 arch without gcc-go, so EA tag is required #ExclusiveArch: %%{?go_arches:%%{go_arches}}%%{!?go_arches:%%{ix86} x86_64 aarch64 %%{arm}} From 2dc0a21f81bb28ac95786c92fda7289a7f26be38 Mon Sep 17 00:00:00 2001 From: Yanko Kaneti Date: Thu, 20 Sep 2018 12:57:25 +0000 Subject: [PATCH 0036/2185] Point URL to podman.io --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 04e801b..b3cb5ce 100644 --- a/podman.spec +++ b/podman.spec @@ -39,7 +39,7 @@ Version: 0.9.2.1 Release: 1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 -URL: %{git0} +URL: https://podman.io/ Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz # e.g. el6 has ppc64 arch without gcc-go, so EA tag is required #ExclusiveArch: %%{?go_arches:%%{go_arches}}%%{!?go_arches:%%{ix86} x86_64 aarch64 %%{arm}} From 0e4951de2dd1debad2c46474359ac727181c9d45 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sat, 22 Sep 2018 06:50:20 -0400 Subject: [PATCH 0037/2185] Upstream 0.9.3 --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3526a32..11e2e36 100644 --- a/.gitignore +++ b/.gitignore @@ -101,3 +101,4 @@ /libpod-95dbcad.tar.gz /libpod-19cb754.tar.gz /libpod-81df604.tar.gz +/libpod-a723353.tar.gz diff --git a/podman.spec b/podman.spec index b3cb5ce..5a01b14 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 19cb7545565b6e2e10a05d50a103afea682efd97 +%global commit0 a723353ab0720c6eb9b4a7eab2ad36a13aa2ca5a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: podman @@ -35,7 +35,7 @@ Name: podman %if 0%{?fedora} > 28 Epoch: 1 %endif -Version: 0.9.2.1 +Version: 0.9.3 Release: 1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 @@ -537,6 +537,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sat Sep 22 2018 Dan Walsh - 0.9.3-1.gita723353 +- Upstream 0.9.3 + * Mon Sep 17 2018 Dan Walsh - 0.9.2.1-1.git19cb754 - Merge in fixes for podman build, to handle symbolic links and running sudo in Dockerfile diff --git a/sources b/sources index 119755c..5172a25 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-19cb754.tar.gz) = 0eda23caed8cc87d84ed70bcd7e6488216ff37236b3f1ce1f631d3fabe70d273ee41c495343a160edc9c6e4bd5c63f523cdb05627c8470c20a3f1d9946f4ca4e +SHA512 (libpod-a723353.tar.gz) = ac638019f61231bf7e9023b5c0ea68d003a38570236900e951d378f31bfe672027cf06de9956b5ce2c68c68d73beceea7cf9155ada9b41a624b984bc9b17a9f0 From d7966fc074de32c3b3f9692e58c25fb6a146d9e1 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sat, 22 Sep 2018 07:36:22 -0400 Subject: [PATCH 0038/2185] Upstream 0.9.3 --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 5a01b14..428ed64 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ Name: podman Epoch: 1 %endif Version: 0.9.3 -Release: 1.dev.git%{shortcommit0}%{?dist} +Release: 2.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ From 70e1750d12c4adcf326897e61f3ea11e2e12d612 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 24 Sep 2018 10:54:18 -0400 Subject: [PATCH 0039/2185] podman-1:0.9.3-4.gita723353 - ensure smooth upgrade path from f28 - mention epoch number in changelogs Signed-off-by: Lokesh Mandvekar --- podman.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/podman.spec b/podman.spec index 428ed64..61c751f 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ Name: podman Epoch: 1 %endif Version: 0.9.3 -Release: 2.git%{shortcommit0}%{?dist} +Release: 4.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -537,10 +537,14 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog -* Sat Sep 22 2018 Dan Walsh - 0.9.3-1.gita723353 +* Mon Sep 24 2018 Lokesh Mandvekar - 1:0.9.3-4.gita723353 +- ensure smooth upgrade path from f28 +- mention epoch number in changelogs + +* Sat Sep 22 2018 Dan Walsh - 1:0.9.3-1.gita723353 - Upstream 0.9.3 -* Mon Sep 17 2018 Dan Walsh - 0.9.2.1-1.git19cb754 +* Mon Sep 17 2018 Dan Walsh - 1:0.9.2.1-1.git19cb754 - Merge in fixes for podman build, to handle symbolic links and running sudo in Dockerfile * Sat Sep 15 2018 baude - 0.9.2-2.git81df604 From b8591e6d352ade326b2d562d8efd4b9be81fd157 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 24 Sep 2018 11:01:57 -0400 Subject: [PATCH 0040/2185] podman-1:0.9.4-1.dev.gitaf791f3 - bump to v0.9.4 - built af791f3 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a4f68b3..5f19a3e 100644 --- a/.gitignore +++ b/.gitignore @@ -101,3 +101,4 @@ /libpod-95dbcad.tar.gz /libpod-28a2bf8.tar.gz /libpod-c3a0874.tar.gz +/libpod-af791f3.tar.gz diff --git a/podman.spec b/podman.spec index 6481580..474acc7 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c3a0874222784e8996dbc472b9ca893a80aff451 +%global commit0 af791f340cfc3f8134e1fe0e3b0a6d3597706277 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: podman @@ -35,8 +35,8 @@ Name: podman %if 0%{?fedora} > 28 Epoch: 1 %endif -Version: 0.9.3 -Release: 2.dev.git%{shortcommit0}%{?dist} +Version: 0.9.4 +Release: 1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -551,6 +551,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Mon Sep 24 2018 Lokesh Mandvekar - 1:0.9.4-1.dev.gitaf791f3 +- bump to v0.9.4 +- built af791f3 + * Wed Sep 19 2018 Lokesh Mandvekar - 1:0.9.3-2.dev.gitc3a0874 - autobuilt c3a0874 diff --git a/sources b/sources index 400d10e..0f5882f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-c3a0874.tar.gz) = e98d28097ea8666902372eb39404b88060972758ccff9a8c6dbe59d00c63eb5f5fbb675e689941ad3ea13f1d8f6b8e27b55080a292c76b27d21fedfb32b97b37 +SHA512 (libpod-af791f3.tar.gz) = 888e7869ca3620c909ddc0065ff8e66861bc52fba04ed77bc60973a4e1277520cc6a57fd05f48ccd9b240638f1a52dfcedf96495bc753f9004270ba9ab9e4d3a From dfcacc268921ae2584a969ee5d3f659ad9a3d089 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 25 Sep 2018 10:12:02 -0400 Subject: [PATCH 0041/2185] Fix required version of runc --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 474acc7..e0eefec 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ Name: podman Epoch: 1 %endif Version: 0.9.4 -Release: 1.dev.git%{shortcommit0}%{?dist} +Release: 2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -60,7 +60,7 @@ BuildRequires: libselinux-devel BuildRequires: ostree-devel BuildRequires: pkgconfig BuildRequires: make -Requires: runc >= 2:1.0.0-51 +Requires: runc >= 2:1.0.0-55 Requires: containers-common Requires: containernetworking-plugins >= 0.7.3-2 Requires: iptables @@ -551,6 +551,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Sep 25 2018 Dan Walsh - 1:0.9.4-2.dev.gitaf791f3 +- Fix required version of runc + * Mon Sep 24 2018 Lokesh Mandvekar - 1:0.9.4-1.dev.gitaf791f3 - bump to v0.9.4 - built af791f3 From 6c296bf0ddb2a6c29d513c270584c473724cd7e4 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 25 Sep 2018 10:13:22 -0400 Subject: [PATCH 0042/2185] Fix required version of runc --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 61c751f..a8288e2 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,7 @@ BuildRequires: libselinux-devel BuildRequires: ostree-devel BuildRequires: pkgconfig BuildRequires: make -Requires: runc >= 2:1.0.0-51 +Requires: runc >= 2:1.0.0-55 Requires: containers-common Requires: containernetworking-plugins >= 0.7.3-2 Requires: iptables @@ -537,6 +537,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Sep 25 2018 Dan Walsh - 1:0.9.4-2.dev.gitaf791f3 +- Fix required version of runc + * Mon Sep 24 2018 Lokesh Mandvekar - 1:0.9.3-4.gita723353 - ensure smooth upgrade path from f28 - mention epoch number in changelogs From 8f768f150554d4c42b90ce781bccc152101c84c2 Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 25 Sep 2018 16:41:14 -0500 Subject: [PATCH 0043/2185] Upstream 0.9.3.1 release Signed-off-by: baude --- podman.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/podman.spec b/podman.spec index a8288e2..8030e9d 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a723353ab0720c6eb9b4a7eab2ad36a13aa2ca5a +%global commit0 1cd906da9295304eb7aa2c3d9e75f47b3dd65585 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: podman @@ -35,8 +35,8 @@ Name: podman %if 0%{?fedora} > 28 Epoch: 1 %endif -Version: 0.9.3 -Release: 4.git%{shortcommit0}%{?dist} +Version: 0.9.3.1 +Release: 1.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -60,7 +60,7 @@ BuildRequires: libselinux-devel BuildRequires: ostree-devel BuildRequires: pkgconfig BuildRequires: make -Requires: runc >= 2:1.0.0-55 +Requires: runc Requires: containers-common Requires: containernetworking-plugins >= 0.7.3-2 Requires: iptables @@ -537,6 +537,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Sep 25 2018 baude - 0.9.3.1-1.git1cd906d +- Upstream 0.9.3.1 upstream release + * Tue Sep 25 2018 Dan Walsh - 1:0.9.4-2.dev.gitaf791f3 - Fix required version of runc From 482788e43377f5b4f60e2d22710af8e605350e30 Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 25 Sep 2018 18:18:41 -0500 Subject: [PATCH 0044/2185] Upstream 0.9.3.1 release Signed-off-by: baude --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 11e2e36..7c145c5 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,4 @@ /libpod-19cb754.tar.gz /libpod-81df604.tar.gz /libpod-a723353.tar.gz +/libpod-1cd906d.tar.gz diff --git a/sources b/sources index 5172a25..ec4602c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-a723353.tar.gz) = ac638019f61231bf7e9023b5c0ea68d003a38570236900e951d378f31bfe672027cf06de9956b5ce2c68c68d73beceea7cf9155ada9b41a624b984bc9b17a9f0 +SHA512 (libpod-1cd906d.tar.gz) = 36ea87f6efd70f12a2299929ef5d04559b340593cbff5b259e9beb5a2a9f144b3720de23f97cfaa8cf8b0ae8d5d734ac1d3eac996491841f16719235d8dac850 From 68a3dd860b7f391401d5a433aabf060bb2947e08 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 28 Sep 2018 11:09:00 -0400 Subject: [PATCH 0045/2185] podman-1:0.9.4-3.dev.gite7e81e6 - built libpod commit e7e81e6 - built conmon from cri-o commit 2cbe48b Signed-off-by: Lokesh Mandvekar --- .gitignore | 2 ++ podman.spec | 37 ++++++++++++++++++++++++++++++++++--- sources | 3 ++- 3 files changed, 38 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5f19a3e..b6e9b73 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,5 @@ /libpod-28a2bf8.tar.gz /libpod-c3a0874.tar.gz /libpod-af791f3.tar.gz +/cri-o-2cbe48b.tar.gz +/libpod-e7e81e6.tar.gz diff --git a/podman.spec b/podman.spec index e0eefec..7b8400a 100644 --- a/podman.spec +++ b/podman.spec @@ -26,9 +26,14 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 af791f340cfc3f8134e1fe0e3b0a6d3597706277 +%global commit0 e7e81e6448dc4ad1d53ef51e8175d717d18a8197 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) +%global import_path_conmon github.com/kubernetes-sigs/cri-o +%global git_conmon https://%{import_path_conmon} +%global commit_conmon 2cbe48b8907849fc3982615fbadb0f584200c5b5 +%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) + Name: podman # Version string is wrong but only written as such to avoid epoch bumps # Will be fixed once upstream moves to 0.8.11-dev @@ -36,11 +41,12 @@ Name: podman Epoch: 1 %endif Version: 0.9.4 -Release: 2.dev.git%{shortcommit0}%{?dist} +Release: 3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz +Source1: %{git_conmon}/archive/%{commit_conmon}/cri-o-%{shortcommit_conmon}.tar.gz # e.g. el6 has ppc64 arch without gcc-go, so EA tag is required #ExclusiveArch: %%{?go_arches:%%{go_arches}}%%{!?go_arches:%%{ix86} x86_64 aarch64 %%{arm}} ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 @@ -60,7 +66,7 @@ BuildRequires: libselinux-devel BuildRequires: ostree-devel BuildRequires: pkgconfig BuildRequires: make -Requires: runc >= 2:1.0.0-55 +Requires: runc Requires: containers-common Requires: containernetworking-plugins >= 0.7.3-2 Requires: iptables @@ -394,6 +400,9 @@ sed -i 's/0.0.0/%{version}/' contrib/python/%{name}/setup.py sed -i 's/0.0.0/%{version}/' contrib/python/py%{name}/setup.py mv pkg/hooks/README.md pkg/hooks/README-hooks.md +# untar cri-o +tar zxf %{SOURCE1} + %build mkdir _build pushd _build @@ -406,6 +415,19 @@ export BUILDTAGS="varlink selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/ %gogenerate ./cmd/%{name}/varlink/... %gobuild -o bin/%{name} %{import_path}/cmd/%{name} +# build conmon +pushd cri-o-%{commit_conmon} +mkdir _output +pushd _output +mkdir -p src/%{provider}.%{provider_tld}/{kubernetes-sigs,opencontainers} +ln -s $(dirs +1 -l) src/%{import_path_conmon} +popd +ln -s vendor src +export GOPATH=$(pwd)/_output:$(pwd):%{gopath} +export BUILDTAGS="selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) containers_image_ostree_stub" +BUILDTAGS=$BUILDTAGS make -C conmon +popd + %if %{with varlink} #install python-podman pushd contrib/python/podman @@ -436,6 +458,10 @@ install -dp %{buildroot}%{_unitdir} install -dp %{buildroot}%{_datadir}/containers install -p -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers +# install conmon +install -dp %{buildroot}%{_libexecdir}/%{name} +install -p -m 755 cri-o-%{commit_conmon}/bin/conmon %{buildroot}%{_libexecdir}/%{name} + # source codes for building projects %if 0%{?with_devel} install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ @@ -510,6 +536,7 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_mandir}/man1/podman*.1* %{_mandir}/man5/*.5* %{_datadir}/bash-completion/completions/* +%{_libexecdir}/%{name}/conmon %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist %{_datadir}/containers/%{repo}.conf %{_unitdir}/io.%{name}.service @@ -551,6 +578,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Fri Sep 28 2018 Lokesh Mandvekar - 1:0.9.4-3.dev.gite7e81e6 +- built libpod commit e7e81e6 +- built conmon from cri-o commit 2cbe48b + * Tue Sep 25 2018 Dan Walsh - 1:0.9.4-2.dev.gitaf791f3 - Fix required version of runc diff --git a/sources b/sources index 0f5882f..35106e4 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -SHA512 (libpod-af791f3.tar.gz) = 888e7869ca3620c909ddc0065ff8e66861bc52fba04ed77bc60973a4e1277520cc6a57fd05f48ccd9b240638f1a52dfcedf96495bc753f9004270ba9ab9e4d3a +SHA512 (cri-o-2cbe48b.tar.gz) = e22110140109ecc86c6fb636808070f4728a3b550a4cd748b756410b836650b20060c805c66c56f9c517c3e8cca609c1d4e4a0bd3aa989ae5f940266022351f9 +SHA512 (libpod-e7e81e6.tar.gz) = 18c38d1952d1cd519071c4ae0130139404a5198c055f66b6c8228fa5e9a27a39631b09771a4310bc4686877be5f0e8623bcc04903e357771185e5ab52a431c3e From d765eeb5d61edc014917b197a8c1d72b1b9e3b13 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 2 Oct 2018 04:44:50 -0400 Subject: [PATCH 0046/2185] Fix podman-docker to require proper version. --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 8030e9d..6e4add4 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ Name: podman Epoch: 1 %endif Version: 0.9.3.1 -Release: 1.git%{shortcommit0}%{?dist} +Release: 2.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -213,7 +213,7 @@ This package contains Python 3 tool for %{name}. %package docker Summary: Emulate Docker CLI using podman BuildArch: noarch -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} Conflicts: docker Conflicts: docker-latest Conflicts: docker-ce @@ -537,6 +537,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Oct 2 2018 Dan Walsh - 1:0.9.3.1-2.git1cd906d +- Fix podman-docker to require proper version. + * Tue Sep 25 2018 baude - 0.9.3.1-1.git1cd906d - Upstream 0.9.3.1 upstream release From b86634e5939899d4f3f948d841162ff505518fc5 Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 11 Oct 2018 16:25:58 -0500 Subject: [PATCH 0047/2185] Upstream 10.1 release --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b6e9b73..54528b1 100644 --- a/.gitignore +++ b/.gitignore @@ -104,3 +104,4 @@ /libpod-af791f3.tar.gz /cri-o-2cbe48b.tar.gz /libpod-e7e81e6.tar.gz +/libpod-da5c894.tar.gz diff --git a/podman.spec b/podman.spec index 7b8400a..a529219 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e7e81e6448dc4ad1d53ef51e8175d717d18a8197 +%global commit0 da5c89497f9d6ee5cb6e826d7db7cca5686ab4f7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -40,8 +40,8 @@ Name: podman %if 0%{?fedora} > 28 Epoch: 1 %endif -Version: 0.9.4 -Release: 3.dev.git%{shortcommit0}%{?dist} +Version: 0.10.1 +Release: 1.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu Oct 11 2018 baude - 0.10.1-1.gitda5c894 +- Upstream 10.1 release + * Fri Sep 28 2018 Lokesh Mandvekar - 1:0.9.4-3.dev.gite7e81e6 - built libpod commit e7e81e6 - built conmon from cri-o commit 2cbe48b diff --git a/sources b/sources index 35106e4..944d576 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-2cbe48b.tar.gz) = e22110140109ecc86c6fb636808070f4728a3b550a4cd748b756410b836650b20060c805c66c56f9c517c3e8cca609c1d4e4a0bd3aa989ae5f940266022351f9 -SHA512 (libpod-e7e81e6.tar.gz) = 18c38d1952d1cd519071c4ae0130139404a5198c055f66b6c8228fa5e9a27a39631b09771a4310bc4686877be5f0e8623bcc04903e357771185e5ab52a431c3e +SHA512 (libpod-da5c894.tar.gz) = 141b50340bee54d82747ee17d7ce3c7d309f108a22e1838f322b4963f0552f455dafc6e6627360105ae394c6b0821b66de560c11f5118d9da8d9159b4158dfb7 From 6a5ccb7647f2b9c236cd4872d56f96547bae6afc Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 12 Oct 2018 07:46:03 -0400 Subject: [PATCH 0048/2185] Upstream 10.1 release --- podman.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/podman.spec b/podman.spec index 6e4add4..1f29993 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1cd906da9295304eb7aa2c3d9e75f47b3dd65585 +%global commit0 8fb88590fafd3d4e845f9bca49133f62 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: podman @@ -35,8 +35,8 @@ Name: podman %if 0%{?fedora} > 28 Epoch: 1 %endif -Version: 0.9.3.1 -Release: 2.git%{shortcommit0}%{?dist} +Version: 0.10.1 +Release: 1.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -537,6 +537,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Fri Oct 12 2018 Dan Walsh - 1:0.10.1-1.gite4a1553 +- Upstream 10.1 release + * Tue Oct 2 2018 Dan Walsh - 1:0.9.3.1-2.git1cd906d - Fix podman-docker to require proper version. From f1bd8029d76533629bb973f7e8ad0704faed0f9f Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 12 Oct 2018 07:48:28 -0400 Subject: [PATCH 0049/2185] Upstream 10.1 release --- .gitignore | 1 + podman.spec | 2 +- sources | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7c145c5..4f40854 100644 --- a/.gitignore +++ b/.gitignore @@ -103,3 +103,4 @@ /libpod-81df604.tar.gz /libpod-a723353.tar.gz /libpod-1cd906d.tar.gz +/libpod-e4a1553.tar.gz diff --git a/podman.spec b/podman.spec index 1f29993..92ed290 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 8fb88590fafd3d4e845f9bca49133f62 +%global commit0 e4a155328fb88590fafd3d4e845f9bca49133f62 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: podman diff --git a/sources b/sources index ec4602c..a90ecbf 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (libpod-1cd906d.tar.gz) = 36ea87f6efd70f12a2299929ef5d04559b340593cbff5b259e9beb5a2a9f144b3720de23f97cfaa8cf8b0ae8d5d734ac1d3eac996491841f16719235d8dac850 +SHA512 (libpod-e4a1553.tar.gz) = 494485731085a9ffa8cb2bad656c98c2fe5e6c786d61cac2628bb13319bfdeb4e99afa6332119d5d078d3483fce1f8a3d6393f0aae58987aa7f49a42f5ce07d9 From 39974d2310a883ee001f6e54b0ad194d2abaee6c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 18 Oct 2018 14:17:00 -0400 Subject: [PATCH 0050/2185] podman-1:0.10.1.3-1.dev.gitdb08685 - bump to v0.10.1.3 - correct errors in changelog Signed-off-by: Lokesh Mandvekar --- .gitignore | 2 ++ podman.spec | 13 ++++++++----- sources | 4 ++-- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 54528b1..2d3af7e 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,5 @@ /cri-o-2cbe48b.tar.gz /libpod-e7e81e6.tar.gz /libpod-da5c894.tar.gz +/cri-o-a30f93c.tar.gz +/libpod-db08685.tar.gz diff --git a/podman.spec b/podman.spec index a529219..a233d25 100644 --- a/podman.spec +++ b/podman.spec @@ -26,12 +26,12 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 da5c89497f9d6ee5cb6e826d7db7cca5686ab4f7 +%global commit0 db08685af57206c21fd3dd150ecb70d7147ce7f4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o %global git_conmon https://%{import_path_conmon} -%global commit_conmon 2cbe48b8907849fc3982615fbadb0f584200c5b5 +%global commit_conmon a30f93ca229c7fc68fb1d8c7a3342de3c3f54ae5 %global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) Name: podman @@ -40,7 +40,7 @@ Name: podman %if 0%{?fedora} > 28 Epoch: 1 %endif -Version: 0.10.1 +Version: 0.10.1.3 Release: 1.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 @@ -578,8 +578,11 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog -* Thu Oct 11 2018 baude - 0.10.1-1.gitda5c894 -- Upstream 10.1 release +* Thu Oct 18 2018 Lokesh Mandvekar - 1:0.10.1.3-1.dev.gitdb08685 +- bump to v0.10.1.3 + +* Thu Oct 11 2018 baude - 1:0.10.1-1.gitda5c894 +- Upstream v0.10.1 release * Fri Sep 28 2018 Lokesh Mandvekar - 1:0.9.4-3.dev.gite7e81e6 - built libpod commit e7e81e6 diff --git a/sources b/sources index 944d576..80853bd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (cri-o-2cbe48b.tar.gz) = e22110140109ecc86c6fb636808070f4728a3b550a4cd748b756410b836650b20060c805c66c56f9c517c3e8cca609c1d4e4a0bd3aa989ae5f940266022351f9 -SHA512 (libpod-da5c894.tar.gz) = 141b50340bee54d82747ee17d7ce3c7d309f108a22e1838f322b4963f0552f455dafc6e6627360105ae394c6b0821b66de560c11f5118d9da8d9159b4158dfb7 +SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d +SHA512 (libpod-db08685.tar.gz) = f02cb70238e46b9da1a0eced1343746fb9a1f380c130be02c8f86a648786d0a71447fb0b97bd0fe65a7828541f3d35c247c1b31aaf42f96fdfc0ebcc2a852108 From 9b93f7773f39dbd2db0fb18196a6a41a85281a9d Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 18 Oct 2018 14:52:09 -0400 Subject: [PATCH 0051/2185] podman-1:0.10.1.3-1.dev.gitdb08685 - bump to v0.10.1.3 - correct changelog and epoch mentions Signed-off-by: Lokesh Mandvekar --- .gitignore | 2 ++ podman.spec | 85 ++++++++++++++++++++++++++++++++++++++++------------- sources | 4 +-- 3 files changed, 69 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index 4f40854..7c48a12 100644 --- a/.gitignore +++ b/.gitignore @@ -104,3 +104,5 @@ /libpod-a723353.tar.gz /libpod-1cd906d.tar.gz /libpod-e4a1553.tar.gz +/cri-o-a30f93c.tar.gz +/libpod-db08685.tar.gz diff --git a/podman.spec b/podman.spec index 92ed290..344ebfc 100644 --- a/podman.spec +++ b/podman.spec @@ -26,21 +26,29 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e4a155328fb88590fafd3d4e845f9bca49133f62 +%global commit0 db08685af57206c21fd3dd150ecb70d7147ce7f4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) +%global import_path_conmon github.com/kubernetes-sigs/cri-o +%global git_conmon https://%{import_path_conmon} +%global commit_conmon a30f93ca229c7fc68fb1d8c7a3342de3c3f54ae5 +%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) + Name: podman # Version string is wrong but only written as such to avoid epoch bumps # Will be fixed once upstream moves to 0.8.11-dev %if 0%{?fedora} > 28 Epoch: 1 +%else +Epoch: 0 %endif -Version: 0.10.1 +Version: 0.10.1.3 Release: 1.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz +Source1: %{git_conmon}/archive/%{commit_conmon}/cri-o-%{shortcommit_conmon}.tar.gz # e.g. el6 has ppc64 arch without gcc-go, so EA tag is required #ExclusiveArch: %%{?go_arches:%%{go_arches}}%%{!?go_arches:%%{ix86} x86_64 aarch64 %%{arm}} ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 @@ -65,7 +73,7 @@ Requires: containers-common Requires: containernetworking-plugins >= 0.7.3-2 Requires: iptables Requires: nftables -Requires: conmon +#Requires: conmon Recommends: container-selinux >= 2:2.71 Recommends: slirp4netns %if 0%{?fedora} > 28 @@ -189,7 +197,7 @@ Requires: python3-varlink Requires: python3-dateutil Requires: python3-humanize Requires: python3-psutil -Provides: python3-%{name} = %{version}-%{release} +Provides: python3-%{name} = %{epoch}:%{version}-%{release} Summary: Python 3 bindings for %{name} %description -n python3-%{name} @@ -233,7 +241,7 @@ pages and podman. %package devel Summary: Library for applications looking to use Container Pods BuildArch: noarch -Provides: %{repo}-devel = %{version}-%{release} +Provides: %{repo}-devel = %{epoch}:%{version}-%{release} %if 0%{?with_check} && ! 0%{?with_bundled} BuildRequires: golang(github.com/BurntSushi/toml) @@ -341,18 +349,18 @@ Requires: golang(k8s.io/apimachinery/pkg/util/wait) Requires: golang(k8s.io/client-go/tools/remotecommand) Requires: golang(k8s.io/kubernetes/pkg/kubelet/container) -Provides: golang(%{import_path}/cmd/%{name}/docker) = %{version}-%{release} -Provides: golang(%{import_path}/cmd/%{name}/formats) = %{version}-%{release} -Provides: golang(%{import_path}/libkpod) = %{version}-%{release} -Provides: golang(%{import_path}/libpod) = %{version}-%{release} -Provides: golang(%{import_path}/libpod/common) = %{version}-%{release} -Provides: golang(%{import_path}/libpod/driver) = %{version}-%{release} -Provides: golang(%{import_path}/libpod/layers) = %{version}-%{release} -Provides: golang(%{import_path}/pkg/annotations) = %{version}-%{release} -Provides: golang(%{import_path}/pkg/chrootuser) = %{version}-%{release} -Provides: golang(%{import_path}/pkg/registrar) = %{version}-%{release} -Provides: golang(%{import_path}/pkg/storage) = %{version}-%{release} -Provides: golang(%{import_path}/utils) = %{version}-%{release} +Provides: golang(%{import_path}/cmd/%{name}/docker) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/cmd/%{name}/formats) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/libkpod) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/libpod) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/libpod/common) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/libpod/driver) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/libpod/layers) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/pkg/annotations) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/pkg/chrootuser) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/pkg/registrar) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/pkg/storage) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/utils) = %{epoch}:%{version}-%{release} %description -n libpod-devel %{summary} @@ -371,7 +379,7 @@ Summary: Unit tests for %{name} package %endif # test subpackage tests code from devel subpackage -Requires: %{name}-devel = %{version}-%{release} +Requires: %{name}-devel = %{epoch}:%{version}-%{release} %if 0%{?with_check} && ! 0%{?with_bundled} BuildRequires: golang(github.com/stretchr/testify/assert) @@ -396,6 +404,9 @@ sed -i 's/0.0.0/%{version}/' contrib/python/%{name}/setup.py sed -i 's/0.0.0/%{version}/' contrib/python/py%{name}/setup.py mv pkg/hooks/README.md pkg/hooks/README-hooks.md +# untar cri-o +tar zxf %{SOURCE1} + %build mkdir _build pushd _build @@ -408,6 +419,31 @@ export BUILDTAGS="varlink selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/ %gogenerate ./cmd/%{name}/varlink/... BUILDTAGS=$BUILDTAGS make binaries docs +# build conmon +pushd cri-o-%{commit_conmon} +mkdir _output +pushd _output +mkdir -p src/%{provider}.%{provider_tld}/{kubernetes-sigs,opencontainers} +ln -s $(dirs +1 -l) src/%{import_path_conmon} +popd +ln -s vendor src +export GOPATH=$(pwd)/_output:$(pwd):%{gopath} +export BUILDTAGS="selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) containers_image_ostree_stub" +BUILDTAGS=$BUILDTAGS make -C conmon +popd + +%if %{with varlink} +#install python-podman +pushd contrib/python/podman +%py3_build +popd + +#install python-pypodman +pushd contrib/python/pypodman +%py3_build +popd +%endif #varlink + %install install -dp %{buildroot}%{_unitdir} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ @@ -426,6 +462,10 @@ install -dp %{buildroot}%{_unitdir} install -dp %{buildroot}%{_datadir}/containers install -p -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers +# install conmon +install -dp %{buildroot}%{_libexecdir}/%{name} +install -p -m 755 cri-o-%{commit_conmon}/bin/conmon %{buildroot}%{_libexecdir}/%{name} + # source codes for building projects %if 0%{?with_devel} install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ @@ -500,6 +540,7 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_mandir}/man1/podman*.1* %{_mandir}/man5/*.5* %{_datadir}/bash-completion/completions/* +%{_libexecdir}/%{name}/conmon %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist %{_datadir}/containers/%{repo}.conf %{_unitdir}/io.%{name}.service @@ -537,13 +578,17 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu Oct 18 2018 Lokesh Mandvekar - 1:0.10.1.3-1.dev.gitdb08685 +- bump to v0.10.1.3 +- correct changelog and epoch mentions + * Fri Oct 12 2018 Dan Walsh - 1:0.10.1-1.gite4a1553 -- Upstream 10.1 release +- Upstream v0.10.1 release * Tue Oct 2 2018 Dan Walsh - 1:0.9.3.1-2.git1cd906d - Fix podman-docker to require proper version. -* Tue Sep 25 2018 baude - 0.9.3.1-1.git1cd906d +* Tue Sep 25 2018 baude - 1:0.9.3.1-1.git1cd906d - Upstream 0.9.3.1 upstream release * Tue Sep 25 2018 Dan Walsh - 1:0.9.4-2.dev.gitaf791f3 diff --git a/sources b/sources index a90ecbf..80853bd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (libpod-1cd906d.tar.gz) = 36ea87f6efd70f12a2299929ef5d04559b340593cbff5b259e9beb5a2a9f144b3720de23f97cfaa8cf8b0ae8d5d734ac1d3eac996491841f16719235d8dac850 -SHA512 (libpod-e4a1553.tar.gz) = 494485731085a9ffa8cb2bad656c98c2fe5e6c786d61cac2628bb13319bfdeb4e99afa6332119d5d078d3483fce1f8a3d6393f0aae58987aa7f49a42f5ce07d9 +SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d +SHA512 (libpod-db08685.tar.gz) = f02cb70238e46b9da1a0eced1343746fb9a1f380c130be02c8f86a648786d0a71447fb0b97bd0fe65a7828541f3d35c247c1b31aaf42f96fdfc0ebcc2a852108 From ed39916c48de3d572a0a139870f9572716ac7d19 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 18 Oct 2018 14:55:59 -0400 Subject: [PATCH 0052/2185] podman-1:0.10.1.3-2.dev.gitdb08685 - correct epoch mentions Signed-off-by: Lokesh Mandvekar --- podman.spec | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/podman.spec b/podman.spec index a233d25..87d3311 100644 --- a/podman.spec +++ b/podman.spec @@ -39,9 +39,11 @@ Name: podman # Will be fixed once upstream moves to 0.8.11-dev %if 0%{?fedora} > 28 Epoch: 1 +%else +Epoch: 0 %endif Version: 0.10.1.3 -Release: 1.git%{shortcommit0}%{?dist} +Release: 2.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -221,7 +223,7 @@ This package contains Python 3 tool for %{name}. %package docker Summary: Emulate Docker CLI using podman BuildArch: noarch -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} Conflicts: docker Conflicts: docker-latest Conflicts: docker-ce @@ -237,7 +239,7 @@ pages and podman. %package devel Summary: Library for applications looking to use Container Pods BuildArch: noarch -Provides: %{repo}-devel = %{version}-%{release} +Provides: %{repo}-devel = %{epoch}:%{version}-%{release} %if 0%{?with_check} && ! 0%{?with_bundled} BuildRequires: golang(github.com/BurntSushi/toml) @@ -345,18 +347,18 @@ Requires: golang(k8s.io/apimachinery/pkg/util/wait) Requires: golang(k8s.io/client-go/tools/remotecommand) Requires: golang(k8s.io/kubernetes/pkg/kubelet/container) -Provides: golang(%{import_path}/cmd/%{name}/docker) = %{version}-%{release} -Provides: golang(%{import_path}/cmd/%{name}/formats) = %{version}-%{release} -Provides: golang(%{import_path}/libkpod) = %{version}-%{release} -Provides: golang(%{import_path}/libpod) = %{version}-%{release} -Provides: golang(%{import_path}/libpod/common) = %{version}-%{release} -Provides: golang(%{import_path}/libpod/driver) = %{version}-%{release} -Provides: golang(%{import_path}/libpod/layers) = %{version}-%{release} -Provides: golang(%{import_path}/pkg/annotations) = %{version}-%{release} -Provides: golang(%{import_path}/pkg/chrootuser) = %{version}-%{release} -Provides: golang(%{import_path}/pkg/registrar) = %{version}-%{release} -Provides: golang(%{import_path}/pkg/storage) = %{version}-%{release} -Provides: golang(%{import_path}/utils) = %{version}-%{release} +Provides: golang(%{import_path}/cmd/%{name}/docker) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/cmd/%{name}/formats) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/libkpod) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/libpod) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/libpod/common) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/libpod/driver) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/libpod/layers) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/pkg/annotations) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/pkg/chrootuser) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/pkg/registrar) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/pkg/storage) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/utils) = %{epoch}:%{version}-%{release} %description -n libpod-devel %{summary} @@ -375,7 +377,7 @@ Summary: Unit tests for %{name} package %endif # test subpackage tests code from devel subpackage -Requires: %{name}-devel = %{version}-%{release} +Requires: %{name}-devel = %{epoch}:%{version}-%{release} %if 0%{?with_check} && ! 0%{?with_bundled} BuildRequires: golang(github.com/stretchr/testify/assert) @@ -578,6 +580,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu Oct 18 2018 Lokesh Mandvekar - 1:0.10.1.3-2.dev.gitdb08685 +- correct epoch mentions + * Thu Oct 18 2018 Lokesh Mandvekar - 1:0.10.1.3-1.dev.gitdb08685 - bump to v0.10.1.3 From 0dd7d96e6b50b8ec76896295155a2b8911ff72a8 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 19 Oct 2018 11:38:58 -0400 Subject: [PATCH 0053/2185] podman-1:0.10.1.3-2.gitdb08685 - consistent epoch:version-release in changelog Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 344ebfc..47d9f3c 100644 --- a/podman.spec +++ b/podman.spec @@ -43,7 +43,7 @@ Epoch: 1 Epoch: 0 %endif Version: 0.10.1.3 -Release: 1.git%{shortcommit0}%{?dist} +Release: 2.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,7 +578,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog -* Thu Oct 18 2018 Lokesh Mandvekar - 1:0.10.1.3-1.dev.gitdb08685 +* Fri Oct 19 2018 Lokesh Mandvekar - 1:0.10.1.3-2.gitdb08685 +- consistent epoch:version-release in changelog + +* Thu Oct 18 2018 Lokesh Mandvekar - 1:0.10.1.3-1.gitdb08685 - bump to v0.10.1.3 - correct changelog and epoch mentions From 355e300ff194921868b01b90f72b7e184d86988a Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 19 Oct 2018 11:40:28 -0400 Subject: [PATCH 0054/2185] podman-1:0.10.1.3-3.dev.gitdb08685 - consistent epoch:version-release in changelog Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 87d3311..699e6fa 100644 --- a/podman.spec +++ b/podman.spec @@ -43,7 +43,7 @@ Epoch: 1 Epoch: 0 %endif Version: 0.10.1.3 -Release: 2.git%{shortcommit0}%{?dist} +Release: 3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -580,6 +580,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Fri Oct 19 2018 Lokesh Mandvekar - 1:0.10.1.3-3.dev.gitdb08685 +- consistent epoch:version-release in changelog + * Thu Oct 18 2018 Lokesh Mandvekar - 1:0.10.1.3-2.dev.gitdb08685 - correct epoch mentions From e56ad94ef76ef57b6ea879b5dfa1582e0c5bd56a Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sun, 28 Oct 2018 18:45:03 -0400 Subject: [PATCH 0055/2185] podman-1:0.10.2-1.dev.git4955572 - Resolves: #1643744 - build podman with ostree support - bump to v0.10.2 - built commit 4955572 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 18 +++++++++++------- sources | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 2d3af7e..4a6b338 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,4 @@ /libpod-da5c894.tar.gz /cri-o-a30f93c.tar.gz /libpod-db08685.tar.gz +/libpod-4955572.tar.gz diff --git a/podman.spec b/podman.spec index 699e6fa..6ee4d9c 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 db08685af57206c21fd3dd150ecb70d7147ce7f4 +%global commit0 49555721ec84ca630e8fbbf32a400e523c477439 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -42,8 +42,8 @@ Epoch: 1 %else Epoch: 0 %endif -Version: 0.10.1.3 -Release: 3.dev.git%{shortcommit0}%{?dist} +Version: 0.10.2 +Release: 1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -182,7 +182,6 @@ Provides: bundled(golang(k8s.io/client-go)) = 7cd1d3291b7d9b1e2d54d4b69eb65995ea Provides: bundled(golang(k8s.io/kube-openapi)) = 275e2ce91dec4c05a4094a7b1daee5560b555ac9 Provides: bundled(golang(k8s.io/utils)) = 258e2a2fa64568210fbd6267cf1d8fd87c3cb86e - %description %{summary} %{repo} provides a library for applications looking to use @@ -412,8 +411,8 @@ mkdir -p src/%{provider}.%{provider_tld}/%{project} ln -s ../../../../ src/%{import_path} popd ln -s vendor src -export GOPATH=$(pwd)/_build:$(pwd):%{gopath} -export BUILDTAGS="varlink selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) exclude_graphdriver_devicemapper" +export GOPATH=$(pwd)/_build:$(pwd) +export BUILDTAGS="varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" %gogenerate ./cmd/%{name}/varlink/... %gobuild -o bin/%{name} %{import_path}/cmd/%{name} @@ -425,7 +424,7 @@ mkdir -p src/%{provider}.%{provider_tld}/{kubernetes-sigs,opencontainers} ln -s $(dirs +1 -l) src/%{import_path_conmon} popd ln -s vendor src -export GOPATH=$(pwd)/_output:$(pwd):%{gopath} +export GOPATH=$(pwd)/_output:$(pwd) export BUILDTAGS="selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) containers_image_ostree_stub" BUILDTAGS=$BUILDTAGS make -C conmon popd @@ -580,6 +579,11 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sun Oct 28 2018 Lokesh Mandvekar - 1:0.10.2-1.dev.git4955572 +- Resolves: #1643744 - build podman with ostree support +- bump to v0.10.2 +- built commit 4955572 + * Fri Oct 19 2018 Lokesh Mandvekar - 1:0.10.1.3-3.dev.gitdb08685 - consistent epoch:version-release in changelog diff --git a/sources b/sources index 80853bd..2691006 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-db08685.tar.gz) = f02cb70238e46b9da1a0eced1343746fb9a1f380c130be02c8f86a648786d0a71447fb0b97bd0fe65a7828541f3d35c247c1b31aaf42f96fdfc0ebcc2a852108 +SHA512 (libpod-4955572.tar.gz) = 3d5a75f677005f88ce2062cbf6e1fc3cfd053ca6cb2e762cfc16a0ffcce156462f434002bda966dcb854c138f33370512759b2be718831949387bc2a1b64db4d From ee28ed42e58bdf2ef07f2672879dd17a1b0f52ba Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sun, 28 Oct 2018 19:02:27 -0400 Subject: [PATCH 0056/2185] podman-1:0.10.1.3-3.gitdb08685 - Resolves: #1643733 - build podman with ostree support Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 47d9f3c..25f2b4f 100644 --- a/podman.spec +++ b/podman.spec @@ -43,7 +43,7 @@ Epoch: 1 Epoch: 0 %endif Version: 0.10.1.3 -Release: 2.git%{shortcommit0}%{?dist} +Release: 3.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -415,7 +415,7 @@ ln -s ../../../../ src/%{import_path} popd ln -s vendor src export GOPATH=$(pwd)/_build:$(pwd):$(pwd):%{gopath} -export BUILDTAGS="varlink selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) exclude_graphdriver_devicemapper" +export BUILDTAGS="varlink seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh) exclude_graphdriver_devicemapper" %gogenerate ./cmd/%{name}/varlink/... BUILDTAGS=$BUILDTAGS make binaries docs @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sun Oct 28 2018 Lokesh Mandvekar - 1:0.10.1.3-3.gitdb08685 +- Resolves: #1643733 - build podman with ostree support + * Fri Oct 19 2018 Lokesh Mandvekar - 1:0.10.1.3-2.gitdb08685 - consistent epoch:version-release in changelog From 800026b0ff494d90d42b9a1c982b24069d95e939 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sun, 28 Oct 2018 19:55:56 -0400 Subject: [PATCH 0057/2185] podman-1:0.10.1.3-4.gitdb08685 - Correct bug id in previous changelog entry Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 25f2b4f..cafdee2 100644 --- a/podman.spec +++ b/podman.spec @@ -43,7 +43,7 @@ Epoch: 1 Epoch: 0 %endif Version: 0.10.1.3 -Release: 3.git%{shortcommit0}%{?dist} +Release: 4.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,8 +578,11 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sun Oct 28 2018 Lokesh Mandvekar - 1:0.10.1.3-4.gitdb08685 +- Correct bug id in previous changelog entry + * Sun Oct 28 2018 Lokesh Mandvekar - 1:0.10.1.3-3.gitdb08685 -- Resolves: #1643733 - build podman with ostree support +- Resolves: #1643744 - build podman with ostree support * Fri Oct 19 2018 Lokesh Mandvekar - 1:0.10.1.3-2.gitdb08685 - consistent epoch:version-release in changelog From 234700de7d5a4aebf79c3f90353df709a05531a6 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 7 Nov 2018 20:24:46 +0000 Subject: [PATCH 0058/2185] podman-1:0.10.2-2.dev.gite9f8aed - autobuilt e9f8aed Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4a6b338..7e2a6dc 100644 --- a/.gitignore +++ b/.gitignore @@ -108,3 +108,4 @@ /cri-o-a30f93c.tar.gz /libpod-db08685.tar.gz /libpod-4955572.tar.gz +/libpod-e9f8aed.tar.gz diff --git a/podman.spec b/podman.spec index 6ee4d9c..5309afb 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 49555721ec84ca630e8fbbf32a400e523c477439 +%global commit0 e9f8aed407f3e05f47e3eb40b23aa7c2f57e0a60 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 1 Epoch: 0 %endif Version: 0.10.2 -Release: 1.dev.git%{shortcommit0}%{?dist} +Release: 2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -579,6 +579,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Wed Nov 07 2018 Lokesh Mandvekar (Bot) - 1:0.10.2-2.dev.gite9f8aed +- autobuilt e9f8aed + * Sun Oct 28 2018 Lokesh Mandvekar - 1:0.10.2-1.dev.git4955572 - Resolves: #1643744 - build podman with ostree support - bump to v0.10.2 diff --git a/sources b/sources index 2691006..12b3329 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-4955572.tar.gz) = 3d5a75f677005f88ce2062cbf6e1fc3cfd053ca6cb2e762cfc16a0ffcce156462f434002bda966dcb854c138f33370512759b2be718831949387bc2a1b64db4d +SHA512 (libpod-e9f8aed.tar.gz) = ee2c46017313cc23ee5fb568c4aaf6e2ac8a499f9f404d47b451d3ad5bae0597f3fc58ac5facbcca044506a1f0fa7494fa5b06338f8e2f5c9fec538522b52e62 From 03fb16e76a81612889faffd7322e705560d851ba Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 8 Nov 2018 04:03:24 +0000 Subject: [PATCH 0059/2185] podman-1:0.10.2-3.dev.git672f572 - autobuilt 672f572 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7e2a6dc..36f49c6 100644 --- a/.gitignore +++ b/.gitignore @@ -109,3 +109,4 @@ /libpod-db08685.tar.gz /libpod-4955572.tar.gz /libpod-e9f8aed.tar.gz +/libpod-672f572.tar.gz diff --git a/podman.spec b/podman.spec index 5309afb..ca7c3de 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e9f8aed407f3e05f47e3eb40b23aa7c2f57e0a60 +%global commit0 672f572f507400a87c63b34fad137f321ded040d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 1 Epoch: 0 %endif Version: 0.10.2 -Release: 2.dev.git%{shortcommit0}%{?dist} +Release: 3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -579,6 +579,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu Nov 08 2018 Lokesh Mandvekar (Bot) - 1:0.10.2-3.dev.git672f572 +- autobuilt 672f572 + * Wed Nov 07 2018 Lokesh Mandvekar (Bot) - 1:0.10.2-2.dev.gite9f8aed - autobuilt e9f8aed diff --git a/sources b/sources index 12b3329..053f9e8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-e9f8aed.tar.gz) = ee2c46017313cc23ee5fb568c4aaf6e2ac8a499f9f404d47b451d3ad5bae0597f3fc58ac5facbcca044506a1f0fa7494fa5b06338f8e2f5c9fec538522b52e62 +SHA512 (libpod-672f572.tar.gz) = abf7229c90d0721d3536d6bfa5bc2a93372722f2abb0c34231844aa6dd97e7f5c34fa31159e0dab87491a4125b102ecb5324f25a2ea58cb9ea5b48e630252af3 From 59e39d9f1069cb1ecaced9c9d2cf0da6371a0c89 Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 8 Nov 2018 15:02:54 -0600 Subject: [PATCH 0060/2185] Upstream 0.11.1-1 --- .gitignore | 1 + podman.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 36f49c6..9c0b004 100644 --- a/.gitignore +++ b/.gitignore @@ -110,3 +110,4 @@ /libpod-4955572.tar.gz /libpod-e9f8aed.tar.gz /libpod-672f572.tar.gz +/libpod-a4adfe5.tar.gz diff --git a/podman.spec b/podman.spec index ca7c3de..1835bbf 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 672f572f507400a87c63b34fad137f321ded040d +%global commit0 a4adfe5e0c9de160866455c77b24342304fa3706 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -42,8 +42,8 @@ Epoch: 1 %else Epoch: 0 %endif -Version: 0.10.2 -Release: 3.dev.git%{shortcommit0}%{?dist} +Version: 0.11.1 +Release: 1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -68,7 +68,7 @@ BuildRequires: libselinux-devel BuildRequires: ostree-devel BuildRequires: pkgconfig BuildRequires: make -Requires: runc +Requires: runc >= 2:1.0.0-57 Requires: containers-common Requires: containernetworking-plugins >= 0.7.3-2 Requires: iptables @@ -579,6 +579,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu Nov 08 2018 baude - 1:0.11.1-1.dev.gita4adfe5 +- Upstream 0.11.1-1 + * Thu Nov 08 2018 Lokesh Mandvekar (Bot) - 1:0.10.2-3.dev.git672f572 - autobuilt 672f572 diff --git a/sources b/sources index 053f9e8..6eaeb2d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-672f572.tar.gz) = abf7229c90d0721d3536d6bfa5bc2a93372722f2abb0c34231844aa6dd97e7f5c34fa31159e0dab87491a4125b102ecb5324f25a2ea58cb9ea5b48e630252af3 +SHA512 (libpod-a4adfe5.tar.gz) = 3c8795faa15e5da565093cd1c8a50ecc8643516984b35138e59a6d5f5d9726d86f2083a20f8ee88ec41e5406e7589885b25a4e7296b76a1ff8fd0589dea180c6 From 1511481359f2d237ca16deebcaa854fe4008ed35 Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 8 Nov 2018 15:31:55 -0600 Subject: [PATCH 0061/2185] upstream-0.11.1-1 --- .gitignore | 1 + podman.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 7c48a12..dd88f60 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,4 @@ /libpod-e4a1553.tar.gz /cri-o-a30f93c.tar.gz /libpod-db08685.tar.gz +/libpod-a4adfe5.tar.gz diff --git a/podman.spec b/podman.spec index cafdee2..7afc465 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 db08685af57206c21fd3dd150ecb70d7147ce7f4 +%global commit0 a4adfe5e0c9de160866455c77b24342304fa3706 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -42,8 +42,8 @@ Epoch: 1 %else Epoch: 0 %endif -Version: 0.10.1.3 -Release: 4.git%{shortcommit0}%{?dist} +Version: 0.11.1 +Release: 1.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -68,7 +68,7 @@ BuildRequires: libselinux-devel BuildRequires: ostree-devel BuildRequires: pkgconfig BuildRequires: make -Requires: runc +Requires: runc >= 2:1.0.0-57 Requires: containers-common Requires: containernetworking-plugins >= 0.7.3-2 Requires: iptables @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu Nov 08 2018 bbaude - 1:0.11.1-1.gita4adfe5 +- Upstream 0.11.1-1 + * Sun Oct 28 2018 Lokesh Mandvekar - 1:0.10.1.3-4.gitdb08685 - Correct bug id in previous changelog entry diff --git a/sources b/sources index 80853bd..6eaeb2d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-db08685.tar.gz) = f02cb70238e46b9da1a0eced1343746fb9a1f380c130be02c8f86a648786d0a71447fb0b97bd0fe65a7828541f3d35c247c1b31aaf42f96fdfc0ebcc2a852108 +SHA512 (libpod-a4adfe5.tar.gz) = 3c8795faa15e5da565093cd1c8a50ecc8643516984b35138e59a6d5f5d9726d86f2083a20f8ee88ec41e5406e7589885b25a4e7296b76a1ff8fd0589dea180c6 From c3418a8da432f17208bc6575f401d82b5629c790 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 9 Nov 2018 04:04:15 +0000 Subject: [PATCH 0062/2185] podman-1:0.11.20.11.2-1.dev.gitf5473c61 - bump to 0.11.2 - autobuilt f5473c6 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9c0b004..f8a4fef 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,4 @@ /libpod-e9f8aed.tar.gz /libpod-672f572.tar.gz /libpod-a4adfe5.tar.gz +/libpod-f5473c6.tar.gz diff --git a/podman.spec b/podman.spec index 1835bbf..63cd62e 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a4adfe5e0c9de160866455c77b24342304fa3706 +%global commit0 f5473c6cc3ac3418d257fe6aaaf40a5d13fdb281 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -42,8 +42,8 @@ Epoch: 1 %else Epoch: 0 %endif -Version: 0.11.1 -Release: 1.dev.git%{shortcommit0}%{?dist} +Version: 0.11.20.11.2 +Release: 1.dev.git%{shortcommit0}%{?dist}1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -579,6 +579,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Fri Nov 09 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.gitf5473c61 +- bump to 0.11.2 +- autobuilt f5473c6 + * Thu Nov 08 2018 baude - 1:0.11.1-1.dev.gita4adfe5 - Upstream 0.11.1-1 diff --git a/sources b/sources index 6eaeb2d..bc869e3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-a4adfe5.tar.gz) = 3c8795faa15e5da565093cd1c8a50ecc8643516984b35138e59a6d5f5d9726d86f2083a20f8ee88ec41e5406e7589885b25a4e7296b76a1ff8fd0589dea180c6 +SHA512 (libpod-f5473c6.tar.gz) = f9811b57ae69b6baef7bffe333e5b23e12138e36d9b6db11fd70c20e6a851f032198c48204fc81a3c0795d907d3ce004412eaeb7f82d34c79d926396ba853812 From caeae3a986505343b38d4b10436051710b01e474 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 10 Nov 2018 04:05:48 +0000 Subject: [PATCH 0063/2185] podman-1:0.11.20.11.2-1.dev.git78e6d8e1 - bump to 0.11.2 - autobuilt 78e6d8e Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f8a4fef..04458ba 100644 --- a/.gitignore +++ b/.gitignore @@ -112,3 +112,4 @@ /libpod-672f572.tar.gz /libpod-a4adfe5.tar.gz /libpod-f5473c6.tar.gz +/libpod-78e6d8e.tar.gz diff --git a/podman.spec b/podman.spec index 63cd62e..c2e0d7c 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f5473c6cc3ac3418d257fe6aaaf40a5d13fdb281 +%global commit0 78e6d8e7d70d431ccf096dee0f8eadb1c9b2967b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -579,7 +579,11 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog -* Fri Nov 09 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.gitf5473c61 +* Sat Nov 10 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.git78e6d8e1 +- bump to 0.11.2 +- autobuilt 78e6d8e + +* Fri Nov 09 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.git78e6d8e.dev.gitf5473c61 - bump to 0.11.2 - autobuilt f5473c6 diff --git a/sources b/sources index bc869e3..647e046 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-f5473c6.tar.gz) = f9811b57ae69b6baef7bffe333e5b23e12138e36d9b6db11fd70c20e6a851f032198c48204fc81a3c0795d907d3ce004412eaeb7f82d34c79d926396ba853812 +SHA512 (libpod-78e6d8e.tar.gz) = 45c8c6988b6ba9df6849f5670c253ff8fb3f6970774c41b82665ca6977535e5265ad3bc99d2c90591e91763a535d08cd7d1022738536b8173222fceecd0990f5 From 4cbb18123caea5e0700338987b17a0891598cbc7 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sat, 10 Nov 2018 05:18:07 -0500 Subject: [PATCH 0064/2185] Remove dirty flag from podman version --- podman.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/podman.spec b/podman.spec index 7afc465..dad8ec9 100644 --- a/podman.spec +++ b/podman.spec @@ -43,7 +43,7 @@ Epoch: 1 Epoch: 0 %endif Version: 0.11.1 -Release: 1.git%{shortcommit0}%{?dist} +Release: 2.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -399,10 +399,6 @@ providing packages with %{import_path} prefix. %prep %autosetup -Sgit -n %{repo}-%{commit0} -sed -i '/\/bin\/env/d' completions/bash/%{name} -sed -i 's/0.0.0/%{version}/' contrib/python/%{name}/setup.py -sed -i 's/0.0.0/%{version}/' contrib/python/py%{name}/setup.py -mv pkg/hooks/README.md pkg/hooks/README-hooks.md # untar cri-o tar zxf %{SOURCE1} @@ -431,6 +427,7 @@ export GOPATH=$(pwd)/_output:$(pwd):%{gopath} export BUILDTAGS="selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) containers_image_ostree_stub" BUILDTAGS=$BUILDTAGS make -C conmon popd +mv pkg/hooks/README.md pkg/hooks/README-hooks.md %if %{with varlink} #install python-podman @@ -446,7 +443,7 @@ popd %install install -dp %{buildroot}%{_unitdir} -%{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ +PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ install.bin \ install.man \ install.cni \ @@ -455,7 +452,7 @@ install -dp %{buildroot}%{_unitdir} install.docker %if %{with varlink} -%{__make} DESTDIR=%{buildroot} install.python +PODMAN_VERSION=%{version} %{__make} DESTDIR=%{buildroot} install.python %endif # varlink # install libpod.conf @@ -578,6 +575,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sat Nov 10 2018 Dan Walsh - 1:0.11.1-2.gita4adfe5 +- Remove dirty flag from podman version + * Thu Nov 08 2018 bbaude - 1:0.11.1-1.gita4adfe5 - Upstream 0.11.1-1 From 9503b9d9a780c564c63d58b6923b4c3880fc083c Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sat, 10 Nov 2018 10:30:54 -0500 Subject: [PATCH 0065/2185] Remove dirty flag from podman version --- podman.spec | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/podman.spec b/podman.spec index c2e0d7c..1c2efd1 100644 --- a/podman.spec +++ b/podman.spec @@ -43,7 +43,7 @@ Epoch: 1 Epoch: 0 %endif Version: 0.11.20.11.2 -Release: 1.dev.git%{shortcommit0}%{?dist}1%{?dist} +Release: 2.dev.git%{shortcommit0}%{?dist}1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -396,10 +396,6 @@ providing packages with %{import_path} prefix. %prep %autosetup -Sgit -n %{repo}-%{commit0} -sed -i '/\/bin\/env/d' completions/bash/%{name} -sed -i 's/0.0.0/%{version}/' contrib/python/%{name}/setup.py -sed -i 's/0.0.0/%{version}/' contrib/python/py%{name}/setup.py -mv pkg/hooks/README.md pkg/hooks/README-hooks.md # untar cri-o tar zxf %{SOURCE1} @@ -443,7 +439,7 @@ popd %endif # varlink %install install -dp %{buildroot}%{_unitdir} -%{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ +PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ install.bin \ install.man \ install.cni \ @@ -451,8 +447,10 @@ install -dp %{buildroot}%{_unitdir} install.completions \ install.docker +mv pkg/hooks/README.md pkg/hooks/README-hooks.md + %if %{with varlink} -%{__make} DESTDIR=%{buildroot} install.python +PODMAN_VERSION=%{version} %{__make} DESTDIR=%{buildroot} install.python %endif # varlink # install libpod.conf @@ -579,6 +577,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sat Nov 10 2018 Dan Walsh - 1:0.11.20.11.2-2.dev.git78e6d8e1 +- Remove dirty flag from podman version + + * Sat Nov 10 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.git78e6d8e1 - bump to 0.11.2 - autobuilt 78e6d8e From 35548eef7b8e798335ee5a624a5e0bd2c187f58a Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 13 Nov 2018 04:08:33 +0000 Subject: [PATCH 0066/2185] podman-1:0.11.20.11.2-1.dev.git79657161 - bump to 0.11.2 - autobuilt 7965716 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 04458ba..03ebf3d 100644 --- a/.gitignore +++ b/.gitignore @@ -113,3 +113,4 @@ /libpod-a4adfe5.tar.gz /libpod-f5473c6.tar.gz /libpod-78e6d8e.tar.gz +/libpod-7965716.tar.gz diff --git a/podman.spec b/podman.spec index 1c2efd1..cbc1e2c 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 78e6d8e7d70d431ccf096dee0f8eadb1c9b2967b +%global commit0 7965716c74ef249e14f66702cff66baf759f6d68 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 1 Epoch: 0 %endif Version: 0.11.20.11.2 -Release: 2.dev.git%{shortcommit0}%{?dist}1%{?dist} +Release: 1.dev.git%{shortcommit0}%{?dist}1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -577,15 +577,19 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Nov 13 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.git79657161 +- bump to 0.11.2 +- autobuilt 7965716 + * Sat Nov 10 2018 Dan Walsh - 1:0.11.20.11.2-2.dev.git78e6d8e1 - Remove dirty flag from podman version -* Sat Nov 10 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.git78e6d8e1 +* Sat Nov 10 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.git7965716.dev.git78e6d8e1 - bump to 0.11.2 - autobuilt 78e6d8e -* Fri Nov 09 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.git78e6d8e.dev.gitf5473c61 +* Fri Nov 09 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.git7965716.dev.git78e6d8e.dev.gitf5473c61 - bump to 0.11.2 - autobuilt f5473c6 diff --git a/sources b/sources index 647e046..7e0c1e6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-78e6d8e.tar.gz) = 45c8c6988b6ba9df6849f5670c253ff8fb3f6970774c41b82665ca6977535e5265ad3bc99d2c90591e91763a535d08cd7d1022738536b8173222fceecd0990f5 +SHA512 (libpod-7965716.tar.gz) = 7431e0b8095ecc0ccf477be7b975ab5e596375d9935ec381bac5c7b1fdc129684fc1302c9e3fdda8b7c8e946b73627fa50014afbf3032eb7745ae110ad77553d From 7203469f1098cdeda32e17d0d3fda49c718e0916 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Tue, 13 Nov 2018 06:28:26 -0700 Subject: [PATCH 0067/2185] Quick simple tests for podman This is a placeholder only. The idea is that, once the ginkgo tests are approved and merged and packaged, you add that package to test_podman.yml:required_packages, then rewrite the .sh script so it invokes those tests and writes PASS/FAIL to test.log as appropriate. Until then, this can serve as a rudimentary gate. Signed-off-by: Ed Santiago --- tests/test_podman.sh | 82 +++++++++++++++++++++++++++++++++++++++++++ tests/test_podman.yml | 27 ++++++++++++++ tests/tests.yml | 1 + 3 files changed, 110 insertions(+) create mode 100755 tests/test_podman.sh create mode 100644 tests/test_podman.yml create mode 100644 tests/tests.yml diff --git a/tests/test_podman.sh b/tests/test_podman.sh new file mode 100755 index 0000000..abb33cb --- /dev/null +++ b/tests/test_podman.sh @@ -0,0 +1,82 @@ +#!/bin/bash +# +# Simple podman tests +# + +set -x + +exec >/tmp/test.debug.log 2>&1 + +echo "************************************************************************" +echo "* This log contains the debug output from test_podman.sh." +echo "*" +echo "* Short test PASS/FAIL summary is in test.log" +echo "************************************************************************" + +rm -f /tmp/test.log +touch /tmp/test.log + +counter_file=/tmp/test.counter.txt +echo 0 >| $counter_file + +do_test() { + local cmd="$1"; shift + local expected_status="$1"; shift + local expected_stdout="$1"; shift + + counter=$(expr $(< $counter_file) + 1) + echo $counter >| $counter_file + + # Make debug log easier to read + echo + echo "--------------------------------------------------------------------" + echo "-- test $counter" + echo + + stdout=$(eval podman $cmd) + status=$? + if [ $status -ne $expected_status ]; then + echo "FAIL $counter $cmd: status=$status (expected $expected_status)" >>/tmp/test.log + return + fi + + if [ "$expected_stdout" = "-" ]; then + : + elif [ -z "$expected_stdout" ]; then + if [ -n "$stdout" ]; then + echo "FAIL $counter $cmd : stdout='$stdout' (expected '')" >>/tmp/test.log + return + fi + else + if ! expr "$stdout" : "$expected_stdout"; then + echo "FAIL $counter $cmd : stdout='$stdout' (expected '$expected_stdout')" >>/tmp/test.log + return + fi + fi + + echo "PASS $counter $cmd" >>/tmp/test.log +} + +# Clean slate +do_test "rm -a -f" 0 "-" +do_test "rmi -a -f" 0 "-" + +do_test "info --format '{{.host.rootless}}'" 0 "false" +do_test "info --format '{{.store.GraphDriverName}}'" 0 "overlay" + +do_test "pull alpine" 0 "-" +do_test "images --format {{.Repository}}:{{.Tag}}" 0 \ + "docker.io/library/alpine:latest" + +do_test "run alpine sh -c 'echo hi'" 0 "hi" +do_test "run alpine date" 0 "-" +do_test "run alpine /bin/false" 1 "" + +do_test "ps -a | wc -l" 0 "4" +do_test "ps -a | grep false | grep -q 'Exited (1)'" 0 "" + +# Final exit status: nonzero if the word FAIL is present in results +if grep -q FAIL /tmp/test.log; then + exit 1 +fi +exit 0 diff --git a/tests/test_podman.yml b/tests/test_podman.yml new file mode 100644 index 0000000..f77c322 --- /dev/null +++ b/tests/test_podman.yml @@ -0,0 +1,27 @@ +--- +- hosts: localhost + vars: + - artifacts: ./artifacts + - required_packages: + - podman + tags: + - classic + - container + + tasks: + - name: install packages + dnf: name="{{ required_packages }}" state=installed + enablerepo=updates-testing + + - block: + - name: Run test + script: ./test_podman.sh + always: + - name: Pull out logs + fetch: + src: "/tmp/{{ item }}" + dest: "{{ artifacts }}/{{ item }}" + flat: yes + with_items: + - test.log + - test.debug.log diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..80caee7 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1 @@ +- import_playbook: test_podman.yml From 0584bab9cb82c8932fb20f78b8260e064521b968 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 14 Nov 2018 22:41:51 -0500 Subject: [PATCH 0068/2185] podman-2:0.11.2-1.dev.git97bded4 - bump epoch cause previous version was messed up - built 97bded4 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 03ebf3d..ff8f257 100644 --- a/.gitignore +++ b/.gitignore @@ -114,3 +114,4 @@ /libpod-f5473c6.tar.gz /libpod-78e6d8e.tar.gz /libpod-7965716.tar.gz +/libpod-97bded4.tar.gz diff --git a/podman.spec b/podman.spec index cbc1e2c..fd3461c 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7965716c74ef249e14f66702cff66baf759f6d68 +%global commit0 97bded4a52c8d829c350eb170d4c3afd30f92d72 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -38,12 +38,12 @@ Name: podman # Version string is wrong but only written as such to avoid epoch bumps # Will be fixed once upstream moves to 0.8.11-dev %if 0%{?fedora} > 28 -Epoch: 1 +Epoch: 2 %else Epoch: 0 %endif -Version: 0.11.20.11.2 -Release: 1.dev.git%{shortcommit0}%{?dist}1%{?dist} +Version: 0.11.2 +Release: 1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -577,6 +577,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Wed Nov 14 2018 Lokesh Mandvekar - 2:0.11.2-1.dev.git97bded4 +- bump epoch cause previous version was messed up +- built 97bded4 + * Tue Nov 13 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.git79657161 - bump to 0.11.2 - autobuilt 7965716 diff --git a/sources b/sources index 7e0c1e6..fbc9735 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-7965716.tar.gz) = 7431e0b8095ecc0ccf477be7b975ab5e596375d9935ec381bac5c7b1fdc129684fc1302c9e3fdda8b7c8e946b73627fa50014afbf3032eb7745ae110ad77553d +SHA512 (libpod-97bded4.tar.gz) = 807705387200b9cde0bf38ceac56acfc3c0028f9d41160f03072af8a6e761b55e2476e89fee3395273aa2f8ca860c1860b3e9162c80b4dfcc03b4d70b9b56ca8 From 6a2c04319ab6552782a93faf0ff18e0e0a756752 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 14 Nov 2018 23:00:21 -0500 Subject: [PATCH 0069/2185] record correct Epoch values for f30, f29 and f28 Signed-off-by: Lokesh Mandvekar --- podman.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/podman.spec b/podman.spec index fd3461c..e263b1b 100644 --- a/podman.spec +++ b/podman.spec @@ -35,12 +35,12 @@ %global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) Name: podman -# Version string is wrong but only written as such to avoid epoch bumps -# Will be fixed once upstream moves to 0.8.11-dev -%if 0%{?fedora} > 28 +# Epoch is 2 for f30 (rawhide), 1 for f28 and f29 +# BEWARE while using on other distros +%if 0%{?fedora} >= 30 Epoch: 2 %else -Epoch: 0 +Epoch: 1 %endif Version: 0.11.2 Release: 1.dev.git%{shortcommit0}%{?dist} From 03237d14a52514796dabb93e0c977371c1db53f2 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 16 Nov 2018 04:42:13 +0000 Subject: [PATCH 0070/2185] podman-2:0.11.2-2.dev.git236408b - autobuilt 236408b Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ff8f257..7607cc7 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,4 @@ /libpod-78e6d8e.tar.gz /libpod-7965716.tar.gz /libpod-97bded4.tar.gz +/libpod-236408b.tar.gz diff --git a/podman.spec b/podman.spec index e263b1b..39e1de3 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 97bded4a52c8d829c350eb170d4c3afd30f92d72 +%global commit0 236408bbbc14f6b637c4e9be19093d1a37b83f9c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.11.2 -Release: 1.dev.git%{shortcommit0}%{?dist} +Release: 2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -577,6 +577,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Fri Nov 16 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-2.dev.git236408b +- autobuilt 236408b + * Wed Nov 14 2018 Lokesh Mandvekar - 2:0.11.2-1.dev.git97bded4 - bump epoch cause previous version was messed up - built 97bded4 diff --git a/sources b/sources index fbc9735..63ead6e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-97bded4.tar.gz) = 807705387200b9cde0bf38ceac56acfc3c0028f9d41160f03072af8a6e761b55e2476e89fee3395273aa2f8ca860c1860b3e9162c80b4dfcc03b4d70b9b56ca8 +SHA512 (libpod-236408b.tar.gz) = 9dfc64fe8af80244d07a94c755d78780148e0a5afb5a83cb11c4dea9ee3dac1ab3b70760867c2744767f2907090258497c2ed978c63717ccf82ec7db3150ecc1 From 6372ae3f2b7379922144ef8fb2e8937a67c22a68 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 17 Nov 2018 04:43:47 +0000 Subject: [PATCH 0071/2185] podman-2:0.11.2-3.dev.gitcd5742f - autobuilt cd5742f Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7607cc7..947cee8 100644 --- a/.gitignore +++ b/.gitignore @@ -116,3 +116,4 @@ /libpod-7965716.tar.gz /libpod-97bded4.tar.gz /libpod-236408b.tar.gz +/libpod-cd5742f.tar.gz diff --git a/podman.spec b/podman.spec index 39e1de3..19da055 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 236408bbbc14f6b637c4e9be19093d1a37b83f9c +%global commit0 cd5742ff47f2650e1f33dd485485cd5027500955 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.11.2 -Release: 2.dev.git%{shortcommit0}%{?dist} +Release: 3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -577,6 +577,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sat Nov 17 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-3.dev.gitcd5742f +- autobuilt cd5742f + * Fri Nov 16 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-2.dev.git236408b - autobuilt 236408b diff --git a/sources b/sources index 63ead6e..10c881f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-236408b.tar.gz) = 9dfc64fe8af80244d07a94c755d78780148e0a5afb5a83cb11c4dea9ee3dac1ab3b70760867c2744767f2907090258497c2ed978c63717ccf82ec7db3150ecc1 +SHA512 (libpod-cd5742f.tar.gz) = 9b529b74e039c63ab19613b19f2292724edb93f59abe1c7e26c424296208783ca5707c6dba174c7d87d13e5c2d9a625ab9b7674d42fa4a34b0b57c523ee070ff From 78bb3a07b7cfc9ceb02a11fece19cc20c64d1223 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 20 Nov 2018 04:47:37 +0000 Subject: [PATCH 0072/2185] podman-2:0.11.2-4.dev.gitea928f2 - autobuilt ea928f2 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 947cee8..ece250a 100644 --- a/.gitignore +++ b/.gitignore @@ -117,3 +117,4 @@ /libpod-97bded4.tar.gz /libpod-236408b.tar.gz /libpod-cd5742f.tar.gz +/libpod-ea928f2.tar.gz diff --git a/podman.spec b/podman.spec index 19da055..5fad9b0 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 cd5742ff47f2650e1f33dd485485cd5027500955 +%global commit0 ea928f2de6c111aeb92a7584675f2128abd3254e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.11.2 -Release: 3.dev.git%{shortcommit0}%{?dist} +Release: 4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -577,6 +577,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Nov 20 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-4.dev.gitea928f2 +- autobuilt ea928f2 + * Sat Nov 17 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-3.dev.gitcd5742f - autobuilt cd5742f diff --git a/sources b/sources index 10c881f..4b97c9b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-cd5742f.tar.gz) = 9b529b74e039c63ab19613b19f2292724edb93f59abe1c7e26c424296208783ca5707c6dba174c7d87d13e5c2d9a625ab9b7674d42fa4a34b0b57c523ee070ff +SHA512 (libpod-ea928f2.tar.gz) = b632d6f48594811ddc049da3cafdf6371b2da1ec8532f0feb02b0eb20f7a8cc1b8a46f5f82393df7692d69e67a11da5ba887f755e4e5573f06c69329156a4702 From 02fc2cecd0dc5f3a19457527871e76c6ae61c69e Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 21 Nov 2018 04:48:47 +0000 Subject: [PATCH 0073/2185] podman-2:0.11.2-5.dev.git23feb0d - autobuilt 23feb0d Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ece250a..c929068 100644 --- a/.gitignore +++ b/.gitignore @@ -118,3 +118,4 @@ /libpod-236408b.tar.gz /libpod-cd5742f.tar.gz /libpod-ea928f2.tar.gz +/libpod-23feb0d.tar.gz diff --git a/podman.spec b/podman.spec index 5fad9b0..3f5e10f 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ea928f2de6c111aeb92a7584675f2128abd3254e +%global commit0 23feb0d6f9a6a43e44f959c99100ae24d6c27f6d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.11.2 -Release: 4.dev.git%{shortcommit0}%{?dist} +Release: 5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -577,6 +577,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Wed Nov 21 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-5.dev.git23feb0d +- autobuilt 23feb0d + * Tue Nov 20 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-4.dev.gitea928f2 - autobuilt ea928f2 diff --git a/sources b/sources index 4b97c9b..b1e8153 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-ea928f2.tar.gz) = b632d6f48594811ddc049da3cafdf6371b2da1ec8532f0feb02b0eb20f7a8cc1b8a46f5f82393df7692d69e67a11da5ba887f755e4e5573f06c69329156a4702 +SHA512 (libpod-23feb0d.tar.gz) = 8b204379ae127245e242529b2ec00904bb9baf099696903c8040d0e5c53a5baa19c7d92f6f65adb82388b4a018b780058052a5f35ed8fd04eb8b8355a6b27317 From a2ecbc5a375697f29b8a41c90c5322c38f5ec345 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 21 Nov 2018 14:22:46 -0700 Subject: [PATCH 0074/2185] pypodman: add rpm dependency on pytoml Fixes: pkg_resources.DistributionNotFound: The 'pytoml' distribution was not found and is required by pypodman Signed-off-by: Ed Santiago --- podman.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/podman.spec b/podman.spec index 3f5e10f..4069810 100644 --- a/podman.spec +++ b/podman.spec @@ -213,6 +213,7 @@ Requires: python3-setuptools Requires: python3-varlink Requires: python3-dateutil Requires: python3-psutil +Requires: python3-pytoml Summary: Python 3 tool for %{name} %description -n python3-py%{name} From 37592bc5283ff3f5b0ac173cdbeb17f9cce9e494 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 22 Nov 2018 04:43:27 +0000 Subject: [PATCH 0075/2185] podman-2:0.11.2-6.dev.git1fdfeb8 - autobuilt 1fdfeb8 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c929068..e282065 100644 --- a/.gitignore +++ b/.gitignore @@ -119,3 +119,4 @@ /libpod-cd5742f.tar.gz /libpod-ea928f2.tar.gz /libpod-23feb0d.tar.gz +/libpod-1fdfeb8.tar.gz diff --git a/podman.spec b/podman.spec index 3f5e10f..fb24cbb 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 23feb0d6f9a6a43e44f959c99100ae24d6c27f6d +%global commit0 1fdfeb87100aee82d4de17b2b3f9a81aedfcb6a8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.11.2 -Release: 5.dev.git%{shortcommit0}%{?dist} +Release: 6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -577,6 +577,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu Nov 22 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-6.dev.git1fdfeb8 +- autobuilt 1fdfeb8 + * Wed Nov 21 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-5.dev.git23feb0d - autobuilt 23feb0d diff --git a/sources b/sources index b1e8153..5efe55e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-23feb0d.tar.gz) = 8b204379ae127245e242529b2ec00904bb9baf099696903c8040d0e5c53a5baa19c7d92f6f65adb82388b4a018b780058052a5f35ed8fd04eb8b8355a6b27317 +SHA512 (libpod-1fdfeb8.tar.gz) = 6db62a6ac37b31b94a9ebf5977727e2674bad50780b5bb17c5a21b94b4b7c9f117bb9afc5f4992e746bc1d502f56a2c27a21b6caa255977c0843ae943e1412b1 From 3d3be2428f744c4e2aaa147f8296ef83e9e1bfbb Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 24 Nov 2018 04:35:29 +0000 Subject: [PATCH 0076/2185] podman-2:0.11.2-7.dev.git78604c3 - autobuilt 78604c3 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e282065..abfb012 100644 --- a/.gitignore +++ b/.gitignore @@ -120,3 +120,4 @@ /libpod-ea928f2.tar.gz /libpod-23feb0d.tar.gz /libpod-1fdfeb8.tar.gz +/libpod-78604c3.tar.gz diff --git a/podman.spec b/podman.spec index d56a39c..1a4c0c6 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1fdfeb87100aee82d4de17b2b3f9a81aedfcb6a8 +%global commit0 78604c3c397068f70ccb5e8b4be4b9229e2072fb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.11.2 -Release: 6.dev.git%{shortcommit0}%{?dist} +Release: 7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sat Nov 24 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-7.dev.git78604c3 +- autobuilt 78604c3 + * Thu Nov 22 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-6.dev.git1fdfeb8 - autobuilt 1fdfeb8 diff --git a/sources b/sources index 5efe55e..70ec81f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-1fdfeb8.tar.gz) = 6db62a6ac37b31b94a9ebf5977727e2674bad50780b5bb17c5a21b94b4b7c9f117bb9afc5f4992e746bc1d502f56a2c27a21b6caa255977c0843ae943e1412b1 +SHA512 (libpod-78604c3.tar.gz) = 35bcbb809516a7f917671fe9f88eb549a6da5b6e4e32b64eb669eaa4723342969c5adb9470f4c961769d7e2c529dd6c66265c8745d81bfb2d6a59695d1c12947 From 90519eba98d6f35316d5f49f92fae8fad7b2c803 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 26 Nov 2018 04:36:06 +0000 Subject: [PATCH 0077/2185] podman-2:0.11.2-8.dev.gite3ece3b - autobuilt e3ece3b Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index abfb012..339fae4 100644 --- a/.gitignore +++ b/.gitignore @@ -121,3 +121,4 @@ /libpod-23feb0d.tar.gz /libpod-1fdfeb8.tar.gz /libpod-78604c3.tar.gz +/libpod-e3ece3b.tar.gz diff --git a/podman.spec b/podman.spec index 1a4c0c6..56dd660 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 78604c3c397068f70ccb5e8b4be4b9229e2072fb +%global commit0 e3ece3bb907145110408c54f70b839777b09da44 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.11.2 -Release: 7.dev.git%{shortcommit0}%{?dist} +Release: 8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Mon Nov 26 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-8.dev.gite3ece3b +- autobuilt e3ece3b + * Sat Nov 24 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-7.dev.git78604c3 - autobuilt 78604c3 diff --git a/sources b/sources index 70ec81f..deab2cf 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-78604c3.tar.gz) = 35bcbb809516a7f917671fe9f88eb549a6da5b6e4e32b64eb669eaa4723342969c5adb9470f4c961769d7e2c529dd6c66265c8745d81bfb2d6a59695d1c12947 +SHA512 (libpod-e3ece3b.tar.gz) = 1627dba65378ca1487fc5c017e4c58ecdb939241d743593a896f234cf71db27f94c0981b1063017dc4a373e8a8f4fc6309ff806c775b7c6711a7ce2e89595c03 From 15a795dd27acc2896d64366c01c967e40b1f1ffb Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 21 Nov 2018 14:22:46 -0700 Subject: [PATCH 0078/2185] pypodman: add rpm deps on python3-podman, pytoml Fixes: pkg_resources.DistributionNotFound: The 'pytoml' distribution was not found and is required by pypodman " " " " " " " " " " " 'podman' " " " ... Signed-off-by: Ed Santiago --- podman.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/podman.spec b/podman.spec index dad8ec9..1af151d 100644 --- a/podman.spec +++ b/podman.spec @@ -208,10 +208,12 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-varlink +Requires: python3-%{name} Requires: python3-setuptools Requires: python3-varlink Requires: python3-dateutil Requires: python3-psutil +Requires: python3-pytoml Summary: Python 3 tool for %{name} %description -n python3-py%{name} From a01465f99ba71679a71ebc758fdd46c9c4f96a6b Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 27 Nov 2018 04:37:06 +0000 Subject: [PATCH 0079/2185] podman-2:0.11.2-9.dev.git3956050 - autobuilt 3956050 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 339fae4..c586652 100644 --- a/.gitignore +++ b/.gitignore @@ -122,3 +122,4 @@ /libpod-1fdfeb8.tar.gz /libpod-78604c3.tar.gz /libpod-e3ece3b.tar.gz +/libpod-3956050.tar.gz diff --git a/podman.spec b/podman.spec index 56dd660..b2005bb 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e3ece3bb907145110408c54f70b839777b09da44 +%global commit0 39560500fcc504bea70d48759f44c64f680c2ef2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.11.2 -Release: 8.dev.git%{shortcommit0}%{?dist} +Release: 9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Nov 27 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-9.dev.git3956050 +- autobuilt 3956050 + * Mon Nov 26 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-8.dev.gite3ece3b - autobuilt e3ece3b diff --git a/sources b/sources index deab2cf..efa1f2e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-e3ece3b.tar.gz) = 1627dba65378ca1487fc5c017e4c58ecdb939241d743593a896f234cf71db27f94c0981b1063017dc4a373e8a8f4fc6309ff806c775b7c6711a7ce2e89595c03 +SHA512 (libpod-3956050.tar.gz) = e25c74a3120cf7ff2f1b2ac417627c2c1d5cd58f120fe8728c0bf8d074daaf6ba103c5c1f8cba73ddeade64efb0c645f5a83db7a43416c2b8a13b9b5cb41d8db From 8178cf3d258518127abee73f3c1a4dd73c8551ab Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 29 Nov 2018 04:46:38 +0000 Subject: [PATCH 0080/2185] podman-2:0.11.2-10.dev.git3af62f6 - autobuilt 3af62f6 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c586652..df7f53e 100644 --- a/.gitignore +++ b/.gitignore @@ -123,3 +123,4 @@ /libpod-78604c3.tar.gz /libpod-e3ece3b.tar.gz /libpod-3956050.tar.gz +/libpod-3af62f6.tar.gz diff --git a/podman.spec b/podman.spec index b2005bb..ec3ac76 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 39560500fcc504bea70d48759f44c64f680c2ef2 +%global commit0 3af62f620a4d4ed21db58e71f9ba7ace242ec742 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.11.2 -Release: 9.dev.git%{shortcommit0}%{?dist} +Release: 10.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu Nov 29 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-10.dev.git3af62f6 +- autobuilt 3af62f6 + * Tue Nov 27 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-9.dev.git3956050 - autobuilt 3956050 diff --git a/sources b/sources index efa1f2e..182dbab 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-3956050.tar.gz) = e25c74a3120cf7ff2f1b2ac417627c2c1d5cd58f120fe8728c0bf8d074daaf6ba103c5c1f8cba73ddeade64efb0c645f5a83db7a43416c2b8a13b9b5cb41d8db +SHA512 (libpod-3af62f6.tar.gz) = 5922f3587e54967b9b463a05823719f72d86c923a386f3c6ef75daef09036c9b34b79d54e07a54515652d0d97aff7972e58cca38b3fe247f66e149b6dfd5d9bb From 08c08433bc10ea2050210cb3d0863723bfb46e25 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 1 Dec 2018 04:52:14 +0000 Subject: [PATCH 0081/2185] podman-2:0.11.2-11.dev.git6b8f89d - autobuilt 6b8f89d Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index df7f53e..a17464d 100644 --- a/.gitignore +++ b/.gitignore @@ -124,3 +124,4 @@ /libpod-e3ece3b.tar.gz /libpod-3956050.tar.gz /libpod-3af62f6.tar.gz +/libpod-6b8f89d.tar.gz diff --git a/podman.spec b/podman.spec index ec3ac76..c911aff 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3af62f620a4d4ed21db58e71f9ba7ace242ec742 +%global commit0 6b8f89d07447959635fa0c345933cd4fbadc9682 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.11.2 -Release: 10.dev.git%{shortcommit0}%{?dist} +Release: 11.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sat Dec 01 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-11.dev.git6b8f89d +- autobuilt 6b8f89d + * Thu Nov 29 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-10.dev.git3af62f6 - autobuilt 3af62f6 diff --git a/sources b/sources index 182dbab..5225b4c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-3af62f6.tar.gz) = 5922f3587e54967b9b463a05823719f72d86c923a386f3c6ef75daef09036c9b34b79d54e07a54515652d0d97aff7972e58cca38b3fe247f66e149b6dfd5d9bb +SHA512 (libpod-6b8f89d.tar.gz) = 7e0102724bf724a020644ce785ab062350b10b15d7510a42aa8a5cfc66f32754a6119e8ec30e9a66c016e202fb679acee75e7216eaf8d5964427412fd66ffd52 From af59c12b833b53ec7fd36ad1fe45057c58325c62 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 2 Dec 2018 04:53:10 +0000 Subject: [PATCH 0082/2185] podman-2:0.11.2-12.dev.git41f250c - autobuilt 41f250c Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a17464d..10d233b 100644 --- a/.gitignore +++ b/.gitignore @@ -125,3 +125,4 @@ /libpod-3956050.tar.gz /libpod-3af62f6.tar.gz /libpod-6b8f89d.tar.gz +/libpod-41f250c.tar.gz diff --git a/podman.spec b/podman.spec index c911aff..6beda48 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 6b8f89d07447959635fa0c345933cd4fbadc9682 +%global commit0 41f250c4861b9950b63dc7501211d13b6e0bd5ed %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.11.2 -Release: 11.dev.git%{shortcommit0}%{?dist} +Release: 12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sun Dec 02 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-12.dev.git41f250c +- autobuilt 41f250c + * Sat Dec 01 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-11.dev.git6b8f89d - autobuilt 6b8f89d diff --git a/sources b/sources index 5225b4c..a2757f3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-6b8f89d.tar.gz) = 7e0102724bf724a020644ce785ab062350b10b15d7510a42aa8a5cfc66f32754a6119e8ec30e9a66c016e202fb679acee75e7216eaf8d5964427412fd66ffd52 +SHA512 (libpod-41f250c.tar.gz) = c7bc6b3c7da171f36e26766a3b3e8c18e16f183a7b54e0cd7faa6ca033dbadd601b24a15b2ac063c39626f26e13f7e21b9019b38811659d32e791fc9d18ac793 From d1c9b31d0c589008ba502ddf2c78f493033f24ad Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 4 Dec 2018 04:53:46 +0000 Subject: [PATCH 0083/2185] podman-2:0.11.2-13.dev.git5f6ad82 - autobuilt 5f6ad82 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 10d233b..dc5d685 100644 --- a/.gitignore +++ b/.gitignore @@ -126,3 +126,4 @@ /libpod-3af62f6.tar.gz /libpod-6b8f89d.tar.gz /libpod-41f250c.tar.gz +/libpod-5f6ad82.tar.gz diff --git a/podman.spec b/podman.spec index 6beda48..5437393 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 41f250c4861b9950b63dc7501211d13b6e0bd5ed +%global commit0 5f6ad82524ca7a3281c8464c84b4f9be4ff90aef %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.11.2 -Release: 12.dev.git%{shortcommit0}%{?dist} +Release: 13.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Dec 04 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-13.dev.git5f6ad82 +- autobuilt 5f6ad82 + * Sun Dec 02 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-12.dev.git41f250c - autobuilt 41f250c diff --git a/sources b/sources index a2757f3..3c5151f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-41f250c.tar.gz) = c7bc6b3c7da171f36e26766a3b3e8c18e16f183a7b54e0cd7faa6ca033dbadd601b24a15b2ac063c39626f26e13f7e21b9019b38811659d32e791fc9d18ac793 +SHA512 (libpod-5f6ad82.tar.gz) = 50144b9af4d7abb8e8ff92c40ef26c16cf739ef0b4f86648e7ef49c2da66e7206473e71f47e46f699cdf78f03eb2e7b42e3484fcbf5f1f6d247d2af10c3dd4b2 From 2a2e0b736b070e2311f0118c321357e2320fdffc Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 5 Dec 2018 04:53:25 +0000 Subject: [PATCH 0084/2185] podman-2:0.11.2-14.dev.git320085a - autobuilt 320085a Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dc5d685..8e4f744 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,4 @@ /libpod-6b8f89d.tar.gz /libpod-41f250c.tar.gz /libpod-5f6ad82.tar.gz +/libpod-320085a.tar.gz diff --git a/podman.spec b/podman.spec index 5437393..9664b43 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 5f6ad82524ca7a3281c8464c84b4f9be4ff90aef +%global commit0 320085a04d6db82421cf6c2870071ab2cb54d22b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.11.2 -Release: 13.dev.git%{shortcommit0}%{?dist} +Release: 14.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Wed Dec 05 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-14.dev.git320085a +- autobuilt 320085a + * Tue Dec 04 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-13.dev.git5f6ad82 - autobuilt 5f6ad82 diff --git a/sources b/sources index 3c5151f..1d76753 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-5f6ad82.tar.gz) = 50144b9af4d7abb8e8ff92c40ef26c16cf739ef0b4f86648e7ef49c2da66e7206473e71f47e46f699cdf78f03eb2e7b42e3484fcbf5f1f6d247d2af10c3dd4b2 +SHA512 (libpod-320085a.tar.gz) = dd023bad00c213b2ba31626dc73710fb526ac9f9f9474ff5bf4dfe51923abe3d6fce95b86c2d03d89fa994d6769efe73bdadddd3e6535b1e0868236c1d5e0598 From 9889fe97b80ac8041204fb7f9e646df4e2bdee30 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 6 Dec 2018 04:54:54 +0000 Subject: [PATCH 0085/2185] podman-2:0.11.2-15.dev.git75b19ca - autobuilt 75b19ca Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8e4f744..415da75 100644 --- a/.gitignore +++ b/.gitignore @@ -128,3 +128,4 @@ /libpod-41f250c.tar.gz /libpod-5f6ad82.tar.gz /libpod-320085a.tar.gz +/libpod-75b19ca.tar.gz diff --git a/podman.spec b/podman.spec index 9664b43..bd529ed 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 320085a04d6db82421cf6c2870071ab2cb54d22b +%global commit0 75b19ca8abe1957f3c48035767960a6b20c10519 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.11.2 -Release: 14.dev.git%{shortcommit0}%{?dist} +Release: 15.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu Dec 06 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-15.dev.git75b19ca +- autobuilt 75b19ca + * Wed Dec 05 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-14.dev.git320085a - autobuilt 320085a diff --git a/sources b/sources index 1d76753..9569c64 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-320085a.tar.gz) = dd023bad00c213b2ba31626dc73710fb526ac9f9f9474ff5bf4dfe51923abe3d6fce95b86c2d03d89fa994d6769efe73bdadddd3e6535b1e0868236c1d5e0598 +SHA512 (libpod-75b19ca.tar.gz) = ff0ee501c840dec0932dd83246498f2604edc34a32a2997e227767ee28bbe39026d5d686b8ebfea601d0716435ec3e94e10ef42df4d600bb4df8ea45626cbc8d From 6cc43c93b9c515589028c543f068b1cabf7740f6 Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 6 Dec 2018 19:26:32 -0600 Subject: [PATCH 0086/2185] upstream 0.12.1 Signed-off-by: baude --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index dd88f60..a1222b8 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,4 @@ /cri-o-a30f93c.tar.gz /libpod-db08685.tar.gz /libpod-a4adfe5.tar.gz +/libpod-7ba215f.tar.gz diff --git a/podman.spec b/podman.spec index 1af151d..1c10a28 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a4adfe5e0c9de160866455c77b24342304fa3706 +%global commit0 7ba215f7595ea2da85561dd8702b4ae8f1e93b95 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -42,8 +42,8 @@ Epoch: 1 %else Epoch: 0 %endif -Version: 0.11.1 -Release: 2.git%{shortcommit0}%{?dist} +Version: 0.12.1 +Release: 1.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -577,6 +577,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu Dec 06 2018 Brent Baude - 1:0.12.1-2.git7ba215f +- Upstream 0.12.1 release + * Sat Nov 10 2018 Dan Walsh - 1:0.11.1-2.gita4adfe5 - Remove dirty flag from podman version diff --git a/sources b/sources index 6eaeb2d..2dabf8a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-a4adfe5.tar.gz) = 3c8795faa15e5da565093cd1c8a50ecc8643516984b35138e59a6d5f5d9726d86f2083a20f8ee88ec41e5406e7589885b25a4e7296b76a1ff8fd0589dea180c6 +SHA512 (libpod-7ba215f.tar.gz) = 5ad4f201f81a04224918531d23593517153e9151ff664cd0483c0d1e38ac4a4f3ab102d68ace7e679ba088cdb0c5c37025890ae70feefa44b75373e45cea9648 From 78584f99b2e4f18950caf439a50eea5294a6c722 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 7 Dec 2018 04:54:38 +0000 Subject: [PATCH 0087/2185] podman-2:0.12.2-2.dev.gita387c72 - bump to 0.12.2 - autobuilt a387c72 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 415da75..669d6cc 100644 --- a/.gitignore +++ b/.gitignore @@ -129,3 +129,4 @@ /libpod-5f6ad82.tar.gz /libpod-320085a.tar.gz /libpod-75b19ca.tar.gz +/libpod-a387c72.tar.gz diff --git a/podman.spec b/podman.spec index bd529ed..c01f795 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 75b19ca8abe1957f3c48035767960a6b20c10519 +%global commit0 a387c723a90a787a1d35c4a9b3b54347d5c08436 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -42,8 +42,8 @@ Epoch: 2 %else Epoch: 1 %endif -Version: 0.11.2 -Release: 15.dev.git%{shortcommit0}%{?dist} +Version: 0.12.2 +Release: 2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Fri Dec 07 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-2.dev.gita387c72 +- bump to 0.12.2 +- autobuilt a387c72 + * Thu Dec 06 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-15.dev.git75b19ca - autobuilt 75b19ca diff --git a/sources b/sources index 9569c64..9287a80 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-75b19ca.tar.gz) = ff0ee501c840dec0932dd83246498f2604edc34a32a2997e227767ee28bbe39026d5d686b8ebfea601d0716435ec3e94e10ef42df4d600bb4df8ea45626cbc8d +SHA512 (libpod-a387c72.tar.gz) = be516b2c674a0897f1d6b129eb0be1405d90a196e70282cead06075c6edfb2db967891f18c23e21dbe2ad795a2906e1b6ac5981b2501675379897f23f625302c From f64c4438e9ba3433b2d1c4836792a54af1f3e5e1 Mon Sep 17 00:00:00 2001 From: baude Date: Fri, 7 Dec 2018 13:26:07 -0600 Subject: [PATCH 0088/2185] upstream 0.12.1.1 Signed-off-by: baude --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a1222b8..5231a65 100644 --- a/.gitignore +++ b/.gitignore @@ -108,3 +108,4 @@ /libpod-db08685.tar.gz /libpod-a4adfe5.tar.gz /libpod-7ba215f.tar.gz +/libpod-66d3499.tar.gz diff --git a/podman.spec b/podman.spec index 1c10a28..4244e9a 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7ba215f7595ea2da85561dd8702b4ae8f1e93b95 +%global commit0 66d34998316adac9f9d3c0f422705bf4b02011d5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -42,7 +42,7 @@ Epoch: 1 %else Epoch: 0 %endif -Version: 0.12.1 +Version: 0.12.1.1 Release: 1.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 @@ -577,6 +577,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Fri Dec 07 2018 Brent Baude - 1:0.12.1.1 -1.git66d3499 +- Upstream 0.12.1.1 release + * Thu Dec 06 2018 Brent Baude - 1:0.12.1-2.git7ba215f - Upstream 0.12.1 release diff --git a/sources b/sources index 2dabf8a..61dea44 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-7ba215f.tar.gz) = 5ad4f201f81a04224918531d23593517153e9151ff664cd0483c0d1e38ac4a4f3ab102d68ace7e679ba088cdb0c5c37025890ae70feefa44b75373e45cea9648 +SHA512 (libpod-66d3499.tar.gz) = edd331fa82a94d123a2babbb2be7a494df7fe7d0a7d44ee06a09fdf0495641ddc368550dcf6181b87f92591f71e95d813ff53938ebdee851dff050df4903dd0f From a17da20b4e086786680f5834437513836925d487 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 8 Dec 2018 04:55:14 +0000 Subject: [PATCH 0089/2185] podman-2:0.12.2-3.dev.git1f547b2 - autobuilt 1f547b2 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 669d6cc..f7a4861 100644 --- a/.gitignore +++ b/.gitignore @@ -130,3 +130,4 @@ /libpod-320085a.tar.gz /libpod-75b19ca.tar.gz /libpod-a387c72.tar.gz +/libpod-1f547b2.tar.gz diff --git a/podman.spec b/podman.spec index c01f795..5f36311 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a387c723a90a787a1d35c4a9b3b54347d5c08436 +%global commit0 1f547b2936af06656eaf579c3adaf8f345d227fc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 2.dev.git%{shortcommit0}%{?dist} +Release: 3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sat Dec 08 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-3.dev.git1f547b2 +- autobuilt 1f547b2 + * Fri Dec 07 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-2.dev.gita387c72 - bump to 0.12.2 - autobuilt a387c72 diff --git a/sources b/sources index 9287a80..1dea2ce 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-a387c72.tar.gz) = be516b2c674a0897f1d6b129eb0be1405d90a196e70282cead06075c6edfb2db967891f18c23e21dbe2ad795a2906e1b6ac5981b2501675379897f23f625302c +SHA512 (libpod-1f547b2.tar.gz) = 952cce8239597e9369ef1d136cdcd69428736daaf5fd06ba15b5090c4e2bbfbddaae316d0784d5a183de9dea68315d7cb1c36a1a34d846241886f4bfecf3aa07 From 99cda4de6b7350831c714a3c1afb814b9b64cbcd Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 11 Dec 2018 04:34:04 +0000 Subject: [PATCH 0090/2185] podman-2:0.12.2-4.dev.git235a630 - autobuilt 235a630 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f7a4861..416836d 100644 --- a/.gitignore +++ b/.gitignore @@ -131,3 +131,4 @@ /libpod-75b19ca.tar.gz /libpod-a387c72.tar.gz /libpod-1f547b2.tar.gz +/libpod-235a630.tar.gz diff --git a/podman.spec b/podman.spec index 5f36311..c71c55c 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1f547b2936af06656eaf579c3adaf8f345d227fc +%global commit0 235a6300744636f650728f2a7545243aed045c91 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 3.dev.git%{shortcommit0}%{?dist} +Release: 4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Dec 11 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-4.dev.git235a630 +- autobuilt 235a630 + * Sat Dec 08 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-3.dev.git1f547b2 - autobuilt 1f547b2 diff --git a/sources b/sources index 1dea2ce..423bddb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-1f547b2.tar.gz) = 952cce8239597e9369ef1d136cdcd69428736daaf5fd06ba15b5090c4e2bbfbddaae316d0784d5a183de9dea68315d7cb1c36a1a34d846241886f4bfecf3aa07 +SHA512 (libpod-235a630.tar.gz) = 33ea0a7f855a750c8f486e08017ca7eccd7d5cc552907e61e8a5e7bf9bfbc691ca6d9033cb597c24bfc36c5a5aed55c1da07ffbd61faac2559865c45ba690de5 From eecac7b0183322bb6a22c4346836a979c0f96dd7 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 12 Dec 2018 04:55:38 +0000 Subject: [PATCH 0091/2185] podman-2:0.12.2-5.dev.git8a3361f - autobuilt 8a3361f Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 416836d..9c5f340 100644 --- a/.gitignore +++ b/.gitignore @@ -132,3 +132,4 @@ /libpod-a387c72.tar.gz /libpod-1f547b2.tar.gz /libpod-235a630.tar.gz +/libpod-8a3361f.tar.gz diff --git a/podman.spec b/podman.spec index c71c55c..6343fd5 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 235a6300744636f650728f2a7545243aed045c91 +%global commit0 8a3361f46c87933aff04c9acaaf48b7c130bc9d8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 4.dev.git%{shortcommit0}%{?dist} +Release: 5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Wed Dec 12 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-5.dev.git8a3361f +- autobuilt 8a3361f + * Tue Dec 11 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-4.dev.git235a630 - autobuilt 235a630 diff --git a/sources b/sources index 423bddb..7cf46d7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-235a630.tar.gz) = 33ea0a7f855a750c8f486e08017ca7eccd7d5cc552907e61e8a5e7bf9bfbc691ca6d9033cb597c24bfc36c5a5aed55c1da07ffbd61faac2559865c45ba690de5 +SHA512 (libpod-8a3361f.tar.gz) = 58463f6938e71ee6f3078b87471f911ec5f17b226c54f472785647426373c33bc43b055b9b3754f40d52b7f3e16b7c23dbbbf06a6b2567aedb21ab1f43eab33d From 08a1768b53844614d5fa1c739c2bdd4aeb47c8bc Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 13 Dec 2018 04:43:22 +0000 Subject: [PATCH 0092/2185] podman-2:0.12.2-6.dev.git508388b - autobuilt 508388b Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9c5f340..b8b8b5e 100644 --- a/.gitignore +++ b/.gitignore @@ -133,3 +133,4 @@ /libpod-1f547b2.tar.gz /libpod-235a630.tar.gz /libpod-8a3361f.tar.gz +/libpod-508388b.tar.gz diff --git a/podman.spec b/podman.spec index 6343fd5..ccac1b5 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 8a3361f46c87933aff04c9acaaf48b7c130bc9d8 +%global commit0 508388b36b824941ce36387f7a723fd2b8a28e14 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 5.dev.git%{shortcommit0}%{?dist} +Release: 6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu Dec 13 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-6.dev.git508388b +- autobuilt 508388b + * Wed Dec 12 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-5.dev.git8a3361f - autobuilt 8a3361f diff --git a/sources b/sources index 7cf46d7..5afc22f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-8a3361f.tar.gz) = 58463f6938e71ee6f3078b87471f911ec5f17b226c54f472785647426373c33bc43b055b9b3754f40d52b7f3e16b7c23dbbbf06a6b2567aedb21ab1f43eab33d +SHA512 (libpod-508388b.tar.gz) = f10928d2d3912c835a4be572733c8e60721a485c78e912377dd5e42a66b9604874d7626b5c673c764129443fb2da5ad294b866bf27c49f0175c799acf66988b2 From 0d625e0e2db517a26b0fe0f094f6c7720f278943 Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 13 Dec 2018 13:31:20 -0600 Subject: [PATCH 0093/2185] upstream 0.12.1.2 Signed-off-by: baude --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5231a65..7d1e122 100644 --- a/.gitignore +++ b/.gitignore @@ -109,3 +109,4 @@ /libpod-a4adfe5.tar.gz /libpod-7ba215f.tar.gz /libpod-66d3499.tar.gz +/libpod-9551f6b.tar.gz diff --git a/podman.spec b/podman.spec index 4244e9a..c79a9d5 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 66d34998316adac9f9d3c0f422705bf4b02011d5 +%global commit0 9551f6bb379d4af56dfb63ddf0f3682e40a6694e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -42,7 +42,7 @@ Epoch: 1 %else Epoch: 0 %endif -Version: 0.12.1.1 +Version: 0.12.1.2 Release: 1.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 @@ -577,6 +577,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu Dec 13 2018 bbaude - 1:0.12.1.2-1.git9551f6b +- Upstream 0.12.1.2 release + * Fri Dec 07 2018 Brent Baude - 1:0.12.1.1 -1.git66d3499 - Upstream 0.12.1.1 release diff --git a/sources b/sources index 61dea44..276b2ac 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-66d3499.tar.gz) = edd331fa82a94d123a2babbb2be7a494df7fe7d0a7d44ee06a09fdf0495641ddc368550dcf6181b87f92591f71e95d813ff53938ebdee851dff050df4903dd0f +SHA512 (libpod-9551f6b.tar.gz) = 44ed1a8f3bc9ea7a30bf7b02a592d4f5bd6855c10b47bca2aec1f04c81c16315749b504d45339e683b29b952007d3bfe106a57b08aca6d4d0d99bd213b0b06b9 From f8e961a5df89278253be75b12faf6ee1270e93a9 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 14 Dec 2018 04:55:02 +0000 Subject: [PATCH 0094/2185] podman-2:0.12.2-7.dev.git93b5ccf - autobuilt 93b5ccf Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b8b8b5e..00678d5 100644 --- a/.gitignore +++ b/.gitignore @@ -134,3 +134,4 @@ /libpod-235a630.tar.gz /libpod-8a3361f.tar.gz /libpod-508388b.tar.gz +/libpod-93b5ccf.tar.gz diff --git a/podman.spec b/podman.spec index ccac1b5..dc56f12 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 508388b36b824941ce36387f7a723fd2b8a28e14 +%global commit0 93b5ccfe94f3f180542f045a92f14b8d2368e73e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 6.dev.git%{shortcommit0}%{?dist} +Release: 7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Fri Dec 14 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-7.dev.git93b5ccf +- autobuilt 93b5ccf + * Thu Dec 13 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-6.dev.git508388b - autobuilt 508388b diff --git a/sources b/sources index 5afc22f..df0b708 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-508388b.tar.gz) = f10928d2d3912c835a4be572733c8e60721a485c78e912377dd5e42a66b9604874d7626b5c673c764129443fb2da5ad294b866bf27c49f0175c799acf66988b2 +SHA512 (libpod-93b5ccf.tar.gz) = 0b411ab12a6609274d78007976783cc935216b5f34b565b753633996111fafa9f8305af5d8f16e06287afaa90d1e99f4c92af15b76ab6f335ad751214ffffcbf From f3cce8ae7553f02937d5f6613de17dde18d5a9e9 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 15 Dec 2018 04:45:04 +0000 Subject: [PATCH 0095/2185] podman-2:0.12.2-8.dev.gitc086118 - autobuilt c086118 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 00678d5..ca0b620 100644 --- a/.gitignore +++ b/.gitignore @@ -135,3 +135,4 @@ /libpod-8a3361f.tar.gz /libpod-508388b.tar.gz /libpod-93b5ccf.tar.gz +/libpod-c086118.tar.gz diff --git a/podman.spec b/podman.spec index dc56f12..aa6071d 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 93b5ccfe94f3f180542f045a92f14b8d2368e73e +%global commit0 c086118fca59600de49ba12035fef47f45e23286 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 7.dev.git%{shortcommit0}%{?dist} +Release: 8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sat Dec 15 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-8.dev.gitc086118 +- autobuilt c086118 + * Fri Dec 14 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-7.dev.git93b5ccf - autobuilt 93b5ccf diff --git a/sources b/sources index df0b708..ee221b1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-93b5ccf.tar.gz) = 0b411ab12a6609274d78007976783cc935216b5f34b565b753633996111fafa9f8305af5d8f16e06287afaa90d1e99f4c92af15b76ab6f335ad751214ffffcbf +SHA512 (libpod-c086118.tar.gz) = 1feca9e5014977ff53303984ebb322299b0bc38800ad199f31f912dc473c04323dfd2ce03c345f85106687dcd59cfc7d5c33bbd62aced4c1a6dfaa4261b75e17 From 043299df7a928011009c434085bf96268993b677 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 17 Dec 2018 04:45:55 +0000 Subject: [PATCH 0096/2185] podman-2:0.12.2-9.dev.gitb21d474 - autobuilt b21d474 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ca0b620..4a311ae 100644 --- a/.gitignore +++ b/.gitignore @@ -136,3 +136,4 @@ /libpod-508388b.tar.gz /libpod-93b5ccf.tar.gz /libpod-c086118.tar.gz +/libpod-b21d474.tar.gz diff --git a/podman.spec b/podman.spec index aa6071d..1e2ec53 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c086118fca59600de49ba12035fef47f45e23286 +%global commit0 b21d47434f49e1d57fa2b0329ee90eef80b70714 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 8.dev.git%{shortcommit0}%{?dist} +Release: 9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Mon Dec 17 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-9.dev.gitb21d474 +- autobuilt b21d474 + * Sat Dec 15 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-8.dev.gitc086118 - autobuilt c086118 diff --git a/sources b/sources index ee221b1..94a32cb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-c086118.tar.gz) = 1feca9e5014977ff53303984ebb322299b0bc38800ad199f31f912dc473c04323dfd2ce03c345f85106687dcd59cfc7d5c33bbd62aced4c1a6dfaa4261b75e17 +SHA512 (libpod-b21d474.tar.gz) = ebfaa00f9c22daced675e7f337e71aa1713245da809b627305250b86bb8a40cbd3aa4f898b377c59c3f2aef67b158c230d73e8195fc02adcc8fe6b44e438d000 From ef311f383ccaff0c56d68d55e5abed506e98906a Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 18 Dec 2018 04:46:59 +0000 Subject: [PATCH 0097/2185] podman-2:0.12.2-10.dev.git68414c5 - autobuilt 68414c5 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4a311ae..cfffe5f 100644 --- a/.gitignore +++ b/.gitignore @@ -137,3 +137,4 @@ /libpod-93b5ccf.tar.gz /libpod-c086118.tar.gz /libpod-b21d474.tar.gz +/libpod-68414c5.tar.gz diff --git a/podman.spec b/podman.spec index 1e2ec53..0e87d38 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b21d47434f49e1d57fa2b0329ee90eef80b70714 +%global commit0 68414c5ee3066538903d04d55f135202ca4d333f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 9.dev.git%{shortcommit0}%{?dist} +Release: 10.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Dec 18 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-10.dev.git68414c5 +- autobuilt 68414c5 + * Mon Dec 17 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-9.dev.gitb21d474 - autobuilt b21d474 diff --git a/sources b/sources index 94a32cb..0b4c701 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-b21d474.tar.gz) = ebfaa00f9c22daced675e7f337e71aa1713245da809b627305250b86bb8a40cbd3aa4f898b377c59c3f2aef67b158c230d73e8195fc02adcc8fe6b44e438d000 +SHA512 (libpod-68414c5.tar.gz) = bfcbe3b64e6e4cef74d2c1b435fc92b2dbfc42961eb578112e0f237bc5c81b459cefe14515d37d3cccaf8eb4861f532418c48bd6c5e0981ae5116f7466e648c8 From 61293787330902521737b59f7d212cd96d0bc1bf Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 19 Dec 2018 05:00:19 +0000 Subject: [PATCH 0098/2185] podman-2:0.12.2-11.dev.gitc8eaf59 - autobuilt c8eaf59 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cfffe5f..f03802f 100644 --- a/.gitignore +++ b/.gitignore @@ -138,3 +138,4 @@ /libpod-c086118.tar.gz /libpod-b21d474.tar.gz /libpod-68414c5.tar.gz +/libpod-c8eaf59.tar.gz diff --git a/podman.spec b/podman.spec index 0e87d38..5f0b36e 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 68414c5ee3066538903d04d55f135202ca4d333f +%global commit0 c8eaf59d5f4bec249db8134c6a9fcfbcac792519 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 10.dev.git%{shortcommit0}%{?dist} +Release: 11.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Wed Dec 19 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-11.dev.gitc8eaf59 +- autobuilt c8eaf59 + * Tue Dec 18 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-10.dev.git68414c5 - autobuilt 68414c5 diff --git a/sources b/sources index 0b4c701..a858407 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-68414c5.tar.gz) = bfcbe3b64e6e4cef74d2c1b435fc92b2dbfc42961eb578112e0f237bc5c81b459cefe14515d37d3cccaf8eb4861f532418c48bd6c5e0981ae5116f7466e648c8 +SHA512 (libpod-c8eaf59.tar.gz) = d2318fe94b0028b9c55b07c70140d7e5f8816f698db747d9f4998588bc6e8f12ddbee6ce0780655d1550e924f0ff16694b92139b3f51b16879b73537caaf1b2b From ff268b706558db0b3d6a8408808866ab39c51e59 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 20 Dec 2018 04:51:46 +0000 Subject: [PATCH 0099/2185] podman-2:0.12.2-12.dev.git6b059a5 - autobuilt 6b059a5 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f03802f..dc330b3 100644 --- a/.gitignore +++ b/.gitignore @@ -139,3 +139,4 @@ /libpod-b21d474.tar.gz /libpod-68414c5.tar.gz /libpod-c8eaf59.tar.gz +/libpod-6b059a5.tar.gz diff --git a/podman.spec b/podman.spec index 5f0b36e..3d6da48 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c8eaf59d5f4bec249db8134c6a9fcfbcac792519 +%global commit0 6b059a58828b978f30ed416da066987226e88e73 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 11.dev.git%{shortcommit0}%{?dist} +Release: 12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu Dec 20 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-12.dev.git6b059a5 +- autobuilt 6b059a5 + * Wed Dec 19 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-11.dev.gitc8eaf59 - autobuilt c8eaf59 diff --git a/sources b/sources index a858407..cffcb62 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-c8eaf59.tar.gz) = d2318fe94b0028b9c55b07c70140d7e5f8816f698db747d9f4998588bc6e8f12ddbee6ce0780655d1550e924f0ff16694b92139b3f51b16879b73537caaf1b2b +SHA512 (libpod-6b059a5.tar.gz) = 4bfc65583b844b94f1e322b6e436bf531afa93de5ba584300da3a9ca917f581a69874b381aef3ee9d11121e88d9a388ce7d654bb4d42e46a109c25f25d5095bc From e00daca67e817e56ba4940ab3061044497702aff Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 21 Dec 2018 04:47:31 +0000 Subject: [PATCH 0100/2185] podman-2:0.12.2-13.dev.gitfa998f2 - autobuilt fa998f2 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dc330b3..4b7f848 100644 --- a/.gitignore +++ b/.gitignore @@ -140,3 +140,4 @@ /libpod-68414c5.tar.gz /libpod-c8eaf59.tar.gz /libpod-6b059a5.tar.gz +/libpod-fa998f2.tar.gz diff --git a/podman.spec b/podman.spec index 3d6da48..3329b9f 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 6b059a58828b978f30ed416da066987226e88e73 +%global commit0 fa998f224fb7aa15d85b09dfdc4491dc09c9e390 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 12.dev.git%{shortcommit0}%{?dist} +Release: 13.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Fri Dec 21 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-13.dev.gitfa998f2 +- autobuilt fa998f2 + * Thu Dec 20 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-12.dev.git6b059a5 - autobuilt 6b059a5 diff --git a/sources b/sources index cffcb62..c4faab8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-6b059a5.tar.gz) = 4bfc65583b844b94f1e322b6e436bf531afa93de5ba584300da3a9ca917f581a69874b381aef3ee9d11121e88d9a388ce7d654bb4d42e46a109c25f25d5095bc +SHA512 (libpod-fa998f2.tar.gz) = ab0c5d6201f2319d1f805f9d617038e2f0f784dc04b6394e37f8a918faae3b941f8fa3449e8800f2c1441d33ecd736555f220a7f9d6fd540b0cfaa55bdafcc7d From fba8bb6159f487c7366ae3bbf0beaae1cac5af2f Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 22 Dec 2018 04:48:34 +0000 Subject: [PATCH 0101/2185] podman-2:0.12.2-14.dev.gitfe186c6 - autobuilt fe186c6 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4b7f848..4ff84b6 100644 --- a/.gitignore +++ b/.gitignore @@ -141,3 +141,4 @@ /libpod-c8eaf59.tar.gz /libpod-6b059a5.tar.gz /libpod-fa998f2.tar.gz +/libpod-fe186c6.tar.gz diff --git a/podman.spec b/podman.spec index 3329b9f..24ee1e1 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 fa998f224fb7aa15d85b09dfdc4491dc09c9e390 +%global commit0 fe186c6ebba95db89463f38c6aa0f0dcc104a249 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 13.dev.git%{shortcommit0}%{?dist} +Release: 14.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sat Dec 22 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-14.dev.gitfe186c6 +- autobuilt fe186c6 + * Fri Dec 21 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-13.dev.gitfa998f2 - autobuilt fa998f2 diff --git a/sources b/sources index c4faab8..82ecee1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-fa998f2.tar.gz) = ab0c5d6201f2319d1f805f9d617038e2f0f784dc04b6394e37f8a918faae3b941f8fa3449e8800f2c1441d33ecd736555f220a7f9d6fd540b0cfaa55bdafcc7d +SHA512 (libpod-fe186c6.tar.gz) = ae778cf43e8703efb8c3d4d50005bda62b7e39d73d3af9ea86afdbbe633754f11333432d7c1a7de0049e9c4df4e0c78ceb40297de8e3ea8cee963ccc0bb26bfe From f3edc2f7e8331f31dd657036af0bc57580f99f60 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 23 Dec 2018 04:48:36 +0000 Subject: [PATCH 0102/2185] podman-2:0.12.2-15.dev.git792f109 - autobuilt 792f109 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4ff84b6..d879b30 100644 --- a/.gitignore +++ b/.gitignore @@ -142,3 +142,4 @@ /libpod-6b059a5.tar.gz /libpod-fa998f2.tar.gz /libpod-fe186c6.tar.gz +/libpod-792f109.tar.gz diff --git a/podman.spec b/podman.spec index 24ee1e1..5e1f6c2 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 fe186c6ebba95db89463f38c6aa0f0dcc104a249 +%global commit0 792f10988ed2badcce9a11a880303614412b9a00 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 14.dev.git%{shortcommit0}%{?dist} +Release: 15.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sun Dec 23 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-15.dev.git792f109 +- autobuilt 792f109 + * Sat Dec 22 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-14.dev.gitfe186c6 - autobuilt fe186c6 diff --git a/sources b/sources index 82ecee1..b212252 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-fe186c6.tar.gz) = ae778cf43e8703efb8c3d4d50005bda62b7e39d73d3af9ea86afdbbe633754f11333432d7c1a7de0049e9c4df4e0c78ceb40297de8e3ea8cee963ccc0bb26bfe +SHA512 (libpod-792f109.tar.gz) = df95a8e1428f6ea75ddc612adb48bfb9c866e13d62515db70b12c65fc14c2bdb954516a5147b52fcc11acb0f52b760382f94d6dbfe9d18b025cc30cfbad7bde2 From aa82a0f944f920f1a2cbc84938681fde655fb149 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 24 Dec 2018 04:49:51 +0000 Subject: [PATCH 0103/2185] podman-2:0.12.2-16.dev.git8fe3050 - autobuilt 8fe3050 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d879b30..2cdcb52 100644 --- a/.gitignore +++ b/.gitignore @@ -143,3 +143,4 @@ /libpod-fa998f2.tar.gz /libpod-fe186c6.tar.gz /libpod-792f109.tar.gz +/libpod-8fe3050.tar.gz diff --git a/podman.spec b/podman.spec index 5e1f6c2..78f2217 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 792f10988ed2badcce9a11a880303614412b9a00 +%global commit0 8fe30505acc1c58ab05771f2095ed3fd038c6df4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 15.dev.git%{shortcommit0}%{?dist} +Release: 16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Mon Dec 24 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-16.dev.git8fe3050 +- autobuilt 8fe3050 + * Sun Dec 23 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-15.dev.git792f109 - autobuilt 792f109 diff --git a/sources b/sources index b212252..585d945 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-792f109.tar.gz) = df95a8e1428f6ea75ddc612adb48bfb9c866e13d62515db70b12c65fc14c2bdb954516a5147b52fcc11acb0f52b760382f94d6dbfe9d18b025cc30cfbad7bde2 +SHA512 (libpod-8fe3050.tar.gz) = 3718d58d0bdb786f1ce62671c6fc1123dc75e1eac98300eab85eab0cbcbfee6a2a6260bd7fe9ec1f41afe6fbd55c5522c994aa5782674503742a9d14a3a9d8dd From f66160c69c1d0d32cdca463d605f70025d7b1687 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 25 Dec 2018 05:01:21 +0000 Subject: [PATCH 0104/2185] podman-2:0.12.2-17.dev.gitc50332d - autobuilt c50332d Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2cdcb52..ed6ed20 100644 --- a/.gitignore +++ b/.gitignore @@ -144,3 +144,4 @@ /libpod-fe186c6.tar.gz /libpod-792f109.tar.gz /libpod-8fe3050.tar.gz +/libpod-c50332d.tar.gz diff --git a/podman.spec b/podman.spec index 78f2217..6810bf8 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 8fe30505acc1c58ab05771f2095ed3fd038c6df4 +%global commit0 c50332d057a148f6ffa7879e99e969cf97af9878 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,7 +43,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 16.dev.git%{shortcommit0}%{?dist} +Release: 17.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Dec 25 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-17.dev.gitc50332d +- autobuilt c50332d + * Mon Dec 24 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-16.dev.git8fe3050 - autobuilt 8fe3050 diff --git a/sources b/sources index 585d945..084d955 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-8fe3050.tar.gz) = 3718d58d0bdb786f1ce62671c6fc1123dc75e1eac98300eab85eab0cbcbfee6a2a6260bd7fe9ec1f41afe6fbd55c5522c994aa5782674503742a9d14a3a9d8dd +SHA512 (libpod-c50332d.tar.gz) = bea5fa009fdcb9a18f21a48ad891246a91b07abfa463b7f5804c32155c75531eb87edf44f5b5dc78b2279944245fe881b0066976e57425bd18e5b60856747ed9 From ea80ce8835a6b63a45a344356c6107cd3897b334 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 27 Dec 2018 10:31:11 +0100 Subject: [PATCH 0105/2185] Enable python dependency generator References: https://fedoraproject.org/wiki/Changes/EnablingPythonGeneratorsByDefault Signed-off-by: Igor Gnatenko --- podman.spec | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/podman.spec b/podman.spec index 6810bf8..07f3946 100644 --- a/podman.spec +++ b/podman.spec @@ -1,3 +1,4 @@ +%{?python_enable_dependency_generator} %global with_devel 0 %global with_bundled 1 %global with_debug 1 @@ -43,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 17.dev.git%{shortcommit0}%{?dist} +Release: 18.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -193,12 +194,6 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-varlink -Requires: python3-setuptools -Requires: python3-varlink -Requires: python3-dateutil -Requires: python3-humanize -Requires: python3-psutil -Provides: python3-%{name} = %{version}-%{release} Summary: Python 3 bindings for %{name} %description -n python3-%{name} @@ -208,12 +203,6 @@ This package contains Python 3 bindings for %{name}. BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-varlink -Requires: python3-setuptools -Requires: python3-varlink -Requires: python3-dateutil -Requires: python3-psutil -Requires: python3-pytoml Summary: Python 3 tool for %{name} %description -n python3-py%{name} @@ -578,6 +567,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu Dec 27 2018 Igor Gnatenko - 2:0.12.2-18.dev.gitc50332d +- Enable python dependency generator + * Tue Dec 25 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-17.dev.gitc50332d - autobuilt c50332d From 6bf13571d4f7505c1ee2c2d0765e6958f3894496 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 29 Dec 2018 04:51:33 +0000 Subject: [PATCH 0106/2185] podman-2:0.12.2-19.dev.git1aa55ed - autobuilt 1aa55ed Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ed6ed20..bb2989c 100644 --- a/.gitignore +++ b/.gitignore @@ -145,3 +145,4 @@ /libpod-792f109.tar.gz /libpod-8fe3050.tar.gz /libpod-c50332d.tar.gz +/libpod-1aa55ed.tar.gz diff --git a/podman.spec b/podman.spec index 07f3946..f5a7e8e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c50332d057a148f6ffa7879e99e969cf97af9878 +%global commit0 1aa55edda50df507c7fa8a2a50b67d7fd65a4ef5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 18.dev.git%{shortcommit0}%{?dist} +Release: 19.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -567,6 +567,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sat Dec 29 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-19.dev.git1aa55ed +- autobuilt 1aa55ed + * Thu Dec 27 2018 Igor Gnatenko - 2:0.12.2-18.dev.gitc50332d - Enable python dependency generator diff --git a/sources b/sources index 084d955..a7f1cec 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-c50332d.tar.gz) = bea5fa009fdcb9a18f21a48ad891246a91b07abfa463b7f5804c32155c75531eb87edf44f5b5dc78b2279944245fe881b0066976e57425bd18e5b60856747ed9 +SHA512 (libpod-1aa55ed.tar.gz) = cc9e22dbc0a3efe9a05d5648d2bb91d4ef71c40bc18ac64fe362aba7a686a518280baf2322fcb648d53395b38e28df9fa1ad253448d8de8840769dd867ab6196 From da1ccd830e46db65511a7a17cb8c9806adff9a3a Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 1 Jan 2019 04:53:57 +0000 Subject: [PATCH 0107/2185] podman-2:0.12.2-20.dev.git7438b7b - autobuilt 7438b7b Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bb2989c..03b7c4b 100644 --- a/.gitignore +++ b/.gitignore @@ -146,3 +146,4 @@ /libpod-8fe3050.tar.gz /libpod-c50332d.tar.gz /libpod-1aa55ed.tar.gz +/libpod-7438b7b.tar.gz diff --git a/podman.spec b/podman.spec index f5a7e8e..4c1f1bd 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1aa55edda50df507c7fa8a2a50b67d7fd65a4ef5 +%global commit0 7438b7bd3afb9e5a0fc761fdc8532cd697f2187b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 19.dev.git%{shortcommit0}%{?dist} +Release: 20.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -567,6 +567,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Jan 01 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-20.dev.git7438b7b +- autobuilt 7438b7b + * Sat Dec 29 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-19.dev.git1aa55ed - autobuilt 1aa55ed diff --git a/sources b/sources index a7f1cec..f2587c5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-1aa55ed.tar.gz) = cc9e22dbc0a3efe9a05d5648d2bb91d4ef71c40bc18ac64fe362aba7a686a518280baf2322fcb648d53395b38e28df9fa1ad253448d8de8840769dd867ab6196 +SHA512 (libpod-7438b7b.tar.gz) = 984dc7f6c817760342b4ba127feac738a47e01c6d456cafe3bc75b2000d26bbea17faba8f19b5596e3986d4462647371f2193582b01fb0a1ee2515e4acedbacb From 7bc73eadb8142f335b132fba15707bc46454f039 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 3 Jan 2019 05:07:59 +0000 Subject: [PATCH 0108/2185] podman-2:0.12.2-21.dev.git098c134 - autobuilt 098c134 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 03b7c4b..f91cb33 100644 --- a/.gitignore +++ b/.gitignore @@ -147,3 +147,4 @@ /libpod-c50332d.tar.gz /libpod-1aa55ed.tar.gz /libpod-7438b7b.tar.gz +/libpod-098c134.tar.gz diff --git a/podman.spec b/podman.spec index 4c1f1bd..3dd9aa7 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7438b7bd3afb9e5a0fc761fdc8532cd697f2187b +%global commit0 098c13418abf3985f20689bdda0361904a40ef98 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 20.dev.git%{shortcommit0}%{?dist} +Release: 21.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -567,6 +567,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu Jan 03 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-21.dev.git098c134 +- autobuilt 098c134 + * Tue Jan 01 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-20.dev.git7438b7b - autobuilt 7438b7b diff --git a/sources b/sources index f2587c5..f908300 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-7438b7b.tar.gz) = 984dc7f6c817760342b4ba127feac738a47e01c6d456cafe3bc75b2000d26bbea17faba8f19b5596e3986d4462647371f2193582b01fb0a1ee2515e4acedbacb +SHA512 (libpod-098c134.tar.gz) = 8cce71734f5ed24bdc7d0d5979f73943f08e0b76525f37464cdac9adb2716e9fa7b872249a583b7b7dc5814839b1ccfa1df5fc9831f6d5440ab59a3c845bcc44 From 6fcb4f94221c36fee3db69e8ebb02dded75627d5 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 4 Jan 2019 05:06:31 +0000 Subject: [PATCH 0109/2185] podman-2:0.12.2-22.dev.git9ffd480 - autobuilt 9ffd480 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f91cb33..1704493 100644 --- a/.gitignore +++ b/.gitignore @@ -148,3 +148,4 @@ /libpod-1aa55ed.tar.gz /libpod-7438b7b.tar.gz /libpod-098c134.tar.gz +/libpod-9ffd480.tar.gz diff --git a/podman.spec b/podman.spec index 3dd9aa7..52f0ab0 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 098c13418abf3985f20689bdda0361904a40ef98 +%global commit0 9ffd4806163e410d51d0f0cbece45b7405ff9fee %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 21.dev.git%{shortcommit0}%{?dist} +Release: 22.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -567,6 +567,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Fri Jan 04 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-22.dev.git9ffd480 +- autobuilt 9ffd480 + * Thu Jan 03 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-21.dev.git098c134 - autobuilt 098c134 diff --git a/sources b/sources index f908300..c5b47cc 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-098c134.tar.gz) = 8cce71734f5ed24bdc7d0d5979f73943f08e0b76525f37464cdac9adb2716e9fa7b872249a583b7b7dc5814839b1ccfa1df5fc9831f6d5440ab59a3c845bcc44 +SHA512 (libpod-9ffd480.tar.gz) = f44fb242d6452bdf0ac0cc5264248299b3937879f82c309f005f6d4184986dbd80b598cf71e2c541966b25b2b91abe7203f19f4372f70cc71767a43a4a3673a6 From 14c8169426a70f4315b5e2cc72448dd3f384dcff Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 5 Jan 2019 05:09:38 +0000 Subject: [PATCH 0110/2185] podman-2:0.12.2-23.dev.git4e0c0ec - autobuilt 4e0c0ec Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1704493..bfa209e 100644 --- a/.gitignore +++ b/.gitignore @@ -149,3 +149,4 @@ /libpod-7438b7b.tar.gz /libpod-098c134.tar.gz /libpod-9ffd480.tar.gz +/libpod-4e0c0ec.tar.gz diff --git a/podman.spec b/podman.spec index 52f0ab0..5534e0f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9ffd4806163e410d51d0f0cbece45b7405ff9fee +%global commit0 4e0c0ecbc383531cd1b38db9027583974a72070d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 22.dev.git%{shortcommit0}%{?dist} +Release: 23.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -567,6 +567,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sat Jan 05 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-23.dev.git4e0c0ec +- autobuilt 4e0c0ec + * Fri Jan 04 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-22.dev.git9ffd480 - autobuilt 9ffd480 diff --git a/sources b/sources index c5b47cc..309658f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-9ffd480.tar.gz) = f44fb242d6452bdf0ac0cc5264248299b3937879f82c309f005f6d4184986dbd80b598cf71e2c541966b25b2b91abe7203f19f4372f70cc71767a43a4a3673a6 +SHA512 (libpod-4e0c0ec.tar.gz) = bb4854285b75c6c298d26b67c9776b1c421e00979772743635a16540a044464f3e11838389caca2ad57eed576131c72eaaf277e9e2f3726a1d5d5326fbcd4893 From fd5e0741182a9d5cc284098aa5bbc8b9d86f1452 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 7 Jan 2019 05:06:10 +0000 Subject: [PATCH 0111/2185] podman-2:0.12.2-24.dev.gitb83b07c - autobuilt b83b07c Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bfa209e..bf8b127 100644 --- a/.gitignore +++ b/.gitignore @@ -150,3 +150,4 @@ /libpod-098c134.tar.gz /libpod-9ffd480.tar.gz /libpod-4e0c0ec.tar.gz +/libpod-b83b07c.tar.gz diff --git a/podman.spec b/podman.spec index 5534e0f..c912b50 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 4e0c0ecbc383531cd1b38db9027583974a72070d +%global commit0 b83b07cb4748f983c21b08b2ba015561cf664989 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 23.dev.git%{shortcommit0}%{?dist} +Release: 24.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -567,6 +567,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Mon Jan 07 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-24.dev.gitb83b07c +- autobuilt b83b07c + * Sat Jan 05 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-23.dev.git4e0c0ec - autobuilt 4e0c0ec diff --git a/sources b/sources index 309658f..6f5f123 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-4e0c0ec.tar.gz) = bb4854285b75c6c298d26b67c9776b1c421e00979772743635a16540a044464f3e11838389caca2ad57eed576131c72eaaf277e9e2f3726a1d5d5326fbcd4893 +SHA512 (libpod-b83b07c.tar.gz) = 6cc242eac10f3d08924edd07c5b9928a230bcefbf76d67e5cde4a8c8df77d3ef9403cd21c56ff82a18c5cf98bea1a8862ce5afd3e0bedd03e55f71d0f2ec2c62 From 9c7897fa6feb584e81322189f246fcb6f9e365f4 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 8 Jan 2019 05:06:51 +0000 Subject: [PATCH 0112/2185] podman-2:0.12.2-25.dev.gitfaa2462 - autobuilt faa2462 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bf8b127..38cb273 100644 --- a/.gitignore +++ b/.gitignore @@ -151,3 +151,4 @@ /libpod-9ffd480.tar.gz /libpod-4e0c0ec.tar.gz /libpod-b83b07c.tar.gz +/libpod-faa2462.tar.gz diff --git a/podman.spec b/podman.spec index c912b50..d0d5939 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b83b07cb4748f983c21b08b2ba015561cf664989 +%global commit0 faa24627bb19d67b0e7a681673deb58922a634c1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 24.dev.git%{shortcommit0}%{?dist} +Release: 25.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -567,6 +567,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Jan 08 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-25.dev.gitfaa2462 +- autobuilt faa2462 + * Mon Jan 07 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-24.dev.gitb83b07c - autobuilt b83b07c diff --git a/sources b/sources index 6f5f123..37db304 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-b83b07c.tar.gz) = 6cc242eac10f3d08924edd07c5b9928a230bcefbf76d67e5cde4a8c8df77d3ef9403cd21c56ff82a18c5cf98bea1a8862ce5afd3e0bedd03e55f71d0f2ec2c62 +SHA512 (libpod-faa2462.tar.gz) = 34fbe745fcce1ffc136ee796ce839a0ff07124d3e3420987f3f76fe4dd26a21b54e1eaf540eb4e603c1d8f0f1b133ac2948a2e8eae7ef8dad9b3e8f42598def5 From 5b76f2966a0a4ee13ce2d440e3902fb50dcc97d0 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 9 Jan 2019 05:05:26 +0000 Subject: [PATCH 0113/2185] podman-2:0.12.2-26.dev.gitc9d63fe - autobuilt c9d63fe Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 38cb273..9795ef1 100644 --- a/.gitignore +++ b/.gitignore @@ -152,3 +152,4 @@ /libpod-4e0c0ec.tar.gz /libpod-b83b07c.tar.gz /libpod-faa2462.tar.gz +/libpod-c9d63fe.tar.gz diff --git a/podman.spec b/podman.spec index d0d5939..df04b60 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 faa24627bb19d67b0e7a681673deb58922a634c1 +%global commit0 c9d63fe89d0a79b069b56249aaa4c168b47649c0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 25.dev.git%{shortcommit0}%{?dist} +Release: 26.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -567,6 +567,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Wed Jan 09 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-26.dev.gitc9d63fe +- autobuilt c9d63fe + * Tue Jan 08 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-25.dev.gitfaa2462 - autobuilt faa2462 diff --git a/sources b/sources index 37db304..b74c3ff 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-faa2462.tar.gz) = 34fbe745fcce1ffc136ee796ce839a0ff07124d3e3420987f3f76fe4dd26a21b54e1eaf540eb4e603c1d8f0f1b133ac2948a2e8eae7ef8dad9b3e8f42598def5 +SHA512 (libpod-c9d63fe.tar.gz) = fadc897903f93b5e2b7d7ebeca1b232fbdb475cfb389600ec713130441039d3e989bf137c6e9a9c80cc5a39742de4eb69b2eae9970ae1997dfc5ac8a6d4b870f From e23a6c1fe0c2447a2f3cc140c7335343b5a17ae9 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 10 Jan 2019 05:06:32 +0000 Subject: [PATCH 0114/2185] podman-2:0.12.2-27.dev.git0f6535c - autobuilt 0f6535c Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9795ef1..bbe3e63 100644 --- a/.gitignore +++ b/.gitignore @@ -153,3 +153,4 @@ /libpod-b83b07c.tar.gz /libpod-faa2462.tar.gz /libpod-c9d63fe.tar.gz +/libpod-0f6535c.tar.gz diff --git a/podman.spec b/podman.spec index df04b60..deaddaa 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c9d63fe89d0a79b069b56249aaa4c168b47649c0 +%global commit0 0f6535cf6b4bfac265983c2fdd3482310ab4f39b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 26.dev.git%{shortcommit0}%{?dist} +Release: 27.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -567,6 +567,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu Jan 10 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-27.dev.git0f6535c +- autobuilt 0f6535c + * Wed Jan 09 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-26.dev.gitc9d63fe - autobuilt c9d63fe diff --git a/sources b/sources index b74c3ff..be7821c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-c9d63fe.tar.gz) = fadc897903f93b5e2b7d7ebeca1b232fbdb475cfb389600ec713130441039d3e989bf137c6e9a9c80cc5a39742de4eb69b2eae9970ae1997dfc5ac8a6d4b870f +SHA512 (libpod-0f6535c.tar.gz) = efc9ca600d1c851ef2b172780a93470310d13609376a21512650c0f5fecfdc4c0aeb0bc892aa08ac3925468c31b176634833e5c0cb409afdb2db7d528222c415 From 933aaa6d9134496d28020932bf28414295380884 Mon Sep 17 00:00:00 2001 From: baude Date: Fri, 11 Jan 2019 16:50:16 -0600 Subject: [PATCH 0115/2185] release 1.0.0 prep Signed-off-by: baude --- podman.spec | 63 +++++------------------------------------------------ 1 file changed, 6 insertions(+), 57 deletions(-) diff --git a/podman.spec b/podman.spec index deaddaa..39edf47 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0f6535cf6b4bfac265983c2fdd3482310ab4f39b +%global commit0 82e80110c3f2d8728745c47e340f3bee4d408846 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,8 +43,8 @@ Epoch: 2 %else Epoch: 1 %endif -Version: 0.12.2 -Release: 27.dev.git%{shortcommit0}%{?dist} +Version: 1.0.0 +Release: 1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -188,27 +188,6 @@ Provides: bundled(golang(k8s.io/utils)) = 258e2a2fa64568210fbd6267cf1d8fd87c3cb8 %{repo} provides a library for applications looking to use the Container Pod concept popularized by Kubernetes. -%if %{with varlink} -%package -n python3-%{name} -BuildArch: noarch -BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-varlink -Summary: Python 3 bindings for %{name} - -%description -n python3-%{name} -This package contains Python 3 bindings for %{name}. - -%package -n python3-py%{name} -BuildArch: noarch -BuildRequires: python3-devel -BuildRequires: python3-setuptools -Summary: Python 3 tool for %{name} - -%description -n python3-py%{name} -This package contains Python 3 tool for %{name}. -%endif # varlink - %package docker Summary: Emulate Docker CLI using podman BuildArch: noarch @@ -415,18 +394,6 @@ export BUILDTAGS="selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_ta BUILDTAGS=$BUILDTAGS make -C conmon popd -%if %{with varlink} -#install python-podman -pushd contrib/python/podman -%py3_build -popd - -#install python-pypodman -pushd contrib/python/pypodman -%py3_build -popd - -%endif # varlink %install install -dp %{buildroot}%{_unitdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ @@ -439,10 +406,6 @@ PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{build mv pkg/hooks/README.md pkg/hooks/README-hooks.md -%if %{with varlink} -PODMAN_VERSION=%{version} %{__make} DESTDIR=%{buildroot} install.python -%endif # varlink - # install libpod.conf install -dp %{buildroot}%{_datadir}/containers install -p -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers @@ -532,23 +495,6 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_unitdir}/io.%{name}.socket %{_usr}/lib/tmpfiles.d/%{name}.conf -%if %{with varlink} -%files -n python3-%{name} -%license LICENSE -%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md -%dir %{python3_sitelib}/%{name} -%{python3_sitelib}/%{name}/* -%{python3_sitelib}/%{name}*.egg-info - -%files -n python3-py%{name} -%license LICENSE -%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md -%dir %{python3_sitelib}/py%{name} -%{python3_sitelib}/py%{name}/* -%{python3_sitelib}/py%{name}*.egg-info -%{_bindir}/py%{name} -%endif # varlink - %files docker %{_bindir}/docker %{_mandir}/man1/docker*.1* @@ -567,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Fri Jan 11 2019 bbaude - 1:1.0.0-1.dev.git82e8011 +- Upstream 1.0.0 release + * Thu Jan 10 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-27.dev.git0f6535c - autobuilt 0f6535c From e4e4a41300e6385b9718f7e88e18db1973a6d19a Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 12 Jan 2019 05:16:30 +0000 Subject: [PATCH 0116/2185] podman-2:0.12.2-2.dev.git5c86efb - bump to 0.12.2 - autobuilt 5c86efb Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 30 +++++++++++++++++------------- sources | 2 +- 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index bbe3e63..bde5335 100644 --- a/.gitignore +++ b/.gitignore @@ -154,3 +154,4 @@ /libpod-faa2462.tar.gz /libpod-c9d63fe.tar.gz /libpod-0f6535c.tar.gz +/libpod-5c86efb.tar.gz diff --git a/podman.spec b/podman.spec index 39edf47..8468bfa 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 82e80110c3f2d8728745c47e340f3bee4d408846 +%global commit0 5c86efb28976938ad77fcc0f677e0842d06b65b5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,8 +43,8 @@ Epoch: 2 %else Epoch: 1 %endif -Version: 1.0.0 -Release: 1.dev.git%{shortcommit0}%{?dist} +Version: 0.12.2 +Release: 2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sat Jan 12 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-2.dev.git5c86efb +- bump to 0.12.2 +- autobuilt 5c86efb + * Fri Jan 11 2019 bbaude - 1:1.0.0-1.dev.git82e8011 - Upstream 1.0.0 release @@ -540,34 +544,34 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} * Tue Jan 01 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-20.dev.git7438b7b - autobuilt 7438b7b -* Sat Dec 29 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-19.dev.git1aa55ed +* Sat Dec 29 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb9.dev.git1aa55ed - autobuilt 1aa55ed -* Thu Dec 27 2018 Igor Gnatenko - 2:0.12.2-18.dev.gitc50332d +* Thu Dec 27 2018 Igor Gnatenko - 2:0.12.2-1.nightly.git5c86efb8.dev.gitc50332d - Enable python dependency generator -* Tue Dec 25 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-17.dev.gitc50332d +* Tue Dec 25 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb7.dev.gitc50332d - autobuilt c50332d -* Mon Dec 24 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-16.dev.git8fe3050 +* Mon Dec 24 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb6.dev.git8fe3050 - autobuilt 8fe3050 -* Sun Dec 23 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-15.dev.git792f109 +* Sun Dec 23 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb5.dev.git792f109 - autobuilt 792f109 -* Sat Dec 22 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-14.dev.gitfe186c6 +* Sat Dec 22 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb4.dev.gitfe186c6 - autobuilt fe186c6 -* Fri Dec 21 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-13.dev.gitfa998f2 +* Fri Dec 21 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb3.dev.gitfa998f2 - autobuilt fa998f2 -* Thu Dec 20 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-12.dev.git6b059a5 +* Thu Dec 20 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb2.dev.git6b059a5 - autobuilt 6b059a5 -* Wed Dec 19 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-11.dev.gitc8eaf59 +* Wed Dec 19 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb1.dev.gitc8eaf59 - autobuilt c8eaf59 -* Tue Dec 18 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-10.dev.git68414c5 +* Tue Dec 18 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb0.dev.git68414c5 - autobuilt 68414c5 * Mon Dec 17 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-9.dev.gitb21d474 diff --git a/sources b/sources index be7821c..24bc49c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-0f6535c.tar.gz) = efc9ca600d1c851ef2b172780a93470310d13609376a21512650c0f5fecfdc4c0aeb0bc892aa08ac3925468c31b176634833e5c0cb409afdb2db7d528222c415 +SHA512 (libpod-5c86efb.tar.gz) = 5096e5c6c4d729ab054ea015d327b4daf5329fc568d90d291b6d699bf4144496510363833b840243ca05d36aba2c829cca59645b219195e4722d99c0b18f2a01 From f63544c76ff66a1028a0395fb8e9d2caae00160c Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sat, 12 Jan 2019 07:30:39 -0500 Subject: [PATCH 0117/2185] Upstream 1.0.0 release --- podman.spec | 80 ++++------------------------------------------------- 1 file changed, 5 insertions(+), 75 deletions(-) diff --git a/podman.spec b/podman.spec index c79a9d5..cc9ecb0 100644 --- a/podman.spec +++ b/podman.spec @@ -4,12 +4,7 @@ %global with_check 0 %global with_unit_test 0 -%if 0%{?fedora} >= 28 -%bcond_without varlink %define gogenerate go generate -%else -%bcond_with varlink -%endif %if 0%{?with_debug} %global _find_debuginfo_dwz_opts %{nil} @@ -26,7 +21,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9551f6bb379d4af56dfb63ddf0f3682e40a6694e +%global commit0 82e80110c3f2d8728745c47e340f3bee4d408846 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -42,7 +37,7 @@ Epoch: 1 %else Epoch: 0 %endif -Version: 0.12.1.2 +Version: 1.0.0 Release: 1.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 @@ -155,7 +150,6 @@ Provides: bundled(golang(github.com/tchap/go-patricia)) = v2.2.6 Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.4 Provides: bundled(golang(github.com/ulule/deepcopier)) = master Provides: bundled(golang(github.com/urfave/cli)) = 934abfb2f102315b5794e15ebc7949e4ca253920 -Provides: bundled(golang(github.com/varlink/go)) = master Provides: bundled(golang(github.com/vbatts/tar-split)) = v0.10.2 Provides: bundled(golang(github.com/vishvananda/netlink)) = master Provides: bundled(golang(github.com/vishvananda/netns)) = master @@ -186,40 +180,6 @@ Provides: bundled(golang(k8s.io/utils)) = 258e2a2fa64568210fbd6267cf1d8fd87c3cb8 %{repo} provides a library for applications looking to use the Container Pod concept popularized by Kubernetes. -%if %{with varlink} -%package -n python3-%{name} -BuildArch: noarch -BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-varlink -Requires: python3-setuptools -Requires: python3-varlink -Requires: python3-dateutil -Requires: python3-humanize -Requires: python3-psutil -Provides: python3-%{name} = %{epoch}:%{version}-%{release} -Summary: Python 3 bindings for %{name} - -%description -n python3-%{name} -This package contains Python 3 bindings for %{name}. - -%package -n python3-py%{name} -BuildArch: noarch -BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-varlink -Requires: python3-%{name} -Requires: python3-setuptools -Requires: python3-varlink -Requires: python3-dateutil -Requires: python3-psutil -Requires: python3-pytoml -Summary: Python 3 tool for %{name} - -%description -n python3-py%{name} -This package contains Python 3 tool for %{name}. -%endif # varlink - %package docker Summary: Emulate Docker CLI using podman BuildArch: noarch @@ -431,18 +391,6 @@ BUILDTAGS=$BUILDTAGS make -C conmon popd mv pkg/hooks/README.md pkg/hooks/README-hooks.md -%if %{with varlink} -#install python-podman -pushd contrib/python/podman -%py3_build -popd - -#install python-pypodman -pushd contrib/python/pypodman -%py3_build -popd -%endif #varlink - %install install -dp %{buildroot}%{_unitdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ @@ -453,10 +401,6 @@ PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{build install.completions \ install.docker -%if %{with varlink} -PODMAN_VERSION=%{version} %{__make} DESTDIR=%{buildroot} install.python -%endif # varlink - # install libpod.conf install -dp %{buildroot}%{_datadir}/containers install -p -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers @@ -546,23 +490,6 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_unitdir}/io.%{name}.socket %{_usr}/lib/tmpfiles.d/%{name}.conf -%if %{with varlink} -%files -n python3-%{name} -%license LICENSE -%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md -%dir %{python3_sitelib}/%{name} -%{python3_sitelib}/%{name}/* -%{python3_sitelib}/%{name}*.egg-info - -%files -n python3-py%{name} -%license LICENSE -%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md -%dir %{python3_sitelib}/py%{name} -%{python3_sitelib}/py%{name}/* -%{python3_sitelib}/py%{name}*.egg-info -%{_bindir}/py%{name} -%endif # varlink - %if 0%{?with_devel} %files -n libpod-devel -f devel.file-list %license LICENSE @@ -577,6 +504,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sat Jan 12 2019 dwalsh - 1:1.0.0-1.git82e8011 +- Upstream 1.0.0 release + * Thu Dec 13 2018 bbaude - 1:0.12.1.2-1.git9551f6b - Upstream 0.12.1.2 release From f830686d2d7021e5e381013d6de2a0665f9a146b Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sat, 12 Jan 2019 08:40:07 -0500 Subject: [PATCH 0118/2185] Upstream 1.0.0 release --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7d1e122..7940a83 100644 --- a/.gitignore +++ b/.gitignore @@ -110,3 +110,4 @@ /libpod-7ba215f.tar.gz /libpod-66d3499.tar.gz /libpod-9551f6b.tar.gz +/libpod-82e8011.tar.gz diff --git a/sources b/sources index 276b2ac..f4e64fe 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-9551f6b.tar.gz) = 44ed1a8f3bc9ea7a30bf7b02a592d4f5bd6855c10b47bca2aec1f04c81c16315749b504d45339e683b29b952007d3bfe106a57b08aca6d4d0d99bd213b0b06b9 +SHA512 (libpod-82e8011.tar.gz) = 24331b34eb204c198563c0de6cf1f19bbdba76d96cff108d158c50bd683f4d5df19b25d919d2ef6a85fd520e0bbc1e778befc96711aa61592724bb19658f1df9 From 1167969e8ea0b95f8c7d2ae605bc6fc0a8d8a753 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 14 Jan 2019 04:56:15 +0000 Subject: [PATCH 0119/2185] podman-2:0.12.2-3.dev.git140ae25 - autobuilt 140ae25 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bde5335..6be4bd1 100644 --- a/.gitignore +++ b/.gitignore @@ -155,3 +155,4 @@ /libpod-c9d63fe.tar.gz /libpod-0f6535c.tar.gz /libpod-5c86efb.tar.gz +/libpod-140ae25.tar.gz diff --git a/podman.spec b/podman.spec index 8468bfa..79af3a8 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 5c86efb28976938ad77fcc0f677e0842d06b65b5 +%global commit0 140ae25c4d0c7ba89a0bb7ae16f81f90d20be535 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 0.12.2 -Release: 2.dev.git%{shortcommit0}%{?dist} +Release: 3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Mon Jan 14 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-3.dev.git140ae25 +- autobuilt 140ae25 + * Sat Jan 12 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-2.dev.git5c86efb - bump to 0.12.2 - autobuilt 5c86efb diff --git a/sources b/sources index 24bc49c..256a49c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-5c86efb.tar.gz) = 5096e5c6c4d729ab054ea015d327b4daf5329fc568d90d291b6d699bf4144496510363833b840243ca05d36aba2c829cca59645b219195e4722d99c0b18f2a01 +SHA512 (libpod-140ae25.tar.gz) = af9999fefbc5dee7a6cca5e47713d558f186fb6bdf598dd47834ad9699994d196ed80f42c366a199d0cdb41c23ce874dc8d67c724440faa74b51e0923b827a94 From fe6a767530c686f695647b24b3923a291c01ae3a Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 15 Jan 2019 04:59:45 +0000 Subject: [PATCH 0120/2185] podman-2:1.0.1-2.dev.git6301f6a - bump to 1.0.1 - autobuilt 6301f6a Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6be4bd1..7948a06 100644 --- a/.gitignore +++ b/.gitignore @@ -156,3 +156,4 @@ /libpod-0f6535c.tar.gz /libpod-5c86efb.tar.gz /libpod-140ae25.tar.gz +/libpod-6301f6a.tar.gz diff --git a/podman.spec b/podman.spec index 79af3a8..228d47b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 140ae25c4d0c7ba89a0bb7ae16f81f90d20be535 +%global commit0 6301f6a0a9e3989ecdf59fd5395d06c44f8bac14 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,8 +43,8 @@ Epoch: 2 %else Epoch: 1 %endif -Version: 0.12.2 -Release: 3.dev.git%{shortcommit0}%{?dist} +Version: 1.0.1 +Release: 2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Jan 15 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-2.dev.git6301f6a +- bump to 1.0.1 +- autobuilt 6301f6a + * Mon Jan 14 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-3.dev.git140ae25 - autobuilt 140ae25 diff --git a/sources b/sources index 256a49c..238a848 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-140ae25.tar.gz) = af9999fefbc5dee7a6cca5e47713d558f186fb6bdf598dd47834ad9699994d196ed80f42c366a199d0cdb41c23ce874dc8d67c724440faa74b51e0923b827a94 +SHA512 (libpod-6301f6a.tar.gz) = 32ed2d70f4cff46c501512f12ee87cbba0c26b1e887f6a882f3ecdf80c1b7cfdb5708f78abd51a16ea2f3f827161d4ecc2e3a360a8668095879b572b979c83cd From 6691f5d9f9f19382a4c1c83edff2c31bf1a1a958 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 16 Jan 2019 05:08:35 +0000 Subject: [PATCH 0121/2185] podman-2:1.0.1-3.dev.git1b2f752 - autobuilt 1b2f752 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7948a06..7c16b6a 100644 --- a/.gitignore +++ b/.gitignore @@ -157,3 +157,4 @@ /libpod-5c86efb.tar.gz /libpod-140ae25.tar.gz /libpod-6301f6a.tar.gz +/libpod-1b2f752.tar.gz diff --git a/podman.spec b/podman.spec index 228d47b..6f14924 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 6301f6a0a9e3989ecdf59fd5395d06c44f8bac14 +%global commit0 1b2f75298d98f59fac73a63599cdca3478bef835 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 2.dev.git%{shortcommit0}%{?dist} +Release: 3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Wed Jan 16 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-3.dev.git1b2f752 +- autobuilt 1b2f752 + * Tue Jan 15 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-2.dev.git6301f6a - bump to 1.0.1 - autobuilt 6301f6a diff --git a/sources b/sources index 238a848..b038bb6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-6301f6a.tar.gz) = 32ed2d70f4cff46c501512f12ee87cbba0c26b1e887f6a882f3ecdf80c1b7cfdb5708f78abd51a16ea2f3f827161d4ecc2e3a360a8668095879b572b979c83cd +SHA512 (libpod-1b2f752.tar.gz) = d4f8a0c56f65c0158f0f105ec3604cf70197ec050d0790b85cd897b41981a0ba8627e57d4cb510983a95a5990d7868b4358afbd2d92d1813f107af57a764692b From bdce1e0da826b885d3fcce0d8a7bcb83301ab71d Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 17 Jan 2019 05:04:09 +0000 Subject: [PATCH 0122/2185] podman-2:1.0.1-4.dev.git0e3264a - autobuilt 0e3264a Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7c16b6a..b68a73b 100644 --- a/.gitignore +++ b/.gitignore @@ -158,3 +158,4 @@ /libpod-140ae25.tar.gz /libpod-6301f6a.tar.gz /libpod-1b2f752.tar.gz +/libpod-0e3264a.tar.gz diff --git a/podman.spec b/podman.spec index 6f14924..7e4dd35 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1b2f75298d98f59fac73a63599cdca3478bef835 +%global commit0 0e3264ae4de85d2c974106582f80fd8cadab8bb8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 3.dev.git%{shortcommit0}%{?dist} +Release: 4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu Jan 17 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-4.dev.git0e3264a +- autobuilt 0e3264a + * Wed Jan 16 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-3.dev.git1b2f752 - autobuilt 1b2f752 diff --git a/sources b/sources index b038bb6..2a90ba5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-1b2f752.tar.gz) = d4f8a0c56f65c0158f0f105ec3604cf70197ec050d0790b85cd897b41981a0ba8627e57d4cb510983a95a5990d7868b4358afbd2d92d1813f107af57a764692b +SHA512 (libpod-0e3264a.tar.gz) = 5fccb674d473c7e0a9c0013c3bffe01f16119e36c4b680903aac91b43ac071c5153cbbe3be5d697f5b98ed26ceaa58f3f7ec50952a4ff7ec74198ee51b358b4a From 5c54593459ee825b399e57850cd9aaeb99e643ee Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 18 Jan 2019 05:01:36 +0000 Subject: [PATCH 0123/2185] podman-2:1.0.1-5.dev.gite3dc660 - autobuilt e3dc660 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b68a73b..6a51215 100644 --- a/.gitignore +++ b/.gitignore @@ -159,3 +159,4 @@ /libpod-6301f6a.tar.gz /libpod-1b2f752.tar.gz /libpod-0e3264a.tar.gz +/libpod-e3dc660.tar.gz diff --git a/podman.spec b/podman.spec index 7e4dd35..d5546ba 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0e3264ae4de85d2c974106582f80fd8cadab8bb8 +%global commit0 e3dc6609d05695e649e76d4505e4761cafebcef6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 4.dev.git%{shortcommit0}%{?dist} +Release: 5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Fri Jan 18 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-5.dev.gite3dc660 +- autobuilt e3dc660 + * Thu Jan 17 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-4.dev.git0e3264a - autobuilt 0e3264a diff --git a/sources b/sources index 2a90ba5..45f66c2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-0e3264a.tar.gz) = 5fccb674d473c7e0a9c0013c3bffe01f16119e36c4b680903aac91b43ac071c5153cbbe3be5d697f5b98ed26ceaa58f3f7ec50952a4ff7ec74198ee51b358b4a +SHA512 (libpod-e3dc660.tar.gz) = 7be1ff514e0f49e771aaa96feda80bd9acbe58797318815bf738e428f9caf05557fce896703097907449d37bf8a45f75ecc86b3959e5a8f823ea0581c15dc360 From fd8fdd8a2ca493fe3639794eee32f8a898fd05e4 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 19 Jan 2019 05:05:52 +0000 Subject: [PATCH 0124/2185] podman-2:1.0.1-6.dev.git0d4bfb0 - autobuilt 0d4bfb0 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6a51215..788bc14 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,4 @@ /libpod-1b2f752.tar.gz /libpod-0e3264a.tar.gz /libpod-e3dc660.tar.gz +/libpod-0d4bfb0.tar.gz diff --git a/podman.spec b/podman.spec index d5546ba..3a8e1ae 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e3dc6609d05695e649e76d4505e4761cafebcef6 +%global commit0 0d4bfb013108f836dbc6369d38b01b6e92d6141d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 5.dev.git%{shortcommit0}%{?dist} +Release: 6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sat Jan 19 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-6.dev.git0d4bfb0 +- autobuilt 0d4bfb0 + * Fri Jan 18 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-5.dev.gite3dc660 - autobuilt e3dc660 diff --git a/sources b/sources index 45f66c2..19eeba2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-e3dc660.tar.gz) = 7be1ff514e0f49e771aaa96feda80bd9acbe58797318815bf738e428f9caf05557fce896703097907449d37bf8a45f75ecc86b3959e5a8f823ea0581c15dc360 +SHA512 (libpod-0d4bfb0.tar.gz) = 8da4bbf0a99a60a6d16c3575294a818b1237abf62d0f7031bbbe74e0d84174a4340796dd4fefcad75db546496e5e51c02c36f4e6c818bb1006e3be4d2b8b9176 From 5784f16bc7d67e6c7e1c524be4eda51869e0df45 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 20 Jan 2019 05:11:52 +0000 Subject: [PATCH 0125/2185] podman-2:1.0.1-7.dev.git579fc0f - autobuilt 579fc0f Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 788bc14..757575b 100644 --- a/.gitignore +++ b/.gitignore @@ -161,3 +161,4 @@ /libpod-0e3264a.tar.gz /libpod-e3dc660.tar.gz /libpod-0d4bfb0.tar.gz +/libpod-579fc0f.tar.gz diff --git a/podman.spec b/podman.spec index 3a8e1ae..85cdd1d 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0d4bfb013108f836dbc6369d38b01b6e92d6141d +%global commit0 579fc0f7eb3928a076b0a5d1d6ec444205a0a930 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 6.dev.git%{shortcommit0}%{?dist} +Release: 7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sun Jan 20 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-7.dev.git579fc0f +- autobuilt 579fc0f + * Sat Jan 19 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-6.dev.git0d4bfb0 - autobuilt 0d4bfb0 diff --git a/sources b/sources index 19eeba2..d5370f9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-0d4bfb0.tar.gz) = 8da4bbf0a99a60a6d16c3575294a818b1237abf62d0f7031bbbe74e0d84174a4340796dd4fefcad75db546496e5e51c02c36f4e6c818bb1006e3be4d2b8b9176 +SHA512 (libpod-579fc0f.tar.gz) = ed959cc5adb675cc171af1c1094f1724be60b01c619f40d587ecdb8d94b4140e608925703135578b30943266de28c54aa11ef13c1975821bb11cdc7a138a2dc0 From 87e063eb2eafc5cf5cb59354a9790d5f590ffada Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 21 Jan 2019 05:11:13 +0000 Subject: [PATCH 0126/2185] podman-2:1.0.1-8.dev.gitef2f6f9 - autobuilt ef2f6f9 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 757575b..5120b16 100644 --- a/.gitignore +++ b/.gitignore @@ -162,3 +162,4 @@ /libpod-e3dc660.tar.gz /libpod-0d4bfb0.tar.gz /libpod-579fc0f.tar.gz +/libpod-ef2f6f9.tar.gz diff --git a/podman.spec b/podman.spec index 85cdd1d..a2411b8 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 579fc0f7eb3928a076b0a5d1d6ec444205a0a930 +%global commit0 ef2f6f9f3ee3a54ffc3b9cd0740230b60dcc8d6a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 7.dev.git%{shortcommit0}%{?dist} +Release: 8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Mon Jan 21 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-8.dev.gitef2f6f9 +- autobuilt ef2f6f9 + * Sun Jan 20 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-7.dev.git579fc0f - autobuilt 579fc0f diff --git a/sources b/sources index d5370f9..447be12 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-579fc0f.tar.gz) = ed959cc5adb675cc171af1c1094f1724be60b01c619f40d587ecdb8d94b4140e608925703135578b30943266de28c54aa11ef13c1975821bb11cdc7a138a2dc0 +SHA512 (libpod-ef2f6f9.tar.gz) = 92c548c4a71c74b92a1bd1c261aa17e16898dd77e6db23deb54b6d714d1785ca334c2019508e6e0ba003de82873b70ab7ded86152aa89cd34004695be25ac2d0 From 4ce2890cbaa75fbf42b31f78abf4a15ad70fcaa4 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 22 Jan 2019 05:11:33 +0000 Subject: [PATCH 0127/2185] podman-2:1.0.1-9.dev.gitec96987 - autobuilt ec96987 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5120b16..6695f00 100644 --- a/.gitignore +++ b/.gitignore @@ -163,3 +163,4 @@ /libpod-0d4bfb0.tar.gz /libpod-579fc0f.tar.gz /libpod-ef2f6f9.tar.gz +/libpod-ec96987.tar.gz diff --git a/podman.spec b/podman.spec index a2411b8..de5b366 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ef2f6f9f3ee3a54ffc3b9cd0740230b60dcc8d6a +%global commit0 ec969875fa13e90f4ce696e9d24b86a02f79f54a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 8.dev.git%{shortcommit0}%{?dist} +Release: 9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Jan 22 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-9.dev.gitec96987 +- autobuilt ec96987 + * Mon Jan 21 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-8.dev.gitef2f6f9 - autobuilt ef2f6f9 diff --git a/sources b/sources index 447be12..a67780b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-ef2f6f9.tar.gz) = 92c548c4a71c74b92a1bd1c261aa17e16898dd77e6db23deb54b6d714d1785ca334c2019508e6e0ba003de82873b70ab7ded86152aa89cd34004695be25ac2d0 +SHA512 (libpod-ec96987.tar.gz) = a9c120733199e558de794c72638528a128c613e277a99ba9eca371ee1a584537c11002718195c1168253d5177243daf8dcf791bb7bd2bbddfad51936574f4af1 From 5e831761c177bd222223896ebaecea11fd7ebce0 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 23 Jan 2019 05:00:46 +0000 Subject: [PATCH 0128/2185] podman-2:1.0.1-10.dev.git7838a13 - autobuilt 7838a13 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6695f00..47bdd56 100644 --- a/.gitignore +++ b/.gitignore @@ -164,3 +164,4 @@ /libpod-579fc0f.tar.gz /libpod-ef2f6f9.tar.gz /libpod-ec96987.tar.gz +/libpod-7838a13.tar.gz diff --git a/podman.spec b/podman.spec index de5b366..9a7d7cb 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ec969875fa13e90f4ce696e9d24b86a02f79f54a +%global commit0 7838a13b61ee893a6dad5cf4cc4e36c5ab74b855 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 9.dev.git%{shortcommit0}%{?dist} +Release: 10.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Wed Jan 23 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-10.dev.git7838a13 +- autobuilt 7838a13 + * Tue Jan 22 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-9.dev.gitec96987 - autobuilt ec96987 diff --git a/sources b/sources index a67780b..626e630 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-ec96987.tar.gz) = a9c120733199e558de794c72638528a128c613e277a99ba9eca371ee1a584537c11002718195c1168253d5177243daf8dcf791bb7bd2bbddfad51936574f4af1 +SHA512 (libpod-7838a13.tar.gz) = 92ec4e1cb5545e062de0b8d02c90abab3073de41c7cfc2712c8d7f4bc63bf9b5e1ed19a01b944707d473c0232aaa991b15d2bdd8616cc2f22ea8fcfd6b474fca From 3d2e074c7c1194d542915ef8868f21d369e39e1d Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 24 Jan 2019 05:06:16 +0000 Subject: [PATCH 0129/2185] podman-2:1.0.1-11.dev.gitc9e1f36 - autobuilt c9e1f36 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 47bdd56..9e1fb13 100644 --- a/.gitignore +++ b/.gitignore @@ -165,3 +165,4 @@ /libpod-ef2f6f9.tar.gz /libpod-ec96987.tar.gz /libpod-7838a13.tar.gz +/libpod-c9e1f36.tar.gz diff --git a/podman.spec b/podman.spec index 9a7d7cb..64840b0 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7838a13b61ee893a6dad5cf4cc4e36c5ab74b855 +%global commit0 c9e1f365e294135968bdd4d754dca7e1044587dc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 10.dev.git%{shortcommit0}%{?dist} +Release: 11.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu Jan 24 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-11.dev.gitc9e1f36 +- autobuilt c9e1f36 + * Wed Jan 23 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-10.dev.git7838a13 - autobuilt 7838a13 diff --git a/sources b/sources index 626e630..46642b5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-7838a13.tar.gz) = 92ec4e1cb5545e062de0b8d02c90abab3073de41c7cfc2712c8d7f4bc63bf9b5e1ed19a01b944707d473c0232aaa991b15d2bdd8616cc2f22ea8fcfd6b474fca +SHA512 (libpod-c9e1f36.tar.gz) = 7e986a26d766a8c7da59dcfd6d7fe2b7a1e923c45fe389ba776f7f5a7abc373d8d759afbcfb7b0b8beb07f5d8f915a9e3bbd7c11403b46cdd1478d51ba4140bf From 3aa3d6051b5a3f1e0e8bd68997a1d7f67287d57d Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 29 Jan 2019 05:07:50 +0000 Subject: [PATCH 0130/2185] podman-2:1.0.1-12.dev.gitebe9297 - autobuilt ebe9297 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9e1fb13..476881d 100644 --- a/.gitignore +++ b/.gitignore @@ -166,3 +166,4 @@ /libpod-ec96987.tar.gz /libpod-7838a13.tar.gz /libpod-c9e1f36.tar.gz +/libpod-ebe9297.tar.gz diff --git a/podman.spec b/podman.spec index 64840b0..e7bb271 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c9e1f365e294135968bdd4d754dca7e1044587dc +%global commit0 ebe929736cdb0925f26b416d56415348f1d16d92 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 11.dev.git%{shortcommit0}%{?dist} +Release: 12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Jan 29 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-12.dev.gitebe9297 +- autobuilt ebe9297 + * Thu Jan 24 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-11.dev.gitc9e1f36 - autobuilt c9e1f36 diff --git a/sources b/sources index 46642b5..71d2fea 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-c9e1f36.tar.gz) = 7e986a26d766a8c7da59dcfd6d7fe2b7a1e923c45fe389ba776f7f5a7abc373d8d759afbcfb7b0b8beb07f5d8f915a9e3bbd7c11403b46cdd1478d51ba4140bf +SHA512 (libpod-ebe9297.tar.gz) = a538912f2d72ca08fed8fbe3bbd8660beefa6e2b5bdf3e1bf632b04a891184031f79339499a906fa1c90cfb2022f228a2ec64280c83bf255bb835050dd297ed4 From d6b6a64480067837d8bb351aa721fc68377aae38 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 30 Jan 2019 05:05:00 +0000 Subject: [PATCH 0131/2185] podman-2:1.0.1-13.dev.gitad5579e - autobuilt ad5579e Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 476881d..b19238c 100644 --- a/.gitignore +++ b/.gitignore @@ -167,3 +167,4 @@ /libpod-7838a13.tar.gz /libpod-c9e1f36.tar.gz /libpod-ebe9297.tar.gz +/libpod-ad5579e.tar.gz diff --git a/podman.spec b/podman.spec index e7bb271..2298c8f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ebe929736cdb0925f26b416d56415348f1d16d92 +%global commit0 ad5579e1d9905996612dd135467ee2ee5f62b7d3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 12.dev.git%{shortcommit0}%{?dist} +Release: 13.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Wed Jan 30 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-13.dev.gitad5579e +- autobuilt ad5579e + * Tue Jan 29 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-12.dev.gitebe9297 - autobuilt ebe9297 diff --git a/sources b/sources index 71d2fea..a9ee2f7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-ebe9297.tar.gz) = a538912f2d72ca08fed8fbe3bbd8660beefa6e2b5bdf3e1bf632b04a891184031f79339499a906fa1c90cfb2022f228a2ec64280c83bf255bb835050dd297ed4 +SHA512 (libpod-ad5579e.tar.gz) = 58bf5e0d653969894be1ce303d94c8939bec3ca0a40065cf256d775022a947ea03852ae218b19078d2ee7c8e4d8ca02db50d69b594f4f62e061a1c7da1f1839b From 00d4808264dfe05e166e3c0a9e15cab21e55084f Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 31 Jan 2019 05:06:09 +0000 Subject: [PATCH 0132/2185] podman-2:1.0.1-14.dev.git805c6d9 - autobuilt 805c6d9 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b19238c..7b78e46 100644 --- a/.gitignore +++ b/.gitignore @@ -168,3 +168,4 @@ /libpod-c9e1f36.tar.gz /libpod-ebe9297.tar.gz /libpod-ad5579e.tar.gz +/libpod-805c6d9.tar.gz diff --git a/podman.spec b/podman.spec index 2298c8f..a102ca1 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ad5579e1d9905996612dd135467ee2ee5f62b7d3 +%global commit0 805c6d997b4eb8941e7c2a12879bf9a5284835d0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 13.dev.git%{shortcommit0}%{?dist} +Release: 14.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu Jan 31 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-14.dev.git805c6d9 +- autobuilt 805c6d9 + * Wed Jan 30 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-13.dev.gitad5579e - autobuilt ad5579e diff --git a/sources b/sources index a9ee2f7..373a0db 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-ad5579e.tar.gz) = 58bf5e0d653969894be1ce303d94c8939bec3ca0a40065cf256d775022a947ea03852ae218b19078d2ee7c8e4d8ca02db50d69b594f4f62e061a1c7da1f1839b +SHA512 (libpod-805c6d9.tar.gz) = 92fb4397657dd278a9d9681c61d8179202815ab2d5a2a32fa9fc9954c7421cd7bdce963d320a8cdb49d541a0890c67458b25b04b1e9a7f109516379f6660cb58 From 97dcf0b1e29d5838e4856942288f62b624e2e008 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 1 Feb 2019 05:15:16 +0000 Subject: [PATCH 0133/2185] podman-2:1.0.1-15.dev.gite97dc8e - autobuilt e97dc8e Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7b78e46..958ec38 100644 --- a/.gitignore +++ b/.gitignore @@ -169,3 +169,4 @@ /libpod-ebe9297.tar.gz /libpod-ad5579e.tar.gz /libpod-805c6d9.tar.gz +/libpod-e97dc8e.tar.gz diff --git a/podman.spec b/podman.spec index a102ca1..1a1bd47 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 805c6d997b4eb8941e7c2a12879bf9a5284835d0 +%global commit0 e97dc8e0614de36d40415635845087e2fcc036cf %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 14.dev.git%{shortcommit0}%{?dist} +Release: 15.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Fri Feb 01 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-15.dev.gite97dc8e +- autobuilt e97dc8e + * Thu Jan 31 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-14.dev.git805c6d9 - autobuilt 805c6d9 diff --git a/sources b/sources index 373a0db..b5be9d3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-805c6d9.tar.gz) = 92fb4397657dd278a9d9681c61d8179202815ab2d5a2a32fa9fc9954c7421cd7bdce963d320a8cdb49d541a0890c67458b25b04b1e9a7f109516379f6660cb58 +SHA512 (libpod-e97dc8e.tar.gz) = b445214f1259b2e1e6e497c59578196b59a408c1d7b36f85814f4a900215f2280998af60dc2b7002c9af8e53ca56d14876eb371e326aedcc98bd6bb81c6ec5ff From 0a793a9983adf4290306588066b34eaed1d6661c Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 2 Feb 2019 05:18:53 +0000 Subject: [PATCH 0134/2185] podman-2:1.0.1-16.dev.gite6426af - autobuilt e6426af Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 958ec38..06123e9 100644 --- a/.gitignore +++ b/.gitignore @@ -170,3 +170,4 @@ /libpod-ad5579e.tar.gz /libpod-805c6d9.tar.gz /libpod-e97dc8e.tar.gz +/libpod-e6426af.tar.gz diff --git a/podman.spec b/podman.spec index 1a1bd47..2db4f88 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e97dc8e0614de36d40415635845087e2fcc036cf +%global commit0 e6426af30bdd649c54537728c8a9bb1cd5a1ff14 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 15.dev.git%{shortcommit0}%{?dist} +Release: 16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sat Feb 02 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-16.dev.gite6426af +- autobuilt e6426af + * Fri Feb 01 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-15.dev.gite97dc8e - autobuilt e97dc8e diff --git a/sources b/sources index b5be9d3..0ddb6f6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-e97dc8e.tar.gz) = b445214f1259b2e1e6e497c59578196b59a408c1d7b36f85814f4a900215f2280998af60dc2b7002c9af8e53ca56d14876eb371e326aedcc98bd6bb81c6ec5ff +SHA512 (libpod-e6426af.tar.gz) = 424bb032f0847c8460620906972f243ee34538b3386296433636dc244ca4c5347250ee66986de6d66385cd290c7894f7523a0f2e0e054387415cc3fb7804f1d4 From 6ff6c51005477eaff6e3481f11168bea8339c585 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 3 Feb 2019 05:06:21 +0000 Subject: [PATCH 0135/2185] podman-2:1.0.1-17.dev.gitd5593b8 - autobuilt d5593b8 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 06123e9..087cd19 100644 --- a/.gitignore +++ b/.gitignore @@ -171,3 +171,4 @@ /libpod-805c6d9.tar.gz /libpod-e97dc8e.tar.gz /libpod-e6426af.tar.gz +/libpod-d5593b8.tar.gz diff --git a/podman.spec b/podman.spec index 2db4f88..527e124 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e6426af30bdd649c54537728c8a9bb1cd5a1ff14 +%global commit0 d5593b8e718a1ca86380faa072c654f791b18bbc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 16.dev.git%{shortcommit0}%{?dist} +Release: 17.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sun Feb 03 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-17.dev.gitd5593b8 +- autobuilt d5593b8 + * Sat Feb 02 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-16.dev.gite6426af - autobuilt e6426af diff --git a/sources b/sources index 0ddb6f6..b7850bd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-e6426af.tar.gz) = 424bb032f0847c8460620906972f243ee34538b3386296433636dc244ca4c5347250ee66986de6d66385cd290c7894f7523a0f2e0e054387415cc3fb7804f1d4 +SHA512 (libpod-d5593b8.tar.gz) = 1a94cfac3fb525685494ac7166a48e2dc1567af218e6485dced09f2fb19e99ed451bd22ebcd3be3334aeb35fb91b9c09c7b0a73daace31c1dce86c6336049bf7 From 08576bc56ba8bada5430761d5dd2f36f69491020 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 5 Feb 2019 05:21:07 +0000 Subject: [PATCH 0136/2185] podman-2:1.0.1-18.dev.git778f986 - autobuilt 778f986 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 087cd19..a7c06bc 100644 --- a/.gitignore +++ b/.gitignore @@ -172,3 +172,4 @@ /libpod-e97dc8e.tar.gz /libpod-e6426af.tar.gz /libpod-d5593b8.tar.gz +/libpod-778f986.tar.gz diff --git a/podman.spec b/podman.spec index 527e124..4aeef3a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d5593b8e718a1ca86380faa072c654f791b18bbc +%global commit0 778f9867fdf0e5c777f6391f847b04758cab5d45 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 17.dev.git%{shortcommit0}%{?dist} +Release: 18.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Feb 05 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-18.dev.git778f986 +- autobuilt 778f986 + * Sun Feb 03 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-17.dev.gitd5593b8 - autobuilt d5593b8 diff --git a/sources b/sources index b7850bd..aee6057 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-d5593b8.tar.gz) = 1a94cfac3fb525685494ac7166a48e2dc1567af218e6485dced09f2fb19e99ed451bd22ebcd3be3334aeb35fb91b9c09c7b0a73daace31c1dce86c6336049bf7 +SHA512 (libpod-778f986.tar.gz) = a285f8c16e20f701a2c9ad9983860f01e6143c02d60ad50215b30fb8c4de6a1757fac81c8d3022c48d3d200960c3742b2b6fb83620bcd4307afac9ebd38fcc7d From 0753bfb27c27600343dd95f8b6fb95495579251b Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 6 Feb 2019 05:12:12 +0000 Subject: [PATCH 0137/2185] podman-2:1.0.1-19.dev.git650e242 - autobuilt 650e242 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a7c06bc..2357961 100644 --- a/.gitignore +++ b/.gitignore @@ -173,3 +173,4 @@ /libpod-e6426af.tar.gz /libpod-d5593b8.tar.gz /libpod-778f986.tar.gz +/libpod-650e242.tar.gz diff --git a/podman.spec b/podman.spec index 4aeef3a..6a76c5a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 778f9867fdf0e5c777f6391f847b04758cab5d45 +%global commit0 650e242aa90fcb3f161da6e97921c606d3083215 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 18.dev.git%{shortcommit0}%{?dist} +Release: 19.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Wed Feb 06 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-19.dev.git650e242 +- autobuilt 650e242 + * Tue Feb 05 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-18.dev.git778f986 - autobuilt 778f986 diff --git a/sources b/sources index aee6057..4d2894b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-778f986.tar.gz) = a285f8c16e20f701a2c9ad9983860f01e6143c02d60ad50215b30fb8c4de6a1757fac81c8d3022c48d3d200960c3742b2b6fb83620bcd4307afac9ebd38fcc7d +SHA512 (libpod-650e242.tar.gz) = 14981c78c8027ab2a0c2da6bc9224302bbf9740cf642733ce63a89d421553c5a5f2f5bb447efda08a0f81ba3bcd836d894968ba8d8600a489af52b61cbf6b61f From f8a9e4aec9777a755c3d5dc815914b99a9f32705 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 7 Feb 2019 05:09:03 +0000 Subject: [PATCH 0138/2185] podman-2:1.0.1-20.dev.gitf250745 - autobuilt f250745 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2357961..2f448c9 100644 --- a/.gitignore +++ b/.gitignore @@ -174,3 +174,4 @@ /libpod-d5593b8.tar.gz /libpod-778f986.tar.gz /libpod-650e242.tar.gz +/libpod-f250745.tar.gz diff --git a/podman.spec b/podman.spec index 6a76c5a..f070914 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 650e242aa90fcb3f161da6e97921c606d3083215 +%global commit0 f250745fe07fd5e9487b651b4071464c83196738 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 19.dev.git%{shortcommit0}%{?dist} +Release: 20.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu Feb 07 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-20.dev.gitf250745 +- autobuilt f250745 + * Wed Feb 06 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-19.dev.git650e242 - autobuilt 650e242 diff --git a/sources b/sources index 4d2894b..946c1b5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-650e242.tar.gz) = 14981c78c8027ab2a0c2da6bc9224302bbf9740cf642733ce63a89d421553c5a5f2f5bb447efda08a0f81ba3bcd836d894968ba8d8600a489af52b61cbf6b61f +SHA512 (libpod-f250745.tar.gz) = 14e8321c95f5455c50109fe24a624a73c1a30c971bfa78fd48f4bc63c8f0105ba334a35be219f9be65e4c861f792f4846e6b4c62c4d5b3592f750dcd87f000f5 From e2969b820f972307754f808f1ea7aed5de32359f Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 8 Feb 2019 05:21:19 +0000 Subject: [PATCH 0139/2185] podman-2:1.0.1-21.dev.git962850c - autobuilt 962850c Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2f448c9..b90b7eb 100644 --- a/.gitignore +++ b/.gitignore @@ -175,3 +175,4 @@ /libpod-778f986.tar.gz /libpod-650e242.tar.gz /libpod-f250745.tar.gz +/libpod-962850c.tar.gz diff --git a/podman.spec b/podman.spec index f070914..dcce7f4 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f250745fe07fd5e9487b651b4071464c83196738 +%global commit0 962850c6e0dfcee926af31fc0ad24f1f6c26f8ac %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 20.dev.git%{shortcommit0}%{?dist} +Release: 21.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Fri Feb 08 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-21.dev.git962850c +- autobuilt 962850c + * Thu Feb 07 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-20.dev.gitf250745 - autobuilt f250745 diff --git a/sources b/sources index 946c1b5..4e3db54 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-f250745.tar.gz) = 14e8321c95f5455c50109fe24a624a73c1a30c971bfa78fd48f4bc63c8f0105ba334a35be219f9be65e4c861f792f4846e6b4c62c4d5b3592f750dcd87f000f5 +SHA512 (libpod-962850c.tar.gz) = 49b27ce370c10250e5373a5cffc5aaa489eca54262acf79e74df352625494d763ce1f974b09db0d37e3be4c7d445a03a3e0238646b64f4db3845c8f3e7dad691 From 4b35d952b3a62ee2a352e92e48598afa6933a7ff Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 9 Feb 2019 05:09:29 +0000 Subject: [PATCH 0140/2185] podman-2:1.0.1-22.dev.gitafd4d5f - autobuilt afd4d5f Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b90b7eb..6ce0ad9 100644 --- a/.gitignore +++ b/.gitignore @@ -176,3 +176,4 @@ /libpod-650e242.tar.gz /libpod-f250745.tar.gz /libpod-962850c.tar.gz +/libpod-afd4d5f.tar.gz diff --git a/podman.spec b/podman.spec index dcce7f4..f069f3b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 962850c6e0dfcee926af31fc0ad24f1f6c26f8ac +%global commit0 afd4d5f4a4b05f421e6f336b4d74a0d808be57ed %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 21.dev.git%{shortcommit0}%{?dist} +Release: 22.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sat Feb 09 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-22.dev.gitafd4d5f +- autobuilt afd4d5f + * Fri Feb 08 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-21.dev.git962850c - autobuilt 962850c diff --git a/sources b/sources index 4e3db54..ba51a97 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-962850c.tar.gz) = 49b27ce370c10250e5373a5cffc5aaa489eca54262acf79e74df352625494d763ce1f974b09db0d37e3be4c7d445a03a3e0238646b64f4db3845c8f3e7dad691 +SHA512 (libpod-afd4d5f.tar.gz) = 2d4e7a7367aa8e554e7666407b73d236b167b851968a254ab2be2daec5063a477845fe6930a0baff52eb3085b02200b4025774be4601a581f8de701cc45559ef From 761bbe85d62b7cc926211c518c2ad1bddd3fd175 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 10 Feb 2019 05:22:21 +0000 Subject: [PATCH 0141/2185] podman-2:1.0.1-23.dev.gitc86e8f1 - autobuilt c86e8f1 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6ce0ad9..9ef7983 100644 --- a/.gitignore +++ b/.gitignore @@ -177,3 +177,4 @@ /libpod-f250745.tar.gz /libpod-962850c.tar.gz /libpod-afd4d5f.tar.gz +/libpod-c86e8f1.tar.gz diff --git a/podman.spec b/podman.spec index f069f3b..7391b77 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 afd4d5f4a4b05f421e6f336b4d74a0d808be57ed +%global commit0 c86e8f180c8b0cdbd1bafe327c4671370096c45f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 22.dev.git%{shortcommit0}%{?dist} +Release: 23.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sun Feb 10 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-23.dev.gitc86e8f1 +- autobuilt c86e8f1 + * Sat Feb 09 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-22.dev.gitafd4d5f - autobuilt afd4d5f diff --git a/sources b/sources index ba51a97..67c8e04 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-afd4d5f.tar.gz) = 2d4e7a7367aa8e554e7666407b73d236b167b851968a254ab2be2daec5063a477845fe6930a0baff52eb3085b02200b4025774be4601a581f8de701cc45559ef +SHA512 (libpod-c86e8f1.tar.gz) = 27143ff966bbad5072db31890243e66edc12359b8d0bce82099e47e14eb68d9d16a30783cbae7b2ec83be00632f26c661191455f93fe2ab10d5b54c7a3927e69 From 42a79e7c516356e1049f472b8e0a1c77356fe1ee Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 12 Feb 2019 05:16:08 +0000 Subject: [PATCH 0142/2185] podman-2:1.0.1-24.dev.git8923703 - autobuilt 8923703 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9ef7983..6b50db7 100644 --- a/.gitignore +++ b/.gitignore @@ -178,3 +178,4 @@ /libpod-962850c.tar.gz /libpod-afd4d5f.tar.gz /libpod-c86e8f1.tar.gz +/libpod-8923703.tar.gz diff --git a/podman.spec b/podman.spec index 7391b77..3e788d4 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c86e8f180c8b0cdbd1bafe327c4671370096c45f +%global commit0 89237033fd38d91308ff7e5b9511aff41f44e0e8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 23.dev.git%{shortcommit0}%{?dist} +Release: 24.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Feb 12 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-24.dev.git8923703 +- autobuilt 8923703 + * Sun Feb 10 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-23.dev.gitc86e8f1 - autobuilt c86e8f1 diff --git a/sources b/sources index 67c8e04..154db68 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-c86e8f1.tar.gz) = 27143ff966bbad5072db31890243e66edc12359b8d0bce82099e47e14eb68d9d16a30783cbae7b2ec83be00632f26c661191455f93fe2ab10d5b54c7a3927e69 +SHA512 (libpod-8923703.tar.gz) = 932fccf9011aaf0ce35a94d5e643a9d12ebea22dd94efa83167859071bd52cdc7f8af90dfa7f42441a232082affb8ac4a22fae89095c8be18cd3e39a35b8ca0c From 3ed3f1473191a83a29044b1a2a777c789ddeb473 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 13 Feb 2019 05:10:12 +0000 Subject: [PATCH 0143/2185] podman-2:1.0.1-25.dev.gitee27c39 - autobuilt ee27c39 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6b50db7..33849dd 100644 --- a/.gitignore +++ b/.gitignore @@ -179,3 +179,4 @@ /libpod-afd4d5f.tar.gz /libpod-c86e8f1.tar.gz /libpod-8923703.tar.gz +/libpod-ee27c39.tar.gz diff --git a/podman.spec b/podman.spec index 3e788d4..2aa5821 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 89237033fd38d91308ff7e5b9511aff41f44e0e8 +%global commit0 ee27c39f85507993c0a3dfe3c4dfab4c7b7e5e00 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 24.dev.git%{shortcommit0}%{?dist} +Release: 25.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Wed Feb 13 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-25.dev.gitee27c39 +- autobuilt ee27c39 + * Tue Feb 12 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-24.dev.git8923703 - autobuilt 8923703 diff --git a/sources b/sources index 154db68..9ea7761 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-8923703.tar.gz) = 932fccf9011aaf0ce35a94d5e643a9d12ebea22dd94efa83167859071bd52cdc7f8af90dfa7f42441a232082affb8ac4a22fae89095c8be18cd3e39a35b8ca0c +SHA512 (libpod-ee27c39.tar.gz) = 633a5c673edb99b60d43cf0e17424bbf0ff0d70b182fc9e3b6563578b3bafdac8a064404c507ecc0015070f7393b036b0151c3d1574060fed46af9af3a8f9e8a From 13e986a43b716dacded94e52f552be9b7e134235 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 14 Feb 2019 05:21:09 +0000 Subject: [PATCH 0144/2185] podman-2:1.0.1-26.dev.gitdfc64e1 - autobuilt dfc64e1 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 33849dd..1105aca 100644 --- a/.gitignore +++ b/.gitignore @@ -180,3 +180,4 @@ /libpod-c86e8f1.tar.gz /libpod-8923703.tar.gz /libpod-ee27c39.tar.gz +/libpod-dfc64e1.tar.gz diff --git a/podman.spec b/podman.spec index 2aa5821..db91758 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ee27c39f85507993c0a3dfe3c4dfab4c7b7e5e00 +%global commit0 dfc64e15d7f8b1715798fd68bd3ff74ae192b354 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 25.dev.git%{shortcommit0}%{?dist} +Release: 26.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu Feb 14 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-26.dev.gitdfc64e1 +- autobuilt dfc64e1 + * Wed Feb 13 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-25.dev.gitee27c39 - autobuilt ee27c39 diff --git a/sources b/sources index 9ea7761..eb5672f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-ee27c39.tar.gz) = 633a5c673edb99b60d43cf0e17424bbf0ff0d70b182fc9e3b6563578b3bafdac8a064404c507ecc0015070f7393b036b0151c3d1574060fed46af9af3a8f9e8a +SHA512 (libpod-dfc64e1.tar.gz) = 0a028977216b0228017a0fb7b7d6b10ffdb7316879f35e10daf7fbc2dddf076ef9c580c51dae55917a736046dd0ad2e98f76be52d2fecbf99f7e2190ed14e579 From c9cf6b22f2666aa35b37e758c7a446d6a71036aa Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 15 Feb 2019 05:22:16 +0000 Subject: [PATCH 0145/2185] podman-2:1.0.1-27.dev.git81ace5c - autobuilt 81ace5c Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1105aca..b854f7e 100644 --- a/.gitignore +++ b/.gitignore @@ -181,3 +181,4 @@ /libpod-8923703.tar.gz /libpod-ee27c39.tar.gz /libpod-dfc64e1.tar.gz +/libpod-81ace5c.tar.gz diff --git a/podman.spec b/podman.spec index db91758..a497365 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 dfc64e15d7f8b1715798fd68bd3ff74ae192b354 +%global commit0 81ace5caaca844eda4be48245590ea54bdd0cba3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 26.dev.git%{shortcommit0}%{?dist} +Release: 27.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Fri Feb 15 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-27.dev.git81ace5c +- autobuilt 81ace5c + * Thu Feb 14 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-26.dev.gitdfc64e1 - autobuilt dfc64e1 diff --git a/sources b/sources index eb5672f..f268b60 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-dfc64e1.tar.gz) = 0a028977216b0228017a0fb7b7d6b10ffdb7316879f35e10daf7fbc2dddf076ef9c580c51dae55917a736046dd0ad2e98f76be52d2fecbf99f7e2190ed14e579 +SHA512 (libpod-81ace5c.tar.gz) = d49c6dc9261a386e42a8b793518b2845fa4376526df73e733ed8353dce3ef090891bd86ded62f1cc9f8ec4e998075eb5144869ecdbd9ff24c9a5abe035d12c6c From 5bebaeec3a4f3b70446d4f72f050880fce0b3fa7 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 16 Feb 2019 05:24:00 +0000 Subject: [PATCH 0146/2185] podman-2:1.0.1-28.dev.git0a521e1 - autobuilt 0a521e1 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b854f7e..f247b6d 100644 --- a/.gitignore +++ b/.gitignore @@ -182,3 +182,4 @@ /libpod-ee27c39.tar.gz /libpod-dfc64e1.tar.gz /libpod-81ace5c.tar.gz +/libpod-0a521e1.tar.gz diff --git a/podman.spec b/podman.spec index a497365..cc0d9ce 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 81ace5caaca844eda4be48245590ea54bdd0cba3 +%global commit0 0a521e139faa0c7f1d9b6c9e647c350c1b7c4e04 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 27.dev.git%{shortcommit0}%{?dist} +Release: 28.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sat Feb 16 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-28.dev.git0a521e1 +- autobuilt 0a521e1 + * Fri Feb 15 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-27.dev.git81ace5c - autobuilt 81ace5c diff --git a/sources b/sources index f268b60..0371f09 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-81ace5c.tar.gz) = d49c6dc9261a386e42a8b793518b2845fa4376526df73e733ed8353dce3ef090891bd86ded62f1cc9f8ec4e998075eb5144869ecdbd9ff24c9a5abe035d12c6c +SHA512 (libpod-0a521e1.tar.gz) = 867cec8c39ee31fed100f4ad65e445d0ae247915a34b00b8d9b1908ba5f143e21c9e757a671b3df5a6063e774f3d97086afe0386d99ee691be288fe24b1339a7 From d2cb544fae071d262979037bc56c2d3033c29fcb Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 17 Feb 2019 05:12:39 +0000 Subject: [PATCH 0147/2185] podman-2:1.0.1-29.dev.git1cb16bd - autobuilt 1cb16bd Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f247b6d..a253348 100644 --- a/.gitignore +++ b/.gitignore @@ -183,3 +183,4 @@ /libpod-dfc64e1.tar.gz /libpod-81ace5c.tar.gz /libpod-0a521e1.tar.gz +/libpod-1cb16bd.tar.gz diff --git a/podman.spec b/podman.spec index cc0d9ce..957bac9 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0a521e139faa0c7f1d9b6c9e647c350c1b7c4e04 +%global commit0 1cb16bd24bc86450d99b4cb25601b0b040c49b86 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 28.dev.git%{shortcommit0}%{?dist} +Release: 29.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sun Feb 17 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-29.dev.git1cb16bd +- autobuilt 1cb16bd + * Sat Feb 16 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-28.dev.git0a521e1 - autobuilt 0a521e1 diff --git a/sources b/sources index 0371f09..7948876 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-0a521e1.tar.gz) = 867cec8c39ee31fed100f4ad65e445d0ae247915a34b00b8d9b1908ba5f143e21c9e757a671b3df5a6063e774f3d97086afe0386d99ee691be288fe24b1339a7 +SHA512 (libpod-1cb16bd.tar.gz) = 28e3e6e0f13d504922e45edb9b45ba5f9eac6d7ef9ca3578e8f2cc8cc39d1af1e5e109b26db1ca272eaa589d6f695c74a0f1337ee750baa272939b58ea802f31 From f7a99a8ce0c1e8a789e2a115f552935af8866655 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 18 Feb 2019 05:26:00 +0000 Subject: [PATCH 0148/2185] podman-2:1.0.1-30.dev.git3f32eae - autobuilt 3f32eae Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a253348..c78a0a2 100644 --- a/.gitignore +++ b/.gitignore @@ -184,3 +184,4 @@ /libpod-81ace5c.tar.gz /libpod-0a521e1.tar.gz /libpod-1cb16bd.tar.gz +/libpod-3f32eae.tar.gz diff --git a/podman.spec b/podman.spec index 957bac9..61b79c5 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1cb16bd24bc86450d99b4cb25601b0b040c49b86 +%global commit0 3f32eae56fed23e93c45d7da53da33702e954a26 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 29.dev.git%{shortcommit0}%{?dist} +Release: 30.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Mon Feb 18 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-30.dev.git3f32eae +- autobuilt 3f32eae + * Sun Feb 17 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-29.dev.git1cb16bd - autobuilt 1cb16bd diff --git a/sources b/sources index 7948876..9af3fbb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-1cb16bd.tar.gz) = 28e3e6e0f13d504922e45edb9b45ba5f9eac6d7ef9ca3578e8f2cc8cc39d1af1e5e109b26db1ca272eaa589d6f695c74a0f1337ee750baa272939b58ea802f31 +SHA512 (libpod-3f32eae.tar.gz) = 94a2024af2490393212afa2f7730d31cfe9636461004f3e8d2ca4f5dcdf0df185706123dab285d02b19c2c9ecf99eca73975c7f3a6937e5ca0792f3cfc100caa From bb38097a60711425679036442530c489dfd7b60b Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 19 Feb 2019 05:14:38 +0000 Subject: [PATCH 0149/2185] podman-2:1.0.1-31.dev.git228d1cb - autobuilt 228d1cb Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c78a0a2..63605b1 100644 --- a/.gitignore +++ b/.gitignore @@ -185,3 +185,4 @@ /libpod-0a521e1.tar.gz /libpod-1cb16bd.tar.gz /libpod-3f32eae.tar.gz +/libpod-228d1cb.tar.gz diff --git a/podman.spec b/podman.spec index 61b79c5..b1bd42d 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3f32eae56fed23e93c45d7da53da33702e954a26 +%global commit0 228d1cbcd372b086669e35c1237fc5064b24ea7d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 30.dev.git%{shortcommit0}%{?dist} +Release: 31.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Feb 19 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-31.dev.git228d1cb +- autobuilt 228d1cb + * Mon Feb 18 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-30.dev.git3f32eae - autobuilt 3f32eae diff --git a/sources b/sources index 9af3fbb..96494a3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-3f32eae.tar.gz) = 94a2024af2490393212afa2f7730d31cfe9636461004f3e8d2ca4f5dcdf0df185706123dab285d02b19c2c9ecf99eca73975c7f3a6937e5ca0792f3cfc100caa +SHA512 (libpod-228d1cb.tar.gz) = f865d6c86e0fb373b277a05fe74b90b2c82ed6768fca731c63d44fdbb04049798b8989009481bcabe64c9a2e8416f57009ee1e98195dfccddecc7e123d8f3329 From fc1c22bad5dcbd659749e59f269d8c6dc1d57787 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 20 Feb 2019 05:30:13 +0000 Subject: [PATCH 0150/2185] podman-2:1.0.1-32.dev.git3b88c73 - autobuilt 3b88c73 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 63605b1..1186b73 100644 --- a/.gitignore +++ b/.gitignore @@ -186,3 +186,4 @@ /libpod-1cb16bd.tar.gz /libpod-3f32eae.tar.gz /libpod-228d1cb.tar.gz +/libpod-3b88c73.tar.gz diff --git a/podman.spec b/podman.spec index b1bd42d..d33f6a7 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 228d1cbcd372b086669e35c1237fc5064b24ea7d +%global commit0 3b88c7350726f5a019f989a1ab7e5046917f2f79 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 31.dev.git%{shortcommit0}%{?dist} +Release: 32.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Wed Feb 20 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-32.dev.git3b88c73 +- autobuilt 3b88c73 + * Tue Feb 19 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-31.dev.git228d1cb - autobuilt 228d1cb diff --git a/sources b/sources index 96494a3..56a8f3d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-228d1cb.tar.gz) = f865d6c86e0fb373b277a05fe74b90b2c82ed6768fca731c63d44fdbb04049798b8989009481bcabe64c9a2e8416f57009ee1e98195dfccddecc7e123d8f3329 +SHA512 (libpod-3b88c73.tar.gz) = 9ab2cf5112a7a54cf8cfeb6a100453431b869d93d0a81f378c84fce10b5ce6aba843fc89743c7275bcf42efaec6a518a52966b8506c3dca018f77c9030b6ea89 From 6e57ca10cefd551f4fb2a71051b6798a9f3e58ad Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 21 Feb 2019 05:22:28 +0000 Subject: [PATCH 0151/2185] podman-2:1.0.1-33.dev.git4934bf2 - autobuilt 4934bf2 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1186b73..082ed2f 100644 --- a/.gitignore +++ b/.gitignore @@ -187,3 +187,4 @@ /libpod-3f32eae.tar.gz /libpod-228d1cb.tar.gz /libpod-3b88c73.tar.gz +/libpod-4934bf2.tar.gz diff --git a/podman.spec b/podman.spec index d33f6a7..87971b4 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3b88c7350726f5a019f989a1ab7e5046917f2f79 +%global commit0 4934bf23272f185fa9f08d0ba890c5a0eb4ed14d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 32.dev.git%{shortcommit0}%{?dist} +Release: 33.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu Feb 21 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-33.dev.git4934bf2 +- autobuilt 4934bf2 + * Wed Feb 20 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-32.dev.git3b88c73 - autobuilt 3b88c73 diff --git a/sources b/sources index 56a8f3d..9719659 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-3b88c73.tar.gz) = 9ab2cf5112a7a54cf8cfeb6a100453431b869d93d0a81f378c84fce10b5ce6aba843fc89743c7275bcf42efaec6a518a52966b8506c3dca018f77c9030b6ea89 +SHA512 (libpod-4934bf2.tar.gz) = ba73148b05144aa26cfa50c0e13ca90132c6ea0d042b9636dba4bf30063242a273915c3ee0fb494c6d7b4310ccd28f1c227498a8a018613a950d6a9c4e7e7fcc From 49a768928545f85f23148e5916553358be8a53fd Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 22 Feb 2019 05:28:12 +0000 Subject: [PATCH 0152/2185] podman-2:1.0.1-34.dev.git1788add - autobuilt 1788add Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 082ed2f..344d21d 100644 --- a/.gitignore +++ b/.gitignore @@ -188,3 +188,4 @@ /libpod-228d1cb.tar.gz /libpod-3b88c73.tar.gz /libpod-4934bf2.tar.gz +/libpod-1788add.tar.gz diff --git a/podman.spec b/podman.spec index 87971b4..2d88849 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 4934bf23272f185fa9f08d0ba890c5a0eb4ed14d +%global commit0 1788addd047310ee8b8c7a62d8949953b93cfca7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 33.dev.git%{shortcommit0}%{?dist} +Release: 34.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Fri Feb 22 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-34.dev.git1788add +- autobuilt 1788add + * Thu Feb 21 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-33.dev.git4934bf2 - autobuilt 4934bf2 diff --git a/sources b/sources index 9719659..6388da1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-4934bf2.tar.gz) = ba73148b05144aa26cfa50c0e13ca90132c6ea0d042b9636dba4bf30063242a273915c3ee0fb494c6d7b4310ccd28f1c227498a8a018613a950d6a9c4e7e7fcc +SHA512 (libpod-1788add.tar.gz) = 699d88eaf8c69c3625f1022be7712b358d1744d5b27fe85a988c3084c4eb3b18751e52bb0e34e560b97dc7daf86e6f4f214edb4064a3d4635ac59496516a9404 From 6f8aa24ec4261d156b1e279bb7fd395a0ce4115c Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 23 Feb 2019 05:24:25 +0000 Subject: [PATCH 0153/2185] podman-2:1.0.1-35.dev.gitb223d4e - autobuilt b223d4e Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 344d21d..a9628c8 100644 --- a/.gitignore +++ b/.gitignore @@ -189,3 +189,4 @@ /libpod-3b88c73.tar.gz /libpod-4934bf2.tar.gz /libpod-1788add.tar.gz +/libpod-b223d4e.tar.gz diff --git a/podman.spec b/podman.spec index 2d88849..084c167 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1788addd047310ee8b8c7a62d8949953b93cfca7 +%global commit0 b223d4e1367463a32eeeb31a4b9d8a351641d83c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 34.dev.git%{shortcommit0}%{?dist} +Release: 35.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sat Feb 23 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-35.dev.gitb223d4e +- autobuilt b223d4e + * Fri Feb 22 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-34.dev.git1788add - autobuilt 1788add diff --git a/sources b/sources index 6388da1..b81e57c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-1788add.tar.gz) = 699d88eaf8c69c3625f1022be7712b358d1744d5b27fe85a988c3084c4eb3b18751e52bb0e34e560b97dc7daf86e6f4f214edb4064a3d4635ac59496516a9404 +SHA512 (libpod-b223d4e.tar.gz) = b6d6b1697f0fcad37e68ea1af5fefdfc82b331e27ad8113eac506d0613cb1e0fd1df82c36dcdeaeec489a69c01eab0bdd7b985dbedf4d93624be51d9f4165fc3 From d203aa129880ab75b062f6767100cefd6261ae37 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 24 Feb 2019 05:16:54 +0000 Subject: [PATCH 0154/2185] podman-2:1.0.1-36.dev.gitcc4addd - autobuilt cc4addd Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a9628c8..6665cb3 100644 --- a/.gitignore +++ b/.gitignore @@ -190,3 +190,4 @@ /libpod-4934bf2.tar.gz /libpod-1788add.tar.gz /libpod-b223d4e.tar.gz +/libpod-cc4addd.tar.gz diff --git a/podman.spec b/podman.spec index 084c167..ffa6641 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b223d4e1367463a32eeeb31a4b9d8a351641d83c +%global commit0 cc4adddeb77ef38ecd36be04e95685b2e7b8b86c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 35.dev.git%{shortcommit0}%{?dist} +Release: 36.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Sun Feb 24 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-36.dev.gitcc4addd +- autobuilt cc4addd + * Sat Feb 23 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-35.dev.gitb223d4e - autobuilt b223d4e diff --git a/sources b/sources index b81e57c..fd65615 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-b223d4e.tar.gz) = b6d6b1697f0fcad37e68ea1af5fefdfc82b331e27ad8113eac506d0613cb1e0fd1df82c36dcdeaeec489a69c01eab0bdd7b985dbedf4d93624be51d9f4165fc3 +SHA512 (libpod-cc4addd.tar.gz) = 92a3502ece59733bab32f2c276b8e68be1edf39f24beb2810661a920f91de363114b54f1765560fe41e381f842e5bcb31c9533c27be66764c751673669d99dac From 639ee90c931e0f40b5e71627f17469d4169f4085 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 25 Feb 2019 05:17:34 +0000 Subject: [PATCH 0155/2185] podman-2:1.0.1-37.dev.git553ac80 - autobuilt 553ac80 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6665cb3..6680cdf 100644 --- a/.gitignore +++ b/.gitignore @@ -191,3 +191,4 @@ /libpod-1788add.tar.gz /libpod-b223d4e.tar.gz /libpod-cc4addd.tar.gz +/libpod-553ac80.tar.gz diff --git a/podman.spec b/podman.spec index ffa6641..3b0ffbd 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 cc4adddeb77ef38ecd36be04e95685b2e7b8b86c +%global commit0 553ac800c87b31de0bb22ae0c6f2e2e24bdcfe73 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 36.dev.git%{shortcommit0}%{?dist} +Release: 37.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Mon Feb 25 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-37.dev.git553ac80 +- autobuilt 553ac80 + * Sun Feb 24 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-36.dev.gitcc4addd - autobuilt cc4addd diff --git a/sources b/sources index fd65615..cb96347 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-cc4addd.tar.gz) = 92a3502ece59733bab32f2c276b8e68be1edf39f24beb2810661a920f91de363114b54f1765560fe41e381f842e5bcb31c9533c27be66764c751673669d99dac +SHA512 (libpod-553ac80.tar.gz) = be67fe376b4df6991d890f3adad19ff1178ad98e9a6876609cea12ed945e0a6ae6f033fd38116be66706b5986c4ec95538756f56dd2bb495c70daf587654d9be From e07f941754bda826ed4cc1793f348daf872bf1e6 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 26 Feb 2019 05:37:09 +0000 Subject: [PATCH 0156/2185] podman-2:1.0.1-38.dev.gitcf52144 - autobuilt cf52144 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6680cdf..3526faa 100644 --- a/.gitignore +++ b/.gitignore @@ -192,3 +192,4 @@ /libpod-b223d4e.tar.gz /libpod-cc4addd.tar.gz /libpod-553ac80.tar.gz +/libpod-cf52144.tar.gz diff --git a/podman.spec b/podman.spec index 3b0ffbd..b4f6eaa 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 553ac800c87b31de0bb22ae0c6f2e2e24bdcfe73 +%global commit0 cf521449e5d11813571c5e9b86668fbefdd5aa99 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.0.1 -Release: 37.dev.git%{shortcommit0}%{?dist} +Release: 38.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -513,6 +513,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Tue Feb 26 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-38.dev.gitcf52144 +- autobuilt cf52144 + * Mon Feb 25 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-37.dev.git553ac80 - autobuilt 553ac80 diff --git a/sources b/sources index cb96347..87a4fb1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-553ac80.tar.gz) = be67fe376b4df6991d890f3adad19ff1178ad98e9a6876609cea12ed945e0a6ae6f033fd38116be66706b5986c4ec95538756f56dd2bb495c70daf587654d9be +SHA512 (libpod-cf52144.tar.gz) = fdfa4513ba3711dec0fd96305b5f18409ed006b4b3eff4705e225669469d2b1a98cd018d8750bc223386ae6280905e9076ef6f1fc2e71f40ff3f2657e85b4620 From bb1327ff6d7bb823ce30360da48cf93e508ab97e Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 26 Feb 2019 17:44:04 -0500 Subject: [PATCH 0157/2185] Update for podman 1.1 Signed-off-by: Daniel J Walsh --- podman.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index b4f6eaa..a0d22c2 100644 --- a/podman.spec +++ b/podman.spec @@ -76,7 +76,7 @@ Requires: iptables Requires: nftables Requires: conmon Recommends: container-selinux -Recommends: slirp4netns +Recommends: slirp4netns >= 0.3-0 %if 0%{?fedora} > 28 Recommends: fuse-overlayfs %endif @@ -512,7 +512,12 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md %endif +%triggerpostun -- %{name} < 1.1 +podman system renumber +exit 0 + %changelog +* Tue Feb 26 2019 Dan Walsh - 2:1.0.1-39.dev.gitcf52144 * Tue Feb 26 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-38.dev.gitcf52144 - autobuilt cf52144 From c1925576a248bbf873852273c384c29e06b60910 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 27 Feb 2019 05:14:14 +0000 Subject: [PATCH 0158/2185] podman-2:1.2.0-2.dev.git623fcfa - bump to 1.2.0 - autobuilt 623fcfa Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3526faa..7b6fe87 100644 --- a/.gitignore +++ b/.gitignore @@ -193,3 +193,4 @@ /libpod-cc4addd.tar.gz /libpod-553ac80.tar.gz /libpod-cf52144.tar.gz +/libpod-623fcfa.tar.gz diff --git a/podman.spec b/podman.spec index a0d22c2..62d9564 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 cf521449e5d11813571c5e9b86668fbefdd5aa99 +%global commit0 623fcfab84479a760a085d0ebb101be58c374f2e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,8 +43,8 @@ Epoch: 2 %else Epoch: 1 %endif -Version: 1.0.1 -Release: 38.dev.git%{shortcommit0}%{?dist} +Version: 1.2.0 +Release: 2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -517,6 +517,10 @@ podman system renumber exit 0 %changelog +* Wed Feb 27 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-2.dev.git623fcfa +- bump to 1.2.0 +- autobuilt 623fcfa + * Tue Feb 26 2019 Dan Walsh - 2:1.0.1-39.dev.gitcf52144 * Tue Feb 26 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-38.dev.gitcf52144 - autobuilt cf52144 diff --git a/sources b/sources index 87a4fb1..ecf4d71 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-cf52144.tar.gz) = fdfa4513ba3711dec0fd96305b5f18409ed006b4b3eff4705e225669469d2b1a98cd018d8750bc223386ae6280905e9076ef6f1fc2e71f40ff3f2657e85b4620 +SHA512 (libpod-623fcfa.tar.gz) = 90526cadb2fc58991748e861e34c898ddef368849cdd1feb51531e1a41f2fdfd7409c9ad93dddef8262f2f86cda2abb44382e583f7b9f435866f3f9929f4f4f1 From b39fae6d8ef8ed1ba10a376a19a7b4a2282248bf Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 27 Feb 2019 07:41:00 -0500 Subject: [PATCH 0159/2185] Upstream 1.0.0 release --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7940a83..6ba99b6 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,4 @@ /libpod-66d3499.tar.gz /libpod-9551f6b.tar.gz /libpod-82e8011.tar.gz +/libpod-006206a.tar.gz diff --git a/podman.spec b/podman.spec index cc9ecb0..69840f6 100644 --- a/podman.spec +++ b/podman.spec @@ -21,7 +21,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 82e80110c3f2d8728745c47e340f3bee4d408846 +%global commit0 006206abe1bed76835049c819dbffb5308a63a38 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -37,7 +37,7 @@ Epoch: 1 %else Epoch: 0 %endif -Version: 1.0.0 +Version: 1.1.0 Release: 1.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 @@ -70,7 +70,7 @@ Requires: iptables Requires: nftables #Requires: conmon Recommends: container-selinux >= 2:2.71 -Recommends: slirp4netns +Recommends: slirp4netns >= 0.3-0 %if 0%{?fedora} > 28 Recommends: fuse-overlayfs %endif @@ -503,6 +503,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md %endif +%triggerpostun -- %{name} < 1.1 +podman system renumber +exit 0 + %changelog * Sat Jan 12 2019 dwalsh - 1:1.0.0-1.git82e8011 - Upstream 1.0.0 release diff --git a/sources b/sources index f4e64fe..063a7e1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-82e8011.tar.gz) = 24331b34eb204c198563c0de6cf1f19bbdba76d96cff108d158c50bd683f4d5df19b25d919d2ef6a85fd520e0bbc1e778befc96711aa61592724bb19658f1df9 +SHA512 (libpod-006206a.tar.gz) = 785dfa323b0b28bc926c4fd011a72a692a330c8e585c87cc9476e646e84e42074bd06e1cdf249eb66729fd440d824a85c1caecbb604b8585f4117ef96d324295 From ca450cb6414acaae3f9cf9a7c1a1f68d44fb793a Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 27 Feb 2019 07:42:49 -0500 Subject: [PATCH 0160/2185] Upstream 1.1.0 release --- podman.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/podman.spec b/podman.spec index 69840f6..2868c4e 100644 --- a/podman.spec +++ b/podman.spec @@ -508,6 +508,9 @@ podman system renumber exit 0 %changelog +* Wed Feb 27 2019 dwalsh - 1:1.1.0-1.git006206a +- Upstream 1.1.0 release + * Sat Jan 12 2019 dwalsh - 1:1.0.0-1.git82e8011 - Upstream 1.0.0 release From 62df1afbf6f98e8decdcc89a62b5d9c93d048b11 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 28 Feb 2019 05:29:36 +0000 Subject: [PATCH 0161/2185] podman-2:1.2.0-3.dev.git5afae0b - autobuilt 5afae0b Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7b6fe87..12aa65f 100644 --- a/.gitignore +++ b/.gitignore @@ -194,3 +194,4 @@ /libpod-553ac80.tar.gz /libpod-cf52144.tar.gz /libpod-623fcfa.tar.gz +/libpod-5afae0b.tar.gz diff --git a/podman.spec b/podman.spec index 62d9564..5b08f54 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 623fcfab84479a760a085d0ebb101be58c374f2e +%global commit0 5afae0b25bba4e2274747b32cf8b3bc929daf06e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 2.dev.git%{shortcommit0}%{?dist} +Release: 3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -517,6 +517,9 @@ podman system renumber exit 0 %changelog +* Thu Feb 28 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-3.dev.git5afae0b +- autobuilt 5afae0b + * Wed Feb 27 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-2.dev.git623fcfa - bump to 1.2.0 - autobuilt 623fcfa diff --git a/sources b/sources index ecf4d71..81bcc4c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-623fcfa.tar.gz) = 90526cadb2fc58991748e861e34c898ddef368849cdd1feb51531e1a41f2fdfd7409c9ad93dddef8262f2f86cda2abb44382e583f7b9f435866f3f9929f4f4f1 +SHA512 (libpod-5afae0b.tar.gz) = ad3efc8874f098c8c41928e1259c5ca27dc16c37604df200e92692f74649c48239d9682197a0040b9e46b964d54881989be5208e6ea8c57849dbefb4ce498f18 From 0748981d7f0166047f391b3f220cfcc8bd86c7ec Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 1 Mar 2019 05:30:08 +0000 Subject: [PATCH 0162/2185] podman-2:1.2.0-4.dev.git9137315 - autobuilt 9137315 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 12aa65f..cde338f 100644 --- a/.gitignore +++ b/.gitignore @@ -195,3 +195,4 @@ /libpod-cf52144.tar.gz /libpod-623fcfa.tar.gz /libpod-5afae0b.tar.gz +/libpod-9137315.tar.gz diff --git a/podman.spec b/podman.spec index 5b08f54..78a656d 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 5afae0b25bba4e2274747b32cf8b3bc929daf06e +%global commit0 91373151335a84c5b78dbe46362cb678807d7509 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 3.dev.git%{shortcommit0}%{?dist} +Release: 4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -517,6 +517,9 @@ podman system renumber exit 0 %changelog +* Fri Mar 01 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-4.dev.git9137315 +- autobuilt 9137315 + * Thu Feb 28 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-3.dev.git5afae0b - autobuilt 5afae0b diff --git a/sources b/sources index 81bcc4c..7a179a5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-5afae0b.tar.gz) = ad3efc8874f098c8c41928e1259c5ca27dc16c37604df200e92692f74649c48239d9682197a0040b9e46b964d54881989be5208e6ea8c57849dbefb4ce498f18 +SHA512 (libpod-9137315.tar.gz) = 688f149c61b67b50e46da094a85c9874b3398f844d29202e153e492957e5d7bd1c5eadfe0eb14f2b400a54e516239dc2e1aabfe32fa0d2671cc7613e5d1480c7 From 7efc068a2ca69b82e666b099ba32e68041d8143c Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 2 Mar 2019 05:25:31 +0000 Subject: [PATCH 0163/2185] podman-2:1.2.0-5.dev.git9adcda7 - autobuilt 9adcda7 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cde338f..830a381 100644 --- a/.gitignore +++ b/.gitignore @@ -196,3 +196,4 @@ /libpod-623fcfa.tar.gz /libpod-5afae0b.tar.gz /libpod-9137315.tar.gz +/libpod-9adcda7.tar.gz diff --git a/podman.spec b/podman.spec index 78a656d..889328c 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 91373151335a84c5b78dbe46362cb678807d7509 +%global commit0 9adcda73892fa0a33cbdf971ad97cf079e8e425f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 4.dev.git%{shortcommit0}%{?dist} +Release: 5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -517,6 +517,9 @@ podman system renumber exit 0 %changelog +* Sat Mar 02 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-5.dev.git9adcda7 +- autobuilt 9adcda7 + * Fri Mar 01 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-4.dev.git9137315 - autobuilt 9137315 diff --git a/sources b/sources index 7a179a5..ef445f7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-9137315.tar.gz) = 688f149c61b67b50e46da094a85c9874b3398f844d29202e153e492957e5d7bd1c5eadfe0eb14f2b400a54e516239dc2e1aabfe32fa0d2671cc7613e5d1480c7 +SHA512 (libpod-9adcda7.tar.gz) = d591076395102a5d773a55eb0160e80ea9f9051d4f56e81ba0de92af647814729a561f77a7b2afae5645f1ed5930a8000f66df1425bef331a8134795888bebd5 From 4f7ee9dbffc325293787741e16809b04338204ec Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 4 Mar 2019 05:21:49 +0000 Subject: [PATCH 0164/2185] podman-2:1.2.0-6.dev.gitf3a3d8e - autobuilt f3a3d8e Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 830a381..083cf6f 100644 --- a/.gitignore +++ b/.gitignore @@ -197,3 +197,4 @@ /libpod-5afae0b.tar.gz /libpod-9137315.tar.gz /libpod-9adcda7.tar.gz +/libpod-f3a3d8e.tar.gz diff --git a/podman.spec b/podman.spec index 889328c..61c8376 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9adcda73892fa0a33cbdf971ad97cf079e8e425f +%global commit0 f3a3d8e28e4b8ec06dd11ec156c10e243165f19d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 5.dev.git%{shortcommit0}%{?dist} +Release: 6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -517,6 +517,9 @@ podman system renumber exit 0 %changelog +* Mon Mar 04 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-6.dev.gitf3a3d8e +- autobuilt f3a3d8e + * Sat Mar 02 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-5.dev.git9adcda7 - autobuilt 9adcda7 diff --git a/sources b/sources index ef445f7..bb5b43e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-9adcda7.tar.gz) = d591076395102a5d773a55eb0160e80ea9f9051d4f56e81ba0de92af647814729a561f77a7b2afae5645f1ed5930a8000f66df1425bef331a8134795888bebd5 +SHA512 (libpod-f3a3d8e.tar.gz) = 8e7c261836bcc871523553e3cc7ca599e4f3f1f409cc5c904fc1f8f85b227064301be44fa6a21a92e973f6ef700ce70c127905c60f894bdaf3b822fac1eb2deb From db0250be9a2afafffea32abae84ab90f78ce934e Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 5 Mar 2019 05:35:20 +0000 Subject: [PATCH 0165/2185] podman-2:1.2.0-7.dev.git4b80517 - autobuilt 4b80517 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 083cf6f..2d09610 100644 --- a/.gitignore +++ b/.gitignore @@ -198,3 +198,4 @@ /libpod-9137315.tar.gz /libpod-9adcda7.tar.gz /libpod-f3a3d8e.tar.gz +/libpod-4b80517.tar.gz diff --git a/podman.spec b/podman.spec index 61c8376..e962353 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f3a3d8e28e4b8ec06dd11ec156c10e243165f19d +%global commit0 4b80517b6a638ff06f8ad432f0f0f5839283d058 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 6.dev.git%{shortcommit0}%{?dist} +Release: 7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -517,6 +517,9 @@ podman system renumber exit 0 %changelog +* Tue Mar 05 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-7.dev.git4b80517 +- autobuilt 4b80517 + * Mon Mar 04 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-6.dev.gitf3a3d8e - autobuilt f3a3d8e diff --git a/sources b/sources index bb5b43e..f37d8e6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-f3a3d8e.tar.gz) = 8e7c261836bcc871523553e3cc7ca599e4f3f1f409cc5c904fc1f8f85b227064301be44fa6a21a92e973f6ef700ce70c127905c60f894bdaf3b822fac1eb2deb +SHA512 (libpod-4b80517.tar.gz) = d5327a269dffb2a6cf8e0e95608572c79916d7fb79b24acef28de777229b2c1933fa7b20fb116d5585d5902e3368ce66c1151a30d5ce301dbfee7711e55d429c From e64b4bce9d264cac5ce45f0be9ae463736246e0b Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 5 Mar 2019 13:07:21 -0500 Subject: [PATCH 0166/2185] Upstream 1.1.2 release --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6ba99b6..6d93f15 100644 --- a/.gitignore +++ b/.gitignore @@ -112,3 +112,4 @@ /libpod-9551f6b.tar.gz /libpod-82e8011.tar.gz /libpod-006206a.tar.gz +/libpod-0ad9b6b.tar.gz diff --git a/podman.spec b/podman.spec index 2868c4e..d2e87ec 100644 --- a/podman.spec +++ b/podman.spec @@ -21,7 +21,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 006206abe1bed76835049c819dbffb5308a63a38 +%global commit0 0ad9b6bf2aea4ba37e8c9738feabec61343ba175 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -37,7 +37,7 @@ Epoch: 1 %else Epoch: 0 %endif -Version: 1.1.0 +Version: 1.1.2 Release: 1.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 @@ -508,6 +508,9 @@ podman system renumber exit 0 %changelog +* Tue Mar 5 2019 dwalsh - 1:1.1.2-1.git0ad9b6b +- Upstream 1.1.2 release + * Wed Feb 27 2019 dwalsh - 1:1.1.0-1.git006206a - Upstream 1.1.0 release diff --git a/sources b/sources index 063a7e1..088a689 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-006206a.tar.gz) = 785dfa323b0b28bc926c4fd011a72a692a330c8e585c87cc9476e646e84e42074bd06e1cdf249eb66729fd440d824a85c1caecbb604b8585f4117ef96d324295 +SHA512 (libpod-0ad9b6b.tar.gz) = 1654cae54eaaa0588ba981dc36a85b6ff58b33533b5b27a02ff295b2c4653414b456a3e7410d2d7576bc40de6bd65f6bba3aa9ade43a4ca2c6c2096a3c30b6dc From e90c091d3346f857cb2ae91191dc14c56325dbcd Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 6 Mar 2019 05:38:54 +0000 Subject: [PATCH 0167/2185] podman-2:1.2.0-8.dev.git40f7843 - autobuilt 40f7843 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2d09610..f0a7a99 100644 --- a/.gitignore +++ b/.gitignore @@ -199,3 +199,4 @@ /libpod-9adcda7.tar.gz /libpod-f3a3d8e.tar.gz /libpod-4b80517.tar.gz +/libpod-40f7843.tar.gz diff --git a/podman.spec b/podman.spec index e962353..cd09b05 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 4b80517b6a638ff06f8ad432f0f0f5839283d058 +%global commit0 40f78439459d0899de8643661b8e996a1e2460d6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 7.dev.git%{shortcommit0}%{?dist} +Release: 8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -517,6 +517,9 @@ podman system renumber exit 0 %changelog +* Wed Mar 06 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-8.dev.git40f7843 +- autobuilt 40f7843 + * Tue Mar 05 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-7.dev.git4b80517 - autobuilt 4b80517 diff --git a/sources b/sources index f37d8e6..ff977a8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-4b80517.tar.gz) = d5327a269dffb2a6cf8e0e95608572c79916d7fb79b24acef28de777229b2c1933fa7b20fb116d5585d5902e3368ce66c1151a30d5ce301dbfee7711e55d429c +SHA512 (libpod-40f7843.tar.gz) = e46b2ef3f9670b43ce0862a6f6de55b146eefd7233677694d3946c092a2bafdef3f54743203dd699283ea8105ef63d1ebb33587edf80edef53564a928b3c9d71 From fcfd0db61f2709fba3039949fd53c6a89b59af87 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 7 Mar 2019 05:41:44 +0000 Subject: [PATCH 0168/2185] podman-2:1.2.0-9.dev.git614409f - autobuilt 614409f Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f0a7a99..e34853e 100644 --- a/.gitignore +++ b/.gitignore @@ -200,3 +200,4 @@ /libpod-f3a3d8e.tar.gz /libpod-4b80517.tar.gz /libpod-40f7843.tar.gz +/libpod-614409f.tar.gz diff --git a/podman.spec b/podman.spec index cd09b05..f98b5ff 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 40f78439459d0899de8643661b8e996a1e2460d6 +%global commit0 614409f64464db8022e9dc3bb0b84816ad287781 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 8.dev.git%{shortcommit0}%{?dist} +Release: 9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -517,6 +517,9 @@ podman system renumber exit 0 %changelog +* Thu Mar 07 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-9.dev.git614409f +- autobuilt 614409f + * Wed Mar 06 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-8.dev.git40f7843 - autobuilt 40f7843 diff --git a/sources b/sources index ff977a8..e4193ad 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-40f7843.tar.gz) = e46b2ef3f9670b43ce0862a6f6de55b146eefd7233677694d3946c092a2bafdef3f54743203dd699283ea8105ef63d1ebb33587edf80edef53564a928b3c9d71 +SHA512 (libpod-614409f.tar.gz) = c42f91386195d8b237dc664356643b62c92a6ab3e40ce75e09e7bf3e1351aaf66e7d3b88164efc52a6c3691e1d0bfd7a86760883c89f8bb52833e440410a7b33 From d41e58ea473fad34b5bbdc485c6e2e760303d5e8 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 8 Mar 2019 05:23:22 +0000 Subject: [PATCH 0169/2185] podman-2:1.2.0-10.dev.git1b2f867 - autobuilt 1b2f867 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e34853e..b9f6709 100644 --- a/.gitignore +++ b/.gitignore @@ -201,3 +201,4 @@ /libpod-4b80517.tar.gz /libpod-40f7843.tar.gz /libpod-614409f.tar.gz +/libpod-1b2f867.tar.gz diff --git a/podman.spec b/podman.spec index f98b5ff..98ff354 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 614409f64464db8022e9dc3bb0b84816ad287781 +%global commit0 1b2f8679b864b882fdccaad6fdd6a5c86c83291b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 9.dev.git%{shortcommit0}%{?dist} +Release: 10.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -517,6 +517,9 @@ podman system renumber exit 0 %changelog +* Fri Mar 08 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-10.dev.git1b2f867 +- autobuilt 1b2f867 + * Thu Mar 07 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-9.dev.git614409f - autobuilt 614409f diff --git a/sources b/sources index e4193ad..717b229 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-614409f.tar.gz) = c42f91386195d8b237dc664356643b62c92a6ab3e40ce75e09e7bf3e1351aaf66e7d3b88164efc52a6c3691e1d0bfd7a86760883c89f8bb52833e440410a7b33 +SHA512 (libpod-1b2f867.tar.gz) = df6a975c026c8a08ab8838c3b116f104cf73bde533e73d5461438817cc51446a5fb6bc81d36d187f0cf5d92b4eca987571edd5896129b74efb624c11bc7dd55d From 7f12a84be2b7fec54ad276e90fa574409b8ba09a Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 8 Mar 2019 07:29:30 -0500 Subject: [PATCH 0170/2185] podman-2:1.2.0-11.dev.git1b2f867 - Resolves: #1686813 - conmon bundled inside podman rpm Signed-off-by: Lokesh Mandvekar --- podman.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 98ff354..81f6044 100644 --- a/podman.spec +++ b/podman.spec @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 10.dev.git%{shortcommit0}%{?dist} +Release: 11.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -74,7 +74,8 @@ Requires: containers-common Requires: containernetworking-plugins >= 0.7.3-2 Requires: iptables Requires: nftables -Requires: conmon +# #1686813 - conmon hasn't been made independent yet +#Requires: conmon Recommends: container-selinux Recommends: slirp4netns >= 0.3-0 %if 0%{?fedora} > 28 @@ -517,6 +518,9 @@ podman system renumber exit 0 %changelog +* Fri Mar 08 2019 Lokesh Mandvekar - 2:1.2.0-11.dev.git1b2f867 +- Resolves: #1686813 - conmon bundled inside podman rpm + * Fri Mar 08 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-10.dev.git1b2f867 - autobuilt 1b2f867 From 404b10684b6962cd59f6fddbeb99afb7d9198fad Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 9 Mar 2019 05:41:13 +0000 Subject: [PATCH 0171/2185] podman-2:1.2.0-12.dev.git9b21f14 - autobuilt 9b21f14 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b9f6709..516b44a 100644 --- a/.gitignore +++ b/.gitignore @@ -202,3 +202,4 @@ /libpod-40f7843.tar.gz /libpod-614409f.tar.gz /libpod-1b2f867.tar.gz +/libpod-9b21f14.tar.gz diff --git a/podman.spec b/podman.spec index 81f6044..9018d1e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1b2f8679b864b882fdccaad6fdd6a5c86c83291b +%global commit0 9b21f14eefae8ab7d24cca1087d88023245357d9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 11.dev.git%{shortcommit0}%{?dist} +Release: 12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -518,6 +518,9 @@ podman system renumber exit 0 %changelog +* Sat Mar 09 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-12.dev.git9b21f14 +- autobuilt 9b21f14 + * Fri Mar 08 2019 Lokesh Mandvekar - 2:1.2.0-11.dev.git1b2f867 - Resolves: #1686813 - conmon bundled inside podman rpm diff --git a/sources b/sources index 717b229..da3a87b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-1b2f867.tar.gz) = df6a975c026c8a08ab8838c3b116f104cf73bde533e73d5461438817cc51446a5fb6bc81d36d187f0cf5d92b4eca987571edd5896129b74efb624c11bc7dd55d +SHA512 (libpod-9b21f14.tar.gz) = 9594ad6f5f9adf9a66305e0bf8f77b030c219b363f5a561b4fac9fe63ebce1f9ae86e97c8d709bf8564928ca09296f63e9b9a93b4341128f6451eec38be11f20 From e35f0803e253172afd837ff6133f18c9448a1b38 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 10 Mar 2019 05:37:06 +0000 Subject: [PATCH 0172/2185] podman-2:1.2.0-13.dev.gitd95f97a - autobuilt d95f97a Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 516b44a..76d0757 100644 --- a/.gitignore +++ b/.gitignore @@ -203,3 +203,4 @@ /libpod-614409f.tar.gz /libpod-1b2f867.tar.gz /libpod-9b21f14.tar.gz +/libpod-d95f97a.tar.gz diff --git a/podman.spec b/podman.spec index 9018d1e..1865ae3 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9b21f14eefae8ab7d24cca1087d88023245357d9 +%global commit0 d95f97a63e03b4602ffeb80acb746fa6dfa6f7a1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 12.dev.git%{shortcommit0}%{?dist} +Release: 13.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -518,6 +518,9 @@ podman system renumber exit 0 %changelog +* Sun Mar 10 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-13.dev.gitd95f97a +- autobuilt d95f97a + * Sat Mar 09 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-12.dev.git9b21f14 - autobuilt 9b21f14 diff --git a/sources b/sources index da3a87b..01ef5a6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-9b21f14.tar.gz) = 9594ad6f5f9adf9a66305e0bf8f77b030c219b363f5a561b4fac9fe63ebce1f9ae86e97c8d709bf8564928ca09296f63e9b9a93b4341128f6451eec38be11f20 +SHA512 (libpod-d95f97a.tar.gz) = 0a56ada734395e7fef639cee4926ab27edbb903e90e1e84ee1deff9ad4f977a4e3af0e4aa70608085361b9ef6658b35db8fc221be4b1257feb310a1477922b3b From 543c3e00bb2e0b9e87728871cfbc4d0678bb8021 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Fri, 18 Jan 2019 10:59:24 -0700 Subject: [PATCH 0173/2185] New tests subpackage Define a new podman-tests subpackage, containing a set of tests intended to be run as gates. As of this initial checkin, this consists of a set of BATS tests in /usr/share/podman . Include a configuration for running under Fedora CI Signed-off-by: Ed Santiago --- .gitignore | 1 + podman.spec | 31 ++++++++++++++++++++++++++----- sources | 2 +- tests/test_podman.sh | 13 +++++++++++++ tests/test_podman.yml | 41 +++++++++++++++++++++++++++++++++++++++++ tests/tests.yml | 1 + 6 files changed, 83 insertions(+), 6 deletions(-) create mode 100755 tests/test_podman.sh create mode 100644 tests/test_podman.yml create mode 100644 tests/tests.yml diff --git a/.gitignore b/.gitignore index 6d93f15..12cb321 100644 --- a/.gitignore +++ b/.gitignore @@ -113,3 +113,4 @@ /libpod-82e8011.tar.gz /libpod-006206a.tar.gz /libpod-0ad9b6b.tar.gz +/libpod-b33a00e.tar.gz diff --git a/podman.spec b/podman.spec index d2e87ec..9272e8f 100644 --- a/podman.spec +++ b/podman.spec @@ -21,7 +21,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0ad9b6bf2aea4ba37e8c9738feabec61343ba175 +%global commit0 b33a00ef96601d7ce2389ac634e86847239d7d2e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -38,7 +38,7 @@ Epoch: 1 Epoch: 0 %endif Version: 1.1.2 -Release: 1.git%{shortcommit0}%{?dist} +Release: 2.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -188,7 +188,7 @@ Conflicts: docker Conflicts: docker-latest Conflicts: docker-ce Conflicts: docker-ee -Conflicts: moby-engine +Conflicts: moby-engine %description docker This package installs a script named docker that emulates the Docker CLI by @@ -359,6 +359,18 @@ This package contains unit tests for project providing packages with %{import_path} prefix. %endif +%package tests +Summary: Tests for %{name} + +Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: bats +Requires: jq + +%description tests +%{summary} + +This package contains system tests for %{name} + %prep %autosetup -Sgit -n %{repo}-%{commit0} @@ -466,13 +478,16 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %if ! 0%{?gotest:1} %global gotest go test %endif - + %gotest %{import_path}/cmd/%{name} %gotest %{import_path}/libkpod %gotest %{import_path}/libpod %gotest %{import_path}/pkg/registrar %endif +install -d -p %{buildroot}/%{_datadir}/%{name}/test/system +cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ + #define license tag if not already defined %{!?_licensedir:%global license %doc} @@ -507,7 +522,14 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} podman system renumber exit 0 +%files tests +%license LICENSE +%{_datadir}/%{name}/test + %changelog +* Mon Mar 11 2019 Eduardo Santiago - 1:1.1.2-2.git55dc783 +- new -tests subpackage + * Tue Mar 5 2019 dwalsh - 1:1.1.2-1.git0ad9b6b - Upstream 1.1.2 release @@ -1007,4 +1029,3 @@ exit 0 * Wed Jan 10 2018 Frantisek Kluknavsky - 0-0.1.gitc1b2278 - First package for Fedora - diff --git a/sources b/sources index 088a689..e6fc603 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-0ad9b6b.tar.gz) = 1654cae54eaaa0588ba981dc36a85b6ff58b33533b5b27a02ff295b2c4653414b456a3e7410d2d7576bc40de6bd65f6bba3aa9ade43a4ca2c6c2096a3c30b6dc +SHA512 (libpod-b33a00e.tar.gz) = a682d6e79d23f31ec9a969cacdf108f3c0b21cf61bd8f9cb329f272c237777a15f68e6b74b7217d99985d41e75b3b7d9b9bfe4c5c84c8194ba082a288f1bdce1 diff --git a/tests/test_podman.sh b/tests/test_podman.sh new file mode 100755 index 0000000..da220bf --- /dev/null +++ b/tests/test_podman.sh @@ -0,0 +1,13 @@ +#!/bin/bash +# +# Simple podman tests +# + +rm -f /tmp/test.log /tmp/test.debug.log + +# Log program versions +rpm -q podman podman-tests >/tmp/test.debug.log + +bats /usr/share/podman/test/system &> /tmp/test.log + +echo "bats completed with status $?" >>/tmp/test.debug.log diff --git a/tests/test_podman.yml b/tests/test_podman.yml new file mode 100644 index 0000000..45a8157 --- /dev/null +++ b/tests/test_podman.yml @@ -0,0 +1,41 @@ +--- +- hosts: localhost + vars: + - artifacts: ./artifacts + # FIXME! It would be cleaner to include 'podman' in this list; but the + # dnf module is broken in ansible <= 2.8, it doesn't report failures + # to install as long as _one_ package installs! So if podman installs + # but podman-tests doesn't, the `dnf` stanza succeeds, then the test + # one fails with a less-than-helpful error. + # + # See https://github.com/ansible/ansible/pull/49760 + - required_packages: + - podman-tests + tags: + - classic + - container + + tasks: + - name: install packages + dnf: name="{{ required_packages }}" state=installed + enablerepo=updates-testing + + - name: install podman-tests + dnf: name=/tmp/podman-tests-1.1.2-2.gitb33a00e.fc29.x86_64.rpm state=installed + + - name: hi there + command: echo hi + + - block: + # FIXME: how to make two passes, one as root and one rootless? + - name: Run test + script: ./test_podman.sh + always: + - name: Pull out logs + fetch: + src: "/tmp/{{ item }}" + dest: "{{ artifacts }}/{{ item }}" + flat: yes + with_items: + - test.log + - test.debug.log diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..80caee7 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1 @@ +- import_playbook: test_podman.yml From b084cba65102c36fb4ee443f41791f44f6410d88 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 12 Mar 2019 05:25:13 +0000 Subject: [PATCH 0174/2185] podman-2:1.2.0-14.dev.gitde0192a - autobuilt de0192a Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 76d0757..9d2a457 100644 --- a/.gitignore +++ b/.gitignore @@ -204,3 +204,4 @@ /libpod-1b2f867.tar.gz /libpod-9b21f14.tar.gz /libpod-d95f97a.tar.gz +/libpod-de0192a.tar.gz diff --git a/podman.spec b/podman.spec index 1865ae3..eb642e6 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d95f97a63e03b4602ffeb80acb746fa6dfa6f7a1 +%global commit0 de0192aac79fa409aa84789348de35f7c3d21a71 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 13.dev.git%{shortcommit0}%{?dist} +Release: 14.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -518,6 +518,9 @@ podman system renumber exit 0 %changelog +* Tue Mar 12 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-14.dev.gitde0192a +- autobuilt de0192a + * Sun Mar 10 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-13.dev.gitd95f97a - autobuilt d95f97a diff --git a/sources b/sources index 01ef5a6..7b854d2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-d95f97a.tar.gz) = 0a56ada734395e7fef639cee4926ab27edbb903e90e1e84ee1deff9ad4f977a4e3af0e4aa70608085361b9ef6658b35db8fc221be4b1257feb310a1477922b3b +SHA512 (libpod-de0192a.tar.gz) = 82d78077745e63e5dd91bb68d2295a020f1edbb97703b5a075561cd94cf3934516e08acbc83af40f6c8a2c8f354763dac057effe9818c563655af904f60c05b0 From 594b7dca26db0f0e4bc0b008d3806a832291421a Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 13 Mar 2019 05:37:18 +0000 Subject: [PATCH 0175/2185] podman-2:1.2.0-15.dev.git883566f - autobuilt 883566f Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9d2a457..bfcf880 100644 --- a/.gitignore +++ b/.gitignore @@ -205,3 +205,4 @@ /libpod-9b21f14.tar.gz /libpod-d95f97a.tar.gz /libpod-de0192a.tar.gz +/libpod-883566f.tar.gz diff --git a/podman.spec b/podman.spec index eb642e6..56d709e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 de0192aac79fa409aa84789348de35f7c3d21a71 +%global commit0 883566fbc068cb9c24414b210d01340193575317 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 14.dev.git%{shortcommit0}%{?dist} +Release: 15.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -518,6 +518,9 @@ podman system renumber exit 0 %changelog +* Wed Mar 13 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-15.dev.git883566f +- autobuilt 883566f + * Tue Mar 12 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-14.dev.gitde0192a - autobuilt de0192a diff --git a/sources b/sources index 7b854d2..2cadc36 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-de0192a.tar.gz) = 82d78077745e63e5dd91bb68d2295a020f1edbb97703b5a075561cd94cf3934516e08acbc83af40f6c8a2c8f354763dac057effe9818c563655af904f60c05b0 +SHA512 (libpod-883566f.tar.gz) = 1e79536664f756175cfaed1764efb9c8107511661b4876c9868790d2a3cd96c971cbde9734072894b49e100aa6f69af61b75a4f8733c995d5db3347e6467cda4 From aea393b7eb0a7533525d2fba8e171537b07906c5 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Fri, 18 Jan 2019 10:59:24 -0700 Subject: [PATCH 0176/2185] New tests subpackage Define a new podman-tests subpackage, containing a set of tests intended to be run as gates. As of this initial checkin, this consists of a set of BATS tests in /usr/share/podman . Include a configuration for running under Fedora CI Signed-off-by: Ed Santiago --- podman.spec | 29 +++++++++++++--- tests/test_podman.sh | 79 +++---------------------------------------- tests/test_podman.yml | 10 +++++- 3 files changed, 39 insertions(+), 79 deletions(-) diff --git a/podman.spec b/podman.spec index 56d709e..4479341 100644 --- a/podman.spec +++ b/podman.spec @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 15.dev.git%{shortcommit0}%{?dist} +Release: 16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -197,7 +197,7 @@ Conflicts: docker Conflicts: docker-latest Conflicts: docker-ce Conflicts: docker-ee -Conflicts: moby-engine +Conflicts: moby-engine %description docker This package installs a script named docker that emulates the Docker CLI by @@ -364,6 +364,18 @@ This package contains unit tests for project providing packages with %{import_path} prefix. %endif +%package tests +Summary: Tests for %{name} + +Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: bats +Requires: jq + +%description tests +%{summary} + +This package contains system tests for %{name} + %prep %autosetup -Sgit -n %{repo}-%{commit0} @@ -472,13 +484,16 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %if ! 0%{?gotest:1} %global gotest go test %endif - + %gotest %{import_path}/cmd/%{name} %gotest %{import_path}/libkpod %gotest %{import_path}/libpod %gotest %{import_path}/pkg/registrar %endif +install -d -p %{buildroot}/%{_datadir}/%{name}/test/system +cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ + #define license tag if not already defined %{!?_licensedir:%global license %doc} @@ -517,7 +532,14 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} podman system renumber exit 0 +%files tests +%license LICENSE +%{_datadir}/%{name}/test + %changelog +* Wed Mar 13 2019 Eduardo Santiago - 2:1.2.0-16.dev.git883566f +- new -tests subpackage + * Wed Mar 13 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-15.dev.git883566f - autobuilt 883566f @@ -1299,4 +1321,3 @@ containernetworking-cni * Wed Jan 10 2018 Frantisek Kluknavsky - 0-0.1.gitc1b2278 - First package for Fedora - diff --git a/tests/test_podman.sh b/tests/test_podman.sh index abb33cb..da220bf 100755 --- a/tests/test_podman.sh +++ b/tests/test_podman.sh @@ -3,80 +3,11 @@ # Simple podman tests # -set -x +rm -f /tmp/test.log /tmp/test.debug.log -exec >/tmp/test.debug.log 2>&1 +# Log program versions +rpm -q podman podman-tests >/tmp/test.debug.log -echo "************************************************************************" -echo "* This log contains the debug output from test_podman.sh." -echo "*" -echo "* Short test PASS/FAIL summary is in test.log" -echo "************************************************************************" +bats /usr/share/podman/test/system &> /tmp/test.log -rm -f /tmp/test.log -touch /tmp/test.log - -counter_file=/tmp/test.counter.txt -echo 0 >| $counter_file - -do_test() { - local cmd="$1"; shift - local expected_status="$1"; shift - local expected_stdout="$1"; shift - - counter=$(expr $(< $counter_file) + 1) - echo $counter >| $counter_file - - # Make debug log easier to read - echo - echo "--------------------------------------------------------------------" - echo "-- test $counter" - echo - - stdout=$(eval podman $cmd) - status=$? - if [ $status -ne $expected_status ]; then - echo "FAIL $counter $cmd: status=$status (expected $expected_status)" >>/tmp/test.log - return - fi - - if [ "$expected_stdout" = "-" ]; then - : - elif [ -z "$expected_stdout" ]; then - if [ -n "$stdout" ]; then - echo "FAIL $counter $cmd : stdout='$stdout' (expected '')" >>/tmp/test.log - return - fi - else - if ! expr "$stdout" : "$expected_stdout"; then - echo "FAIL $counter $cmd : stdout='$stdout' (expected '$expected_stdout')" >>/tmp/test.log - return - fi - fi - - echo "PASS $counter $cmd" >>/tmp/test.log -} - -# Clean slate -do_test "rm -a -f" 0 "-" -do_test "rmi -a -f" 0 "-" - -do_test "info --format '{{.host.rootless}}'" 0 "false" -do_test "info --format '{{.store.GraphDriverName}}'" 0 "overlay" - -do_test "pull alpine" 0 "-" -do_test "images --format {{.Repository}}:{{.Tag}}" 0 \ - "docker.io/library/alpine:latest" - -do_test "run alpine sh -c 'echo hi'" 0 "hi" -do_test "run alpine date" 0 "-" -do_test "run alpine /bin/false" 1 "" - -do_test "ps -a | wc -l" 0 "4" -do_test "ps -a | grep false | grep -q 'Exited (1)'" 0 "" - -# Final exit status: nonzero if the word FAIL is present in results -if grep -q FAIL /tmp/test.log; then - exit 1 -fi -exit 0 +echo "bats completed with status $?" >>/tmp/test.debug.log diff --git a/tests/test_podman.yml b/tests/test_podman.yml index f77c322..694b6d6 100644 --- a/tests/test_podman.yml +++ b/tests/test_podman.yml @@ -2,8 +2,15 @@ - hosts: localhost vars: - artifacts: ./artifacts + # FIXME! It would be cleaner to include 'podman' in this list; but the + # dnf module is broken in ansible <= 2.8, it doesn't report failures + # to install as long as _one_ package installs! So if podman installs + # but podman-tests doesn't, the `dnf` stanza succeeds, then the test + # one fails with a less-than-helpful error. + # + # See https://github.com/ansible/ansible/pull/49760 - required_packages: - - podman + - podman-tests tags: - classic - container @@ -14,6 +21,7 @@ enablerepo=updates-testing - block: + # FIXME: how to make two passes, one as root and one rootless? - name: Run test script: ./test_podman.sh always: From 8dbbc1291a61d398ed68939e45b9ae5a1ef16e1e Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 13 Mar 2019 07:31:06 -0600 Subject: [PATCH 0177/2185] Screwup fix: remove test-environment hacks I accidentally left in some code used for testing the CI setup. Signed-off-by: Ed Santiago --- tests/test_podman.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/test_podman.yml b/tests/test_podman.yml index 45a8157..694b6d6 100644 --- a/tests/test_podman.yml +++ b/tests/test_podman.yml @@ -20,12 +20,6 @@ dnf: name="{{ required_packages }}" state=installed enablerepo=updates-testing - - name: install podman-tests - dnf: name=/tmp/podman-tests-1.1.2-2.gitb33a00e.fc29.x86_64.rpm state=installed - - - name: hi there - command: echo hi - - block: # FIXME: how to make two passes, one as root and one rootless? - name: Run test From b3631306a961fdb9cd9515cb7ec3577bf0783d1c Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 14 Mar 2019 05:39:33 +0000 Subject: [PATCH 0178/2185] podman-2:1.2.0-17.dev.git7426d4f - autobuilt 7426d4f Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bfcf880..4e4658e 100644 --- a/.gitignore +++ b/.gitignore @@ -206,3 +206,4 @@ /libpod-d95f97a.tar.gz /libpod-de0192a.tar.gz /libpod-883566f.tar.gz +/libpod-7426d4f.tar.gz diff --git a/podman.spec b/podman.spec index 4479341..8cb517f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 883566fbc068cb9c24414b210d01340193575317 +%global commit0 7426d4fbbeaf5ebd3d55576add89b99cd3f3f760 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 16.dev.git%{shortcommit0}%{?dist} +Release: 17.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -537,6 +537,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Thu Mar 14 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-17.dev.git7426d4f +- autobuilt 7426d4f + * Wed Mar 13 2019 Eduardo Santiago - 2:1.2.0-16.dev.git883566f - new -tests subpackage diff --git a/sources b/sources index 2cadc36..aac7e53 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-883566f.tar.gz) = 1e79536664f756175cfaed1764efb9c8107511661b4876c9868790d2a3cd96c971cbde9734072894b49e100aa6f69af61b75a4f8733c995d5db3347e6467cda4 +SHA512 (libpod-7426d4f.tar.gz) = f6e341b65b901e3e7eb2d2e18849349ffdc16875880d85cbb6fec21828eb529a450de3660651dc71354038ecae9536ef8676052ce5a9caf5e85b80342dfdda3b From 8a6967afb192df826c2ce26cd8d48eba990c8643 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 15 Mar 2019 05:39:33 +0000 Subject: [PATCH 0179/2185] podman-2:1.2.0-18.dev.git31f11a8 - autobuilt 31f11a8 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4e4658e..80722a4 100644 --- a/.gitignore +++ b/.gitignore @@ -207,3 +207,4 @@ /libpod-de0192a.tar.gz /libpod-883566f.tar.gz /libpod-7426d4f.tar.gz +/libpod-31f11a8.tar.gz diff --git a/podman.spec b/podman.spec index 8cb517f..466ebce 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7426d4fbbeaf5ebd3d55576add89b99cd3f3f760 +%global commit0 31f11a8a9bddc4dcfc22463097b852fcdc9f0172 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 17.dev.git%{shortcommit0}%{?dist} +Release: 18.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -537,6 +537,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Fri Mar 15 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-18.dev.git31f11a8 +- autobuilt 31f11a8 + * Thu Mar 14 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-17.dev.git7426d4f - autobuilt 7426d4f diff --git a/sources b/sources index aac7e53..c7ab57b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-7426d4f.tar.gz) = f6e341b65b901e3e7eb2d2e18849349ffdc16875880d85cbb6fec21828eb529a450de3660651dc71354038ecae9536ef8676052ce5a9caf5e85b80342dfdda3b +SHA512 (libpod-31f11a8.tar.gz) = af358f9587d9bcf029e5535499afdac9d63c2563b1f48e03a70ad2a29baa978f6e5cf88a2d2c89345d92a9e234cd2ee5c0e65898cf88264f802b7c1325e081da From 2636b5e280a4859fc8c9fa5201f50eff23297764 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Sun, 17 Mar 2019 09:16:57 -0600 Subject: [PATCH 0180/2185] Package zsh completion. Note that we declare ownership of /usr/share/zsh/site-functions (directory). This seems to be legit; see curl and mercurial packages. The alternatives are to explicitly Require: zsh or to bundle the completion script in a separate rpm. Signed-off-by: Ed Santiago --- .gitignore | 1 + podman.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 12cb321..dfe2620 100644 --- a/.gitignore +++ b/.gitignore @@ -114,3 +114,4 @@ /libpod-006206a.tar.gz /libpod-0ad9b6b.tar.gz /libpod-b33a00e.tar.gz +/libpod-6aa8078.tar.gz diff --git a/podman.spec b/podman.spec index 9272e8f..8d3ba75 100644 --- a/podman.spec +++ b/podman.spec @@ -21,7 +21,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b33a00ef96601d7ce2389ac634e86847239d7d2e +%global commit0 6aa8078cc1f54a5c6e6197d7e0273e36ed55060e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -38,7 +38,7 @@ Epoch: 1 Epoch: 0 %endif Version: 1.1.2 -Release: 2.git%{shortcommit0}%{?dist} +Release: 3.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -498,6 +498,9 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_mandir}/man1/podman*.1* %{_mandir}/man5/*.5* %{_datadir}/bash-completion/completions/* +# By "owning" the site-functions dir, we don't need to Require zsh +%{_datadir}/zsh/site-functions +%{_datadir}/zsh/site-functions/* %{_libexecdir}/%{name}/conmon %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist %{_datadir}/containers/%{repo}.conf @@ -527,6 +530,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Sun Mar 17 2019 Eduardo Santiago - 1:1.1.2-3.git6aa8078 +- include zsh completion + * Mon Mar 11 2019 Eduardo Santiago - 1:1.1.2-2.git55dc783 - new -tests subpackage diff --git a/sources b/sources index e6fc603..2e58642 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-b33a00e.tar.gz) = a682d6e79d23f31ec9a969cacdf108f3c0b21cf61bd8f9cb329f272c237777a15f68e6b74b7217d99985d41e75b3b7d9b9bfe4c5c84c8194ba082a288f1bdce1 +SHA512 (libpod-6aa8078.tar.gz) = bad4f304fc2ee4e48cf6cd6ed55bbf811f5a47ff6d4b57d5138f4675766a0815abdba1dd9bd8fd5aaef87fabaf8b59fb2bf29ab89688fe98b3bca3b2cb8292fa From 3aa9754352a4e4714c4adf6ea480b77bc6240a1f Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Sun, 17 Mar 2019 09:16:57 -0600 Subject: [PATCH 0181/2185] Package zsh completion. Note that we declare ownership of /usr/share/zsh/site-functions (directory). This seems to be legit; see curl and mercurial packages. The alternatives are to explicitly Require: zsh or to bundle the completion script in a separate rpm. Signed-off-by: Ed Santiago --- .gitignore | 1 + podman.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 80722a4..f08e4d4 100644 --- a/.gitignore +++ b/.gitignore @@ -208,3 +208,4 @@ /libpod-883566f.tar.gz /libpod-7426d4f.tar.gz /libpod-31f11a8.tar.gz +/libpod-6aa8078.tar.gz diff --git a/podman.spec b/podman.spec index 466ebce..4fca5fe 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 31f11a8a9bddc4dcfc22463097b852fcdc9f0172 +%global commit0 6aa8078cc1f54a5c6e6197d7e0273e36ed55060e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 18.dev.git%{shortcommit0}%{?dist} +Release: 19.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -504,6 +504,9 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_mandir}/man1/podman*.1* %{_mandir}/man5/*.5* %{_datadir}/bash-completion/completions/* +# By "owning" the site-functions dir, we don't need to Require zsh +%{_datadir}/zsh/site-functions +%{_datadir}/zsh/site-functions/* %{_libexecdir}/%{name}/conmon %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist %{_datadir}/containers/%{repo}.conf @@ -537,6 +540,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Mon Mar 18 2019 Eduardo Santiago - 2:1.2.0-19.dev.git6aa8078 +- include zsh completion + * Fri Mar 15 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-18.dev.git31f11a8 - autobuilt 31f11a8 diff --git a/sources b/sources index c7ab57b..2e58642 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-31f11a8.tar.gz) = af358f9587d9bcf029e5535499afdac9d63c2563b1f48e03a70ad2a29baa978f6e5cf88a2d2c89345d92a9e234cd2ee5c0e65898cf88264f802b7c1325e081da +SHA512 (libpod-6aa8078.tar.gz) = bad4f304fc2ee4e48cf6cd6ed55bbf811f5a47ff6d4b57d5138f4675766a0815abdba1dd9bd8fd5aaef87fabaf8b59fb2bf29ab89688fe98b3bca3b2cb8292fa From 1ae1855dfcd2c0266b584fb39f5a0d0946982512 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 19 Mar 2019 05:42:44 +0000 Subject: [PATCH 0182/2185] podman-2:1.2.0-20.dev.gitac523cb - autobuilt ac523cb Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f08e4d4..2e4b580 100644 --- a/.gitignore +++ b/.gitignore @@ -209,3 +209,4 @@ /libpod-7426d4f.tar.gz /libpod-31f11a8.tar.gz /libpod-6aa8078.tar.gz +/libpod-ac523cb.tar.gz diff --git a/podman.spec b/podman.spec index 4fca5fe..7534396 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 6aa8078cc1f54a5c6e6197d7e0273e36ed55060e +%global commit0 ac523cbe2b257e13c7b3b823c8de83e44052ffaf %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 19.dev.git%{shortcommit0}%{?dist} +Release: 20.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -540,6 +540,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Tue Mar 19 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-20.dev.gitac523cb +- autobuilt ac523cb + * Mon Mar 18 2019 Eduardo Santiago - 2:1.2.0-19.dev.git6aa8078 - include zsh completion diff --git a/sources b/sources index 2e58642..7c3b892 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-6aa8078.tar.gz) = bad4f304fc2ee4e48cf6cd6ed55bbf811f5a47ff6d4b57d5138f4675766a0815abdba1dd9bd8fd5aaef87fabaf8b59fb2bf29ab89688fe98b3bca3b2cb8292fa +SHA512 (libpod-ac523cb.tar.gz) = 5073522a2cf26f36856f0e865ca01769e02f867c4b4907271f04a53ecf20b8b37907e20a9c0bf26212d0185e24b6dcbe75b4cd72279b994905286974969f6cfe From 289b46ab856f42e397938638a0c0b47015ae6d6d Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 19 Mar 2019 12:55:36 +0100 Subject: [PATCH 0183/2185] Fix the build by ensuring that the %{_unitdir} RPM macro is defined A BuildRequires on systemd should be added as specified in the Fedora packaging guidelines: https://fedoraproject.org/wiki/Packaging:Systemd It's likely that something in the dependency chain was implicitly pulling in the systemd RPM, but that's not the case at the moment. --- podman.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/podman.spec b/podman.spec index 7534396..5eafcb7 100644 --- a/podman.spec +++ b/podman.spec @@ -69,6 +69,7 @@ BuildRequires: libselinux-devel BuildRequires: ostree-devel BuildRequires: pkgconfig BuildRequires: make +BuildRequires: systemd Requires: runc >= 2:1.0.0-57 Requires: containers-common Requires: containernetworking-plugins >= 0.7.3-2 From 18d63de32e20f455cf07e288162039e97ee0a6fc Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 19 Mar 2019 12:55:36 +0100 Subject: [PATCH 0184/2185] Fix the build by ensuring that the %{_unitdir} RPM macro is defined A BuildRequires on systemd should be added as specified in the Fedora packaging guidelines: https://fedoraproject.org/wiki/Packaging:Systemd It's likely that something in the dependency chain is implicitly pulling in the systemd RPM, but that might change. --- podman.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/podman.spec b/podman.spec index 8d3ba75..1d42bf8 100644 --- a/podman.spec +++ b/podman.spec @@ -63,6 +63,7 @@ BuildRequires: libselinux-devel BuildRequires: ostree-devel BuildRequires: pkgconfig BuildRequires: make +BuildRequires: systemd Requires: runc >= 2:1.0.0-57 Requires: containers-common Requires: containernetworking-plugins >= 0.7.3-2 From eb2cc94def926e541b9763174770cfb4ebc180ff Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 20 Mar 2019 05:42:28 +0000 Subject: [PATCH 0185/2185] podman-2:1.2.0-21.dev.git537c382 - autobuilt 537c382 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2e4b580..7ca16f7 100644 --- a/.gitignore +++ b/.gitignore @@ -210,3 +210,4 @@ /libpod-31f11a8.tar.gz /libpod-6aa8078.tar.gz /libpod-ac523cb.tar.gz +/libpod-537c382.tar.gz diff --git a/podman.spec b/podman.spec index 5eafcb7..c619ba9 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ac523cbe2b257e13c7b3b823c8de83e44052ffaf +%global commit0 537c382f5bd098bc89a457554db9bd0b08eab3c2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 20.dev.git%{shortcommit0}%{?dist} +Release: 21.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -541,6 +541,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Wed Mar 20 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-21.dev.git537c382 +- autobuilt 537c382 + * Tue Mar 19 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-20.dev.gitac523cb - autobuilt ac523cb diff --git a/sources b/sources index 7c3b892..9557e0f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-ac523cb.tar.gz) = 5073522a2cf26f36856f0e865ca01769e02f867c4b4907271f04a53ecf20b8b37907e20a9c0bf26212d0185e24b6dcbe75b4cd72279b994905286974969f6cfe +SHA512 (libpod-537c382.tar.gz) = 0ee594024266e7f76d7032e9ec284000b33011743e66079854f389983df366c8f3bf38db8481f89a9358a37f3c3b98241791326d3cf9c0dd1c40c8aba92ff90a From 6643c3625d9d55186057496eb71e11f8a4f156b0 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 21 Mar 2019 05:43:34 +0000 Subject: [PATCH 0186/2185] podman-2:1.2.0-22.dev.gitc230f0c - autobuilt c230f0c Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7ca16f7..39a1920 100644 --- a/.gitignore +++ b/.gitignore @@ -211,3 +211,4 @@ /libpod-6aa8078.tar.gz /libpod-ac523cb.tar.gz /libpod-537c382.tar.gz +/libpod-c230f0c.tar.gz diff --git a/podman.spec b/podman.spec index c619ba9..56eb9ba 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 537c382f5bd098bc89a457554db9bd0b08eab3c2 +%global commit0 c230f0c693134830b3df60a8dc37770848a6f5e2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 21.dev.git%{shortcommit0}%{?dist} +Release: 22.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -541,6 +541,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Thu Mar 21 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-22.dev.gitc230f0c +- autobuilt c230f0c + * Wed Mar 20 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-21.dev.git537c382 - autobuilt 537c382 diff --git a/sources b/sources index 9557e0f..4a7a779 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-537c382.tar.gz) = 0ee594024266e7f76d7032e9ec284000b33011743e66079854f389983df366c8f3bf38db8481f89a9358a37f3c3b98241791326d3cf9c0dd1c40c8aba92ff90a +SHA512 (libpod-c230f0c.tar.gz) = f051ee7165f6ace3806e8e3707e4014ba6a9d31bb2be45a1c7c8fec04702ee1a53b978296892ed5812d58c54ea059fc63342336845a0447e97ad26eba7b53031 From b950e5d48d3a50a61472065f12443ff4f3038f4c Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 22 Mar 2019 05:42:35 +0000 Subject: [PATCH 0187/2185] podman-2:1.2.0-23.dev.git68e3df3 - autobuilt 68e3df3 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 39a1920..fc64790 100644 --- a/.gitignore +++ b/.gitignore @@ -212,3 +212,4 @@ /libpod-ac523cb.tar.gz /libpod-537c382.tar.gz /libpod-c230f0c.tar.gz +/libpod-68e3df3.tar.gz diff --git a/podman.spec b/podman.spec index 56eb9ba..a455021 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c230f0c693134830b3df60a8dc37770848a6f5e2 +%global commit0 68e3df37248da85f58662c00e0934d1359f0fdc0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 22.dev.git%{shortcommit0}%{?dist} +Release: 23.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -541,6 +541,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Fri Mar 22 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-23.dev.git68e3df3 +- autobuilt 68e3df3 + * Thu Mar 21 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-22.dev.gitc230f0c - autobuilt c230f0c diff --git a/sources b/sources index 4a7a779..8977a2d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-c230f0c.tar.gz) = f051ee7165f6ace3806e8e3707e4014ba6a9d31bb2be45a1c7c8fec04702ee1a53b978296892ed5812d58c54ea059fc63342336845a0447e97ad26eba7b53031 +SHA512 (libpod-68e3df3.tar.gz) = 3f02c32712c6a3c3f1098ab158ed904cf01242e27fc1f231509fb7f8c40825bd3a653eda459f826f4c81b8c94459b5ac672e7834f6046c2884e591e3f641c4fb From dc22e8a7454b912ff3379bd70909c18f88b99b3f Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 23 Mar 2019 05:43:55 +0000 Subject: [PATCH 0188/2185] podman-2:1.2.0-24.dev.git0458daf - autobuilt 0458daf Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fc64790..9531274 100644 --- a/.gitignore +++ b/.gitignore @@ -213,3 +213,4 @@ /libpod-537c382.tar.gz /libpod-c230f0c.tar.gz /libpod-68e3df3.tar.gz +/libpod-0458daf.tar.gz diff --git a/podman.spec b/podman.spec index a455021..47202c0 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 68e3df37248da85f58662c00e0934d1359f0fdc0 +%global commit0 0458daf13d50e45bf9ca0ac03449c6ea60b2ef64 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 23.dev.git%{shortcommit0}%{?dist} +Release: 24.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -541,6 +541,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Sat Mar 23 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-24.dev.git0458daf +- autobuilt 0458daf + * Fri Mar 22 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-23.dev.git68e3df3 - autobuilt 68e3df3 diff --git a/sources b/sources index 8977a2d..ceef4f7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-68e3df3.tar.gz) = 3f02c32712c6a3c3f1098ab158ed904cf01242e27fc1f231509fb7f8c40825bd3a653eda459f826f4c81b8c94459b5ac672e7834f6046c2884e591e3f641c4fb +SHA512 (libpod-0458daf.tar.gz) = dd8d664ce95831aeb47dee015d7f01fa139c22eeca3f5a567d3a2dd8eba5a78ba94e5a26c6ab2f4346bf3991079dbdadf0773309aa3fc31dd29adeedaae53074 From 1c6850fd2006369278ecfb265e9d5ee59e5ee9dd Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 25 Mar 2019 05:47:14 +0000 Subject: [PATCH 0189/2185] podman-2:1.2.0-25.dev.gitd0c6a35 - autobuilt d0c6a35 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9531274..2e73324 100644 --- a/.gitignore +++ b/.gitignore @@ -214,3 +214,4 @@ /libpod-c230f0c.tar.gz /libpod-68e3df3.tar.gz /libpod-0458daf.tar.gz +/libpod-d0c6a35.tar.gz diff --git a/podman.spec b/podman.spec index 47202c0..75e29df 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0458daf13d50e45bf9ca0ac03449c6ea60b2ef64 +%global commit0 d0c6a35c05a72e4b156819406b83aa9f34f840e0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 24.dev.git%{shortcommit0}%{?dist} +Release: 25.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -541,6 +541,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Mon Mar 25 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-25.dev.gitd0c6a35 +- autobuilt d0c6a35 + * Sat Mar 23 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-24.dev.git0458daf - autobuilt 0458daf diff --git a/sources b/sources index ceef4f7..5d9732d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-0458daf.tar.gz) = dd8d664ce95831aeb47dee015d7f01fa139c22eeca3f5a567d3a2dd8eba5a78ba94e5a26c6ab2f4346bf3991079dbdadf0773309aa3fc31dd29adeedaae53074 +SHA512 (libpod-d0c6a35.tar.gz) = 83a42f733fc1d1f06e6e37b7112ca3406457fb3e5734c53a22ee0da90cbbd7e5e92835915265627ad2cfe0524ca963f72b1288397cdda938867be8401c427d8e From f3550562156ddf943017119df807ded78625ed0e Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 27 Mar 2019 05:46:44 +0000 Subject: [PATCH 0190/2185] podman-2:1.2.0-26.dev.gitfc546d4 - autobuilt fc546d4 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2e73324..090749a 100644 --- a/.gitignore +++ b/.gitignore @@ -215,3 +215,4 @@ /libpod-68e3df3.tar.gz /libpod-0458daf.tar.gz /libpod-d0c6a35.tar.gz +/libpod-fc546d4.tar.gz diff --git a/podman.spec b/podman.spec index 75e29df..ff2c1f8 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d0c6a35c05a72e4b156819406b83aa9f34f840e0 +%global commit0 fc546d44704d3a145ae31a8e5f56ceeb3fa36396 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 25.dev.git%{shortcommit0}%{?dist} +Release: 26.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -541,6 +541,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Wed Mar 27 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-26.dev.gitfc546d4 +- autobuilt fc546d4 + * Mon Mar 25 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-25.dev.gitd0c6a35 - autobuilt d0c6a35 diff --git a/sources b/sources index 5d9732d..a2661ae 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-d0c6a35.tar.gz) = 83a42f733fc1d1f06e6e37b7112ca3406457fb3e5734c53a22ee0da90cbbd7e5e92835915265627ad2cfe0524ca963f72b1288397cdda938867be8401c427d8e +SHA512 (libpod-fc546d4.tar.gz) = fc49b15ad1b7d493f0d80873c5029f63e9f8a628c202b96d144cf768157331cf96050e903d6819e28c7e1fb9d68ae6e4cb40c6f405b254785dda001e07578469 From 6b519e85b66f2199648b62f7367cf50dcc31f256 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 28 Mar 2019 06:53:23 +0000 Subject: [PATCH 0191/2185] podman-2:1.2.0-27.dev.git850326c - autobuilt 850326c Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 090749a..2c87d5d 100644 --- a/.gitignore +++ b/.gitignore @@ -216,3 +216,4 @@ /libpod-0458daf.tar.gz /libpod-d0c6a35.tar.gz /libpod-fc546d4.tar.gz +/libpod-850326c.tar.gz diff --git a/podman.spec b/podman.spec index ff2c1f8..b58c9c0 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 fc546d44704d3a145ae31a8e5f56ceeb3fa36396 +%global commit0 850326cc192444d1c5cfd8ba6e1015f653b41e73 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 26.dev.git%{shortcommit0}%{?dist} +Release: 27.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -541,6 +541,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Thu Mar 28 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-27.dev.git850326c +- autobuilt 850326c + * Wed Mar 27 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-26.dev.gitfc546d4 - autobuilt fc546d4 diff --git a/sources b/sources index a2661ae..17eff6e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-fc546d4.tar.gz) = fc49b15ad1b7d493f0d80873c5029f63e9f8a628c202b96d144cf768157331cf96050e903d6819e28c7e1fb9d68ae6e4cb40c6f405b254785dda001e07578469 +SHA512 (libpod-850326c.tar.gz) = 5594cda7fcbc2f7cf6b9c3760e328b44d11bbf0725fe1c4d1892ce22048b3de8798f3a70198a976c2cef65bd6c91ad606e6e2d4f08aaf2a337fcf09521070595 From 82fdcd7eeef33c8592b7cc64c6d11e33ea35d84d Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 29 Mar 2019 05:47:48 +0000 Subject: [PATCH 0192/2185] podman-2:1.2.0-28.dev.gitfdf979a - autobuilt fdf979a Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2c87d5d..b4132f4 100644 --- a/.gitignore +++ b/.gitignore @@ -217,3 +217,4 @@ /libpod-d0c6a35.tar.gz /libpod-fc546d4.tar.gz /libpod-850326c.tar.gz +/libpod-fdf979a.tar.gz diff --git a/podman.spec b/podman.spec index b58c9c0..eb9a1a3 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 850326cc192444d1c5cfd8ba6e1015f653b41e73 +%global commit0 fdf979a7917a497322b23354778bd32bbd9b05f5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 27.dev.git%{shortcommit0}%{?dist} +Release: 28.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -541,6 +541,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Fri Mar 29 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-28.dev.gitfdf979a +- autobuilt fdf979a + * Thu Mar 28 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-27.dev.git850326c - autobuilt 850326c diff --git a/sources b/sources index 17eff6e..80bc609 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-850326c.tar.gz) = 5594cda7fcbc2f7cf6b9c3760e328b44d11bbf0725fe1c4d1892ce22048b3de8798f3a70198a976c2cef65bd6c91ad606e6e2d4f08aaf2a337fcf09521070595 +SHA512 (libpod-fdf979a.tar.gz) = c68c3bed746946e1bc4f9e466007aff666b5205dfee1b317a7c4461c5ca8600de659bc8614cddf6e95eba11eb0ec01fa0ecfe63176b1d57c30ee5cb62fb4a58c From 241a9d2c1bae592f5bc0429e6fb4d37f54879bed Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 30 Mar 2019 05:49:20 +0000 Subject: [PATCH 0193/2185] podman-2:1.2.0-29.dev.git7b73974 - autobuilt 7b73974 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b4132f4..23e286a 100644 --- a/.gitignore +++ b/.gitignore @@ -218,3 +218,4 @@ /libpod-fc546d4.tar.gz /libpod-850326c.tar.gz /libpod-fdf979a.tar.gz +/libpod-7b73974.tar.gz diff --git a/podman.spec b/podman.spec index eb9a1a3..04f868a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 fdf979a7917a497322b23354778bd32bbd9b05f5 +%global commit0 7b7397481960c85379d8eb1ed21e76da2ce8a4fc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 28.dev.git%{shortcommit0}%{?dist} +Release: 29.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -541,6 +541,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Sat Mar 30 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-29.dev.git7b73974 +- autobuilt 7b73974 + * Fri Mar 29 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-28.dev.gitfdf979a - autobuilt fdf979a diff --git a/sources b/sources index 80bc609..43034f3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-fdf979a.tar.gz) = c68c3bed746946e1bc4f9e466007aff666b5205dfee1b317a7c4461c5ca8600de659bc8614cddf6e95eba11eb0ec01fa0ecfe63176b1d57c30ee5cb62fb4a58c +SHA512 (libpod-7b73974.tar.gz) = 43c6111e694d191ecf07e4220b0fe154a6b6c87631b78e7e4571aa12ea52087044f9c9e968bd5250d959335ba90883d9e4ccd125ced91ec2ff733a868a2cc52c From 56cfa861f4379b28b478e94ef986a9b218b6b99a Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 31 Mar 2019 05:36:01 +0000 Subject: [PATCH 0194/2185] podman-2:1.2.0-30.dev.git833204d - autobuilt 833204d Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 23e286a..65876c7 100644 --- a/.gitignore +++ b/.gitignore @@ -219,3 +219,4 @@ /libpod-850326c.tar.gz /libpod-fdf979a.tar.gz /libpod-7b73974.tar.gz +/libpod-833204d.tar.gz diff --git a/podman.spec b/podman.spec index 04f868a..28bb735 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7b7397481960c85379d8eb1ed21e76da2ce8a4fc +%global commit0 833204d63bc01b52eed87b19911419169dfd97ad %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 29.dev.git%{shortcommit0}%{?dist} +Release: 30.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -541,6 +541,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Sun Mar 31 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-30.dev.git833204d +- autobuilt 833204d + * Sat Mar 30 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-29.dev.git7b73974 - autobuilt 7b73974 diff --git a/sources b/sources index 43034f3..4e4f1b5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-7b73974.tar.gz) = 43c6111e694d191ecf07e4220b0fe154a6b6c87631b78e7e4571aa12ea52087044f9c9e968bd5250d959335ba90883d9e4ccd125ced91ec2ff733a868a2cc52c +SHA512 (libpod-833204d.tar.gz) = 00e0795901f7d125ca6b95c4546d67864320a489c4937ecb399ab97d5248253f964a973ce74767a4fa9516dcc9578baf6ef9654277d7d07a9a49af410647e966 From 04e4f08ff0f8bc550855f1ccd9857d0127907831 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 1 Apr 2019 05:49:31 +0000 Subject: [PATCH 0195/2185] podman-2:1.3.0-2.dev.gitcd35e20 - bump to 1.3.0 - autobuilt cd35e20 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 65876c7..3ef3633 100644 --- a/.gitignore +++ b/.gitignore @@ -220,3 +220,4 @@ /libpod-fdf979a.tar.gz /libpod-7b73974.tar.gz /libpod-833204d.tar.gz +/libpod-cd35e20.tar.gz diff --git a/podman.spec b/podman.spec index 28bb735..78b122c 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 833204d63bc01b52eed87b19911419169dfd97ad +%global commit0 cd35e20772a324e5dd247496705bef57b9da752d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,8 +43,8 @@ Epoch: 2 %else Epoch: 1 %endif -Version: 1.2.0 -Release: 30.dev.git%{shortcommit0}%{?dist} +Version: 1.3.0 +Release: 2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -541,6 +541,10 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Mon Apr 01 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-2.dev.gitcd35e20 +- bump to 1.3.0 +- autobuilt cd35e20 + * Sun Mar 31 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-30.dev.git833204d - autobuilt 833204d diff --git a/sources b/sources index 4e4f1b5..4a091f1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-833204d.tar.gz) = 00e0795901f7d125ca6b95c4546d67864320a489c4937ecb399ab97d5248253f964a973ce74767a4fa9516dcc9578baf6ef9654277d7d07a9a49af410647e966 +SHA512 (libpod-cd35e20.tar.gz) = 560804d4d75cd3d9c092c82af7eefe7df2d0eca7c8efbd54217ea1a1376869c0a7ed2c47c65064a9ddda8259f53d0a5098fd3617d6aee2f116051c9d85681361 From 0fd5c2ba8792a405ef4901c9db4d9dc23a50c662 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 1 Apr 2019 10:05:34 -0400 Subject: [PATCH 0196/2185] include zsh completion --- .gitignore | 94 ++++++++++-- podman.spec | 418 ++++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 409 insertions(+), 103 deletions(-) diff --git a/.gitignore b/.gitignore index dfe2620..055e62c 100644 --- a/.gitignore +++ b/.gitignore @@ -99,19 +99,93 @@ /libpod-65c31d4.tar.gz /libpod-123de30.tar.gz /libpod-95dbcad.tar.gz -/libpod-19cb754.tar.gz -/libpod-81df604.tar.gz -/libpod-a723353.tar.gz -/libpod-1cd906d.tar.gz -/libpod-e4a1553.tar.gz +/libpod-28a2bf8.tar.gz +/libpod-c3a0874.tar.gz +/libpod-af791f3.tar.gz +/cri-o-2cbe48b.tar.gz +/libpod-e7e81e6.tar.gz +/libpod-da5c894.tar.gz /cri-o-a30f93c.tar.gz /libpod-db08685.tar.gz +/libpod-4955572.tar.gz +/libpod-e9f8aed.tar.gz +/libpod-672f572.tar.gz /libpod-a4adfe5.tar.gz -/libpod-7ba215f.tar.gz -/libpod-66d3499.tar.gz -/libpod-9551f6b.tar.gz -/libpod-82e8011.tar.gz -/libpod-006206a.tar.gz +/libpod-f5473c6.tar.gz +/libpod-78e6d8e.tar.gz +/libpod-7965716.tar.gz +/libpod-97bded4.tar.gz +/libpod-236408b.tar.gz +/libpod-cd5742f.tar.gz +/libpod-ea928f2.tar.gz +/libpod-23feb0d.tar.gz +/libpod-1fdfeb8.tar.gz +/libpod-78604c3.tar.gz +/libpod-e3ece3b.tar.gz +/libpod-3956050.tar.gz +/libpod-3af62f6.tar.gz +/libpod-6b8f89d.tar.gz +/libpod-41f250c.tar.gz +/libpod-5f6ad82.tar.gz +/libpod-320085a.tar.gz +/libpod-75b19ca.tar.gz +/libpod-a387c72.tar.gz +/libpod-1f547b2.tar.gz +/libpod-235a630.tar.gz +/libpod-8a3361f.tar.gz +/libpod-508388b.tar.gz +/libpod-93b5ccf.tar.gz +/libpod-c086118.tar.gz +/libpod-b21d474.tar.gz +/libpod-68414c5.tar.gz +/libpod-c8eaf59.tar.gz +/libpod-6b059a5.tar.gz +/libpod-fa998f2.tar.gz +/libpod-fe186c6.tar.gz +/libpod-792f109.tar.gz +/libpod-8fe3050.tar.gz +/libpod-c50332d.tar.gz +/libpod-1aa55ed.tar.gz +/libpod-7438b7b.tar.gz +/libpod-098c134.tar.gz +/libpod-9ffd480.tar.gz +/libpod-4e0c0ec.tar.gz +/libpod-b83b07c.tar.gz +/libpod-faa2462.tar.gz +/libpod-c9d63fe.tar.gz +/libpod-0f6535c.tar.gz +/libpod-5c86efb.tar.gz +/libpod-140ae25.tar.gz +/libpod-6301f6a.tar.gz +/libpod-1b2f752.tar.gz +/libpod-0e3264a.tar.gz +/libpod-e3dc660.tar.gz +/libpod-0d4bfb0.tar.gz +/libpod-579fc0f.tar.gz +/libpod-ef2f6f9.tar.gz +/libpod-ec96987.tar.gz +/libpod-7838a13.tar.gz +/libpod-c9e1f36.tar.gz +/libpod-ebe9297.tar.gz +/libpod-ad5579e.tar.gz +/libpod-805c6d9.tar.gz +/libpod-e97dc8e.tar.gz +/libpod-e6426af.tar.gz +/libpod-d5593b8.tar.gz +/libpod-778f986.tar.gz +/libpod-650e242.tar.gz +/libpod-f250745.tar.gz +/libpod-962850c.tar.gz +/libpod-afd4d5f.tar.gz +/libpod-c86e8f1.tar.gz +/libpod-8923703.tar.gz +/libpod-ee27c39.tar.gz +/libpod-dfc64e1.tar.gz +/libpod-81ace5c.tar.gz +/libpod-0a521e1.tar.gz +/libpod-1cb16bd.tar.gz +/libpod-3f32eae.tar.gz +/libpod-228d1cb.tar.gz /libpod-0ad9b6b.tar.gz /libpod-b33a00e.tar.gz /libpod-6aa8078.tar.gz diff --git a/podman.spec b/podman.spec index 1d42bf8..5605065 100644 --- a/podman.spec +++ b/podman.spec @@ -1,10 +1,16 @@ +%{?python_enable_dependency_generator} %global with_devel 0 %global with_bundled 1 %global with_debug 1 %global with_check 0 %global with_unit_test 0 +%if 0%{?fedora} >= 28 +%bcond_without varlink %define gogenerate go generate +%else +%bcond_with varlink +%endif %if 0%{?with_debug} %global _find_debuginfo_dwz_opts %{nil} @@ -21,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 6aa8078cc1f54a5c6e6197d7e0273e36ed55060e +%global commit0 3bd528e583182b4249f3e6bbd8497a8831d89950 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -30,15 +36,15 @@ %global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) Name: podman -# Version string is wrong but only written as such to avoid epoch bumps -# Will be fixed once upstream moves to 0.8.11-dev -%if 0%{?fedora} > 28 -Epoch: 1 +# Epoch is 2 for f30 (rawhide), 1 for f28 and f29 +# BEWARE while using on other distros +%if 0%{?fedora} >= 30 +Epoch: 2 %else -Epoch: 0 +Epoch: 1 %endif -Version: 1.1.2 -Release: 3.git%{shortcommit0}%{?dist} +Version: 1.2.0 +Release: 1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -69,12 +75,9 @@ Requires: containers-common Requires: containernetworking-plugins >= 0.7.3-2 Requires: iptables Requires: nftables -#Requires: conmon -Recommends: container-selinux >= 2:2.71 +Recommends: container-selinux Recommends: slirp4netns >= 0.3-0 -%if 0%{?fedora} > 28 -Recommends: fuse-overlayfs -%endif +Recommends: fuse-overlayfs >= 0.3-8 # vendored libraries # awk '{print "Provides: bundled(golang("$1")) = "$2}' vendor.conf | sort @@ -84,13 +87,14 @@ Provides: bundled(golang(github.com/blang/semver)) = v3.5.0 Provides: bundled(golang(github.com/boltdb/bolt)) = master Provides: bundled(golang(github.com/buger/goterm)) = 2f8dfbc7dbbff5dd1d391ed91482c24df243b2d3 Provides: bundled(golang(github.com/BurntSushi/toml)) = v0.2.0 -Provides: bundled(golang(github.com/containerd/cgroups)) = 77e628511d924b13a77cebdc73b757a47f6d751b +Provides: bundled(golang(github.com/containerd/cgroups)) = 58556f5ad8448d99a6f7bea69ea4bdb7747cfeb0 Provides: bundled(golang(github.com/containerd/continuity)) = master #Provides: bundled(golang(github.com/containernetworking/cni)) = v0.7.0-alpha1 Provides: bundled(golang(github.com/containernetworking/plugins)) = 1562a1e60ed101aacc5e08ed9dbeba8e9f3d4ec1 -Provides: bundled(golang(github.com/containers/image)) = 134f99bed228d6297dc01d152804f6f09f185418 +Provides: bundled(golang(github.com/containers/image)) = 85d7559d44fd71f30e46e43d809bfbf88d11d916 Provides: bundled(golang(github.com/containers/psgo)) = 5dde6da0bc8831b35243a847625bcf18183bd1ee -Provides: bundled(golang(github.com/containers/storage)) = 17c7d1fee5603ccf6dd97edc14162fc1510e7e23 +Provides: bundled(golang(github.com/containers/storage)) = 243c4cd616afdf06b4a975f18c4db083d26b1641 +Provides: bundled(golang(github.com/coreos/go-iptables)) = 25d087f3cffd9aedc0c2b7eff25f23cbf3c20fe1 Provides: bundled(golang(github.com/coreos/go-systemd)) = v14 Provides: bundled(golang(github.com/cri-o/ocicni)) = master Provides: bundled(golang(github.com/cyphar/filepath-securejoin)) = v0.2.1 @@ -132,7 +136,7 @@ Provides: bundled(golang(github.com/Nvveen/Gotty)) = master #Provides: bundled(golang(github.com/opencontainers/go-digest)) = v1.0.0-rc0 Provides: bundled(golang(github.com/opencontainers/image-spec)) = v1.0.0 Provides: bundled(golang(github.com/opencontainers/runc)) = b4e2ecb452d9ee4381137cc0a7e6715b96bed6de -Provides: bundled(golang(github.com/opencontainers/runtime-spec)) = v1.0.0 +Provides: bundled(golang(github.com/opencontainers/runtime-spec)) = d810dbc60d8c5aeeb3d054bd1132fab2121968ce Provides: bundled(golang(github.com/opencontainers/runtime-tools)) = master Provides: bundled(golang(github.com/opencontainers/selinux)) = b6fa367ed7f534f9ba25391cc2d467085dbb445a Provides: bundled(golang(github.com/openshift/imagebuilder)) = master @@ -140,7 +144,7 @@ Provides: bundled(golang(github.com/ostreedev/ostree-go)) = master Provides: bundled(golang(github.com/pkg/errors)) = v0.8.0 Provides: bundled(golang(github.com/pmezard/go-difflib)) = 792786c7400a136282c1664665ae0a8db921c6c2 Provides: bundled(golang(github.com/pquerna/ffjson)) = d49c2bc1aa135aad0c6f4fc2056623ec78f5d5ac -Provides: bundled(golang(github.com/projectatomic/buildah)) = 745bf7e56bda740ce7cfc55318da08529e5ed519 +Provides: bundled(golang(github.com/projectatomic/buildah)) = af5bbde0180026ae87b7fc81c2dc124aa73ec959 Provides: bundled(golang(github.com/seccomp/containers-golang)) = master Provides: bundled(golang(github.com/seccomp/libseccomp-golang)) = v0.9.0 Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.0.0 @@ -151,6 +155,7 @@ Provides: bundled(golang(github.com/tchap/go-patricia)) = v2.2.6 Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.4 Provides: bundled(golang(github.com/ulule/deepcopier)) = master Provides: bundled(golang(github.com/urfave/cli)) = 934abfb2f102315b5794e15ebc7949e4ca253920 +Provides: bundled(golang(github.com/varlink/go)) = master Provides: bundled(golang(github.com/vbatts/tar-split)) = v0.10.2 Provides: bundled(golang(github.com/vishvananda/netlink)) = master Provides: bundled(golang(github.com/vishvananda/netns)) = master @@ -196,14 +201,10 @@ This package installs a script named docker that emulates the Docker CLI by executes podman commands, it also creates links between all Docker CLI man pages and podman. -%files docker -%{_bindir}/docker -%{_mandir}/man1/docker*.1* - %if 0%{?with_devel} %package devel -Summary: Library for applications looking to use Container Pods -BuildArch: noarch +Summary: Library for applications looking to use Container Pods +BuildArch: noarch Provides: %{repo}-devel = %{epoch}:%{version}-%{release} %if 0%{?with_check} && ! 0%{?with_bundled} @@ -315,15 +316,15 @@ Requires: golang(k8s.io/kubernetes/pkg/kubelet/container) Provides: golang(%{import_path}/cmd/%{name}/docker) = %{epoch}:%{version}-%{release} Provides: golang(%{import_path}/cmd/%{name}/formats) = %{epoch}:%{version}-%{release} Provides: golang(%{import_path}/libkpod) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/libpod) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/libpod/common) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/libpod/driver) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/libpod/layers) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/pkg/annotations) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/pkg/chrootuser) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/pkg/registrar) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/pkg/storage) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/utils) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/libpod) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/libpod/common) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/libpod/driver) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/libpod/layers) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/pkg/annotations) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/pkg/chrootuser) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/pkg/registrar) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/pkg/storage) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/utils) = %{epoch}:%{version}-%{release} %description -n libpod-devel %{summary} @@ -335,14 +336,14 @@ building other packages which use import path with %if 0%{?with_unit_test} && 0%{?with_devel} %package unit-test-devel -Summary: Unit tests for %{name} package +Summary: Unit tests for %{name} package %if 0%{?with_check} #Here comes all BuildRequires: PACKAGE the unit tests #in %%check section need for running %endif # test subpackage tests code from devel subpackage -Requires: %{name}-devel = %{epoch}:%{version}-%{release} +Requires: %{name}-devel = %{epoch}:%{version}-%{release} %if 0%{?with_check} && ! 0%{?with_bundled} BuildRequires: golang(github.com/stretchr/testify/assert) @@ -385,10 +386,10 @@ mkdir -p src/%{provider}.%{provider_tld}/%{project} ln -s ../../../../ src/%{import_path} popd ln -s vendor src -export GOPATH=$(pwd)/_build:$(pwd):$(pwd):%{gopath} -export BUILDTAGS="varlink seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh) exclude_graphdriver_devicemapper" +export GOPATH=$(pwd)/_build:$(pwd) +export BUILDTAGS="varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" %gogenerate ./cmd/%{name}/varlink/... -BUILDTAGS=$BUILDTAGS make binaries docs +%gobuild -o bin/%{name} %{import_path}/cmd/%{name} # build conmon pushd cri-o-%{commit_conmon} @@ -398,11 +399,10 @@ mkdir -p src/%{provider}.%{provider_tld}/{kubernetes-sigs,opencontainers} ln -s $(dirs +1 -l) src/%{import_path_conmon} popd ln -s vendor src -export GOPATH=$(pwd)/_output:$(pwd):%{gopath} +export GOPATH=$(pwd)/_output:$(pwd) export BUILDTAGS="selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) containers_image_ostree_stub" BUILDTAGS=$BUILDTAGS make -C conmon popd -mv pkg/hooks/README.md pkg/hooks/README-hooks.md %install install -dp %{buildroot}%{_unitdir} @@ -414,6 +414,8 @@ PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{build install.completions \ install.docker +mv pkg/hooks/README.md pkg/hooks/README-hooks.md + # install libpod.conf install -dp %{buildroot}%{_datadir}/containers install -p -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers @@ -509,6 +511,10 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_unitdir}/io.%{name}.socket %{_usr}/lib/tmpfiles.d/%{name}.conf +%files docker +%{_bindir}/docker +%{_mandir}/man1/docker*.1* + %if 0%{?with_devel} %files -n libpod-devel -f devel.file-list %license LICENSE @@ -523,7 +529,7 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %endif %triggerpostun -- %{name} < 1.1 -podman system renumber +%{_bindir}/%{name} system renumber exit 0 %files tests @@ -531,73 +537,306 @@ exit 0 %{_datadir}/%{name}/test %changelog -* Sun Mar 17 2019 Eduardo Santiago - 1:1.1.2-3.git6aa8078 +* Mon Mar 18 2019 Eduardo Santiago - 2:1.1.2-4.dev.git6aa8078 - include zsh completion -* Mon Mar 11 2019 Eduardo Santiago - 1:1.1.2-2.git55dc783 +* Wed Mar 13 2019 Eduardo Santiago - 2:1.1.2-3.dev.gitb33a00e - new -tests subpackage -* Tue Mar 5 2019 dwalsh - 1:1.1.2-1.git0ad9b6b -- Upstream 1.1.2 release +* Tue Mar 12 2019 Lokesh Mandvekar - 2:1.1.2-2.dev.git0ad9b6b +- missed the system renumber scriptlet in the previous build -* Wed Feb 27 2019 dwalsh - 1:1.1.0-1.git006206a -- Upstream 1.1.0 release +* Tue Mar 12 2019 Lokesh Mandvekar - 2:1.1.2-1.dev.git0ad9b6b +- bump to v1.1.2 -* Sat Jan 12 2019 dwalsh - 1:1.0.0-1.git82e8011 +* Tue Mar 12 2019 Lokesh Mandvekar - 2:1.0.1-32.dev.git228d1cb +- Resolves: #1686636 - do not depend on conmon (conmon moved to modules) + +* Tue Feb 19 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-31.dev.git228d1cb +- autobuilt 228d1cb + +* Mon Feb 18 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-30.dev.git3f32eae +- autobuilt 3f32eae + +* Sun Feb 17 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-29.dev.git1cb16bd +- autobuilt 1cb16bd + +* Sat Feb 16 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-28.dev.git0a521e1 +- autobuilt 0a521e1 + +* Fri Feb 15 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-27.dev.git81ace5c +- autobuilt 81ace5c + +* Thu Feb 14 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-26.dev.gitdfc64e1 +- autobuilt dfc64e1 + +* Wed Feb 13 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-25.dev.gitee27c39 +- autobuilt ee27c39 + +* Tue Feb 12 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-24.dev.git8923703 +- autobuilt 8923703 + +* Sun Feb 10 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-23.dev.gitc86e8f1 +- autobuilt c86e8f1 + +* Sat Feb 09 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-22.dev.gitafd4d5f +- autobuilt afd4d5f + +* Fri Feb 08 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-21.dev.git962850c +- autobuilt 962850c + +* Thu Feb 07 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-20.dev.gitf250745 +- autobuilt f250745 + +* Wed Feb 06 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-19.dev.git650e242 +- autobuilt 650e242 + +* Tue Feb 05 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-18.dev.git778f986 +- autobuilt 778f986 + +* Sun Feb 03 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-17.dev.gitd5593b8 +- autobuilt d5593b8 + +* Sat Feb 02 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-16.dev.gite6426af +- autobuilt e6426af + +* Fri Feb 01 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-15.dev.gite97dc8e +- autobuilt e97dc8e + +* Thu Jan 31 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-14.dev.git805c6d9 +- autobuilt 805c6d9 + +* Wed Jan 30 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-13.dev.gitad5579e +- autobuilt ad5579e + +* Tue Jan 29 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-12.dev.gitebe9297 +- autobuilt ebe9297 + +* Thu Jan 24 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-11.dev.gitc9e1f36 +- autobuilt c9e1f36 + +* Wed Jan 23 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-10.dev.git7838a13 +- autobuilt 7838a13 + +* Tue Jan 22 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-9.dev.gitec96987 +- autobuilt ec96987 + +* Mon Jan 21 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-8.dev.gitef2f6f9 +- autobuilt ef2f6f9 + +* Sun Jan 20 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-7.dev.git579fc0f +- autobuilt 579fc0f + +* Sat Jan 19 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-6.dev.git0d4bfb0 +- autobuilt 0d4bfb0 + +* Fri Jan 18 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-5.dev.gite3dc660 +- autobuilt e3dc660 + +* Thu Jan 17 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-4.dev.git0e3264a +- autobuilt 0e3264a + +* Wed Jan 16 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-3.dev.git1b2f752 +- autobuilt 1b2f752 + +* Tue Jan 15 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-2.dev.git6301f6a +- bump to 1.0.1 +- autobuilt 6301f6a + +* Mon Jan 14 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-3.dev.git140ae25 +- autobuilt 140ae25 + +* Sat Jan 12 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-2.dev.git5c86efb +- bump to 0.12.2 +- autobuilt 5c86efb + +* Fri Jan 11 2019 bbaude - 1:1.0.0-1.dev.git82e8011 - Upstream 1.0.0 release -* Thu Dec 13 2018 bbaude - 1:0.12.1.2-1.git9551f6b -- Upstream 0.12.1.2 release +* Thu Jan 10 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-27.dev.git0f6535c +- autobuilt 0f6535c -* Fri Dec 07 2018 Brent Baude - 1:0.12.1.1 -1.git66d3499 -- Upstream 0.12.1.1 release +* Wed Jan 09 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-26.dev.gitc9d63fe +- autobuilt c9d63fe -* Thu Dec 06 2018 Brent Baude - 1:0.12.1-2.git7ba215f -- Upstream 0.12.1 release +* Tue Jan 08 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-25.dev.gitfaa2462 +- autobuilt faa2462 -* Sat Nov 10 2018 Dan Walsh - 1:0.11.1-2.gita4adfe5 +* Mon Jan 07 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-24.dev.gitb83b07c +- autobuilt b83b07c + +* Sat Jan 05 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-23.dev.git4e0c0ec +- autobuilt 4e0c0ec + +* Fri Jan 04 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-22.dev.git9ffd480 +- autobuilt 9ffd480 + +* Thu Jan 03 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-21.dev.git098c134 +- autobuilt 098c134 + +* Tue Jan 01 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-20.dev.git7438b7b +- autobuilt 7438b7b + +* Sat Dec 29 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb9.dev.git1aa55ed +- autobuilt 1aa55ed + +* Thu Dec 27 2018 Igor Gnatenko - 2:0.12.2-1.nightly.git5c86efb8.dev.gitc50332d +- Enable python dependency generator + +* Tue Dec 25 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb7.dev.gitc50332d +- autobuilt c50332d + +* Mon Dec 24 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb6.dev.git8fe3050 +- autobuilt 8fe3050 + +* Sun Dec 23 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb5.dev.git792f109 +- autobuilt 792f109 + +* Sat Dec 22 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb4.dev.gitfe186c6 +- autobuilt fe186c6 + +* Fri Dec 21 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb3.dev.gitfa998f2 +- autobuilt fa998f2 + +* Thu Dec 20 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb2.dev.git6b059a5 +- autobuilt 6b059a5 + +* Wed Dec 19 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb1.dev.gitc8eaf59 +- autobuilt c8eaf59 + +* Tue Dec 18 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb0.dev.git68414c5 +- autobuilt 68414c5 + +* Mon Dec 17 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-9.dev.gitb21d474 +- autobuilt b21d474 + +* Sat Dec 15 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-8.dev.gitc086118 +- autobuilt c086118 + +* Fri Dec 14 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-7.dev.git93b5ccf +- autobuilt 93b5ccf + +* Thu Dec 13 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-6.dev.git508388b +- autobuilt 508388b + +* Wed Dec 12 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-5.dev.git8a3361f +- autobuilt 8a3361f + +* Tue Dec 11 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-4.dev.git235a630 +- autobuilt 235a630 + +* Sat Dec 08 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-3.dev.git1f547b2 +- autobuilt 1f547b2 + +* Fri Dec 07 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-2.dev.gita387c72 +- bump to 0.12.2 +- autobuilt a387c72 + +* Thu Dec 06 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-15.dev.git75b19ca +- autobuilt 75b19ca + +* Wed Dec 05 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-14.dev.git320085a +- autobuilt 320085a + +* Tue Dec 04 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-13.dev.git5f6ad82 +- autobuilt 5f6ad82 + +* Sun Dec 02 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-12.dev.git41f250c +- autobuilt 41f250c + +* Sat Dec 01 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-11.dev.git6b8f89d +- autobuilt 6b8f89d + +* Thu Nov 29 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-10.dev.git3af62f6 +- autobuilt 3af62f6 + +* Tue Nov 27 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-9.dev.git3956050 +- autobuilt 3956050 + +* Mon Nov 26 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-8.dev.gite3ece3b +- autobuilt e3ece3b + +* Sat Nov 24 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-7.dev.git78604c3 +- autobuilt 78604c3 + +* Thu Nov 22 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-6.dev.git1fdfeb8 +- autobuilt 1fdfeb8 + +* Wed Nov 21 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-5.dev.git23feb0d +- autobuilt 23feb0d + +* Tue Nov 20 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-4.dev.gitea928f2 +- autobuilt ea928f2 + +* Sat Nov 17 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-3.dev.gitcd5742f +- autobuilt cd5742f + +* Fri Nov 16 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-2.dev.git236408b +- autobuilt 236408b + +* Wed Nov 14 2018 Lokesh Mandvekar - 2:0.11.2-1.dev.git97bded4 +- bump epoch cause previous version was messed up +- built 97bded4 + +* Tue Nov 13 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.git79657161 +- bump to 0.11.2 +- autobuilt 7965716 + +* Sat Nov 10 2018 Dan Walsh - 1:0.11.20.11.2-2.dev.git78e6d8e1 - Remove dirty flag from podman version -* Thu Nov 08 2018 bbaude - 1:0.11.1-1.gita4adfe5 + +* Sat Nov 10 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.git7965716.dev.git78e6d8e1 +- bump to 0.11.2 +- autobuilt 78e6d8e + +* Fri Nov 09 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.git7965716.dev.git78e6d8e.dev.gitf5473c61 +- bump to 0.11.2 +- autobuilt f5473c6 + +* Thu Nov 08 2018 baude - 1:0.11.1-1.dev.gita4adfe5 - Upstream 0.11.1-1 -* Sun Oct 28 2018 Lokesh Mandvekar - 1:0.10.1.3-4.gitdb08685 -- Correct bug id in previous changelog entry +* Thu Nov 08 2018 Lokesh Mandvekar (Bot) - 1:0.10.2-3.dev.git672f572 +- autobuilt 672f572 -* Sun Oct 28 2018 Lokesh Mandvekar - 1:0.10.1.3-3.gitdb08685 +* Wed Nov 07 2018 Lokesh Mandvekar (Bot) - 1:0.10.2-2.dev.gite9f8aed +- autobuilt e9f8aed + +* Sun Oct 28 2018 Lokesh Mandvekar - 1:0.10.2-1.dev.git4955572 - Resolves: #1643744 - build podman with ostree support +- bump to v0.10.2 +- built commit 4955572 -* Fri Oct 19 2018 Lokesh Mandvekar - 1:0.10.1.3-2.gitdb08685 +* Fri Oct 19 2018 Lokesh Mandvekar - 1:0.10.1.3-3.dev.gitdb08685 - consistent epoch:version-release in changelog -* Thu Oct 18 2018 Lokesh Mandvekar - 1:0.10.1.3-1.gitdb08685 -- bump to v0.10.1.3 -- correct changelog and epoch mentions +* Thu Oct 18 2018 Lokesh Mandvekar - 1:0.10.1.3-2.dev.gitdb08685 +- correct epoch mentions -* Fri Oct 12 2018 Dan Walsh - 1:0.10.1-1.gite4a1553 +* Thu Oct 18 2018 Lokesh Mandvekar - 1:0.10.1.3-1.dev.gitdb08685 +- bump to v0.10.1.3 + +* Thu Oct 11 2018 baude - 1:0.10.1-1.gitda5c894 - Upstream v0.10.1 release -* Tue Oct 2 2018 Dan Walsh - 1:0.9.3.1-2.git1cd906d -- Fix podman-docker to require proper version. - -* Tue Sep 25 2018 baude - 1:0.9.3.1-1.git1cd906d -- Upstream 0.9.3.1 upstream release +* Fri Sep 28 2018 Lokesh Mandvekar - 1:0.9.4-3.dev.gite7e81e6 +- built libpod commit e7e81e6 +- built conmon from cri-o commit 2cbe48b * Tue Sep 25 2018 Dan Walsh - 1:0.9.4-2.dev.gitaf791f3 - Fix required version of runc -* Mon Sep 24 2018 Lokesh Mandvekar - 1:0.9.3-4.gita723353 -- ensure smooth upgrade path from f28 -- mention epoch number in changelogs +* Mon Sep 24 2018 Lokesh Mandvekar - 1:0.9.4-1.dev.gitaf791f3 +- bump to v0.9.4 +- built af791f3 -* Sat Sep 22 2018 Dan Walsh - 1:0.9.3-1.gita723353 -- Upstream 0.9.3 +* Wed Sep 19 2018 Lokesh Mandvekar - 1:0.9.3-2.dev.gitc3a0874 +- autobuilt c3a0874 -* Mon Sep 17 2018 Dan Walsh - 1:0.9.2.1-1.git19cb754 -- Merge in fixes for podman build, to handle symbolic links and running sudo in Dockerfile - -* Sat Sep 15 2018 baude - 0.9.2-2.git81df604 -- Upstream 0.9.2 +* Mon Sep 17 2018 Lokesh Mandvekar - 1:0.9.3-1.dev.git28a2bf8 +- bump to v0.9.3 +- built commit 28a2bf82 * Tue Sep 11 2018 Lokesh Mandvekar - 1:0.9.1.1-1.dev.git95dbcad - bump to v0.9.1.1 @@ -607,13 +846,7 @@ exit 0 - Upstream release of 0.9.1 - Do not build with devicemapper -* Sun Sep 09 2018 baude - 0.9.1-3.gitaba58d1 -- Grab correct commit for podman-0.9.1 - -* Fri Sep 07 2018 baude - 0.9.1-1.gitc325a18 -- Upstream 0.9.1 release - -* Tue Sep 4 2018 Dan Walsh - 1:0.8.5-5.dev.git65c31d4 +* Tue Sep 4 2018 Dan Walsh - 1:0.8.5-5.git65c31d4 - Fix required version of runc * Tue Sep 4 2018 Dan Walsh - 1:0.8.5-4.dev.git65c31d4 @@ -622,15 +855,14 @@ exit 0 * Tue Sep 4 2018 Dan Walsh - 1:0.8.5-3.dev.git65c31d4 - Fix required version of runc -* Mon Sep 3 2018 Dan Walsh - 0.8.5-2.gitdc5a711 +* Mon Sep 3 2018 Dan Walsh - 1:0.8.5-2.dev.git65c31d4 - Add a specific version of runc or later to require -* Fri Aug 31 2018 baude - 0.8.5-1.gitdc5a711 -- Upstream 0.8.5 release - -* Thu Aug 30 2018 Lokesh Mandvekar - 1:0.8.4-2.git9f9b8cf -- correct min dep on containernetworking-plugins -- update bundled provides +* Thu Aug 30 2018 Lokesh Mandvekar - 1:0.8.5-1.dev.git65c31d4 +- bump to v0.8.5-dev +- built commit 65c31d4 +- correct min dep on containernetworking-plugins for upgrade from +containernetworking-cni * Mon Aug 20 2018 Lokesh Mandvekar - 1:0.8.3-4.dev.git3d55721f - Resolves: #1619411 - python3-podman should require python3-psutil From 5694433766c12a59bd10cdc8b37653af49588178 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 1 Apr 2019 10:12:31 -0400 Subject: [PATCH 0197/2185] include zsh completion --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 055e62c..5d1dc56 100644 --- a/.gitignore +++ b/.gitignore @@ -189,3 +189,4 @@ /libpod-0ad9b6b.tar.gz /libpod-b33a00e.tar.gz /libpod-6aa8078.tar.gz +/libpod-3bd528e.tar.gz diff --git a/sources b/sources index 2e58642..294bbc2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-6aa8078.tar.gz) = bad4f304fc2ee4e48cf6cd6ed55bbf811f5a47ff6d4b57d5138f4675766a0815abdba1dd9bd8fd5aaef87fabaf8b59fb2bf29ab89688fe98b3bca3b2cb8292fa +SHA512 (libpod-3bd528e.tar.gz) = 6993886a244775e029fb9cb1cb20c28e94a29cee2f199ce2fa765d6c9630d9e1f2e9de985dc574acee8a98eb378bb738c24ca928ee0f749df3c13594b04fdc52 From 7532998671974fc7532f9582b6e34a0e256b7474 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 1 Apr 2019 10:31:37 -0400 Subject: [PATCH 0198/2185] New Release of podman --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 5605065..a2a09c0 100644 --- a/podman.spec +++ b/podman.spec @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.2.0 -Release: 1.dev.git%{shortcommit0}%{?dist} +Release: 2.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -537,6 +537,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Mon Apr 1 2019 Dan Walsh - 2:1.2.0-2.git6aa8078 +- New Release of podman + * Mon Mar 18 2019 Eduardo Santiago - 2:1.1.2-4.dev.git6aa8078 - include zsh completion From ffb68c09f8a77abb735f2eb3054b54d95698cc11 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 2 Apr 2019 07:25:38 +0000 Subject: [PATCH 0199/2185] podman-2:1.3.0-3.dev.gitad467ba - autobuilt ad467ba Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3ef3633..d20b3b5 100644 --- a/.gitignore +++ b/.gitignore @@ -221,3 +221,4 @@ /libpod-7b73974.tar.gz /libpod-833204d.tar.gz /libpod-cd35e20.tar.gz +/libpod-ad467ba.tar.gz diff --git a/podman.spec b/podman.spec index 78b122c..638e2c3 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 cd35e20772a324e5dd247496705bef57b9da752d +%global commit0 ad467ba16e5f78a159c730ea005830cfa075de15 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.3.0 -Release: 2.dev.git%{shortcommit0}%{?dist} +Release: 3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -541,6 +541,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Tue Apr 02 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-3.dev.gitad467ba +- autobuilt ad467ba + * Mon Apr 01 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-2.dev.gitcd35e20 - bump to 1.3.0 - autobuilt cd35e20 diff --git a/sources b/sources index 4a091f1..5cf41ca 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-cd35e20.tar.gz) = 560804d4d75cd3d9c092c82af7eefe7df2d0eca7c8efbd54217ea1a1376869c0a7ed2c47c65064a9ddda8259f53d0a5098fd3617d6aee2f116051c9d85681361 +SHA512 (libpod-ad467ba.tar.gz) = c040b6a65244e923d8969ada1951f8ac49be60cd605d7eb015ab3c031dc318da2babb4376134bbe458ea00bedcd4e2f45d15c78998cf9aea3ba83fd323b7787a From 6fca64253251f48ec8a47679ff3eb16c5d163367 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 3 Apr 2019 12:40:13 +0000 Subject: [PATCH 0200/2185] podman-2:1.3.0-4.dev.gitad467ba - Resolves: #1695492 - own /usr/libexec/podman Signed-off-by: Lokesh Mandvekar --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 638e2c3..eb7f9e2 100644 --- a/podman.spec +++ b/podman.spec @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.3.0 -Release: 3.dev.git%{shortcommit0}%{?dist} +Release: 4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -508,6 +508,7 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ # By "owning" the site-functions dir, we don't need to Require zsh %{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/* +%dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/conmon %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist %{_datadir}/containers/%{repo}.conf @@ -541,6 +542,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Wed Apr 03 2019 Lokesh Mandvekar - 2:1.3.0-4.dev.gitad467ba +- Resolves: #1695492 - own /usr/libexec/podman + * Tue Apr 02 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-3.dev.gitad467ba - autobuilt ad467ba From 8b03031f98c3719015c610791630e8b604d449c9 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 4 Apr 2019 05:38:09 +0000 Subject: [PATCH 0201/2185] podman-2:1.3.0-5.dev.git4bda537 - autobuilt 4bda537 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d20b3b5..7f3af6d 100644 --- a/.gitignore +++ b/.gitignore @@ -222,3 +222,4 @@ /libpod-833204d.tar.gz /libpod-cd35e20.tar.gz /libpod-ad467ba.tar.gz +/libpod-4bda537.tar.gz diff --git a/podman.spec b/podman.spec index eb7f9e2..b14d8f3 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ad467ba16e5f78a159c730ea005830cfa075de15 +%global commit0 4bda5378b1434951dbbdf1b6101d662cbf708098 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.3.0 -Release: 4.dev.git%{shortcommit0}%{?dist} +Release: 5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -542,6 +542,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Thu Apr 04 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-5.dev.git4bda537 +- autobuilt 4bda537 + * Wed Apr 03 2019 Lokesh Mandvekar - 2:1.3.0-4.dev.gitad467ba - Resolves: #1695492 - own /usr/libexec/podman diff --git a/sources b/sources index 5cf41ca..e93d37b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-ad467ba.tar.gz) = c040b6a65244e923d8969ada1951f8ac49be60cd605d7eb015ab3c031dc318da2babb4376134bbe458ea00bedcd4e2f45d15c78998cf9aea3ba83fd323b7787a +SHA512 (libpod-4bda537.tar.gz) = 0d60b447b8d8383b40937449c19e6c5406fbbfcddfe05a0e32b2f030fba11c072ba195f3d0ad43352096336f49191c62db816ef13cf5fc6a99591026b0cb02af From acb9753456c09e8f92ad9291618b1ed9c43b68d2 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 5 Apr 2019 05:52:32 +0000 Subject: [PATCH 0202/2185] podman-2:1.3.0-6.dev.gitbda28c6 - autobuilt bda28c6 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7f3af6d..1ae93df 100644 --- a/.gitignore +++ b/.gitignore @@ -223,3 +223,4 @@ /libpod-cd35e20.tar.gz /libpod-ad467ba.tar.gz /libpod-4bda537.tar.gz +/libpod-bda28c6.tar.gz diff --git a/podman.spec b/podman.spec index b14d8f3..e107e55 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 4bda5378b1434951dbbdf1b6101d662cbf708098 +%global commit0 bda28c61dbab1796035d79aad91a0c52458b3dd8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.3.0 -Release: 5.dev.git%{shortcommit0}%{?dist} +Release: 6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -542,6 +542,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Fri Apr 05 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-6.dev.gitbda28c6 +- autobuilt bda28c6 + * Thu Apr 04 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-5.dev.git4bda537 - autobuilt 4bda537 diff --git a/sources b/sources index e93d37b..7583959 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-4bda537.tar.gz) = 0d60b447b8d8383b40937449c19e6c5406fbbfcddfe05a0e32b2f030fba11c072ba195f3d0ad43352096336f49191c62db816ef13cf5fc6a99591026b0cb02af +SHA512 (libpod-bda28c6.tar.gz) = 3cbfcceebd10fa327c4b9fb0ded8ff0aa56158bf02b8f925ec0310a95909f0f72b098c0abea2c67e8d214f439383422f70162ef5f4a8dca5c4e2b0e85ba66966 From 60b68c7aae2fc025396fcfa39332036ecb93694e Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 6 Apr 2019 05:55:18 +0000 Subject: [PATCH 0203/2185] podman-2:1.3.0-7.dev.gitbc320be - autobuilt bc320be Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1ae93df..c2c2feb 100644 --- a/.gitignore +++ b/.gitignore @@ -224,3 +224,4 @@ /libpod-ad467ba.tar.gz /libpod-4bda537.tar.gz /libpod-bda28c6.tar.gz +/libpod-bc320be.tar.gz diff --git a/podman.spec b/podman.spec index e107e55..2e00f21 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 bda28c61dbab1796035d79aad91a0c52458b3dd8 +%global commit0 bc320be00bc584bd88525266d23a9d5edb9d44f8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.3.0 -Release: 6.dev.git%{shortcommit0}%{?dist} +Release: 7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -542,6 +542,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Sat Apr 06 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-7.dev.gitbc320be +- autobuilt bc320be + * Fri Apr 05 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-6.dev.gitbda28c6 - autobuilt bda28c6 diff --git a/sources b/sources index 7583959..014de18 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-bda28c6.tar.gz) = 3cbfcceebd10fa327c4b9fb0ded8ff0aa56158bf02b8f925ec0310a95909f0f72b098c0abea2c67e8d214f439383422f70162ef5f4a8dca5c4e2b0e85ba66966 +SHA512 (libpod-bc320be.tar.gz) = 6ba96b8b7df689449f095753f564030557d29976e3d3665aeb7d1030b053e2ebf465369a9cafa4898b4d8882564b422a903148057962d1df3d6e710ff384416c From fcc41ea1932b1dcf304fc40e1705f3e8668a39b3 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 9 Apr 2019 05:54:16 +0000 Subject: [PATCH 0204/2185] podman-2:1.3.0-8.dev.gitc94903a - autobuilt c94903a Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c2c2feb..9aee837 100644 --- a/.gitignore +++ b/.gitignore @@ -225,3 +225,4 @@ /libpod-4bda537.tar.gz /libpod-bda28c6.tar.gz /libpod-bc320be.tar.gz +/libpod-c94903a.tar.gz diff --git a/podman.spec b/podman.spec index 2e00f21..c4769bb 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 bc320be00bc584bd88525266d23a9d5edb9d44f8 +%global commit0 c94903ab45396d04f3c94587b8f505435d0ea723 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.3.0 -Release: 7.dev.git%{shortcommit0}%{?dist} +Release: 8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -542,6 +542,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Tue Apr 09 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-8.dev.gitc94903a +- autobuilt c94903a + * Sat Apr 06 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-7.dev.gitbc320be - autobuilt bc320be diff --git a/sources b/sources index 014de18..ad2bad0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-bc320be.tar.gz) = 6ba96b8b7df689449f095753f564030557d29976e3d3665aeb7d1030b053e2ebf465369a9cafa4898b4d8882564b422a903148057962d1df3d6e710ff384416c +SHA512 (libpod-c94903a.tar.gz) = a46ef89a7a14b54982c432baa4bd3692a2abb2458378c98ccf0f8516339a06e523df9c6ab5cbbc7fdcf76f117ef22d6854a3e2033551ad6c3e0d45ef2fd41e9e From 077d6572898e6eaaaf6e23ec6d6fd3d3aa32f181 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 10 Apr 2019 05:52:57 +0000 Subject: [PATCH 0205/2185] podman-2:1.3.0-9.dev.git60ef8f8 - autobuilt 60ef8f8 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9aee837..f26c9ea 100644 --- a/.gitignore +++ b/.gitignore @@ -226,3 +226,4 @@ /libpod-bda28c6.tar.gz /libpod-bc320be.tar.gz /libpod-c94903a.tar.gz +/libpod-60ef8f8.tar.gz diff --git a/podman.spec b/podman.spec index c4769bb..6da8c04 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c94903ab45396d04f3c94587b8f505435d0ea723 +%global commit0 60ef8f8da90ec5200e62b79b24324fefde2c7036 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.3.0 -Release: 8.dev.git%{shortcommit0}%{?dist} +Release: 9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -542,6 +542,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Wed Apr 10 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-9.dev.git60ef8f8 +- autobuilt 60ef8f8 + * Tue Apr 09 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-8.dev.gitc94903a - autobuilt c94903a diff --git a/sources b/sources index ad2bad0..2ce08cb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-c94903a.tar.gz) = a46ef89a7a14b54982c432baa4bd3692a2abb2458378c98ccf0f8516339a06e523df9c6ab5cbbc7fdcf76f117ef22d6854a3e2033551ad6c3e0d45ef2fd41e9e +SHA512 (libpod-60ef8f8.tar.gz) = 4777172b2d110d0d193fc04bb72c673e411ad16b4768333df73dceac4355c2d1defdc350d621003b3ede92754effbe74c75d63e2bd061ed4b042ed24f0d7122e From b2ffa85d5461f9d5d7167346bffbe4e1661dc720 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 11 Apr 2019 05:43:29 +0000 Subject: [PATCH 0206/2185] podman-2:1.3.0-10.dev.git6cd6eb6 - autobuilt 6cd6eb6 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f26c9ea..6d83f34 100644 --- a/.gitignore +++ b/.gitignore @@ -227,3 +227,4 @@ /libpod-bc320be.tar.gz /libpod-c94903a.tar.gz /libpod-60ef8f8.tar.gz +/libpod-6cd6eb6.tar.gz diff --git a/podman.spec b/podman.spec index 6da8c04..05264c8 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 60ef8f8da90ec5200e62b79b24324fefde2c7036 +%global commit0 6cd6eb6768bb936e87309c61d9cf131350274700 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.3.0 -Release: 9.dev.git%{shortcommit0}%{?dist} +Release: 10.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -542,6 +542,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Thu Apr 11 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-10.dev.git6cd6eb6 +- autobuilt 6cd6eb6 + * Wed Apr 10 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-9.dev.git60ef8f8 - autobuilt 60ef8f8 diff --git a/sources b/sources index 2ce08cb..9a48ed0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-60ef8f8.tar.gz) = 4777172b2d110d0d193fc04bb72c673e411ad16b4768333df73dceac4355c2d1defdc350d621003b3ede92754effbe74c75d63e2bd061ed4b042ed24f0d7122e +SHA512 (libpod-6cd6eb6.tar.gz) = c2fda40b9537a2cff229b8a96552a169d07160fc0305dbb25fb37fefd5741be829783b516accc9f322aa5701dbcca3cf7f1a087165a6cfdbc13953bfcc9c38cd From d6bf9588aad1e153b1061e62ed90905741c77d6e Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 12 Apr 2019 05:56:06 +0000 Subject: [PATCH 0207/2185] podman-2:1.3.0-11.dev.git387d601 - autobuilt 387d601 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6d83f34..62e80f9 100644 --- a/.gitignore +++ b/.gitignore @@ -228,3 +228,4 @@ /libpod-c94903a.tar.gz /libpod-60ef8f8.tar.gz /libpod-6cd6eb6.tar.gz +/libpod-387d601.tar.gz diff --git a/podman.spec b/podman.spec index 05264c8..1bb37a9 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 6cd6eb6768bb936e87309c61d9cf131350274700 +%global commit0 387d6012ba5ef0860df665132c1e3e3017405b8f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.3.0 -Release: 10.dev.git%{shortcommit0}%{?dist} +Release: 11.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -542,6 +542,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Fri Apr 12 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-11.dev.git387d601 +- autobuilt 387d601 + * Thu Apr 11 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-10.dev.git6cd6eb6 - autobuilt 6cd6eb6 diff --git a/sources b/sources index 9a48ed0..d902c88 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-6cd6eb6.tar.gz) = c2fda40b9537a2cff229b8a96552a169d07160fc0305dbb25fb37fefd5741be829783b516accc9f322aa5701dbcca3cf7f1a087165a6cfdbc13953bfcc9c38cd +SHA512 (libpod-387d601.tar.gz) = 51f0d6736d27afaa4237926cff4d6fc7f78581472e20f59e91ab2de8b722fb847a2f7fd7bc0ea988373df0c57f251de78e3f8fd4abddb7ed959e7390c422adaa From 52ef606d41cc8b4e551c506b7965cc894f2cd794 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 13 Apr 2019 05:51:46 +0000 Subject: [PATCH 0208/2185] podman-2:1.3.0-12.dev.git1572367 - autobuilt 1572367 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 62e80f9..a5b6b00 100644 --- a/.gitignore +++ b/.gitignore @@ -229,3 +229,4 @@ /libpod-60ef8f8.tar.gz /libpod-6cd6eb6.tar.gz /libpod-387d601.tar.gz +/libpod-1572367.tar.gz diff --git a/podman.spec b/podman.spec index 1bb37a9..76af561 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 387d6012ba5ef0860df665132c1e3e3017405b8f +%global commit0 15723671b3edefd3cac150dc86323aa1f701ef8d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.3.0 -Release: 11.dev.git%{shortcommit0}%{?dist} +Release: 12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -542,6 +542,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Sat Apr 13 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-12.dev.git1572367 +- autobuilt 1572367 + * Fri Apr 12 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-11.dev.git387d601 - autobuilt 387d601 diff --git a/sources b/sources index d902c88..b39aa2d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-387d601.tar.gz) = 51f0d6736d27afaa4237926cff4d6fc7f78581472e20f59e91ab2de8b722fb847a2f7fd7bc0ea988373df0c57f251de78e3f8fd4abddb7ed959e7390c422adaa +SHA512 (libpod-1572367.tar.gz) = b966efa1764197ca264a048463b1f7f341a2955e3d184f904d3908f19bd8c95f7074c38076b2b3295d2c438daf442d9d087cf9a5a472708d6c62ba052e45f414 From 18a8b346f5b3ae87039e774c18630c3c9ba88198 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 14 Apr 2019 05:43:40 +0000 Subject: [PATCH 0209/2185] podman-2:1.3.0-13.dev.gitb926005 - autobuilt b926005 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a5b6b00..dca4e62 100644 --- a/.gitignore +++ b/.gitignore @@ -230,3 +230,4 @@ /libpod-6cd6eb6.tar.gz /libpod-387d601.tar.gz /libpod-1572367.tar.gz +/libpod-b926005.tar.gz diff --git a/podman.spec b/podman.spec index 76af561..3a574c7 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 15723671b3edefd3cac150dc86323aa1f701ef8d +%global commit0 b9260053e94f2b4a00dbe7eba67fd195018bf94a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.3.0 -Release: 12.dev.git%{shortcommit0}%{?dist} +Release: 13.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -542,6 +542,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Sun Apr 14 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-13.dev.gitb926005 +- autobuilt b926005 + * Sat Apr 13 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-12.dev.git1572367 - autobuilt 1572367 diff --git a/sources b/sources index b39aa2d..3e6e843 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-1572367.tar.gz) = b966efa1764197ca264a048463b1f7f341a2955e3d184f904d3908f19bd8c95f7074c38076b2b3295d2c438daf442d9d087cf9a5a472708d6c62ba052e45f414 +SHA512 (libpod-b926005.tar.gz) = d305765aae036760b373cf012d43af3597c479509d97b74b1ca018bba5963f5744c70f1bfbd45013dde92708bf17e5935dabd930e5c206dcc05f86ece79d590d From e0a69af1cfaa3675559b7f048afc230d29d3508c Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 15 Apr 2019 05:57:41 +0000 Subject: [PATCH 0210/2185] podman-2:1.3.0-14.dev.git167ce59 - autobuilt 167ce59 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dca4e62..cdcc1e9 100644 --- a/.gitignore +++ b/.gitignore @@ -231,3 +231,4 @@ /libpod-387d601.tar.gz /libpod-1572367.tar.gz /libpod-b926005.tar.gz +/libpod-167ce59.tar.gz diff --git a/podman.spec b/podman.spec index 3a574c7..5a6b613 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b9260053e94f2b4a00dbe7eba67fd195018bf94a +%global commit0 167ce59416f6e03f4477269e33e9e5cf5b700a86 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.3.0 -Release: 13.dev.git%{shortcommit0}%{?dist} +Release: 14.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -542,6 +542,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Mon Apr 15 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-14.dev.git167ce59 +- autobuilt 167ce59 + * Sun Apr 14 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-13.dev.gitb926005 - autobuilt b926005 diff --git a/sources b/sources index 3e6e843..0c56905 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-b926005.tar.gz) = d305765aae036760b373cf012d43af3597c479509d97b74b1ca018bba5963f5744c70f1bfbd45013dde92708bf17e5935dabd930e5c206dcc05f86ece79d590d +SHA512 (libpod-167ce59.tar.gz) = fba10c45c51fd9ad8b9e985b7a658bdb865bc332af3441ff9d336c1a8175b3f0c1d7217329adb34721d39090ded201b270af62faaad35d4623ef77d37ef8b264 From 36701fe2a8263d00424dadf48bd0147183f7a4cd Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 16 Apr 2019 05:43:47 +0000 Subject: [PATCH 0211/2185] podman-2:1.3.0-15.dev.gitc1e2b58 - autobuilt c1e2b58 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cdcc1e9..01aee1d 100644 --- a/.gitignore +++ b/.gitignore @@ -232,3 +232,4 @@ /libpod-1572367.tar.gz /libpod-b926005.tar.gz /libpod-167ce59.tar.gz +/libpod-c1e2b58.tar.gz diff --git a/podman.spec b/podman.spec index 5a6b613..f9958b2 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 167ce59416f6e03f4477269e33e9e5cf5b700a86 +%global commit0 c1e2b583c82261639d6927c9b2a4f19d87a166a7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.3.0 -Release: 14.dev.git%{shortcommit0}%{?dist} +Release: 15.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -542,6 +542,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Tue Apr 16 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-15.dev.gitc1e2b58 +- autobuilt c1e2b58 + * Mon Apr 15 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-14.dev.git167ce59 - autobuilt 167ce59 diff --git a/sources b/sources index 0c56905..36f7c45 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-167ce59.tar.gz) = fba10c45c51fd9ad8b9e985b7a658bdb865bc332af3441ff9d336c1a8175b3f0c1d7217329adb34721d39090ded201b270af62faaad35d4623ef77d37ef8b264 +SHA512 (libpod-c1e2b58.tar.gz) = 647dad546e15ea21f5feef3ab3e44bea91a5ffe658448489b9d1bfdeb2bbd9d947ed647e34d8dc15891331b817f35996ded8464288fa6357f445b6d17cf68503 From 67e38a08b08b2ce8c1e88473673efe3412f8e838 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 17 Apr 2019 05:57:29 +0000 Subject: [PATCH 0212/2185] podman-2:1.3.0-16.dev.gita87cf6f - autobuilt a87cf6f Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 01aee1d..8a942ef 100644 --- a/.gitignore +++ b/.gitignore @@ -233,3 +233,4 @@ /libpod-b926005.tar.gz /libpod-167ce59.tar.gz /libpod-c1e2b58.tar.gz +/libpod-a87cf6f.tar.gz diff --git a/podman.spec b/podman.spec index f9958b2..a518621 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c1e2b583c82261639d6927c9b2a4f19d87a166a7 +%global commit0 a87cf6fef8f84ded410d547aa772b8f942c5f273 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.3.0 -Release: 15.dev.git%{shortcommit0}%{?dist} +Release: 16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -542,6 +542,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Wed Apr 17 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-16.dev.gita87cf6f +- autobuilt a87cf6f + * Tue Apr 16 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-15.dev.gitc1e2b58 - autobuilt c1e2b58 diff --git a/sources b/sources index 36f7c45..908092d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-c1e2b58.tar.gz) = 647dad546e15ea21f5feef3ab3e44bea91a5ffe658448489b9d1bfdeb2bbd9d947ed647e34d8dc15891331b817f35996ded8464288fa6357f445b6d17cf68503 +SHA512 (libpod-a87cf6f.tar.gz) = 9c3e7f2e4c834110d2e792b59a75c9a30c220675a0f0030f420bd84b0c382eae7ad08d4c3a34c0cc472538eafc0d45e377edbc89d36143927f0472b1bd98f7b3 From 9346efd8480725b069d93a2d8c59a525d25ece0e Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 18 Apr 2019 05:57:41 +0000 Subject: [PATCH 0213/2185] podman-2:1.3.0-17.dev.gitbf5ffda - autobuilt bf5ffda Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8a942ef..3bb8ffd 100644 --- a/.gitignore +++ b/.gitignore @@ -234,3 +234,4 @@ /libpod-167ce59.tar.gz /libpod-c1e2b58.tar.gz /libpod-a87cf6f.tar.gz +/libpod-bf5ffda.tar.gz diff --git a/podman.spec b/podman.spec index a518621..28d4984 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a87cf6fef8f84ded410d547aa772b8f942c5f273 +%global commit0 bf5ffdafb40f32fac891a8cd5fc64cfd5b77674f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.3.0 -Release: 16.dev.git%{shortcommit0}%{?dist} +Release: 17.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -542,6 +542,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Thu Apr 18 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-17.dev.gitbf5ffda +- autobuilt bf5ffda + * Wed Apr 17 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-16.dev.gita87cf6f - autobuilt a87cf6f diff --git a/sources b/sources index 908092d..479585a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-a87cf6f.tar.gz) = 9c3e7f2e4c834110d2e792b59a75c9a30c220675a0f0030f420bd84b0c382eae7ad08d4c3a34c0cc472538eafc0d45e377edbc89d36143927f0472b1bd98f7b3 +SHA512 (libpod-bf5ffda.tar.gz) = 6e2ef68340d2d45eddc20f0a673d904960bac64e6bd077d567eace1e9783448f87cecfd21346eb886f6ee14fe051856ff12339a72abb1253ca910c81dd370fd5 From 94d8b0383ece17351dfb2af987b75216a02aecfc Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 19 Apr 2019 06:01:09 +0000 Subject: [PATCH 0214/2185] podman-2:1.3.0-18.dev.gite4947e5 - autobuilt e4947e5 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3bb8ffd..0009aae 100644 --- a/.gitignore +++ b/.gitignore @@ -235,3 +235,4 @@ /libpod-c1e2b58.tar.gz /libpod-a87cf6f.tar.gz /libpod-bf5ffda.tar.gz +/libpod-e4947e5.tar.gz diff --git a/podman.spec b/podman.spec index 28d4984..92ab22f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 bf5ffdafb40f32fac891a8cd5fc64cfd5b77674f +%global commit0 e4947e5fd699f584cb815a4f4fd92f22b62f2c8a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.3.0 -Release: 17.dev.git%{shortcommit0}%{?dist} +Release: 18.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -542,6 +542,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Fri Apr 19 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-18.dev.gite4947e5 +- autobuilt e4947e5 + * Thu Apr 18 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-17.dev.gitbf5ffda - autobuilt bf5ffda diff --git a/sources b/sources index 479585a..17c254e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-bf5ffda.tar.gz) = 6e2ef68340d2d45eddc20f0a673d904960bac64e6bd077d567eace1e9783448f87cecfd21346eb886f6ee14fe051856ff12339a72abb1253ca910c81dd370fd5 +SHA512 (libpod-e4947e5.tar.gz) = 1d607ccf16de966fce740691fc6adf1d6243159b8d67216d8b2bbe0fc6cc4aff18dc3ff691d6e8b4c615e9460d9a99536ee255180e29cc99b100767e4a194165 From 6ac74706c036ddf43cc37d605cf6ea26d293c49f Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 20 Apr 2019 05:54:04 +0000 Subject: [PATCH 0215/2185] podman-2:1.3.0-19.dev.git9f92b21 - autobuilt 9f92b21 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0009aae..a7b99ac 100644 --- a/.gitignore +++ b/.gitignore @@ -236,3 +236,4 @@ /libpod-a87cf6f.tar.gz /libpod-bf5ffda.tar.gz /libpod-e4947e5.tar.gz +/libpod-9f92b21.tar.gz diff --git a/podman.spec b/podman.spec index 92ab22f..0dd4c32 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e4947e5fd699f584cb815a4f4fd92f22b62f2c8a +%global commit0 9f92b21d69719fb54e6f4712d11ebeeebd5a8714 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.3.0 -Release: 18.dev.git%{shortcommit0}%{?dist} +Release: 19.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -542,6 +542,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Sat Apr 20 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-19.dev.git9f92b21 +- autobuilt 9f92b21 + * Fri Apr 19 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-18.dev.gite4947e5 - autobuilt e4947e5 diff --git a/sources b/sources index 17c254e..14ff319 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-e4947e5.tar.gz) = 1d607ccf16de966fce740691fc6adf1d6243159b8d67216d8b2bbe0fc6cc4aff18dc3ff691d6e8b4c615e9460d9a99536ee255180e29cc99b100767e4a194165 +SHA512 (libpod-9f92b21.tar.gz) = ad242b2234368aee015fafe4f9e9b05e9edc0e6aea69babf6c61aa92ecf38063ac5bf0bb9d69b0d1ab13c43a1e1b7df45ee41f1901e9bee9a6944062ec4be2a6 From 3cc47e5cb9f064158e99404bb84c54d1bba431da Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 23 Apr 2019 06:01:00 +0000 Subject: [PATCH 0216/2185] podman-2:1.3.0-20.dev.gitd652c86 - autobuilt d652c86 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a7b99ac..9383e4d 100644 --- a/.gitignore +++ b/.gitignore @@ -237,3 +237,4 @@ /libpod-bf5ffda.tar.gz /libpod-e4947e5.tar.gz /libpod-9f92b21.tar.gz +/libpod-d652c86.tar.gz diff --git a/podman.spec b/podman.spec index 0dd4c32..13692b4 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9f92b21d69719fb54e6f4712d11ebeeebd5a8714 +%global commit0 d652c8656d7425c34234071eddb55cbba9ac070f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.3.0 -Release: 19.dev.git%{shortcommit0}%{?dist} +Release: 20.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -542,6 +542,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Tue Apr 23 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-20.dev.gitd652c86 +- autobuilt d652c86 + * Sat Apr 20 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-19.dev.git9f92b21 - autobuilt 9f92b21 diff --git a/sources b/sources index 14ff319..be3bba8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-9f92b21.tar.gz) = ad242b2234368aee015fafe4f9e9b05e9edc0e6aea69babf6c61aa92ecf38063ac5bf0bb9d69b0d1ab13c43a1e1b7df45ee41f1901e9bee9a6944062ec4be2a6 +SHA512 (libpod-d652c86.tar.gz) = dd15097281ccc5fdbbd708b752372bacc0aa7ccb9022a4a39453813342cbb9cfd151804207375ee4f7f0bf90b454c1890d7a8f07a70de4f57c63b4db1d7e1148 From 42b4d6572023cc9d40f41b95a3460c4a6454ee99 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 25 Apr 2019 06:02:08 +0000 Subject: [PATCH 0217/2185] podman-2:1.3.0-21.dev.gitb01fdcb - autobuilt b01fdcb Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9383e4d..64672ab 100644 --- a/.gitignore +++ b/.gitignore @@ -238,3 +238,4 @@ /libpod-e4947e5.tar.gz /libpod-9f92b21.tar.gz /libpod-d652c86.tar.gz +/libpod-b01fdcb.tar.gz diff --git a/podman.spec b/podman.spec index 13692b4..7d94eef 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d652c8656d7425c34234071eddb55cbba9ac070f +%global commit0 b01fdcbbd5344e89c3d9f3462c1df1764277d9fd %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.3.0 -Release: 20.dev.git%{shortcommit0}%{?dist} +Release: 21.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -542,6 +542,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Thu Apr 25 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-21.dev.gitb01fdcb +- autobuilt b01fdcb + * Tue Apr 23 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-20.dev.gitd652c86 - autobuilt d652c86 diff --git a/sources b/sources index be3bba8..1f55001 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-d652c86.tar.gz) = dd15097281ccc5fdbbd708b752372bacc0aa7ccb9022a4a39453813342cbb9cfd151804207375ee4f7f0bf90b454c1890d7a8f07a70de4f57c63b4db1d7e1148 +SHA512 (libpod-b01fdcb.tar.gz) = 54b2285a06255ad2c261871cfc19846a242ef2a543a0698db2e44418a226b54e36563d01c3e41ee33db8636d533871775d88f7b8ae021748ace1a65b457ff8d4 From 58b9c2d6e8170024f02d8ae22fccb88c6e412216 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sat, 11 May 2019 02:31:33 +0000 Subject: [PATCH 0218/2185] podman-2:1.3.1-0.1.dev.git9ae3221 - bump to v1.3.1-dev - built 9ae3221 - correct release tag format for unreleased versions Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 64672ab..fd0b083 100644 --- a/.gitignore +++ b/.gitignore @@ -239,3 +239,4 @@ /libpod-9f92b21.tar.gz /libpod-d652c86.tar.gz /libpod-b01fdcb.tar.gz +/libpod-9ae3221.tar.gz diff --git a/podman.spec b/podman.spec index 7d94eef..1b0c72a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b01fdcbbd5344e89c3d9f3462c1df1764277d9fd +%global commit0 9ae32214f466e2150b7bc383585f60694b53c4b3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,8 +43,8 @@ Epoch: 2 %else Epoch: 1 %endif -Version: 1.3.0 -Release: 21.dev.git%{shortcommit0}%{?dist} +Version: 1.3.1 +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -542,6 +542,11 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Fri May 10 2019 Lokesh Mandvekar - 2:1.3.1-0.1.dev.git9ae3221 +- bump to v1.3.1-dev +- built 9ae3221 +- correct release tag format for unreleased versions + * Thu Apr 25 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-21.dev.gitb01fdcb - autobuilt b01fdcb diff --git a/sources b/sources index 1f55001..3ada6a8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-b01fdcb.tar.gz) = 54b2285a06255ad2c261871cfc19846a242ef2a543a0698db2e44418a226b54e36563d01c3e41ee33db8636d533871775d88f7b8ae021748ace1a65b457ff8d4 +SHA512 (libpod-9ae3221.tar.gz) = ddbea569a750e449e603b0f8402c567b7552f0c42ec2153465ad7fa0ca9ff4ffded45516c6b1c028ae4c29c89489c81cd37ceb8900fef841c078a744b2119a1a From 65295254470712be34a08ada4346a55f7a217c61 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 17 May 2019 11:23:58 -0400 Subject: [PATCH 0219/2185] New Release of podman --- .gitignore | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++--- podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 62 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 5d1dc56..aad89cc 100644 --- a/.gitignore +++ b/.gitignore @@ -186,7 +186,58 @@ /libpod-1cb16bd.tar.gz /libpod-3f32eae.tar.gz /libpod-228d1cb.tar.gz -/libpod-0ad9b6b.tar.gz -/libpod-b33a00e.tar.gz +/libpod-3b88c73.tar.gz +/libpod-4934bf2.tar.gz +/libpod-1788add.tar.gz +/libpod-b223d4e.tar.gz +/libpod-cc4addd.tar.gz +/libpod-553ac80.tar.gz +/libpod-cf52144.tar.gz +/libpod-623fcfa.tar.gz +/libpod-5afae0b.tar.gz +/libpod-9137315.tar.gz +/libpod-9adcda7.tar.gz +/libpod-f3a3d8e.tar.gz +/libpod-4b80517.tar.gz +/libpod-40f7843.tar.gz +/libpod-614409f.tar.gz +/libpod-1b2f867.tar.gz +/libpod-9b21f14.tar.gz +/libpod-d95f97a.tar.gz +/libpod-de0192a.tar.gz +/libpod-883566f.tar.gz +/libpod-7426d4f.tar.gz +/libpod-31f11a8.tar.gz /libpod-6aa8078.tar.gz -/libpod-3bd528e.tar.gz +/libpod-ac523cb.tar.gz +/libpod-537c382.tar.gz +/libpod-c230f0c.tar.gz +/libpod-68e3df3.tar.gz +/libpod-0458daf.tar.gz +/libpod-d0c6a35.tar.gz +/libpod-fc546d4.tar.gz +/libpod-850326c.tar.gz +/libpod-fdf979a.tar.gz +/libpod-7b73974.tar.gz +/libpod-833204d.tar.gz +/libpod-cd35e20.tar.gz +/libpod-ad467ba.tar.gz +/libpod-4bda537.tar.gz +/libpod-bda28c6.tar.gz +/libpod-bc320be.tar.gz +/libpod-c94903a.tar.gz +/libpod-60ef8f8.tar.gz +/libpod-6cd6eb6.tar.gz +/libpod-387d601.tar.gz +/libpod-1572367.tar.gz +/libpod-b926005.tar.gz +/libpod-167ce59.tar.gz +/libpod-c1e2b58.tar.gz +/libpod-a87cf6f.tar.gz +/libpod-bf5ffda.tar.gz +/libpod-e4947e5.tar.gz +/libpod-9f92b21.tar.gz +/libpod-d652c86.tar.gz +/libpod-b01fdcb.tar.gz +/libpod-9ae3221.tar.gz +/libpod-7210727.tar.gz diff --git a/podman.spec b/podman.spec index a2a09c0..b67cf09 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3bd528e583182b4249f3e6bbd8497a8831d89950 +%global commit0 7210727e205c333af9a2d0ed0bb66adcf92a6369 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -43,8 +43,8 @@ Epoch: 2 %else Epoch: 1 %endif -Version: 1.2.0 -Release: 2.git%{shortcommit0}%{?dist} +Version: 1.3.1 +Release: 1.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -504,6 +504,7 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ # By "owning" the site-functions dir, we don't need to Require zsh %{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/* +%dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/conmon %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist %{_datadir}/containers/%{repo}.conf @@ -537,6 +538,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Fri May 17 2019 Dan Walsh - 2:1.3.1-1.git7210727 +- New Release of podman + * Mon Apr 1 2019 Dan Walsh - 2:1.2.0-2.git6aa8078 - New Release of podman diff --git a/sources b/sources index 294bbc2..e794229 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-3bd528e.tar.gz) = 6993886a244775e029fb9cb1cb20c28e94a29cee2f199ce2fa765d6c9630d9e1f2e9de985dc574acee8a98eb378bb738c24ca928ee0f749df3c13594b04fdc52 +SHA512 (libpod-7210727.tar.gz) = f92543cbf4777ea7c09cb9a0ec5f836eb2a8b9c4b8b2fefa9b353e0f2f3df9734168979de1cbbffa0f7b2d4434ee1223ee9cded50a42db34abc3eee24af9509a From 2c379334e01cd2f6c2db6057110427d55cbad0fe Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 17 May 2019 12:53:15 -0400 Subject: [PATCH 0220/2185] New Release of podman --- podman.spec | 37 ++++++++++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/podman.spec b/podman.spec index b67cf09..ae44648 100644 --- a/podman.spec +++ b/podman.spec @@ -75,6 +75,7 @@ Requires: containers-common Requires: containernetworking-plugins >= 0.7.3-2 Requires: iptables Requires: nftables +Recommends: podman-manpages = %{epoch}:%{version}-%{release} Recommends: container-selinux Recommends: slirp4netns >= 0.3-0 Recommends: fuse-overlayfs >= 0.3-8 @@ -182,9 +183,12 @@ Provides: bundled(golang(k8s.io/kube-openapi)) = 275e2ce91dec4c05a4094a7b1daee55 Provides: bundled(golang(k8s.io/utils)) = 258e2a2fa64568210fbd6267cf1d8fd87c3cb86e %description +Podman (Pod Manager) is a fully featured container engine that is a simple daemonless tool. Podman provides a Docker-CLI comparable command line that eases the transition from other container engines and allows the management of pods, containers and images. Simply put: alias docker=podman. Most Podman commands can be run as a regular user, without requiring additional privileges. + +Podman uses Buildah(1) internally to create container images. Both tools share image (not container) storage, hence each can use or manipulate images (but not containers) created by the other. + %{summary} -%{repo} provides a library for applications looking to use -the Container Pod concept popularized by Kubernetes. +%{repo} Simple management tool for pods, containers and images %package docker Summary: Emulate Docker CLI using podman @@ -387,6 +391,7 @@ ln -s ../../../../ src/%{import_path} popd ln -s vendor src export GOPATH=$(pwd)/_build:$(pwd) +PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} podman-remote export BUILDTAGS="varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" %gogenerate ./cmd/%{name}/varlink/... %gobuild -o bin/%{name} %{import_path}/cmd/%{name} @@ -498,7 +503,6 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %license LICENSE %doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md %{_bindir}/%{name} -%{_mandir}/man1/podman*.1* %{_mandir}/man5/*.5* %{_datadir}/bash-completion/completions/* # By "owning" the site-functions dir, we don't need to Require zsh @@ -529,6 +533,33 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md %endif +%package manpages +Summary: Man pages for the podman commands +BuildArch: noarch + +%files manpages +%{_mandir}/man1/podman*.1* + +%description manpages +Man pages for the podman commands + +%package remote +Summary: (Experimental) Remote client for managing podman containers +Recommends: podman-manpages = %{epoch}:%{version}-%{release} + +%description remote +Remote client for managing podman containers. + +This experimental remote client is under heavy development. Please do not +run podman-remote in production. + +podman-remote uses the varlink connection to connect to a podman client to +manage pods, containers and container images. Podman-remote supports ssh +connections as well. + +%files remote +%{_bindir}/podman-remote + %triggerpostun -- %{name} < 1.1 %{_bindir}/%{name} system renumber exit 0 From 1863bda334d266ad07b7066b8c98b176ea5aba55 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 17 May 2019 12:56:00 -0400 Subject: [PATCH 0221/2185] bump to v1.3.1-dev built 9ae3221 correct release tag format for unreleased versions --- podman.spec | 42 +++++++++++++++++++++++++++++++++++------- 1 file changed, 35 insertions(+), 7 deletions(-) diff --git a/podman.spec b/podman.spec index 1b0c72a..4622ab9 100644 --- a/podman.spec +++ b/podman.spec @@ -77,11 +77,10 @@ Requires: iptables Requires: nftables # #1686813 - conmon hasn't been made independent yet #Requires: conmon +Recommends: podman-manpages = %{epoch}:%{version}-%{release} Recommends: container-selinux Recommends: slirp4netns >= 0.3-0 -%if 0%{?fedora} > 28 -Recommends: fuse-overlayfs -%endif +Recommends: fuse-overlayfs >= 0.3-8 # vendored libraries # awk '{print "Provides: bundled(golang("$1")) = "$2}' vendor.conf | sort @@ -186,9 +185,12 @@ Provides: bundled(golang(k8s.io/kube-openapi)) = 275e2ce91dec4c05a4094a7b1daee55 Provides: bundled(golang(k8s.io/utils)) = 258e2a2fa64568210fbd6267cf1d8fd87c3cb86e %description +Podman (Pod Manager) is a fully featured container engine that is a simple daemonless tool. Podman provides a Docker-CLI comparable command line that eases the transition from other container engines and allows the management of pods, containers and images. Simply put: alias docker=podman. Most Podman commands can be run as a regular user, without requiring additional privileges. + +Podman uses Buildah(1) internally to create container images. Both tools share image (not container) storage, hence each can use or manipulate images (but not containers) created by the other. + %{summary} -%{repo} provides a library for applications looking to use -the Container Pod concept popularized by Kubernetes. +%{repo} Simple management tool for pods, containers and images %package docker Summary: Emulate Docker CLI using podman @@ -502,7 +504,6 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %license LICENSE %doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md %{_bindir}/%{name} -%{_mandir}/man1/podman*.1* %{_mandir}/man5/*.5* %{_datadir}/bash-completion/completions/* # By "owning" the site-functions dir, we don't need to Require zsh @@ -533,8 +534,35 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md %endif +%package manpages +Summary: Man pages for the podman commands +BuildArch: noarch + +%files manpages +%{_mandir}/man1/podman*.1* + +%description manpages +Man pages for the podman commands + +%package remote +Summary: (Experimental) Remote client for managing podman containers +Recommends: podman-manpages = %{epoch}:%{version}-%{release} + +%description remote +Remote client for managing podman containers. + +This experimental remote client is under heavy development. Please do not +run podman-remote in production. + +podman-remote uses the varlink connection to connect to a podman client to +manage pods, containers and container images. Podman-remote supports ssh +connections as well. + +%files remote +%{_bindir}/podman-remote + %triggerpostun -- %{name} < 1.1 -podman system renumber +%{_bindir}/%{name} system renumber exit 0 %files tests From 82685c00569d9be2aae5de443ad748dfc80251be Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 17 May 2019 13:18:47 -0400 Subject: [PATCH 0222/2185] bump to v1.3.1-dev built 9ae3221 correct release tag format for unreleased versions --- podman.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/podman.spec b/podman.spec index 4622ab9..d777da5 100644 --- a/podman.spec +++ b/podman.spec @@ -406,6 +406,7 @@ ln -s $(dirs +1 -l) src/%{import_path_conmon} popd ln -s vendor src export GOPATH=$(pwd)/_output:$(pwd) +PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} podman-remote export BUILDTAGS="selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) containers_image_ostree_stub" BUILDTAGS=$BUILDTAGS make -C conmon popd From 5b79715104ba71545d99175fc565efd58ae6d171 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 24 May 2019 05:34:10 -0400 Subject: [PATCH 0223/2185] Bump up to latest on master --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fd0b083..c3b4aa7 100644 --- a/.gitignore +++ b/.gitignore @@ -240,3 +240,4 @@ /libpod-d652c86.tar.gz /libpod-b01fdcb.tar.gz /libpod-9ae3221.tar.gz +/libpod-5296428.tar.gz diff --git a/podman.spec b/podman.spec index d777da5..70dc4fa 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9ae32214f466e2150b7bc383585f60694b53c4b3 +%global commit0 5296428e91a56ba47705849512e287302d572cfd %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,7 +44,7 @@ Epoch: 2 Epoch: 1 %endif Version: 1.3.1 -Release: 0.1.dev.git%{shortcommit0}%{?dist} +Release: 1.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -571,6 +571,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Fri May 24 2019 Dan Walsh - 2:1.3.1-1.1.dev.git5296428 +Bump up to latest on master + * Fri May 10 2019 Lokesh Mandvekar - 2:1.3.1-0.1.dev.git9ae3221 - bump to v1.3.1-dev - built 9ae3221 diff --git a/sources b/sources index 3ada6a8..4c30f58 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-9ae3221.tar.gz) = ddbea569a750e449e603b0f8402c567b7552f0c42ec2153465ad7fa0ca9ff4ffded45516c6b1c028ae4c29c89489c81cd37ceb8900fef841c078a744b2119a1a +SHA512 (libpod-5296428.tar.gz) = 6d2133312f7b81631113fe9043b08d4480f54e89798e2762afeec348749fa0759ca8c8c59b3b2ba3115ce4b97920d132b15f7f40fe9f1f733f767a49de17b070 From 6fe4e6b38ba29e8c25da125878ccf1e9343b69bc Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 24 May 2019 07:52:44 -0400 Subject: [PATCH 0224/2185] Bump up to latest on master --- podman.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/podman.spec b/podman.spec index 70dc4fa..99e72bf 100644 --- a/podman.spec +++ b/podman.spec @@ -43,8 +43,8 @@ Epoch: 2 %else Epoch: 1 %endif -Version: 1.3.1 -Release: 1.1.dev.git%{shortcommit0}%{?dist} +Version: 1.3.2 +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://podman.io/ @@ -393,6 +393,7 @@ ln -s ../../../../ src/%{import_path} popd ln -s vendor src export GOPATH=$(pwd)/_build:$(pwd) +PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} podman-remote export BUILDTAGS="varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" %gogenerate ./cmd/%{name}/varlink/... %gobuild -o bin/%{name} %{import_path}/cmd/%{name} @@ -406,7 +407,6 @@ ln -s $(dirs +1 -l) src/%{import_path_conmon} popd ln -s vendor src export GOPATH=$(pwd)/_output:$(pwd) -PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} podman-remote export BUILDTAGS="selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) containers_image_ostree_stub" BUILDTAGS=$BUILDTAGS make -C conmon popd @@ -415,6 +415,7 @@ popd install -dp %{buildroot}%{_unitdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ install.bin \ + install.remote \ install.man \ install.cni \ install.systemd \ @@ -508,8 +509,8 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_mandir}/man5/*.5* %{_datadir}/bash-completion/completions/* # By "owning" the site-functions dir, we don't need to Require zsh -%{_datadir}/zsh/site-functions -%{_datadir}/zsh/site-functions/* +%dir %{_datadir}/zsh/site-functions +%{_datadir}/zsh/site-functions/_podman %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/conmon %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist @@ -571,7 +572,7 @@ exit 0 %{_datadir}/%{name}/test %changelog -* Fri May 24 2019 Dan Walsh - 2:1.3.1-1.1.dev.git5296428 +* Fri May 24 2019 Dan Walsh - 2:1.3.2-0.1.dev.git5296428 Bump up to latest on master * Fri May 10 2019 Lokesh Mandvekar - 2:1.3.1-0.1.dev.git9ae3221 From 916c7eb9782106bcbfcfb8b3a3cd69522a0b7a38 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 24 May 2019 14:43:28 +0000 Subject: [PATCH 0225/2185] podman-2:1.3.2-0.2.dev.git1ac06d8 - built commit 1ac06d8 - BR: systemd-devel - correct build steps for %%{name}-remote Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 114 ++++++++++++++++++++++++++++------------------------ sources | 2 +- 3 files changed, 64 insertions(+), 53 deletions(-) diff --git a/.gitignore b/.gitignore index c3b4aa7..ed77259 100644 --- a/.gitignore +++ b/.gitignore @@ -241,3 +241,4 @@ /libpod-b01fdcb.tar.gz /libpod-9ae3221.tar.gz /libpod-5296428.tar.gz +/libpod-1ac06d8.tar.gz diff --git a/podman.spec b/podman.spec index 99e72bf..fbd1f62 100644 --- a/podman.spec +++ b/podman.spec @@ -1,16 +1,11 @@ -%{?python_enable_dependency_generator} %global with_devel 0 %global with_bundled 1 %global with_debug 1 %global with_check 0 %global with_unit_test 0 -%if 0%{?fedora} >= 28 %bcond_without varlink %define gogenerate go generate -%else -%bcond_with varlink -%endif %if 0%{?with_debug} %global _find_debuginfo_dwz_opts %{nil} @@ -27,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 5296428e91a56ba47705849512e287302d572cfd +%global commit0 1ac06d8469295c24a2a629b8926bcd66805c6054 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -44,15 +39,15 @@ Epoch: 2 Epoch: 1 %endif Version: 1.3.2 -Release: 0.1.dev.git%{shortcommit0}%{?dist} +# Rawhide almost always ships unreleased builds, +# so release tag should be of the form 0.N.blahblah +Release: 0.2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 -URL: https://podman.io/ +URL: https://%{name}.io/ Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz Source1: %{git_conmon}/archive/%{commit_conmon}/cri-o-%{shortcommit_conmon}.tar.gz -# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required -#ExclusiveArch: %%{?go_arches:%%{go_arches}}%%{!?go_arches:%%{ix86} x86_64 aarch64 %%{arm}} -ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 +ExclusiveArch: aarch64 ppc64le s390x x86_64 # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} BuildRequires: btrfs-progs-devel @@ -70,6 +65,7 @@ BuildRequires: ostree-devel BuildRequires: pkgconfig BuildRequires: make BuildRequires: systemd +BuildRequires: systemd-devel Requires: runc >= 2:1.0.0-57 Requires: containers-common Requires: containernetworking-plugins >= 0.7.3-2 @@ -77,7 +73,7 @@ Requires: iptables Requires: nftables # #1686813 - conmon hasn't been made independent yet #Requires: conmon -Recommends: podman-manpages = %{epoch}:%{version}-%{release} +Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} Recommends: container-selinux Recommends: slirp4netns >= 0.3-0 Recommends: fuse-overlayfs >= 0.3-8 @@ -185,15 +181,19 @@ Provides: bundled(golang(k8s.io/kube-openapi)) = 275e2ce91dec4c05a4094a7b1daee55 Provides: bundled(golang(k8s.io/utils)) = 258e2a2fa64568210fbd6267cf1d8fd87c3cb86e %description -Podman (Pod Manager) is a fully featured container engine that is a simple daemonless tool. Podman provides a Docker-CLI comparable command line that eases the transition from other container engines and allows the management of pods, containers and images. Simply put: alias docker=podman. Most Podman commands can be run as a regular user, without requiring additional privileges. +%{name} (Pod Manager) is a fully featured container engine that is a simple +daemonless tool. %{name} provides a Docker-CLI comparable command line that +eases the transition from other container engines and allows the management of +pods, containers and images. Simply put: alias docker=%{name}. +Most %{name} commands can be run as a regular user, without requiring additional privileges. -Podman uses Buildah(1) internally to create container images. Both tools share image (not container) storage, hence each can use or manipulate images (but not containers) created by the other. +%{name} uses Buildah(1) internally to create container images. Both tools share image (not container) storage, hence each can use or manipulate images (but not containers) created by the other. %{summary} %{repo} Simple management tool for pods, containers and images %package docker -Summary: Emulate Docker CLI using podman +Summary: Emulate Docker CLI using %{name} BuildArch: noarch Requires: %{name} = %{epoch}:%{version}-%{release} Conflicts: docker @@ -204,8 +204,8 @@ Conflicts: moby-engine %description docker This package installs a script named docker that emulates the Docker CLI by -executes podman commands, it also creates links between all Docker CLI man -pages and podman. +executes %{name} commands, it also creates links between all Docker CLI man +pages and %{name}. %if 0%{?with_devel} %package devel @@ -368,7 +368,7 @@ providing packages with %{import_path} prefix. %endif %package tests -Summary: Tests for %{name} +Summary: Tests for %{name} Requires: %{name} = %{epoch}:%{version}-%{release} Requires: bats @@ -379,6 +379,30 @@ Requires: jq This package contains system tests for %{name} +%package manpages +Summary: Man pages for the %{name} commands +BuildArch: noarch + +%files manpages +%{_mandir}/man1/%{name}*.1* + +%description manpages +Man pages for the %{name} commands + +%package remote +Summary: (Experimental) Remote client for managing %{name} containers +Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} + +%description remote +Remote client for managing %{name} containers. + +This experimental remote client is under heavy development. Please do not +run %{name}-remote in production. + +%{name}-remote uses the varlink connection to connect to a %{name} client to +manage pods, containers and container images. %{name}-remote supports ssh +connections as well. + %prep %autosetup -Sgit -n %{repo}-%{commit0} @@ -393,11 +417,16 @@ ln -s ../../../../ src/%{import_path} popd ln -s vendor src export GOPATH=$(pwd)/_build:$(pwd) -PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} podman-remote -export BUILDTAGS="varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" %gogenerate ./cmd/%{name}/varlink/... + +# build %%{name} +export BUILDTAGS="systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" %gobuild -o bin/%{name} %{import_path}/cmd/%{name} +# build %%{name}-remote +export BUILDTAGS="remoteclient systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" +%gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} + # build conmon pushd cri-o-%{commit_conmon} mkdir _output @@ -408,7 +437,7 @@ popd ln -s vendor src export GOPATH=$(pwd)/_output:$(pwd) export BUILDTAGS="selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) containers_image_ostree_stub" -BUILDTAGS=$BUILDTAGS make -C conmon +BUILDTAGS=$BUILDTAGS %{__make} -C conmon popd %install @@ -499,6 +528,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} install -d -p %{buildroot}/%{_datadir}/%{name}/test/system cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ +%triggerpostun -- %{name} < 1.1 +%{_bindir}/%{name} system renumber +exit 0 + #define license tag if not already defined %{!?_licensedir:%global license %doc} @@ -510,7 +543,7 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_datadir}/bash-completion/completions/* # By "owning" the site-functions dir, we don't need to Require zsh %dir %{_datadir}/zsh/site-functions -%{_datadir}/zsh/site-functions/_podman +%{_datadir}/zsh/site-functions/_%{name} %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/conmon %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist @@ -536,44 +569,21 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md %endif -%package manpages -Summary: Man pages for the podman commands -BuildArch: noarch - -%files manpages -%{_mandir}/man1/podman*.1* - -%description manpages -Man pages for the podman commands - -%package remote -Summary: (Experimental) Remote client for managing podman containers -Recommends: podman-manpages = %{epoch}:%{version}-%{release} - -%description remote -Remote client for managing podman containers. - -This experimental remote client is under heavy development. Please do not -run podman-remote in production. - -podman-remote uses the varlink connection to connect to a podman client to -manage pods, containers and container images. Podman-remote supports ssh -connections as well. - %files remote -%{_bindir}/podman-remote - -%triggerpostun -- %{name} < 1.1 -%{_bindir}/%{name} system renumber -exit 0 +%{_bindir}/%{name}-remote %files tests %license LICENSE %{_datadir}/%{name}/test %changelog +* Fri May 24 2019 Lokesh Mandvekar - 2:1.3.2-0.2.dev.git1ac06d8 +- built commit 1ac06d8 +- BR: systemd-devel +- correct build steps for %%{name}-remote + * Fri May 24 2019 Dan Walsh - 2:1.3.2-0.1.dev.git5296428 -Bump up to latest on master +- Bump up to latest on master * Fri May 10 2019 Lokesh Mandvekar - 2:1.3.1-0.1.dev.git9ae3221 - bump to v1.3.1-dev diff --git a/sources b/sources index 4c30f58..2559f4c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-5296428.tar.gz) = 6d2133312f7b81631113fe9043b08d4480f54e89798e2762afeec348749fa0759ca8c8c59b3b2ba3115ce4b97920d132b15f7f40fe9f1f733f767a49de17b070 +SHA512 (libpod-1ac06d8.tar.gz) = 34fb2092773596dc0147d936d78cfc24ad96b2c6cb4093a89668e56590da9239d9bc3f5f2ef81d4c3231b49f0fbf607f18faa2f29039e543d372705c0e59dca3 From 61221333a5112e3abae9d1065c7483ba0bdb1739 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 26 May 2019 02:49:09 +0000 Subject: [PATCH 0226/2185] podman-2:1.3.2-0.3.dev.gitb1d590b - autobuilt b1d590b Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ed77259..66dba65 100644 --- a/.gitignore +++ b/.gitignore @@ -242,3 +242,4 @@ /libpod-9ae3221.tar.gz /libpod-5296428.tar.gz /libpod-1ac06d8.tar.gz +/libpod-b1d590b.tar.gz diff --git a/podman.spec b/podman.spec index fbd1f62..7330e33 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1ac06d8469295c24a2a629b8926bcd66805c6054 +%global commit0 b1d590b4412fa7508390c8733c549049d6d3a75b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -41,7 +41,7 @@ Epoch: 1 Version: 1.3.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.2.dev.git%{shortcommit0}%{?dist} +Release: 0.3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -577,6 +577,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Sun May 26 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.3.dev.gitb1d590b +- autobuilt b1d590b + * Fri May 24 2019 Lokesh Mandvekar - 2:1.3.2-0.2.dev.git1ac06d8 - built commit 1ac06d8 - BR: systemd-devel diff --git a/sources b/sources index 2559f4c..6ea503e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-1ac06d8.tar.gz) = 34fb2092773596dc0147d936d78cfc24ad96b2c6cb4093a89668e56590da9239d9bc3f5f2ef81d4c3231b49f0fbf607f18faa2f29039e543d372705c0e59dca3 +SHA512 (libpod-b1d590b.tar.gz) = 63b8d2388aa5845cd38771d5ba4161a87c87d9f5f8c8f70ff35fec3fec859c871cf4b97df236454fa23aae94b713df7dc77e44d5e5fcaebc264a8b2164185c65 From d5a1b8565915e24c0e9dd098c711758558d764ee Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 27 May 2019 02:49:21 +0000 Subject: [PATCH 0227/2185] podman-2:1.3.2-0.4.dev.git25f8c21 - autobuilt 25f8c21 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 66dba65..1dbc641 100644 --- a/.gitignore +++ b/.gitignore @@ -243,3 +243,4 @@ /libpod-5296428.tar.gz /libpod-1ac06d8.tar.gz /libpod-b1d590b.tar.gz +/libpod-25f8c21.tar.gz diff --git a/podman.spec b/podman.spec index 7330e33..89c685d 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b1d590b4412fa7508390c8733c549049d6d3a75b +%global commit0 25f8c21ea8ac1994cd1e8468c72e3d3481be8102 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -41,7 +41,7 @@ Epoch: 1 Version: 1.3.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.3.dev.git%{shortcommit0}%{?dist} +Release: 0.4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -577,6 +577,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Mon May 27 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.4.dev.git25f8c21 +- autobuilt 25f8c21 + * Sun May 26 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.3.dev.gitb1d590b - autobuilt b1d590b diff --git a/sources b/sources index 6ea503e..0fff1bb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-b1d590b.tar.gz) = 63b8d2388aa5845cd38771d5ba4161a87c87d9f5f8c8f70ff35fec3fec859c871cf4b97df236454fa23aae94b713df7dc77e44d5e5fcaebc264a8b2164185c65 +SHA512 (libpod-25f8c21.tar.gz) = 8b4d7a471a395fe359ed92999888846c6a4e88489bb4ac60b84dc8b5008196e91883c76e06596698b60d621379a6261eb6c035d760acf575862c4721946d4e2f From 6d5a565da4074a2e8f478e7e782319187427cecf Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 29 May 2019 02:59:56 +0000 Subject: [PATCH 0228/2185] podman-2:1.3.2-0.5.dev.git8649dbd - autobuilt 8649dbd Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1dbc641..6951cca 100644 --- a/.gitignore +++ b/.gitignore @@ -244,3 +244,4 @@ /libpod-1ac06d8.tar.gz /libpod-b1d590b.tar.gz /libpod-25f8c21.tar.gz +/libpod-8649dbd.tar.gz diff --git a/podman.spec b/podman.spec index 89c685d..5aae4a6 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 25f8c21ea8ac1994cd1e8468c72e3d3481be8102 +%global commit0 8649dbdc11bc14feb59794d76ba197771d8a6d51 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -41,7 +41,7 @@ Epoch: 1 Version: 1.3.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.4.dev.git%{shortcommit0}%{?dist} +Release: 0.5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -577,6 +577,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Wed May 29 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.5.dev.git8649dbd +- autobuilt 8649dbd + * Mon May 27 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.4.dev.git25f8c21 - autobuilt 25f8c21 diff --git a/sources b/sources index 0fff1bb..527567f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-25f8c21.tar.gz) = 8b4d7a471a395fe359ed92999888846c6a4e88489bb4ac60b84dc8b5008196e91883c76e06596698b60d621379a6261eb6c035d760acf575862c4721946d4e2f +SHA512 (libpod-8649dbd.tar.gz) = 89f59513f9efe24e0530e1ea207f7760530438821b9efa5d89fe6e0a3e7327bdf7f33c42a921efd52bc3c854373009dbac6222d4118990a8c4981e628b597a53 From ef7cdc55c840c1ed61d684f04ccb4b4de0842e11 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 30 May 2019 03:04:06 +0000 Subject: [PATCH 0229/2185] podman-2:1.3.2-0.6.dev.gitc871653 - autobuilt c871653 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6951cca..56d467c 100644 --- a/.gitignore +++ b/.gitignore @@ -245,3 +245,4 @@ /libpod-b1d590b.tar.gz /libpod-25f8c21.tar.gz /libpod-8649dbd.tar.gz +/libpod-c871653.tar.gz diff --git a/podman.spec b/podman.spec index 5aae4a6..3a1b914 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 8649dbdc11bc14feb59794d76ba197771d8a6d51 +%global commit0 c871653e195d8051ddfb899c2b73cc95de8e6443 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -41,7 +41,7 @@ Epoch: 1 Version: 1.3.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.5.dev.git%{shortcommit0}%{?dist} +Release: 0.6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -577,6 +577,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Thu May 30 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.6.dev.gitc871653 +- autobuilt c871653 + * Wed May 29 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.5.dev.git8649dbd - autobuilt 8649dbd diff --git a/sources b/sources index 527567f..c34c6a0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-8649dbd.tar.gz) = 89f59513f9efe24e0530e1ea207f7760530438821b9efa5d89fe6e0a3e7327bdf7f33c42a921efd52bc3c854373009dbac6222d4118990a8c4981e628b597a53 +SHA512 (libpod-c871653.tar.gz) = e793bf0c623023b392e6ec55795af0ad12e9f53906ed36deb7a7fe3573fe61d7145a11c09b54ba1cc72dc73f8aee9fac349266cde557f9ee723eb2f120e094a1 From 8bd2a9291c02031baf0196261ac3d5abe8f88129 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 31 May 2019 03:00:46 +0000 Subject: [PATCH 0230/2185] podman-2:1.3.2-0.7.dev.git558ce8d - autobuilt 558ce8d Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 56d467c..d2293dc 100644 --- a/.gitignore +++ b/.gitignore @@ -246,3 +246,4 @@ /libpod-25f8c21.tar.gz /libpod-8649dbd.tar.gz /libpod-c871653.tar.gz +/libpod-558ce8d.tar.gz diff --git a/podman.spec b/podman.spec index 3a1b914..5d117f9 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c871653e195d8051ddfb899c2b73cc95de8e6443 +%global commit0 558ce8d1417d3980e4622b3293a2e16ee1e267cb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -41,7 +41,7 @@ Epoch: 1 Version: 1.3.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.6.dev.git%{shortcommit0}%{?dist} +Release: 0.7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -577,6 +577,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Fri May 31 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.7.dev.git558ce8d +- autobuilt 558ce8d + * Thu May 30 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.6.dev.gitc871653 - autobuilt c871653 diff --git a/sources b/sources index c34c6a0..8d032f1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-c871653.tar.gz) = e793bf0c623023b392e6ec55795af0ad12e9f53906ed36deb7a7fe3573fe61d7145a11c09b54ba1cc72dc73f8aee9fac349266cde557f9ee723eb2f120e094a1 +SHA512 (libpod-558ce8d.tar.gz) = f1d3ba916b91cf27740b88e7fd0619d6812165252046faefd366bec6ecf5a3a49026e4ac23beef80a16f58fe3692e555ac5fd40375df63e13f5d0cd58b16d9ad From bdd955436947b1ec1dae93a3e03161f45de66610 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 1 Jun 2019 03:02:49 +0000 Subject: [PATCH 0231/2185] podman-2:1.3.2-0.8.dev.git2068919 - autobuilt 2068919 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d2293dc..ba44d15 100644 --- a/.gitignore +++ b/.gitignore @@ -247,3 +247,4 @@ /libpod-8649dbd.tar.gz /libpod-c871653.tar.gz /libpod-558ce8d.tar.gz +/libpod-2068919.tar.gz diff --git a/podman.spec b/podman.spec index 5d117f9..a0e0d5d 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 558ce8d1417d3980e4622b3293a2e16ee1e267cb +%global commit0 2068919e9bfcc8c45a8f73fa89a197f1923afa3f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -41,7 +41,7 @@ Epoch: 1 Version: 1.3.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.7.dev.git%{shortcommit0}%{?dist} +Release: 0.8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -577,6 +577,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Sat Jun 01 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.8.dev.git2068919 +- autobuilt 2068919 + * Fri May 31 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.7.dev.git558ce8d - autobuilt 558ce8d diff --git a/sources b/sources index 8d032f1..9a9c74c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-558ce8d.tar.gz) = f1d3ba916b91cf27740b88e7fd0619d6812165252046faefd366bec6ecf5a3a49026e4ac23beef80a16f58fe3692e555ac5fd40375df63e13f5d0cd58b16d9ad +SHA512 (libpod-2068919.tar.gz) = e42772c007334b026e280ed896bc42b8ec96fc7857a4ea1a5c01ed48f0b3f3c3b4e7ac8a51daa32c7ae0a355ddb6d9e980ab5f8e1ac61eb32fc8d5270e3f1c4a From b73827c6122255f6a9de0a92fe4a2f44b94b3bbb Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 2 Jun 2019 03:08:21 +0000 Subject: [PATCH 0232/2185] podman-2:1.3.2-0.9.dev.git176a41c - autobuilt 176a41c Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ba44d15..b430b3e 100644 --- a/.gitignore +++ b/.gitignore @@ -248,3 +248,4 @@ /libpod-c871653.tar.gz /libpod-558ce8d.tar.gz /libpod-2068919.tar.gz +/libpod-176a41c.tar.gz diff --git a/podman.spec b/podman.spec index a0e0d5d..7618f4e 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2068919e9bfcc8c45a8f73fa89a197f1923afa3f +%global commit0 176a41c355bdc567978f4417e5bd2d3c7cdce914 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -41,7 +41,7 @@ Epoch: 1 Version: 1.3.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.8.dev.git%{shortcommit0}%{?dist} +Release: 0.9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -577,6 +577,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Sun Jun 02 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.9.dev.git176a41c +- autobuilt 176a41c + * Sat Jun 01 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.8.dev.git2068919 - autobuilt 2068919 diff --git a/sources b/sources index 9a9c74c..6278d9c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-2068919.tar.gz) = e42772c007334b026e280ed896bc42b8ec96fc7857a4ea1a5c01ed48f0b3f3c3b4e7ac8a51daa32c7ae0a355ddb6d9e980ab5f8e1ac61eb32fc8d5270e3f1c4a +SHA512 (libpod-176a41c.tar.gz) = e898abe1a3094659c93189c68b16734b74131021d74ab410a7083046dfeb8e79249d4a63bd4897c8f9e29de9d437983d925bd4ab50f50fc013da1c6c7d32e7cc From 1b71dab986d8edb432f597f5c872107425bdbbef Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 4 Jun 2019 02:53:23 +0000 Subject: [PATCH 0233/2185] podman-2:1.3.2-0.10.dev.git0ede794 - autobuilt 0ede794 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b430b3e..4ac136e 100644 --- a/.gitignore +++ b/.gitignore @@ -249,3 +249,4 @@ /libpod-558ce8d.tar.gz /libpod-2068919.tar.gz /libpod-176a41c.tar.gz +/libpod-0ede794.tar.gz diff --git a/podman.spec b/podman.spec index 7618f4e..08a58e1 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 176a41c355bdc567978f4417e5bd2d3c7cdce914 +%global commit0 0ede794da91329ecc5a24c66924ce84023f237f9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -41,7 +41,7 @@ Epoch: 1 Version: 1.3.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.9.dev.git%{shortcommit0}%{?dist} +Release: 0.10.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -577,6 +577,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Tue Jun 04 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.10.dev.git0ede794 +- autobuilt 0ede794 + * Sun Jun 02 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.9.dev.git176a41c - autobuilt 176a41c diff --git a/sources b/sources index 6278d9c..ff86217 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-176a41c.tar.gz) = e898abe1a3094659c93189c68b16734b74131021d74ab410a7083046dfeb8e79249d4a63bd4897c8f9e29de9d437983d925bd4ab50f50fc013da1c6c7d32e7cc +SHA512 (libpod-0ede794.tar.gz) = d95db1c28d5c89a99b2bddfbc5d5c6abe098fa261e429472d4b47d19c464336672287e95cffda6291b38ae72b41d53db9f19f7dfae68d3a7a5bff18a6f9cb769 From d12458a6b054db3bccd08e067e5afd1508f63684 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 5 Jun 2019 03:05:05 +0000 Subject: [PATCH 0234/2185] podman-2:1.3.2-0.11.dev.git3fb9669 - autobuilt 3fb9669 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4ac136e..4712cf6 100644 --- a/.gitignore +++ b/.gitignore @@ -250,3 +250,4 @@ /libpod-2068919.tar.gz /libpod-176a41c.tar.gz /libpod-0ede794.tar.gz +/libpod-3fb9669.tar.gz diff --git a/podman.spec b/podman.spec index 08a58e1..7464ba7 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0ede794da91329ecc5a24c66924ce84023f237f9 +%global commit0 3fb9669a63558955766e7bd9152b8b542b00d9dd %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -41,7 +41,7 @@ Epoch: 1 Version: 1.3.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.10.dev.git%{shortcommit0}%{?dist} +Release: 0.11.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -577,6 +577,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Wed Jun 05 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.11.dev.git3fb9669 +- autobuilt 3fb9669 + * Tue Jun 04 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.10.dev.git0ede794 - autobuilt 0ede794 diff --git a/sources b/sources index ff86217..34efd88 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-0ede794.tar.gz) = d95db1c28d5c89a99b2bddfbc5d5c6abe098fa261e429472d4b47d19c464336672287e95cffda6291b38ae72b41d53db9f19f7dfae68d3a7a5bff18a6f9cb769 +SHA512 (libpod-3fb9669.tar.gz) = 0f20bc676b4d5ace17e49f12539e9819d5b12affe7aaf187b70edb2bee4952cc2b71a32dcd927361d4c1accc5bb4930bf6cb83af0094bd90a0195f9175c4f883 From 18e5f1a05f5d4f08173c663026ce4b37662337ba Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 6 Jun 2019 03:07:11 +0000 Subject: [PATCH 0235/2185] podman-2:1.3.2-0.12.dev.git6d285b8 - autobuilt 6d285b8 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4712cf6..c3afc73 100644 --- a/.gitignore +++ b/.gitignore @@ -251,3 +251,4 @@ /libpod-176a41c.tar.gz /libpod-0ede794.tar.gz /libpod-3fb9669.tar.gz +/libpod-6d285b8.tar.gz diff --git a/podman.spec b/podman.spec index 7464ba7..fbd3c3f 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3fb9669a63558955766e7bd9152b8b542b00d9dd +%global commit0 6d285b879c3fa252545b15a3dea816426ba2c610 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/kubernetes-sigs/cri-o @@ -41,7 +41,7 @@ Epoch: 1 Version: 1.3.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.11.dev.git%{shortcommit0}%{?dist} +Release: 0.12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -577,6 +577,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Thu Jun 06 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.12.dev.git6d285b8 +- autobuilt 6d285b8 + * Wed Jun 05 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.11.dev.git3fb9669 - autobuilt 3fb9669 diff --git a/sources b/sources index 34efd88..356fd40 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d -SHA512 (libpod-3fb9669.tar.gz) = 0f20bc676b4d5ace17e49f12539e9819d5b12affe7aaf187b70edb2bee4952cc2b71a32dcd927361d4c1accc5bb4930bf6cb83af0094bd90a0195f9175c4f883 +SHA512 (libpod-6d285b8.tar.gz) = 67ccdf0ce69ece8c4cc6758af7b6f9b785f7d23dc09dba9eefdcf5d82bbf104a13c9faec033801d94e685af738fa8deab6810d6550bc3ea68e4f317c4fb512a5 From afbd7741fe226636e987e079a550d19da63bc191 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 7 Jun 2019 01:10:21 +0530 Subject: [PATCH 0236/2185] podman-2:1.3.2-0.13.dev.git6d285b8 - Resolves: #1716809 - use conmon v0.2.0 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 40 +++++++++++++++++----------------------- sources | 2 +- 3 files changed, 19 insertions(+), 24 deletions(-) diff --git a/.gitignore b/.gitignore index c3afc73..62d4cc0 100644 --- a/.gitignore +++ b/.gitignore @@ -252,3 +252,4 @@ /libpod-0ede794.tar.gz /libpod-3fb9669.tar.gz /libpod-6d285b8.tar.gz +/conmon-5995229.tar.gz diff --git a/podman.spec b/podman.spec index fbd3c3f..25afd3f 100644 --- a/podman.spec +++ b/podman.spec @@ -25,29 +25,22 @@ %global commit0 6d285b879c3fa252545b15a3dea816426ba2c610 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) -%global import_path_conmon github.com/kubernetes-sigs/cri-o +%global import_path_conmon github.com/containers/conmon %global git_conmon https://%{import_path_conmon} -%global commit_conmon a30f93ca229c7fc68fb1d8c7a3342de3c3f54ae5 +%global commit_conmon 59952292a3b07ac125575024ae21956efe0ecdfb %global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) Name: podman -# Epoch is 2 for f30 (rawhide), 1 for f28 and f29 -# BEWARE while using on other distros -%if 0%{?fedora} >= 30 Epoch: 2 -%else -Epoch: 1 -%endif Version: 1.3.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.12.dev.git%{shortcommit0}%{?dist} +Release: 0.13.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz -Source1: %{git_conmon}/archive/%{commit_conmon}/cri-o-%{shortcommit_conmon}.tar.gz -ExclusiveArch: aarch64 ppc64le s390x x86_64 +Source1: %{git_conmon}/archive/%{commit_conmon}/conmon-%{shortcommit_conmon}.tar.gz # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} BuildRequires: btrfs-progs-devel @@ -68,7 +61,7 @@ BuildRequires: systemd BuildRequires: systemd-devel Requires: runc >= 2:1.0.0-57 Requires: containers-common -Requires: containernetworking-plugins >= 0.7.3-2 +Requires: containernetworking-plugins >= 0.7.5-1 Requires: iptables Requires: nftables # #1686813 - conmon hasn't been made independent yet @@ -428,16 +421,8 @@ export BUILDTAGS="remoteclient systemd varlink seccomp exclude_graphdriver_devic %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} # build conmon -pushd cri-o-%{commit_conmon} -mkdir _output -pushd _output -mkdir -p src/%{provider}.%{provider_tld}/{kubernetes-sigs,opencontainers} -ln -s $(dirs +1 -l) src/%{import_path_conmon} -popd -ln -s vendor src -export GOPATH=$(pwd)/_output:$(pwd) -export BUILDTAGS="selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) containers_image_ostree_stub" -BUILDTAGS=$BUILDTAGS %{__make} -C conmon +pushd conmon-%{commit_conmon} +%{__make} all popd %install @@ -458,8 +443,11 @@ install -dp %{buildroot}%{_datadir}/containers install -p -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers # install conmon +pushd conmon-%{commit_conmon} +%{__make} LIBEXECDIR=%{buildroot}%{_libexecdir} install install -dp %{buildroot}%{_libexecdir}/%{name} -install -p -m 755 cri-o-%{commit_conmon}/bin/conmon %{buildroot}%{_libexecdir}/%{name} +install -p -m 755 bin/conmon %{buildroot}%{_libexecdir}/%{name} +popd # source codes for building projects %if 0%{?with_devel} @@ -546,6 +534,8 @@ exit 0 %{_datadir}/zsh/site-functions/_%{name} %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/conmon +%dir %{_libexecdir}/crio +%{_libexecdir}/crio/conmon %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist %{_datadir}/containers/%{repo}.conf %{_unitdir}/io.%{name}.service @@ -570,6 +560,7 @@ exit 0 %endif %files remote +%license LICENSE %{_bindir}/%{name}-remote %files tests @@ -577,6 +568,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Fri Jun 07 2019 Lokesh Mandvekar - 2:1.3.2-0.13.dev.git6d285b8 +- Resolves: #1716809 - use conmon v0.2.0 + * Thu Jun 06 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.12.dev.git6d285b8 - autobuilt 6d285b8 diff --git a/sources b/sources index 356fd40..0ce5c95 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d +SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 SHA512 (libpod-6d285b8.tar.gz) = 67ccdf0ce69ece8c4cc6758af7b6f9b785f7d23dc09dba9eefdcf5d82bbf104a13c9faec033801d94e685af738fa8deab6810d6550bc3ea68e4f317c4fb512a5 From 9799cad9192f510210be6db0b183d8065268a4a0 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 7 Jun 2019 03:05:38 +0000 Subject: [PATCH 0237/2185] podman-2:1.3.2-0.14.dev.gitba36a5f - autobuilt ba36a5f Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 62d4cc0..de5f830 100644 --- a/.gitignore +++ b/.gitignore @@ -253,3 +253,4 @@ /libpod-3fb9669.tar.gz /libpod-6d285b8.tar.gz /conmon-5995229.tar.gz +/libpod-ba36a5f.tar.gz diff --git a/podman.spec b/podman.spec index 25afd3f..df2a57d 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 6d285b879c3fa252545b15a3dea816426ba2c610 +%global commit0 ba36a5f4461abfa2a2818b756bda4d6e609f6de6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -35,7 +35,7 @@ Epoch: 2 Version: 1.3.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.13.dev.git%{shortcommit0}%{?dist} +Release: 0.14.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -568,6 +568,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Fri Jun 07 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.14.dev.gitba36a5f +- autobuilt ba36a5f + * Fri Jun 07 2019 Lokesh Mandvekar - 2:1.3.2-0.13.dev.git6d285b8 - Resolves: #1716809 - use conmon v0.2.0 diff --git a/sources b/sources index 0ce5c95..6ade334 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-6d285b8.tar.gz) = 67ccdf0ce69ece8c4cc6758af7b6f9b785f7d23dc09dba9eefdcf5d82bbf104a13c9faec033801d94e685af738fa8deab6810d6550bc3ea68e4f317c4fb512a5 +SHA512 (libpod-ba36a5f.tar.gz) = fe752303d622c8c5121a823e13ffdfc3b8b7f57305ca53bc9085bf49448b389f5e99774e4e3154e0dd87307882bea6bb3ef4970904095d190027562111da0fcf From c5a5cab0c4fc69ebbac50a2986469a1214b03fec Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 8 Jun 2019 03:06:34 +0000 Subject: [PATCH 0238/2185] podman-2:1.4.1-0.15.dev.gitcae5af5 - bump to 1.4.1 - autobuilt cae5af5 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index de5f830..dd33156 100644 --- a/.gitignore +++ b/.gitignore @@ -254,3 +254,4 @@ /libpod-6d285b8.tar.gz /conmon-5995229.tar.gz /libpod-ba36a5f.tar.gz +/libpod-cae5af5.tar.gz diff --git a/podman.spec b/podman.spec index df2a57d..9626fb7 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ba36a5f4461abfa2a2818b756bda4d6e609f6de6 +%global commit0 cae5af5b937f71d6e770b1be9f982ca4df576463 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -32,10 +32,10 @@ Name: podman Epoch: 2 -Version: 1.3.2 +Version: 1.4.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.14.dev.git%{shortcommit0}%{?dist} +Release: 0.15.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -568,6 +568,10 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Sat Jun 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.15.dev.gitcae5af5 +- bump to 1.4.1 +- autobuilt cae5af5 + * Fri Jun 07 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.14.dev.gitba36a5f - autobuilt ba36a5f diff --git a/sources b/sources index 6ade334..fd70dc7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-ba36a5f.tar.gz) = fe752303d622c8c5121a823e13ffdfc3b8b7f57305ca53bc9085bf49448b389f5e99774e4e3154e0dd87307882bea6bb3ef4970904095d190027562111da0fcf +SHA512 (libpod-cae5af5.tar.gz) = d02355a68e6fbd713d791a9d81417b421d9f312c7b239f2cc8d15df135b546d70099d906c437009f17d97c546cb54c4293de0d81d1fcea6dbea16be11e76e2aa From fe128e9942d82cce223ff2a1ffa5c7ba293e948e Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 9 Jun 2019 03:08:48 +0000 Subject: [PATCH 0239/2185] podman-2:1.4.1-0.16.dev.git39f5ea4 - autobuilt 39f5ea4 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dd33156..b51e9b3 100644 --- a/.gitignore +++ b/.gitignore @@ -255,3 +255,4 @@ /conmon-5995229.tar.gz /libpod-ba36a5f.tar.gz /libpod-cae5af5.tar.gz +/libpod-39f5ea4.tar.gz diff --git a/podman.spec b/podman.spec index 9626fb7..fe75a54 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 cae5af5b937f71d6e770b1be9f982ca4df576463 +%global commit0 39f5ea4c040d60f5f16b85ab144ddacf4cbba4c8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -35,7 +35,7 @@ Epoch: 2 Version: 1.4.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.15.dev.git%{shortcommit0}%{?dist} +Release: 0.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -568,6 +568,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Sun Jun 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.16.dev.git39f5ea4 +- autobuilt 39f5ea4 + * Sat Jun 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.15.dev.gitcae5af5 - bump to 1.4.1 - autobuilt cae5af5 diff --git a/sources b/sources index fd70dc7..fa9cca0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-cae5af5.tar.gz) = d02355a68e6fbd713d791a9d81417b421d9f312c7b239f2cc8d15df135b546d70099d906c437009f17d97c546cb54c4293de0d81d1fcea6dbea16be11e76e2aa +SHA512 (libpod-39f5ea4.tar.gz) = f72a83a3b03bb6457ea48b419302218431dc7a48fe196883e0af3c1fe9fa28502fe6fcc2722580d30da691e69c86ff310fd1dc44aaafd82fe4fa7b9787d514b0 From 37cde8dfd4a62db62cf773d60fd3ccaa0c351c66 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 10 Jun 2019 03:07:47 +0000 Subject: [PATCH 0240/2185] podman-2:1.4.1-0.17.dev.gitfcb7c14 - autobuilt fcb7c14 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b51e9b3..46bca1b 100644 --- a/.gitignore +++ b/.gitignore @@ -256,3 +256,4 @@ /libpod-ba36a5f.tar.gz /libpod-cae5af5.tar.gz /libpod-39f5ea4.tar.gz +/libpod-fcb7c14.tar.gz diff --git a/podman.spec b/podman.spec index fe75a54..75f20ec 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 39f5ea4c040d60f5f16b85ab144ddacf4cbba4c8 +%global commit0 fcb7c14c5bb94583db2343faaa1b85f0f2f96092 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -35,7 +35,7 @@ Epoch: 2 Version: 1.4.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.16.dev.git%{shortcommit0}%{?dist} +Release: 0.17.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -568,6 +568,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Mon Jun 10 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.17.dev.gitfcb7c14 +- autobuilt fcb7c14 + * Sun Jun 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.16.dev.git39f5ea4 - autobuilt 39f5ea4 diff --git a/sources b/sources index fa9cca0..af3d6b8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-39f5ea4.tar.gz) = f72a83a3b03bb6457ea48b419302218431dc7a48fe196883e0af3c1fe9fa28502fe6fcc2722580d30da691e69c86ff310fd1dc44aaafd82fe4fa7b9787d514b0 +SHA512 (libpod-fcb7c14.tar.gz) = 53b8fabbb8ce0d1dac29db3c7f89645967d930da8aaeee3dc260a14dbf0f1b11651e4183bc8130d047f14d2ad0dfbcfac78552b4fb63c85c5d80b2c7ae49f3d2 From 898cc7546f7aec8571f70d38eed03f38bc380c9c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 10 Jun 2019 18:04:14 +0530 Subject: [PATCH 0241/2185] podman-2:1.4.0-1 - Resolves: #1715668 - CVE-2019-10152 - bump to v1.4.0 Signed-off-by: Lokesh Mandvekar --- .gitignore | 3 ++ podman.spec | 113 ++++++++++++++++++++++++++++------------------------ sources | 4 +- 3 files changed, 66 insertions(+), 54 deletions(-) diff --git a/.gitignore b/.gitignore index aad89cc..47ec809 100644 --- a/.gitignore +++ b/.gitignore @@ -241,3 +241,6 @@ /libpod-b01fdcb.tar.gz /libpod-9ae3221.tar.gz /libpod-7210727.tar.gz +/conmon-5995229.tar.gz +/libpod-41365a8.tar.gz +/libpod-6d285b8.tar.gz diff --git a/podman.spec b/podman.spec index ae44648..0bdd358 100644 --- a/podman.spec +++ b/podman.spec @@ -5,7 +5,7 @@ %global with_check 0 %global with_unit_test 0 -%if 0%{?fedora} >= 28 +%if 0%{?fedora} %bcond_without varlink %define gogenerate go generate %else @@ -27,12 +27,12 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7210727e205c333af9a2d0ed0bb66adcf92a6369 +%global commit0 41365a8f6760349cac826a7c1d50ba2c4057ed50 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) -%global import_path_conmon github.com/kubernetes-sigs/cri-o +%global import_path_conmon github.com/containers/conmon %global git_conmon https://%{import_path_conmon} -%global commit_conmon a30f93ca229c7fc68fb1d8c7a3342de3c3f54ae5 +%global commit_conmon 59952292a3b07ac125575024ae21956efe0ecdfb %global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) Name: podman @@ -43,13 +43,13 @@ Epoch: 2 %else Epoch: 1 %endif -Version: 1.3.1 -Release: 1.git%{shortcommit0}%{?dist} +Version: 1.4.0 +Release: 1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 -URL: https://podman.io/ +URL: https://%{name}.io/ Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz -Source1: %{git_conmon}/archive/%{commit_conmon}/cri-o-%{shortcommit_conmon}.tar.gz +Source1: %{git_conmon}/archive/%{commit_conmon}/conmon-%{shortcommit_conmon}.tar.gz # e.g. el6 has ppc64 arch without gcc-go, so EA tag is required #ExclusiveArch: %%{?go_arches:%%{go_arches}}%%{!?go_arches:%%{ix86} x86_64 aarch64 %%{arm}} ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 @@ -72,10 +72,10 @@ BuildRequires: make BuildRequires: systemd Requires: runc >= 2:1.0.0-57 Requires: containers-common -Requires: containernetworking-plugins >= 0.7.3-2 +Requires: containernetworking-plugins >= 0.7.5-1 Requires: iptables Requires: nftables -Recommends: podman-manpages = %{epoch}:%{version}-%{release} +Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} Recommends: container-selinux Recommends: slirp4netns >= 0.3-0 Recommends: fuse-overlayfs >= 0.3-8 @@ -183,15 +183,15 @@ Provides: bundled(golang(k8s.io/kube-openapi)) = 275e2ce91dec4c05a4094a7b1daee55 Provides: bundled(golang(k8s.io/utils)) = 258e2a2fa64568210fbd6267cf1d8fd87c3cb86e %description -Podman (Pod Manager) is a fully featured container engine that is a simple daemonless tool. Podman provides a Docker-CLI comparable command line that eases the transition from other container engines and allows the management of pods, containers and images. Simply put: alias docker=podman. Most Podman commands can be run as a regular user, without requiring additional privileges. +%{name} (Pod Manager) is a fully featured container engine that is a simple daemonless tool. %{name} provides a Docker-CLI comparable command line that eases the transition from other container engines and allows the management of pods, containers and images. Simply put: alias docker=%{name}. Most %{name} commands can be run as a regular user, without requiring additional privileges. -Podman uses Buildah(1) internally to create container images. Both tools share image (not container) storage, hence each can use or manipulate images (but not containers) created by the other. +%{name} uses Buildah(1) internally to create container images. Both tools share image (not container) storage, hence each can use or manipulate images (but not containers) created by the other. %{summary} %{repo} Simple management tool for pods, containers and images %package docker -Summary: Emulate Docker CLI using podman +Summary: Emulate Docker CLI using %{name} BuildArch: noarch Requires: %{name} = %{epoch}:%{version}-%{release} Conflicts: docker @@ -202,8 +202,29 @@ Conflicts: moby-engine %description docker This package installs a script named docker that emulates the Docker CLI by -executes podman commands, it also creates links between all Docker CLI man -pages and podman. +executes %{name} commands, it also creates links between all Docker CLI man +pages and %{name}. + +%package manpages +Summary: Man pages for the %{name} commands +BuildArch: noarch + +%description manpages +Man pages for the %{name} commands + +%package remote +Summary: (Experimental) Remote client for managing %{name} containers +Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} + +%description remote +Remote client for managing %{name} containers. + +This experimental remote client is under heavy development. Please do not +run %{name}-remote in production. + +%{name}-remote uses the varlink connection to connect to a %{name} client to +manage pods, containers and container images. %{name}-remote supports ssh +connections as well. %if 0%{?with_devel} %package devel @@ -340,7 +361,7 @@ building other packages which use import path with %if 0%{?with_unit_test} && 0%{?with_devel} %package unit-test-devel -Summary: Unit tests for %{name} package +Summary: Unit tests for %{name} package %if 0%{?with_check} #Here comes all BuildRequires: PACKAGE the unit tests #in %%check section need for running @@ -366,7 +387,7 @@ providing packages with %{import_path} prefix. %endif %package tests -Summary: Tests for %{name} +Summary: Tests for %{name} Requires: %{name} = %{epoch}:%{version}-%{release} Requires: bats @@ -391,28 +412,26 @@ ln -s ../../../../ src/%{import_path} popd ln -s vendor src export GOPATH=$(pwd)/_build:$(pwd) -PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} podman-remote -export BUILDTAGS="varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" %gogenerate ./cmd/%{name}/varlink/... + +# build %%{name} +export BUILDTAGS="systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" %gobuild -o bin/%{name} %{import_path}/cmd/%{name} +# build %%{name}-remote +export BUILDTAGS="rmeoteclient systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" +%gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} + # build conmon -pushd cri-o-%{commit_conmon} -mkdir _output -pushd _output -mkdir -p src/%{provider}.%{provider_tld}/{kubernetes-sigs,opencontainers} -ln -s $(dirs +1 -l) src/%{import_path_conmon} -popd -ln -s vendor src -export GOPATH=$(pwd)/_output:$(pwd) -export BUILDTAGS="selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) containers_image_ostree_stub" -BUILDTAGS=$BUILDTAGS make -C conmon +pushd conmon-%{commit_conmon} +%{__make} all popd %install install -dp %{buildroot}%{_unitdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ install.bin \ + install.remote \ install.man \ install.cni \ install.systemd \ @@ -426,8 +445,11 @@ install -dp %{buildroot}%{_datadir}/containers install -p -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers # install conmon +pushd conmon-%{commit_conmon} +%{__make} LIBEXECDIR=%{buildroot}%{_libexecdir} install install -dp %{buildroot}%{_libexecdir}/%{name} -install -p -m 755 cri-o-%{commit_conmon}/bin/conmon %{buildroot}%{_libexecdir}/%{name} +install -p -m 755 bin/conmon %{buildroot}%{_libexecdir}/%{name} +popd # source codes for building projects %if 0%{?with_devel} @@ -510,6 +532,8 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_datadir}/zsh/site-functions/* %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/conmon +%dir %{_libexecdir}/crio +%{_libexecdir}/crio/conmon %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist %{_datadir}/containers/%{repo}.conf %{_unitdir}/io.%{name}.service @@ -533,32 +557,11 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md %endif -%package manpages -Summary: Man pages for the podman commands -BuildArch: noarch - %files manpages -%{_mandir}/man1/podman*.1* - -%description manpages -Man pages for the podman commands - -%package remote -Summary: (Experimental) Remote client for managing podman containers -Recommends: podman-manpages = %{epoch}:%{version}-%{release} - -%description remote -Remote client for managing podman containers. - -This experimental remote client is under heavy development. Please do not -run podman-remote in production. - -podman-remote uses the varlink connection to connect to a podman client to -manage pods, containers and container images. Podman-remote supports ssh -connections as well. +%{_mandir}/man1/%{name}*.1* %files remote -%{_bindir}/podman-remote +%{_bindir}/%{name}-remote %triggerpostun -- %{name} < 1.1 %{_bindir}/%{name} system renumber @@ -569,6 +572,10 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Mon Jun 10 2019 Lokesh Mandvekar - 2:1.4.0-1 +- Resolves: #1715668 - CVE-2019-10152 +- bump to v1.4.0 + * Fri May 17 2019 Dan Walsh - 2:1.3.1-1.git7210727 - New Release of podman diff --git a/sources b/sources index e794229..f30e3a3 100644 --- a/sources +++ b/sources @@ -1,2 +1,4 @@ -SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d +SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 +SHA512 (libpod-41365a8.tar.gz) = 2a826f73df1be4d6bcaf8de19f9dc7448f4147e2de93b27caed32abec0552d798553ef958e5109b4e24f5e0b4078d4eb87d8c143440ae9f0d81d6f4696d0b092 +SHA512 (libpod-6d285b8.tar.gz) = 67ccdf0ce69ece8c4cc6758af7b6f9b785f7d23dc09dba9eefdcf5d82bbf104a13c9faec033801d94e685af738fa8deab6810d6550bc3ea68e4f317c4fb512a5 SHA512 (libpod-7210727.tar.gz) = f92543cbf4777ea7c09cb9a0ec5f836eb2a8b9c4b8b2fefa9b353e0f2f3df9734168979de1cbbffa0f7b2d4434ee1223ee9cded50a42db34abc3eee24af9509a From d6e72845bf4935589af478f65b6c340eb604d45a Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 10 Jun 2019 09:10:41 -0400 Subject: [PATCH 0242/2185] buildable on centos, deps updated Signed-off-by: Lokesh Mandvekar --- podman.spec | 49 +++++++++++++++++++++++++++++++++++-------------- 1 file changed, 35 insertions(+), 14 deletions(-) diff --git a/podman.spec b/podman.spec index 0bdd358..7bbff70 100644 --- a/podman.spec +++ b/podman.spec @@ -19,6 +19,11 @@ %global debug_package %{nil} %endif +%if ! 0%{?gobuild:1} +%define gobuild(o:) go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '" -a -v -x %{?**}; +%define gogenerate go generate +%endif + %global provider github %global provider_tld com %global project containers @@ -36,13 +41,9 @@ %global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) Name: podman -# Epoch is 2 for f30 (rawhide), 1 for f28 and f29 -# BEWARE while using on other distros -%if 0%{?fedora} >= 30 +%if 0%{?fedora} Epoch: 2 -%else -Epoch: 1 -%endif +%endif # fedora Version: 1.4.0 Release: 1%{?dist} Summary: Manage Pods, Containers and Container Images @@ -50,9 +51,6 @@ License: ASL 2.0 URL: https://%{name}.io/ Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz Source1: %{git_conmon}/archive/%{commit_conmon}/conmon-%{shortcommit_conmon}.tar.gz -# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required -#ExclusiveArch: %%{?go_arches:%%{go_arches}}%%{!?go_arches:%%{ix86} x86_64 aarch64 %%{arm}} -ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} BuildRequires: btrfs-progs-devel @@ -70,15 +68,23 @@ BuildRequires: ostree-devel BuildRequires: pkgconfig BuildRequires: make BuildRequires: systemd +BuildRequires: systemd-devel Requires: runc >= 2:1.0.0-57 Requires: containers-common Requires: containernetworking-plugins >= 0.7.5-1 Requires: iptables Requires: nftables +%if 0%{?fedora} Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} Recommends: container-selinux Recommends: slirp4netns >= 0.3-0 Recommends: fuse-overlayfs >= 0.3-8 +%else +Requires: %{name}-manpages = %{epoch}:%{version}-%{release} +Requires: container-selinux +Requires: slirp4netns >= 0.3-0 +%endif #fedora + # vendored libraries # awk '{print "Provides: bundled(golang("$1")) = "$2}' vendor.conf | sort @@ -212,6 +218,7 @@ BuildArch: noarch %description manpages Man pages for the %{name} commands +%if 0%{?fedora} %package remote Summary: (Experimental) Remote client for managing %{name} containers Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} @@ -225,6 +232,7 @@ run %{name}-remote in production. %{name}-remote uses the varlink connection to connect to a %{name} client to manage pods, containers and container images. %{name}-remote supports ssh connections as well. +%endif #fedora %if 0%{?with_devel} %package devel @@ -412,15 +420,24 @@ ln -s ../../../../ src/%{import_path} popd ln -s vendor src export GOPATH=$(pwd)/_build:$(pwd) + +%if 0%{?fedora} %gogenerate ./cmd/%{name}/varlink/... +%endif # fedora # build %%{name} +%if 0%{?fedora} export BUILDTAGS="systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" +%else +export BUILDTAGS="systemd seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" +%endif # fedora %gobuild -o bin/%{name} %{import_path}/cmd/%{name} +%if 0%{?fedora} # build %%{name}-remote -export BUILDTAGS="rmeoteclient systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" +export BUILDTAGS="remoteclient systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} +%endif # fedora # build conmon pushd conmon-%{commit_conmon} @@ -431,7 +448,9 @@ popd install -dp %{buildroot}%{_unitdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ install.bin \ +%if 0%{?fedora} install.remote \ +%endif # fedora install.man \ install.cni \ install.systemd \ @@ -518,6 +537,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} install -d -p %{buildroot}/%{_datadir}/%{name}/test/system cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ +%triggerpostun -- %{name} < 1.1 +%{_bindir}/%{name} system renumber +exit 0 + #define license tag if not already defined %{!?_licensedir:%global license %doc} @@ -560,12 +583,10 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %files manpages %{_mandir}/man1/%{name}*.1* +%if 0%{?fedora} %files remote %{_bindir}/%{name}-remote - -%triggerpostun -- %{name} < 1.1 -%{_bindir}/%{name} system renumber -exit 0 +%endif # fedora %files tests %license LICENSE From dab0cc407011aac038cb23c560b01655b88608aa Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 11 Jun 2019 03:02:38 +0000 Subject: [PATCH 0243/2185] podman-2:1.4.1-0.18.dev.gitc93b8d6 - autobuilt c93b8d6 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 46bca1b..01e946c 100644 --- a/.gitignore +++ b/.gitignore @@ -257,3 +257,4 @@ /libpod-cae5af5.tar.gz /libpod-39f5ea4.tar.gz /libpod-fcb7c14.tar.gz +/libpod-c93b8d6.tar.gz diff --git a/podman.spec b/podman.spec index 75f20ec..ad2b8fe 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 fcb7c14c5bb94583db2343faaa1b85f0f2f96092 +%global commit0 c93b8d6b02c7ec0c91af34481133001421b9628d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -35,7 +35,7 @@ Epoch: 2 Version: 1.4.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.17.dev.git%{shortcommit0}%{?dist} +Release: 0.18.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -568,6 +568,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Tue Jun 11 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.18.dev.gitc93b8d6 +- autobuilt c93b8d6 + * Mon Jun 10 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.17.dev.gitfcb7c14 - autobuilt fcb7c14 diff --git a/sources b/sources index af3d6b8..173d2f2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-fcb7c14.tar.gz) = 53b8fabbb8ce0d1dac29db3c7f89645967d930da8aaeee3dc260a14dbf0f1b11651e4183bc8130d047f14d2ad0dfbcfac78552b4fb63c85c5d80b2c7ae49f3d2 +SHA512 (libpod-c93b8d6.tar.gz) = eaed141737e21d1f1c45448bff7c629b4cd48dd581fda657528d1e1f14ef7d703a707a1f42b36dfd7a5597dbee2be1a5643e1fda68a71d1c3658fe97e2c186fb From 8224c20ecea2782a61967a7010ad1b77ce593c0c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 11 Jun 2019 12:44:54 +0530 Subject: [PATCH 0244/2185] podman-2:1.4.1-0.19.dev.gitc93b8d6 - do not install /usr/libexec/crio - conflicts with crio Signed-off-by: Lokesh Mandvekar --- podman.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/podman.spec b/podman.spec index ad2b8fe..dbd0173 100644 --- a/podman.spec +++ b/podman.spec @@ -35,7 +35,7 @@ Epoch: 2 Version: 1.4.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.18.dev.git%{shortcommit0}%{?dist} +Release: 0.19.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -445,8 +445,7 @@ install -p -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers # install conmon pushd conmon-%{commit_conmon} %{__make} LIBEXECDIR=%{buildroot}%{_libexecdir} install -install -dp %{buildroot}%{_libexecdir}/%{name} -install -p -m 755 bin/conmon %{buildroot}%{_libexecdir}/%{name} +mv %{buildroot}%{_libexecdir}/crio %{buildroot}%{_libexecdir}/%{name} popd # source codes for building projects @@ -534,8 +533,6 @@ exit 0 %{_datadir}/zsh/site-functions/_%{name} %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/conmon -%dir %{_libexecdir}/crio -%{_libexecdir}/crio/conmon %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist %{_datadir}/containers/%{repo}.conf %{_unitdir}/io.%{name}.service @@ -568,6 +565,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Tue Jun 11 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.19.dev.gitc93b8d6 +- do not install /usr/libexec/crio - conflicts with crio + * Tue Jun 11 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.18.dev.gitc93b8d6 - autobuilt c93b8d6 From 3ca68479ba2f3bb816a6ddc5e13b22141830ad27 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 11 Jun 2019 17:36:44 +0530 Subject: [PATCH 0245/2185] podman-2:1.4.0-2 - do not install /usr/libexec/crio - conflicts with crio Signed-off-by: Lokesh Mandvekar --- podman.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/podman.spec b/podman.spec index 7bbff70..619078e 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,7 @@ Name: podman Epoch: 2 %endif # fedora Version: 1.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -466,8 +466,7 @@ install -p -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers # install conmon pushd conmon-%{commit_conmon} %{__make} LIBEXECDIR=%{buildroot}%{_libexecdir} install -install -dp %{buildroot}%{_libexecdir}/%{name} -install -p -m 755 bin/conmon %{buildroot}%{_libexecdir}/%{name} +mv %{buildroot}%{_libexecdir}/crio %{buildroot}%{_libexecdir}/%{name} popd # source codes for building projects @@ -555,8 +554,6 @@ exit 0 %{_datadir}/zsh/site-functions/* %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/conmon -%dir %{_libexecdir}/crio -%{_libexecdir}/crio/conmon %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist %{_datadir}/containers/%{repo}.conf %{_unitdir}/io.%{name}.service @@ -593,6 +590,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Tue Jun 11 2019 Lokesh Mandvekar - 2:1.4.0-2 +- do not install /usr/libexec/crio - conflicts with crio + * Mon Jun 10 2019 Lokesh Mandvekar - 2:1.4.0-1 - Resolves: #1715668 - CVE-2019-10152 - bump to v1.4.0 From 2278c43a48f662ab022bf41770d015243bce6bb1 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 12 Jun 2019 03:08:47 +0000 Subject: [PATCH 0246/2185] podman-2:1.4.1-0.20.dev.gitf8a84fd - autobuilt f8a84fd Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 01e946c..1ce15d3 100644 --- a/.gitignore +++ b/.gitignore @@ -258,3 +258,4 @@ /libpod-39f5ea4.tar.gz /libpod-fcb7c14.tar.gz /libpod-c93b8d6.tar.gz +/libpod-f8a84fd.tar.gz diff --git a/podman.spec b/podman.spec index dbd0173..9fef3f1 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c93b8d6b02c7ec0c91af34481133001421b9628d +%global commit0 f8a84fdcff12fdc150bb303d0004d5ba0cd6087b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -35,7 +35,7 @@ Epoch: 2 Version: 1.4.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.19.dev.git%{shortcommit0}%{?dist} +Release: 0.20.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -565,6 +565,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Wed Jun 12 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.20.dev.gitf8a84fd +- autobuilt f8a84fd + * Tue Jun 11 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.19.dev.gitc93b8d6 - do not install /usr/libexec/crio - conflicts with crio diff --git a/sources b/sources index 173d2f2..a636d40 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-c93b8d6.tar.gz) = eaed141737e21d1f1c45448bff7c629b4cd48dd581fda657528d1e1f14ef7d703a707a1f42b36dfd7a5597dbee2be1a5643e1fda68a71d1c3658fe97e2c186fb +SHA512 (libpod-f8a84fd.tar.gz) = 97792aac2c1649758f93688901c1005426f132686e727b16f9660fb34a8c80de6e4ac0c3dddb8966e319995c6b84747eb5af1148c7ab208916f42fd09ae5565a From 0c9c4d6e3f873fa400f2057dbea1a822acd23773 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 13 Jun 2019 03:06:35 +0000 Subject: [PATCH 0247/2185] podman-2:1.4.1-0.21.dev.git77d1cf0 - autobuilt 77d1cf0 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1ce15d3..460568c 100644 --- a/.gitignore +++ b/.gitignore @@ -259,3 +259,4 @@ /libpod-fcb7c14.tar.gz /libpod-c93b8d6.tar.gz /libpod-f8a84fd.tar.gz +/libpod-77d1cf0.tar.gz diff --git a/podman.spec b/podman.spec index 9fef3f1..97ceb5b 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f8a84fdcff12fdc150bb303d0004d5ba0cd6087b +%global commit0 77d1cf0a3288da0459c92790a0c2dddf8a68242e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -35,7 +35,7 @@ Epoch: 2 Version: 1.4.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.20.dev.git%{shortcommit0}%{?dist} +Release: 0.21.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -565,6 +565,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Thu Jun 13 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.21.dev.git77d1cf0 +- autobuilt 77d1cf0 + * Wed Jun 12 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.20.dev.gitf8a84fd - autobuilt f8a84fd diff --git a/sources b/sources index a636d40..7d85ea5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-f8a84fd.tar.gz) = 97792aac2c1649758f93688901c1005426f132686e727b16f9660fb34a8c80de6e4ac0c3dddb8966e319995c6b84747eb5af1148c7ab208916f42fd09ae5565a +SHA512 (libpod-77d1cf0.tar.gz) = 2e0d4cd35326c70d4c4b81a79f24264e899ba8dbb5856a62d8270e1a56771e5461caa206652022eed3b04aa4d0fa14a3a96bc03aeb87d6aa956295c891fed1d7 From b4067c7b010819ebcd4a5262fe19f55be378d9cc Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 14 Jun 2019 03:13:22 +0000 Subject: [PATCH 0248/2185] podman-2:1.4.1-0.22.dev.git2784cf3 - autobuilt 2784cf3 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 460568c..f187465 100644 --- a/.gitignore +++ b/.gitignore @@ -260,3 +260,4 @@ /libpod-c93b8d6.tar.gz /libpod-f8a84fd.tar.gz /libpod-77d1cf0.tar.gz +/libpod-2784cf3.tar.gz diff --git a/podman.spec b/podman.spec index 97ceb5b..d0cb7c8 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 77d1cf0a3288da0459c92790a0c2dddf8a68242e +%global commit0 2784cf3ca3c635b1383823dd9bc47d26274e60e3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -35,7 +35,7 @@ Epoch: 2 Version: 1.4.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.21.dev.git%{shortcommit0}%{?dist} +Release: 0.22.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -565,6 +565,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Fri Jun 14 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.22.dev.git2784cf3 +- autobuilt 2784cf3 + * Thu Jun 13 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.21.dev.git77d1cf0 - autobuilt 77d1cf0 diff --git a/sources b/sources index 7d85ea5..fc6de47 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-77d1cf0.tar.gz) = 2e0d4cd35326c70d4c4b81a79f24264e899ba8dbb5856a62d8270e1a56771e5461caa206652022eed3b04aa4d0fa14a3a96bc03aeb87d6aa956295c891fed1d7 +SHA512 (libpod-2784cf3.tar.gz) = ab5554279686da8007022dce84ae3f7912cb5bc2d58ea5817cfdb79530c48abe4e9257a64744ff21942943212358322d392452a3c4bd5bfb51091ef33697c402 From 3fd70fb176407cb35a1ae2c82153664d6fadb943 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 15 Jun 2019 03:09:08 +0000 Subject: [PATCH 0249/2185] podman-2:1.4.2-0.23.dev.git185b413 - bump to 1.4.2 - autobuilt 185b413 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f187465..ca79700 100644 --- a/.gitignore +++ b/.gitignore @@ -261,3 +261,4 @@ /libpod-f8a84fd.tar.gz /libpod-77d1cf0.tar.gz /libpod-2784cf3.tar.gz +/libpod-185b413.tar.gz diff --git a/podman.spec b/podman.spec index d0cb7c8..f7430ab 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2784cf3ca3c635b1383823dd9bc47d26274e60e3 +%global commit0 185b413e3d10ba001c4d1670a50dad77507154d7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -32,10 +32,10 @@ Name: podman Epoch: 2 -Version: 1.4.1 +Version: 1.4.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.22.dev.git%{shortcommit0}%{?dist} +Release: 0.23.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -565,6 +565,10 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Sat Jun 15 2019 Lokesh Mandvekar (Bot) - 2:1.4.2-0.23.dev.git185b413 +- bump to 1.4.2 +- autobuilt 185b413 + * Fri Jun 14 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.22.dev.git2784cf3 - autobuilt 2784cf3 diff --git a/sources b/sources index fc6de47..38147b0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-2784cf3.tar.gz) = ab5554279686da8007022dce84ae3f7912cb5bc2d58ea5817cfdb79530c48abe4e9257a64744ff21942943212358322d392452a3c4bd5bfb51091ef33697c402 +SHA512 (libpod-185b413.tar.gz) = 57e696e43aba71efa28fbb8058f27cf3d46ba1c5bb4c4cca535d2fafa5764e6021f488598686d3d30ca699c1037dded14517fdd8c708da662ed6ca3bf7836b9b From 5f3a633a6cae2e24dc152c39b9b6b178ff76e670 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 16 Jun 2019 03:09:51 +0000 Subject: [PATCH 0250/2185] podman-2:1.4.2-0.24.dev.git670fc03 - autobuilt 670fc03 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ca79700..02f74e9 100644 --- a/.gitignore +++ b/.gitignore @@ -262,3 +262,4 @@ /libpod-77d1cf0.tar.gz /libpod-2784cf3.tar.gz /libpod-185b413.tar.gz +/libpod-670fc03.tar.gz diff --git a/podman.spec b/podman.spec index f7430ab..50ffab0 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 185b413e3d10ba001c4d1670a50dad77507154d7 +%global commit0 670fc030886938b4ee93aa2ddd5db6c947bd975a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -35,7 +35,7 @@ Epoch: 2 Version: 1.4.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.23.dev.git%{shortcommit0}%{?dist} +Release: 0.24.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -565,6 +565,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Sun Jun 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.2-0.24.dev.git670fc03 +- autobuilt 670fc03 + * Sat Jun 15 2019 Lokesh Mandvekar (Bot) - 2:1.4.2-0.23.dev.git185b413 - bump to 1.4.2 - autobuilt 185b413 diff --git a/sources b/sources index 38147b0..a3f6b22 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-185b413.tar.gz) = 57e696e43aba71efa28fbb8058f27cf3d46ba1c5bb4c4cca535d2fafa5764e6021f488598686d3d30ca699c1037dded14517fdd8c708da662ed6ca3bf7836b9b +SHA512 (libpod-670fc03.tar.gz) = e20ff8ec04fa61ad7705a536861aeac5b5106bcfc37bb7c7f86b623d427947825bded11ee8dbeb001adf3e05cb1c409175afb535c7b63e62003a1e775ae62e48 From ebb6e9873968c17b5b47fcd730314c9c5caeca3e Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 18 Jun 2019 03:18:52 +0000 Subject: [PATCH 0251/2185] podman-2:1.4.2-0.25.dev.git8bcfd24 - autobuilt 8bcfd24 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 02f74e9..00b6115 100644 --- a/.gitignore +++ b/.gitignore @@ -263,3 +263,4 @@ /libpod-2784cf3.tar.gz /libpod-185b413.tar.gz /libpod-670fc03.tar.gz +/libpod-8bcfd24.tar.gz diff --git a/podman.spec b/podman.spec index 50ffab0..29b6d02 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 670fc030886938b4ee93aa2ddd5db6c947bd975a +%global commit0 8bcfd24397ee365a08ea9fe95cae91554a933e5c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -35,7 +35,7 @@ Epoch: 2 Version: 1.4.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.24.dev.git%{shortcommit0}%{?dist} +Release: 0.25.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -565,6 +565,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Tue Jun 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.2-0.25.dev.git8bcfd24 +- autobuilt 8bcfd24 + * Sun Jun 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.2-0.24.dev.git670fc03 - autobuilt 670fc03 diff --git a/sources b/sources index a3f6b22..4d529ba 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-670fc03.tar.gz) = e20ff8ec04fa61ad7705a536861aeac5b5106bcfc37bb7c7f86b623d427947825bded11ee8dbeb001adf3e05cb1c409175afb535c7b63e62003a1e775ae62e48 +SHA512 (libpod-8bcfd24.tar.gz) = b9f90ab8a229ccd4917a5fa846cce19178f216862e23be9830bca96ea924d72678f5822a4a51f5e71fd7e3d26d79763a4bef676e040a324526ea2ef7b3361fe1 From 37dcbdde279b71352df9af7bbe7ddb803c93528e Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 19 Jun 2019 02:56:58 +0000 Subject: [PATCH 0252/2185] podman-2:1.4.3-0.26.dev.git240b846 - bump to 1.4.3 - autobuilt 240b846 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 00b6115..b8fa439 100644 --- a/.gitignore +++ b/.gitignore @@ -264,3 +264,4 @@ /libpod-185b413.tar.gz /libpod-670fc03.tar.gz /libpod-8bcfd24.tar.gz +/libpod-240b846.tar.gz diff --git a/podman.spec b/podman.spec index 29b6d02..0c97af1 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 8bcfd24397ee365a08ea9fe95cae91554a933e5c +%global commit0 240b84620e59f838a61ff3a254ef16f5c4358f12 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -32,10 +32,10 @@ Name: podman Epoch: 2 -Version: 1.4.2 +Version: 1.4.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.25.dev.git%{shortcommit0}%{?dist} +Release: 0.26.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -565,6 +565,10 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Wed Jun 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.26.dev.git240b846 +- bump to 1.4.3 +- autobuilt 240b846 + * Tue Jun 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.2-0.25.dev.git8bcfd24 - autobuilt 8bcfd24 diff --git a/sources b/sources index 4d529ba..d98d5bd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-8bcfd24.tar.gz) = b9f90ab8a229ccd4917a5fa846cce19178f216862e23be9830bca96ea924d72678f5822a4a51f5e71fd7e3d26d79763a4bef676e040a324526ea2ef7b3361fe1 +SHA512 (libpod-240b846.tar.gz) = b3725629ef8b9cc2cc5c3ec770db16946a3429397b195a13aaa3830421f39b9e8ab773de467e5dcaf2e9cdc65c33c29fe995db5016225cc736ba675c3624d123 From deeca22ecca2db1ff0bff24e194eeb06a3e87ff1 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 19 Jun 2019 08:29:37 -0400 Subject: [PATCH 0253/2185] Bump to v1.4.2 --- .gitignore | 1 + podman.spec | 29 +++++++++++++++++++++-------- sources | 4 +--- 3 files changed, 23 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 47ec809..155a2d6 100644 --- a/.gitignore +++ b/.gitignore @@ -244,3 +244,4 @@ /conmon-5995229.tar.gz /libpod-41365a8.tar.gz /libpod-6d285b8.tar.gz +/libpod-9b6a98c.tar.gz diff --git a/podman.spec b/podman.spec index 619078e..859b51d 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 41365a8f6760349cac826a7c1d50ba2c4057ed50 +%global commit0 9b6a98cfd7813513e5697888baa93318395a2055 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -44,8 +44,8 @@ Name: podman %if 0%{?fedora} Epoch: 2 %endif # fedora -Version: 1.4.0 -Release: 2%{?dist} +Version: 1.4.2 +Release: 1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -69,7 +69,6 @@ BuildRequires: pkgconfig BuildRequires: make BuildRequires: systemd BuildRequires: systemd-devel -Requires: runc >= 2:1.0.0-57 Requires: containers-common Requires: containernetworking-plugins >= 0.7.5-1 Requires: iptables @@ -77,12 +76,15 @@ Requires: nftables %if 0%{?fedora} Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} Recommends: container-selinux -Recommends: slirp4netns >= 0.3-0 +Recommends: slirp4netns >= 0.3.0-2 Recommends: fuse-overlayfs >= 0.3-8 +Recommends: libvarlink-util >= 18-1 +Requires: runc >= 2:1.0.0-57 %else -Requires: %{name}-manpages = %{epoch}:%{version}-%{release} +Requires: %{name}-manpages = %{version}-%{release} Requires: container-selinux -Requires: slirp4netns >= 0.3-0 +Requires: slirp4netns >= 0.3.0-2 +Requires: runc >= 1.0.0-57 %endif #fedora @@ -199,7 +201,11 @@ Provides: bundled(golang(k8s.io/utils)) = 258e2a2fa64568210fbd6267cf1d8fd87c3cb8 %package docker Summary: Emulate Docker CLI using %{name} BuildArch: noarch +%if 0%{?fedora} Requires: %{name} = %{epoch}:%{version}-%{release} +%else +Requires: %{name} = %{version}-%{release} +%endif # fedora Conflicts: docker Conflicts: docker-latest Conflicts: docker-ce @@ -394,6 +400,7 @@ This package contains unit tests for project providing packages with %{import_path} prefix. %endif +%if 0%{?fedora} %package tests Summary: Tests for %{name} @@ -405,6 +412,7 @@ Requires: jq %{summary} This package contains system tests for %{name} +%endif # fedora %prep %autosetup -Sgit -n %{repo}-%{commit0} @@ -533,8 +541,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %gotest %{import_path}/pkg/registrar %endif +%if 0%{?fedora} install -d -p %{buildroot}/%{_datadir}/%{name}/test/system cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ +%endif # fedora %triggerpostun -- %{name} < 1.1 %{_bindir}/%{name} system renumber @@ -583,13 +593,16 @@ exit 0 %if 0%{?fedora} %files remote %{_bindir}/%{name}-remote -%endif # fedora %files tests %license LICENSE %{_datadir}/%{name}/test +%endif # fedora %changelog +* Wed Jun 19 2019 Dan Walsh - 2:1.4.2-1 +- Bump to v1.4.2 + * Tue Jun 11 2019 Lokesh Mandvekar - 2:1.4.0-2 - do not install /usr/libexec/crio - conflicts with crio diff --git a/sources b/sources index f30e3a3..481d5c4 100644 --- a/sources +++ b/sources @@ -1,4 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-41365a8.tar.gz) = 2a826f73df1be4d6bcaf8de19f9dc7448f4147e2de93b27caed32abec0552d798553ef958e5109b4e24f5e0b4078d4eb87d8c143440ae9f0d81d6f4696d0b092 -SHA512 (libpod-6d285b8.tar.gz) = 67ccdf0ce69ece8c4cc6758af7b6f9b785f7d23dc09dba9eefdcf5d82bbf104a13c9faec033801d94e685af738fa8deab6810d6550bc3ea68e4f317c4fb512a5 -SHA512 (libpod-7210727.tar.gz) = f92543cbf4777ea7c09cb9a0ec5f836eb2a8b9c4b8b2fefa9b353e0f2f3df9734168979de1cbbffa0f7b2d4434ee1223ee9cded50a42db34abc3eee24af9509a +SHA512 (libpod-9b6a98c.tar.gz) = 5395cbdb30ec8d4279636cbf1add1dd8521e9969be1313db56d3120cb7c3e0f1d18ccf81ad52635d268cfce44fdc84b1baeab04d221e5ad4769c2b9c03516e1d From c527568576f52473e4d797e707eef8daff9c3981 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 20 Jun 2019 03:10:30 +0000 Subject: [PATCH 0254/2185] podman-2:1.4.3-0.27.dev.gitb4f9bc8 - autobuilt b4f9bc8 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b8fa439..3034850 100644 --- a/.gitignore +++ b/.gitignore @@ -265,3 +265,4 @@ /libpod-670fc03.tar.gz /libpod-8bcfd24.tar.gz /libpod-240b846.tar.gz +/libpod-b4f9bc8.tar.gz diff --git a/podman.spec b/podman.spec index 0c97af1..9aac1c0 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 240b84620e59f838a61ff3a254ef16f5c4358f12 +%global commit0 b4f9bc868e2f5b3ffc5b7487be9d7b717dd6ae5b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -35,7 +35,7 @@ Epoch: 2 Version: 1.4.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.26.dev.git%{shortcommit0}%{?dist} +Release: 0.27.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -565,6 +565,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Thu Jun 20 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.27.dev.gitb4f9bc8 +- autobuilt b4f9bc8 + * Wed Jun 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.26.dev.git240b846 - bump to 1.4.3 - autobuilt 240b846 diff --git a/sources b/sources index d98d5bd..d3537fb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-240b846.tar.gz) = b3725629ef8b9cc2cc5c3ec770db16946a3429397b195a13aaa3830421f39b9e8ab773de467e5dcaf2e9cdc65c33c29fe995db5016225cc736ba675c3624d123 +SHA512 (libpod-b4f9bc8.tar.gz) = 0217864bfe3a90d43febd7031af87e793190ece35c9c55a1da4808c480df20c71156ad2c8c46e7b91f85b9495243dcb7db9c7d5c35e98d7312aee2adecc99349 From 581467de430c2c6280329bbeeeee35375167a2a2 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 21 Jun 2019 03:14:22 +0000 Subject: [PATCH 0255/2185] podman-2:1.4.3-0.28.dev.git39fdf91 - autobuilt 39fdf91 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3034850..7dd3fd9 100644 --- a/.gitignore +++ b/.gitignore @@ -266,3 +266,4 @@ /libpod-8bcfd24.tar.gz /libpod-240b846.tar.gz /libpod-b4f9bc8.tar.gz +/libpod-39fdf91.tar.gz diff --git a/podman.spec b/podman.spec index 9aac1c0..31c78c2 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b4f9bc868e2f5b3ffc5b7487be9d7b717dd6ae5b +%global commit0 39fdf91ba696b481ea64634c12a5fdbf58f2969b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -35,7 +35,7 @@ Epoch: 2 Version: 1.4.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.27.dev.git%{shortcommit0}%{?dist} +Release: 0.28.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -565,6 +565,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Fri Jun 21 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.28.dev.git39fdf91 +- autobuilt 39fdf91 + * Thu Jun 20 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.27.dev.gitb4f9bc8 - autobuilt b4f9bc8 diff --git a/sources b/sources index d3537fb..b6ad8ad 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-b4f9bc8.tar.gz) = 0217864bfe3a90d43febd7031af87e793190ece35c9c55a1da4808c480df20c71156ad2c8c46e7b91f85b9495243dcb7db9c7d5c35e98d7312aee2adecc99349 +SHA512 (libpod-39fdf91.tar.gz) = fa38224a3ba00b1b917661245e0a9eb0fbe794928bdfd0de59a6ad9c52e7729a3d63083d7a55609f92acaca104298c534e15974cd433418e924df314408db67f From 6eee149db5a89695b6fa023decd7fca715ec7a37 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 22 Jun 2019 03:13:26 +0000 Subject: [PATCH 0256/2185] podman-2:1.4.3-0.29.dev.gitd9bdd3c - autobuilt d9bdd3c Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7dd3fd9..5373dfa 100644 --- a/.gitignore +++ b/.gitignore @@ -267,3 +267,4 @@ /libpod-240b846.tar.gz /libpod-b4f9bc8.tar.gz /libpod-39fdf91.tar.gz +/libpod-d9bdd3c.tar.gz diff --git a/podman.spec b/podman.spec index 31c78c2..181ff6e 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 39fdf91ba696b481ea64634c12a5fdbf58f2969b +%global commit0 d9bdd3c1e006b43e3524178fc6a84ab1ac3b2053 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -35,7 +35,7 @@ Epoch: 2 Version: 1.4.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.28.dev.git%{shortcommit0}%{?dist} +Release: 0.29.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -565,6 +565,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Sat Jun 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.29.dev.gitd9bdd3c +- autobuilt d9bdd3c + * Fri Jun 21 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.28.dev.git39fdf91 - autobuilt 39fdf91 diff --git a/sources b/sources index b6ad8ad..8505a16 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-39fdf91.tar.gz) = fa38224a3ba00b1b917661245e0a9eb0fbe794928bdfd0de59a6ad9c52e7729a3d63083d7a55609f92acaca104298c534e15974cd433418e924df314408db67f +SHA512 (libpod-d9bdd3c.tar.gz) = 8ba14c88be4a14bb480eee5bea74a282729fb0cfffbe266909d3404c6a5d9f65238f89bbe23b0c3ec2b7c411d293187c4a0677e116317ed397a4567538e6b4c7 From ee2e71766acb48fa5218529c773ebec68df06b2c Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 23 Jun 2019 03:01:15 +0000 Subject: [PATCH 0257/2185] podman-2:1.4.3-0.30.dev.git7c4e444 - autobuilt 7c4e444 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5373dfa..4c0ef2d 100644 --- a/.gitignore +++ b/.gitignore @@ -268,3 +268,4 @@ /libpod-b4f9bc8.tar.gz /libpod-39fdf91.tar.gz /libpod-d9bdd3c.tar.gz +/libpod-7c4e444.tar.gz diff --git a/podman.spec b/podman.spec index 181ff6e..4459176 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d9bdd3c1e006b43e3524178fc6a84ab1ac3b2053 +%global commit0 7c4e4449b0372c5b617c2708042dd2e5fafe7d22 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -35,7 +35,7 @@ Epoch: 2 Version: 1.4.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.29.dev.git%{shortcommit0}%{?dist} +Release: 0.30.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -565,6 +565,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Sun Jun 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.30.dev.git7c4e444 +- autobuilt 7c4e444 + * Sat Jun 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.29.dev.gitd9bdd3c - autobuilt d9bdd3c diff --git a/sources b/sources index 8505a16..d3d4751 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-d9bdd3c.tar.gz) = 8ba14c88be4a14bb480eee5bea74a282729fb0cfffbe266909d3404c6a5d9f65238f89bbe23b0c3ec2b7c411d293187c4a0677e116317ed397a4567538e6b4c7 +SHA512 (libpod-7c4e444.tar.gz) = 9939f37d05f633574329f9866e5f5adc3ed8b9a5f1fb5f50ee8cc25fb3ef98504dfd422b03b275cc4a5fed01553200d64d0b4d35741c19205a5e12bb969bc415 From 20d6ca493dcd2ddd5f9f65829463cb393c7ec902 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 26 Jun 2019 08:43:29 -0400 Subject: [PATCH 0258/2185] Bump to v1.4.3 --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 155a2d6..04e6715 100644 --- a/.gitignore +++ b/.gitignore @@ -245,3 +245,4 @@ /libpod-41365a8.tar.gz /libpod-6d285b8.tar.gz /libpod-9b6a98c.tar.gz +/libpod-7fd6528.tar.gz diff --git a/podman.spec b/podman.spec index 859b51d..4ce2f2b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9b6a98cfd7813513e5697888baa93318395a2055 +%global commit0 7fd65288f177b059ccde987ad87450be1ca2fa27 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -44,7 +44,7 @@ Name: podman %if 0%{?fedora} Epoch: 2 %endif # fedora -Version: 1.4.2 +Version: 1.4.3 Release: 1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 @@ -600,6 +600,9 @@ exit 0 %endif # fedora %changelog +* Wed Jun 26 2019 Dan Walsh - 2:1.4.3-1 +- Bump to v1.4.3 + * Wed Jun 19 2019 Dan Walsh - 2:1.4.2-1 - Bump to v1.4.2 diff --git a/sources b/sources index 481d5c4..991fb72 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-9b6a98c.tar.gz) = 5395cbdb30ec8d4279636cbf1add1dd8521e9969be1313db56d3120cb7c3e0f1d18ccf81ad52635d268cfce44fdc84b1baeab04d221e5ad4769c2b9c03516e1d +SHA512 (libpod-7fd6528.tar.gz) = c09853040fb5a778e09f6e89071d84eb7c0bbd63cd89f6591b7f9340d1c2146305a011b88daafdae31c501b0fe5bcc581a815c5a7e239839f81d2fe115f4c3a0 From 5c1734d88f82c4779569c7a37ac3031fb308fd2a Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 27 Jun 2019 08:44:41 -0400 Subject: [PATCH 0259/2185] Bump to v1.4.3 --- sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources b/sources index 991fb72..ad56865 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-7fd6528.tar.gz) = c09853040fb5a778e09f6e89071d84eb7c0bbd63cd89f6591b7f9340d1c2146305a011b88daafdae31c501b0fe5bcc581a815c5a7e239839f81d2fe115f4c3a0 +SHA512 (libpod-7fd6528.tar.gz) = 76c945cef309ebe66e81e61ec0130961eee524de192bd35b3c2473a42b70ecbc14f99e2bfa6cb2c1101cb71d8ce705f5c130e8608724b8ecc3507c9033ee5de6 From b932a3e7ce21b9c45823fe93f1386ef78f92f882 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 27 Jun 2019 11:35:45 -0400 Subject: [PATCH 0260/2185] Bump to v1.4.3 --- podman.spec | 52 +++++++--------------------------------------------- 1 file changed, 7 insertions(+), 45 deletions(-) diff --git a/podman.spec b/podman.spec index 4ce2f2b..2b7f157 100644 --- a/podman.spec +++ b/podman.spec @@ -5,12 +5,8 @@ %global with_check 0 %global with_unit_test 0 -%if 0%{?fedora} %bcond_without varlink %define gogenerate go generate -%else -%bcond_with varlink -%endif %if 0%{?with_debug} %global _find_debuginfo_dwz_opts %{nil} @@ -19,11 +15,6 @@ %global debug_package %{nil} %endif -%if ! 0%{?gobuild:1} -%define gobuild(o:) go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '" -a -v -x %{?**}; -%define gogenerate go generate -%endif - %global provider github %global provider_tld com %global project containers @@ -41,9 +32,7 @@ %global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) Name: podman -%if 0%{?fedora} Epoch: 2 -%endif # fedora Version: 1.4.3 Release: 1%{?dist} Summary: Manage Pods, Containers and Container Images @@ -69,24 +58,16 @@ BuildRequires: pkgconfig BuildRequires: make BuildRequires: systemd BuildRequires: systemd-devel +Requires: runc >= 2:1.0.0-57 Requires: containers-common Requires: containernetworking-plugins >= 0.7.5-1 Requires: iptables Requires: nftables -%if 0%{?fedora} Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} Recommends: container-selinux Recommends: slirp4netns >= 0.3.0-2 Recommends: fuse-overlayfs >= 0.3-8 Recommends: libvarlink-util >= 18-1 -Requires: runc >= 2:1.0.0-57 -%else -Requires: %{name}-manpages = %{version}-%{release} -Requires: container-selinux -Requires: slirp4netns >= 0.3.0-2 -Requires: runc >= 1.0.0-57 -%endif #fedora - # vendored libraries # awk '{print "Provides: bundled(golang("$1")) = "$2}' vendor.conf | sort @@ -201,11 +182,7 @@ Provides: bundled(golang(k8s.io/utils)) = 258e2a2fa64568210fbd6267cf1d8fd87c3cb8 %package docker Summary: Emulate Docker CLI using %{name} BuildArch: noarch -%if 0%{?fedora} Requires: %{name} = %{epoch}:%{version}-%{release} -%else -Requires: %{name} = %{version}-%{release} -%endif # fedora Conflicts: docker Conflicts: docker-latest Conflicts: docker-ce @@ -224,7 +201,9 @@ BuildArch: noarch %description manpages Man pages for the %{name} commands -%if 0%{?fedora} +%files manpages +%{_mandir}/man1/%{name}*.1* + %package remote Summary: (Experimental) Remote client for managing %{name} containers Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} @@ -238,7 +217,6 @@ run %{name}-remote in production. %{name}-remote uses the varlink connection to connect to a %{name} client to manage pods, containers and container images. %{name}-remote supports ssh connections as well. -%endif #fedora %if 0%{?with_devel} %package devel @@ -400,7 +378,6 @@ This package contains unit tests for project providing packages with %{import_path} prefix. %endif -%if 0%{?fedora} %package tests Summary: Tests for %{name} @@ -412,7 +389,6 @@ Requires: jq %{summary} This package contains system tests for %{name} -%endif # fedora %prep %autosetup -Sgit -n %{repo}-%{commit0} @@ -429,23 +405,18 @@ popd ln -s vendor src export GOPATH=$(pwd)/_build:$(pwd) -%if 0%{?fedora} +export GO111MODULE=off %gogenerate ./cmd/%{name}/varlink/... -%endif # fedora # build %%{name} -%if 0%{?fedora} export BUILDTAGS="systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" -%else -export BUILDTAGS="systemd seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" -%endif # fedora +export GO111MODULE=off %gobuild -o bin/%{name} %{import_path}/cmd/%{name} -%if 0%{?fedora} # build %%{name}-remote export BUILDTAGS="remoteclient systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" +export GO111MODULE=off %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} -%endif # fedora # build conmon pushd conmon-%{commit_conmon} @@ -456,9 +427,7 @@ popd install -dp %{buildroot}%{_unitdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ install.bin \ -%if 0%{?fedora} install.remote \ -%endif # fedora install.man \ install.cni \ install.systemd \ @@ -541,10 +510,8 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %gotest %{import_path}/pkg/registrar %endif -%if 0%{?fedora} install -d -p %{buildroot}/%{_datadir}/%{name}/test/system cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ -%endif # fedora %triggerpostun -- %{name} < 1.1 %{_bindir}/%{name} system renumber @@ -587,17 +554,12 @@ exit 0 %doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md %endif -%files manpages -%{_mandir}/man1/%{name}*.1* - -%if 0%{?fedora} %files remote %{_bindir}/%{name}-remote %files tests %license LICENSE %{_datadir}/%{name}/test -%endif # fedora %changelog * Wed Jun 26 2019 Dan Walsh - 2:1.4.3-1 From 8c0179c76b34d1b70be672ea136a4902b3182a42 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 27 Jun 2019 11:42:32 -0400 Subject: [PATCH 0261/2185] UPdate spec Signed-off-by: Daniel J Walsh --- .gitignore | 1 + podman.spec | 66 ++++++++++++++++++++++++++++++----------------------- sources | 2 +- 3 files changed, 39 insertions(+), 30 deletions(-) diff --git a/.gitignore b/.gitignore index 4c0ef2d..60ceeba 100644 --- a/.gitignore +++ b/.gitignore @@ -269,3 +269,4 @@ /libpod-39fdf91.tar.gz /libpod-d9bdd3c.tar.gz /libpod-7c4e444.tar.gz +/libpod-0906b32.tar.gz diff --git a/podman.spec b/podman.spec index 4459176..6bb26de 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7c4e4449b0372c5b617c2708042dd2e5fafe7d22 +%global commit0 0906b32087c3d7db6844873a7d46241430a1b065 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -32,10 +32,10 @@ Name: podman Epoch: 2 -Version: 1.4.3 +Version: 1.5.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.30.dev.git%{shortcommit0}%{?dist} +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -68,8 +68,9 @@ Requires: nftables #Requires: conmon Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} Recommends: container-selinux -Recommends: slirp4netns >= 0.3-0 +Recommends: slirp4netns >= 0.3.0-2 Recommends: fuse-overlayfs >= 0.3-8 +Recommends: libvarlink-util >= 18-1 # vendored libraries # awk '{print "Provides: bundled(golang("$1")) = "$2}' vendor.conf | sort @@ -200,6 +201,30 @@ This package installs a script named docker that emulates the Docker CLI by executes %{name} commands, it also creates links between all Docker CLI man pages and %{name}. +%package manpages +Summary: Man pages for the %{name} commands +BuildArch: noarch + +%description manpages +Man pages for the %{name} commands + +%files manpages +%{_mandir}/man1/%{name}*.1* + +%package remote +Summary: (Experimental) Remote client for managing %{name} containers +Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} + +%description remote +Remote client for managing %{name} containers. + +This experimental remote client is under heavy development. Please do not +run %{name}-remote in production. + +%{name}-remote uses the varlink connection to connect to a %{name} client to +manage pods, containers and container images. %{name}-remote supports ssh +connections as well. + %if 0%{?with_devel} %package devel Summary: Library for applications looking to use Container Pods @@ -335,7 +360,7 @@ building other packages which use import path with %if 0%{?with_unit_test} && 0%{?with_devel} %package unit-test-devel -Summary: Unit tests for %{name} package +Summary: Unit tests for %{name} package %if 0%{?with_check} #Here comes all BuildRequires: PACKAGE the unit tests #in %%check section need for running @@ -372,30 +397,6 @@ Requires: jq This package contains system tests for %{name} -%package manpages -Summary: Man pages for the %{name} commands -BuildArch: noarch - -%files manpages -%{_mandir}/man1/%{name}*.1* - -%description manpages -Man pages for the %{name} commands - -%package remote -Summary: (Experimental) Remote client for managing %{name} containers -Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} - -%description remote -Remote client for managing %{name} containers. - -This experimental remote client is under heavy development. Please do not -run %{name}-remote in production. - -%{name}-remote uses the varlink connection to connect to a %{name} client to -manage pods, containers and container images. %{name}-remote supports ssh -connections as well. - %prep %autosetup -Sgit -n %{repo}-%{commit0} @@ -410,14 +411,18 @@ ln -s ../../../../ src/%{import_path} popd ln -s vendor src export GOPATH=$(pwd)/_build:$(pwd) + +export GO111MODULE=off %gogenerate ./cmd/%{name}/varlink/... # build %%{name} export BUILDTAGS="systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" +export GO111MODULE=off %gobuild -o bin/%{name} %{import_path}/cmd/%{name} # build %%{name}-remote export BUILDTAGS="remoteclient systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" +export GO111MODULE=off %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} # build conmon @@ -565,6 +570,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Jun 27 2019 Dan Walsh - 2:1.5.0-0.1.dev +- Bump up to latest on master + * Sun Jun 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.30.dev.git7c4e444 - autobuilt 7c4e444 diff --git a/sources b/sources index d3d4751..fb713b0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-7c4e444.tar.gz) = 9939f37d05f633574329f9866e5f5adc3ed8b9a5f1fb5f50ee8cc25fb3ef98504dfd422b03b275cc4a5fed01553200d64d0b4d35741c19205a5e12bb969bc415 +SHA512 (libpod-0906b32.tar.gz) = c519ad2011967450ba325eb9967042cb1069216f4a086e730c793cbb2a88170ddf0fe16b5d1883432329ad5147acbf9e55e7db3c5f94c5b53ff2148a6154ee93 From e3d1378ce994744ca49469b463030c8dcbfe74f0 Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 2 Jul 2019 19:19:25 -0500 Subject: [PATCH 0262/2185] 1.4.4 Signed-off-by: baude --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- tests/test_podman.sh | 13 ------------- tests/test_podman.yml | 35 ----------------------------------- tests/tests.yml | 1 - 6 files changed, 7 insertions(+), 52 deletions(-) delete mode 100755 tests/test_podman.sh delete mode 100644 tests/test_podman.yml delete mode 100644 tests/tests.yml diff --git a/.gitignore b/.gitignore index 04e6715..e84c5cc 100644 --- a/.gitignore +++ b/.gitignore @@ -246,3 +246,4 @@ /libpod-6d285b8.tar.gz /libpod-9b6a98c.tar.gz /libpod-7fd6528.tar.gz +/libpod-2371158.tar.gz diff --git a/podman.spec b/podman.spec index 2b7f157..dc9b2ae 100644 --- a/podman.spec +++ b/podman.spec @@ -23,7 +23,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7fd65288f177b059ccde987ad87450be1ca2fa27 +%global commit0 23711589f06b243fde07b9fcecb1cdc11c98a616 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -33,7 +33,7 @@ Name: podman Epoch: 2 -Version: 1.4.3 +Version: 1.4.4 Release: 1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 @@ -562,6 +562,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Tue Jul 02 2019 bbaude - 2:1.4.4-1 +- Bump to v1.4.4 + * Wed Jun 26 2019 Dan Walsh - 2:1.4.3-1 - Bump to v1.4.3 diff --git a/sources b/sources index ad56865..b85593d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-7fd6528.tar.gz) = 76c945cef309ebe66e81e61ec0130961eee524de192bd35b3c2473a42b70ecbc14f99e2bfa6cb2c1101cb71d8ce705f5c130e8608724b8ecc3507c9033ee5de6 +SHA512 (libpod-2371158.tar.gz) = d9af4d6fae424131fe7ecc43d7dd73c8cb5d48cf9a78d61e3480efb01a76058a629baca250f97e59489c11a8e15c90f38c3ec1be21e99c60a795ddc3963d9a1e diff --git a/tests/test_podman.sh b/tests/test_podman.sh deleted file mode 100755 index da220bf..0000000 --- a/tests/test_podman.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash -# -# Simple podman tests -# - -rm -f /tmp/test.log /tmp/test.debug.log - -# Log program versions -rpm -q podman podman-tests >/tmp/test.debug.log - -bats /usr/share/podman/test/system &> /tmp/test.log - -echo "bats completed with status $?" >>/tmp/test.debug.log diff --git a/tests/test_podman.yml b/tests/test_podman.yml deleted file mode 100644 index 694b6d6..0000000 --- a/tests/test_podman.yml +++ /dev/null @@ -1,35 +0,0 @@ ---- -- hosts: localhost - vars: - - artifacts: ./artifacts - # FIXME! It would be cleaner to include 'podman' in this list; but the - # dnf module is broken in ansible <= 2.8, it doesn't report failures - # to install as long as _one_ package installs! So if podman installs - # but podman-tests doesn't, the `dnf` stanza succeeds, then the test - # one fails with a less-than-helpful error. - # - # See https://github.com/ansible/ansible/pull/49760 - - required_packages: - - podman-tests - tags: - - classic - - container - - tasks: - - name: install packages - dnf: name="{{ required_packages }}" state=installed - enablerepo=updates-testing - - - block: - # FIXME: how to make two passes, one as root and one rootless? - - name: Run test - script: ./test_podman.sh - always: - - name: Pull out logs - fetch: - src: "/tmp/{{ item }}" - dest: "{{ artifacts }}/{{ item }}" - flat: yes - with_items: - - test.log - - test.debug.log diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index 80caee7..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1 +0,0 @@ -- import_playbook: test_podman.yml From 277ff27c2f5c16e0588016dd0846c26b87dcab88 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sun, 7 Jul 2019 23:24:36 +0530 Subject: [PATCH 0263/2185] Revert "UPdate spec" This reverts commit 8c0179c76b34d1b70be672ea136a4902b3182a42. It used a Version value which isn't present anywhere upstream yet. --- .gitignore | 1 - podman.spec | 66 +++++++++++++++++++++++------------------------------ sources | 2 +- 3 files changed, 30 insertions(+), 39 deletions(-) diff --git a/.gitignore b/.gitignore index 60ceeba..4c0ef2d 100644 --- a/.gitignore +++ b/.gitignore @@ -269,4 +269,3 @@ /libpod-39fdf91.tar.gz /libpod-d9bdd3c.tar.gz /libpod-7c4e444.tar.gz -/libpod-0906b32.tar.gz diff --git a/podman.spec b/podman.spec index 6bb26de..4459176 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0906b32087c3d7db6844873a7d46241430a1b065 +%global commit0 7c4e4449b0372c5b617c2708042dd2e5fafe7d22 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -32,10 +32,10 @@ Name: podman Epoch: 2 -Version: 1.5.0 +Version: 1.4.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.1.dev.git%{shortcommit0}%{?dist} +Release: 0.30.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -68,9 +68,8 @@ Requires: nftables #Requires: conmon Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} Recommends: container-selinux -Recommends: slirp4netns >= 0.3.0-2 +Recommends: slirp4netns >= 0.3-0 Recommends: fuse-overlayfs >= 0.3-8 -Recommends: libvarlink-util >= 18-1 # vendored libraries # awk '{print "Provides: bundled(golang("$1")) = "$2}' vendor.conf | sort @@ -201,30 +200,6 @@ This package installs a script named docker that emulates the Docker CLI by executes %{name} commands, it also creates links between all Docker CLI man pages and %{name}. -%package manpages -Summary: Man pages for the %{name} commands -BuildArch: noarch - -%description manpages -Man pages for the %{name} commands - -%files manpages -%{_mandir}/man1/%{name}*.1* - -%package remote -Summary: (Experimental) Remote client for managing %{name} containers -Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} - -%description remote -Remote client for managing %{name} containers. - -This experimental remote client is under heavy development. Please do not -run %{name}-remote in production. - -%{name}-remote uses the varlink connection to connect to a %{name} client to -manage pods, containers and container images. %{name}-remote supports ssh -connections as well. - %if 0%{?with_devel} %package devel Summary: Library for applications looking to use Container Pods @@ -360,7 +335,7 @@ building other packages which use import path with %if 0%{?with_unit_test} && 0%{?with_devel} %package unit-test-devel -Summary: Unit tests for %{name} package +Summary: Unit tests for %{name} package %if 0%{?with_check} #Here comes all BuildRequires: PACKAGE the unit tests #in %%check section need for running @@ -397,6 +372,30 @@ Requires: jq This package contains system tests for %{name} +%package manpages +Summary: Man pages for the %{name} commands +BuildArch: noarch + +%files manpages +%{_mandir}/man1/%{name}*.1* + +%description manpages +Man pages for the %{name} commands + +%package remote +Summary: (Experimental) Remote client for managing %{name} containers +Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} + +%description remote +Remote client for managing %{name} containers. + +This experimental remote client is under heavy development. Please do not +run %{name}-remote in production. + +%{name}-remote uses the varlink connection to connect to a %{name} client to +manage pods, containers and container images. %{name}-remote supports ssh +connections as well. + %prep %autosetup -Sgit -n %{repo}-%{commit0} @@ -411,18 +410,14 @@ ln -s ../../../../ src/%{import_path} popd ln -s vendor src export GOPATH=$(pwd)/_build:$(pwd) - -export GO111MODULE=off %gogenerate ./cmd/%{name}/varlink/... # build %%{name} export BUILDTAGS="systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" -export GO111MODULE=off %gobuild -o bin/%{name} %{import_path}/cmd/%{name} # build %%{name}-remote export BUILDTAGS="remoteclient systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" -export GO111MODULE=off %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} # build conmon @@ -570,9 +565,6 @@ exit 0 %{_datadir}/%{name}/test %changelog -* Jun 27 2019 Dan Walsh - 2:1.5.0-0.1.dev -- Bump up to latest on master - * Sun Jun 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.30.dev.git7c4e444 - autobuilt 7c4e444 diff --git a/sources b/sources index fb713b0..d3d4751 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-0906b32.tar.gz) = c519ad2011967450ba325eb9967042cb1069216f4a086e730c793cbb2a88170ddf0fe16b5d1883432329ad5147acbf9e55e7db3c5f94c5b53ff2148a6154ee93 +SHA512 (libpod-7c4e444.tar.gz) = 9939f37d05f633574329f9866e5f5adc3ed8b9a5f1fb5f50ee8cc25fb3ef98504dfd422b03b275cc4a5fed01553200d64d0b4d35741c19205a5e12bb969bc415 From 222785c32e89c2254160580d5db776864acfb842 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 8 Jul 2019 00:46:20 +0530 Subject: [PATCH 0264/2185] podman-2:1.4.5-0.1.dev.gitf7407f2 - bump to v1.4.5-dev - use new name for go-md2man - include centos conditionals Signed-off-by: Lokesh Mandvekar --- .gitignore | 2 ++ podman.spec | 61 ++++++++++++++++++++++++++++++++++++++++------------- sources | 3 ++- 3 files changed, 50 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 4c0ef2d..490e540 100644 --- a/.gitignore +++ b/.gitignore @@ -269,3 +269,5 @@ /libpod-39fdf91.tar.gz /libpod-d9bdd3c.tar.gz /libpod-7c4e444.tar.gz +/libpod-0906b32.tar.gz +/libpod-f7407f2.tar.gz diff --git a/podman.spec b/podman.spec index 4459176..45cef89 100644 --- a/podman.spec +++ b/podman.spec @@ -4,8 +4,13 @@ %global with_check 0 %global with_unit_test 0 +%if 0%{?fedora} +#### DO NOT REMOVE - NEEDED FOR CENTOS %bcond_without varlink %define gogenerate go generate +%else +%bcond_with varlink +%endif %if 0%{?with_debug} %global _find_debuginfo_dwz_opts %{nil} @@ -22,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7c4e4449b0372c5b617c2708042dd2e5fafe7d22 +%global commit0 f7407f2eb512e1407f8281009eb829f37405119b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -31,11 +36,13 @@ %global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) Name: podman +%if 0%{?fedora} Epoch: 2 -Version: 1.4.3 +%endif +Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.30.dev.git%{shortcommit0}%{?dist} +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -48,7 +55,7 @@ BuildRequires: glib2-devel BuildRequires: glibc-devel BuildRequires: glibc-static BuildRequires: git -BuildRequires: go-md2man +BuildRequires: golang-github-cpuguy83-md2man BuildRequires: gpgme-devel BuildRequires: libassuan-devel BuildRequires: libgpg-error-devel @@ -66,10 +73,18 @@ Requires: iptables Requires: nftables # #1686813 - conmon hasn't been made independent yet #Requires: conmon +%if 0%{?fedora} Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} Recommends: container-selinux -Recommends: slirp4netns >= 0.3-0 +Recommends: slirp4netns >= 0.3.0-2 Recommends: fuse-overlayfs >= 0.3-8 +%else +#### DO NOT REMOVE - NEEDED FOR CENTOS +Requires: %{name}-manpages = %{version}-%{release} +Requires: container-selinux +Requires: slirp4netns >= 0.3.0-2 +Requires: runc >= 1.0.0-57 +%endif # vendored libraries # awk '{print "Provides: bundled(golang("$1")) = "$2}' vendor.conf | sort @@ -360,6 +375,7 @@ This package contains unit tests for project providing packages with %{import_path} prefix. %endif +%if 0%{?fedora} %package tests Summary: Tests for %{name} @@ -372,16 +388,6 @@ Requires: jq This package contains system tests for %{name} -%package manpages -Summary: Man pages for the %{name} commands -BuildArch: noarch - -%files manpages -%{_mandir}/man1/%{name}*.1* - -%description manpages -Man pages for the %{name} commands - %package remote Summary: (Experimental) Remote client for managing %{name} containers Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} @@ -395,6 +401,17 @@ run %{name}-remote in production. %{name}-remote uses the varlink connection to connect to a %{name} client to manage pods, containers and container images. %{name}-remote supports ssh connections as well. +%endif + +%package manpages +Summary: Man pages for the %{name} commands +BuildArch: noarch + +%files manpages +%{_mandir}/man1/%{name}*.1* + +%description manpages +Man pages for the %{name} commands %prep %autosetup -Sgit -n %{repo}-%{commit0} @@ -410,15 +427,19 @@ ln -s ../../../../ src/%{import_path} popd ln -s vendor src export GOPATH=$(pwd)/_build:$(pwd) +export GO111MODULE=off %gogenerate ./cmd/%{name}/varlink/... # build %%{name} export BUILDTAGS="systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" %gobuild -o bin/%{name} %{import_path}/cmd/%{name} +%if 0%{?fedora} +#### DO NOT REMOVE - NEEDED FOR CENTOS # build %%{name}-remote export BUILDTAGS="remoteclient systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} +%endif # build conmon pushd conmon-%{commit_conmon} @@ -429,7 +450,9 @@ popd install -dp %{buildroot}%{_unitdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ install.bin \ +%if 0%{?fedora} install.remote \ +%endif install.man \ install.cni \ install.systemd \ @@ -556,6 +579,8 @@ exit 0 %doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md %endif +#### DO NOT REMOVE - NEEDED FOR CENTOS +%if 0%{?fedora} %files remote %license LICENSE %{_bindir}/%{name}-remote @@ -563,8 +588,14 @@ exit 0 %files tests %license LICENSE %{_datadir}/%{name}/test +%endif %changelog +* Sun Jul 07 2019 Lokesh Mandvekar - 2:1.4.5-0.1.dev.gitf7407f2 +- bump to v1.4.5-dev +- use new name for go-md2man +- include centos conditionals + * Sun Jun 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.30.dev.git7c4e444 - autobuilt 7c4e444 diff --git a/sources b/sources index d3d4751..5a575ca 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-7c4e444.tar.gz) = 9939f37d05f633574329f9866e5f5adc3ed8b9a5f1fb5f50ee8cc25fb3ef98504dfd422b03b275cc4a5fed01553200d64d0b4d35741c19205a5e12bb969bc415 +SHA512 (libpod-0906b32.tar.gz) = c519ad2011967450ba325eb9967042cb1069216f4a086e730c793cbb2a88170ddf0fe16b5d1883432329ad5147acbf9e55e7db3c5f94c5b53ff2148a6154ee93 +SHA512 (libpod-f7407f2.tar.gz) = 6fe9c08ca0711c9875f89193888bf76102d6534ec9642e0dd3bea9d6ec45c143f6aec35dfa03615da9a9c855efbcbce54f5cea2af6724cd1971c58f877ea273d From 5bb894acf8ec98002711f500dca7c4e49d6ecc99 Mon Sep 17 00:00:00 2001 From: baude Date: Mon, 8 Jul 2019 10:38:22 -0500 Subject: [PATCH 0265/2185] add runtime depend for libseccomp Signed-off-by: baude --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index dc9b2ae..eda8c45 100644 --- a/podman.spec +++ b/podman.spec @@ -34,7 +34,7 @@ Name: podman Epoch: 2 Version: 1.4.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -63,6 +63,7 @@ Requires: containers-common Requires: containernetworking-plugins >= 0.7.5-1 Requires: iptables Requires: nftables +Requires: libseccomp >= 2.4.1 Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} Recommends: container-selinux Recommends: slirp4netns >= 0.3.0-2 @@ -562,6 +563,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Mon Jul 08 2019 bbaude - 2:1.4.4-2 +- add runtime depend for libssecomp + * Tue Jul 02 2019 bbaude - 2:1.4.4-1 - Bump to v1.4.4 From 48f1131fcff886d6cd36d89e97ed90d109851223 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 9 Jul 2019 18:46:17 +0530 Subject: [PATCH 0266/2185] podman-2:1.4.5-0.2.dev.gitcea0e93 - Resolves: #1727933 - containers-monuts.conf.5 moved to containers-common Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 8 ++++++-- sources | 3 +-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 490e540..de74886 100644 --- a/.gitignore +++ b/.gitignore @@ -271,3 +271,4 @@ /libpod-7c4e444.tar.gz /libpod-0906b32.tar.gz /libpod-f7407f2.tar.gz +/libpod-cea0e93.tar.gz diff --git a/podman.spec b/podman.spec index 45cef89..810ed62 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f7407f2eb512e1407f8281009eb829f37405119b +%global commit0 cea0e93a658f10cc46b56cb9b00ac8b824bc8b02 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.1.dev.git%{shortcommit0}%{?dist} +Release: 0.2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -415,6 +415,7 @@ Man pages for the %{name} commands %prep %autosetup -Sgit -n %{repo}-%{commit0} +rm -rf docs/containers-mounts.conf.5.md # untar cri-o tar zxf %{SOURCE1} @@ -591,6 +592,9 @@ exit 0 %endif %changelog +* Tue Jul 09 2019 Lokesh Mandvekar - 2:1.4.5-0.2.dev.gitcea0e93 +- Resolves: #1727933 - containers-monuts.conf.5 moved to containers-common + * Sun Jul 07 2019 Lokesh Mandvekar - 2:1.4.5-0.1.dev.gitf7407f2 - bump to v1.4.5-dev - use new name for go-md2man diff --git a/sources b/sources index 5a575ca..98b449f 100644 --- a/sources +++ b/sources @@ -1,3 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-0906b32.tar.gz) = c519ad2011967450ba325eb9967042cb1069216f4a086e730c793cbb2a88170ddf0fe16b5d1883432329ad5147acbf9e55e7db3c5f94c5b53ff2148a6154ee93 -SHA512 (libpod-f7407f2.tar.gz) = 6fe9c08ca0711c9875f89193888bf76102d6534ec9642e0dd3bea9d6ec45c143f6aec35dfa03615da9a9c855efbcbce54f5cea2af6724cd1971c58f877ea273d +SHA512 (libpod-cea0e93.tar.gz) = 0daff588e9de2a99d35a06222b11f4a140439dcd0216e1dbd46a6c6fd7adabd15b0f73d63b895ab2e824fb5fbdcc8f9875b9b60fbde8b6b100dfeb99db158865 From a5717a4543fffa52ddd6a67b7ceb36fac42f5d25 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 10 Jul 2019 16:32:11 +0000 Subject: [PATCH 0267/2185] podman-2:1.4.5-0.3.dev.gitdf3f5af - autobuilt df3f5af Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index de74886..2989b36 100644 --- a/.gitignore +++ b/.gitignore @@ -272,3 +272,4 @@ /libpod-0906b32.tar.gz /libpod-f7407f2.tar.gz /libpod-cea0e93.tar.gz +/libpod-df3f5af.tar.gz diff --git a/podman.spec b/podman.spec index 810ed62..390ab7e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 cea0e93a658f10cc46b56cb9b00ac8b824bc8b02 +%global commit0 df3f5afad13c91a6f2be9e83ae328483e047c13c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.2.dev.git%{shortcommit0}%{?dist} +Release: 0.3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -592,6 +592,9 @@ exit 0 %endif %changelog +* Wed Jul 10 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.3.dev.gitdf3f5af +- autobuilt df3f5af + * Tue Jul 09 2019 Lokesh Mandvekar - 2:1.4.5-0.2.dev.gitcea0e93 - Resolves: #1727933 - containers-monuts.conf.5 moved to containers-common diff --git a/sources b/sources index 98b449f..78b0548 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-cea0e93.tar.gz) = 0daff588e9de2a99d35a06222b11f4a140439dcd0216e1dbd46a6c6fd7adabd15b0f73d63b895ab2e824fb5fbdcc8f9875b9b60fbde8b6b100dfeb99db158865 +SHA512 (libpod-df3f5af.tar.gz) = 8cd6015b4ef41c9adc4e494d4e08f296fc8fef123317767ca934f2c9fde4c62541b3881bf7d9beec240287cd56e1c85e1b104c30d06fb3e6d34ee8b06b239e94 From 4a9a58fb77f6760c15264753a838bd92eb165483 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 11 Jul 2019 03:10:36 +0000 Subject: [PATCH 0268/2185] podman-2:1.4.5-0.4.dev.gite2e8477 - autobuilt e2e8477 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2989b36..1ec92c0 100644 --- a/.gitignore +++ b/.gitignore @@ -273,3 +273,4 @@ /libpod-f7407f2.tar.gz /libpod-cea0e93.tar.gz /libpod-df3f5af.tar.gz +/libpod-e2e8477.tar.gz diff --git a/podman.spec b/podman.spec index 390ab7e..a158cd8 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 df3f5afad13c91a6f2be9e83ae328483e047c13c +%global commit0 e2e8477f83f717d6a92badd317ae909cf185d04e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.3.dev.git%{shortcommit0}%{?dist} +Release: 0.4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -592,6 +592,9 @@ exit 0 %endif %changelog +* Thu Jul 11 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.4.dev.gite2e8477 +- autobuilt e2e8477 + * Wed Jul 10 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.3.dev.gitdf3f5af - autobuilt df3f5af diff --git a/sources b/sources index 78b0548..10dd222 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-df3f5af.tar.gz) = 8cd6015b4ef41c9adc4e494d4e08f296fc8fef123317767ca934f2c9fde4c62541b3881bf7d9beec240287cd56e1c85e1b104c30d06fb3e6d34ee8b06b239e94 +SHA512 (libpod-e2e8477.tar.gz) = 5cdce1f65c235c35b7c4eec4c4ce31b0b43cefe01969dc8ab43d50aae6e3abd0893488beed03514f1edc1cbd4f26573856ec6795d2578176a75b8b27207973c3 From 9c97cae78da8a3280d7384364589434e1095e772 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sat, 13 Jul 2019 00:35:27 +0530 Subject: [PATCH 0269/2185] podman-2:1.4.5-0.5.dev.gite2e8477 - built conmon 1de71ad Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 10 ++++++---- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1ec92c0..a6cfe19 100644 --- a/.gitignore +++ b/.gitignore @@ -274,3 +274,4 @@ /libpod-cea0e93.tar.gz /libpod-df3f5af.tar.gz /libpod-e2e8477.tar.gz +/conmon-1de71ad.tar.gz diff --git a/podman.spec b/podman.spec index a158cd8..50f3b94 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global import_path_conmon github.com/containers/conmon %global git_conmon https://%{import_path_conmon} -%global commit_conmon 59952292a3b07ac125575024ae21956efe0ecdfb +%global commit_conmon 1de71ad51b9f390451eb37029ae913b0a86f1a5b %global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) Name: podman @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.4.dev.git%{shortcommit0}%{?dist} +Release: 0.5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -468,8 +468,7 @@ install -p -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers # install conmon pushd conmon-%{commit_conmon} -%{__make} LIBEXECDIR=%{buildroot}%{_libexecdir} install -mv %{buildroot}%{_libexecdir}/crio %{buildroot}%{_libexecdir}/%{name} +%{__make} LIBEXECDIR=%{buildroot}%{_libexecdir} install.%{name} popd # source codes for building projects @@ -592,6 +591,9 @@ exit 0 %endif %changelog +* Fri Jul 12 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.5.dev.gite2e8477 +- built conmon 1de71ad + * Thu Jul 11 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.4.dev.gite2e8477 - autobuilt e2e8477 diff --git a/sources b/sources index 10dd222..342d83e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 +SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 SHA512 (libpod-e2e8477.tar.gz) = 5cdce1f65c235c35b7c4eec4c4ce31b0b43cefe01969dc8ab43d50aae6e3abd0893488beed03514f1edc1cbd4f26573856ec6795d2578176a75b8b27207973c3 From 200c51360b9deab57bd54affd5fc8fa60dfcdcfb Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 14 Jul 2019 17:44:47 +0000 Subject: [PATCH 0270/2185] podman-2:1.4.5-0.6.dev.git456b6ab - autobuilt 456b6ab Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a6cfe19..0eb922e 100644 --- a/.gitignore +++ b/.gitignore @@ -275,3 +275,4 @@ /libpod-df3f5af.tar.gz /libpod-e2e8477.tar.gz /conmon-1de71ad.tar.gz +/libpod-456b6ab.tar.gz diff --git a/podman.spec b/podman.spec index 50f3b94..7466b7d 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e2e8477f83f717d6a92badd317ae909cf185d04e +%global commit0 456b6ab1c2a6cb6602e1885563e26cc5b964d69e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.5.dev.git%{shortcommit0}%{?dist} +Release: 0.6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Sun Jul 14 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.6.dev.git456b6ab +- autobuilt 456b6ab + * Fri Jul 12 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.5.dev.gite2e8477 - built conmon 1de71ad diff --git a/sources b/sources index 342d83e..7ee01d0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-e2e8477.tar.gz) = 5cdce1f65c235c35b7c4eec4c4ce31b0b43cefe01969dc8ab43d50aae6e3abd0893488beed03514f1edc1cbd4f26573856ec6795d2578176a75b8b27207973c3 +SHA512 (libpod-456b6ab.tar.gz) = 4c3a641437b13e9f460c43cda06e92c9903b9df38cf8bebdf53b011a088d1e256f15f3133ce6775d546057896b3bb7c92660b5074e89c44bf7ddb5471c5d1a8b From 2218d72f56c093daa4c4d9f1c75921d27b93ad2e Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 15 Jul 2019 20:33:49 +0000 Subject: [PATCH 0271/2185] podman-2:1.4.5-0.7.dev.gitd2291ec - autobuilt d2291ec Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0eb922e..095ff9f 100644 --- a/.gitignore +++ b/.gitignore @@ -276,3 +276,4 @@ /libpod-e2e8477.tar.gz /conmon-1de71ad.tar.gz /libpod-456b6ab.tar.gz +/libpod-d2291ec.tar.gz diff --git a/podman.spec b/podman.spec index 7466b7d..6c47a9f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 456b6ab1c2a6cb6602e1885563e26cc5b964d69e +%global commit0 d2291ecdd514befd18a8b57ff2c7a8ef0cf04ba8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.6.dev.git%{shortcommit0}%{?dist} +Release: 0.7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Mon Jul 15 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.7.dev.gitd2291ec +- autobuilt d2291ec + * Sun Jul 14 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.6.dev.git456b6ab - autobuilt 456b6ab diff --git a/sources b/sources index 7ee01d0..efe28b3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-456b6ab.tar.gz) = 4c3a641437b13e9f460c43cda06e92c9903b9df38cf8bebdf53b011a088d1e256f15f3133ce6775d546057896b3bb7c92660b5074e89c44bf7ddb5471c5d1a8b +SHA512 (libpod-d2291ec.tar.gz) = 73155b18ce2c2d85c90407cda132420cc831d729195172d022004ae15378b6f77e051372c3c31b761031a7fb8bdc3f6efa69de04de7811aedae6c3807058f9ee From 1ef1f58bf092c90f840500fb386b7730b6869b8a Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 16 Jul 2019 14:43:03 +0000 Subject: [PATCH 0272/2185] podman-2:1.4.5-0.8.dev.git7e4db44 - autobuilt 7e4db44 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 095ff9f..47d7be5 100644 --- a/.gitignore +++ b/.gitignore @@ -277,3 +277,4 @@ /conmon-1de71ad.tar.gz /libpod-456b6ab.tar.gz /libpod-d2291ec.tar.gz +/libpod-7e4db44.tar.gz diff --git a/podman.spec b/podman.spec index 6c47a9f..8e95851 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d2291ecdd514befd18a8b57ff2c7a8ef0cf04ba8 +%global commit0 7e4db4452fdece411e0ee8c7c8805c0c636f49ea %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.7.dev.git%{shortcommit0}%{?dist} +Release: 0.8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.8.dev.git7e4db44 +- autobuilt 7e4db44 + * Mon Jul 15 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.7.dev.gitd2291ec - autobuilt d2291ec diff --git a/sources b/sources index efe28b3..2dc9545 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-d2291ec.tar.gz) = 73155b18ce2c2d85c90407cda132420cc831d729195172d022004ae15378b6f77e051372c3c31b761031a7fb8bdc3f6efa69de04de7811aedae6c3807058f9ee +SHA512 (libpod-7e4db44.tar.gz) = 29b738b84cd920618846463977c2db758ef4a3a7ecdd585a2b8e4ad2dd6eca814baf38ca4b229ef61777cf5727e075f02a1350f1597aa9399b1fa8044a885414 From 7324551345c3cc698dfe43ac0c83fd4a2cbdbc12 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 16 Jul 2019 15:44:16 +0000 Subject: [PATCH 0273/2185] podman-2:1.4.5-0.9.dev.git386ffd2 - autobuilt 386ffd2 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 47d7be5..b02ed00 100644 --- a/.gitignore +++ b/.gitignore @@ -278,3 +278,4 @@ /libpod-456b6ab.tar.gz /libpod-d2291ec.tar.gz /libpod-7e4db44.tar.gz +/libpod-386ffd2.tar.gz diff --git a/podman.spec b/podman.spec index 8e95851..e08c321 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7e4db4452fdece411e0ee8c7c8805c0c636f49ea +%global commit0 386ffd28d64a19a9c244ab477a45c4d2fa239ff6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.8.dev.git%{shortcommit0}%{?dist} +Release: 0.9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.9.dev.git386ffd2 +- autobuilt 386ffd2 + * Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.8.dev.git7e4db44 - autobuilt 7e4db44 diff --git a/sources b/sources index 2dc9545..a0207f3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-7e4db44.tar.gz) = 29b738b84cd920618846463977c2db758ef4a3a7ecdd585a2b8e4ad2dd6eca814baf38ca4b229ef61777cf5727e075f02a1350f1597aa9399b1fa8044a885414 +SHA512 (libpod-386ffd2.tar.gz) = 8e23ba93b3e81f3260b56d21e0d6bcda7a291ffe8789610e17d3026b7f5b170d38af46bc5deed1cf3f7552b5e3bb10ec950f0f06f170d2686e58cdca11d0d194 From 9352d039bb7f8e128e57195e4c79ce89e12f42ab Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 16 Jul 2019 18:41:31 +0000 Subject: [PATCH 0274/2185] podman-2:1.4.5-0.10.dev.gita449e9a - autobuilt a449e9a Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b02ed00..f60012a 100644 --- a/.gitignore +++ b/.gitignore @@ -279,3 +279,4 @@ /libpod-d2291ec.tar.gz /libpod-7e4db44.tar.gz /libpod-386ffd2.tar.gz +/libpod-a449e9a.tar.gz diff --git a/podman.spec b/podman.spec index e08c321..9664414 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 386ffd28d64a19a9c244ab477a45c4d2fa239ff6 +%global commit0 a449e9a2cf4b73163df75674059de04488cd2706 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.9.dev.git%{shortcommit0}%{?dist} +Release: 0.10.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.10.dev.gita449e9a +- autobuilt a449e9a + * Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.9.dev.git386ffd2 - autobuilt 386ffd2 diff --git a/sources b/sources index a0207f3..1cbd092 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-386ffd2.tar.gz) = 8e23ba93b3e81f3260b56d21e0d6bcda7a291ffe8789610e17d3026b7f5b170d38af46bc5deed1cf3f7552b5e3bb10ec950f0f06f170d2686e58cdca11d0d194 +SHA512 (libpod-a449e9a.tar.gz) = 5834f963a1ec3e9f6d9ccae8258addffc01d049242d83e4c9c869898aea027af293292c1e2fbe8a6523168303497e1c01bd2fd78bdff845dea85c4945bfce6b4 From 338ba3fe2e680b717c1abbbc3d0a76d0d05de51a Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 16 Jul 2019 19:35:18 +0000 Subject: [PATCH 0275/2185] podman-2:1.4.5-0.11.dev.git400851a - autobuilt 400851a Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f60012a..a2b7d64 100644 --- a/.gitignore +++ b/.gitignore @@ -280,3 +280,4 @@ /libpod-7e4db44.tar.gz /libpod-386ffd2.tar.gz /libpod-a449e9a.tar.gz +/libpod-400851a.tar.gz diff --git a/podman.spec b/podman.spec index 9664414..0e52c64 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a449e9a2cf4b73163df75674059de04488cd2706 +%global commit0 400851ac31a57f43916c4a1b653a33737f1e7e3b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.10.dev.git%{shortcommit0}%{?dist} +Release: 0.11.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.11.dev.git400851a +- autobuilt 400851a + * Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.10.dev.gita449e9a - autobuilt a449e9a diff --git a/sources b/sources index 1cbd092..7272b49 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-a449e9a.tar.gz) = 5834f963a1ec3e9f6d9ccae8258addffc01d049242d83e4c9c869898aea027af293292c1e2fbe8a6523168303497e1c01bd2fd78bdff845dea85c4945bfce6b4 +SHA512 (libpod-400851a.tar.gz) = d656b9a7f3f1f8644b0eed8fb411776a2b005af9f2058a2a38f9bf7512c77cee6db081bd6bca0fd5148b62828d31c101a32a1dd3e4bca4676ce232f2e2bd924e From 24b65a92f956d62e70fcacf445a98cd06cdbc3c6 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 16 Jul 2019 20:35:44 +0000 Subject: [PATCH 0276/2185] podman-2:1.4.5-0.12.dev.gitfe83308 - autobuilt fe83308 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a2b7d64..0972949 100644 --- a/.gitignore +++ b/.gitignore @@ -281,3 +281,4 @@ /libpod-386ffd2.tar.gz /libpod-a449e9a.tar.gz /libpod-400851a.tar.gz +/libpod-fe83308.tar.gz diff --git a/podman.spec b/podman.spec index 0e52c64..1500c65 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 400851ac31a57f43916c4a1b653a33737f1e7e3b +%global commit0 fe833086313335f88a9aada54890a83077ff41bf %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.11.dev.git%{shortcommit0}%{?dist} +Release: 0.12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.12.dev.gitfe83308 +- autobuilt fe83308 + * Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.11.dev.git400851a - autobuilt 400851a diff --git a/sources b/sources index 7272b49..06d40f5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-400851a.tar.gz) = d656b9a7f3f1f8644b0eed8fb411776a2b005af9f2058a2a38f9bf7512c77cee6db081bd6bca0fd5148b62828d31c101a32a1dd3e4bca4676ce232f2e2bd924e +SHA512 (libpod-fe83308.tar.gz) = bb94e1583fc509c62f55b251b7dcf5eb03f5d58c47a8057acf437c673ada587d2dba8debf287718471a125157fe47a9d557b2120d23fbbb28341685117eb26e9 From 510a4edfbfccdcf1a659f686c66e05eab7c5e811 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 17 Jul 2019 10:38:26 +0000 Subject: [PATCH 0277/2185] podman-2:1.4.5-0.13.dev.git04a9cb0 - autobuilt 04a9cb0 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0972949..b749b6a 100644 --- a/.gitignore +++ b/.gitignore @@ -282,3 +282,4 @@ /libpod-a449e9a.tar.gz /libpod-400851a.tar.gz /libpod-fe83308.tar.gz +/libpod-04a9cb0.tar.gz diff --git a/podman.spec b/podman.spec index 1500c65..1cc813a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 fe833086313335f88a9aada54890a83077ff41bf +%global commit0 04a9cb01fec7a31a6ab4156f369a45399930e418 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.12.dev.git%{shortcommit0}%{?dist} +Release: 0.13.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Wed Jul 17 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.13.dev.git04a9cb0 +- autobuilt 04a9cb0 + * Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.12.dev.gitfe83308 - autobuilt fe83308 diff --git a/sources b/sources index 06d40f5..ef3bc77 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-fe83308.tar.gz) = bb94e1583fc509c62f55b251b7dcf5eb03f5d58c47a8057acf437c673ada587d2dba8debf287718471a125157fe47a9d557b2120d23fbbb28341685117eb26e9 +SHA512 (libpod-04a9cb0.tar.gz) = 8d4b732c1e321955fe8d30298f241a8d5e848c05de8b34e286821753d589f65999d2ff952c064d654293675dde74773e022de04c4c42585374e65c208e890ab4 From f3e9cb8d3afc68d971c22b7b97537f925c6ebe13 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 17 Jul 2019 16:41:05 +0000 Subject: [PATCH 0278/2185] podman-2:1.4.5-0.14.dev.git1c02905 - autobuilt 1c02905 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b749b6a..04aceb7 100644 --- a/.gitignore +++ b/.gitignore @@ -283,3 +283,4 @@ /libpod-400851a.tar.gz /libpod-fe83308.tar.gz /libpod-04a9cb0.tar.gz +/libpod-1c02905.tar.gz diff --git a/podman.spec b/podman.spec index 1cc813a..7cb2cf0 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 04a9cb01fec7a31a6ab4156f369a45399930e418 +%global commit0 1c02905ec7af9f63a35ee05e9e9ce594c45c4c58 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.13.dev.git%{shortcommit0}%{?dist} +Release: 0.14.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Wed Jul 17 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.14.dev.git1c02905 +- autobuilt 1c02905 + * Wed Jul 17 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.13.dev.git04a9cb0 - autobuilt 04a9cb0 diff --git a/sources b/sources index ef3bc77..8da5cc6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-04a9cb0.tar.gz) = 8d4b732c1e321955fe8d30298f241a8d5e848c05de8b34e286821753d589f65999d2ff952c064d654293675dde74773e022de04c4c42585374e65c208e890ab4 +SHA512 (libpod-1c02905.tar.gz) = 2d3964dfeedc75411f13d0114fdcf323156be932113a3fb467e4e1c6369c59868cb1bd824e866286f9d23a40e15d685a8363a6c706ca456c9b1ba097cf6e791b From 308f4abc2f7d466016fda798a6daa88fd5933a0f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 17 Jul 2019 20:50:50 +0530 Subject: [PATCH 0279/2185] podman-2:1.4.4-4 - use conmon v1.0.0-rc2 Signed-off-by: Lokesh Mandvekar --- .gitignore | 2 ++ podman.spec | 15 ++++++++++----- sources | 4 ++-- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index e84c5cc..cde4b04 100644 --- a/.gitignore +++ b/.gitignore @@ -247,3 +247,5 @@ /libpod-9b6a98c.tar.gz /libpod-7fd6528.tar.gz /libpod-2371158.tar.gz +/libpod-b3f10c8.tar.gz +/conmon-1de71ad.tar.gz diff --git a/podman.spec b/podman.spec index eda8c45..fb503b8 100644 --- a/podman.spec +++ b/podman.spec @@ -23,18 +23,18 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 23711589f06b243fde07b9fcecb1cdc11c98a616 +%global commit0 b3f10c8be229bcc58c1673b0431285fd5fce1293 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon %global git_conmon https://%{import_path_conmon} -%global commit_conmon 59952292a3b07ac125575024ae21956efe0ecdfb +%global commit_conmon 1de71ad51b9f390451eb37029ae913b0a86f1a5b %global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) Name: podman Epoch: 2 Version: 1.4.4 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -443,8 +443,7 @@ install -p -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers # install conmon pushd conmon-%{commit_conmon} -%{__make} LIBEXECDIR=%{buildroot}%{_libexecdir} install -mv %{buildroot}%{_libexecdir}/crio %{buildroot}%{_libexecdir}/%{name} +%{__make} LIBEXECDIR=%{buildroot}%{_libexecdir} install.%{name} popd # source codes for building projects @@ -563,6 +562,12 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Wed Jul 17 2019 Lokesh Mandvekar - 2:1.4.4-4 +- use conmon v1.0.0-rc2 + +* Mon Jul 08 2019 bbaude - 2:1.4.4-3 +- correct 1.4.4 commit + * Mon Jul 08 2019 bbaude - 2:1.4.4-2 - add runtime depend for libssecomp diff --git a/sources b/sources index b85593d..5b00597 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 -SHA512 (libpod-2371158.tar.gz) = d9af4d6fae424131fe7ecc43d7dd73c8cb5d48cf9a78d61e3480efb01a76058a629baca250f97e59489c11a8e15c90f38c3ec1be21e99c60a795ddc3963d9a1e +SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 +SHA512 (libpod-b3f10c8.tar.gz) = 534f77d34d2b80c3520dab88349e55a34273d0b1c91af38d0304eec5afa0232e824eb7dfe5d5fd8accc37f622e343df963bb58a08a887f9695c4549a5de805c9 From 0681ff5b87f5f0de50fd7df86d054c30aa14efa4 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 18 Jul 2019 00:35:15 +0000 Subject: [PATCH 0280/2185] podman-2:1.4.5-0.15.dev.gitb2734ba - autobuilt b2734ba Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 04aceb7..ec16221 100644 --- a/.gitignore +++ b/.gitignore @@ -284,3 +284,4 @@ /libpod-fe83308.tar.gz /libpod-04a9cb0.tar.gz /libpod-1c02905.tar.gz +/libpod-b2734ba.tar.gz diff --git a/podman.spec b/podman.spec index 7cb2cf0..f57d6fb 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1c02905ec7af9f63a35ee05e9e9ce594c45c4c58 +%global commit0 b2734baee5637ec4440a40cca8ff5ebab377739f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.14.dev.git%{shortcommit0}%{?dist} +Release: 0.15.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.15.dev.gitb2734ba +- autobuilt b2734ba + * Wed Jul 17 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.14.dev.git1c02905 - autobuilt 1c02905 diff --git a/sources b/sources index 8da5cc6..4e2fec9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-1c02905.tar.gz) = 2d3964dfeedc75411f13d0114fdcf323156be932113a3fb467e4e1c6369c59868cb1bd824e866286f9d23a40e15d685a8363a6c706ca456c9b1ba097cf6e791b +SHA512 (libpod-b2734ba.tar.gz) = bdee634dc4b23b1a7834c4fedc67d24dddd21b5bd97ba4f9140682ddb718fec10c8fbbc298ce66ea3c8e43398dd4eb8f5e66f85b7a0ffc7ebf22c88ae922d026 From f205a51c572b397bc1551c18866f6be5388e6842 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 18 Jul 2019 07:40:21 +0000 Subject: [PATCH 0281/2185] podman-2:1.4.5-0.16.dev.git7488ed6 - autobuilt 7488ed6 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ec16221..7dceefd 100644 --- a/.gitignore +++ b/.gitignore @@ -285,3 +285,4 @@ /libpod-04a9cb0.tar.gz /libpod-1c02905.tar.gz /libpod-b2734ba.tar.gz +/libpod-7488ed6.tar.gz diff --git a/podman.spec b/podman.spec index f57d6fb..c8334b4 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b2734baee5637ec4440a40cca8ff5ebab377739f +%global commit0 7488ed6d9a619d86333dc1880d4df034fbb371b9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.15.dev.git%{shortcommit0}%{?dist} +Release: 0.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.16.dev.git7488ed6 +- autobuilt 7488ed6 + * Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.15.dev.gitb2734ba - autobuilt b2734ba diff --git a/sources b/sources index 4e2fec9..4779f00 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-b2734ba.tar.gz) = bdee634dc4b23b1a7834c4fedc67d24dddd21b5bd97ba4f9140682ddb718fec10c8fbbc298ce66ea3c8e43398dd4eb8f5e66f85b7a0ffc7ebf22c88ae922d026 +SHA512 (libpod-7488ed6.tar.gz) = aaef81269f5b678426088c35ac19d19f93508089ce26dd246cd926939f3300effddc4e5a8b8113eba77695d6ccc36a7d4bcb7173ded3dcc8e27fe48ac4e48f34 From 2e4deb4385af4733318e24547267da12465fd996 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 18 Jul 2019 10:38:01 +0000 Subject: [PATCH 0282/2185] podman-2:1.4.5-0.17.dev.git456c045 - autobuilt 456c045 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7dceefd..b711093 100644 --- a/.gitignore +++ b/.gitignore @@ -286,3 +286,4 @@ /libpod-1c02905.tar.gz /libpod-b2734ba.tar.gz /libpod-7488ed6.tar.gz +/libpod-456c045.tar.gz diff --git a/podman.spec b/podman.spec index c8334b4..9ffa2ef 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7488ed6d9a619d86333dc1880d4df034fbb371b9 +%global commit0 456c045ddb39ade0c2a537e25f91e08745325508 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.16.dev.git%{shortcommit0}%{?dist} +Release: 0.17.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.17.dev.git456c045 +- autobuilt 456c045 + * Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.16.dev.git7488ed6 - autobuilt 7488ed6 diff --git a/sources b/sources index 4779f00..04a94cb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-7488ed6.tar.gz) = aaef81269f5b678426088c35ac19d19f93508089ce26dd246cd926939f3300effddc4e5a8b8113eba77695d6ccc36a7d4bcb7173ded3dcc8e27fe48ac4e48f34 +SHA512 (libpod-456c045.tar.gz) = ab9cd1122a49a47772686f962a15e7b33e1d4c2465b7501a180bdea61774f185a4a38f56b4ca9f8d6fb4f9ed75363bed1a340542ac57c9ebc54d8f11320ee8d4 From 3ca8e4737b3b769b6f1a7919d5fa88b16f6d60a1 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 18 Jul 2019 12:40:22 +0000 Subject: [PATCH 0283/2185] podman-2:1.4.5-0.18.dev.gitadcde23 - autobuilt adcde23 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b711093..acb82c0 100644 --- a/.gitignore +++ b/.gitignore @@ -287,3 +287,4 @@ /libpod-b2734ba.tar.gz /libpod-7488ed6.tar.gz /libpod-456c045.tar.gz +/libpod-adcde23.tar.gz diff --git a/podman.spec b/podman.spec index 9ffa2ef..42ab430 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 456c045ddb39ade0c2a537e25f91e08745325508 +%global commit0 adcde2383f1da517c5788516d639745f5f01d300 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.17.dev.git%{shortcommit0}%{?dist} +Release: 0.18.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.18.dev.gitadcde23 +- autobuilt adcde23 + * Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.17.dev.git456c045 - autobuilt 456c045 diff --git a/sources b/sources index 04a94cb..a8f01a3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-456c045.tar.gz) = ab9cd1122a49a47772686f962a15e7b33e1d4c2465b7501a180bdea61774f185a4a38f56b4ca9f8d6fb4f9ed75363bed1a340542ac57c9ebc54d8f11320ee8d4 +SHA512 (libpod-adcde23.tar.gz) = 151c8a5848eff9ae032249c1abc90f3f4ab36a248be4e88b0941e754734b69abdd75af53cc948fec644383e4bc11d8660c4af360f3c4291521824b0cb03f3ecb From 93262a10ac707377c20dde5e6e9eb1ff41be7b27 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 18 Jul 2019 14:13:33 +0000 Subject: [PATCH 0284/2185] podman-2:1.4.5-0.19.dev.git22e62e8 - autobuilt 22e62e8 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index acb82c0..def6576 100644 --- a/.gitignore +++ b/.gitignore @@ -288,3 +288,4 @@ /libpod-7488ed6.tar.gz /libpod-456c045.tar.gz /libpod-adcde23.tar.gz +/libpod-22e62e8.tar.gz diff --git a/podman.spec b/podman.spec index 42ab430..3b277eb 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 adcde2383f1da517c5788516d639745f5f01d300 +%global commit0 22e62e8691495dd5385e23e51901b357e2891a74 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.18.dev.git%{shortcommit0}%{?dist} +Release: 0.19.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.19.dev.git22e62e8 +- autobuilt 22e62e8 + * Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.18.dev.gitadcde23 - autobuilt adcde23 diff --git a/sources b/sources index a8f01a3..7a250c1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-adcde23.tar.gz) = 151c8a5848eff9ae032249c1abc90f3f4ab36a248be4e88b0941e754734b69abdd75af53cc948fec644383e4bc11d8660c4af360f3c4291521824b0cb03f3ecb +SHA512 (libpod-22e62e8.tar.gz) = 32f300a9cda4cf3b7783f60e7bb62e03ff5c1bf2c87be788e0db691d2af51c7aba29658b0df99611d99efd045d1aaba6dbe22061efe446d12038ccf2c9a6626c From 539b3f647c5670e3074d0d84e6c832ed7f41b8fc Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 18 Jul 2019 14:38:54 +0000 Subject: [PATCH 0285/2185] podman-2:1.4.5-0.20.dev.gitade0d87 - autobuilt ade0d87 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index def6576..8b4d649 100644 --- a/.gitignore +++ b/.gitignore @@ -289,3 +289,4 @@ /libpod-456c045.tar.gz /libpod-adcde23.tar.gz /libpod-22e62e8.tar.gz +/libpod-ade0d87.tar.gz diff --git a/podman.spec b/podman.spec index 3b277eb..08ea2cd 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 22e62e8691495dd5385e23e51901b357e2891a74 +%global commit0 ade0d8778f39b854fed3523bc17afbd98cc5a886 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.19.dev.git%{shortcommit0}%{?dist} +Release: 0.20.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.20.dev.gitade0d87 +- autobuilt ade0d87 + * Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.19.dev.git22e62e8 - autobuilt 22e62e8 diff --git a/sources b/sources index 7a250c1..c6d292d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-22e62e8.tar.gz) = 32f300a9cda4cf3b7783f60e7bb62e03ff5c1bf2c87be788e0db691d2af51c7aba29658b0df99611d99efd045d1aaba6dbe22061efe446d12038ccf2c9a6626c +SHA512 (libpod-ade0d87.tar.gz) = e5314619ae9d40f5dac2ab8838a519e087ff477664548135eb90f0b34be0ee4cf048d99c96328f024d74c7746668309d128aff817886808aefee0cf0bad1d024 From f6faa5beb7afa05e7a0d406036000af3ce2faa7a Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 18 Jul 2019 16:43:21 +0000 Subject: [PATCH 0286/2185] podman-2:1.4.5-0.21.dev.git1065548 - autobuilt 1065548 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8b4d649..67f095a 100644 --- a/.gitignore +++ b/.gitignore @@ -290,3 +290,4 @@ /libpod-adcde23.tar.gz /libpod-22e62e8.tar.gz /libpod-ade0d87.tar.gz +/libpod-1065548.tar.gz diff --git a/podman.spec b/podman.spec index 08ea2cd..e3651da 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ade0d8778f39b854fed3523bc17afbd98cc5a886 +%global commit0 1065548f9134e0e02bc6ce947da8c140c1a83040 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.20.dev.git%{shortcommit0}%{?dist} +Release: 0.21.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.21.dev.git1065548 +- autobuilt 1065548 + * Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.20.dev.gitade0d87 - autobuilt ade0d87 diff --git a/sources b/sources index c6d292d..ea89532 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-ade0d87.tar.gz) = e5314619ae9d40f5dac2ab8838a519e087ff477664548135eb90f0b34be0ee4cf048d99c96328f024d74c7746668309d128aff817886808aefee0cf0bad1d024 +SHA512 (libpod-1065548.tar.gz) = 7cec83a7e42560d7baa1c284a66ca7b5ef8eb41a19c2f63f6c50421dd29caf1f2f116e46578c1dc0cc84bd697b1e797a2d57440122889f1266d7ef147343cbbe From 02348ca3c4c03483fb7ea9a66b2621dcc872dd26 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 18 Jul 2019 18:35:29 +0000 Subject: [PATCH 0287/2185] podman-2:1.4.5-0.22.dev.git2254a35 - autobuilt 2254a35 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 67f095a..e1a188d 100644 --- a/.gitignore +++ b/.gitignore @@ -291,3 +291,4 @@ /libpod-22e62e8.tar.gz /libpod-ade0d87.tar.gz /libpod-1065548.tar.gz +/libpod-2254a35.tar.gz diff --git a/podman.spec b/podman.spec index e3651da..a77dcbe 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1065548f9134e0e02bc6ce947da8c140c1a83040 +%global commit0 2254a35d3a61c6d0793b8d6994698ab5bad1d6ac %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.21.dev.git%{shortcommit0}%{?dist} +Release: 0.22.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.22.dev.git2254a35 +- autobuilt 2254a35 + * Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.21.dev.git1065548 - autobuilt 1065548 diff --git a/sources b/sources index ea89532..0845ab5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-1065548.tar.gz) = 7cec83a7e42560d7baa1c284a66ca7b5ef8eb41a19c2f63f6c50421dd29caf1f2f116e46578c1dc0cc84bd697b1e797a2d57440122889f1266d7ef147343cbbe +SHA512 (libpod-2254a35.tar.gz) = 3cda78115289aecf8b3b148c4b395adb2d520a87875fe2f1f508a6873926d9cada479e4d679a40ba2a7d63a12f926f2b6c0b80673c451309be48a4012aadeb96 From 8b88416319a23282fa2d75898191cdaee471160f Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 19 Jul 2019 00:32:53 +0000 Subject: [PATCH 0288/2185] podman-2:1.4.5-0.23.dev.gitb59abdc - autobuilt b59abdc Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e1a188d..86d41ae 100644 --- a/.gitignore +++ b/.gitignore @@ -292,3 +292,4 @@ /libpod-ade0d87.tar.gz /libpod-1065548.tar.gz /libpod-2254a35.tar.gz +/libpod-b59abdc.tar.gz diff --git a/podman.spec b/podman.spec index a77dcbe..4bf2c69 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2254a35d3a61c6d0793b8d6994698ab5bad1d6ac +%global commit0 b59abdc1b1cf72d86d3fe6bb76ba646870c86ed6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.22.dev.git%{shortcommit0}%{?dist} +Release: 0.23.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.23.dev.gitb59abdc +- autobuilt b59abdc + * Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.22.dev.git2254a35 - autobuilt 2254a35 diff --git a/sources b/sources index 0845ab5..0673e99 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-2254a35.tar.gz) = 3cda78115289aecf8b3b148c4b395adb2d520a87875fe2f1f508a6873926d9cada479e4d679a40ba2a7d63a12f926f2b6c0b80673c451309be48a4012aadeb96 +SHA512 (libpod-b59abdc.tar.gz) = e84e4b80ec4963159e086b7198ded1101bf662bb46eb595740ee08ef653847801b544eb6b5bd1546a6598a866988fdd17db9cb84d1383dcac3b5a1a51332b949 From 544da1b457134926644dc3135f4567ef4ef5ec3f Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 19 Jul 2019 01:32:18 +0000 Subject: [PATCH 0289/2185] podman-2:1.4.5-0.24.dev.gitdeb087d - autobuilt deb087d Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 86d41ae..c34a19b 100644 --- a/.gitignore +++ b/.gitignore @@ -293,3 +293,4 @@ /libpod-1065548.tar.gz /libpod-2254a35.tar.gz /libpod-b59abdc.tar.gz +/libpod-deb087d.tar.gz diff --git a/podman.spec b/podman.spec index 4bf2c69..95451ef 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b59abdc1b1cf72d86d3fe6bb76ba646870c86ed6 +%global commit0 deb087d7b173832138c2e46ab4b7b626a98a910c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.23.dev.git%{shortcommit0}%{?dist} +Release: 0.24.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.24.dev.gitdeb087d +- autobuilt deb087d + * Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.23.dev.gitb59abdc - autobuilt b59abdc diff --git a/sources b/sources index 0673e99..b47fa73 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-b59abdc.tar.gz) = e84e4b80ec4963159e086b7198ded1101bf662bb46eb595740ee08ef653847801b544eb6b5bd1546a6598a866988fdd17db9cb84d1383dcac3b5a1a51332b949 +SHA512 (libpod-deb087d.tar.gz) = 621f1312343e522e814358938a70c13633b0a2c5bb5d490ba2ea2178cd19059a08d58221e0da8dbce9d9ad1141a57e5ecdf67170a3116b6d2f310c904fff3fee From e71bc2a2244434fa9a77849401a684abbd0897bb Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 19 Jul 2019 02:34:32 +0000 Subject: [PATCH 0290/2185] podman-2:1.4.5-0.25.dev.git398aeac - autobuilt 398aeac Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c34a19b..3db2ddb 100644 --- a/.gitignore +++ b/.gitignore @@ -294,3 +294,4 @@ /libpod-2254a35.tar.gz /libpod-b59abdc.tar.gz /libpod-deb087d.tar.gz +/libpod-398aeac.tar.gz diff --git a/podman.spec b/podman.spec index 95451ef..cb2a44e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 deb087d7b173832138c2e46ab4b7b626a98a910c +%global commit0 398aeac8537e82ca813bb77e44ddfcefa5cc5ad5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.24.dev.git%{shortcommit0}%{?dist} +Release: 0.25.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.25.dev.git398aeac +- autobuilt 398aeac + * Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.24.dev.gitdeb087d - autobuilt deb087d diff --git a/sources b/sources index b47fa73..426ee73 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-deb087d.tar.gz) = 621f1312343e522e814358938a70c13633b0a2c5bb5d490ba2ea2178cd19059a08d58221e0da8dbce9d9ad1141a57e5ecdf67170a3116b6d2f310c904fff3fee +SHA512 (libpod-398aeac.tar.gz) = 1c5eed741df10c5e36c21abf5f6512cc28145c6843a672413e169336234a393ac8bd010515aaa78db2dac8eb0d98529e8b9bef8ef57c8af254799b046d54fc64 From 644a5e234d311c596682eb7974e6e8456af5f5fc Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 19 Jul 2019 13:43:05 +0000 Subject: [PATCH 0291/2185] podman-2:1.4.5-0.26.dev.git02140ea - autobuilt 02140ea Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3db2ddb..de00aa5 100644 --- a/.gitignore +++ b/.gitignore @@ -295,3 +295,4 @@ /libpod-b59abdc.tar.gz /libpod-deb087d.tar.gz /libpod-398aeac.tar.gz +/libpod-02140ea.tar.gz diff --git a/podman.spec b/podman.spec index cb2a44e..b592222 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 398aeac8537e82ca813bb77e44ddfcefa5cc5ad5 +%global commit0 02140ea7d1244fbafb77723a3a67423b0806b08e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.25.dev.git%{shortcommit0}%{?dist} +Release: 0.26.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.26.dev.git02140ea +- autobuilt 02140ea + * Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.25.dev.git398aeac - autobuilt 398aeac diff --git a/sources b/sources index 426ee73..b2ea697 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-398aeac.tar.gz) = 1c5eed741df10c5e36c21abf5f6512cc28145c6843a672413e169336234a393ac8bd010515aaa78db2dac8eb0d98529e8b9bef8ef57c8af254799b046d54fc64 +SHA512 (libpod-02140ea.tar.gz) = 8e1b63051c89135558832381ca70f11232e4cf0949fba7ab8ba161efb9f185c212fa7a83e25af77a1c8556e8f980c329731ecd133be1d4296908903c4b018414 From 6b99ae1ca3c8b475c464cd851254768ec63f87b7 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 20 Jul 2019 10:39:27 +0000 Subject: [PATCH 0292/2185] podman-2:1.4.5-0.27.dev.git8364552 - autobuilt 8364552 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index de00aa5..d0560b0 100644 --- a/.gitignore +++ b/.gitignore @@ -296,3 +296,4 @@ /libpod-deb087d.tar.gz /libpod-398aeac.tar.gz /libpod-02140ea.tar.gz +/libpod-8364552.tar.gz diff --git a/podman.spec b/podman.spec index b592222..77e73eb 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 02140ea7d1244fbafb77723a3a67423b0806b08e +%global commit0 8364552e1072c4fd9558a2be11d1ecb8546f51e1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.26.dev.git%{shortcommit0}%{?dist} +Release: 0.27.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Sat Jul 20 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.27.dev.git8364552 +- autobuilt 8364552 + * Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.26.dev.git02140ea - autobuilt 02140ea diff --git a/sources b/sources index b2ea697..63e8538 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-02140ea.tar.gz) = 8e1b63051c89135558832381ca70f11232e4cf0949fba7ab8ba161efb9f185c212fa7a83e25af77a1c8556e8f980c329731ecd133be1d4296908903c4b018414 +SHA512 (libpod-8364552.tar.gz) = 4fdc22a27a1fe0d93f918b0ea3a9b0cb93f6bc73dd1691d0183bc636deaeff6d0567b94b013ae0538663fdbd6f07cd6ca8388c31ffd14e838a80e54a891a510b From 9a9a889bd6b6aa992ccab6bd0a7a616cbf447c65 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 20 Jul 2019 15:39:46 +0000 Subject: [PATCH 0293/2185] podman-2:1.4.5-0.28.dev.gita5aa44c - autobuilt a5aa44c Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d0560b0..108cbea 100644 --- a/.gitignore +++ b/.gitignore @@ -297,3 +297,4 @@ /libpod-398aeac.tar.gz /libpod-02140ea.tar.gz /libpod-8364552.tar.gz +/libpod-a5aa44c.tar.gz diff --git a/podman.spec b/podman.spec index 77e73eb..f97489d 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 8364552e1072c4fd9558a2be11d1ecb8546f51e1 +%global commit0 a5aa44c583612e210cf2ba44c3313a2ff27c94da %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.27.dev.git%{shortcommit0}%{?dist} +Release: 0.28.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Sat Jul 20 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.28.dev.gita5aa44c +- autobuilt a5aa44c + * Sat Jul 20 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.27.dev.git8364552 - autobuilt 8364552 diff --git a/sources b/sources index 63e8538..5c81c1c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-8364552.tar.gz) = 4fdc22a27a1fe0d93f918b0ea3a9b0cb93f6bc73dd1691d0183bc636deaeff6d0567b94b013ae0538663fdbd6f07cd6ca8388c31ffd14e838a80e54a891a510b +SHA512 (libpod-a5aa44c.tar.gz) = 31ed2e8397adaa91ca59ef31559f8ed99919a7f57271ca80f26c8c4d7976038d0b00cbe8a56a26a86a7a5bb2383bebe532f9d2ab54a9afc894bf7513b63ac2cd From abaad1dc14eb162d0929aa7728becf94d2e2877c Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 21 Jul 2019 08:32:52 +0000 Subject: [PATCH 0294/2185] podman-2:1.4.5-0.29.dev.gitd6b41eb - autobuilt d6b41eb Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 108cbea..d73863d 100644 --- a/.gitignore +++ b/.gitignore @@ -298,3 +298,4 @@ /libpod-02140ea.tar.gz /libpod-8364552.tar.gz /libpod-a5aa44c.tar.gz +/libpod-d6b41eb.tar.gz diff --git a/podman.spec b/podman.spec index f97489d..13b53b6 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a5aa44c583612e210cf2ba44c3313a2ff27c94da +%global commit0 d6b41eb393c154eaff79b4fdcb04c7510a6fdb20 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.28.dev.git%{shortcommit0}%{?dist} +Release: 0.29.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Sun Jul 21 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.29.dev.gitd6b41eb +- autobuilt d6b41eb + * Sat Jul 20 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.28.dev.gita5aa44c - autobuilt a5aa44c diff --git a/sources b/sources index 5c81c1c..b2653ed 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-a5aa44c.tar.gz) = 31ed2e8397adaa91ca59ef31559f8ed99919a7f57271ca80f26c8c4d7976038d0b00cbe8a56a26a86a7a5bb2383bebe532f9d2ab54a9afc894bf7513b63ac2cd +SHA512 (libpod-d6b41eb.tar.gz) = dcc80dd39bcceef1d425b3f74fec839f1eaf253e26673463ad53b656cae8da6e9549e5a0369ebcea4b70bb0dcbe39ae21bba5500b054360609c5ab560b2cf233 From f159cf74c5d2c8893bf2814db72ee13ee87825a4 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 22 Jul 2019 11:27:57 +0000 Subject: [PATCH 0295/2185] podman-2:1.4.5-0.30.dev.git3b52e4d - autobuilt 3b52e4d Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d73863d..6f54f41 100644 --- a/.gitignore +++ b/.gitignore @@ -299,3 +299,4 @@ /libpod-8364552.tar.gz /libpod-a5aa44c.tar.gz /libpod-d6b41eb.tar.gz +/libpod-3b52e4d.tar.gz diff --git a/podman.spec b/podman.spec index 13b53b6..b42b023 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d6b41eb393c154eaff79b4fdcb04c7510a6fdb20 +%global commit0 3b52e4d0b5baacf5f63516c664a117a7537a075e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.29.dev.git%{shortcommit0}%{?dist} +Release: 0.30.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.30.dev.git3b52e4d +- autobuilt 3b52e4d + * Sun Jul 21 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.29.dev.gitd6b41eb - autobuilt d6b41eb diff --git a/sources b/sources index b2653ed..aa251a6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-d6b41eb.tar.gz) = dcc80dd39bcceef1d425b3f74fec839f1eaf253e26673463ad53b656cae8da6e9549e5a0369ebcea4b70bb0dcbe39ae21bba5500b054360609c5ab560b2cf233 +SHA512 (libpod-3b52e4d.tar.gz) = 3997e08307031cee7c7bc5da37f8a9174374985e8139dc0d345fd19291a0a09b800225f1a71f3749c5cd0a90a485893d14ce4256184460b13849a6a77591dcab From 44918635e2fee09513e306d0b53c50eb12552fa6 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 22 Jul 2019 12:34:22 +0000 Subject: [PATCH 0296/2185] podman-2:1.4.5-0.31.dev.gitab7b47c - autobuilt ab7b47c Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6f54f41..4acd1a9 100644 --- a/.gitignore +++ b/.gitignore @@ -300,3 +300,4 @@ /libpod-a5aa44c.tar.gz /libpod-d6b41eb.tar.gz /libpod-3b52e4d.tar.gz +/libpod-ab7b47c.tar.gz diff --git a/podman.spec b/podman.spec index b42b023..6a38317 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3b52e4d0b5baacf5f63516c664a117a7537a075e +%global commit0 ab7b47ca60da11f9e24688cfe2ae3d00eb123471 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.30.dev.git%{shortcommit0}%{?dist} +Release: 0.31.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.31.dev.gitab7b47c +- autobuilt ab7b47c + * Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.30.dev.git3b52e4d - autobuilt 3b52e4d diff --git a/sources b/sources index aa251a6..8de276d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-3b52e4d.tar.gz) = 3997e08307031cee7c7bc5da37f8a9174374985e8139dc0d345fd19291a0a09b800225f1a71f3749c5cd0a90a485893d14ce4256184460b13849a6a77591dcab +SHA512 (libpod-ab7b47c.tar.gz) = 406115b39d89c929699f7f76f6e3f01918007905052fc54a947d4a3571e1467f6821c953da770ec4471469836ab3b554ff0cbf1373d052fcebb821f1a7f9c8da From 096afbce0b117ce18737722ad96e613d79b3618e Mon Sep 17 00:00:00 2001 From: Bruno Goncalves Date: Fri, 19 Jul 2019 10:33:28 +0200 Subject: [PATCH 0297/2185] run tests using standard-test-basic role attempt to run the test also as rootless --- tests/test_podman.sh | 10 +++------ tests/test_podman.yml | 51 +++++++++++++++---------------------------- 2 files changed, 21 insertions(+), 40 deletions(-) diff --git a/tests/test_podman.sh b/tests/test_podman.sh index da220bf..5a339e9 100755 --- a/tests/test_podman.sh +++ b/tests/test_podman.sh @@ -1,13 +1,9 @@ -#!/bin/bash +#!/bin/bash -e # # Simple podman tests # -rm -f /tmp/test.log /tmp/test.debug.log - # Log program versions -rpm -q podman podman-tests >/tmp/test.debug.log +rpm -q podman podman-tests -bats /usr/share/podman/test/system &> /tmp/test.log - -echo "bats completed with status $?" >>/tmp/test.debug.log +bats /usr/share/podman/test/system diff --git a/tests/test_podman.yml b/tests/test_podman.yml index 694b6d6..0e00f56 100644 --- a/tests/test_podman.yml +++ b/tests/test_podman.yml @@ -1,35 +1,20 @@ --- - hosts: localhost - vars: - - artifacts: ./artifacts - # FIXME! It would be cleaner to include 'podman' in this list; but the - # dnf module is broken in ansible <= 2.8, it doesn't report failures - # to install as long as _one_ package installs! So if podman installs - # but podman-tests doesn't, the `dnf` stanza succeeds, then the test - # one fails with a less-than-helpful error. - # - # See https://github.com/ansible/ansible/pull/49760 - - required_packages: - - podman-tests - tags: - - classic - - container - - tasks: - - name: install packages - dnf: name="{{ required_packages }}" state=installed - enablerepo=updates-testing - - - block: - # FIXME: how to make two passes, one as root and one rootless? - - name: Run test - script: ./test_podman.sh - always: - - name: Pull out logs - fetch: - src: "/tmp/{{ item }}" - dest: "{{ artifacts }}/{{ item }}" - flat: yes - with_items: - - test.log - - test.debug.log + roles: + - role: standard-test-basic + tags: + - classic + - container + required_packages: + - bats + - podman + - podman-tests + tests: + - root-test: + dir: ./ + run: ./test_podman.sh + - rootless-test: + # running the test with su doesn't create the directory for fedora user on /run/user/ + # so create it manually + dir: ./ + run: mkdir /run/user/$(id -u fedora); su -c ${PWD}/test_podman.sh - fedora From 9127a035afc602a8da31ed2d5defce7964431dfb Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 22 Jul 2019 18:27:36 +0000 Subject: [PATCH 0298/2185] podman-2:1.4.5-0.32.dev.git69f74f1 - autobuilt 69f74f1 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4acd1a9..c28333a 100644 --- a/.gitignore +++ b/.gitignore @@ -301,3 +301,4 @@ /libpod-d6b41eb.tar.gz /libpod-3b52e4d.tar.gz /libpod-ab7b47c.tar.gz +/libpod-69f74f1.tar.gz diff --git a/podman.spec b/podman.spec index 6a38317..3287649 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ab7b47ca60da11f9e24688cfe2ae3d00eb123471 +%global commit0 69f74f13b0d041c45bc0e0c77c6c4ee3cd4cbdd4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.31.dev.git%{shortcommit0}%{?dist} +Release: 0.32.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.32.dev.git69f74f1 +- autobuilt 69f74f1 + * Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.31.dev.gitab7b47c - autobuilt ab7b47c diff --git a/sources b/sources index 8de276d..1192146 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-ab7b47c.tar.gz) = 406115b39d89c929699f7f76f6e3f01918007905052fc54a947d4a3571e1467f6821c953da770ec4471469836ab3b554ff0cbf1373d052fcebb821f1a7f9c8da +SHA512 (libpod-69f74f1.tar.gz) = 39038eb503e09d3117d93dc96a7583c09eeacbfa87a28ba7ae5ba6ef5b07b195fca1538b22054c558abbf0528b6e3daf621069cfdc134f75d179e2bbcc719341 From 8e0354e3ead9251fe94171889775581cb4be880a Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 22 Jul 2019 20:26:28 +0000 Subject: [PATCH 0299/2185] podman-2:1.4.5-0.33.dev.gitcf9efa9 - autobuilt cf9efa9 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c28333a..78dea7b 100644 --- a/.gitignore +++ b/.gitignore @@ -302,3 +302,4 @@ /libpod-3b52e4d.tar.gz /libpod-ab7b47c.tar.gz /libpod-69f74f1.tar.gz +/libpod-cf9efa9.tar.gz diff --git a/podman.spec b/podman.spec index 3287649..d36c7eb 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 69f74f13b0d041c45bc0e0c77c6c4ee3cd4cbdd4 +%global commit0 cf9efa90e5dcf89e10408eae5229c4ce904d9fc7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.32.dev.git%{shortcommit0}%{?dist} +Release: 0.33.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.33.dev.gitcf9efa9 +- autobuilt cf9efa9 + * Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.32.dev.git69f74f1 - autobuilt 69f74f1 diff --git a/sources b/sources index 1192146..ffffd68 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-69f74f1.tar.gz) = 39038eb503e09d3117d93dc96a7583c09eeacbfa87a28ba7ae5ba6ef5b07b195fca1538b22054c558abbf0528b6e3daf621069cfdc134f75d179e2bbcc719341 +SHA512 (libpod-cf9efa9.tar.gz) = 9d4afd871cbac7a0a9365f99ce78d19b683f8bb31b742dbdd24aacd6cfb8ceec5734a9a94435c8938906606b02eb64bf4401d66d3acb21029ec2f0ed62685197 From 32234343930b587d63f90fadea7b2c0dcce8dcad Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 22 Jul 2019 21:26:39 +0000 Subject: [PATCH 0300/2185] podman-2:1.4.5-0.34.dev.gita12a231 - autobuilt a12a231 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 78dea7b..8611ed1 100644 --- a/.gitignore +++ b/.gitignore @@ -303,3 +303,4 @@ /libpod-ab7b47c.tar.gz /libpod-69f74f1.tar.gz /libpod-cf9efa9.tar.gz +/libpod-a12a231.tar.gz diff --git a/podman.spec b/podman.spec index d36c7eb..ce8ef9c 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 cf9efa90e5dcf89e10408eae5229c4ce904d9fc7 +%global commit0 a12a2312ac5c6c485eaa1d45e4b7e29d6cc4a9ff %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.33.dev.git%{shortcommit0}%{?dist} +Release: 0.34.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.34.dev.gita12a231 +- autobuilt a12a231 + * Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.33.dev.gitcf9efa9 - autobuilt cf9efa9 diff --git a/sources b/sources index ffffd68..a82e57d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-cf9efa9.tar.gz) = 9d4afd871cbac7a0a9365f99ce78d19b683f8bb31b742dbdd24aacd6cfb8ceec5734a9a94435c8938906606b02eb64bf4401d66d3acb21029ec2f0ed62685197 +SHA512 (libpod-a12a231.tar.gz) = 526d7a7996f8d78bf1d1dd21632c116466d2c57b83879f3c4c758c024eb15121b2c0fb3348becdd34aae5d201a3e039c94bf3a5b762790a5a8082723b505bbc5 From 989e9c01a83018e005a06038b884bac10fcec8fa Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 23 Jul 2019 08:28:08 +0000 Subject: [PATCH 0301/2185] podman-2:1.4.5-0.35.dev.git2674920 - autobuilt 2674920 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8611ed1..f8edea1 100644 --- a/.gitignore +++ b/.gitignore @@ -304,3 +304,4 @@ /libpod-69f74f1.tar.gz /libpod-cf9efa9.tar.gz /libpod-a12a231.tar.gz +/libpod-2674920.tar.gz diff --git a/podman.spec b/podman.spec index ce8ef9c..893da7c 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a12a2312ac5c6c485eaa1d45e4b7e29d6cc4a9ff +%global commit0 26749204d5fcd333706bef187b75cd3c6b39b835 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.34.dev.git%{shortcommit0}%{?dist} +Release: 0.35.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Tue Jul 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.35.dev.git2674920 +- autobuilt 2674920 + * Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.34.dev.gita12a231 - autobuilt a12a231 diff --git a/sources b/sources index a82e57d..de0f3c8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-a12a231.tar.gz) = 526d7a7996f8d78bf1d1dd21632c116466d2c57b83879f3c4c758c024eb15121b2c0fb3348becdd34aae5d201a3e039c94bf3a5b762790a5a8082723b505bbc5 +SHA512 (libpod-2674920.tar.gz) = 06243d589c92bd0b3b2a3946d7f366742324f37753cd73e614d3d50d965f88721df9f1ff7052353b438b0211efb7ee20a11440bc8bc5d32e3231ce40d4a0d89d From c4830b5c5ed8836b82874433548ce63715661b6a Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 23 Jul 2019 10:28:09 +0000 Subject: [PATCH 0302/2185] podman-2:1.4.5-0.36.dev.gitce60c4d - autobuilt ce60c4d Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f8edea1..a4432f5 100644 --- a/.gitignore +++ b/.gitignore @@ -305,3 +305,4 @@ /libpod-cf9efa9.tar.gz /libpod-a12a231.tar.gz /libpod-2674920.tar.gz +/libpod-ce60c4d.tar.gz diff --git a/podman.spec b/podman.spec index 893da7c..2247ea8 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 26749204d5fcd333706bef187b75cd3c6b39b835 +%global commit0 ce60c4d30c4acfa0c3ec9fc584c7eb88f84ac35f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.35.dev.git%{shortcommit0}%{?dist} +Release: 0.36.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Tue Jul 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.36.dev.gitce60c4d +- autobuilt ce60c4d + * Tue Jul 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.35.dev.git2674920 - autobuilt 2674920 diff --git a/sources b/sources index de0f3c8..1787800 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-2674920.tar.gz) = 06243d589c92bd0b3b2a3946d7f366742324f37753cd73e614d3d50d965f88721df9f1ff7052353b438b0211efb7ee20a11440bc8bc5d32e3231ce40d4a0d89d +SHA512 (libpod-ce60c4d.tar.gz) = 7b568ec585e27cbb99214ebcb77e89e41d2cb6b331293a294bdf8676dffe85c9858b27745971f5b1c58211e22a4f1eb12e7cf478dbadf7a50d9b04471f17dcbc From 74c846947920ca00662230b86ffdcfe319c0c13d Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 23 Jul 2019 17:28:30 +0000 Subject: [PATCH 0303/2185] podman-2:1.4.5-0.37.dev.gitbb253af - autobuilt bb253af Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a4432f5..bf66079 100644 --- a/.gitignore +++ b/.gitignore @@ -306,3 +306,4 @@ /libpod-a12a231.tar.gz /libpod-2674920.tar.gz /libpod-ce60c4d.tar.gz +/libpod-bb253af.tar.gz diff --git a/podman.spec b/podman.spec index 2247ea8..e0a5fbd 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ce60c4d30c4acfa0c3ec9fc584c7eb88f84ac35f +%global commit0 bb253af3fdc9928388bab1fb2063e7d0b79a5e4b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.36.dev.git%{shortcommit0}%{?dist} +Release: 0.37.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Tue Jul 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.37.dev.gitbb253af +- autobuilt bb253af + * Tue Jul 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.36.dev.gitce60c4d - autobuilt ce60c4d diff --git a/sources b/sources index 1787800..4a4c260 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-ce60c4d.tar.gz) = 7b568ec585e27cbb99214ebcb77e89e41d2cb6b331293a294bdf8676dffe85c9858b27745971f5b1c58211e22a4f1eb12e7cf478dbadf7a50d9b04471f17dcbc +SHA512 (libpod-bb253af.tar.gz) = 0f8cf7bbde0f5aaad58b213395478a4bfe637fcfe3660fcd315ab781b86be9239422593e2ecc9d479ef67709981da947bbaa9dc134deb72ef3d7eb415a9afa4f From 7ccc48114b8483560e42d311697bae4ac67cd343 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 23 Jul 2019 18:28:24 +0000 Subject: [PATCH 0304/2185] podman-2:1.4.5-0.38.dev.git7dbc6d8 - autobuilt 7dbc6d8 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bf66079..8b6c7d5 100644 --- a/.gitignore +++ b/.gitignore @@ -307,3 +307,4 @@ /libpod-2674920.tar.gz /libpod-ce60c4d.tar.gz /libpod-bb253af.tar.gz +/libpod-7dbc6d8.tar.gz diff --git a/podman.spec b/podman.spec index e0a5fbd..9007d32 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 bb253af3fdc9928388bab1fb2063e7d0b79a5e4b +%global commit0 7dbc6d8f36f3b85275bed998b5e34f7d5870659e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.37.dev.git%{shortcommit0}%{?dist} +Release: 0.38.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Tue Jul 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.38.dev.git7dbc6d8 +- autobuilt 7dbc6d8 + * Tue Jul 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.37.dev.gitbb253af - autobuilt bb253af diff --git a/sources b/sources index 4a4c260..263cf66 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-bb253af.tar.gz) = 0f8cf7bbde0f5aaad58b213395478a4bfe637fcfe3660fcd315ab781b86be9239422593e2ecc9d479ef67709981da947bbaa9dc134deb72ef3d7eb415a9afa4f +SHA512 (libpod-7dbc6d8.tar.gz) = dd9f6640fca8082d2579abe929a00646831ef7dc9732fedf35a1082c035b55f3871e0de1365fbf76ea33ba0f8ed19e0087638b18a3c490c636e51869ee0975b9 From e50c5509e24f502266002db88babe47dbf08bc24 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 24 Jul 2019 02:28:25 +0000 Subject: [PATCH 0305/2185] podman-2:1.4.5-0.39.dev.git3c6b111 - autobuilt 3c6b111 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8b6c7d5..25ebfc0 100644 --- a/.gitignore +++ b/.gitignore @@ -308,3 +308,4 @@ /libpod-ce60c4d.tar.gz /libpod-bb253af.tar.gz /libpod-7dbc6d8.tar.gz +/libpod-3c6b111.tar.gz diff --git a/podman.spec b/podman.spec index 9007d32..9bfd56e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7dbc6d8f36f3b85275bed998b5e34f7d5870659e +%global commit0 3c6b1117895381c1a43e74191aba535facb0b135 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.38.dev.git%{shortcommit0}%{?dist} +Release: 0.39.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Wed Jul 24 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.39.dev.git3c6b111 +- autobuilt 3c6b111 + * Tue Jul 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.38.dev.git7dbc6d8 - autobuilt 7dbc6d8 diff --git a/sources b/sources index 263cf66..38767b6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-7dbc6d8.tar.gz) = dd9f6640fca8082d2579abe929a00646831ef7dc9732fedf35a1082c035b55f3871e0de1365fbf76ea33ba0f8ed19e0087638b18a3c490c636e51869ee0975b9 +SHA512 (libpod-3c6b111.tar.gz) = 4ed2bf735f4175b17a39606ee44444a15a69edcb6780993e7d933931d4d3a4927ae65eea1b57f32762985929fe9897b42a3bb2fb44414222290056aed2a210f7 From 9e73cd64ae26b7346e342b91ce73cc765ddeedce Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 24 Jul 2019 11:34:59 +0000 Subject: [PATCH 0306/2185] podman-2:1.4.5-0.40.dev.giteae9a00 - autobuilt eae9a00 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 25ebfc0..577890f 100644 --- a/.gitignore +++ b/.gitignore @@ -309,3 +309,4 @@ /libpod-bb253af.tar.gz /libpod-7dbc6d8.tar.gz /libpod-3c6b111.tar.gz +/libpod-eae9a00.tar.gz diff --git a/podman.spec b/podman.spec index 9bfd56e..30dd227 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3c6b1117895381c1a43e74191aba535facb0b135 +%global commit0 eae9a009b2038d78a2cc92db740c99b1b8dc0101 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.39.dev.git%{shortcommit0}%{?dist} +Release: 0.40.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Wed Jul 24 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.40.dev.giteae9a00 +- autobuilt eae9a00 + * Wed Jul 24 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.39.dev.git3c6b111 - autobuilt 3c6b111 diff --git a/sources b/sources index 38767b6..ebcc199 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-3c6b111.tar.gz) = 4ed2bf735f4175b17a39606ee44444a15a69edcb6780993e7d933931d4d3a4927ae65eea1b57f32762985929fe9897b42a3bb2fb44414222290056aed2a210f7 +SHA512 (libpod-eae9a00.tar.gz) = 0eaaa1a2d17584aecb03fd3498bdb899e0a48433c271273f20971e8a7f31ed612a8292d5e3a9fa21023c5635578cc0c8baabc9ced3439c7fea553832f1f02775 From c142c1aff5cb8536f40e7aa0c4c168c7ccb1ef9e Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 24 Jul 2019 12:41:08 +0000 Subject: [PATCH 0307/2185] podman-2:1.4.5-0.41.dev.git0917783 - autobuilt 0917783 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 577890f..2323c46 100644 --- a/.gitignore +++ b/.gitignore @@ -310,3 +310,4 @@ /libpod-7dbc6d8.tar.gz /libpod-3c6b111.tar.gz /libpod-eae9a00.tar.gz +/libpod-0917783.tar.gz diff --git a/podman.spec b/podman.spec index 30dd227..844c57a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 eae9a009b2038d78a2cc92db740c99b1b8dc0101 +%global commit0 091778354efa2d61e86ec9eea9323fa7809875c8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.40.dev.git%{shortcommit0}%{?dist} +Release: 0.41.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Wed Jul 24 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.41.dev.git0917783 +- autobuilt 0917783 + * Wed Jul 24 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.40.dev.giteae9a00 - autobuilt eae9a00 diff --git a/sources b/sources index ebcc199..535a82b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-eae9a00.tar.gz) = 0eaaa1a2d17584aecb03fd3498bdb899e0a48433c271273f20971e8a7f31ed612a8292d5e3a9fa21023c5635578cc0c8baabc9ced3439c7fea553832f1f02775 +SHA512 (libpod-0917783.tar.gz) = c878d2ed851c9532d171e2c80f7dc71d87d4402cec16d230a296e31cbceed716c6f8b330caa3fcdcb387dfbd0d2b97152ac9200d14a6c31e5156b5010ca10a03 From ff06405ca65241a3eb0788c077fa418c56a7963f Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 24 Jul 2019 13:31:51 +0000 Subject: [PATCH 0308/2185] podman-2:1.4.5-0.42.dev.git2283471 - autobuilt 2283471 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2323c46..a7deffa 100644 --- a/.gitignore +++ b/.gitignore @@ -311,3 +311,4 @@ /libpod-3c6b111.tar.gz /libpod-eae9a00.tar.gz /libpod-0917783.tar.gz +/libpod-2283471.tar.gz diff --git a/podman.spec b/podman.spec index 844c57a..7b5748f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 091778354efa2d61e86ec9eea9323fa7809875c8 +%global commit0 2283471f8da7c3dc1a2cc6e1fe908c0fe7596d68 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.41.dev.git%{shortcommit0}%{?dist} +Release: 0.42.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Wed Jul 24 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.42.dev.git2283471 +- autobuilt 2283471 + * Wed Jul 24 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.41.dev.git0917783 - autobuilt 0917783 diff --git a/sources b/sources index 535a82b..ae19b5a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-0917783.tar.gz) = c878d2ed851c9532d171e2c80f7dc71d87d4402cec16d230a296e31cbceed716c6f8b330caa3fcdcb387dfbd0d2b97152ac9200d14a6c31e5156b5010ca10a03 +SHA512 (libpod-2283471.tar.gz) = e8d96767457525166537aad94c0c892093fcbda621160c724c16269d2bb3b4dbe4b31c52640d9d5dd2a0da18fcf6be33daaba59fa2b900eeb97d3e43e6ebf7ff From 7e5d47b546c73805c9ca4abeb5da750fd636af95 Mon Sep 17 00:00:00 2001 From: baude Date: Mon, 8 Jul 2019 16:34:46 -0500 Subject: [PATCH 0309/2185] correct podman commit Signed-off-by: baude --- sources | 1 + 1 file changed, 1 insertion(+) diff --git a/sources b/sources index 5b00597..80697d1 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 +SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 SHA512 (libpod-b3f10c8.tar.gz) = 534f77d34d2b80c3520dab88349e55a34273d0b1c91af38d0304eec5afa0232e824eb7dfe5d5fd8accc37f622e343df963bb58a08a887f9695c4549a5de805c9 From 73eb6b9e1756cd19a7f5dc0c0c5fea24a04bf21a Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 9 Jul 2019 19:04:47 +0530 Subject: [PATCH 0310/2185] spec file conditionals cleanup, add GO111MODULE=off before podman-remote Signed-off-by: Lokesh Mandvekar --- podman.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index fb503b8..8229358 100644 --- a/podman.spec +++ b/podman.spec @@ -69,6 +69,7 @@ Recommends: container-selinux Recommends: slirp4netns >= 0.3.0-2 Recommends: fuse-overlayfs >= 0.3-8 Recommends: libvarlink-util >= 18-1 +Requires: runc >= 2:1.0.0-57 # vendored libraries # awk '{print "Provides: bundled(golang("$1")) = "$2}' vendor.conf | sort @@ -411,10 +412,10 @@ export GO111MODULE=off # build %%{name} export BUILDTAGS="systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" -export GO111MODULE=off %gobuild -o bin/%{name} %{import_path}/cmd/%{name} # build %%{name}-remote +export GO111MODULE=off export BUILDTAGS="remoteclient systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" export GO111MODULE=off %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} From 556cb8b9552b95d9b00e2ffc8133e272e5a171b4 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 17 Jul 2019 20:50:50 +0530 Subject: [PATCH 0311/2185] podman-2:1.4.4-4 - use conmon v1.0.0-rc2 Signed-off-by: Lokesh Mandvekar --- sources | 1 - 1 file changed, 1 deletion(-) diff --git a/sources b/sources index 80697d1..5b00597 100644 --- a/sources +++ b/sources @@ -1,3 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (conmon-5995229.tar.gz) = 9b739acdf6ba4ec24fa9e2ca60843e236a93f7b641b202459d0efde49928a3f803bc2fab6c626ea56bd5f34ef079f6f3123abd5660c9cbc1de9cc5b4648f8f51 SHA512 (libpod-b3f10c8.tar.gz) = 534f77d34d2b80c3520dab88349e55a34273d0b1c91af38d0304eec5afa0232e824eb7dfe5d5fd8accc37f622e343df963bb58a08a887f9695c4549a5de805c9 From 4385bdc764d22890e8d6271f0e846e807253030a Mon Sep 17 00:00:00 2001 From: Bruno Goncalves Date: Fri, 19 Jul 2019 10:33:28 +0200 Subject: [PATCH 0312/2185] Revert tests; incorporate fixes from bgoncalv Tests were clobbered (accidentally, I assume) by f9aac43. Revert, and incorporate changes from bgoncalv that address changes to CI system in last few months (artifact handling, new ansible version, add rootless tests) Signed-off-by: Ed Santiago --- tests/test_podman.sh | 9 +++++++++ tests/test_podman.yml | 20 ++++++++++++++++++++ tests/tests.yml | 1 + 3 files changed, 30 insertions(+) create mode 100755 tests/test_podman.sh create mode 100644 tests/test_podman.yml create mode 100644 tests/tests.yml diff --git a/tests/test_podman.sh b/tests/test_podman.sh new file mode 100755 index 0000000..5a339e9 --- /dev/null +++ b/tests/test_podman.sh @@ -0,0 +1,9 @@ +#!/bin/bash -e +# +# Simple podman tests +# + +# Log program versions +rpm -q podman podman-tests + +bats /usr/share/podman/test/system diff --git a/tests/test_podman.yml b/tests/test_podman.yml new file mode 100644 index 0000000..0e00f56 --- /dev/null +++ b/tests/test_podman.yml @@ -0,0 +1,20 @@ +--- +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + - container + required_packages: + - bats + - podman + - podman-tests + tests: + - root-test: + dir: ./ + run: ./test_podman.sh + - rootless-test: + # running the test with su doesn't create the directory for fedora user on /run/user/ + # so create it manually + dir: ./ + run: mkdir /run/user/$(id -u fedora); su -c ${PWD}/test_podman.sh - fedora diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..80caee7 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1 @@ +- import_playbook: test_podman.yml From 519703aae52781bd5cc8e0627321d00cf3b65c9b Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 25 Jul 2019 09:30:39 +0000 Subject: [PATCH 0313/2185] podman-2:1.4.5-0.43.dev.git7c9095e - autobuilt 7c9095e Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a7deffa..a555ed6 100644 --- a/.gitignore +++ b/.gitignore @@ -312,3 +312,4 @@ /libpod-eae9a00.tar.gz /libpod-0917783.tar.gz /libpod-2283471.tar.gz +/libpod-7c9095e.tar.gz diff --git a/podman.spec b/podman.spec index 7b5748f..902f839 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2283471f8da7c3dc1a2cc6e1fe908c0fe7596d68 +%global commit0 7c9095ea1de363f8d76ae246575062755ac9398e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.42.dev.git%{shortcommit0}%{?dist} +Release: 0.43.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Thu Jul 25 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.43.dev.git7c9095e +- autobuilt 7c9095e + * Wed Jul 24 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.42.dev.git2283471 - autobuilt 2283471 diff --git a/sources b/sources index ae19b5a..99b5908 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-2283471.tar.gz) = e8d96767457525166537aad94c0c892093fcbda621160c724c16269d2bb3b4dbe4b31c52640d9d5dd2a0da18fcf6be33daaba59fa2b900eeb97d3e43e6ebf7ff +SHA512 (libpod-7c9095e.tar.gz) = 97b845d85527e39ed83fa2a27f0f91fc0040f612f10f163a244ca32e6ab4fd59ba7161d771deb5158867e7788f4606bfbd7cd1545b814d8b0d0ca2257db3da39 From 76c37ab0eb295a4fae97d92ef0f80124b8632d02 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 25 Jul 2019 16:29:18 +0000 Subject: [PATCH 0314/2185] podman-2:1.4.5-0.44.dev.git5763618 - autobuilt 5763618 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a555ed6..725d336 100644 --- a/.gitignore +++ b/.gitignore @@ -313,3 +313,4 @@ /libpod-0917783.tar.gz /libpod-2283471.tar.gz /libpod-7c9095e.tar.gz +/libpod-5763618.tar.gz diff --git a/podman.spec b/podman.spec index 902f839..5c788c1 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7c9095ea1de363f8d76ae246575062755ac9398e +%global commit0 5763618ce550d148e4541d8ab61874ea85d39ab0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.43.dev.git%{shortcommit0}%{?dist} +Release: 0.44.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Thu Jul 25 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.44.dev.git5763618 +- autobuilt 5763618 + * Thu Jul 25 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.43.dev.git7c9095e - autobuilt 7c9095e diff --git a/sources b/sources index 99b5908..cb1eff0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-7c9095e.tar.gz) = 97b845d85527e39ed83fa2a27f0f91fc0040f612f10f163a244ca32e6ab4fd59ba7161d771deb5158867e7788f4606bfbd7cd1545b814d8b0d0ca2257db3da39 +SHA512 (libpod-5763618.tar.gz) = b14ad7d854221148a513a547ab43014437c837cf8faf9648ff240f310136b80882e37d1b159e33f0da81379ec3b9a060d34817a3eaa5820297137c51f7c654e5 From be0595008c6cb954094d4e865fd84e8cac2c7384 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 25 Jul 2019 17:32:58 +0000 Subject: [PATCH 0315/2185] podman-2:1.4.5-0.45.dev.gitdff82d9 - autobuilt dff82d9 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 725d336..527de66 100644 --- a/.gitignore +++ b/.gitignore @@ -314,3 +314,4 @@ /libpod-2283471.tar.gz /libpod-7c9095e.tar.gz /libpod-5763618.tar.gz +/libpod-dff82d9.tar.gz diff --git a/podman.spec b/podman.spec index 5c788c1..109586d 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 5763618ce550d148e4541d8ab61874ea85d39ab0 +%global commit0 dff82d940e50c50c9f15a0371942662ccaaaae43 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.44.dev.git%{shortcommit0}%{?dist} +Release: 0.45.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Thu Jul 25 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.45.dev.gitdff82d9 +- autobuilt dff82d9 + * Thu Jul 25 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.44.dev.git5763618 - autobuilt 5763618 diff --git a/sources b/sources index cb1eff0..86209d7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-5763618.tar.gz) = b14ad7d854221148a513a547ab43014437c837cf8faf9648ff240f310136b80882e37d1b159e33f0da81379ec3b9a060d34817a3eaa5820297137c51f7c654e5 +SHA512 (libpod-dff82d9.tar.gz) = b9dd57099381519faa492e28739c3db23af568a79d8b773df47c5d5951861b283ffe31a5d7b9a92f0d26869cea8a0fb1bba63fd1be27b0589779dcfa724aa56f From 4f37f75397496062e5c0db1d89286852cca7292d Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 26 Jul 2019 08:30:16 +0000 Subject: [PATCH 0316/2185] podman-2:1.4.5-0.46.dev.git4674d00 - autobuilt 4674d00 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 527de66..ae9279b 100644 --- a/.gitignore +++ b/.gitignore @@ -315,3 +315,4 @@ /libpod-7c9095e.tar.gz /libpod-5763618.tar.gz /libpod-dff82d9.tar.gz +/libpod-4674d00.tar.gz diff --git a/podman.spec b/podman.spec index 109586d..abc6881 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 dff82d940e50c50c9f15a0371942662ccaaaae43 +%global commit0 4674d00f46380f38532ebf32cd632579b47773bb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.45.dev.git%{shortcommit0}%{?dist} +Release: 0.46.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Fri Jul 26 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.46.dev.git4674d00 +- autobuilt 4674d00 + * Thu Jul 25 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.45.dev.gitdff82d9 - autobuilt dff82d9 diff --git a/sources b/sources index 86209d7..fb6ec4c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-dff82d9.tar.gz) = b9dd57099381519faa492e28739c3db23af568a79d8b773df47c5d5951861b283ffe31a5d7b9a92f0d26869cea8a0fb1bba63fd1be27b0589779dcfa724aa56f +SHA512 (libpod-4674d00.tar.gz) = 938fa581287b7ead4f8784d1b5f4d8b850a2b06129087d9b3726bbc453678c62d345b6ccc0a61b07fcf46e8e7fc6aece4355aef7399b230e9674e88e45a16758 From c059961d944f074dfed288a26edc92c049a6be80 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 26 Jul 2019 09:36:18 +0000 Subject: [PATCH 0317/2185] podman-2:1.4.5-0.47.dev.git1910d68 - autobuilt 1910d68 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ae9279b..74378dc 100644 --- a/.gitignore +++ b/.gitignore @@ -316,3 +316,4 @@ /libpod-5763618.tar.gz /libpod-dff82d9.tar.gz /libpod-4674d00.tar.gz +/libpod-1910d68.tar.gz diff --git a/podman.spec b/podman.spec index abc6881..a96e831 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 4674d00f46380f38532ebf32cd632579b47773bb +%global commit0 1910d68e4d574ebf53aa31e2dc7e56b0839a65f5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.46.dev.git%{shortcommit0}%{?dist} +Release: 0.47.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Fri Jul 26 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.47.dev.git1910d68 +- autobuilt 1910d68 + * Fri Jul 26 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.46.dev.git4674d00 - autobuilt 4674d00 diff --git a/sources b/sources index fb6ec4c..d077811 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-4674d00.tar.gz) = 938fa581287b7ead4f8784d1b5f4d8b850a2b06129087d9b3726bbc453678c62d345b6ccc0a61b07fcf46e8e7fc6aece4355aef7399b230e9674e88e45a16758 +SHA512 (libpod-1910d68.tar.gz) = 65ba50326c046f1b0f01f7708c8080faf430b6ceab0fb520a7d18e2f37fd45de4586ee58e8ce80d1c34572db358e796f10eee4e83e03f53f30ea61d77ee5e728 From 0132c13d2b01bd233fc1767650158eddf4a82276 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 26 Jul 2019 10:30:12 +0000 Subject: [PATCH 0318/2185] podman-2:1.4.5-0.48.dev.giteca157f - autobuilt eca157f Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 74378dc..6c8de34 100644 --- a/.gitignore +++ b/.gitignore @@ -317,3 +317,4 @@ /libpod-dff82d9.tar.gz /libpod-4674d00.tar.gz /libpod-1910d68.tar.gz +/libpod-eca157f.tar.gz diff --git a/podman.spec b/podman.spec index a96e831..b5343c5 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1910d68e4d574ebf53aa31e2dc7e56b0839a65f5 +%global commit0 eca157fb54d860215695b8e1de8a10cd1c836772 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.47.dev.git%{shortcommit0}%{?dist} +Release: 0.48.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Fri Jul 26 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.48.dev.giteca157f +- autobuilt eca157f + * Fri Jul 26 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.47.dev.git1910d68 - autobuilt 1910d68 diff --git a/sources b/sources index d077811..164d53d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-1910d68.tar.gz) = 65ba50326c046f1b0f01f7708c8080faf430b6ceab0fb520a7d18e2f37fd45de4586ee58e8ce80d1c34572db358e796f10eee4e83e03f53f30ea61d77ee5e728 +SHA512 (libpod-eca157f.tar.gz) = 8c2e49bf8848173cf80004f8e7d20d06510aa55c38afb998dd30273b9fe99f752204983bfd94171f78870f04dae5587eb331f83bf1a7ff414f2b9640d8cd7328 From 0a4598e5c0aeb6ae0c26ee374db03bc9cab6efae Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 26 Jul 2019 13:26:42 +0000 Subject: [PATCH 0319/2185] podman-2:1.4.5-0.49.dev.git0c4dfcf - autobuilt 0c4dfcf Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6c8de34..7f69450 100644 --- a/.gitignore +++ b/.gitignore @@ -318,3 +318,4 @@ /libpod-4674d00.tar.gz /libpod-1910d68.tar.gz /libpod-eca157f.tar.gz +/libpod-0c4dfcf.tar.gz diff --git a/podman.spec b/podman.spec index b5343c5..bc9c6e5 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 eca157fb54d860215695b8e1de8a10cd1c836772 +%global commit0 0c4dfcfe57559d55786818b027ad12ad94574e71 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.48.dev.git%{shortcommit0}%{?dist} +Release: 0.49.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Fri Jul 26 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.49.dev.git0c4dfcf +- autobuilt 0c4dfcf + * Fri Jul 26 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.48.dev.giteca157f - autobuilt eca157f diff --git a/sources b/sources index 164d53d..47d9e8f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-eca157f.tar.gz) = 8c2e49bf8848173cf80004f8e7d20d06510aa55c38afb998dd30273b9fe99f752204983bfd94171f78870f04dae5587eb331f83bf1a7ff414f2b9640d8cd7328 +SHA512 (libpod-0c4dfcf.tar.gz) = fb5b6df81f1b346dbf3bfa12ae7cc91f639bc5a918d8df698351eba6a8c91fc182aa3ef8e7ea3cd0526c29e11bb89963fcbf06ca22d45828ba982b54fe1d5c2a From 41555c67bfba38505105c0a8a794765ba58a6c00 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 28 Jul 2019 15:37:00 +0000 Subject: [PATCH 0320/2185] podman-2:1.4.5-0.50.dev.git2c98bd5 - autobuilt 2c98bd5 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7f69450..ea42e82 100644 --- a/.gitignore +++ b/.gitignore @@ -319,3 +319,4 @@ /libpod-1910d68.tar.gz /libpod-eca157f.tar.gz /libpod-0c4dfcf.tar.gz +/libpod-2c98bd5.tar.gz diff --git a/podman.spec b/podman.spec index bc9c6e5..2cc9bcd 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0c4dfcfe57559d55786818b027ad12ad94574e71 +%global commit0 2c98bd5398979109cf3ddc3cbe4e3400b67d74ac %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.49.dev.git%{shortcommit0}%{?dist} +Release: 0.50.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Sun Jul 28 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.50.dev.git2c98bd5 +- autobuilt 2c98bd5 + * Fri Jul 26 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.49.dev.git0c4dfcf - autobuilt 0c4dfcf diff --git a/sources b/sources index 47d9e8f..88c7779 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-0c4dfcf.tar.gz) = fb5b6df81f1b346dbf3bfa12ae7cc91f639bc5a918d8df698351eba6a8c91fc182aa3ef8e7ea3cd0526c29e11bb89963fcbf06ca22d45828ba982b54fe1d5c2a +SHA512 (libpod-2c98bd5.tar.gz) = 611ccb89d9fddbb03c27a73da72b81874b639819466b345929c29a806c1a080f262c9455a97b4ceeb479b04364aa67c9ea3bf68c90a0600525f38fd6911e1203 From 7d70c5ef6e317b5eeb8fbd9006efdffed45e6df9 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 29 Jul 2019 14:37:52 +0000 Subject: [PATCH 0321/2185] podman-2:1.4.5-0.51.dev.git2ca7861 - autobuilt 2ca7861 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ea42e82..d67a9bd 100644 --- a/.gitignore +++ b/.gitignore @@ -320,3 +320,4 @@ /libpod-eca157f.tar.gz /libpod-0c4dfcf.tar.gz /libpod-2c98bd5.tar.gz +/libpod-2ca7861.tar.gz diff --git a/podman.spec b/podman.spec index 2cc9bcd..eb9cf1f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2c98bd5398979109cf3ddc3cbe4e3400b67d74ac +%global commit0 2ca7861b8e9d375711af6fbf96d3148256b10d48 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.50.dev.git%{shortcommit0}%{?dist} +Release: 0.51.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Mon Jul 29 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.51.dev.git2ca7861 +- autobuilt 2ca7861 + * Sun Jul 28 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.50.dev.git2c98bd5 - autobuilt 2c98bd5 diff --git a/sources b/sources index 88c7779..d515774 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-2c98bd5.tar.gz) = 611ccb89d9fddbb03c27a73da72b81874b639819466b345929c29a806c1a080f262c9455a97b4ceeb479b04364aa67c9ea3bf68c90a0600525f38fd6911e1203 +SHA512 (libpod-2ca7861.tar.gz) = bd5e4ab350c1be48a0f9df6dd6237d4bfc8bda0927837f21cc42e54f0f0342ad04147c2ac97700e87fbff4e464ab79deebb608834aa4de26eada8fa78ed71c98 From 18e1b76082204568c73b9826346ecb45e0a0fc7b Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 29 Jul 2019 15:32:55 +0000 Subject: [PATCH 0322/2185] podman-2:1.4.5-0.52.dev.git6665269 - autobuilt 6665269 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d67a9bd..0cd12a6 100644 --- a/.gitignore +++ b/.gitignore @@ -321,3 +321,4 @@ /libpod-0c4dfcf.tar.gz /libpod-2c98bd5.tar.gz /libpod-2ca7861.tar.gz +/libpod-6665269.tar.gz diff --git a/podman.spec b/podman.spec index eb9cf1f..a16597e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2ca7861b8e9d375711af6fbf96d3148256b10d48 +%global commit0 6665269ab8bd413799df6568a83a3ac679c93ad1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.51.dev.git%{shortcommit0}%{?dist} +Release: 0.52.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Mon Jul 29 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.52.dev.git6665269 +- autobuilt 6665269 + * Mon Jul 29 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.51.dev.git2ca7861 - autobuilt 2ca7861 diff --git a/sources b/sources index d515774..e58b9b0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-2ca7861.tar.gz) = bd5e4ab350c1be48a0f9df6dd6237d4bfc8bda0927837f21cc42e54f0f0342ad04147c2ac97700e87fbff4e464ab79deebb608834aa4de26eada8fa78ed71c98 +SHA512 (libpod-6665269.tar.gz) = 348be85c14fe4722fd98df655accc18c15804d4125d55c7079e9565106ca1a3fb40d31077c19cbe0cc01273455eb54b4aa210c15ce45a835fb3d5badf995aa80 From 04555be08a1a08acaa4a872254cf48228663062e Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 29 Jul 2019 18:28:14 +0000 Subject: [PATCH 0323/2185] podman-2:1.4.5-0.53.dev.gitc3c45f3 - autobuilt c3c45f3 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0cd12a6..b127d9d 100644 --- a/.gitignore +++ b/.gitignore @@ -322,3 +322,4 @@ /libpod-2c98bd5.tar.gz /libpod-2ca7861.tar.gz /libpod-6665269.tar.gz +/libpod-c3c45f3.tar.gz diff --git a/podman.spec b/podman.spec index a16597e..743aeb2 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 6665269ab8bd413799df6568a83a3ac679c93ad1 +%global commit0 c3c45f3ba5c2782be9658a33f8632467a06c6422 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.52.dev.git%{shortcommit0}%{?dist} +Release: 0.53.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Mon Jul 29 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.53.dev.gitc3c45f3 +- autobuilt c3c45f3 + * Mon Jul 29 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.52.dev.git6665269 - autobuilt 6665269 diff --git a/sources b/sources index e58b9b0..5533200 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-6665269.tar.gz) = 348be85c14fe4722fd98df655accc18c15804d4125d55c7079e9565106ca1a3fb40d31077c19cbe0cc01273455eb54b4aa210c15ce45a835fb3d5badf995aa80 +SHA512 (libpod-c3c45f3.tar.gz) = a6aee364c141cb6535613459cc5833dcf7f3f657d10ceacfefaa77c2ace6e4d18a2b958e08e1e229382360639d100b1e1b3890c1032409709c8b780be3b62c42 From 2138d6e23393b17658fcf7aa7b962aa2cd5730fb Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 29 Jul 2019 20:25:48 +0000 Subject: [PATCH 0324/2185] podman-2:1.4.5-0.54.dev.git7d635ac - autobuilt 7d635ac Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b127d9d..525d455 100644 --- a/.gitignore +++ b/.gitignore @@ -323,3 +323,4 @@ /libpod-2ca7861.tar.gz /libpod-6665269.tar.gz /libpod-c3c45f3.tar.gz +/libpod-7d635ac.tar.gz diff --git a/podman.spec b/podman.spec index 743aeb2..5319f37 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c3c45f3ba5c2782be9658a33f8632467a06c6422 +%global commit0 7d635ac1c5ce61385dea009d29eceb90fea8db30 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.53.dev.git%{shortcommit0}%{?dist} +Release: 0.54.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Mon Jul 29 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.54.dev.git7d635ac +- autobuilt 7d635ac + * Mon Jul 29 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.53.dev.gitc3c45f3 - autobuilt c3c45f3 diff --git a/sources b/sources index 5533200..60e1aab 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-c3c45f3.tar.gz) = a6aee364c141cb6535613459cc5833dcf7f3f657d10ceacfefaa77c2ace6e4d18a2b958e08e1e229382360639d100b1e1b3890c1032409709c8b780be3b62c42 +SHA512 (libpod-7d635ac.tar.gz) = 524115ea612b0d065e175692773e687f3f7ee3554c0281b4b4bcd72006feba213e209cbb2578f9333ae73270918947192d4734811d8f20b7aeef993803bf731c From deb2e639755a4250d21f21db414c46c51e7a8240 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 30 Jul 2019 00:24:21 +0000 Subject: [PATCH 0325/2185] podman-2:1.4.5-0.55.dev.git040355d - autobuilt 040355d Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 525d455..c962fee 100644 --- a/.gitignore +++ b/.gitignore @@ -324,3 +324,4 @@ /libpod-6665269.tar.gz /libpod-c3c45f3.tar.gz /libpod-7d635ac.tar.gz +/libpod-040355d.tar.gz diff --git a/podman.spec b/podman.spec index 5319f37..9de8af2 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7d635ac1c5ce61385dea009d29eceb90fea8db30 +%global commit0 040355d450aa7282071813c9517b50b901c9e497 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.54.dev.git%{shortcommit0}%{?dist} +Release: 0.55.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.55.dev.git040355d +- autobuilt 040355d + * Mon Jul 29 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.54.dev.git7d635ac - autobuilt 7d635ac diff --git a/sources b/sources index 60e1aab..51207ba 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-7d635ac.tar.gz) = 524115ea612b0d065e175692773e687f3f7ee3554c0281b4b4bcd72006feba213e209cbb2578f9333ae73270918947192d4734811d8f20b7aeef993803bf731c +SHA512 (libpod-040355d.tar.gz) = 87bf73f6341e2ea0a8b7f87e07d1256e541216dcd1f2fb40bcba804342ea850861174e79a636a7b1ffe476d087fbe4cd58a9aa93113982261af05a0082bf046e From bdf33165dba65e39631149be2143f22dae87767a Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 30 Jul 2019 14:33:14 +0000 Subject: [PATCH 0326/2185] podman-2:1.4.5-0.56.dev.git4196a59 - autobuilt 4196a59 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c962fee..2d3df4e 100644 --- a/.gitignore +++ b/.gitignore @@ -325,3 +325,4 @@ /libpod-c3c45f3.tar.gz /libpod-7d635ac.tar.gz /libpod-040355d.tar.gz +/libpod-4196a59.tar.gz diff --git a/podman.spec b/podman.spec index 9de8af2..5e6f5d2 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 040355d450aa7282071813c9517b50b901c9e497 +%global commit0 4196a594521d89fa057602d9cb176726ee9db614 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.55.dev.git%{shortcommit0}%{?dist} +Release: 0.56.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.56.dev.git4196a59 +- autobuilt 4196a59 + * Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.55.dev.git040355d - autobuilt 040355d diff --git a/sources b/sources index 51207ba..656b923 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-040355d.tar.gz) = 87bf73f6341e2ea0a8b7f87e07d1256e541216dcd1f2fb40bcba804342ea850861174e79a636a7b1ffe476d087fbe4cd58a9aa93113982261af05a0082bf046e +SHA512 (libpod-4196a59.tar.gz) = 229d4bd15b48fb41d27ff353a19d7cf2b1e5fd535f15691018a668441208423fd689d898ffc160b389e83bf82a8c03559b0c5b6314124468c8659c7f6d430665 From 0a6128b5bbe17778069e2ae52108a7d600955ed9 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 30 Jul 2019 15:31:13 +0000 Subject: [PATCH 0327/2185] podman-2:1.4.5-0.57.dev.git1a00895 - autobuilt 1a00895 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2d3df4e..6eeed56 100644 --- a/.gitignore +++ b/.gitignore @@ -326,3 +326,4 @@ /libpod-7d635ac.tar.gz /libpod-040355d.tar.gz /libpod-4196a59.tar.gz +/libpod-1a00895.tar.gz diff --git a/podman.spec b/podman.spec index 5e6f5d2..5f19f0f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 4196a594521d89fa057602d9cb176726ee9db614 +%global commit0 1a008958d42644aaf20e35a79463d9eea366ef55 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.56.dev.git%{shortcommit0}%{?dist} +Release: 0.57.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.57.dev.git1a00895 +- autobuilt 1a00895 + * Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.56.dev.git4196a59 - autobuilt 4196a59 diff --git a/sources b/sources index 656b923..fa0c91b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-4196a59.tar.gz) = 229d4bd15b48fb41d27ff353a19d7cf2b1e5fd535f15691018a668441208423fd689d898ffc160b389e83bf82a8c03559b0c5b6314124468c8659c7f6d430665 +SHA512 (libpod-1a00895.tar.gz) = 89d13a85614d0f47ff4c20ab3cfc8a5047c19f7a31f17468a57db66609e51dbdf2221de1f04f77aceb7e46b9633f03b3af487b0a7474848b0f55443e859fc878 From dc4678e56a3cefc7226cf45efd750cf94f232fb0 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 30 Jul 2019 19:25:51 +0000 Subject: [PATCH 0328/2185] podman-2:1.4.5-0.58.dev.gite84ed3c - autobuilt e84ed3c Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6eeed56..2416a06 100644 --- a/.gitignore +++ b/.gitignore @@ -327,3 +327,4 @@ /libpod-040355d.tar.gz /libpod-4196a59.tar.gz /libpod-1a00895.tar.gz +/libpod-e84ed3c.tar.gz diff --git a/podman.spec b/podman.spec index 5f19f0f..7e3ac11 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1a008958d42644aaf20e35a79463d9eea366ef55 +%global commit0 e84ed3c1bca2a35f8b531473dafede7a2c624d0a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.57.dev.git%{shortcommit0}%{?dist} +Release: 0.58.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.58.dev.gite84ed3c +- autobuilt e84ed3c + * Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.57.dev.git1a00895 - autobuilt 1a00895 diff --git a/sources b/sources index fa0c91b..d0a33a7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-1a00895.tar.gz) = 89d13a85614d0f47ff4c20ab3cfc8a5047c19f7a31f17468a57db66609e51dbdf2221de1f04f77aceb7e46b9633f03b3af487b0a7474848b0f55443e859fc878 +SHA512 (libpod-e84ed3c.tar.gz) = b6cfa39013aabe5dbb31f06b714397e3aead1585ff734cd8b74aecb505b9ce728666db2f8777efa0899fa82c25402c48c2045efc060dbcc561ad2db1d8f836ce From e572b1832b772dcc389583633a24ed10e556a158 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 30 Jul 2019 20:31:54 +0000 Subject: [PATCH 0329/2185] podman-2:1.4.5-0.59.dev.git680a383 - autobuilt 680a383 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2416a06..37d7875 100644 --- a/.gitignore +++ b/.gitignore @@ -328,3 +328,4 @@ /libpod-4196a59.tar.gz /libpod-1a00895.tar.gz /libpod-e84ed3c.tar.gz +/libpod-680a383.tar.gz diff --git a/podman.spec b/podman.spec index 7e3ac11..44e68ca 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e84ed3c1bca2a35f8b531473dafede7a2c624d0a +%global commit0 680a3838748b297b7c3c462f98b58f82e39218e8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -42,7 +42,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.58.dev.git%{shortcommit0}%{?dist} +Release: 0.59.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -591,6 +591,9 @@ exit 0 %endif %changelog +* Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.59.dev.git680a383 +- autobuilt 680a383 + * Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.58.dev.gite84ed3c - autobuilt e84ed3c diff --git a/sources b/sources index d0a33a7..51ba1c9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-e84ed3c.tar.gz) = b6cfa39013aabe5dbb31f06b714397e3aead1585ff734cd8b74aecb505b9ce728666db2f8777efa0899fa82c25402c48c2045efc060dbcc561ad2db1d8f836ce +SHA512 (libpod-680a383.tar.gz) = 9c12097ba72c8687c34f02ece095cf8103b9a4125189a58f66e9a56948611efa19b26810bca7fa363e979ea02f2f4d3650339b5a9c56bdc22db86245e2f76adf From 436647ba5f75ca15b98d2dacae5fc524e0451409 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 31 Jul 2019 04:57:52 +0530 Subject: [PATCH 0330/2185] built_tag macro records exact upstream tag built Signed-off-by: Lokesh Mandvekar --- podman.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/podman.spec b/podman.spec index 44e68ca..6ba500d 100644 --- a/podman.spec +++ b/podman.spec @@ -35,6 +35,10 @@ %global commit_conmon 1de71ad51b9f390451eb37029ae913b0a86f1a5b %global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) +# Used for comparing with latest upstream tag +# to decide whether to autobuild (non-rawhide only) +%global built_tag v1.4.4 + Name: podman %if 0%{?fedora} Epoch: 2 From 0640784df38a3bd041e1045e1575555c9709530b Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 31 Jul 2019 04:57:52 +0530 Subject: [PATCH 0331/2185] built_tag macro records exact upstream tag built Signed-off-by: Lokesh Mandvekar --- podman.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/podman.spec b/podman.spec index 8229358..f5ef091 100644 --- a/podman.spec +++ b/podman.spec @@ -31,6 +31,10 @@ %global commit_conmon 1de71ad51b9f390451eb37029ae913b0a86f1a5b %global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) +# Used for comparing with latest upstream tag +# to decide whether to autobuild (non-rawhide only) +%global built_tag v1.4.4 + Name: podman Epoch: 2 Version: 1.4.4 From e33b1069831e82e1b7908e3d0e07e13313eb418b Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 31 Jul 2019 18:31:39 +0000 Subject: [PATCH 0332/2185] podman-2:1.4.5-0.60.dev.gita622f8d - autobuilt a622f8d Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 37d7875..815e687 100644 --- a/.gitignore +++ b/.gitignore @@ -329,3 +329,4 @@ /libpod-1a00895.tar.gz /libpod-e84ed3c.tar.gz /libpod-680a383.tar.gz +/libpod-a622f8d.tar.gz diff --git a/podman.spec b/podman.spec index 6ba500d..3dd9c3f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 680a3838748b297b7c3c462f98b58f82e39218e8 +%global commit0 a622f8d345b1853401de2e533e9fbf14ef169fa2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.59.dev.git%{shortcommit0}%{?dist} +Release: 0.60.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Wed Jul 31 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.60.dev.gita622f8d +- autobuilt a622f8d + * Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.59.dev.git680a383 - autobuilt 680a383 diff --git a/sources b/sources index 51ba1c9..7d0bab6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-680a383.tar.gz) = 9c12097ba72c8687c34f02ece095cf8103b9a4125189a58f66e9a56948611efa19b26810bca7fa363e979ea02f2f4d3650339b5a9c56bdc22db86245e2f76adf +SHA512 (libpod-a622f8d.tar.gz) = 393c759167f6ffac6eaa7039aa437f6327421c135b6c0fdbefc59db9df37e539e96318781a3781483b55981eb953b29c8f05826c50cba4ef0cd391927867e45f From 16cda05dd61ddb494fb8f094c6db1285d5a60562 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 1 Aug 2019 08:36:35 +0000 Subject: [PATCH 0333/2185] podman-2:1.4.5-0.61.dev.gitccf4ec2 - autobuilt ccf4ec2 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 815e687..f5334f5 100644 --- a/.gitignore +++ b/.gitignore @@ -330,3 +330,4 @@ /libpod-e84ed3c.tar.gz /libpod-680a383.tar.gz /libpod-a622f8d.tar.gz +/libpod-ccf4ec2.tar.gz diff --git a/podman.spec b/podman.spec index 3dd9c3f..78b5d61 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a622f8d345b1853401de2e533e9fbf14ef169fa2 +%global commit0 ccf4ec295b9a144740b07a202432aa34a7cce3de %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.60.dev.git%{shortcommit0}%{?dist} +Release: 0.61.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.61.dev.gitccf4ec2 +- autobuilt ccf4ec2 + * Wed Jul 31 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.60.dev.gita622f8d - autobuilt a622f8d diff --git a/sources b/sources index 7d0bab6..f50f21d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-a622f8d.tar.gz) = 393c759167f6ffac6eaa7039aa437f6327421c135b6c0fdbefc59db9df37e539e96318781a3781483b55981eb953b29c8f05826c50cba4ef0cd391927867e45f +SHA512 (libpod-ccf4ec2.tar.gz) = 6b90570265d161f393bfe441551eac220579fce85de9fc3c6b3d7353181f0739c9092b702b2da5f9319cfebd0877101606fca3c6b6c149ef8eab1e03d656ef43 From 5432a4a730ecdce4ba02d3401dc9ca61d3f2c67d Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 1 Aug 2019 09:30:25 +0000 Subject: [PATCH 0334/2185] podman-2:1.4.5-0.62.dev.git3215ea6 - autobuilt 3215ea6 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f5334f5..ab3c73e 100644 --- a/.gitignore +++ b/.gitignore @@ -331,3 +331,4 @@ /libpod-680a383.tar.gz /libpod-a622f8d.tar.gz /libpod-ccf4ec2.tar.gz +/libpod-3215ea6.tar.gz diff --git a/podman.spec b/podman.spec index 78b5d61..693e6a7 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ccf4ec295b9a144740b07a202432aa34a7cce3de +%global commit0 3215ea694da7ee965aad046b3c64b6bfa1a82b68 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.61.dev.git%{shortcommit0}%{?dist} +Release: 0.62.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.62.dev.git3215ea6 +- autobuilt 3215ea6 + * Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.61.dev.gitccf4ec2 - autobuilt ccf4ec2 diff --git a/sources b/sources index f50f21d..47a4122 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-ccf4ec2.tar.gz) = 6b90570265d161f393bfe441551eac220579fce85de9fc3c6b3d7353181f0739c9092b702b2da5f9319cfebd0877101606fca3c6b6c149ef8eab1e03d656ef43 +SHA512 (libpod-3215ea6.tar.gz) = e109998b738f4286aa7786d0be9e294643413e189c45a0bc1beda61ee2cb1eb637f1aa8579bf4b5b428e79045901fdebacf3c9797e76ceb86961a08897bf90fb From ea901997f45511aee7fd5279ae1281822fdb5c4d Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 1 Aug 2019 10:27:53 +0000 Subject: [PATCH 0335/2185] podman-2:1.4.5-0.63.dev.git5056964 - autobuilt 5056964 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ab3c73e..253c6db 100644 --- a/.gitignore +++ b/.gitignore @@ -332,3 +332,4 @@ /libpod-a622f8d.tar.gz /libpod-ccf4ec2.tar.gz /libpod-3215ea6.tar.gz +/libpod-5056964.tar.gz diff --git a/podman.spec b/podman.spec index 693e6a7..6538453 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3215ea694da7ee965aad046b3c64b6bfa1a82b68 +%global commit0 5056964d09c5de31e10bb226acdb9cb24dce84e9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.62.dev.git%{shortcommit0}%{?dist} +Release: 0.63.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.63.dev.git5056964 +- autobuilt 5056964 + * Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.62.dev.git3215ea6 - autobuilt 3215ea6 diff --git a/sources b/sources index 47a4122..a278be9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-3215ea6.tar.gz) = e109998b738f4286aa7786d0be9e294643413e189c45a0bc1beda61ee2cb1eb637f1aa8579bf4b5b428e79045901fdebacf3c9797e76ceb86961a08897bf90fb +SHA512 (libpod-5056964.tar.gz) = ed51a966dc519d2f3922188df997745e88fe12aaded83b25de5997824039b95c24eaa7c559d32558e8dbac4102a3af0c26f9ce173a5cd02109fe5529e4de7927 From cad0e5156ae7c1e425a271705d27c39dfc152df4 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 1 Aug 2019 11:29:24 +0000 Subject: [PATCH 0336/2185] podman-2:1.4.5-0.64.dev.gitee15e76 - autobuilt ee15e76 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 253c6db..1b4567e 100644 --- a/.gitignore +++ b/.gitignore @@ -333,3 +333,4 @@ /libpod-ccf4ec2.tar.gz /libpod-3215ea6.tar.gz /libpod-5056964.tar.gz +/libpod-ee15e76.tar.gz diff --git a/podman.spec b/podman.spec index 6538453..8929bbf 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 5056964d09c5de31e10bb226acdb9cb24dce84e9 +%global commit0 ee15e76da0a032bad7cb94295dc32e2553f10850 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.63.dev.git%{shortcommit0}%{?dist} +Release: 0.64.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.64.dev.gitee15e76 +- autobuilt ee15e76 + * Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.63.dev.git5056964 - autobuilt 5056964 diff --git a/sources b/sources index a278be9..f350984 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-5056964.tar.gz) = ed51a966dc519d2f3922188df997745e88fe12aaded83b25de5997824039b95c24eaa7c559d32558e8dbac4102a3af0c26f9ce173a5cd02109fe5529e4de7927 +SHA512 (libpod-ee15e76.tar.gz) = cf278388294634e91fe9976b765ad4e374621fc6c81459740083260de4d560155052bd8904cf7f620ff7249c23c12b259406b1ba76b98af2c5355353be7f5458 From e083c1caba16b6a25dbfe032e7edf129533347ab Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 1 Aug 2019 12:30:13 +0000 Subject: [PATCH 0337/2185] podman-2:1.4.5-0.65.dev.git6f62dac - autobuilt 6f62dac Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1b4567e..d761cbd 100644 --- a/.gitignore +++ b/.gitignore @@ -334,3 +334,4 @@ /libpod-3215ea6.tar.gz /libpod-5056964.tar.gz /libpod-ee15e76.tar.gz +/libpod-6f62dac.tar.gz diff --git a/podman.spec b/podman.spec index 8929bbf..6d142ee 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ee15e76da0a032bad7cb94295dc32e2553f10850 +%global commit0 6f62dac163dd935866c21e91e5cd623772907eda %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.64.dev.git%{shortcommit0}%{?dist} +Release: 0.65.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.65.dev.git6f62dac +- autobuilt 6f62dac + * Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.64.dev.gitee15e76 - autobuilt ee15e76 diff --git a/sources b/sources index f350984..517f1b4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-ee15e76.tar.gz) = cf278388294634e91fe9976b765ad4e374621fc6c81459740083260de4d560155052bd8904cf7f620ff7249c23c12b259406b1ba76b98af2c5355353be7f5458 +SHA512 (libpod-6f62dac.tar.gz) = f3d594f7dc7a7b96d18e6501e76725bb7b3a8c95ff46e50dfffabfacfc8841614ae2a1ffa5252bee95bb3bbaeb2dc1c513985382272f2426fe9f6a99ce34773f From 1da17791186a8c8d448bdd3637881fdd648d73b5 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 1 Aug 2019 14:32:38 +0000 Subject: [PATCH 0338/2185] podman-2:1.4.5-0.66.dev.gitafb493a - autobuilt afb493a Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d761cbd..4ab6f63 100644 --- a/.gitignore +++ b/.gitignore @@ -335,3 +335,4 @@ /libpod-5056964.tar.gz /libpod-ee15e76.tar.gz /libpod-6f62dac.tar.gz +/libpod-afb493a.tar.gz diff --git a/podman.spec b/podman.spec index 6d142ee..3aff98e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 6f62dac163dd935866c21e91e5cd623772907eda +%global commit0 afb493ae9b1cc98db1f6d9a211b561bb245692de %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.65.dev.git%{shortcommit0}%{?dist} +Release: 0.66.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.66.dev.gitafb493a +- autobuilt afb493a + * Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.65.dev.git6f62dac - autobuilt 6f62dac diff --git a/sources b/sources index 517f1b4..9662c35 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-6f62dac.tar.gz) = f3d594f7dc7a7b96d18e6501e76725bb7b3a8c95ff46e50dfffabfacfc8841614ae2a1ffa5252bee95bb3bbaeb2dc1c513985382272f2426fe9f6a99ce34773f +SHA512 (libpod-afb493a.tar.gz) = 1bfdf76645b4c97b352222f000c7532c3454ec41b047d24bfe352f98f64db491c70901ece2fae2bfefd59d20a3a9cd2eb710ad18726015064ffc47a6c80fc34c From c5dd1227c8c895865e846e438af3b12bd9d98efe Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 1 Aug 2019 19:25:12 +0000 Subject: [PATCH 0339/2185] podman-2:1.4.5-0.67.dev.gite1a099e - autobuilt e1a099e Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4ab6f63..7b28ed0 100644 --- a/.gitignore +++ b/.gitignore @@ -336,3 +336,4 @@ /libpod-ee15e76.tar.gz /libpod-6f62dac.tar.gz /libpod-afb493a.tar.gz +/libpod-e1a099e.tar.gz diff --git a/podman.spec b/podman.spec index 3aff98e..59abbcc 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 afb493ae9b1cc98db1f6d9a211b561bb245692de +%global commit0 e1a099ed448312eb573c680561496f084aa71814 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.66.dev.git%{shortcommit0}%{?dist} +Release: 0.67.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.67.dev.gite1a099e +- autobuilt e1a099e + * Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.66.dev.gitafb493a - autobuilt afb493a diff --git a/sources b/sources index 9662c35..473a532 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-afb493a.tar.gz) = 1bfdf76645b4c97b352222f000c7532c3454ec41b047d24bfe352f98f64db491c70901ece2fae2bfefd59d20a3a9cd2eb710ad18726015064ffc47a6c80fc34c +SHA512 (libpod-e1a099e.tar.gz) = 83136567cc3b8471e10f058c397e59190d837d88fb5eabe449bfe327de87982b285d3aa9d5530da0af801d1370f6310e42e8765ff6f9feb027bc1f798126af61 From 70f75c5711c656a3b00d4fea261df25a7ef9c13a Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 1 Aug 2019 22:26:21 +0000 Subject: [PATCH 0340/2185] podman-2:1.4.5-0.68.dev.git1bbcb2f - autobuilt 1bbcb2f Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7b28ed0..91de234 100644 --- a/.gitignore +++ b/.gitignore @@ -337,3 +337,4 @@ /libpod-6f62dac.tar.gz /libpod-afb493a.tar.gz /libpod-e1a099e.tar.gz +/libpod-1bbcb2f.tar.gz diff --git a/podman.spec b/podman.spec index 59abbcc..11b7bc7 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e1a099ed448312eb573c680561496f084aa71814 +%global commit0 1bbcb2fc56c1655269930c83628ef5f5802f1887 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.67.dev.git%{shortcommit0}%{?dist} +Release: 0.68.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.68.dev.git1bbcb2f +- autobuilt 1bbcb2f + * Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.67.dev.gite1a099e - autobuilt e1a099e diff --git a/sources b/sources index 473a532..e06b0ba 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-e1a099e.tar.gz) = 83136567cc3b8471e10f058c397e59190d837d88fb5eabe449bfe327de87982b285d3aa9d5530da0af801d1370f6310e42e8765ff6f9feb027bc1f798126af61 +SHA512 (libpod-1bbcb2f.tar.gz) = ecf87aed52631a2249dfe2952d77c506dec95cb3b5ffb38becebec046509b857752f4f7e97116a21dca05d0b9b2453be130b0c7af82ba51f1745ec725f310dc6 From 59c0415309862cec41efece1d7c4545f61184d03 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 2 Aug 2019 00:26:00 +0000 Subject: [PATCH 0341/2185] podman-2:1.4.5-0.69.dev.gite48dc50 - autobuilt e48dc50 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 91de234..165ef66 100644 --- a/.gitignore +++ b/.gitignore @@ -338,3 +338,4 @@ /libpod-afb493a.tar.gz /libpod-e1a099e.tar.gz /libpod-1bbcb2f.tar.gz +/libpod-e48dc50.tar.gz diff --git a/podman.spec b/podman.spec index 11b7bc7..7313800 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1bbcb2fc56c1655269930c83628ef5f5802f1887 +%global commit0 e48dc506d18335b36d1ffbbc8df1890ee3b99e2c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.68.dev.git%{shortcommit0}%{?dist} +Release: 0.69.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.69.dev.gite48dc50 +- autobuilt e48dc50 + * Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.68.dev.git1bbcb2f - autobuilt 1bbcb2f diff --git a/sources b/sources index e06b0ba..c54e2e9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-1bbcb2f.tar.gz) = ecf87aed52631a2249dfe2952d77c506dec95cb3b5ffb38becebec046509b857752f4f7e97116a21dca05d0b9b2453be130b0c7af82ba51f1745ec725f310dc6 +SHA512 (libpod-e48dc50.tar.gz) = 48741c67f884ca161729746985e3ac4fdc42c190fb6597d7660b5cd8d60671cc240c495868f7c4b01585d680e42b63d461ac998dc1cbe18b489dca91f3fa2c63 From 6bdad99cd455f0a16d4eeae5fbceabbb6a3cd234 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 2 Aug 2019 03:25:24 +0000 Subject: [PATCH 0342/2185] podman-2:1.4.5-0.70.dev.gite3240da - autobuilt e3240da Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 165ef66..24f492f 100644 --- a/.gitignore +++ b/.gitignore @@ -339,3 +339,4 @@ /libpod-e1a099e.tar.gz /libpod-1bbcb2f.tar.gz /libpod-e48dc50.tar.gz +/libpod-e3240da.tar.gz diff --git a/podman.spec b/podman.spec index 7313800..2e69cf0 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e48dc506d18335b36d1ffbbc8df1890ee3b99e2c +%global commit0 e3240daa471dee1bbc118e6b3871c4a73890d0e0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.69.dev.git%{shortcommit0}%{?dist} +Release: 0.70.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.70.dev.gite3240da +- autobuilt e3240da + * Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.69.dev.gite48dc50 - autobuilt e48dc50 diff --git a/sources b/sources index c54e2e9..5064be8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-e48dc50.tar.gz) = 48741c67f884ca161729746985e3ac4fdc42c190fb6597d7660b5cd8d60671cc240c495868f7c4b01585d680e42b63d461ac998dc1cbe18b489dca91f3fa2c63 +SHA512 (libpod-e3240da.tar.gz) = 936f5885aa63e766399e9d0be62b9bb86e450d06a1ac8b84fd6d643ac1926b1258b0ec0d5724eb8286ea327dae03c056169fedd95ef4c82781611b5bb2e23fea From 2afdae162031d377f28b9d7fa60f4ad58131a1b3 Mon Sep 17 00:00:00 2001 From: Bruno Goncalves Date: Fri, 2 Aug 2019 08:43:40 +0200 Subject: [PATCH 0343/2185] run tests with timeout parameter timeout parameter is supported by the test role: https://pagure.io/standard-test-roles/blob/master/f/roles/standard-test-basic --- tests/test_podman.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_podman.yml b/tests/test_podman.yml index 0e00f56..c73bf48 100644 --- a/tests/test_podman.yml +++ b/tests/test_podman.yml @@ -13,8 +13,10 @@ - root-test: dir: ./ run: ./test_podman.sh + timeout: 15m - rootless-test: # running the test with su doesn't create the directory for fedora user on /run/user/ # so create it manually dir: ./ run: mkdir /run/user/$(id -u fedora); su -c ${PWD}/test_podman.sh - fedora + timeout: 15m From 0da4335dfc87db9b3c8ca096b55ac4027461aa2b Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 2 Aug 2019 08:28:19 +0000 Subject: [PATCH 0344/2185] podman-2:1.4.5-0.71.dev.git2cc5913 - autobuilt 2cc5913 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 24f492f..72e5734 100644 --- a/.gitignore +++ b/.gitignore @@ -340,3 +340,4 @@ /libpod-1bbcb2f.tar.gz /libpod-e48dc50.tar.gz /libpod-e3240da.tar.gz +/libpod-2cc5913.tar.gz diff --git a/podman.spec b/podman.spec index 2e69cf0..60802c3 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e3240daa471dee1bbc118e6b3871c4a73890d0e0 +%global commit0 2cc5913bed1fb16690eb27c6e636867a5946070e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.70.dev.git%{shortcommit0}%{?dist} +Release: 0.71.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.71.dev.git2cc5913 +- autobuilt 2cc5913 + * Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.70.dev.gite3240da - autobuilt e3240da diff --git a/sources b/sources index 5064be8..ae844dc 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-e3240da.tar.gz) = 936f5885aa63e766399e9d0be62b9bb86e450d06a1ac8b84fd6d643ac1926b1258b0ec0d5724eb8286ea327dae03c056169fedd95ef4c82781611b5bb2e23fea +SHA512 (libpod-2cc5913.tar.gz) = 882fcdc77db1fe61b45f8b8a82bc02e167116d0f1cc4f53374d7b46c7b81c78d985862ec2d581850a313628805509b7c55e7532389c1be2d8b55b167db086175 From 2754eb6d4dd6b73ed0843fb34fcb159453b6b965 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 2 Aug 2019 09:26:59 +0000 Subject: [PATCH 0345/2185] podman-2:1.4.5-0.72.dev.git5370c53 - autobuilt 5370c53 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 72e5734..13c12bc 100644 --- a/.gitignore +++ b/.gitignore @@ -341,3 +341,4 @@ /libpod-e48dc50.tar.gz /libpod-e3240da.tar.gz /libpod-2cc5913.tar.gz +/libpod-5370c53.tar.gz diff --git a/podman.spec b/podman.spec index 60802c3..482ae89 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2cc5913bed1fb16690eb27c6e636867a5946070e +%global commit0 5370c53c9c22627385e9bc765dbd1fcfedc09694 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.71.dev.git%{shortcommit0}%{?dist} +Release: 0.72.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.72.dev.git5370c53 +- autobuilt 5370c53 + * Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.71.dev.git2cc5913 - autobuilt 2cc5913 diff --git a/sources b/sources index ae844dc..da9c892 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-2cc5913.tar.gz) = 882fcdc77db1fe61b45f8b8a82bc02e167116d0f1cc4f53374d7b46c7b81c78d985862ec2d581850a313628805509b7c55e7532389c1be2d8b55b167db086175 +SHA512 (libpod-5370c53.tar.gz) = da7facdf5fa434657a636f675fd074db4ac0ff742b46a734f260ae7a5319d2e6f9ab4b177ccdbb1f979756abd2fa884d5375086a04cc9d4a674cf57d097c7af7 From 092f4f0f2e94cdc5eab5186448e9ba605c2b8136 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 2 Aug 2019 14:31:44 +0000 Subject: [PATCH 0346/2185] podman-2:1.4.5-0.73.dev.git3cc9ab8 - autobuilt 3cc9ab8 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 13c12bc..2e1b40b 100644 --- a/.gitignore +++ b/.gitignore @@ -342,3 +342,4 @@ /libpod-e3240da.tar.gz /libpod-2cc5913.tar.gz /libpod-5370c53.tar.gz +/libpod-3cc9ab8.tar.gz diff --git a/podman.spec b/podman.spec index 482ae89..a57e8a7 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 5370c53c9c22627385e9bc765dbd1fcfedc09694 +%global commit0 3cc9ab8992833ddf952df479ffb239c61845fa2e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.72.dev.git%{shortcommit0}%{?dist} +Release: 0.73.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.73.dev.git3cc9ab8 +- autobuilt 3cc9ab8 + * Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.72.dev.git5370c53 - autobuilt 5370c53 diff --git a/sources b/sources index da9c892..2476ce0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-5370c53.tar.gz) = da7facdf5fa434657a636f675fd074db4ac0ff742b46a734f260ae7a5319d2e6f9ab4b177ccdbb1f979756abd2fa884d5375086a04cc9d4a674cf57d097c7af7 +SHA512 (libpod-3cc9ab8.tar.gz) = 3cd8ef2c1a0483c6280112ea316732bcc4eab768c69f9842f1c2fd087860d98ab18009dbe617035c07c35806331886572643249acd9b751b438ee6d8693f95b0 From 9583d510933cc92ef24a40d9484f453c04ef5eb2 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 2 Aug 2019 23:25:13 +0000 Subject: [PATCH 0347/2185] podman-2:1.4.5-0.74.dev.git140e08e - autobuilt 140e08e Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2e1b40b..2ee595b 100644 --- a/.gitignore +++ b/.gitignore @@ -343,3 +343,4 @@ /libpod-2cc5913.tar.gz /libpod-5370c53.tar.gz /libpod-3cc9ab8.tar.gz +/libpod-140e08e.tar.gz diff --git a/podman.spec b/podman.spec index a57e8a7..c87bd99 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3cc9ab8992833ddf952df479ffb239c61845fa2e +%global commit0 140e08ef64591ecbce11ba8fff94afa8e5e65eeb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.73.dev.git%{shortcommit0}%{?dist} +Release: 0.74.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.74.dev.git140e08e +- autobuilt 140e08e + * Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.73.dev.git3cc9ab8 - autobuilt 3cc9ab8 diff --git a/sources b/sources index 2476ce0..8ce3a37 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-3cc9ab8.tar.gz) = 3cd8ef2c1a0483c6280112ea316732bcc4eab768c69f9842f1c2fd087860d98ab18009dbe617035c07c35806331886572643249acd9b751b438ee6d8693f95b0 +SHA512 (libpod-140e08e.tar.gz) = 9bc490a5b2b0c6fbd59010cabce107387a2080149624d9c321c2987b8d434682d0a82dd67a4663ecfa0c052c1509cc408ccd2a46989f774e1675439f6d75b5c1 From 7ab9ff69eceace99896c481287349cda79e07613 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 4 Aug 2019 14:32:58 +0000 Subject: [PATCH 0348/2185] podman-2:1.4.5-0.75.dev.gitd9ea4db - autobuilt d9ea4db Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2ee595b..070e580 100644 --- a/.gitignore +++ b/.gitignore @@ -344,3 +344,4 @@ /libpod-5370c53.tar.gz /libpod-3cc9ab8.tar.gz /libpod-140e08e.tar.gz +/libpod-d9ea4db.tar.gz diff --git a/podman.spec b/podman.spec index c87bd99..9ce47a8 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 140e08ef64591ecbce11ba8fff94afa8e5e65eeb +%global commit0 d9ea4db396e3a5ee49dc505ea8f0076c2aca515d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.74.dev.git%{shortcommit0}%{?dist} +Release: 0.75.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Sun Aug 04 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.75.dev.gitd9ea4db +- autobuilt d9ea4db + * Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.74.dev.git140e08e - autobuilt 140e08e diff --git a/sources b/sources index 8ce3a37..5e84113 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-140e08e.tar.gz) = 9bc490a5b2b0c6fbd59010cabce107387a2080149624d9c321c2987b8d434682d0a82dd67a4663ecfa0c052c1509cc408ccd2a46989f774e1675439f6d75b5c1 +SHA512 (libpod-d9ea4db.tar.gz) = 5904abef539976f4225da68e0b1598d7a757b31f16300850baec7f858cabac30722dddc3973413a52cc15ea05e9635c359467ed04df6f6bbb58b216f27a6e9b1 From b8328773609a32d6dc14f9ef8b8156f6d520e39b Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 4 Aug 2019 22:32:15 +0000 Subject: [PATCH 0349/2185] podman-2:1.4.5-0.76.dev.git389a7b7 - autobuilt 389a7b7 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 070e580..c9519f8 100644 --- a/.gitignore +++ b/.gitignore @@ -345,3 +345,4 @@ /libpod-3cc9ab8.tar.gz /libpod-140e08e.tar.gz /libpod-d9ea4db.tar.gz +/libpod-389a7b7.tar.gz diff --git a/podman.spec b/podman.spec index 9ce47a8..e98193f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d9ea4db396e3a5ee49dc505ea8f0076c2aca515d +%global commit0 389a7b79c295fc0477c22c571aef06934bf72219 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.75.dev.git%{shortcommit0}%{?dist} +Release: 0.76.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Sun Aug 04 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.76.dev.git389a7b7 +- autobuilt 389a7b7 + * Sun Aug 04 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.75.dev.gitd9ea4db - autobuilt d9ea4db diff --git a/sources b/sources index 5e84113..87a9499 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-d9ea4db.tar.gz) = 5904abef539976f4225da68e0b1598d7a757b31f16300850baec7f858cabac30722dddc3973413a52cc15ea05e9635c359467ed04df6f6bbb58b216f27a6e9b1 +SHA512 (libpod-389a7b7.tar.gz) = 1d93184d05b9182ed771063de45fa6402bc835e0bfaf728d7218aac242d7a3bb0dcf1f92ef6b3f4cfa993cb2053118075e6be80ce9344e2ed1d630eea01c7d36 From f2e3ceb3235697f3f029572d909d724672bd1981 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 5 Aug 2019 08:35:53 +0000 Subject: [PATCH 0350/2185] podman-2:1.4.5-0.77.dev.gitb609de2 - autobuilt b609de2 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c9519f8..e06f9b1 100644 --- a/.gitignore +++ b/.gitignore @@ -346,3 +346,4 @@ /libpod-140e08e.tar.gz /libpod-d9ea4db.tar.gz /libpod-389a7b7.tar.gz +/libpod-b609de2.tar.gz diff --git a/podman.spec b/podman.spec index e98193f..e47b02a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 389a7b79c295fc0477c22c571aef06934bf72219 +%global commit0 b609de2e3dc60df4179d41a54e359a8722dbd3ff %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.76.dev.git%{shortcommit0}%{?dist} +Release: 0.77.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.77.dev.gitb609de2 +- autobuilt b609de2 + * Sun Aug 04 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.76.dev.git389a7b7 - autobuilt 389a7b7 diff --git a/sources b/sources index 87a9499..09e885e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-389a7b7.tar.gz) = 1d93184d05b9182ed771063de45fa6402bc835e0bfaf728d7218aac242d7a3bb0dcf1f92ef6b3f4cfa993cb2053118075e6be80ce9344e2ed1d630eea01c7d36 +SHA512 (libpod-b609de2.tar.gz) = a04d55953d2ab0f985f05a82ab247c03230ebcaa537ff137a6ec1c562e4fce11394cd7411ff2e8a1876a1cf9b25da7dc09f8c9650ef06be9a2dc12df7de15a78 From 92ec19e2a5f835e7c1d41866f150e95e7fa5ac04 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 5 Aug 2019 12:32:59 +0000 Subject: [PATCH 0351/2185] podman-2:1.4.5-0.78.dev.gite2f38cd - autobuilt e2f38cd Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e06f9b1..e4a8ebc 100644 --- a/.gitignore +++ b/.gitignore @@ -347,3 +347,4 @@ /libpod-d9ea4db.tar.gz /libpod-389a7b7.tar.gz /libpod-b609de2.tar.gz +/libpod-e2f38cd.tar.gz diff --git a/podman.spec b/podman.spec index e47b02a..b7c1a47 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b609de2e3dc60df4179d41a54e359a8722dbd3ff +%global commit0 e2f38cdaa41ddc711cce40e00dab9c8457d2e830 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.77.dev.git%{shortcommit0}%{?dist} +Release: 0.78.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.78.dev.gite2f38cd +- autobuilt e2f38cd + * Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.77.dev.gitb609de2 - autobuilt b609de2 diff --git a/sources b/sources index 09e885e..00382bd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-b609de2.tar.gz) = a04d55953d2ab0f985f05a82ab247c03230ebcaa537ff137a6ec1c562e4fce11394cd7411ff2e8a1876a1cf9b25da7dc09f8c9650ef06be9a2dc12df7de15a78 +SHA512 (libpod-e2f38cd.tar.gz) = 5c2ee8977341827fa1e84cf629a889943b42f8fee1b2f8c03c151ec5649052d900759dd260fc6813887d999f8e17491e52f3df5b2f4fbed156b57e79237c2cc1 From eed522fa67da6457082aa27494a03255d2ea5671 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 5 Aug 2019 13:38:07 +0000 Subject: [PATCH 0352/2185] podman-2:1.4.5-0.79.dev.git626dfdb - autobuilt 626dfdb Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e4a8ebc..9a431b8 100644 --- a/.gitignore +++ b/.gitignore @@ -348,3 +348,4 @@ /libpod-389a7b7.tar.gz /libpod-b609de2.tar.gz /libpod-e2f38cd.tar.gz +/libpod-626dfdb.tar.gz diff --git a/podman.spec b/podman.spec index b7c1a47..4cd1b7b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e2f38cdaa41ddc711cce40e00dab9c8457d2e830 +%global commit0 626dfdb6131a5f37c2f7cc93dbb98f33d495aca4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.78.dev.git%{shortcommit0}%{?dist} +Release: 0.79.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.79.dev.git626dfdb +- autobuilt 626dfdb + * Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.78.dev.gite2f38cd - autobuilt e2f38cd diff --git a/sources b/sources index 00382bd..6f34bb2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-e2f38cd.tar.gz) = 5c2ee8977341827fa1e84cf629a889943b42f8fee1b2f8c03c151ec5649052d900759dd260fc6813887d999f8e17491e52f3df5b2f4fbed156b57e79237c2cc1 +SHA512 (libpod-626dfdb.tar.gz) = 3851b1f40028d2979b8a7a6a49ba2599f6c8580c19826d82d9b1d3df4972d4e2abaabff0ee784698afd4a835b2d8a16676b4896173b05b733eb2ad06508ff836 From 23569e3734292a9bd3f0f80a7b7084be425502fe Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 5 Aug 2019 14:40:09 +0000 Subject: [PATCH 0353/2185] podman-2:1.4.5-0.80.dev.git337358a - autobuilt 337358a Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9a431b8..0fc1918 100644 --- a/.gitignore +++ b/.gitignore @@ -349,3 +349,4 @@ /libpod-b609de2.tar.gz /libpod-e2f38cd.tar.gz /libpod-626dfdb.tar.gz +/libpod-337358a.tar.gz diff --git a/podman.spec b/podman.spec index 4cd1b7b..94668e7 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 626dfdb6131a5f37c2f7cc93dbb98f33d495aca4 +%global commit0 337358ae63f5b6c5f73ee399918aa4b7c8059f85 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.79.dev.git%{shortcommit0}%{?dist} +Release: 0.80.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.80.dev.git337358a +- autobuilt 337358a + * Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.79.dev.git626dfdb - autobuilt 626dfdb diff --git a/sources b/sources index 6f34bb2..6c95550 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-626dfdb.tar.gz) = 3851b1f40028d2979b8a7a6a49ba2599f6c8580c19826d82d9b1d3df4972d4e2abaabff0ee784698afd4a835b2d8a16676b4896173b05b733eb2ad06508ff836 +SHA512 (libpod-337358a.tar.gz) = 778238aebc9a2e16ae241508045d690f1d0350b4e5b7ca3ef7dadaf2f20f2710202e4bdf1c8310bd9e58cebeae93c7d82e96bdd986f1c4b0ed78f69cdcc54c60 From 8375287435fbd554410901ff9ba84ab5959a6aa6 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 5 Aug 2019 15:29:33 +0000 Subject: [PATCH 0354/2185] podman-2:1.4.5-0.81.dev.git3bffe77 - autobuilt 3bffe77 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0fc1918..85d3a46 100644 --- a/.gitignore +++ b/.gitignore @@ -350,3 +350,4 @@ /libpod-e2f38cd.tar.gz /libpod-626dfdb.tar.gz /libpod-337358a.tar.gz +/libpod-3bffe77.tar.gz diff --git a/podman.spec b/podman.spec index 94668e7..f841441 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 337358ae63f5b6c5f73ee399918aa4b7c8059f85 +%global commit0 3bffe77f824772b841080ea463324f5ae5c833d4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.80.dev.git%{shortcommit0}%{?dist} +Release: 0.81.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.81.dev.git3bffe77 +- autobuilt 3bffe77 + * Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.80.dev.git337358a - autobuilt 337358a diff --git a/sources b/sources index 6c95550..8ecabf7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-337358a.tar.gz) = 778238aebc9a2e16ae241508045d690f1d0350b4e5b7ca3ef7dadaf2f20f2710202e4bdf1c8310bd9e58cebeae93c7d82e96bdd986f1c4b0ed78f69cdcc54c60 +SHA512 (libpod-3bffe77.tar.gz) = 1d097fabcc95019f05135de787c5cb489fe43c4005094f60afa25d037cbde6eaeff5ad16e7d615c8fd742c0a7902ec30907c8f80e238d5e7bcfd78f86e7b24fa From 15dedd1c37aaec20555d012679a75247d074b5c8 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 6 Aug 2019 16:34:07 +0000 Subject: [PATCH 0355/2185] podman-2:1.4.5-0.82.dev.gitb5618d9 - autobuilt b5618d9 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 85d3a46..2c752ca 100644 --- a/.gitignore +++ b/.gitignore @@ -351,3 +351,4 @@ /libpod-626dfdb.tar.gz /libpod-337358a.tar.gz /libpod-3bffe77.tar.gz +/libpod-b5618d9.tar.gz diff --git a/podman.spec b/podman.spec index f841441..bc5ad1f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3bffe77f824772b841080ea463324f5ae5c833d4 +%global commit0 b5618d9e354a565fb8e472208c835a36373e4fbb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.81.dev.git%{shortcommit0}%{?dist} +Release: 0.82.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Tue Aug 06 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.82.dev.gitb5618d9 +- autobuilt b5618d9 + * Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.81.dev.git3bffe77 - autobuilt 3bffe77 diff --git a/sources b/sources index 8ecabf7..14ce747 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-3bffe77.tar.gz) = 1d097fabcc95019f05135de787c5cb489fe43c4005094f60afa25d037cbde6eaeff5ad16e7d615c8fd742c0a7902ec30907c8f80e238d5e7bcfd78f86e7b24fa +SHA512 (libpod-b5618d9.tar.gz) = 9960ddffa59e74bdf1a36379354acc21d569b2ee2ec1acfd7f2db466fcac4f7bda60fe231fad98a2167f0952a9500c5cc244868e989a8683a29927d26ab6df9b From 0a1ac615ada9c2ef54c1c4e0d9740b343214a910 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 6 Aug 2019 19:30:36 +0000 Subject: [PATCH 0356/2185] podman-2:1.4.5-0.83.dev.gitf0a5b7f - autobuilt f0a5b7f Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2c752ca..239dc06 100644 --- a/.gitignore +++ b/.gitignore @@ -352,3 +352,4 @@ /libpod-337358a.tar.gz /libpod-3bffe77.tar.gz /libpod-b5618d9.tar.gz +/libpod-f0a5b7f.tar.gz diff --git a/podman.spec b/podman.spec index bc5ad1f..2b762f8 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b5618d9e354a565fb8e472208c835a36373e4fbb +%global commit0 f0a5b7ff9944f3666c9d28e1a20f9688307fe93b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.82.dev.git%{shortcommit0}%{?dist} +Release: 0.83.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Tue Aug 06 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.83.dev.gitf0a5b7f +- autobuilt f0a5b7f + * Tue Aug 06 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.82.dev.gitb5618d9 - autobuilt b5618d9 diff --git a/sources b/sources index 14ce747..f422046 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-b5618d9.tar.gz) = 9960ddffa59e74bdf1a36379354acc21d569b2ee2ec1acfd7f2db466fcac4f7bda60fe231fad98a2167f0952a9500c5cc244868e989a8683a29927d26ab6df9b +SHA512 (libpod-f0a5b7f.tar.gz) = 668036872e66d13b4edf2fb0e8ab52703b140802c0948a9841e1383033c31c8762fd6788e78691fc5c6621f91b8f0104ded76aeb7ca02a0db5f4ebf4d0d2854f From dfa0e70ce312545462f8631e5e539388fe25e558 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 7 Aug 2019 03:27:57 +0000 Subject: [PATCH 0357/2185] podman-2:1.4.5-0.84.dev.git66ea32c - autobuilt 66ea32c Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 239dc06..8a68d1c 100644 --- a/.gitignore +++ b/.gitignore @@ -353,3 +353,4 @@ /libpod-3bffe77.tar.gz /libpod-b5618d9.tar.gz /libpod-f0a5b7f.tar.gz +/libpod-66ea32c.tar.gz diff --git a/podman.spec b/podman.spec index 2b762f8..64ee88c 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f0a5b7ff9944f3666c9d28e1a20f9688307fe93b +%global commit0 66ea32cbaf926d59fae3345b7e27a15050ab3afe %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.83.dev.git%{shortcommit0}%{?dist} +Release: 0.84.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Wed Aug 07 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.84.dev.git66ea32c +- autobuilt 66ea32c + * Tue Aug 06 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.83.dev.gitf0a5b7f - autobuilt f0a5b7f diff --git a/sources b/sources index f422046..487f00f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-f0a5b7f.tar.gz) = 668036872e66d13b4edf2fb0e8ab52703b140802c0948a9841e1383033c31c8762fd6788e78691fc5c6621f91b8f0104ded76aeb7ca02a0db5f4ebf4d0d2854f +SHA512 (libpod-66ea32c.tar.gz) = 924c5f616e6921e87da01bb6873b485886bc8cea109149ad82f9b4b3de26559a062977332e4fe7922fe8b8cd1d2d88f3addfdc1a0b1b33ffe5efd083fb313533 From f62b6eac39d0f4517f511a6e82b738027722222a Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 7 Aug 2019 22:26:01 +0000 Subject: [PATCH 0358/2185] podman-2:1.4.5-0.85.dev.git35ecf49 - autobuilt 35ecf49 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8a68d1c..816d9b1 100644 --- a/.gitignore +++ b/.gitignore @@ -354,3 +354,4 @@ /libpod-b5618d9.tar.gz /libpod-f0a5b7f.tar.gz /libpod-66ea32c.tar.gz +/libpod-35ecf49.tar.gz diff --git a/podman.spec b/podman.spec index 64ee88c..b693411 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 66ea32cbaf926d59fae3345b7e27a15050ab3afe +%global commit0 35ecf498dc1fb20a56af615d9324d1707cc56fb9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.84.dev.git%{shortcommit0}%{?dist} +Release: 0.85.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -595,6 +595,9 @@ exit 0 %endif %changelog +* Wed Aug 07 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.85.dev.git35ecf49 +- autobuilt 35ecf49 + * Wed Aug 07 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.84.dev.git66ea32c - autobuilt 66ea32c diff --git a/sources b/sources index 487f00f..5910ab4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-66ea32c.tar.gz) = 924c5f616e6921e87da01bb6873b485886bc8cea109149ad82f9b4b3de26559a062977332e4fe7922fe8b8cd1d2d88f3addfdc1a0b1b33ffe5efd083fb313533 +SHA512 (libpod-35ecf49.tar.gz) = 433fe8bdb12c973ac8914f9b83e6571bab05d334fefe9a57341487f6c3c5c7e58d0d01b686c3293ee0b73764e5100e4373ab5d44d158d178f4695c4374e5ca1b From 1828a6945c55185fe169f436b17711fc73e8d33e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 8 Aug 2019 04:15:01 +0530 Subject: [PATCH 0359/2185] avoid `make` in `make install` RE: upstream pr 3757 https://github.com/containers/libpod/pull/3757 Signed-off-by: Lokesh Mandvekar --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index b693411..a898aa7 100644 --- a/podman.spec +++ b/podman.spec @@ -421,9 +421,13 @@ Man pages for the %{name} commands %autosetup -Sgit -n %{repo}-%{commit0} rm -rf docs/containers-mounts.conf.5.md -# untar cri-o +# untar conmon tar zxf %{SOURCE1} +sed -i 's/install.remote: podman-remote/install.remote:/' Makefile +sed -i 's/install.bin: podman/install.bin:/' Makefile +sed -i 's/install.man: docs/install.man:/' Makefile + %build mkdir _build pushd _build From 738f8281003236a0c3c367dbc1198b10fdcc8a71 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 8 Aug 2019 04:15:01 +0530 Subject: [PATCH 0360/2185] avoid `make` in `make install` RE: upstream pr 3757 https://github.com/containers/libpod/pull/3757 Signed-off-by: Lokesh Mandvekar --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index f5ef091..366cc92 100644 --- a/podman.spec +++ b/podman.spec @@ -399,9 +399,13 @@ This package contains system tests for %{name} %prep %autosetup -Sgit -n %{repo}-%{commit0} -# untar cri-o +# untar conmon tar zxf %{SOURCE1} +sed -i 's/install.remote: podman-remote/install.remote:/' Makefile +sed -i 's/install.bin: podman/install.bin:/' Makefile +sed -i 's/install.man: docs/install.man:/' Makefile + %build mkdir _build pushd _build From 12fab34451a1cebd374ee135ea3d6c25543559aa Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 8 Aug 2019 01:27:00 +0000 Subject: [PATCH 0361/2185] podman-2:1.4.5-0.86.dev.git41de7b1 - autobuilt 41de7b1 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 816d9b1..841c21b 100644 --- a/.gitignore +++ b/.gitignore @@ -355,3 +355,4 @@ /libpod-f0a5b7f.tar.gz /libpod-66ea32c.tar.gz /libpod-35ecf49.tar.gz +/libpod-41de7b1.tar.gz diff --git a/podman.spec b/podman.spec index a898aa7..295687d 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 35ecf498dc1fb20a56af615d9324d1707cc56fb9 +%global commit0 41de7b14e0c69be15a7f19c69d5bfb374be62466 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.85.dev.git%{shortcommit0}%{?dist} +Release: 0.86.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -599,6 +599,9 @@ exit 0 %endif %changelog +* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.86.dev.git41de7b1 +- autobuilt 41de7b1 + * Wed Aug 07 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.85.dev.git35ecf49 - autobuilt 35ecf49 diff --git a/sources b/sources index 5910ab4..27c9ec5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-35ecf49.tar.gz) = 433fe8bdb12c973ac8914f9b83e6571bab05d334fefe9a57341487f6c3c5c7e58d0d01b686c3293ee0b73764e5100e4373ab5d44d158d178f4695c4374e5ca1b +SHA512 (libpod-41de7b1.tar.gz) = 3461f0dd2bbf89887f3e856ac5c825a89562eaf73a59b0a692a32f76d482fe250a33e6290194dedf237386ad715c85b11d415e83de5e81d6a10c5343fac66caf From c1b5c6c4d61818c2b98d489bcf87f7f774c551e0 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 8 Aug 2019 11:36:11 +0000 Subject: [PATCH 0362/2185] podman-2:1.4.5-0.87.dev.git31bfb12 - autobuilt 31bfb12 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 841c21b..6108054 100644 --- a/.gitignore +++ b/.gitignore @@ -356,3 +356,4 @@ /libpod-66ea32c.tar.gz /libpod-35ecf49.tar.gz /libpod-41de7b1.tar.gz +/libpod-31bfb12.tar.gz diff --git a/podman.spec b/podman.spec index 295687d..b24af90 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 41de7b14e0c69be15a7f19c69d5bfb374be62466 +%global commit0 31bfb12aec6123bd97e84b2067096b09676ca6ac %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.86.dev.git%{shortcommit0}%{?dist} +Release: 0.87.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -599,6 +599,9 @@ exit 0 %endif %changelog +* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.87.dev.git31bfb12 +- autobuilt 31bfb12 + * Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.86.dev.git41de7b1 - autobuilt 41de7b1 diff --git a/sources b/sources index 27c9ec5..939ef87 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-41de7b1.tar.gz) = 3461f0dd2bbf89887f3e856ac5c825a89562eaf73a59b0a692a32f76d482fe250a33e6290194dedf237386ad715c85b11d415e83de5e81d6a10c5343fac66caf +SHA512 (libpod-31bfb12.tar.gz) = 23aff6be163869dfeabe1da204798f2772082bbaeb8c4403eee5b428173c80ea724732032b6e6abcb120b8b9bacb143ccb2ece88cada8c119a8ace0368bebacf From 5a100fbf886d7d1c10d08b118ad10c3c092273a5 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 8 Aug 2019 12:46:41 +0000 Subject: [PATCH 0363/2185] podman-2:1.4.5-0.88.dev.git5701fe6 - autobuilt 5701fe6 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6108054..11f5a06 100644 --- a/.gitignore +++ b/.gitignore @@ -357,3 +357,4 @@ /libpod-35ecf49.tar.gz /libpod-41de7b1.tar.gz /libpod-31bfb12.tar.gz +/libpod-5701fe6.tar.gz diff --git a/podman.spec b/podman.spec index b24af90..6a27c75 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 31bfb12aec6123bd97e84b2067096b09676ca6ac +%global commit0 5701fe6689b93e238b8aa6ce6082c2cddc424b9a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.87.dev.git%{shortcommit0}%{?dist} +Release: 0.88.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -599,6 +599,9 @@ exit 0 %endif %changelog +* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.88.dev.git5701fe6 +- autobuilt 5701fe6 + * Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.87.dev.git31bfb12 - autobuilt 31bfb12 diff --git a/sources b/sources index 939ef87..3f59672 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-31bfb12.tar.gz) = 23aff6be163869dfeabe1da204798f2772082bbaeb8c4403eee5b428173c80ea724732032b6e6abcb120b8b9bacb143ccb2ece88cada8c119a8ace0368bebacf +SHA512 (libpod-5701fe6.tar.gz) = e904c28da257d0f3f84e1f4b6291f0fe0c75270dec5a44dc74bb708c92233b3a5b8dc92f20a4614b1f580d719a7f58371f6fbb014f208d96ddcba0edb28bbcec From e0ae24575993799cc0a3da406b9d3e063d230f97 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 8 Aug 2019 14:11:24 +0000 Subject: [PATCH 0364/2185] podman-2:1.4.5-0.89.dev.git3959a35 - autobuilt 3959a35 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 11f5a06..2a70633 100644 --- a/.gitignore +++ b/.gitignore @@ -358,3 +358,4 @@ /libpod-41de7b1.tar.gz /libpod-31bfb12.tar.gz /libpod-5701fe6.tar.gz +/libpod-3959a35.tar.gz diff --git a/podman.spec b/podman.spec index 6a27c75..6e7b544 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 5701fe6689b93e238b8aa6ce6082c2cddc424b9a +%global commit0 3959a357f7cefc9e3494042781fe0978e621cccc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.88.dev.git%{shortcommit0}%{?dist} +Release: 0.89.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -599,6 +599,9 @@ exit 0 %endif %changelog +* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.89.dev.git3959a35 +- autobuilt 3959a35 + * Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.88.dev.git5701fe6 - autobuilt 5701fe6 diff --git a/sources b/sources index 3f59672..fe9906d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-5701fe6.tar.gz) = e904c28da257d0f3f84e1f4b6291f0fe0c75270dec5a44dc74bb708c92233b3a5b8dc92f20a4614b1f580d719a7f58371f6fbb014f208d96ddcba0edb28bbcec +SHA512 (libpod-3959a35.tar.gz) = 5e2724ac9804bad3b6b9ba9603c1dda392098a42fcc0be923325d21be958bab61f48452beb91f870ecc8bcceddf291943bf153959999ca62f314d5e897870ec6 From 5d9fa5eee30929766e77ac61a90aa889b4cbc414 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 8 Aug 2019 19:26:21 +0000 Subject: [PATCH 0365/2185] podman-2:1.4.5-0.90.dev.git09cedd1 - autobuilt 09cedd1 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2a70633..a19bbc7 100644 --- a/.gitignore +++ b/.gitignore @@ -359,3 +359,4 @@ /libpod-31bfb12.tar.gz /libpod-5701fe6.tar.gz /libpod-3959a35.tar.gz +/libpod-09cedd1.tar.gz diff --git a/podman.spec b/podman.spec index 6e7b544..a1e43ae 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3959a357f7cefc9e3494042781fe0978e621cccc +%global commit0 09cedd152d5c5827520635b10498d15225999e19 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.89.dev.git%{shortcommit0}%{?dist} +Release: 0.90.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -599,6 +599,9 @@ exit 0 %endif %changelog +* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.90.dev.git09cedd1 +- autobuilt 09cedd1 + * Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.89.dev.git3959a35 - autobuilt 3959a35 diff --git a/sources b/sources index fe9906d..582a439 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-3959a35.tar.gz) = 5e2724ac9804bad3b6b9ba9603c1dda392098a42fcc0be923325d21be958bab61f48452beb91f870ecc8bcceddf291943bf153959999ca62f314d5e897870ec6 +SHA512 (libpod-09cedd1.tar.gz) = c231f3b071c864f98f7e307f371930c593d337a5ce7aa5b27b5bb01a431aac0b6d560a060354d52e489c4d70329dae5b23397c29df581712bb5a1bdd148184cf From f5e4d75034cfed9311c9b9a3cc4e0f7ba3efc54a Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 8 Aug 2019 21:26:38 +0000 Subject: [PATCH 0366/2185] podman-2:1.4.5-0.91.dev.git202eade - autobuilt 202eade Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a19bbc7..0e75463 100644 --- a/.gitignore +++ b/.gitignore @@ -360,3 +360,4 @@ /libpod-5701fe6.tar.gz /libpod-3959a35.tar.gz /libpod-09cedd1.tar.gz +/libpod-202eade.tar.gz diff --git a/podman.spec b/podman.spec index a1e43ae..3eff94d 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 09cedd152d5c5827520635b10498d15225999e19 +%global commit0 202eadef2cd46f3a74075a6cfe4e4064d0e14a63 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.90.dev.git%{shortcommit0}%{?dist} +Release: 0.91.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -599,6 +599,9 @@ exit 0 %endif %changelog +* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.91.dev.git202eade +- autobuilt 202eade + * Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.90.dev.git09cedd1 - autobuilt 09cedd1 diff --git a/sources b/sources index 582a439..bd8a993 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-09cedd1.tar.gz) = c231f3b071c864f98f7e307f371930c593d337a5ce7aa5b27b5bb01a431aac0b6d560a060354d52e489c4d70329dae5b23397c29df581712bb5a1bdd148184cf +SHA512 (libpod-202eade.tar.gz) = 0efbfbfda21fe846cfe6414d696c77852f3ab09c5059fde55b709145f2b9ad76881a52c888d58c4639a1840d273a52b2403bccdc42f3087ead2efa50aeda46a9 From 4def38c9898cd3256a1622d854e09655787c82c5 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 8 Aug 2019 23:26:39 +0000 Subject: [PATCH 0367/2185] podman-2:1.4.5-0.92.dev.git4349f42 - autobuilt 4349f42 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0e75463..2e73ec8 100644 --- a/.gitignore +++ b/.gitignore @@ -361,3 +361,4 @@ /libpod-3959a35.tar.gz /libpod-09cedd1.tar.gz /libpod-202eade.tar.gz +/libpod-4349f42.tar.gz diff --git a/podman.spec b/podman.spec index 3eff94d..6761838 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 202eadef2cd46f3a74075a6cfe4e4064d0e14a63 +%global commit0 4349f42d66d91fa48cde6aa6ed499eaa41d3e2b5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.91.dev.git%{shortcommit0}%{?dist} +Release: 0.92.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -599,6 +599,9 @@ exit 0 %endif %changelog +* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.92.dev.git4349f42 +- autobuilt 4349f42 + * Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.91.dev.git202eade - autobuilt 202eade diff --git a/sources b/sources index bd8a993..aba35ea 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-202eade.tar.gz) = 0efbfbfda21fe846cfe6414d696c77852f3ab09c5059fde55b709145f2b9ad76881a52c888d58c4639a1840d273a52b2403bccdc42f3087ead2efa50aeda46a9 +SHA512 (libpod-4349f42.tar.gz) = ce81da893cc5c5cf8e226b7ecbcc53254e1371faba467dc3586a380dbcad9fd5fb5bfd3245ec81369eb97e49afd8832991e49737aece7b4879ad5a5191316497 From e7f42215b8b7388e024ab59c3b39289c980401c9 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 9 Aug 2019 02:26:35 +0000 Subject: [PATCH 0368/2185] podman-2:1.4.5-0.93.dev.git76840f2 - autobuilt 76840f2 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2e73ec8..a37e85d 100644 --- a/.gitignore +++ b/.gitignore @@ -362,3 +362,4 @@ /libpod-09cedd1.tar.gz /libpod-202eade.tar.gz /libpod-4349f42.tar.gz +/libpod-76840f2.tar.gz diff --git a/podman.spec b/podman.spec index 6761838..d5f35db 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 4349f42d66d91fa48cde6aa6ed499eaa41d3e2b5 +%global commit0 76840f2d991ce691a6945d65ef7ae52d93d211e5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.92.dev.git%{shortcommit0}%{?dist} +Release: 0.93.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -599,6 +599,9 @@ exit 0 %endif %changelog +* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.93.dev.git76840f2 +- autobuilt 76840f2 + * Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.92.dev.git4349f42 - autobuilt 4349f42 diff --git a/sources b/sources index aba35ea..f4d1134 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-4349f42.tar.gz) = ce81da893cc5c5cf8e226b7ecbcc53254e1371faba467dc3586a380dbcad9fd5fb5bfd3245ec81369eb97e49afd8832991e49737aece7b4879ad5a5191316497 +SHA512 (libpod-76840f2.tar.gz) = 29147d5fcf8c3ccba039f7c88e9cd1e098627a6d43cecc17dead8faeac5de101688b1d7e09468aeefcb7d93cad7a575449f7b2f750763b59d7ecb4ca831b17ee From 8b1dcc3b9ecffc18975f330328335955f2f52113 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 9 Aug 2019 14:29:58 +0000 Subject: [PATCH 0369/2185] podman-2:1.4.5-0.94.dev.git2a19036 - autobuilt 2a19036 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a37e85d..155291a 100644 --- a/.gitignore +++ b/.gitignore @@ -363,3 +363,4 @@ /libpod-202eade.tar.gz /libpod-4349f42.tar.gz /libpod-76840f2.tar.gz +/libpod-2a19036.tar.gz diff --git a/podman.spec b/podman.spec index d5f35db..cea4e1a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 76840f2d991ce691a6945d65ef7ae52d93d211e5 +%global commit0 2a190365f2db8c167c56fe5d8f1e267f0cc10dae %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.93.dev.git%{shortcommit0}%{?dist} +Release: 0.94.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -599,6 +599,9 @@ exit 0 %endif %changelog +* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.94.dev.git2a19036 +- autobuilt 2a19036 + * Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.93.dev.git76840f2 - autobuilt 76840f2 diff --git a/sources b/sources index f4d1134..6f8a384 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-76840f2.tar.gz) = 29147d5fcf8c3ccba039f7c88e9cd1e098627a6d43cecc17dead8faeac5de101688b1d7e09468aeefcb7d93cad7a575449f7b2f750763b59d7ecb4ca831b17ee +SHA512 (libpod-2a19036.tar.gz) = 37a0021b89b8a3a04f0daebe71190d9f93aca5368d815c475def0541f63cf180adaf965153836b2ea2a285d2a8024584498d3dc14060a25c4f07f5e0d00c86c1 From 123279f43834f28b835083fcb5fc7bfeca5104b7 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 9 Aug 2019 20:27:10 +0530 Subject: [PATCH 0370/2185] use conmon v2.0.0 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 2 +- sources | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 155291a..578266b 100644 --- a/.gitignore +++ b/.gitignore @@ -364,3 +364,4 @@ /libpod-4349f42.tar.gz /libpod-76840f2.tar.gz /libpod-2a19036.tar.gz +/conmon-e217fdf.tar.gz diff --git a/podman.spec b/podman.spec index cea4e1a..9e99a27 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global import_path_conmon github.com/containers/conmon %global git_conmon https://%{import_path_conmon} -%global commit_conmon 1de71ad51b9f390451eb37029ae913b0a86f1a5b +%global commit_conmon e217fdff82e0b1a6184a28c43043a4065083407f %global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) # Used for comparing with latest upstream tag diff --git a/sources b/sources index 6f8a384..9a0d219 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-2a19036.tar.gz) = 37a0021b89b8a3a04f0daebe71190d9f93aca5368d815c475def0541f63cf180adaf965153836b2ea2a285d2a8024584498d3dc14060a25c4f07f5e0d00c86c1 +SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 From 96d5708fc5eb51c13459f4bab2d1749527cc6668 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 9 Aug 2019 20:29:02 +0530 Subject: [PATCH 0371/2185] use conmon v2.0.0 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 2 +- sources | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cde4b04..52c12fa 100644 --- a/.gitignore +++ b/.gitignore @@ -249,3 +249,4 @@ /libpod-2371158.tar.gz /libpod-b3f10c8.tar.gz /conmon-1de71ad.tar.gz +/conmon-e217fdf.tar.gz diff --git a/podman.spec b/podman.spec index 366cc92..3efe645 100644 --- a/podman.spec +++ b/podman.spec @@ -28,7 +28,7 @@ %global import_path_conmon github.com/containers/conmon %global git_conmon https://%{import_path_conmon} -%global commit_conmon 1de71ad51b9f390451eb37029ae913b0a86f1a5b +%global commit_conmon e217fdff82e0b1a6184a28c43043a4065083407f %global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) # Used for comparing with latest upstream tag diff --git a/sources b/sources index 5b00597..9a0d219 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (conmon-1de71ad.tar.gz) = 363e5ca2b92c2099f5f82297cf41c3ba9465f3ba0d6285a371a0c22f5dcacbc71e1d1dcfdddee35808c75d958cadd9e60dedd85f54d595450ee2441ef02cde45 -SHA512 (libpod-b3f10c8.tar.gz) = 534f77d34d2b80c3520dab88349e55a34273d0b1c91af38d0304eec5afa0232e824eb7dfe5d5fd8accc37f622e343df963bb58a08a887f9695c4549a5de805c9 +SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 From 5c45ca7c68bb006dd96ea0b9c7d0136fd46f44cf Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 9 Aug 2019 15:27:09 +0000 Subject: [PATCH 0372/2185] podman-2:1.4.5-0.95.dev.git00a20f7 - autobuilt 00a20f7 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 578266b..042731b 100644 --- a/.gitignore +++ b/.gitignore @@ -365,3 +365,4 @@ /libpod-76840f2.tar.gz /libpod-2a19036.tar.gz /conmon-e217fdf.tar.gz +/libpod-00a20f7.tar.gz diff --git a/podman.spec b/podman.spec index 9e99a27..d6e86be 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2a190365f2db8c167c56fe5d8f1e267f0cc10dae +%global commit0 00a20f78f07a1ce3e98c6182d0fd320c63314ae1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.94.dev.git%{shortcommit0}%{?dist} +Release: 0.95.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -599,6 +599,9 @@ exit 0 %endif %changelog +* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.95.dev.git00a20f7 +- autobuilt 00a20f7 + * Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.94.dev.git2a19036 - autobuilt 2a19036 diff --git a/sources b/sources index 9a0d219..d2cda78 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 +SHA512 (libpod-00a20f7.tar.gz) = 0bf7b4ac2d2b907be9457e371dc3012af0174b670b8e9e0829adb6262ee7eabeae5becf595ca86aae60b3350ba429151c283fa95a6da83a6bb55bd44caaa8963 From fed9f32d77650c67ca196512a4100bdb6d672860 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 9 Aug 2019 16:27:00 +0000 Subject: [PATCH 0373/2185] podman-2:1.4.5-0.96.dev.gitdc38168 - autobuilt dc38168 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 042731b..c086c50 100644 --- a/.gitignore +++ b/.gitignore @@ -366,3 +366,4 @@ /libpod-2a19036.tar.gz /conmon-e217fdf.tar.gz /libpod-00a20f7.tar.gz +/libpod-dc38168.tar.gz diff --git a/podman.spec b/podman.spec index d6e86be..a93e5ab 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 00a20f78f07a1ce3e98c6182d0fd320c63314ae1 +%global commit0 dc3816819d24921dfe8204e79d383c9ecea46612 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.95.dev.git%{shortcommit0}%{?dist} +Release: 0.96.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -599,6 +599,9 @@ exit 0 %endif %changelog +* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.96.dev.gitdc38168 +- autobuilt dc38168 + * Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.95.dev.git00a20f7 - autobuilt 00a20f7 diff --git a/sources b/sources index d2cda78..16a768c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-00a20f7.tar.gz) = 0bf7b4ac2d2b907be9457e371dc3012af0174b670b8e9e0829adb6262ee7eabeae5becf595ca86aae60b3350ba429151c283fa95a6da83a6bb55bd44caaa8963 +SHA512 (libpod-dc38168.tar.gz) = 1391d48399c472b6cba1f7640607447f706d39a85a3ad7262d1e05595351835d68ef5c72896b79d107fa3650e79c5c037404f585cea362be661950c0179e214b From 58deb3aea3f277698a48e87f02e00a905a39d0a0 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 9 Aug 2019 18:26:12 +0000 Subject: [PATCH 0374/2185] podman-2:1.4.5-0.97.dev.git4b91f60 - autobuilt 4b91f60 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c086c50..bcdf44e 100644 --- a/.gitignore +++ b/.gitignore @@ -367,3 +367,4 @@ /conmon-e217fdf.tar.gz /libpod-00a20f7.tar.gz /libpod-dc38168.tar.gz +/libpod-4b91f60.tar.gz diff --git a/podman.spec b/podman.spec index a93e5ab..ba6eb22 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 dc3816819d24921dfe8204e79d383c9ecea46612 +%global commit0 4b91f60e893d2f0cdc4c410b4693a22efc1d48f4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.96.dev.git%{shortcommit0}%{?dist} +Release: 0.97.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -599,6 +599,9 @@ exit 0 %endif %changelog +* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.97.dev.git4b91f60 +- autobuilt 4b91f60 + * Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.96.dev.gitdc38168 - autobuilt dc38168 diff --git a/sources b/sources index 16a768c..fec52bf 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-dc38168.tar.gz) = 1391d48399c472b6cba1f7640607447f706d39a85a3ad7262d1e05595351835d68ef5c72896b79d107fa3650e79c5c037404f585cea362be661950c0179e214b +SHA512 (libpod-4b91f60.tar.gz) = 6ada26486f81c648af8983dad97925e29c8efde0c1febed38ed7741fcd4b6f51ede2ebade3f09c12fb3669fe96c6b8df99946f799ef3955263edec1890c2d34d From aabc7b888c3f19ffd6e9842bcb31dd42a6457cfe Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 9 Aug 2019 19:25:47 +0000 Subject: [PATCH 0375/2185] podman-2:1.4.5-0.98.dev.gitd05798e - autobuilt d05798e Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bcdf44e..28c9dd8 100644 --- a/.gitignore +++ b/.gitignore @@ -368,3 +368,4 @@ /libpod-00a20f7.tar.gz /libpod-dc38168.tar.gz /libpod-4b91f60.tar.gz +/libpod-d05798e.tar.gz diff --git a/podman.spec b/podman.spec index ba6eb22..5a4c817 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 4b91f60e893d2f0cdc4c410b4693a22efc1d48f4 +%global commit0 d05798e5e8efcb1acdd8794edfa0f82bf5f01045 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.97.dev.git%{shortcommit0}%{?dist} +Release: 0.98.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -599,6 +599,9 @@ exit 0 %endif %changelog +* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.98.dev.gitd05798e +- autobuilt d05798e + * Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.97.dev.git4b91f60 - autobuilt 4b91f60 diff --git a/sources b/sources index fec52bf..a76bd28 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-4b91f60.tar.gz) = 6ada26486f81c648af8983dad97925e29c8efde0c1febed38ed7741fcd4b6f51ede2ebade3f09c12fb3669fe96c6b8df99946f799ef3955263edec1890c2d34d +SHA512 (libpod-d05798e.tar.gz) = 01d4c083cec34f61b87d90c0c804554215503028c92e885f49e45edbcef6d343a10dfc880fb7fa107bd3726215af7e8d78800374eed467f87f0be5e55adc1dda From c02666d8d35d95b0e4ca0d4f7dbce3cbd85ea742 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 9 Aug 2019 20:27:10 +0000 Subject: [PATCH 0376/2185] podman-2:1.4.5-0.99.dev.gitbb80586 - autobuilt bb80586 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 28c9dd8..d698f2e 100644 --- a/.gitignore +++ b/.gitignore @@ -369,3 +369,4 @@ /libpod-dc38168.tar.gz /libpod-4b91f60.tar.gz /libpod-d05798e.tar.gz +/libpod-bb80586.tar.gz diff --git a/podman.spec b/podman.spec index 5a4c817..fde5ed0 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d05798e5e8efcb1acdd8794edfa0f82bf5f01045 +%global commit0 bb80586e275fe0d3f47700ec54c9718a28b1e59c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.4.5 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.98.dev.git%{shortcommit0}%{?dist} +Release: 0.99.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -599,6 +599,9 @@ exit 0 %endif %changelog +* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.99.dev.gitbb80586 +- autobuilt bb80586 + * Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.98.dev.gitd05798e - autobuilt d05798e diff --git a/sources b/sources index a76bd28..b739a5b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-d05798e.tar.gz) = 01d4c083cec34f61b87d90c0c804554215503028c92e885f49e45edbcef6d343a10dfc880fb7fa107bd3726215af7e8d78800374eed467f87f0be5e55adc1dda +SHA512 (libpod-bb80586.tar.gz) = 707d29eff4830c5ea6f577467d354ccdf3d7c76f28d64c9a32eb31be4f328b8a23fdfed2e639567106c97752e1a87d4c8cddc2b534d0e9eb0cf8cf6f4c37402c From 838c696a36f1a92e627210ec0b4a8d03af5a7c09 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 9 Aug 2019 21:26:47 +0000 Subject: [PATCH 0377/2185] podman-2:1.5.0-2 - bump to v1.5.0 - autobuilt 54b394b Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 12 ++++++++---- sources | 1 + 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 52c12fa..ad4c92e 100644 --- a/.gitignore +++ b/.gitignore @@ -250,3 +250,4 @@ /libpod-b3f10c8.tar.gz /conmon-1de71ad.tar.gz /conmon-e217fdf.tar.gz +/libpod-54b394b.tar.gz diff --git a/podman.spec b/podman.spec index 3efe645..a3f0503 100644 --- a/podman.spec +++ b/podman.spec @@ -23,7 +23,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b3f10c8be229bcc58c1673b0431285fd5fce1293 +%global commit0 54b394bd3ec07d11c7ed176531a752261acc71a7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -33,12 +33,12 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.4.4 +%global built_tag v1.5.0 Name: podman Epoch: 2 -Version: 1.4.4 -Release: 4%{?dist} +Version: 1.5.0 +Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -571,6 +571,10 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.0-2 +- bump to v1.5.0 +- autobuilt 54b394b + * Wed Jul 17 2019 Lokesh Mandvekar - 2:1.4.4-4 - use conmon v1.0.0-rc2 diff --git a/sources b/sources index 9a0d219..7fe54d2 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 +SHA512 (libpod-54b394b.tar.gz) = 693e789cb412cfdf8495842c05efec589f4181f902e6180e287366af99ba3b9cca4d3cc67e012fa43298775a57920c190be73f574af6e42298e8d001d8c8207a From f347ebafe3f5b11ec2f64c3a387eb30f783a9886 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 9 Aug 2019 21:26:51 +0000 Subject: [PATCH 0378/2185] podman-2:1.5.1-0.1.dev.git2018faa - bump to 1.5.1 - autobuilt 2018faa Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d698f2e..38dd2e7 100644 --- a/.gitignore +++ b/.gitignore @@ -370,3 +370,4 @@ /libpod-4b91f60.tar.gz /libpod-d05798e.tar.gz /libpod-bb80586.tar.gz +/libpod-2018faa.tar.gz diff --git a/podman.spec b/podman.spec index fde5ed0..66d2dc8 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 bb80586e275fe0d3f47700ec54c9718a28b1e59c +%global commit0 2018faaf7842453490a1fe8a47aaf4254caa62fd %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -43,10 +43,10 @@ Name: podman %if 0%{?fedora} Epoch: 2 %endif -Version: 1.4.5 +Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.99.dev.git%{shortcommit0}%{?dist} +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -599,6 +599,10 @@ exit 0 %endif %changelog +* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.1.dev.git2018faa +- bump to 1.5.1 +- autobuilt 2018faa + * Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.99.dev.gitbb80586 - autobuilt bb80586 diff --git a/sources b/sources index b739a5b..c340c78 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-bb80586.tar.gz) = 707d29eff4830c5ea6f577467d354ccdf3d7c76f28d64c9a32eb31be4f328b8a23fdfed2e639567106c97752e1a87d4c8cddc2b534d0e9eb0cf8cf6f4c37402c +SHA512 (libpod-2018faa.tar.gz) = 72078137b9389875de3a84eb95898354e9208fb826f3cf2ccee40928704ede1a73001f314ac3def9331d70b7d0766463973f99f4f8108ec57ddc22647857268c From 249dde85864f7fbdca1a4449226352b427802d2f Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 10 Aug 2019 10:33:37 +0000 Subject: [PATCH 0379/2185] podman-2:1.5.1-0.2.dev.git926901d - autobuilt 926901d Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 38dd2e7..e5645f2 100644 --- a/.gitignore +++ b/.gitignore @@ -371,3 +371,4 @@ /libpod-d05798e.tar.gz /libpod-bb80586.tar.gz /libpod-2018faa.tar.gz +/libpod-926901d.tar.gz diff --git a/podman.spec b/podman.spec index 66d2dc8..008f018 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2018faaf7842453490a1fe8a47aaf4254caa62fd +%global commit0 926901d78d3af87b47ce0cfeafcf0e9a6d190334 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.1.dev.git%{shortcommit0}%{?dist} +Release: 0.2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -599,6 +599,9 @@ exit 0 %endif %changelog +* Sat Aug 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.2.dev.git926901d +- autobuilt 926901d + * Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.1.dev.git2018faa - bump to 1.5.1 - autobuilt 2018faa diff --git a/sources b/sources index c340c78..a59bef6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-2018faa.tar.gz) = 72078137b9389875de3a84eb95898354e9208fb826f3cf2ccee40928704ede1a73001f314ac3def9331d70b7d0766463973f99f4f8108ec57ddc22647857268c +SHA512 (libpod-926901d.tar.gz) = 471f3c416f6131dfc6f968fa02d2d08c81cecf8180a6377a4e5b6527c55663a74702ba6e187c97f573fc5559b762930d8fda646dcdcf9724ee571a37b24bbfff From c1838de00f85ffaa990b1df8675965b7b5605f60 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sat, 10 Aug 2019 08:42:17 -0400 Subject: [PATCH 0380/2185] autobuilt 926901d --- podman.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/podman.spec b/podman.spec index 008f018..83ed2a0 100644 --- a/podman.spec +++ b/podman.spec @@ -426,7 +426,6 @@ tar zxf %{SOURCE1} sed -i 's/install.remote: podman-remote/install.remote:/' Makefile sed -i 's/install.bin: podman/install.bin:/' Makefile -sed -i 's/install.man: docs/install.man:/' Makefile %build mkdir _build From 88503294522348204bac2219d6d1b34ac5dbb424 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 10 Aug 2019 18:33:38 +0000 Subject: [PATCH 0381/2185] podman-2:1.5.1-0.3.dev.git3bc861c - autobuilt 3bc861c Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e5645f2..2cc464b 100644 --- a/.gitignore +++ b/.gitignore @@ -372,3 +372,4 @@ /libpod-bb80586.tar.gz /libpod-2018faa.tar.gz /libpod-926901d.tar.gz +/libpod-3bc861c.tar.gz diff --git a/podman.spec b/podman.spec index 83ed2a0..b762f63 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 926901d78d3af87b47ce0cfeafcf0e9a6d190334 +%global commit0 3bc861cb110603ab9ece8526a4a962a31222add4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.2.dev.git%{shortcommit0}%{?dist} +Release: 0.3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -598,6 +598,9 @@ exit 0 %endif %changelog +* Sat Aug 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.3.dev.git3bc861c +- autobuilt 3bc861c + * Sat Aug 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.2.dev.git926901d - autobuilt 926901d diff --git a/sources b/sources index a59bef6..1e4b853 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-926901d.tar.gz) = 471f3c416f6131dfc6f968fa02d2d08c81cecf8180a6377a4e5b6527c55663a74702ba6e187c97f573fc5559b762930d8fda646dcdcf9724ee571a37b24bbfff +SHA512 (libpod-3bc861c.tar.gz) = 091fafc1dd53f357958050982296583f24ee2c60797e29e1f713fd84af39f78f7510e0c6f75a833273e90a4e42f9da8cd19ea06a7d4353d4b43c1b65453055cf From 111bf653a5579fe914f178e967c0206ccfdd795f Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 11 Aug 2019 17:31:38 +0000 Subject: [PATCH 0382/2185] podman-2:1.5.1-0.4.dev.git7bbaa36 - autobuilt 7bbaa36 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2cc464b..7dec4c6 100644 --- a/.gitignore +++ b/.gitignore @@ -373,3 +373,4 @@ /libpod-2018faa.tar.gz /libpod-926901d.tar.gz /libpod-3bc861c.tar.gz +/libpod-7bbaa36.tar.gz diff --git a/podman.spec b/podman.spec index b762f63..5b1f5dd 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3bc861cb110603ab9ece8526a4a962a31222add4 +%global commit0 7bbaa36a13a831fa5804f388a23522a5303dd9db %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.3.dev.git%{shortcommit0}%{?dist} +Release: 0.4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -598,6 +598,9 @@ exit 0 %endif %changelog +* Sun Aug 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.4.dev.git7bbaa36 +- autobuilt 7bbaa36 + * Sat Aug 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.3.dev.git3bc861c - autobuilt 3bc861c diff --git a/sources b/sources index 1e4b853..991e749 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-3bc861c.tar.gz) = 091fafc1dd53f357958050982296583f24ee2c60797e29e1f713fd84af39f78f7510e0c6f75a833273e90a4e42f9da8cd19ea06a7d4353d4b43c1b65453055cf +SHA512 (libpod-7bbaa36.tar.gz) = 3159c9670b4a6d05c44f2fa34fede08f1ee5346e23195ece44eedd19fd93891dfc8e9aa624e3a54e00c279ef39a0ab2ab8f8ec2f5246ea39d88c5ab564c6614c From bfb391c0d923cf32bb79536b63beb51867f219d2 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 11 Aug 2019 18:32:04 +0000 Subject: [PATCH 0383/2185] podman-2:1.5.1-0.5.dev.git1467197 - autobuilt 1467197 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7dec4c6..f55f0a3 100644 --- a/.gitignore +++ b/.gitignore @@ -374,3 +374,4 @@ /libpod-926901d.tar.gz /libpod-3bc861c.tar.gz /libpod-7bbaa36.tar.gz +/libpod-1467197.tar.gz diff --git a/podman.spec b/podman.spec index 5b1f5dd..d1a6083 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7bbaa36a13a831fa5804f388a23522a5303dd9db +%global commit0 146719718e24864a261ba27a2ad1ad81581de0dd %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.4.dev.git%{shortcommit0}%{?dist} +Release: 0.5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -598,6 +598,9 @@ exit 0 %endif %changelog +* Sun Aug 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.5.dev.git1467197 +- autobuilt 1467197 + * Sun Aug 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.4.dev.git7bbaa36 - autobuilt 7bbaa36 diff --git a/sources b/sources index 991e749..82b129e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-7bbaa36.tar.gz) = 3159c9670b4a6d05c44f2fa34fede08f1ee5346e23195ece44eedd19fd93891dfc8e9aa624e3a54e00c279ef39a0ab2ab8f8ec2f5246ea39d88c5ab564c6614c +SHA512 (libpod-1467197.tar.gz) = d421ecb45ba4d1b785b481f45f9b541115ffa9d2f10fcbb7766be5579d904c7f06bd9c293dae0d60b896e2045428c9aa9cdb8e3dfc240facb8f769cffc3a2b94 From 328c5870a1b442c90851023c6f9137c15726e426 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 12 Aug 2019 00:26:56 +0000 Subject: [PATCH 0384/2185] podman-2:1.5.1-0.6.dev.git2348c28 - autobuilt 2348c28 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f55f0a3..5349a84 100644 --- a/.gitignore +++ b/.gitignore @@ -375,3 +375,4 @@ /libpod-3bc861c.tar.gz /libpod-7bbaa36.tar.gz /libpod-1467197.tar.gz +/libpod-2348c28.tar.gz diff --git a/podman.spec b/podman.spec index d1a6083..259bb34 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 146719718e24864a261ba27a2ad1ad81581de0dd +%global commit0 2348c2873f1518b2b39adbfffd19ea295f7457e2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.5.dev.git%{shortcommit0}%{?dist} +Release: 0.6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -598,6 +598,9 @@ exit 0 %endif %changelog +* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.6.dev.git2348c28 +- autobuilt 2348c28 + * Sun Aug 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.5.dev.git1467197 - autobuilt 1467197 diff --git a/sources b/sources index 82b129e..83ab054 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-1467197.tar.gz) = d421ecb45ba4d1b785b481f45f9b541115ffa9d2f10fcbb7766be5579d904c7f06bd9c293dae0d60b896e2045428c9aa9cdb8e3dfc240facb8f769cffc3a2b94 +SHA512 (libpod-2348c28.tar.gz) = dbb578fe3aa1ff5b74e3ecf697b9b2c8ccd34af21f873d5d69d68566ee325dd6330a532f94fb014443ead78aa800c4952b317656a02e9c090f9af0fd17259ad7 From baf2c12c8f202180a030084b5036a62d3533249b Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 12 Aug 2019 14:29:08 +0000 Subject: [PATCH 0385/2185] podman-2:1.5.1-0.7.dev.gitf18cfa4 - autobuilt f18cfa4 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5349a84..67fb57b 100644 --- a/.gitignore +++ b/.gitignore @@ -376,3 +376,4 @@ /libpod-7bbaa36.tar.gz /libpod-1467197.tar.gz /libpod-2348c28.tar.gz +/libpod-f18cfa4.tar.gz diff --git a/podman.spec b/podman.spec index 259bb34..1f85288 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2348c2873f1518b2b39adbfffd19ea295f7457e2 +%global commit0 f18cfa47686a30166cfe6f743dbda0e13575e4f2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.6.dev.git%{shortcommit0}%{?dist} +Release: 0.7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -598,6 +598,9 @@ exit 0 %endif %changelog +* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.7.dev.gitf18cfa4 +- autobuilt f18cfa4 + * Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.6.dev.git2348c28 - autobuilt 2348c28 diff --git a/sources b/sources index 83ab054..baf7e5e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-2348c28.tar.gz) = dbb578fe3aa1ff5b74e3ecf697b9b2c8ccd34af21f873d5d69d68566ee325dd6330a532f94fb014443ead78aa800c4952b317656a02e9c090f9af0fd17259ad7 +SHA512 (libpod-f18cfa4.tar.gz) = 660503148711aa44126c8cc5440222fcdf7cf39cfb15427c8a8cc053a31dc770c3fe31bdf000b00dcd164165de14984613da872f4167931904af0c0802287ab7 From 3488c8df9a3007f4cbb582b8e3912a7918a971e2 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 12 Aug 2019 15:30:34 +0000 Subject: [PATCH 0386/2185] podman-2:1.5.1-0.8.dev.gitec93c9d - autobuilt ec93c9d Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 67fb57b..ee8126e 100644 --- a/.gitignore +++ b/.gitignore @@ -377,3 +377,4 @@ /libpod-1467197.tar.gz /libpod-2348c28.tar.gz /libpod-f18cfa4.tar.gz +/libpod-ec93c9d.tar.gz diff --git a/podman.spec b/podman.spec index 1f85288..c561821 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f18cfa47686a30166cfe6f743dbda0e13575e4f2 +%global commit0 ec93c9d8753c1cf346fe7fee3035af1a0dcf9b55 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.7.dev.git%{shortcommit0}%{?dist} +Release: 0.8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -598,6 +598,9 @@ exit 0 %endif %changelog +* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.8.dev.gitec93c9d +- autobuilt ec93c9d + * Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.7.dev.gitf18cfa4 - autobuilt f18cfa4 diff --git a/sources b/sources index baf7e5e..9b84cfd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-f18cfa4.tar.gz) = 660503148711aa44126c8cc5440222fcdf7cf39cfb15427c8a8cc053a31dc770c3fe31bdf000b00dcd164165de14984613da872f4167931904af0c0802287ab7 +SHA512 (libpod-ec93c9d.tar.gz) = ae9ab312eea8f5366085406edc71fb340b3c5ad76f4f8bf327ae28293c1e1b8f33746f4ef9d6acb353f535dbf51a4de00a00a33d427b4b6e1caa99c31e9fddb9 From 51bd4e72606d1b942b91e5ef75c1e64e150237dd Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 12 Aug 2019 17:25:51 +0000 Subject: [PATCH 0387/2185] podman-2:1.5.1-0.9.dev.gitca7bae7 - autobuilt ca7bae7 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ee8126e..988c377 100644 --- a/.gitignore +++ b/.gitignore @@ -378,3 +378,4 @@ /libpod-2348c28.tar.gz /libpod-f18cfa4.tar.gz /libpod-ec93c9d.tar.gz +/libpod-ca7bae7.tar.gz diff --git a/podman.spec b/podman.spec index c561821..fdc34fb 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ec93c9d8753c1cf346fe7fee3035af1a0dcf9b55 +%global commit0 ca7bae7f89bd1843ce47fca41403b99b8583168e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.8.dev.git%{shortcommit0}%{?dist} +Release: 0.9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -598,6 +598,9 @@ exit 0 %endif %changelog +* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.9.dev.gitca7bae7 +- autobuilt ca7bae7 + * Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.8.dev.gitec93c9d - autobuilt ec93c9d diff --git a/sources b/sources index 9b84cfd..86bd7d9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-ec93c9d.tar.gz) = ae9ab312eea8f5366085406edc71fb340b3c5ad76f4f8bf327ae28293c1e1b8f33746f4ef9d6acb353f535dbf51a4de00a00a33d427b4b6e1caa99c31e9fddb9 +SHA512 (libpod-ca7bae7.tar.gz) = a2ad56ff15795da947321031e3519a0d831e1dfc06e1c1062d2eac545e015c12274ac0c3b88ebe59ca97c2e8ca53151f2b5fc5e6308c95f53538d8a50386b38f From 8b59e274a30014008ad193d05d4fa75355636e17 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 12 Aug 2019 18:27:12 +0000 Subject: [PATCH 0388/2185] podman-2:1.5.1-0.10.dev.git9bee690 - autobuilt 9bee690 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 988c377..0b2da52 100644 --- a/.gitignore +++ b/.gitignore @@ -379,3 +379,4 @@ /libpod-f18cfa4.tar.gz /libpod-ec93c9d.tar.gz /libpod-ca7bae7.tar.gz +/libpod-9bee690.tar.gz diff --git a/podman.spec b/podman.spec index fdc34fb..743e2be 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ca7bae7f89bd1843ce47fca41403b99b8583168e +%global commit0 9bee6907a5d867ab866374c6c7d8a45e3fa705da %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.9.dev.git%{shortcommit0}%{?dist} +Release: 0.10.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -598,6 +598,9 @@ exit 0 %endif %changelog +* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.10.dev.git9bee690 +- autobuilt 9bee690 + * Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.9.dev.gitca7bae7 - autobuilt ca7bae7 diff --git a/sources b/sources index 86bd7d9..18ab39d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-ca7bae7.tar.gz) = a2ad56ff15795da947321031e3519a0d831e1dfc06e1c1062d2eac545e015c12274ac0c3b88ebe59ca97c2e8ca53151f2b5fc5e6308c95f53538d8a50386b38f +SHA512 (libpod-9bee690.tar.gz) = 3fc2046aaa58afe88e9afb019dfd5f9163c709678bf0f035f29f5319f86a567751d7b9bb071d86cde62c74f8f6bd8a4b0ab7d1aa348f4f8f581a408938f70105 From c53b886ef53798bf78d4539cce19326a1522e1d9 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 12 Aug 2019 19:26:15 +0000 Subject: [PATCH 0389/2185] podman-2:1.5.1-0.11.dev.git3cf4567 - autobuilt 3cf4567 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0b2da52..90215ea 100644 --- a/.gitignore +++ b/.gitignore @@ -380,3 +380,4 @@ /libpod-ec93c9d.tar.gz /libpod-ca7bae7.tar.gz /libpod-9bee690.tar.gz +/libpod-3cf4567.tar.gz diff --git a/podman.spec b/podman.spec index 743e2be..b1a53d8 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9bee6907a5d867ab866374c6c7d8a45e3fa705da +%global commit0 3cf4567e1dfcf172673694a1171ae18bcbf9c846 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.10.dev.git%{shortcommit0}%{?dist} +Release: 0.11.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -598,6 +598,9 @@ exit 0 %endif %changelog +* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.11.dev.git3cf4567 +- autobuilt 3cf4567 + * Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.10.dev.git9bee690 - autobuilt 9bee690 diff --git a/sources b/sources index 18ab39d..3dd10c3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-9bee690.tar.gz) = 3fc2046aaa58afe88e9afb019dfd5f9163c709678bf0f035f29f5319f86a567751d7b9bb071d86cde62c74f8f6bd8a4b0ab7d1aa348f4f8f581a408938f70105 +SHA512 (libpod-3cf4567.tar.gz) = 5f289916e6a905197b6792476232bdefd5720f38c5173fd6049dec35f30039163f18e7cb9edb9adc5e529373b90492d00229056b8ff488194ce2adb6dbd2e8f7 From 261d7c8336fbe7d9056a2c6db6cea688e9b872ff Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 12 Aug 2019 20:27:28 +0000 Subject: [PATCH 0390/2185] podman-2:1.5.1-0.12.dev.gitf634fd3 - autobuilt f634fd3 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 90215ea..06d26ee 100644 --- a/.gitignore +++ b/.gitignore @@ -381,3 +381,4 @@ /libpod-ca7bae7.tar.gz /libpod-9bee690.tar.gz /libpod-3cf4567.tar.gz +/libpod-f634fd3.tar.gz diff --git a/podman.spec b/podman.spec index b1a53d8..a0be2d3 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3cf4567e1dfcf172673694a1171ae18bcbf9c846 +%global commit0 f634fd39001ad3dc62b83e5d78c6912db915a1e9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.11.dev.git%{shortcommit0}%{?dist} +Release: 0.12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -598,6 +598,9 @@ exit 0 %endif %changelog +* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.12.dev.gitf634fd3 +- autobuilt f634fd3 + * Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.11.dev.git3cf4567 - autobuilt 3cf4567 diff --git a/sources b/sources index 3dd10c3..7f561e9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-3cf4567.tar.gz) = 5f289916e6a905197b6792476232bdefd5720f38c5173fd6049dec35f30039163f18e7cb9edb9adc5e529373b90492d00229056b8ff488194ce2adb6dbd2e8f7 +SHA512 (libpod-f634fd3.tar.gz) = 9f35fc77298e94d05b75a6f8291affc8faf70453b9ec6dd1ca3ca8fc7a457e8be2615605a6fa10557463bc0a410b9215bbb3e1e38868154492b4091d7f9bf114 From c6159acff0388cf5a42ff77f41309a29d620e786 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 13 Aug 2019 02:27:23 +0000 Subject: [PATCH 0391/2185] podman-2:1.5.1-0.13.dev.gitc48243e - autobuilt c48243e Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 06d26ee..0a05e7b 100644 --- a/.gitignore +++ b/.gitignore @@ -382,3 +382,4 @@ /libpod-9bee690.tar.gz /libpod-3cf4567.tar.gz /libpod-f634fd3.tar.gz +/libpod-c48243e.tar.gz diff --git a/podman.spec b/podman.spec index a0be2d3..66d9594 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f634fd39001ad3dc62b83e5d78c6912db915a1e9 +%global commit0 c48243ee1eb3fe36b54057994d5e908d8a3d7f16 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.12.dev.git%{shortcommit0}%{?dist} +Release: 0.13.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -598,6 +598,9 @@ exit 0 %endif %changelog +* Tue Aug 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.13.dev.gitc48243e +- autobuilt c48243e + * Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.12.dev.gitf634fd3 - autobuilt f634fd3 diff --git a/sources b/sources index 7f561e9..d9cff2d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-f634fd3.tar.gz) = 9f35fc77298e94d05b75a6f8291affc8faf70453b9ec6dd1ca3ca8fc7a457e8be2615605a6fa10557463bc0a410b9215bbb3e1e38868154492b4091d7f9bf114 +SHA512 (libpod-c48243e.tar.gz) = a3235c208c12e3f1b3e1189359f882fb1b3feb4dc6056c4198187bada61bdb2f079a8aa9b82ab32440a456f5f88cc1b5c800876549dbcc8f8fbd72425450445e From 596d6e9f2ad30dc89b705ac02a91a9ad57ba5c49 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 13 Aug 2019 13:32:03 +0000 Subject: [PATCH 0392/2185] podman-2:1.5.1-0.14.dev.git031437b - autobuilt 031437b Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0a05e7b..79459fb 100644 --- a/.gitignore +++ b/.gitignore @@ -383,3 +383,4 @@ /libpod-3cf4567.tar.gz /libpod-f634fd3.tar.gz /libpod-c48243e.tar.gz +/libpod-031437b.tar.gz diff --git a/podman.spec b/podman.spec index 66d9594..0c5bac4 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c48243ee1eb3fe36b54057994d5e908d8a3d7f16 +%global commit0 031437bf5b19b5121224cdec301dd9945f38e610 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.13.dev.git%{shortcommit0}%{?dist} +Release: 0.14.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -598,6 +598,9 @@ exit 0 %endif %changelog +* Tue Aug 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.14.dev.git031437b +- autobuilt 031437b + * Tue Aug 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.13.dev.gitc48243e - autobuilt c48243e diff --git a/sources b/sources index d9cff2d..426ac07 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-c48243e.tar.gz) = a3235c208c12e3f1b3e1189359f882fb1b3feb4dc6056c4198187bada61bdb2f079a8aa9b82ab32440a456f5f88cc1b5c800876549dbcc8f8fbd72425450445e +SHA512 (libpod-031437b.tar.gz) = fa811585bb8fbd4d68a21399e3adf68c7c868f1e38545c033acdf448201e666cb95cd260fdaefcab088ad13513199a1d8267d7910dfc91f72dffea2418743ace From aff9c94bab2520deff54a7f138fc2954d5660c83 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 13 Aug 2019 14:33:17 +0000 Subject: [PATCH 0393/2185] podman-2:1.5.1-0.15.dev.git7a859f0 - autobuilt 7a859f0 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 79459fb..152c56b 100644 --- a/.gitignore +++ b/.gitignore @@ -384,3 +384,4 @@ /libpod-f634fd3.tar.gz /libpod-c48243e.tar.gz /libpod-031437b.tar.gz +/libpod-7a859f0.tar.gz diff --git a/podman.spec b/podman.spec index 0c5bac4..94cbe5d 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 031437bf5b19b5121224cdec301dd9945f38e610 +%global commit0 7a859f064a1f4a5a7eb5ab0d8d175c2f0b0de497 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.14.dev.git%{shortcommit0}%{?dist} +Release: 0.15.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -598,6 +598,9 @@ exit 0 %endif %changelog +* Tue Aug 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.15.dev.git7a859f0 +- autobuilt 7a859f0 + * Tue Aug 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.14.dev.git031437b - autobuilt 031437b diff --git a/sources b/sources index 426ac07..6ed2548 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-031437b.tar.gz) = fa811585bb8fbd4d68a21399e3adf68c7c868f1e38545c033acdf448201e666cb95cd260fdaefcab088ad13513199a1d8267d7910dfc91f72dffea2418743ace +SHA512 (libpod-7a859f0.tar.gz) = 874890e756f411629bdbd0841a80b9614c32cd7b334fdd03a1a5215686c5fb199bfe55ff51aebb63efd02a9d9fdd521ce920ebd5be11af3f125d9ace043e4530 From e9451c8fb02dcc9543a63ea9cea8c04a379d0854 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 13 Aug 2019 17:26:18 +0000 Subject: [PATCH 0394/2185] podman-2:1.5.1-0.16.dev.gitce64c14 - autobuilt ce64c14 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 152c56b..c5cafd9 100644 --- a/.gitignore +++ b/.gitignore @@ -385,3 +385,4 @@ /libpod-c48243e.tar.gz /libpod-031437b.tar.gz /libpod-7a859f0.tar.gz +/libpod-ce64c14.tar.gz diff --git a/podman.spec b/podman.spec index 94cbe5d..ca08cc8 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7a859f064a1f4a5a7eb5ab0d8d175c2f0b0de497 +%global commit0 ce64c1403df0e4ca75be50e4a835cc0889b0c8ac %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.15.dev.git%{shortcommit0}%{?dist} +Release: 0.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -598,6 +598,9 @@ exit 0 %endif %changelog +* Tue Aug 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.16.dev.gitce64c14 +- autobuilt ce64c14 + * Tue Aug 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.15.dev.git7a859f0 - autobuilt 7a859f0 diff --git a/sources b/sources index 6ed2548..aac27c7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-7a859f0.tar.gz) = 874890e756f411629bdbd0841a80b9614c32cd7b334fdd03a1a5215686c5fb199bfe55ff51aebb63efd02a9d9fdd521ce920ebd5be11af3f125d9ace043e4530 +SHA512 (libpod-ce64c14.tar.gz) = ab65d054d8049c66dad7cc936a307db64787e0dc0b62f81cbdc3950d51d74edff37e81176277c902cb797a3d4ac80382e31d0f2d1d70a588599a861ad42e6c3d From 964ee168dbe9e9b947274f43edd78d9c372d02e0 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 13 Aug 2019 13:33:35 -0400 Subject: [PATCH 0395/2185] Add recommends libvarlink-util --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index ca08cc8..26420e3 100644 --- a/podman.spec +++ b/podman.spec @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.16.dev.git%{shortcommit0}%{?dist} +Release: 1.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -80,6 +80,7 @@ Requires: nftables %if 0%{?fedora} Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} Recommends: container-selinux +Recommends: libvarlink-util Recommends: slirp4netns >= 0.3.0-2 Recommends: fuse-overlayfs >= 0.3-8 %else @@ -598,6 +599,9 @@ exit 0 %endif %changelog +* Tue Aug 13 2019 Dan Walsh - 2:1.5.1-1.16.dev.gitce64c14 +- Add recommends libvarlink-util + * Tue Aug 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.16.dev.gitce64c14 - autobuilt ce64c14 From e27ef86bdf5286b456ca1fbbc11680d72d3961f0 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 13 Aug 2019 13:34:25 -0400 Subject: [PATCH 0396/2185] Add recommends libvarlink-util --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 26420e3..ab4707d 100644 --- a/podman.spec +++ b/podman.spec @@ -75,12 +75,12 @@ Requires: containers-common Requires: containernetworking-plugins >= 0.7.5-1 Requires: iptables Requires: nftables +Recommends: libvarlink-util # #1686813 - conmon hasn't been made independent yet #Requires: conmon %if 0%{?fedora} Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} Recommends: container-selinux -Recommends: libvarlink-util Recommends: slirp4netns >= 0.3.0-2 Recommends: fuse-overlayfs >= 0.3-8 %else From 62e2e967bedb6073de441dfdeca1524403ae0c9c Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 13 Aug 2019 14:17:36 -0400 Subject: [PATCH 0397/2185] Add recommends libvarlink-util --- podman.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/podman.spec b/podman.spec index ab4707d..75dc8c9 100644 --- a/podman.spec +++ b/podman.spec @@ -568,6 +568,9 @@ exit 0 %{_datadir}/containers/%{repo}.conf %{_unitdir}/io.%{name}.service %{_unitdir}/io.%{name}.socket +%{_userunitdir}/io.%{name}.service +%{_userunitdir}/io.%{name}.socket + %{_usr}/lib/tmpfiles.d/%{name}.conf %files docker From cab93482cae3f0c85a89a4136d39286dfdaa0996 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 14 Aug 2019 13:51:26 +0000 Subject: [PATCH 0398/2185] podman-2:1.5.1-2.16.dev.gita734b53 - autobuilt a734b53 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c5cafd9..f182eef 100644 --- a/.gitignore +++ b/.gitignore @@ -386,3 +386,4 @@ /libpod-031437b.tar.gz /libpod-7a859f0.tar.gz /libpod-ce64c14.tar.gz +/libpod-a734b53.tar.gz diff --git a/podman.spec b/podman.spec index 75dc8c9..f9a61e6 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ce64c1403df0e4ca75be50e4a835cc0889b0c8ac +%global commit0 a734b53357a84d5156e2902113e72d9384f9515b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 1.16.dev.git%{shortcommit0}%{?dist} +Release: 2.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Wed Aug 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-2.16.dev.gita734b53 +- autobuilt a734b53 + * Tue Aug 13 2019 Dan Walsh - 2:1.5.1-1.16.dev.gitce64c14 - Add recommends libvarlink-util diff --git a/sources b/sources index aac27c7..b29aa19 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-ce64c14.tar.gz) = ab65d054d8049c66dad7cc936a307db64787e0dc0b62f81cbdc3950d51d74edff37e81176277c902cb797a3d4ac80382e31d0f2d1d70a588599a861ad42e6c3d +SHA512 (libpod-a734b53.tar.gz) = 3453be093e5abc44953db27559ebe99fffb881ead4d5f8ee18ed318f171d11e2c95cea7ababd3b9b004ce1577c8cbb3570b65dfdbdc8d833cdc5605863b1c5ba From d8816654e5d4ead64bd6c7c5566d62e8da2a9d56 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 14 Aug 2019 14:28:59 +0000 Subject: [PATCH 0399/2185] podman-2:1.5.1-3.16.dev.git4823cf8 - autobuilt 4823cf8 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f182eef..1dc87d9 100644 --- a/.gitignore +++ b/.gitignore @@ -387,3 +387,4 @@ /libpod-7a859f0.tar.gz /libpod-ce64c14.tar.gz /libpod-a734b53.tar.gz +/libpod-4823cf8.tar.gz diff --git a/podman.spec b/podman.spec index f9a61e6..1a1121b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a734b53357a84d5156e2902113e72d9384f9515b +%global commit0 4823cf8fcc460f2d4f8707ff603234baff9d452a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 2.16.dev.git%{shortcommit0}%{?dist} +Release: 3.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Wed Aug 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-3.16.dev.git4823cf8 +- autobuilt 4823cf8 + * Wed Aug 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-2.16.dev.gita734b53 - autobuilt a734b53 diff --git a/sources b/sources index b29aa19..d76949a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-a734b53.tar.gz) = 3453be093e5abc44953db27559ebe99fffb881ead4d5f8ee18ed318f171d11e2c95cea7ababd3b9b004ce1577c8cbb3570b65dfdbdc8d833cdc5605863b1c5ba +SHA512 (libpod-4823cf8.tar.gz) = 43b01f043628b6e5ee7f01f535396d24889f5b40d4b1f2e6a6e68e928483753612ff2035ee96a228a832385b6100d5600e94f3d5d1841bf7b52a5beb7597cd5b From 74863139877f01e10c9285b4cbd84ad8b4774b80 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 14 Aug 2019 15:51:45 +0000 Subject: [PATCH 0400/2185] podman-2:1.5.1-4.16.dev.gitf5dcb80 - autobuilt f5dcb80 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1dc87d9..911d358 100644 --- a/.gitignore +++ b/.gitignore @@ -388,3 +388,4 @@ /libpod-ce64c14.tar.gz /libpod-a734b53.tar.gz /libpod-4823cf8.tar.gz +/libpod-f5dcb80.tar.gz diff --git a/podman.spec b/podman.spec index 1a1121b..5539854 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 4823cf8fcc460f2d4f8707ff603234baff9d452a +%global commit0 f5dcb8011df1f8c7dd501e2ee1db9e069135fba9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 3.16.dev.git%{shortcommit0}%{?dist} +Release: 4.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Wed Aug 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-4.16.dev.gitf5dcb80 +- autobuilt f5dcb80 + * Wed Aug 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-3.16.dev.git4823cf8 - autobuilt 4823cf8 diff --git a/sources b/sources index d76949a..c2d6b9f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-4823cf8.tar.gz) = 43b01f043628b6e5ee7f01f535396d24889f5b40d4b1f2e6a6e68e928483753612ff2035ee96a228a832385b6100d5600e94f3d5d1841bf7b52a5beb7597cd5b +SHA512 (libpod-f5dcb80.tar.gz) = 43d7f43cb9d0904df8225f35eec2490ba1efc4f1a64da2aff4408ad932420105a3c20e1b59a38798239778fa6ab6c7c5d21cce780b9f9630dda0dacba245c9eb From 3537282ceb56b50c6c594cb319bb82d26370cae9 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 14 Aug 2019 12:36:23 -0600 Subject: [PATCH 0401/2185] Enable gating tests on rawhide Purpose: prevent a build from being pushed to stable unless tests/tests.yml pass; require manual override on failure. Counterargument: this is going to fail effective now. Rawhide has been highly unstable, with kernel and systemd bugs one right after the other, all preventing podman tests from passing. (Current blocker: rhbz1740664 in systemd-udev, in which /dev/net/tun is mode 600 which causes slirp4netns to fail). Countercounterargument: even if all these failures aren't podman's fault, we still want to catch them and at least report them early. I am monitoring test runs but I don't want to be the single point of failure. Signed-off-by: Ed Santiago --- gating.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..4e26a6f --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_stable +rules: + - !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.package.test.functional.complete} From a7a1ad05e6c147933d66b6f5cbaee6299daa5058 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 14 Aug 2019 21:26:55 +0000 Subject: [PATCH 0402/2185] podman-2:1.5.1-5.16.dev.gitbf9e801 - autobuilt bf9e801 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 911d358..85ebcf9 100644 --- a/.gitignore +++ b/.gitignore @@ -389,3 +389,4 @@ /libpod-a734b53.tar.gz /libpod-4823cf8.tar.gz /libpod-f5dcb80.tar.gz +/libpod-bf9e801.tar.gz diff --git a/podman.spec b/podman.spec index 5539854..94bed84 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f5dcb8011df1f8c7dd501e2ee1db9e069135fba9 +%global commit0 bf9e801f1182009dcd73443755690dafdc99eeb4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 4.16.dev.git%{shortcommit0}%{?dist} +Release: 5.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Wed Aug 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-5.16.dev.gitbf9e801 +- autobuilt bf9e801 + * Wed Aug 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-4.16.dev.gitf5dcb80 - autobuilt f5dcb80 diff --git a/sources b/sources index c2d6b9f..f401a62 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-f5dcb80.tar.gz) = 43d7f43cb9d0904df8225f35eec2490ba1efc4f1a64da2aff4408ad932420105a3c20e1b59a38798239778fa6ab6c7c5d21cce780b9f9630dda0dacba245c9eb +SHA512 (libpod-bf9e801.tar.gz) = e833050f961c9a3f2eef3556b71a30bd84b1afb07106c59c667b9eb6f7fe2c9f7c075d1f268b9221a07166ede4462340c0d89a0eb4c67d737215c99563a3e114 From 2c57d5a6da1b2f8ad4abef574aaf3ec8a8a41d57 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 15 Aug 2019 09:29:44 +0000 Subject: [PATCH 0403/2185] podman-2:1.5.1-6.16.dev.gitf9ddf91 - autobuilt f9ddf91 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 85ebcf9..cd9c589 100644 --- a/.gitignore +++ b/.gitignore @@ -390,3 +390,4 @@ /libpod-4823cf8.tar.gz /libpod-f5dcb80.tar.gz /libpod-bf9e801.tar.gz +/libpod-f9ddf91.tar.gz diff --git a/podman.spec b/podman.spec index 94bed84..9a63198 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 bf9e801f1182009dcd73443755690dafdc99eeb4 +%global commit0 f9ddf914a37010e77d5367394075c9d90fb2aeae %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 5.16.dev.git%{shortcommit0}%{?dist} +Release: 6.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-6.16.dev.gitf9ddf91 +- autobuilt f9ddf91 + * Wed Aug 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-5.16.dev.gitbf9e801 - autobuilt bf9e801 diff --git a/sources b/sources index f401a62..da26205 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-bf9e801.tar.gz) = e833050f961c9a3f2eef3556b71a30bd84b1afb07106c59c667b9eb6f7fe2c9f7c075d1f268b9221a07166ede4462340c0d89a0eb4c67d737215c99563a3e114 +SHA512 (libpod-f9ddf91.tar.gz) = 630a8c43f56afdc5c46335b513e7ae260832082960edd5a19e71dfebd124adb789cfab8e90d8e30acdcc56f2b1afffdbb0ffe0d0df5334dcc72a00590c56e69a From 6e764a22d2dfac2be596a8b47f0776d12d91c4a3 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 15 Aug 2019 12:26:51 +0000 Subject: [PATCH 0404/2185] podman-2:1.5.1-7.16.dev.git3f1657d - autobuilt 3f1657d Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cd9c589..afdeec5 100644 --- a/.gitignore +++ b/.gitignore @@ -391,3 +391,4 @@ /libpod-f5dcb80.tar.gz /libpod-bf9e801.tar.gz /libpod-f9ddf91.tar.gz +/libpod-3f1657d.tar.gz diff --git a/podman.spec b/podman.spec index 9a63198..d27b46f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f9ddf914a37010e77d5367394075c9d90fb2aeae +%global commit0 3f1657d729b4f4c367b3e124621a6f3a9a5769d4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 6.16.dev.git%{shortcommit0}%{?dist} +Release: 7.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-7.16.dev.git3f1657d +- autobuilt 3f1657d + * Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-6.16.dev.gitf9ddf91 - autobuilt f9ddf91 diff --git a/sources b/sources index da26205..efaba52 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-f9ddf91.tar.gz) = 630a8c43f56afdc5c46335b513e7ae260832082960edd5a19e71dfebd124adb789cfab8e90d8e30acdcc56f2b1afffdbb0ffe0d0df5334dcc72a00590c56e69a +SHA512 (libpod-3f1657d.tar.gz) = 31e43392f49267d55ee07282ab8175b431ea5af7d9c7184f423d4936584d77d0e6a8b6a1acd8d24cb22f8934ed296b0c4ae4d076ce3deb2d1b4c12b2c5526452 From 447a8a020e3721f9ff78b704539acadec07f24ea Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 15 Aug 2019 17:28:00 +0000 Subject: [PATCH 0405/2185] podman-2:1.5.1-8.16.dev.git74224d9 - autobuilt 74224d9 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index afdeec5..cf55495 100644 --- a/.gitignore +++ b/.gitignore @@ -392,3 +392,4 @@ /libpod-bf9e801.tar.gz /libpod-f9ddf91.tar.gz /libpod-3f1657d.tar.gz +/libpod-74224d9.tar.gz diff --git a/podman.spec b/podman.spec index d27b46f..4b30b2b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3f1657d729b4f4c367b3e124621a6f3a9a5769d4 +%global commit0 74224d9b7ce7b2cfec551b6f16005642cb2fa4df %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 7.16.dev.git%{shortcommit0}%{?dist} +Release: 8.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-8.16.dev.git74224d9 +- autobuilt 74224d9 + * Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-7.16.dev.git3f1657d - autobuilt 3f1657d diff --git a/sources b/sources index efaba52..6bb5177 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-3f1657d.tar.gz) = 31e43392f49267d55ee07282ab8175b431ea5af7d9c7184f423d4936584d77d0e6a8b6a1acd8d24cb22f8934ed296b0c4ae4d076ce3deb2d1b4c12b2c5526452 +SHA512 (libpod-74224d9.tar.gz) = e86d06e2ff4eec2b3ca56d2ee8c79618a6e46bc38ec55b7c469ba04e458de212bd1f019804b18f65c08c67c32edaeb7762ae7bb8826fa35597f086ba01ea6a7c From 987ca8100b43e756de2ab69e6a7104ffb91cff96 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Thu, 15 Aug 2019 13:55:44 -0600 Subject: [PATCH 0406/2185] gating: change the PassingTestCaseRule string The first document I went with[1] specified a magic value containing 'package.test.functional'. I used that, and my bodhi results[2] looked weird: first, none of the usual results include 'test.functional'; so, second, there's now a new test.functional line under 'undefined' in red and with an asterisk next to it, and another red one without an asterisk. All four lines seem to link to the same results. [1] https://docs.fedoraproject.org/en-US/ci/gating/ [2] https://bodhi.fedoraproject.org/updates/FEDORA-2019-144ed359e9 A different document[3] specifies a magic value that more closely conforms to the ones already shown in the 'undefined' section of older bodhi runs. That's what I'm trying now. [3] https://docs.fedoraproject.org/en-US/rawhide-gating/optin/ Unfortunately neither document has a timestamp so it's impossible to know which (if any) is up-to-date and/or correct. Signed-off-by: Ed Santiago --- gating.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 4e26a6f..92d738a 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,4 @@ product_versions: - fedora-* decision_context: bodhi_update_push_stable rules: - - !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.package.test.functional.complete} + - !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.complete} From bb042895b3b0f9a06594ae262fb8cffa68859fd1 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 15 Aug 2019 21:26:04 +0000 Subject: [PATCH 0407/2185] podman-2:1.5.1-9.16.dev.gitb9a176b - autobuilt b9a176b Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cf55495..b77beea 100644 --- a/.gitignore +++ b/.gitignore @@ -393,3 +393,4 @@ /libpod-f9ddf91.tar.gz /libpod-3f1657d.tar.gz /libpod-74224d9.tar.gz +/libpod-b9a176b.tar.gz diff --git a/podman.spec b/podman.spec index 4b30b2b..e5498a5 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 74224d9b7ce7b2cfec551b6f16005642cb2fa4df +%global commit0 b9a176bea94b8e3a97a70dd7cd599f1a057777b0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 8.16.dev.git%{shortcommit0}%{?dist} +Release: 9.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-9.16.dev.gitb9a176b +- autobuilt b9a176b + * Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-8.16.dev.git74224d9 - autobuilt 74224d9 diff --git a/sources b/sources index 6bb5177..7b88c1d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-74224d9.tar.gz) = e86d06e2ff4eec2b3ca56d2ee8c79618a6e46bc38ec55b7c469ba04e458de212bd1f019804b18f65c08c67c32edaeb7762ae7bb8826fa35597f086ba01ea6a7c +SHA512 (libpod-b9a176b.tar.gz) = f69ebb7cfa35861995730413aba9a76c1eeac3af902dd761f987f60c8a9ee0445627cecc89800f79c9d8832db6ada2b3ca3822c8c532534bc9d0ef216d8a6c12 From ddf9cee265494909afd3ae0ca7792788ffeafa12 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 15 Aug 2019 23:25:20 +0000 Subject: [PATCH 0408/2185] podman-2:1.5.2-0.1.dev.git05149e6 - bump to 1.5.2 - autobuilt 05149e6 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b77beea..2016245 100644 --- a/.gitignore +++ b/.gitignore @@ -394,3 +394,4 @@ /libpod-3f1657d.tar.gz /libpod-74224d9.tar.gz /libpod-b9a176b.tar.gz +/libpod-05149e6.tar.gz diff --git a/podman.spec b/podman.spec index e5498a5..f44c19a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b9a176bea94b8e3a97a70dd7cd599f1a057777b0 +%global commit0 05149e659accb71429157fe33aa5daaf802d20d6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -43,10 +43,10 @@ Name: podman %if 0%{?fedora} Epoch: 2 %endif -Version: 1.5.1 +Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 9.16.dev.git%{shortcommit0}%{?dist} +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,10 @@ exit 0 %endif %changelog +* Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.1.dev.git05149e6 +- bump to 1.5.2 +- autobuilt 05149e6 + * Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-9.16.dev.gitb9a176b - autobuilt b9a176b diff --git a/sources b/sources index 7b88c1d..505b5cc 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-b9a176b.tar.gz) = f69ebb7cfa35861995730413aba9a76c1eeac3af902dd761f987f60c8a9ee0445627cecc89800f79c9d8832db6ada2b3ca3822c8c532534bc9d0ef216d8a6c12 +SHA512 (libpod-05149e6.tar.gz) = f088ec9a4a203b8173fc66df3a15e11f8c908a01fcbc16c3886be277fdc80c92eb39644e87dcbd9209df4033592952c20e401a0a63b9a573a194fae451de8b53 From d59a774933c07d5bff04bc910aeea95b948a3889 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 15 Aug 2019 23:25:35 +0000 Subject: [PATCH 0409/2185] podman-2:1.5.1-2 - bump to v1.5.1 - autobuilt 0005792 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ad4c92e..a95d824 100644 --- a/.gitignore +++ b/.gitignore @@ -251,3 +251,4 @@ /conmon-1de71ad.tar.gz /conmon-e217fdf.tar.gz /libpod-54b394b.tar.gz +/libpod-0005792.tar.gz diff --git a/podman.spec b/podman.spec index a3f0503..3cb03c0 100644 --- a/podman.spec +++ b/podman.spec @@ -23,7 +23,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 54b394bd3ec07d11c7ed176531a752261acc71a7 +%global commit0 00057929f5acfd98341964d85722383363376d52 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -33,11 +33,11 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.5.0 +%global built_tag v1.5.1 Name: podman Epoch: 2 -Version: 1.5.0 +Version: 1.5.1 Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 @@ -571,6 +571,10 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-2 +- bump to v1.5.1 +- autobuilt 0005792 + * Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.0-2 - bump to v1.5.0 - autobuilt 54b394b diff --git a/sources b/sources index 7fe54d2..c1a6163 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-54b394b.tar.gz) = 693e789cb412cfdf8495842c05efec589f4181f902e6180e287366af99ba3b9cca4d3cc67e012fa43298775a57920c190be73f574af6e42298e8d001d8c8207a +SHA512 (libpod-0005792.tar.gz) = 6b5209f1a495c0a5efb9bacb31390653cf8db983f402fc820572b31f5169dc368806aaa97eceae871643146b4dcf66fd776a0e6d4e7f27b9c76b04c1d6107214 From 5d463ef6f4e83cc7dd62902b16462e0b241e10eb Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 13 Aug 2019 14:17:36 -0400 Subject: [PATCH 0410/2185] list unitfiles in /usr/lib/systemd/user correctly (correct commit message) Signed-off-by: Lokesh Mandvekar --- podman.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 3cb03c0..4dc4aeb 100644 --- a/podman.spec +++ b/podman.spec @@ -38,7 +38,7 @@ Name: podman Epoch: 2 Version: 1.5.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -544,6 +544,9 @@ exit 0 %{_datadir}/containers/%{repo}.conf %{_unitdir}/io.%{name}.service %{_unitdir}/io.%{name}.socket +%{_userunitdir}/io.%{name}.service +%{_userunitdir}/io.%{name}.socket + %{_usr}/lib/tmpfiles.d/%{name}.conf %files docker @@ -571,6 +574,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Fri Aug 16 2019 Lokesh Mandvekar - 2:1.5.1-3 +- list unitfiles in /usr/lib/systemd/user + * Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-2 - bump to v1.5.1 - autobuilt 0005792 From e3f01196b4e6aa8046ae9d423fefefc4ad2287bb Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 16 Aug 2019 11:26:38 +0000 Subject: [PATCH 0411/2185] podman-2:1.5.2-0.2.dev.git2d47f1a - autobuilt 2d47f1a Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2016245..f6fe567 100644 --- a/.gitignore +++ b/.gitignore @@ -395,3 +395,4 @@ /libpod-74224d9.tar.gz /libpod-b9a176b.tar.gz /libpod-05149e6.tar.gz +/libpod-2d47f1a.tar.gz diff --git a/podman.spec b/podman.spec index f44c19a..c297fcf 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 05149e659accb71429157fe33aa5daaf802d20d6 +%global commit0 2d47f1ae5425faa6800606092e997bd565dc3a1c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.1.dev.git%{shortcommit0}%{?dist} +Release: 0.2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Fri Aug 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.2.dev.git2d47f1a +- autobuilt 2d47f1a + * Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.1.dev.git05149e6 - bump to 1.5.2 - autobuilt 05149e6 diff --git a/sources b/sources index 505b5cc..022c15f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-05149e6.tar.gz) = f088ec9a4a203b8173fc66df3a15e11f8c908a01fcbc16c3886be277fdc80c92eb39644e87dcbd9209df4033592952c20e401a0a63b9a573a194fae451de8b53 +SHA512 (libpod-2d47f1a.tar.gz) = d099d82a32b8185c7973f47e083923c2766877c8fa6b0fab9b0b5722a5a268247c9e5c7b22529c916072e9ad23c57bc83d2e9ed7386d91fdbcf3e43a94ee74cc From 547b783b912c8fadfbe97a1f96985bd9043a90c1 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 16 Aug 2019 17:50:20 +0530 Subject: [PATCH 0412/2185] correct doc install step Signed-off-by: Lokesh Mandvekar --- podman.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/podman.spec b/podman.spec index 4dc4aeb..87e7baf 100644 --- a/podman.spec +++ b/podman.spec @@ -404,7 +404,6 @@ tar zxf %{SOURCE1} sed -i 's/install.remote: podman-remote/install.remote:/' Makefile sed -i 's/install.bin: podman/install.bin:/' Makefile -sed -i 's/install.man: docs/install.man:/' Makefile %build mkdir _build From 399d58f206e74e99a3cce26f993a7d321e39aacf Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 16 Aug 2019 16:26:51 +0000 Subject: [PATCH 0413/2185] podman-2:1.5.2-0.3.dev.git704cc58 - autobuilt 704cc58 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f6fe567..9f28e10 100644 --- a/.gitignore +++ b/.gitignore @@ -396,3 +396,4 @@ /libpod-b9a176b.tar.gz /libpod-05149e6.tar.gz /libpod-2d47f1a.tar.gz +/libpod-704cc58.tar.gz diff --git a/podman.spec b/podman.spec index c297fcf..9d3895f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2d47f1ae5425faa6800606092e997bd565dc3a1c +%global commit0 704cc582ac37fbbb7c8241a1cc09540f4976ed12 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.2.dev.git%{shortcommit0}%{?dist} +Release: 0.3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Fri Aug 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.3.dev.git704cc58 +- autobuilt 704cc58 + * Fri Aug 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.2.dev.git2d47f1a - autobuilt 2d47f1a diff --git a/sources b/sources index 022c15f..431bb1e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-2d47f1a.tar.gz) = d099d82a32b8185c7973f47e083923c2766877c8fa6b0fab9b0b5722a5a268247c9e5c7b22529c916072e9ad23c57bc83d2e9ed7386d91fdbcf3e43a94ee74cc +SHA512 (libpod-704cc58.tar.gz) = 0cb14ae8457ff6aa4b4befeff04c4b83668011bb90ae5e4548f68807b0eaa7aab7e29dc33cf83a97e7c83b27ce729434521b69ad877b5ad2abec6f655d6e22d7 From 8757e2fe07ab66d7d592840a4df25ee5b84ade94 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sat, 17 Aug 2019 00:04:35 +0530 Subject: [PATCH 0414/2185] libvarlink-util only for fedora Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 9d3895f..488eb0e 100644 --- a/podman.spec +++ b/podman.spec @@ -75,12 +75,12 @@ Requires: containers-common Requires: containernetworking-plugins >= 0.7.5-1 Requires: iptables Requires: nftables -Recommends: libvarlink-util # #1686813 - conmon hasn't been made independent yet #Requires: conmon %if 0%{?fedora} Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} Recommends: container-selinux +Recommends: libvarlink-util Recommends: slirp4netns >= 0.3.0-2 Recommends: fuse-overlayfs >= 0.3-8 %else From 3ee73c7e129c0289cdda698ce6fba2db8badeeef Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 16 Aug 2019 22:25:33 +0000 Subject: [PATCH 0415/2185] podman-2:1.5.2-0.4.dev.git8eab96e - autobuilt 8eab96e Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9f28e10..db7cd82 100644 --- a/.gitignore +++ b/.gitignore @@ -397,3 +397,4 @@ /libpod-05149e6.tar.gz /libpod-2d47f1a.tar.gz /libpod-704cc58.tar.gz +/libpod-8eab96e.tar.gz diff --git a/podman.spec b/podman.spec index 488eb0e..5ba53cf 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 704cc582ac37fbbb7c8241a1cc09540f4976ed12 +%global commit0 8eab96ec3afdc04c02b5ea1c2067e4a36c14c783 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.3.dev.git%{shortcommit0}%{?dist} +Release: 0.4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Fri Aug 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.4.dev.git8eab96e +- autobuilt 8eab96e + * Fri Aug 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.3.dev.git704cc58 - autobuilt 704cc58 diff --git a/sources b/sources index 431bb1e..edabc01 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-704cc58.tar.gz) = 0cb14ae8457ff6aa4b4befeff04c4b83668011bb90ae5e4548f68807b0eaa7aab7e29dc33cf83a97e7c83b27ce729434521b69ad877b5ad2abec6f655d6e22d7 +SHA512 (libpod-8eab96e.tar.gz) = 74197622d297af4bbd045133a855203ec9985aca011447b7347230b76e45ba4cd80b57dad2aab5657503b9a1ccb66f229046c30b270200b3533a71d14497e928 From bb9d9f2fd59a4030ba494297f81b3d49029dad14 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 17 Aug 2019 06:38:18 +0000 Subject: [PATCH 0416/2185] podman-2:1.5.2-0.5.dev.git098ce2f - autobuilt 098ce2f Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index db7cd82..555db3d 100644 --- a/.gitignore +++ b/.gitignore @@ -398,3 +398,4 @@ /libpod-2d47f1a.tar.gz /libpod-704cc58.tar.gz /libpod-8eab96e.tar.gz +/libpod-098ce2f.tar.gz diff --git a/podman.spec b/podman.spec index 5ba53cf..8c6baf4 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 8eab96ec3afdc04c02b5ea1c2067e4a36c14c783 +%global commit0 098ce2f33a2117a4b18ef49cacd329d44354f984 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.4.dev.git%{shortcommit0}%{?dist} +Release: 0.5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Sat Aug 17 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.5.dev.git098ce2f +- autobuilt 098ce2f + * Fri Aug 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.4.dev.git8eab96e - autobuilt 8eab96e diff --git a/sources b/sources index edabc01..9a6f5e9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-8eab96e.tar.gz) = 74197622d297af4bbd045133a855203ec9985aca011447b7347230b76e45ba4cd80b57dad2aab5657503b9a1ccb66f229046c30b270200b3533a71d14497e928 +SHA512 (libpod-098ce2f.tar.gz) = 8ca9947d467d57b53ea5701b5884e27353e13f42c463f919376843e082b7b316ec5595a8ff592e42154a120ac10cb5527afbb2cc940a0cc3d59fe3cae47c622a From 4f4f655cc8b6c0153e3c6e6de06358f16124dc0e Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 17 Aug 2019 13:34:28 +0000 Subject: [PATCH 0417/2185] podman-2:1.5.2-0.6.dev.git76f327f - autobuilt 76f327f Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 555db3d..da4d539 100644 --- a/.gitignore +++ b/.gitignore @@ -399,3 +399,4 @@ /libpod-704cc58.tar.gz /libpod-8eab96e.tar.gz /libpod-098ce2f.tar.gz +/libpod-76f327f.tar.gz diff --git a/podman.spec b/podman.spec index 8c6baf4..d743e21 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 098ce2f33a2117a4b18ef49cacd329d44354f984 +%global commit0 76f327f73ff9f5ae67a30186007685b8a2e21d67 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.5.dev.git%{shortcommit0}%{?dist} +Release: 0.6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Sat Aug 17 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.6.dev.git76f327f +- autobuilt 76f327f + * Sat Aug 17 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.5.dev.git098ce2f - autobuilt 098ce2f diff --git a/sources b/sources index 9a6f5e9..20be80a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-098ce2f.tar.gz) = 8ca9947d467d57b53ea5701b5884e27353e13f42c463f919376843e082b7b316ec5595a8ff592e42154a120ac10cb5527afbb2cc940a0cc3d59fe3cae47c622a +SHA512 (libpod-76f327f.tar.gz) = a4f3933ee3b6c817a668b17c1a3f71925efa18561b61fb7577cf53e4e001793110e1fecc17e141137a778c5f567fddd7f2d1492db51328a59e3aefa7b4352147 From 63d4458d5f4c1f2de93fff398d23186bc51b6ac4 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 18 Aug 2019 17:31:51 +0000 Subject: [PATCH 0418/2185] podman-2:1.5.2-0.7.dev.git438cbf4 - autobuilt 438cbf4 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index da4d539..2678c70 100644 --- a/.gitignore +++ b/.gitignore @@ -400,3 +400,4 @@ /libpod-8eab96e.tar.gz /libpod-098ce2f.tar.gz /libpod-76f327f.tar.gz +/libpod-438cbf4.tar.gz diff --git a/podman.spec b/podman.spec index d743e21..fe35e31 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 76f327f73ff9f5ae67a30186007685b8a2e21d67 +%global commit0 438cbf4c8960db0b59a25a3fb38a778e24a69a40 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.6.dev.git%{shortcommit0}%{?dist} +Release: 0.7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Sun Aug 18 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.7.dev.git438cbf4 +- autobuilt 438cbf4 + * Sat Aug 17 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.6.dev.git76f327f - autobuilt 76f327f diff --git a/sources b/sources index 20be80a..28b4428 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-76f327f.tar.gz) = a4f3933ee3b6c817a668b17c1a3f71925efa18561b61fb7577cf53e4e001793110e1fecc17e141137a778c5f567fddd7f2d1492db51328a59e3aefa7b4352147 +SHA512 (libpod-438cbf4.tar.gz) = 94f3cc53dea59d9481350184e21828306e32a0a6b9c4569ceb1784dce52fc6ec25a5603cc96bcc96f496c3e5f50c70cd7c83d7b8e98e6714d713a7fec0095f19 From babf9e88d7599f058048857b6c564b4194fa27bf Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 19 Aug 2019 12:29:08 +0000 Subject: [PATCH 0419/2185] podman-2:1.5.2-0.8.dev.gitbd0b05f - autobuilt bd0b05f Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2678c70..7cdf7d6 100644 --- a/.gitignore +++ b/.gitignore @@ -401,3 +401,4 @@ /libpod-098ce2f.tar.gz /libpod-76f327f.tar.gz /libpod-438cbf4.tar.gz +/libpod-bd0b05f.tar.gz diff --git a/podman.spec b/podman.spec index fe35e31..483e169 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 438cbf4c8960db0b59a25a3fb38a778e24a69a40 +%global commit0 bd0b05f13860b62de389ec67eadd0df6b44d4f4f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.7.dev.git%{shortcommit0}%{?dist} +Release: 0.8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.8.dev.gitbd0b05f +- autobuilt bd0b05f + * Sun Aug 18 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.7.dev.git438cbf4 - autobuilt 438cbf4 diff --git a/sources b/sources index 28b4428..0105f03 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-438cbf4.tar.gz) = 94f3cc53dea59d9481350184e21828306e32a0a6b9c4569ceb1784dce52fc6ec25a5603cc96bcc96f496c3e5f50c70cd7c83d7b8e98e6714d713a7fec0095f19 +SHA512 (libpod-bd0b05f.tar.gz) = 8491eed8c6cff31ad69f7e2c2c96fbac2fe4ee722e95156d18dfbdb2af010d2f2efa80e862e5fc307ef837476a1157e055a5dd1efd9d6e1b5d52c9da7f8e999d From 312939f9afa380387db5968c6af1b8c6e6dff315 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 19 Aug 2019 15:29:56 +0000 Subject: [PATCH 0420/2185] podman-2:1.5.2-0.9.dev.gitb1acc43 - autobuilt b1acc43 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7cdf7d6..ad7e871 100644 --- a/.gitignore +++ b/.gitignore @@ -402,3 +402,4 @@ /libpod-76f327f.tar.gz /libpod-438cbf4.tar.gz /libpod-bd0b05f.tar.gz +/libpod-b1acc43.tar.gz diff --git a/podman.spec b/podman.spec index 483e169..f343cfa 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 bd0b05f13860b62de389ec67eadd0df6b44d4f4f +%global commit0 b1acc4348184d43def7c63221ee0832505c4b7d1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.8.dev.git%{shortcommit0}%{?dist} +Release: 0.9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.9.dev.gitb1acc43 +- autobuilt b1acc43 + * Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.8.dev.gitbd0b05f - autobuilt bd0b05f diff --git a/sources b/sources index 0105f03..ba11f8c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-bd0b05f.tar.gz) = 8491eed8c6cff31ad69f7e2c2c96fbac2fe4ee722e95156d18dfbdb2af010d2f2efa80e862e5fc307ef837476a1157e055a5dd1efd9d6e1b5d52c9da7f8e999d +SHA512 (libpod-b1acc43.tar.gz) = 87e9dcf8e565699d847eca9b2b59e8ac862d5f3233f992a7314126c8b151118fd99aaa3176a6197486b27622d735a84304936a28053d56a372a758be59f1661e From b02d545f86c0d10224bccfa71da85bb3beb0ce07 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 19 Aug 2019 16:27:39 +0000 Subject: [PATCH 0421/2185] podman-2:1.5.2-0.10.dev.gitc137e8f - autobuilt c137e8f Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ad7e871..33f7f9b 100644 --- a/.gitignore +++ b/.gitignore @@ -403,3 +403,4 @@ /libpod-438cbf4.tar.gz /libpod-bd0b05f.tar.gz /libpod-b1acc43.tar.gz +/libpod-c137e8f.tar.gz diff --git a/podman.spec b/podman.spec index f343cfa..d6a91a6 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b1acc4348184d43def7c63221ee0832505c4b7d1 +%global commit0 c137e8fcf95b441b5002ec1b39e6cc131471b88a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.9.dev.git%{shortcommit0}%{?dist} +Release: 0.10.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.10.dev.gitc137e8f +- autobuilt c137e8f + * Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.9.dev.gitb1acc43 - autobuilt b1acc43 diff --git a/sources b/sources index ba11f8c..6119db8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-b1acc43.tar.gz) = 87e9dcf8e565699d847eca9b2b59e8ac862d5f3233f992a7314126c8b151118fd99aaa3176a6197486b27622d735a84304936a28053d56a372a758be59f1661e +SHA512 (libpod-c137e8f.tar.gz) = 8b92584bf5949a3c7797eadfb8cd000ca435f85713be356575352760d80b3bb94d42f37092507ac048b87afad731f9aa2c921c551726fc8726b5632cf264d4d4 From f6e8721e01a41d29b85013dc0b3e8cdaec28d1e6 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 19 Aug 2019 18:27:12 +0000 Subject: [PATCH 0422/2185] podman-2:1.5.2-0.11.dev.gitd23639a - autobuilt d23639a Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 33f7f9b..29cbee6 100644 --- a/.gitignore +++ b/.gitignore @@ -404,3 +404,4 @@ /libpod-bd0b05f.tar.gz /libpod-b1acc43.tar.gz /libpod-c137e8f.tar.gz +/libpod-d23639a.tar.gz diff --git a/podman.spec b/podman.spec index d6a91a6..5a30918 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c137e8fcf95b441b5002ec1b39e6cc131471b88a +%global commit0 d23639aa4d24278648a2ba5532143d47464a3d7d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.10.dev.git%{shortcommit0}%{?dist} +Release: 0.11.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.11.dev.gitd23639a +- autobuilt d23639a + * Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.10.dev.gitc137e8f - autobuilt c137e8f diff --git a/sources b/sources index 6119db8..a518ffc 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-c137e8f.tar.gz) = 8b92584bf5949a3c7797eadfb8cd000ca435f85713be356575352760d80b3bb94d42f37092507ac048b87afad731f9aa2c921c551726fc8726b5632cf264d4d4 +SHA512 (libpod-d23639a.tar.gz) = 32465ec88df9c9bc946d0520f8b23cd0feeaffa5043a87a52361ac43eee2e80ad8e17e7006c7197bdffa45aec202e84d2aa5425a801e38bd6a0697c5d9ea6530 From 95c76d3fb37e89132a0f0a6d14c1abc1ef6ff32e Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 19 Aug 2019 19:27:00 +0000 Subject: [PATCH 0423/2185] podman-2:1.5.2-0.12.dev.git890378e - autobuilt 890378e Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 29cbee6..42b8d10 100644 --- a/.gitignore +++ b/.gitignore @@ -405,3 +405,4 @@ /libpod-b1acc43.tar.gz /libpod-c137e8f.tar.gz /libpod-d23639a.tar.gz +/libpod-890378e.tar.gz diff --git a/podman.spec b/podman.spec index 5a30918..54ac5d1 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d23639aa4d24278648a2ba5532143d47464a3d7d +%global commit0 890378e3f7fe93bd40322445e31c169fa03d8bf7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.11.dev.git%{shortcommit0}%{?dist} +Release: 0.12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.12.dev.git890378e +- autobuilt 890378e + * Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.11.dev.gitd23639a - autobuilt d23639a diff --git a/sources b/sources index a518ffc..4400d71 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-d23639a.tar.gz) = 32465ec88df9c9bc946d0520f8b23cd0feeaffa5043a87a52361ac43eee2e80ad8e17e7006c7197bdffa45aec202e84d2aa5425a801e38bd6a0697c5d9ea6530 +SHA512 (libpod-890378e.tar.gz) = 9b4a72fbf8bb46c574dd9b50c4b159e79db91956be800ab5d36a2c91aac491dbb9a813bdecb5128296fe7f1045f39a2afa913077997da537d305319fb1b12c3f From 690fe5be2ea9ce847c80b81631142a80094b45f4 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 20 Aug 2019 08:28:11 +0000 Subject: [PATCH 0424/2185] podman-2:1.5.2-0.13.dev.git34fc1d0 - autobuilt 34fc1d0 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 42b8d10..83d06d2 100644 --- a/.gitignore +++ b/.gitignore @@ -406,3 +406,4 @@ /libpod-c137e8f.tar.gz /libpod-d23639a.tar.gz /libpod-890378e.tar.gz +/libpod-34fc1d0.tar.gz diff --git a/podman.spec b/podman.spec index 54ac5d1..9473c97 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 890378e3f7fe93bd40322445e31c169fa03d8bf7 +%global commit0 34fc1d09d245cbd0d922562860f639667c8641d6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.12.dev.git%{shortcommit0}%{?dist} +Release: 0.13.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.13.dev.git34fc1d0 +- autobuilt 34fc1d0 + * Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.12.dev.git890378e - autobuilt 890378e diff --git a/sources b/sources index 4400d71..e640a67 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-890378e.tar.gz) = 9b4a72fbf8bb46c574dd9b50c4b159e79db91956be800ab5d36a2c91aac491dbb9a813bdecb5128296fe7f1045f39a2afa913077997da537d305319fb1b12c3f +SHA512 (libpod-34fc1d0.tar.gz) = a2ca9d1e222f85de7a5dcd0e07cdb39803b43cdf3e0c570eb71e28d94c7f219cd67ae8817ce45abbfb0d1af19bfee40b9bfd4a884e50b46ec243ba8fc1b5051f From d474bb8733be9cb0eee3d606bcd033b5143dda98 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 20 Aug 2019 15:29:08 +0000 Subject: [PATCH 0425/2185] podman-2:1.5.2-0.14.dev.git230faa8 - autobuilt 230faa8 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 83d06d2..07032ff 100644 --- a/.gitignore +++ b/.gitignore @@ -407,3 +407,4 @@ /libpod-d23639a.tar.gz /libpod-890378e.tar.gz /libpod-34fc1d0.tar.gz +/libpod-230faa8.tar.gz diff --git a/podman.spec b/podman.spec index 9473c97..75d580f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 34fc1d09d245cbd0d922562860f639667c8641d6 +%global commit0 230faa864f8922f16a0d70c4a3454d51768e9a15 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.13.dev.git%{shortcommit0}%{?dist} +Release: 0.14.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.14.dev.git230faa8 +- autobuilt 230faa8 + * Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.13.dev.git34fc1d0 - autobuilt 34fc1d0 diff --git a/sources b/sources index e640a67..fad995c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-34fc1d0.tar.gz) = a2ca9d1e222f85de7a5dcd0e07cdb39803b43cdf3e0c570eb71e28d94c7f219cd67ae8817ce45abbfb0d1af19bfee40b9bfd4a884e50b46ec243ba8fc1b5051f +SHA512 (libpod-230faa8.tar.gz) = 2174911ca110ffb4faea0e696dc5d15f47fede8e28c1b262248d8cfd3c9cd14edde33a6802918daa9f88dad174c2f0bc07b610b720aa5d25842aef92584015cd From 778a3fbc31e3873f1dfa58e77af30d23dfe05603 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 20 Aug 2019 17:26:56 +0000 Subject: [PATCH 0426/2185] podman-2:1.5.2-0.15.dev.gita3c46fc - autobuilt a3c46fc Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 07032ff..39b777e 100644 --- a/.gitignore +++ b/.gitignore @@ -408,3 +408,4 @@ /libpod-890378e.tar.gz /libpod-34fc1d0.tar.gz /libpod-230faa8.tar.gz +/libpod-a3c46fc.tar.gz diff --git a/podman.spec b/podman.spec index 75d580f..624b6ac 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 230faa864f8922f16a0d70c4a3454d51768e9a15 +%global commit0 a3c46fcaf4a6276f6648c830d550809924e679e7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.14.dev.git%{shortcommit0}%{?dist} +Release: 0.15.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.15.dev.gita3c46fc +- autobuilt a3c46fc + * Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.14.dev.git230faa8 - autobuilt 230faa8 diff --git a/sources b/sources index fad995c..4b5763a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-230faa8.tar.gz) = 2174911ca110ffb4faea0e696dc5d15f47fede8e28c1b262248d8cfd3c9cd14edde33a6802918daa9f88dad174c2f0bc07b610b720aa5d25842aef92584015cd +SHA512 (libpod-a3c46fc.tar.gz) = 8942a78268f1988be749d033161fcc178651f257516dcf10deef5999a5bd02c227f00b8b49597c18dd69bbf0bce2cac9da7a97b8fc38f4a5af5562d12f70b90f From 244bb11bb6ce67289a3edcd51da0ff8f1d25fa59 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 20 Aug 2019 19:26:07 +0000 Subject: [PATCH 0427/2185] podman-2:1.5.2-0.16.dev.gitf618bc3 - autobuilt f618bc3 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 39b777e..0884125 100644 --- a/.gitignore +++ b/.gitignore @@ -409,3 +409,4 @@ /libpod-34fc1d0.tar.gz /libpod-230faa8.tar.gz /libpod-a3c46fc.tar.gz +/libpod-f618bc3.tar.gz diff --git a/podman.spec b/podman.spec index 624b6ac..4a60930 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a3c46fcaf4a6276f6648c830d550809924e679e7 +%global commit0 f618bc3259701fd7d3c1fc90d0ec3812571fa0ab %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.15.dev.git%{shortcommit0}%{?dist} +Release: 0.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.16.dev.gitf618bc3 +- autobuilt f618bc3 + * Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.15.dev.gita3c46fc - autobuilt a3c46fc diff --git a/sources b/sources index 4b5763a..7d783c0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-a3c46fc.tar.gz) = 8942a78268f1988be749d033161fcc178651f257516dcf10deef5999a5bd02c227f00b8b49597c18dd69bbf0bce2cac9da7a97b8fc38f4a5af5562d12f70b90f +SHA512 (libpod-f618bc3.tar.gz) = 4388af4cc08032971499ff14aa95df38a969c4b9d30940d695729d0cb716f58b0d6829b79c1699bb737e123c9a652d43e899510fefdf4321a9b62e69d04b1d3c From 014f172a6ae6adac49a3f82dafd69a7c50a8d589 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 20 Aug 2019 21:26:08 +0000 Subject: [PATCH 0428/2185] podman-2:1.5.2-0.17.dev.git1ad8fe5 - autobuilt 1ad8fe5 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0884125..19048de 100644 --- a/.gitignore +++ b/.gitignore @@ -410,3 +410,4 @@ /libpod-230faa8.tar.gz /libpod-a3c46fc.tar.gz /libpod-f618bc3.tar.gz +/libpod-1ad8fe5.tar.gz diff --git a/podman.spec b/podman.spec index 4a60930..5f18b3c 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f618bc3259701fd7d3c1fc90d0ec3812571fa0ab +%global commit0 1ad8fe52412c8cef215e5a5af312e5db680c3916 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.16.dev.git%{shortcommit0}%{?dist} +Release: 0.17.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.17.dev.git1ad8fe5 +- autobuilt 1ad8fe5 + * Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.16.dev.gitf618bc3 - autobuilt f618bc3 diff --git a/sources b/sources index 7d783c0..56adda1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-f618bc3.tar.gz) = 4388af4cc08032971499ff14aa95df38a969c4b9d30940d695729d0cb716f58b0d6829b79c1699bb737e123c9a652d43e899510fefdf4321a9b62e69d04b1d3c +SHA512 (libpod-1ad8fe5.tar.gz) = bbdf90f633e6b7050fd2a59adbba498d1df6a1224578d2c627f8deb1202d827ddbd45ee4e1280f4527a66bcd3c2012a5beee3f67fac53937791bd96a893984f2 From 59fb7176b00f3d455d3ccabf783d21b53913ed46 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 21 Aug 2019 18:26:10 +0000 Subject: [PATCH 0429/2185] podman-2:1.5.2-0.18.dev.git1ff984d - autobuilt 1ff984d Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 19048de..bcf4a1a 100644 --- a/.gitignore +++ b/.gitignore @@ -411,3 +411,4 @@ /libpod-a3c46fc.tar.gz /libpod-f618bc3.tar.gz /libpod-1ad8fe5.tar.gz +/libpod-1ff984d.tar.gz diff --git a/podman.spec b/podman.spec index 5f18b3c..afb12a7 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1ad8fe52412c8cef215e5a5af312e5db680c3916 +%global commit0 1ff984d509b85d9ededeb5c609bff01210512891 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.17.dev.git%{shortcommit0}%{?dist} +Release: 0.18.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Wed Aug 21 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.18.dev.git1ff984d +- autobuilt 1ff984d + * Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.17.dev.git1ad8fe5 - autobuilt 1ad8fe5 diff --git a/sources b/sources index 56adda1..31a0688 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-1ad8fe5.tar.gz) = bbdf90f633e6b7050fd2a59adbba498d1df6a1224578d2c627f8deb1202d827ddbd45ee4e1280f4527a66bcd3c2012a5beee3f67fac53937791bd96a893984f2 +SHA512 (libpod-1ff984d.tar.gz) = 1e74379b41c4792e0f55062ea2eb8530f45831d1a7ad5da774aa7d24653591cdb020d695da44f3f1ee760a585d4c867fa6452290a94d3519a7c0a4f4c6211c60 From 9c6f7af49f17cb97951f07c1d062849a5d4d488c Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 21 Aug 2019 23:25:17 +0000 Subject: [PATCH 0430/2185] podman-2:1.5.2-0.19.dev.gitecc5cc5 - autobuilt ecc5cc5 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bcf4a1a..e07bf8e 100644 --- a/.gitignore +++ b/.gitignore @@ -412,3 +412,4 @@ /libpod-f618bc3.tar.gz /libpod-1ad8fe5.tar.gz /libpod-1ff984d.tar.gz +/libpod-ecc5cc5.tar.gz diff --git a/podman.spec b/podman.spec index afb12a7..3f7a961 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1ff984d509b85d9ededeb5c609bff01210512891 +%global commit0 ecc5cc532a26b1fa94ec74a264df156501d4f9dd %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.18.dev.git%{shortcommit0}%{?dist} +Release: 0.19.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Wed Aug 21 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.19.dev.gitecc5cc5 +- autobuilt ecc5cc5 + * Wed Aug 21 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.18.dev.git1ff984d - autobuilt 1ff984d diff --git a/sources b/sources index 31a0688..96a61aa 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-1ff984d.tar.gz) = 1e74379b41c4792e0f55062ea2eb8530f45831d1a7ad5da774aa7d24653591cdb020d695da44f3f1ee760a585d4c867fa6452290a94d3519a7c0a4f4c6211c60 +SHA512 (libpod-ecc5cc5.tar.gz) = 3740d5d907c361e2ea26ca36bcb3e58257c90b255469eb4647b852cfa1c7164152a238e806ce8aeb4286d804003eb729dc7aff7bce879371718f1ac7d1fc4bdc From d96a823fe9146d03748727e610ef66a9bdcc5da2 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 22 Aug 2019 11:27:29 +0000 Subject: [PATCH 0431/2185] podman-2:1.5.2-0.20.dev.git18f2328 - autobuilt 18f2328 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e07bf8e..e79b93b 100644 --- a/.gitignore +++ b/.gitignore @@ -413,3 +413,4 @@ /libpod-1ad8fe5.tar.gz /libpod-1ff984d.tar.gz /libpod-ecc5cc5.tar.gz +/libpod-18f2328.tar.gz diff --git a/podman.spec b/podman.spec index 3f7a961..650736a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ecc5cc532a26b1fa94ec74a264df156501d4f9dd +%global commit0 18f2328264f4dbb9a4c38ece7baae232fd391abf %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.19.dev.git%{shortcommit0}%{?dist} +Release: 0.20.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Thu Aug 22 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.20.dev.git18f2328 +- autobuilt 18f2328 + * Wed Aug 21 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.19.dev.gitecc5cc5 - autobuilt ecc5cc5 diff --git a/sources b/sources index 96a61aa..e29d27f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-ecc5cc5.tar.gz) = 3740d5d907c361e2ea26ca36bcb3e58257c90b255469eb4647b852cfa1c7164152a238e806ce8aeb4286d804003eb729dc7aff7bce879371718f1ac7d1fc4bdc +SHA512 (libpod-18f2328.tar.gz) = 5cbf0b2c34c02ac3c8a9491691f9ace490a0aa486bbd517604bdb0ffca3cfd98dc717cd8b7b147512a835caebe2b120f076271525a145c3b9a81edaf14d248a4 From 7f8fea582a9763477aba1c86d392bb320bd2cc56 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 22 Aug 2019 14:28:22 +0000 Subject: [PATCH 0432/2185] podman-2:1.5.2-0.21.dev.git34002f9 - autobuilt 34002f9 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e79b93b..044e996 100644 --- a/.gitignore +++ b/.gitignore @@ -414,3 +414,4 @@ /libpod-1ff984d.tar.gz /libpod-ecc5cc5.tar.gz /libpod-18f2328.tar.gz +/libpod-34002f9.tar.gz diff --git a/podman.spec b/podman.spec index 650736a..36eae20 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 18f2328264f4dbb9a4c38ece7baae232fd391abf +%global commit0 34002f92ffa2c71c3f5190b6b73617f14652d674 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.20.dev.git%{shortcommit0}%{?dist} +Release: 0.21.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Thu Aug 22 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.21.dev.git34002f9 +- autobuilt 34002f9 + * Thu Aug 22 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.20.dev.git18f2328 - autobuilt 18f2328 diff --git a/sources b/sources index e29d27f..58d5ea4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-18f2328.tar.gz) = 5cbf0b2c34c02ac3c8a9491691f9ace490a0aa486bbd517604bdb0ffca3cfd98dc717cd8b7b147512a835caebe2b120f076271525a145c3b9a81edaf14d248a4 +SHA512 (libpod-34002f9.tar.gz) = 052580538bc8d99efdba6c7e03e07e4809839c098a4419eb2f821cf8c48266b5e85761f0c16fb97876ee0dbb008fe22b1fbce81b3e95446bd08294bbf0c1a460 From 4f81bfaf5da9b8efdc528f90d89d64a6474a4c17 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 22 Aug 2019 17:28:27 +0000 Subject: [PATCH 0433/2185] podman-2:1.5.2-0.22.dev.gitb263dd9 - autobuilt b263dd9 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 044e996..f2baa5b 100644 --- a/.gitignore +++ b/.gitignore @@ -415,3 +415,4 @@ /libpod-ecc5cc5.tar.gz /libpod-18f2328.tar.gz /libpod-34002f9.tar.gz +/libpod-b263dd9.tar.gz diff --git a/podman.spec b/podman.spec index 36eae20..7b7009f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 34002f92ffa2c71c3f5190b6b73617f14652d674 +%global commit0 b263dd9e81bcadd3be5c7420fca9e53ecc8aef7c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.21.dev.git%{shortcommit0}%{?dist} +Release: 0.22.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Thu Aug 22 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.22.dev.gitb263dd9 +- autobuilt b263dd9 + * Thu Aug 22 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.21.dev.git34002f9 - autobuilt 34002f9 diff --git a/sources b/sources index 58d5ea4..73970e0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-34002f9.tar.gz) = 052580538bc8d99efdba6c7e03e07e4809839c098a4419eb2f821cf8c48266b5e85761f0c16fb97876ee0dbb008fe22b1fbce81b3e95446bd08294bbf0c1a460 +SHA512 (libpod-b263dd9.tar.gz) = 7259381d297c90035cdda43c62b847c5f53712cab6962c3e58129740fea3684f8b2933e3dca9569dfde744a24fc746f09b7e30ba5482a0129abf7230097c6a67 From 9795f71feca651f66dbb317ef8f99bc93cb7ac5c Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 22 Aug 2019 14:06:44 -0400 Subject: [PATCH 0434/2185] Move man5 man pages into podman-manpage package --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 7b7009f..96aace6 100644 --- a/podman.spec +++ b/podman.spec @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.22.dev.git%{shortcommit0}%{?dist} +Release: 0.23.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -414,6 +414,7 @@ BuildArch: noarch %files manpages %{_mandir}/man1/%{name}*.1* +%{_mandir}/man5/*.5* %description manpages Man pages for the %{name} commands @@ -557,7 +558,6 @@ exit 0 %license LICENSE %doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md %{_bindir}/%{name} -%{_mandir}/man5/*.5* %{_datadir}/bash-completion/completions/* # By "owning" the site-functions dir, we don't need to Require zsh %dir %{_datadir}/zsh/site-functions @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Thu Aug 22 2019 Daniel J Walsh - 2:1.5.2-0.23.dev.gitb263dd9 +- Move man5 man pages into podman-manpage package + * Thu Aug 22 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.22.dev.gitb263dd9 - autobuilt b263dd9 From 18af750994eeca06c41fdd155e1a293e0a5d9e21 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 22 Aug 2019 19:25:49 +0000 Subject: [PATCH 0435/2185] podman-2:1.5.2-0.24.dev.git59261cf - autobuilt 59261cf Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f2baa5b..576c27c 100644 --- a/.gitignore +++ b/.gitignore @@ -416,3 +416,4 @@ /libpod-18f2328.tar.gz /libpod-34002f9.tar.gz /libpod-b263dd9.tar.gz +/libpod-59261cf.tar.gz diff --git a/podman.spec b/podman.spec index 96aace6..ba6a878 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b263dd9e81bcadd3be5c7420fca9e53ecc8aef7c +%global commit0 59261cf014678b374c4b0d27077de5d0689d6f0c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.23.dev.git%{shortcommit0}%{?dist} +Release: 0.24.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Thu Aug 22 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.24.dev.git59261cf +- autobuilt 59261cf + * Thu Aug 22 2019 Daniel J Walsh - 2:1.5.2-0.23.dev.gitb263dd9 - Move man5 man pages into podman-manpage package diff --git a/sources b/sources index 73970e0..7ae11b4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-b263dd9.tar.gz) = 7259381d297c90035cdda43c62b847c5f53712cab6962c3e58129740fea3684f8b2933e3dca9569dfde744a24fc746f09b7e30ba5482a0129abf7230097c6a67 +SHA512 (libpod-59261cf.tar.gz) = 9404ef88eed7c43bc52a7489d6ab8fa3d17cfa34e8e9b780dfb3be2ce99be11648b816c7986a5025fa845584b4d265b09834f4cb9d7b769f8394de2d7b0a9dde From 96d6cbec41de572c7c1606d517848901a0bdba34 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 25 Aug 2019 17:31:33 +0000 Subject: [PATCH 0436/2185] podman-2:1.5.2-0.25.dev.gitc0528c1 - autobuilt c0528c1 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 576c27c..f1dcbc9 100644 --- a/.gitignore +++ b/.gitignore @@ -417,3 +417,4 @@ /libpod-34002f9.tar.gz /libpod-b263dd9.tar.gz /libpod-59261cf.tar.gz +/libpod-c0528c1.tar.gz diff --git a/podman.spec b/podman.spec index ba6a878..42936a7 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 59261cf014678b374c4b0d27077de5d0689d6f0c +%global commit0 c0528c152ebe2a972e2a44384ebd4ac87b936273 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.24.dev.git%{shortcommit0}%{?dist} +Release: 0.25.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Sun Aug 25 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.25.dev.gitc0528c1 +- autobuilt c0528c1 + * Thu Aug 22 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.24.dev.git59261cf - autobuilt 59261cf diff --git a/sources b/sources index 7ae11b4..2156845 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-59261cf.tar.gz) = 9404ef88eed7c43bc52a7489d6ab8fa3d17cfa34e8e9b780dfb3be2ce99be11648b816c7986a5025fa845584b4d265b09834f4cb9d7b769f8394de2d7b0a9dde +SHA512 (libpod-c0528c1.tar.gz) = 71fa2837cae5bde3881e7471dd0fbf9cec1032d4ef16e0e1a11f077c7f3e01905763679cd2dd1b48d00ca6da05cc2960a9cb1122f7eaaf137f0f8b6a576f6d65 From ce1fd44f9155914fd1ded596f95ccc91e03760c1 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 26 Aug 2019 15:26:54 +0000 Subject: [PATCH 0437/2185] podman-2:1.5.2-0.26.dev.git67926d8 - autobuilt 67926d8 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f1dcbc9..eb0bbfe 100644 --- a/.gitignore +++ b/.gitignore @@ -418,3 +418,4 @@ /libpod-b263dd9.tar.gz /libpod-59261cf.tar.gz /libpod-c0528c1.tar.gz +/libpod-67926d8.tar.gz diff --git a/podman.spec b/podman.spec index 42936a7..56885da 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c0528c152ebe2a972e2a44384ebd4ac87b936273 +%global commit0 67926d86b50973d6cb0d8e953583441c8cb2fecf %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.25.dev.git%{shortcommit0}%{?dist} +Release: 0.26.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Mon Aug 26 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.26.dev.git67926d8 +- autobuilt 67926d8 + * Sun Aug 25 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.25.dev.gitc0528c1 - autobuilt c0528c1 diff --git a/sources b/sources index 2156845..59dd58d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-c0528c1.tar.gz) = 71fa2837cae5bde3881e7471dd0fbf9cec1032d4ef16e0e1a11f077c7f3e01905763679cd2dd1b48d00ca6da05cc2960a9cb1122f7eaaf137f0f8b6a576f6d65 +SHA512 (libpod-67926d8.tar.gz) = fd44acf5c87df7acdedb73f013ffe984647059191a664e84362a43ae4f95485a5a56636fa6f61c1fb6772a26f50a28c4f80ef7bdca847a46189d721dafee7ae6 From b1820d75a1614a4a45ecf403860105b5a13255a1 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 26 Aug 2019 09:27:53 -0600 Subject: [PATCH 0438/2185] Workaround for failing rootless tests bz1740664 Systemd bug 1740664 causes /dev/net/tun to be mode 600, causing slirp4netns to fail on rootless podman. Suggested workaround is to 'modprobe tun'. Let's give that a try in the interests of making the gating tests pass. Signed-off-by: Ed Santiago --- tests/test_podman.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_podman.yml b/tests/test_podman.yml index c73bf48..ed13cc7 100644 --- a/tests/test_podman.yml +++ b/tests/test_podman.yml @@ -18,5 +18,5 @@ # running the test with su doesn't create the directory for fedora user on /run/user/ # so create it manually dir: ./ - run: mkdir /run/user/$(id -u fedora); su -c ${PWD}/test_podman.sh - fedora + run: modprobe tun;mkdir /run/user/$(id -u fedora); su -c ${PWD}/test_podman.sh - fedora timeout: 15m From 4bcd158e7cc8712daad6531f9ae97c03f88d7776 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 26 Aug 2019 16:26:46 +0000 Subject: [PATCH 0439/2185] podman-2:1.5.2-0.27.dev.git112a3cc - autobuilt 112a3cc Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index eb0bbfe..13a741d 100644 --- a/.gitignore +++ b/.gitignore @@ -419,3 +419,4 @@ /libpod-59261cf.tar.gz /libpod-c0528c1.tar.gz /libpod-67926d8.tar.gz +/libpod-112a3cc.tar.gz diff --git a/podman.spec b/podman.spec index 56885da..5419414 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 67926d86b50973d6cb0d8e953583441c8cb2fecf +%global commit0 112a3cce5d6dd05c04e90a81abe3220d0b5c8eea %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.26.dev.git%{shortcommit0}%{?dist} +Release: 0.27.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Mon Aug 26 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.27.dev.git112a3cc +- autobuilt 112a3cc + * Mon Aug 26 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.26.dev.git67926d8 - autobuilt 67926d8 diff --git a/sources b/sources index 59dd58d..ae37a65 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-67926d8.tar.gz) = fd44acf5c87df7acdedb73f013ffe984647059191a664e84362a43ae4f95485a5a56636fa6f61c1fb6772a26f50a28c4f80ef7bdca847a46189d721dafee7ae6 +SHA512 (libpod-112a3cc.tar.gz) = 4b75a8e116a7dd572bccddd0133a2a4f76810b1df0f3cd9058a5da5e1212cb1de1e092ed7a4a0c24df4f95b76dbb79ddd3ff462c4b998ffea619e4411107fd72 From 357d246fb9fd4cb92534071e075ad682992e342e Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 26 Aug 2019 22:24:58 +0000 Subject: [PATCH 0440/2185] podman-2:1.5.2-0.28.dev.gitcec354a - autobuilt cec354a Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 13a741d..36c24d6 100644 --- a/.gitignore +++ b/.gitignore @@ -420,3 +420,4 @@ /libpod-c0528c1.tar.gz /libpod-67926d8.tar.gz /libpod-112a3cc.tar.gz +/libpod-cec354a.tar.gz diff --git a/podman.spec b/podman.spec index 5419414..6981e66 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 112a3cce5d6dd05c04e90a81abe3220d0b5c8eea +%global commit0 cec354aac97edaafe8467b3840eaec0a0466c651 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.27.dev.git%{shortcommit0}%{?dist} +Release: 0.28.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Mon Aug 26 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.28.dev.gitcec354a +- autobuilt cec354a + * Mon Aug 26 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.27.dev.git112a3cc - autobuilt 112a3cc diff --git a/sources b/sources index ae37a65..63c1230 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-112a3cc.tar.gz) = 4b75a8e116a7dd572bccddd0133a2a4f76810b1df0f3cd9058a5da5e1212cb1de1e092ed7a4a0c24df4f95b76dbb79ddd3ff462c4b998ffea619e4411107fd72 +SHA512 (libpod-cec354a.tar.gz) = 64c451e5dc267ea191d4b6559489ecfaedf30a0d7038289527fb5f136d42cbfe4d4590db5d6dee64879650c8489934c844da4ed9659e912f8e177b0db1b40747 From c79199a6c1b1667654cd19a792f4bafffbe6c808 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 27 Aug 2019 10:27:02 +0000 Subject: [PATCH 0441/2185] podman-2:1.5.2-0.29.dev.gitf221c61 - autobuilt f221c61 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 36c24d6..54fa11b 100644 --- a/.gitignore +++ b/.gitignore @@ -421,3 +421,4 @@ /libpod-67926d8.tar.gz /libpod-112a3cc.tar.gz /libpod-cec354a.tar.gz +/libpod-f221c61.tar.gz diff --git a/podman.spec b/podman.spec index 6981e66..e42bd5f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 cec354aac97edaafe8467b3840eaec0a0466c651 +%global commit0 f221c6101934fccbd6705f3b387aadc9ae710f66 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.28.dev.git%{shortcommit0}%{?dist} +Release: 0.29.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -602,6 +602,9 @@ exit 0 %endif %changelog +* Tue Aug 27 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.29.dev.gitf221c61 +- autobuilt f221c61 + * Mon Aug 26 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.28.dev.gitcec354a - autobuilt cec354a diff --git a/sources b/sources index 63c1230..f58c0b5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-cec354a.tar.gz) = 64c451e5dc267ea191d4b6559489ecfaedf30a0d7038289527fb5f136d42cbfe4d4590db5d6dee64879650c8489934c844da4ed9659e912f8e177b0db1b40747 +SHA512 (libpod-f221c61.tar.gz) = bf1b49fcfe7aaf87fab75b363a7101c633d7726e95b36cfe1c4ce8a426ca0beedfb388457506cae8289826a1bb75be08a6cef6c441336f471b3c37cdfe8c4815 From c2dcd12eff8a504bb26e2ab837c6d73459b79d79 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 27 Aug 2019 16:12:47 -0400 Subject: [PATCH 0442/2185] Require crun rather then runc Switch to crun by default for cgroupsV2 support --- podman.spec | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/podman.spec b/podman.spec index e42bd5f..ed5b915 100644 --- a/podman.spec +++ b/podman.spec @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.29.dev.git%{shortcommit0}%{?dist} +Release: 0.30.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -70,7 +70,7 @@ BuildRequires: pkgconfig BuildRequires: make BuildRequires: systemd BuildRequires: systemd-devel -Requires: runc >= 2:1.0.0-57 +Requires: crun Requires: containers-common Requires: containernetworking-plugins >= 0.7.5-1 Requires: iptables @@ -88,7 +88,7 @@ Recommends: fuse-overlayfs >= 0.3-8 Requires: %{name}-manpages = %{version}-%{release} Requires: container-selinux Requires: slirp4netns >= 0.3.0-2 -Requires: runc >= 1.0.0-57 +Requires: crun %endif # vendored libraries @@ -421,14 +421,10 @@ Man pages for the %{name} commands %prep %autosetup -Sgit -n %{repo}-%{commit0} -rm -rf docs/containers-mounts.conf.5.md # untar conmon tar zxf %{SOURCE1} -sed -i 's/install.remote: podman-remote/install.remote:/' Makefile -sed -i 's/install.bin: podman/install.bin:/' Makefile - %build mkdir _build pushd _build @@ -457,6 +453,11 @@ pushd conmon-%{commit_conmon} popd %install +sed -s 's/^runtime[ =].*"runc/runtime = "crun/' libpod.conf -i +sed -i 's/install.remote: podman-remote/install.remote:/' Makefile +sed -i 's/install.bin: podman/install.bin:/' Makefile +rm -rf docs/containers-mounts.conf.5.md + install -dp %{buildroot}%{_unitdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ install.bin \ @@ -602,6 +603,10 @@ exit 0 %endif %changelog +* Thu Aug 27 2019 Daniel J Walsh - 2:1.5.2-0.30.dev.gitf221c61 +- Require crun rather then runc +- Switch to crun by default for cgroupsV2 support + * Tue Aug 27 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.29.dev.gitf221c61 - autobuilt f221c61 From 1c517aaffa626521abc9ab61f21de0f990ae6db8 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 28 Aug 2019 10:26:41 +0000 Subject: [PATCH 0443/2185] podman-2:1.5.2-0.31.dev.gita1a1342 - autobuilt a1a1342 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 54fa11b..43007c9 100644 --- a/.gitignore +++ b/.gitignore @@ -422,3 +422,4 @@ /libpod-112a3cc.tar.gz /libpod-cec354a.tar.gz /libpod-f221c61.tar.gz +/libpod-a1a1342.tar.gz diff --git a/podman.spec b/podman.spec index ed5b915..997c100 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f221c6101934fccbd6705f3b387aadc9ae710f66 +%global commit0 a1a13425872ecf3ee69633e10c2f03d2595e70be %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.30.dev.git%{shortcommit0}%{?dist} +Release: 0.31.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.31.dev.gita1a1342 +- autobuilt a1a1342 + * Thu Aug 27 2019 Daniel J Walsh - 2:1.5.2-0.30.dev.gitf221c61 - Require crun rather then runc - Switch to crun by default for cgroupsV2 support diff --git a/sources b/sources index f58c0b5..6edd82a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-f221c61.tar.gz) = bf1b49fcfe7aaf87fab75b363a7101c633d7726e95b36cfe1c4ce8a426ca0beedfb388457506cae8289826a1bb75be08a6cef6c441336f471b3c37cdfe8c4815 +SHA512 (libpod-a1a1342.tar.gz) = a3a33e7d712605b4dd47ff00a454fa45dac84b1e3aaa5a24f35a8312a4504e32fdd6cd76ddf99f926e16f051dbe04155af757926f3e322d12a882cfc9487b876 From f3a42ddc113a1844dc19d0439ce93e6fbd3e7d2f Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 28 Aug 2019 14:30:59 +0000 Subject: [PATCH 0444/2185] podman-2:1.5.2-0.32.dev.gite5c5a33 - autobuilt e5c5a33 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 43007c9..320c06c 100644 --- a/.gitignore +++ b/.gitignore @@ -423,3 +423,4 @@ /libpod-cec354a.tar.gz /libpod-f221c61.tar.gz /libpod-a1a1342.tar.gz +/libpod-e5c5a33.tar.gz diff --git a/podman.spec b/podman.spec index 997c100..50d575c 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a1a13425872ecf3ee69633e10c2f03d2595e70be +%global commit0 e5c5a33c877d006857389769b3b6fa8f3d7a36d4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.31.dev.git%{shortcommit0}%{?dist} +Release: 0.32.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.32.dev.gite5c5a33 +- autobuilt e5c5a33 + * Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.31.dev.gita1a1342 - autobuilt a1a1342 diff --git a/sources b/sources index 6edd82a..bc5d261 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-a1a1342.tar.gz) = a3a33e7d712605b4dd47ff00a454fa45dac84b1e3aaa5a24f35a8312a4504e32fdd6cd76ddf99f926e16f051dbe04155af757926f3e322d12a882cfc9487b876 +SHA512 (libpod-e5c5a33.tar.gz) = 2e16817fc938ac914dc712146111062685a59ac6ef67a7726e35bec799ac6580ac8a4bbfcf4ea60a8f1b883795dcef0fe9b169034f1a5a267fc1035a1d468548 From f0399aaa0ae87d22b3ec537215e08c886f395a7b Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 28 Aug 2019 15:26:28 +0000 Subject: [PATCH 0445/2185] podman-2:1.5.2-0.33.dev.git61dc63f - autobuilt 61dc63f Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 320c06c..20fe481 100644 --- a/.gitignore +++ b/.gitignore @@ -424,3 +424,4 @@ /libpod-f221c61.tar.gz /libpod-a1a1342.tar.gz /libpod-e5c5a33.tar.gz +/libpod-61dc63f.tar.gz diff --git a/podman.spec b/podman.spec index 50d575c..2c993a8 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e5c5a33c877d006857389769b3b6fa8f3d7a36d4 +%global commit0 61dc63f8aaf25e35645128d6bfefe589d6d6d8f3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.32.dev.git%{shortcommit0}%{?dist} +Release: 0.33.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.33.dev.git61dc63f +- autobuilt 61dc63f + * Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.32.dev.gite5c5a33 - autobuilt e5c5a33 diff --git a/sources b/sources index bc5d261..b01974c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-e5c5a33.tar.gz) = 2e16817fc938ac914dc712146111062685a59ac6ef67a7726e35bec799ac6580ac8a4bbfcf4ea60a8f1b883795dcef0fe9b169034f1a5a267fc1035a1d468548 +SHA512 (libpod-61dc63f.tar.gz) = d838f63970a0e9f0e12d9829a1181f107e23212edc8935cf32d8c49cd8df9dd1abbfaa63f3f318c5deb65654ecbd5d46b1970c29b6e476c2fc5305cb87852056 From e6e57a722257f8fa651d8f4be5aee412dc4477ac Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 28 Aug 2019 17:25:11 +0000 Subject: [PATCH 0446/2185] podman-2:1.5.2-0.34.dev.git4e209fc - autobuilt 4e209fc Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 20fe481..a2dc74a 100644 --- a/.gitignore +++ b/.gitignore @@ -425,3 +425,4 @@ /libpod-a1a1342.tar.gz /libpod-e5c5a33.tar.gz /libpod-61dc63f.tar.gz +/libpod-4e209fc.tar.gz diff --git a/podman.spec b/podman.spec index 2c993a8..78c133a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 61dc63f8aaf25e35645128d6bfefe589d6d6d8f3 +%global commit0 4e209fc10a55560ca181207cf43dae0cb0ec9be0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.33.dev.git%{shortcommit0}%{?dist} +Release: 0.34.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.34.dev.git4e209fc +- autobuilt 4e209fc + * Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.33.dev.git61dc63f - autobuilt 61dc63f diff --git a/sources b/sources index b01974c..a0cf10c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-61dc63f.tar.gz) = d838f63970a0e9f0e12d9829a1181f107e23212edc8935cf32d8c49cd8df9dd1abbfaa63f3f318c5deb65654ecbd5d46b1970c29b6e476c2fc5305cb87852056 +SHA512 (libpod-4e209fc.tar.gz) = e4dd628e7c8d832027c42927293d7e5e8b263edb5fc7d939da1d86964d2dc966f41211f54376554501e0bfba137b9a1d1cad205af5071e793d9113a5d1eddf2f From efb030eef527ac8b65ff0b9499fb7961851d8585 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 28 Aug 2019 19:25:57 +0000 Subject: [PATCH 0447/2185] podman-2:1.5.2-0.35.dev.gitbdf9e56 - autobuilt bdf9e56 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a2dc74a..50b60b4 100644 --- a/.gitignore +++ b/.gitignore @@ -426,3 +426,4 @@ /libpod-e5c5a33.tar.gz /libpod-61dc63f.tar.gz /libpod-4e209fc.tar.gz +/libpod-bdf9e56.tar.gz diff --git a/podman.spec b/podman.spec index 78c133a..4321aef 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 4e209fc10a55560ca181207cf43dae0cb0ec9be0 +%global commit0 bdf9e568134c37f02f662080cfe32f7ca98710c9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.34.dev.git%{shortcommit0}%{?dist} +Release: 0.35.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.35.dev.gitbdf9e56 +- autobuilt bdf9e56 + * Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.34.dev.git4e209fc - autobuilt 4e209fc diff --git a/sources b/sources index a0cf10c..fe18d78 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-4e209fc.tar.gz) = e4dd628e7c8d832027c42927293d7e5e8b263edb5fc7d939da1d86964d2dc966f41211f54376554501e0bfba137b9a1d1cad205af5071e793d9113a5d1eddf2f +SHA512 (libpod-bdf9e56.tar.gz) = d2db14e5078cd9a43442ad0eadc9ba3c361f889198353a38fda4ff1a03c451ae2087b4e3650b0711803c759b4d66d581180b7e83ca533b2eeaefde38e78189c5 From 714875e3dd28b26adeb0b6fb118453b2eaf28bcf Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 28 Aug 2019 20:26:01 +0000 Subject: [PATCH 0448/2185] podman-2:1.5.2-0.36.dev.git1eb6b27 - autobuilt 1eb6b27 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 50b60b4..154bdcc 100644 --- a/.gitignore +++ b/.gitignore @@ -427,3 +427,4 @@ /libpod-61dc63f.tar.gz /libpod-4e209fc.tar.gz /libpod-bdf9e56.tar.gz +/libpod-1eb6b27.tar.gz diff --git a/podman.spec b/podman.spec index 4321aef..a9b4aff 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 bdf9e568134c37f02f662080cfe32f7ca98710c9 +%global commit0 1eb6b271bb1b197c214b9cf560c362a6aeb402da %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.35.dev.git%{shortcommit0}%{?dist} +Release: 0.36.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.36.dev.git1eb6b27 +- autobuilt 1eb6b27 + * Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.35.dev.gitbdf9e56 - autobuilt bdf9e56 diff --git a/sources b/sources index fe18d78..d209e2c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-bdf9e56.tar.gz) = d2db14e5078cd9a43442ad0eadc9ba3c361f889198353a38fda4ff1a03c451ae2087b4e3650b0711803c759b4d66d581180b7e83ca533b2eeaefde38e78189c5 +SHA512 (libpod-1eb6b27.tar.gz) = c6070fbaf46bd9f3580279b4b4c8d20db872a633b6e6541094b95d98c7231a1a4ab0eec8ef3852c4528493d1857be9480aace1670e53decb86658978ed633bbc From 637599edcbaa13a1c795ce67a26f2a570cbf59ad Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 29 Aug 2019 14:28:42 +0000 Subject: [PATCH 0449/2185] podman-2:1.5.2-0.37.dev.gitab5f52c - autobuilt ab5f52c Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 154bdcc..cf631a4 100644 --- a/.gitignore +++ b/.gitignore @@ -428,3 +428,4 @@ /libpod-4e209fc.tar.gz /libpod-bdf9e56.tar.gz /libpod-1eb6b27.tar.gz +/libpod-ab5f52c.tar.gz diff --git a/podman.spec b/podman.spec index a9b4aff..6953a62 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1eb6b271bb1b197c214b9cf560c362a6aeb402da +%global commit0 ab5f52c0d2ce617f875ef69c9ae67381841a6514 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.36.dev.git%{shortcommit0}%{?dist} +Release: 0.37.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Thu Aug 29 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.37.dev.gitab5f52c +- autobuilt ab5f52c + * Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.36.dev.git1eb6b27 - autobuilt 1eb6b27 diff --git a/sources b/sources index d209e2c..d1cc216 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-1eb6b27.tar.gz) = c6070fbaf46bd9f3580279b4b4c8d20db872a633b6e6541094b95d98c7231a1a4ab0eec8ef3852c4528493d1857be9480aace1670e53decb86658978ed633bbc +SHA512 (libpod-ab5f52c.tar.gz) = 09974cba031cfea7559cff4e65fd07852e1663b0c3dccbda618d7a6ecc5a2b53a05322010ee3274abda0ed032500e01c30a3e610f542d71def9be64fe38f3e6f From c6f4de28cc158df20dd2f32bc45f8c147d821dc3 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 29 Aug 2019 21:25:27 +0000 Subject: [PATCH 0450/2185] podman-2:1.5.2-0.38.dev.gitd110998 - autobuilt d110998 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cf631a4..9a57e5f 100644 --- a/.gitignore +++ b/.gitignore @@ -429,3 +429,4 @@ /libpod-bdf9e56.tar.gz /libpod-1eb6b27.tar.gz /libpod-ab5f52c.tar.gz +/libpod-d110998.tar.gz diff --git a/podman.spec b/podman.spec index 6953a62..35183ca 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ab5f52c0d2ce617f875ef69c9ae67381841a6514 +%global commit0 d110998744e816895b0a9d9bb90a02cd5d12df7b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.37.dev.git%{shortcommit0}%{?dist} +Release: 0.38.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Thu Aug 29 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.38.dev.gitd110998 +- autobuilt d110998 + * Thu Aug 29 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.37.dev.gitab5f52c - autobuilt ab5f52c diff --git a/sources b/sources index d1cc216..df1a00e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-ab5f52c.tar.gz) = 09974cba031cfea7559cff4e65fd07852e1663b0c3dccbda618d7a6ecc5a2b53a05322010ee3274abda0ed032500e01c30a3e610f542d71def9be64fe38f3e6f +SHA512 (libpod-d110998.tar.gz) = bd0165a9ffcc5fcdf16ad0ed1d1b2da9978025054ea721d6c588db5917d06e4066155ffee7b0840fc782cd31a06a6512bdf0b1eaef6cf1f90825cd17f8712828 From c74d0bc97260905f3a55de2e192aa236490d6104 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 30 Aug 2019 10:27:53 +0000 Subject: [PATCH 0451/2185] podman-2:1.5.2-0.39.dev.git3e0fdc7 - autobuilt 3e0fdc7 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9a57e5f..a8fbf5a 100644 --- a/.gitignore +++ b/.gitignore @@ -430,3 +430,4 @@ /libpod-1eb6b27.tar.gz /libpod-ab5f52c.tar.gz /libpod-d110998.tar.gz +/libpod-3e0fdc7.tar.gz diff --git a/podman.spec b/podman.spec index 35183ca..bd2a634 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d110998744e816895b0a9d9bb90a02cd5d12df7b +%global commit0 3e0fdc7f7a7435ccf80795a3c2e57c2a8ce28aed %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.38.dev.git%{shortcommit0}%{?dist} +Release: 0.39.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Fri Aug 30 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.39.dev.git3e0fdc7 +- autobuilt 3e0fdc7 + * Thu Aug 29 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.38.dev.gitd110998 - autobuilt d110998 diff --git a/sources b/sources index df1a00e..1e2b739 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-d110998.tar.gz) = bd0165a9ffcc5fcdf16ad0ed1d1b2da9978025054ea721d6c588db5917d06e4066155ffee7b0840fc782cd31a06a6512bdf0b1eaef6cf1f90825cd17f8712828 +SHA512 (libpod-3e0fdc7.tar.gz) = 13c4ac239bfe77da4de33312fb7ab71abbd7dd2b349a78c4fcb4f7058468ca9fc6b399249ab9407110e78e9eacd07509d8cdca93c95bbb546332b5cd356113d9 From c14e4c31e8ee8ffcbc13f9290bd1dcb3cd3df6a7 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 30 Aug 2019 14:29:28 +0000 Subject: [PATCH 0452/2185] podman-2:1.5.2-0.40.dev.git8ba21ac - autobuilt 8ba21ac Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a8fbf5a..4ddcee8 100644 --- a/.gitignore +++ b/.gitignore @@ -431,3 +431,4 @@ /libpod-ab5f52c.tar.gz /libpod-d110998.tar.gz /libpod-3e0fdc7.tar.gz +/libpod-8ba21ac.tar.gz diff --git a/podman.spec b/podman.spec index bd2a634..69c1f1d 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3e0fdc7f7a7435ccf80795a3c2e57c2a8ce28aed +%global commit0 8ba21acd459069cd53b492d46736b85c3436296b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.39.dev.git%{shortcommit0}%{?dist} +Release: 0.40.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Fri Aug 30 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.40.dev.git8ba21ac +- autobuilt 8ba21ac + * Fri Aug 30 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.39.dev.git3e0fdc7 - autobuilt 3e0fdc7 diff --git a/sources b/sources index 1e2b739..6f672ff 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-3e0fdc7.tar.gz) = 13c4ac239bfe77da4de33312fb7ab71abbd7dd2b349a78c4fcb4f7058468ca9fc6b399249ab9407110e78e9eacd07509d8cdca93c95bbb546332b5cd356113d9 +SHA512 (libpod-8ba21ac.tar.gz) = 7e0f7d3342dd48c70c50447dfd21a60ccff9baa4c392e74918171744f11eda729c625495a5f083f95c53892c0cb6d32cf6b27f1c949aecdae9490ce249838e24 From 5b1871f5bc055779f25d65f0acaf2caa00651f0f Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 1 Sep 2019 15:32:29 +0000 Subject: [PATCH 0453/2185] podman-2:1.5.2-0.41.dev.gite5568d4 - autobuilt e5568d4 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4ddcee8..5fd11d4 100644 --- a/.gitignore +++ b/.gitignore @@ -432,3 +432,4 @@ /libpod-d110998.tar.gz /libpod-3e0fdc7.tar.gz /libpod-8ba21ac.tar.gz +/libpod-e5568d4.tar.gz diff --git a/podman.spec b/podman.spec index 69c1f1d..23a8366 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 8ba21acd459069cd53b492d46736b85c3436296b +%global commit0 e5568d4acc5b6319e46de9477c99248db55db628 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.40.dev.git%{shortcommit0}%{?dist} +Release: 0.41.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Sun Sep 01 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.41.dev.gite5568d4 +- autobuilt e5568d4 + * Fri Aug 30 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.40.dev.git8ba21ac - autobuilt 8ba21ac diff --git a/sources b/sources index 6f672ff..0329e38 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-8ba21ac.tar.gz) = 7e0f7d3342dd48c70c50447dfd21a60ccff9baa4c392e74918171744f11eda729c625495a5f083f95c53892c0cb6d32cf6b27f1c949aecdae9490ce249838e24 +SHA512 (libpod-e5568d4.tar.gz) = 8221d63fa5e9860d0f503fce160cbc4fded17d5967e77ef0ed441dbc9eb3e6bc84c7be1dc96703dcd47ae233f5f1edc8636f0485d01ea31a7517d402c201dd07 From 87aac9b793e96fe21d9df1c92122b0c5a3f1fc40 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 2 Sep 2019 18:25:36 +0000 Subject: [PATCH 0454/2185] podman-2:1.5.2-0.42.dev.git099549b - autobuilt 099549b Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5fd11d4..b43c90b 100644 --- a/.gitignore +++ b/.gitignore @@ -433,3 +433,4 @@ /libpod-3e0fdc7.tar.gz /libpod-8ba21ac.tar.gz /libpod-e5568d4.tar.gz +/libpod-099549b.tar.gz diff --git a/podman.spec b/podman.spec index 23a8366..7afb5cb 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e5568d4acc5b6319e46de9477c99248db55db628 +%global commit0 099549bd38c2b39fb884c8e9aecdf4e44c90b484 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.41.dev.git%{shortcommit0}%{?dist} +Release: 0.42.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Mon Sep 02 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.42.dev.git099549b +- autobuilt 099549b + * Sun Sep 01 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.41.dev.gite5568d4 - autobuilt e5568d4 diff --git a/sources b/sources index 0329e38..84199be 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-e5568d4.tar.gz) = 8221d63fa5e9860d0f503fce160cbc4fded17d5967e77ef0ed441dbc9eb3e6bc84c7be1dc96703dcd47ae233f5f1edc8636f0485d01ea31a7517d402c201dd07 +SHA512 (libpod-099549b.tar.gz) = 91955b793adfddae26e37aecdbb2f019da03442977b2d8ba2d15dfc6e2d9c07462a9f2f0fa0608235cd4155c6c5b26228f0f3dd857403657b10f8bcef0f78704 From 85a9c6547489b5327f906536f8b7f9931352f96a Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 3 Sep 2019 10:25:56 +0000 Subject: [PATCH 0455/2185] podman-2:1.5.2-0.43.dev.git50a1910 - autobuilt 50a1910 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b43c90b..443e394 100644 --- a/.gitignore +++ b/.gitignore @@ -434,3 +434,4 @@ /libpod-8ba21ac.tar.gz /libpod-e5568d4.tar.gz /libpod-099549b.tar.gz +/libpod-50a1910.tar.gz diff --git a/podman.spec b/podman.spec index 7afb5cb..91ca7dc 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 099549bd38c2b39fb884c8e9aecdf4e44c90b484 +%global commit0 50a191037d8d95f3f28e8dce677c63753cf6b78d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.42.dev.git%{shortcommit0}%{?dist} +Release: 0.43.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Tue Sep 03 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.43.dev.git50a1910 +- autobuilt 50a1910 + * Mon Sep 02 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.42.dev.git099549b - autobuilt 099549b diff --git a/sources b/sources index 84199be..a94c8b4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-099549b.tar.gz) = 91955b793adfddae26e37aecdbb2f019da03442977b2d8ba2d15dfc6e2d9c07462a9f2f0fa0608235cd4155c6c5b26228f0f3dd857403657b10f8bcef0f78704 +SHA512 (libpod-50a1910.tar.gz) = c56f865156907fa40738dbf7c973d36df814c474fcf7f782cd9ae7d09b8698091e7a99b3d4dc2850d7fa0e184490a3318c69af8b2d163315b263912732dba6b1 From eb6f088722754665b875cfea65b7d9ef7d679379 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 3 Sep 2019 13:30:19 +0000 Subject: [PATCH 0456/2185] podman-2:1.5.2-0.44.dev.gitc039499 - autobuilt c039499 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 443e394..9993c94 100644 --- a/.gitignore +++ b/.gitignore @@ -435,3 +435,4 @@ /libpod-e5568d4.tar.gz /libpod-099549b.tar.gz /libpod-50a1910.tar.gz +/libpod-c039499.tar.gz diff --git a/podman.spec b/podman.spec index 91ca7dc..a6e5172 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 50a191037d8d95f3f28e8dce677c63753cf6b78d +%global commit0 c03949986feffd489e6fd41538d6a5bda233e850 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.43.dev.git%{shortcommit0}%{?dist} +Release: 0.44.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Tue Sep 03 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.44.dev.gitc039499 +- autobuilt c039499 + * Tue Sep 03 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.43.dev.git50a1910 - autobuilt 50a1910 diff --git a/sources b/sources index a94c8b4..7a7d69c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-50a1910.tar.gz) = c56f865156907fa40738dbf7c973d36df814c474fcf7f782cd9ae7d09b8698091e7a99b3d4dc2850d7fa0e184490a3318c69af8b2d163315b263912732dba6b1 +SHA512 (libpod-c039499.tar.gz) = 53a13bbaeacf828481a8ece6aa973a1b23bfe106cb26f7de6ab26c7a024c7c8ccdd1de012106c8328d964b1c117fdace542ff7ad00faa5674b2e19c6c287cd66 From 203a03c76d5f9e0056240aa46f63df5aa1396527 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 3 Sep 2019 14:31:52 +0000 Subject: [PATCH 0457/2185] podman-2:1.5.2-0.45.dev.gita16f63e - autobuilt a16f63e Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9993c94..2b23936 100644 --- a/.gitignore +++ b/.gitignore @@ -436,3 +436,4 @@ /libpod-099549b.tar.gz /libpod-50a1910.tar.gz /libpod-c039499.tar.gz +/libpod-a16f63e.tar.gz diff --git a/podman.spec b/podman.spec index a6e5172..e7f03c9 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c03949986feffd489e6fd41538d6a5bda233e850 +%global commit0 a16f63e96e9993a1e2542b6f5c85903cc4659c6e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.44.dev.git%{shortcommit0}%{?dist} +Release: 0.45.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Tue Sep 03 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.45.dev.gita16f63e +- autobuilt a16f63e + * Tue Sep 03 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.44.dev.gitc039499 - autobuilt c039499 diff --git a/sources b/sources index 7a7d69c..0b46de2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-c039499.tar.gz) = 53a13bbaeacf828481a8ece6aa973a1b23bfe106cb26f7de6ab26c7a024c7c8ccdd1de012106c8328d964b1c117fdace542ff7ad00faa5674b2e19c6c287cd66 +SHA512 (libpod-a16f63e.tar.gz) = ed98cde6e7eea29070f49decfdf77a10471f188ba92d784ce946d3fbe0093bc13dec5fda3d36190344b803010d0256e67536df7d09be9b2e67a6aad11210014a From 14763a69f5b5f1cfd587a99bcbdd3ca05f304476 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 4 Sep 2019 10:29:18 +0000 Subject: [PATCH 0458/2185] podman-2:1.5.2-0.46.dev.git1d8a940 - autobuilt 1d8a940 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2b23936..fabd1fe 100644 --- a/.gitignore +++ b/.gitignore @@ -437,3 +437,4 @@ /libpod-50a1910.tar.gz /libpod-c039499.tar.gz /libpod-a16f63e.tar.gz +/libpod-1d8a940.tar.gz diff --git a/podman.spec b/podman.spec index e7f03c9..ec59b9c 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a16f63e96e9993a1e2542b6f5c85903cc4659c6e +%global commit0 1d8a940982ff58f61bde69b330803a38430d16a3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -37,7 +37,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.4.4 +%global built_tag v1.5.1 Name: podman %if 0%{?fedora} @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.45.dev.git%{shortcommit0}%{?dist} +Release: 0.46.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Wed Sep 04 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.46.dev.git1d8a940 +- autobuilt 1d8a940 + * Tue Sep 03 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.45.dev.gita16f63e - autobuilt a16f63e diff --git a/sources b/sources index 0b46de2..1da62f3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-a16f63e.tar.gz) = ed98cde6e7eea29070f49decfdf77a10471f188ba92d784ce946d3fbe0093bc13dec5fda3d36190344b803010d0256e67536df7d09be9b2e67a6aad11210014a +SHA512 (libpod-1d8a940.tar.gz) = 3dcd7e59c9e6854b7849e9944cb1bf968d0d57f2cf71b95b77ad31a51b75b1e98df9116c2cab165ffcd1d2495d5ff30a63ed0a10d546a368d78bff3464bbf9ba From b0faa8f7dcabb2ee8747d4d0b152fb8a0a475362 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 4 Sep 2019 13:39:30 +0000 Subject: [PATCH 0459/2185] podman-2:1.5.2-0.47.dev.gitf1a3e02 - autobuilt f1a3e02 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fabd1fe..7747109 100644 --- a/.gitignore +++ b/.gitignore @@ -438,3 +438,4 @@ /libpod-c039499.tar.gz /libpod-a16f63e.tar.gz /libpod-1d8a940.tar.gz +/libpod-f1a3e02.tar.gz diff --git a/podman.spec b/podman.spec index ec59b9c..5f8c7f8 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1d8a940982ff58f61bde69b330803a38430d16a3 +%global commit0 f1a3e02aea68a37f85cb924c934be1bcc4131d7d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.46.dev.git%{shortcommit0}%{?dist} +Release: 0.47.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Wed Sep 04 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.47.dev.gitf1a3e02 +- autobuilt f1a3e02 + * Wed Sep 04 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.46.dev.git1d8a940 - autobuilt 1d8a940 diff --git a/sources b/sources index 1da62f3..d09c866 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-1d8a940.tar.gz) = 3dcd7e59c9e6854b7849e9944cb1bf968d0d57f2cf71b95b77ad31a51b75b1e98df9116c2cab165ffcd1d2495d5ff30a63ed0a10d546a368d78bff3464bbf9ba +SHA512 (libpod-f1a3e02.tar.gz) = b5715ebbb1cc8b50fe02b0094ece06a92cca397872dae6e4663e3caca2006a60307d81cf6672a780e3cf92af40f25823cc6af6210693988e8bdd57eb1c46956b From 1e758307da72313cd8dece166454d7b10bbdceaa Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 4 Sep 2019 20:27:58 +0000 Subject: [PATCH 0460/2185] podman-2:1.5.2-0.48.dev.git84140f5 - autobuilt 84140f5 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7747109..2ec2f8e 100644 --- a/.gitignore +++ b/.gitignore @@ -439,3 +439,4 @@ /libpod-a16f63e.tar.gz /libpod-1d8a940.tar.gz /libpod-f1a3e02.tar.gz +/libpod-84140f5.tar.gz diff --git a/podman.spec b/podman.spec index 5f8c7f8..2c18d65 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f1a3e02aea68a37f85cb924c934be1bcc4131d7d +%global commit0 84140f5331cebd7a63a44de277244d48452fe040 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.47.dev.git%{shortcommit0}%{?dist} +Release: 0.48.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Wed Sep 04 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.48.dev.git84140f5 +- autobuilt 84140f5 + * Wed Sep 04 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.47.dev.gitf1a3e02 - autobuilt f1a3e02 diff --git a/sources b/sources index d09c866..88f982e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-f1a3e02.tar.gz) = b5715ebbb1cc8b50fe02b0094ece06a92cca397872dae6e4663e3caca2006a60307d81cf6672a780e3cf92af40f25823cc6af6210693988e8bdd57eb1c46956b +SHA512 (libpod-84140f5.tar.gz) = 46d09bc4ac0343f82ef27c1396751c092e5b60a62eb1ea2f774335f6785c3e03ece8649f1a70e075eb81986cd119b806d8bbe7465c6e619d94cfaec2c1d15932 From 1d3db3e10a12653abbc066a06157546ef563a74e Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 4 Sep 2019 21:25:53 +0000 Subject: [PATCH 0461/2185] podman-2:1.5.2-0.49.dev.gite74fcd7 - autobuilt e74fcd7 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2ec2f8e..ac3f2d2 100644 --- a/.gitignore +++ b/.gitignore @@ -440,3 +440,4 @@ /libpod-1d8a940.tar.gz /libpod-f1a3e02.tar.gz /libpod-84140f5.tar.gz +/libpod-e74fcd7.tar.gz diff --git a/podman.spec b/podman.spec index 2c18d65..d9c4d66 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 84140f5331cebd7a63a44de277244d48452fe040 +%global commit0 e74fcd73357954fe5a0b027cf195c04345703985 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.48.dev.git%{shortcommit0}%{?dist} +Release: 0.49.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Wed Sep 04 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.49.dev.gite74fcd7 +- autobuilt e74fcd7 + * Wed Sep 04 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.48.dev.git84140f5 - autobuilt 84140f5 diff --git a/sources b/sources index 88f982e..27cbb2f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-84140f5.tar.gz) = 46d09bc4ac0343f82ef27c1396751c092e5b60a62eb1ea2f774335f6785c3e03ece8649f1a70e075eb81986cd119b806d8bbe7465c6e619d94cfaec2c1d15932 +SHA512 (libpod-e74fcd7.tar.gz) = 496d9e9090f6edd0553293c071c2df27c434ba94075b32ac7b6f97b7b3c58e053a9f6a019fcf09c11648d65d27b53b401fff9ddc7d3d0b30ed05b65d294eddb5 From 790df37b70b0a7018aefe7ee77e5ac80a08bce0a Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 5 Sep 2019 11:00:18 +0000 Subject: [PATCH 0462/2185] podman-2:1.5.2-0.50.dev.gitb962b1e - autobuilt b962b1e Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ac3f2d2..203a761 100644 --- a/.gitignore +++ b/.gitignore @@ -441,3 +441,4 @@ /libpod-f1a3e02.tar.gz /libpod-84140f5.tar.gz /libpod-e74fcd7.tar.gz +/libpod-b962b1e.tar.gz diff --git a/podman.spec b/podman.spec index d9c4d66..f069150 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e74fcd73357954fe5a0b027cf195c04345703985 +%global commit0 b962b1e3538312f145aea0cf5546ae31f35f635f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.49.dev.git%{shortcommit0}%{?dist} +Release: 0.50.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.50.dev.gitb962b1e +- autobuilt b962b1e + * Wed Sep 04 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.49.dev.gite74fcd7 - autobuilt e74fcd7 diff --git a/sources b/sources index 27cbb2f..069164b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-e74fcd7.tar.gz) = 496d9e9090f6edd0553293c071c2df27c434ba94075b32ac7b6f97b7b3c58e053a9f6a019fcf09c11648d65d27b53b401fff9ddc7d3d0b30ed05b65d294eddb5 +SHA512 (libpod-b962b1e.tar.gz) = 827a99750a12199cc16c88146afa2fea0bdb3fb211bba36265a091d87fce443bac9128184fb2f23cf180ef306990cbaf5fa28e49908a803d8c3a8aa13cc86176 From 20c5f351dde9347ddacd2a74d4ab8b74cd1d6e17 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 5 Sep 2019 16:29:20 +0000 Subject: [PATCH 0463/2185] podman-2:1.5.2-0.51.dev.git3f81f44 - autobuilt 3f81f44 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 203a761..f964467 100644 --- a/.gitignore +++ b/.gitignore @@ -442,3 +442,4 @@ /libpod-84140f5.tar.gz /libpod-e74fcd7.tar.gz /libpod-b962b1e.tar.gz +/libpod-3f81f44.tar.gz diff --git a/podman.spec b/podman.spec index f069150..9bb493a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b962b1e3538312f145aea0cf5546ae31f35f635f +%global commit0 3f81f4409d41510dd7440af9a3321c949ca485a0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.50.dev.git%{shortcommit0}%{?dist} +Release: 0.51.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.51.dev.git3f81f44 +- autobuilt 3f81f44 + * Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.50.dev.gitb962b1e - autobuilt b962b1e diff --git a/sources b/sources index 069164b..9736888 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-b962b1e.tar.gz) = 827a99750a12199cc16c88146afa2fea0bdb3fb211bba36265a091d87fce443bac9128184fb2f23cf180ef306990cbaf5fa28e49908a803d8c3a8aa13cc86176 +SHA512 (libpod-3f81f44.tar.gz) = 32a4f4f8f1e62bb22cdb965de6148dac7936764119b8266ab3c4f6410ccf3ef2db681db3d51bc6dafaec99f05cc1e493ba3111b7514cba9bdb222ed0c6ec1f59 From 950935a52401fa3cafd234961659a702ff9f6e00 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 5 Sep 2019 18:26:23 +0000 Subject: [PATCH 0464/2185] podman-2:1.5.2-0.52.dev.gitcef5bec - autobuilt cef5bec Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f964467..6cb4986 100644 --- a/.gitignore +++ b/.gitignore @@ -443,3 +443,4 @@ /libpod-e74fcd7.tar.gz /libpod-b962b1e.tar.gz /libpod-3f81f44.tar.gz +/libpod-cef5bec.tar.gz diff --git a/podman.spec b/podman.spec index 9bb493a..d7f36d8 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3f81f4409d41510dd7440af9a3321c949ca485a0 +%global commit0 cef5bec06b200ffa5caed46db296e55fb7d72376 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.51.dev.git%{shortcommit0}%{?dist} +Release: 0.52.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.52.dev.gitcef5bec +- autobuilt cef5bec + * Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.51.dev.git3f81f44 - autobuilt 3f81f44 diff --git a/sources b/sources index 9736888..a6be341 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-3f81f44.tar.gz) = 32a4f4f8f1e62bb22cdb965de6148dac7936764119b8266ab3c4f6410ccf3ef2db681db3d51bc6dafaec99f05cc1e493ba3111b7514cba9bdb222ed0c6ec1f59 +SHA512 (libpod-cef5bec.tar.gz) = 43b6f1abfbd57fd2ae68053c77f368807dbe1093fd0b2b8154f2041284fdce73406392d834ebbeb29301f95ea536b936594453267100daa69c1438a3efdc60f9 From 29524edb268b468cfc719ea87721b72027f00a24 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 5 Sep 2019 22:25:17 +0000 Subject: [PATCH 0465/2185] podman-2:1.5.2-0.53.dev.gita4572c4 - autobuilt a4572c4 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6cb4986..fac833f 100644 --- a/.gitignore +++ b/.gitignore @@ -444,3 +444,4 @@ /libpod-b962b1e.tar.gz /libpod-3f81f44.tar.gz /libpod-cef5bec.tar.gz +/libpod-a4572c4.tar.gz diff --git a/podman.spec b/podman.spec index d7f36d8..0c9f7fc 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 cef5bec06b200ffa5caed46db296e55fb7d72376 +%global commit0 a4572c4f681ef23495495f313ae513d5ba3fd495 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.52.dev.git%{shortcommit0}%{?dist} +Release: 0.53.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.53.dev.gita4572c4 +- autobuilt a4572c4 + * Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.52.dev.gitcef5bec - autobuilt cef5bec diff --git a/sources b/sources index a6be341..f278994 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-cef5bec.tar.gz) = 43b6f1abfbd57fd2ae68053c77f368807dbe1093fd0b2b8154f2041284fdce73406392d834ebbeb29301f95ea536b936594453267100daa69c1438a3efdc60f9 +SHA512 (libpod-a4572c4.tar.gz) = 21ebb49ab67c452cc1e35f47b29ce7afce17455eebd4ab6e1cbaae3b077a3d4ffa1b8445f316d4e1fa74226edffa8b48396e80beff2a279d1b411caf07ed41ba From 9caf75e1687798f872a91d1eb18689cf554681a4 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 6 Sep 2019 12:27:35 +0000 Subject: [PATCH 0466/2185] podman-2:1.5.2-0.54.dev.git24171ae - autobuilt 24171ae Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fac833f..2b34726 100644 --- a/.gitignore +++ b/.gitignore @@ -445,3 +445,4 @@ /libpod-3f81f44.tar.gz /libpod-cef5bec.tar.gz /libpod-a4572c4.tar.gz +/libpod-24171ae.tar.gz diff --git a/podman.spec b/podman.spec index 0c9f7fc..962ccd9 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a4572c4f681ef23495495f313ae513d5ba3fd495 +%global commit0 24171ae060caacb32669f6aa263282ea52ff6201 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.53.dev.git%{shortcommit0}%{?dist} +Release: 0.54.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.54.dev.git24171ae +- autobuilt 24171ae + * Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.53.dev.gita4572c4 - autobuilt a4572c4 diff --git a/sources b/sources index f278994..b067045 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-a4572c4.tar.gz) = 21ebb49ab67c452cc1e35f47b29ce7afce17455eebd4ab6e1cbaae3b077a3d4ffa1b8445f316d4e1fa74226edffa8b48396e80beff2a279d1b411caf07ed41ba +SHA512 (libpod-24171ae.tar.gz) = d5c13b87ccc40cd003579f9b626d6607f1b1cae746672c37c5e68620bbfe2456cd0f4f967d103bf2dacbeaa473bc23103caadbf1014ab0ce208bbef6608aeba8 From 550cc1632a7f51c4729f1b5b87489647330d0462 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 6 Sep 2019 14:27:54 +0000 Subject: [PATCH 0467/2185] podman-2:1.5.2-0.55.dev.git8898085 - autobuilt 8898085 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2b34726..e41a48c 100644 --- a/.gitignore +++ b/.gitignore @@ -446,3 +446,4 @@ /libpod-cef5bec.tar.gz /libpod-a4572c4.tar.gz /libpod-24171ae.tar.gz +/libpod-8898085.tar.gz diff --git a/podman.spec b/podman.spec index 962ccd9..8d2ae26 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 24171ae060caacb32669f6aa263282ea52ff6201 +%global commit0 88980859eccacf7a5752952b4dfba6d25374ec2d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.54.dev.git%{shortcommit0}%{?dist} +Release: 0.55.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.55.dev.git8898085 +- autobuilt 8898085 + * Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.54.dev.git24171ae - autobuilt 24171ae diff --git a/sources b/sources index b067045..a6f35ce 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-24171ae.tar.gz) = d5c13b87ccc40cd003579f9b626d6607f1b1cae746672c37c5e68620bbfe2456cd0f4f967d103bf2dacbeaa473bc23103caadbf1014ab0ce208bbef6608aeba8 +SHA512 (libpod-8898085.tar.gz) = b4f20cb5423764884389a0f95bd5b3e8108060c05b415d7925c5836b88ae512c9f3c963605435e867d9130328fd06374b024a975c8e16f329e06dfb5c1ae33f7 From 01027dab99f4b782467d88f3bf6414f4bb2fe0ea Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 6 Sep 2019 15:26:09 +0000 Subject: [PATCH 0468/2185] podman-2:1.5.2-0.56.dev.git575ffee - autobuilt 575ffee Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e41a48c..4fb2d12 100644 --- a/.gitignore +++ b/.gitignore @@ -447,3 +447,4 @@ /libpod-a4572c4.tar.gz /libpod-24171ae.tar.gz /libpod-8898085.tar.gz +/libpod-575ffee.tar.gz diff --git a/podman.spec b/podman.spec index 8d2ae26..9d879a5 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 88980859eccacf7a5752952b4dfba6d25374ec2d +%global commit0 575ffee2f05dc607d32da2d0bfd1b82f47aab8bb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.55.dev.git%{shortcommit0}%{?dist} +Release: 0.56.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.56.dev.git575ffee +- autobuilt 575ffee + * Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.55.dev.git8898085 - autobuilt 8898085 diff --git a/sources b/sources index a6f35ce..0302dc1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-8898085.tar.gz) = b4f20cb5423764884389a0f95bd5b3e8108060c05b415d7925c5836b88ae512c9f3c963605435e867d9130328fd06374b024a975c8e16f329e06dfb5c1ae33f7 +SHA512 (libpod-575ffee.tar.gz) = 1aa4b0d41ce924310e0b401b80a92449c9135f855eec38c2f978493f04494a3fd203ca2f9782fd3f20c6ad0a7b74514b6cf9c5eb86cedf0091387ac0cb92eacc From 0f8ee8fae58a2bcadc57865e5291a5f1247aa9d4 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 6 Sep 2019 16:27:43 +0000 Subject: [PATCH 0469/2185] podman-2:1.5.2-0.57.dev.git290def5 - autobuilt 290def5 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4fb2d12..03014d3 100644 --- a/.gitignore +++ b/.gitignore @@ -448,3 +448,4 @@ /libpod-24171ae.tar.gz /libpod-8898085.tar.gz /libpod-575ffee.tar.gz +/libpod-290def5.tar.gz diff --git a/podman.spec b/podman.spec index 9d879a5..a57bbef 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 575ffee2f05dc607d32da2d0bfd1b82f47aab8bb +%global commit0 290def5b921ca4b557e051e79963de7f429cfcd7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.56.dev.git%{shortcommit0}%{?dist} +Release: 0.57.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.57.dev.git290def5 +- autobuilt 290def5 + * Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.56.dev.git575ffee - autobuilt 575ffee diff --git a/sources b/sources index 0302dc1..61480e5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-575ffee.tar.gz) = 1aa4b0d41ce924310e0b401b80a92449c9135f855eec38c2f978493f04494a3fd203ca2f9782fd3f20c6ad0a7b74514b6cf9c5eb86cedf0091387ac0cb92eacc +SHA512 (libpod-290def5.tar.gz) = bd900518c841a3ef8aaf1a1394da820a0658785ad5630e79efd644c40361fcb0a01e0c511aa4a7ac4accf67165c4cf107c2eba70baddd2f82903c0073092a060 From cdec6b64ecac132e3ba758bf0267f2ce62541523 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 6 Sep 2019 17:26:57 +0000 Subject: [PATCH 0470/2185] podman-2:1.5.2-0.58.dev.git30cbb00 - autobuilt 30cbb00 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 03014d3..d1975fa 100644 --- a/.gitignore +++ b/.gitignore @@ -449,3 +449,4 @@ /libpod-8898085.tar.gz /libpod-575ffee.tar.gz /libpod-290def5.tar.gz +/libpod-30cbb00.tar.gz diff --git a/podman.spec b/podman.spec index a57bbef..5df5829 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 290def5b921ca4b557e051e79963de7f429cfcd7 +%global commit0 30cbb0091515a7f802f0f3f3ee486be6ff98f645 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.57.dev.git%{shortcommit0}%{?dist} +Release: 0.58.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.58.dev.git30cbb00 +- autobuilt 30cbb00 + * Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.57.dev.git290def5 - autobuilt 290def5 diff --git a/sources b/sources index 61480e5..9696b25 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-290def5.tar.gz) = bd900518c841a3ef8aaf1a1394da820a0658785ad5630e79efd644c40361fcb0a01e0c511aa4a7ac4accf67165c4cf107c2eba70baddd2f82903c0073092a060 +SHA512 (libpod-30cbb00.tar.gz) = 47a7471e54103299539888228f426960f332b054eb5beee26693b313b2f2e0c6e39f9918c67fce1f626ea705c289209370b9875ae6e00ebfb62cbf40af4c1e4c From f9c77d2868037cdde975e56c88c9fa3bdaab130f Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 8 Sep 2019 15:32:05 +0000 Subject: [PATCH 0471/2185] podman-2:1.5.2-0.59.dev.git7312811 - autobuilt 7312811 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d1975fa..6156ae1 100644 --- a/.gitignore +++ b/.gitignore @@ -450,3 +450,4 @@ /libpod-575ffee.tar.gz /libpod-290def5.tar.gz /libpod-30cbb00.tar.gz +/libpod-7312811.tar.gz diff --git a/podman.spec b/podman.spec index 5df5829..992d0ce 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 30cbb0091515a7f802f0f3f3ee486be6ff98f645 +%global commit0 731281193a3cb739a5a8401aab550c06cb72a983 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.58.dev.git%{shortcommit0}%{?dist} +Release: 0.59.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Sun Sep 08 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.59.dev.git7312811 +- autobuilt 7312811 + * Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.58.dev.git30cbb00 - autobuilt 30cbb00 diff --git a/sources b/sources index 9696b25..5de1625 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-30cbb00.tar.gz) = 47a7471e54103299539888228f426960f332b054eb5beee26693b313b2f2e0c6e39f9918c67fce1f626ea705c289209370b9875ae6e00ebfb62cbf40af4c1e4c +SHA512 (libpod-7312811.tar.gz) = db18a89f0659b0fb7d0427f1df070a41ae6a45305a59eff4c5f4f98c1aa3dab423f5bf8c20bfb34d5a47225aa53fad829faa71b6c32dd02810a1f8bcb53791f4 From ba0a0ef2236a9acc5fadc50b3ff67ce41487fcd5 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 8 Sep 2019 16:32:32 +0000 Subject: [PATCH 0472/2185] podman-2:1.5.2-0.60.dev.gitf500feb - autobuilt f500feb Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6156ae1..a4440f8 100644 --- a/.gitignore +++ b/.gitignore @@ -451,3 +451,4 @@ /libpod-290def5.tar.gz /libpod-30cbb00.tar.gz /libpod-7312811.tar.gz +/libpod-f500feb.tar.gz diff --git a/podman.spec b/podman.spec index 992d0ce..7c65684 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 731281193a3cb739a5a8401aab550c06cb72a983 +%global commit0 f500feb2f19b88592211841e4b30fe16a9aa30b3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.59.dev.git%{shortcommit0}%{?dist} +Release: 0.60.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Sun Sep 08 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.60.dev.gitf500feb +- autobuilt f500feb + * Sun Sep 08 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.59.dev.git7312811 - autobuilt 7312811 diff --git a/sources b/sources index 5de1625..c4a06a7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-7312811.tar.gz) = db18a89f0659b0fb7d0427f1df070a41ae6a45305a59eff4c5f4f98c1aa3dab423f5bf8c20bfb34d5a47225aa53fad829faa71b6c32dd02810a1f8bcb53791f4 +SHA512 (libpod-f500feb.tar.gz) = 81175cc9aab4c3c3e86f054d97016cc7391968d8826a72cf929091bccda282e0fd1bf6df3b1aa96a6d8e3f563c3fb3131c371430a1d83650d880bdd1231397e8 From 4e07a0e2db1385b8f69522bacc4f705e5ecd63a9 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 9 Sep 2019 08:28:44 +0000 Subject: [PATCH 0473/2185] podman-2:1.5.2-0.61.dev.gitd78521d - autobuilt d78521d Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a4440f8..3d4f7ec 100644 --- a/.gitignore +++ b/.gitignore @@ -452,3 +452,4 @@ /libpod-30cbb00.tar.gz /libpod-7312811.tar.gz /libpod-f500feb.tar.gz +/libpod-d78521d.tar.gz diff --git a/podman.spec b/podman.spec index 7c65684..ee5541c 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f500feb2f19b88592211841e4b30fe16a9aa30b3 +%global commit0 d78521de11c524d7b8ceee02b726f66da6d3301c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.60.dev.git%{shortcommit0}%{?dist} +Release: 0.61.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.61.dev.gitd78521d +- autobuilt d78521d + * Sun Sep 08 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.60.dev.gitf500feb - autobuilt f500feb diff --git a/sources b/sources index c4a06a7..0d92c6e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-f500feb.tar.gz) = 81175cc9aab4c3c3e86f054d97016cc7391968d8826a72cf929091bccda282e0fd1bf6df3b1aa96a6d8e3f563c3fb3131c371430a1d83650d880bdd1231397e8 +SHA512 (libpod-d78521d.tar.gz) = 73d079a1b7e2f2cb284fd51bd60f4e9668c95073da8915df0ca08d93f8ceaf6250d2a2b64cb11cbfdbd7546da033dc0a9c7823fc4483274fab15503a3f39de19 From cde1a24f28f0fa86e0fd7b9bf566657ca5c5bc40 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 9 Sep 2019 15:29:19 +0000 Subject: [PATCH 0474/2185] podman-2:1.5.2-0.62.dev.git16a7049 - autobuilt 16a7049 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3d4f7ec..5ae616f 100644 --- a/.gitignore +++ b/.gitignore @@ -453,3 +453,4 @@ /libpod-7312811.tar.gz /libpod-f500feb.tar.gz /libpod-d78521d.tar.gz +/libpod-16a7049.tar.gz diff --git a/podman.spec b/podman.spec index ee5541c..9d9c0d8 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d78521de11c524d7b8ceee02b726f66da6d3301c +%global commit0 16a70490852fdaf3ea5aeea6b2be19dd70fbf1c7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.61.dev.git%{shortcommit0}%{?dist} +Release: 0.62.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.62.dev.git16a7049 +- autobuilt 16a7049 + * Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.61.dev.gitd78521d - autobuilt d78521d diff --git a/sources b/sources index 0d92c6e..12acc4e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-d78521d.tar.gz) = 73d079a1b7e2f2cb284fd51bd60f4e9668c95073da8915df0ca08d93f8ceaf6250d2a2b64cb11cbfdbd7546da033dc0a9c7823fc4483274fab15503a3f39de19 +SHA512 (libpod-16a7049.tar.gz) = a8a78e49ae4eab24fb522ced9ac7268e0b6dfa2ec88a99e9d47cda526965dd0cbfc70184cdedb1c71f0c419caffe6b050c104b6491fc63df5717bad93dafb813 From 3f500391d1b59ee41f167c067e58f90dcecd093a Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 9 Sep 2019 17:26:36 +0000 Subject: [PATCH 0475/2185] podman-2:1.5.2-0.63.dev.git511b071 - autobuilt 511b071 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5ae616f..9ff2b64 100644 --- a/.gitignore +++ b/.gitignore @@ -454,3 +454,4 @@ /libpod-f500feb.tar.gz /libpod-d78521d.tar.gz /libpod-16a7049.tar.gz +/libpod-511b071.tar.gz diff --git a/podman.spec b/podman.spec index 9d9c0d8..bf1f766 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 16a70490852fdaf3ea5aeea6b2be19dd70fbf1c7 +%global commit0 511b0717454e0619d9d7d201cb10a41201cebef2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.62.dev.git%{shortcommit0}%{?dist} +Release: 0.63.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.63.dev.git511b071 +- autobuilt 511b071 + * Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.62.dev.git16a7049 - autobuilt 16a7049 diff --git a/sources b/sources index 12acc4e..daca448 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-16a7049.tar.gz) = a8a78e49ae4eab24fb522ced9ac7268e0b6dfa2ec88a99e9d47cda526965dd0cbfc70184cdedb1c71f0c419caffe6b050c104b6491fc63df5717bad93dafb813 +SHA512 (libpod-511b071.tar.gz) = 44612d61a106921bbbbc0d8d2b611acc3fbae1fbbe8b4da4c0e9d6ef603f56449c7f1c58ce1509a88fbcecd185fb7469ebf88f93fcf6606fe5e7b5c0fc1baabc From dde10ef0d46264933cfefb65fca2254697eeefb2 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 9 Sep 2019 18:27:11 +0000 Subject: [PATCH 0476/2185] podman-2:1.5.2-0.64.dev.git7042a3d - autobuilt 7042a3d Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9ff2b64..36c157a 100644 --- a/.gitignore +++ b/.gitignore @@ -455,3 +455,4 @@ /libpod-d78521d.tar.gz /libpod-16a7049.tar.gz /libpod-511b071.tar.gz +/libpod-7042a3d.tar.gz diff --git a/podman.spec b/podman.spec index bf1f766..908e8da 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 511b0717454e0619d9d7d201cb10a41201cebef2 +%global commit0 7042a3d7a539bae79ed63bdc87f432b8ec73afd8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.63.dev.git%{shortcommit0}%{?dist} +Release: 0.64.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.64.dev.git7042a3d +- autobuilt 7042a3d + * Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.63.dev.git511b071 - autobuilt 511b071 diff --git a/sources b/sources index daca448..ea44271 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-511b071.tar.gz) = 44612d61a106921bbbbc0d8d2b611acc3fbae1fbbe8b4da4c0e9d6ef603f56449c7f1c58ce1509a88fbcecd185fb7469ebf88f93fcf6606fe5e7b5c0fc1baabc +SHA512 (libpod-7042a3d.tar.gz) = 7918145fa92adef2dddfa37fdf9e37bd22cda371345b579c2c1f83adae0ab30f892308a41640f8cf3793efcef7b41fd8dc2a3a0df42206dbb6ffb0c29af31991 From 381b7228dafc695ef146da065180035bb98e3a1b Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 9 Sep 2019 20:27:27 +0000 Subject: [PATCH 0477/2185] podman-2:1.5.2-0.65.dev.git9a55bce - autobuilt 9a55bce Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 36c157a..4017281 100644 --- a/.gitignore +++ b/.gitignore @@ -456,3 +456,4 @@ /libpod-16a7049.tar.gz /libpod-511b071.tar.gz /libpod-7042a3d.tar.gz +/libpod-9a55bce.tar.gz diff --git a/podman.spec b/podman.spec index 908e8da..3635ee2 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7042a3d7a539bae79ed63bdc87f432b8ec73afd8 +%global commit0 9a55bce9e4d7e1bb3d57dc8879e1a23f559e18ba %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.64.dev.git%{shortcommit0}%{?dist} +Release: 0.65.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.65.dev.git9a55bce +- autobuilt 9a55bce + * Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.64.dev.git7042a3d - autobuilt 7042a3d diff --git a/sources b/sources index ea44271..5e553bc 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-7042a3d.tar.gz) = 7918145fa92adef2dddfa37fdf9e37bd22cda371345b579c2c1f83adae0ab30f892308a41640f8cf3793efcef7b41fd8dc2a3a0df42206dbb6ffb0c29af31991 +SHA512 (libpod-9a55bce.tar.gz) = 287fe33b7059478f24d3c9fe9e2ddfccbce0282fa97b64db61baace6f4937699e679e32821b2384660432e71a6f39d2d47afea4965becdb908a07fd5cc075080 From 3dd3a0a987f2f904497d574849b0c762ab8fb281 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 10 Sep 2019 13:27:31 +0000 Subject: [PATCH 0478/2185] podman-2:1.5.2-0.66.dev.git5233536 - autobuilt 5233536 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4017281..52fd476 100644 --- a/.gitignore +++ b/.gitignore @@ -457,3 +457,4 @@ /libpod-511b071.tar.gz /libpod-7042a3d.tar.gz /libpod-9a55bce.tar.gz +/libpod-5233536.tar.gz diff --git a/podman.spec b/podman.spec index 3635ee2..866959f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9a55bce9e4d7e1bb3d57dc8879e1a23f559e18ba +%global commit0 52335367bccc9ea89d53713e5d3bd76af9669238 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.65.dev.git%{shortcommit0}%{?dist} +Release: 0.66.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.66.dev.git5233536 +- autobuilt 5233536 + * Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.65.dev.git9a55bce - autobuilt 9a55bce diff --git a/sources b/sources index 5e553bc..05c693f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-9a55bce.tar.gz) = 287fe33b7059478f24d3c9fe9e2ddfccbce0282fa97b64db61baace6f4937699e679e32821b2384660432e71a6f39d2d47afea4965becdb908a07fd5cc075080 +SHA512 (libpod-5233536.tar.gz) = c899eb8e39b47462fe35bf03e1ae78b4aafb76419526706f3b9f6e67b0f9869b25472f18d7fc1d0c661659c4bd73770d31843532ccdf6074142d7c7c319e9088 From 5a8f2359244f026fda96854ad4c62573fd24d406 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 10 Sep 2019 15:29:16 +0000 Subject: [PATCH 0479/2185] podman-2:1.5.2-0.67.dev.git095647c - autobuilt 095647c Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 52fd476..fd1134b 100644 --- a/.gitignore +++ b/.gitignore @@ -458,3 +458,4 @@ /libpod-7042a3d.tar.gz /libpod-9a55bce.tar.gz /libpod-5233536.tar.gz +/libpod-095647c.tar.gz diff --git a/podman.spec b/podman.spec index 866959f..2b7d00e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 52335367bccc9ea89d53713e5d3bd76af9669238 +%global commit0 095647cd6f67fcc761ef49460bb94ba5cc38a1c3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.66.dev.git%{shortcommit0}%{?dist} +Release: 0.67.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.67.dev.git095647c +- autobuilt 095647c + * Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.66.dev.git5233536 - autobuilt 5233536 diff --git a/sources b/sources index 05c693f..1cbe62e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-5233536.tar.gz) = c899eb8e39b47462fe35bf03e1ae78b4aafb76419526706f3b9f6e67b0f9869b25472f18d7fc1d0c661659c4bd73770d31843532ccdf6074142d7c7c319e9088 +SHA512 (libpod-095647c.tar.gz) = 0370f3aa6fb2e6d73bf6a8afdfc3100e11e714c1a8103bd1cbfb4c0c3786cb534364a8172e6e2ba3649b160512b7b9f40f52ce7d71cb803d8cad902de03a081b From 02c552131cac24ec50c318a2ccf2aa7bf23d4eaa Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 10 Sep 2019 17:26:05 +0000 Subject: [PATCH 0480/2185] podman-2:1.5.2-0.68.dev.gitc1761ba - autobuilt c1761ba Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fd1134b..428f78b 100644 --- a/.gitignore +++ b/.gitignore @@ -459,3 +459,4 @@ /libpod-9a55bce.tar.gz /libpod-5233536.tar.gz /libpod-095647c.tar.gz +/libpod-c1761ba.tar.gz diff --git a/podman.spec b/podman.spec index 2b7d00e..b5526d3 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 095647cd6f67fcc761ef49460bb94ba5cc38a1c3 +%global commit0 c1761ba1ac4155bab82fb9b847ccf96489b98265 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.67.dev.git%{shortcommit0}%{?dist} +Release: 0.68.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.68.dev.gitc1761ba +- autobuilt c1761ba + * Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.67.dev.git095647c - autobuilt 095647c diff --git a/sources b/sources index 1cbe62e..3e35c74 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-095647c.tar.gz) = 0370f3aa6fb2e6d73bf6a8afdfc3100e11e714c1a8103bd1cbfb4c0c3786cb534364a8172e6e2ba3649b160512b7b9f40f52ce7d71cb803d8cad902de03a081b +SHA512 (libpod-c1761ba.tar.gz) = 1a526ea5977a2adee9264885c20e1f6e95ced01acd69653aef4a4d2070bc86eb43fa092091422352114b06722d5945b05e8fa0339659e964172ecd2fd01003bc From 916e4414d634fada1bfd2bcd29208a3067e75955 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 10 Sep 2019 21:24:51 +0000 Subject: [PATCH 0481/2185] podman-2:1.5.2-0.69.dev.git997c4b5 - autobuilt 997c4b5 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 428f78b..4be5487 100644 --- a/.gitignore +++ b/.gitignore @@ -460,3 +460,4 @@ /libpod-5233536.tar.gz /libpod-095647c.tar.gz /libpod-c1761ba.tar.gz +/libpod-997c4b5.tar.gz diff --git a/podman.spec b/podman.spec index b5526d3..c845490 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c1761ba1ac4155bab82fb9b847ccf96489b98265 +%global commit0 997c4b56ed2121726e966afe9a102ed16ba78f93 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.68.dev.git%{shortcommit0}%{?dist} +Release: 0.69.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.69.dev.git997c4b5 +- autobuilt 997c4b5 + * Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.68.dev.gitc1761ba - autobuilt c1761ba diff --git a/sources b/sources index 3e35c74..b7bf418 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-c1761ba.tar.gz) = 1a526ea5977a2adee9264885c20e1f6e95ced01acd69653aef4a4d2070bc86eb43fa092091422352114b06722d5945b05e8fa0339659e964172ecd2fd01003bc +SHA512 (libpod-997c4b5.tar.gz) = 64240a0a5effaa08bf160f3e80c539f1773da539e5423e05076d267b805f62ac40171246461dd4b915de0fb49a48758db85f1bb62d06c9917fe5588b4f530655 From 4039e25db6792dfe49d1c2cb75dc8a714e7cfdc3 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 10 Sep 2019 23:24:39 +0000 Subject: [PATCH 0482/2185] podman-2:1.5.2-0.70.dev.git7ac6ed3 - autobuilt 7ac6ed3 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4be5487..7545e9c 100644 --- a/.gitignore +++ b/.gitignore @@ -461,3 +461,4 @@ /libpod-095647c.tar.gz /libpod-c1761ba.tar.gz /libpod-997c4b5.tar.gz +/libpod-7ac6ed3.tar.gz diff --git a/podman.spec b/podman.spec index c845490..643b1b4 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 997c4b56ed2121726e966afe9a102ed16ba78f93 +%global commit0 7ac6ed3b4b27621e7aa15da335e65ffa601fb83e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.69.dev.git%{shortcommit0}%{?dist} +Release: 0.70.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.70.dev.git7ac6ed3 +- autobuilt 7ac6ed3 + * Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.69.dev.git997c4b5 - autobuilt 997c4b5 diff --git a/sources b/sources index b7bf418..8aa8e4f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-997c4b5.tar.gz) = 64240a0a5effaa08bf160f3e80c539f1773da539e5423e05076d267b805f62ac40171246461dd4b915de0fb49a48758db85f1bb62d06c9917fe5588b4f530655 +SHA512 (libpod-7ac6ed3.tar.gz) = c55e683a16a008b7cad22a15fc4f0fe93e723ddb2f7eb460f0a188d8ff8f004ee96e1d3f1d45ad2868d57e55d0e0391364438df13597b932e24b7fbb3f46f7ad From f4e46d5ba8239022b8f1c3853f83d81c063efb0a Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 11 Sep 2019 08:28:22 +0000 Subject: [PATCH 0483/2185] podman-2:1.5.2-0.71.dev.git9cf852c - autobuilt 9cf852c Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7545e9c..3b62ba5 100644 --- a/.gitignore +++ b/.gitignore @@ -462,3 +462,4 @@ /libpod-c1761ba.tar.gz /libpod-997c4b5.tar.gz /libpod-7ac6ed3.tar.gz +/libpod-9cf852c.tar.gz diff --git a/podman.spec b/podman.spec index 643b1b4..99a402c 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7ac6ed3b4b27621e7aa15da335e65ffa601fb83e +%global commit0 9cf852c305a9eadb5eb7471ea171e025bc15d866 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.70.dev.git%{shortcommit0}%{?dist} +Release: 0.71.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Wed Sep 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.71.dev.git9cf852c +- autobuilt 9cf852c + * Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.70.dev.git7ac6ed3 - autobuilt 7ac6ed3 diff --git a/sources b/sources index 8aa8e4f..41c3459 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-7ac6ed3.tar.gz) = c55e683a16a008b7cad22a15fc4f0fe93e723ddb2f7eb460f0a188d8ff8f004ee96e1d3f1d45ad2868d57e55d0e0391364438df13597b932e24b7fbb3f46f7ad +SHA512 (libpod-9cf852c.tar.gz) = c99736b90b75b748d335eadb6e25845b5721956256d7cffed2b125a99f61e9d65b4ecad737db82180e4995f92c98812ef365555ba37b945655510ee1ec7769bd From c9e819141f6f4b58b5439358ce4d5eaf52f579c5 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 11 Sep 2019 14:26:40 +0000 Subject: [PATCH 0484/2185] podman-2:1.5.2-0.72.dev.git093013b - autobuilt 093013b Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3b62ba5..cea9c1d 100644 --- a/.gitignore +++ b/.gitignore @@ -463,3 +463,4 @@ /libpod-997c4b5.tar.gz /libpod-7ac6ed3.tar.gz /libpod-9cf852c.tar.gz +/libpod-093013b.tar.gz diff --git a/podman.spec b/podman.spec index 99a402c..bc268ec 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9cf852c305a9eadb5eb7471ea171e025bc15d866 +%global commit0 093013b099cd2397fdf3aedc213d182064be5d27 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.71.dev.git%{shortcommit0}%{?dist} +Release: 0.72.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Wed Sep 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.72.dev.git093013b +- autobuilt 093013b + * Wed Sep 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.71.dev.git9cf852c - autobuilt 9cf852c diff --git a/sources b/sources index 41c3459..a258861 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-9cf852c.tar.gz) = c99736b90b75b748d335eadb6e25845b5721956256d7cffed2b125a99f61e9d65b4ecad737db82180e4995f92c98812ef365555ba37b945655510ee1ec7769bd +SHA512 (libpod-093013b.tar.gz) = b3182e4c73c0ff3b8616cfeb1fe30b2f3e4839abbb8c4ff2f7b24e52d3829347484ee664c7820a1c21fa50536b6c009f9455f83814f23622bc5d35e5ed6f26a0 From 1ba5fb7d5b8177c8677885f129e832051a4973f4 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 11 Sep 2019 15:31:36 +0000 Subject: [PATCH 0485/2185] podman-2:1.5.2-0.73.dev.gitf73c3b8 - autobuilt f73c3b8 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cea9c1d..aef1139 100644 --- a/.gitignore +++ b/.gitignore @@ -464,3 +464,4 @@ /libpod-7ac6ed3.tar.gz /libpod-9cf852c.tar.gz /libpod-093013b.tar.gz +/libpod-f73c3b8.tar.gz diff --git a/podman.spec b/podman.spec index bc268ec..ecd7aca 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 093013b099cd2397fdf3aedc213d182064be5d27 +%global commit0 f73c3b868de36454bc8affeb63b4dc6f2c6da351 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.72.dev.git%{shortcommit0}%{?dist} +Release: 0.73.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Wed Sep 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.73.dev.gitf73c3b8 +- autobuilt f73c3b8 + * Wed Sep 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.72.dev.git093013b - autobuilt 093013b diff --git a/sources b/sources index a258861..8ade3e0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-093013b.tar.gz) = b3182e4c73c0ff3b8616cfeb1fe30b2f3e4839abbb8c4ff2f7b24e52d3829347484ee664c7820a1c21fa50536b6c009f9455f83814f23622bc5d35e5ed6f26a0 +SHA512 (libpod-f73c3b8.tar.gz) = 299801faf2329f2db44d7b88030fc2698c32fe3a7dbb342732cfe77b9a2b1934f2f45280022487f20fdf1eec633ce93e5fc43c34b5f1a3b7c38b3b21e885b6b3 From 549546e4f57016b97067468544d06f9f67fb8b6c Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 11 Sep 2019 16:27:57 +0000 Subject: [PATCH 0486/2185] podman-2:1.5.2-0.74.dev.git79ebb5f - autobuilt 79ebb5f Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index aef1139..ae1e59d 100644 --- a/.gitignore +++ b/.gitignore @@ -465,3 +465,4 @@ /libpod-9cf852c.tar.gz /libpod-093013b.tar.gz /libpod-f73c3b8.tar.gz +/libpod-79ebb5f.tar.gz diff --git a/podman.spec b/podman.spec index ecd7aca..009aa8d 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f73c3b868de36454bc8affeb63b4dc6f2c6da351 +%global commit0 79ebb5f254d6f3498500f823cf1b856fed2e6149 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -46,7 +46,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.73.dev.git%{shortcommit0}%{?dist} +Release: 0.74.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -603,6 +603,9 @@ exit 0 %endif %changelog +* Wed Sep 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.74.dev.git79ebb5f +- autobuilt 79ebb5f + * Wed Sep 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.73.dev.gitf73c3b8 - autobuilt f73c3b8 diff --git a/sources b/sources index 8ade3e0..f92f290 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-f73c3b8.tar.gz) = 299801faf2329f2db44d7b88030fc2698c32fe3a7dbb342732cfe77b9a2b1934f2f45280022487f20fdf1eec633ce93e5fc43c34b5f1a3b7c38b3b21e885b6b3 +SHA512 (libpod-79ebb5f.tar.gz) = 1b6f010f9daa42019897ebd6245258068021d11d41d61a0a83f78ed4e000791f7e70ada78d755f935f7674974b6b5b095f8323401438155611ecda2dc964858e From 9661b9fbabe209617888ef11ba88fe24fbf6396f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 12 Sep 2019 00:10:46 +0530 Subject: [PATCH 0487/2185] podman-2:1.5.2-0.75.dev.git79ebb5f - use conmon package as dependency - correct bogus date in a previous changelog entry Signed-off-by: Lokesh Mandvekar --- podman.spec | 31 ++++++------------------------- 1 file changed, 6 insertions(+), 25 deletions(-) diff --git a/podman.spec b/podman.spec index 009aa8d..359198a 100644 --- a/podman.spec +++ b/podman.spec @@ -30,11 +30,6 @@ %global commit0 79ebb5f254d6f3498500f823cf1b856fed2e6149 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) -%global import_path_conmon github.com/containers/conmon -%global git_conmon https://%{import_path_conmon} -%global commit_conmon e217fdff82e0b1a6184a28c43043a4065083407f -%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) - # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) %global built_tag v1.5.1 @@ -46,12 +41,11 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.74.dev.git%{shortcommit0}%{?dist} +Release: 0.75.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz -Source1: %{git_conmon}/archive/%{commit_conmon}/conmon-%{shortcommit_conmon}.tar.gz # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} BuildRequires: btrfs-progs-devel @@ -75,8 +69,7 @@ Requires: containers-common Requires: containernetworking-plugins >= 0.7.5-1 Requires: iptables Requires: nftables -# #1686813 - conmon hasn't been made independent yet -#Requires: conmon +Requires: conmon %if 0%{?fedora} Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} Recommends: container-selinux @@ -422,9 +415,6 @@ Man pages for the %{name} commands %prep %autosetup -Sgit -n %{repo}-%{commit0} -# untar conmon -tar zxf %{SOURCE1} - %build mkdir _build pushd _build @@ -447,11 +437,6 @@ export BUILDTAGS="remoteclient systemd varlink seccomp exclude_graphdriver_devic %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} %endif -# build conmon -pushd conmon-%{commit_conmon} -%{__make} all -popd - %install sed -s 's/^runtime[ =].*"runc/runtime = "crun/' libpod.conf -i sed -i 's/install.remote: podman-remote/install.remote:/' Makefile @@ -476,11 +461,6 @@ mv pkg/hooks/README.md pkg/hooks/README-hooks.md install -dp %{buildroot}%{_datadir}/containers install -p -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers -# install conmon -pushd conmon-%{commit_conmon} -%{__make} LIBEXECDIR=%{buildroot}%{_libexecdir} install.%{name} -popd - # source codes for building projects %if 0%{?with_devel} install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ @@ -563,8 +543,6 @@ exit 0 # By "owning" the site-functions dir, we don't need to Require zsh %dir %{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/_%{name} -%dir %{_libexecdir}/%{name} -%{_libexecdir}/%{name}/conmon %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist %{_datadir}/containers/%{repo}.conf %{_unitdir}/io.%{name}.service @@ -603,6 +581,9 @@ exit 0 %endif %changelog +* Wed Sep 11 2019 Lokesh Mandvekar - 2:1.5.2-0.75.dev.git79ebb5f +- use conmon package as dependency + * Wed Sep 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.74.dev.git79ebb5f - autobuilt 79ebb5f @@ -735,7 +716,7 @@ exit 0 * Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.31.dev.gita1a1342 - autobuilt a1a1342 -* Thu Aug 27 2019 Daniel J Walsh - 2:1.5.2-0.30.dev.gitf221c61 +* Tue Aug 27 2019 Daniel J Walsh - 2:1.5.2-0.30.dev.gitf221c61 - Require crun rather then runc - Switch to crun by default for cgroupsV2 support From 52c150af8162325ea7c2f061c672c78011e4d5bf Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 12 Sep 2019 08:29:46 +0000 Subject: [PATCH 0488/2185] podman-2:1.5.2-0.76.dev.gitce31aa3 - autobuilt ce31aa3 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 3 +-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ae1e59d..9adc80c 100644 --- a/.gitignore +++ b/.gitignore @@ -466,3 +466,4 @@ /libpod-093013b.tar.gz /libpod-f73c3b8.tar.gz /libpod-79ebb5f.tar.gz +/libpod-ce31aa3.tar.gz diff --git a/podman.spec b/podman.spec index 359198a..4be7561 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 79ebb5f254d6f3498500f823cf1b856fed2e6149 +%global commit0 ce31aa37d6ca4762f4a82274452e089024529444 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.75.dev.git%{shortcommit0}%{?dist} +Release: 0.76.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -581,6 +581,9 @@ exit 0 %endif %changelog +* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.76.dev.gitce31aa3 +- autobuilt ce31aa3 + * Wed Sep 11 2019 Lokesh Mandvekar - 2:1.5.2-0.75.dev.git79ebb5f - use conmon package as dependency diff --git a/sources b/sources index f92f290..4db9303 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-79ebb5f.tar.gz) = 1b6f010f9daa42019897ebd6245258068021d11d41d61a0a83f78ed4e000791f7e70ada78d755f935f7674974b6b5b095f8323401438155611ecda2dc964858e +SHA512 (libpod-ce31aa3.tar.gz) = 7d2f61c3367a130c4e3013818378a64c2933ef8fc43011540b6a8341ce9c18b51869f7f8971a24fd81836d5d05cef8f23e0af1302357e13c4a79b42d6bac1d83 From b1509b99ff001049da38bc110f453abce5181eea Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 12 Sep 2019 12:30:03 +0000 Subject: [PATCH 0489/2185] podman-2:1.5.2-0.77.dev.git57e093b - autobuilt 57e093b Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9adc80c..7750ac0 100644 --- a/.gitignore +++ b/.gitignore @@ -467,3 +467,4 @@ /libpod-f73c3b8.tar.gz /libpod-79ebb5f.tar.gz /libpod-ce31aa3.tar.gz +/libpod-57e093b.tar.gz diff --git a/podman.spec b/podman.spec index 4be7561..4d5cb6a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ce31aa37d6ca4762f4a82274452e089024529444 +%global commit0 57e093b3aedfdc3fbed50d625b288388fe6e5b1f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.76.dev.git%{shortcommit0}%{?dist} +Release: 0.77.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -581,6 +581,9 @@ exit 0 %endif %changelog +* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.77.dev.git57e093b +- autobuilt 57e093b + * Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.76.dev.gitce31aa3 - autobuilt ce31aa3 diff --git a/sources b/sources index 4db9303..19f30f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-ce31aa3.tar.gz) = 7d2f61c3367a130c4e3013818378a64c2933ef8fc43011540b6a8341ce9c18b51869f7f8971a24fd81836d5d05cef8f23e0af1302357e13c4a79b42d6bac1d83 +SHA512 (libpod-57e093b.tar.gz) = 61ed1bd2322fc9c97db9d2cf544c8ed7d0ce770751e45d7a7c722589949e79f905cddcd9b6dc75d12f3356e5253ed187777cacffb7dca886c3b34c80db7f4788 From 82667ea65152b6c9e637491251603187ea1dfe34 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 12 Sep 2019 14:28:40 +0000 Subject: [PATCH 0490/2185] podman-2:1.5.2-0.78.dev.gitafa3d11 - autobuilt afa3d11 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7750ac0..63b44ee 100644 --- a/.gitignore +++ b/.gitignore @@ -468,3 +468,4 @@ /libpod-79ebb5f.tar.gz /libpod-ce31aa3.tar.gz /libpod-57e093b.tar.gz +/libpod-afa3d11.tar.gz diff --git a/podman.spec b/podman.spec index 4d5cb6a..bff82f8 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 57e093b3aedfdc3fbed50d625b288388fe6e5b1f +%global commit0 afa3d11381eb23820c653c44d3d249041bc6a833 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.77.dev.git%{shortcommit0}%{?dist} +Release: 0.78.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -581,6 +581,9 @@ exit 0 %endif %changelog +* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.78.dev.gitafa3d11 +- autobuilt afa3d11 + * Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.77.dev.git57e093b - autobuilt 57e093b diff --git a/sources b/sources index 19f30f9..9323160 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-57e093b.tar.gz) = 61ed1bd2322fc9c97db9d2cf544c8ed7d0ce770751e45d7a7c722589949e79f905cddcd9b6dc75d12f3356e5253ed187777cacffb7dca886c3b34c80db7f4788 +SHA512 (libpod-afa3d11.tar.gz) = a47fffb0092c650ce26583b7110998933937c06b171f890adbe8949020bc95709a815f100048e794f1067000e34044c1ec85871c83f8b61db7d7e6938c5b05b0 From ab172fe25105b9ffb680ba209e325e490ee1ee13 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 12 Sep 2019 18:25:38 +0000 Subject: [PATCH 0491/2185] podman-2:1.5.2-0.79.dev.gitaf8fedc - autobuilt af8fedc Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 63b44ee..f149132 100644 --- a/.gitignore +++ b/.gitignore @@ -469,3 +469,4 @@ /libpod-ce31aa3.tar.gz /libpod-57e093b.tar.gz /libpod-afa3d11.tar.gz +/libpod-af8fedc.tar.gz diff --git a/podman.spec b/podman.spec index bff82f8..cb22234 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 afa3d11381eb23820c653c44d3d249041bc6a833 +%global commit0 af8fedcc78674d71d43ca3000438c42b7b6b6994 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.78.dev.git%{shortcommit0}%{?dist} +Release: 0.79.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -581,6 +581,9 @@ exit 0 %endif %changelog +* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.79.dev.gitaf8fedc +- autobuilt af8fedc + * Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.78.dev.gitafa3d11 - autobuilt afa3d11 diff --git a/sources b/sources index 9323160..107f9d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-afa3d11.tar.gz) = a47fffb0092c650ce26583b7110998933937c06b171f890adbe8949020bc95709a815f100048e794f1067000e34044c1ec85871c83f8b61db7d7e6938c5b05b0 +SHA512 (libpod-af8fedc.tar.gz) = b5b54c8dd18ff7e8ee69578158d9083197aa204d1fce2908cc223599bfdad04144c2b38b659a7a086b84d3b09387c6057aee09c5506efb75597abbf592a2d172 From 20052717cbe789b04e2dbcba202582b8e6556a58 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Thu, 12 Sep 2019 15:18:17 -0600 Subject: [PATCH 0492/2185] rootless: 1 step forward, 1 step back forward: rhbz1740664 (permissions on /dev/net/tun) appears to be fixed; let's remove the 'modprobe tun' workaround. back: rootless tests are failing in CI, in a way that I can't reproduce via 1minutetip. One of the errors is: cannot mkdir /run/user/1000/libpod: mkdir /run/user/1000/libpod: no such file or directory ...so let's try, after the mkdir, chowning it to fedora. Signed-off-by: Ed Santiago --- tests/test_podman.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_podman.yml b/tests/test_podman.yml index ed13cc7..c0c3315 100644 --- a/tests/test_podman.yml +++ b/tests/test_podman.yml @@ -18,5 +18,5 @@ # running the test with su doesn't create the directory for fedora user on /run/user/ # so create it manually dir: ./ - run: modprobe tun;mkdir /run/user/$(id -u fedora); su -c ${PWD}/test_podman.sh - fedora + run: mkdir /run/user/$(id -u fedora); chown fedora /run/user/$(id -u fedora); su -c ${PWD}/test_podman.sh - fedora timeout: 15m From 4ec5555e03af3fe407e917f68d2f462313e6f43a Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 12 Sep 2019 21:25:15 +0000 Subject: [PATCH 0493/2185] podman-2:1.5.2-0.80.dev.git1ddfc11 - autobuilt 1ddfc11 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f149132..5a7c167 100644 --- a/.gitignore +++ b/.gitignore @@ -470,3 +470,4 @@ /libpod-57e093b.tar.gz /libpod-afa3d11.tar.gz /libpod-af8fedc.tar.gz +/libpod-1ddfc11.tar.gz diff --git a/podman.spec b/podman.spec index cb22234..8e1da53 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 af8fedcc78674d71d43ca3000438c42b7b6b6994 +%global commit0 1ddfc11764a18815fea3a2d91ce8314c87d8e0b7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.79.dev.git%{shortcommit0}%{?dist} +Release: 0.80.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -581,6 +581,9 @@ exit 0 %endif %changelog +* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.80.dev.git1ddfc11 +- autobuilt 1ddfc11 + * Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.79.dev.gitaf8fedc - autobuilt af8fedc diff --git a/sources b/sources index 107f9d5..87080c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-af8fedc.tar.gz) = b5b54c8dd18ff7e8ee69578158d9083197aa204d1fce2908cc223599bfdad04144c2b38b659a7a086b84d3b09387c6057aee09c5506efb75597abbf592a2d172 +SHA512 (libpod-1ddfc11.tar.gz) = 684c3784ba23c5231135f438ba451c451e9289aaf45920edce3f7ccf8d67f1b636f2720394e9f2c8f565f6eb44ac6781afdaff65a5bff03f4cd8e8932f1753fb From 06ecb8dec68f2530080c8fe7956a5b3c544faf7a Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 12 Sep 2019 22:26:17 +0000 Subject: [PATCH 0494/2185] podman-2:1.5.2-0.81.dev.gitb43a36d - autobuilt b43a36d Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5a7c167..8747845 100644 --- a/.gitignore +++ b/.gitignore @@ -471,3 +471,4 @@ /libpod-afa3d11.tar.gz /libpod-af8fedc.tar.gz /libpod-1ddfc11.tar.gz +/libpod-b43a36d.tar.gz diff --git a/podman.spec b/podman.spec index 8e1da53..0ee33b9 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1ddfc11764a18815fea3a2d91ce8314c87d8e0b7 +%global commit0 b43a36d7a3974a27eab7c73e5e0dd1a107bac95d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.80.dev.git%{shortcommit0}%{?dist} +Release: 0.81.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -581,6 +581,9 @@ exit 0 %endif %changelog +* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.81.dev.gitb43a36d +- autobuilt b43a36d + * Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.80.dev.git1ddfc11 - autobuilt 1ddfc11 diff --git a/sources b/sources index 87080c8..d15fb9d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-1ddfc11.tar.gz) = 684c3784ba23c5231135f438ba451c451e9289aaf45920edce3f7ccf8d67f1b636f2720394e9f2c8f565f6eb44ac6781afdaff65a5bff03f4cd8e8932f1753fb +SHA512 (libpod-b43a36d.tar.gz) = f88a71158e5b5a4759953016b1e131d3b9e5ab09d2784e97038b2ec029a0f89bdb4e46cf3837556e5edcc0954ceb2d18bacef179d4c0a3304f081e2e27a5818f From a2556e836f321f50cdbf9b5fdd8d6ad696e82f96 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 12 Sep 2019 23:24:40 +0000 Subject: [PATCH 0495/2185] podman-2:1.5.2-0.82.dev.gitb095d8a - autobuilt b095d8a Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8747845..6407839 100644 --- a/.gitignore +++ b/.gitignore @@ -472,3 +472,4 @@ /libpod-af8fedc.tar.gz /libpod-1ddfc11.tar.gz /libpod-b43a36d.tar.gz +/libpod-b095d8a.tar.gz diff --git a/podman.spec b/podman.spec index 0ee33b9..a2c556e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b43a36d7a3974a27eab7c73e5e0dd1a107bac95d +%global commit0 b095d8a794edaab3b2d622b6882bfd57fad8375e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.81.dev.git%{shortcommit0}%{?dist} +Release: 0.82.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -581,6 +581,9 @@ exit 0 %endif %changelog +* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.82.dev.gitb095d8a +- autobuilt b095d8a + * Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.81.dev.gitb43a36d - autobuilt b43a36d diff --git a/sources b/sources index d15fb9d..87cdb18 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-b43a36d.tar.gz) = f88a71158e5b5a4759953016b1e131d3b9e5ab09d2784e97038b2ec029a0f89bdb4e46cf3837556e5edcc0954ceb2d18bacef179d4c0a3304f081e2e27a5818f +SHA512 (libpod-b095d8a.tar.gz) = 180ac288882f66707c106b4a830045971a6ecd531a26f5da9addd2cc411c9c49228bf3324e8ed162fe7bbe1010a3b9e2c0055fe538b2e6be748cf8e1edb18b85 From 69d73ebde645a5d2c9f1f0e36af004b16a43fcb4 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 13 Sep 2019 10:59:05 -0400 Subject: [PATCH 0496/2185] Grab specific version of crun or newer. --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index a2c556e..050efb5 100644 --- a/podman.spec +++ b/podman.spec @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.82.dev.git%{shortcommit0}%{?dist} +Release: 0.83.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -64,7 +64,7 @@ BuildRequires: pkgconfig BuildRequires: make BuildRequires: systemd BuildRequires: systemd-devel -Requires: crun +Requires: crun >= 0.9.1-1 Requires: containers-common Requires: containernetworking-plugins >= 0.7.5-1 Requires: iptables @@ -581,6 +581,9 @@ exit 0 %endif %changelog +* Fri Sep 13 2019 Daniel J Walsh - 2:1.5.2-0.83.dev.gitb095d8a +- Grab specific version of crun or newer. + * Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.82.dev.gitb095d8a - autobuilt b095d8a From c32502f08ba954dd7e49a38525b1bc6ac7b1a870 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 13 Sep 2019 15:29:13 +0000 Subject: [PATCH 0497/2185] podman-2:1.5.2-0.84.dev.git5c09c4d - autobuilt 5c09c4d Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6407839..bac31ef 100644 --- a/.gitignore +++ b/.gitignore @@ -473,3 +473,4 @@ /libpod-1ddfc11.tar.gz /libpod-b43a36d.tar.gz /libpod-b095d8a.tar.gz +/libpod-5c09c4d.tar.gz diff --git a/podman.spec b/podman.spec index 050efb5..72c41ed 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b095d8a794edaab3b2d622b6882bfd57fad8375e +%global commit0 5c09c4d2947a759724f9d5aef6bac04317e03f7e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.83.dev.git%{shortcommit0}%{?dist} +Release: 0.84.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -581,6 +581,9 @@ exit 0 %endif %changelog +* Fri Sep 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.84.dev.git5c09c4d +- autobuilt 5c09c4d + * Fri Sep 13 2019 Daniel J Walsh - 2:1.5.2-0.83.dev.gitb095d8a - Grab specific version of crun or newer. diff --git a/sources b/sources index 87cdb18..1877342 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-b095d8a.tar.gz) = 180ac288882f66707c106b4a830045971a6ecd531a26f5da9addd2cc411c9c49228bf3324e8ed162fe7bbe1010a3b9e2c0055fe538b2e6be748cf8e1edb18b85 +SHA512 (libpod-5c09c4d.tar.gz) = bda2c88a90698fc8d3ee943fb86a34a4d86729194ba5878ddb8d3ad452afdc859d984be8593f6dce5f468edddfa68b38266fc74a137f955cb6f2c44544cd9578 From 51cfda6dba4cb2016f3d29f310d9fa3f381531f6 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 13 Sep 2019 16:26:33 +0000 Subject: [PATCH 0498/2185] podman-2:1.5.2-0.85.dev.git7875e00 - autobuilt 7875e00 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bac31ef..8edbc4c 100644 --- a/.gitignore +++ b/.gitignore @@ -474,3 +474,4 @@ /libpod-b43a36d.tar.gz /libpod-b095d8a.tar.gz /libpod-5c09c4d.tar.gz +/libpod-7875e00.tar.gz diff --git a/podman.spec b/podman.spec index 72c41ed..79e99ef 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 5c09c4d2947a759724f9d5aef6bac04317e03f7e +%global commit0 7875e00c663a42dd26c99889206cdb8f16ff0905 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.84.dev.git%{shortcommit0}%{?dist} +Release: 0.85.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -581,6 +581,9 @@ exit 0 %endif %changelog +* Fri Sep 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.85.dev.git7875e00 +- autobuilt 7875e00 + * Fri Sep 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.84.dev.git5c09c4d - autobuilt 5c09c4d diff --git a/sources b/sources index 1877342..61b15f5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-5c09c4d.tar.gz) = bda2c88a90698fc8d3ee943fb86a34a4d86729194ba5878ddb8d3ad452afdc859d984be8593f6dce5f468edddfa68b38266fc74a137f955cb6f2c44544cd9578 +SHA512 (libpod-7875e00.tar.gz) = a18f5dae1aa4f4124a925bb45427ee6e709bd8a8291c951aee9ff2a19ce933888b0dcca6bd694b15bc0d13005626cd8387d52ef3f63431a17a0fda63e2b21ad9 From 90030873a5390a092be0318f0ce11865fd824b22 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 13 Sep 2019 17:25:35 +0000 Subject: [PATCH 0499/2185] podman-2:1.5.2-0.86.dev.gitd74cede - autobuilt d74cede Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8edbc4c..a2fe252 100644 --- a/.gitignore +++ b/.gitignore @@ -475,3 +475,4 @@ /libpod-b095d8a.tar.gz /libpod-5c09c4d.tar.gz /libpod-7875e00.tar.gz +/libpod-d74cede.tar.gz diff --git a/podman.spec b/podman.spec index 79e99ef..e4e9dc1 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7875e00c663a42dd26c99889206cdb8f16ff0905 +%global commit0 d74cedefbd4bdde264bc9c63864c1f7816612b9f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.85.dev.git%{shortcommit0}%{?dist} +Release: 0.86.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -581,6 +581,9 @@ exit 0 %endif %changelog +* Fri Sep 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.86.dev.gitd74cede +- autobuilt d74cede + * Fri Sep 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.85.dev.git7875e00 - autobuilt 7875e00 diff --git a/sources b/sources index 61b15f5..9fdd205 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-7875e00.tar.gz) = a18f5dae1aa4f4124a925bb45427ee6e709bd8a8291c951aee9ff2a19ce933888b0dcca6bd694b15bc0d13005626cd8387d52ef3f63431a17a0fda63e2b21ad9 +SHA512 (libpod-d74cede.tar.gz) = 6269679d800430ece21436a6f98fa2cb3f0fde3e848f2443146f2c68b6131a84991d72d870df70e515f999ba79f44190b4b64d0cc0baef26c0d548ba5698d707 From 39a2dfe7cc2619333526fef5fcf11e37bc134d07 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 13 Sep 2019 19:25:14 +0000 Subject: [PATCH 0500/2185] podman-2:1.5.2-0.87.dev.git0079c24 - autobuilt 0079c24 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a2fe252..5294619 100644 --- a/.gitignore +++ b/.gitignore @@ -476,3 +476,4 @@ /libpod-5c09c4d.tar.gz /libpod-7875e00.tar.gz /libpod-d74cede.tar.gz +/libpod-0079c24.tar.gz diff --git a/podman.spec b/podman.spec index e4e9dc1..e2288ec 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d74cedefbd4bdde264bc9c63864c1f7816612b9f +%global commit0 0079c24ec16b4d08b5460f7e06ad5a4908c8b8be %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.86.dev.git%{shortcommit0}%{?dist} +Release: 0.87.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -581,6 +581,9 @@ exit 0 %endif %changelog +* Fri Sep 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.87.dev.git0079c24 +- autobuilt 0079c24 + * Fri Sep 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.86.dev.gitd74cede - autobuilt d74cede diff --git a/sources b/sources index 9fdd205..5ac421d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-d74cede.tar.gz) = 6269679d800430ece21436a6f98fa2cb3f0fde3e848f2443146f2c68b6131a84991d72d870df70e515f999ba79f44190b4b64d0cc0baef26c0d548ba5698d707 +SHA512 (libpod-0079c24.tar.gz) = 34950dab0b55fa05c3f3534d31df5fa3be02b2b32e5484907b217d4245c0d320212fc6c5ad7b4cabd30e3da6f670927f87ec599897a82f65d8eacf90904cc3f7 From 4f60be7f54ffd2edf6b1102a3d5e9cd1e245b2d3 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 14 Sep 2019 01:34:16 +0000 Subject: [PATCH 0501/2185] podman-2:1.5.2-0.88.dev.git2366fd7 - autobuilt 2366fd7 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5294619..ff66bd5 100644 --- a/.gitignore +++ b/.gitignore @@ -477,3 +477,4 @@ /libpod-7875e00.tar.gz /libpod-d74cede.tar.gz /libpod-0079c24.tar.gz +/libpod-2366fd7.tar.gz diff --git a/podman.spec b/podman.spec index e2288ec..714ea9a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0079c24ec16b4d08b5460f7e06ad5a4908c8b8be +%global commit0 2366fd7ac621ba15abe559832f024d06b3db3c9b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.87.dev.git%{shortcommit0}%{?dist} +Release: 0.88.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -581,6 +581,9 @@ exit 0 %endif %changelog +* Sat Sep 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.88.dev.git2366fd7 +- autobuilt 2366fd7 + * Fri Sep 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.87.dev.git0079c24 - autobuilt 0079c24 diff --git a/sources b/sources index 5ac421d..d2aa348 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-0079c24.tar.gz) = 34950dab0b55fa05c3f3534d31df5fa3be02b2b32e5484907b217d4245c0d320212fc6c5ad7b4cabd30e3da6f670927f87ec599897a82f65d8eacf90904cc3f7 +SHA512 (libpod-2366fd7.tar.gz) = e0ce0c67f40cbb0c7a546d54527818907604859197a1b7f53cf9f637f6dc454fdfc1f2c3d874970ac9f0b250e75113f19462e8bec33e0ae790d4b18a11ba1f16 From 69b9c100ce08b19bc6f976361c2f03d9fc6d429c Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 14 Sep 2019 10:30:10 +0000 Subject: [PATCH 0502/2185] podman-2:1.5.2-0.89.dev.gita1970e1 - autobuilt a1970e1 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ff66bd5..1fd2784 100644 --- a/.gitignore +++ b/.gitignore @@ -478,3 +478,4 @@ /libpod-d74cede.tar.gz /libpod-0079c24.tar.gz /libpod-2366fd7.tar.gz +/libpod-a1970e1.tar.gz diff --git a/podman.spec b/podman.spec index 714ea9a..8577c22 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2366fd7ac621ba15abe559832f024d06b3db3c9b +%global commit0 a1970e1915fa99c1893bccd3a71a11d2bff77602 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.88.dev.git%{shortcommit0}%{?dist} +Release: 0.89.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -581,6 +581,9 @@ exit 0 %endif %changelog +* Sat Sep 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.89.dev.gita1970e1 +- autobuilt a1970e1 + * Sat Sep 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.88.dev.git2366fd7 - autobuilt 2366fd7 diff --git a/sources b/sources index d2aa348..633d11c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-2366fd7.tar.gz) = e0ce0c67f40cbb0c7a546d54527818907604859197a1b7f53cf9f637f6dc454fdfc1f2c3d874970ac9f0b250e75113f19462e8bec33e0ae790d4b18a11ba1f16 +SHA512 (libpod-a1970e1.tar.gz) = 78a1e4529794d7d0d8c505627f0bef2ef2b2b8efb8ce54cc4bf4c0b8efd2f117e82f14422fdafa97de898aa91eb385c365e61bd44a5ee787bc6af787954867bb From 689ed4931aa2b76adfcc6217dd20b1cc3b34b057 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 16 Sep 2019 15:28:06 +0000 Subject: [PATCH 0503/2185] podman-2:1.5.2-0.90.dev.git1f5514e - autobuilt 1f5514e Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1fd2784..004da83 100644 --- a/.gitignore +++ b/.gitignore @@ -479,3 +479,4 @@ /libpod-0079c24.tar.gz /libpod-2366fd7.tar.gz /libpod-a1970e1.tar.gz +/libpod-1f5514e.tar.gz diff --git a/podman.spec b/podman.spec index 8577c22..f18d696 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a1970e1915fa99c1893bccd3a71a11d2bff77602 +%global commit0 1f5514ea551b12041346763a951bbe4a2f5fc3c3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.89.dev.git%{shortcommit0}%{?dist} +Release: 0.90.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -581,6 +581,9 @@ exit 0 %endif %changelog +* Mon Sep 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.90.dev.git1f5514e +- autobuilt 1f5514e + * Sat Sep 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.89.dev.gita1970e1 - autobuilt a1970e1 diff --git a/sources b/sources index 633d11c..d67afae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-a1970e1.tar.gz) = 78a1e4529794d7d0d8c505627f0bef2ef2b2b8efb8ce54cc4bf4c0b8efd2f117e82f14422fdafa97de898aa91eb385c365e61bd44a5ee787bc6af787954867bb +SHA512 (libpod-1f5514e.tar.gz) = 34d91fe0b609a76e79755c7dfb8caf7e3c31170d3ade91579d664d26a38a3b2d9ca1e2b86c4523a979553d5de0e0ccf54827c75071bc68172568e78ff2c875cd From 5a02dc30963f5451f11c41c111fd1b0ca243fae8 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 16 Sep 2019 20:26:44 +0000 Subject: [PATCH 0504/2185] podman-2:1.5.2-0.91.dev.git0014d6c - autobuilt 0014d6c Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 004da83..b287f6a 100644 --- a/.gitignore +++ b/.gitignore @@ -480,3 +480,4 @@ /libpod-2366fd7.tar.gz /libpod-a1970e1.tar.gz /libpod-1f5514e.tar.gz +/libpod-0014d6c.tar.gz diff --git a/podman.spec b/podman.spec index f18d696..a067dfa 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1f5514ea551b12041346763a951bbe4a2f5fc3c3 +%global commit0 0014d6cf6d9e5d588e0eed47db7908cf8be9afe1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.90.dev.git%{shortcommit0}%{?dist} +Release: 0.91.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -581,6 +581,9 @@ exit 0 %endif %changelog +* Mon Sep 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.91.dev.git0014d6c +- autobuilt 0014d6c + * Mon Sep 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.90.dev.git1f5514e - autobuilt 1f5514e diff --git a/sources b/sources index d67afae..e97f1e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-1f5514e.tar.gz) = 34d91fe0b609a76e79755c7dfb8caf7e3c31170d3ade91579d664d26a38a3b2d9ca1e2b86c4523a979553d5de0e0ccf54827c75071bc68172568e78ff2c875cd +SHA512 (libpod-0014d6c.tar.gz) = ff4862f97b8fa5c67698a2d043cdaa1b434bf0fbf9cf2d4333d4d4168ba1e60726d155d8cb5c932a7a951ac91673878e342d1f754ff88eeb296de8e936d94c44 From a8cc23c7079da26ed8a5118fbf1f2f51d033c706 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 16 Sep 2019 21:26:35 +0000 Subject: [PATCH 0505/2185] podman-2:1.5.2-0.92.dev.git2a4e062 - autobuilt 2a4e062 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b287f6a..8319e9f 100644 --- a/.gitignore +++ b/.gitignore @@ -481,3 +481,4 @@ /libpod-a1970e1.tar.gz /libpod-1f5514e.tar.gz /libpod-0014d6c.tar.gz +/libpod-2a4e062.tar.gz diff --git a/podman.spec b/podman.spec index a067dfa..afe213f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0014d6cf6d9e5d588e0eed47db7908cf8be9afe1 +%global commit0 2a4e062c71ecf94aadd8c91ecf8b84e3fb64ce38 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.5.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.91.dev.git%{shortcommit0}%{?dist} +Release: 0.92.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -581,6 +581,9 @@ exit 0 %endif %changelog +* Mon Sep 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.92.dev.git2a4e062 +- autobuilt 2a4e062 + * Mon Sep 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.91.dev.git0014d6c - autobuilt 0014d6c diff --git a/sources b/sources index e97f1e9..08801d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-0014d6c.tar.gz) = ff4862f97b8fa5c67698a2d043cdaa1b434bf0fbf9cf2d4333d4d4168ba1e60726d155d8cb5c932a7a951ac91673878e342d1f754ff88eeb296de8e936d94c44 +SHA512 (libpod-2a4e062.tar.gz) = f83cf26e12f4d930ffbc81d5cb325a6a99384a971dd474628cf26b37b83a19a314562c9a5a340115da55681beb6fad6c6b68c5622f1f55d4da135c37d283f2dd From 97bc792b348eca7a5c1d98c879de6c0d42b70f8c Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 16 Sep 2019 22:25:37 +0000 Subject: [PATCH 0506/2185] podman-2:1.6.0-0.1.dev.git2aa6771 - bump to 1.6.0 - autobuilt 2aa6771 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8319e9f..358aaf0 100644 --- a/.gitignore +++ b/.gitignore @@ -482,3 +482,4 @@ /libpod-1f5514e.tar.gz /libpod-0014d6c.tar.gz /libpod-2a4e062.tar.gz +/libpod-2aa6771.tar.gz diff --git a/podman.spec b/podman.spec index afe213f..c64c7c5 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2a4e062c71ecf94aadd8c91ecf8b84e3fb64ce38 +%global commit0 2aa6771e787b46484245445b899cd2694aadbfc2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -38,10 +38,10 @@ Name: podman %if 0%{?fedora} Epoch: 2 %endif -Version: 1.5.2 +Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.92.dev.git%{shortcommit0}%{?dist} +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -581,6 +581,10 @@ exit 0 %endif %changelog +* Mon Sep 16 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.1.dev.git2aa6771 +- bump to 1.6.0 +- autobuilt 2aa6771 + * Mon Sep 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.92.dev.git2a4e062 - autobuilt 2a4e062 diff --git a/sources b/sources index 08801d1..ca0d618 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-2a4e062.tar.gz) = f83cf26e12f4d930ffbc81d5cb325a6a99384a971dd474628cf26b37b83a19a314562c9a5a340115da55681beb6fad6c6b68c5622f1f55d4da135c37d283f2dd +SHA512 (libpod-2aa6771.tar.gz) = fee1a2aee1f45ce6af2af6afc76f1c4bfc6ca9b8e4bf66a962b559f9a40308bdd9fc0ba616f1ec6a3d72669b8347f4d27e273e6c9c92d4f3233bf336afb728d1 From 120a8a9a7eeeff09a7a2dddebc960e0dd075f3fb Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 17 Sep 2019 11:27:28 +0000 Subject: [PATCH 0507/2185] podman-2:1.6.0-0.2.dev.git799aa70 - autobuilt 799aa70 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 358aaf0..55a366e 100644 --- a/.gitignore +++ b/.gitignore @@ -483,3 +483,4 @@ /libpod-0014d6c.tar.gz /libpod-2a4e062.tar.gz /libpod-2aa6771.tar.gz +/libpod-799aa70.tar.gz diff --git a/podman.spec b/podman.spec index c64c7c5..36811b0 100644 --- a/podman.spec +++ b/podman.spec @@ -27,12 +27,12 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2aa6771e787b46484245445b899cd2694aadbfc2 +%global commit0 799aa7022bcf4b8b76276f86ea633c960351fb93 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.5.1 +%global built_tag v1.6.0-rc1 Name: podman %if 0%{?fedora} @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.1.dev.git%{shortcommit0}%{?dist} +Release: 0.2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -581,6 +581,9 @@ exit 0 %endif %changelog +* Tue Sep 17 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.2.dev.git799aa70 +- autobuilt 799aa70 + * Mon Sep 16 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.1.dev.git2aa6771 - bump to 1.6.0 - autobuilt 2aa6771 diff --git a/sources b/sources index ca0d618..89aa6aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-2aa6771.tar.gz) = fee1a2aee1f45ce6af2af6afc76f1c4bfc6ca9b8e4bf66a962b559f9a40308bdd9fc0ba616f1ec6a3d72669b8347f4d27e273e6c9c92d4f3233bf336afb728d1 +SHA512 (libpod-799aa70.tar.gz) = ec49e8cd76c5e8945d52f0e6b1696a74ee824ae8c6737a3bffa48745a997fdbcfd624e8d97fda6584ef2081ded4ba8a7f67dc14abc9d546b97f8615e6e5c7e37 From fc5b01485b295df0ef7b4b908f7f07e1a414c427 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 17 Sep 2019 23:36:00 +0530 Subject: [PATCH 0508/2185] correct some rpmlint errors Signed-off-by: Lokesh Mandvekar --- podman.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/podman.spec b/podman.spec index 36811b0..d6f54d5 100644 --- a/podman.spec +++ b/podman.spec @@ -191,9 +191,12 @@ Provides: bundled(golang(k8s.io/utils)) = 258e2a2fa64568210fbd6267cf1d8fd87c3cb8 daemonless tool. %{name} provides a Docker-CLI comparable command line that eases the transition from other container engines and allows the management of pods, containers and images. Simply put: alias docker=%{name}. -Most %{name} commands can be run as a regular user, without requiring additional privileges. +Most %{name} commands can be run as a regular user, without requiring +additional privileges. -%{name} uses Buildah(1) internally to create container images. Both tools share image (not container) storage, hence each can use or manipulate images (but not containers) created by the other. +%{name} uses Buildah(1) internally to create container images. +Both tools share image (not container) storage, hence each can use or +manipulate images (but not containers) created by the other. %{summary} %{repo} Simple management tool for pods, containers and images @@ -367,7 +370,8 @@ Requires: golang(github.com/urfave/cli) %description unit-test-devel %{summary} -libpod provides a library for applications looking to use the Container Pod concept popularized by Kubernetes. +%{repo} provides a library for applications looking to use the +Container Pod concept popularized by Kubernetes. This package contains unit tests for project providing packages with %{import_path} prefix. From 6900b0db31c87de612b9e5cee4b86cfab44279e1 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 17 Sep 2019 19:07:07 +0000 Subject: [PATCH 0509/2185] podman-2:1.6.0-2 - bump to v1.6.0-rc1 - autobuilt ca5ff03 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index a95d824..5798fd0 100644 --- a/.gitignore +++ b/.gitignore @@ -252,3 +252,4 @@ /conmon-e217fdf.tar.gz /libpod-54b394b.tar.gz /libpod-0005792.tar.gz +/libpod-ca5ff03.tar.gz diff --git a/podman.spec b/podman.spec index 87e7baf..3dc922d 100644 --- a/podman.spec +++ b/podman.spec @@ -23,7 +23,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 00057929f5acfd98341964d85722383363376d52 +%global commit0 ca5ff03e2935c47288f7b28a2bae9212cbb83272 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global import_path_conmon github.com/containers/conmon @@ -33,12 +33,12 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.5.1 +%global built_tag v1.6.0-rc1 Name: podman Epoch: 2 -Version: 1.5.1 -Release: 3%{?dist} +Version: 1.6.0 +Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -573,6 +573,10 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Tue Sep 17 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-2 +- bump to v1.6.0-rc1 +- autobuilt ca5ff03 + * Fri Aug 16 2019 Lokesh Mandvekar - 2:1.5.1-3 - list unitfiles in /usr/lib/systemd/user diff --git a/sources b/sources index c1a6163..baeac5e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-0005792.tar.gz) = 6b5209f1a495c0a5efb9bacb31390653cf8db983f402fc820572b31f5169dc368806aaa97eceae871643146b4dcf66fd776a0e6d4e7f27b9c76b04c1d6107214 +SHA512 (libpod-ca5ff03.tar.gz) = 65894c42865fd11ab59989f9e658e162f17181fd86bc36099eb706b8a8ec1a242d0e8a077e1b70f87cb12c7a263b8b405d1777372bc51ff9c20c4838169bc55a From ce810a1fc54675f699354efd8356ebd8141be5d2 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 17 Sep 2019 19:26:08 +0000 Subject: [PATCH 0510/2185] podman-2:1.6.0-0.3.dev.git143caa9 - autobuilt 143caa9 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 55a366e..b5709bf 100644 --- a/.gitignore +++ b/.gitignore @@ -484,3 +484,4 @@ /libpod-2a4e062.tar.gz /libpod-2aa6771.tar.gz /libpod-799aa70.tar.gz +/libpod-143caa9.tar.gz diff --git a/podman.spec b/podman.spec index d6f54d5..3ae8bdf 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 799aa7022bcf4b8b76276f86ea633c960351fb93 +%global commit0 143caa98bf07eef1a4d46da2cc56603a3ef739b8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.2.dev.git%{shortcommit0}%{?dist} +Release: 0.3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Tue Sep 17 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.3.dev.git143caa9 +- autobuilt 143caa9 + * Tue Sep 17 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.2.dev.git799aa70 - autobuilt 799aa70 diff --git a/sources b/sources index 89aa6aa..a978937 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-799aa70.tar.gz) = ec49e8cd76c5e8945d52f0e6b1696a74ee824ae8c6737a3bffa48745a997fdbcfd624e8d97fda6584ef2081ded4ba8a7f67dc14abc9d546b97f8615e6e5c7e37 +SHA512 (libpod-143caa9.tar.gz) = ad506c5e3f32ed8818672ebb114216805fd181d08c222d1dea4685694f37b5fa3a4e2d532302d12d5a733b68fd2c68e8c40bf7810d9af667a976f4b69c925099 From f0541efcbf304187877f5b14269bc777434ae124 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 18 Sep 2019 14:30:11 +0000 Subject: [PATCH 0511/2185] podman-2:1.6.0-0.4.dev.git2c51d6f - autobuilt 2c51d6f Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b5709bf..25de633 100644 --- a/.gitignore +++ b/.gitignore @@ -485,3 +485,4 @@ /libpod-2aa6771.tar.gz /libpod-799aa70.tar.gz /libpod-143caa9.tar.gz +/libpod-2c51d6f.tar.gz diff --git a/podman.spec b/podman.spec index 3ae8bdf..de05ba3 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 143caa98bf07eef1a4d46da2cc56603a3ef739b8 +%global commit0 2c51d6f800a1ed472da3b88b4f987ab73953c8d0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.3.dev.git%{shortcommit0}%{?dist} +Release: 0.4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Wed Sep 18 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.4.dev.git2c51d6f +- autobuilt 2c51d6f + * Tue Sep 17 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.3.dev.git143caa9 - autobuilt 143caa9 diff --git a/sources b/sources index a978937..4732e1a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-143caa9.tar.gz) = ad506c5e3f32ed8818672ebb114216805fd181d08c222d1dea4685694f37b5fa3a4e2d532302d12d5a733b68fd2c68e8c40bf7810d9af667a976f4b69c925099 +SHA512 (libpod-2c51d6f.tar.gz) = e4dbf2fedbef37a7f0fcb303156c9debf3d45f692de753611a537858095bf4fba2431c2b6edd7ee59fac7ae2b5aa03d80105517d27d5db48d1f04b6df1ec074f From 700647398343822bcc169e3257be37d272bb4037 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 18 Sep 2019 19:25:20 +0000 Subject: [PATCH 0512/2185] podman-2:1.6.0-0.5.dev.git8133aa1 - autobuilt 8133aa1 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 25de633..53969a0 100644 --- a/.gitignore +++ b/.gitignore @@ -486,3 +486,4 @@ /libpod-799aa70.tar.gz /libpod-143caa9.tar.gz /libpod-2c51d6f.tar.gz +/libpod-8133aa1.tar.gz diff --git a/podman.spec b/podman.spec index de05ba3..bb2f4f5 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2c51d6f800a1ed472da3b88b4f987ab73953c8d0 +%global commit0 8133aa1ee88cea2c89d38c1c56974c8889ef0933 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.4.dev.git%{shortcommit0}%{?dist} +Release: 0.5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Wed Sep 18 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.5.dev.git8133aa1 +- autobuilt 8133aa1 + * Wed Sep 18 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.4.dev.git2c51d6f - autobuilt 2c51d6f diff --git a/sources b/sources index 4732e1a..b3ff66e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-2c51d6f.tar.gz) = e4dbf2fedbef37a7f0fcb303156c9debf3d45f692de753611a537858095bf4fba2431c2b6edd7ee59fac7ae2b5aa03d80105517d27d5db48d1f04b6df1ec074f +SHA512 (libpod-8133aa1.tar.gz) = c6c940015c1705e28c0f38844100c13fe96604b81ed649dca78f62b4045340eb47c65614a8d7f37ffdfbdaddaefbdbfff38bf52b6a4ef1160973ec40d0879a94 From f28fbe8cac50277cdd008bf5d705591dd14830e8 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 18 Sep 2019 20:25:40 +0000 Subject: [PATCH 0513/2185] podman-2:1.6.0-0.6.dev.gitfe48b9e - autobuilt fe48b9e Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 53969a0..effdf6b 100644 --- a/.gitignore +++ b/.gitignore @@ -487,3 +487,4 @@ /libpod-143caa9.tar.gz /libpod-2c51d6f.tar.gz /libpod-8133aa1.tar.gz +/libpod-fe48b9e.tar.gz diff --git a/podman.spec b/podman.spec index bb2f4f5..36471ef 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 8133aa1ee88cea2c89d38c1c56974c8889ef0933 +%global commit0 fe48b9e036dc1a05294b2bb3df5d9b23256c6c55 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.5.dev.git%{shortcommit0}%{?dist} +Release: 0.6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Wed Sep 18 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.6.dev.gitfe48b9e +- autobuilt fe48b9e + * Wed Sep 18 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.5.dev.git8133aa1 - autobuilt 8133aa1 diff --git a/sources b/sources index b3ff66e..8551e7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-8133aa1.tar.gz) = c6c940015c1705e28c0f38844100c13fe96604b81ed649dca78f62b4045340eb47c65614a8d7f37ffdfbdaddaefbdbfff38bf52b6a4ef1160973ec40d0879a94 +SHA512 (libpod-fe48b9e.tar.gz) = 5330d3cb3f8679f2458c1276a3c8db2dfba63c2c882ca09ba2c387440a0a228497208bb1056c804a8b9ad4379fd562d9701cec7ff8471e931aacb4567c36d3c4 From 28f99820880a44f197cbbf4e511df1219e4e6480 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 19 Sep 2019 02:26:50 +0000 Subject: [PATCH 0514/2185] podman-2:1.6.0-0.7.dev.git408f278 - autobuilt 408f278 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index effdf6b..5045ee1 100644 --- a/.gitignore +++ b/.gitignore @@ -488,3 +488,4 @@ /libpod-2c51d6f.tar.gz /libpod-8133aa1.tar.gz /libpod-fe48b9e.tar.gz +/libpod-408f278.tar.gz diff --git a/podman.spec b/podman.spec index 36471ef..19a167e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 fe48b9e036dc1a05294b2bb3df5d9b23256c6c55 +%global commit0 408f2780a1dd94f99fe36be4573a9887e6c74cf7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.6.dev.git%{shortcommit0}%{?dist} +Release: 0.7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Thu Sep 19 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.7.dev.git408f278 +- autobuilt 408f278 + * Wed Sep 18 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.6.dev.gitfe48b9e - autobuilt fe48b9e diff --git a/sources b/sources index 8551e7f..aba43e7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-fe48b9e.tar.gz) = 5330d3cb3f8679f2458c1276a3c8db2dfba63c2c882ca09ba2c387440a0a228497208bb1056c804a8b9ad4379fd562d9701cec7ff8471e931aacb4567c36d3c4 +SHA512 (libpod-408f278.tar.gz) = cea7dd0c7cccc0aef4e7a48c72ca66a9ab98f76e796923132e43f489663e5e638d654730551d2c4b21a743371f6d6b9a8157f0598ff1423585910d5b2e046e92 From 810cc521db63de58425b5cf6dfc653f6e0219fe1 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Thu, 19 Sep 2019 21:25:16 +0000 Subject: [PATCH 0515/2185] podman-2:1.6.0-0.8.dev.gitc38844f - autobuilt c38844f Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5045ee1..6a49684 100644 --- a/.gitignore +++ b/.gitignore @@ -489,3 +489,4 @@ /libpod-8133aa1.tar.gz /libpod-fe48b9e.tar.gz /libpod-408f278.tar.gz +/libpod-c38844f.tar.gz diff --git a/podman.spec b/podman.spec index 19a167e..006c2d5 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 408f2780a1dd94f99fe36be4573a9887e6c74cf7 +%global commit0 c38844f5a9abedd1b9bce0641ee6f1909377a5d7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.7.dev.git%{shortcommit0}%{?dist} +Release: 0.8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Thu Sep 19 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.8.dev.gitc38844f +- autobuilt c38844f + * Thu Sep 19 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.7.dev.git408f278 - autobuilt 408f278 diff --git a/sources b/sources index aba43e7..0b6459d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-408f278.tar.gz) = cea7dd0c7cccc0aef4e7a48c72ca66a9ab98f76e796923132e43f489663e5e638d654730551d2c4b21a743371f6d6b9a8157f0598ff1423585910d5b2e046e92 +SHA512 (libpod-c38844f.tar.gz) = dfa64f801141f01e0d7dbb1e3cba8cdc1f92c579f640d986f539e54b7bb9e32fcaa030971307407d23cc5818d92de755ed64d1aeda318de8b85ae5a542984956 From 145fe6701693e1c609c4b39a025eed9b51270261 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 20 Sep 2019 04:35:36 +0000 Subject: [PATCH 0516/2185] podman-2:1.6.0-0.9.dev.git9dc764c - autobuilt 9dc764c Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6a49684..ab7ce19 100644 --- a/.gitignore +++ b/.gitignore @@ -490,3 +490,4 @@ /libpod-fe48b9e.tar.gz /libpod-408f278.tar.gz /libpod-c38844f.tar.gz +/libpod-9dc764c.tar.gz diff --git a/podman.spec b/podman.spec index 006c2d5..1eead7d 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c38844f5a9abedd1b9bce0641ee6f1909377a5d7 +%global commit0 9dc764c1976944c2e14480e6dd0a7db6ced37107 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.8.dev.git%{shortcommit0}%{?dist} +Release: 0.9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Fri Sep 20 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.9.dev.git9dc764c +- autobuilt 9dc764c + * Thu Sep 19 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.8.dev.gitc38844f - autobuilt c38844f diff --git a/sources b/sources index 0b6459d..4d98151 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-c38844f.tar.gz) = dfa64f801141f01e0d7dbb1e3cba8cdc1f92c579f640d986f539e54b7bb9e32fcaa030971307407d23cc5818d92de755ed64d1aeda318de8b85ae5a542984956 +SHA512 (libpod-9dc764c.tar.gz) = 2c135a7e4577e0978f7bf5eb7786163108046e5b506dfd02021067e48587f068585cd52ffc172e5ffef346e75747c4173d96daf7bd8697b1076c2283e20834aa From a0ceeb2082768832e0ee317ddcae00cb9484d120 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 20 Sep 2019 07:25:48 +0000 Subject: [PATCH 0517/2185] podman-2:1.6.0-0.10.dev.git7ed1816 - autobuilt 7ed1816 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ab7ce19..dc18074 100644 --- a/.gitignore +++ b/.gitignore @@ -491,3 +491,4 @@ /libpod-408f278.tar.gz /libpod-c38844f.tar.gz /libpod-9dc764c.tar.gz +/libpod-7ed1816.tar.gz diff --git a/podman.spec b/podman.spec index 1eead7d..70ada64 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9dc764c1976944c2e14480e6dd0a7db6ced37107 +%global commit0 7ed1816900b9e1cc8087f8256e836eb62d0c6295 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.9.dev.git%{shortcommit0}%{?dist} +Release: 0.10.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Fri Sep 20 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.10.dev.git7ed1816 +- autobuilt 7ed1816 + * Fri Sep 20 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.9.dev.git9dc764c - autobuilt 9dc764c diff --git a/sources b/sources index 4d98151..7eeeea4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-9dc764c.tar.gz) = 2c135a7e4577e0978f7bf5eb7786163108046e5b506dfd02021067e48587f068585cd52ffc172e5ffef346e75747c4173d96daf7bd8697b1076c2283e20834aa +SHA512 (libpod-7ed1816.tar.gz) = a8fd646eaf574c96c527fac65db1bef34499a98d6ee5d133913561a11db0f887851cb863bf7e8db6eeb9ce5cc18bdc67d3bc33b3ee1184853529336a05f00ebf From 7d6da0f706609d029ecc72603504b1c8301e9a48 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Fri, 20 Sep 2019 18:25:43 +0000 Subject: [PATCH 0518/2185] podman-2:1.6.0-0.11.dev.git66f4bc7 - autobuilt 66f4bc7 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dc18074..a84ef93 100644 --- a/.gitignore +++ b/.gitignore @@ -492,3 +492,4 @@ /libpod-c38844f.tar.gz /libpod-9dc764c.tar.gz /libpod-7ed1816.tar.gz +/libpod-66f4bc7.tar.gz diff --git a/podman.spec b/podman.spec index 70ada64..037e2d4 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7ed1816900b9e1cc8087f8256e836eb62d0c6295 +%global commit0 66f4bc76384cca8716f9192aa279138cb2b35812 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.10.dev.git%{shortcommit0}%{?dist} +Release: 0.11.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Fri Sep 20 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.11.dev.git66f4bc7 +- autobuilt 66f4bc7 + * Fri Sep 20 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.10.dev.git7ed1816 - autobuilt 7ed1816 diff --git a/sources b/sources index 7eeeea4..ab12562 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-7ed1816.tar.gz) = a8fd646eaf574c96c527fac65db1bef34499a98d6ee5d133913561a11db0f887851cb863bf7e8db6eeb9ce5cc18bdc67d3bc33b3ee1184853529336a05f00ebf +SHA512 (libpod-66f4bc7.tar.gz) = 3427a0acdc4ba47fc28c5d078715c53d1ffc41563bf87918bc0a012611e96a610eca0518dd3ab98a5cf85f26af9b2c30c8668a77318ae21a9674e9aa42d533f1 From 4835accae84576de2075edc9e7269c6f37686d31 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 21 Sep 2019 08:31:56 +0000 Subject: [PATCH 0519/2185] podman-2:1.6.0-0.12.dev.git819b63c - autobuilt 819b63c Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a84ef93..9d36107 100644 --- a/.gitignore +++ b/.gitignore @@ -493,3 +493,4 @@ /libpod-9dc764c.tar.gz /libpod-7ed1816.tar.gz /libpod-66f4bc7.tar.gz +/libpod-819b63c.tar.gz diff --git a/podman.spec b/podman.spec index 037e2d4..a30d437 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 66f4bc76384cca8716f9192aa279138cb2b35812 +%global commit0 819b63c8de310d37a8658ee70fa3b825162a3e17 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.11.dev.git%{shortcommit0}%{?dist} +Release: 0.12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Sat Sep 21 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.12.dev.git819b63c +- autobuilt 819b63c + * Fri Sep 20 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.11.dev.git66f4bc7 - autobuilt 66f4bc7 diff --git a/sources b/sources index ab12562..e95d70b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-66f4bc7.tar.gz) = 3427a0acdc4ba47fc28c5d078715c53d1ffc41563bf87918bc0a012611e96a610eca0518dd3ab98a5cf85f26af9b2c30c8668a77318ae21a9674e9aa42d533f1 +SHA512 (libpod-819b63c.tar.gz) = 71c10eda723938539376f995dc8f71ecb0a731847cdba509b95846045f2656359d7a24f830fab4bbadd9a6f715df7d588313ab88322726754252175fca1cd044 From 62a0a12d469fd8c7586d84076759892e3c5271bf Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 21 Sep 2019 09:31:46 +0000 Subject: [PATCH 0520/2185] podman-2:1.6.0-0.13.dev.gite947d63 - autobuilt e947d63 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9d36107..bf883c4 100644 --- a/.gitignore +++ b/.gitignore @@ -494,3 +494,4 @@ /libpod-7ed1816.tar.gz /libpod-66f4bc7.tar.gz /libpod-819b63c.tar.gz +/libpod-e947d63.tar.gz diff --git a/podman.spec b/podman.spec index a30d437..033c1bf 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 819b63c8de310d37a8658ee70fa3b825162a3e17 +%global commit0 e947d6354d9e154b07c34728abf3c2399b993131 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.12.dev.git%{shortcommit0}%{?dist} +Release: 0.13.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Sat Sep 21 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.13.dev.gite947d63 +- autobuilt e947d63 + * Sat Sep 21 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.12.dev.git819b63c - autobuilt 819b63c diff --git a/sources b/sources index e95d70b..cd166c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-819b63c.tar.gz) = 71c10eda723938539376f995dc8f71ecb0a731847cdba509b95846045f2656359d7a24f830fab4bbadd9a6f715df7d588313ab88322726754252175fca1cd044 +SHA512 (libpod-e947d63.tar.gz) = 4a7192e0b57fbb8b13e00ea916eb4df555adf2debc643e79a0be8c3dcd65d5c61bf105561cf7970c323694b053743332d440c4d8cccd0eca00e2853f15d88bef From 40d12488c6fe0786ce97e75021d90a583cf47607 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sat, 21 Sep 2019 18:31:22 +0000 Subject: [PATCH 0521/2185] podman-2:1.6.0-0.14.dev.git0d95e3a - autobuilt 0d95e3a Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bf883c4..8708b08 100644 --- a/.gitignore +++ b/.gitignore @@ -495,3 +495,4 @@ /libpod-66f4bc7.tar.gz /libpod-819b63c.tar.gz /libpod-e947d63.tar.gz +/libpod-0d95e3a.tar.gz diff --git a/podman.spec b/podman.spec index 033c1bf..064289b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e947d6354d9e154b07c34728abf3c2399b993131 +%global commit0 0d95e3aa06baf0613addc69b3d01bb7c262abd34 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.13.dev.git%{shortcommit0}%{?dist} +Release: 0.14.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Sat Sep 21 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.14.dev.git0d95e3a +- autobuilt 0d95e3a + * Sat Sep 21 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.13.dev.gite947d63 - autobuilt e947d63 diff --git a/sources b/sources index cd166c8..bc4bebe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-e947d63.tar.gz) = 4a7192e0b57fbb8b13e00ea916eb4df555adf2debc643e79a0be8c3dcd65d5c61bf105561cf7970c323694b053743332d440c4d8cccd0eca00e2853f15d88bef +SHA512 (libpod-0d95e3a.tar.gz) = 3184d2026a395f53d981beb62d74f5ceaf72d275fcf54c3e888b4d6ae94616a161e5bca91113d985585e0ff1609bf9847df971df60c9a7b60f8fc4f9b49b1a8c From 3b64834f52d14135aac075d8f2d7f79fa3b3bdd0 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Sun, 22 Sep 2019 15:32:58 +0000 Subject: [PATCH 0522/2185] podman-2:1.6.0-0.15.dev.gitc0eff1a - autobuilt c0eff1a Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8708b08..1461c2d 100644 --- a/.gitignore +++ b/.gitignore @@ -496,3 +496,4 @@ /libpod-819b63c.tar.gz /libpod-e947d63.tar.gz /libpod-0d95e3a.tar.gz +/libpod-c0eff1a.tar.gz diff --git a/podman.spec b/podman.spec index 064289b..c158de7 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0d95e3aa06baf0613addc69b3d01bb7c262abd34 +%global commit0 c0eff1a81c2718498aa8e75f7e45bfb688c91482 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.14.dev.git%{shortcommit0}%{?dist} +Release: 0.15.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Sun Sep 22 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.15.dev.gitc0eff1a +- autobuilt c0eff1a + * Sat Sep 21 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.14.dev.git0d95e3a - autobuilt 0d95e3a diff --git a/sources b/sources index bc4bebe..9b659aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-0d95e3a.tar.gz) = 3184d2026a395f53d981beb62d74f5ceaf72d275fcf54c3e888b4d6ae94616a161e5bca91113d985585e0ff1609bf9847df971df60c9a7b60f8fc4f9b49b1a8c +SHA512 (libpod-c0eff1a.tar.gz) = d8a63f81b45831fffa7ee5d5e31c1bb3d38ad95d2d801f64a8df4e072c86bd3852afb102a7f28228b83071d84f9bbf7c0f7043e7626e40e859010a80d9042614 From 699f320a7f2e4a1f2835831faae6d6f00d05cd23 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 23 Sep 2019 18:25:42 +0000 Subject: [PATCH 0523/2185] podman-2:1.6.0-0.16.dev.gita74dfda - autobuilt a74dfda Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1461c2d..1782dd7 100644 --- a/.gitignore +++ b/.gitignore @@ -497,3 +497,4 @@ /libpod-e947d63.tar.gz /libpod-0d95e3a.tar.gz /libpod-c0eff1a.tar.gz +/libpod-a74dfda.tar.gz diff --git a/podman.spec b/podman.spec index c158de7..4f64e40 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c0eff1a81c2718498aa8e75f7e45bfb688c91482 +%global commit0 a74dfdadd7cc02959c2a142658bedabdc4a607a3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.15.dev.git%{shortcommit0}%{?dist} +Release: 0.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Mon Sep 23 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.16.dev.gita74dfda +- autobuilt a74dfda + * Sun Sep 22 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.15.dev.gitc0eff1a - autobuilt c0eff1a diff --git a/sources b/sources index 9b659aa..330e0d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-c0eff1a.tar.gz) = d8a63f81b45831fffa7ee5d5e31c1bb3d38ad95d2d801f64a8df4e072c86bd3852afb102a7f28228b83071d84f9bbf7c0f7043e7626e40e859010a80d9042614 +SHA512 (libpod-a74dfda.tar.gz) = 0aa7268a1a7e7e35433e79ea8753627619faba8ab9c97bcb66c5e55d86db49b59fe385dda6b878b3b1663cf3fe0f048830687a4d0932d324e0cd9cd2dc3c0070 From ca1e2d49ba30a5c861389ed041b03c4eabe073f1 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 23 Sep 2019 19:25:57 +0000 Subject: [PATCH 0524/2185] podman-2:1.6.0-0.17.dev.gitf5951c7 - autobuilt f5951c7 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1782dd7..170f677 100644 --- a/.gitignore +++ b/.gitignore @@ -498,3 +498,4 @@ /libpod-0d95e3a.tar.gz /libpod-c0eff1a.tar.gz /libpod-a74dfda.tar.gz +/libpod-f5951c7.tar.gz diff --git a/podman.spec b/podman.spec index 4f64e40..8734fb4 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a74dfdadd7cc02959c2a142658bedabdc4a607a3 +%global commit0 f5951c7305306967a89de09d957ccd5699ec3f85 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.16.dev.git%{shortcommit0}%{?dist} +Release: 0.17.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Mon Sep 23 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.17.dev.gitf5951c7 +- autobuilt f5951c7 + * Mon Sep 23 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.16.dev.gita74dfda - autobuilt a74dfda diff --git a/sources b/sources index 330e0d8..8f0e01b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-a74dfda.tar.gz) = 0aa7268a1a7e7e35433e79ea8753627619faba8ab9c97bcb66c5e55d86db49b59fe385dda6b878b3b1663cf3fe0f048830687a4d0932d324e0cd9cd2dc3c0070 +SHA512 (libpod-f5951c7.tar.gz) = 22ef0819d1a84b2a414bc14f11a7ea7a09f77bba09ba576d61095ce1a291bf54387ab1edd4c58a797355576b9e3674541c8a3bcc6beac58b836eb1d92ca87e04 From 899fffca4427ecedecc6d97ea371f7f8f3e9ce58 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Mon, 23 Sep 2019 20:26:20 +0000 Subject: [PATCH 0525/2185] podman-2:1.6.0-0.18.dev.git6ce8d05 - autobuilt 6ce8d05 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 170f677..b0d8c8a 100644 --- a/.gitignore +++ b/.gitignore @@ -499,3 +499,4 @@ /libpod-c0eff1a.tar.gz /libpod-a74dfda.tar.gz /libpod-f5951c7.tar.gz +/libpod-6ce8d05.tar.gz diff --git a/podman.spec b/podman.spec index 8734fb4..5a88df1 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f5951c7305306967a89de09d957ccd5699ec3f85 +%global commit0 6ce8d05a5b06d97a2897411fcbd4da6a3abb4d65 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.17.dev.git%{shortcommit0}%{?dist} +Release: 0.18.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Mon Sep 23 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.18.dev.git6ce8d05 +- autobuilt 6ce8d05 + * Mon Sep 23 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.17.dev.gitf5951c7 - autobuilt f5951c7 diff --git a/sources b/sources index 8f0e01b..bd12416 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-f5951c7.tar.gz) = 22ef0819d1a84b2a414bc14f11a7ea7a09f77bba09ba576d61095ce1a291bf54387ab1edd4c58a797355576b9e3674541c8a3bcc6beac58b836eb1d92ca87e04 +SHA512 (libpod-6ce8d05.tar.gz) = 0e30ea7cbadd2b450f195bb97173c261b8e5e80d51e5a1a43690617cf105524e4dcfa927e1375ac053355048c898159223d17e0f6a8e2a0f73c96d4c6e0850c0 From 51ac62f7a3aaecc8e0dd17743378934f491ad7b1 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 24 Sep 2019 13:28:48 +0000 Subject: [PATCH 0526/2185] podman-2:1.6.0-0.19.dev.git83b2348 - autobuilt 83b2348 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b0d8c8a..84c9183 100644 --- a/.gitignore +++ b/.gitignore @@ -500,3 +500,4 @@ /libpod-a74dfda.tar.gz /libpod-f5951c7.tar.gz /libpod-6ce8d05.tar.gz +/libpod-83b2348.tar.gz diff --git a/podman.spec b/podman.spec index 5a88df1..0920200 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 6ce8d05a5b06d97a2897411fcbd4da6a3abb4d65 +%global commit0 83b2348313c52cc3e20d72285a9d81d3d72c2d5d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.18.dev.git%{shortcommit0}%{?dist} +Release: 0.19.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Tue Sep 24 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.19.dev.git83b2348 +- autobuilt 83b2348 + * Mon Sep 23 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.18.dev.git6ce8d05 - autobuilt 6ce8d05 diff --git a/sources b/sources index bd12416..78b8462 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-6ce8d05.tar.gz) = 0e30ea7cbadd2b450f195bb97173c261b8e5e80d51e5a1a43690617cf105524e4dcfa927e1375ac053355048c898159223d17e0f6a8e2a0f73c96d4c6e0850c0 +SHA512 (libpod-83b2348.tar.gz) = 38ef8f671840af36229707145c4b98dd5c9dee9ae990e8bdd10b18bc8ae6187720bd6543b0a038487aa48f7d004a4218c0f79d254e6c5504562e97ca8b38c055 From f5f47821b5cf2332716e26d7468a49c0ee4bbe5e Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 24 Sep 2019 17:25:07 +0000 Subject: [PATCH 0527/2185] podman-2:1.6.0-0.20.dev.gitb300b98 - autobuilt b300b98 Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 84c9183..bf88f6a 100644 --- a/.gitignore +++ b/.gitignore @@ -501,3 +501,4 @@ /libpod-f5951c7.tar.gz /libpod-6ce8d05.tar.gz /libpod-83b2348.tar.gz +/libpod-b300b98.tar.gz diff --git a/podman.spec b/podman.spec index 0920200..2a36487 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 83b2348313c52cc3e20d72285a9d81d3d72c2d5d +%global commit0 b300b981e7b101070198e8d8c9ef5c1c97f0c394 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.19.dev.git%{shortcommit0}%{?dist} +Release: 0.20.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Tue Sep 24 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.20.dev.gitb300b98 +- autobuilt b300b98 + * Tue Sep 24 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.19.dev.git83b2348 - autobuilt 83b2348 diff --git a/sources b/sources index 78b8462..b29401a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-83b2348.tar.gz) = 38ef8f671840af36229707145c4b98dd5c9dee9ae990e8bdd10b18bc8ae6187720bd6543b0a038487aa48f7d004a4218c0f79d254e6c5504562e97ca8b38c055 +SHA512 (libpod-b300b98.tar.gz) = 6ec9f888f7d7b461135573873d22cf6b78d1937b3f139332001dff544e6572488e549f1e9a92586924d903ff6eeeafcd7b8ed4f0b71157bb83cf80cd36835b87 From 91129c98570b20b26c5334457bc19ba9e02d5fa9 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 24 Sep 2019 19:25:35 +0000 Subject: [PATCH 0528/2185] podman-2:1.6.0-0.21.dev.git1dfac0e - autobuilt 1dfac0e Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bf88f6a..b61909c 100644 --- a/.gitignore +++ b/.gitignore @@ -502,3 +502,4 @@ /libpod-6ce8d05.tar.gz /libpod-83b2348.tar.gz /libpod-b300b98.tar.gz +/libpod-1dfac0e.tar.gz diff --git a/podman.spec b/podman.spec index 2a36487..8a67681 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b300b981e7b101070198e8d8c9ef5c1c97f0c394 +%global commit0 1dfac0e776a36ae682b6600ad8edf3d118638eeb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.20.dev.git%{shortcommit0}%{?dist} +Release: 0.21.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Tue Sep 24 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.21.dev.git1dfac0e +- autobuilt 1dfac0e + * Tue Sep 24 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.20.dev.gitb300b98 - autobuilt b300b98 diff --git a/sources b/sources index b29401a..91e5204 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-b300b98.tar.gz) = 6ec9f888f7d7b461135573873d22cf6b78d1937b3f139332001dff544e6572488e549f1e9a92586924d903ff6eeeafcd7b8ed4f0b71157bb83cf80cd36835b87 +SHA512 (libpod-1dfac0e.tar.gz) = e6bc15d5c4c81950dfe3fe91a979160ca1abf0e45890167d241976d37462407202c377ec26654a337a67e7828673f2a1b67c9f4110c5c77b57e9c29723e1cc59 From b8ed4d502c1a1100a485b9909e0a072131d462ad Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Tue, 24 Sep 2019 20:26:10 +0000 Subject: [PATCH 0529/2185] podman-2:1.6.0-0.22.dev.git0000afc - autobuilt 0000afc Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b61909c..8c31172 100644 --- a/.gitignore +++ b/.gitignore @@ -503,3 +503,4 @@ /libpod-83b2348.tar.gz /libpod-b300b98.tar.gz /libpod-1dfac0e.tar.gz +/libpod-0000afc.tar.gz diff --git a/podman.spec b/podman.spec index 8a67681..e101f0b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1dfac0e776a36ae682b6600ad8edf3d118638eeb +%global commit0 0000afc1af06b04ececeb91637bb3d80d6f47e14 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.21.dev.git%{shortcommit0}%{?dist} +Release: 0.22.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Tue Sep 24 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.22.dev.git0000afc +- autobuilt 0000afc + * Tue Sep 24 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.21.dev.git1dfac0e - autobuilt 1dfac0e diff --git a/sources b/sources index 91e5204..18e87e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-1dfac0e.tar.gz) = e6bc15d5c4c81950dfe3fe91a979160ca1abf0e45890167d241976d37462407202c377ec26654a337a67e7828673f2a1b67c9f4110c5c77b57e9c29723e1cc59 +SHA512 (libpod-0000afc.tar.gz) = 5cbdd8a4df27dc280a022a6c384a4cc4f3b8f6cc4f04efc3307bfa4a5d7c8cd26dbe2b1f5a81954523ae1fd75c4777f2345e018679afa2bdba86b1178f8c6782 From eb8bb64d9841cfcd352335cd8b7c0f643cf5c74b Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 25 Sep 2019 07:26:04 +0000 Subject: [PATCH 0530/2185] podman-2:1.6.0-0.23.dev.git525be7d - autobuilt 525be7d Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8c31172..87ff958 100644 --- a/.gitignore +++ b/.gitignore @@ -504,3 +504,4 @@ /libpod-b300b98.tar.gz /libpod-1dfac0e.tar.gz /libpod-0000afc.tar.gz +/libpod-525be7d.tar.gz diff --git a/podman.spec b/podman.spec index e101f0b..30c6afb 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0000afc1af06b04ececeb91637bb3d80d6f47e14 +%global commit0 525be7d3db4d21aa39ecf1a164d0f861b9062b9c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.22.dev.git%{shortcommit0}%{?dist} +Release: 0.23.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Wed Sep 25 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.23.dev.git525be7d +- autobuilt 525be7d + * Tue Sep 24 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.22.dev.git0000afc - autobuilt 0000afc diff --git a/sources b/sources index 18e87e8..6a320ff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-0000afc.tar.gz) = 5cbdd8a4df27dc280a022a6c384a4cc4f3b8f6cc4f04efc3307bfa4a5d7c8cd26dbe2b1f5a81954523ae1fd75c4777f2345e018679afa2bdba86b1178f8c6782 +SHA512 (libpod-525be7d.tar.gz) = 2a4bbd21e2a6037da3a5623ad3f15467814a8c34eba1b6410cca35b603c561561fc46320f2f7e4928691ba3603b2077705cd47efb27e5f0554d067f8628a619f From 751a0cd96a7e7863e1c47878a0a3fb0b0a870ca1 Mon Sep 17 00:00:00 2001 From: "Lokesh Mandvekar (Bot)" Date: Wed, 25 Sep 2019 08:27:27 +0000 Subject: [PATCH 0531/2185] podman-2:1.6.0-0.24.dev.git240095e - autobuilt 240095e Signed-off-by: Lokesh Mandvekar (Bot) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 87ff958..4529e25 100644 --- a/.gitignore +++ b/.gitignore @@ -505,3 +505,4 @@ /libpod-1dfac0e.tar.gz /libpod-0000afc.tar.gz /libpod-525be7d.tar.gz +/libpod-240095e.tar.gz diff --git a/podman.spec b/podman.spec index 30c6afb..4303ee4 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 525be7d3db4d21aa39ecf1a164d0f861b9062b9c +%global commit0 240095e24bedbb2443926f6777bca4cb63c2ab53 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.23.dev.git%{shortcommit0}%{?dist} +Release: 0.24.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Wed Sep 25 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.24.dev.git240095e +- autobuilt 240095e + * Wed Sep 25 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.23.dev.git525be7d - autobuilt 525be7d diff --git a/sources b/sources index 6a320ff..01e5255 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-525be7d.tar.gz) = 2a4bbd21e2a6037da3a5623ad3f15467814a8c34eba1b6410cca35b603c561561fc46320f2f7e4928691ba3603b2077705cd47efb27e5f0554d067f8628a619f +SHA512 (libpod-240095e.tar.gz) = d23ecb4ec90833ae91ba4363ecae72523895009ef92fac33691be0eaccb38aac1d69ce8332c81bf0a88c07b9df587690178461fe521a3875c8fb471e433f6c9d From 52d6fb423f31d66096916798a2cd3476abfde956 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 25 Sep 2019 10:16:06 -0400 Subject: [PATCH 0532/2185] use standalone conmon as dep Signed-off-by: Lokesh Mandvekar --- podman.spec | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/podman.spec b/podman.spec index 3dc922d..adc2071 100644 --- a/podman.spec +++ b/podman.spec @@ -26,11 +26,6 @@ %global commit0 ca5ff03e2935c47288f7b28a2bae9212cbb83272 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) -%global import_path_conmon github.com/containers/conmon -%global git_conmon https://%{import_path_conmon} -%global commit_conmon e217fdff82e0b1a6184a28c43043a4065083407f -%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) - # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) %global built_tag v1.6.0-rc1 @@ -43,7 +38,6 @@ Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz -Source1: %{git_conmon}/archive/%{commit_conmon}/conmon-%{shortcommit_conmon}.tar.gz # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} BuildRequires: btrfs-progs-devel @@ -63,6 +57,7 @@ BuildRequires: make BuildRequires: systemd BuildRequires: systemd-devel Requires: runc >= 2:1.0.0-57 +Requires: conmon Requires: containers-common Requires: containernetworking-plugins >= 0.7.5-1 Requires: iptables @@ -399,9 +394,6 @@ This package contains system tests for %{name} %prep %autosetup -Sgit -n %{repo}-%{commit0} -# untar conmon -tar zxf %{SOURCE1} - sed -i 's/install.remote: podman-remote/install.remote:/' Makefile sed -i 's/install.bin: podman/install.bin:/' Makefile @@ -427,11 +419,6 @@ export BUILDTAGS="remoteclient systemd varlink seccomp exclude_graphdriver_devic export GO111MODULE=off %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} -# build conmon -pushd conmon-%{commit_conmon} -%{__make} all -popd - %install install -dp %{buildroot}%{_unitdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ @@ -449,11 +436,6 @@ mv pkg/hooks/README.md pkg/hooks/README-hooks.md install -dp %{buildroot}%{_datadir}/containers install -p -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers -# install conmon -pushd conmon-%{commit_conmon} -%{__make} LIBEXECDIR=%{buildroot}%{_libexecdir} install.%{name} -popd - # source codes for building projects %if 0%{?with_devel} install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ @@ -537,8 +519,6 @@ exit 0 # By "owning" the site-functions dir, we don't need to Require zsh %{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/* -%dir %{_libexecdir}/%{name} -%{_libexecdir}/%{name}/conmon %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist %{_datadir}/containers/%{repo}.conf %{_unitdir}/io.%{name}.service From c8c5adbf96fd3757cbaab24308bd76eca162a016 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 25 Sep 2019 14:22:50 +0000 Subject: [PATCH 0533/2185] podman-2:1.6.0-0.25.dev.gitf197ebe - autobuilt f197ebe Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4529e25..5fa97f8 100644 --- a/.gitignore +++ b/.gitignore @@ -506,3 +506,4 @@ /libpod-0000afc.tar.gz /libpod-525be7d.tar.gz /libpod-240095e.tar.gz +/libpod-f197ebe.tar.gz diff --git a/podman.spec b/podman.spec index 4303ee4..db143bb 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 240095e24bedbb2443926f6777bca4cb63c2ab53 +%global commit0 f197ebe8519198ea24a0a395ffeb97711a248c27 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.24.dev.git%{shortcommit0}%{?dist} +Release: 0.25.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Wed Sep 25 2019 RH Container Bot - 2:1.6.0-0.25.dev.gitf197ebe +- autobuilt f197ebe + * Wed Sep 25 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.24.dev.git240095e - autobuilt 240095e diff --git a/sources b/sources index 01e5255..4602578 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-240095e.tar.gz) = d23ecb4ec90833ae91ba4363ecae72523895009ef92fac33691be0eaccb38aac1d69ce8332c81bf0a88c07b9df587690178461fe521a3875c8fb471e433f6c9d +SHA512 (libpod-f197ebe.tar.gz) = 1283b5df3197fc6c2cafb65d29ec92b59d19788ec3b5fd422c128e2fcf7b7e31a059fa99d6b928c381feafd4a99e172c5b7309fa7d84bf996c82fc0fb8801c84 From dcb3e40396f89a232adc28359e972ea98833e492 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 25 Sep 2019 16:28:01 +0000 Subject: [PATCH 0534/2185] podman-2:1.6.0-0.26.dev.git8ab3c86 - autobuilt 8ab3c86 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5fa97f8..949d071 100644 --- a/.gitignore +++ b/.gitignore @@ -507,3 +507,4 @@ /libpod-525be7d.tar.gz /libpod-240095e.tar.gz /libpod-f197ebe.tar.gz +/libpod-8ab3c86.tar.gz diff --git a/podman.spec b/podman.spec index db143bb..45cc89c 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f197ebe8519198ea24a0a395ffeb97711a248c27 +%global commit0 8ab3c86aa19d4851ee31a764becb7cbc8c1e9c07 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.25.dev.git%{shortcommit0}%{?dist} +Release: 0.26.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Wed Sep 25 2019 RH Container Bot - 2:1.6.0-0.26.dev.git8ab3c86 +- autobuilt 8ab3c86 + * Wed Sep 25 2019 RH Container Bot - 2:1.6.0-0.25.dev.gitf197ebe - autobuilt f197ebe diff --git a/sources b/sources index 4602578..5771d1e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-f197ebe.tar.gz) = 1283b5df3197fc6c2cafb65d29ec92b59d19788ec3b5fd422c128e2fcf7b7e31a059fa99d6b928c381feafd4a99e172c5b7309fa7d84bf996c82fc0fb8801c84 +SHA512 (libpod-8ab3c86.tar.gz) = e398946714d8e8f725b20c77ba7a128baf6379ddfe629d9f59e2980cf23a9e25e5c04dd7cbc7c6cf4b485411fce00550bc718bf7082ab5582fb1f17505422db9 From 93a95e651813d98c1e7c836cc00bbdd1ca7f7486 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 25 Sep 2019 19:27:25 +0000 Subject: [PATCH 0535/2185] podman-2:1.6.0-0.2.rc2 - bump to v1.6.0-rc2 - autobuilt 9181c65 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 3 +-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 5798fd0..8c04d99 100644 --- a/.gitignore +++ b/.gitignore @@ -253,3 +253,4 @@ /libpod-54b394b.tar.gz /libpod-0005792.tar.gz /libpod-ca5ff03.tar.gz +/libpod-9181c65.tar.gz diff --git a/podman.spec b/podman.spec index adc2071..bceb1ad 100644 --- a/podman.spec +++ b/podman.spec @@ -23,17 +23,17 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ca5ff03e2935c47288f7b28a2bae9212cbb83272 +%global commit0 9181c65b5d695fc480e4d1552887f3875e007821 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.6.0-rc1 +%global built_tag v1.6.0-rc2 Name: podman Epoch: 2 Version: 1.6.0 -Release: 2%{?dist} +Release: 0.2.rc2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -553,6 +553,10 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Wed Sep 25 2019 RH Container Bot - 2:1.6.0-0.2.rc2 +- bump to v1.6.0-rc2 +- autobuilt 9181c65 + * Tue Sep 17 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-2 - bump to v1.6.0-rc1 - autobuilt ca5ff03 diff --git a/sources b/sources index baeac5e..6df3385 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78 -SHA512 (libpod-ca5ff03.tar.gz) = 65894c42865fd11ab59989f9e658e162f17181fd86bc36099eb706b8a8ec1a242d0e8a077e1b70f87cb12c7a263b8b405d1777372bc51ff9c20c4838169bc55a +SHA512 (libpod-9181c65.tar.gz) = a04769a2ad2802d46472cffd1c9fae568890a77a1b580b8e2a9301acee3c6262adbd4368480f63cc741aa703acdc6f1c49900953317791775c88178962bb6e06 From de06abc2842de259b8958ca8b7b778612c50a258 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 25 Sep 2019 19:27:48 +0000 Subject: [PATCH 0536/2185] podman-2:1.6.0-0.27.dev.git19075ca - autobuilt 19075ca Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 949d071..28d6de3 100644 --- a/.gitignore +++ b/.gitignore @@ -508,3 +508,4 @@ /libpod-240095e.tar.gz /libpod-f197ebe.tar.gz /libpod-8ab3c86.tar.gz +/libpod-19075ca.tar.gz diff --git a/podman.spec b/podman.spec index 45cc89c..c32c4dc 100644 --- a/podman.spec +++ b/podman.spec @@ -27,12 +27,12 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 8ab3c86aa19d4851ee31a764becb7cbc8c1e9c07 +%global commit0 19075ca16e6b34cc7f25d3fbc0fad96b44cbfef5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.6.0-rc1 +%global built_tag v1.6.0-rc2 Name: podman %if 0%{?fedora} @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.26.dev.git%{shortcommit0}%{?dist} +Release: 0.27.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Wed Sep 25 2019 RH Container Bot - 2:1.6.0-0.27.dev.git19075ca +- autobuilt 19075ca + * Wed Sep 25 2019 RH Container Bot - 2:1.6.0-0.26.dev.git8ab3c86 - autobuilt 8ab3c86 diff --git a/sources b/sources index 5771d1e..2256f81 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-8ab3c86.tar.gz) = e398946714d8e8f725b20c77ba7a128baf6379ddfe629d9f59e2980cf23a9e25e5c04dd7cbc7c6cf4b485411fce00550bc718bf7082ab5582fb1f17505422db9 +SHA512 (libpod-19075ca.tar.gz) = 413e08ab086e20762733b40b896890ab4fe17df00bffc1b87ea7db7b3689e8a66651de3a1fae5c88cd377c985fed5c73764b85cc09aad28903e4e505434b3404 From 5aa95ded013c85a61402a5b93d16fddb53e903aa Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 25 Sep 2019 22:26:35 +0000 Subject: [PATCH 0537/2185] podman-2:1.6.0-0.28.dev.git3ed265c - autobuilt 3ed265c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 28d6de3..5ce39e3 100644 --- a/.gitignore +++ b/.gitignore @@ -509,3 +509,4 @@ /libpod-f197ebe.tar.gz /libpod-8ab3c86.tar.gz /libpod-19075ca.tar.gz +/libpod-3ed265c.tar.gz diff --git a/podman.spec b/podman.spec index c32c4dc..55e732a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 19075ca16e6b34cc7f25d3fbc0fad96b44cbfef5 +%global commit0 3ed265c520eb4cea1e9157125dbff0e6a1b0b5f8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.27.dev.git%{shortcommit0}%{?dist} +Release: 0.28.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Wed Sep 25 2019 RH Container Bot - 2:1.6.0-0.28.dev.git3ed265c +- autobuilt 3ed265c + * Wed Sep 25 2019 RH Container Bot - 2:1.6.0-0.27.dev.git19075ca - autobuilt 19075ca diff --git a/sources b/sources index 2256f81..fbadbed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-19075ca.tar.gz) = 413e08ab086e20762733b40b896890ab4fe17df00bffc1b87ea7db7b3689e8a66651de3a1fae5c88cd377c985fed5c73764b85cc09aad28903e4e505434b3404 +SHA512 (libpod-3ed265c.tar.gz) = f944efcff99b485ec1a5eb1c0e76182056b6b40fe90cc3c5a1e31071d2ad9288f5adf1692a297dd3bbd49621aa8fea3806ccac9b916992df3258fc8e8da11927 From 778f8cd4a7ce5eafe1b037d768d05602403c1e10 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 26 Sep 2019 13:29:38 +0000 Subject: [PATCH 0538/2185] podman-2:1.6.0-0.29.dev.gitd76b21e - autobuilt d76b21e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5ce39e3..5a11c73 100644 --- a/.gitignore +++ b/.gitignore @@ -510,3 +510,4 @@ /libpod-8ab3c86.tar.gz /libpod-19075ca.tar.gz /libpod-3ed265c.tar.gz +/libpod-d76b21e.tar.gz diff --git a/podman.spec b/podman.spec index 55e732a..811a265 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3ed265c520eb4cea1e9157125dbff0e6a1b0b5f8 +%global commit0 d76b21e27a7cef26865a05be02632ca76f9cf2ea %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.28.dev.git%{shortcommit0}%{?dist} +Release: 0.29.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Thu Sep 26 2019 RH Container Bot - 2:1.6.0-0.29.dev.gitd76b21e +- autobuilt d76b21e + * Wed Sep 25 2019 RH Container Bot - 2:1.6.0-0.28.dev.git3ed265c - autobuilt 3ed265c diff --git a/sources b/sources index fbadbed..cba10ac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-3ed265c.tar.gz) = f944efcff99b485ec1a5eb1c0e76182056b6b40fe90cc3c5a1e31071d2ad9288f5adf1692a297dd3bbd49621aa8fea3806ccac9b916992df3258fc8e8da11927 +SHA512 (libpod-d76b21e.tar.gz) = 7e5a979a25be86d0c9cbbfe56f832abcca4ca5d4907bec183f71a290c53ffb3faea2f33eacd3b0e17f9dc2952d5c92c16e7e179e073efe8a8e434013890eb7fb From b9c86b2c3880b691fb69ac2f027175da100a7b87 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 26 Sep 2019 18:27:15 +0000 Subject: [PATCH 0539/2185] podman-2:1.6.0-0.30.dev.git851e377 - autobuilt 851e377 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5a11c73..9d4e4be 100644 --- a/.gitignore +++ b/.gitignore @@ -511,3 +511,4 @@ /libpod-19075ca.tar.gz /libpod-3ed265c.tar.gz /libpod-d76b21e.tar.gz +/libpod-851e377.tar.gz diff --git a/podman.spec b/podman.spec index 811a265..5f79db4 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d76b21e27a7cef26865a05be02632ca76f9cf2ea +%global commit0 851e3775d5d2e605bcb612054a94ac6de005f834 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.29.dev.git%{shortcommit0}%{?dist} +Release: 0.30.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Thu Sep 26 2019 RH Container Bot - 2:1.6.0-0.30.dev.git851e377 +- autobuilt 851e377 + * Thu Sep 26 2019 RH Container Bot - 2:1.6.0-0.29.dev.gitd76b21e - autobuilt d76b21e diff --git a/sources b/sources index cba10ac..9820e38 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-d76b21e.tar.gz) = 7e5a979a25be86d0c9cbbfe56f832abcca4ca5d4907bec183f71a290c53ffb3faea2f33eacd3b0e17f9dc2952d5c92c16e7e179e073efe8a8e434013890eb7fb +SHA512 (libpod-851e377.tar.gz) = ee8d772c86b8e679028e917739c3c2fe76ffef06643c8bab21081cd2b44c1b65e321693c736e73f42440f53ae31274ab394f91da18fd951805be5ed0cf608650 From 81989a1232fc71d828a5e9fd69aff2af1ed3b2fc Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 27 Sep 2019 15:27:41 +0000 Subject: [PATCH 0540/2185] podman-2:1.6.0-0.31.dev.gita8c2b5d - autobuilt a8c2b5d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9d4e4be..7947e66 100644 --- a/.gitignore +++ b/.gitignore @@ -512,3 +512,4 @@ /libpod-3ed265c.tar.gz /libpod-d76b21e.tar.gz /libpod-851e377.tar.gz +/libpod-a8c2b5d.tar.gz diff --git a/podman.spec b/podman.spec index 5f79db4..b02b7f2 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 851e3775d5d2e605bcb612054a94ac6de005f834 +%global commit0 a8c2b5dee4b746c2e83970603ff2645008d54b95 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.30.dev.git%{shortcommit0}%{?dist} +Release: 0.31.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Fri Sep 27 2019 RH Container Bot - 2:1.6.0-0.31.dev.gita8c2b5d +- autobuilt a8c2b5d + * Thu Sep 26 2019 RH Container Bot - 2:1.6.0-0.30.dev.git851e377 - autobuilt 851e377 diff --git a/sources b/sources index 9820e38..1f54da6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-851e377.tar.gz) = ee8d772c86b8e679028e917739c3c2fe76ffef06643c8bab21081cd2b44c1b65e321693c736e73f42440f53ae31274ab394f91da18fd951805be5ed0cf608650 +SHA512 (libpod-a8c2b5d.tar.gz) = bc41dd45335a85a80ab002c8de7a7a5cb1469f1c7a7d62c83f3685a6365e7ca452b3be12ff9901e6f7156c82fab0d5b58ad0f9f62546bc8d43018cf9258b319c From dcb522f46a6ff581a777b6afd682b2ad55fcd72c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 27 Sep 2019 18:28:29 +0000 Subject: [PATCH 0541/2185] podman-2:1.6.0-0.32.dev.gitd4399ee - autobuilt d4399ee Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7947e66..84e8665 100644 --- a/.gitignore +++ b/.gitignore @@ -513,3 +513,4 @@ /libpod-d76b21e.tar.gz /libpod-851e377.tar.gz /libpod-a8c2b5d.tar.gz +/libpod-d4399ee.tar.gz diff --git a/podman.spec b/podman.spec index b02b7f2..027695e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a8c2b5dee4b746c2e83970603ff2645008d54b95 +%global commit0 d4399eebb9f3ce91f8869902bf4b806bf2e56b35 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.31.dev.git%{shortcommit0}%{?dist} +Release: 0.32.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Fri Sep 27 2019 RH Container Bot - 2:1.6.0-0.32.dev.gitd4399ee +- autobuilt d4399ee + * Fri Sep 27 2019 RH Container Bot - 2:1.6.0-0.31.dev.gita8c2b5d - autobuilt a8c2b5d diff --git a/sources b/sources index 1f54da6..4bd2e5d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-a8c2b5d.tar.gz) = bc41dd45335a85a80ab002c8de7a7a5cb1469f1c7a7d62c83f3685a6365e7ca452b3be12ff9901e6f7156c82fab0d5b58ad0f9f62546bc8d43018cf9258b319c +SHA512 (libpod-d4399ee.tar.gz) = b4172721a461e0302bd5c8529d69f4f2e81f6fe28a69f4afcbe1ab19dc6c85f382c8c297430f0da66fbbbc563960480d738db63a2e89edc02d0ccee15465e731 From 31688eea6cf3dd9a097ebc0ff321ad5ce2cf0508 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 27 Sep 2019 20:27:32 +0000 Subject: [PATCH 0542/2185] podman-2:1.6.0-0.33.dev.git0fb807d - autobuilt 0fb807d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 84e8665..3f4f115 100644 --- a/.gitignore +++ b/.gitignore @@ -514,3 +514,4 @@ /libpod-851e377.tar.gz /libpod-a8c2b5d.tar.gz /libpod-d4399ee.tar.gz +/libpod-0fb807d.tar.gz diff --git a/podman.spec b/podman.spec index 027695e..def8df9 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d4399eebb9f3ce91f8869902bf4b806bf2e56b35 +%global commit0 0fb807dd6bec8daae02bdab40f0f8d14b9353cb5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.32.dev.git%{shortcommit0}%{?dist} +Release: 0.33.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Fri Sep 27 2019 RH Container Bot - 2:1.6.0-0.33.dev.git0fb807d +- autobuilt 0fb807d + * Fri Sep 27 2019 RH Container Bot - 2:1.6.0-0.32.dev.gitd4399ee - autobuilt d4399ee diff --git a/sources b/sources index 4bd2e5d..baff7f7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-d4399ee.tar.gz) = b4172721a461e0302bd5c8529d69f4f2e81f6fe28a69f4afcbe1ab19dc6c85f382c8c297430f0da66fbbbc563960480d738db63a2e89edc02d0ccee15465e731 +SHA512 (libpod-0fb807d.tar.gz) = a26d62fe6098bd54bc1053c5e7b21ee98bec3747bc76eb93ab1b847221842449547ef79caa87c44a675b56da4a37a74c459990359d55e1d586603041a5fe0438 From e5b6be1a950283dabcd9ba0c658f9f83e98e3cb6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 27 Sep 2019 22:26:11 +0000 Subject: [PATCH 0543/2185] podman-2:1.6.0-0.34.dev.gite87012d - autobuilt e87012d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3f4f115..c2de1f0 100644 --- a/.gitignore +++ b/.gitignore @@ -515,3 +515,4 @@ /libpod-a8c2b5d.tar.gz /libpod-d4399ee.tar.gz /libpod-0fb807d.tar.gz +/libpod-e87012d.tar.gz diff --git a/podman.spec b/podman.spec index def8df9..fdc156b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0fb807dd6bec8daae02bdab40f0f8d14b9353cb5 +%global commit0 e87012de126a701a5afce73bea3811a540059f65 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.33.dev.git%{shortcommit0}%{?dist} +Release: 0.34.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Fri Sep 27 2019 RH Container Bot - 2:1.6.0-0.34.dev.gite87012d +- autobuilt e87012d + * Fri Sep 27 2019 RH Container Bot - 2:1.6.0-0.33.dev.git0fb807d - autobuilt 0fb807d diff --git a/sources b/sources index baff7f7..a414414 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-0fb807d.tar.gz) = a26d62fe6098bd54bc1053c5e7b21ee98bec3747bc76eb93ab1b847221842449547ef79caa87c44a675b56da4a37a74c459990359d55e1d586603041a5fe0438 +SHA512 (libpod-e87012d.tar.gz) = e557000bc9772f5719e73ce7ae67b0450d77530da68012a0d834bcf64cd5de08de618c62ad5cee741d646decf7beb758563cb84440e95bb97ecba19de6fcfe03 From e020694ad4f32652941dbb02f0eb6cf28038375e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 28 Sep 2019 06:44:09 +0000 Subject: [PATCH 0544/2185] podman-2:1.6.0-0.35.dev.git01a802e - autobuilt 01a802e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c2de1f0..bab56cb 100644 --- a/.gitignore +++ b/.gitignore @@ -516,3 +516,4 @@ /libpod-d4399ee.tar.gz /libpod-0fb807d.tar.gz /libpod-e87012d.tar.gz +/libpod-01a802e.tar.gz diff --git a/podman.spec b/podman.spec index fdc156b..85e108c 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e87012de126a701a5afce73bea3811a540059f65 +%global commit0 01a802e54682213e243a35ab98488b3f0bf7031e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.34.dev.git%{shortcommit0}%{?dist} +Release: 0.35.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Sat Sep 28 2019 RH Container Bot - 2:1.6.0-0.35.dev.git01a802e +- autobuilt 01a802e + * Fri Sep 27 2019 RH Container Bot - 2:1.6.0-0.34.dev.gite87012d - autobuilt e87012d diff --git a/sources b/sources index a414414..38ff42c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-e87012d.tar.gz) = e557000bc9772f5719e73ce7ae67b0450d77530da68012a0d834bcf64cd5de08de618c62ad5cee741d646decf7beb758563cb84440e95bb97ecba19de6fcfe03 +SHA512 (libpod-01a802e.tar.gz) = 6cf29f4252ee267a70c8f10b55ffc1bfd7484cf5c384b4cbc5f448703ccdf372e8b0ad98f09a1464a52cebfad7c4bc172281c9bf608c5fcb4c79c4325093d0cd From 6ebb6a1eb85c6f05b7bcf4afc61fdd2cc81fa372 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 29 Sep 2019 14:35:49 +0000 Subject: [PATCH 0545/2185] podman-2:1.6.0-0.36.dev.git01b7af8 - autobuilt 01b7af8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bab56cb..45ea20c 100644 --- a/.gitignore +++ b/.gitignore @@ -517,3 +517,4 @@ /libpod-0fb807d.tar.gz /libpod-e87012d.tar.gz /libpod-01a802e.tar.gz +/libpod-01b7af8.tar.gz diff --git a/podman.spec b/podman.spec index 85e108c..0f3e665 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 01a802e54682213e243a35ab98488b3f0bf7031e +%global commit0 01b7af8ee9b3df1439c4da109ba11e7410108dab %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.35.dev.git%{shortcommit0}%{?dist} +Release: 0.36.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Sun Sep 29 2019 RH Container Bot - 2:1.6.0-0.36.dev.git01b7af8 +- autobuilt 01b7af8 + * Sat Sep 28 2019 RH Container Bot - 2:1.6.0-0.35.dev.git01a802e - autobuilt 01a802e diff --git a/sources b/sources index 38ff42c..159921e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-01a802e.tar.gz) = 6cf29f4252ee267a70c8f10b55ffc1bfd7484cf5c384b4cbc5f448703ccdf372e8b0ad98f09a1464a52cebfad7c4bc172281c9bf608c5fcb4c79c4325093d0cd +SHA512 (libpod-01b7af8.tar.gz) = b8b01e01f5ccddb4305a8eeba3508e6323dd8f42353eab716c2ef9b80ab701690eef6659dd43f5f1ac63e557773ff0b4232e7421d9f7e0ffd67daef619814eaa From 28cda195873eaff763a74662fb03d6e4472e1ba3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 30 Sep 2019 13:28:42 +0000 Subject: [PATCH 0546/2185] podman-2:1.6.0-0.37.dev.git150ba5e - autobuilt 150ba5e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 45ea20c..194c2fb 100644 --- a/.gitignore +++ b/.gitignore @@ -518,3 +518,4 @@ /libpod-e87012d.tar.gz /libpod-01a802e.tar.gz /libpod-01b7af8.tar.gz +/libpod-150ba5e.tar.gz diff --git a/podman.spec b/podman.spec index 0f3e665..392acf8 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 01b7af8ee9b3df1439c4da109ba11e7410108dab +%global commit0 150ba5edede258a3a64afdd6f58b8bf6083dc7a6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.36.dev.git%{shortcommit0}%{?dist} +Release: 0.37.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.37.dev.git150ba5e +- autobuilt 150ba5e + * Sun Sep 29 2019 RH Container Bot - 2:1.6.0-0.36.dev.git01b7af8 - autobuilt 01b7af8 diff --git a/sources b/sources index 159921e..45e7d63 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-01b7af8.tar.gz) = b8b01e01f5ccddb4305a8eeba3508e6323dd8f42353eab716c2ef9b80ab701690eef6659dd43f5f1ac63e557773ff0b4232e7421d9f7e0ffd67daef619814eaa +SHA512 (libpod-150ba5e.tar.gz) = 326a874fa56063daf2be5cdec6bf60baf4a334f90cae4ac517055ca2fe014f838f854885307997aacc1c67921cfd0cac7985632501d751f758aef3b80bd4d9d2 From bbf58884d16a9014d9eaa37372fb628bf62891bf Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 30 Sep 2019 14:30:19 +0000 Subject: [PATCH 0547/2185] podman-2:1.6.0-0.38.dev.git2c23729 - autobuilt 2c23729 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 194c2fb..ffc8e51 100644 --- a/.gitignore +++ b/.gitignore @@ -519,3 +519,4 @@ /libpod-01a802e.tar.gz /libpod-01b7af8.tar.gz /libpod-150ba5e.tar.gz +/libpod-2c23729.tar.gz diff --git a/podman.spec b/podman.spec index 392acf8..85ee3dd 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 150ba5edede258a3a64afdd6f58b8bf6083dc7a6 +%global commit0 2c23729c84775113a6c2cd7593f588cc6ea4e5fa %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.37.dev.git%{shortcommit0}%{?dist} +Release: 0.38.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.38.dev.git2c23729 +- autobuilt 2c23729 + * Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.37.dev.git150ba5e - autobuilt 150ba5e diff --git a/sources b/sources index 45e7d63..3721f0a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-150ba5e.tar.gz) = 326a874fa56063daf2be5cdec6bf60baf4a334f90cae4ac517055ca2fe014f838f854885307997aacc1c67921cfd0cac7985632501d751f758aef3b80bd4d9d2 +SHA512 (libpod-2c23729.tar.gz) = 91d85e52974bb404e0b0ea59396b777e2ff75588b097c47358251a705ad2ef9f33afbb4a6c782a3ad8253801015768ee35b21014fd877356ade8f6a0c9fb3f52 From e7afd5d29a1840d7297b88fdf6e65dc0159ed963 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 30 Sep 2019 19:27:24 +0000 Subject: [PATCH 0548/2185] podman-2:1.6.0-0.39.dev.git04b3a73 - autobuilt 04b3a73 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ffc8e51..8f89e05 100644 --- a/.gitignore +++ b/.gitignore @@ -520,3 +520,4 @@ /libpod-01b7af8.tar.gz /libpod-150ba5e.tar.gz /libpod-2c23729.tar.gz +/libpod-04b3a73.tar.gz diff --git a/podman.spec b/podman.spec index 85ee3dd..d709bbe 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2c23729c84775113a6c2cd7593f588cc6ea4e5fa +%global commit0 04b3a73635d8150138fab853ce8f2e6e60f6581d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.38.dev.git%{shortcommit0}%{?dist} +Release: 0.39.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.39.dev.git04b3a73 +- autobuilt 04b3a73 + * Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.38.dev.git2c23729 - autobuilt 2c23729 diff --git a/sources b/sources index 3721f0a..f9ef183 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-2c23729.tar.gz) = 91d85e52974bb404e0b0ea59396b777e2ff75588b097c47358251a705ad2ef9f33afbb4a6c782a3ad8253801015768ee35b21014fd877356ade8f6a0c9fb3f52 +SHA512 (libpod-04b3a73.tar.gz) = 623faade889bad9d738058cdcad76b1cfcb12b0eae995ecd1451e0ef4d420dccc4610988587e52594e2030dbd502f636cb103ba72359e217b650c376844b1fd7 From 744f60e30f14e4bfc58ab67193c3f08191dafd3b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 30 Sep 2019 21:26:48 +0000 Subject: [PATCH 0549/2185] podman-2:1.6.0-0.40.dev.gitb063383 - autobuilt b063383 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8f89e05..9e7ab3a 100644 --- a/.gitignore +++ b/.gitignore @@ -521,3 +521,4 @@ /libpod-150ba5e.tar.gz /libpod-2c23729.tar.gz /libpod-04b3a73.tar.gz +/libpod-b063383.tar.gz diff --git a/podman.spec b/podman.spec index d709bbe..2da1425 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 04b3a73635d8150138fab853ce8f2e6e60f6581d +%global commit0 b063383390f8b23f69357d781784582e4d93c706 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.39.dev.git%{shortcommit0}%{?dist} +Release: 0.40.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.40.dev.gitb063383 +- autobuilt b063383 + * Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.39.dev.git04b3a73 - autobuilt 04b3a73 diff --git a/sources b/sources index f9ef183..383f06f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-04b3a73.tar.gz) = 623faade889bad9d738058cdcad76b1cfcb12b0eae995ecd1451e0ef4d420dccc4610988587e52594e2030dbd502f636cb103ba72359e217b650c376844b1fd7 +SHA512 (libpod-b063383.tar.gz) = fbdf77457e1efbe69d8f9070000f40c703076417226faa90ecae119b1308b1a1aacb0af62695ba75eba1645263925ddf9b573f80e7804f716b6d43c871c6651c From efebeec9b9fc24d50c53fe7c9d90e5477720a044 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 30 Sep 2019 22:16:20 +0000 Subject: [PATCH 0550/2185] podman-2:1.6.0-0.41.dev.git5702dd7 - autobuilt 5702dd7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9e7ab3a..7fed1c2 100644 --- a/.gitignore +++ b/.gitignore @@ -522,3 +522,4 @@ /libpod-2c23729.tar.gz /libpod-04b3a73.tar.gz /libpod-b063383.tar.gz +/libpod-5702dd7.tar.gz diff --git a/podman.spec b/podman.spec index 2da1425..4d8ae4f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b063383390f8b23f69357d781784582e4d93c706 +%global commit0 5702dd7005e55d53db9f707bb3b6de5d70c9ed40 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.40.dev.git%{shortcommit0}%{?dist} +Release: 0.41.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.41.dev.git5702dd7 +- autobuilt 5702dd7 + * Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.40.dev.gitb063383 - autobuilt b063383 diff --git a/sources b/sources index 383f06f..75d452c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-b063383.tar.gz) = fbdf77457e1efbe69d8f9070000f40c703076417226faa90ecae119b1308b1a1aacb0af62695ba75eba1645263925ddf9b573f80e7804f716b6d43c871c6651c +SHA512 (libpod-5702dd7.tar.gz) = 8cfa3b4483904c6806ca40cb0b5b2476e92169609c2ab9c31c113a36723cebdd2985ed5112ca339099fd0a4d44e22a0bb62693a05d98eab41e3ac152f149c338 From bcf3165e116d0cce88aab065690e1d9da3cfe7ab Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 30 Sep 2019 23:15:57 +0000 Subject: [PATCH 0551/2185] podman-2:1.6.0-0.42.dev.gitd7eba02 - autobuilt d7eba02 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7fed1c2..4440837 100644 --- a/.gitignore +++ b/.gitignore @@ -523,3 +523,4 @@ /libpod-04b3a73.tar.gz /libpod-b063383.tar.gz /libpod-5702dd7.tar.gz +/libpod-d7eba02.tar.gz diff --git a/podman.spec b/podman.spec index 4d8ae4f..ae9e59b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 5702dd7005e55d53db9f707bb3b6de5d70c9ed40 +%global commit0 d7eba026876e4a6a362464dcf08fe6757ebedd1a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.41.dev.git%{shortcommit0}%{?dist} +Release: 0.42.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.42.dev.gitd7eba02 +- autobuilt d7eba02 + * Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.41.dev.git5702dd7 - autobuilt 5702dd7 diff --git a/sources b/sources index 75d452c..5b7d29e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-5702dd7.tar.gz) = 8cfa3b4483904c6806ca40cb0b5b2476e92169609c2ab9c31c113a36723cebdd2985ed5112ca339099fd0a4d44e22a0bb62693a05d98eab41e3ac152f149c338 +SHA512 (libpod-d7eba02.tar.gz) = 1cf1dfc467d9bee5e2eee4c275289d26f2edbc1dccfa38da6a76f828c4244e66b631e49e12bb45e017f6d7b1b3ffd0c29f32a0ba7864ee68b8cbd3ffeb8cd812 From c2e9da68223e3dd02f846ad39c479bf8b71e8b69 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 1 Oct 2019 11:17:01 +0000 Subject: [PATCH 0552/2185] podman-2:1.6.1-0.1.dev.git5d344db - bump to 1.6.1 - autobuilt 5d344db Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4440837..2c369e8 100644 --- a/.gitignore +++ b/.gitignore @@ -524,3 +524,4 @@ /libpod-b063383.tar.gz /libpod-5702dd7.tar.gz /libpod-d7eba02.tar.gz +/libpod-5d344db.tar.gz diff --git a/podman.spec b/podman.spec index ae9e59b..1dfc5fe 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d7eba026876e4a6a362464dcf08fe6757ebedd1a +%global commit0 5d344db8d776190568df9c3b73fd22b632c9c135 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -38,10 +38,10 @@ Name: podman %if 0%{?fedora} Epoch: 2 %endif -Version: 1.6.0 +Version: 1.6.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.42.dev.git%{shortcommit0}%{?dist} +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,10 @@ exit 0 %endif %changelog +* Tue Oct 01 2019 RH Container Bot - 2:1.6.1-0.1.dev.git5d344db +- bump to 1.6.1 +- autobuilt 5d344db + * Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.42.dev.gitd7eba02 - autobuilt d7eba02 diff --git a/sources b/sources index 5b7d29e..a05e146 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-d7eba02.tar.gz) = 1cf1dfc467d9bee5e2eee4c275289d26f2edbc1dccfa38da6a76f828c4244e66b631e49e12bb45e017f6d7b1b3ffd0c29f32a0ba7864ee68b8cbd3ffeb8cd812 +SHA512 (libpod-5d344db.tar.gz) = dffbd088a89d6e189e366d0f8c8c7fa50af28df473f8d978424883f5365e4cc7720678effdd74ca6378262347293d46fcb3e1b886d2f788dba4f8c080e8f5e3a From d7d107e8dd7eeb43b45117a2aa5d789b6a7323cf Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 1 Oct 2019 13:24:51 +0000 Subject: [PATCH 0553/2185] podman-2:1.6.1-0.2.dev.git049aafa - autobuilt 049aafa Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2c369e8..875de45 100644 --- a/.gitignore +++ b/.gitignore @@ -525,3 +525,4 @@ /libpod-5702dd7.tar.gz /libpod-d7eba02.tar.gz /libpod-5d344db.tar.gz +/libpod-049aafa.tar.gz diff --git a/podman.spec b/podman.spec index 1dfc5fe..f97d98f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 5d344db8d776190568df9c3b73fd22b632c9c135 +%global commit0 049aafa4c094f604b1985fe3975762573d7f64e7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.1.dev.git%{shortcommit0}%{?dist} +Release: 0.2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Tue Oct 01 2019 RH Container Bot - 2:1.6.1-0.2.dev.git049aafa +- autobuilt 049aafa + * Tue Oct 01 2019 RH Container Bot - 2:1.6.1-0.1.dev.git5d344db - bump to 1.6.1 - autobuilt 5d344db diff --git a/sources b/sources index a05e146..ac1a02d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-5d344db.tar.gz) = dffbd088a89d6e189e366d0f8c8c7fa50af28df473f8d978424883f5365e4cc7720678effdd74ca6378262347293d46fcb3e1b886d2f788dba4f8c080e8f5e3a +SHA512 (libpod-049aafa.tar.gz) = fd159ceb5e795cadf2709ee26d7e7a171c41a0104076701563799e3a4b72d28d885e8c9f821dae88877982e264d1f1b8215669c2332cbc3d1bfda3946d73ef3d From 718582dac0dd242ef57e765a34f359287ae17e25 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 1 Oct 2019 15:19:49 +0000 Subject: [PATCH 0554/2185] podman-2:1.6.1-0.3.dev.git8f2ec88 - autobuilt 8f2ec88 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 875de45..56f4d87 100644 --- a/.gitignore +++ b/.gitignore @@ -526,3 +526,4 @@ /libpod-d7eba02.tar.gz /libpod-5d344db.tar.gz /libpod-049aafa.tar.gz +/libpod-8f2ec88.tar.gz diff --git a/podman.spec b/podman.spec index f97d98f..6abe604 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 049aafa4c094f604b1985fe3975762573d7f64e7 +%global commit0 8f2ec8813d84e2b68f63d21573ac8da15d01f9f9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.2.dev.git%{shortcommit0}%{?dist} +Release: 0.3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Tue Oct 01 2019 RH Container Bot - 2:1.6.1-0.3.dev.git8f2ec88 +- autobuilt 8f2ec88 + * Tue Oct 01 2019 RH Container Bot - 2:1.6.1-0.2.dev.git049aafa - autobuilt 049aafa diff --git a/sources b/sources index ac1a02d..92121a0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-049aafa.tar.gz) = fd159ceb5e795cadf2709ee26d7e7a171c41a0104076701563799e3a4b72d28d885e8c9f821dae88877982e264d1f1b8215669c2332cbc3d1bfda3946d73ef3d +SHA512 (libpod-8f2ec88.tar.gz) = 832351984422285b11f50998269c9517afe6c305e1dd16c4efb04cf6a40962d347c871e02ac7fc737112d4da497714bc085b4c58687975ef7350ee93df05493d From a1308670b8513703281d728b6291dfef0abc47c5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 1 Oct 2019 16:21:38 +0000 Subject: [PATCH 0555/2185] podman-2:1.6.1-0.4.dev.git7a56963 - autobuilt 7a56963 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 56f4d87..b9cd4fb 100644 --- a/.gitignore +++ b/.gitignore @@ -527,3 +527,4 @@ /libpod-5d344db.tar.gz /libpod-049aafa.tar.gz /libpod-8f2ec88.tar.gz +/libpod-7a56963.tar.gz diff --git a/podman.spec b/podman.spec index 6abe604..44e9f7f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 8f2ec8813d84e2b68f63d21573ac8da15d01f9f9 +%global commit0 7a5696316a03df5dddded9c3afa8bf26acd74678 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.3.dev.git%{shortcommit0}%{?dist} +Release: 0.4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Tue Oct 01 2019 RH Container Bot - 2:1.6.1-0.4.dev.git7a56963 +- autobuilt 7a56963 + * Tue Oct 01 2019 RH Container Bot - 2:1.6.1-0.3.dev.git8f2ec88 - autobuilt 8f2ec88 diff --git a/sources b/sources index 92121a0..a23fb79 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-8f2ec88.tar.gz) = 832351984422285b11f50998269c9517afe6c305e1dd16c4efb04cf6a40962d347c871e02ac7fc737112d4da497714bc085b4c58687975ef7350ee93df05493d +SHA512 (libpod-7a56963.tar.gz) = 575e29dd6f5f6450d4031305e63508e67bdd60c8bd281a12522b72de266f6811abf4e65c431a061763b83a2a4dbeb2e5bc0987d52e711db748f58895835bc837 From 077517aff5aee419bfff05bbb1ae9cf0a68e1c86 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 1 Oct 2019 18:16:55 +0000 Subject: [PATCH 0556/2185] podman-2:1.6.0-2 - bump to v1.6.0 - autobuilt b02b072 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8c04d99..5ad21bd 100644 --- a/.gitignore +++ b/.gitignore @@ -254,3 +254,4 @@ /libpod-0005792.tar.gz /libpod-ca5ff03.tar.gz /libpod-9181c65.tar.gz +/libpod-b02b072.tar.gz diff --git a/podman.spec b/podman.spec index bceb1ad..63f579c 100644 --- a/podman.spec +++ b/podman.spec @@ -23,17 +23,17 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9181c65b5d695fc480e4d1552887f3875e007821 +%global commit0 b02b072832cac26d7cc468d713303843d2935a36 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.6.0-rc2 +%global built_tag v1.6.0 Name: podman Epoch: 2 Version: 1.6.0 -Release: 0.2.rc2%{?dist} +Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -553,6 +553,10 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Tue Oct 01 2019 RH Container Bot - 2:1.6.0-2 +- bump to v1.6.0 +- autobuilt b02b072 + * Wed Sep 25 2019 RH Container Bot - 2:1.6.0-0.2.rc2 - bump to v1.6.0-rc2 - autobuilt 9181c65 diff --git a/sources b/sources index 6df3385..41d9b17 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-9181c65.tar.gz) = a04769a2ad2802d46472cffd1c9fae568890a77a1b580b8e2a9301acee3c6262adbd4368480f63cc741aa703acdc6f1c49900953317791775c88178962bb6e06 +SHA512 (libpod-b02b072.tar.gz) = 5146a2220e4f778b5e164b9e53b166c6eacfa4efc73e17384f79bb5f4ebf266a9b36c200a0d381f025021a3af22eefcc2f518412d5c7d1b59800efe2a0d50a3c From 1189d4094cc088efc1d886187087632813e9ae88 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 1 Oct 2019 14:29:05 -0400 Subject: [PATCH 0557/2185] bump release tag Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 63f579c..491b528 100644 --- a/podman.spec +++ b/podman.spec @@ -33,7 +33,7 @@ Name: podman Epoch: 2 Version: 1.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -553,6 +553,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Tue Oct 01 2019 Lokesh Mandvekar - 2:1.6.0-3 +- bump release tag + * Tue Oct 01 2019 RH Container Bot - 2:1.6.0-2 - bump to v1.6.0 - autobuilt b02b072 From 0926a99a6d004b709045114216dea904461fb700 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Tue, 1 Oct 2019 13:40:43 -0600 Subject: [PATCH 0558/2185] gating tests: bring in changes from other branches make test_podman.yml the same as master and fc30: include a 15-minute timeout, and include a chown in order to avoid "permission denied" errors on first podman run Signed-off-by: Ed Santiago --- tests/test_podman.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_podman.yml b/tests/test_podman.yml index 0e00f56..c0c3315 100644 --- a/tests/test_podman.yml +++ b/tests/test_podman.yml @@ -13,8 +13,10 @@ - root-test: dir: ./ run: ./test_podman.sh + timeout: 15m - rootless-test: # running the test with su doesn't create the directory for fedora user on /run/user/ # so create it manually dir: ./ - run: mkdir /run/user/$(id -u fedora); su -c ${PWD}/test_podman.sh - fedora + run: mkdir /run/user/$(id -u fedora); chown fedora /run/user/$(id -u fedora); su -c ${PWD}/test_podman.sh - fedora + timeout: 15m From 2af441066ab2ebe6b029ad45457162239618e461 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 1 Oct 2019 15:47:00 -0400 Subject: [PATCH 0559/2185] Requires: crun >= 0.10-1 Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 44e9f7f..b4f36b5 100644 --- a/podman.spec +++ b/podman.spec @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.4.dev.git%{shortcommit0}%{?dist} +Release: 0.5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -64,7 +64,7 @@ BuildRequires: pkgconfig BuildRequires: make BuildRequires: systemd BuildRequires: systemd-devel -Requires: crun >= 0.9.1-1 +Requires: crun >= 0.10-1 Requires: containers-common Requires: containernetworking-plugins >= 0.7.5-1 Requires: iptables @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Tue Oct 01 2019 Lokesh Mandvekar - 2:1.6.1-0.5.dev.git7a56963 +- Requires: crun >= 0.10-1 + * Tue Oct 01 2019 RH Container Bot - 2:1.6.1-0.4.dev.git7a56963 - autobuilt 7a56963 From 21002186c91def6464cc873d70dcacf71b71038d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 2 Oct 2019 08:19:08 +0000 Subject: [PATCH 0560/2185] podman-2:1.6.1-0.6.dev.git74879c8 - autobuilt 74879c8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b9cd4fb..0604283 100644 --- a/.gitignore +++ b/.gitignore @@ -528,3 +528,4 @@ /libpod-049aafa.tar.gz /libpod-8f2ec88.tar.gz /libpod-7a56963.tar.gz +/libpod-74879c8.tar.gz diff --git a/podman.spec b/podman.spec index b4f36b5..c90859e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,12 +27,12 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7a5696316a03df5dddded9c3afa8bf26acd74678 +%global commit0 74879c8c172e5c7db491c80ad3a2f8fcdc33beb8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.6.0-rc2 +%global built_tag v1.6.0 Name: podman %if 0%{?fedora} @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.5.dev.git%{shortcommit0}%{?dist} +Release: 0.6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.6.dev.git74879c8 +- autobuilt 74879c8 + * Tue Oct 01 2019 Lokesh Mandvekar - 2:1.6.1-0.5.dev.git7a56963 - Requires: crun >= 0.10-1 diff --git a/sources b/sources index a23fb79..894e090 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-7a56963.tar.gz) = 575e29dd6f5f6450d4031305e63508e67bdd60c8bd281a12522b72de266f6811abf4e65c431a061763b83a2a4dbeb2e5bc0987d52e711db748f58895835bc837 +SHA512 (libpod-74879c8.tar.gz) = 61fbda2fc63d57fbc513984f6ef960d20e37eb432638487a53edac14878ce40c184512aceced5867e70546770aabacef909a5d928d1b0ffbe554f15e88049102 From 5f57c273e9b24cd7613e64a1dfbc492102c32bc7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 2 Oct 2019 10:21:43 +0000 Subject: [PATCH 0561/2185] podman-2:1.6.1-0.7.dev.git32a2ce8 - autobuilt 32a2ce8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0604283..30380b5 100644 --- a/.gitignore +++ b/.gitignore @@ -529,3 +529,4 @@ /libpod-8f2ec88.tar.gz /libpod-7a56963.tar.gz /libpod-74879c8.tar.gz +/libpod-32a2ce8.tar.gz diff --git a/podman.spec b/podman.spec index c90859e..fa6a07e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 74879c8c172e5c7db491c80ad3a2f8fcdc33beb8 +%global commit0 32a2ce8fc0eb590140cad81cf0ca9adf2daa5651 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.6.dev.git%{shortcommit0}%{?dist} +Release: 0.7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.7.dev.git32a2ce8 +- autobuilt 32a2ce8 + * Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.6.dev.git74879c8 - autobuilt 74879c8 diff --git a/sources b/sources index 894e090..9a61bee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-74879c8.tar.gz) = 61fbda2fc63d57fbc513984f6ef960d20e37eb432638487a53edac14878ce40c184512aceced5867e70546770aabacef909a5d928d1b0ffbe554f15e88049102 +SHA512 (libpod-32a2ce8.tar.gz) = fe51f769f031ed01020613568afcc150785a94b1b420b51d10064cd594a827379c549a4bc0105689ef8917af7fd2cb35cc4985ef9b9eadfb3f70a937cc459d36 From 4b30033ad7378d41b2d5320a5358efecd5cb6abf Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 2 Oct 2019 14:24:09 +0000 Subject: [PATCH 0562/2185] podman-2:1.6.1-0.8.dev.git257a985 - autobuilt 257a985 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 30380b5..80b8971 100644 --- a/.gitignore +++ b/.gitignore @@ -530,3 +530,4 @@ /libpod-7a56963.tar.gz /libpod-74879c8.tar.gz /libpod-32a2ce8.tar.gz +/libpod-257a985.tar.gz diff --git a/podman.spec b/podman.spec index fa6a07e..6ee96a1 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 32a2ce8fc0eb590140cad81cf0ca9adf2daa5651 +%global commit0 257a985f5a7cff8f01891529ea89b0ea2800d61f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.7.dev.git%{shortcommit0}%{?dist} +Release: 0.8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.8.dev.git257a985 +- autobuilt 257a985 + * Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.7.dev.git32a2ce8 - autobuilt 32a2ce8 diff --git a/sources b/sources index 9a61bee..c19e5bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-32a2ce8.tar.gz) = fe51f769f031ed01020613568afcc150785a94b1b420b51d10064cd594a827379c549a4bc0105689ef8917af7fd2cb35cc4985ef9b9eadfb3f70a937cc459d36 +SHA512 (libpod-257a985.tar.gz) = c9b0c31a0484af320a16dd5764715ce470ae32f86d03655f572a52e7f45dc8c9e88420e0cc1523c708be6b7756af11d3f77a5c5275815a870964c0fd42ababf5 From 4b646a30dded93c7ec7c28736481e5b507a607cb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 2 Oct 2019 15:20:27 +0000 Subject: [PATCH 0563/2185] podman-2:1.6.1-0.9.dev.git2648955 - autobuilt 2648955 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 80b8971..5c9be0c 100644 --- a/.gitignore +++ b/.gitignore @@ -531,3 +531,4 @@ /libpod-74879c8.tar.gz /libpod-32a2ce8.tar.gz /libpod-257a985.tar.gz +/libpod-2648955.tar.gz diff --git a/podman.spec b/podman.spec index 6ee96a1..a5ef062 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 257a985f5a7cff8f01891529ea89b0ea2800d61f +%global commit0 2648955cf5886299aedb37a7e4da542edbd0d5d8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.8.dev.git%{shortcommit0}%{?dist} +Release: 0.9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.9.dev.git2648955 +- autobuilt 2648955 + * Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.8.dev.git257a985 - autobuilt 257a985 diff --git a/sources b/sources index c19e5bd..23921c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-257a985.tar.gz) = c9b0c31a0484af320a16dd5764715ce470ae32f86d03655f572a52e7f45dc8c9e88420e0cc1523c708be6b7756af11d3f77a5c5275815a870964c0fd42ababf5 +SHA512 (libpod-2648955.tar.gz) = 7df53e55441a4936390ab12d274d9ec1164dc5a486a6b00af85c3a7e708e8c5120367ed8e51a7972fac0397c186f21a44f52aa51c54414a9da85b41d506080f7 From 3d045feb83e3d3a5445ee5559330247ef1e5b9a2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 2 Oct 2019 17:16:45 +0000 Subject: [PATCH 0564/2185] podman-2:1.6.1-0.10.dev.gitdac7889 - autobuilt dac7889 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5c9be0c..23ee420 100644 --- a/.gitignore +++ b/.gitignore @@ -532,3 +532,4 @@ /libpod-32a2ce8.tar.gz /libpod-257a985.tar.gz /libpod-2648955.tar.gz +/libpod-dac7889.tar.gz diff --git a/podman.spec b/podman.spec index a5ef062..fa1733b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2648955cf5886299aedb37a7e4da542edbd0d5d8 +%global commit0 dac7889d134e1c8f2b26a73b93312c3463367178 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.9.dev.git%{shortcommit0}%{?dist} +Release: 0.10.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.10.dev.gitdac7889 +- autobuilt dac7889 + * Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.9.dev.git2648955 - autobuilt 2648955 diff --git a/sources b/sources index 23921c9..aad87ac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-2648955.tar.gz) = 7df53e55441a4936390ab12d274d9ec1164dc5a486a6b00af85c3a7e708e8c5120367ed8e51a7972fac0397c186f21a44f52aa51c54414a9da85b41d506080f7 +SHA512 (libpod-dac7889.tar.gz) = 43b7ca42899db96f2f9cea9caf731c50bcd66267991a452159875b0e291e9b4c4116a3295209025d6edddc3d20cc116328ccb23039dbba9426c5e65054b29630 From 6897e9e901ebef76356731870a4d74e38abdd3d5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 2 Oct 2019 18:00:59 +0000 Subject: [PATCH 0565/2185] podman-2:1.6.1-0.2.rc1 - bump to v1.6.1-rc1 - autobuilt a2fdb6e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 5ad21bd..97db4ae 100644 --- a/.gitignore +++ b/.gitignore @@ -255,3 +255,4 @@ /libpod-ca5ff03.tar.gz /libpod-9181c65.tar.gz /libpod-b02b072.tar.gz +/libpod-a2fdb6e.tar.gz diff --git a/podman.spec b/podman.spec index 491b528..d8944ca 100644 --- a/podman.spec +++ b/podman.spec @@ -23,17 +23,17 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b02b072832cac26d7cc468d713303843d2935a36 +%global commit0 a2fdb6ea0236fa3b5ea9a88dc513af310f07c49c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.6.0 +%global built_tag v1.6.1-rc1 Name: podman Epoch: 2 -Version: 1.6.0 -Release: 3%{?dist} +Version: 1.6.1 +Release: 0.2.rc1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -553,6 +553,10 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.2.rc1 +- bump to v1.6.1-rc1 +- autobuilt a2fdb6e + * Tue Oct 01 2019 Lokesh Mandvekar - 2:1.6.0-3 - bump release tag diff --git a/sources b/sources index 41d9b17..5a8c9a9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-b02b072.tar.gz) = 5146a2220e4f778b5e164b9e53b166c6eacfa4efc73e17384f79bb5f4ebf266a9b36c200a0d381f025021a3af22eefcc2f518412d5c7d1b59800efe2a0d50a3c +SHA512 (libpod-a2fdb6e.tar.gz) = 713b8d25fecc5ef034d983c613c77c5662ce2e826beed12112849bc938cea526629aef297357a708c987c83f534c68ac8467bf5b7f4366076870e7e39681e46a From ec60ea0864be26d401a518b818fbd4e9ed2541ea Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 2 Oct 2019 18:17:17 +0000 Subject: [PATCH 0566/2185] podman-2:1.6.1-0.11.dev.git0046b01 - autobuilt 0046b01 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 23ee420..c73a105 100644 --- a/.gitignore +++ b/.gitignore @@ -533,3 +533,4 @@ /libpod-257a985.tar.gz /libpod-2648955.tar.gz /libpod-dac7889.tar.gz +/libpod-0046b01.tar.gz diff --git a/podman.spec b/podman.spec index fa1733b..ea525bc 100644 --- a/podman.spec +++ b/podman.spec @@ -27,12 +27,12 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 dac7889d134e1c8f2b26a73b93312c3463367178 +%global commit0 0046b0195e9c429cce2926977f0ed5da0dea7be5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.6.0 +%global built_tag v1.6.1-rc1 Name: podman %if 0%{?fedora} @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.10.dev.git%{shortcommit0}%{?dist} +Release: 0.11.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.11.dev.git0046b01 +- autobuilt 0046b01 + * Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.10.dev.gitdac7889 - autobuilt dac7889 diff --git a/sources b/sources index aad87ac..fb95afd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-dac7889.tar.gz) = 43b7ca42899db96f2f9cea9caf731c50bcd66267991a452159875b0e291e9b4c4116a3295209025d6edddc3d20cc116328ccb23039dbba9426c5e65054b29630 +SHA512 (libpod-0046b01.tar.gz) = d936110bcbf09ca0624c1ac0b29be77ec5ea090d2354f83316bd5e432c98ac7e81b8edf33adf147db1c09f88d2b0d49f405e86e2e006e6378ef0fab5a9bbef37 From f97f67b45bc384a145351ed0872a920d664f48aa Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 2 Oct 2019 22:17:03 +0000 Subject: [PATCH 0567/2185] podman-2:1.6.1-0.12.dev.git960f07b - autobuilt 960f07b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c73a105..2ff9df4 100644 --- a/.gitignore +++ b/.gitignore @@ -534,3 +534,4 @@ /libpod-2648955.tar.gz /libpod-dac7889.tar.gz /libpod-0046b01.tar.gz +/libpod-960f07b.tar.gz diff --git a/podman.spec b/podman.spec index ea525bc..ea334a9 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0046b0195e9c429cce2926977f0ed5da0dea7be5 +%global commit0 960f07b0f79e6d6f94842fd4892e775c319f0a39 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.11.dev.git%{shortcommit0}%{?dist} +Release: 0.12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.12.dev.git960f07b +- autobuilt 960f07b + * Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.11.dev.git0046b01 - autobuilt 0046b01 diff --git a/sources b/sources index fb95afd..efb4440 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-0046b01.tar.gz) = d936110bcbf09ca0624c1ac0b29be77ec5ea090d2354f83316bd5e432c98ac7e81b8edf33adf147db1c09f88d2b0d49f405e86e2e006e6378ef0fab5a9bbef37 +SHA512 (libpod-960f07b.tar.gz) = ccbf850f1c19a1726d05e86e10150037c905312dd66a3886cda30a9b308953b6087f97a254cc5fa1148571d5c885d0f460120e8f499f92934e9cecbf2a60920e From 2bf69a80a8d5b649bbc72da2ee479376379e73ce Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 2 Oct 2019 23:16:30 +0000 Subject: [PATCH 0568/2185] podman-2:1.6.2-0.1.dev.gite67e9e1 - bump to 1.6.2 - autobuilt e67e9e1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 2ff9df4..0365ab4 100644 --- a/.gitignore +++ b/.gitignore @@ -535,3 +535,4 @@ /libpod-dac7889.tar.gz /libpod-0046b01.tar.gz /libpod-960f07b.tar.gz +/libpod-e67e9e1.tar.gz diff --git a/podman.spec b/podman.spec index ea334a9..0c66261 100644 --- a/podman.spec +++ b/podman.spec @@ -27,21 +27,21 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 960f07b0f79e6d6f94842fd4892e775c319f0a39 +%global commit0 e67e9e123cde595b6f869b068f7f16e1b9fe1850 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.6.1-rc1 +%global built_tag v1.6.1 Name: podman %if 0%{?fedora} Epoch: 2 %endif -Version: 1.6.1 +Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.12.dev.git%{shortcommit0}%{?dist} +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,10 @@ exit 0 %endif %changelog +* Wed Oct 02 2019 RH Container Bot - 2:1.6.2-0.1.dev.gite67e9e1 +- bump to 1.6.2 +- autobuilt e67e9e1 + * Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.12.dev.git960f07b - autobuilt 960f07b diff --git a/sources b/sources index efb4440..f422095 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-960f07b.tar.gz) = ccbf850f1c19a1726d05e86e10150037c905312dd66a3886cda30a9b308953b6087f97a254cc5fa1148571d5c885d0f460120e8f499f92934e9cecbf2a60920e +SHA512 (libpod-e67e9e1.tar.gz) = 216cea8edb6336ebc371cc3f8af2d9814ed6c85d5f86fdbc1b41c353c513c1bf1106421e380d1be660a7ca0aecd9b334b76d24372e12ca8308ee6496268e64fb From d5d9ef86f2b3256787247a173d9fe6c877e4ed04 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 2 Oct 2019 23:16:51 +0000 Subject: [PATCH 0569/2185] podman-2:1.6.1-2 - bump to v1.6.1 - autobuilt 233d95f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 97db4ae..eaf2b95 100644 --- a/.gitignore +++ b/.gitignore @@ -256,3 +256,4 @@ /libpod-9181c65.tar.gz /libpod-b02b072.tar.gz /libpod-a2fdb6e.tar.gz +/libpod-233d95f.tar.gz diff --git a/podman.spec b/podman.spec index d8944ca..33e7b5b 100644 --- a/podman.spec +++ b/podman.spec @@ -23,17 +23,17 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a2fdb6ea0236fa3b5ea9a88dc513af310f07c49c +%global commit0 233d95f4f0a815f11d1c1ae9aba16781c4eb2700 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.6.1-rc1 +%global built_tag v1.6.1 Name: podman Epoch: 2 Version: 1.6.1 -Release: 0.2.rc1%{?dist} +Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -553,6 +553,10 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-2 +- bump to v1.6.1 +- autobuilt 233d95f + * Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.2.rc1 - bump to v1.6.1-rc1 - autobuilt a2fdb6e diff --git a/sources b/sources index 5a8c9a9..d9bde40 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-a2fdb6e.tar.gz) = 713b8d25fecc5ef034d983c613c77c5662ce2e826beed12112849bc938cea526629aef297357a708c987c83f534c68ac8467bf5b7f4366076870e7e39681e46a +SHA512 (libpod-233d95f.tar.gz) = def9bc0d35956a98cf1fbccdfe0a3f376eb27c95611ab8476455c6f9636383806cde80d271075ce99d85765ff645fd5888e7ab286e0f8aee9330699bf6964c82 From c423af9d91279e7d030ae26725e7f350dddd76cb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 3 Oct 2019 14:21:30 +0000 Subject: [PATCH 0570/2185] podman-2:1.6.2-0.2.dev.gitb32cb4b - autobuilt b32cb4b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0365ab4..85e2ab8 100644 --- a/.gitignore +++ b/.gitignore @@ -536,3 +536,4 @@ /libpod-0046b01.tar.gz /libpod-960f07b.tar.gz /libpod-e67e9e1.tar.gz +/libpod-b32cb4b.tar.gz diff --git a/podman.spec b/podman.spec index 0c66261..24cccb0 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e67e9e123cde595b6f869b068f7f16e1b9fe1850 +%global commit0 b32cb4b750842212f8002e030db63e92c6485fdc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.1.dev.git%{shortcommit0}%{?dist} +Release: 0.2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Thu Oct 03 2019 RH Container Bot - 2:1.6.2-0.2.dev.gitb32cb4b +- autobuilt b32cb4b + * Wed Oct 02 2019 RH Container Bot - 2:1.6.2-0.1.dev.gite67e9e1 - bump to 1.6.2 - autobuilt e67e9e1 diff --git a/sources b/sources index f422095..518fb61 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-e67e9e1.tar.gz) = 216cea8edb6336ebc371cc3f8af2d9814ed6c85d5f86fdbc1b41c353c513c1bf1106421e380d1be660a7ca0aecd9b334b76d24372e12ca8308ee6496268e64fb +SHA512 (libpod-b32cb4b.tar.gz) = 03a7fa66e4464658bdab69876dd6a1c369429672b7f23f56a9c4dc2877683c2f3a4d937ab775723956721f16f9643ff20987f886737e9728afcc74043476f245 From 9ca09175b817215784e2abf73989b17647a85c5c Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Thu, 3 Oct 2019 08:26:19 -0600 Subject: [PATCH 0571/2185] gating tests: log important package versions Signed-off-by: Ed Santiago --- tests/test_podman.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/test_podman.sh b/tests/test_podman.sh index 5a339e9..47c382f 100755 --- a/tests/test_podman.sh +++ b/tests/test_podman.sh @@ -3,7 +3,11 @@ # Simple podman tests # -# Log program versions -rpm -q podman podman-tests +# Log program and kernel versions +echo "Important package versions:" +( + uname -r + rpm -qa | egrep 'podman|conmon|crun|runc|iptable|slirp|systemd' | sort +) | sed -e 's/^/ /' bats /usr/share/podman/test/system From 146800938bb5ed82cae02ab6703b365c3356954e Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Thu, 3 Oct 2019 08:26:19 -0600 Subject: [PATCH 0572/2185] gating tests: log important package versions Signed-off-by: Ed Santiago --- tests/test_podman.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/test_podman.sh b/tests/test_podman.sh index 5a339e9..47c382f 100755 --- a/tests/test_podman.sh +++ b/tests/test_podman.sh @@ -3,7 +3,11 @@ # Simple podman tests # -# Log program versions -rpm -q podman podman-tests +# Log program and kernel versions +echo "Important package versions:" +( + uname -r + rpm -qa | egrep 'podman|conmon|crun|runc|iptable|slirp|systemd' | sort +) | sed -e 's/^/ /' bats /usr/share/podman/test/system From 399b282fba452e65bd83b0ffb5d346b00e1b1cb8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 3 Oct 2019 15:21:21 +0000 Subject: [PATCH 0573/2185] podman-2:1.6.2-0.3.dev.gitf96fbfc - autobuilt f96fbfc Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 85e2ab8..f85cb0e 100644 --- a/.gitignore +++ b/.gitignore @@ -537,3 +537,4 @@ /libpod-960f07b.tar.gz /libpod-e67e9e1.tar.gz /libpod-b32cb4b.tar.gz +/libpod-f96fbfc.tar.gz diff --git a/podman.spec b/podman.spec index 24cccb0..bd6339e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b32cb4b750842212f8002e030db63e92c6485fdc +%global commit0 f96fbfcd6d34ba98dc4ddbc1d20e70dcab50ef88 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.2.dev.git%{shortcommit0}%{?dist} +Release: 0.3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Thu Oct 03 2019 RH Container Bot - 2:1.6.2-0.3.dev.gitf96fbfc +- autobuilt f96fbfc + * Thu Oct 03 2019 RH Container Bot - 2:1.6.2-0.2.dev.gitb32cb4b - autobuilt b32cb4b diff --git a/sources b/sources index 518fb61..7daaed4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-b32cb4b.tar.gz) = 03a7fa66e4464658bdab69876dd6a1c369429672b7f23f56a9c4dc2877683c2f3a4d937ab775723956721f16f9643ff20987f886737e9728afcc74043476f245 +SHA512 (libpod-f96fbfc.tar.gz) = 71597b3ef25303d69602f8f513b35f420ea7f2570c77c40297beef08404ac26483da8ec3f94f94b2ea8701c0a85822fb038320a8743530e034bb467cec149803 From dd067584835f73fa550d14f61f5269987bcf0296 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 3 Oct 2019 19:16:51 +0000 Subject: [PATCH 0574/2185] podman-2:1.6.2-0.4.dev.git86c8650 - autobuilt 86c8650 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f85cb0e..ce073e5 100644 --- a/.gitignore +++ b/.gitignore @@ -538,3 +538,4 @@ /libpod-e67e9e1.tar.gz /libpod-b32cb4b.tar.gz /libpod-f96fbfc.tar.gz +/libpod-86c8650.tar.gz diff --git a/podman.spec b/podman.spec index bd6339e..0c9163d 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f96fbfcd6d34ba98dc4ddbc1d20e70dcab50ef88 +%global commit0 86c8650c2328a4a611e614c7220627feae4d4eae %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.3.dev.git%{shortcommit0}%{?dist} +Release: 0.4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Thu Oct 03 2019 RH Container Bot - 2:1.6.2-0.4.dev.git86c8650 +- autobuilt 86c8650 + * Thu Oct 03 2019 RH Container Bot - 2:1.6.2-0.3.dev.gitf96fbfc - autobuilt f96fbfc diff --git a/sources b/sources index 7daaed4..a5dedb9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-f96fbfc.tar.gz) = 71597b3ef25303d69602f8f513b35f420ea7f2570c77c40297beef08404ac26483da8ec3f94f94b2ea8701c0a85822fb038320a8743530e034bb467cec149803 +SHA512 (libpod-86c8650.tar.gz) = 2e371a819514772945d8e8fa362cf1b2d28363ae446cebb98d7f743fdc36606c1cbe07a20acdd6dcf16dcb94e8d9f6d5681912cb010a37b5ed51918e98e26c8a From 91c4daf0213e90ef0954ecb16a44bcb43b954dd8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 3 Oct 2019 20:17:38 +0000 Subject: [PATCH 0575/2185] podman-2:1.6.2-0.5.dev.git7af4074 - autobuilt 7af4074 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ce073e5..e946d40 100644 --- a/.gitignore +++ b/.gitignore @@ -539,3 +539,4 @@ /libpod-b32cb4b.tar.gz /libpod-f96fbfc.tar.gz /libpod-86c8650.tar.gz +/libpod-7af4074.tar.gz diff --git a/podman.spec b/podman.spec index 0c9163d..09ad54d 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 86c8650c2328a4a611e614c7220627feae4d4eae +%global commit0 7af4074c6f96d0fabd2ab5dd6c5773053f80aa08 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.4.dev.git%{shortcommit0}%{?dist} +Release: 0.5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Thu Oct 03 2019 RH Container Bot - 2:1.6.2-0.5.dev.git7af4074 +- autobuilt 7af4074 + * Thu Oct 03 2019 RH Container Bot - 2:1.6.2-0.4.dev.git86c8650 - autobuilt 86c8650 diff --git a/sources b/sources index a5dedb9..28dfe2e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-86c8650.tar.gz) = 2e371a819514772945d8e8fa362cf1b2d28363ae446cebb98d7f743fdc36606c1cbe07a20acdd6dcf16dcb94e8d9f6d5681912cb010a37b5ed51918e98e26c8a +SHA512 (libpod-7af4074.tar.gz) = 9953c7a5bcf88de5cccaba077991e69c2805c263e93c3f688abccc17e24f649fdd4515f4e212a29e24aa8de24f32927cb4608b9a62e9f564392427954718ba1f From b9e08da1f800e5337ee421c781e628a7aab8eb1e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 4 Oct 2019 09:16:48 +0000 Subject: [PATCH 0576/2185] podman-2:1.6.2-0.6.dev.git1fe9556 - autobuilt 1fe9556 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e946d40..f9ee4b7 100644 --- a/.gitignore +++ b/.gitignore @@ -540,3 +540,4 @@ /libpod-f96fbfc.tar.gz /libpod-86c8650.tar.gz /libpod-7af4074.tar.gz +/libpod-1fe9556.tar.gz diff --git a/podman.spec b/podman.spec index 09ad54d..1333fef 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7af4074c6f96d0fabd2ab5dd6c5773053f80aa08 +%global commit0 1fe955600979f54ada204afa6c357fd094d6f549 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.5.dev.git%{shortcommit0}%{?dist} +Release: 0.6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Fri Oct 04 2019 RH Container Bot - 2:1.6.2-0.6.dev.git1fe9556 +- autobuilt 1fe9556 + * Thu Oct 03 2019 RH Container Bot - 2:1.6.2-0.5.dev.git7af4074 - autobuilt 7af4074 diff --git a/sources b/sources index 28dfe2e..0c9f3b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-7af4074.tar.gz) = 9953c7a5bcf88de5cccaba077991e69c2805c263e93c3f688abccc17e24f649fdd4515f4e212a29e24aa8de24f32927cb4608b9a62e9f564392427954718ba1f +SHA512 (libpod-1fe9556.tar.gz) = b2ffaccbb5275a7f8116c79f3a2bdc103b47dd991f50a9304c3bbcdcb2fcce03eae8e859879789bd0675074b59ca218787350985f643509bb20504d2e126360e From 6f06fb88a22d6d14fda1530fff99ef3911187ef0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 4 Oct 2019 15:22:39 +0000 Subject: [PATCH 0577/2185] podman-2:1.6.2-0.7.dev.git70d5b0a - autobuilt 70d5b0a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f9ee4b7..5850e74 100644 --- a/.gitignore +++ b/.gitignore @@ -541,3 +541,4 @@ /libpod-86c8650.tar.gz /libpod-7af4074.tar.gz /libpod-1fe9556.tar.gz +/libpod-70d5b0a.tar.gz diff --git a/podman.spec b/podman.spec index 1333fef..cff94bd 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1fe955600979f54ada204afa6c357fd094d6f549 +%global commit0 70d5b0a6fbb86174e113d8a8a3b4b40eb7b7a297 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.6.dev.git%{shortcommit0}%{?dist} +Release: 0.7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Fri Oct 04 2019 RH Container Bot - 2:1.6.2-0.7.dev.git70d5b0a +- autobuilt 70d5b0a + * Fri Oct 04 2019 RH Container Bot - 2:1.6.2-0.6.dev.git1fe9556 - autobuilt 1fe9556 diff --git a/sources b/sources index 0c9f3b8..3d3ef73 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-1fe9556.tar.gz) = b2ffaccbb5275a7f8116c79f3a2bdc103b47dd991f50a9304c3bbcdcb2fcce03eae8e859879789bd0675074b59ca218787350985f643509bb20504d2e126360e +SHA512 (libpod-70d5b0a.tar.gz) = 4092abc3f9aa2b554af77f31d2388752374b828a4faef6c5bab78b3e35b55708b8facc021fb43412c32c11c5f3a5b602ea09ccfd8c63e73ddbbc2aa6361ecc67 From a42b9e2bb032810e732839e097543160a67cda22 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 4 Oct 2019 16:19:30 +0000 Subject: [PATCH 0578/2185] podman-2:1.6.2-0.8.dev.gitbd08fc0 - autobuilt bd08fc0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5850e74..77beaa4 100644 --- a/.gitignore +++ b/.gitignore @@ -542,3 +542,4 @@ /libpod-7af4074.tar.gz /libpod-1fe9556.tar.gz /libpod-70d5b0a.tar.gz +/libpod-bd08fc0.tar.gz diff --git a/podman.spec b/podman.spec index cff94bd..ceecb90 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 70d5b0a6fbb86174e113d8a8a3b4b40eb7b7a297 +%global commit0 bd08fc0e9b3a9943008585879877b68789e38c31 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.7.dev.git%{shortcommit0}%{?dist} +Release: 0.8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Fri Oct 04 2019 RH Container Bot - 2:1.6.2-0.8.dev.gitbd08fc0 +- autobuilt bd08fc0 + * Fri Oct 04 2019 RH Container Bot - 2:1.6.2-0.7.dev.git70d5b0a - autobuilt 70d5b0a diff --git a/sources b/sources index 3d3ef73..383e2c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-70d5b0a.tar.gz) = 4092abc3f9aa2b554af77f31d2388752374b828a4faef6c5bab78b3e35b55708b8facc021fb43412c32c11c5f3a5b602ea09ccfd8c63e73ddbbc2aa6361ecc67 +SHA512 (libpod-bd08fc0.tar.gz) = 83de788ca7aa62e5152b2563eeb5cc9b84a238b5e178dc02101003ccb74c4a3c7005c263ac213a4d2ea1dfb51f7be60aa4683aa89fcd27ca218796e066ac7494 From 0472bfba2e8b4151323028d858cb5fa4ad47551b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 4 Oct 2019 21:17:23 +0000 Subject: [PATCH 0579/2185] podman-2:1.6.2-0.9.dev.git2c2782a - autobuilt 2c2782a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 77beaa4..c536a91 100644 --- a/.gitignore +++ b/.gitignore @@ -543,3 +543,4 @@ /libpod-1fe9556.tar.gz /libpod-70d5b0a.tar.gz /libpod-bd08fc0.tar.gz +/libpod-2c2782a.tar.gz diff --git a/podman.spec b/podman.spec index ceecb90..277ba9a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 bd08fc0e9b3a9943008585879877b68789e38c31 +%global commit0 2c2782a2179aee6c76d90e864708e2e5ceb09349 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.8.dev.git%{shortcommit0}%{?dist} +Release: 0.9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Fri Oct 04 2019 RH Container Bot - 2:1.6.2-0.9.dev.git2c2782a +- autobuilt 2c2782a + * Fri Oct 04 2019 RH Container Bot - 2:1.6.2-0.8.dev.gitbd08fc0 - autobuilt bd08fc0 diff --git a/sources b/sources index 383e2c4..2809910 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-bd08fc0.tar.gz) = 83de788ca7aa62e5152b2563eeb5cc9b84a238b5e178dc02101003ccb74c4a3c7005c263ac213a4d2ea1dfb51f7be60aa4683aa89fcd27ca218796e066ac7494 +SHA512 (libpod-2c2782a.tar.gz) = 50cd2c704858b252cb43c667bdff45d58f9b85bf293108848c6d19f870cd15760fd6ad48b5bbbceced62083bd77c221473cc911904baf71ccdbd8b6332ba73c9 From 596e81abfb80a96191ea721eaa7ed4774a58a656 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 7 Oct 2019 10:17:56 +0000 Subject: [PATCH 0580/2185] podman-2:1.6.2-0.10.dev.git589261f - autobuilt 589261f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c536a91..102c00d 100644 --- a/.gitignore +++ b/.gitignore @@ -544,3 +544,4 @@ /libpod-70d5b0a.tar.gz /libpod-bd08fc0.tar.gz /libpod-2c2782a.tar.gz +/libpod-589261f.tar.gz diff --git a/podman.spec b/podman.spec index 277ba9a..387c2f5 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2c2782a2179aee6c76d90e864708e2e5ceb09349 +%global commit0 589261f275b485d78a6ac1bd7b95578257fc020f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.9.dev.git%{shortcommit0}%{?dist} +Release: 0.10.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Mon Oct 07 2019 RH Container Bot - 2:1.6.2-0.10.dev.git589261f +- autobuilt 589261f + * Fri Oct 04 2019 RH Container Bot - 2:1.6.2-0.9.dev.git2c2782a - autobuilt 2c2782a diff --git a/sources b/sources index 2809910..2d50328 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-2c2782a.tar.gz) = 50cd2c704858b252cb43c667bdff45d58f9b85bf293108848c6d19f870cd15760fd6ad48b5bbbceced62083bd77c221473cc911904baf71ccdbd8b6332ba73c9 +SHA512 (libpod-589261f.tar.gz) = 1a4e896e05c6553b5bb6a2d61595e48451a0052ba06778c0d6ed980fd32c8981c45efecb5040ada1704be3500383c9694c4570eb23b0f945688f8a3460c312bf From 13797250d75562e4d22101679e17a2e39b847836 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 7 Oct 2019 22:17:13 +0000 Subject: [PATCH 0581/2185] podman-2:1.6.2-0.11.dev.gitc817ea1 - autobuilt c817ea1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 102c00d..9710b6a 100644 --- a/.gitignore +++ b/.gitignore @@ -545,3 +545,4 @@ /libpod-bd08fc0.tar.gz /libpod-2c2782a.tar.gz /libpod-589261f.tar.gz +/libpod-c817ea1.tar.gz diff --git a/podman.spec b/podman.spec index 387c2f5..af4258c 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 589261f275b485d78a6ac1bd7b95578257fc020f +%global commit0 c817ea1b33966c2f1f089b5c086df8cc45437065 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.10.dev.git%{shortcommit0}%{?dist} +Release: 0.11.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -585,6 +585,9 @@ exit 0 %endif %changelog +* Mon Oct 07 2019 RH Container Bot - 2:1.6.2-0.11.dev.gitc817ea1 +- autobuilt c817ea1 + * Mon Oct 07 2019 RH Container Bot - 2:1.6.2-0.10.dev.git589261f - autobuilt 589261f diff --git a/sources b/sources index 2d50328..43b4b0b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-589261f.tar.gz) = 1a4e896e05c6553b5bb6a2d61595e48451a0052ba06778c0d6ed980fd32c8981c45efecb5040ada1704be3500383c9694c4570eb23b0f945688f8a3460c312bf +SHA512 (libpod-c817ea1.tar.gz) = ff778f25ae57577524dbf1796762816928de53b0080c2be70da44dcd9f9b5e75751e42338f64a5b37e96280680be0ced8275db9e4525f07e328485faa8bbf230 From 56e746c7fda8de0de4896582b92aeab21da9e6b5 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 8 Oct 2019 13:21:12 -0400 Subject: [PATCH 0582/2185] podman-2:1.6.2-0.12.dev.gitc817ea1 - add runc back Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index af4258c..cf7b576 100644 --- a/podman.spec +++ b/podman.spec @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.11.dev.git%{shortcommit0}%{?dist} +Release: 0.12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -76,12 +76,14 @@ Recommends: container-selinux Recommends: libvarlink-util Recommends: slirp4netns >= 0.3.0-2 Recommends: fuse-overlayfs >= 0.3-8 +Recommends: runc %else #### DO NOT REMOVE - NEEDED FOR CENTOS Requires: %{name}-manpages = %{version}-%{release} Requires: container-selinux Requires: slirp4netns >= 0.3.0-2 Requires: crun +Requires: runc %endif # vendored libraries @@ -585,6 +587,9 @@ exit 0 %endif %changelog +* Tue Oct 08 2019 Lokesh Mandvekar - 2:1.6.2-0.12.dev.gitc817ea1 +- add runc back + * Mon Oct 07 2019 RH Container Bot - 2:1.6.2-0.11.dev.gitc817ea1 - autobuilt c817ea1 From 3cbe45fa1056b89d24cf38d337bcc64fac22b2e7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 8 Oct 2019 19:17:12 +0000 Subject: [PATCH 0583/2185] podman-2:1.6.2-0.13.dev.git10cbaad - autobuilt 10cbaad Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9710b6a..e29e4d0 100644 --- a/.gitignore +++ b/.gitignore @@ -546,3 +546,4 @@ /libpod-2c2782a.tar.gz /libpod-589261f.tar.gz /libpod-c817ea1.tar.gz +/libpod-10cbaad.tar.gz diff --git a/podman.spec b/podman.spec index cf7b576..5b3e2d1 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c817ea1b33966c2f1f089b5c086df8cc45437065 +%global commit0 10cbaadf4ab1d2a644db79ed82e639c6ad279ba1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.12.dev.git%{shortcommit0}%{?dist} +Release: 0.13.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Tue Oct 08 2019 RH Container Bot - 2:1.6.2-0.13.dev.git10cbaad +- autobuilt 10cbaad + * Tue Oct 08 2019 Lokesh Mandvekar - 2:1.6.2-0.12.dev.gitc817ea1 - add runc back diff --git a/sources b/sources index 43b4b0b..b3ca5f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-c817ea1.tar.gz) = ff778f25ae57577524dbf1796762816928de53b0080c2be70da44dcd9f9b5e75751e42338f64a5b37e96280680be0ced8275db9e4525f07e328485faa8bbf230 +SHA512 (libpod-10cbaad.tar.gz) = d10d9bc95f0118f01352842d1d2525c2cc8c0bb45cda0078df7d5930bf44b1137c3f9e67d9c38aa0f6529c26f31a2fec7efbd1f3be00bdc5bbb8443f74a5ef71 From 3fa61f95a3eedee72cb991ee4447403b6210022e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 9 Oct 2019 12:34:19 +0000 Subject: [PATCH 0584/2185] podman-2:1.6.2-0.14.dev.gitc3c40f9 - autobuilt c3c40f9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e29e4d0..f2e9763 100644 --- a/.gitignore +++ b/.gitignore @@ -547,3 +547,4 @@ /libpod-589261f.tar.gz /libpod-c817ea1.tar.gz /libpod-10cbaad.tar.gz +/libpod-c3c40f9.tar.gz diff --git a/podman.spec b/podman.spec index 5b3e2d1..b5bbef4 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 10cbaadf4ab1d2a644db79ed82e639c6ad279ba1 +%global commit0 c3c40f970e6441b70ac62fb050a35f79fedb8896 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.13.dev.git%{shortcommit0}%{?dist} +Release: 0.14.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Wed Oct 09 2019 RH Container Bot - 2:1.6.2-0.14.dev.gitc3c40f9 +- autobuilt c3c40f9 + * Tue Oct 08 2019 RH Container Bot - 2:1.6.2-0.13.dev.git10cbaad - autobuilt 10cbaad diff --git a/sources b/sources index b3ca5f4..608f08f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-10cbaad.tar.gz) = d10d9bc95f0118f01352842d1d2525c2cc8c0bb45cda0078df7d5930bf44b1137c3f9e67d9c38aa0f6529c26f31a2fec7efbd1f3be00bdc5bbb8443f74a5ef71 +SHA512 (libpod-c3c40f9.tar.gz) = e71117deb7406e17cfc88c27553e7b797513d15d5ad871a507817dafa96da6360a9e854f84abf6db5b080cefe4e8ed2acf29ee0c8e5483c3688bc3686d9bcd0d From a68b9cccc38431b1b1c04941cf54c6f11982f3ae Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 9 Oct 2019 06:35:30 -0600 Subject: [PATCH 0585/2185] gating tests: also log environment Signed-off-by: Ed Santiago --- tests/test_podman.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_podman.sh b/tests/test_podman.sh index 47c382f..1f7b3f7 100755 --- a/tests/test_podman.sh +++ b/tests/test_podman.sh @@ -10,4 +10,8 @@ echo "Important package versions:" rpm -qa | egrep 'podman|conmon|crun|runc|iptable|slirp|systemd' | sort ) | sed -e 's/^/ /' +# Log environment; or at least the useful bits +echo "Environment:" +env | grep -v LS_COLORS= | sort | sed -e 's/^/ /' + bats /usr/share/podman/test/system From 59eae8927a839ed96deb1c1586bd4a62c650ed22 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 9 Oct 2019 08:34:23 -0400 Subject: [PATCH 0586/2185] podman-2:1.6.2-0.15.dev.gitc3c40f9 - Requires: crun >= 0.10.2-1 and polkit Signed-off-by: Lokesh Mandvekar --- podman.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index b5bbef4..4e95304 100644 --- a/podman.spec +++ b/podman.spec @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.14.dev.git%{shortcommit0}%{?dist} +Release: 0.15.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -64,12 +64,13 @@ BuildRequires: pkgconfig BuildRequires: make BuildRequires: systemd BuildRequires: systemd-devel -Requires: crun >= 0.10-1 +Requires: crun >= 0.10.2-1 Requires: containers-common Requires: containernetworking-plugins >= 0.7.5-1 Requires: iptables Requires: nftables Requires: conmon +Requires: polkit %if 0%{?fedora} Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} Recommends: container-selinux @@ -587,6 +588,9 @@ exit 0 %endif %changelog +* Wed Oct 09 2019 Lokesh Mandvekar - 2:1.6.2-0.15.dev.gitc3c40f9 +- Requires: crun >= 0.10.2-1 and polkit + * Wed Oct 09 2019 RH Container Bot - 2:1.6.2-0.14.dev.gitc3c40f9 - autobuilt c3c40f9 From 4043d1f1221adf0d9d09ad3b63b57e1e91d85300 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 9 Oct 2019 08:10:13 -0600 Subject: [PATCH 0587/2185] Gating tests: use loginctl, dump env - instead of hacky mkdir /run/user/, use loginctl enable-linger and hope that it has the same effect. reason: the mkdir doesn't seem to be 100% effective. There are cases in which the first rootless podman invocation fails with: Error: could not get runtime: cannot mkdir /run/user/1000/libpod: mkdir /run/user/1000/libpod: no such file or directory - for future spelunking, dump environment at start of each test (both root and rootless). Suggested by Giuseppe. Signed-off-by: Ed Santiago --- tests/test_podman.sh | 4 ++++ tests/test_podman.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/test_podman.sh b/tests/test_podman.sh index 47c382f..1f7b3f7 100755 --- a/tests/test_podman.sh +++ b/tests/test_podman.sh @@ -10,4 +10,8 @@ echo "Important package versions:" rpm -qa | egrep 'podman|conmon|crun|runc|iptable|slirp|systemd' | sort ) | sed -e 's/^/ /' +# Log environment; or at least the useful bits +echo "Environment:" +env | grep -v LS_COLORS= | sort | sed -e 's/^/ /' + bats /usr/share/podman/test/system diff --git a/tests/test_podman.yml b/tests/test_podman.yml index c0c3315..7002972 100644 --- a/tests/test_podman.yml +++ b/tests/test_podman.yml @@ -18,5 +18,5 @@ # running the test with su doesn't create the directory for fedora user on /run/user/ # so create it manually dir: ./ - run: mkdir /run/user/$(id -u fedora); chown fedora /run/user/$(id -u fedora); su -c ${PWD}/test_podman.sh - fedora + run: loginctl enable-linger fedora; su -c ${PWD}/test_podman.sh - fedora timeout: 15m From 44417743ac73786d014518c0cd862c7777ffb39b Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 9 Oct 2019 11:48:07 -0400 Subject: [PATCH 0588/2185] remove polkit dependency for now Signed-off-by: Lokesh Mandvekar --- podman.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 4e95304..3798011 100644 --- a/podman.spec +++ b/podman.spec @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.15.dev.git%{shortcommit0}%{?dist} +Release: 0.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -70,7 +70,6 @@ Requires: containernetworking-plugins >= 0.7.5-1 Requires: iptables Requires: nftables Requires: conmon -Requires: polkit %if 0%{?fedora} Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} Recommends: container-selinux @@ -588,6 +587,9 @@ exit 0 %endif %changelog +* Wed Oct 09 2019 Lokesh Mandvekar - 2:1.6.2-0.16.dev.gitc3c40f9 +- remove polkit dependency for now + * Wed Oct 09 2019 Lokesh Mandvekar - 2:1.6.2-0.15.dev.gitc3c40f9 - Requires: crun >= 0.10.2-1 and polkit From e32408688c9c548e9632772c5d73e73261b2623f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 9 Oct 2019 18:20:00 +0000 Subject: [PATCH 0589/2185] podman-2:1.6.2-0.17.dev.gitf61e399 - autobuilt f61e399 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f2e9763..d424c43 100644 --- a/.gitignore +++ b/.gitignore @@ -548,3 +548,4 @@ /libpod-c817ea1.tar.gz /libpod-10cbaad.tar.gz /libpod-c3c40f9.tar.gz +/libpod-f61e399.tar.gz diff --git a/podman.spec b/podman.spec index 3798011..af6ecaa 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c3c40f970e6441b70ac62fb050a35f79fedb8896 +%global commit0 f61e399a66c716cc6b18659e6b21208007d48848 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.16.dev.git%{shortcommit0}%{?dist} +Release: 0.17.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Wed Oct 09 2019 RH Container Bot - 2:1.6.2-0.17.dev.gitf61e399 +- autobuilt f61e399 + * Wed Oct 09 2019 Lokesh Mandvekar - 2:1.6.2-0.16.dev.gitc3c40f9 - remove polkit dependency for now diff --git a/sources b/sources index 608f08f..082c338 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-c3c40f9.tar.gz) = e71117deb7406e17cfc88c27553e7b797513d15d5ad871a507817dafa96da6360a9e854f84abf6db5b080cefe4e8ed2acf29ee0c8e5483c3688bc3686d9bcd0d +SHA512 (libpod-f61e399.tar.gz) = 695ff57cfbab919c8d2c40c49baadff87b6c59328abe4088d525151e506d0bb523b210ac1ebc2f891bb6a8a8ab2014913e81aa481775d060c56061458fde0b55 From 9def1dd90525c2d33c986fd7a2a383088e518256 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 9 Oct 2019 08:10:13 -0600 Subject: [PATCH 0590/2185] Gating tests: use loginctl - instead of hacky mkdir /run/user/, use loginctl enable-linger and hope that it has the same effect. reason: the mkdir doesn't seem to be 100% effective. There are cases in which the first rootless podman invocation fails with: Error: could not get runtime: cannot mkdir /run/user/1000/libpod: mkdir /run/user/1000/libpod: no such file or directory Signed-off-by: Ed Santiago --- tests/test_podman.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_podman.yml b/tests/test_podman.yml index c0c3315..7002972 100644 --- a/tests/test_podman.yml +++ b/tests/test_podman.yml @@ -18,5 +18,5 @@ # running the test with su doesn't create the directory for fedora user on /run/user/ # so create it manually dir: ./ - run: mkdir /run/user/$(id -u fedora); chown fedora /run/user/$(id -u fedora); su -c ${PWD}/test_podman.sh - fedora + run: loginctl enable-linger fedora; su -c ${PWD}/test_podman.sh - fedora timeout: 15m From 30bae5a1d32ff81ed0a3bafa778d184f21e2c7ca Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 9 Oct 2019 22:16:28 +0000 Subject: [PATCH 0591/2185] podman-2:1.6.2-0.18.dev.git12c9b53 - autobuilt 12c9b53 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d424c43..6086bb3 100644 --- a/.gitignore +++ b/.gitignore @@ -549,3 +549,4 @@ /libpod-10cbaad.tar.gz /libpod-c3c40f9.tar.gz /libpod-f61e399.tar.gz +/libpod-12c9b53.tar.gz diff --git a/podman.spec b/podman.spec index af6ecaa..e782984 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f61e399a66c716cc6b18659e6b21208007d48848 +%global commit0 12c9b53439d958395856c29567ec0ed44a5507ed %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.17.dev.git%{shortcommit0}%{?dist} +Release: 0.18.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Wed Oct 09 2019 RH Container Bot - 2:1.6.2-0.18.dev.git12c9b53 +- autobuilt 12c9b53 + * Wed Oct 09 2019 RH Container Bot - 2:1.6.2-0.17.dev.gitf61e399 - autobuilt f61e399 diff --git a/sources b/sources index 082c338..647c928 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-f61e399.tar.gz) = 695ff57cfbab919c8d2c40c49baadff87b6c59328abe4088d525151e506d0bb523b210ac1ebc2f891bb6a8a8ab2014913e81aa481775d060c56061458fde0b55 +SHA512 (libpod-12c9b53.tar.gz) = c518f25e3c9d26110d2cbcff685be117c6a915a42e58e17de2c1739d20dccac6bfb9a83e7c6ea15855ad3d99a8fd83dc7f4329536050460626a1e924e364afe6 From e04d8ed22e7255b82f4d9e3937f8506f7191855d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 10 Oct 2019 13:23:06 +0000 Subject: [PATCH 0592/2185] podman-2:1.6.2-0.19.dev.gita7f2668 - autobuilt a7f2668 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6086bb3..7f70c72 100644 --- a/.gitignore +++ b/.gitignore @@ -550,3 +550,4 @@ /libpod-c3c40f9.tar.gz /libpod-f61e399.tar.gz /libpod-12c9b53.tar.gz +/libpod-a7f2668.tar.gz diff --git a/podman.spec b/podman.spec index e782984..aa95bcc 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 12c9b53439d958395856c29567ec0ed44a5507ed +%global commit0 a7f266891ca20214f56d0bb742896e9112f4905a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.18.dev.git%{shortcommit0}%{?dist} +Release: 0.19.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Thu Oct 10 2019 RH Container Bot - 2:1.6.2-0.19.dev.gita7f2668 +- autobuilt a7f2668 + * Wed Oct 09 2019 RH Container Bot - 2:1.6.2-0.18.dev.git12c9b53 - autobuilt 12c9b53 diff --git a/sources b/sources index 647c928..bbddb12 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-12c9b53.tar.gz) = c518f25e3c9d26110d2cbcff685be117c6a915a42e58e17de2c1739d20dccac6bfb9a83e7c6ea15855ad3d99a8fd83dc7f4329536050460626a1e924e364afe6 +SHA512 (libpod-a7f2668.tar.gz) = 9c7688d234264f7f2e86705b8fe900a4ed9020db75fce4fd5190422a298faff72c9330c40b45655353a8a9d16b8f01dfc241ab42b04d10483d69bb5584d01e9a From 49eaad1ea6fa0764d9de512942f81c745a6c4090 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 10 Oct 2019 15:28:35 +0000 Subject: [PATCH 0593/2185] podman-2:1.6.2-0.20.dev.gitf39e097 - autobuilt f39e097 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7f70c72..a489935 100644 --- a/.gitignore +++ b/.gitignore @@ -551,3 +551,4 @@ /libpod-f61e399.tar.gz /libpod-12c9b53.tar.gz /libpod-a7f2668.tar.gz +/libpod-f39e097.tar.gz diff --git a/podman.spec b/podman.spec index aa95bcc..58a7aad 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a7f266891ca20214f56d0bb742896e9112f4905a +%global commit0 f39e097a815799bad704a8a1d8f16ee86f4c3602 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.19.dev.git%{shortcommit0}%{?dist} +Release: 0.20.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Thu Oct 10 2019 RH Container Bot - 2:1.6.2-0.20.dev.gitf39e097 +- autobuilt f39e097 + * Thu Oct 10 2019 RH Container Bot - 2:1.6.2-0.19.dev.gita7f2668 - autobuilt a7f2668 diff --git a/sources b/sources index bbddb12..35fa7a3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-a7f2668.tar.gz) = 9c7688d234264f7f2e86705b8fe900a4ed9020db75fce4fd5190422a298faff72c9330c40b45655353a8a9d16b8f01dfc241ab42b04d10483d69bb5584d01e9a +SHA512 (libpod-f39e097.tar.gz) = de575a44750f55fe3d80d5c3ff0d82a5bb2ca1734c761e3524d41ef1e24d69d1f168c2c6c99f36addf10a8c3dc2c93b8d36702cbcca0571978c474b2d6904953 From 12ee54c0fd47a2fd4c7884841ec506db09c063d1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 10 Oct 2019 22:17:04 +0000 Subject: [PATCH 0594/2185] podman-2:1.6.2-0.21.dev.git6d35eac - autobuilt 6d35eac Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a489935..ca6ac6c 100644 --- a/.gitignore +++ b/.gitignore @@ -552,3 +552,4 @@ /libpod-12c9b53.tar.gz /libpod-a7f2668.tar.gz /libpod-f39e097.tar.gz +/libpod-6d35eac.tar.gz diff --git a/podman.spec b/podman.spec index 58a7aad..1518ca2 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f39e097a815799bad704a8a1d8f16ee86f4c3602 +%global commit0 6d35eac6a35bb3343314dd27cb4c921fb44bba19 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.20.dev.git%{shortcommit0}%{?dist} +Release: 0.21.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Thu Oct 10 2019 RH Container Bot - 2:1.6.2-0.21.dev.git6d35eac +- autobuilt 6d35eac + * Thu Oct 10 2019 RH Container Bot - 2:1.6.2-0.20.dev.gitf39e097 - autobuilt f39e097 diff --git a/sources b/sources index 35fa7a3..28620fb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-f39e097.tar.gz) = de575a44750f55fe3d80d5c3ff0d82a5bb2ca1734c761e3524d41ef1e24d69d1f168c2c6c99f36addf10a8c3dc2c93b8d36702cbcca0571978c474b2d6904953 +SHA512 (libpod-6d35eac.tar.gz) = ea2cf663ac4212c6ca547d49b36ee42f2b688aeb54b13d69d2677b45c56f0fd809544bc531434cd025ec9e79a3c6947bd7c631ab86fcb8c3da788d1f9764609e From eaaa2fed1a54771724dd544beb28494ea3abf6ee Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 11 Oct 2019 12:21:14 +0000 Subject: [PATCH 0595/2185] podman-2:1.6.2-0.22.dev.git43dcc91 - autobuilt 43dcc91 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ca6ac6c..6f48360 100644 --- a/.gitignore +++ b/.gitignore @@ -553,3 +553,4 @@ /libpod-a7f2668.tar.gz /libpod-f39e097.tar.gz /libpod-6d35eac.tar.gz +/libpod-43dcc91.tar.gz diff --git a/podman.spec b/podman.spec index 1518ca2..4c85718 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 6d35eac6a35bb3343314dd27cb4c921fb44bba19 +%global commit0 43dcc917aed8208ffec99b50e469da03ef34d9e8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.21.dev.git%{shortcommit0}%{?dist} +Release: 0.22.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.22.dev.git43dcc91 +- autobuilt 43dcc91 + * Thu Oct 10 2019 RH Container Bot - 2:1.6.2-0.21.dev.git6d35eac - autobuilt 6d35eac diff --git a/sources b/sources index 28620fb..df56439 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-6d35eac.tar.gz) = ea2cf663ac4212c6ca547d49b36ee42f2b688aeb54b13d69d2677b45c56f0fd809544bc531434cd025ec9e79a3c6947bd7c631ab86fcb8c3da788d1f9764609e +SHA512 (libpod-43dcc91.tar.gz) = 5e5f7e4356a4af674985a44e9b57d34bfa59288efa5f278a5925d0f72694a552c29977e0c326c4d017a69b1f1bb94b2eee916e256be3bc88d72f92647b4a1afe From 3f030510e888858b1a41d621af7bafaed8a8c6fe Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 11 Oct 2019 14:25:03 +0000 Subject: [PATCH 0596/2185] podman-2:1.6.2-0.23.dev.git495db28 - autobuilt 495db28 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6f48360..1d6664a 100644 --- a/.gitignore +++ b/.gitignore @@ -554,3 +554,4 @@ /libpod-f39e097.tar.gz /libpod-6d35eac.tar.gz /libpod-43dcc91.tar.gz +/libpod-495db28.tar.gz diff --git a/podman.spec b/podman.spec index 4c85718..a01d09e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 43dcc917aed8208ffec99b50e469da03ef34d9e8 +%global commit0 495db28c7537cbf05ef8c1416f7bea35e193404e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.22.dev.git%{shortcommit0}%{?dist} +Release: 0.23.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.23.dev.git495db28 +- autobuilt 495db28 + * Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.22.dev.git43dcc91 - autobuilt 43dcc91 diff --git a/sources b/sources index df56439..d9ebde4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-43dcc91.tar.gz) = 5e5f7e4356a4af674985a44e9b57d34bfa59288efa5f278a5925d0f72694a552c29977e0c326c4d017a69b1f1bb94b2eee916e256be3bc88d72f92647b4a1afe +SHA512 (libpod-495db28.tar.gz) = 37f1978fc06baa9ed901b5b3fb1832f90917a7d55784c5cc1b095e091c91e3904393b4798286697903be16b461b43978def0092c5864e8b8cea5ed5ec2b0b3e5 From 72f3d26bff61f9db27a3b65dc535cec6654bc846 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 11 Oct 2019 15:21:51 +0000 Subject: [PATCH 0597/2185] podman-2:1.6.2-0.24.dev.git9f1f4ef - autobuilt 9f1f4ef Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1d6664a..0b8ac12 100644 --- a/.gitignore +++ b/.gitignore @@ -555,3 +555,4 @@ /libpod-6d35eac.tar.gz /libpod-43dcc91.tar.gz /libpod-495db28.tar.gz +/libpod-9f1f4ef.tar.gz diff --git a/podman.spec b/podman.spec index a01d09e..1c908f4 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 495db28c7537cbf05ef8c1416f7bea35e193404e +%global commit0 9f1f4ef19e2d15ad453c6c3ac4e00e53bd36eb0d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.23.dev.git%{shortcommit0}%{?dist} +Release: 0.24.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.24.dev.git9f1f4ef +- autobuilt 9f1f4ef + * Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.23.dev.git495db28 - autobuilt 495db28 diff --git a/sources b/sources index d9ebde4..b708320 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-495db28.tar.gz) = 37f1978fc06baa9ed901b5b3fb1832f90917a7d55784c5cc1b095e091c91e3904393b4798286697903be16b461b43978def0092c5864e8b8cea5ed5ec2b0b3e5 +SHA512 (libpod-9f1f4ef.tar.gz) = 64100994ee3ce00847a0de56cbdf5970604feeda58b44b566d46fc97ff9748b0e0722992914c4c6d6a62301f473ca26459f11bde7cc83cfa940d62596d980c76 From ef3be821675b5b1cd1a95d0d30dd60041c575d86 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 11 Oct 2019 16:19:08 +0000 Subject: [PATCH 0598/2185] podman-2:1.6.2-0.25.dev.git50b1884 - autobuilt 50b1884 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0b8ac12..f9345ac 100644 --- a/.gitignore +++ b/.gitignore @@ -556,3 +556,4 @@ /libpod-43dcc91.tar.gz /libpod-495db28.tar.gz /libpod-9f1f4ef.tar.gz +/libpod-50b1884.tar.gz diff --git a/podman.spec b/podman.spec index 1c908f4..a81ae9e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9f1f4ef19e2d15ad453c6c3ac4e00e53bd36eb0d +%global commit0 50b18847a6cdd91cd5a67beab2072534dcc59eb7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.24.dev.git%{shortcommit0}%{?dist} +Release: 0.25.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.25.dev.git50b1884 +- autobuilt 50b1884 + * Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.24.dev.git9f1f4ef - autobuilt 9f1f4ef diff --git a/sources b/sources index b708320..bcc0e5c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-9f1f4ef.tar.gz) = 64100994ee3ce00847a0de56cbdf5970604feeda58b44b566d46fc97ff9748b0e0722992914c4c6d6a62301f473ca26459f11bde7cc83cfa940d62596d980c76 +SHA512 (libpod-50b1884.tar.gz) = 0684501f04aca304902b158b226070cc135da660f04d66e174dec34d1d2d98fa9d73890c2515b35751f0b738d47331b5880f56f05363296cac5be5f354130514 From 59a29da0576611d507809ab332853c17c34c2e49 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 11 Oct 2019 17:15:12 +0000 Subject: [PATCH 0599/2185] podman-2:1.6.2-0.26.dev.giteb6ca05 - autobuilt eb6ca05 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f9345ac..e1bed9e 100644 --- a/.gitignore +++ b/.gitignore @@ -557,3 +557,4 @@ /libpod-495db28.tar.gz /libpod-9f1f4ef.tar.gz /libpod-50b1884.tar.gz +/libpod-eb6ca05.tar.gz diff --git a/podman.spec b/podman.spec index a81ae9e..981f8d8 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 50b18847a6cdd91cd5a67beab2072534dcc59eb7 +%global commit0 eb6ca054fc93e5f863581e72923cb1e80fc5ab88 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.25.dev.git%{shortcommit0}%{?dist} +Release: 0.26.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.26.dev.giteb6ca05 +- autobuilt eb6ca05 + * Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.25.dev.git50b1884 - autobuilt 50b1884 diff --git a/sources b/sources index bcc0e5c..45e84be 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-50b1884.tar.gz) = 0684501f04aca304902b158b226070cc135da660f04d66e174dec34d1d2d98fa9d73890c2515b35751f0b738d47331b5880f56f05363296cac5be5f354130514 +SHA512 (libpod-eb6ca05.tar.gz) = 4a2a549ba95578dd496436fd69679356c870212d406129b5658d330953576b20014bb06eb7ad899e9f70af7cf399eb11967332aa7e1933bbb3a3f9a0f2b26233 From c6c704d017c7c152f5089abe305af95b8eebc370 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 11 Oct 2019 18:16:37 +0000 Subject: [PATCH 0600/2185] podman-2:1.6.2-0.27.dev.gitcee6478 - autobuilt cee6478 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e1bed9e..4779d51 100644 --- a/.gitignore +++ b/.gitignore @@ -558,3 +558,4 @@ /libpod-9f1f4ef.tar.gz /libpod-50b1884.tar.gz /libpod-eb6ca05.tar.gz +/libpod-cee6478.tar.gz diff --git a/podman.spec b/podman.spec index 981f8d8..8d56df6 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 eb6ca054fc93e5f863581e72923cb1e80fc5ab88 +%global commit0 cee6478f9e5e5cdbfe3df8f4894e416e4c5926e4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.26.dev.git%{shortcommit0}%{?dist} +Release: 0.27.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.27.dev.gitcee6478 +- autobuilt cee6478 + * Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.26.dev.giteb6ca05 - autobuilt eb6ca05 diff --git a/sources b/sources index 45e84be..4c3b6b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-eb6ca05.tar.gz) = 4a2a549ba95578dd496436fd69679356c870212d406129b5658d330953576b20014bb06eb7ad899e9f70af7cf399eb11967332aa7e1933bbb3a3f9a0f2b26233 +SHA512 (libpod-cee6478.tar.gz) = 4fffeeea87e94c1eea63d81674012a3e1b4db31744686de1f078a89e5fc4ffca2d9750a5552142289a6655af9b4422816e1d6797ba18e929523d3645748e7962 From 08fe17df157f507d96ef4c023eaf479d042cc362 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 11 Oct 2019 19:17:16 +0000 Subject: [PATCH 0601/2185] podman-2:1.6.2-0.28.dev.git79d05b9 - autobuilt 79d05b9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4779d51..8259ff8 100644 --- a/.gitignore +++ b/.gitignore @@ -559,3 +559,4 @@ /libpod-50b1884.tar.gz /libpod-eb6ca05.tar.gz /libpod-cee6478.tar.gz +/libpod-79d05b9.tar.gz diff --git a/podman.spec b/podman.spec index 8d56df6..5e1fe66 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 cee6478f9e5e5cdbfe3df8f4894e416e4c5926e4 +%global commit0 79d05b99cfee2f7841c0568fbe4def4fbc095c5c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.27.dev.git%{shortcommit0}%{?dist} +Release: 0.28.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.28.dev.git79d05b9 +- autobuilt 79d05b9 + * Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.27.dev.gitcee6478 - autobuilt cee6478 diff --git a/sources b/sources index 4c3b6b2..213c8b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-cee6478.tar.gz) = 4fffeeea87e94c1eea63d81674012a3e1b4db31744686de1f078a89e5fc4ffca2d9750a5552142289a6655af9b4422816e1d6797ba18e929523d3645748e7962 +SHA512 (libpod-79d05b9.tar.gz) = 02e381c318481fd8f55901db267725708231e7173115e666d7c2537a706ef558b43c2d099441a4525f4a22fc17750677560eaca50038677f7d3815fe6f87fdfa From d79268748c144fbbeedf5ee34a01dd102310cf00 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 11 Oct 2019 20:17:02 +0000 Subject: [PATCH 0602/2185] podman-2:1.6.2-0.29.dev.gitb0b3506 - autobuilt b0b3506 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8259ff8..1c8a51b 100644 --- a/.gitignore +++ b/.gitignore @@ -560,3 +560,4 @@ /libpod-eb6ca05.tar.gz /libpod-cee6478.tar.gz /libpod-79d05b9.tar.gz +/libpod-b0b3506.tar.gz diff --git a/podman.spec b/podman.spec index 5e1fe66..791ea93 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 79d05b99cfee2f7841c0568fbe4def4fbc095c5c +%global commit0 b0b350662173b3456224fa64a241d567943655b7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.28.dev.git%{shortcommit0}%{?dist} +Release: 0.29.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.29.dev.gitb0b3506 +- autobuilt b0b3506 + * Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.28.dev.git79d05b9 - autobuilt 79d05b9 diff --git a/sources b/sources index 213c8b2..b46f658 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-79d05b9.tar.gz) = 02e381c318481fd8f55901db267725708231e7173115e666d7c2537a706ef558b43c2d099441a4525f4a22fc17750677560eaca50038677f7d3815fe6f87fdfa +SHA512 (libpod-b0b3506.tar.gz) = cd27cc2bad62370e318234ffd6f1b3d50244c90f9c2d51c77589752b2f2f0bc8d8de93e2c47b50b2c4d332081967164ebbe8dd1d0b08013210dad41f9ebcda05 From 1d9412bc45da43c1be29ce111f3c6b8117381ec1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 12 Oct 2019 18:16:22 +0000 Subject: [PATCH 0603/2185] podman-2:1.6.2-0.30.dev.gita8993ba - autobuilt a8993ba Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1c8a51b..ac990ea 100644 --- a/.gitignore +++ b/.gitignore @@ -561,3 +561,4 @@ /libpod-cee6478.tar.gz /libpod-79d05b9.tar.gz /libpod-b0b3506.tar.gz +/libpod-a8993ba.tar.gz diff --git a/podman.spec b/podman.spec index 791ea93..b385772 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b0b350662173b3456224fa64a241d567943655b7 +%global commit0 a8993bab7861e2181630a022484d3f55f706a460 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.29.dev.git%{shortcommit0}%{?dist} +Release: 0.30.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Sat Oct 12 2019 RH Container Bot - 2:1.6.2-0.30.dev.gita8993ba +- autobuilt a8993ba + * Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.29.dev.gitb0b3506 - autobuilt b0b3506 diff --git a/sources b/sources index b46f658..92013c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-b0b3506.tar.gz) = cd27cc2bad62370e318234ffd6f1b3d50244c90f9c2d51c77589752b2f2f0bc8d8de93e2c47b50b2c4d332081967164ebbe8dd1d0b08013210dad41f9ebcda05 +SHA512 (libpod-a8993ba.tar.gz) = e786802ba23210eb0d6ab4811f9ec9e984c079661a4f59a46744dd8802f577bfaf98051da7bf8386268ea81bbcba3a21beabbfd71e55083b6f5fde8b5d6bf9c3 From 949b79c3515a7cba7dfdcebc3a1272eff951c46b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 14 Oct 2019 14:21:11 +0000 Subject: [PATCH 0604/2185] podman-2:1.6.2-0.31.dev.git3e45d07 - autobuilt 3e45d07 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ac990ea..09ec25c 100644 --- a/.gitignore +++ b/.gitignore @@ -562,3 +562,4 @@ /libpod-79d05b9.tar.gz /libpod-b0b3506.tar.gz /libpod-a8993ba.tar.gz +/libpod-3e45d07.tar.gz diff --git a/podman.spec b/podman.spec index b385772..b1b2c6c 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a8993bab7861e2181630a022484d3f55f706a460 +%global commit0 3e45d0730b4a17a91912eb161de30cb88e76bb33 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.30.dev.git%{shortcommit0}%{?dist} +Release: 0.31.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Mon Oct 14 2019 RH Container Bot - 2:1.6.2-0.31.dev.git3e45d07 +- autobuilt 3e45d07 + * Sat Oct 12 2019 RH Container Bot - 2:1.6.2-0.30.dev.gita8993ba - autobuilt a8993ba diff --git a/sources b/sources index 92013c7..75fcc78 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-a8993ba.tar.gz) = e786802ba23210eb0d6ab4811f9ec9e984c079661a4f59a46744dd8802f577bfaf98051da7bf8386268ea81bbcba3a21beabbfd71e55083b6f5fde8b5d6bf9c3 +SHA512 (libpod-3e45d07.tar.gz) = 99a6254338ad85bc7e271bbcefa65161c124609eb970a7ddc74ac7bc6eb6fe9e7e2e477e0eb0cdbe0798c73c570e6420bd26c7e414ee86d91e418ec2e3230454 From fff1945ef81d1d60cb64f4049dd215ffe64e2f83 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 14 Oct 2019 18:17:34 +0000 Subject: [PATCH 0605/2185] podman-2:1.6.2-0.32.dev.gita9190da - autobuilt a9190da Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 09ec25c..58c6b77 100644 --- a/.gitignore +++ b/.gitignore @@ -563,3 +563,4 @@ /libpod-b0b3506.tar.gz /libpod-a8993ba.tar.gz /libpod-3e45d07.tar.gz +/libpod-a9190da.tar.gz diff --git a/podman.spec b/podman.spec index b1b2c6c..de5c3e8 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3e45d0730b4a17a91912eb161de30cb88e76bb33 +%global commit0 a9190dac36f3f220ddc65ad8295778d40566e61f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.31.dev.git%{shortcommit0}%{?dist} +Release: 0.32.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Mon Oct 14 2019 RH Container Bot - 2:1.6.2-0.32.dev.gita9190da +- autobuilt a9190da + * Mon Oct 14 2019 RH Container Bot - 2:1.6.2-0.31.dev.git3e45d07 - autobuilt 3e45d07 diff --git a/sources b/sources index 75fcc78..729bd48 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-3e45d07.tar.gz) = 99a6254338ad85bc7e271bbcefa65161c124609eb970a7ddc74ac7bc6eb6fe9e7e2e477e0eb0cdbe0798c73c570e6420bd26c7e414ee86d91e418ec2e3230454 +SHA512 (libpod-a9190da.tar.gz) = d3279baa96a86a9d29c128161d81cb8c1769a69d4e61fe06554c5b97a3a99d87c927f57bf089cbe6218da5dab65834e29a8ed3e2628e8cd94ac9937ccc37cc0e From 812a880a7cf831e1a04ea3d698a719719ba981ae Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 15 Oct 2019 14:37:49 +0000 Subject: [PATCH 0606/2185] podman-2:1.6.2-0.33.dev.git5f72e6e - autobuilt 5f72e6e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 58c6b77..e795e72 100644 --- a/.gitignore +++ b/.gitignore @@ -564,3 +564,4 @@ /libpod-a8993ba.tar.gz /libpod-3e45d07.tar.gz /libpod-a9190da.tar.gz +/libpod-5f72e6e.tar.gz diff --git a/podman.spec b/podman.spec index de5c3e8..2c5e743 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a9190dac36f3f220ddc65ad8295778d40566e61f +%global commit0 5f72e6ef2ef7b6941cefc3c655903aeacb53e115 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.32.dev.git%{shortcommit0}%{?dist} +Release: 0.33.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Tue Oct 15 2019 RH Container Bot - 2:1.6.2-0.33.dev.git5f72e6e +- autobuilt 5f72e6e + * Mon Oct 14 2019 RH Container Bot - 2:1.6.2-0.32.dev.gita9190da - autobuilt a9190da diff --git a/sources b/sources index 729bd48..e1ef5b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-a9190da.tar.gz) = d3279baa96a86a9d29c128161d81cb8c1769a69d4e61fe06554c5b97a3a99d87c927f57bf089cbe6218da5dab65834e29a8ed3e2628e8cd94ac9937ccc37cc0e +SHA512 (libpod-5f72e6e.tar.gz) = b530b4984127357ecdbc84ab7628b93d4564a6439c051b1e01355541321aef1a115b68a089c47e9ca8a9e55fab303c1f12321ed4ea89d4c1e1cff676c04fd9f8 From 52050ed89f958e956dcabc909f87d2ec7c6e895c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 16 Oct 2019 09:32:35 +0000 Subject: [PATCH 0607/2185] podman-2:1.6.2-0.34.dev.git8172460 - autobuilt 8172460 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e795e72..cb31aa2 100644 --- a/.gitignore +++ b/.gitignore @@ -565,3 +565,4 @@ /libpod-3e45d07.tar.gz /libpod-a9190da.tar.gz /libpod-5f72e6e.tar.gz +/libpod-8172460.tar.gz diff --git a/podman.spec b/podman.spec index 2c5e743..1a32f68 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 5f72e6ef2ef7b6941cefc3c655903aeacb53e115 +%global commit0 8172460f2a09910d611d2d61655fb3682caca09f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.33.dev.git%{shortcommit0}%{?dist} +Release: 0.34.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Wed Oct 16 2019 RH Container Bot - 2:1.6.2-0.34.dev.git8172460 +- autobuilt 8172460 + * Tue Oct 15 2019 RH Container Bot - 2:1.6.2-0.33.dev.git5f72e6e - autobuilt 5f72e6e diff --git a/sources b/sources index e1ef5b7..8508f27 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-5f72e6e.tar.gz) = b530b4984127357ecdbc84ab7628b93d4564a6439c051b1e01355541321aef1a115b68a089c47e9ca8a9e55fab303c1f12321ed4ea89d4c1e1cff676c04fd9f8 +SHA512 (libpod-8172460.tar.gz) = f8d8b887a22f5000e4e84bf8efa297be9154ff3d5c2a78ff5895a5007fa9b98f41f69a14944243bc58cd623002f161e1f0882cdf5f7ca51cc6f4c80e8f910f8f From de6b32a77e73f72c81ba540111b2c8c17d7aa143 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 16 Oct 2019 14:36:59 +0000 Subject: [PATCH 0608/2185] podman-2:1.6.2-0.35.dev.git7825c58 - autobuilt 7825c58 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cb31aa2..8184dad 100644 --- a/.gitignore +++ b/.gitignore @@ -566,3 +566,4 @@ /libpod-a9190da.tar.gz /libpod-5f72e6e.tar.gz /libpod-8172460.tar.gz +/libpod-7825c58.tar.gz diff --git a/podman.spec b/podman.spec index 1a32f68..ecf2603 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 8172460f2a09910d611d2d61655fb3682caca09f +%global commit0 7825c5827e039aed6656f5df65de2262591681e6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.34.dev.git%{shortcommit0}%{?dist} +Release: 0.35.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Wed Oct 16 2019 RH Container Bot - 2:1.6.2-0.35.dev.git7825c58 +- autobuilt 7825c58 + * Wed Oct 16 2019 RH Container Bot - 2:1.6.2-0.34.dev.git8172460 - autobuilt 8172460 diff --git a/sources b/sources index 8508f27..f71dcd1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-8172460.tar.gz) = f8d8b887a22f5000e4e84bf8efa297be9154ff3d5c2a78ff5895a5007fa9b98f41f69a14944243bc58cd623002f161e1f0882cdf5f7ca51cc6f4c80e8f910f8f +SHA512 (libpod-7825c58.tar.gz) = 2780f27dd40b95511d280801ba971581498b403967c0f2404613b902d7a801e95b87ff2786e2495cb7305cbc28238916f15bce472c7aab6c70558919aef1e85f From c228b868c5fdad5cb7b309156cb196787003d47d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 16 Oct 2019 20:17:06 +0000 Subject: [PATCH 0609/2185] podman-2:1.6.2-0.36.dev.gitdc1f8b6 - autobuilt dc1f8b6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8184dad..4ebfc02 100644 --- a/.gitignore +++ b/.gitignore @@ -567,3 +567,4 @@ /libpod-5f72e6e.tar.gz /libpod-8172460.tar.gz /libpod-7825c58.tar.gz +/libpod-dc1f8b6.tar.gz diff --git a/podman.spec b/podman.spec index ecf2603..b89e2a2 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7825c5827e039aed6656f5df65de2262591681e6 +%global commit0 dc1f8b62b168e0815ed5e7eb7c61a26ec3a0c88c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.35.dev.git%{shortcommit0}%{?dist} +Release: 0.36.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Wed Oct 16 2019 RH Container Bot - 2:1.6.2-0.36.dev.gitdc1f8b6 +- autobuilt dc1f8b6 + * Wed Oct 16 2019 RH Container Bot - 2:1.6.2-0.35.dev.git7825c58 - autobuilt 7825c58 diff --git a/sources b/sources index f71dcd1..29d1c71 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-7825c58.tar.gz) = 2780f27dd40b95511d280801ba971581498b403967c0f2404613b902d7a801e95b87ff2786e2495cb7305cbc28238916f15bce472c7aab6c70558919aef1e85f +SHA512 (libpod-dc1f8b6.tar.gz) = 45988acf654ed0e9ec13eb289193ea3bc954d41e309aec3da839dbdd6a62fc4c53cfae4f0bf543311f11fffac26f8f936dae131570fa9c09c6d131e95d68ac9d From 1476b9937488502c03ca8b2310485cfb8a8b20e7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 16 Oct 2019 20:48:11 +0000 Subject: [PATCH 0610/2185] podman-2:1.6.2-0.2.rc1 - bump to v1.6.2-rc1 - autobuilt 4d653f0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index eaf2b95..55284f2 100644 --- a/.gitignore +++ b/.gitignore @@ -257,3 +257,4 @@ /libpod-b02b072.tar.gz /libpod-a2fdb6e.tar.gz /libpod-233d95f.tar.gz +/libpod-4d653f0.tar.gz diff --git a/podman.spec b/podman.spec index 33e7b5b..d46e0eb 100644 --- a/podman.spec +++ b/podman.spec @@ -23,17 +23,17 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 233d95f4f0a815f11d1c1ae9aba16781c4eb2700 +%global commit0 4d653f07f3899aca8038e12574bfbffa45275181 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.6.1 +%global built_tag v1.6.2-rc1 Name: podman Epoch: 2 -Version: 1.6.1 -Release: 2%{?dist} +Version: 1.6.2 +Release: 0.2.rc1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -553,6 +553,10 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Wed Oct 16 2019 RH Container Bot - 2:1.6.2-0.2.rc1 +- bump to v1.6.2-rc1 +- autobuilt 4d653f0 + * Wed Oct 02 2019 RH Container Bot - 2:1.6.1-2 - bump to v1.6.1 - autobuilt 233d95f diff --git a/sources b/sources index d9bde40..8fd79f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-233d95f.tar.gz) = def9bc0d35956a98cf1fbccdfe0a3f376eb27c95611ab8476455c6f9636383806cde80d271075ce99d85765ff645fd5888e7ab286e0f8aee9330699bf6964c82 +SHA512 (libpod-4d653f0.tar.gz) = ac36ddaac6c123a4dfb0777456bd0d04a024f98a63f03a3a758d2fff3e235c2c62a84bef4986f22545d8ff78abada2b6b1d1bc2859df350573d21c436a68d256 From 01adddaf870c28d3be32317934d68060a47e2be0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 16 Oct 2019 21:17:06 +0000 Subject: [PATCH 0611/2185] podman-2:1.6.2-0.37.dev.gite7d5ac0 - autobuilt e7d5ac0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4ebfc02..5a801c0 100644 --- a/.gitignore +++ b/.gitignore @@ -568,3 +568,4 @@ /libpod-8172460.tar.gz /libpod-7825c58.tar.gz /libpod-dc1f8b6.tar.gz +/libpod-e7d5ac0.tar.gz diff --git a/podman.spec b/podman.spec index b89e2a2..f7a76a4 100644 --- a/podman.spec +++ b/podman.spec @@ -27,12 +27,12 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 dc1f8b62b168e0815ed5e7eb7c61a26ec3a0c88c +%global commit0 e7d5ac0e7533668c366fd4b68e1afd7642b01db9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.6.1 +%global built_tag v1.6.2-rc1 Name: podman %if 0%{?fedora} @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.36.dev.git%{shortcommit0}%{?dist} +Release: 0.37.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Wed Oct 16 2019 RH Container Bot - 2:1.6.2-0.37.dev.gite7d5ac0 +- autobuilt e7d5ac0 + * Wed Oct 16 2019 RH Container Bot - 2:1.6.2-0.36.dev.gitdc1f8b6 - autobuilt dc1f8b6 diff --git a/sources b/sources index 29d1c71..d5a0430 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-dc1f8b6.tar.gz) = 45988acf654ed0e9ec13eb289193ea3bc954d41e309aec3da839dbdd6a62fc4c53cfae4f0bf543311f11fffac26f8f936dae131570fa9c09c6d131e95d68ac9d +SHA512 (libpod-e7d5ac0.tar.gz) = 72866f77325530ddaa23e650eb42f36353e361e07f8e337055c10d568b9835929cee912f2d00db0907cc8fd03739c65ac6a2c89d729dbb9c6407fcb5a178f6c5 From 0f97ccbab993a073d362a762c46765eee42f896f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 17 Oct 2019 12:22:06 +0000 Subject: [PATCH 0612/2185] podman-2:1.6.2-0.38.dev.git392846c - autobuilt 392846c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5a801c0..4453cc7 100644 --- a/.gitignore +++ b/.gitignore @@ -569,3 +569,4 @@ /libpod-7825c58.tar.gz /libpod-dc1f8b6.tar.gz /libpod-e7d5ac0.tar.gz +/libpod-392846c.tar.gz diff --git a/podman.spec b/podman.spec index f7a76a4..a74f185 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e7d5ac0e7533668c366fd4b68e1afd7642b01db9 +%global commit0 392846c23a83888be4be817dcb872794090d298d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.37.dev.git%{shortcommit0}%{?dist} +Release: 0.38.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Thu Oct 17 2019 RH Container Bot - 2:1.6.2-0.38.dev.git392846c +- autobuilt 392846c + * Wed Oct 16 2019 RH Container Bot - 2:1.6.2-0.37.dev.gite7d5ac0 - autobuilt e7d5ac0 diff --git a/sources b/sources index d5a0430..6c11981 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-e7d5ac0.tar.gz) = 72866f77325530ddaa23e650eb42f36353e361e07f8e337055c10d568b9835929cee912f2d00db0907cc8fd03739c65ac6a2c89d729dbb9c6407fcb5a178f6c5 +SHA512 (libpod-392846c.tar.gz) = 8798f2ca2b832452129650fd12658d3722ea5c4fee2cc251a7247a9a2236571dd3f3f71023dfdb91b43737fc374dbeb05d43f25732f660d3d9589a9494fcc851 From 0069893ae6f3fbaf4171409e447b59881b7741b7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 17 Oct 2019 13:25:12 +0000 Subject: [PATCH 0613/2185] podman-2:1.6.2-0.39.dev.gitd7cbcfa - autobuilt d7cbcfa Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4453cc7..88e10ee 100644 --- a/.gitignore +++ b/.gitignore @@ -570,3 +570,4 @@ /libpod-dc1f8b6.tar.gz /libpod-e7d5ac0.tar.gz /libpod-392846c.tar.gz +/libpod-d7cbcfa.tar.gz diff --git a/podman.spec b/podman.spec index a74f185..f8d2d1a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 392846c23a83888be4be817dcb872794090d298d +%global commit0 d7cbcfadd07e9c79831e51de294b307b00292d49 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.38.dev.git%{shortcommit0}%{?dist} +Release: 0.39.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Thu Oct 17 2019 RH Container Bot - 2:1.6.2-0.39.dev.gitd7cbcfa +- autobuilt d7cbcfa + * Thu Oct 17 2019 RH Container Bot - 2:1.6.2-0.38.dev.git392846c - autobuilt 392846c diff --git a/sources b/sources index 6c11981..baba8b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-392846c.tar.gz) = 8798f2ca2b832452129650fd12658d3722ea5c4fee2cc251a7247a9a2236571dd3f3f71023dfdb91b43737fc374dbeb05d43f25732f660d3d9589a9494fcc851 +SHA512 (libpod-d7cbcfa.tar.gz) = 57e256fa409165c666d03e12bff614c7fe810ef7c1abcfb493b9248d657d9c0429140b0e750c90e3f4a924c88921b89ac98cb78d722981a27d2548cbd5ae50d5 From 78248e5714784f25bbd11f1dbb47ce1ffdd5154b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 17 Oct 2019 16:19:31 +0000 Subject: [PATCH 0614/2185] podman-2:1.6.2-0.40.dev.gitf2d9a9d - autobuilt f2d9a9d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 88e10ee..c2865bc 100644 --- a/.gitignore +++ b/.gitignore @@ -571,3 +571,4 @@ /libpod-e7d5ac0.tar.gz /libpod-392846c.tar.gz /libpod-d7cbcfa.tar.gz +/libpod-f2d9a9d.tar.gz diff --git a/podman.spec b/podman.spec index f8d2d1a..3c0b54e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d7cbcfadd07e9c79831e51de294b307b00292d49 +%global commit0 f2d9a9d2abd1405d8ea5fb7b94715f6f87618226 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.39.dev.git%{shortcommit0}%{?dist} +Release: 0.40.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Thu Oct 17 2019 RH Container Bot - 2:1.6.2-0.40.dev.gitf2d9a9d +- autobuilt f2d9a9d + * Thu Oct 17 2019 RH Container Bot - 2:1.6.2-0.39.dev.gitd7cbcfa - autobuilt d7cbcfa diff --git a/sources b/sources index baba8b4..0d8f464 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-d7cbcfa.tar.gz) = 57e256fa409165c666d03e12bff614c7fe810ef7c1abcfb493b9248d657d9c0429140b0e750c90e3f4a924c88921b89ac98cb78d722981a27d2548cbd5ae50d5 +SHA512 (libpod-f2d9a9d.tar.gz) = e7ce7015959715400d44b52271dfa0da698d003549ecf9e2e30389b4c3ca6eecae60b70caf61ed77ba19f4fcf7c24c7803d4f9860e6ade911ac54cc2146e56a4 From 7ceddcce3df5541412c7df37bd5cf3780df28855 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 17 Oct 2019 19:18:32 +0000 Subject: [PATCH 0615/2185] podman-2:1.6.2-0.41.dev.git2b0892e - autobuilt 2b0892e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c2865bc..de37ab4 100644 --- a/.gitignore +++ b/.gitignore @@ -572,3 +572,4 @@ /libpod-392846c.tar.gz /libpod-d7cbcfa.tar.gz /libpod-f2d9a9d.tar.gz +/libpod-2b0892e.tar.gz diff --git a/podman.spec b/podman.spec index 3c0b54e..db878f9 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f2d9a9d2abd1405d8ea5fb7b94715f6f87618226 +%global commit0 2b0892e757c878cdb087dd22b8986bccef0276ed %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.40.dev.git%{shortcommit0}%{?dist} +Release: 0.41.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Thu Oct 17 2019 RH Container Bot - 2:1.6.2-0.41.dev.git2b0892e +- autobuilt 2b0892e + * Thu Oct 17 2019 RH Container Bot - 2:1.6.2-0.40.dev.gitf2d9a9d - autobuilt f2d9a9d diff --git a/sources b/sources index 0d8f464..a192c02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-f2d9a9d.tar.gz) = e7ce7015959715400d44b52271dfa0da698d003549ecf9e2e30389b4c3ca6eecae60b70caf61ed77ba19f4fcf7c24c7803d4f9860e6ade911ac54cc2146e56a4 +SHA512 (libpod-2b0892e.tar.gz) = 88d17dfd5b7c9fca468df4217c851005110ae3da4443678e62c9c2cf93d2ba0df8d33377844962aab7bfa3b6e34ffb7c0055ce77e929db0b422deb85015c7539 From 8ab131a8b1142c56e36528404fe46d0d9e2aaa93 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 17 Oct 2019 21:17:13 +0000 Subject: [PATCH 0616/2185] podman-2:1.6.3-0.1.dev.gitb6fdfa0 - bump to 1.6.3 - autobuilt b6fdfa0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index de37ab4..a748307 100644 --- a/.gitignore +++ b/.gitignore @@ -573,3 +573,4 @@ /libpod-d7cbcfa.tar.gz /libpod-f2d9a9d.tar.gz /libpod-2b0892e.tar.gz +/libpod-b6fdfa0.tar.gz diff --git a/podman.spec b/podman.spec index db878f9..eef53fb 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2b0892e757c878cdb087dd22b8986bccef0276ed +%global commit0 b6fdfa041a3e0f0a754c1f3a6edd8bc0be6f6ed8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -38,10 +38,10 @@ Name: podman %if 0%{?fedora} Epoch: 2 %endif -Version: 1.6.2 +Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.41.dev.git%{shortcommit0}%{?dist} +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,10 @@ exit 0 %endif %changelog +* Thu Oct 17 2019 RH Container Bot - 2:1.6.3-0.1.dev.gitb6fdfa0 +- bump to 1.6.3 +- autobuilt b6fdfa0 + * Thu Oct 17 2019 RH Container Bot - 2:1.6.2-0.41.dev.git2b0892e - autobuilt 2b0892e diff --git a/sources b/sources index a192c02..e7b496a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-2b0892e.tar.gz) = 88d17dfd5b7c9fca468df4217c851005110ae3da4443678e62c9c2cf93d2ba0df8d33377844962aab7bfa3b6e34ffb7c0055ce77e929db0b422deb85015c7539 +SHA512 (libpod-b6fdfa0.tar.gz) = 1628e55d1fbfe280499308fd07b0b6759818229154806eb2d919c9cbad04de01994326a2c24a896605611d303639c0008948fb6776bf076696d90ab5787a0e7b From cf70d56a5e03509d4776ca10f50994fd7badf6b8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 17 Oct 2019 22:16:59 +0000 Subject: [PATCH 0617/2185] podman-2:1.6.2-2 - bump to v1.6.2 - autobuilt f3ffda1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 55284f2..a24c5e7 100644 --- a/.gitignore +++ b/.gitignore @@ -258,3 +258,4 @@ /libpod-a2fdb6e.tar.gz /libpod-233d95f.tar.gz /libpod-4d653f0.tar.gz +/libpod-f3ffda1.tar.gz diff --git a/podman.spec b/podman.spec index d46e0eb..12811cc 100644 --- a/podman.spec +++ b/podman.spec @@ -23,17 +23,17 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 4d653f07f3899aca8038e12574bfbffa45275181 +%global commit0 f3ffda1e08f19e9a6a88484136b5eed76533f21a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.6.2-rc1 +%global built_tag v1.6.2 Name: podman Epoch: 2 Version: 1.6.2 -Release: 0.2.rc1%{?dist} +Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -553,6 +553,10 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Thu Oct 17 2019 RH Container Bot - 2:1.6.2-2 +- bump to v1.6.2 +- autobuilt f3ffda1 + * Wed Oct 16 2019 RH Container Bot - 2:1.6.2-0.2.rc1 - bump to v1.6.2-rc1 - autobuilt 4d653f0 diff --git a/sources b/sources index 8fd79f6..88750c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-4d653f0.tar.gz) = ac36ddaac6c123a4dfb0777456bd0d04a024f98a63f03a3a758d2fff3e235c2c62a84bef4986f22545d8ff78abada2b6b1d1bc2859df350573d21c436a68d256 +SHA512 (libpod-f3ffda1.tar.gz) = 05cedc0b58c5a3eac74d687ebca4ce4ffa3fe348deae89b3127e4edb5b1ce76d94c0b94df6ebae6c38ce0902cfab21dafe1f6fac752c0f67cfb001258727650c From 084dd0130a72c7f568e60e072ee513f990ce5ad3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 18 Oct 2019 14:25:08 +0000 Subject: [PATCH 0618/2185] podman-2:1.6.3-0.2.dev.gitf0da9cf - autobuilt f0da9cf Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a748307..f38da39 100644 --- a/.gitignore +++ b/.gitignore @@ -574,3 +574,4 @@ /libpod-f2d9a9d.tar.gz /libpod-2b0892e.tar.gz /libpod-b6fdfa0.tar.gz +/libpod-f0da9cf.tar.gz diff --git a/podman.spec b/podman.spec index eef53fb..604a2e6 100644 --- a/podman.spec +++ b/podman.spec @@ -27,12 +27,12 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b6fdfa041a3e0f0a754c1f3a6edd8bc0be6f6ed8 +%global commit0 f0da9cfc26158098c2f63dbba7fe33fd4af800aa %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.6.2-rc1 +%global built_tag v1.6.2 Name: podman %if 0%{?fedora} @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.1.dev.git%{shortcommit0}%{?dist} +Release: 0.2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Fri Oct 18 2019 RH Container Bot - 2:1.6.3-0.2.dev.gitf0da9cf +- autobuilt f0da9cf + * Thu Oct 17 2019 RH Container Bot - 2:1.6.3-0.1.dev.gitb6fdfa0 - bump to 1.6.3 - autobuilt b6fdfa0 diff --git a/sources b/sources index e7b496a..e6c731c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-b6fdfa0.tar.gz) = 1628e55d1fbfe280499308fd07b0b6759818229154806eb2d919c9cbad04de01994326a2c24a896605611d303639c0008948fb6776bf076696d90ab5787a0e7b +SHA512 (libpod-f0da9cf.tar.gz) = e937a0ab864ec329548d7ff00bbbc57b4fe87171cd0a419476ccd7532fb0bb15b71073af408d6b8ec5df9f4b9e3c8ded962bf303c4a1c2c986d8afc2ece00579 From 97e01ec63e5498242c8654d96524162ac4b44448 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 18 Oct 2019 19:16:32 +0000 Subject: [PATCH 0619/2185] podman-2:1.6.3-0.3.dev.git02ab9c7 - autobuilt 02ab9c7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f38da39..633988e 100644 --- a/.gitignore +++ b/.gitignore @@ -575,3 +575,4 @@ /libpod-2b0892e.tar.gz /libpod-b6fdfa0.tar.gz /libpod-f0da9cf.tar.gz +/libpod-02ab9c7.tar.gz diff --git a/podman.spec b/podman.spec index 604a2e6..7335737 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f0da9cfc26158098c2f63dbba7fe33fd4af800aa +%global commit0 02ab9c73c1ec48820db6aed9a0cb5c4d46ea0752 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.2.dev.git%{shortcommit0}%{?dist} +Release: 0.3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Fri Oct 18 2019 RH Container Bot - 2:1.6.3-0.3.dev.git02ab9c7 +- autobuilt 02ab9c7 + * Fri Oct 18 2019 RH Container Bot - 2:1.6.3-0.2.dev.gitf0da9cf - autobuilt f0da9cf diff --git a/sources b/sources index e6c731c..e989c37 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-f0da9cf.tar.gz) = e937a0ab864ec329548d7ff00bbbc57b4fe87171cd0a419476ccd7532fb0bb15b71073af408d6b8ec5df9f4b9e3c8ded962bf303c4a1c2c986d8afc2ece00579 +SHA512 (libpod-02ab9c7.tar.gz) = a04040167563f5a13a7148f2f61b577ae5ce6a1a1b845ebf8df1775dedc72a505ee35ecdf3fb88cd110cf67a7c75a4764ad51aeac7f46c1fd90c4593a3a14df3 From 7bb5b5a8f8c68798f6fac4c961107f71951fa6c4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 20 Oct 2019 12:28:49 +0000 Subject: [PATCH 0620/2185] podman-2:1.6.3-0.4.dev.gitd3520de - autobuilt d3520de Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 633988e..029b555 100644 --- a/.gitignore +++ b/.gitignore @@ -576,3 +576,4 @@ /libpod-b6fdfa0.tar.gz /libpod-f0da9cf.tar.gz /libpod-02ab9c7.tar.gz +/libpod-d3520de.tar.gz diff --git a/podman.spec b/podman.spec index 7335737..4c7d668 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 02ab9c73c1ec48820db6aed9a0cb5c4d46ea0752 +%global commit0 d3520de6338dd1bce2dd1d51847e064e5299f63e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.3.dev.git%{shortcommit0}%{?dist} +Release: 0.4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Sun Oct 20 2019 RH Container Bot - 2:1.6.3-0.4.dev.gitd3520de +- autobuilt d3520de + * Fri Oct 18 2019 RH Container Bot - 2:1.6.3-0.3.dev.git02ab9c7 - autobuilt 02ab9c7 diff --git a/sources b/sources index e989c37..e34c67d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-02ab9c7.tar.gz) = a04040167563f5a13a7148f2f61b577ae5ce6a1a1b845ebf8df1775dedc72a505ee35ecdf3fb88cd110cf67a7c75a4764ad51aeac7f46c1fd90c4593a3a14df3 +SHA512 (libpod-d3520de.tar.gz) = b0e149de9b37ee628578beb0485eb67a622c45cba489d0c3d199e88d10f7e04e927053ce8ce136e51e48054b0e62f242554f2413204f3de6a1783a863cbadd14 From f3f4c4d96ff85aee124ccf5b0604b586bad15b02 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 21 Oct 2019 20:17:12 +0000 Subject: [PATCH 0621/2185] podman-2:1.6.3-0.5.dev.gitd2591a5 - autobuilt d2591a5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 029b555..d82862f 100644 --- a/.gitignore +++ b/.gitignore @@ -577,3 +577,4 @@ /libpod-f0da9cf.tar.gz /libpod-02ab9c7.tar.gz /libpod-d3520de.tar.gz +/libpod-d2591a5.tar.gz diff --git a/podman.spec b/podman.spec index 4c7d668..ddc9afc 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d3520de6338dd1bce2dd1d51847e064e5299f63e +%global commit0 d2591a54335424263374a919d485712e5b8aa093 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.4.dev.git%{shortcommit0}%{?dist} +Release: 0.5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Mon Oct 21 2019 RH Container Bot - 2:1.6.3-0.5.dev.gitd2591a5 +- autobuilt d2591a5 + * Sun Oct 20 2019 RH Container Bot - 2:1.6.3-0.4.dev.gitd3520de - autobuilt d3520de diff --git a/sources b/sources index e34c67d..5010463 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-d3520de.tar.gz) = b0e149de9b37ee628578beb0485eb67a622c45cba489d0c3d199e88d10f7e04e927053ce8ce136e51e48054b0e62f242554f2413204f3de6a1783a863cbadd14 +SHA512 (libpod-d2591a5.tar.gz) = 539e0faca0c092769c69d98c296098d0283db2854759a8909a786c7090a1f1ac4d3214e06516185a1baa2017e0af3b836f24a2cde20c06036014bb8d617311db From 98638ad0b8595990ca841263816f247f59e53c5a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 21 Oct 2019 21:17:52 +0000 Subject: [PATCH 0622/2185] podman-2:1.6.3-0.6.dev.gitefc54c3 - autobuilt efc54c3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d82862f..63ff1d4 100644 --- a/.gitignore +++ b/.gitignore @@ -578,3 +578,4 @@ /libpod-02ab9c7.tar.gz /libpod-d3520de.tar.gz /libpod-d2591a5.tar.gz +/libpod-efc54c3.tar.gz diff --git a/podman.spec b/podman.spec index ddc9afc..be9f62e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d2591a54335424263374a919d485712e5b8aa093 +%global commit0 efc54c3987f95fd94b5e0aa41dd307be49d1b31b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.5.dev.git%{shortcommit0}%{?dist} +Release: 0.6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Mon Oct 21 2019 RH Container Bot - 2:1.6.3-0.6.dev.gitefc54c3 +- autobuilt efc54c3 + * Mon Oct 21 2019 RH Container Bot - 2:1.6.3-0.5.dev.gitd2591a5 - autobuilt d2591a5 diff --git a/sources b/sources index 5010463..d9a7cdc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-d2591a5.tar.gz) = 539e0faca0c092769c69d98c296098d0283db2854759a8909a786c7090a1f1ac4d3214e06516185a1baa2017e0af3b836f24a2cde20c06036014bb8d617311db +SHA512 (libpod-efc54c3.tar.gz) = fb2582541c2874b4d657280e14367b058ee5be6d37103edfa460435e01353c8746cb5023f0dda60be37cda8ef42c9a991e9f4504e8813845aea225acdbabf2c4 From e0c7095d0e5c48507e95c75827b907333fd8eed0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 22 Oct 2019 00:16:46 +0000 Subject: [PATCH 0623/2185] podman-2:1.6.3-0.7.dev.git5431ace - autobuilt 5431ace Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 63ff1d4..e23b448 100644 --- a/.gitignore +++ b/.gitignore @@ -579,3 +579,4 @@ /libpod-d3520de.tar.gz /libpod-d2591a5.tar.gz /libpod-efc54c3.tar.gz +/libpod-5431ace.tar.gz diff --git a/podman.spec b/podman.spec index be9f62e..2819e2b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 efc54c3987f95fd94b5e0aa41dd307be49d1b31b +%global commit0 5431aceb0a12e2dededa55a308fc4d6e13c63242 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.6.dev.git%{shortcommit0}%{?dist} +Release: 0.7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Tue Oct 22 2019 RH Container Bot - 2:1.6.3-0.7.dev.git5431ace +- autobuilt 5431ace + * Mon Oct 21 2019 RH Container Bot - 2:1.6.3-0.6.dev.gitefc54c3 - autobuilt efc54c3 diff --git a/sources b/sources index d9a7cdc..11d3d35 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-efc54c3.tar.gz) = fb2582541c2874b4d657280e14367b058ee5be6d37103edfa460435e01353c8746cb5023f0dda60be37cda8ef42c9a991e9f4504e8813845aea225acdbabf2c4 +SHA512 (libpod-5431ace.tar.gz) = fc2cfc4031951f7b8746fd716af2ebaa876e4152a6746fa37c8da740788b2f09b73a8fd65f54c13f34bb9cb6e17f350701686c7e82adcffbf6e65ae98cf4c513 From 8e318193a4a65f9b32dd37d72f7ebe1405957281 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 22 Oct 2019 13:18:51 +0000 Subject: [PATCH 0624/2185] podman-2:1.6.3-0.8.dev.gitd358840 - autobuilt d358840 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e23b448..4e97bf4 100644 --- a/.gitignore +++ b/.gitignore @@ -580,3 +580,4 @@ /libpod-d2591a5.tar.gz /libpod-efc54c3.tar.gz /libpod-5431ace.tar.gz +/libpod-d358840.tar.gz diff --git a/podman.spec b/podman.spec index 2819e2b..bc06d6e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 5431aceb0a12e2dededa55a308fc4d6e13c63242 +%global commit0 d358840ebe02f45ef782546fc3f8369ff2870ea5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.7.dev.git%{shortcommit0}%{?dist} +Release: 0.8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Tue Oct 22 2019 RH Container Bot - 2:1.6.3-0.8.dev.gitd358840 +- autobuilt d358840 + * Tue Oct 22 2019 RH Container Bot - 2:1.6.3-0.7.dev.git5431ace - autobuilt 5431ace diff --git a/sources b/sources index 11d3d35..54882d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-5431ace.tar.gz) = fc2cfc4031951f7b8746fd716af2ebaa876e4152a6746fa37c8da740788b2f09b73a8fd65f54c13f34bb9cb6e17f350701686c7e82adcffbf6e65ae98cf4c513 +SHA512 (libpod-d358840.tar.gz) = 194a65564fec5d3bd20b4f062541ad5fa6768a15a5c0df545566eb83af9658cca0a13ec4592405e6b768d7546becb492d7ba90d3e746c0dc3aad8765fc624483 From bfa155cfc57cd1df5c650cf5c5c974e7bcc48de0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 22 Oct 2019 22:15:35 +0000 Subject: [PATCH 0625/2185] podman-2:1.6.3-0.9.dev.git46ad6bc - autobuilt 46ad6bc Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4e97bf4..8c0a7c3 100644 --- a/.gitignore +++ b/.gitignore @@ -581,3 +581,4 @@ /libpod-efc54c3.tar.gz /libpod-5431ace.tar.gz /libpod-d358840.tar.gz +/libpod-46ad6bc.tar.gz diff --git a/podman.spec b/podman.spec index bc06d6e..c73055d 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d358840ebe02f45ef782546fc3f8369ff2870ea5 +%global commit0 46ad6bc1faac82555a9e6cfea93536e2a504e2e8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.8.dev.git%{shortcommit0}%{?dist} +Release: 0.9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Tue Oct 22 2019 RH Container Bot - 2:1.6.3-0.9.dev.git46ad6bc +- autobuilt 46ad6bc + * Tue Oct 22 2019 RH Container Bot - 2:1.6.3-0.8.dev.gitd358840 - autobuilt d358840 diff --git a/sources b/sources index 54882d2..20d7139 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-d358840.tar.gz) = 194a65564fec5d3bd20b4f062541ad5fa6768a15a5c0df545566eb83af9658cca0a13ec4592405e6b768d7546becb492d7ba90d3e746c0dc3aad8765fc624483 +SHA512 (libpod-46ad6bc.tar.gz) = 721858c039016e3694084b314ad4274e98441d7df6c54cb6b34656489b6a51688b991388664c28fa105e641080157dd7b66b611392c7cd9cafa655ac5c4a8167 From 57d56210152481ca154dc5f80d7f2658d81a6603 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 23 Oct 2019 14:22:53 +0000 Subject: [PATCH 0626/2185] podman-2:1.6.3-0.10.dev.gitef556cf - autobuilt ef556cf Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8c0a7c3..96dcc8c 100644 --- a/.gitignore +++ b/.gitignore @@ -582,3 +582,4 @@ /libpod-5431ace.tar.gz /libpod-d358840.tar.gz /libpod-46ad6bc.tar.gz +/libpod-ef556cf.tar.gz diff --git a/podman.spec b/podman.spec index c73055d..b65b81c 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 46ad6bc1faac82555a9e6cfea93536e2a504e2e8 +%global commit0 ef556cfecf4d41f63c03eedf127683dad7797e71 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.9.dev.git%{shortcommit0}%{?dist} +Release: 0.10.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Wed Oct 23 2019 RH Container Bot - 2:1.6.3-0.10.dev.gitef556cf +- autobuilt ef556cf + * Tue Oct 22 2019 RH Container Bot - 2:1.6.3-0.9.dev.git46ad6bc - autobuilt 46ad6bc diff --git a/sources b/sources index 20d7139..6103376 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-46ad6bc.tar.gz) = 721858c039016e3694084b314ad4274e98441d7df6c54cb6b34656489b6a51688b991388664c28fa105e641080157dd7b66b611392c7cd9cafa655ac5c4a8167 +SHA512 (libpod-ef556cf.tar.gz) = b706f7e531c028fa30765d159c6c204f678990e00b880a6a2f1552b616c5f24d4ceeef6ce07518c8d171059f80ef5cfe9b4ae6e395b4b23c44e168db7d59bd06 From 510f2f598004dd108155fcc96a7924096a70bbe4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 23 Oct 2019 18:16:35 +0000 Subject: [PATCH 0627/2185] podman-2:1.6.3-0.11.dev.git2e6c9aa - autobuilt 2e6c9aa Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 96dcc8c..4189e18 100644 --- a/.gitignore +++ b/.gitignore @@ -583,3 +583,4 @@ /libpod-d358840.tar.gz /libpod-46ad6bc.tar.gz /libpod-ef556cf.tar.gz +/libpod-2e6c9aa.tar.gz diff --git a/podman.spec b/podman.spec index b65b81c..eab3f27 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ef556cfecf4d41f63c03eedf127683dad7797e71 +%global commit0 2e6c9aa4901b30653d814f4984663cf07fc5e57f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.10.dev.git%{shortcommit0}%{?dist} +Release: 0.11.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Wed Oct 23 2019 RH Container Bot - 2:1.6.3-0.11.dev.git2e6c9aa +- autobuilt 2e6c9aa + * Wed Oct 23 2019 RH Container Bot - 2:1.6.3-0.10.dev.gitef556cf - autobuilt ef556cf diff --git a/sources b/sources index 6103376..ace9785 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-ef556cf.tar.gz) = b706f7e531c028fa30765d159c6c204f678990e00b880a6a2f1552b616c5f24d4ceeef6ce07518c8d171059f80ef5cfe9b4ae6e395b4b23c44e168db7d59bd06 +SHA512 (libpod-2e6c9aa.tar.gz) = b897b988fd60e593e172c46fb5691c1236194779848cb4abe78a7255ec356b0f9fc68142a1afe2744cb5b8342d270e2fb9756d81390edce098e3cf26433cc1cb From 0ce590d8201a5f246171697584415bf2e10f1c35 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 23 Oct 2019 23:16:11 +0000 Subject: [PATCH 0628/2185] podman-2:1.6.3-0.12.dev.git299a430 - autobuilt 299a430 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4189e18..3b97dec 100644 --- a/.gitignore +++ b/.gitignore @@ -584,3 +584,4 @@ /libpod-46ad6bc.tar.gz /libpod-ef556cf.tar.gz /libpod-2e6c9aa.tar.gz +/libpod-299a430.tar.gz diff --git a/podman.spec b/podman.spec index eab3f27..d32e1dc 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2e6c9aa4901b30653d814f4984663cf07fc5e57f +%global commit0 299a430759c236400188dcf77c7da2a97649cdcb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.11.dev.git%{shortcommit0}%{?dist} +Release: 0.12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Wed Oct 23 2019 RH Container Bot - 2:1.6.3-0.12.dev.git299a430 +- autobuilt 299a430 + * Wed Oct 23 2019 RH Container Bot - 2:1.6.3-0.11.dev.git2e6c9aa - autobuilt 2e6c9aa diff --git a/sources b/sources index ace9785..390518e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-2e6c9aa.tar.gz) = b897b988fd60e593e172c46fb5691c1236194779848cb4abe78a7255ec356b0f9fc68142a1afe2744cb5b8342d270e2fb9756d81390edce098e3cf26433cc1cb +SHA512 (libpod-299a430.tar.gz) = 4841876d95081a989f54c84b47d1f2551c393de778627c7f66f4d2fba338ec6f937e191e978180c9b184afa224247fcfb39ec7daf619592a6dc12923d26fb486 From d5e168ca7ea753b1d764d7c6cb464254daf46be2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 24 Oct 2019 00:16:23 +0000 Subject: [PATCH 0629/2185] podman-2:1.6.3-0.13.dev.git674dc2b - autobuilt 674dc2b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3b97dec..85fbc03 100644 --- a/.gitignore +++ b/.gitignore @@ -585,3 +585,4 @@ /libpod-ef556cf.tar.gz /libpod-2e6c9aa.tar.gz /libpod-299a430.tar.gz +/libpod-674dc2b.tar.gz diff --git a/podman.spec b/podman.spec index d32e1dc..d5d58a4 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 299a430759c236400188dcf77c7da2a97649cdcb +%global commit0 674dc2bc750161ab19db79417db1831af45b0c75 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.12.dev.git%{shortcommit0}%{?dist} +Release: 0.13.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Thu Oct 24 2019 RH Container Bot - 2:1.6.3-0.13.dev.git674dc2b +- autobuilt 674dc2b + * Wed Oct 23 2019 RH Container Bot - 2:1.6.3-0.12.dev.git299a430 - autobuilt 299a430 diff --git a/sources b/sources index 390518e..5c3586c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-299a430.tar.gz) = 4841876d95081a989f54c84b47d1f2551c393de778627c7f66f4d2fba338ec6f937e191e978180c9b184afa224247fcfb39ec7daf619592a6dc12923d26fb486 +SHA512 (libpod-674dc2b.tar.gz) = 64a8f6f4792d9d70ed0e1f5d1aaa1c0f04110bcb01277e3a40a842b80160a5ec575c2eadf81b68561cc34593565e176cca4b903a91080a273b9a6234884a1c85 From 2b3c7ebdaa48c4ea0bdbb7a0b7c53ae5bdfcc517 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 24 Oct 2019 14:51:53 +0000 Subject: [PATCH 0630/2185] podman-2:1.6.3-0.14.dev.git43b1c2f - autobuilt 43b1c2f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 85fbc03..a368860 100644 --- a/.gitignore +++ b/.gitignore @@ -586,3 +586,4 @@ /libpod-2e6c9aa.tar.gz /libpod-299a430.tar.gz /libpod-674dc2b.tar.gz +/libpod-43b1c2f.tar.gz diff --git a/podman.spec b/podman.spec index d5d58a4..97c264d 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 674dc2bc750161ab19db79417db1831af45b0c75 +%global commit0 43b1c2fa68d7a1d7197b2fc07b605573dc0ea960 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.13.dev.git%{shortcommit0}%{?dist} +Release: 0.14.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Thu Oct 24 2019 RH Container Bot - 2:1.6.3-0.14.dev.git43b1c2f +- autobuilt 43b1c2f + * Thu Oct 24 2019 RH Container Bot - 2:1.6.3-0.13.dev.git674dc2b - autobuilt 674dc2b diff --git a/sources b/sources index 5c3586c..f87a228 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-674dc2b.tar.gz) = 64a8f6f4792d9d70ed0e1f5d1aaa1c0f04110bcb01277e3a40a842b80160a5ec575c2eadf81b68561cc34593565e176cca4b903a91080a273b9a6234884a1c85 +SHA512 (libpod-43b1c2f.tar.gz) = e9a810c3fadc487e83f6f913a0c16f20c23530a8caa7a3878968897fb06ab54fb34fec5a9c7c7a980607d6acd4cc7bd9eaef315ef6198f24d125b6854faab7f4 From c2dd4525fba1f04fa071d10304373f1292542ffb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 24 Oct 2019 17:31:54 +0000 Subject: [PATCH 0631/2185] podman-2:1.6.3-0.15.dev.gitba4a808 - autobuilt ba4a808 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a368860..fcf4282 100644 --- a/.gitignore +++ b/.gitignore @@ -587,3 +587,4 @@ /libpod-299a430.tar.gz /libpod-674dc2b.tar.gz /libpod-43b1c2f.tar.gz +/libpod-ba4a808.tar.gz diff --git a/podman.spec b/podman.spec index 97c264d..7e87208 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 43b1c2fa68d7a1d7197b2fc07b605573dc0ea960 +%global commit0 ba4a808fe7ca10ed0581239624623f9ea85773ec %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.14.dev.git%{shortcommit0}%{?dist} +Release: 0.15.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Thu Oct 24 2019 RH Container Bot - 2:1.6.3-0.15.dev.gitba4a808 +- autobuilt ba4a808 + * Thu Oct 24 2019 RH Container Bot - 2:1.6.3-0.14.dev.git43b1c2f - autobuilt 43b1c2f diff --git a/sources b/sources index f87a228..396d07f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-43b1c2f.tar.gz) = e9a810c3fadc487e83f6f913a0c16f20c23530a8caa7a3878968897fb06ab54fb34fec5a9c7c7a980607d6acd4cc7bd9eaef315ef6198f24d125b6854faab7f4 +SHA512 (libpod-ba4a808.tar.gz) = ccb6ce1ef7d7eceec9ae7fa1abda564b556ebd9f9d2c3586bd4fad32131f4897de4badcf81324218b70ed62ef3fc4b86f731880ff8ec4d89e54a2d364dfb83aa From aedcef6a240054207f45d9406f4e32643f37cb6f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 24 Oct 2019 19:49:39 +0000 Subject: [PATCH 0632/2185] podman-2:1.6.3-0.16.dev.git77c7a28 - autobuilt 77c7a28 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fcf4282..ff6a6d4 100644 --- a/.gitignore +++ b/.gitignore @@ -588,3 +588,4 @@ /libpod-674dc2b.tar.gz /libpod-43b1c2f.tar.gz /libpod-ba4a808.tar.gz +/libpod-77c7a28.tar.gz diff --git a/podman.spec b/podman.spec index 7e87208..144ed17 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ba4a808fe7ca10ed0581239624623f9ea85773ec +%global commit0 77c7a28a7213344e1ce56b5bc7c95b46805c9d9b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.15.dev.git%{shortcommit0}%{?dist} +Release: 0.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Thu Oct 24 2019 RH Container Bot - 2:1.6.3-0.16.dev.git77c7a28 +- autobuilt 77c7a28 + * Thu Oct 24 2019 RH Container Bot - 2:1.6.3-0.15.dev.gitba4a808 - autobuilt ba4a808 diff --git a/sources b/sources index 396d07f..0cc7bee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-ba4a808.tar.gz) = ccb6ce1ef7d7eceec9ae7fa1abda564b556ebd9f9d2c3586bd4fad32131f4897de4badcf81324218b70ed62ef3fc4b86f731880ff8ec4d89e54a2d364dfb83aa +SHA512 (libpod-77c7a28.tar.gz) = 4c31ae669054271325e3b45847a96d2509cdd888684e9d22f464135666bbcc595ce2484208bb3bf136953aaac27741cc662d2c0a26f79fcca0a17147a22a9faa From b35044ac65012cf7b404db546102441282bf1703 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 25 Oct 2019 14:20:38 +0000 Subject: [PATCH 0633/2185] podman-2:1.6.3-0.17.dev.gita01cb22 - autobuilt a01cb22 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ff6a6d4..44c1396 100644 --- a/.gitignore +++ b/.gitignore @@ -589,3 +589,4 @@ /libpod-43b1c2f.tar.gz /libpod-ba4a808.tar.gz /libpod-77c7a28.tar.gz +/libpod-a01cb22.tar.gz diff --git a/podman.spec b/podman.spec index 144ed17..073c667 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 77c7a28a7213344e1ce56b5bc7c95b46805c9d9b +%global commit0 a01cb220c8389adaeaa8fb2b4c4fbd65e77c0529 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.16.dev.git%{shortcommit0}%{?dist} +Release: 0.17.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Fri Oct 25 2019 RH Container Bot - 2:1.6.3-0.17.dev.gita01cb22 +- autobuilt a01cb22 + * Thu Oct 24 2019 RH Container Bot - 2:1.6.3-0.16.dev.git77c7a28 - autobuilt 77c7a28 diff --git a/sources b/sources index 0cc7bee..a090b3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-77c7a28.tar.gz) = 4c31ae669054271325e3b45847a96d2509cdd888684e9d22f464135666bbcc595ce2484208bb3bf136953aaac27741cc662d2c0a26f79fcca0a17147a22a9faa +SHA512 (libpod-a01cb22.tar.gz) = 500957feb8ef3472532588c23649470fde83859e81e78166839637b669991a380600d5f89f2705ee8a6a13c59134b984652d04bafb25bf022ec68924d1acb6e1 From 863bf2d3a4bdbaaff958d3ec33ee3067a27b2147 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 26 Oct 2019 09:16:45 +0000 Subject: [PATCH 0634/2185] podman-2:1.6.3-0.18.dev.gitea46937 - autobuilt ea46937 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 44c1396..fc82a2f 100644 --- a/.gitignore +++ b/.gitignore @@ -590,3 +590,4 @@ /libpod-ba4a808.tar.gz /libpod-77c7a28.tar.gz /libpod-a01cb22.tar.gz +/libpod-ea46937.tar.gz diff --git a/podman.spec b/podman.spec index 073c667..850f8fd 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a01cb220c8389adaeaa8fb2b4c4fbd65e77c0529 +%global commit0 ea46937675bbb5839a4f2fdf894d480b57744aeb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.17.dev.git%{shortcommit0}%{?dist} +Release: 0.18.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Sat Oct 26 2019 RH Container Bot - 2:1.6.3-0.18.dev.gitea46937 +- autobuilt ea46937 + * Fri Oct 25 2019 RH Container Bot - 2:1.6.3-0.17.dev.gita01cb22 - autobuilt a01cb22 diff --git a/sources b/sources index a090b3c..ed2e631 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-a01cb22.tar.gz) = 500957feb8ef3472532588c23649470fde83859e81e78166839637b669991a380600d5f89f2705ee8a6a13c59134b984652d04bafb25bf022ec68924d1acb6e1 +SHA512 (libpod-ea46937.tar.gz) = 9e8d7200e0b4995c42a05a8fe44beb7f9e92465d2110fd34f819a37799615b603164fa42b89f242aa2df551dbe45715f08a13e6dcf2403068423c06377b81fd6 From 0b4e5cb9a5ba553e9f82dd4d3751f6401cdd62d5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 27 Oct 2019 15:17:57 +0000 Subject: [PATCH 0635/2185] podman-2:1.6.3-0.19.dev.gitac73fd3 - autobuilt ac73fd3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fc82a2f..18ad277 100644 --- a/.gitignore +++ b/.gitignore @@ -591,3 +591,4 @@ /libpod-77c7a28.tar.gz /libpod-a01cb22.tar.gz /libpod-ea46937.tar.gz +/libpod-ac73fd3.tar.gz diff --git a/podman.spec b/podman.spec index 850f8fd..a7daf72 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ea46937675bbb5839a4f2fdf894d480b57744aeb +%global commit0 ac73fd3fe5dcbf2647d589f9c9f37fe9531ed663 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.18.dev.git%{shortcommit0}%{?dist} +Release: 0.19.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Sun Oct 27 2019 RH Container Bot - 2:1.6.3-0.19.dev.gitac73fd3 +- autobuilt ac73fd3 + * Sat Oct 26 2019 RH Container Bot - 2:1.6.3-0.18.dev.gitea46937 - autobuilt ea46937 diff --git a/sources b/sources index ed2e631..c59b8c2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-ea46937.tar.gz) = 9e8d7200e0b4995c42a05a8fe44beb7f9e92465d2110fd34f819a37799615b603164fa42b89f242aa2df551dbe45715f08a13e6dcf2403068423c06377b81fd6 +SHA512 (libpod-ac73fd3.tar.gz) = 1a7797df8912384e9fce26cccce48fc04909a601e04230780d1f5c73cd2ea7a2b54a7225f983e1e857358b1be67985973ad692979f3f12aade77251b34803eac From 1ae9e033b7cee8fca063cf83b152a05e3384b53e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 28 Oct 2019 17:22:56 +0000 Subject: [PATCH 0636/2185] podman-2:1.6.3-0.20.dev.git94864ad - autobuilt 94864ad Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 18ad277..23d7bd7 100644 --- a/.gitignore +++ b/.gitignore @@ -592,3 +592,4 @@ /libpod-a01cb22.tar.gz /libpod-ea46937.tar.gz /libpod-ac73fd3.tar.gz +/libpod-94864ad.tar.gz diff --git a/podman.spec b/podman.spec index a7daf72..04e8b65 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ac73fd3fe5dcbf2647d589f9c9f37fe9531ed663 +%global commit0 94864adb2888c6648bd061004e81dd20f8a30280 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.19.dev.git%{shortcommit0}%{?dist} +Release: 0.20.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Mon Oct 28 2019 RH Container Bot - 2:1.6.3-0.20.dev.git94864ad +- autobuilt 94864ad + * Sun Oct 27 2019 RH Container Bot - 2:1.6.3-0.19.dev.gitac73fd3 - autobuilt ac73fd3 diff --git a/sources b/sources index c59b8c2..a53a9e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-ac73fd3.tar.gz) = 1a7797df8912384e9fce26cccce48fc04909a601e04230780d1f5c73cd2ea7a2b54a7225f983e1e857358b1be67985973ad692979f3f12aade77251b34803eac +SHA512 (libpod-94864ad.tar.gz) = 6dfd4c2076dbaaec86f624dcaa86ac3cc5b8dc3df092c707a1130f551c8ec8df116a2098faf1565410ad8dfb2543036d51c837c275a1861c70004b804c94e89c From c86999ced03ad89c60befcb8310f8725934f850b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 28 Oct 2019 19:22:37 +0000 Subject: [PATCH 0637/2185] podman-2:1.6.3-0.21.dev.git1b5c2d1 - autobuilt 1b5c2d1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 23d7bd7..60178cb 100644 --- a/.gitignore +++ b/.gitignore @@ -593,3 +593,4 @@ /libpod-ea46937.tar.gz /libpod-ac73fd3.tar.gz /libpod-94864ad.tar.gz +/libpod-1b5c2d1.tar.gz diff --git a/podman.spec b/podman.spec index 04e8b65..11d2147 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 94864adb2888c6648bd061004e81dd20f8a30280 +%global commit0 1b5c2d14409c4fb5d83fff77d4a17f0dcfe9e04e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.20.dev.git%{shortcommit0}%{?dist} +Release: 0.21.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Mon Oct 28 2019 RH Container Bot - 2:1.6.3-0.21.dev.git1b5c2d1 +- autobuilt 1b5c2d1 + * Mon Oct 28 2019 RH Container Bot - 2:1.6.3-0.20.dev.git94864ad - autobuilt 94864ad diff --git a/sources b/sources index a53a9e3..629992e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-94864ad.tar.gz) = 6dfd4c2076dbaaec86f624dcaa86ac3cc5b8dc3df092c707a1130f551c8ec8df116a2098faf1565410ad8dfb2543036d51c837c275a1861c70004b804c94e89c +SHA512 (libpod-1b5c2d1.tar.gz) = 9c27ed5edfade9fa150585ec6b98c1f83d31bc771a94e777425a2c692c1ad6b33e076c91836ad043f11001015b0c0d3a79785e7e750d421ce63c0e5a2cebac38 From 47112387862439cc4aa755af9ea2e8f685791fbc Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 29 Oct 2019 08:17:44 +0000 Subject: [PATCH 0638/2185] podman-2:1.6.3-0.22.dev.git8e264ca - autobuilt 8e264ca Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 60178cb..0d47661 100644 --- a/.gitignore +++ b/.gitignore @@ -594,3 +594,4 @@ /libpod-ac73fd3.tar.gz /libpod-94864ad.tar.gz /libpod-1b5c2d1.tar.gz +/libpod-8e264ca.tar.gz diff --git a/podman.spec b/podman.spec index 11d2147..18a458d 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1b5c2d14409c4fb5d83fff77d4a17f0dcfe9e04e +%global commit0 8e264ca57249ce53fe689d3c86f4a1480f71d393 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.21.dev.git%{shortcommit0}%{?dist} +Release: 0.22.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.22.dev.git8e264ca +- autobuilt 8e264ca + * Mon Oct 28 2019 RH Container Bot - 2:1.6.3-0.21.dev.git1b5c2d1 - autobuilt 1b5c2d1 diff --git a/sources b/sources index 629992e..7e9cbc1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-1b5c2d1.tar.gz) = 9c27ed5edfade9fa150585ec6b98c1f83d31bc771a94e777425a2c692c1ad6b33e076c91836ad043f11001015b0c0d3a79785e7e750d421ce63c0e5a2cebac38 +SHA512 (libpod-8e264ca.tar.gz) = d1887f68b12a7152b774ae03826493f5664054d00f7f92d1be75be92a733acf6bcabc9779e1a88d1b44e4f8fdbb20d527f2c951feb1617c635876f201cd72349 From 0edf4b6efdf9da50e706451f93d278d179fa6a2d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 29 Oct 2019 14:33:33 +0000 Subject: [PATCH 0639/2185] podman-2:1.6.3-0.23.dev.gita56131f - autobuilt a56131f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0d47661..8c0a2fa 100644 --- a/.gitignore +++ b/.gitignore @@ -595,3 +595,4 @@ /libpod-94864ad.tar.gz /libpod-1b5c2d1.tar.gz /libpod-8e264ca.tar.gz +/libpod-a56131f.tar.gz diff --git a/podman.spec b/podman.spec index 18a458d..b2a1fa6 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 8e264ca57249ce53fe689d3c86f4a1480f71d393 +%global commit0 a56131fef4a82824b397c94f6b7edcdb24769624 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.22.dev.git%{shortcommit0}%{?dist} +Release: 0.23.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.23.dev.gita56131f +- autobuilt a56131f + * Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.22.dev.git8e264ca - autobuilt 8e264ca diff --git a/sources b/sources index 7e9cbc1..758f030 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-8e264ca.tar.gz) = d1887f68b12a7152b774ae03826493f5664054d00f7f92d1be75be92a733acf6bcabc9779e1a88d1b44e4f8fdbb20d527f2c951feb1617c635876f201cd72349 +SHA512 (libpod-a56131f.tar.gz) = 5e8a9c620d3ff2f74c2e0b7b7a0fcf95e586fb919fbf4851f90fd73419b5d1b3aa5e62ff2e012cc67d3c5815db8247d468076d8c04efabf2aca29f147661f37e From 5dc532ded8c43207b5ed9f7d49968bb2a684284e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 29 Oct 2019 17:22:54 +0000 Subject: [PATCH 0640/2185] podman-2:1.6.3-0.24.dev.git59582c5 - autobuilt 59582c5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8c0a2fa..16e650c 100644 --- a/.gitignore +++ b/.gitignore @@ -596,3 +596,4 @@ /libpod-1b5c2d1.tar.gz /libpod-8e264ca.tar.gz /libpod-a56131f.tar.gz +/libpod-59582c5.tar.gz diff --git a/podman.spec b/podman.spec index b2a1fa6..9e5cf62 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a56131fef4a82824b397c94f6b7edcdb24769624 +%global commit0 59582c55b798f0a2d086981ca9a8ddd8314fd0c2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.23.dev.git%{shortcommit0}%{?dist} +Release: 0.24.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.24.dev.git59582c5 +- autobuilt 59582c5 + * Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.23.dev.gita56131f - autobuilt a56131f diff --git a/sources b/sources index 758f030..efc1baf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-a56131f.tar.gz) = 5e8a9c620d3ff2f74c2e0b7b7a0fcf95e586fb919fbf4851f90fd73419b5d1b3aa5e62ff2e012cc67d3c5815db8247d468076d8c04efabf2aca29f147661f37e +SHA512 (libpod-59582c5.tar.gz) = 215721a741120ceedfc20883196e08d57865972f68873b1ec6cb14399b99cca4dfc06d5355aba956deab7fa70389d97e81f2fd3d91e7e6e75e825166f7ec32ac From dbb2edf237474d3303cae0b5a4e15f831cc6f165 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 29 Oct 2019 19:17:35 +0000 Subject: [PATCH 0641/2185] podman-2:1.6.3-0.25.dev.git6c6e783 - autobuilt 6c6e783 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 16e650c..4541b93 100644 --- a/.gitignore +++ b/.gitignore @@ -597,3 +597,4 @@ /libpod-8e264ca.tar.gz /libpod-a56131f.tar.gz /libpod-59582c5.tar.gz +/libpod-6c6e783.tar.gz diff --git a/podman.spec b/podman.spec index 9e5cf62..334fc36 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 59582c55b798f0a2d086981ca9a8ddd8314fd0c2 +%global commit0 6c6e78374f5be949d11a8608080c96e2d22ca872 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.24.dev.git%{shortcommit0}%{?dist} +Release: 0.25.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.25.dev.git6c6e783 +- autobuilt 6c6e783 + * Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.24.dev.git59582c5 - autobuilt 59582c5 diff --git a/sources b/sources index efc1baf..a0f3d38 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-59582c5.tar.gz) = 215721a741120ceedfc20883196e08d57865972f68873b1ec6cb14399b99cca4dfc06d5355aba956deab7fa70389d97e81f2fd3d91e7e6e75e825166f7ec32ac +SHA512 (libpod-6c6e783.tar.gz) = 36255f90d707a3917af2fe4257ac2fd1dfb107fa07c60dfa258be9cbba9d4ab8dcd58e97cf43c478ca415165c1aa6ee48ecc6c79d0cbbf61f18403c5cbc068a1 From 8edc3c83610ebf56fe792ce7a84c0855393b35f0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 29 Oct 2019 20:17:15 +0000 Subject: [PATCH 0642/2185] podman-2:1.6.3-0.26.dev.gite7540d0 - autobuilt e7540d0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4541b93..02a0152 100644 --- a/.gitignore +++ b/.gitignore @@ -598,3 +598,4 @@ /libpod-a56131f.tar.gz /libpod-59582c5.tar.gz /libpod-6c6e783.tar.gz +/libpod-e7540d0.tar.gz diff --git a/podman.spec b/podman.spec index 334fc36..d3229b8 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 6c6e78374f5be949d11a8608080c96e2d22ca872 +%global commit0 e7540d0406c49b22de245246d16ebc6e1778df37 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.25.dev.git%{shortcommit0}%{?dist} +Release: 0.26.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.26.dev.gite7540d0 +- autobuilt e7540d0 + * Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.25.dev.git6c6e783 - autobuilt 6c6e783 diff --git a/sources b/sources index a0f3d38..d9bd4a1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-6c6e783.tar.gz) = 36255f90d707a3917af2fe4257ac2fd1dfb107fa07c60dfa258be9cbba9d4ab8dcd58e97cf43c478ca415165c1aa6ee48ecc6c79d0cbbf61f18403c5cbc068a1 +SHA512 (libpod-e7540d0.tar.gz) = 10a42fa8e4c74259572d4c0554def3b360158c172094b4e2bdfe4e16d6dc4d9ff7d757d62a13a8367c2e192d20544c597e1bd1ad31581f7841810d35d0c71a5b From 5da724eece5ada098b6472f3eb72a5b91f0a5225 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 30 Oct 2019 13:20:30 +0000 Subject: [PATCH 0643/2185] podman-2:1.6.3-0.27.dev.git4762b63 - autobuilt 4762b63 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 02a0152..8b814d1 100644 --- a/.gitignore +++ b/.gitignore @@ -599,3 +599,4 @@ /libpod-59582c5.tar.gz /libpod-6c6e783.tar.gz /libpod-e7540d0.tar.gz +/libpod-4762b63.tar.gz diff --git a/podman.spec b/podman.spec index d3229b8..954fcf6 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e7540d0406c49b22de245246d16ebc6e1778df37 +%global commit0 4762b630701c9e4c6f6dd9d1c0a80c51b890530e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.26.dev.git%{shortcommit0}%{?dist} +Release: 0.27.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.27.dev.git4762b63 +- autobuilt 4762b63 + * Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.26.dev.gite7540d0 - autobuilt e7540d0 diff --git a/sources b/sources index d9bd4a1..fe1e875 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-e7540d0.tar.gz) = 10a42fa8e4c74259572d4c0554def3b360158c172094b4e2bdfe4e16d6dc4d9ff7d757d62a13a8367c2e192d20544c597e1bd1ad31581f7841810d35d0c71a5b +SHA512 (libpod-4762b63.tar.gz) = 1af7da688ba744ea4cf25c60cded5f8cbc82494c66c0812c6bf56d92491505102bebe98232772faf702dedcd2283c8a0db5c250d9e1795ef9f44cf3dca751570 From eef6c00305965de315e52f9d134992aed82d7c1f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 30 Oct 2019 14:42:38 +0000 Subject: [PATCH 0644/2185] podman-2:1.6.3-0.28.dev.git63b57f5 - autobuilt 63b57f5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8b814d1..a84eec8 100644 --- a/.gitignore +++ b/.gitignore @@ -600,3 +600,4 @@ /libpod-6c6e783.tar.gz /libpod-e7540d0.tar.gz /libpod-4762b63.tar.gz +/libpod-63b57f5.tar.gz diff --git a/podman.spec b/podman.spec index 954fcf6..0154b21 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 4762b630701c9e4c6f6dd9d1c0a80c51b890530e +%global commit0 63b57f5147462bef19df842f9c92868f7bdaea8a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.27.dev.git%{shortcommit0}%{?dist} +Release: 0.28.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.28.dev.git63b57f5 +- autobuilt 63b57f5 + * Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.27.dev.git4762b63 - autobuilt 4762b63 diff --git a/sources b/sources index fe1e875..f5a6385 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-4762b63.tar.gz) = 1af7da688ba744ea4cf25c60cded5f8cbc82494c66c0812c6bf56d92491505102bebe98232772faf702dedcd2283c8a0db5c250d9e1795ef9f44cf3dca751570 +SHA512 (libpod-63b57f5.tar.gz) = 730ba11922e26059db0da8af063c12b9eb81286b5ea9913a2821e65caea71d89ec7541c3d2158f92fb9cac5b389544ce358a3072f186c5b2fc80b6a162847a54 From de38b4e9ab2f09afedc7b8e380580fb65257298d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 30 Oct 2019 16:42:35 +0000 Subject: [PATCH 0645/2185] podman-2:1.6.3-0.29.dev.gita35d002 - autobuilt a35d002 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a84eec8..89782b6 100644 --- a/.gitignore +++ b/.gitignore @@ -601,3 +601,4 @@ /libpod-e7540d0.tar.gz /libpod-4762b63.tar.gz /libpod-63b57f5.tar.gz +/libpod-a35d002.tar.gz diff --git a/podman.spec b/podman.spec index 0154b21..77d5e1e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 63b57f5147462bef19df842f9c92868f7bdaea8a +%global commit0 a35d002b722c9beb711796de4a62faf30d067387 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.28.dev.git%{shortcommit0}%{?dist} +Release: 0.29.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.29.dev.gita35d002 +- autobuilt a35d002 + * Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.28.dev.git63b57f5 - autobuilt 63b57f5 diff --git a/sources b/sources index f5a6385..4def75c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-63b57f5.tar.gz) = 730ba11922e26059db0da8af063c12b9eb81286b5ea9913a2821e65caea71d89ec7541c3d2158f92fb9cac5b389544ce358a3072f186c5b2fc80b6a162847a54 +SHA512 (libpod-a35d002.tar.gz) = ec5b5c1d80acb0076a8da0ffd2c39157db4052521f223caa34f663396f54a1ed5e1f7a08a1830d4810b36c3c11d55b74e6c5eec92ebac4ce5d0a1c3b9a47b1b5 From 6f81426ff4d268927096b909d37200d33f50943d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 30 Oct 2019 17:30:16 +0000 Subject: [PATCH 0646/2185] podman-2:1.6.3-0.30.dev.git9ba8dae - autobuilt 9ba8dae Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 89782b6..4c3a31b 100644 --- a/.gitignore +++ b/.gitignore @@ -602,3 +602,4 @@ /libpod-4762b63.tar.gz /libpod-63b57f5.tar.gz /libpod-a35d002.tar.gz +/libpod-9ba8dae.tar.gz diff --git a/podman.spec b/podman.spec index 77d5e1e..e0de78a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a35d002b722c9beb711796de4a62faf30d067387 +%global commit0 9ba8dae0bfa5a5e894cf80e2ed114f6ca4bceb60 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.29.dev.git%{shortcommit0}%{?dist} +Release: 0.30.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.30.dev.git9ba8dae +- autobuilt 9ba8dae + * Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.29.dev.gita35d002 - autobuilt a35d002 diff --git a/sources b/sources index 4def75c..b29eb3a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-a35d002.tar.gz) = ec5b5c1d80acb0076a8da0ffd2c39157db4052521f223caa34f663396f54a1ed5e1f7a08a1830d4810b36c3c11d55b74e6c5eec92ebac4ce5d0a1c3b9a47b1b5 +SHA512 (libpod-9ba8dae.tar.gz) = 826c3bbb6262115126ecb765619bf2bac56bd21e5efa2aab17a0c7421364483f3d6895bd840a678d53467a350b9487bf3600e9f69a73da98e0622cae7600e5db From 518e6eadd23c4be640ddf9903d719ed8e190e9b8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 30 Oct 2019 21:16:32 +0000 Subject: [PATCH 0647/2185] podman-2:1.6.3-0.31.dev.git381fa4d - autobuilt 381fa4d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4c3a31b..a2b690a 100644 --- a/.gitignore +++ b/.gitignore @@ -603,3 +603,4 @@ /libpod-63b57f5.tar.gz /libpod-a35d002.tar.gz /libpod-9ba8dae.tar.gz +/libpod-381fa4d.tar.gz diff --git a/podman.spec b/podman.spec index e0de78a..a1c09da 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9ba8dae0bfa5a5e894cf80e2ed114f6ca4bceb60 +%global commit0 381fa4df875af3d2acee34d4fc1a608b2218b551 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.30.dev.git%{shortcommit0}%{?dist} +Release: 0.31.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.31.dev.git381fa4d +- autobuilt 381fa4d + * Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.30.dev.git9ba8dae - autobuilt 9ba8dae diff --git a/sources b/sources index b29eb3a..34a45c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-9ba8dae.tar.gz) = 826c3bbb6262115126ecb765619bf2bac56bd21e5efa2aab17a0c7421364483f3d6895bd840a678d53467a350b9487bf3600e9f69a73da98e0622cae7600e5db +SHA512 (libpod-381fa4d.tar.gz) = 639ee079f9c14153e176427a1b27e3d508ae0730455dd7c7fdf158dbe0c88be10334e5faab772fa7f4e3ffedf4721e3b752571ecd9c5fd8d28aeebc5ac8d7268 From e83e6bbe7a0bace633f93bfb3d91d5c2ee5795d1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 31 Oct 2019 15:11:47 +0000 Subject: [PATCH 0648/2185] podman-2:1.6.3-0.32.dev.git1b3e79d - autobuilt 1b3e79d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a2b690a..c0a7ceb 100644 --- a/.gitignore +++ b/.gitignore @@ -604,3 +604,4 @@ /libpod-a35d002.tar.gz /libpod-9ba8dae.tar.gz /libpod-381fa4d.tar.gz +/libpod-1b3e79d.tar.gz diff --git a/podman.spec b/podman.spec index a1c09da..c2fc6b3 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 381fa4df875af3d2acee34d4fc1a608b2218b551 +%global commit0 1b3e79dfef946de8dfac6a81ad5fb6e4333ce8f8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.31.dev.git%{shortcommit0}%{?dist} +Release: 0.32.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.32.dev.git1b3e79d +- autobuilt 1b3e79d + * Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.31.dev.git381fa4d - autobuilt 381fa4d diff --git a/sources b/sources index 34a45c4..b89fc32 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-381fa4d.tar.gz) = 639ee079f9c14153e176427a1b27e3d508ae0730455dd7c7fdf158dbe0c88be10334e5faab772fa7f4e3ffedf4721e3b752571ecd9c5fd8d28aeebc5ac8d7268 +SHA512 (libpod-1b3e79d.tar.gz) = 8931487da58e035c3bb7261a3df82b4e627928f6bafa2cd6f6b6848ca3b680d07246e45073c28ce280a117c07ff1f8bbcfd373940c66a37f11fe7861a4539b61 From 4c26ddf612a6e54dfc79e64c4cb875b6df5e9350 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 31 Oct 2019 17:20:17 +0000 Subject: [PATCH 0649/2185] podman-2:1.6.3-0.33.dev.git5af166f - autobuilt 5af166f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c0a7ceb..5a30ba5 100644 --- a/.gitignore +++ b/.gitignore @@ -605,3 +605,4 @@ /libpod-9ba8dae.tar.gz /libpod-381fa4d.tar.gz /libpod-1b3e79d.tar.gz +/libpod-5af166f.tar.gz diff --git a/podman.spec b/podman.spec index c2fc6b3..1c480c5 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1b3e79dfef946de8dfac6a81ad5fb6e4333ce8f8 +%global commit0 5af166ff513265b17aee92a9ce3a1522090d7dec %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.32.dev.git%{shortcommit0}%{?dist} +Release: 0.33.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.33.dev.git5af166f +- autobuilt 5af166f + * Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.32.dev.git1b3e79d - autobuilt 1b3e79d diff --git a/sources b/sources index b89fc32..d06844d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-1b3e79d.tar.gz) = 8931487da58e035c3bb7261a3df82b4e627928f6bafa2cd6f6b6848ca3b680d07246e45073c28ce280a117c07ff1f8bbcfd373940c66a37f11fe7861a4539b61 +SHA512 (libpod-5af166f.tar.gz) = a60279cf82b297f424ea577b53a7bee90643a6d3fd0c4cb4f4625af7b838493b6e3cdae6df1852789902d3e38b52375b8e9815ca7a0c706e226f8dce661845f3 From 0dc9833120017aee83f45d1d4ecf6455c82e7ab8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 31 Oct 2019 18:16:40 +0000 Subject: [PATCH 0650/2185] podman-2:1.6.3-0.34.dev.git1e750f7 - autobuilt 1e750f7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5a30ba5..baab102 100644 --- a/.gitignore +++ b/.gitignore @@ -606,3 +606,4 @@ /libpod-381fa4d.tar.gz /libpod-1b3e79d.tar.gz /libpod-5af166f.tar.gz +/libpod-1e750f7.tar.gz diff --git a/podman.spec b/podman.spec index 1c480c5..aa4127e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 5af166ff513265b17aee92a9ce3a1522090d7dec +%global commit0 1e750f7ca874ed24781de27cccf0346e5ec247bf %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.33.dev.git%{shortcommit0}%{?dist} +Release: 0.34.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.34.dev.git1e750f7 +- autobuilt 1e750f7 + * Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.33.dev.git5af166f - autobuilt 5af166f diff --git a/sources b/sources index d06844d..3dc4ee3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-5af166f.tar.gz) = a60279cf82b297f424ea577b53a7bee90643a6d3fd0c4cb4f4625af7b838493b6e3cdae6df1852789902d3e38b52375b8e9815ca7a0c706e226f8dce661845f3 +SHA512 (libpod-1e750f7.tar.gz) = 573b44307b334f12e252fbaf6a52f204aac0ac01020304e2053d6fb8d6fc55e328ec8d19d82e3c2c91c842459f23a3342d0b7320fb6d060521b0ff351607da54 From b0f4a742a1ffe3db1afa9271b5ca04eb2f46fab2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 31 Oct 2019 19:15:33 +0000 Subject: [PATCH 0651/2185] podman-2:1.6.3-0.35.dev.git0bfdeae - autobuilt 0bfdeae Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index baab102..c9af23e 100644 --- a/.gitignore +++ b/.gitignore @@ -607,3 +607,4 @@ /libpod-1b3e79d.tar.gz /libpod-5af166f.tar.gz /libpod-1e750f7.tar.gz +/libpod-0bfdeae.tar.gz diff --git a/podman.spec b/podman.spec index aa4127e..0b8dc5b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1e750f7ca874ed24781de27cccf0346e5ec247bf +%global commit0 0bfdeae6ddfab22990eaa472317d65e79a222db3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.34.dev.git%{shortcommit0}%{?dist} +Release: 0.35.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.35.dev.git0bfdeae +- autobuilt 0bfdeae + * Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.34.dev.git1e750f7 - autobuilt 1e750f7 diff --git a/sources b/sources index 3dc4ee3..8a07056 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-1e750f7.tar.gz) = 573b44307b334f12e252fbaf6a52f204aac0ac01020304e2053d6fb8d6fc55e328ec8d19d82e3c2c91c842459f23a3342d0b7320fb6d060521b0ff351607da54 +SHA512 (libpod-0bfdeae.tar.gz) = fef031799a341c7d45589741173615ece6321a7dc96c9786b6d4017e4189bbff15025745fbf22c9658df8803606840bfb578eab8a3f61acf326f2a78bece995c From 48fce605a3d58f9b3e3ce264fa1e68edfeb8409f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 31 Oct 2019 21:16:02 +0000 Subject: [PATCH 0652/2185] podman-2:1.6.3-0.36.dev.git2dae257 - autobuilt 2dae257 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c9af23e..24fadc1 100644 --- a/.gitignore +++ b/.gitignore @@ -608,3 +608,4 @@ /libpod-5af166f.tar.gz /libpod-1e750f7.tar.gz /libpod-0bfdeae.tar.gz +/libpod-2dae257.tar.gz diff --git a/podman.spec b/podman.spec index 0b8dc5b..67e22d5 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0bfdeae6ddfab22990eaa472317d65e79a222db3 +%global commit0 2dae2577ccbeef502a8783c892a6c9e346153532 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.35.dev.git%{shortcommit0}%{?dist} +Release: 0.36.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.36.dev.git2dae257 +- autobuilt 2dae257 + * Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.35.dev.git0bfdeae - autobuilt 0bfdeae diff --git a/sources b/sources index 8a07056..f6ef4db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-0bfdeae.tar.gz) = fef031799a341c7d45589741173615ece6321a7dc96c9786b6d4017e4189bbff15025745fbf22c9658df8803606840bfb578eab8a3f61acf326f2a78bece995c +SHA512 (libpod-2dae257.tar.gz) = ef37f1f90c0017a33692ac0da12e44200cc55313aac81db9fcedfcfee85ef9508eacbf013be5799f661d6b80a05b11395219c4890cfa967c2535933aea0309d6 From 6bf44d18ba8ee1bfdab7aaa22baaed276c81419a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 1 Nov 2019 12:17:18 +0000 Subject: [PATCH 0653/2185] podman-2:1.6.3-0.37.dev.git7c7f000 - autobuilt 7c7f000 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 24fadc1..0cb8402 100644 --- a/.gitignore +++ b/.gitignore @@ -609,3 +609,4 @@ /libpod-1e750f7.tar.gz /libpod-0bfdeae.tar.gz /libpod-2dae257.tar.gz +/libpod-7c7f000.tar.gz diff --git a/podman.spec b/podman.spec index 67e22d5..70c4168 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2dae2577ccbeef502a8783c892a6c9e346153532 +%global commit0 7c7f0000cee78aa3e13f2e467943fa2d96bc8f81 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.36.dev.git%{shortcommit0}%{?dist} +Release: 0.37.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Fri Nov 01 2019 RH Container Bot - 2:1.6.3-0.37.dev.git7c7f000 +- autobuilt 7c7f000 + * Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.36.dev.git2dae257 - autobuilt 2dae257 diff --git a/sources b/sources index f6ef4db..988389f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-2dae257.tar.gz) = ef37f1f90c0017a33692ac0da12e44200cc55313aac81db9fcedfcfee85ef9508eacbf013be5799f661d6b80a05b11395219c4890cfa967c2535933aea0309d6 +SHA512 (libpod-7c7f000.tar.gz) = 0f60981d0ded1c9fab65b08bc4aa2ab9c37b6fd62df2ac36cb0e1f34823f7ceeac119ff8918a30a2ef144107643048eebe24c657943e29cd93506f44fe278b15 From 3c2d4b35fd32730d9bfcaf1dbfc3cf7e8541d488 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 1 Nov 2019 14:19:14 +0000 Subject: [PATCH 0654/2185] podman-2:1.6.3-0.38.dev.git69165fa - autobuilt 69165fa Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0cb8402..df828d3 100644 --- a/.gitignore +++ b/.gitignore @@ -610,3 +610,4 @@ /libpod-0bfdeae.tar.gz /libpod-2dae257.tar.gz /libpod-7c7f000.tar.gz +/libpod-69165fa.tar.gz diff --git a/podman.spec b/podman.spec index 70c4168..1ea7825 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7c7f0000cee78aa3e13f2e467943fa2d96bc8f81 +%global commit0 69165fa04d9db306809a0b110491f9a572f74431 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.37.dev.git%{shortcommit0}%{?dist} +Release: 0.38.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Fri Nov 01 2019 RH Container Bot - 2:1.6.3-0.38.dev.git69165fa +- autobuilt 69165fa + * Fri Nov 01 2019 RH Container Bot - 2:1.6.3-0.37.dev.git7c7f000 - autobuilt 7c7f000 diff --git a/sources b/sources index 988389f..21cdb45 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-7c7f000.tar.gz) = 0f60981d0ded1c9fab65b08bc4aa2ab9c37b6fd62df2ac36cb0e1f34823f7ceeac119ff8918a30a2ef144107643048eebe24c657943e29cd93506f44fe278b15 +SHA512 (libpod-69165fa.tar.gz) = b03ef63b484bc74fa8a017b6b97d14a6f71e5d1edf4293b3eac4f773677b928b712351b6fdce1cc5820779aceaaa29413d38ba980cf628017b5d35e7686cab57 From aee2070ec3298c46e4783575a507f2a7ec018209 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 1 Nov 2019 16:19:28 +0000 Subject: [PATCH 0655/2185] podman-2:1.6.3-0.39.dev.git04e8bf3 - autobuilt 04e8bf3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index df828d3..ef719c5 100644 --- a/.gitignore +++ b/.gitignore @@ -611,3 +611,4 @@ /libpod-2dae257.tar.gz /libpod-7c7f000.tar.gz /libpod-69165fa.tar.gz +/libpod-04e8bf3.tar.gz diff --git a/podman.spec b/podman.spec index 1ea7825..d52c298 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 69165fa04d9db306809a0b110491f9a572f74431 +%global commit0 04e8bf3dba50e079278ac33b43ecc2ebb8f4a156 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.38.dev.git%{shortcommit0}%{?dist} +Release: 0.39.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Fri Nov 01 2019 RH Container Bot - 2:1.6.3-0.39.dev.git04e8bf3 +- autobuilt 04e8bf3 + * Fri Nov 01 2019 RH Container Bot - 2:1.6.3-0.38.dev.git69165fa - autobuilt 69165fa diff --git a/sources b/sources index 21cdb45..c01462d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-69165fa.tar.gz) = b03ef63b484bc74fa8a017b6b97d14a6f71e5d1edf4293b3eac4f773677b928b712351b6fdce1cc5820779aceaaa29413d38ba980cf628017b5d35e7686cab57 +SHA512 (libpod-04e8bf3.tar.gz) = 4f2a957f684080e0696607153889cb3433f242c121e8037ded0e7b6d5cebb7b94f678fc609f3d890fa1a564a0ab2d77277f30e69f4d05c0b9fbc2dc19a6c52c2 From 5c14c3986070e000e97c1ffc2104f97348c20bb7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 1 Nov 2019 21:17:07 +0000 Subject: [PATCH 0656/2185] podman-2:1.6.3-0.40.dev.git8238107 - autobuilt 8238107 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ef719c5..4fa0d26 100644 --- a/.gitignore +++ b/.gitignore @@ -612,3 +612,4 @@ /libpod-7c7f000.tar.gz /libpod-69165fa.tar.gz /libpod-04e8bf3.tar.gz +/libpod-8238107.tar.gz diff --git a/podman.spec b/podman.spec index d52c298..299b0ef 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 04e8bf3dba50e079278ac33b43ecc2ebb8f4a156 +%global commit0 82381072e166f635d9879346ac73c1140709f50f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.39.dev.git%{shortcommit0}%{?dist} +Release: 0.40.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Fri Nov 01 2019 RH Container Bot - 2:1.6.3-0.40.dev.git8238107 +- autobuilt 8238107 + * Fri Nov 01 2019 RH Container Bot - 2:1.6.3-0.39.dev.git04e8bf3 - autobuilt 04e8bf3 diff --git a/sources b/sources index c01462d..0688191 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-04e8bf3.tar.gz) = 4f2a957f684080e0696607153889cb3433f242c121e8037ded0e7b6d5cebb7b94f678fc609f3d890fa1a564a0ab2d77277f30e69f4d05c0b9fbc2dc19a6c52c2 +SHA512 (libpod-8238107.tar.gz) = aa99c639ed8b59df35d612af76ff8b3cda18abd7245062c3968ca9749c24ef5df8dd9c9afea2429a2ea7cd1c010a43b0ea224a59ed23e427778c78cf0295b9cf From c6d21554e5af61e52326301cdc00c356587fb1f4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 2 Nov 2019 14:33:16 +0000 Subject: [PATCH 0657/2185] podman-2:1.6.3-0.41.dev.git10d67fc - autobuilt 10d67fc Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4fa0d26..276fe8a 100644 --- a/.gitignore +++ b/.gitignore @@ -613,3 +613,4 @@ /libpod-69165fa.tar.gz /libpod-04e8bf3.tar.gz /libpod-8238107.tar.gz +/libpod-10d67fc.tar.gz diff --git a/podman.spec b/podman.spec index 299b0ef..24ea6ac 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 82381072e166f635d9879346ac73c1140709f50f +%global commit0 10d67fcd3cc1e73322cbb40991496ff1e3f753d1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.40.dev.git%{shortcommit0}%{?dist} +Release: 0.41.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Sat Nov 02 2019 RH Container Bot - 2:1.6.3-0.41.dev.git10d67fc +- autobuilt 10d67fc + * Fri Nov 01 2019 RH Container Bot - 2:1.6.3-0.40.dev.git8238107 - autobuilt 8238107 diff --git a/sources b/sources index 0688191..c979459 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-8238107.tar.gz) = aa99c639ed8b59df35d612af76ff8b3cda18abd7245062c3968ca9749c24ef5df8dd9c9afea2429a2ea7cd1c010a43b0ea224a59ed23e427778c78cf0295b9cf +SHA512 (libpod-10d67fc.tar.gz) = 0df8d98af7c7e73006d452d3aaac1c92cd568b6f4f6ce5d9924acc40419e6b6bd95bc2881d40a5ca3530e38fd0f366761b59f2daaaf8eda3243f4c884dbbd1c6 From b2144a05b4ecbfaebbeb6cf3a1e28911f9256391 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 2 Nov 2019 16:16:20 +0000 Subject: [PATCH 0658/2185] podman-2:1.6.3-0.42.dev.git2bf4df4 - autobuilt 2bf4df4 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 276fe8a..c4d2d36 100644 --- a/.gitignore +++ b/.gitignore @@ -614,3 +614,4 @@ /libpod-04e8bf3.tar.gz /libpod-8238107.tar.gz /libpod-10d67fc.tar.gz +/libpod-2bf4df4.tar.gz diff --git a/podman.spec b/podman.spec index 24ea6ac..bc30c14 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 10d67fcd3cc1e73322cbb40991496ff1e3f753d1 +%global commit0 2bf4df4dbf1c2fc5ad246e19641f9031b3354b7a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.41.dev.git%{shortcommit0}%{?dist} +Release: 0.42.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Sat Nov 02 2019 RH Container Bot - 2:1.6.3-0.42.dev.git2bf4df4 +- autobuilt 2bf4df4 + * Sat Nov 02 2019 RH Container Bot - 2:1.6.3-0.41.dev.git10d67fc - autobuilt 10d67fc diff --git a/sources b/sources index c979459..6799f07 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-10d67fc.tar.gz) = 0df8d98af7c7e73006d452d3aaac1c92cd568b6f4f6ce5d9924acc40419e6b6bd95bc2881d40a5ca3530e38fd0f366761b59f2daaaf8eda3243f4c884dbbd1c6 +SHA512 (libpod-2bf4df4.tar.gz) = ae18e8ca2df70a88812ceebeb65151b1190aef6f67f59e5a1811734582e330847de7325797bc24d2d5e848cd9a4d8993de54b8a54c04f0115ffa25e750b3346f From 6f15918e3c4163cc7a3131f4504a67dc2acca3b5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 3 Nov 2019 11:17:01 +0000 Subject: [PATCH 0659/2185] podman-2:1.6.3-0.43.dev.gitca4c24c - autobuilt ca4c24c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c4d2d36..56cca84 100644 --- a/.gitignore +++ b/.gitignore @@ -615,3 +615,4 @@ /libpod-8238107.tar.gz /libpod-10d67fc.tar.gz /libpod-2bf4df4.tar.gz +/libpod-ca4c24c.tar.gz diff --git a/podman.spec b/podman.spec index bc30c14..c3ed304 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2bf4df4dbf1c2fc5ad246e19641f9031b3354b7a +%global commit0 ca4c24cce1345ab8757cd9a590a0f099207150fa %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.42.dev.git%{shortcommit0}%{?dist} +Release: 0.43.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Sun Nov 03 2019 RH Container Bot - 2:1.6.3-0.43.dev.gitca4c24c +- autobuilt ca4c24c + * Sat Nov 02 2019 RH Container Bot - 2:1.6.3-0.42.dev.git2bf4df4 - autobuilt 2bf4df4 diff --git a/sources b/sources index 6799f07..489dd57 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-2bf4df4.tar.gz) = ae18e8ca2df70a88812ceebeb65151b1190aef6f67f59e5a1811734582e330847de7325797bc24d2d5e848cd9a4d8993de54b8a54c04f0115ffa25e750b3346f +SHA512 (libpod-ca4c24c.tar.gz) = 3f62e69c170a9c52f93adb8fb208292b51971b453c300224878fa67f829b2589e9809a68ab714bebb6fb8f0e452f34611f4d2bae79c659f06d1c9da9688768fa From 4d92780437efeb904db674d064444777a3100a1d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 4 Nov 2019 08:16:54 +0000 Subject: [PATCH 0660/2185] podman-2:1.6.3-0.44.dev.gitefc7f15 - autobuilt efc7f15 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 56cca84..03f8970 100644 --- a/.gitignore +++ b/.gitignore @@ -616,3 +616,4 @@ /libpod-10d67fc.tar.gz /libpod-2bf4df4.tar.gz /libpod-ca4c24c.tar.gz +/libpod-efc7f15.tar.gz diff --git a/podman.spec b/podman.spec index c3ed304..0a3c15e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ca4c24cce1345ab8757cd9a590a0f099207150fa +%global commit0 efc7f1557b4af90263f4f07e5e576b02e839fad1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.43.dev.git%{shortcommit0}%{?dist} +Release: 0.44.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Mon Nov 04 2019 RH Container Bot - 2:1.6.3-0.44.dev.gitefc7f15 +- autobuilt efc7f15 + * Sun Nov 03 2019 RH Container Bot - 2:1.6.3-0.43.dev.gitca4c24c - autobuilt ca4c24c diff --git a/sources b/sources index 489dd57..0dc8cce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-ca4c24c.tar.gz) = 3f62e69c170a9c52f93adb8fb208292b51971b453c300224878fa67f829b2589e9809a68ab714bebb6fb8f0e452f34611f4d2bae79c659f06d1c9da9688768fa +SHA512 (libpod-efc7f15.tar.gz) = a74908c412292afa32bf9bcffd638fb020213d38f5cd3b4c06b9bed854f94491451f02db5c69a04554868485312af38f2996fd1f73123768c660903d0fac9fea From 2f3e4eb660c4666498b8a34ad905e8961e662e1c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 4 Nov 2019 15:44:38 +0000 Subject: [PATCH 0661/2185] podman-2:1.6.3-0.45.dev.git8e5aad9 - autobuilt 8e5aad9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 03f8970..bdb191a 100644 --- a/.gitignore +++ b/.gitignore @@ -617,3 +617,4 @@ /libpod-2bf4df4.tar.gz /libpod-ca4c24c.tar.gz /libpod-efc7f15.tar.gz +/libpod-8e5aad9.tar.gz diff --git a/podman.spec b/podman.spec index 0a3c15e..145ffec 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 efc7f1557b4af90263f4f07e5e576b02e839fad1 +%global commit0 8e5aad97dda150f8e871c1b394824496f4b849ea %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.44.dev.git%{shortcommit0}%{?dist} +Release: 0.45.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Mon Nov 04 2019 RH Container Bot - 2:1.6.3-0.45.dev.git8e5aad9 +- autobuilt 8e5aad9 + * Mon Nov 04 2019 RH Container Bot - 2:1.6.3-0.44.dev.gitefc7f15 - autobuilt efc7f15 diff --git a/sources b/sources index 0dc8cce..fda1c7a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-efc7f15.tar.gz) = a74908c412292afa32bf9bcffd638fb020213d38f5cd3b4c06b9bed854f94491451f02db5c69a04554868485312af38f2996fd1f73123768c660903d0fac9fea +SHA512 (libpod-8e5aad9.tar.gz) = 0a67252a2399c0219566a5387998dfaaf0d0dc894aa97dded0d5beffab3fb328a033c2b2fc8bb78905ceb869f7687c1ac4b9608b3a3ce696d616fff43ca1a627 From d52c45535ab68b326e9110f59e2b5dbd0a544844 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 4 Nov 2019 16:35:38 +0000 Subject: [PATCH 0662/2185] podman-2:1.6.3-0.46.dev.git17eadda - autobuilt 17eadda Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bdb191a..1cf756a 100644 --- a/.gitignore +++ b/.gitignore @@ -618,3 +618,4 @@ /libpod-ca4c24c.tar.gz /libpod-efc7f15.tar.gz /libpod-8e5aad9.tar.gz +/libpod-17eadda.tar.gz diff --git a/podman.spec b/podman.spec index 145ffec..c5578db 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 8e5aad97dda150f8e871c1b394824496f4b849ea +%global commit0 17eadda68b868ab1dc8c455f4f537b78ad3962a5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.45.dev.git%{shortcommit0}%{?dist} +Release: 0.46.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Mon Nov 04 2019 RH Container Bot - 2:1.6.3-0.46.dev.git17eadda +- autobuilt 17eadda + * Mon Nov 04 2019 RH Container Bot - 2:1.6.3-0.45.dev.git8e5aad9 - autobuilt 8e5aad9 diff --git a/sources b/sources index fda1c7a..dca6ca1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-8e5aad9.tar.gz) = 0a67252a2399c0219566a5387998dfaaf0d0dc894aa97dded0d5beffab3fb328a033c2b2fc8bb78905ceb869f7687c1ac4b9608b3a3ce696d616fff43ca1a627 +SHA512 (libpod-17eadda.tar.gz) = 4646eb15cf117677de45c934fd79863f0bcbe182fd64a43f5231492684393bcef9eebedc90d251aef5656da431bcc609d02f0c927050b5e90e44c382fbefc98d From 9bbfc63a2ee354e523a5a06111ff791d16cdf195 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 5 Nov 2019 08:17:27 +0000 Subject: [PATCH 0663/2185] podman-2:1.6.3-0.47.dev.git1db4556 - autobuilt 1db4556 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1cf756a..3384d9b 100644 --- a/.gitignore +++ b/.gitignore @@ -619,3 +619,4 @@ /libpod-efc7f15.tar.gz /libpod-8e5aad9.tar.gz /libpod-17eadda.tar.gz +/libpod-1db4556.tar.gz diff --git a/podman.spec b/podman.spec index c5578db..d5b4067 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 17eadda68b868ab1dc8c455f4f537b78ad3962a5 +%global commit0 1db4556d424d6fac5d12940f0b0cc66f7e00aa67 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.46.dev.git%{shortcommit0}%{?dist} +Release: 0.47.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Tue Nov 05 2019 RH Container Bot - 2:1.6.3-0.47.dev.git1db4556 +- autobuilt 1db4556 + * Mon Nov 04 2019 RH Container Bot - 2:1.6.3-0.46.dev.git17eadda - autobuilt 17eadda diff --git a/sources b/sources index dca6ca1..5b27ee6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-17eadda.tar.gz) = 4646eb15cf117677de45c934fd79863f0bcbe182fd64a43f5231492684393bcef9eebedc90d251aef5656da431bcc609d02f0c927050b5e90e44c382fbefc98d +SHA512 (libpod-1db4556.tar.gz) = 064093ddffa66ddfb06088e0ea02ed22a6e8dc698c01afd909b6ba7147d65c8e8238f40c4d0f93f4b2e46cd3212cb95e2e7e5f8dd2a8f1a91d2aa94c783399f2 From 98b758de833aead91618d9e7fb64391550ee6219 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 5 Nov 2019 09:21:15 +0000 Subject: [PATCH 0664/2185] podman-2:1.6.4-0.1.dev.gitcc19b09 - bump to 1.6.4 - autobuilt cc19b09 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3384d9b..b9852d8 100644 --- a/.gitignore +++ b/.gitignore @@ -620,3 +620,4 @@ /libpod-8e5aad9.tar.gz /libpod-17eadda.tar.gz /libpod-1db4556.tar.gz +/libpod-cc19b09.tar.gz diff --git a/podman.spec b/podman.spec index d5b4067..f9e8350 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1db4556d424d6fac5d12940f0b0cc66f7e00aa67 +%global commit0 cc19b09b44634fe689c2a8b2e9b0102adf47c419 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -38,10 +38,10 @@ Name: podman %if 0%{?fedora} Epoch: 2 %endif -Version: 1.6.3 +Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.47.dev.git%{shortcommit0}%{?dist} +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,10 @@ exit 0 %endif %changelog +* Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.1.dev.gitcc19b09 +- bump to 1.6.4 +- autobuilt cc19b09 + * Tue Nov 05 2019 RH Container Bot - 2:1.6.3-0.47.dev.git1db4556 - autobuilt 1db4556 diff --git a/sources b/sources index 5b27ee6..0b43ce4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-1db4556.tar.gz) = 064093ddffa66ddfb06088e0ea02ed22a6e8dc698c01afd909b6ba7147d65c8e8238f40c4d0f93f4b2e46cd3212cb95e2e7e5f8dd2a8f1a91d2aa94c783399f2 +SHA512 (libpod-cc19b09.tar.gz) = 3c6e9ec143aaecdad9fb6dccf5cb793dc4e0d832d6b3353470d199798c34495275b4b52d3d9077f04ce0a9fa43490ea6083b99691098418c668da22788c06454 From 0ac18e9b535bc3718f6f6b3787a48ba8f6e68900 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 5 Nov 2019 14:28:01 +0000 Subject: [PATCH 0665/2185] podman-2:1.6.4-0.2.dev.git08c5c54 - autobuilt 08c5c54 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b9852d8..806adad 100644 --- a/.gitignore +++ b/.gitignore @@ -621,3 +621,4 @@ /libpod-17eadda.tar.gz /libpod-1db4556.tar.gz /libpod-cc19b09.tar.gz +/libpod-08c5c54.tar.gz diff --git a/podman.spec b/podman.spec index f9e8350..7d1cd07 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 cc19b09b44634fe689c2a8b2e9b0102adf47c419 +%global commit0 08c5c546dcb0056d6a4f11a39ac3eba8cd7429fe %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.1.dev.git%{shortcommit0}%{?dist} +Release: 0.2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.2.dev.git08c5c54 +- autobuilt 08c5c54 + * Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.1.dev.gitcc19b09 - bump to 1.6.4 - autobuilt cc19b09 diff --git a/sources b/sources index 0b43ce4..ba46a8a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-cc19b09.tar.gz) = 3c6e9ec143aaecdad9fb6dccf5cb793dc4e0d832d6b3353470d199798c34495275b4b52d3d9077f04ce0a9fa43490ea6083b99691098418c668da22788c06454 +SHA512 (libpod-08c5c54.tar.gz) = c055e70da6ad860dea792de4e5d493e8354c486123664f3847062865172d6d4e2bbb57ff0f3c9637ece02832f88c3db3d333de74ae3424486a03da9c43c4d49b From ccdb87bd5372386d0d7fa8fab3b5c5ec53e6b486 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 5 Nov 2019 15:39:36 +0000 Subject: [PATCH 0666/2185] podman-2:1.6.4-0.3.dev.gita904e21 - autobuilt a904e21 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 806adad..2acefd7 100644 --- a/.gitignore +++ b/.gitignore @@ -622,3 +622,4 @@ /libpod-1db4556.tar.gz /libpod-cc19b09.tar.gz /libpod-08c5c54.tar.gz +/libpod-a904e21.tar.gz diff --git a/podman.spec b/podman.spec index 7d1cd07..f3d93f0 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 08c5c546dcb0056d6a4f11a39ac3eba8cd7429fe +%global commit0 a904e21cf0213185fd115683dc2adc4baeff922a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.2.dev.git%{shortcommit0}%{?dist} +Release: 0.3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.3.dev.gita904e21 +- autobuilt a904e21 + * Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.2.dev.git08c5c54 - autobuilt 08c5c54 diff --git a/sources b/sources index ba46a8a..f2c60d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-08c5c54.tar.gz) = c055e70da6ad860dea792de4e5d493e8354c486123664f3847062865172d6d4e2bbb57ff0f3c9637ece02832f88c3db3d333de74ae3424486a03da9c43c4d49b +SHA512 (libpod-a904e21.tar.gz) = add69d63c029332b72b2a2395aea6d0298d7d19c5edd2b2006ca82a72b8fc8a8fc15e7fffe9e56fd9aea50e0b3202e0c1a3435cb0204dfde69d0f93f8031df1b From fd93ecaf297abfa8aafc73cfbf54ef976e812689 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 5 Nov 2019 20:17:36 +0000 Subject: [PATCH 0667/2185] podman-2:1.6.4-0.4.dev.git7eda1b0 - autobuilt 7eda1b0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2acefd7..841eaa1 100644 --- a/.gitignore +++ b/.gitignore @@ -623,3 +623,4 @@ /libpod-cc19b09.tar.gz /libpod-08c5c54.tar.gz /libpod-a904e21.tar.gz +/libpod-7eda1b0.tar.gz diff --git a/podman.spec b/podman.spec index f3d93f0..f686916 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a904e21cf0213185fd115683dc2adc4baeff922a +%global commit0 7eda1b08401ad9ab430261f2b2d236eb9a834454 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.3.dev.git%{shortcommit0}%{?dist} +Release: 0.4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.4.dev.git7eda1b0 +- autobuilt 7eda1b0 + * Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.3.dev.gita904e21 - autobuilt a904e21 diff --git a/sources b/sources index f2c60d3..112ed33 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-a904e21.tar.gz) = add69d63c029332b72b2a2395aea6d0298d7d19c5edd2b2006ca82a72b8fc8a8fc15e7fffe9e56fd9aea50e0b3202e0c1a3435cb0204dfde69d0f93f8031df1b +SHA512 (libpod-7eda1b0.tar.gz) = 62bd2155462d85fdc4d1db1f6a355ba973fd03fe4e9a3dddbb53b4ff99d86a1543e327d840889b58bce1997cba2fc94d5f27091933a47b317c17490490520fd3 From 78cb593f639a7b699332751c01fb7bfb82188ffd Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 5 Nov 2019 22:16:46 +0000 Subject: [PATCH 0668/2185] podman-2:1.6.4-0.5.dev.gitb4b7272 - autobuilt b4b7272 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 841eaa1..76bdeac 100644 --- a/.gitignore +++ b/.gitignore @@ -624,3 +624,4 @@ /libpod-08c5c54.tar.gz /libpod-a904e21.tar.gz /libpod-7eda1b0.tar.gz +/libpod-b4b7272.tar.gz diff --git a/podman.spec b/podman.spec index f686916..83d216b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7eda1b08401ad9ab430261f2b2d236eb9a834454 +%global commit0 b4b727256c728295e6a3fcb69593347df9e90b23 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.4.dev.git%{shortcommit0}%{?dist} +Release: 0.5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.5.dev.gitb4b7272 +- autobuilt b4b7272 + * Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.4.dev.git7eda1b0 - autobuilt 7eda1b0 diff --git a/sources b/sources index 112ed33..b1560ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-7eda1b0.tar.gz) = 62bd2155462d85fdc4d1db1f6a355ba973fd03fe4e9a3dddbb53b4ff99d86a1543e327d840889b58bce1997cba2fc94d5f27091933a47b317c17490490520fd3 +SHA512 (libpod-b4b7272.tar.gz) = 8f44a74e27f26db8114aeffc827b630acd5269988d6f15469e38f5f4c64e047a3990bc316d3fc3af2f0b5a33d952cabdd8ddd186cf122514b6d1e4466abcc7bc From b89cfd7cb53deb9a9494e1ef7b0dcf96dae7ac3a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 6 Nov 2019 12:15:48 +0000 Subject: [PATCH 0669/2185] podman-2:1.6.4-0.6.dev.git6f7c290 - autobuilt 6f7c290 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 76bdeac..dadb211 100644 --- a/.gitignore +++ b/.gitignore @@ -625,3 +625,4 @@ /libpod-a904e21.tar.gz /libpod-7eda1b0.tar.gz /libpod-b4b7272.tar.gz +/libpod-6f7c290.tar.gz diff --git a/podman.spec b/podman.spec index 83d216b..54b8a29 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b4b727256c728295e6a3fcb69593347df9e90b23 +%global commit0 6f7c290f70dc42dc33dd65a8a6a42b08e83caae5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.5.dev.git%{shortcommit0}%{?dist} +Release: 0.6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Wed Nov 06 2019 RH Container Bot - 2:1.6.4-0.6.dev.git6f7c290 +- autobuilt 6f7c290 + * Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.5.dev.gitb4b7272 - autobuilt b4b7272 diff --git a/sources b/sources index b1560ec..70e1670 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-b4b7272.tar.gz) = 8f44a74e27f26db8114aeffc827b630acd5269988d6f15469e38f5f4c64e047a3990bc316d3fc3af2f0b5a33d952cabdd8ddd186cf122514b6d1e4466abcc7bc +SHA512 (libpod-6f7c290.tar.gz) = 63a81dedc2deef0190f9343cedaddebc105788cb36281c2d4fe6b599b0020431c502bf8133898cd7b8176580ecafadee858c42c706d5b6eec37791d7be72e7d6 From 5e3d39ca653682c921204b45f266669cbccf8b6a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 6 Nov 2019 16:15:52 +0000 Subject: [PATCH 0670/2185] podman-2:1.6.4-0.7.dev.git581a7ec - autobuilt 581a7ec Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dadb211..19a20d4 100644 --- a/.gitignore +++ b/.gitignore @@ -626,3 +626,4 @@ /libpod-7eda1b0.tar.gz /libpod-b4b7272.tar.gz /libpod-6f7c290.tar.gz +/libpod-581a7ec.tar.gz diff --git a/podman.spec b/podman.spec index 54b8a29..a6688c3 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 6f7c290f70dc42dc33dd65a8a6a42b08e83caae5 +%global commit0 581a7ec2984c2c125ff255c9aca62f2547c7d46f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.6.dev.git%{shortcommit0}%{?dist} +Release: 0.7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Wed Nov 06 2019 RH Container Bot - 2:1.6.4-0.7.dev.git581a7ec +- autobuilt 581a7ec + * Wed Nov 06 2019 RH Container Bot - 2:1.6.4-0.6.dev.git6f7c290 - autobuilt 6f7c290 diff --git a/sources b/sources index 70e1670..6ac24ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-6f7c290.tar.gz) = 63a81dedc2deef0190f9343cedaddebc105788cb36281c2d4fe6b599b0020431c502bf8133898cd7b8176580ecafadee858c42c706d5b6eec37791d7be72e7d6 +SHA512 (libpod-581a7ec.tar.gz) = 0e681b9215765677cbc6e801671fabbd4887ee2c5776eaaa04310dbcc9df2bd048803f9bd0c93b6942935940bd3aeace80da430eae8021c34928b416449baf4f From 293e0f3c38f05a4dcc45ef8e3da1fbc07df92e9f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 6 Nov 2019 21:15:29 +0000 Subject: [PATCH 0671/2185] podman-2:1.6.4-0.8.dev.git2e2d82c - autobuilt 2e2d82c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 19a20d4..d09dd12 100644 --- a/.gitignore +++ b/.gitignore @@ -627,3 +627,4 @@ /libpod-b4b7272.tar.gz /libpod-6f7c290.tar.gz /libpod-581a7ec.tar.gz +/libpod-2e2d82c.tar.gz diff --git a/podman.spec b/podman.spec index a6688c3..49ecb8e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 581a7ec2984c2c125ff255c9aca62f2547c7d46f +%global commit0 2e2d82ce767895e80da0d6cf5e6d391901687deb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.7.dev.git%{shortcommit0}%{?dist} +Release: 0.8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Wed Nov 06 2019 RH Container Bot - 2:1.6.4-0.8.dev.git2e2d82c +- autobuilt 2e2d82c + * Wed Nov 06 2019 RH Container Bot - 2:1.6.4-0.7.dev.git581a7ec - autobuilt 581a7ec diff --git a/sources b/sources index 6ac24ee..3488434 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-581a7ec.tar.gz) = 0e681b9215765677cbc6e801671fabbd4887ee2c5776eaaa04310dbcc9df2bd048803f9bd0c93b6942935940bd3aeace80da430eae8021c34928b416449baf4f +SHA512 (libpod-2e2d82c.tar.gz) = eb4c1830366bde1de2c559e1b4f66a008ed350a46f2dd177d2746210e443236262ad03922e111b275112313fcebe34b413ee5937d3b3b3d467d1371496ce8300 From 5fdf8e13fdd6c0f4dc96497b9e46619cef75a10e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 7 Nov 2019 14:15:39 +0000 Subject: [PATCH 0672/2185] podman-2:1.6.4-0.9.dev.gitaad2904 - autobuilt aad2904 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d09dd12..18c368e 100644 --- a/.gitignore +++ b/.gitignore @@ -628,3 +628,4 @@ /libpod-6f7c290.tar.gz /libpod-581a7ec.tar.gz /libpod-2e2d82c.tar.gz +/libpod-aad2904.tar.gz diff --git a/podman.spec b/podman.spec index 49ecb8e..155de8c 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2e2d82ce767895e80da0d6cf5e6d391901687deb +%global commit0 aad29045531152f6b4763fe6a45e8c9daabaa0e0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.8.dev.git%{shortcommit0}%{?dist} +Release: 0.9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.9.dev.gitaad2904 +- autobuilt aad2904 + * Wed Nov 06 2019 RH Container Bot - 2:1.6.4-0.8.dev.git2e2d82c - autobuilt 2e2d82c diff --git a/sources b/sources index 3488434..a272971 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-2e2d82c.tar.gz) = eb4c1830366bde1de2c559e1b4f66a008ed350a46f2dd177d2746210e443236262ad03922e111b275112313fcebe34b413ee5937d3b3b3d467d1371496ce8300 +SHA512 (libpod-aad2904.tar.gz) = 5d96697180d3f6b1a7f17211bbccf64676bbbf57aedb4f90bee47d2c58ebe18c60da83f69970631fdd2308e833b405c1a04f0564300fe1a6ccb6569b3296129d From fce3f32f9c2fd2a7a5767f4be6d93f677762456c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 7 Nov 2019 15:16:01 +0000 Subject: [PATCH 0673/2185] podman-2:1.6.4-0.10.dev.gitb4a83bf - autobuilt b4a83bf Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 18c368e..8f1ae53 100644 --- a/.gitignore +++ b/.gitignore @@ -629,3 +629,4 @@ /libpod-581a7ec.tar.gz /libpod-2e2d82c.tar.gz /libpod-aad2904.tar.gz +/libpod-b4a83bf.tar.gz diff --git a/podman.spec b/podman.spec index 155de8c..54ae415 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 aad29045531152f6b4763fe6a45e8c9daabaa0e0 +%global commit0 b4a83bf9aebb1aba3b4a5fcceb777f37036f64cb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.9.dev.git%{shortcommit0}%{?dist} +Release: 0.10.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.10.dev.gitb4a83bf +- autobuilt b4a83bf + * Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.9.dev.gitaad2904 - autobuilt aad2904 diff --git a/sources b/sources index a272971..1bb9078 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-aad2904.tar.gz) = 5d96697180d3f6b1a7f17211bbccf64676bbbf57aedb4f90bee47d2c58ebe18c60da83f69970631fdd2308e833b405c1a04f0564300fe1a6ccb6569b3296129d +SHA512 (libpod-b4a83bf.tar.gz) = f2df48de6d1fad035f1be252695482a8583de378984cb0eb844f3cec024e291a4f17951abc9ad7ae33e9999c4428d263190d39e0972311d1e830159d28c8d081 From dbe193624af8f1928ba76c214ca51b678f5bba9c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 7 Nov 2019 16:17:20 +0000 Subject: [PATCH 0674/2185] podman-2:1.6.4-0.11.dev.git24efb5e - autobuilt 24efb5e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8f1ae53..7688227 100644 --- a/.gitignore +++ b/.gitignore @@ -630,3 +630,4 @@ /libpod-2e2d82c.tar.gz /libpod-aad2904.tar.gz /libpod-b4a83bf.tar.gz +/libpod-24efb5e.tar.gz diff --git a/podman.spec b/podman.spec index 54ae415..3909d4e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b4a83bf9aebb1aba3b4a5fcceb777f37036f64cb +%global commit0 24efb5e4ebb6fa96219afeac543d33299b6e1491 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -41,7 +41,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.10.dev.git%{shortcommit0}%{?dist} +Release: 0.11.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -587,6 +587,9 @@ exit 0 %endif %changelog +* Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.11.dev.git24efb5e +- autobuilt 24efb5e + * Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.10.dev.gitb4a83bf - autobuilt b4a83bf diff --git a/sources b/sources index 1bb9078..434e80e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpod-b4a83bf.tar.gz) = f2df48de6d1fad035f1be252695482a8583de378984cb0eb844f3cec024e291a4f17951abc9ad7ae33e9999c4428d263190d39e0972311d1e830159d28c8d081 +SHA512 (libpod-24efb5e.tar.gz) = d46f34a339e2e801ea97d79a79a710aa1aa6b38f08899953fdcd087162922245c731309cbc196b498613857ccc8e5c1b7ac216c141cba72dd4ba2a7a73ad5928 From a3bb6c13701108e307f355508ea2ce70b5995f6b Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 18 Oct 2019 09:02:37 -0400 Subject: [PATCH 0675/2185] package podman-plugins Signed-off-by: Lokesh Mandvekar --- podman.spec | 49 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 47 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 3909d4e..b95dc07 100644 --- a/podman.spec +++ b/podman.spec @@ -30,6 +30,13 @@ %global commit0 24efb5e4ebb6fa96219afeac543d33299b6e1491 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) +%global repo_plugins dnsname +# https://github.com/containers/libpod +%global import_path_plugins %%{provider}.%{provider_tld}/%{project}/%{repo_plugins} +%global git_plugins https://%{import_path_plugins} +%global commit_plugins f5af33dedcfc5e707e5560baa4a72f8d96a968fe +%global shortcommit_plugins %(c=%{commit_plugins}; echo ${c:0:7}) + # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) %global built_tag v1.6.2 @@ -46,6 +53,7 @@ Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz +Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{shortcommit_plugins}.tar.gz # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} BuildRequires: btrfs-progs-devel @@ -70,6 +78,7 @@ Requires: containernetworking-plugins >= 0.7.5-1 Requires: iptables Requires: nftables Requires: conmon +Requires: %{name}-plugins = %{epoch}:%{version}-%{release} %if 0%{?fedora} Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} Recommends: container-selinux @@ -418,18 +427,33 @@ BuildArch: noarch %description manpages Man pages for the %{name} commands +%package plugins +Summary: Plugins for %{name} + +%description plugins +This plugin sets up the use of dnsmasq on a given CNI network so +that Pods can resolve each other by name. When configured, +the pod and its IP address are added to a network specific hosts file +that dnsmasq will read in. Similarly, when a pod +is removed from the network, it will remove the entry from the hosts +file. Each CNI network will have its own dnsmasq instance. + %prep %autosetup -Sgit -n %{repo}-%{commit0} +# untar dnsname +tar zxf %{SOURCE1} + %build +export GO111MODULE=off +export GOPATH=$(pwd)/_build:$(pwd) + mkdir _build pushd _build mkdir -p src/%{provider}.%{provider_tld}/%{project} ln -s ../../../../ src/%{import_path} popd ln -s vendor src -export GOPATH=$(pwd)/_build:$(pwd) -export GO111MODULE=off %gogenerate ./cmd/%{name}/varlink/... # build %%{name} @@ -443,6 +467,17 @@ export BUILDTAGS="remoteclient systemd varlink seccomp exclude_graphdriver_devic %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} %endif +pushd dnsname-%{commit_plugins} +mkdir _build +pushd _build +mkdir -p src/%{provider}.%{provider_tld}/%{project} +ln -s ../../../../ src/%{import_path_plugins} +popd +ln -s vendor src +export GOPATH=$(pwd)/_build:$(pwd) +%gobuild -o bin/dnsname %{import_path_plugins}/plugins/meta/dnsname +popd + %install sed -s 's/^runtime[ =].*"runc/runtime = "crun/' libpod.conf -i sed -i 's/install.remote: podman-remote/install.remote:/' Makefile @@ -467,6 +502,11 @@ mv pkg/hooks/README.md pkg/hooks/README-hooks.md install -dp %{buildroot}%{_datadir}/containers install -p -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers +# install plugins +pushd dnsname-%{commit_plugins} +%{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install +popd + # source codes for building projects %if 0%{?with_devel} install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ @@ -586,6 +626,11 @@ exit 0 %{_datadir}/%{name}/test %endif +%files plugins +%license dnsname-%{commit_plugins}/LICENSE +%doc dnsname-%{commit_plugins}/{README.md,README_PODMAN.md} +%{_libexecdir}/cni/dnsname + %changelog * Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.11.dev.git24efb5e - autobuilt 24efb5e From 81bb5fb0ad223ceb2fefc7c07f701ad8a10b1687 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 7 Nov 2019 18:16:20 +0000 Subject: [PATCH 0676/2185] podman-2:1.6.4-0.12.dev.git3474997 - autobuilt 3474997 Signed-off-by: RH Container Bot --- .gitignore | 2 ++ podman.spec | 7 +++++-- sources | 3 ++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7688227..f5388cc 100644 --- a/.gitignore +++ b/.gitignore @@ -631,3 +631,5 @@ /libpod-aad2904.tar.gz /libpod-b4a83bf.tar.gz /libpod-24efb5e.tar.gz +/dnsname-f5af33d.tar.gz +/libpod-3474997.tar.gz diff --git a/podman.spec b/podman.spec index b95dc07..a31a6d7 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 24efb5e4ebb6fa96219afeac543d33299b6e1491 +%global commit0 347499778cb1a7045dc831f99b9539bc20fe008d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.11.dev.git%{shortcommit0}%{?dist} +Release: 0.12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -632,6 +632,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.12.dev.git3474997 +- autobuilt 3474997 + * Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.11.dev.git24efb5e - autobuilt 24efb5e diff --git a/sources b/sources index 434e80e..d5f1786 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -SHA512 (libpod-24efb5e.tar.gz) = d46f34a339e2e801ea97d79a79a710aa1aa6b38f08899953fdcd087162922245c731309cbc196b498613857ccc8e5c1b7ac216c141cba72dd4ba2a7a73ad5928 +SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc +SHA512 (libpod-3474997.tar.gz) = 72371281b6177582b421932ab626a67d58679b6e11cfa667f5b7b73782a7d5c4b17d9a7c04f6f62eded8ef6e50506538df37769e83aa73041d47e91a8c91701a From ed2d37c7f0502ebecf8e032ff88e395a84eb5df0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 7 Nov 2019 20:15:39 +0000 Subject: [PATCH 0677/2185] podman-2:1.6.4-0.13.dev.gitd919961 - autobuilt d919961 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f5388cc..fdbba8b 100644 --- a/.gitignore +++ b/.gitignore @@ -633,3 +633,4 @@ /libpod-24efb5e.tar.gz /dnsname-f5af33d.tar.gz /libpod-3474997.tar.gz +/libpod-d919961.tar.gz diff --git a/podman.spec b/podman.spec index a31a6d7..1f10cec 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 347499778cb1a7045dc831f99b9539bc20fe008d +%global commit0 d919961f621d0b9eb70b971fc8e8915ee279ab60 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.12.dev.git%{shortcommit0}%{?dist} +Release: 0.13.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -632,6 +632,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.13.dev.gitd919961 +- autobuilt d919961 + * Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.12.dev.git3474997 - autobuilt 3474997 diff --git a/sources b/sources index d5f1786..01db2c1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-3474997.tar.gz) = 72371281b6177582b421932ab626a67d58679b6e11cfa667f5b7b73782a7d5c4b17d9a7c04f6f62eded8ef6e50506538df37769e83aa73041d47e91a8c91701a +SHA512 (libpod-d919961.tar.gz) = 32cb02e6b8bd191ef0b305d76d869082ab038350ad75c6a9fb9a2010ac627bd5616e1b631a8e60deec3292c763f2b0d989f460ce1da3cc0436969371b475dc5d From e02433ad633a1f966df7e28cacdb6bc3c40f4cc1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 7 Nov 2019 20:37:55 +0000 Subject: [PATCH 0678/2185] podman-2:1.6.4-0.14.dev.git3ec9ee0 - autobuilt 3ec9ee0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fdbba8b..32aa856 100644 --- a/.gitignore +++ b/.gitignore @@ -634,3 +634,4 @@ /dnsname-f5af33d.tar.gz /libpod-3474997.tar.gz /libpod-d919961.tar.gz +/libpod-3ec9ee0.tar.gz diff --git a/podman.spec b/podman.spec index 1f10cec..9876aac 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d919961f621d0b9eb70b971fc8e8915ee279ab60 +%global commit0 3ec9ee090e18e79c20e6f76274ce582b656be91c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.13.dev.git%{shortcommit0}%{?dist} +Release: 0.14.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -632,6 +632,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.14.dev.git3ec9ee0 +- autobuilt 3ec9ee0 + * Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.13.dev.gitd919961 - autobuilt d919961 diff --git a/sources b/sources index 01db2c1..57a360c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d919961.tar.gz) = 32cb02e6b8bd191ef0b305d76d869082ab038350ad75c6a9fb9a2010ac627bd5616e1b631a8e60deec3292c763f2b0d989f460ce1da3cc0436969371b475dc5d +SHA512 (libpod-3ec9ee0.tar.gz) = df5e8c4f6da0a9cae88c7e1336c4d67b0dd4f39b044b8fdbb1e64d9d0609e1a935fe5f7f228d0420c5e5073a1847fcb62947457cb676be8f07c986fa30479494 From dc0f6564d8d526675c27b52e9050b7080a40f047 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 8 Nov 2019 01:15:34 +0000 Subject: [PATCH 0679/2185] podman-2:1.6.4-0.15.dev.git3463a71 - autobuilt 3463a71 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 32aa856..a10a67e 100644 --- a/.gitignore +++ b/.gitignore @@ -635,3 +635,4 @@ /libpod-3474997.tar.gz /libpod-d919961.tar.gz /libpod-3ec9ee0.tar.gz +/libpod-3463a71.tar.gz diff --git a/podman.spec b/podman.spec index 9876aac..511a2ec 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3ec9ee090e18e79c20e6f76274ce582b656be91c +%global commit0 3463a7194c504790e73a1750109c1813a7c3cfe9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.14.dev.git%{shortcommit0}%{?dist} +Release: 0.15.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -632,6 +632,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.15.dev.git3463a71 +- autobuilt 3463a71 + * Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.14.dev.git3ec9ee0 - autobuilt 3ec9ee0 diff --git a/sources b/sources index 57a360c..adebe01 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-3ec9ee0.tar.gz) = df5e8c4f6da0a9cae88c7e1336c4d67b0dd4f39b044b8fdbb1e64d9d0609e1a935fe5f7f228d0420c5e5073a1847fcb62947457cb676be8f07c986fa30479494 +SHA512 (libpod-3463a71.tar.gz) = 2af25ae5d9b1be2434425ed6e9b5445adcb49c71565db623680e12e2b6f7e68efb152fd3c6f947e74f48c4b9f55642738f0b68b3965445007a0dcfaa0965b8e9 From af56454a734ef551192f937606d3349398193253 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 8 Nov 2019 12:15:49 +0000 Subject: [PATCH 0680/2185] podman-2:1.6.4-0.16.dev.git92af260 - autobuilt 92af260 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a10a67e..55203d3 100644 --- a/.gitignore +++ b/.gitignore @@ -636,3 +636,4 @@ /libpod-d919961.tar.gz /libpod-3ec9ee0.tar.gz /libpod-3463a71.tar.gz +/libpod-92af260.tar.gz diff --git a/podman.spec b/podman.spec index 511a2ec..a31f7b5 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3463a7194c504790e73a1750109c1813a7c3cfe9 +%global commit0 92af260346676ce8dcf2be19d95bfed55124a3aa %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.15.dev.git%{shortcommit0}%{?dist} +Release: 0.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -632,6 +632,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.16.dev.git92af260 +- autobuilt 92af260 + * Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.15.dev.git3463a71 - autobuilt 3463a71 diff --git a/sources b/sources index adebe01..30e9c7c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-3463a71.tar.gz) = 2af25ae5d9b1be2434425ed6e9b5445adcb49c71565db623680e12e2b6f7e68efb152fd3c6f947e74f48c4b9f55642738f0b68b3965445007a0dcfaa0965b8e9 +SHA512 (libpod-92af260.tar.gz) = 2c8c08d71befc88de4bfeab7d298ed853a187ac0a0833d6ff065b93d2c38f8be736b1598fdc16d2e680ff7a9d6ea9c4c90d37566cd0b0e9395751860189dab60 From 33a597b9d0eb6ea7e787d84ac82f547746167010 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 8 Nov 2019 15:16:14 +0000 Subject: [PATCH 0681/2185] podman-2:1.6.4-0.17.dev.git4ed12f9 - autobuilt 4ed12f9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 55203d3..b77027c 100644 --- a/.gitignore +++ b/.gitignore @@ -637,3 +637,4 @@ /libpod-3ec9ee0.tar.gz /libpod-3463a71.tar.gz /libpod-92af260.tar.gz +/libpod-4ed12f9.tar.gz diff --git a/podman.spec b/podman.spec index a31f7b5..428ab19 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 92af260346676ce8dcf2be19d95bfed55124a3aa +%global commit0 4ed12f9916e105f8ebeb818b173383919b79cbf2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.16.dev.git%{shortcommit0}%{?dist} +Release: 0.17.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -632,6 +632,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.17.dev.git4ed12f9 +- autobuilt 4ed12f9 + * Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.16.dev.git92af260 - autobuilt 92af260 diff --git a/sources b/sources index 30e9c7c..20a1ac5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-92af260.tar.gz) = 2c8c08d71befc88de4bfeab7d298ed853a187ac0a0833d6ff065b93d2c38f8be736b1598fdc16d2e680ff7a9d6ea9c4c90d37566cd0b0e9395751860189dab60 +SHA512 (libpod-4ed12f9.tar.gz) = f912f2bd83e01eb74f53855abba57f0d4f210b3735c2fd7c4b28b596c288a8f577c3db58367f8a14deb2fd379ba72054d260cecb8a18ab9b7e964119c2ffe906 From 0ab8d2629e6a7723b99753c9ff220b33e2896152 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 8 Nov 2019 21:16:03 +0000 Subject: [PATCH 0682/2185] podman-2:1.6.4-0.18.dev.gitf456ce9 - autobuilt f456ce9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b77027c..b7e4f1f 100644 --- a/.gitignore +++ b/.gitignore @@ -638,3 +638,4 @@ /libpod-3463a71.tar.gz /libpod-92af260.tar.gz /libpod-4ed12f9.tar.gz +/libpod-f456ce9.tar.gz diff --git a/podman.spec b/podman.spec index 428ab19..7b4d7ed 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 4ed12f9916e105f8ebeb818b173383919b79cbf2 +%global commit0 f456ce90f966f2eefdfc27ca83541ceacc4a298d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.17.dev.git%{shortcommit0}%{?dist} +Release: 0.18.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -632,6 +632,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.18.dev.gitf456ce9 +- autobuilt f456ce9 + * Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.17.dev.git4ed12f9 - autobuilt 4ed12f9 diff --git a/sources b/sources index 20a1ac5..f737119 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-4ed12f9.tar.gz) = f912f2bd83e01eb74f53855abba57f0d4f210b3735c2fd7c4b28b596c288a8f577c3db58367f8a14deb2fd379ba72054d260cecb8a18ab9b7e964119c2ffe906 +SHA512 (libpod-f456ce9.tar.gz) = ab2f9336c1de82777f46b7f4e6add9089dd28daaa1feefba72188dab4e60111f69631cea119e693df6a85ccefd0b50de8ad45e4fb3310a9bd7fea6b8d02d3b0d From 95c370a8db67bfa8e909b8a462bb77b7303bae42 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 8 Nov 2019 23:15:34 +0000 Subject: [PATCH 0683/2185] podman-2:1.6.4-0.19.dev.gitb713e53 - autobuilt b713e53 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b7e4f1f..0b6133d 100644 --- a/.gitignore +++ b/.gitignore @@ -639,3 +639,4 @@ /libpod-92af260.tar.gz /libpod-4ed12f9.tar.gz /libpod-f456ce9.tar.gz +/libpod-b713e53.tar.gz diff --git a/podman.spec b/podman.spec index 7b4d7ed..9c6e4c9 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f456ce90f966f2eefdfc27ca83541ceacc4a298d +%global commit0 b713e5371fa8767067bd2c329a3744ea593b2ade %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.18.dev.git%{shortcommit0}%{?dist} +Release: 0.19.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -632,6 +632,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.19.dev.gitb713e53 +- autobuilt b713e53 + * Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.18.dev.gitf456ce9 - autobuilt f456ce9 diff --git a/sources b/sources index f737119..ca20ca0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-f456ce9.tar.gz) = ab2f9336c1de82777f46b7f4e6add9089dd28daaa1feefba72188dab4e60111f69631cea119e693df6a85ccefd0b50de8ad45e4fb3310a9bd7fea6b8d02d3b0d +SHA512 (libpod-b713e53.tar.gz) = 762332337a94c8a0f09e6b3e9f872011fe8762b944802f695cd3b679c7ff2aed414355810227a15d8385fa058b7abdb8b3d237c385576994ae3c0c9826c61c5e From e95531d9c5bcc491569cafb2469e83ffe656da7a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 11 Nov 2019 14:16:36 +0000 Subject: [PATCH 0684/2185] podman-2:1.6.4-0.20.dev.gitde32b89 - autobuilt de32b89 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0b6133d..276b348 100644 --- a/.gitignore +++ b/.gitignore @@ -640,3 +640,4 @@ /libpod-4ed12f9.tar.gz /libpod-f456ce9.tar.gz /libpod-b713e53.tar.gz +/libpod-de32b89.tar.gz diff --git a/podman.spec b/podman.spec index 9c6e4c9..3e542d6 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b713e5371fa8767067bd2c329a3744ea593b2ade +%global commit0 de32b89eff0928abdef9d85a420b65d8865e737e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.19.dev.git%{shortcommit0}%{?dist} +Release: 0.20.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -632,6 +632,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Nov 11 2019 RH Container Bot - 2:1.6.4-0.20.dev.gitde32b89 +- autobuilt de32b89 + * Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.19.dev.gitb713e53 - autobuilt b713e53 diff --git a/sources b/sources index ca20ca0..16901f6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-b713e53.tar.gz) = 762332337a94c8a0f09e6b3e9f872011fe8762b944802f695cd3b679c7ff2aed414355810227a15d8385fa058b7abdb8b3d237c385576994ae3c0c9826c61c5e +SHA512 (libpod-de32b89.tar.gz) = 88d114e31b297fad57174c7cd9e9dfa01fc46cd717af22d116ec864f9043f2e81df9fc9e18dfec5d947ca6af27199162079a509ddddd17df16358642d896554b From 1546a9ab3a096052bd9d61e2ae8b6ffd7d7840f1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 13 Nov 2019 17:16:14 +0000 Subject: [PATCH 0685/2185] podman-2:1.6.4-0.21.dev.git15220af - autobuilt 15220af Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 276b348..f45523d 100644 --- a/.gitignore +++ b/.gitignore @@ -641,3 +641,4 @@ /libpod-f456ce9.tar.gz /libpod-b713e53.tar.gz /libpod-de32b89.tar.gz +/libpod-15220af.tar.gz diff --git a/podman.spec b/podman.spec index 3e542d6..b59176b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 de32b89eff0928abdef9d85a420b65d8865e737e +%global commit0 15220af08ce2346686e54851a6d498ec573e950c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.20.dev.git%{shortcommit0}%{?dist} +Release: 0.21.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -632,6 +632,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Nov 13 2019 RH Container Bot - 2:1.6.4-0.21.dev.git15220af +- autobuilt 15220af + * Mon Nov 11 2019 RH Container Bot - 2:1.6.4-0.20.dev.gitde32b89 - autobuilt de32b89 diff --git a/sources b/sources index 16901f6..8b20ed9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-de32b89.tar.gz) = 88d114e31b297fad57174c7cd9e9dfa01fc46cd717af22d116ec864f9043f2e81df9fc9e18dfec5d947ca6af27199162079a509ddddd17df16358642d896554b +SHA512 (libpod-15220af.tar.gz) = 9f0725615380b92ac3f0383dcf42e7d666029f17d103060f9a04bb95bfb478ef10457945eb5af86abdc8fda89176920b1a6ee725df998b97a59a663ffcd35e42 From e93a02c731622117dba68c20890f6f9f5c15aed1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 13 Nov 2019 20:15:53 +0000 Subject: [PATCH 0686/2185] podman-2:1.6.4-0.22.dev.git225f22b - autobuilt 225f22b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f45523d..3dd3eb5 100644 --- a/.gitignore +++ b/.gitignore @@ -642,3 +642,4 @@ /libpod-b713e53.tar.gz /libpod-de32b89.tar.gz /libpod-15220af.tar.gz +/libpod-225f22b.tar.gz diff --git a/podman.spec b/podman.spec index b59176b..c6230aa 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 15220af08ce2346686e54851a6d498ec573e950c +%global commit0 225f22b9d5dfd0d1582a56530142fe8ffb960a91 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.21.dev.git%{shortcommit0}%{?dist} +Release: 0.22.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -632,6 +632,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Nov 13 2019 RH Container Bot - 2:1.6.4-0.22.dev.git225f22b +- autobuilt 225f22b + * Wed Nov 13 2019 RH Container Bot - 2:1.6.4-0.21.dev.git15220af - autobuilt 15220af diff --git a/sources b/sources index 8b20ed9..fa3a83c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-15220af.tar.gz) = 9f0725615380b92ac3f0383dcf42e7d666029f17d103060f9a04bb95bfb478ef10457945eb5af86abdc8fda89176920b1a6ee725df998b97a59a663ffcd35e42 +SHA512 (libpod-225f22b.tar.gz) = ba34d5c5bccd79935b0dcd687cae3059a1f07c6f9d2d84f8caf508f3af0ef90a594c114a73edd19ea37b7ec04163b8fb843e5ca378e6faa0492b8b87bd7c3af0 From d73426bae0c2f10fd4945efff5b0ed8bb3a3f6ef Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 14 Nov 2019 22:15:52 +0000 Subject: [PATCH 0687/2185] podman-2:1.6.4-0.23.dev.gitd7ed9fa - autobuilt d7ed9fa Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3dd3eb5..e475510 100644 --- a/.gitignore +++ b/.gitignore @@ -643,3 +643,4 @@ /libpod-de32b89.tar.gz /libpod-15220af.tar.gz /libpod-225f22b.tar.gz +/libpod-d7ed9fa.tar.gz diff --git a/podman.spec b/podman.spec index c6230aa..cd15771 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 225f22b9d5dfd0d1582a56530142fe8ffb960a91 +%global commit0 d7ed9fa188b502e155ddbf6b626cf8fbfc92bbb8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.22.dev.git%{shortcommit0}%{?dist} +Release: 0.23.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -632,6 +632,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Nov 14 2019 RH Container Bot - 2:1.6.4-0.23.dev.gitd7ed9fa +- autobuilt d7ed9fa + * Wed Nov 13 2019 RH Container Bot - 2:1.6.4-0.22.dev.git225f22b - autobuilt 225f22b diff --git a/sources b/sources index fa3a83c..f4f8700 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-225f22b.tar.gz) = ba34d5c5bccd79935b0dcd687cae3059a1f07c6f9d2d84f8caf508f3af0ef90a594c114a73edd19ea37b7ec04163b8fb843e5ca378e6faa0492b8b87bd7c3af0 +SHA512 (libpod-d7ed9fa.tar.gz) = e274b9f2d0e413cc526e9f626a9bf0ffc959e38fd587eb9204ef8e2a8b73b6f8797c13ddc1ce8d38812df648ddc5a2e59fa3e911b5440f2043f1ac77826e2573 From 53a6ea8c09560c0a5af7ef7e608f95870fc1e10f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 15 Nov 2019 19:15:59 +0000 Subject: [PATCH 0688/2185] podman-2:1.6.4-0.24.dev.git51c08f3 - autobuilt 51c08f3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e475510..7cb3c84 100644 --- a/.gitignore +++ b/.gitignore @@ -644,3 +644,4 @@ /libpod-15220af.tar.gz /libpod-225f22b.tar.gz /libpod-d7ed9fa.tar.gz +/libpod-51c08f3.tar.gz diff --git a/podman.spec b/podman.spec index cd15771..1369fb6 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d7ed9fa188b502e155ddbf6b626cf8fbfc92bbb8 +%global commit0 51c08f3be6176d66097a2289f7b4174b79339427 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.23.dev.git%{shortcommit0}%{?dist} +Release: 0.24.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -632,6 +632,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Nov 15 2019 RH Container Bot - 2:1.6.4-0.24.dev.git51c08f3 +- autobuilt 51c08f3 + * Thu Nov 14 2019 RH Container Bot - 2:1.6.4-0.23.dev.gitd7ed9fa - autobuilt d7ed9fa diff --git a/sources b/sources index f4f8700..a82c0e3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d7ed9fa.tar.gz) = e274b9f2d0e413cc526e9f626a9bf0ffc959e38fd587eb9204ef8e2a8b73b6f8797c13ddc1ce8d38812df648ddc5a2e59fa3e911b5440f2043f1ac77826e2573 +SHA512 (libpod-51c08f3.tar.gz) = fbde6b485472840b620c73a076137d3a4179e4a0a78f427b884cfdafe116a2318d2d296c9f0aca1c4c1ec18d863dbf33a90d0297a866f728bfbe6ef6b9eca368 From 1d4d05b7f92e30c0a9d55eaced38a683bf3dd338 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 16 Nov 2019 17:16:13 +0000 Subject: [PATCH 0689/2185] podman-2:1.6.4-0.25.dev.gitc6f2383 - autobuilt c6f2383 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7cb3c84..187d5ce 100644 --- a/.gitignore +++ b/.gitignore @@ -645,3 +645,4 @@ /libpod-225f22b.tar.gz /libpod-d7ed9fa.tar.gz /libpod-51c08f3.tar.gz +/libpod-c6f2383.tar.gz diff --git a/podman.spec b/podman.spec index 1369fb6..8a23562 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 51c08f3be6176d66097a2289f7b4174b79339427 +%global commit0 c6f2383213b6a8ebf4c4b9f5d5162e7c08fa7c9f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.24.dev.git%{shortcommit0}%{?dist} +Release: 0.25.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -632,6 +632,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sat Nov 16 2019 RH Container Bot - 2:1.6.4-0.25.dev.gitc6f2383 +- autobuilt c6f2383 + * Fri Nov 15 2019 RH Container Bot - 2:1.6.4-0.24.dev.git51c08f3 - autobuilt 51c08f3 diff --git a/sources b/sources index a82c0e3..412467f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-51c08f3.tar.gz) = fbde6b485472840b620c73a076137d3a4179e4a0a78f427b884cfdafe116a2318d2d296c9f0aca1c4c1ec18d863dbf33a90d0297a866f728bfbe6ef6b9eca368 +SHA512 (libpod-c6f2383.tar.gz) = 4365cd5de4375bf94599658f3da4b0f19b060212084cdd189f50e9e84ddebe8c8ed96a6fba001d1fce69425de8190dc28d950a9ffa0bf9c6414109995effeff9 From 21d1611194dc26d29d16376fe235bae97e09f0c0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 17 Nov 2019 16:16:21 +0000 Subject: [PATCH 0690/2185] podman-2:1.6.4-0.26.dev.gitdb32ed1 - autobuilt db32ed1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 187d5ce..5f4dedf 100644 --- a/.gitignore +++ b/.gitignore @@ -646,3 +646,4 @@ /libpod-d7ed9fa.tar.gz /libpod-51c08f3.tar.gz /libpod-c6f2383.tar.gz +/libpod-db32ed1.tar.gz diff --git a/podman.spec b/podman.spec index 8a23562..8b5ee92 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c6f2383213b6a8ebf4c4b9f5d5162e7c08fa7c9f +%global commit0 db32ed1ae8374aac9c4058607ad9cf294505c952 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.25.dev.git%{shortcommit0}%{?dist} +Release: 0.26.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -632,6 +632,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sun Nov 17 2019 RH Container Bot - 2:1.6.4-0.26.dev.gitdb32ed1 +- autobuilt db32ed1 + * Sat Nov 16 2019 RH Container Bot - 2:1.6.4-0.25.dev.gitc6f2383 - autobuilt c6f2383 diff --git a/sources b/sources index 412467f..72c15d9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c6f2383.tar.gz) = 4365cd5de4375bf94599658f3da4b0f19b060212084cdd189f50e9e84ddebe8c8ed96a6fba001d1fce69425de8190dc28d950a9ffa0bf9c6414109995effeff9 +SHA512 (libpod-db32ed1.tar.gz) = 2b9b8c615bfcaf27a2381e89f080970eff131ee5f6b0c500750f8dd5c231eaa0038f19eb55d4a41e88323b6f3bd822dce90687123ae32f2269c116a3845021e8 From 6861dda7000214ac1e54fe480f651bccb19a015e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 18 Nov 2019 14:16:37 +0000 Subject: [PATCH 0691/2185] podman-2:1.6.4-0.27.dev.git741b90c - autobuilt 741b90c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5f4dedf..f97adfe 100644 --- a/.gitignore +++ b/.gitignore @@ -647,3 +647,4 @@ /libpod-51c08f3.tar.gz /libpod-c6f2383.tar.gz /libpod-db32ed1.tar.gz +/libpod-741b90c.tar.gz diff --git a/podman.spec b/podman.spec index 8b5ee92..e30b5f0 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 db32ed1ae8374aac9c4058607ad9cf294505c952 +%global commit0 741b90c2b95c533f2ee5669ae1d3b2a93c8129ce %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.26.dev.git%{shortcommit0}%{?dist} +Release: 0.27.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -632,6 +632,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Nov 18 2019 RH Container Bot - 2:1.6.4-0.27.dev.git741b90c +- autobuilt 741b90c + * Sun Nov 17 2019 RH Container Bot - 2:1.6.4-0.26.dev.gitdb32ed1 - autobuilt db32ed1 diff --git a/sources b/sources index 72c15d9..5e2048e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-db32ed1.tar.gz) = 2b9b8c615bfcaf27a2381e89f080970eff131ee5f6b0c500750f8dd5c231eaa0038f19eb55d4a41e88323b6f3bd822dce90687123ae32f2269c116a3845021e8 +SHA512 (libpod-741b90c.tar.gz) = 6236ea0a54d125f756193a750a35d406ec711182e90e3620fc33f5764d11171adef61c0f2b4b6e063d06d5a64b981570485c04999d32f7f43c318f79125863ca From 75d2460aaf16a0b9fc5ae9b7e335ef85a65545fd Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 19 Nov 2019 13:16:15 +0000 Subject: [PATCH 0692/2185] podman-2:1.6.4-0.28.dev.gitf3f219a - autobuilt f3f219a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f97adfe..2031e01 100644 --- a/.gitignore +++ b/.gitignore @@ -648,3 +648,4 @@ /libpod-c6f2383.tar.gz /libpod-db32ed1.tar.gz /libpod-741b90c.tar.gz +/libpod-f3f219a.tar.gz diff --git a/podman.spec b/podman.spec index e30b5f0..a0e638a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 741b90c2b95c533f2ee5669ae1d3b2a93c8129ce +%global commit0 f3f219a67c3a9297b5e1f0505c583b9de35661c8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.27.dev.git%{shortcommit0}%{?dist} +Release: 0.28.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -632,6 +632,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Nov 19 2019 RH Container Bot - 2:1.6.4-0.28.dev.gitf3f219a +- autobuilt f3f219a + * Mon Nov 18 2019 RH Container Bot - 2:1.6.4-0.27.dev.git741b90c - autobuilt 741b90c diff --git a/sources b/sources index 5e2048e..86a2d71 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-741b90c.tar.gz) = 6236ea0a54d125f756193a750a35d406ec711182e90e3620fc33f5764d11171adef61c0f2b4b6e063d06d5a64b981570485c04999d32f7f43c318f79125863ca +SHA512 (libpod-f3f219a.tar.gz) = c89c5d93970aa7ddeb1aaec9727d8082ad3028fdf78768c8435148442e6534f5436c74248c0f89e1bd51aa6c5889395d1c64a0475096b7e9ebb297086cad23c2 From 5887ecffdb2b4e47cf4c480d9cf93f4a96e4adb2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 19 Nov 2019 23:15:33 +0000 Subject: [PATCH 0693/2185] podman-2:1.6.4-0.29.dev.gitc673ff8 - autobuilt c673ff8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2031e01..594a7d3 100644 --- a/.gitignore +++ b/.gitignore @@ -649,3 +649,4 @@ /libpod-db32ed1.tar.gz /libpod-741b90c.tar.gz /libpod-f3f219a.tar.gz +/libpod-c673ff8.tar.gz diff --git a/podman.spec b/podman.spec index a0e638a..5af8d24 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f3f219a67c3a9297b5e1f0505c583b9de35661c8 +%global commit0 c673ff8cb63c71a39e1a1d561373af42bfea7f24 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.28.dev.git%{shortcommit0}%{?dist} +Release: 0.29.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -632,6 +632,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Nov 19 2019 RH Container Bot - 2:1.6.4-0.29.dev.gitc673ff8 +- autobuilt c673ff8 + * Tue Nov 19 2019 RH Container Bot - 2:1.6.4-0.28.dev.gitf3f219a - autobuilt f3f219a diff --git a/sources b/sources index 86a2d71..2fd184b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-f3f219a.tar.gz) = c89c5d93970aa7ddeb1aaec9727d8082ad3028fdf78768c8435148442e6534f5436c74248c0f89e1bd51aa6c5889395d1c64a0475096b7e9ebb297086cad23c2 +SHA512 (libpod-c673ff8.tar.gz) = 55dcad3fe9bae81bb9ca48aa71b2f2e51ccb2ea64b200c00ea1bf66dda98665ab0c26bd92d2f3efa385776cf3afa11a6698556861a8bd50a1dbe31ee01282a0f From ab59dee2bf34d5de5b84120e6162778f8e0f3fa8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 21 Nov 2019 14:10:48 +0000 Subject: [PATCH 0694/2185] podman-2:1.6.4-0.30.dev.git6392477 - autobuilt 6392477 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 594a7d3..96b1e5f 100644 --- a/.gitignore +++ b/.gitignore @@ -650,3 +650,4 @@ /libpod-741b90c.tar.gz /libpod-f3f219a.tar.gz /libpod-c673ff8.tar.gz +/libpod-6392477.tar.gz diff --git a/podman.spec b/podman.spec index 5af8d24..1603593 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c673ff8cb63c71a39e1a1d561373af42bfea7f24 +%global commit0 63924775ba221172874df7a1d992a76c25b9af38 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.29.dev.git%{shortcommit0}%{?dist} +Release: 0.30.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -632,6 +632,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Nov 21 2019 RH Container Bot - 2:1.6.4-0.30.dev.git6392477 +- autobuilt 6392477 + * Tue Nov 19 2019 RH Container Bot - 2:1.6.4-0.29.dev.gitc673ff8 - autobuilt c673ff8 diff --git a/sources b/sources index 2fd184b..339c192 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c673ff8.tar.gz) = 55dcad3fe9bae81bb9ca48aa71b2f2e51ccb2ea64b200c00ea1bf66dda98665ab0c26bd92d2f3efa385776cf3afa11a6698556861a8bd50a1dbe31ee01282a0f +SHA512 (libpod-6392477.tar.gz) = 9b4d598d521b95b6e478800e613e7d86aa78bcc378ef66a46f1ba852e5605fd4e0aa1251d75398a6de8b4e085b5c304d8f8ad8a17a00169db381aef4530124cc From 4f79062b918c36e7c044e6a4263bf14b6c8e3fb8 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Thu, 21 Nov 2019 16:58:30 -0700 Subject: [PATCH 0695/2185] gating-test RPM output: include container-selinux Signed-off-by: Ed Santiago --- tests/test_podman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_podman.sh b/tests/test_podman.sh index 1f7b3f7..75bcc53 100755 --- a/tests/test_podman.sh +++ b/tests/test_podman.sh @@ -7,7 +7,7 @@ echo "Important package versions:" ( uname -r - rpm -qa | egrep 'podman|conmon|crun|runc|iptable|slirp|systemd' | sort + rpm -qa | egrep 'podman|conmon|crun|runc|iptable|slirp|systemd|container-selinux' | sort ) | sed -e 's/^/ /' # Log environment; or at least the useful bits From f0ec4154b5f299d2d90058d90344c970f28ec5c6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 22 Nov 2019 15:10:14 +0000 Subject: [PATCH 0696/2185] podman-2:1.6.4-0.31.dev.git22e7d7d - autobuilt 22e7d7d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 96b1e5f..d88c5aa 100644 --- a/.gitignore +++ b/.gitignore @@ -651,3 +651,4 @@ /libpod-f3f219a.tar.gz /libpod-c673ff8.tar.gz /libpod-6392477.tar.gz +/libpod-22e7d7d.tar.gz diff --git a/podman.spec b/podman.spec index 1603593..5257409 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 63924775ba221172874df7a1d992a76c25b9af38 +%global commit0 22e7d7d86f945620bbc1bdd3aa9c4a9d3248fa1f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.30.dev.git%{shortcommit0}%{?dist} +Release: 0.31.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -632,6 +632,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.31.dev.git22e7d7d +- autobuilt 22e7d7d + * Thu Nov 21 2019 RH Container Bot - 2:1.6.4-0.30.dev.git6392477 - autobuilt 6392477 diff --git a/sources b/sources index 339c192..f19d498 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6392477.tar.gz) = 9b4d598d521b95b6e478800e613e7d86aa78bcc378ef66a46f1ba852e5605fd4e0aa1251d75398a6de8b4e085b5c304d8f8ad8a17a00169db381aef4530124cc +SHA512 (libpod-22e7d7d.tar.gz) = 54f8ee7c32549fdec32591b1fa7cf3299c0ee257c35276391a64a86a213803272a9a67021e09f64284f604af94556ec0bb147a84092a374afdaf10f6a4d1ef31 From dbad90203d992ec8a415cea82fe0df4068b32ad8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 22 Nov 2019 16:10:32 +0000 Subject: [PATCH 0697/2185] podman-2:1.6.4-0.32.dev.gite4b8054 - autobuilt e4b8054 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d88c5aa..2eecfae 100644 --- a/.gitignore +++ b/.gitignore @@ -652,3 +652,4 @@ /libpod-c673ff8.tar.gz /libpod-6392477.tar.gz /libpod-22e7d7d.tar.gz +/libpod-e4b8054.tar.gz diff --git a/podman.spec b/podman.spec index 5257409..2886961 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 22e7d7d86f945620bbc1bdd3aa9c4a9d3248fa1f +%global commit0 e4b805441b84017bdd313d412a4138e4fb41f3d3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.31.dev.git%{shortcommit0}%{?dist} +Release: 0.32.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -632,6 +632,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.32.dev.gite4b8054 +- autobuilt e4b8054 + * Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.31.dev.git22e7d7d - autobuilt 22e7d7d diff --git a/sources b/sources index f19d498..52d34f4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-22e7d7d.tar.gz) = 54f8ee7c32549fdec32591b1fa7cf3299c0ee257c35276391a64a86a213803272a9a67021e09f64284f604af94556ec0bb147a84092a374afdaf10f6a4d1ef31 +SHA512 (libpod-e4b8054.tar.gz) = 46e812fea20341e31605c1bcb29c977d09868a4e63117b0a38d0aca46f6a4d8c862ddc13f8a80e778b1ccfa47eafa384f998e429e029350a5ad444a2992c7348 From 97c7ced994d1371885c9b8d7b4b645ac6dfebc37 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 22 Nov 2019 21:10:15 +0000 Subject: [PATCH 0698/2185] podman-2:1.6.4-0.33.dev.gitc2dfef5 - autobuilt c2dfef5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2eecfae..75c4964 100644 --- a/.gitignore +++ b/.gitignore @@ -653,3 +653,4 @@ /libpod-6392477.tar.gz /libpod-22e7d7d.tar.gz /libpod-e4b8054.tar.gz +/libpod-c2dfef5.tar.gz diff --git a/podman.spec b/podman.spec index 2886961..ca4643b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e4b805441b84017bdd313d412a4138e4fb41f3d3 +%global commit0 c2dfef544476dba671db3ef65b095da9ec18bbf1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.32.dev.git%{shortcommit0}%{?dist} +Release: 0.33.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -632,6 +632,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.33.dev.gitc2dfef5 +- autobuilt c2dfef5 + * Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.32.dev.gite4b8054 - autobuilt e4b8054 diff --git a/sources b/sources index 52d34f4..22a7ef2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e4b8054.tar.gz) = 46e812fea20341e31605c1bcb29c977d09868a4e63117b0a38d0aca46f6a4d8c862ddc13f8a80e778b1ccfa47eafa384f998e429e029350a5ad444a2992c7348 +SHA512 (libpod-c2dfef5.tar.gz) = 8b3857621e67278d86b4e2bbb07e6b1d0a32acc4a2019fba413d9d9192d9ae246490e81ae093ee19aa5af7fb24637da8e9caf71c60470dc489bf1f2dd730fc38 From 118c15e12141b9d9c9286ea0200465995e048de6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 22 Nov 2019 22:10:31 +0000 Subject: [PATCH 0699/2185] podman-2:1.6.4-0.34.dev.git1284260 - autobuilt 1284260 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 75c4964..29e8024 100644 --- a/.gitignore +++ b/.gitignore @@ -654,3 +654,4 @@ /libpod-22e7d7d.tar.gz /libpod-e4b8054.tar.gz /libpod-c2dfef5.tar.gz +/libpod-1284260.tar.gz diff --git a/podman.spec b/podman.spec index ca4643b..348cfc6 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c2dfef544476dba671db3ef65b095da9ec18bbf1 +%global commit0 1284260b668168c560e65b803979eb2caff0293a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.33.dev.git%{shortcommit0}%{?dist} +Release: 0.34.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -632,6 +632,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.34.dev.git1284260 +- autobuilt 1284260 + * Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.33.dev.gitc2dfef5 - autobuilt c2dfef5 diff --git a/sources b/sources index 22a7ef2..40b7d8c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c2dfef5.tar.gz) = 8b3857621e67278d86b4e2bbb07e6b1d0a32acc4a2019fba413d9d9192d9ae246490e81ae093ee19aa5af7fb24637da8e9caf71c60470dc489bf1f2dd730fc38 +SHA512 (libpod-1284260.tar.gz) = 74e5b30e36937061a7771e0369c10450e2b73d86822ed6ba564482a24c1922a25bf5413c2262d3ae6f1705b5626f3683522deb6a0af858b47e3568977164df14 From a9a38c410d903090f29b7b657aedc3a59c0ff665 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 22 Nov 2019 23:10:19 +0000 Subject: [PATCH 0700/2185] podman-2:1.6.4-0.35.dev.git6187e72 - autobuilt 6187e72 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 29e8024..528c822 100644 --- a/.gitignore +++ b/.gitignore @@ -655,3 +655,4 @@ /libpod-e4b8054.tar.gz /libpod-c2dfef5.tar.gz /libpod-1284260.tar.gz +/libpod-6187e72.tar.gz diff --git a/podman.spec b/podman.spec index 348cfc6..1d68dde 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1284260b668168c560e65b803979eb2caff0293a +%global commit0 6187e724353f2d68943f912e0d8fc1d3d3c1f549 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.34.dev.git%{shortcommit0}%{?dist} +Release: 0.35.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -632,6 +632,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.35.dev.git6187e72 +- autobuilt 6187e72 + * Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.34.dev.git1284260 - autobuilt 1284260 diff --git a/sources b/sources index 40b7d8c..5084cf5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-1284260.tar.gz) = 74e5b30e36937061a7771e0369c10450e2b73d86822ed6ba564482a24c1922a25bf5413c2262d3ae6f1705b5626f3683522deb6a0af858b47e3568977164df14 +SHA512 (libpod-6187e72.tar.gz) = f0721f3ae96132ca6648e4155a0ad11fa0f98ac43ecf69f470af5442c3259d5ecd192211113e192cfd71c459d3548a8e651efa7eb5c389aca1575a81851426ba From ba51f549de30e530a62bbf26bca22eb04f1e9271 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sat, 23 Nov 2019 07:30:26 -0500 Subject: [PATCH 0701/2185] Make sure oci-systemd-hook is removed on install Signed-off-by: Daniel J Walsh --- podman.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/podman.spec b/podman.spec index 1d68dde..d2f2f6a 100644 --- a/podman.spec +++ b/podman.spec @@ -395,6 +395,7 @@ Summary: Tests for %{name} Requires: %{name} = %{epoch}:%{version}-%{release} Requires: bats Requires: jq +Obsoletes: oci-systemd-hook %description tests %{summary} From bcc40afcf2c1a4a1061f3d5762f727b148ea2a7c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 25 Nov 2019 14:11:09 +0000 Subject: [PATCH 0702/2185] podman-2:1.6.4-0.36.dev.git9fb0adf - autobuilt 9fb0adf Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 528c822..033d744 100644 --- a/.gitignore +++ b/.gitignore @@ -656,3 +656,4 @@ /libpod-c2dfef5.tar.gz /libpod-1284260.tar.gz /libpod-6187e72.tar.gz +/libpod-9fb0adf.tar.gz diff --git a/podman.spec b/podman.spec index d2f2f6a..849dc1a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 6187e724353f2d68943f912e0d8fc1d3d3c1f549 +%global commit0 9fb0adf479b6655d93316ece0cd702c4d4920fe1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.35.dev.git%{shortcommit0}%{?dist} +Release: 0.36.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Nov 25 2019 RH Container Bot - 2:1.6.4-0.36.dev.git9fb0adf +- autobuilt 9fb0adf + * Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.35.dev.git6187e72 - autobuilt 6187e72 diff --git a/sources b/sources index 5084cf5..160a1dc 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6187e72.tar.gz) = f0721f3ae96132ca6648e4155a0ad11fa0f98ac43ecf69f470af5442c3259d5ecd192211113e192cfd71c459d3548a8e651efa7eb5c389aca1575a81851426ba +SHA512 (libpod-9fb0adf.tar.gz) = 5b5fe65036135a5fc60673f6d410a491316cc1c41fa4fe8a2835920708c8eac2e2de6f4aa721e1aaf7cdcb408b516baeee4563518e46300eeb23177aa1f2df02 From f7c178e939c1fb0670256feb1d404cf0e3844063 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 26 Nov 2019 05:10:28 +0000 Subject: [PATCH 0703/2185] podman-2:1.6.4-0.37.dev.gitaef3858 - autobuilt aef3858 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 033d744..02b8377 100644 --- a/.gitignore +++ b/.gitignore @@ -657,3 +657,4 @@ /libpod-1284260.tar.gz /libpod-6187e72.tar.gz /libpod-9fb0adf.tar.gz +/libpod-aef3858.tar.gz diff --git a/podman.spec b/podman.spec index 849dc1a..382e75b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9fb0adf479b6655d93316ece0cd702c4d4920fe1 +%global commit0 aef38585ed313d1096c1fa4f6281f36e5e47422b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.36.dev.git%{shortcommit0}%{?dist} +Release: 0.37.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Nov 26 2019 RH Container Bot - 2:1.6.4-0.37.dev.gitaef3858 +- autobuilt aef3858 + * Mon Nov 25 2019 RH Container Bot - 2:1.6.4-0.36.dev.git9fb0adf - autobuilt 9fb0adf diff --git a/sources b/sources index 160a1dc..3368009 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-9fb0adf.tar.gz) = 5b5fe65036135a5fc60673f6d410a491316cc1c41fa4fe8a2835920708c8eac2e2de6f4aa721e1aaf7cdcb408b516baeee4563518e46300eeb23177aa1f2df02 +SHA512 (libpod-aef3858.tar.gz) = e347271da9814e56049c15ed502f4db9e2d65a7a5a8b42639e361796e7b69cd89e51d90250424b243191a94d1bfbc339a4520c35fa7a4a53644d1ad38285d549 From 33dc4cbcb4dd9a6b03e59f38fe1ce0a83106efb4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 26 Nov 2019 18:10:20 +0000 Subject: [PATCH 0704/2185] podman-2:1.6.4-0.38.dev.gitf5ef3d5 - autobuilt f5ef3d5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 02b8377..dbd209c 100644 --- a/.gitignore +++ b/.gitignore @@ -658,3 +658,4 @@ /libpod-6187e72.tar.gz /libpod-9fb0adf.tar.gz /libpod-aef3858.tar.gz +/libpod-f5ef3d5.tar.gz diff --git a/podman.spec b/podman.spec index 382e75b..61fbd7d 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 aef38585ed313d1096c1fa4f6281f36e5e47422b +%global commit0 f5ef3d59bcc7e7beae8716ab10153e1eafd634c1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.37.dev.git%{shortcommit0}%{?dist} +Release: 0.38.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Nov 26 2019 RH Container Bot - 2:1.6.4-0.38.dev.gitf5ef3d5 +- autobuilt f5ef3d5 + * Tue Nov 26 2019 RH Container Bot - 2:1.6.4-0.37.dev.gitaef3858 - autobuilt aef3858 diff --git a/sources b/sources index 3368009..5762973 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-aef3858.tar.gz) = e347271da9814e56049c15ed502f4db9e2d65a7a5a8b42639e361796e7b69cd89e51d90250424b243191a94d1bfbc339a4520c35fa7a4a53644d1ad38285d549 +SHA512 (libpod-f5ef3d5.tar.gz) = 3f22f5698c5970aecc9726bee228f7ec454f8e75cfe65d265cb19eb15855f9bea4001d8cff2417f193697871b374796d52cf7fc4bd57791f01fae7005e97be4a From c5c5cfb9af964b42db3275a584bcc2e00f5c50ee Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 26 Nov 2019 19:10:24 +0000 Subject: [PATCH 0705/2185] podman-2:1.6.4-0.39.dev.gitb29928f - autobuilt b29928f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dbd209c..9857a1f 100644 --- a/.gitignore +++ b/.gitignore @@ -659,3 +659,4 @@ /libpod-9fb0adf.tar.gz /libpod-aef3858.tar.gz /libpod-f5ef3d5.tar.gz +/libpod-b29928f.tar.gz diff --git a/podman.spec b/podman.spec index 61fbd7d..9621f12 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f5ef3d59bcc7e7beae8716ab10153e1eafd634c1 +%global commit0 b29928f01598810328fa6b0cf91abb84670d8d01 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.38.dev.git%{shortcommit0}%{?dist} +Release: 0.39.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Nov 26 2019 RH Container Bot - 2:1.6.4-0.39.dev.gitb29928f +- autobuilt b29928f + * Tue Nov 26 2019 RH Container Bot - 2:1.6.4-0.38.dev.gitf5ef3d5 - autobuilt f5ef3d5 diff --git a/sources b/sources index 5762973..3004aff 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-f5ef3d5.tar.gz) = 3f22f5698c5970aecc9726bee228f7ec454f8e75cfe65d265cb19eb15855f9bea4001d8cff2417f193697871b374796d52cf7fc4bd57791f01fae7005e97be4a +SHA512 (libpod-b29928f.tar.gz) = 12c99a8daa9c1f33d75668f671f3cf335941169ee3517b8c78d0cd3f3ee72d57932360c74057e1cdc2558c37d3f4d5ef744b2d1e053a14170eca60b9291e2636 From 5d777866b7801cbb9133898f039b70c50093dc3a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 26 Nov 2019 20:11:25 +0000 Subject: [PATCH 0706/2185] podman-2:1.6.4-0.40.dev.git27a09f8 - autobuilt 27a09f8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9857a1f..935cce1 100644 --- a/.gitignore +++ b/.gitignore @@ -660,3 +660,4 @@ /libpod-aef3858.tar.gz /libpod-f5ef3d5.tar.gz /libpod-b29928f.tar.gz +/libpod-27a09f8.tar.gz diff --git a/podman.spec b/podman.spec index 9621f12..43e3b40 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b29928f01598810328fa6b0cf91abb84670d8d01 +%global commit0 27a09f8fab740749964d28b5ead1a43c6d77a7c8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.39.dev.git%{shortcommit0}%{?dist} +Release: 0.40.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Nov 26 2019 RH Container Bot - 2:1.6.4-0.40.dev.git27a09f8 +- autobuilt 27a09f8 + * Tue Nov 26 2019 RH Container Bot - 2:1.6.4-0.39.dev.gitb29928f - autobuilt b29928f diff --git a/sources b/sources index 3004aff..3f30405 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-b29928f.tar.gz) = 12c99a8daa9c1f33d75668f671f3cf335941169ee3517b8c78d0cd3f3ee72d57932360c74057e1cdc2558c37d3f4d5ef744b2d1e053a14170eca60b9291e2636 +SHA512 (libpod-27a09f8.tar.gz) = 8ebd9a97b45a2b124a7dfb576d3bd120c6df802c8dc436e5333c005d4576bf342cb0c8a5d0b17f5919db6e43a960dab58229c1c8e7f1f29faaedc9a0ac42192b From 94d0f26ca60ef9db91d7a462c13dc4ce2e50ec41 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 27 Nov 2019 15:11:07 +0000 Subject: [PATCH 0707/2185] podman-2:1.6.4-0.41.dev.git2178875 - autobuilt 2178875 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 935cce1..df5b733 100644 --- a/.gitignore +++ b/.gitignore @@ -661,3 +661,4 @@ /libpod-f5ef3d5.tar.gz /libpod-b29928f.tar.gz /libpod-27a09f8.tar.gz +/libpod-2178875.tar.gz diff --git a/podman.spec b/podman.spec index 43e3b40..a896deb 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 27a09f8fab740749964d28b5ead1a43c6d77a7c8 +%global commit0 2178875fa7975f00a4da15fef9809cd3fb74feba %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.40.dev.git%{shortcommit0}%{?dist} +Release: 0.41.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Nov 27 2019 RH Container Bot - 2:1.6.4-0.41.dev.git2178875 +- autobuilt 2178875 + * Tue Nov 26 2019 RH Container Bot - 2:1.6.4-0.40.dev.git27a09f8 - autobuilt 27a09f8 diff --git a/sources b/sources index 3f30405..b9799fd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-27a09f8.tar.gz) = 8ebd9a97b45a2b124a7dfb576d3bd120c6df802c8dc436e5333c005d4576bf342cb0c8a5d0b17f5919db6e43a960dab58229c1c8e7f1f29faaedc9a0ac42192b +SHA512 (libpod-2178875.tar.gz) = 9555edec41f05a2a2ad0bba619ed1f0b9e612b313da8dfe6fc2c8ee1d2c4e9cb4384d0c84287b99f470d488638488a3806430f42c08acf41cf75f4dda2855daf From cc04243954a3775fb06c5647c17f23005ab0665f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 28 Nov 2019 12:46:21 +0000 Subject: [PATCH 0708/2185] podman-2:1.6.4-0.42.dev.gitaa95726 - autobuilt aa95726 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index df5b733..c021cee 100644 --- a/.gitignore +++ b/.gitignore @@ -662,3 +662,4 @@ /libpod-b29928f.tar.gz /libpod-27a09f8.tar.gz /libpod-2178875.tar.gz +/libpod-aa95726.tar.gz diff --git a/podman.spec b/podman.spec index a896deb..2ed91c1 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2178875fa7975f00a4da15fef9809cd3fb74feba +%global commit0 aa95726c98385fb75bc70b6de7a86c09ed74abd5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.41.dev.git%{shortcommit0}%{?dist} +Release: 0.42.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Nov 28 2019 RH Container Bot - 2:1.6.4-0.42.dev.gitaa95726 +- autobuilt aa95726 + * Wed Nov 27 2019 RH Container Bot - 2:1.6.4-0.41.dev.git2178875 - autobuilt 2178875 diff --git a/sources b/sources index b9799fd..9ec23bb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-2178875.tar.gz) = 9555edec41f05a2a2ad0bba619ed1f0b9e612b313da8dfe6fc2c8ee1d2c4e9cb4384d0c84287b99f470d488638488a3806430f42c08acf41cf75f4dda2855daf +SHA512 (libpod-aa95726.tar.gz) = a60bb5a76a7ae87e21518f8c2e6736c01e3889bbe7baae8ee267299ab47c4650162f471ea3155b9d4ba8570f0036d8957410d2a4e958fce135615585a1d41907 From 843c8ed8aadff46a3789b189c261b45fee9eecf8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 29 Nov 2019 11:11:15 +0000 Subject: [PATCH 0709/2185] podman-2:1.6.4-0.43.dev.git1c0356e - autobuilt 1c0356e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c021cee..42bf3e5 100644 --- a/.gitignore +++ b/.gitignore @@ -663,3 +663,4 @@ /libpod-27a09f8.tar.gz /libpod-2178875.tar.gz /libpod-aa95726.tar.gz +/libpod-1c0356e.tar.gz diff --git a/podman.spec b/podman.spec index 2ed91c1..74a2ecc 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 aa95726c98385fb75bc70b6de7a86c09ed74abd5 +%global commit0 1c0356ee919d7ad316e200171ff974e68d713789 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.42.dev.git%{shortcommit0}%{?dist} +Release: 0.43.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Nov 29 2019 RH Container Bot - 2:1.6.4-0.43.dev.git1c0356e +- autobuilt 1c0356e + * Thu Nov 28 2019 RH Container Bot - 2:1.6.4-0.42.dev.gitaa95726 - autobuilt aa95726 diff --git a/sources b/sources index 9ec23bb..0d342fe 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-aa95726.tar.gz) = a60bb5a76a7ae87e21518f8c2e6736c01e3889bbe7baae8ee267299ab47c4650162f471ea3155b9d4ba8570f0036d8957410d2a4e958fce135615585a1d41907 +SHA512 (libpod-1c0356e.tar.gz) = a0d4dedfe0b9a1350fcefdddff543383e41e29a3e6b278fb1c60537e1dfe1b4b7306f49cc3fcbf00313513537de02067aa7c15039cc3f9c40170722f7dd9f44a From d0bbbf5bb8b5937033a848bda12192616222d1f1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 29 Nov 2019 12:11:15 +0000 Subject: [PATCH 0710/2185] podman-2:1.6.4-0.44.dev.git7f53178 - autobuilt 7f53178 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 42bf3e5..95d2a4a 100644 --- a/.gitignore +++ b/.gitignore @@ -664,3 +664,4 @@ /libpod-2178875.tar.gz /libpod-aa95726.tar.gz /libpod-1c0356e.tar.gz +/libpod-7f53178.tar.gz diff --git a/podman.spec b/podman.spec index 74a2ecc..4f0e227 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1c0356ee919d7ad316e200171ff974e68d713789 +%global commit0 7f53178a7dc7cfa947896f61a3198cc6e8759eda %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.43.dev.git%{shortcommit0}%{?dist} +Release: 0.44.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Nov 29 2019 RH Container Bot - 2:1.6.4-0.44.dev.git7f53178 +- autobuilt 7f53178 + * Fri Nov 29 2019 RH Container Bot - 2:1.6.4-0.43.dev.git1c0356e - autobuilt 1c0356e diff --git a/sources b/sources index 0d342fe..b31c9f4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-1c0356e.tar.gz) = a0d4dedfe0b9a1350fcefdddff543383e41e29a3e6b278fb1c60537e1dfe1b4b7306f49cc3fcbf00313513537de02067aa7c15039cc3f9c40170722f7dd9f44a +SHA512 (libpod-7f53178.tar.gz) = 37abfbaccab10609edaa07f7c18c0db2aed0f64495a41e058dff248239f39858bb7cf977fa444b45352bad9485650d0a65ee231d753c015f48f35c2548302763 From b11f6eb75b85473b54cbfc969e8252d1cefd1f43 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 29 Nov 2019 14:10:59 +0000 Subject: [PATCH 0711/2185] podman-2:1.6.4-0.45.dev.git39c705e - autobuilt 39c705e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 95d2a4a..acd6de0 100644 --- a/.gitignore +++ b/.gitignore @@ -665,3 +665,4 @@ /libpod-aa95726.tar.gz /libpod-1c0356e.tar.gz /libpod-7f53178.tar.gz +/libpod-39c705e.tar.gz diff --git a/podman.spec b/podman.spec index 4f0e227..88dab62 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7f53178a7dc7cfa947896f61a3198cc6e8759eda +%global commit0 39c705e9405faa4d02b71165d05eec1e7bb44d93 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.44.dev.git%{shortcommit0}%{?dist} +Release: 0.45.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Nov 29 2019 RH Container Bot - 2:1.6.4-0.45.dev.git39c705e +- autobuilt 39c705e + * Fri Nov 29 2019 RH Container Bot - 2:1.6.4-0.44.dev.git7f53178 - autobuilt 7f53178 diff --git a/sources b/sources index b31c9f4..bdb0659 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-7f53178.tar.gz) = 37abfbaccab10609edaa07f7c18c0db2aed0f64495a41e058dff248239f39858bb7cf977fa444b45352bad9485650d0a65ee231d753c015f48f35c2548302763 +SHA512 (libpod-39c705e.tar.gz) = 27f0267207a7227428093c10fe9c4459a6af4cb2195b3e3c9bfd5514a15fff8f8d93cd8bde2e6c548f4f89bc8eb6b75784a3764b5be9fadefb188f1e30ce8d82 From 0b76f456b86aa2d5b1b1e565af23cd12d5635f6a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 2 Dec 2019 16:12:02 +0000 Subject: [PATCH 0712/2185] podman-2:1.6.4-0.46.dev.gite4275b3 - autobuilt e4275b3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index acd6de0..b407b81 100644 --- a/.gitignore +++ b/.gitignore @@ -666,3 +666,4 @@ /libpod-1c0356e.tar.gz /libpod-7f53178.tar.gz /libpod-39c705e.tar.gz +/libpod-e4275b3.tar.gz diff --git a/podman.spec b/podman.spec index 88dab62..eb265bd 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 39c705e9405faa4d02b71165d05eec1e7bb44d93 +%global commit0 e4275b3453598c3cdcf1ee00ff73c55780aef444 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.45.dev.git%{shortcommit0}%{?dist} +Release: 0.46.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Dec 02 2019 RH Container Bot - 2:1.6.4-0.46.dev.gite4275b3 +- autobuilt e4275b3 + * Fri Nov 29 2019 RH Container Bot - 2:1.6.4-0.45.dev.git39c705e - autobuilt 39c705e diff --git a/sources b/sources index bdb0659..1dbbccf 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-39c705e.tar.gz) = 27f0267207a7227428093c10fe9c4459a6af4cb2195b3e3c9bfd5514a15fff8f8d93cd8bde2e6c548f4f89bc8eb6b75784a3764b5be9fadefb188f1e30ce8d82 +SHA512 (libpod-e4275b3.tar.gz) = 87da70b7a982afc948a749fd7df03eee4c95ae2a6fca1cbe30e5ae168a0352d37dc4b2d15a735b7b36a97d435abe9fe9a7bac66be811d7537983a7f596972db0 From 5706cf20facc3f7f9d98f6313d2ae0077427b894 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 2 Dec 2019 17:13:11 +0000 Subject: [PATCH 0713/2185] podman-2:1.6.4-0.47.dev.git8d00c83 - autobuilt 8d00c83 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b407b81..239f797 100644 --- a/.gitignore +++ b/.gitignore @@ -667,3 +667,4 @@ /libpod-7f53178.tar.gz /libpod-39c705e.tar.gz /libpod-e4275b3.tar.gz +/libpod-8d00c83.tar.gz diff --git a/podman.spec b/podman.spec index eb265bd..f953f21 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e4275b3453598c3cdcf1ee00ff73c55780aef444 +%global commit0 8d00c838fb3da8ab4e0f8fdd79dd8aac263c6b59 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.46.dev.git%{shortcommit0}%{?dist} +Release: 0.47.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Dec 02 2019 RH Container Bot - 2:1.6.4-0.47.dev.git8d00c83 +- autobuilt 8d00c83 + * Mon Dec 02 2019 RH Container Bot - 2:1.6.4-0.46.dev.gite4275b3 - autobuilt e4275b3 diff --git a/sources b/sources index 1dbbccf..654c3e4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e4275b3.tar.gz) = 87da70b7a982afc948a749fd7df03eee4c95ae2a6fca1cbe30e5ae168a0352d37dc4b2d15a735b7b36a97d435abe9fe9a7bac66be811d7537983a7f596972db0 +SHA512 (libpod-8d00c83.tar.gz) = 137256fbf6f2eebb85d55b01041504fafeef01366e081c4b306aa0021cea090f0b54f22ba9aac8a51cd0b70eea52cf54d1506d77f065a2028e8c6218841eeb04 From c850e8e622edcd77a3697f238bd51b5cdf1261c3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 2 Dec 2019 19:11:17 +0000 Subject: [PATCH 0714/2185] podman-2:1.6.4-0.48.dev.git7117286 - autobuilt 7117286 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 239f797..ebbe99b 100644 --- a/.gitignore +++ b/.gitignore @@ -668,3 +668,4 @@ /libpod-39c705e.tar.gz /libpod-e4275b3.tar.gz /libpod-8d00c83.tar.gz +/libpod-7117286.tar.gz diff --git a/podman.spec b/podman.spec index f953f21..45e48ff 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 8d00c838fb3da8ab4e0f8fdd79dd8aac263c6b59 +%global commit0 711728672f93d20d4aaf084e49db5e282fece952 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.47.dev.git%{shortcommit0}%{?dist} +Release: 0.48.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Dec 02 2019 RH Container Bot - 2:1.6.4-0.48.dev.git7117286 +- autobuilt 7117286 + * Mon Dec 02 2019 RH Container Bot - 2:1.6.4-0.47.dev.git8d00c83 - autobuilt 8d00c83 diff --git a/sources b/sources index 654c3e4..c13b179 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-8d00c83.tar.gz) = 137256fbf6f2eebb85d55b01041504fafeef01366e081c4b306aa0021cea090f0b54f22ba9aac8a51cd0b70eea52cf54d1506d77f065a2028e8c6218841eeb04 +SHA512 (libpod-7117286.tar.gz) = 973862458212591df72dc6c1d4c37b9b674c63e0a949cc5e1f036f45927fa822f0bf61c12541463b76062ba1ec4b0d8c60ab5ca454ce1192ed9c3619156176a3 From 44bb09912a8fa95ae5741d5432520d46b20fd3f7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 3 Dec 2019 03:11:29 +0000 Subject: [PATCH 0715/2185] podman-2:1.6.4-0.49.dev.gitc9696c4 - autobuilt c9696c4 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ebbe99b..8872c9c 100644 --- a/.gitignore +++ b/.gitignore @@ -669,3 +669,4 @@ /libpod-e4275b3.tar.gz /libpod-8d00c83.tar.gz /libpod-7117286.tar.gz +/libpod-c9696c4.tar.gz diff --git a/podman.spec b/podman.spec index 45e48ff..d08a968 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 711728672f93d20d4aaf084e49db5e282fece952 +%global commit0 c9696c451df1efe181c103f9f227787af14dd7b1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.48.dev.git%{shortcommit0}%{?dist} +Release: 0.49.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.49.dev.gitc9696c4 +- autobuilt c9696c4 + * Mon Dec 02 2019 RH Container Bot - 2:1.6.4-0.48.dev.git7117286 - autobuilt 7117286 diff --git a/sources b/sources index c13b179..ae504a3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-7117286.tar.gz) = 973862458212591df72dc6c1d4c37b9b674c63e0a949cc5e1f036f45927fa822f0bf61c12541463b76062ba1ec4b0d8c60ab5ca454ce1192ed9c3619156176a3 +SHA512 (libpod-c9696c4.tar.gz) = e508e9cffef22bac8e6ab63abd80f2bcff4e1ebd7e24b8064193b95908a715b90f78ae098cb0c7ad5ac8861185d6972d16ec7a50a58c687118299286bc27ad1c From 94bd3721879fae30ee2631489fcace37b24974e5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 3 Dec 2019 04:14:49 +0000 Subject: [PATCH 0716/2185] podman-2:1.6.4-0.50.dev.gitb905850 - autobuilt b905850 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8872c9c..9c64a36 100644 --- a/.gitignore +++ b/.gitignore @@ -670,3 +670,4 @@ /libpod-8d00c83.tar.gz /libpod-7117286.tar.gz /libpod-c9696c4.tar.gz +/libpod-b905850.tar.gz diff --git a/podman.spec b/podman.spec index d08a968..e74510c 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c9696c451df1efe181c103f9f227787af14dd7b1 +%global commit0 b90585042cf15ffddddbef7ec4a7ffa7b7084d4a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.49.dev.git%{shortcommit0}%{?dist} +Release: 0.50.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.50.dev.gitb905850 +- autobuilt b905850 + * Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.49.dev.gitc9696c4 - autobuilt c9696c4 diff --git a/sources b/sources index ae504a3..1eedc69 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c9696c4.tar.gz) = e508e9cffef22bac8e6ab63abd80f2bcff4e1ebd7e24b8064193b95908a715b90f78ae098cb0c7ad5ac8861185d6972d16ec7a50a58c687118299286bc27ad1c +SHA512 (libpod-b905850.tar.gz) = 79a3afde85f24b07eb5af549c93784eb4f5008d4c8041cdc0c50a33bdaf88acd43b0d590997842cc11212184a67af9e1da3c70c797c91cadbb391145ac394f32 From 62f32a9e4c8d7e00b300dbf083569f39aa0bd48b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 3 Dec 2019 05:10:10 +0000 Subject: [PATCH 0717/2185] podman-2:1.6.4-0.51.dev.git6458f96 - autobuilt 6458f96 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9c64a36..a7add3d 100644 --- a/.gitignore +++ b/.gitignore @@ -671,3 +671,4 @@ /libpod-7117286.tar.gz /libpod-c9696c4.tar.gz /libpod-b905850.tar.gz +/libpod-6458f96.tar.gz diff --git a/podman.spec b/podman.spec index e74510c..441678f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b90585042cf15ffddddbef7ec4a7ffa7b7084d4a +%global commit0 6458f960e6cc841e9a0afc078ba76b3090174c57 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.50.dev.git%{shortcommit0}%{?dist} +Release: 0.51.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.51.dev.git6458f96 +- autobuilt 6458f96 + * Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.50.dev.gitb905850 - autobuilt b905850 diff --git a/sources b/sources index 1eedc69..e76d3d6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-b905850.tar.gz) = 79a3afde85f24b07eb5af549c93784eb4f5008d4c8041cdc0c50a33bdaf88acd43b0d590997842cc11212184a67af9e1da3c70c797c91cadbb391145ac394f32 +SHA512 (libpod-6458f96.tar.gz) = 058708cda0ef550849eabf567406071f077f4190937aeef08af8cbf256177c92496d619a51b5f75704887406fd9d58bf17d36aa2c1193169eda2c65919206690 From e2d7f11ac563fe3e5232ff67384ba609a66bcb22 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 3 Dec 2019 08:10:57 +0000 Subject: [PATCH 0718/2185] podman-2:1.6.4-0.52.dev.git309452d - autobuilt 309452d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a7add3d..9d68fd4 100644 --- a/.gitignore +++ b/.gitignore @@ -672,3 +672,4 @@ /libpod-c9696c4.tar.gz /libpod-b905850.tar.gz /libpod-6458f96.tar.gz +/libpod-309452d.tar.gz diff --git a/podman.spec b/podman.spec index 441678f..188b34d 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 6458f960e6cc841e9a0afc078ba76b3090174c57 +%global commit0 309452dcfc4bea9cbeff03c8b7c9a0811521e524 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.51.dev.git%{shortcommit0}%{?dist} +Release: 0.52.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.52.dev.git309452d +- autobuilt 309452d + * Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.51.dev.git6458f96 - autobuilt 6458f96 diff --git a/sources b/sources index e76d3d6..ab06d7d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6458f96.tar.gz) = 058708cda0ef550849eabf567406071f077f4190937aeef08af8cbf256177c92496d619a51b5f75704887406fd9d58bf17d36aa2c1193169eda2c65919206690 +SHA512 (libpod-309452d.tar.gz) = d5a37568092eb08ffbf3f1c09bea2b79153bd78a5c6aaefd28d336e40bc565cef23ef4aaf61fac387717ce6de87e89a8283d2ebe0dc0e563bfddd29c329f9a35 From aac7b15e7842e51e8c412e226f86d8107a8e84ca Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 3 Dec 2019 09:12:01 +0000 Subject: [PATCH 0719/2185] podman-2:1.6.4-0.53.dev.git9e361fd - autobuilt 9e361fd Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9d68fd4..f64c5f8 100644 --- a/.gitignore +++ b/.gitignore @@ -673,3 +673,4 @@ /libpod-b905850.tar.gz /libpod-6458f96.tar.gz /libpod-309452d.tar.gz +/libpod-9e361fd.tar.gz diff --git a/podman.spec b/podman.spec index 188b34d..553d071 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 309452dcfc4bea9cbeff03c8b7c9a0811521e524 +%global commit0 9e361fd8513d74b4a1fb4e6c6dd58cc54635cf03 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.52.dev.git%{shortcommit0}%{?dist} +Release: 0.53.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.53.dev.git9e361fd +- autobuilt 9e361fd + * Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.52.dev.git309452d - autobuilt 309452d diff --git a/sources b/sources index ab06d7d..5594ad1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-309452d.tar.gz) = d5a37568092eb08ffbf3f1c09bea2b79153bd78a5c6aaefd28d336e40bc565cef23ef4aaf61fac387717ce6de87e89a8283d2ebe0dc0e563bfddd29c329f9a35 +SHA512 (libpod-9e361fd.tar.gz) = b66486a86dfbfd97f55401951c7d0ac7af068b92a1233220e410d71cb17582e291da3d3390d7b392dddc9ad8718428a5706f7f7f6af743b7d51e6e767cbedac4 From 2b70c6f4b00e53c616eb95847e1fc7f411bd40fb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 3 Dec 2019 12:11:14 +0000 Subject: [PATCH 0720/2185] podman-2:1.6.4-0.54.dev.gitb88f2c4 - autobuilt b88f2c4 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f64c5f8..ab1defc 100644 --- a/.gitignore +++ b/.gitignore @@ -674,3 +674,4 @@ /libpod-6458f96.tar.gz /libpod-309452d.tar.gz /libpod-9e361fd.tar.gz +/libpod-b88f2c4.tar.gz diff --git a/podman.spec b/podman.spec index 553d071..409c05c 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9e361fd8513d74b4a1fb4e6c6dd58cc54635cf03 +%global commit0 b88f2c4297a14a15015c910b875a40f3992e4b00 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.53.dev.git%{shortcommit0}%{?dist} +Release: 0.54.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.54.dev.gitb88f2c4 +- autobuilt b88f2c4 + * Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.53.dev.git9e361fd - autobuilt 9e361fd diff --git a/sources b/sources index 5594ad1..b894064 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-9e361fd.tar.gz) = b66486a86dfbfd97f55401951c7d0ac7af068b92a1233220e410d71cb17582e291da3d3390d7b392dddc9ad8718428a5706f7f7f6af743b7d51e6e767cbedac4 +SHA512 (libpod-b88f2c4.tar.gz) = f62265ee8a16f4ab1f9877bda6bb5339edae0fad93a2b501fd306e91e01712e13edb18f9cdd3d3e920d6c2ef61591d14cbf13048e74c41106207827593749f47 From beeb3c05c89e8e105623e4a52811eee338e5823c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 3 Dec 2019 16:11:33 +0000 Subject: [PATCH 0721/2185] podman-2:1.6.4-0.55.dev.gitd8bfd11 - autobuilt d8bfd11 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ab1defc..0b4092f 100644 --- a/.gitignore +++ b/.gitignore @@ -675,3 +675,4 @@ /libpod-309452d.tar.gz /libpod-9e361fd.tar.gz /libpod-b88f2c4.tar.gz +/libpod-d8bfd11.tar.gz diff --git a/podman.spec b/podman.spec index 409c05c..5d2382b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b88f2c4297a14a15015c910b875a40f3992e4b00 +%global commit0 d8bfd1140846baa77bffa0cead0ea700b91ce697 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.54.dev.git%{shortcommit0}%{?dist} +Release: 0.55.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.55.dev.gitd8bfd11 +- autobuilt d8bfd11 + * Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.54.dev.gitb88f2c4 - autobuilt b88f2c4 diff --git a/sources b/sources index b894064..f177914 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-b88f2c4.tar.gz) = f62265ee8a16f4ab1f9877bda6bb5339edae0fad93a2b501fd306e91e01712e13edb18f9cdd3d3e920d6c2ef61591d14cbf13048e74c41106207827593749f47 +SHA512 (libpod-d8bfd11.tar.gz) = dd1915f4ca997590150e4b96b3287c0e316f2dee9218d4b04bbd54ac4d6c28ca08d8fe2c393246b0c4b5060e9ccce60342d7048c0f8a754b5888e4adacf2db4d From e2827c9cd8b00794ec68d9eae17e4393ba986506 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 3 Dec 2019 17:11:17 +0000 Subject: [PATCH 0722/2185] podman-2:1.6.4-0.56.dev.git748de3c - autobuilt 748de3c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0b4092f..7fbae39 100644 --- a/.gitignore +++ b/.gitignore @@ -676,3 +676,4 @@ /libpod-9e361fd.tar.gz /libpod-b88f2c4.tar.gz /libpod-d8bfd11.tar.gz +/libpod-748de3c.tar.gz diff --git a/podman.spec b/podman.spec index 5d2382b..035a7c6 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d8bfd1140846baa77bffa0cead0ea700b91ce697 +%global commit0 748de3c52cdf408a59ae7f492d16daaeb7fecbd0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.55.dev.git%{shortcommit0}%{?dist} +Release: 0.56.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.56.dev.git748de3c +- autobuilt 748de3c + * Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.55.dev.gitd8bfd11 - autobuilt d8bfd11 diff --git a/sources b/sources index f177914..f839faf 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d8bfd11.tar.gz) = dd1915f4ca997590150e4b96b3287c0e316f2dee9218d4b04bbd54ac4d6c28ca08d8fe2c393246b0c4b5060e9ccce60342d7048c0f8a754b5888e4adacf2db4d +SHA512 (libpod-748de3c.tar.gz) = 74b8ffd1cfdb16c90502cf158105dfae156b0c2d0e4d0c58de305b242e126e01806f00534154f8d5c95df23e1d254bb37a6b510cd32a1c9262607f33a656b08a From 5f192e459bdb43df3070ba07fa8c146f29bbec6b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 3 Dec 2019 18:17:22 +0000 Subject: [PATCH 0723/2185] podman-2:1.6.4-0.57.dev.git5c3af00 - autobuilt 5c3af00 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7fbae39..e9938bf 100644 --- a/.gitignore +++ b/.gitignore @@ -677,3 +677,4 @@ /libpod-b88f2c4.tar.gz /libpod-d8bfd11.tar.gz /libpod-748de3c.tar.gz +/libpod-5c3af00.tar.gz diff --git a/podman.spec b/podman.spec index 035a7c6..4e0d1c3 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 748de3c52cdf408a59ae7f492d16daaeb7fecbd0 +%global commit0 5c3af009c6027429d60f6e73bf3ade346ec3d410 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.56.dev.git%{shortcommit0}%{?dist} +Release: 0.57.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.57.dev.git5c3af00 +- autobuilt 5c3af00 + * Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.56.dev.git748de3c - autobuilt 748de3c diff --git a/sources b/sources index f839faf..77351d9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-748de3c.tar.gz) = 74b8ffd1cfdb16c90502cf158105dfae156b0c2d0e4d0c58de305b242e126e01806f00534154f8d5c95df23e1d254bb37a6b510cd32a1c9262607f33a656b08a +SHA512 (libpod-5c3af00.tar.gz) = 628f7c869ba31de52450c4200a628429de00fd3a52987abc0f1b604f6c1c29b64de213c4f3b9f59593001a7f286321a77e06d277fd9828f28446e6cc1e828aad From 92652450ef1aca63b00430f6a1e81b7f0fdeb148 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 3 Dec 2019 19:11:27 +0000 Subject: [PATCH 0724/2185] podman-2:1.6.4-0.58.dev.git06e2a20 - autobuilt 06e2a20 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e9938bf..74c6836 100644 --- a/.gitignore +++ b/.gitignore @@ -678,3 +678,4 @@ /libpod-d8bfd11.tar.gz /libpod-748de3c.tar.gz /libpod-5c3af00.tar.gz +/libpod-06e2a20.tar.gz diff --git a/podman.spec b/podman.spec index 4e0d1c3..58d0b50 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 5c3af009c6027429d60f6e73bf3ade346ec3d410 +%global commit0 06e2a20b3d76cc2d8a9a904846ddbc4fd9a212c3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.57.dev.git%{shortcommit0}%{?dist} +Release: 0.58.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.58.dev.git06e2a20 +- autobuilt 06e2a20 + * Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.57.dev.git5c3af00 - autobuilt 5c3af00 diff --git a/sources b/sources index 77351d9..ac0e683 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-5c3af00.tar.gz) = 628f7c869ba31de52450c4200a628429de00fd3a52987abc0f1b604f6c1c29b64de213c4f3b9f59593001a7f286321a77e06d277fd9828f28446e6cc1e828aad +SHA512 (libpod-06e2a20.tar.gz) = 1253268c84cb66b2f0df876fdcb64ad36806f183664d422561ef9dc12515758b62836df543996c452f37a5dfae9c5b8b4204b4cf9d6808d32dddc11ccb8c5edd From 08211861fe6dfda434730088522ca807f12ec545 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 4 Dec 2019 02:10:26 +0000 Subject: [PATCH 0725/2185] podman-2:1.6.4-0.59.dev.git10f7334 - autobuilt 10f7334 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 74c6836..af65046 100644 --- a/.gitignore +++ b/.gitignore @@ -679,3 +679,4 @@ /libpod-748de3c.tar.gz /libpod-5c3af00.tar.gz /libpod-06e2a20.tar.gz +/libpod-10f7334.tar.gz diff --git a/podman.spec b/podman.spec index 58d0b50..3e4fc80 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 06e2a20b3d76cc2d8a9a904846ddbc4fd9a212c3 +%global commit0 10f733497f37c6ed85756ba95f6e75f3443a90af %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.58.dev.git%{shortcommit0}%{?dist} +Release: 0.59.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Dec 04 2019 RH Container Bot - 2:1.6.4-0.59.dev.git10f7334 +- autobuilt 10f7334 + * Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.58.dev.git06e2a20 - autobuilt 06e2a20 diff --git a/sources b/sources index ac0e683..3194696 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-06e2a20.tar.gz) = 1253268c84cb66b2f0df876fdcb64ad36806f183664d422561ef9dc12515758b62836df543996c452f37a5dfae9c5b8b4204b4cf9d6808d32dddc11ccb8c5edd +SHA512 (libpod-10f7334.tar.gz) = 788a2e5f622ef3caa46d9e5c0e56b99f29a8318032c8d0671fd48a7f53702fb09159bbb592d40a3e14ed6d154275362c31ea7bd698162a0a922c6bfd1b448c0c From b5c8fcf99ccf03a3a13e388e2e307c061a158ddc Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 4 Dec 2019 14:11:09 +0000 Subject: [PATCH 0726/2185] podman-2:1.6.4-0.60.dev.gite47b7a6 - autobuilt e47b7a6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index af65046..b74bf26 100644 --- a/.gitignore +++ b/.gitignore @@ -680,3 +680,4 @@ /libpod-5c3af00.tar.gz /libpod-06e2a20.tar.gz /libpod-10f7334.tar.gz +/libpod-e47b7a6.tar.gz diff --git a/podman.spec b/podman.spec index 3e4fc80..8d215be 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 10f733497f37c6ed85756ba95f6e75f3443a90af +%global commit0 e47b7a61d925475faea32a130296cd6a4d660af0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.59.dev.git%{shortcommit0}%{?dist} +Release: 0.60.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Dec 04 2019 RH Container Bot - 2:1.6.4-0.60.dev.gite47b7a6 +- autobuilt e47b7a6 + * Wed Dec 04 2019 RH Container Bot - 2:1.6.4-0.59.dev.git10f7334 - autobuilt 10f7334 diff --git a/sources b/sources index 3194696..83e8505 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-10f7334.tar.gz) = 788a2e5f622ef3caa46d9e5c0e56b99f29a8318032c8d0671fd48a7f53702fb09159bbb592d40a3e14ed6d154275362c31ea7bd698162a0a922c6bfd1b448c0c +SHA512 (libpod-e47b7a6.tar.gz) = 53861df36a1a5cdab8ed3bcd58256adaf520f438b1f61dbcae19bbb31ac2cc8f2903a508d2e24f54c6e61fc699d994a847139d45249eed8558d130004b35fcea From cabfe01f2ed1c0023aa268cd28e38aa41915d981 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 4 Dec 2019 17:10:22 +0000 Subject: [PATCH 0727/2185] podman-2:1.6.4-0.61.dev.git4dbab37 - autobuilt 4dbab37 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b74bf26..4948830 100644 --- a/.gitignore +++ b/.gitignore @@ -681,3 +681,4 @@ /libpod-06e2a20.tar.gz /libpod-10f7334.tar.gz /libpod-e47b7a6.tar.gz +/libpod-4dbab37.tar.gz diff --git a/podman.spec b/podman.spec index 8d215be..5253789 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e47b7a61d925475faea32a130296cd6a4d660af0 +%global commit0 4dbab37e05d7daff858a8b1b968240dcf729d35a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.60.dev.git%{shortcommit0}%{?dist} +Release: 0.61.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Dec 04 2019 RH Container Bot - 2:1.6.4-0.61.dev.git4dbab37 +- autobuilt 4dbab37 + * Wed Dec 04 2019 RH Container Bot - 2:1.6.4-0.60.dev.gite47b7a6 - autobuilt e47b7a6 diff --git a/sources b/sources index 83e8505..925d048 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e47b7a6.tar.gz) = 53861df36a1a5cdab8ed3bcd58256adaf520f438b1f61dbcae19bbb31ac2cc8f2903a508d2e24f54c6e61fc699d994a847139d45249eed8558d130004b35fcea +SHA512 (libpod-4dbab37.tar.gz) = 78f3b0a35eca3d8fce54d025db18da89a0bd0344a679002408c18abd682c5e36fa7a0bf311c2591339087a5eafe27e306b5e0d67f9f50c86d8bd35d446db931b From 48f4507617cf127f55083100de0fe84876d9eca3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 5 Dec 2019 09:10:58 +0000 Subject: [PATCH 0728/2185] podman-2:1.6.4-0.62.dev.gitbc40282 - autobuilt bc40282 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4948830..5ea5795 100644 --- a/.gitignore +++ b/.gitignore @@ -682,3 +682,4 @@ /libpod-10f7334.tar.gz /libpod-e47b7a6.tar.gz /libpod-4dbab37.tar.gz +/libpod-bc40282.tar.gz diff --git a/podman.spec b/podman.spec index 5253789..5ed31c7 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 4dbab37e05d7daff858a8b1b968240dcf729d35a +%global commit0 bc40282aec08b71719c55dc9416f776868ef9f62 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.61.dev.git%{shortcommit0}%{?dist} +Release: 0.62.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Dec 05 2019 RH Container Bot - 2:1.6.4-0.62.dev.gitbc40282 +- autobuilt bc40282 + * Wed Dec 04 2019 RH Container Bot - 2:1.6.4-0.61.dev.git4dbab37 - autobuilt 4dbab37 diff --git a/sources b/sources index 925d048..514c6ba 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-4dbab37.tar.gz) = 78f3b0a35eca3d8fce54d025db18da89a0bd0344a679002408c18abd682c5e36fa7a0bf311c2591339087a5eafe27e306b5e0d67f9f50c86d8bd35d446db931b +SHA512 (libpod-bc40282.tar.gz) = 2cc3a311e6517b9a5206f13d4ddd918e8d173fbe6b4f2642b1e39573c4625fcb2f8ed9607478c5a3cfbd8c74964196a5cf3432602bc7ea13c095d0aaef35e69a From c8c374ba441c5934433a71be1d9f29d105ea5c33 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 5 Dec 2019 15:13:34 +0000 Subject: [PATCH 0729/2185] podman-2:1.6.4-0.63.dev.git813b00e - autobuilt 813b00e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5ea5795..698ac27 100644 --- a/.gitignore +++ b/.gitignore @@ -683,3 +683,4 @@ /libpod-e47b7a6.tar.gz /libpod-4dbab37.tar.gz /libpod-bc40282.tar.gz +/libpod-813b00e.tar.gz diff --git a/podman.spec b/podman.spec index 5ed31c7..2a056d0 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 bc40282aec08b71719c55dc9416f776868ef9f62 +%global commit0 813b00e439c4cb200dc02f57ebcf889c6f5afe5b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.62.dev.git%{shortcommit0}%{?dist} +Release: 0.63.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Dec 05 2019 RH Container Bot - 2:1.6.4-0.63.dev.git813b00e +- autobuilt 813b00e + * Thu Dec 05 2019 RH Container Bot - 2:1.6.4-0.62.dev.gitbc40282 - autobuilt bc40282 diff --git a/sources b/sources index 514c6ba..dd6c6a6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-bc40282.tar.gz) = 2cc3a311e6517b9a5206f13d4ddd918e8d173fbe6b4f2642b1e39573c4625fcb2f8ed9607478c5a3cfbd8c74964196a5cf3432602bc7ea13c095d0aaef35e69a +SHA512 (libpod-813b00e.tar.gz) = 98d6d2ebb1fe4072f8d21701cfe77f01b658a3371b44b7d190c4bc35c15378eda481d449eac2735504482bfbc740cec2af0fb6bf2bf5f9d85caa6d97bcead2e2 From 4f4cc8b372b0a5e84afbebeb404b8c67aa3e80c6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 5 Dec 2019 16:13:03 +0000 Subject: [PATCH 0730/2185] podman-2:1.6.4-0.64.dev.git4fb724c - autobuilt 4fb724c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 698ac27..cc95d69 100644 --- a/.gitignore +++ b/.gitignore @@ -684,3 +684,4 @@ /libpod-4dbab37.tar.gz /libpod-bc40282.tar.gz /libpod-813b00e.tar.gz +/libpod-4fb724c.tar.gz diff --git a/podman.spec b/podman.spec index 2a056d0..e54f59e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 813b00e439c4cb200dc02f57ebcf889c6f5afe5b +%global commit0 4fb724c72e49768ed31d2dc85a7ad579f8d5c872 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.63.dev.git%{shortcommit0}%{?dist} +Release: 0.64.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Dec 05 2019 RH Container Bot - 2:1.6.4-0.64.dev.git4fb724c +- autobuilt 4fb724c + * Thu Dec 05 2019 RH Container Bot - 2:1.6.4-0.63.dev.git813b00e - autobuilt 813b00e diff --git a/sources b/sources index dd6c6a6..a60bb15 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-813b00e.tar.gz) = 98d6d2ebb1fe4072f8d21701cfe77f01b658a3371b44b7d190c4bc35c15378eda481d449eac2735504482bfbc740cec2af0fb6bf2bf5f9d85caa6d97bcead2e2 +SHA512 (libpod-4fb724c.tar.gz) = 57830f83b80975613ef8215edfa585c61dcda9da7f38704ca16a6eecfb0dfb031b649d6aa25a6f347addd597a349c2879ed635c9b8a5492dc1ccf4734bed1318 From c9266fcd0811f94e12ca5e1b520d4bdb39c60b3d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 5 Dec 2019 17:10:12 +0000 Subject: [PATCH 0731/2185] podman-2:1.6.4-0.65.dev.git465e142 - autobuilt 465e142 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cc95d69..6e11a95 100644 --- a/.gitignore +++ b/.gitignore @@ -685,3 +685,4 @@ /libpod-bc40282.tar.gz /libpod-813b00e.tar.gz /libpod-4fb724c.tar.gz +/libpod-465e142.tar.gz diff --git a/podman.spec b/podman.spec index e54f59e..05944a6 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 4fb724c72e49768ed31d2dc85a7ad579f8d5c872 +%global commit0 465e142bf28ed04e78c8b32c0ecef6fe72a38ecc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.64.dev.git%{shortcommit0}%{?dist} +Release: 0.65.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Dec 05 2019 RH Container Bot - 2:1.6.4-0.65.dev.git465e142 +- autobuilt 465e142 + * Thu Dec 05 2019 RH Container Bot - 2:1.6.4-0.64.dev.git4fb724c - autobuilt 4fb724c diff --git a/sources b/sources index a60bb15..4c68008 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-4fb724c.tar.gz) = 57830f83b80975613ef8215edfa585c61dcda9da7f38704ca16a6eecfb0dfb031b649d6aa25a6f347addd597a349c2879ed635c9b8a5492dc1ccf4734bed1318 +SHA512 (libpod-465e142.tar.gz) = 89d682fdfd158492815be274a355d4bf008031d544c8cec9d34aa0d9991b05ec8b1377488b10e54880d6836ca61b25d4822a3117a874340539500a1e60dc545b From 6ce2b092dcfa727085585ba4099271106de61c73 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 6 Dec 2019 11:10:38 +0000 Subject: [PATCH 0732/2185] podman-2:1.6.4-0.66.dev.gite9c4820 - autobuilt e9c4820 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6e11a95..38c6e79 100644 --- a/.gitignore +++ b/.gitignore @@ -686,3 +686,4 @@ /libpod-813b00e.tar.gz /libpod-4fb724c.tar.gz /libpod-465e142.tar.gz +/libpod-e9c4820.tar.gz diff --git a/podman.spec b/podman.spec index 05944a6..54aa89e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 465e142bf28ed04e78c8b32c0ecef6fe72a38ecc +%global commit0 e9c48206019be6b95b5cc8700945b773a857ae26 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.65.dev.git%{shortcommit0}%{?dist} +Release: 0.66.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Dec 06 2019 RH Container Bot - 2:1.6.4-0.66.dev.gite9c4820 +- autobuilt e9c4820 + * Thu Dec 05 2019 RH Container Bot - 2:1.6.4-0.65.dev.git465e142 - autobuilt 465e142 diff --git a/sources b/sources index 4c68008..0ae4dd0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-465e142.tar.gz) = 89d682fdfd158492815be274a355d4bf008031d544c8cec9d34aa0d9991b05ec8b1377488b10e54880d6836ca61b25d4822a3117a874340539500a1e60dc545b +SHA512 (libpod-e9c4820.tar.gz) = 4e17c4671befe8634e8c38c367c82097b4d6021f9ed081e65202bff45a579fe24ff1c0dec2d3ecfd59353e76d6704459c6d5363352d1c2026ae2dea9d824bdb9 From a24d512c66ba6df1722710752a507cf84c5ad272 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 6 Dec 2019 13:10:28 +0000 Subject: [PATCH 0733/2185] podman-2:1.6.4-0.67.dev.git8924a30 - autobuilt 8924a30 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 38c6e79..34fe296 100644 --- a/.gitignore +++ b/.gitignore @@ -687,3 +687,4 @@ /libpod-4fb724c.tar.gz /libpod-465e142.tar.gz /libpod-e9c4820.tar.gz +/libpod-8924a30.tar.gz diff --git a/podman.spec b/podman.spec index 54aa89e..da8ab95 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e9c48206019be6b95b5cc8700945b773a857ae26 +%global commit0 8924a302a2470abc56e7d9ef64e0b29ba5b6db0d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.66.dev.git%{shortcommit0}%{?dist} +Release: 0.67.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Dec 06 2019 RH Container Bot - 2:1.6.4-0.67.dev.git8924a30 +- autobuilt 8924a30 + * Fri Dec 06 2019 RH Container Bot - 2:1.6.4-0.66.dev.gite9c4820 - autobuilt e9c4820 diff --git a/sources b/sources index 0ae4dd0..ad3a2ec 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e9c4820.tar.gz) = 4e17c4671befe8634e8c38c367c82097b4d6021f9ed081e65202bff45a579fe24ff1c0dec2d3ecfd59353e76d6704459c6d5363352d1c2026ae2dea9d824bdb9 +SHA512 (libpod-8924a30.tar.gz) = 83396ba8c7d49a386551d0e49e5c726f119b7f9d42fe269edca0f709c88e5f18f6b81490b0f54adf5186bf73923ac6c1d99196a0b2d372f14245eaf937f26aab From e062d4960c06723ab37c5662fb1b1be374c19ba3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 6 Dec 2019 17:10:31 +0000 Subject: [PATCH 0734/2185] podman-2:1.6.4-0.68.dev.git82a83b9 - autobuilt 82a83b9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 34fe296..9b205bb 100644 --- a/.gitignore +++ b/.gitignore @@ -688,3 +688,4 @@ /libpod-465e142.tar.gz /libpod-e9c4820.tar.gz /libpod-8924a30.tar.gz +/libpod-82a83b9.tar.gz diff --git a/podman.spec b/podman.spec index da8ab95..f99954b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 8924a302a2470abc56e7d9ef64e0b29ba5b6db0d +%global commit0 82a83b9ff55e1f22cb1951b927de29866fa44054 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.67.dev.git%{shortcommit0}%{?dist} +Release: 0.68.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Dec 06 2019 RH Container Bot - 2:1.6.4-0.68.dev.git82a83b9 +- autobuilt 82a83b9 + * Fri Dec 06 2019 RH Container Bot - 2:1.6.4-0.67.dev.git8924a30 - autobuilt 8924a30 diff --git a/sources b/sources index ad3a2ec..6982d45 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-8924a30.tar.gz) = 83396ba8c7d49a386551d0e49e5c726f119b7f9d42fe269edca0f709c88e5f18f6b81490b0f54adf5186bf73923ac6c1d99196a0b2d372f14245eaf937f26aab +SHA512 (libpod-82a83b9.tar.gz) = 0eb34989a10ee2748f224af2e5977dd911025f2fb879c1193b65e0b4023b16545272707ca688c3cf4a79df9fa5d35cae878fb541d91d4bc7cf0f3f817f5e2a22 From 4100da5a44d056637593853e8a20a82de9e6526e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 7 Dec 2019 23:10:08 +0000 Subject: [PATCH 0735/2185] podman-2:1.6.4-0.69.dev.git7287f69 - autobuilt 7287f69 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9b205bb..62ea436 100644 --- a/.gitignore +++ b/.gitignore @@ -689,3 +689,4 @@ /libpod-e9c4820.tar.gz /libpod-8924a30.tar.gz /libpod-82a83b9.tar.gz +/libpod-7287f69.tar.gz diff --git a/podman.spec b/podman.spec index f99954b..947ae2a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 82a83b9ff55e1f22cb1951b927de29866fa44054 +%global commit0 7287f69b52e5bcb59f9977b261ee488942465ecb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.68.dev.git%{shortcommit0}%{?dist} +Release: 0.69.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sat Dec 07 2019 RH Container Bot - 2:1.6.4-0.69.dev.git7287f69 +- autobuilt 7287f69 + * Fri Dec 06 2019 RH Container Bot - 2:1.6.4-0.68.dev.git82a83b9 - autobuilt 82a83b9 diff --git a/sources b/sources index 6982d45..f771169 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-82a83b9.tar.gz) = 0eb34989a10ee2748f224af2e5977dd911025f2fb879c1193b65e0b4023b16545272707ca688c3cf4a79df9fa5d35cae878fb541d91d4bc7cf0f3f817f5e2a22 +SHA512 (libpod-7287f69.tar.gz) = 40465f6298cb80d0935341ab3deed0effd66472e68e88dfc270f5ee0220b037ff82b406a03283abb69360d1031e159b28e1210c82c71fb4effdcb31e60aba33f From a85cc37d00f74199160f676419ee8b77630137e5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 9 Dec 2019 16:10:35 +0000 Subject: [PATCH 0736/2185] podman-2:1.6.4-0.70.dev.gitc2dab75 - autobuilt c2dab75 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 62ea436..1cc2a1f 100644 --- a/.gitignore +++ b/.gitignore @@ -690,3 +690,4 @@ /libpod-8924a30.tar.gz /libpod-82a83b9.tar.gz /libpod-7287f69.tar.gz +/libpod-c2dab75.tar.gz diff --git a/podman.spec b/podman.spec index 947ae2a..fce75a4 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7287f69b52e5bcb59f9977b261ee488942465ecb +%global commit0 c2dab75f0ec1502e075cf5174d1b308267648fda %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.69.dev.git%{shortcommit0}%{?dist} +Release: 0.70.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Dec 09 2019 RH Container Bot - 2:1.6.4-0.70.dev.gitc2dab75 +- autobuilt c2dab75 + * Sat Dec 07 2019 RH Container Bot - 2:1.6.4-0.69.dev.git7287f69 - autobuilt 7287f69 diff --git a/sources b/sources index f771169..23854af 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-7287f69.tar.gz) = 40465f6298cb80d0935341ab3deed0effd66472e68e88dfc270f5ee0220b037ff82b406a03283abb69360d1031e159b28e1210c82c71fb4effdcb31e60aba33f +SHA512 (libpod-c2dab75.tar.gz) = d940d3514804b58ad6b52c6837d274c5c1a5d22afa092ae3732353f868198ed1f3dee6d35c528612c561db72c68d682704767b4df95bfa9ae53e59fe64cd27ef From 3f99f7189b1ed4e8e25f9a7d10e7e42161a2f0d4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 11 Dec 2019 02:10:26 +0000 Subject: [PATCH 0737/2185] podman-2:1.6.4-0.71.dev.git282787f - autobuilt 282787f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1cc2a1f..1c3e9ac 100644 --- a/.gitignore +++ b/.gitignore @@ -691,3 +691,4 @@ /libpod-82a83b9.tar.gz /libpod-7287f69.tar.gz /libpod-c2dab75.tar.gz +/libpod-282787f.tar.gz diff --git a/podman.spec b/podman.spec index fce75a4..9c24df2 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c2dab75f0ec1502e075cf5174d1b308267648fda +%global commit0 282787f1fffeeda73d22987e74fae837536e9d26 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.70.dev.git%{shortcommit0}%{?dist} +Release: 0.71.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Dec 11 2019 RH Container Bot - 2:1.6.4-0.71.dev.git282787f +- autobuilt 282787f + * Mon Dec 09 2019 RH Container Bot - 2:1.6.4-0.70.dev.gitc2dab75 - autobuilt c2dab75 diff --git a/sources b/sources index 23854af..203efbb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c2dab75.tar.gz) = d940d3514804b58ad6b52c6837d274c5c1a5d22afa092ae3732353f868198ed1f3dee6d35c528612c561db72c68d682704767b4df95bfa9ae53e59fe64cd27ef +SHA512 (libpod-282787f.tar.gz) = 96b12701906cb128af95db86907d5993174d4df1653d7bcad02f3f538d5c6dc1f79be8b15370d6dd01130f5b8504671ac935b6fbd3aa93bac626a071c1bb1b1d From 57a0a7884eaebd8fdaad2582957e730d3738f27f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 11 Dec 2019 10:10:25 +0000 Subject: [PATCH 0738/2185] podman-2:1.6.4-0.72.dev.gita18de10 - autobuilt a18de10 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1c3e9ac..035833f 100644 --- a/.gitignore +++ b/.gitignore @@ -692,3 +692,4 @@ /libpod-7287f69.tar.gz /libpod-c2dab75.tar.gz /libpod-282787f.tar.gz +/libpod-a18de10.tar.gz diff --git a/podman.spec b/podman.spec index 9c24df2..2f81c26 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 282787f1fffeeda73d22987e74fae837536e9d26 +%global commit0 a18de10499702495e4108b1c6f7abb244018b8f1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.71.dev.git%{shortcommit0}%{?dist} +Release: 0.72.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Dec 11 2019 RH Container Bot - 2:1.6.4-0.72.dev.gita18de10 +- autobuilt a18de10 + * Wed Dec 11 2019 RH Container Bot - 2:1.6.4-0.71.dev.git282787f - autobuilt 282787f diff --git a/sources b/sources index 203efbb..7305d72 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-282787f.tar.gz) = 96b12701906cb128af95db86907d5993174d4df1653d7bcad02f3f538d5c6dc1f79be8b15370d6dd01130f5b8504671ac935b6fbd3aa93bac626a071c1bb1b1d +SHA512 (libpod-a18de10.tar.gz) = e3f475ae1dd8ae086425fef04ae110e678f29ef992fcc35735274cef20db3f78101345952307bf90947bfa6c92be0d277817f3142fee46492ab7e297f21a7037 From 219ec0fb17738cdec461f09a8d263e8394b59841 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 11 Dec 2019 16:10:26 +0000 Subject: [PATCH 0739/2185] podman-2:1.6.4-0.73.dev.gitdd64038 - autobuilt dd64038 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 035833f..dad88a3 100644 --- a/.gitignore +++ b/.gitignore @@ -693,3 +693,4 @@ /libpod-c2dab75.tar.gz /libpod-282787f.tar.gz /libpod-a18de10.tar.gz +/libpod-dd64038.tar.gz diff --git a/podman.spec b/podman.spec index 2f81c26..72eebbf 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a18de10499702495e4108b1c6f7abb244018b8f1 +%global commit0 dd64038192ff41684fe75b680e865849aa969f55 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.72.dev.git%{shortcommit0}%{?dist} +Release: 0.73.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Dec 11 2019 RH Container Bot - 2:1.6.4-0.73.dev.gitdd64038 +- autobuilt dd64038 + * Wed Dec 11 2019 RH Container Bot - 2:1.6.4-0.72.dev.gita18de10 - autobuilt a18de10 diff --git a/sources b/sources index 7305d72..1173485 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-a18de10.tar.gz) = e3f475ae1dd8ae086425fef04ae110e678f29ef992fcc35735274cef20db3f78101345952307bf90947bfa6c92be0d277817f3142fee46492ab7e297f21a7037 +SHA512 (libpod-dd64038.tar.gz) = 9044a5ff4faa6cc2e9ce262b4dd879da4a9c02d98ffb7f26bd25953b4d14e0477fb55403207090f7b031ca309c901279a5cdacdcf4a08bf629e7d68de51775d5 From bafb7c6b6b62cc0d6ec761d27c70c786b7dc2d07 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 11 Dec 2019 18:13:46 +0000 Subject: [PATCH 0740/2185] podman-2:1.6.4-0.74.dev.git11541ae - autobuilt 11541ae Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dad88a3..a2befbe 100644 --- a/.gitignore +++ b/.gitignore @@ -694,3 +694,4 @@ /libpod-282787f.tar.gz /libpod-a18de10.tar.gz /libpod-dd64038.tar.gz +/libpod-11541ae.tar.gz diff --git a/podman.spec b/podman.spec index 72eebbf..c5fb017 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 dd64038192ff41684fe75b680e865849aa969f55 +%global commit0 11541aec80c0fc588f675decd0ce759a4e353684 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.6.4 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.73.dev.git%{shortcommit0}%{?dist} +Release: 0.74.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Dec 11 2019 RH Container Bot - 2:1.6.4-0.74.dev.git11541ae +- autobuilt 11541ae + * Wed Dec 11 2019 RH Container Bot - 2:1.6.4-0.73.dev.gitdd64038 - autobuilt dd64038 diff --git a/sources b/sources index 1173485..ec548e9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-dd64038.tar.gz) = 9044a5ff4faa6cc2e9ce262b4dd879da4a9c02d98ffb7f26bd25953b4d14e0477fb55403207090f7b031ca309c901279a5cdacdcf4a08bf629e7d68de51775d5 +SHA512 (libpod-11541ae.tar.gz) = 0934288e31d454e4c5889109a0f3ca97885b202af378dac1abc5f99a63931426e8fdbb619740cbbb4b9eee0c1446226dde1739a9d7b0092750bb5031aadd88f3 From 03cb8059deee17401daf2f244675e0d456cbff14 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 11 Dec 2019 19:10:31 +0000 Subject: [PATCH 0741/2185] podman-2:1.7.0-0.1.dev.git5941138 - bump to 1.7.0 - autobuilt 5941138 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index a2befbe..f5fa299 100644 --- a/.gitignore +++ b/.gitignore @@ -695,3 +695,4 @@ /libpod-a18de10.tar.gz /libpod-dd64038.tar.gz /libpod-11541ae.tar.gz +/libpod-5941138.tar.gz diff --git a/podman.spec b/podman.spec index c5fb017..cdca192 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 11541aec80c0fc588f675decd0ce759a4e353684 +%global commit0 5941138fdd3d203a949871f47f1d63462a0f18e8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -39,16 +39,16 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.6.2 +%global built_tag v1.7.0-rc1 Name: podman %if 0%{?fedora} Epoch: 2 %endif -Version: 1.6.4 +Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.74.dev.git%{shortcommit0}%{?dist} +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,10 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Dec 11 2019 RH Container Bot - 2:1.7.0-0.1.dev.git5941138 +- bump to 1.7.0 +- autobuilt 5941138 + * Wed Dec 11 2019 RH Container Bot - 2:1.6.4-0.74.dev.git11541ae - autobuilt 11541ae diff --git a/sources b/sources index ec548e9..eed849d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-11541ae.tar.gz) = 0934288e31d454e4c5889109a0f3ca97885b202af378dac1abc5f99a63931426e8fdbb619740cbbb4b9eee0c1446226dde1739a9d7b0092750bb5031aadd88f3 +SHA512 (libpod-5941138.tar.gz) = 73c5c54fc1a6b46547ef35aa7445937b8cdc978c250f1622668cf3c7dab3d69cb492d59823066e53b54d57fcb4ed3ae07543bb2de3e05464892ad4dc57f8d5ec From 0caa8161774ce199f76535a4ec925324ebdfa9ff Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 11 Dec 2019 21:10:18 +0000 Subject: [PATCH 0742/2185] podman-2:1.7.0-0.2.dev.gitf81f15f - autobuilt f81f15f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f5fa299..775b311 100644 --- a/.gitignore +++ b/.gitignore @@ -696,3 +696,4 @@ /libpod-dd64038.tar.gz /libpod-11541ae.tar.gz /libpod-5941138.tar.gz +/libpod-f81f15f.tar.gz diff --git a/podman.spec b/podman.spec index cdca192..a5bcd29 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 5941138fdd3d203a949871f47f1d63462a0f18e8 +%global commit0 f81f15f42250a642f0753b5f18be61c1f24931dd %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.1.dev.git%{shortcommit0}%{?dist} +Release: 0.2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Dec 11 2019 RH Container Bot - 2:1.7.0-0.2.dev.gitf81f15f +- autobuilt f81f15f + * Wed Dec 11 2019 RH Container Bot - 2:1.7.0-0.1.dev.git5941138 - bump to 1.7.0 - autobuilt 5941138 diff --git a/sources b/sources index eed849d..2c0bfd3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-5941138.tar.gz) = 73c5c54fc1a6b46547ef35aa7445937b8cdc978c250f1622668cf3c7dab3d69cb492d59823066e53b54d57fcb4ed3ae07543bb2de3e05464892ad4dc57f8d5ec +SHA512 (libpod-f81f15f.tar.gz) = f712705732a31ae45f05e8ca991719fa952352556689f4212f7e18edb98ad1202de2f95f2433130ce8ed296c9a112ed4e2fa776472765ce75caf5956935e81f0 From c3aeb0e5b39f674a9d9b3d133fc8f0a2654f5120 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 12 Dec 2019 16:10:40 +0000 Subject: [PATCH 0743/2185] podman-2:1.7.0-0.3.dev.git16de498 - autobuilt 16de498 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 775b311..8966220 100644 --- a/.gitignore +++ b/.gitignore @@ -697,3 +697,4 @@ /libpod-11541ae.tar.gz /libpod-5941138.tar.gz /libpod-f81f15f.tar.gz +/libpod-16de498.tar.gz diff --git a/podman.spec b/podman.spec index a5bcd29..8138183 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f81f15f42250a642f0753b5f18be61c1f24931dd +%global commit0 16de498f0a6d72881b5e961395305bfa57e15536 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.2.dev.git%{shortcommit0}%{?dist} +Release: 0.3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Dec 12 2019 RH Container Bot - 2:1.7.0-0.3.dev.git16de498 +- autobuilt 16de498 + * Wed Dec 11 2019 RH Container Bot - 2:1.7.0-0.2.dev.gitf81f15f - autobuilt f81f15f diff --git a/sources b/sources index 2c0bfd3..490fd0c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-f81f15f.tar.gz) = f712705732a31ae45f05e8ca991719fa952352556689f4212f7e18edb98ad1202de2f95f2433130ce8ed296c9a112ed4e2fa776472765ce75caf5956935e81f0 +SHA512 (libpod-16de498.tar.gz) = eb7243a532f0b17a02b66a1456fbbd60d31aba4f14a9317c1d6707c7290daa4ec05e75313798095867a5600d7a038a8da108cf440c4be91f1eb1ac513d555092 From 388c9a7f04ba85105fa1265065a72645f3ec631b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 13 Dec 2019 00:10:37 +0000 Subject: [PATCH 0744/2185] podman-2:1.7.0-0.4.dev.git123e7ea - autobuilt 123e7ea Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8966220..49c8186 100644 --- a/.gitignore +++ b/.gitignore @@ -698,3 +698,4 @@ /libpod-5941138.tar.gz /libpod-f81f15f.tar.gz /libpod-16de498.tar.gz +/libpod-123e7ea.tar.gz diff --git a/podman.spec b/podman.spec index 8138183..4b16bfd 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 16de498f0a6d72881b5e961395305bfa57e15536 +%global commit0 123e7ea5686a80d6b92486fa88284cfad7b1be6c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.3.dev.git%{shortcommit0}%{?dist} +Release: 0.4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Dec 13 2019 RH Container Bot - 2:1.7.0-0.4.dev.git123e7ea +- autobuilt 123e7ea + * Thu Dec 12 2019 RH Container Bot - 2:1.7.0-0.3.dev.git16de498 - autobuilt 16de498 diff --git a/sources b/sources index 490fd0c..30f1fb5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-16de498.tar.gz) = eb7243a532f0b17a02b66a1456fbbd60d31aba4f14a9317c1d6707c7290daa4ec05e75313798095867a5600d7a038a8da108cf440c4be91f1eb1ac513d555092 +SHA512 (libpod-123e7ea.tar.gz) = fe9c81e98999800e7233bf3c73fbe8e29e0ff92318f77288b49024bb39dcf33c26461a5e9ed01de4a0c81b33ac2792ad939bbf045042504ab4ad31c735c1750d From a6b3305ff37d6e6b51e9bae0d6b3d4891a44129d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 13 Dec 2019 10:10:17 +0000 Subject: [PATCH 0745/2185] podman-2:1.7.0-0.5.dev.git71a0c0f - autobuilt 71a0c0f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 49c8186..b8e4ac0 100644 --- a/.gitignore +++ b/.gitignore @@ -699,3 +699,4 @@ /libpod-f81f15f.tar.gz /libpod-16de498.tar.gz /libpod-123e7ea.tar.gz +/libpod-71a0c0f.tar.gz diff --git a/podman.spec b/podman.spec index 4b16bfd..0f3a0d9 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 123e7ea5686a80d6b92486fa88284cfad7b1be6c +%global commit0 71a0c0f69c992a1840a28201526b211f9055b1b6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.4.dev.git%{shortcommit0}%{?dist} +Release: 0.5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Dec 13 2019 RH Container Bot - 2:1.7.0-0.5.dev.git71a0c0f +- autobuilt 71a0c0f + * Fri Dec 13 2019 RH Container Bot - 2:1.7.0-0.4.dev.git123e7ea - autobuilt 123e7ea diff --git a/sources b/sources index 30f1fb5..d3e9181 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-123e7ea.tar.gz) = fe9c81e98999800e7233bf3c73fbe8e29e0ff92318f77288b49024bb39dcf33c26461a5e9ed01de4a0c81b33ac2792ad939bbf045042504ab4ad31c735c1750d +SHA512 (libpod-71a0c0f.tar.gz) = bb6ca4a19c838c67872a93e7a3e59d79d2a84cccb53f14bdc59827bc5af0a9516abdae07dd12244b9688df7545daac741533564a10d4f8da29eee4cb5179ff71 From ee2a7e7ff56e6351962e10c64bf4caa2bda2a151 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 13 Dec 2019 13:10:23 +0000 Subject: [PATCH 0746/2185] podman-2:1.7.0-0.6.dev.git22849ff - autobuilt 22849ff Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b8e4ac0..2818adb 100644 --- a/.gitignore +++ b/.gitignore @@ -700,3 +700,4 @@ /libpod-16de498.tar.gz /libpod-123e7ea.tar.gz /libpod-71a0c0f.tar.gz +/libpod-22849ff.tar.gz diff --git a/podman.spec b/podman.spec index 0f3a0d9..ee4ac22 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 71a0c0f69c992a1840a28201526b211f9055b1b6 +%global commit0 22849ff43d115f420a194bad7ace20b35eeec6b1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.5.dev.git%{shortcommit0}%{?dist} +Release: 0.6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Dec 13 2019 RH Container Bot - 2:1.7.0-0.6.dev.git22849ff +- autobuilt 22849ff + * Fri Dec 13 2019 RH Container Bot - 2:1.7.0-0.5.dev.git71a0c0f - autobuilt 71a0c0f diff --git a/sources b/sources index d3e9181..4746f9a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-71a0c0f.tar.gz) = bb6ca4a19c838c67872a93e7a3e59d79d2a84cccb53f14bdc59827bc5af0a9516abdae07dd12244b9688df7545daac741533564a10d4f8da29eee4cb5179ff71 +SHA512 (libpod-22849ff.tar.gz) = 8798bd1066c16e5119fc3d13e9dd80101d8b5ab63b51887e1c3f0616b7cddbe869ce32632b558e9b95a1a193c496fbc47d48c0e088ec97a51e503bf509a5361b From 5ea5eab3305197d4670c8fdba8e299db6e52f3f7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 13 Dec 2019 21:10:12 +0000 Subject: [PATCH 0747/2185] podman-2:1.7.0-0.7.dev.git885967f - autobuilt 885967f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2818adb..871e6f4 100644 --- a/.gitignore +++ b/.gitignore @@ -701,3 +701,4 @@ /libpod-123e7ea.tar.gz /libpod-71a0c0f.tar.gz /libpod-22849ff.tar.gz +/libpod-885967f.tar.gz diff --git a/podman.spec b/podman.spec index ee4ac22..d5579ce 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 22849ff43d115f420a194bad7ace20b35eeec6b1 +%global commit0 885967faaa97b23b358472e054d46e57253c4af7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.6.dev.git%{shortcommit0}%{?dist} +Release: 0.7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Dec 13 2019 RH Container Bot - 2:1.7.0-0.7.dev.git885967f +- autobuilt 885967f + * Fri Dec 13 2019 RH Container Bot - 2:1.7.0-0.6.dev.git22849ff - autobuilt 22849ff diff --git a/sources b/sources index 4746f9a..a1e2357 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-22849ff.tar.gz) = 8798bd1066c16e5119fc3d13e9dd80101d8b5ab63b51887e1c3f0616b7cddbe869ce32632b558e9b95a1a193c496fbc47d48c0e088ec97a51e503bf509a5361b +SHA512 (libpod-885967f.tar.gz) = dbafc8d7402f9d1d6c67262f8517d7521d9afb31214042cc368541c9de8662c8884372b5956a7bb120022bb9c503065b9a68e5306dd4f84ab387e093de9783da From 8a8d5eb126802d7f8a809c9135b8133c9c3c2ac5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 14 Dec 2019 21:12:36 +0000 Subject: [PATCH 0748/2185] podman-2:1.7.0-0.8.dev.git6c7b6d9 - autobuilt 6c7b6d9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 871e6f4..dd17ba0 100644 --- a/.gitignore +++ b/.gitignore @@ -702,3 +702,4 @@ /libpod-71a0c0f.tar.gz /libpod-22849ff.tar.gz /libpod-885967f.tar.gz +/libpod-6c7b6d9.tar.gz diff --git a/podman.spec b/podman.spec index d5579ce..8efe43e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 885967faaa97b23b358472e054d46e57253c4af7 +%global commit0 6c7b6d994acddee0d50cec9bbe45fb4cb720a08d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.7.dev.git%{shortcommit0}%{?dist} +Release: 0.8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sat Dec 14 2019 RH Container Bot - 2:1.7.0-0.8.dev.git6c7b6d9 +- autobuilt 6c7b6d9 + * Fri Dec 13 2019 RH Container Bot - 2:1.7.0-0.7.dev.git885967f - autobuilt 885967f diff --git a/sources b/sources index a1e2357..5461a93 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-885967f.tar.gz) = dbafc8d7402f9d1d6c67262f8517d7521d9afb31214042cc368541c9de8662c8884372b5956a7bb120022bb9c503065b9a68e5306dd4f84ab387e093de9783da +SHA512 (libpod-6c7b6d9.tar.gz) = dcff645daa3a348c8b9c6a53f57a3688ef7628b1d7ac11c3baacd79f282ceb7261260d6e239a3840baeb3ecc5500062f485848862ecba967cf940447946e6662 From 4e04a643758d196894e1127dd18066444a2496f4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 16 Dec 2019 16:10:14 +0000 Subject: [PATCH 0749/2185] podman-2:1.7.0-0.9.dev.git19064e5 - autobuilt 19064e5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dd17ba0..3da2ddb 100644 --- a/.gitignore +++ b/.gitignore @@ -703,3 +703,4 @@ /libpod-22849ff.tar.gz /libpod-885967f.tar.gz /libpod-6c7b6d9.tar.gz +/libpod-19064e5.tar.gz diff --git a/podman.spec b/podman.spec index 8efe43e..678ab20 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 6c7b6d994acddee0d50cec9bbe45fb4cb720a08d +%global commit0 19064e51175e7832ba6180173be1a3841ab3f23d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.8.dev.git%{shortcommit0}%{?dist} +Release: 0.9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Dec 16 2019 RH Container Bot - 2:1.7.0-0.9.dev.git19064e5 +- autobuilt 19064e5 + * Sat Dec 14 2019 RH Container Bot - 2:1.7.0-0.8.dev.git6c7b6d9 - autobuilt 6c7b6d9 diff --git a/sources b/sources index 5461a93..062e7fb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6c7b6d9.tar.gz) = dcff645daa3a348c8b9c6a53f57a3688ef7628b1d7ac11c3baacd79f282ceb7261260d6e239a3840baeb3ecc5500062f485848862ecba967cf940447946e6662 +SHA512 (libpod-19064e5.tar.gz) = d333d2746f5d1be91cb83d6cee8f29bfe3f908043db41df9772f233d9637a1d51492961c5a3920131e4d3b9674696e43cfc35c3f76adafa9dd2f3da10c45a583 From 3921b6a7741e0e08a46c4ad69a49d7df02f4270e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 16 Dec 2019 17:10:30 +0000 Subject: [PATCH 0750/2185] podman-2:1.7.0-0.10.dev.gitb2f05e0 - autobuilt b2f05e0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3da2ddb..db6257f 100644 --- a/.gitignore +++ b/.gitignore @@ -704,3 +704,4 @@ /libpod-885967f.tar.gz /libpod-6c7b6d9.tar.gz /libpod-19064e5.tar.gz +/libpod-b2f05e0.tar.gz diff --git a/podman.spec b/podman.spec index 678ab20..4d1ba81 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 19064e51175e7832ba6180173be1a3841ab3f23d +%global commit0 b2f05e0e84411f985fea66e9edff1fec8f26d28d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.9.dev.git%{shortcommit0}%{?dist} +Release: 0.10.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Dec 16 2019 RH Container Bot - 2:1.7.0-0.10.dev.gitb2f05e0 +- autobuilt b2f05e0 + * Mon Dec 16 2019 RH Container Bot - 2:1.7.0-0.9.dev.git19064e5 - autobuilt 19064e5 diff --git a/sources b/sources index 062e7fb..11af074 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-19064e5.tar.gz) = d333d2746f5d1be91cb83d6cee8f29bfe3f908043db41df9772f233d9637a1d51492961c5a3920131e4d3b9674696e43cfc35c3f76adafa9dd2f3da10c45a583 +SHA512 (libpod-b2f05e0.tar.gz) = 8f5c7c636ed8f97dccaf5c6fbaef5f3d41a87614fb9a6c8241f57a717bd627b0453312636afeec2cef65f158bd7a33328b7bace5956c6773bd4e237290516d64 From 410aff0f714ad87d6ee1ed88555bb489dfb6d7d3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 16 Dec 2019 20:10:28 +0000 Subject: [PATCH 0751/2185] podman-2:1.7.0-0.11.dev.git1162183 - autobuilt 1162183 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index db6257f..81650fa 100644 --- a/.gitignore +++ b/.gitignore @@ -705,3 +705,4 @@ /libpod-6c7b6d9.tar.gz /libpod-19064e5.tar.gz /libpod-b2f05e0.tar.gz +/libpod-1162183.tar.gz diff --git a/podman.spec b/podman.spec index 4d1ba81..60c6f8a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b2f05e0e84411f985fea66e9edff1fec8f26d28d +%global commit0 11621836df1fea1ce35d029a41bbdd4713b6a284 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.10.dev.git%{shortcommit0}%{?dist} +Release: 0.11.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Dec 16 2019 RH Container Bot - 2:1.7.0-0.11.dev.git1162183 +- autobuilt 1162183 + * Mon Dec 16 2019 RH Container Bot - 2:1.7.0-0.10.dev.gitb2f05e0 - autobuilt b2f05e0 diff --git a/sources b/sources index 11af074..d97bd7f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-b2f05e0.tar.gz) = 8f5c7c636ed8f97dccaf5c6fbaef5f3d41a87614fb9a6c8241f57a717bd627b0453312636afeec2cef65f158bd7a33328b7bace5956c6773bd4e237290516d64 +SHA512 (libpod-1162183.tar.gz) = 48cd7e79e309226d166107344fbffe450ba6cdb0c273b057d3f9b3bb0134fa7f3680deda77fc1cd33a9f3dbdcd838a0cfc2def432664d01de2c59d86a30b221d From de28719c3478ddf50cda14ef2e5183427353bdd8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 17 Dec 2019 09:10:37 +0000 Subject: [PATCH 0752/2185] podman-2:1.7.0-0.12.dev.git4329204 - autobuilt 4329204 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 81650fa..2875ec2 100644 --- a/.gitignore +++ b/.gitignore @@ -706,3 +706,4 @@ /libpod-19064e5.tar.gz /libpod-b2f05e0.tar.gz /libpod-1162183.tar.gz +/libpod-4329204.tar.gz diff --git a/podman.spec b/podman.spec index 60c6f8a..2a7f7e1 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 11621836df1fea1ce35d029a41bbdd4713b6a284 +%global commit0 43292040ab6841779def4872a4c337a77b05bfa0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.11.dev.git%{shortcommit0}%{?dist} +Release: 0.12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Dec 17 2019 RH Container Bot - 2:1.7.0-0.12.dev.git4329204 +- autobuilt 4329204 + * Mon Dec 16 2019 RH Container Bot - 2:1.7.0-0.11.dev.git1162183 - autobuilt 1162183 diff --git a/sources b/sources index d97bd7f..80cd804 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-1162183.tar.gz) = 48cd7e79e309226d166107344fbffe450ba6cdb0c273b057d3f9b3bb0134fa7f3680deda77fc1cd33a9f3dbdcd838a0cfc2def432664d01de2c59d86a30b221d +SHA512 (libpod-4329204.tar.gz) = 173603f75836cebf8585266befffcfbb2a38ccd4a440fba984c7f9129dbbe029992662699a10abf4cc0acc9a7f5abe0481cb2d611178b8508120e55cd6b7344b From a94978caac83f6e6f4e8ba876783b663b8a63b52 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 17 Dec 2019 13:10:26 +0000 Subject: [PATCH 0753/2185] podman-2:1.7.0-0.13.dev.git1e440a3 - autobuilt 1e440a3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2875ec2..601aff9 100644 --- a/.gitignore +++ b/.gitignore @@ -707,3 +707,4 @@ /libpod-b2f05e0.tar.gz /libpod-1162183.tar.gz /libpod-4329204.tar.gz +/libpod-1e440a3.tar.gz diff --git a/podman.spec b/podman.spec index 2a7f7e1..658c2a5 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 43292040ab6841779def4872a4c337a77b05bfa0 +%global commit0 1e440a3a3f7c7a1ac5896ae834e884c0dc3907f3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.12.dev.git%{shortcommit0}%{?dist} +Release: 0.13.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Dec 17 2019 RH Container Bot - 2:1.7.0-0.13.dev.git1e440a3 +- autobuilt 1e440a3 + * Tue Dec 17 2019 RH Container Bot - 2:1.7.0-0.12.dev.git4329204 - autobuilt 4329204 diff --git a/sources b/sources index 80cd804..d672dd1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-4329204.tar.gz) = 173603f75836cebf8585266befffcfbb2a38ccd4a440fba984c7f9129dbbe029992662699a10abf4cc0acc9a7f5abe0481cb2d611178b8508120e55cd6b7344b +SHA512 (libpod-1e440a3.tar.gz) = 69f817861176ce7c2ca5fb9f7b331f69aece2255f91a2a0ed6b4795c9d3793c501a428d12863a081e3a2fc77a8cd3f228c5911371776cfdff91a06a68ff0c8c9 From 140c1594838b1cf2fd9c492b018cc538a8618555 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 17 Dec 2019 16:10:18 +0000 Subject: [PATCH 0754/2185] podman-2:1.7.0-0.14.dev.gitfab67f3 - autobuilt fab67f3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 601aff9..759d044 100644 --- a/.gitignore +++ b/.gitignore @@ -708,3 +708,4 @@ /libpod-1162183.tar.gz /libpod-4329204.tar.gz /libpod-1e440a3.tar.gz +/libpod-fab67f3.tar.gz diff --git a/podman.spec b/podman.spec index 658c2a5..dbe0795 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1e440a3a3f7c7a1ac5896ae834e884c0dc3907f3 +%global commit0 fab67f33930cf793d6780408406bc0305c70ff8f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.13.dev.git%{shortcommit0}%{?dist} +Release: 0.14.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Dec 17 2019 RH Container Bot - 2:1.7.0-0.14.dev.gitfab67f3 +- autobuilt fab67f3 + * Tue Dec 17 2019 RH Container Bot - 2:1.7.0-0.13.dev.git1e440a3 - autobuilt 1e440a3 diff --git a/sources b/sources index d672dd1..e1d8653 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-1e440a3.tar.gz) = 69f817861176ce7c2ca5fb9f7b331f69aece2255f91a2a0ed6b4795c9d3793c501a428d12863a081e3a2fc77a8cd3f228c5911371776cfdff91a06a68ff0c8c9 +SHA512 (libpod-fab67f3.tar.gz) = 1bc83c0bba59c8565fa2a129055cb3a77ed3029001c5f8016ecc847bbaa03315283794b4739d5d22c9f0f71a03d164e0237bc2dcdec9ee9945bc0ab7265014e1 From 3134cb5dd26dd3ecaa45e678e6d9948f3e981598 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 17 Dec 2019 18:10:27 +0000 Subject: [PATCH 0755/2185] podman-2:1.7.0-0.15.dev.gite6b8433 - autobuilt e6b8433 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 759d044..c9e3465 100644 --- a/.gitignore +++ b/.gitignore @@ -709,3 +709,4 @@ /libpod-4329204.tar.gz /libpod-1e440a3.tar.gz /libpod-fab67f3.tar.gz +/libpod-e6b8433.tar.gz diff --git a/podman.spec b/podman.spec index dbe0795..6e791bb 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 fab67f33930cf793d6780408406bc0305c70ff8f +%global commit0 e6b843312b93ddaf99d0ef94a7e60ff66bc0eac8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.14.dev.git%{shortcommit0}%{?dist} +Release: 0.15.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Dec 17 2019 RH Container Bot - 2:1.7.0-0.15.dev.gite6b8433 +- autobuilt e6b8433 + * Tue Dec 17 2019 RH Container Bot - 2:1.7.0-0.14.dev.gitfab67f3 - autobuilt fab67f3 diff --git a/sources b/sources index e1d8653..431d317 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-fab67f3.tar.gz) = 1bc83c0bba59c8565fa2a129055cb3a77ed3029001c5f8016ecc847bbaa03315283794b4739d5d22c9f0f71a03d164e0237bc2dcdec9ee9945bc0ab7265014e1 +SHA512 (libpod-e6b8433.tar.gz) = fca2cfde720782860b35125ca03271cc0d8d024f99b89a326a088cb3391f47fa4f12a822d621283ac022178c06b892453c63b648a931d3e917b2fc150b4f1e9d From f5968212da7c921842bd487ac4eb1b86e07edd1d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 19 Dec 2019 15:10:25 +0000 Subject: [PATCH 0756/2185] podman-2:1.7.0-0.16.dev.gitc1a7911 - autobuilt c1a7911 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c9e3465..c3f1b0d 100644 --- a/.gitignore +++ b/.gitignore @@ -710,3 +710,4 @@ /libpod-1e440a3.tar.gz /libpod-fab67f3.tar.gz /libpod-e6b8433.tar.gz +/libpod-c1a7911.tar.gz diff --git a/podman.spec b/podman.spec index 6e791bb..5de6b35 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e6b843312b93ddaf99d0ef94a7e60ff66bc0eac8 +%global commit0 c1a7911f37d5b9791be68f3a9e6478771d565731 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.15.dev.git%{shortcommit0}%{?dist} +Release: 0.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Dec 19 2019 RH Container Bot - 2:1.7.0-0.16.dev.gitc1a7911 +- autobuilt c1a7911 + * Tue Dec 17 2019 RH Container Bot - 2:1.7.0-0.15.dev.gite6b8433 - autobuilt e6b8433 diff --git a/sources b/sources index 431d317..876cb8a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e6b8433.tar.gz) = fca2cfde720782860b35125ca03271cc0d8d024f99b89a326a088cb3391f47fa4f12a822d621283ac022178c06b892453c63b648a931d3e917b2fc150b4f1e9d +SHA512 (libpod-c1a7911.tar.gz) = 583cf3991a46248f2c0cbbaab6e1912cfb313877ad616473073985c2803f1eb9df300d616d2d436bb92f6f9de84ac520e113ae696df4b303412a70d8b2a8b0b2 From 7a89cde8949e1138a4e51ee344df8f390cbfbac5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 19 Dec 2019 19:10:24 +0000 Subject: [PATCH 0757/2185] podman-2:1.7.0-0.17.dev.git1ba6d0f - autobuilt 1ba6d0f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c3f1b0d..604e53b 100644 --- a/.gitignore +++ b/.gitignore @@ -711,3 +711,4 @@ /libpod-fab67f3.tar.gz /libpod-e6b8433.tar.gz /libpod-c1a7911.tar.gz +/libpod-1ba6d0f.tar.gz diff --git a/podman.spec b/podman.spec index 5de6b35..dbf1dec 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c1a7911f37d5b9791be68f3a9e6478771d565731 +%global commit0 1ba6d0f883e17f2d460773f929873563b753d3e6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.16.dev.git%{shortcommit0}%{?dist} +Release: 0.17.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Dec 19 2019 RH Container Bot - 2:1.7.0-0.17.dev.git1ba6d0f +- autobuilt 1ba6d0f + * Thu Dec 19 2019 RH Container Bot - 2:1.7.0-0.16.dev.gitc1a7911 - autobuilt c1a7911 diff --git a/sources b/sources index 876cb8a..3af4ce4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c1a7911.tar.gz) = 583cf3991a46248f2c0cbbaab6e1912cfb313877ad616473073985c2803f1eb9df300d616d2d436bb92f6f9de84ac520e113ae696df4b303412a70d8b2a8b0b2 +SHA512 (libpod-1ba6d0f.tar.gz) = e04e06af9646326f49cba4a60a7471dae93b8ae7350f072dd7b773f95e31c3ef26da7c6eb62deafae7f90e61d740816f84032c9f0c8f6a1701da8838eb608c5c From eeea301ba49f9f2c8fc12bdbaa371e001c04ceb4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 20 Dec 2019 12:10:36 +0000 Subject: [PATCH 0758/2185] podman-2:1.7.0-0.18.dev.gite33d7e9 - autobuilt e33d7e9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 604e53b..68b64d0 100644 --- a/.gitignore +++ b/.gitignore @@ -712,3 +712,4 @@ /libpod-e6b8433.tar.gz /libpod-c1a7911.tar.gz /libpod-1ba6d0f.tar.gz +/libpod-e33d7e9.tar.gz diff --git a/podman.spec b/podman.spec index dbf1dec..c41e8d6 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1ba6d0f883e17f2d460773f929873563b753d3e6 +%global commit0 e33d7e9fab9974c8c13868e7434f78feab7508af %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.17.dev.git%{shortcommit0}%{?dist} +Release: 0.18.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Dec 20 2019 RH Container Bot - 2:1.7.0-0.18.dev.gite33d7e9 +- autobuilt e33d7e9 + * Thu Dec 19 2019 RH Container Bot - 2:1.7.0-0.17.dev.git1ba6d0f - autobuilt 1ba6d0f diff --git a/sources b/sources index 3af4ce4..6bf9b55 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-1ba6d0f.tar.gz) = e04e06af9646326f49cba4a60a7471dae93b8ae7350f072dd7b773f95e31c3ef26da7c6eb62deafae7f90e61d740816f84032c9f0c8f6a1701da8838eb608c5c +SHA512 (libpod-e33d7e9.tar.gz) = 4677fc016951ffe80fc1c8ad66b071d19d009417ebb1e286609856b1f14d5b05e47da0ccafddb8dc6061e926b04b414ad31a335759e4551984d35397b8f8b3e9 From e674af37a2903c902c364691420b9c3fcac8641c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 20 Dec 2019 17:15:45 +0000 Subject: [PATCH 0759/2185] podman-2:1.7.0-0.19.dev.gitfcd48db - autobuilt fcd48db Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 68b64d0..68c5b2e 100644 --- a/.gitignore +++ b/.gitignore @@ -713,3 +713,4 @@ /libpod-c1a7911.tar.gz /libpod-1ba6d0f.tar.gz /libpod-e33d7e9.tar.gz +/libpod-fcd48db.tar.gz diff --git a/podman.spec b/podman.spec index c41e8d6..5d60a70 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e33d7e9fab9974c8c13868e7434f78feab7508af +%global commit0 fcd48db4d24f6dba4fb2652d72aa0d86e167aa0c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.18.dev.git%{shortcommit0}%{?dist} +Release: 0.19.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Dec 20 2019 RH Container Bot - 2:1.7.0-0.19.dev.gitfcd48db +- autobuilt fcd48db + * Fri Dec 20 2019 RH Container Bot - 2:1.7.0-0.18.dev.gite33d7e9 - autobuilt e33d7e9 diff --git a/sources b/sources index 6bf9b55..503fee4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e33d7e9.tar.gz) = 4677fc016951ffe80fc1c8ad66b071d19d009417ebb1e286609856b1f14d5b05e47da0ccafddb8dc6061e926b04b414ad31a335759e4551984d35397b8f8b3e9 +SHA512 (libpod-fcd48db.tar.gz) = 4505ee02fdb3acf5c90312d4a55d04e7afe055a73ffdaa3e3540d2fc19145bcb94cd7d03f911848fbbe4d1ed4d6dd83d37fc05e4a1eafe2e85f7abb9c7c3787c From d150a7082cdadae1a5a9da369a6fc7eb3910561a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 31 Dec 2019 13:41:19 +0000 Subject: [PATCH 0760/2185] podman-2:1.7.0-0.20.dev.git6a370cb - autobuilt 6a370cb Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 68c5b2e..98550b4 100644 --- a/.gitignore +++ b/.gitignore @@ -714,3 +714,4 @@ /libpod-1ba6d0f.tar.gz /libpod-e33d7e9.tar.gz /libpod-fcd48db.tar.gz +/libpod-6a370cb.tar.gz diff --git a/podman.spec b/podman.spec index 5d60a70..73fdecd 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 fcd48db4d24f6dba4fb2652d72aa0d86e167aa0c +%global commit0 6a370cbbc7da9b7232bafed5e1afbe05ae88bcad %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.19.dev.git%{shortcommit0}%{?dist} +Release: 0.20.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Dec 31 2019 RH Container Bot - 2:1.7.0-0.20.dev.git6a370cb +- autobuilt 6a370cb + * Fri Dec 20 2019 RH Container Bot - 2:1.7.0-0.19.dev.gitfcd48db - autobuilt fcd48db diff --git a/sources b/sources index 503fee4..2d12d18 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-fcd48db.tar.gz) = 4505ee02fdb3acf5c90312d4a55d04e7afe055a73ffdaa3e3540d2fc19145bcb94cd7d03f911848fbbe4d1ed4d6dd83d37fc05e4a1eafe2e85f7abb9c7c3787c +SHA512 (libpod-6a370cb.tar.gz) = 6e77df74e29b78760b9f0b876a637a7a95029b680161b3312f7cc64a00c44401e0bbe583f73811b2f828bbf58d1d22f346502d93735ffdfc4a13a5df88bb7240 From 42b4474b898d4f20b6edfe32732e87118e9135d8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 2 Jan 2020 20:10:15 +0000 Subject: [PATCH 0761/2185] podman-2:1.7.0-0.21.dev.git1faa5bb - autobuilt 1faa5bb Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 98550b4..45d3fd8 100644 --- a/.gitignore +++ b/.gitignore @@ -715,3 +715,4 @@ /libpod-e33d7e9.tar.gz /libpod-fcd48db.tar.gz /libpod-6a370cb.tar.gz +/libpod-1faa5bb.tar.gz diff --git a/podman.spec b/podman.spec index 73fdecd..2d83940 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 6a370cbbc7da9b7232bafed5e1afbe05ae88bcad +%global commit0 1faa5bb6cdddc2d4b36b1c25261952c9ccf90f61 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.20.dev.git%{shortcommit0}%{?dist} +Release: 0.21.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jan 02 2020 RH Container Bot - 2:1.7.0-0.21.dev.git1faa5bb +- autobuilt 1faa5bb + * Tue Dec 31 2019 RH Container Bot - 2:1.7.0-0.20.dev.git6a370cb - autobuilt 6a370cb diff --git a/sources b/sources index 2d12d18..07a4576 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6a370cb.tar.gz) = 6e77df74e29b78760b9f0b876a637a7a95029b680161b3312f7cc64a00c44401e0bbe583f73811b2f828bbf58d1d22f346502d93735ffdfc4a13a5df88bb7240 +SHA512 (libpod-1faa5bb.tar.gz) = b35135250f740b759ebc1e27881ce6edb280aaeff37ef4d946f633dad1385079e2429924816b9d158804e93b2d385714a387ae06f77330a260024f4be584c31c From 12c54542a732b7adc0e2ca759c251f80b6815d02 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 2 Jan 2020 21:10:24 +0000 Subject: [PATCH 0762/2185] podman-2:1.7.0-0.22.dev.git50b4446 - autobuilt 50b4446 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 45d3fd8..118ec0b 100644 --- a/.gitignore +++ b/.gitignore @@ -716,3 +716,4 @@ /libpod-fcd48db.tar.gz /libpod-6a370cb.tar.gz /libpod-1faa5bb.tar.gz +/libpod-50b4446.tar.gz diff --git a/podman.spec b/podman.spec index 2d83940..16deeca 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1faa5bb6cdddc2d4b36b1c25261952c9ccf90f61 +%global commit0 50b44463760a224cd72e0920f03ed2041689bc63 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -39,7 +39,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.7.0-rc1 +%global built_tag v1.7.0-rc2 Name: podman %if 0%{?fedora} @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.21.dev.git%{shortcommit0}%{?dist} +Release: 0.22.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jan 02 2020 RH Container Bot - 2:1.7.0-0.22.dev.git50b4446 +- autobuilt 50b4446 + * Thu Jan 02 2020 RH Container Bot - 2:1.7.0-0.21.dev.git1faa5bb - autobuilt 1faa5bb diff --git a/sources b/sources index 07a4576..54b66c5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-1faa5bb.tar.gz) = b35135250f740b759ebc1e27881ce6edb280aaeff37ef4d946f633dad1385079e2429924816b9d158804e93b2d385714a387ae06f77330a260024f4be584c31c +SHA512 (libpod-50b4446.tar.gz) = ba08f7421f54746c9189f9f727a44a2f45bc6da39dbb174eb5472bfaefe9a0b15e485e50ae1dc099dc139213cce81d4cda1900e8641269298f3f272a2e7f8770 From 2de0d5a517d4620b2fced7a122e7a39478bf8a15 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 3 Jan 2020 18:10:16 +0000 Subject: [PATCH 0763/2185] podman-2:1.7.0-0.23.dev.git9758a97 - autobuilt 9758a97 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 118ec0b..8bc13be 100644 --- a/.gitignore +++ b/.gitignore @@ -717,3 +717,4 @@ /libpod-6a370cb.tar.gz /libpod-1faa5bb.tar.gz /libpod-50b4446.tar.gz +/libpod-9758a97.tar.gz diff --git a/podman.spec b/podman.spec index 16deeca..55069bd 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 50b44463760a224cd72e0920f03ed2041689bc63 +%global commit0 9758a975e67bb9d681d351aea0d858ace598dcdf %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.22.dev.git%{shortcommit0}%{?dist} +Release: 0.23.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Jan 03 2020 RH Container Bot - 2:1.7.0-0.23.dev.git9758a97 +- autobuilt 9758a97 + * Thu Jan 02 2020 RH Container Bot - 2:1.7.0-0.22.dev.git50b4446 - autobuilt 50b4446 diff --git a/sources b/sources index 54b66c5..396138d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-50b4446.tar.gz) = ba08f7421f54746c9189f9f727a44a2f45bc6da39dbb174eb5472bfaefe9a0b15e485e50ae1dc099dc139213cce81d4cda1900e8641269298f3f272a2e7f8770 +SHA512 (libpod-9758a97.tar.gz) = c2281fb454239eb15b80e494227bd93f583ff91673012b30e30d1f1d404e02339c66922aef030b9e0833e8458f55e02c8f0b0dda69ac5ef3a310e7e21e51911b From acfe9eb7ff4f231b5ce7a8564745ac3585f85f8c Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 6 Jan 2020 15:25:10 +0100 Subject: [PATCH 0764/2185] podman-1.7.0-0.24.dev.git9758a97.fc32 - merge podman-manpages with podman package Signed-off-by: Jindrich Novy --- podman.spec | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/podman.spec b/podman.spec index 55069bd..dc9888d 100644 --- a/podman.spec +++ b/podman.spec @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.23.dev.git%{shortcommit0}%{?dist} +Release: 0.24.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -80,7 +80,6 @@ Requires: nftables Requires: conmon Requires: %{name}-plugins = %{epoch}:%{version}-%{release} %if 0%{?fedora} -Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} Recommends: container-selinux Recommends: libvarlink-util Recommends: slirp4netns >= 0.3.0-2 @@ -88,7 +87,6 @@ Recommends: fuse-overlayfs >= 0.3-8 Recommends: runc %else #### DO NOT REMOVE - NEEDED FOR CENTOS -Requires: %{name}-manpages = %{version}-%{release} Requires: container-selinux Requires: slirp4netns >= 0.3.0-2 Requires: crun @@ -404,7 +402,6 @@ This package contains system tests for %{name} %package remote Summary: (Experimental) Remote client for managing %{name} containers -Recommends: %{name}-manpages = %{epoch}:%{version}-%{release} %description remote Remote client for managing %{name} containers. @@ -417,17 +414,6 @@ manage pods, containers and container images. %{name}-remote supports ssh connections as well. %endif -%package manpages -Summary: Man pages for the %{name} commands -BuildArch: noarch - -%files manpages -%{_mandir}/man1/%{name}*.1* -%{_mandir}/man5/*.5* - -%description manpages -Man pages for the %{name} commands - %package plugins Summary: Plugins for %{name} @@ -596,8 +582,9 @@ exit 0 %{_unitdir}/io.%{name}.socket %{_userunitdir}/io.%{name}.service %{_userunitdir}/io.%{name}.socket - %{_usr}/lib/tmpfiles.d/%{name}.conf +%{_mandir}/man1/%{name}*.1* +%{_mandir}/man5/*.5* %files docker %{_bindir}/docker @@ -633,6 +620,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Jan 06 2020 Jindrich Novy - 2:1.7.0-0.24.dev.git9758a97 +- merge podman-manpages with podman package + * Fri Jan 03 2020 RH Container Bot - 2:1.7.0-0.23.dev.git9758a97 - autobuilt 9758a97 From bc9a9978540aef7e3465a164ebb91c293dc8146f Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 6 Jan 2020 16:54:08 +0100 Subject: [PATCH 0765/2185] podman-1.7.0-0.25.dev.git9758a97.fc32 - add podman-manpages provide to main podman package Signed-off-by: Jindrich Novy --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index dc9888d..12d82c8 100644 --- a/podman.spec +++ b/podman.spec @@ -48,12 +48,13 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.24.dev.git%{shortcommit0}%{?dist} +Release: 0.25.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{shortcommit_plugins}.tar.gz +Provides: %{name}-manpages = %{epoch}:%{version}-%{release} # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} BuildRequires: btrfs-progs-devel @@ -620,6 +621,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Jan 06 2020 Jindrich Novy - 2:1.7.0-0.25.dev.git9758a97 +- add podman-manpages provide to main podman package + * Mon Jan 06 2020 Jindrich Novy - 2:1.7.0-0.24.dev.git9758a97 - merge podman-manpages with podman package From 5b77e54d6cd9b6b482377ad48096a4c3cc9274cc Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 6 Jan 2020 17:20:35 +0100 Subject: [PATCH 0766/2185] podman-1.7.0-0.26.dev.git9758a97.fc32 - also obsolete former podman-manpages package Signed-off-by: Jindrich Novy --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 12d82c8..90beece 100644 --- a/podman.spec +++ b/podman.spec @@ -48,13 +48,14 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.25.dev.git%{shortcommit0}%{?dist} +Release: 0.26.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{shortcommit_plugins}.tar.gz Provides: %{name}-manpages = %{epoch}:%{version}-%{release} +Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release} # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} BuildRequires: btrfs-progs-devel @@ -621,6 +622,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Jan 06 2020 Jindrich Novy - 2:1.7.0-0.26.dev.git9758a97 +- also obsolete former podman-manpages package + * Mon Jan 06 2020 Jindrich Novy - 2:1.7.0-0.25.dev.git9758a97 - add podman-manpages provide to main podman package From 62e139b4af3ea21514d605a980f82e8d7a548eb8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 6 Jan 2020 17:10:10 +0000 Subject: [PATCH 0767/2185] podman-2:1.7.0-0.27.dev.git2e0157a - autobuilt 2e0157a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8bc13be..612a3b6 100644 --- a/.gitignore +++ b/.gitignore @@ -718,3 +718,4 @@ /libpod-1faa5bb.tar.gz /libpod-50b4446.tar.gz /libpod-9758a97.tar.gz +/libpod-2e0157a.tar.gz diff --git a/podman.spec b/podman.spec index 90beece..dc4a9d7 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9758a975e67bb9d681d351aea0d858ace598dcdf +%global commit0 2e0157a2d50562cfbea1173791220aec4cbce233 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.26.dev.git%{shortcommit0}%{?dist} +Release: 0.27.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -622,6 +622,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Jan 06 2020 RH Container Bot - 2:1.7.0-0.27.dev.git2e0157a +- autobuilt 2e0157a + * Mon Jan 06 2020 Jindrich Novy - 2:1.7.0-0.26.dev.git9758a97 - also obsolete former podman-manpages package diff --git a/sources b/sources index 396138d..e41518f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-9758a97.tar.gz) = c2281fb454239eb15b80e494227bd93f583ff91673012b30e30d1f1d404e02339c66922aef030b9e0833e8458f55e02c8f0b0dda69ac5ef3a310e7e21e51911b +SHA512 (libpod-2e0157a.tar.gz) = b1bdf73b898ba59a8136649aef0c7a76ca8819e8766ef26dc9726f177ed817f4351fafb5ae27304fbea9e5e406cbec29f2c88de6de9a308650f6fefff9e54d0d From 079d150433188948a12079fa745fe6c6ec9170c7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 6 Jan 2020 19:10:16 +0000 Subject: [PATCH 0768/2185] podman-2:1.7.0-0.28.dev.git2d8f1c8 - autobuilt 2d8f1c8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 612a3b6..b616f1e 100644 --- a/.gitignore +++ b/.gitignore @@ -719,3 +719,4 @@ /libpod-50b4446.tar.gz /libpod-9758a97.tar.gz /libpod-2e0157a.tar.gz +/libpod-2d8f1c8.tar.gz diff --git a/podman.spec b/podman.spec index dc4a9d7..8c4faaa 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2e0157a2d50562cfbea1173791220aec4cbce233 +%global commit0 2d8f1c8fda4d0a8b7c41addbc89f0b2f83908ec2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.27.dev.git%{shortcommit0}%{?dist} +Release: 0.28.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -622,6 +622,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Jan 06 2020 RH Container Bot - 2:1.7.0-0.28.dev.git2d8f1c8 +- autobuilt 2d8f1c8 + * Mon Jan 06 2020 RH Container Bot - 2:1.7.0-0.27.dev.git2e0157a - autobuilt 2e0157a diff --git a/sources b/sources index e41518f..34a628f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-2e0157a.tar.gz) = b1bdf73b898ba59a8136649aef0c7a76ca8819e8766ef26dc9726f177ed817f4351fafb5ae27304fbea9e5e406cbec29f2c88de6de9a308650f6fefff9e54d0d +SHA512 (libpod-2d8f1c8.tar.gz) = f0f5e278b14959cb7fc2fe560b6b6a4c3fcea80a06d3b7ae8d115c15638ad00c28e4c72d726fb429cc60ea3e9c9d166f1afb8b68f2ab0426241ff47264ea3047 From 5d1aa31d684cef5c2bcf84f3f693b6c96550750b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 6 Jan 2020 22:10:05 +0000 Subject: [PATCH 0769/2185] podman-2:1.7.1-0.1.dev.gite362220 - bump to 1.7.1 - autobuilt e362220 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b616f1e..9288af9 100644 --- a/.gitignore +++ b/.gitignore @@ -720,3 +720,4 @@ /libpod-9758a97.tar.gz /libpod-2e0157a.tar.gz /libpod-2d8f1c8.tar.gz +/libpod-e362220.tar.gz diff --git a/podman.spec b/podman.spec index 8c4faaa..d25ffbc 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2d8f1c8fda4d0a8b7c41addbc89f0b2f83908ec2 +%global commit0 e3622209716ad1494531cd3cd38114081ec90f87 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -45,10 +45,10 @@ Name: podman %if 0%{?fedora} Epoch: 2 %endif -Version: 1.7.0 +Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.28.dev.git%{shortcommit0}%{?dist} +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -622,6 +622,10 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Jan 06 2020 RH Container Bot - 2:1.7.1-0.1.dev.gite362220 +- bump to 1.7.1 +- autobuilt e362220 + * Mon Jan 06 2020 RH Container Bot - 2:1.7.0-0.28.dev.git2d8f1c8 - autobuilt 2d8f1c8 diff --git a/sources b/sources index 34a628f..9e21750 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-2d8f1c8.tar.gz) = f0f5e278b14959cb7fc2fe560b6b6a4c3fcea80a06d3b7ae8d115c15638ad00c28e4c72d726fb429cc60ea3e9c9d166f1afb8b68f2ab0426241ff47264ea3047 +SHA512 (libpod-e362220.tar.gz) = 234f004bc9eb3708b93f0c854d6a513ae4f89129d4181ae5765c31be72faddc0994b3bf3ea9a1e88b5b7170789005d6ca968e7b40dd344c27557b40c80d12cda From 2e5cdc2217c29bf18744b6cb4d57e05a73683a78 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 7 Jan 2020 12:15:45 +0100 Subject: [PATCH 0770/2185] podman-1.7.1-0.2.dev.gite362220.fc32 - always require container-selinux (#1765818) Signed-off-by: Jindrich Novy --- podman.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/podman.spec b/podman.spec index d25ffbc..4704d61 100644 --- a/podman.spec +++ b/podman.spec @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.1.dev.git%{shortcommit0}%{?dist} +Release: 0.2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -81,15 +81,14 @@ Requires: iptables Requires: nftables Requires: conmon Requires: %{name}-plugins = %{epoch}:%{version}-%{release} +Requires: container-selinux %if 0%{?fedora} -Recommends: container-selinux Recommends: libvarlink-util Recommends: slirp4netns >= 0.3.0-2 Recommends: fuse-overlayfs >= 0.3-8 Recommends: runc %else #### DO NOT REMOVE - NEEDED FOR CENTOS -Requires: container-selinux Requires: slirp4netns >= 0.3.0-2 Requires: crun Requires: runc @@ -622,6 +621,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Jan 07 2020 Jindrich Novy - 2:1.7.1-0.2.dev.gite362220 +- always require container-selinux (#1765818) + * Mon Jan 06 2020 RH Container Bot - 2:1.7.1-0.1.dev.gite362220 - bump to 1.7.1 - autobuilt e362220 From 2408902de0359eed6da04c9228d180de42c1e466 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 7 Jan 2020 16:10:35 +0000 Subject: [PATCH 0771/2185] podman-2:1.7.1-0.3.dev.gitf85b3a0 - autobuilt f85b3a0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9288af9..ceae09b 100644 --- a/.gitignore +++ b/.gitignore @@ -721,3 +721,4 @@ /libpod-2e0157a.tar.gz /libpod-2d8f1c8.tar.gz /libpod-e362220.tar.gz +/libpod-f85b3a0.tar.gz diff --git a/podman.spec b/podman.spec index 4704d61..49c20c8 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e3622209716ad1494531cd3cd38114081ec90f87 +%global commit0 f85b3a01f050e4f8af8471f396013f18647d9241 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.2.dev.git%{shortcommit0}%{?dist} +Release: 0.3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -621,6 +621,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Jan 07 2020 RH Container Bot - 2:1.7.1-0.3.dev.gitf85b3a0 +- autobuilt f85b3a0 + * Tue Jan 07 2020 Jindrich Novy - 2:1.7.1-0.2.dev.gite362220 - always require container-selinux (#1765818) diff --git a/sources b/sources index 9e21750..55f0575 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e362220.tar.gz) = 234f004bc9eb3708b93f0c854d6a513ae4f89129d4181ae5765c31be72faddc0994b3bf3ea9a1e88b5b7170789005d6ca968e7b40dd344c27557b40c80d12cda +SHA512 (libpod-f85b3a0.tar.gz) = 4391ed3a9dbf0c3bbb241e599a335c3a41325ddfc89795b592d77d075b5ed27d53f0c0df2ce606a22fbc763ed38c90c54c77011075456a6e3aff19176df9877a From bc08a3d7708d093926bd4e91fa0cf27a53eb3d09 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 7 Jan 2020 18:10:29 +0000 Subject: [PATCH 0772/2185] podman-2:1.7.1-0.4.dev.gitbd3d8f4 - autobuilt bd3d8f4 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ceae09b..60af22d 100644 --- a/.gitignore +++ b/.gitignore @@ -722,3 +722,4 @@ /libpod-2d8f1c8.tar.gz /libpod-e362220.tar.gz /libpod-f85b3a0.tar.gz +/libpod-bd3d8f4.tar.gz diff --git a/podman.spec b/podman.spec index 49c20c8..3619d38 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f85b3a01f050e4f8af8471f396013f18647d9241 +%global commit0 bd3d8f4e282dc7a552d955bf5958b53d23937604 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -39,7 +39,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.7.0-rc2 +%global built_tag v1.7.0 Name: podman %if 0%{?fedora} @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.3.dev.git%{shortcommit0}%{?dist} +Release: 0.4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -621,6 +621,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Jan 07 2020 RH Container Bot - 2:1.7.1-0.4.dev.gitbd3d8f4 +- autobuilt bd3d8f4 + * Tue Jan 07 2020 RH Container Bot - 2:1.7.1-0.3.dev.gitf85b3a0 - autobuilt f85b3a0 diff --git a/sources b/sources index 55f0575..4201314 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-f85b3a0.tar.gz) = 4391ed3a9dbf0c3bbb241e599a335c3a41325ddfc89795b592d77d075b5ed27d53f0c0df2ce606a22fbc763ed38c90c54c77011075456a6e3aff19176df9877a +SHA512 (libpod-bd3d8f4.tar.gz) = e0017fb3945f659958136074419119c8c0fea1fc543a25d1509f748a6ebe459e3616673bd594fef9d7a6e4eafd288c9d106a6d04e183f9a6810ffeb1b4f26fb3 From 539066133d297ba2282e02ac2b39e064dde70be7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 7 Jan 2020 22:10:15 +0000 Subject: [PATCH 0773/2185] podman-2:1.7.1-0.5.dev.gitc41fd09 - autobuilt c41fd09 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 60af22d..dded3ae 100644 --- a/.gitignore +++ b/.gitignore @@ -723,3 +723,4 @@ /libpod-e362220.tar.gz /libpod-f85b3a0.tar.gz /libpod-bd3d8f4.tar.gz +/libpod-c41fd09.tar.gz diff --git a/podman.spec b/podman.spec index 3619d38..3f644e4 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 bd3d8f4e282dc7a552d955bf5958b53d23937604 +%global commit0 c41fd09a8da3a96bc0e58f9f29f87b9bdf30264d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.4.dev.git%{shortcommit0}%{?dist} +Release: 0.5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -621,6 +621,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Jan 07 2020 RH Container Bot - 2:1.7.1-0.5.dev.gitc41fd09 +- autobuilt c41fd09 + * Tue Jan 07 2020 RH Container Bot - 2:1.7.1-0.4.dev.gitbd3d8f4 - autobuilt bd3d8f4 diff --git a/sources b/sources index 4201314..64cdad8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-bd3d8f4.tar.gz) = e0017fb3945f659958136074419119c8c0fea1fc543a25d1509f748a6ebe459e3616673bd594fef9d7a6e4eafd288c9d106a6d04e183f9a6810ffeb1b4f26fb3 +SHA512 (libpod-c41fd09.tar.gz) = 896c28904daf9b81a6bdeb205f46162a8261fd8b720518fed2a3ec172881248010d2c1821b06c85ee0a6f41626a690102797dd53572b2070bee831699e75e362 From 3c58bf52b9ad0437a8401704a822a00e18d9d6da Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 8 Jan 2020 13:10:19 +0000 Subject: [PATCH 0774/2185] podman-2:1.7.1-0.6.dev.git0b9dd1a - autobuilt 0b9dd1a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dded3ae..19b2ad6 100644 --- a/.gitignore +++ b/.gitignore @@ -724,3 +724,4 @@ /libpod-f85b3a0.tar.gz /libpod-bd3d8f4.tar.gz /libpod-c41fd09.tar.gz +/libpod-0b9dd1a.tar.gz diff --git a/podman.spec b/podman.spec index 3f644e4..ca468bb 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c41fd09a8da3a96bc0e58f9f29f87b9bdf30264d +%global commit0 0b9dd1a1a0e967e87c242c865cd244f90cb740e1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.5.dev.git%{shortcommit0}%{?dist} +Release: 0.6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -621,6 +621,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jan 08 2020 RH Container Bot - 2:1.7.1-0.6.dev.git0b9dd1a +- autobuilt 0b9dd1a + * Tue Jan 07 2020 RH Container Bot - 2:1.7.1-0.5.dev.gitc41fd09 - autobuilt c41fd09 diff --git a/sources b/sources index 64cdad8..62261ef 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c41fd09.tar.gz) = 896c28904daf9b81a6bdeb205f46162a8261fd8b720518fed2a3ec172881248010d2c1821b06c85ee0a6f41626a690102797dd53572b2070bee831699e75e362 +SHA512 (libpod-0b9dd1a.tar.gz) = 3a67d08e9b8d5d78ba2b528490b532078ae099daf04d6767a446a50841195d3b4a3f99e82f6053c7b809005acaac66446ec58fca8b485d8d7112033cf976cc73 From 9eb76ba048e78849236f8db879c25cb54330da66 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 8 Jan 2020 14:51:56 +0100 Subject: [PATCH 0775/2185] podman-1.7.1-0.7.dev.git0b9dd1a.fc32 - require container-selinux only when selinux-policy is installed and move podman-remote man pages to dedicated package (#1765818) Signed-off-by: Jindrich Novy --- podman.spec | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/podman.spec b/podman.spec index ca468bb..4db3c26 100644 --- a/podman.spec +++ b/podman.spec @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.6.dev.git%{shortcommit0}%{?dist} +Release: 0.7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -81,7 +81,7 @@ Requires: iptables Requires: nftables Requires: conmon Requires: %{name}-plugins = %{epoch}:%{version}-%{release} -Requires: container-selinux +Requires: (container-selinux if selinux-policy) %if 0%{?fedora} Recommends: libvarlink-util Recommends: slirp4netns >= 0.3.0-2 @@ -495,6 +495,11 @@ pushd dnsname-%{commit_plugins} %{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install popd +# do not include docker and podman-remote man pages in main package +for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},," | grep -v -e remote -e docker`; do + echo "$file*" >> podman.file-list +done + # source codes for building projects %if 0%{?with_devel} install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ @@ -569,7 +574,7 @@ exit 0 #define license tag if not already defined %{!?_licensedir:%global license %doc} -%files +%files -f podman.file-list %license LICENSE %doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md %{_bindir}/%{name} @@ -584,8 +589,6 @@ exit 0 %{_userunitdir}/io.%{name}.service %{_userunitdir}/io.%{name}.socket %{_usr}/lib/tmpfiles.d/%{name}.conf -%{_mandir}/man1/%{name}*.1* -%{_mandir}/man5/*.5* %files docker %{_bindir}/docker @@ -609,6 +612,8 @@ exit 0 %files remote %license LICENSE %{_bindir}/%{name}-remote +%{_mandir}/man1/%{name}-remote*.1* +%{_mandir}/man5/%{name}-remote*.5* %files tests %license LICENSE @@ -621,6 +626,10 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jan 08 2020 Jindrich Novy - 2:1.7.1-0.7.dev.git0b9dd1a +- require container-selinux only when selinux-policy is installed and + move podman-remote man pages to dedicated package (#1765818) + * Wed Jan 08 2020 RH Container Bot - 2:1.7.1-0.6.dev.git0b9dd1a - autobuilt 0b9dd1a From e073f4e2dfd61777bf5a23b244683a8b18f3d63c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 8 Jan 2020 14:09:59 +0000 Subject: [PATCH 0776/2185] podman-2:1.7.1-0.8.dev.git27caffb - autobuilt 27caffb Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 19b2ad6..c9f4b96 100644 --- a/.gitignore +++ b/.gitignore @@ -725,3 +725,4 @@ /libpod-bd3d8f4.tar.gz /libpod-c41fd09.tar.gz /libpod-0b9dd1a.tar.gz +/libpod-27caffb.tar.gz diff --git a/podman.spec b/podman.spec index 4db3c26..5f76e4a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0b9dd1a1a0e967e87c242c865cd244f90cb740e1 +%global commit0 27caffbb240725255485deaaecd548663adbf1fd %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.7.dev.git%{shortcommit0}%{?dist} +Release: 0.8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jan 08 2020 RH Container Bot - 2:1.7.1-0.8.dev.git27caffb +- autobuilt 27caffb + * Wed Jan 08 2020 Jindrich Novy - 2:1.7.1-0.7.dev.git0b9dd1a - require container-selinux only when selinux-policy is installed and move podman-remote man pages to dedicated package (#1765818) diff --git a/sources b/sources index 62261ef..daf8b95 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-0b9dd1a.tar.gz) = 3a67d08e9b8d5d78ba2b528490b532078ae099daf04d6767a446a50841195d3b4a3f99e82f6053c7b809005acaac66446ec58fca8b485d8d7112033cf976cc73 +SHA512 (libpod-27caffb.tar.gz) = d8111e684d021731b6ce0f3e13b723097046a5a9fd95a1c21d2bbae8fc3970bab35c86603cde45d635c6fdce1d8089e9815894a0477e2eec6a2892a1c92a2def From 3f3fe2204bf0e2aed257a846d1900e2082dc873c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 8 Jan 2020 16:10:20 +0000 Subject: [PATCH 0777/2185] podman-2:1.7.1-0.9.dev.gitc6ad42a - autobuilt c6ad42a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c9f4b96..acd5a69 100644 --- a/.gitignore +++ b/.gitignore @@ -726,3 +726,4 @@ /libpod-c41fd09.tar.gz /libpod-0b9dd1a.tar.gz /libpod-27caffb.tar.gz +/libpod-c6ad42a.tar.gz diff --git a/podman.spec b/podman.spec index 5f76e4a..8404608 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 27caffbb240725255485deaaecd548663adbf1fd +%global commit0 c6ad42a176c943aa96a8c053682196cd38fd6a1a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.8.dev.git%{shortcommit0}%{?dist} +Release: 0.9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jan 08 2020 RH Container Bot - 2:1.7.1-0.9.dev.gitc6ad42a +- autobuilt c6ad42a + * Wed Jan 08 2020 RH Container Bot - 2:1.7.1-0.8.dev.git27caffb - autobuilt 27caffb diff --git a/sources b/sources index daf8b95..2f65d8c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-27caffb.tar.gz) = d8111e684d021731b6ce0f3e13b723097046a5a9fd95a1c21d2bbae8fc3970bab35c86603cde45d635c6fdce1d8089e9815894a0477e2eec6a2892a1c92a2def +SHA512 (libpod-c6ad42a.tar.gz) = b1ca27b5a381909071138884711a04c9b7b1ac963eb516a73bc45801aac80b8b1af8e87b1fc9018ba2bb6fe3765bdaaf75e3099d8e0e838c35089f036750f255 From f250d170cce2a32a76ec34ea7e927c61164e1f04 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 8 Jan 2020 18:10:25 +0000 Subject: [PATCH 0778/2185] podman-2:1.7.1-0.10.dev.gitc99b413 - autobuilt c99b413 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index acd5a69..0307cae 100644 --- a/.gitignore +++ b/.gitignore @@ -727,3 +727,4 @@ /libpod-0b9dd1a.tar.gz /libpod-27caffb.tar.gz /libpod-c6ad42a.tar.gz +/libpod-c99b413.tar.gz diff --git a/podman.spec b/podman.spec index 8404608..bc1c551 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c6ad42a176c943aa96a8c053682196cd38fd6a1a +%global commit0 c99b413abbc74f6f7e126d8bca58f44a3fcd9c2d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.9.dev.git%{shortcommit0}%{?dist} +Release: 0.10.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jan 08 2020 RH Container Bot - 2:1.7.1-0.10.dev.gitc99b413 +- autobuilt c99b413 + * Wed Jan 08 2020 RH Container Bot - 2:1.7.1-0.9.dev.gitc6ad42a - autobuilt c6ad42a diff --git a/sources b/sources index 2f65d8c..8297520 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c6ad42a.tar.gz) = b1ca27b5a381909071138884711a04c9b7b1ac963eb516a73bc45801aac80b8b1af8e87b1fc9018ba2bb6fe3765bdaaf75e3099d8e0e838c35089f036750f255 +SHA512 (libpod-c99b413.tar.gz) = d739daa2731c41b21ebb68956b079e6779c687aa1cb4feaa05dced5143dc070582b26c120ff45bb12a101eb2691ed37eee69b2012315b972d44b204245069dfe From 97ccfd52fa28e4a6f19643f184dd39f2048f9354 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 9 Jan 2020 10:10:47 +0000 Subject: [PATCH 0779/2185] podman-2:1.7.1-0.11.dev.gitf3fc10f - autobuilt f3fc10f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0307cae..50da7ea 100644 --- a/.gitignore +++ b/.gitignore @@ -728,3 +728,4 @@ /libpod-27caffb.tar.gz /libpod-c6ad42a.tar.gz /libpod-c99b413.tar.gz +/libpod-f3fc10f.tar.gz diff --git a/podman.spec b/podman.spec index bc1c551..76ebdf1 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c99b413abbc74f6f7e126d8bca58f44a3fcd9c2d +%global commit0 f3fc10feb42930def6922fc050096ea38bafed7a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.10.dev.git%{shortcommit0}%{?dist} +Release: 0.11.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jan 09 2020 RH Container Bot - 2:1.7.1-0.11.dev.gitf3fc10f +- autobuilt f3fc10f + * Wed Jan 08 2020 RH Container Bot - 2:1.7.1-0.10.dev.gitc99b413 - autobuilt c99b413 diff --git a/sources b/sources index 8297520..c40c753 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c99b413.tar.gz) = d739daa2731c41b21ebb68956b079e6779c687aa1cb4feaa05dced5143dc070582b26c120ff45bb12a101eb2691ed37eee69b2012315b972d44b204245069dfe +SHA512 (libpod-f3fc10f.tar.gz) = 195f797c8e6ff7eb9cda0381ccfc039f7a50145b53347edf0bfe2abe249235c53b2b94cb62c160f77abdb275ae7b05532ad75030e14e2fbc6f43a45f82b6e093 From 7474f3eeaae62777971439131da53b9bae1f10fe Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 9 Jan 2020 13:10:10 +0000 Subject: [PATCH 0780/2185] podman-2:1.7.1-0.12.dev.git154b5ca - autobuilt 154b5ca Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 50da7ea..1d7a9e4 100644 --- a/.gitignore +++ b/.gitignore @@ -729,3 +729,4 @@ /libpod-c6ad42a.tar.gz /libpod-c99b413.tar.gz /libpod-f3fc10f.tar.gz +/libpod-154b5ca.tar.gz diff --git a/podman.spec b/podman.spec index 76ebdf1..f41a94f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f3fc10feb42930def6922fc050096ea38bafed7a +%global commit0 154b5ca85dc760e047f3f91a1a0a4fb64e918b2c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.11.dev.git%{shortcommit0}%{?dist} +Release: 0.12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jan 09 2020 RH Container Bot - 2:1.7.1-0.12.dev.git154b5ca +- autobuilt 154b5ca + * Thu Jan 09 2020 RH Container Bot - 2:1.7.1-0.11.dev.gitf3fc10f - autobuilt f3fc10f diff --git a/sources b/sources index c40c753..9b87ae4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-f3fc10f.tar.gz) = 195f797c8e6ff7eb9cda0381ccfc039f7a50145b53347edf0bfe2abe249235c53b2b94cb62c160f77abdb275ae7b05532ad75030e14e2fbc6f43a45f82b6e093 +SHA512 (libpod-154b5ca.tar.gz) = 662fac1cf8f5b457e3c44c452a108425393ea5b96cf9013a56d5ac6eda178fa17612655c500f1ae5ba6cd2500839d17a6572d64b7dba7ebc66cb4ae0c91d706f From 8ef3fc20b442eb141c62af9c77d0b31d186ff98c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 9 Jan 2020 14:10:02 +0000 Subject: [PATCH 0781/2185] podman-2:1.7.1-0.13.dev.gitf57fdd0 - autobuilt f57fdd0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1d7a9e4..27b6af3 100644 --- a/.gitignore +++ b/.gitignore @@ -730,3 +730,4 @@ /libpod-c99b413.tar.gz /libpod-f3fc10f.tar.gz /libpod-154b5ca.tar.gz +/libpod-f57fdd0.tar.gz diff --git a/podman.spec b/podman.spec index f41a94f..066bd9b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 154b5ca85dc760e047f3f91a1a0a4fb64e918b2c +%global commit0 f57fdd038d431ebbd59e39b909cab7543b5d8f01 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.12.dev.git%{shortcommit0}%{?dist} +Release: 0.13.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jan 09 2020 RH Container Bot - 2:1.7.1-0.13.dev.gitf57fdd0 +- autobuilt f57fdd0 + * Thu Jan 09 2020 RH Container Bot - 2:1.7.1-0.12.dev.git154b5ca - autobuilt 154b5ca diff --git a/sources b/sources index 9b87ae4..74011ec 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-154b5ca.tar.gz) = 662fac1cf8f5b457e3c44c452a108425393ea5b96cf9013a56d5ac6eda178fa17612655c500f1ae5ba6cd2500839d17a6572d64b7dba7ebc66cb4ae0c91d706f +SHA512 (libpod-f57fdd0.tar.gz) = 8c809750b7101aa020dc9e899020cbd2f90ed42c479d758647081968863ca3a2de54c39fa41697e0e2090d4a0fb3469d36c22f106fe1abc3bc668c351d6c6ea8 From 7fd05b3d263d892042726278d966e7c18ba19f76 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 10 Jan 2020 12:10:32 +0000 Subject: [PATCH 0782/2185] podman-2:1.7.1-0.14.dev.git6ed88e0 - autobuilt 6ed88e0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 27b6af3..1deef0d 100644 --- a/.gitignore +++ b/.gitignore @@ -731,3 +731,4 @@ /libpod-f3fc10f.tar.gz /libpod-154b5ca.tar.gz /libpod-f57fdd0.tar.gz +/libpod-6ed88e0.tar.gz diff --git a/podman.spec b/podman.spec index 066bd9b..6af2420 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f57fdd038d431ebbd59e39b909cab7543b5d8f01 +%global commit0 6ed88e047579bd2d1eac99a6089cc617f0c4773d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.13.dev.git%{shortcommit0}%{?dist} +Release: 0.14.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Jan 10 2020 RH Container Bot - 2:1.7.1-0.14.dev.git6ed88e0 +- autobuilt 6ed88e0 + * Thu Jan 09 2020 RH Container Bot - 2:1.7.1-0.13.dev.gitf57fdd0 - autobuilt f57fdd0 diff --git a/sources b/sources index 74011ec..3c46435 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-f57fdd0.tar.gz) = 8c809750b7101aa020dc9e899020cbd2f90ed42c479d758647081968863ca3a2de54c39fa41697e0e2090d4a0fb3469d36c22f106fe1abc3bc668c351d6c6ea8 +SHA512 (libpod-6ed88e0.tar.gz) = f51697dea06c840cc9babeddb822a45da5ef42ef2f39b2106cd08fe65f1d0a667427176a25a8528bef90153f7d14ba0397497559f3aea4a516ae6a5a6317df7a From 72dc37d07677421eca1181381f7e4d6962be36c1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 10 Jan 2020 21:10:48 +0000 Subject: [PATCH 0783/2185] podman-2:1.7.1-0.15.dev.gite1ffac6 - autobuilt e1ffac6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1deef0d..300a2db 100644 --- a/.gitignore +++ b/.gitignore @@ -732,3 +732,4 @@ /libpod-154b5ca.tar.gz /libpod-f57fdd0.tar.gz /libpod-6ed88e0.tar.gz +/libpod-e1ffac6.tar.gz diff --git a/podman.spec b/podman.spec index 6af2420..940944d 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 6ed88e047579bd2d1eac99a6089cc617f0c4773d +%global commit0 e1ffac6cc73eb36640cbaf6a1a28ba44749a96d9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.14.dev.git%{shortcommit0}%{?dist} +Release: 0.15.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Jan 10 2020 RH Container Bot - 2:1.7.1-0.15.dev.gite1ffac6 +- autobuilt e1ffac6 + * Fri Jan 10 2020 RH Container Bot - 2:1.7.1-0.14.dev.git6ed88e0 - autobuilt 6ed88e0 diff --git a/sources b/sources index 3c46435..5cacd96 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6ed88e0.tar.gz) = f51697dea06c840cc9babeddb822a45da5ef42ef2f39b2106cd08fe65f1d0a667427176a25a8528bef90153f7d14ba0397497559f3aea4a516ae6a5a6317df7a +SHA512 (libpod-e1ffac6.tar.gz) = 2723cdea422146b7e56d04e6169ec5ad8bc7497320f0b568aeb81ba90ef798c0b9aac5745511348440f8f16dcb993ed075d5a26326be5ed5a05e42ad83940f46 From 49a514bf9d4cd3ed064d3e588dc2374d68255da7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 10 Jan 2020 23:10:21 +0000 Subject: [PATCH 0784/2185] podman-2:1.7.1-0.16.dev.git0e9c208 - autobuilt 0e9c208 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 300a2db..e9f5ada 100644 --- a/.gitignore +++ b/.gitignore @@ -733,3 +733,4 @@ /libpod-f57fdd0.tar.gz /libpod-6ed88e0.tar.gz /libpod-e1ffac6.tar.gz +/libpod-0e9c208.tar.gz diff --git a/podman.spec b/podman.spec index 940944d..38631c8 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e1ffac6cc73eb36640cbaf6a1a28ba44749a96d9 +%global commit0 0e9c208d3f9fc6f160f7e7746119ddf99ae6f220 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.15.dev.git%{shortcommit0}%{?dist} +Release: 0.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Jan 10 2020 RH Container Bot - 2:1.7.1-0.16.dev.git0e9c208 +- autobuilt 0e9c208 + * Fri Jan 10 2020 RH Container Bot - 2:1.7.1-0.15.dev.gite1ffac6 - autobuilt e1ffac6 diff --git a/sources b/sources index 5cacd96..ddb43e7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e1ffac6.tar.gz) = 2723cdea422146b7e56d04e6169ec5ad8bc7497320f0b568aeb81ba90ef798c0b9aac5745511348440f8f16dcb993ed075d5a26326be5ed5a05e42ad83940f46 +SHA512 (libpod-0e9c208.tar.gz) = c1f27ad0d5579ac4ccc28009a56773107dd8287894a353f5621d9e2169dc7415bb98680ac130495cab18f3a8c64fc30fe7d828b84cd6755e554c7d8c1a15af9a From 77b994068b3b1e23138a7f823c644b7f9c059204 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 11 Jan 2020 18:11:14 +0000 Subject: [PATCH 0785/2185] podman-2:1.7.1-0.17.dev.git2d5fd7c - autobuilt 2d5fd7c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e9f5ada..a035dcd 100644 --- a/.gitignore +++ b/.gitignore @@ -734,3 +734,4 @@ /libpod-6ed88e0.tar.gz /libpod-e1ffac6.tar.gz /libpod-0e9c208.tar.gz +/libpod-2d5fd7c.tar.gz diff --git a/podman.spec b/podman.spec index 38631c8..693b95b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0e9c208d3f9fc6f160f7e7746119ddf99ae6f220 +%global commit0 2d5fd7cc3718d27b35352e80c0c3296c5bb69c2f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.16.dev.git%{shortcommit0}%{?dist} +Release: 0.17.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sat Jan 11 2020 RH Container Bot - 2:1.7.1-0.17.dev.git2d5fd7c +- autobuilt 2d5fd7c + * Fri Jan 10 2020 RH Container Bot - 2:1.7.1-0.16.dev.git0e9c208 - autobuilt 0e9c208 diff --git a/sources b/sources index ddb43e7..894315a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-0e9c208.tar.gz) = c1f27ad0d5579ac4ccc28009a56773107dd8287894a353f5621d9e2169dc7415bb98680ac130495cab18f3a8c64fc30fe7d828b84cd6755e554c7d8c1a15af9a +SHA512 (libpod-2d5fd7c.tar.gz) = f17400b43ac625d7eeb5a30a51af2e6b6dfa0f54980910dedffcb3cb1452900bc6dba03c894aa4905694728668a27df23f697d3a06d981c3baa9839e23da1261 From ed1d8b2795d8d0e1ed4d707dcceb1372ff387aae Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 12 Jan 2020 23:10:59 +0000 Subject: [PATCH 0786/2185] podman-2:1.7.1-0.18.dev.git55dd73c - autobuilt 55dd73c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a035dcd..48a168c 100644 --- a/.gitignore +++ b/.gitignore @@ -735,3 +735,4 @@ /libpod-e1ffac6.tar.gz /libpod-0e9c208.tar.gz /libpod-2d5fd7c.tar.gz +/libpod-55dd73c.tar.gz diff --git a/podman.spec b/podman.spec index 693b95b..9d405a6 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2d5fd7cc3718d27b35352e80c0c3296c5bb69c2f +%global commit0 55dd73cf5830eb44128f5b580cee3fb1e74dbea6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.17.dev.git%{shortcommit0}%{?dist} +Release: 0.18.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sun Jan 12 2020 RH Container Bot - 2:1.7.1-0.18.dev.git55dd73c +- autobuilt 55dd73c + * Sat Jan 11 2020 RH Container Bot - 2:1.7.1-0.17.dev.git2d5fd7c - autobuilt 2d5fd7c diff --git a/sources b/sources index 894315a..9eb09c0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-2d5fd7c.tar.gz) = f17400b43ac625d7eeb5a30a51af2e6b6dfa0f54980910dedffcb3cb1452900bc6dba03c894aa4905694728668a27df23f697d3a06d981c3baa9839e23da1261 +SHA512 (libpod-55dd73c.tar.gz) = 988ee8039ea562037fa17a7090b7a9ea621a8cf27da4b6776ec6fcf69dd9575fb8975f7a3b9d6e0eb19f2c1c278b424d6308a0ee3d5b1f0407afc195c63fe778 From 58021de3d11d9415b054b466f02d72652db577c4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 13 Jan 2020 08:10:33 +0000 Subject: [PATCH 0787/2185] podman-2:1.7.1-0.19.dev.git9e2e4d7 - autobuilt 9e2e4d7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 48a168c..4014afd 100644 --- a/.gitignore +++ b/.gitignore @@ -736,3 +736,4 @@ /libpod-0e9c208.tar.gz /libpod-2d5fd7c.tar.gz /libpod-55dd73c.tar.gz +/libpod-9e2e4d7.tar.gz diff --git a/podman.spec b/podman.spec index 9d405a6..9d186d5 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 55dd73cf5830eb44128f5b580cee3fb1e74dbea6 +%global commit0 9e2e4d7615311b38b1e553af32a5666888ef3c96 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.18.dev.git%{shortcommit0}%{?dist} +Release: 0.19.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.19.dev.git9e2e4d7 +- autobuilt 9e2e4d7 + * Sun Jan 12 2020 RH Container Bot - 2:1.7.1-0.18.dev.git55dd73c - autobuilt 55dd73c diff --git a/sources b/sources index 9eb09c0..e862a86 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-55dd73c.tar.gz) = 988ee8039ea562037fa17a7090b7a9ea621a8cf27da4b6776ec6fcf69dd9575fb8975f7a3b9d6e0eb19f2c1c278b424d6308a0ee3d5b1f0407afc195c63fe778 +SHA512 (libpod-9e2e4d7.tar.gz) = c2f95caf385ba69e161ab3b2a7792335ff522f6ebf052e3d3bb33ddea6a340e8a5a65fa88961984f383c9e9518e578ad000afe332be583d2b7b657a84531b1ef From d05b7327784f655dcc9f6e080b09232f84589791 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 13 Jan 2020 17:10:34 +0000 Subject: [PATCH 0788/2185] podman-2:1.7.1-0.20.dev.gite83a1b8 - autobuilt e83a1b8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4014afd..13361fa 100644 --- a/.gitignore +++ b/.gitignore @@ -737,3 +737,4 @@ /libpod-2d5fd7c.tar.gz /libpod-55dd73c.tar.gz /libpod-9e2e4d7.tar.gz +/libpod-e83a1b8.tar.gz diff --git a/podman.spec b/podman.spec index 9d186d5..23b1ad9 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9e2e4d7615311b38b1e553af32a5666888ef3c96 +%global commit0 e83a1b87da0c2b88ebd69828a79d4b9ecf11b0dc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.19.dev.git%{shortcommit0}%{?dist} +Release: 0.20.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.20.dev.gite83a1b8 +- autobuilt e83a1b8 + * Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.19.dev.git9e2e4d7 - autobuilt 9e2e4d7 diff --git a/sources b/sources index e862a86..cadc132 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-9e2e4d7.tar.gz) = c2f95caf385ba69e161ab3b2a7792335ff522f6ebf052e3d3bb33ddea6a340e8a5a65fa88961984f383c9e9518e578ad000afe332be583d2b7b657a84531b1ef +SHA512 (libpod-e83a1b8.tar.gz) = 1f8fabfdc8924a4b83252d93e53c4b351e7680bcb3860231b69f95ea47f9a8a956cb918ae48e9f224c3d481e8faf09fb3d6a986d95a838d3819c1cd32f59f8e8 From 6effc259cece0c868d9374c7c6efe5dcd3b90a4a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 13 Jan 2020 20:10:46 +0000 Subject: [PATCH 0789/2185] podman-2:1.7.1-0.21.dev.git796ae87 - autobuilt 796ae87 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 13361fa..3b607d7 100644 --- a/.gitignore +++ b/.gitignore @@ -738,3 +738,4 @@ /libpod-55dd73c.tar.gz /libpod-9e2e4d7.tar.gz /libpod-e83a1b8.tar.gz +/libpod-796ae87.tar.gz diff --git a/podman.spec b/podman.spec index 23b1ad9..5b57e23 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e83a1b87da0c2b88ebd69828a79d4b9ecf11b0dc +%global commit0 796ae87b1a3444557644944ddeb7cb37e303ef83 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.20.dev.git%{shortcommit0}%{?dist} +Release: 0.21.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.21.dev.git796ae87 +- autobuilt 796ae87 + * Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.20.dev.gite83a1b8 - autobuilt e83a1b8 diff --git a/sources b/sources index cadc132..b6ec5c0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e83a1b8.tar.gz) = 1f8fabfdc8924a4b83252d93e53c4b351e7680bcb3860231b69f95ea47f9a8a956cb918ae48e9f224c3d481e8faf09fb3d6a986d95a838d3819c1cd32f59f8e8 +SHA512 (libpod-796ae87.tar.gz) = 27826f00c89e90145d27e8777ad96b4d7ebd0f1744a828b0322f754178c339d1ba59713301a8bd96eaa3341f9f741108ca49c5375ff4298340ec0e0e436a0cdc From 82cafad0670fe4a27558baceb22790e0d8498445 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 13 Jan 2020 21:10:16 +0000 Subject: [PATCH 0790/2185] podman-2:1.7.1-0.22.dev.git6c3d383 - autobuilt 6c3d383 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3b607d7..cc3dbc4 100644 --- a/.gitignore +++ b/.gitignore @@ -739,3 +739,4 @@ /libpod-9e2e4d7.tar.gz /libpod-e83a1b8.tar.gz /libpod-796ae87.tar.gz +/libpod-6c3d383.tar.gz diff --git a/podman.spec b/podman.spec index 5b57e23..bac250e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 796ae87b1a3444557644944ddeb7cb37e303ef83 +%global commit0 6c3d383b50439058c57b9f3235643aaf168d3148 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.21.dev.git%{shortcommit0}%{?dist} +Release: 0.22.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.22.dev.git6c3d383 +- autobuilt 6c3d383 + * Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.21.dev.git796ae87 - autobuilt 796ae87 diff --git a/sources b/sources index b6ec5c0..662eb5a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-796ae87.tar.gz) = 27826f00c89e90145d27e8777ad96b4d7ebd0f1744a828b0322f754178c339d1ba59713301a8bd96eaa3341f9f741108ca49c5375ff4298340ec0e0e436a0cdc +SHA512 (libpod-6c3d383.tar.gz) = 1ac0b18a1b9f88cd8b86219b42a01d7d5b5aab8a7089bcc215009e0c2c90292132ae63e6d4798d7d8b66efee2b38acb47b728017963005fb400a69526ca39a3f From c1fa5e19402602dc498a54487dee0149865d095f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 13 Jan 2020 23:10:40 +0000 Subject: [PATCH 0791/2185] podman-2:1.7.1-0.23.dev.git79ec2a9 - autobuilt 79ec2a9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cc3dbc4..a3cd348 100644 --- a/.gitignore +++ b/.gitignore @@ -740,3 +740,4 @@ /libpod-e83a1b8.tar.gz /libpod-796ae87.tar.gz /libpod-6c3d383.tar.gz +/libpod-79ec2a9.tar.gz diff --git a/podman.spec b/podman.spec index bac250e..ba07cab 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 6c3d383b50439058c57b9f3235643aaf168d3148 +%global commit0 79ec2a9a6d5d39d4f0b6253395b2434d70ba174d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.22.dev.git%{shortcommit0}%{?dist} +Release: 0.23.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.23.dev.git79ec2a9 +- autobuilt 79ec2a9 + * Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.22.dev.git6c3d383 - autobuilt 6c3d383 diff --git a/sources b/sources index 662eb5a..17b6b31 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6c3d383.tar.gz) = 1ac0b18a1b9f88cd8b86219b42a01d7d5b5aab8a7089bcc215009e0c2c90292132ae63e6d4798d7d8b66efee2b38acb47b728017963005fb400a69526ca39a3f +SHA512 (libpod-79ec2a9.tar.gz) = 12a18a620e8cea24738dbeffd77153fa691284aec233ce3fc8317d09fc0a2d55fe3791a2913d7210db76f5db04a28219e1fe93d809dfb3daac686c334f93b001 From 7dd1c4cd9e2c6b1d454870a214ed477e9c22a5d6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 14 Jan 2020 14:10:17 +0000 Subject: [PATCH 0792/2185] podman-2:1.7.1-0.24.dev.git3961882 - autobuilt 3961882 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a3cd348..b10af1c 100644 --- a/.gitignore +++ b/.gitignore @@ -741,3 +741,4 @@ /libpod-796ae87.tar.gz /libpod-6c3d383.tar.gz /libpod-79ec2a9.tar.gz +/libpod-3961882.tar.gz diff --git a/podman.spec b/podman.spec index ba07cab..fa58fdf 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 79ec2a9a6d5d39d4f0b6253395b2434d70ba174d +%global commit0 3961882ffe9e1cb83adab483caf39a0db5b4430a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.23.dev.git%{shortcommit0}%{?dist} +Release: 0.24.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Jan 14 2020 RH Container Bot - 2:1.7.1-0.24.dev.git3961882 +- autobuilt 3961882 + * Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.23.dev.git79ec2a9 - autobuilt 79ec2a9 diff --git a/sources b/sources index 17b6b31..ca8521a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-79ec2a9.tar.gz) = 12a18a620e8cea24738dbeffd77153fa691284aec233ce3fc8317d09fc0a2d55fe3791a2913d7210db76f5db04a28219e1fe93d809dfb3daac686c334f93b001 +SHA512 (libpod-3961882.tar.gz) = 319aa891b0399ac7421adc02ecc34d5361c6cdf4611eac6ae84435cd6e3f8c9618d84ac06e596cc5a2dd229ffc364437766a9afc280f8cb05ecd3a30098c2de6 From 8eec3a6d0966257f9d81d45395610671b1875fb7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 14 Jan 2020 15:10:21 +0000 Subject: [PATCH 0793/2185] podman-2:1.7.1-0.25.dev.git564bd69 - autobuilt 564bd69 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b10af1c..6c608f7 100644 --- a/.gitignore +++ b/.gitignore @@ -742,3 +742,4 @@ /libpod-6c3d383.tar.gz /libpod-79ec2a9.tar.gz /libpod-3961882.tar.gz +/libpod-564bd69.tar.gz diff --git a/podman.spec b/podman.spec index fa58fdf..cb30e0d 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3961882ffe9e1cb83adab483caf39a0db5b4430a +%global commit0 564bd693cae4e8a870be7a7860ef673e793f6358 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.24.dev.git%{shortcommit0}%{?dist} +Release: 0.25.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Jan 14 2020 RH Container Bot - 2:1.7.1-0.25.dev.git564bd69 +- autobuilt 564bd69 + * Tue Jan 14 2020 RH Container Bot - 2:1.7.1-0.24.dev.git3961882 - autobuilt 3961882 diff --git a/sources b/sources index ca8521a..1945978 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-3961882.tar.gz) = 319aa891b0399ac7421adc02ecc34d5361c6cdf4611eac6ae84435cd6e3f8c9618d84ac06e596cc5a2dd229ffc364437766a9afc280f8cb05ecd3a30098c2de6 +SHA512 (libpod-564bd69.tar.gz) = b5e84e5dc9bdf660688421fb0266765f79c036dd421c3f3c758fe091f35f794105424b536afa016d45c2b05303bea5aa78ee15c0d7680f68d0a3a819631d08ee From caa85519f22803b911c8cf6a28840c0e404c73fa Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 14 Jan 2020 22:10:22 +0000 Subject: [PATCH 0794/2185] podman-2:1.7.1-0.26.dev.gitad5137b - autobuilt ad5137b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6c608f7..5170f09 100644 --- a/.gitignore +++ b/.gitignore @@ -743,3 +743,4 @@ /libpod-79ec2a9.tar.gz /libpod-3961882.tar.gz /libpod-564bd69.tar.gz +/libpod-ad5137b.tar.gz diff --git a/podman.spec b/podman.spec index cb30e0d..437dd62 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 564bd693cae4e8a870be7a7860ef673e793f6358 +%global commit0 ad5137bc7b346ef2e28eb85c872728b6748bc629 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.25.dev.git%{shortcommit0}%{?dist} +Release: 0.26.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Jan 14 2020 RH Container Bot - 2:1.7.1-0.26.dev.gitad5137b +- autobuilt ad5137b + * Tue Jan 14 2020 RH Container Bot - 2:1.7.1-0.25.dev.git564bd69 - autobuilt 564bd69 diff --git a/sources b/sources index 1945978..84eba34 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-564bd69.tar.gz) = b5e84e5dc9bdf660688421fb0266765f79c036dd421c3f3c758fe091f35f794105424b536afa016d45c2b05303bea5aa78ee15c0d7680f68d0a3a819631d08ee +SHA512 (libpod-ad5137b.tar.gz) = 9c05678786adb6f6defb1ce49411be25c1993bb18544f034e7011e9db7963ec8f2f5cc4e973245dc22b52cb64a6ba3c66cd95f8ab4022de4f3f27bc4dc831b41 From 7722c9b6cd7770e9796424c6d3408316cbcfde00 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Jan 2020 01:10:25 +0000 Subject: [PATCH 0795/2185] podman-2:1.7.1-0.27.dev.git12aa9ca - autobuilt 12aa9ca Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5170f09..f89d0d6 100644 --- a/.gitignore +++ b/.gitignore @@ -744,3 +744,4 @@ /libpod-3961882.tar.gz /libpod-564bd69.tar.gz /libpod-ad5137b.tar.gz +/libpod-12aa9ca.tar.gz diff --git a/podman.spec b/podman.spec index 437dd62..81d4c4c 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ad5137bc7b346ef2e28eb85c872728b6748bc629 +%global commit0 12aa9caf97bdcb6dc71a8c94c4875f9e0e87022a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.26.dev.git%{shortcommit0}%{?dist} +Release: 0.27.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.27.dev.git12aa9ca +- autobuilt 12aa9ca + * Tue Jan 14 2020 RH Container Bot - 2:1.7.1-0.26.dev.gitad5137b - autobuilt ad5137b diff --git a/sources b/sources index 84eba34..722ec2e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-ad5137b.tar.gz) = 9c05678786adb6f6defb1ce49411be25c1993bb18544f034e7011e9db7963ec8f2f5cc4e973245dc22b52cb64a6ba3c66cd95f8ab4022de4f3f27bc4dc831b41 +SHA512 (libpod-12aa9ca.tar.gz) = a6fb194eaf5ccec143d1894f6e08665486cb854391c5981b4d109959d93ab413b4bc239f6e6f1c466827e180ff5026f2b685063a5dead26133500dcc7f99aefe From b30a7b507a6caf5adf32299a2df7e37ad571149d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Jan 2020 12:10:38 +0000 Subject: [PATCH 0796/2185] podman-2:1.7.1-0.28.dev.gitd914cc2 - autobuilt d914cc2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f89d0d6..b50e825 100644 --- a/.gitignore +++ b/.gitignore @@ -745,3 +745,4 @@ /libpod-564bd69.tar.gz /libpod-ad5137b.tar.gz /libpod-12aa9ca.tar.gz +/libpod-d914cc2.tar.gz diff --git a/podman.spec b/podman.spec index 81d4c4c..7414dc6 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 12aa9caf97bdcb6dc71a8c94c4875f9e0e87022a +%global commit0 d914cc231a0b1b27f2f29dabc58bcb1b88e12822 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.27.dev.git%{shortcommit0}%{?dist} +Release: 0.28.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.28.dev.gitd914cc2 +- autobuilt d914cc2 + * Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.27.dev.git12aa9ca - autobuilt 12aa9ca diff --git a/sources b/sources index 722ec2e..1fdce7e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-12aa9ca.tar.gz) = a6fb194eaf5ccec143d1894f6e08665486cb854391c5981b4d109959d93ab413b4bc239f6e6f1c466827e180ff5026f2b685063a5dead26133500dcc7f99aefe +SHA512 (libpod-d914cc2.tar.gz) = 9b6dd2d221fc6ea703ffea578ff74d518e6f08cf28deb3af0133cc9936a5a0755728009d049c747d56139ff6158268e6f4fa61433b80d3f106a415c4a6e9ed35 From 2b9318b92c3404e1a27641856d19393541b65502 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Jan 2020 16:10:26 +0000 Subject: [PATCH 0797/2185] podman-2:1.7.1-0.29.dev.gite025b43 - autobuilt e025b43 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b50e825..9a7c492 100644 --- a/.gitignore +++ b/.gitignore @@ -746,3 +746,4 @@ /libpod-ad5137b.tar.gz /libpod-12aa9ca.tar.gz /libpod-d914cc2.tar.gz +/libpod-e025b43.tar.gz diff --git a/podman.spec b/podman.spec index 7414dc6..d5f6bae 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d914cc231a0b1b27f2f29dabc58bcb1b88e12822 +%global commit0 e025b43060e7d9841dfdc7c9bfca93c7d99241b4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.28.dev.git%{shortcommit0}%{?dist} +Release: 0.29.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.29.dev.gite025b43 +- autobuilt e025b43 + * Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.28.dev.gitd914cc2 - autobuilt d914cc2 diff --git a/sources b/sources index 1fdce7e..83f9f1b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d914cc2.tar.gz) = 9b6dd2d221fc6ea703ffea578ff74d518e6f08cf28deb3af0133cc9936a5a0755728009d049c747d56139ff6158268e6f4fa61433b80d3f106a415c4a6e9ed35 +SHA512 (libpod-e025b43.tar.gz) = 0d6d173dddd11dd4d7974c69a75578de996a45d11557fb2804b0967140430e7b3f43569a6414024cbf853af1a5947e7cbfef172b6c7bd6411bf8f62132272fd9 From ce873873b7b0ff900cf5cdad685733493aa69b8e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Jan 2020 18:10:29 +0000 Subject: [PATCH 0798/2185] podman-2:1.7.1-0.30.dev.git34429f3 - autobuilt 34429f3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9a7c492..d2ec307 100644 --- a/.gitignore +++ b/.gitignore @@ -747,3 +747,4 @@ /libpod-12aa9ca.tar.gz /libpod-d914cc2.tar.gz /libpod-e025b43.tar.gz +/libpod-34429f3.tar.gz diff --git a/podman.spec b/podman.spec index d5f6bae..4156f0b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e025b43060e7d9841dfdc7c9bfca93c7d99241b4 +%global commit0 34429f3b534960d2505789fcb0ac0278fc4aa4c0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.29.dev.git%{shortcommit0}%{?dist} +Release: 0.30.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.30.dev.git34429f3 +- autobuilt 34429f3 + * Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.29.dev.gite025b43 - autobuilt e025b43 diff --git a/sources b/sources index 83f9f1b..f2a1492 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e025b43.tar.gz) = 0d6d173dddd11dd4d7974c69a75578de996a45d11557fb2804b0967140430e7b3f43569a6414024cbf853af1a5947e7cbfef172b6c7bd6411bf8f62132272fd9 +SHA512 (libpod-34429f3.tar.gz) = 1453a9bb6862e58a3fd0f609e18708cbb8332f5d55ee52278b35ca3421e6d32afb778bf44053eb386a68956817eb6158f277f77d2b16ef3e0d0c1c3564190e51 From e463319683b1c57c5e8d98798fe3ab7b1af48f23 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Jan 2020 21:10:27 +0000 Subject: [PATCH 0799/2185] podman-2:1.7.1-0.31.dev.git978b891 - autobuilt 978b891 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d2ec307..ee15518 100644 --- a/.gitignore +++ b/.gitignore @@ -748,3 +748,4 @@ /libpod-d914cc2.tar.gz /libpod-e025b43.tar.gz /libpod-34429f3.tar.gz +/libpod-978b891.tar.gz diff --git a/podman.spec b/podman.spec index 4156f0b..f7402ba 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 34429f3b534960d2505789fcb0ac0278fc4aa4c0 +%global commit0 978b891c8d2ffa7d52d872625a9ce3816c90334c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.30.dev.git%{shortcommit0}%{?dist} +Release: 0.31.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.31.dev.git978b891 +- autobuilt 978b891 + * Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.30.dev.git34429f3 - autobuilt 34429f3 diff --git a/sources b/sources index f2a1492..bbe9276 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-34429f3.tar.gz) = 1453a9bb6862e58a3fd0f609e18708cbb8332f5d55ee52278b35ca3421e6d32afb778bf44053eb386a68956817eb6158f277f77d2b16ef3e0d0c1c3564190e51 +SHA512 (libpod-978b891.tar.gz) = 839a864fedcc487a753d18d71bc514b92ad0c1540dcf7607b21167db940995a3f53e8c661512b1df7a5668cf44f79258ebeb72b80a61880d22f016e7525a8d2c From 89b053ce083e4ba75bfe36ac1dbf185efc61a1fe Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Jan 2020 23:10:28 +0000 Subject: [PATCH 0800/2185] podman-2:1.7.1-0.32.dev.gite1e405b - autobuilt e1e405b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ee15518..453ec03 100644 --- a/.gitignore +++ b/.gitignore @@ -749,3 +749,4 @@ /libpod-e025b43.tar.gz /libpod-34429f3.tar.gz /libpod-978b891.tar.gz +/libpod-e1e405b.tar.gz diff --git a/podman.spec b/podman.spec index f7402ba..ac7fa2c 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 978b891c8d2ffa7d52d872625a9ce3816c90334c +%global commit0 e1e405b70d687897423d0d1c327efd9bea190dff %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.31.dev.git%{shortcommit0}%{?dist} +Release: 0.32.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.32.dev.gite1e405b +- autobuilt e1e405b + * Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.31.dev.git978b891 - autobuilt 978b891 diff --git a/sources b/sources index bbe9276..cd1523b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-978b891.tar.gz) = 839a864fedcc487a753d18d71bc514b92ad0c1540dcf7607b21167db940995a3f53e8c661512b1df7a5668cf44f79258ebeb72b80a61880d22f016e7525a8d2c +SHA512 (libpod-e1e405b.tar.gz) = dda58115419a358114100c6b012b71ef64f9c1b107725ad2ef63d64c72af41b8d6e5f9d4e23f27c8840412e3f0398de5a39f1117dbb7c3ac3e2944d0eda1ed11 From 5fb79755b23b1f4e02e750a24f8204113c0a587a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 16 Jan 2020 12:10:25 +0000 Subject: [PATCH 0801/2185] podman-2:1.7.1-0.33.dev.git61fbce7 - autobuilt 61fbce7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 453ec03..67fbc76 100644 --- a/.gitignore +++ b/.gitignore @@ -750,3 +750,4 @@ /libpod-34429f3.tar.gz /libpod-978b891.tar.gz /libpod-e1e405b.tar.gz +/libpod-61fbce7.tar.gz diff --git a/podman.spec b/podman.spec index ac7fa2c..63a0a4a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e1e405b70d687897423d0d1c327efd9bea190dff +%global commit0 61fbce710b8d69e1203ea9055479a3f9dbe626b9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.32.dev.git%{shortcommit0}%{?dist} +Release: 0.33.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.33.dev.git61fbce7 +- autobuilt 61fbce7 + * Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.32.dev.gite1e405b - autobuilt e1e405b diff --git a/sources b/sources index cd1523b..27be48b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e1e405b.tar.gz) = dda58115419a358114100c6b012b71ef64f9c1b107725ad2ef63d64c72af41b8d6e5f9d4e23f27c8840412e3f0398de5a39f1117dbb7c3ac3e2944d0eda1ed11 +SHA512 (libpod-61fbce7.tar.gz) = a3c4ed94198c42d7b0a8f089c2617e221880a5cbb161dd52125397af79cdafeed9e977bd31f3d7dc5b807919e143fcdd6183b8d41dd97cb0e5ffa0405feeaf7f From 952b4c8ff52c4235a770f035d20ad17cbdfc5cb7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 16 Jan 2020 15:10:28 +0000 Subject: [PATCH 0802/2185] podman-2:1.7.1-0.34.dev.gitdb00ee9 - autobuilt db00ee9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 67fbc76..c4aac6d 100644 --- a/.gitignore +++ b/.gitignore @@ -751,3 +751,4 @@ /libpod-978b891.tar.gz /libpod-e1e405b.tar.gz /libpod-61fbce7.tar.gz +/libpod-db00ee9.tar.gz diff --git a/podman.spec b/podman.spec index 63a0a4a..ce3f7b2 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 61fbce710b8d69e1203ea9055479a3f9dbe626b9 +%global commit0 db00ee97e950290a6bc5d669cde0cbc54bb94afe %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.33.dev.git%{shortcommit0}%{?dist} +Release: 0.34.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.34.dev.gitdb00ee9 +- autobuilt db00ee9 + * Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.33.dev.git61fbce7 - autobuilt 61fbce7 diff --git a/sources b/sources index 27be48b..c93dfc8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-61fbce7.tar.gz) = a3c4ed94198c42d7b0a8f089c2617e221880a5cbb161dd52125397af79cdafeed9e977bd31f3d7dc5b807919e143fcdd6183b8d41dd97cb0e5ffa0405feeaf7f +SHA512 (libpod-db00ee9.tar.gz) = e7d86159093861c64ecbee1e81112d7a1267fa1f310de67986e10d31e433703242b03655d874798ed70ed6ec2f02a99bcf91e02bb0db7c526b3377266c574ec9 From bd1564a8689c6e115921c234726e9e191d9a9a8d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 16 Jan 2020 16:11:02 +0000 Subject: [PATCH 0803/2185] podman-2:1.7.1-0.35.dev.git1d7176b - autobuilt 1d7176b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c4aac6d..7a15a22 100644 --- a/.gitignore +++ b/.gitignore @@ -752,3 +752,4 @@ /libpod-e1e405b.tar.gz /libpod-61fbce7.tar.gz /libpod-db00ee9.tar.gz +/libpod-1d7176b.tar.gz diff --git a/podman.spec b/podman.spec index ce3f7b2..f9d5195 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 db00ee97e950290a6bc5d669cde0cbc54bb94afe +%global commit0 1d7176b135fab2da4800b11f91b912963aa0288b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.34.dev.git%{shortcommit0}%{?dist} +Release: 0.35.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.35.dev.git1d7176b +- autobuilt 1d7176b + * Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.34.dev.gitdb00ee9 - autobuilt db00ee9 diff --git a/sources b/sources index c93dfc8..28e62c9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-db00ee9.tar.gz) = e7d86159093861c64ecbee1e81112d7a1267fa1f310de67986e10d31e433703242b03655d874798ed70ed6ec2f02a99bcf91e02bb0db7c526b3377266c574ec9 +SHA512 (libpod-1d7176b.tar.gz) = d6493386d62b12859cef8bf0fb9de01d9a409ac191c5818b0136910fb28fed2e3795ffbc6918b2837766e19ba710ade469855b673a96a2ea54f7e002a841fbbc From 4e64f3b5bf1481b3edc167536102ecfc1df14f8d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 16 Jan 2020 18:10:45 +0000 Subject: [PATCH 0804/2185] podman-2:1.7.1-0.36.dev.git30245af - autobuilt 30245af Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7a15a22..1ec65b1 100644 --- a/.gitignore +++ b/.gitignore @@ -753,3 +753,4 @@ /libpod-61fbce7.tar.gz /libpod-db00ee9.tar.gz /libpod-1d7176b.tar.gz +/libpod-30245af.tar.gz diff --git a/podman.spec b/podman.spec index f9d5195..eee480b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1d7176b135fab2da4800b11f91b912963aa0288b +%global commit0 30245affe9881fdedc869ccb68faa3e2f5fb9366 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.35.dev.git%{shortcommit0}%{?dist} +Release: 0.36.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.36.dev.git30245af +- autobuilt 30245af + * Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.35.dev.git1d7176b - autobuilt 1d7176b diff --git a/sources b/sources index 28e62c9..7c23364 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-1d7176b.tar.gz) = d6493386d62b12859cef8bf0fb9de01d9a409ac191c5818b0136910fb28fed2e3795ffbc6918b2837766e19ba710ade469855b673a96a2ea54f7e002a841fbbc +SHA512 (libpod-30245af.tar.gz) = 99d36bb1eb6d5d0aa97bb080a1f367601968115f1b80a48f8c5849ee6e11370808bbb2bc6c0fbbc8dedc81b64391707369bd12e3e46c361b30f4f4c780580e18 From 81144da644dfae7a8eda2c2dce6ca18aa5d32cea Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 16 Jan 2020 20:10:37 +0000 Subject: [PATCH 0805/2185] podman-2:1.7.1-0.37.dev.git79fbe72 - autobuilt 79fbe72 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1ec65b1..1a24a1e 100644 --- a/.gitignore +++ b/.gitignore @@ -754,3 +754,4 @@ /libpod-db00ee9.tar.gz /libpod-1d7176b.tar.gz /libpod-30245af.tar.gz +/libpod-79fbe72.tar.gz diff --git a/podman.spec b/podman.spec index eee480b..d72d5be 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 30245affe9881fdedc869ccb68faa3e2f5fb9366 +%global commit0 79fbe7252e35b086e168c55c32b6c7b8e83496bc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.36.dev.git%{shortcommit0}%{?dist} +Release: 0.37.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.37.dev.git79fbe72 +- autobuilt 79fbe72 + * Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.36.dev.git30245af - autobuilt 30245af diff --git a/sources b/sources index 7c23364..dc14fa5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-30245af.tar.gz) = 99d36bb1eb6d5d0aa97bb080a1f367601968115f1b80a48f8c5849ee6e11370808bbb2bc6c0fbbc8dedc81b64391707369bd12e3e46c361b30f4f4c780580e18 +SHA512 (libpod-79fbe72.tar.gz) = 7b1e450ecaa03aecff4b595ebad6e0d4337c11d434037a3f47cd1bc81099d93e843eb249fa0941f9a3c6262c89ae1c0c80b03c9335736b56dfe05cc66c357777 From 805059b5ea45fbcdda01ad0a1a0b284a0972520d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 16 Jan 2020 21:10:16 +0000 Subject: [PATCH 0806/2185] podman-2:1.7.1-0.38.dev.git74b89da - autobuilt 74b89da Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1a24a1e..ea5b440 100644 --- a/.gitignore +++ b/.gitignore @@ -755,3 +755,4 @@ /libpod-1d7176b.tar.gz /libpod-30245af.tar.gz /libpod-79fbe72.tar.gz +/libpod-74b89da.tar.gz diff --git a/podman.spec b/podman.spec index d72d5be..67e262f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 79fbe7252e35b086e168c55c32b6c7b8e83496bc +%global commit0 74b89da27c5da20ddcbff5ea3689795ad2b720f5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.37.dev.git%{shortcommit0}%{?dist} +Release: 0.38.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.38.dev.git74b89da +- autobuilt 74b89da + * Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.37.dev.git79fbe72 - autobuilt 79fbe72 diff --git a/sources b/sources index dc14fa5..c1b2ef0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-79fbe72.tar.gz) = 7b1e450ecaa03aecff4b595ebad6e0d4337c11d434037a3f47cd1bc81099d93e843eb249fa0941f9a3c6262c89ae1c0c80b03c9335736b56dfe05cc66c357777 +SHA512 (libpod-74b89da.tar.gz) = 0e1b6214f4595f8fc5673b91416555c1ad54ff8cae10c4199ba49169487a91d67cd339859cb817ee56ae6e3f86bc89dd14738ce224dd003e60423ea781301591 From 240a921218aeea76a76891df40f7437133dca636 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 17 Jan 2020 15:10:33 +0000 Subject: [PATCH 0807/2185] podman-2:1.7.1-0.39.dev.gitacbb6c0 - autobuilt acbb6c0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ea5b440..9459a26 100644 --- a/.gitignore +++ b/.gitignore @@ -756,3 +756,4 @@ /libpod-30245af.tar.gz /libpod-79fbe72.tar.gz /libpod-74b89da.tar.gz +/libpod-acbb6c0.tar.gz diff --git a/podman.spec b/podman.spec index 67e262f..eb21e85 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 74b89da27c5da20ddcbff5ea3689795ad2b720f5 +%global commit0 acbb6c064dbcfcb8332e318602a728f311cfcf1a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.38.dev.git%{shortcommit0}%{?dist} +Release: 0.39.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.39.dev.gitacbb6c0 +- autobuilt acbb6c0 + * Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.38.dev.git74b89da - autobuilt 74b89da diff --git a/sources b/sources index c1b2ef0..532a564 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-74b89da.tar.gz) = 0e1b6214f4595f8fc5673b91416555c1ad54ff8cae10c4199ba49169487a91d67cd339859cb817ee56ae6e3f86bc89dd14738ce224dd003e60423ea781301591 +SHA512 (libpod-acbb6c0.tar.gz) = 1556db2c0625e6fe0469b101f4a6f5907bc88e4b67b5c63976426a005c124ebfe2a157ed6346cd130379d30497a6d2ec8e1f38aa7c5f2d231964776b8b3ae1b8 From ad70647fd6e9d6855f3c5dcc9d9acf3c28a11043 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 17 Jan 2020 17:10:18 +0000 Subject: [PATCH 0808/2185] podman-2:1.7.1-0.40.dev.gitf5e614b - autobuilt f5e614b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9459a26..d3905bb 100644 --- a/.gitignore +++ b/.gitignore @@ -757,3 +757,4 @@ /libpod-79fbe72.tar.gz /libpod-74b89da.tar.gz /libpod-acbb6c0.tar.gz +/libpod-f5e614b.tar.gz diff --git a/podman.spec b/podman.spec index eb21e85..f023ea4 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 acbb6c064dbcfcb8332e318602a728f311cfcf1a +%global commit0 f5e614b63f641078b3a74b048f815fea54d03475 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.39.dev.git%{shortcommit0}%{?dist} +Release: 0.40.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.40.dev.gitf5e614b +- autobuilt f5e614b + * Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.39.dev.gitacbb6c0 - autobuilt acbb6c0 diff --git a/sources b/sources index 532a564..8befe10 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-acbb6c0.tar.gz) = 1556db2c0625e6fe0469b101f4a6f5907bc88e4b67b5c63976426a005c124ebfe2a157ed6346cd130379d30497a6d2ec8e1f38aa7c5f2d231964776b8b3ae1b8 +SHA512 (libpod-f5e614b.tar.gz) = 2c89aae54b63f740af804edbc12e0f3f9b57271e77fa24b65015673df253f8af49cddc2e5e5efccf28285a9446cf0d019c82f2354fe3ad525862b81d17909401 From 120316e22524ef5a70bdfa7f1393bb2f80a85cb4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 17 Jan 2020 18:10:30 +0000 Subject: [PATCH 0809/2185] podman-2:1.7.1-0.41.dev.gitab7e1a4 - autobuilt ab7e1a4 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d3905bb..4a74f76 100644 --- a/.gitignore +++ b/.gitignore @@ -758,3 +758,4 @@ /libpod-74b89da.tar.gz /libpod-acbb6c0.tar.gz /libpod-f5e614b.tar.gz +/libpod-ab7e1a4.tar.gz diff --git a/podman.spec b/podman.spec index f023ea4..937a9e8 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f5e614b63f641078b3a74b048f815fea54d03475 +%global commit0 ab7e1a4c400f4bdb47ab49a2a0c8ef9508c68e02 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.40.dev.git%{shortcommit0}%{?dist} +Release: 0.41.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.41.dev.gitab7e1a4 +- autobuilt ab7e1a4 + * Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.40.dev.gitf5e614b - autobuilt f5e614b diff --git a/sources b/sources index 8befe10..90ca6bf 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-f5e614b.tar.gz) = 2c89aae54b63f740af804edbc12e0f3f9b57271e77fa24b65015673df253f8af49cddc2e5e5efccf28285a9446cf0d019c82f2354fe3ad525862b81d17909401 +SHA512 (libpod-ab7e1a4.tar.gz) = 8be03de46763db506aeb8fa4d0ab648a3917acf9d6e40aa2ba8936a99126117c22a1fb0ecfe2dfc975d0187781acf6398f036a82eaab0bfd2b30bbd4c3bf9124 From 02c9a111dc911722eb10315b6a382c4107fa8478 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 17 Jan 2020 21:10:22 +0000 Subject: [PATCH 0810/2185] podman-2:1.7.1-0.42.dev.git3b6a843 - autobuilt 3b6a843 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4a74f76..42287d2 100644 --- a/.gitignore +++ b/.gitignore @@ -759,3 +759,4 @@ /libpod-acbb6c0.tar.gz /libpod-f5e614b.tar.gz /libpod-ab7e1a4.tar.gz +/libpod-3b6a843.tar.gz diff --git a/podman.spec b/podman.spec index 937a9e8..04ce61e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ab7e1a4c400f4bdb47ab49a2a0c8ef9508c68e02 +%global commit0 3b6a843eb2942ec4093072f4a6468a57f19de5cb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.41.dev.git%{shortcommit0}%{?dist} +Release: 0.42.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.42.dev.git3b6a843 +- autobuilt 3b6a843 + * Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.41.dev.gitab7e1a4 - autobuilt ab7e1a4 diff --git a/sources b/sources index 90ca6bf..8d978a4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-ab7e1a4.tar.gz) = 8be03de46763db506aeb8fa4d0ab648a3917acf9d6e40aa2ba8936a99126117c22a1fb0ecfe2dfc975d0187781acf6398f036a82eaab0bfd2b30bbd4c3bf9124 +SHA512 (libpod-3b6a843.tar.gz) = c4b75b772ac1a931f9f3476d67c293194a442f907b64c25eb1b7953d62e05dcb3267fb2b326e5af9f3b79b4cfd90954b099b48d1071e805447b8bc67a18d3b6b From 50640bfc954c13a82b020d166f0246f9bc80b7c8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 17 Jan 2020 22:10:42 +0000 Subject: [PATCH 0811/2185] podman-2:1.7.1-0.43.dev.gitce4bf33 - autobuilt ce4bf33 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 42287d2..d293bc1 100644 --- a/.gitignore +++ b/.gitignore @@ -760,3 +760,4 @@ /libpod-f5e614b.tar.gz /libpod-ab7e1a4.tar.gz /libpod-3b6a843.tar.gz +/libpod-ce4bf33.tar.gz diff --git a/podman.spec b/podman.spec index 04ce61e..ca0d783 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3b6a843eb2942ec4093072f4a6468a57f19de5cb +%global commit0 ce4bf33ccc80819f199bdbb6526b9adee1ad41b0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.42.dev.git%{shortcommit0}%{?dist} +Release: 0.43.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.43.dev.gitce4bf33 +- autobuilt ce4bf33 + * Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.42.dev.git3b6a843 - autobuilt 3b6a843 diff --git a/sources b/sources index 8d978a4..bb5f5dd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-3b6a843.tar.gz) = c4b75b772ac1a931f9f3476d67c293194a442f907b64c25eb1b7953d62e05dcb3267fb2b326e5af9f3b79b4cfd90954b099b48d1071e805447b8bc67a18d3b6b +SHA512 (libpod-ce4bf33.tar.gz) = 36890699caed65439507a9c74963096957b72509be2a4393e45d2eae1c51bc5c8b537a36ad701e01bed501647f83eb8b94ae7682e6e07d6a872dd99cc452e3c8 From 04478f9958b32ce2b59f6d83449d51272f67af11 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 18 Jan 2020 11:11:46 +0000 Subject: [PATCH 0812/2185] podman-2:1.7.1-0.44.dev.git9be6430 - autobuilt 9be6430 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d293bc1..377fbab 100644 --- a/.gitignore +++ b/.gitignore @@ -761,3 +761,4 @@ /libpod-ab7e1a4.tar.gz /libpod-3b6a843.tar.gz /libpod-ce4bf33.tar.gz +/libpod-9be6430.tar.gz diff --git a/podman.spec b/podman.spec index ca0d783..f234159 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ce4bf33ccc80819f199bdbb6526b9adee1ad41b0 +%global commit0 9be64300d46341ab345f8c760b7a79cced7db3f9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.43.dev.git%{shortcommit0}%{?dist} +Release: 0.44.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sat Jan 18 2020 RH Container Bot - 2:1.7.1-0.44.dev.git9be6430 +- autobuilt 9be6430 + * Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.43.dev.gitce4bf33 - autobuilt ce4bf33 diff --git a/sources b/sources index bb5f5dd..6b5a448 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-ce4bf33.tar.gz) = 36890699caed65439507a9c74963096957b72509be2a4393e45d2eae1c51bc5c8b537a36ad701e01bed501647f83eb8b94ae7682e6e07d6a872dd99cc452e3c8 +SHA512 (libpod-9be6430.tar.gz) = 4d48c51469f47d814ff84edc5e69787847af6eae43f3b6965d3cb998e3ac095a203439c971558eea7afa54097401bd601a1ab56820f5f43bd1144419a0b1ec13 From 3ecade488ddebc36820095357ea467be5ecb8555 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 21 Jan 2020 16:10:34 +0000 Subject: [PATCH 0813/2185] podman-2:1.7.1-0.45.dev.gitfb2bd26 - autobuilt fb2bd26 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 377fbab..c9772a4 100644 --- a/.gitignore +++ b/.gitignore @@ -762,3 +762,4 @@ /libpod-3b6a843.tar.gz /libpod-ce4bf33.tar.gz /libpod-9be6430.tar.gz +/libpod-fb2bd26.tar.gz diff --git a/podman.spec b/podman.spec index f234159..7017ae4 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9be64300d46341ab345f8c760b7a79cced7db3f9 +%global commit0 fb2bd26f7331ee3a1ca9690d9c2960ccadebc68f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.44.dev.git%{shortcommit0}%{?dist} +Release: 0.45.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Jan 21 2020 RH Container Bot - 2:1.7.1-0.45.dev.gitfb2bd26 +- autobuilt fb2bd26 + * Sat Jan 18 2020 RH Container Bot - 2:1.7.1-0.44.dev.git9be6430 - autobuilt 9be6430 diff --git a/sources b/sources index 6b5a448..b9ec446 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-9be6430.tar.gz) = 4d48c51469f47d814ff84edc5e69787847af6eae43f3b6965d3cb998e3ac095a203439c971558eea7afa54097401bd601a1ab56820f5f43bd1144419a0b1ec13 +SHA512 (libpod-fb2bd26.tar.gz) = 4ffa2881339ee12055ca5b784620c605b79728dbccabc2e85d76c470521d0f3ff9028c91a43a68c7ab6a0e143461cd927ae5667ba470a3426fe4a497d44b3ae0 From c55db36f1e15abd040dacbe7c4397f403ba8c930 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 21 Jan 2020 21:10:39 +0000 Subject: [PATCH 0814/2185] podman-2:1.7.1-0.46.dev.gitf467bb2 - autobuilt f467bb2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c9772a4..db1e807 100644 --- a/.gitignore +++ b/.gitignore @@ -763,3 +763,4 @@ /libpod-ce4bf33.tar.gz /libpod-9be6430.tar.gz /libpod-fb2bd26.tar.gz +/libpod-f467bb2.tar.gz diff --git a/podman.spec b/podman.spec index 7017ae4..58a2104 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 fb2bd26f7331ee3a1ca9690d9c2960ccadebc68f +%global commit0 f467bb20bd1c98b1706fa3c4448857800395c169 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.45.dev.git%{shortcommit0}%{?dist} +Release: 0.46.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Jan 21 2020 RH Container Bot - 2:1.7.1-0.46.dev.gitf467bb2 +- autobuilt f467bb2 + * Tue Jan 21 2020 RH Container Bot - 2:1.7.1-0.45.dev.gitfb2bd26 - autobuilt fb2bd26 diff --git a/sources b/sources index b9ec446..c178306 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-fb2bd26.tar.gz) = 4ffa2881339ee12055ca5b784620c605b79728dbccabc2e85d76c470521d0f3ff9028c91a43a68c7ab6a0e143461cd927ae5667ba470a3426fe4a497d44b3ae0 +SHA512 (libpod-f467bb2.tar.gz) = 68dc82076b04cdad386611d32b37279fe876d6851fca1608d3cc5c1ad5c4ec4fb2545aabcf6e90c60db3b1c7922f3eee17142779a8b51275ad62ae29276ff7c9 From d58589535ec3801a0dac75e88920cc864848e2e9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 21 Jan 2020 22:10:31 +0000 Subject: [PATCH 0815/2185] podman-2:1.7.1-0.47.dev.gitf63005e - autobuilt f63005e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index db1e807..c02da04 100644 --- a/.gitignore +++ b/.gitignore @@ -764,3 +764,4 @@ /libpod-9be6430.tar.gz /libpod-fb2bd26.tar.gz /libpod-f467bb2.tar.gz +/libpod-f63005e.tar.gz diff --git a/podman.spec b/podman.spec index 58a2104..fa1f663 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f467bb20bd1c98b1706fa3c4448857800395c169 +%global commit0 f63005e0f23ae6a71c2c910014c5e19623272f73 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.46.dev.git%{shortcommit0}%{?dist} +Release: 0.47.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Jan 21 2020 RH Container Bot - 2:1.7.1-0.47.dev.gitf63005e +- autobuilt f63005e + * Tue Jan 21 2020 RH Container Bot - 2:1.7.1-0.46.dev.gitf467bb2 - autobuilt f467bb2 diff --git a/sources b/sources index c178306..d72d523 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-f467bb2.tar.gz) = 68dc82076b04cdad386611d32b37279fe876d6851fca1608d3cc5c1ad5c4ec4fb2545aabcf6e90c60db3b1c7922f3eee17142779a8b51275ad62ae29276ff7c9 +SHA512 (libpod-f63005e.tar.gz) = ae1fa7f3517f263f1b0bf3d962089078322123fb9cfe5c2c64c195d856238a862b71ddda47f28368054996d747b11643e6624a856c918a7835265f7ae84610bb From 9732f11a0101eba7797e4a3b9e21e207642f5af2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 22 Jan 2020 00:11:40 +0000 Subject: [PATCH 0816/2185] podman-2:1.7.1-0.48.dev.gitaa13779 - autobuilt aa13779 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c02da04..1b1b8f3 100644 --- a/.gitignore +++ b/.gitignore @@ -765,3 +765,4 @@ /libpod-fb2bd26.tar.gz /libpod-f467bb2.tar.gz /libpod-f63005e.tar.gz +/libpod-aa13779.tar.gz diff --git a/podman.spec b/podman.spec index fa1f663..27cdab1 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f63005e0f23ae6a71c2c910014c5e19623272f73 +%global commit0 aa13779e9e8d5bb6090d514e3aad9387cb0a2d35 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.47.dev.git%{shortcommit0}%{?dist} +Release: 0.48.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.48.dev.gitaa13779 +- autobuilt aa13779 + * Tue Jan 21 2020 RH Container Bot - 2:1.7.1-0.47.dev.gitf63005e - autobuilt f63005e diff --git a/sources b/sources index d72d523..1f7606f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-f63005e.tar.gz) = ae1fa7f3517f263f1b0bf3d962089078322123fb9cfe5c2c64c195d856238a862b71ddda47f28368054996d747b11643e6624a856c918a7835265f7ae84610bb +SHA512 (libpod-aa13779.tar.gz) = 81da8f5c6910a892ec14bbd7ba18dd51009b456c42894cdc5dad27bcf4f7c59731675905baf1a902e77211dbe71819e1f90252d79b8847357498df80d8bdaca0 From 3c445a80ac9150d95a9c64e52c41091a5cebd5e4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 22 Jan 2020 10:10:26 +0000 Subject: [PATCH 0817/2185] podman-2:1.7.1-0.49.dev.gitd52132b - autobuilt d52132b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1b1b8f3..6c0444a 100644 --- a/.gitignore +++ b/.gitignore @@ -766,3 +766,4 @@ /libpod-f467bb2.tar.gz /libpod-f63005e.tar.gz /libpod-aa13779.tar.gz +/libpod-d52132b.tar.gz diff --git a/podman.spec b/podman.spec index 27cdab1..30d5b0b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 aa13779e9e8d5bb6090d514e3aad9387cb0a2d35 +%global commit0 d52132b6ecc1c1c9fb955ecee629f8d169ef1119 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.48.dev.git%{shortcommit0}%{?dist} +Release: 0.49.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.49.dev.gitd52132b +- autobuilt d52132b + * Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.48.dev.gitaa13779 - autobuilt aa13779 diff --git a/sources b/sources index 1f7606f..67e185d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-aa13779.tar.gz) = 81da8f5c6910a892ec14bbd7ba18dd51009b456c42894cdc5dad27bcf4f7c59731675905baf1a902e77211dbe71819e1f90252d79b8847357498df80d8bdaca0 +SHA512 (libpod-d52132b.tar.gz) = 701d55eaa521d914f909faf8e0ca61a0dd3fefef2bf126c7379793b5932ee327f51c322520efad50f83e551858d3cda563463b21b17a3eebff918682763490ae From 47364e0b8f2af2f5e95dfe4a79d095c52c0f6bd2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 22 Jan 2020 14:10:16 +0000 Subject: [PATCH 0818/2185] podman-2:1.7.1-0.50.dev.git55abb6d - autobuilt 55abb6d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6c0444a..4f2112e 100644 --- a/.gitignore +++ b/.gitignore @@ -767,3 +767,4 @@ /libpod-f63005e.tar.gz /libpod-aa13779.tar.gz /libpod-d52132b.tar.gz +/libpod-55abb6d.tar.gz diff --git a/podman.spec b/podman.spec index 30d5b0b..572517a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d52132b6ecc1c1c9fb955ecee629f8d169ef1119 +%global commit0 55abb6d3fa9afa26d9ce3af0106cabc39047cc2e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.49.dev.git%{shortcommit0}%{?dist} +Release: 0.50.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.50.dev.git55abb6d +- autobuilt 55abb6d + * Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.49.dev.gitd52132b - autobuilt d52132b diff --git a/sources b/sources index 67e185d..fd54d36 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d52132b.tar.gz) = 701d55eaa521d914f909faf8e0ca61a0dd3fefef2bf126c7379793b5932ee327f51c322520efad50f83e551858d3cda563463b21b17a3eebff918682763490ae +SHA512 (libpod-55abb6d.tar.gz) = 290460a85cc9cf3525f5065304d94b626d91c82aea64f40715867288ee2b461f9aa231fd29a8cc16c9b462e972b77b1ad1a8524d8c4ac49e1de0e6074406f994 From 90809669ab367b9eb89ab4f036895f09f1cbde13 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 22 Jan 2020 15:10:19 +0000 Subject: [PATCH 0819/2185] podman-2:1.7.1-0.51.dev.git7e1afe0 - autobuilt 7e1afe0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4f2112e..1fda9b7 100644 --- a/.gitignore +++ b/.gitignore @@ -768,3 +768,4 @@ /libpod-aa13779.tar.gz /libpod-d52132b.tar.gz /libpod-55abb6d.tar.gz +/libpod-7e1afe0.tar.gz diff --git a/podman.spec b/podman.spec index 572517a..e389ab1 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 55abb6d3fa9afa26d9ce3af0106cabc39047cc2e +%global commit0 7e1afe0e68ccb4483156ea896d2cb581560294db %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.50.dev.git%{shortcommit0}%{?dist} +Release: 0.51.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.51.dev.git7e1afe0 +- autobuilt 7e1afe0 + * Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.50.dev.git55abb6d - autobuilt 55abb6d diff --git a/sources b/sources index fd54d36..65f5d3d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-55abb6d.tar.gz) = 290460a85cc9cf3525f5065304d94b626d91c82aea64f40715867288ee2b461f9aa231fd29a8cc16c9b462e972b77b1ad1a8524d8c4ac49e1de0e6074406f994 +SHA512 (libpod-7e1afe0.tar.gz) = b5809d75f6874e200c4eeab2678bdcc56cedd2481c7bf9ec6a480ed4142d0c0e57e24fe602843e93bcab8539dd659b7d4809316f3b81db5c3973bb2e397a95de From 6bcc8184d3fe83f0397e058ec786ead79bb33c51 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 22 Jan 2020 16:10:28 +0000 Subject: [PATCH 0820/2185] podman-2:1.7.1-0.52.dev.git9f146b1 - autobuilt 9f146b1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1fda9b7..75be8e7 100644 --- a/.gitignore +++ b/.gitignore @@ -769,3 +769,4 @@ /libpod-d52132b.tar.gz /libpod-55abb6d.tar.gz /libpod-7e1afe0.tar.gz +/libpod-9f146b1.tar.gz diff --git a/podman.spec b/podman.spec index e389ab1..3b2f910 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7e1afe0e68ccb4483156ea896d2cb581560294db +%global commit0 9f146b1b54736ec1b683e3a7381c85d10b1a66a3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.51.dev.git%{shortcommit0}%{?dist} +Release: 0.52.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.52.dev.git9f146b1 +- autobuilt 9f146b1 + * Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.51.dev.git7e1afe0 - autobuilt 7e1afe0 diff --git a/sources b/sources index 65f5d3d..f18eb9d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-7e1afe0.tar.gz) = b5809d75f6874e200c4eeab2678bdcc56cedd2481c7bf9ec6a480ed4142d0c0e57e24fe602843e93bcab8539dd659b7d4809316f3b81db5c3973bb2e397a95de +SHA512 (libpod-9f146b1.tar.gz) = 7c71c5f4571f2d41f9dc38ff5341619b6454b875c0dcf300a4d41e0789f2c361f6c1b8e665e915ea2cd2b0105e174c4dddee84c26c2b86daab7688b0ddd02100 From ae03e1f8e1bdb3d35afffd331c65c311293b5048 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 22 Jan 2020 18:10:38 +0000 Subject: [PATCH 0821/2185] podman-2:1.7.1-0.53.dev.gitc40664d - autobuilt c40664d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 75be8e7..cdbd923 100644 --- a/.gitignore +++ b/.gitignore @@ -770,3 +770,4 @@ /libpod-55abb6d.tar.gz /libpod-7e1afe0.tar.gz /libpod-9f146b1.tar.gz +/libpod-c40664d.tar.gz diff --git a/podman.spec b/podman.spec index 3b2f910..66f8ffe 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9f146b1b54736ec1b683e3a7381c85d10b1a66a3 +%global commit0 c40664d698e8324d0c7c3cff072410c1a8af6a36 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.52.dev.git%{shortcommit0}%{?dist} +Release: 0.53.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.53.dev.gitc40664d +- autobuilt c40664d + * Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.52.dev.git9f146b1 - autobuilt 9f146b1 diff --git a/sources b/sources index f18eb9d..0b4d490 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-9f146b1.tar.gz) = 7c71c5f4571f2d41f9dc38ff5341619b6454b875c0dcf300a4d41e0789f2c361f6c1b8e665e915ea2cd2b0105e174c4dddee84c26c2b86daab7688b0ddd02100 +SHA512 (libpod-c40664d.tar.gz) = 9891878c72b8561329d7ccd7f8053eb9291f847d2d9619c2844d705f01aa94cfc65cb6f26bd8d699e726fc804fb55cc1a1ca5556ac08135c97ce0543302c0e9d From 69130b3b4edd8100787cc1d0b409214a64e4dbe6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 22 Jan 2020 19:10:19 +0000 Subject: [PATCH 0822/2185] podman-2:1.7.1-0.54.dev.gitc42383f - autobuilt c42383f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cdbd923..ddbcbc0 100644 --- a/.gitignore +++ b/.gitignore @@ -771,3 +771,4 @@ /libpod-7e1afe0.tar.gz /libpod-9f146b1.tar.gz /libpod-c40664d.tar.gz +/libpod-c42383f.tar.gz diff --git a/podman.spec b/podman.spec index 66f8ffe..998f866 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c40664d698e8324d0c7c3cff072410c1a8af6a36 +%global commit0 c42383f70a7832faf1ba920d6c9e169a88b0e4d9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.53.dev.git%{shortcommit0}%{?dist} +Release: 0.54.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.54.dev.gitc42383f +- autobuilt c42383f + * Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.53.dev.gitc40664d - autobuilt c40664d diff --git a/sources b/sources index 0b4d490..b9775e3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c40664d.tar.gz) = 9891878c72b8561329d7ccd7f8053eb9291f847d2d9619c2844d705f01aa94cfc65cb6f26bd8d699e726fc804fb55cc1a1ca5556ac08135c97ce0543302c0e9d +SHA512 (libpod-c42383f.tar.gz) = 4dda8de2be0c23e73ad61a32041167d31b41008f7533da0b0f7f3441d9e369d16b92c0b7ff6814fabaffae4ac505f29e6e258120ed579260457aed2b4bc8c477 From 133cc2f323c26a518fc1ebe7f0b85f3c887fc3e7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 22 Jan 2020 21:10:17 +0000 Subject: [PATCH 0823/2185] podman-2:1.7.1-0.55.dev.git8b377a7 - autobuilt 8b377a7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ddbcbc0..1230608 100644 --- a/.gitignore +++ b/.gitignore @@ -772,3 +772,4 @@ /libpod-9f146b1.tar.gz /libpod-c40664d.tar.gz /libpod-c42383f.tar.gz +/libpod-8b377a7.tar.gz diff --git a/podman.spec b/podman.spec index 998f866..5064a90 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c42383f70a7832faf1ba920d6c9e169a88b0e4d9 +%global commit0 8b377a79c240e4480339358db3b87263ec6cfef3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.54.dev.git%{shortcommit0}%{?dist} +Release: 0.55.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.55.dev.git8b377a7 +- autobuilt 8b377a7 + * Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.54.dev.gitc42383f - autobuilt c42383f diff --git a/sources b/sources index b9775e3..d8147ab 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c42383f.tar.gz) = 4dda8de2be0c23e73ad61a32041167d31b41008f7533da0b0f7f3441d9e369d16b92c0b7ff6814fabaffae4ac505f29e6e258120ed579260457aed2b4bc8c477 +SHA512 (libpod-8b377a7.tar.gz) = 11aad245560bf35a597d240d255fb1f36375432fd1c2919e1fa4fcdd9e44dd0d5f31abf82e113896a9b82f5493d46465a751689062dbc62873336624d807cd1f From 360e2ca86888225545d769aff18e813402928fde Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 22 Jan 2020 23:10:31 +0000 Subject: [PATCH 0824/2185] podman-2:1.7.1-0.56.dev.gitac3a6b8 - autobuilt ac3a6b8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1230608..ae53bd6 100644 --- a/.gitignore +++ b/.gitignore @@ -773,3 +773,4 @@ /libpod-c40664d.tar.gz /libpod-c42383f.tar.gz /libpod-8b377a7.tar.gz +/libpod-ac3a6b8.tar.gz diff --git a/podman.spec b/podman.spec index 5064a90..953436a 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 8b377a79c240e4480339358db3b87263ec6cfef3 +%global commit0 ac3a6b80b0ccd2f9592110811ccf6fd844110b9e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.55.dev.git%{shortcommit0}%{?dist} +Release: 0.56.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.56.dev.gitac3a6b8 +- autobuilt ac3a6b8 + * Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.55.dev.git8b377a7 - autobuilt 8b377a7 diff --git a/sources b/sources index d8147ab..f97607d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-8b377a7.tar.gz) = 11aad245560bf35a597d240d255fb1f36375432fd1c2919e1fa4fcdd9e44dd0d5f31abf82e113896a9b82f5493d46465a751689062dbc62873336624d807cd1f +SHA512 (libpod-ac3a6b8.tar.gz) = bdffbffe33bb6823716f8a111a12d072cba84938ebfcbcaba35fdd659674a11f7776c10b357d6f7a17e374f647bf66a729617432694820174bfa9f7a18db0487 From 9a14be9ce684ff9fe2c81f581d5581c1afaa85eb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 23 Jan 2020 14:10:34 +0000 Subject: [PATCH 0825/2185] podman-2:1.7.1-0.57.dev.gite6cf0ec - autobuilt e6cf0ec Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ae53bd6..c301138 100644 --- a/.gitignore +++ b/.gitignore @@ -774,3 +774,4 @@ /libpod-c42383f.tar.gz /libpod-8b377a7.tar.gz /libpod-ac3a6b8.tar.gz +/libpod-e6cf0ec.tar.gz diff --git a/podman.spec b/podman.spec index 953436a..a027fc0 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ac3a6b80b0ccd2f9592110811ccf6fd844110b9e +%global commit0 e6cf0ec857fdda82479f630defd0c9f738e9aab4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.56.dev.git%{shortcommit0}%{?dist} +Release: 0.57.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jan 23 2020 RH Container Bot - 2:1.7.1-0.57.dev.gite6cf0ec +- autobuilt e6cf0ec + * Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.56.dev.gitac3a6b8 - autobuilt ac3a6b8 diff --git a/sources b/sources index f97607d..f9a7137 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-ac3a6b8.tar.gz) = bdffbffe33bb6823716f8a111a12d072cba84938ebfcbcaba35fdd659674a11f7776c10b357d6f7a17e374f647bf66a729617432694820174bfa9f7a18db0487 +SHA512 (libpod-e6cf0ec.tar.gz) = a8882cc957b05392e9a158fa0156177b94e449122063e7bd8a80490857d401d24ea892ff663bb9e474d3f0b3b19b9269a38ba315ed6249a2d1a0fffb4a0246d6 From 3ff5c70c50218f832253af307d6484ee0fac0c08 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 23 Jan 2020 15:11:49 +0000 Subject: [PATCH 0826/2185] podman-2:1.7.1-0.58.dev.git6518421 - autobuilt 6518421 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c301138..1cd2319 100644 --- a/.gitignore +++ b/.gitignore @@ -775,3 +775,4 @@ /libpod-8b377a7.tar.gz /libpod-ac3a6b8.tar.gz /libpod-e6cf0ec.tar.gz +/libpod-6518421.tar.gz diff --git a/podman.spec b/podman.spec index a027fc0..d227551 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e6cf0ec857fdda82479f630defd0c9f738e9aab4 +%global commit0 6518421f89e2e953f918d35e44d3d8d7299e06a8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.57.dev.git%{shortcommit0}%{?dist} +Release: 0.58.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jan 23 2020 RH Container Bot - 2:1.7.1-0.58.dev.git6518421 +- autobuilt 6518421 + * Thu Jan 23 2020 RH Container Bot - 2:1.7.1-0.57.dev.gite6cf0ec - autobuilt e6cf0ec diff --git a/sources b/sources index f9a7137..eb69bba 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e6cf0ec.tar.gz) = a8882cc957b05392e9a158fa0156177b94e449122063e7bd8a80490857d401d24ea892ff663bb9e474d3f0b3b19b9269a38ba315ed6249a2d1a0fffb4a0246d6 +SHA512 (libpod-6518421.tar.gz) = 6edc895bcc26fee74f80707f5deb4e144978935fde4a5808c2412bdb92f937bb1096941ea4bbc71cc0db7ae89e77c1fa8fb285315696ba2147f09e2f4d7d897d From 4fb6187106f624fe4be273ddac8b9f2c9da6661f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 23 Jan 2020 16:10:34 +0000 Subject: [PATCH 0827/2185] podman-2:1.7.1-0.59.dev.git8beeb06 - autobuilt 8beeb06 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1cd2319..b51a1bb 100644 --- a/.gitignore +++ b/.gitignore @@ -776,3 +776,4 @@ /libpod-ac3a6b8.tar.gz /libpod-e6cf0ec.tar.gz /libpod-6518421.tar.gz +/libpod-8beeb06.tar.gz diff --git a/podman.spec b/podman.spec index d227551..55c11bd 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 6518421f89e2e953f918d35e44d3d8d7299e06a8 +%global commit0 8beeb067aac857deb29e91562cf4b6f068fe0328 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.58.dev.git%{shortcommit0}%{?dist} +Release: 0.59.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jan 23 2020 RH Container Bot - 2:1.7.1-0.59.dev.git8beeb06 +- autobuilt 8beeb06 + * Thu Jan 23 2020 RH Container Bot - 2:1.7.1-0.58.dev.git6518421 - autobuilt 6518421 diff --git a/sources b/sources index eb69bba..bb6ca54 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6518421.tar.gz) = 6edc895bcc26fee74f80707f5deb4e144978935fde4a5808c2412bdb92f937bb1096941ea4bbc71cc0db7ae89e77c1fa8fb285315696ba2147f09e2f4d7d897d +SHA512 (libpod-8beeb06.tar.gz) = b38cc8327b21a3bfc77c7d07dca0111b1a1b002babc92809f0416d923c63b2e1588bda3cf1b9fd7636f15c93bc0fac241f8d1c88acdef33aaf1cad6423f83041 From 6769d7d846617860ea66f458348d98c94c8434cd Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 23 Jan 2020 20:10:36 +0000 Subject: [PATCH 0828/2185] podman-2:1.7.1-0.60.dev.git5bad873 - autobuilt 5bad873 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b51a1bb..ef36ac6 100644 --- a/.gitignore +++ b/.gitignore @@ -777,3 +777,4 @@ /libpod-e6cf0ec.tar.gz /libpod-6518421.tar.gz /libpod-8beeb06.tar.gz +/libpod-5bad873.tar.gz diff --git a/podman.spec b/podman.spec index 55c11bd..7e7321b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 8beeb067aac857deb29e91562cf4b6f068fe0328 +%global commit0 5bad873c4cd9fab9112e1d84ba376d47073cc8bb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.59.dev.git%{shortcommit0}%{?dist} +Release: 0.60.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jan 23 2020 RH Container Bot - 2:1.7.1-0.60.dev.git5bad873 +- autobuilt 5bad873 + * Thu Jan 23 2020 RH Container Bot - 2:1.7.1-0.59.dev.git8beeb06 - autobuilt 8beeb06 diff --git a/sources b/sources index bb6ca54..777d514 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-8beeb06.tar.gz) = b38cc8327b21a3bfc77c7d07dca0111b1a1b002babc92809f0416d923c63b2e1588bda3cf1b9fd7636f15c93bc0fac241f8d1c88acdef33aaf1cad6423f83041 +SHA512 (libpod-5bad873.tar.gz) = 997ab51f7d64f57f0d0666596366f8207a1bb1552d82dd9e247638abb397db1feb9bd7a20dd1823f36695574e2652231e39efeb323df31486e9a4171e6bd9683 From 9818e5f3679d73e2d5b10e4ffc319ac07be52dec Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 25 Jan 2020 04:15:22 +0000 Subject: [PATCH 0829/2185] podman-2:1.7.1-0.61.dev.git975854a - autobuilt 975854a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ef36ac6..e19aba4 100644 --- a/.gitignore +++ b/.gitignore @@ -778,3 +778,4 @@ /libpod-6518421.tar.gz /libpod-8beeb06.tar.gz /libpod-5bad873.tar.gz +/libpod-975854a.tar.gz diff --git a/podman.spec b/podman.spec index 7e7321b..d0c9a75 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 5bad873c4cd9fab9112e1d84ba376d47073cc8bb +%global commit0 975854ad5c79346c72615030249c1f2bf8aecde0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.60.dev.git%{shortcommit0}%{?dist} +Release: 0.61.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sat Jan 25 2020 RH Container Bot - 2:1.7.1-0.61.dev.git975854a +- autobuilt 975854a + * Thu Jan 23 2020 RH Container Bot - 2:1.7.1-0.60.dev.git5bad873 - autobuilt 5bad873 diff --git a/sources b/sources index 777d514..55f4c79 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-5bad873.tar.gz) = 997ab51f7d64f57f0d0666596366f8207a1bb1552d82dd9e247638abb397db1feb9bd7a20dd1823f36695574e2652231e39efeb323df31486e9a4171e6bd9683 +SHA512 (libpod-975854a.tar.gz) = eb0047da82bf9d05f8fcae2feb0c57fe37a5ab98fea2578541a0612a2c78ac5fdf453248e1a9344ef7544a0893343116ab39d39b8ab9e88219ae351becc5250f From 8383b7b0935678d499a0cb3edf5056a708dea5c7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 27 Jan 2020 04:12:00 +0000 Subject: [PATCH 0830/2185] podman-2:1.7.1-0.62.dev.gitc28af15 - autobuilt c28af15 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e19aba4..4b6ce3c 100644 --- a/.gitignore +++ b/.gitignore @@ -779,3 +779,4 @@ /libpod-8beeb06.tar.gz /libpod-5bad873.tar.gz /libpod-975854a.tar.gz +/libpod-c28af15.tar.gz diff --git a/podman.spec b/podman.spec index d0c9a75..d322127 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 975854ad5c79346c72615030249c1f2bf8aecde0 +%global commit0 c28af15932d0d184f841e9d30103730c902c9ba7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.61.dev.git%{shortcommit0}%{?dist} +Release: 0.62.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Jan 27 2020 RH Container Bot - 2:1.7.1-0.62.dev.gitc28af15 +- autobuilt c28af15 + * Sat Jan 25 2020 RH Container Bot - 2:1.7.1-0.61.dev.git975854a - autobuilt 975854a diff --git a/sources b/sources index 55f4c79..5dfc741 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-975854a.tar.gz) = eb0047da82bf9d05f8fcae2feb0c57fe37a5ab98fea2578541a0612a2c78ac5fdf453248e1a9344ef7544a0893343116ab39d39b8ab9e88219ae351becc5250f +SHA512 (libpod-c28af15.tar.gz) = ba23725d3ea9b036f765ecafce5b6052fdc11f70b5b31f719adcfe0946889939fe0d5e9ff308120a0ff042c753263d3663abc182b260a6f9c328ff2d9695b215 From d756090fb2389a086805bbcdf3b425abe084da22 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 28 Jan 2020 04:11:28 +0000 Subject: [PATCH 0831/2185] podman-2:1.7.1-0.63.dev.git326cdf9 - autobuilt 326cdf9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4b6ce3c..93c6739 100644 --- a/.gitignore +++ b/.gitignore @@ -780,3 +780,4 @@ /libpod-5bad873.tar.gz /libpod-975854a.tar.gz /libpod-c28af15.tar.gz +/libpod-326cdf9.tar.gz diff --git a/podman.spec b/podman.spec index d322127..235f4ad 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c28af15932d0d184f841e9d30103730c902c9ba7 +%global commit0 326cdf944daae40ec83decf38ed1477e806cd846 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.62.dev.git%{shortcommit0}%{?dist} +Release: 0.63.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Jan 28 2020 RH Container Bot - 2:1.7.1-0.63.dev.git326cdf9 +- autobuilt 326cdf9 + * Mon Jan 27 2020 RH Container Bot - 2:1.7.1-0.62.dev.gitc28af15 - autobuilt c28af15 diff --git a/sources b/sources index 5dfc741..6933ff9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c28af15.tar.gz) = ba23725d3ea9b036f765ecafce5b6052fdc11f70b5b31f719adcfe0946889939fe0d5e9ff308120a0ff042c753263d3663abc182b260a6f9c328ff2d9695b215 +SHA512 (libpod-326cdf9.tar.gz) = 3f7a1a30e3e284b0c4ffd381755c859bb7fe2c1ee7759063ec5ebbb4ac5880f6a7e737f07ed63c4e7cce6a19f2849a987427b5446da4c280d2b7ad3f9baec3c1 From 4a24cd63399005e1e3d2492fc8f2bc007ade3eb2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 29 Jan 2020 04:14:56 +0000 Subject: [PATCH 0832/2185] podman-2:1.7.1-0.64.dev.gitb2ae45c - autobuilt b2ae45c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 93c6739..f49e8d0 100644 --- a/.gitignore +++ b/.gitignore @@ -781,3 +781,4 @@ /libpod-975854a.tar.gz /libpod-c28af15.tar.gz /libpod-326cdf9.tar.gz +/libpod-b2ae45c.tar.gz diff --git a/podman.spec b/podman.spec index 235f4ad..f1c18ee 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 326cdf944daae40ec83decf38ed1477e806cd846 +%global commit0 b2ae45cda18a9615c4ce61425531ce2c911701dc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.63.dev.git%{shortcommit0}%{?dist} +Release: 0.64.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jan 29 2020 RH Container Bot - 2:1.7.1-0.64.dev.gitb2ae45c +- autobuilt b2ae45c + * Tue Jan 28 2020 RH Container Bot - 2:1.7.1-0.63.dev.git326cdf9 - autobuilt 326cdf9 diff --git a/sources b/sources index 6933ff9..bf85ced 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-326cdf9.tar.gz) = 3f7a1a30e3e284b0c4ffd381755c859bb7fe2c1ee7759063ec5ebbb4ac5880f6a7e737f07ed63c4e7cce6a19f2849a987427b5446da4c280d2b7ad3f9baec3c1 +SHA512 (libpod-b2ae45c.tar.gz) = f006212c9fce3ae7ff1797b30a05df5f1fcb0617e7f369e193b788f69fae2cf67702044e4c7bbfa11661a9b9923cd6ef1acfcabfbd7478afc6ad8f75fdf47409 From f8539fab854a9605b457b3efb42ed79fb9be57b8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 30 Jan 2020 04:12:17 +0000 Subject: [PATCH 0833/2185] podman-2:1.7.1-0.65.dev.giteb28365 - autobuilt eb28365 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f49e8d0..06ff989 100644 --- a/.gitignore +++ b/.gitignore @@ -782,3 +782,4 @@ /libpod-c28af15.tar.gz /libpod-326cdf9.tar.gz /libpod-b2ae45c.tar.gz +/libpod-eb28365.tar.gz diff --git a/podman.spec b/podman.spec index f1c18ee..5f86c59 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b2ae45cda18a9615c4ce61425531ce2c911701dc +%global commit0 eb283657036f5dc69c926432252768d158989100 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.64.dev.git%{shortcommit0}%{?dist} +Release: 0.65.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jan 30 2020 RH Container Bot - 2:1.7.1-0.65.dev.giteb28365 +- autobuilt eb28365 + * Wed Jan 29 2020 RH Container Bot - 2:1.7.1-0.64.dev.gitb2ae45c - autobuilt b2ae45c diff --git a/sources b/sources index bf85ced..882e81d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-b2ae45c.tar.gz) = f006212c9fce3ae7ff1797b30a05df5f1fcb0617e7f369e193b788f69fae2cf67702044e4c7bbfa11661a9b9923cd6ef1acfcabfbd7478afc6ad8f75fdf47409 +SHA512 (libpod-eb28365.tar.gz) = ac3817025754146dde44dc428c430141ea3ec88d1acc5467fa70e15a429de7f2e49341de607d728deb19a7dec50e2fe635dedbcc9ca81446ba9775a48b9705f1 From 251d0fdb59ab20c9ba6de85768d26b22ed208925 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 30 Jan 2020 11:14:54 -0500 Subject: [PATCH 0834/2185] install /usr/lib/tmpfiles.d/podman-docker.conf Signed-off-by: Lokesh Mandvekar --- podman.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 5f86c59..1ba1198 100644 --- a/podman.spec +++ b/podman.spec @@ -394,7 +394,7 @@ Summary: Tests for %{name} Requires: %{name} = %{epoch}:%{version}-%{release} Requires: bats Requires: jq -Obsoletes: oci-systemd-hook +Obsoletes: oci-systemd-hook <= 0.2.0-3 %description tests %{summary} @@ -593,6 +593,7 @@ exit 0 %files docker %{_bindir}/docker %{_mandir}/man1/docker*.1* +%{_usr}/lib/tmpfiles.d/%{name}-docker.conf %if 0%{?with_devel} %files -n libpod-devel -f devel.file-list From b09c7e438590a2509b0219ac5c3b54125221f81c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 31 Jan 2020 04:11:39 +0000 Subject: [PATCH 0835/2185] podman-2:1.7.1-0.66.dev.git36af283 - autobuilt 36af283 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 06ff989..b806941 100644 --- a/.gitignore +++ b/.gitignore @@ -783,3 +783,4 @@ /libpod-326cdf9.tar.gz /libpod-b2ae45c.tar.gz /libpod-eb28365.tar.gz +/libpod-36af283.tar.gz diff --git a/podman.spec b/podman.spec index 1ba1198..336e74f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 eb283657036f5dc69c926432252768d158989100 +%global commit0 36af2833f954e1c822b917ecff45c05858188c2d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -48,7 +48,7 @@ Epoch: 2 Version: 1.7.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.65.dev.git%{shortcommit0}%{?dist} +Release: 0.66.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -627,6 +627,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Jan 31 2020 RH Container Bot - 2:1.7.1-0.66.dev.git36af283 +- autobuilt 36af283 + * Thu Jan 30 2020 RH Container Bot - 2:1.7.1-0.65.dev.giteb28365 - autobuilt eb28365 diff --git a/sources b/sources index 882e81d..4d6f9e7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-eb28365.tar.gz) = ac3817025754146dde44dc428c430141ea3ec88d1acc5467fa70e15a429de7f2e49341de607d728deb19a7dec50e2fe635dedbcc9ca81446ba9775a48b9705f1 +SHA512 (libpod-36af283.tar.gz) = 43994c41fa929321841ff9078f9316662ec1d7fca856bd8edb8559cb0f9943be2bd48d75e23e4152f47901642c77980591375e4fac5684e2453d908847ccc45e From 2f597b9a4e2470a90c8b73ae4edc01550ceb1861 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 2 Feb 2020 04:25:39 +0000 Subject: [PATCH 0836/2185] podman-2:1.8.0-0.1.dev.git4699d5e - bump to 1.8.0 - autobuilt 4699d5e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b806941..c5eb4aa 100644 --- a/.gitignore +++ b/.gitignore @@ -784,3 +784,4 @@ /libpod-b2ae45c.tar.gz /libpod-eb28365.tar.gz /libpod-36af283.tar.gz +/libpod-4699d5e.tar.gz diff --git a/podman.spec b/podman.spec index 336e74f..0303b5b 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 36af2833f954e1c822b917ecff45c05858188c2d +%global commit0 4699d5e02d3270b5cc89f7528b53b823fbf88796 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -39,16 +39,16 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.7.0 +%global built_tag v1.8.0-rc1 Name: podman %if 0%{?fedora} Epoch: 2 %endif -Version: 1.7.1 +Version: 1.8.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.66.dev.git%{shortcommit0}%{?dist} +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -627,6 +627,10 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sun Feb 02 2020 RH Container Bot - 2:1.8.0-0.1.dev.git4699d5e +- bump to 1.8.0 +- autobuilt 4699d5e + * Fri Jan 31 2020 RH Container Bot - 2:1.7.1-0.66.dev.git36af283 - autobuilt 36af283 diff --git a/sources b/sources index 4d6f9e7..8c998d0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-36af283.tar.gz) = 43994c41fa929321841ff9078f9316662ec1d7fca856bd8edb8559cb0f9943be2bd48d75e23e4152f47901642c77980591375e4fac5684e2453d908847ccc45e +SHA512 (libpod-4699d5e.tar.gz) = 2aaccc2209ba8e6a43f5ef6e41c1f8a7a4e9189cec8b180d1668527358897206590355c69f71de1a7279575da490c33bce2dddfd40889c7d42fd4d4d88e3af2c From b4acd29e384328a35e893c12713c99239f6e7b1e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 3 Feb 2020 10:02:40 -0500 Subject: [PATCH 0837/2185] adjust macros and deps for OBS CentOS build Signed-off-by: Lokesh Mandvekar --- podman.spec | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/podman.spec b/podman.spec index 0303b5b..e37f6c8 100644 --- a/podman.spec +++ b/podman.spec @@ -1,15 +1,15 @@ %global with_devel 0 %global with_bundled 1 -%global with_debug 1 %global with_check 0 %global with_unit_test 0 -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?centos} >= 8 #### DO NOT REMOVE - NEEDED FOR CENTOS %bcond_without varlink -%define gogenerate go generate +%global with_debug 1 %else %bcond_with varlink +%global with_debug 0 %endif %if 0%{?with_debug} @@ -19,6 +19,11 @@ %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 +%define gogenerate go generate + %global provider github %global provider_tld com %global project containers @@ -39,7 +44,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v1.8.0-rc1 +%define built_tag v1.8.0-rc1 Name: podman %if 0%{?fedora} @@ -57,13 +62,13 @@ Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{shortcommit_ Provides: %{name}-manpages = %{epoch}:%{version}-%{release} Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release} # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. -BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} +BuildRequires: golang BuildRequires: btrfs-progs-devel BuildRequires: glib2-devel BuildRequires: glibc-devel BuildRequires: glibc-static BuildRequires: git -BuildRequires: golang-github-cpuguy83-md2man +BuildRequires: go-md2man BuildRequires: gpgme-devel BuildRequires: libassuan-devel BuildRequires: libgpg-error-devel @@ -74,7 +79,6 @@ BuildRequires: pkgconfig BuildRequires: make BuildRequires: systemd BuildRequires: systemd-devel -Requires: crun >= 0.10.2-1 Requires: containers-common Requires: containernetworking-plugins >= 0.7.5-1 Requires: iptables @@ -87,10 +91,10 @@ Recommends: libvarlink-util Recommends: slirp4netns >= 0.3.0-2 Recommends: fuse-overlayfs >= 0.3-8 Recommends: runc +Requires: crun >= 0.10.2-1 %else #### DO NOT REMOVE - NEEDED FOR CENTOS Requires: slirp4netns >= 0.3.0-2 -Requires: crun Requires: runc %endif @@ -467,7 +471,9 @@ export GOPATH=$(pwd)/_build:$(pwd) popd %install +%if 0%{?fedora} sed -s 's/^runtime[ =].*"runc/runtime = "crun/' libpod.conf -i +%endif sed -i 's/install.remote: podman-remote/install.remote:/' Makefile sed -i 's/install.bin: podman/install.bin:/' Makefile rm -rf docs/containers-mounts.conf.5.md From cb925e5036166d20e8eee72f3aea0c31dd15c4cd Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 3 Feb 2020 10:38:42 -0500 Subject: [PATCH 0838/2185] no ostree/btrfs deps for centos Signed-off-by: Lokesh Mandvekar --- podman.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index e37f6c8..2813600 100644 --- a/podman.spec +++ b/podman.spec @@ -63,7 +63,6 @@ Provides: %{name}-manpages = %{epoch}:%{version}-%{release} Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release} # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. BuildRequires: golang -BuildRequires: btrfs-progs-devel BuildRequires: glib2-devel BuildRequires: glibc-devel BuildRequires: glibc-static @@ -74,7 +73,6 @@ BuildRequires: libassuan-devel BuildRequires: libgpg-error-devel BuildRequires: libseccomp-devel BuildRequires: libselinux-devel -BuildRequires: ostree-devel BuildRequires: pkgconfig BuildRequires: make BuildRequires: systemd @@ -87,6 +85,8 @@ Requires: conmon Requires: %{name}-plugins = %{epoch}:%{version}-%{release} Requires: (container-selinux if selinux-policy) %if 0%{?fedora} +BuildRequires: btrfs-progs-devel +BuildRequires: ostree-devel Recommends: libvarlink-util Recommends: slirp4netns >= 0.3.0-2 Recommends: fuse-overlayfs >= 0.3-8 @@ -450,12 +450,18 @@ ln -s vendor src # build %%{name} export BUILDTAGS="systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" +%if 0%{?centos} +export BUILDTAGS+="exclude_graphdriver_btrfs containers_image_ostree_stub" +%endif %gobuild -o bin/%{name} %{import_path}/cmd/%{name} %if 0%{?fedora} #### DO NOT REMOVE - NEEDED FOR CENTOS # build %%{name}-remote export BUILDTAGS="remoteclient systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" +%if 0%{?centos} +export BUILDTAGS+="exclude_graphdriver_btrfs containers_image_ostree_stub" +%endif %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} %endif From d9a401849859a7fd0ddf899c2ebf53ed1133579e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 3 Feb 2020 10:46:53 -0500 Subject: [PATCH 0839/2185] set Epoch:0 for centos Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/podman.spec b/podman.spec index 2813600..b9211dc 100644 --- a/podman.spec +++ b/podman.spec @@ -49,6 +49,8 @@ Name: podman %if 0%{?fedora} Epoch: 2 +%else +Epoch: 0 %endif Version: 1.8.0 # Rawhide almost always ships unreleased builds, From 25290d0377e4e9f02de59086c2793b9733d2a693 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 4 Feb 2020 04:16:17 +0000 Subject: [PATCH 0840/2185] podman-2:1.8.0-0.2.dev.gitc4f6d56 - autobuilt c4f6d56 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c5eb4aa..b7cc1ed 100644 --- a/.gitignore +++ b/.gitignore @@ -785,3 +785,4 @@ /libpod-eb28365.tar.gz /libpod-36af283.tar.gz /libpod-4699d5e.tar.gz +/libpod-c4f6d56.tar.gz diff --git a/podman.spec b/podman.spec index b9211dc..e7fdaca 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 4699d5e02d3270b5cc89f7528b53b823fbf88796 +%global commit0 c4f6d5615a34ea67b1335a2a446bd09789d98015 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.1.dev.git%{shortcommit0}%{?dist} +Release: 0.2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Feb 04 2020 RH Container Bot - 2:1.8.0-0.2.dev.gitc4f6d56 +- autobuilt c4f6d56 + * Sun Feb 02 2020 RH Container Bot - 2:1.8.0-0.1.dev.git4699d5e - bump to 1.8.0 - autobuilt 4699d5e diff --git a/sources b/sources index 8c998d0..ffae3d6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-4699d5e.tar.gz) = 2aaccc2209ba8e6a43f5ef6e41c1f8a7a4e9189cec8b180d1668527358897206590355c69f71de1a7279575da490c33bce2dddfd40889c7d42fd4d4d88e3af2c +SHA512 (libpod-c4f6d56.tar.gz) = f3be0ff1eea2832acb1d139acbaa9161d888f407f153298b4e8c02a734cf6a769c494ffd0d37bf58781b1f59d9f480287010a76291716782363fe39d7df83be2 From 2476ce9eac898e1b913ec2341b8e123fbd854b59 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 5 Feb 2020 04:17:39 +0000 Subject: [PATCH 0841/2185] podman-2:1.8.0-0.3.dev.git5092c07 - autobuilt 5092c07 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b7cc1ed..27a9836 100644 --- a/.gitignore +++ b/.gitignore @@ -786,3 +786,4 @@ /libpod-36af283.tar.gz /libpod-4699d5e.tar.gz /libpod-c4f6d56.tar.gz +/libpod-5092c07.tar.gz diff --git a/podman.spec b/podman.spec index e7fdaca..d5aeb9c 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c4f6d5615a34ea67b1335a2a446bd09789d98015 +%global commit0 5092c078ec635c9f1598989b27ccf53369b3cf2b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.2.dev.git%{shortcommit0}%{?dist} +Release: 0.3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Feb 05 2020 RH Container Bot - 2:1.8.0-0.3.dev.git5092c07 +- autobuilt 5092c07 + * Tue Feb 04 2020 RH Container Bot - 2:1.8.0-0.2.dev.gitc4f6d56 - autobuilt c4f6d56 diff --git a/sources b/sources index ffae3d6..585c3f6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c4f6d56.tar.gz) = f3be0ff1eea2832acb1d139acbaa9161d888f407f153298b4e8c02a734cf6a769c494ffd0d37bf58781b1f59d9f480287010a76291716782363fe39d7df83be2 +SHA512 (libpod-5092c07.tar.gz) = 207a78efcfb1fb85e2b297ba1a04b5ebef0f6423f747289f0c547c51e34c16d7a39149eb2854008695ccc177f0e58013184b4c4765de71ca272c635e443c0e55 From b62308d3ffa44d8becb08112c303a6a35a5c75e7 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 6 Feb 2020 06:50:12 -0500 Subject: [PATCH 0842/2185] do not install remote files for centos7 Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/podman.spec b/podman.spec index d5aeb9c..9478349 100644 --- a/podman.spec +++ b/podman.spec @@ -514,6 +514,13 @@ for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},, echo "$file*" >> podman.file-list done +# do not install remote manpages on centos7 +%if 0%{?centos} < 8 +rm -rf %{buildroot}%{_mandir}/man1/docker-remote.1 +rm -rf %{buildroot}%{_mandir}/man1/%{name}-remote.1 +rm -rf %{buildroot}%{_mandir}/man5/%{name}-remote.conf.5 +%endif + # source codes for building projects %if 0%{?with_devel} install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ From 676b0469850def790f061b2d8f5a0d9a710c6e69 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 6 Feb 2020 11:27:22 -0500 Subject: [PATCH 0843/2185] podman-2:1.8.0-0.4.dev.git5092c07 - bump crun dependency Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 9478349..c0b9e62 100644 --- a/podman.spec +++ b/podman.spec @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.3.dev.git%{shortcommit0}%{?dist} +Release: 0.4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -93,7 +93,7 @@ Recommends: libvarlink-util Recommends: slirp4netns >= 0.3.0-2 Recommends: fuse-overlayfs >= 0.3-8 Recommends: runc -Requires: crun >= 0.10.2-1 +Requires: crun >= 0.12.1-1 %else #### DO NOT REMOVE - NEEDED FOR CENTOS Requires: slirp4netns >= 0.3.0-2 @@ -648,6 +648,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Feb 06 2020 Lokesh Mandvekar - 2:1.8.0-0.4.dev.git5092c07 +- bump crun dependency + * Wed Feb 05 2020 RH Container Bot - 2:1.8.0-0.3.dev.git5092c07 - autobuilt 5092c07 From 692e60e47db120988d10dbe12d89bb2a13943945 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 17 Feb 2020 15:53:55 -0500 Subject: [PATCH 0844/2185] podman-2:1.8.1-0.1.dev.git0bd29f8 - bump to 1.8.1-dev - built commit 0bd29f8 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 20 +++++++++++--------- sources | 2 +- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 27a9836..fdd0c33 100644 --- a/.gitignore +++ b/.gitignore @@ -787,3 +787,4 @@ /libpod-4699d5e.tar.gz /libpod-c4f6d56.tar.gz /libpod-5092c07.tar.gz +/libpod-0bd29f8.tar.gz diff --git a/podman.spec b/podman.spec index c0b9e62..cfa8b2e 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 5092c078ec635c9f1598989b27ccf53369b3cf2b +%global commit0 0bd29f89e9d26c9012c76e58050e1bdfd90faaf0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -44,7 +44,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.8.0-rc1 +%define built_tag v1.8.0 Name: podman %if 0%{?fedora} @@ -52,10 +52,10 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 1.8.0 +Version: 1.8.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.4.dev.git%{shortcommit0}%{?dist} +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -597,7 +597,7 @@ exit 0 %files -f podman.file-list %license LICENSE -%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md +%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md transfer.md %{_bindir}/%{name} %{_datadir}/bash-completion/completions/* # By "owning" the site-functions dir, we don't need to Require zsh @@ -619,14 +619,14 @@ exit 0 %if 0%{?with_devel} %files -n libpod-devel -f devel.file-list %license LICENSE -%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md +%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md transfer.md %dir %{gopath}/src/%{provider}.%{provider_tld}/%{project} %endif %if 0%{?with_unit_test} && 0%{?with_devel} %files unit-test-devel -f unit-test-devel.file-list %license LICENSE -%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md +%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md transfer.md %endif #### DO NOT REMOVE - NEEDED FOR CENTOS @@ -634,8 +634,6 @@ exit 0 %files remote %license LICENSE %{_bindir}/%{name}-remote -%{_mandir}/man1/%{name}-remote*.1* -%{_mandir}/man5/%{name}-remote*.5* %files tests %license LICENSE @@ -648,6 +646,10 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Feb 17 2020 Lokesh Mandvekar - 2:1.8.1-0.1.dev.git0bd29f8 +- bump to 1.8.1-dev +- built commit 0bd29f8 + * Thu Feb 06 2020 Lokesh Mandvekar - 2:1.8.0-0.4.dev.git5092c07 - bump crun dependency diff --git a/sources b/sources index 585c3f6..d0b0728 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-5092c07.tar.gz) = 207a78efcfb1fb85e2b297ba1a04b5ebef0f6423f747289f0c547c51e34c16d7a39149eb2854008695ccc177f0e58013184b4c4765de71ca272c635e443c0e55 +SHA512 (libpod-0bd29f8.tar.gz) = 66397518a5f1b4efeb28457778edfb346c9a3d32337813be89e8778beed2e24cb3aaa581d84558f155c0578d401b14d1282c2af71d7d4ed9e5415f64ca7a9230 From 1dc0bd307a20f64f5396f6e553108b970b9a857f Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 18 Feb 2020 16:16:48 -0500 Subject: [PATCH 0845/2185] bump to 1.8.1-dev built commit 0bd29f8 --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index cfa8b2e..042b43f 100644 --- a/podman.spec +++ b/podman.spec @@ -515,7 +515,7 @@ for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},, done # do not install remote manpages on centos7 -%if 0%{?centos} < 8 +%if 0%{?centos} && 0%{?centos} < 8 rm -rf %{buildroot}%{_mandir}/man1/docker-remote.1 rm -rf %{buildroot}%{_mandir}/man1/%{name}-remote.1 rm -rf %{buildroot}%{_mandir}/man5/%{name}-remote.conf.5 From 955de5c33e41859ccd2ef0680757ab77a377ab4d Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Thu, 20 Feb 2020 06:19:58 -0700 Subject: [PATCH 0846/2185] tests now require skopeo; and fix an Obsoletes system tests now test skopeo-podman compatibility of login credentials; include 'Requires: skopeo' in tests package. While doing so I noticed 'Obsoletes: oci-systemd-hook' in the tests package; this is almost certainly in the wrong place. I moved it to the main package. Signed-off-by: Ed Santiago --- podman.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 042b43f..6cccbf9 100644 --- a/podman.spec +++ b/podman.spec @@ -86,6 +86,7 @@ Requires: nftables Requires: conmon Requires: %{name}-plugins = %{epoch}:%{version}-%{release} Requires: (container-selinux if selinux-policy) +Obsoletes: oci-systemd-hook <= 0.2.0-3 %if 0%{?fedora} BuildRequires: btrfs-progs-devel BuildRequires: ostree-devel @@ -400,7 +401,7 @@ Summary: Tests for %{name} Requires: %{name} = %{epoch}:%{version}-%{release} Requires: bats Requires: jq -Obsoletes: oci-systemd-hook <= 0.2.0-3 +Requires: skopeo %description tests %{summary} @@ -465,7 +466,7 @@ export BUILDTAGS="remoteclient systemd varlink seccomp exclude_graphdriver_devic export BUILDTAGS+="exclude_graphdriver_btrfs containers_image_ostree_stub" %endif %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} -%endif +%endif pushd dnsname-%{commit_plugins} mkdir _build From b6296c4ebf57fa837427d8932107d2ab7ed74a9d Mon Sep 17 00:00:00 2001 From: Olivier Lemasle Date: Sat, 22 Feb 2020 13:39:20 +0100 Subject: [PATCH 0847/2185] Fixes podman-remote A space was missing in BUILDTAGS, so the tag "remoteclient" was never passed. As a consequence, "podman-remote" was actually identical to "podman". Signed-off-by: Olivier Lemasle install podman-remote manpages Signed-off-by: Lokesh Mandvekar --- podman.spec | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/podman.spec b/podman.spec index 6cccbf9..23d98fe 100644 --- a/podman.spec +++ b/podman.spec @@ -458,15 +458,9 @@ export BUILDTAGS+="exclude_graphdriver_btrfs containers_image_ostree_stub" %endif %gobuild -o bin/%{name} %{import_path}/cmd/%{name} -%if 0%{?fedora} -#### DO NOT REMOVE - NEEDED FOR CENTOS # build %%{name}-remote -export BUILDTAGS="remoteclient systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" -%if 0%{?centos} -export BUILDTAGS+="exclude_graphdriver_btrfs containers_image_ostree_stub" -%endif +export BUILDTAGS+=" remoteclient" %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} -%endif pushd dnsname-%{commit_plugins} mkdir _build @@ -635,6 +629,8 @@ exit 0 %files remote %license LICENSE %{_bindir}/%{name}-remote +%{_datadir}/man/man1/%{name}-remote*.* +%{_datadir}/man/man5/%{name}-remote*.* %files tests %license LICENSE From 31b723b9791d369f0a22e8a906dab2f556aa7d44 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sat, 22 Feb 2020 16:19:44 -0500 Subject: [PATCH 0848/2185] bump release tag Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 23d98fe..79098a7 100644 --- a/podman.spec +++ b/podman.spec @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.1.dev.git%{shortcommit0}%{?dist} +Release: 0.2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sat Feb 22 2020 Lokesh Mandvekar - 2:1.8.1-0.2.dev.git0bd29f8 +- bump release tag + * Mon Feb 17 2020 Lokesh Mandvekar - 2:1.8.1-0.1.dev.git0bd29f8 - bump to 1.8.1-dev - built commit 0bd29f8 From 78ddd47978216a8eb1f050fa1aa66706e0864cba Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 2 Mar 2020 14:43:04 +0000 Subject: [PATCH 0849/2185] podman-2:1.8.1-0.3.dev.git275e9b8 - autobuilt 275e9b8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fdd0c33..7b10ce8 100644 --- a/.gitignore +++ b/.gitignore @@ -788,3 +788,4 @@ /libpod-c4f6d56.tar.gz /libpod-5092c07.tar.gz /libpod-0bd29f8.tar.gz +/libpod-275e9b8.tar.gz diff --git a/podman.spec b/podman.spec index 79098a7..832848a 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0bd29f89e9d26c9012c76e58050e1bdfd90faaf0 +%global commit0 275e9b855dd0a384a283174912c08f3f097101b5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.2.dev.git%{shortcommit0}%{?dist} +Release: 0.3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Mar 02 2020 RH Container Bot - 2:1.8.1-0.3.dev.git275e9b8 +- autobuilt 275e9b8 + * Sat Feb 22 2020 Lokesh Mandvekar - 2:1.8.1-0.2.dev.git0bd29f8 - bump release tag diff --git a/sources b/sources index d0b0728..010785a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-0bd29f8.tar.gz) = 66397518a5f1b4efeb28457778edfb346c9a3d32337813be89e8778beed2e24cb3aaa581d84558f155c0578d401b14d1282c2af71d7d4ed9e5415f64ca7a9230 +SHA512 (libpod-275e9b8.tar.gz) = 611dec16fce4cbeeda671c1c0796a4ad24a403577d60f72e8085a12183f822f735e8d769c9e532039ebc87d07fa0aa2d1bd85f9ea5ca2385b78af5cdbf88f67e From 24db6bb09ff068802e904ef0cd42c6d5c8785cd2 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 2 Mar 2020 09:57:45 -0500 Subject: [PATCH 0850/2185] podman-2:1.8.1-0.4.dev.git275e9b8 - bump release tag for smooth upgrade path Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 832848a..994b13b 100644 --- a/podman.spec +++ b/podman.spec @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.1 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.3.dev.git%{shortcommit0}%{?dist} +Release: 0.4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Mar 02 2020 Lokesh Mandvekar - 2:1.8.1-0.4.dev.git275e9b8 +- bump release tag for smooth upgrade path + * Mon Mar 02 2020 RH Container Bot - 2:1.8.1-0.3.dev.git275e9b8 - autobuilt 275e9b8 From c8ef3c0a517f2e51cb915e1598a94b4dbe08553d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 16 Mar 2020 16:33:28 +0000 Subject: [PATCH 0851/2185] podman-2:1.8.2-0.1.dev.git412a114 - bump to 1.8.2 - autobuilt 412a114 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7b10ce8..d910dcd 100644 --- a/.gitignore +++ b/.gitignore @@ -789,3 +789,4 @@ /libpod-5092c07.tar.gz /libpod-0bd29f8.tar.gz /libpod-275e9b8.tar.gz +/libpod-412a114.tar.gz diff --git a/podman.spec b/podman.spec index 994b13b..d971623 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 275e9b855dd0a384a283174912c08f3f097101b5 +%global commit0 412a114d33a2f0aca7ee49984afcf278d2f2574a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,10 +52,10 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 1.8.1 +Version: 1.8.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.4.dev.git%{shortcommit0}%{?dist} +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,10 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Mar 16 2020 RH Container Bot - 2:1.8.2-0.1.dev.git412a114 +- bump to 1.8.2 +- autobuilt 412a114 + * Mon Mar 02 2020 Lokesh Mandvekar - 2:1.8.1-0.4.dev.git275e9b8 - bump release tag for smooth upgrade path diff --git a/sources b/sources index 010785a..b9ec837 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-275e9b8.tar.gz) = 611dec16fce4cbeeda671c1c0796a4ad24a403577d60f72e8085a12183f822f735e8d769c9e532039ebc87d07fa0aa2d1bd85f9ea5ca2385b78af5cdbf88f67e +SHA512 (libpod-412a114.tar.gz) = bf7ecc1bf8d410b0061718a8aa2d342698e3930a4282790ff4f8952966126e58d72197946d11268c062c180c97bcf8dcfd17c11b384da5d7b358298112db76e6 From 020e9f7d98c8dcfe8434266f3b06f54432881f34 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 17 Mar 2020 17:28:47 +0000 Subject: [PATCH 0852/2185] podman-2:1.8.2-0.2.dev.git8f1ce4b - autobuilt 8f1ce4b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d910dcd..7ccc4f9 100644 --- a/.gitignore +++ b/.gitignore @@ -790,3 +790,4 @@ /libpod-0bd29f8.tar.gz /libpod-275e9b8.tar.gz /libpod-412a114.tar.gz +/libpod-8f1ce4b.tar.gz diff --git a/podman.spec b/podman.spec index d971623..1fbab38 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 412a114d33a2f0aca7ee49984afcf278d2f2574a +%global commit0 8f1ce4bddd54fe8067cca688430a7099c5f42cd1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.1.dev.git%{shortcommit0}%{?dist} +Release: 0.2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Mar 17 2020 RH Container Bot - 2:1.8.2-0.2.dev.git8f1ce4b +- autobuilt 8f1ce4b + * Mon Mar 16 2020 RH Container Bot - 2:1.8.2-0.1.dev.git412a114 - bump to 1.8.2 - autobuilt 412a114 diff --git a/sources b/sources index b9ec837..8f01f64 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-412a114.tar.gz) = bf7ecc1bf8d410b0061718a8aa2d342698e3930a4282790ff4f8952966126e58d72197946d11268c062c180c97bcf8dcfd17c11b384da5d7b358298112db76e6 +SHA512 (libpod-8f1ce4b.tar.gz) = 1873d98a743f5627572da0e34c474f58a5f5271bcbdcf5dccaec2059e0e8ad4d03d27f0956326d851514611d8beaf4c26add4c111aa360e1d3d4e2a94329bd0a From 6cf46cab3700f8209bc17e518534e9be7c429e5c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 18 Mar 2020 04:13:34 +0000 Subject: [PATCH 0853/2185] podman-2:1.8.2-0.3.dev.gitf3a28de - autobuilt f3a28de Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7ccc4f9..436d949 100644 --- a/.gitignore +++ b/.gitignore @@ -791,3 +791,4 @@ /libpod-275e9b8.tar.gz /libpod-412a114.tar.gz /libpod-8f1ce4b.tar.gz +/libpod-f3a28de.tar.gz diff --git a/podman.spec b/podman.spec index 1fbab38..de37264 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 8f1ce4bddd54fe8067cca688430a7099c5f42cd1 +%global commit0 f3a28de3249032e5d7be14114b126c7bddf3d479 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.2.dev.git%{shortcommit0}%{?dist} +Release: 0.3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Mar 18 2020 RH Container Bot - 2:1.8.2-0.3.dev.gitf3a28de +- autobuilt f3a28de + * Tue Mar 17 2020 RH Container Bot - 2:1.8.2-0.2.dev.git8f1ce4b - autobuilt 8f1ce4b diff --git a/sources b/sources index 8f01f64..6a110b7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-8f1ce4b.tar.gz) = 1873d98a743f5627572da0e34c474f58a5f5271bcbdcf5dccaec2059e0e8ad4d03d27f0956326d851514611d8beaf4c26add4c111aa360e1d3d4e2a94329bd0a +SHA512 (libpod-f3a28de.tar.gz) = 805771264aa279418e85bffc2ceb2761a111d9fbcd35a24ec1bf327d3bf62b9552ede8fb980f8ca4b56f2d5026299b77e6dd1f59bb41f3a51c41942b8014ec45 From aa233d993b3575b2d3d17e3be8ecfeb5f3391e1d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 18 Mar 2020 19:21:39 +0000 Subject: [PATCH 0854/2185] podman-2:1.8.2-0.4.dev.git45e7cbf - autobuilt 45e7cbf Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 436d949..d36da69 100644 --- a/.gitignore +++ b/.gitignore @@ -792,3 +792,4 @@ /libpod-412a114.tar.gz /libpod-8f1ce4b.tar.gz /libpod-f3a28de.tar.gz +/libpod-45e7cbf.tar.gz diff --git a/podman.spec b/podman.spec index de37264..53d7037 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f3a28de3249032e5d7be14114b126c7bddf3d479 +%global commit0 45e7cbfef65d0379af19264c5fa90e1ae9ccb74a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.3.dev.git%{shortcommit0}%{?dist} +Release: 0.4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Mar 18 2020 RH Container Bot - 2:1.8.2-0.4.dev.git45e7cbf +- autobuilt 45e7cbf + * Wed Mar 18 2020 RH Container Bot - 2:1.8.2-0.3.dev.gitf3a28de - autobuilt f3a28de diff --git a/sources b/sources index 6a110b7..ae2c731 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-f3a28de.tar.gz) = 805771264aa279418e85bffc2ceb2761a111d9fbcd35a24ec1bf327d3bf62b9552ede8fb980f8ca4b56f2d5026299b77e6dd1f59bb41f3a51c41942b8014ec45 +SHA512 (libpod-45e7cbf.tar.gz) = f13a676b8ac17e4ae75e0a2a1b010beafabe2bf3822b013b29199afc3a4beb21c847acf2ee046b226d3c7cfb50e9cf2b6aaf048f1f8186ad63f14a270020915a From f0211d2c965a75e115a3d4e2d36f4fe6c74a7485 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 19 Mar 2020 04:13:07 +0000 Subject: [PATCH 0855/2185] podman-2:1.8.2-0.5.dev.gitbd9386d - autobuilt bd9386d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d36da69..d9b6d36 100644 --- a/.gitignore +++ b/.gitignore @@ -793,3 +793,4 @@ /libpod-8f1ce4b.tar.gz /libpod-f3a28de.tar.gz /libpod-45e7cbf.tar.gz +/libpod-bd9386d.tar.gz diff --git a/podman.spec b/podman.spec index 53d7037..bad274a 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 45e7cbfef65d0379af19264c5fa90e1ae9ccb74a +%global commit0 bd9386ddac4ef6730fbe6ce4104e80f56a48fe43 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.4.dev.git%{shortcommit0}%{?dist} +Release: 0.5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.5.dev.gitbd9386d +- autobuilt bd9386d + * Wed Mar 18 2020 RH Container Bot - 2:1.8.2-0.4.dev.git45e7cbf - autobuilt 45e7cbf diff --git a/sources b/sources index ae2c731..391b2e7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-45e7cbf.tar.gz) = f13a676b8ac17e4ae75e0a2a1b010beafabe2bf3822b013b29199afc3a4beb21c847acf2ee046b226d3c7cfb50e9cf2b6aaf048f1f8186ad63f14a270020915a +SHA512 (libpod-bd9386d.tar.gz) = 1ba518013b7ecdee896bcce5ae328f9d0c2a7bfa9c14af3d492a178d470fe79adc1df7df3579aca96add712e8b979e8b9d9bbeacc539b2fbe50969178c337fa1 From ad392cb5c50a5c4e44f6170253aa8e74f81f74a3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 19 Mar 2020 14:30:21 +0000 Subject: [PATCH 0856/2185] podman-2:1.8.2-0.6.dev.gite87fe4d - autobuilt e87fe4d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d9b6d36..1eb59d3 100644 --- a/.gitignore +++ b/.gitignore @@ -794,3 +794,4 @@ /libpod-f3a28de.tar.gz /libpod-45e7cbf.tar.gz /libpod-bd9386d.tar.gz +/libpod-e87fe4d.tar.gz diff --git a/podman.spec b/podman.spec index bad274a..b2a9dea 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 bd9386ddac4ef6730fbe6ce4104e80f56a48fe43 +%global commit0 e87fe4dbbbc55be42d7a31f5415f55d2ff99f81b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.5.dev.git%{shortcommit0}%{?dist} +Release: 0.6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.6.dev.gite87fe4d +- autobuilt e87fe4d + * Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.5.dev.gitbd9386d - autobuilt bd9386d diff --git a/sources b/sources index 391b2e7..470cc10 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-bd9386d.tar.gz) = 1ba518013b7ecdee896bcce5ae328f9d0c2a7bfa9c14af3d492a178d470fe79adc1df7df3579aca96add712e8b979e8b9d9bbeacc539b2fbe50969178c337fa1 +SHA512 (libpod-e87fe4d.tar.gz) = 98d1810a030802d3b8fcfbffaededb26e9d6280a90143d2ffa9614cb24ae85d6cde77e0e60d3dc7392eb7aa9869577a8feb2ff3aff36041c2d115388b4fa0608 From b36338e336e98a97ce7da47abdec3e78963e4d91 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 19 Mar 2020 15:12:23 +0000 Subject: [PATCH 0857/2185] podman-2:1.8.2-0.7.dev.gitedcc73e - autobuilt edcc73e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1eb59d3..a9acb26 100644 --- a/.gitignore +++ b/.gitignore @@ -795,3 +795,4 @@ /libpod-45e7cbf.tar.gz /libpod-bd9386d.tar.gz /libpod-e87fe4d.tar.gz +/libpod-edcc73e.tar.gz diff --git a/podman.spec b/podman.spec index b2a9dea..75b9704 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e87fe4dbbbc55be42d7a31f5415f55d2ff99f81b +%global commit0 edcc73eeb2763170f03c8169f4664fc3912aab35 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.6.dev.git%{shortcommit0}%{?dist} +Release: 0.7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.7.dev.gitedcc73e +- autobuilt edcc73e + * Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.6.dev.gite87fe4d - autobuilt e87fe4d diff --git a/sources b/sources index 470cc10..8c3103a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e87fe4d.tar.gz) = 98d1810a030802d3b8fcfbffaededb26e9d6280a90143d2ffa9614cb24ae85d6cde77e0e60d3dc7392eb7aa9869577a8feb2ff3aff36041c2d115388b4fa0608 +SHA512 (libpod-edcc73e.tar.gz) = 3c2bbfe25950b63c6ee6d00e41d306c37f6ab65358fc6552030fa77862783cf3642e85c43722f186bfd7166c9c2beb5db8313a6fa382fea7d7fb672514e2a688 From a6a26d7ec4eee42e0ddd8a8ec52c9a8ae515109c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 19 Mar 2020 17:26:43 +0000 Subject: [PATCH 0858/2185] podman-2:1.8.2-0.8.dev.git1cb3e3a - autobuilt 1cb3e3a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a9acb26..4e65e73 100644 --- a/.gitignore +++ b/.gitignore @@ -796,3 +796,4 @@ /libpod-bd9386d.tar.gz /libpod-e87fe4d.tar.gz /libpod-edcc73e.tar.gz +/libpod-1cb3e3a.tar.gz diff --git a/podman.spec b/podman.spec index 75b9704..9ff02fb 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 edcc73eeb2763170f03c8169f4664fc3912aab35 +%global commit0 1cb3e3a705b3996cf75d5fc8d02c9064cebe6d7f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.7.dev.git%{shortcommit0}%{?dist} +Release: 0.8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.8.dev.git1cb3e3a +- autobuilt 1cb3e3a + * Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.7.dev.gitedcc73e - autobuilt edcc73e diff --git a/sources b/sources index 8c3103a..8e35a6c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-edcc73e.tar.gz) = 3c2bbfe25950b63c6ee6d00e41d306c37f6ab65358fc6552030fa77862783cf3642e85c43722f186bfd7166c9c2beb5db8313a6fa382fea7d7fb672514e2a688 +SHA512 (libpod-1cb3e3a.tar.gz) = 7d85bea634d5c0071ad1dac42e3ea7123e5f087e926d75277f3036e1e03e9a0c4f3b4928168917cf6e5e7bf401cdb850151c3819ed29589811da52b51b0d56e1 From 545ebf08d19741527eb526cec2492db32e671ff2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 19 Mar 2020 19:11:33 +0000 Subject: [PATCH 0859/2185] podman-2:1.8.2-0.9.dev.gitcccd05c - autobuilt cccd05c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4e65e73..7f75b3b 100644 --- a/.gitignore +++ b/.gitignore @@ -797,3 +797,4 @@ /libpod-e87fe4d.tar.gz /libpod-edcc73e.tar.gz /libpod-1cb3e3a.tar.gz +/libpod-cccd05c.tar.gz diff --git a/podman.spec b/podman.spec index 9ff02fb..5d4d51b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1cb3e3a705b3996cf75d5fc8d02c9064cebe6d7f +%global commit0 cccd05cb5bf16f356e79cc30e7bfc6d7062af035 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.2 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.8.dev.git%{shortcommit0}%{?dist} +Release: 0.9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.9.dev.gitcccd05c +- autobuilt cccd05c + * Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.8.dev.git1cb3e3a - autobuilt 1cb3e3a diff --git a/sources b/sources index 8e35a6c..5beb9ba 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-1cb3e3a.tar.gz) = 7d85bea634d5c0071ad1dac42e3ea7123e5f087e926d75277f3036e1e03e9a0c4f3b4928168917cf6e5e7bf401cdb850151c3819ed29589811da52b51b0d56e1 +SHA512 (libpod-cccd05c.tar.gz) = fb40c26e56ae04e865fcee9162b9750f00d6cd1fb6489fa3219ab94b3f219d9a1487dfbb3d0fc3c8adfd01d13c86ebc6c74ff4a02f9e0db1df90636cc01ff849 From 6acf3895fdd2ad778d2ccd95bfde9c19ad5fc44c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 19 Mar 2020 21:11:15 +0000 Subject: [PATCH 0860/2185] podman-2:1.8.3-0.1.dev.gitaa6c8c2 - bump to 1.8.3 - autobuilt aa6c8c2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7f75b3b..ce7a98d 100644 --- a/.gitignore +++ b/.gitignore @@ -798,3 +798,4 @@ /libpod-edcc73e.tar.gz /libpod-1cb3e3a.tar.gz /libpod-cccd05c.tar.gz +/libpod-aa6c8c2.tar.gz diff --git a/podman.spec b/podman.spec index 5d4d51b..8447f98 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 cccd05cb5bf16f356e79cc30e7bfc6d7062af035 +%global commit0 aa6c8c2e55a7de14fb22f89af14d5c0636eecee0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,10 +52,10 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 1.8.2 +Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.9.dev.git%{shortcommit0}%{?dist} +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,10 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Mar 19 2020 RH Container Bot - 2:1.8.3-0.1.dev.gitaa6c8c2 +- bump to 1.8.3 +- autobuilt aa6c8c2 + * Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.9.dev.gitcccd05c - autobuilt cccd05c diff --git a/sources b/sources index 5beb9ba..2076dec 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-cccd05c.tar.gz) = fb40c26e56ae04e865fcee9162b9750f00d6cd1fb6489fa3219ab94b3f219d9a1487dfbb3d0fc3c8adfd01d13c86ebc6c74ff4a02f9e0db1df90636cc01ff849 +SHA512 (libpod-aa6c8c2.tar.gz) = bb69dd8d740dafc8066d11118d326252ed809e7f6886034fba01d830e836e1506489cce30ff2b688e9b5ff2f82656ccd62d7550af1ea6a4e1e2df8b6e894413a From 32ab08a816c94766a1e37b825e4ee16acd7c085b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 19 Mar 2020 23:11:27 +0000 Subject: [PATCH 0861/2185] podman-2:1.8.3-0.2.dev.gitd927b43 - autobuilt d927b43 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ce7a98d..92db5de 100644 --- a/.gitignore +++ b/.gitignore @@ -799,3 +799,4 @@ /libpod-1cb3e3a.tar.gz /libpod-cccd05c.tar.gz /libpod-aa6c8c2.tar.gz +/libpod-d927b43.tar.gz diff --git a/podman.spec b/podman.spec index 8447f98..315eeff 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 aa6c8c2e55a7de14fb22f89af14d5c0636eecee0 +%global commit0 d927b43350a079c05f54e984838b851bcc2e5931 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.1.dev.git%{shortcommit0}%{?dist} +Release: 0.2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Mar 19 2020 RH Container Bot - 2:1.8.3-0.2.dev.gitd927b43 +- autobuilt d927b43 + * Thu Mar 19 2020 RH Container Bot - 2:1.8.3-0.1.dev.gitaa6c8c2 - bump to 1.8.3 - autobuilt aa6c8c2 diff --git a/sources b/sources index 2076dec..6d7ede4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-aa6c8c2.tar.gz) = bb69dd8d740dafc8066d11118d326252ed809e7f6886034fba01d830e836e1506489cce30ff2b688e9b5ff2f82656ccd62d7550af1ea6a4e1e2df8b6e894413a +SHA512 (libpod-d927b43.tar.gz) = db8aabdabe490f9b05622969f390f83fa0816a89c75d349da41df4917e50a0147bfa352f26f415988e25f35e9e8d53cbd4dd9888eb80b7c1114f095e2c1d4486 From db09fe6dccef0cd34df9c64fa44ee4ee4e6ff5e9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 20 Mar 2020 11:11:47 +0000 Subject: [PATCH 0862/2185] podman-2:1.8.3-0.3.dev.gitccc30c6 - autobuilt ccc30c6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 92db5de..b44f38e 100644 --- a/.gitignore +++ b/.gitignore @@ -800,3 +800,4 @@ /libpod-cccd05c.tar.gz /libpod-aa6c8c2.tar.gz /libpod-d927b43.tar.gz +/libpod-ccc30c6.tar.gz diff --git a/podman.spec b/podman.spec index 315eeff..14f8b86 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d927b43350a079c05f54e984838b851bcc2e5931 +%global commit0 ccc30c606e843d5c98e2c62a3b393a61e60976b2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.2.dev.git%{shortcommit0}%{?dist} +Release: 0.3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Mar 20 2020 RH Container Bot - 2:1.8.3-0.3.dev.gitccc30c6 +- autobuilt ccc30c6 + * Thu Mar 19 2020 RH Container Bot - 2:1.8.3-0.2.dev.gitd927b43 - autobuilt d927b43 diff --git a/sources b/sources index 6d7ede4..01043b5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d927b43.tar.gz) = db8aabdabe490f9b05622969f390f83fa0816a89c75d349da41df4917e50a0147bfa352f26f415988e25f35e9e8d53cbd4dd9888eb80b7c1114f095e2c1d4486 +SHA512 (libpod-ccc30c6.tar.gz) = 2cbcd3aad1cc2f4071ac9e9e6cd20a300ceb7af3016efb17e9ddd8493483a0f207fa33a7946bbc672fb540378ecbaeb94cd3a1727d369aaa50e06fca3ef201f7 From 4c353afa75479bc84b66a07c95bb40019d1b255c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 20 Mar 2020 20:11:45 +0000 Subject: [PATCH 0863/2185] podman-2:1.8.3-0.4.dev.git6df1d20 - autobuilt 6df1d20 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b44f38e..d47ecc4 100644 --- a/.gitignore +++ b/.gitignore @@ -801,3 +801,4 @@ /libpod-aa6c8c2.tar.gz /libpod-d927b43.tar.gz /libpod-ccc30c6.tar.gz +/libpod-6df1d20.tar.gz diff --git a/podman.spec b/podman.spec index 14f8b86..04859b8 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ccc30c606e843d5c98e2c62a3b393a61e60976b2 +%global commit0 6df1d2043bd3cd2252ea3d737cf542e332106074 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.3.dev.git%{shortcommit0}%{?dist} +Release: 0.4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Mar 20 2020 RH Container Bot - 2:1.8.3-0.4.dev.git6df1d20 +- autobuilt 6df1d20 + * Fri Mar 20 2020 RH Container Bot - 2:1.8.3-0.3.dev.gitccc30c6 - autobuilt ccc30c6 diff --git a/sources b/sources index 01043b5..f2d4a56 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-ccc30c6.tar.gz) = 2cbcd3aad1cc2f4071ac9e9e6cd20a300ceb7af3016efb17e9ddd8493483a0f207fa33a7946bbc672fb540378ecbaeb94cd3a1727d369aaa50e06fca3ef201f7 +SHA512 (libpod-6df1d20.tar.gz) = 6e7a6bea90f17c293f535c78e4a12049f9daff5e74cc1193270aa07c9c8d71816884e04ee6004387500cc067e7d3b7b8fd8c22abb6642fc559a50aa7c448f6b1 From f72fd89ace59834e9789dfeab9657aaccd5c7a7a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 20 Mar 2020 22:12:13 +0000 Subject: [PATCH 0864/2185] podman-2:1.8.3-0.5.dev.git7a095af - autobuilt 7a095af Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d47ecc4..b3d6fd2 100644 --- a/.gitignore +++ b/.gitignore @@ -802,3 +802,4 @@ /libpod-d927b43.tar.gz /libpod-ccc30c6.tar.gz /libpod-6df1d20.tar.gz +/libpod-7a095af.tar.gz diff --git a/podman.spec b/podman.spec index 04859b8..408e14b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 6df1d2043bd3cd2252ea3d737cf542e332106074 +%global commit0 7a095af92a6a39845b1c362222b23632f3e17001 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.4.dev.git%{shortcommit0}%{?dist} +Release: 0.5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Mar 20 2020 RH Container Bot - 2:1.8.3-0.5.dev.git7a095af +- autobuilt 7a095af + * Fri Mar 20 2020 RH Container Bot - 2:1.8.3-0.4.dev.git6df1d20 - autobuilt 6df1d20 diff --git a/sources b/sources index f2d4a56..36eab4c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6df1d20.tar.gz) = 6e7a6bea90f17c293f535c78e4a12049f9daff5e74cc1193270aa07c9c8d71816884e04ee6004387500cc067e7d3b7b8fd8c22abb6642fc559a50aa7c448f6b1 +SHA512 (libpod-7a095af.tar.gz) = 7c2523a83915d6a289e0db65728d25e3173a51e398727119bb4f8bedf10e2c5cfd6e520235c10b0948065ca4846cda06e148384fa0a4cb99400a1bbd992d8492 From 432e29df090df461f3d2c06a15bfbe69e5303078 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 21 Mar 2020 00:12:12 +0000 Subject: [PATCH 0865/2185] podman-2:1.8.3-0.6.dev.git77187da - autobuilt 77187da Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b3d6fd2..864a841 100644 --- a/.gitignore +++ b/.gitignore @@ -803,3 +803,4 @@ /libpod-ccc30c6.tar.gz /libpod-6df1d20.tar.gz /libpod-7a095af.tar.gz +/libpod-77187da.tar.gz diff --git a/podman.spec b/podman.spec index 408e14b..d13fcb8 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7a095af92a6a39845b1c362222b23632f3e17001 +%global commit0 77187daf07281854306f94452ca2bccad6215b7e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.5.dev.git%{shortcommit0}%{?dist} +Release: 0.6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sat Mar 21 2020 RH Container Bot - 2:1.8.3-0.6.dev.git77187da +- autobuilt 77187da + * Fri Mar 20 2020 RH Container Bot - 2:1.8.3-0.5.dev.git7a095af - autobuilt 7a095af diff --git a/sources b/sources index 36eab4c..0c07921 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-7a095af.tar.gz) = 7c2523a83915d6a289e0db65728d25e3173a51e398727119bb4f8bedf10e2c5cfd6e520235c10b0948065ca4846cda06e148384fa0a4cb99400a1bbd992d8492 +SHA512 (libpod-77187da.tar.gz) = e459058e029b31f6900bdd6b200e99eaf95a42a38bfc6901421b1f61be3ee30dfa5df830017f3cba95acda8d5049f3d56bd454937d1689a31770569da5c6b1c9 From 0dd438e132967642b51e5bf52d2ee923ae9b5957 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 21 Mar 2020 12:13:44 +0000 Subject: [PATCH 0866/2185] podman-2:1.8.3-0.7.dev.gite1f2851 - autobuilt e1f2851 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 864a841..4768925 100644 --- a/.gitignore +++ b/.gitignore @@ -804,3 +804,4 @@ /libpod-6df1d20.tar.gz /libpod-7a095af.tar.gz /libpod-77187da.tar.gz +/libpod-e1f2851.tar.gz diff --git a/podman.spec b/podman.spec index d13fcb8..e46169d 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 77187daf07281854306f94452ca2bccad6215b7e +%global commit0 e1f2851976fb66b92779fcb45a2ae2117923ca4e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.6.dev.git%{shortcommit0}%{?dist} +Release: 0.7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sat Mar 21 2020 RH Container Bot - 2:1.8.3-0.7.dev.gite1f2851 +- autobuilt e1f2851 + * Sat Mar 21 2020 RH Container Bot - 2:1.8.3-0.6.dev.git77187da - autobuilt 77187da diff --git a/sources b/sources index 0c07921..43bc97e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-77187da.tar.gz) = e459058e029b31f6900bdd6b200e99eaf95a42a38bfc6901421b1f61be3ee30dfa5df830017f3cba95acda8d5049f3d56bd454937d1689a31770569da5c6b1c9 +SHA512 (libpod-e1f2851.tar.gz) = ecf51d2b070d3ea2bdda1cd4c84a8ae725682dff3ea63b09f6e3eac217d95b732eee2bbf6e8c7fa91f4dfa4e727c5689568f61c5e06d3d1f2880c7437ffe9c9e From a42b78450aa4c04e5fd7312437fa75ea982aae71 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 21 Mar 2020 14:12:01 +0000 Subject: [PATCH 0867/2185] podman-2:1.8.3-0.8.dev.git89a3e59 - autobuilt 89a3e59 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4768925..4ce443b 100644 --- a/.gitignore +++ b/.gitignore @@ -805,3 +805,4 @@ /libpod-7a095af.tar.gz /libpod-77187da.tar.gz /libpod-e1f2851.tar.gz +/libpod-89a3e59.tar.gz diff --git a/podman.spec b/podman.spec index e46169d..1d10033 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e1f2851976fb66b92779fcb45a2ae2117923ca4e +%global commit0 89a3e5979b5f247e83a1723c7f355983fa7c7a86 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.7.dev.git%{shortcommit0}%{?dist} +Release: 0.8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sat Mar 21 2020 RH Container Bot - 2:1.8.3-0.8.dev.git89a3e59 +- autobuilt 89a3e59 + * Sat Mar 21 2020 RH Container Bot - 2:1.8.3-0.7.dev.gite1f2851 - autobuilt e1f2851 diff --git a/sources b/sources index 43bc97e..9e25e44 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e1f2851.tar.gz) = ecf51d2b070d3ea2bdda1cd4c84a8ae725682dff3ea63b09f6e3eac217d95b732eee2bbf6e8c7fa91f4dfa4e727c5689568f61c5e06d3d1f2880c7437ffe9c9e +SHA512 (libpod-89a3e59.tar.gz) = 493ff975510c500a9092fa1fa066d3bc313be55e5078e89df57dcb9d8afa5927e562caefec7706548009f27c63e38423fca81c7542ab043092686de2043c484a From 31ecd8eb5b36676a7ab097cc55cfa4b64f14f7bc Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 21 Mar 2020 16:13:16 +0000 Subject: [PATCH 0868/2185] podman-2:1.8.3-0.9.dev.git2ffff3c - autobuilt 2ffff3c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4ce443b..fad68f0 100644 --- a/.gitignore +++ b/.gitignore @@ -806,3 +806,4 @@ /libpod-77187da.tar.gz /libpod-e1f2851.tar.gz /libpod-89a3e59.tar.gz +/libpod-2ffff3c.tar.gz diff --git a/podman.spec b/podman.spec index 1d10033..4193439 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 89a3e5979b5f247e83a1723c7f355983fa7c7a86 +%global commit0 2ffff3c6abacad855ce7ddf8290514ebe1424d7f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.8.dev.git%{shortcommit0}%{?dist} +Release: 0.9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sat Mar 21 2020 RH Container Bot - 2:1.8.3-0.9.dev.git2ffff3c +- autobuilt 2ffff3c + * Sat Mar 21 2020 RH Container Bot - 2:1.8.3-0.8.dev.git89a3e59 - autobuilt 89a3e59 diff --git a/sources b/sources index 9e25e44..ee64ce5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-89a3e59.tar.gz) = 493ff975510c500a9092fa1fa066d3bc313be55e5078e89df57dcb9d8afa5927e562caefec7706548009f27c63e38423fca81c7542ab043092686de2043c484a +SHA512 (libpod-2ffff3c.tar.gz) = 9ef6cb803ba6e197c798bee7639e6efc1a66123b6dacd9ccf87035fc874d38653844384678ededd5d1fc86a6f731b206ddfcc5f18cfb8e1ee4de0ad06d43d4d8 From 6dea343e685a9e43524c3d23e8e7a6273cadf3fa Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 22 Mar 2020 20:09:03 +0000 Subject: [PATCH 0869/2185] podman-2:1.8.3-0.10.dev.git98687ad - autobuilt 98687ad Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fad68f0..8da7498 100644 --- a/.gitignore +++ b/.gitignore @@ -807,3 +807,4 @@ /libpod-e1f2851.tar.gz /libpod-89a3e59.tar.gz /libpod-2ffff3c.tar.gz +/libpod-98687ad.tar.gz diff --git a/podman.spec b/podman.spec index 4193439..58df280 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2ffff3c6abacad855ce7ddf8290514ebe1424d7f +%global commit0 98687ad4a603d5011db75a10e13599c5d241472d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.9.dev.git%{shortcommit0}%{?dist} +Release: 0.10.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sun Mar 22 2020 RH Container Bot - 2:1.8.3-0.10.dev.git98687ad +- autobuilt 98687ad + * Sat Mar 21 2020 RH Container Bot - 2:1.8.3-0.9.dev.git2ffff3c - autobuilt 2ffff3c diff --git a/sources b/sources index ee64ce5..245bb57 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-2ffff3c.tar.gz) = 9ef6cb803ba6e197c798bee7639e6efc1a66123b6dacd9ccf87035fc874d38653844384678ededd5d1fc86a6f731b206ddfcc5f18cfb8e1ee4de0ad06d43d4d8 +SHA512 (libpod-98687ad.tar.gz) = e5d3c863668be593a3f07a166f6ae5c199a3b18cb15fe6f631ce378f4efb60ef0557db7f9aa48834b5c89ee217f8d5f416d123b4e83a992162ac16721012f1db From e4a2ab2fb5168be37045812eb21892dd45fa57f9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 22 Mar 2020 22:07:36 +0000 Subject: [PATCH 0870/2185] podman-2:1.8.3-0.11.dev.git31d1445 - autobuilt 31d1445 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8da7498..d2b725a 100644 --- a/.gitignore +++ b/.gitignore @@ -808,3 +808,4 @@ /libpod-89a3e59.tar.gz /libpod-2ffff3c.tar.gz /libpod-98687ad.tar.gz +/libpod-31d1445.tar.gz diff --git a/podman.spec b/podman.spec index 58df280..6023b78 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 98687ad4a603d5011db75a10e13599c5d241472d +%global commit0 31d14457a5636df62c755480ee10f1946a5bc8b0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.10.dev.git%{shortcommit0}%{?dist} +Release: 0.11.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sun Mar 22 2020 RH Container Bot - 2:1.8.3-0.11.dev.git31d1445 +- autobuilt 31d1445 + * Sun Mar 22 2020 RH Container Bot - 2:1.8.3-0.10.dev.git98687ad - autobuilt 98687ad diff --git a/sources b/sources index 245bb57..d70847c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-98687ad.tar.gz) = e5d3c863668be593a3f07a166f6ae5c199a3b18cb15fe6f631ce378f4efb60ef0557db7f9aa48834b5c89ee217f8d5f416d123b4e83a992162ac16721012f1db +SHA512 (libpod-31d1445.tar.gz) = 5457912ded70de3748dcf8a7341ecd97c4a373f55afd02b65201a52b424601858772c7f7db1d3558acd0b92547415a334aba98895327335c0ce152b80cd9c795 From 2aea231a89c6aeca55f6559ce689a1a2c87c6d9b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 23 Mar 2020 10:07:47 +0000 Subject: [PATCH 0871/2185] podman-2:1.8.3-0.12.dev.gitd6c9f3e - autobuilt d6c9f3e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d2b725a..8d7ed79 100644 --- a/.gitignore +++ b/.gitignore @@ -809,3 +809,4 @@ /libpod-2ffff3c.tar.gz /libpod-98687ad.tar.gz /libpod-31d1445.tar.gz +/libpod-d6c9f3e.tar.gz diff --git a/podman.spec b/podman.spec index 6023b78..a9ba3fb 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 31d14457a5636df62c755480ee10f1946a5bc8b0 +%global commit0 d6c9f3e7bf83f870a5929c9d37d29f5993e73d08 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.11.dev.git%{shortcommit0}%{?dist} +Release: 0.12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.12.dev.gitd6c9f3e +- autobuilt d6c9f3e + * Sun Mar 22 2020 RH Container Bot - 2:1.8.3-0.11.dev.git31d1445 - autobuilt 31d1445 diff --git a/sources b/sources index d70847c..2d9c2c1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-31d1445.tar.gz) = 5457912ded70de3748dcf8a7341ecd97c4a373f55afd02b65201a52b424601858772c7f7db1d3558acd0b92547415a334aba98895327335c0ce152b80cd9c795 +SHA512 (libpod-d6c9f3e.tar.gz) = 31903d0c105551f07fae31aa6e6a515ec35ee460c1acdea0ac55376368f38a249df35010cb401dead9ae7a51a112eae11884a2b6219774c3f6d6d68e0918f932 From 68f9f1f49a60b8c1981ee7e980a769b487ae6cc9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 23 Mar 2020 11:07:42 +0000 Subject: [PATCH 0872/2185] podman-2:1.8.3-0.13.dev.gite34ec61 - autobuilt e34ec61 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8d7ed79..b7ed5ba 100644 --- a/.gitignore +++ b/.gitignore @@ -810,3 +810,4 @@ /libpod-98687ad.tar.gz /libpod-31d1445.tar.gz /libpod-d6c9f3e.tar.gz +/libpod-e34ec61.tar.gz diff --git a/podman.spec b/podman.spec index a9ba3fb..67f408b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d6c9f3e7bf83f870a5929c9d37d29f5993e73d08 +%global commit0 e34ec617a3ea5758a173579b879897a52fbd1c60 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.12.dev.git%{shortcommit0}%{?dist} +Release: 0.13.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -643,6 +643,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.13.dev.gite34ec61 +- autobuilt e34ec61 + * Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.12.dev.gitd6c9f3e - autobuilt d6c9f3e diff --git a/sources b/sources index 2d9c2c1..494e323 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d6c9f3e.tar.gz) = 31903d0c105551f07fae31aa6e6a515ec35ee460c1acdea0ac55376368f38a249df35010cb401dead9ae7a51a112eae11884a2b6219774c3f6d6d68e0918f932 +SHA512 (libpod-e34ec61.tar.gz) = d96b48f19e415d193d886aee5d3ebc799e32cb218880496ae716c6b15d5c70cc33741d45dd79d61acc05d850eb00ff37f9abea68c051551c8863950bb2bb785b From 6ec22de10721eafb99198402e8a5bc612fddf19f Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 20 Mar 2020 07:44:01 -0400 Subject: [PATCH 0873/2185] Add APIv2 service files Signed-off-by: Lokesh Mandvekar --- podman.spec | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/podman.spec b/podman.spec index 67f408b..ebac957 100644 --- a/podman.spec +++ b/podman.spec @@ -552,6 +552,13 @@ for file in $(find . -iname "*_test.go" | grep -v "vendor") ; do done %endif +#TODO Next release this section should be removed, since the make install will handle it +# install service +install -m 644 contrib/systemd/user/podman.socket %{buildroot}/%{_userunitdir}/podman.socket +install -m 644 contrib/systemd/user/podman.service %{buildroot}/%{_userunitdir}/podman.service +install -m 644 contrib/systemd/system/podman.socket %{buildroot}/%{_unitdir}/podman.socket +install -m 644 contrib/systemd/system/podman.service %{buildroot}/%{_unitdir}/podman.service + %if 0%{?with_devel} sort -u -o devel.file-list devel.file-list %endif @@ -605,6 +612,10 @@ exit 0 %{_userunitdir}/io.%{name}.service %{_userunitdir}/io.%{name}.socket %{_usr}/lib/tmpfiles.d/%{name}.conf +%{_unitdir}/%{name}.service +%{_unitdir}/%{name}.socket +%{_userunitdir}/%{name}.service +%{_userunitdir}/%{name}.socket %files docker %{_bindir}/docker From 587325f71aabd02c240318e7ffda299752c11415 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 23 Mar 2020 07:48:25 -0400 Subject: [PATCH 0874/2185] Add APIv2 service files Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index ebac957..1cef034 100644 --- a/podman.spec +++ b/podman.spec @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.13.dev.git%{shortcommit0}%{?dist} +Release: 0.14.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Mar 23 2020 Lokesh Mandvekar - 2:1.8.3-0.14.dev.gite34ec61 +- Add APIv2 service files + * Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.13.dev.gite34ec61 - autobuilt e34ec61 From 79ed1bb8d062107dddf849fee7cd49a5e8923ef0 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 23 Mar 2020 07:56:55 -0400 Subject: [PATCH 0875/2185] hack/ostree_tag.sh deleted Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 1cef034..b046d25 100644 --- a/podman.spec +++ b/podman.spec @@ -452,7 +452,7 @@ ln -s vendor src %gogenerate ./cmd/%{name}/varlink/... # build %%{name} -export BUILDTAGS="systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" +export BUILDTAGS="systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/selinux_tag.sh)" %if 0%{?centos} export BUILDTAGS+="exclude_graphdriver_btrfs containers_image_ostree_stub" %endif From 2ed621396653f962c7d9a2f7e106ba645bd9fd9f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 23 Mar 2020 08:28:56 -0400 Subject: [PATCH 0876/2185] do not use hack/ostree_tag.sh Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index b046d25..b1ddba1 100644 --- a/podman.spec +++ b/podman.spec @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.14.dev.git%{shortcommit0}%{?dist} +Release: 0.15.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Mar 23 2020 Lokesh Mandvekar - 2:1.8.3-0.15.dev.gite34ec61 +- do not use hack/ostree_tag.sh + * Mon Mar 23 2020 Lokesh Mandvekar - 2:1.8.3-0.14.dev.gite34ec61 - Add APIv2 service files From ab0c3c0a215af68467e2a07dcb61f97ffeb705d5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 23 Mar 2020 14:07:39 +0000 Subject: [PATCH 0877/2185] podman-2:1.8.3-0.16.dev.gitb743f60 - autobuilt b743f60 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b7ed5ba..7bf280d 100644 --- a/.gitignore +++ b/.gitignore @@ -811,3 +811,4 @@ /libpod-31d1445.tar.gz /libpod-d6c9f3e.tar.gz /libpod-e34ec61.tar.gz +/libpod-b743f60.tar.gz diff --git a/podman.spec b/podman.spec index b1ddba1..16b4396 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e34ec617a3ea5758a173579b879897a52fbd1c60 +%global commit0 b743f60a4b9e51a5fad1b1ba7cb28f9a7f1a7d2c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.15.dev.git%{shortcommit0}%{?dist} +Release: 0.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.16.dev.gitb743f60 +- autobuilt b743f60 + * Mon Mar 23 2020 Lokesh Mandvekar - 2:1.8.3-0.15.dev.gite34ec61 - do not use hack/ostree_tag.sh diff --git a/sources b/sources index 494e323..ffccc9c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e34ec61.tar.gz) = d96b48f19e415d193d886aee5d3ebc799e32cb218880496ae716c6b15d5c70cc33741d45dd79d61acc05d850eb00ff37f9abea68c051551c8863950bb2bb785b +SHA512 (libpod-b743f60.tar.gz) = ec6705a35b672617a496a45a6951b6ec31175c50cd06efe1bcc08fc6d20b97ed98fbd2f3fccae1f3e36f94c6b3c70c882c276b6c522caa124ab0f51b71bf2873 From 90d8705a8e68438ef8464448fb70c6b9eec5d019 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 23 Mar 2020 15:07:48 +0000 Subject: [PATCH 0878/2185] podman-2:1.8.3-0.17.dev.git48b3143 - autobuilt 48b3143 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7bf280d..e04f610 100644 --- a/.gitignore +++ b/.gitignore @@ -812,3 +812,4 @@ /libpod-d6c9f3e.tar.gz /libpod-e34ec61.tar.gz /libpod-b743f60.tar.gz +/libpod-48b3143.tar.gz diff --git a/podman.spec b/podman.spec index 16b4396..cd8a211 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b743f60a4b9e51a5fad1b1ba7cb28f9a7f1a7d2c +%global commit0 48b3143656bde2163025d43a8a9b2c88208ffee8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.16.dev.git%{shortcommit0}%{?dist} +Release: 0.17.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.17.dev.git48b3143 +- autobuilt 48b3143 + * Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.16.dev.gitb743f60 - autobuilt b743f60 diff --git a/sources b/sources index ffccc9c..9b5216a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-b743f60.tar.gz) = ec6705a35b672617a496a45a6951b6ec31175c50cd06efe1bcc08fc6d20b97ed98fbd2f3fccae1f3e36f94c6b3c70c882c276b6c522caa124ab0f51b71bf2873 +SHA512 (libpod-48b3143.tar.gz) = f008c7b0a34efbae222ca8bfff9c91088a68651c26f272e539c7f1fcf39893b93fde12691e7c1361852a48502ec9affe4914449598386e55c646e4d5f3f395dd From 3edbdf7f458ed207b4fad993441380b099cefed2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 23 Mar 2020 21:07:43 +0000 Subject: [PATCH 0879/2185] podman-2:1.8.3-0.18.dev.git02de8d5 - autobuilt 02de8d5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e04f610..df20548 100644 --- a/.gitignore +++ b/.gitignore @@ -813,3 +813,4 @@ /libpod-e34ec61.tar.gz /libpod-b743f60.tar.gz /libpod-48b3143.tar.gz +/libpod-02de8d5.tar.gz diff --git a/podman.spec b/podman.spec index cd8a211..883202b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 48b3143656bde2163025d43a8a9b2c88208ffee8 +%global commit0 02de8d576b531430f90ef2ab7a290c7fb59e9f3c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.17.dev.git%{shortcommit0}%{?dist} +Release: 0.18.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.18.dev.git02de8d5 +- autobuilt 02de8d5 + * Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.17.dev.git48b3143 - autobuilt 48b3143 diff --git a/sources b/sources index 9b5216a..fbb0c4a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-48b3143.tar.gz) = f008c7b0a34efbae222ca8bfff9c91088a68651c26f272e539c7f1fcf39893b93fde12691e7c1361852a48502ec9affe4914449598386e55c646e4d5f3f395dd +SHA512 (libpod-02de8d5.tar.gz) = f26810150f496345ad23234b9e2b12de556e19c6534abbebea1d643f2201e23ad680e20ff28d2963434a41ada5696285e7ebd7a5acc2d71be155f64a5b39d360 From aaa07dad4c249a599bed3605856fa2210742f59f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 24 Mar 2020 08:08:08 +0000 Subject: [PATCH 0880/2185] podman-2:1.8.3-0.19.dev.gita2ffd5c - autobuilt a2ffd5c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index df20548..464f590 100644 --- a/.gitignore +++ b/.gitignore @@ -814,3 +814,4 @@ /libpod-b743f60.tar.gz /libpod-48b3143.tar.gz /libpod-02de8d5.tar.gz +/libpod-a2ffd5c.tar.gz diff --git a/podman.spec b/podman.spec index 883202b..df4603d 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 02de8d576b531430f90ef2ab7a290c7fb59e9f3c +%global commit0 a2ffd5c230ea6f53ed40ccc60e869164fee41899 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.18.dev.git%{shortcommit0}%{?dist} +Release: 0.19.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.19.dev.gita2ffd5c +- autobuilt a2ffd5c + * Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.18.dev.git02de8d5 - autobuilt 02de8d5 diff --git a/sources b/sources index fbb0c4a..838eb7d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-02de8d5.tar.gz) = f26810150f496345ad23234b9e2b12de556e19c6534abbebea1d643f2201e23ad680e20ff28d2963434a41ada5696285e7ebd7a5acc2d71be155f64a5b39d360 +SHA512 (libpod-a2ffd5c.tar.gz) = 39d5c530849ba79f87e284b8abe8668962bc33e79143f9156063d1e2428bbe81149d4295cea134ba57919e2a308c8e8dfd23c61415686459a81611aa9a0cde03 From ff9a18c624b3eaa08cde97eda7f9ea6794403b64 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 24 Mar 2020 13:07:40 +0000 Subject: [PATCH 0881/2185] podman-2:1.8.3-0.20.dev.git0275eed - autobuilt 0275eed Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 464f590..425b8be 100644 --- a/.gitignore +++ b/.gitignore @@ -815,3 +815,4 @@ /libpod-48b3143.tar.gz /libpod-02de8d5.tar.gz /libpod-a2ffd5c.tar.gz +/libpod-0275eed.tar.gz diff --git a/podman.spec b/podman.spec index df4603d..66277ed 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a2ffd5c230ea6f53ed40ccc60e869164fee41899 +%global commit0 0275eed83d702d7edd07b71cda527b6140936b86 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.19.dev.git%{shortcommit0}%{?dist} +Release: 0.20.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.20.dev.git0275eed +- autobuilt 0275eed + * Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.19.dev.gita2ffd5c - autobuilt a2ffd5c diff --git a/sources b/sources index 838eb7d..7559a7a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-a2ffd5c.tar.gz) = 39d5c530849ba79f87e284b8abe8668962bc33e79143f9156063d1e2428bbe81149d4295cea134ba57919e2a308c8e8dfd23c61415686459a81611aa9a0cde03 +SHA512 (libpod-0275eed.tar.gz) = aa930751b1d093a0dee63c048658e375fb138e88af0003ba45445a908467f1b3e462838abf75096d00c393827aae35746c8a6bfda0961e469a277e642c296734 From 20acb5bc1e603d2a382f58c94b1b50c4f0ec83c3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 24 Mar 2020 14:07:51 +0000 Subject: [PATCH 0882/2185] podman-2:1.8.3-0.21.dev.git0334c8d - autobuilt 0334c8d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 425b8be..3dc6031 100644 --- a/.gitignore +++ b/.gitignore @@ -816,3 +816,4 @@ /libpod-02de8d5.tar.gz /libpod-a2ffd5c.tar.gz /libpod-0275eed.tar.gz +/libpod-0334c8d.tar.gz diff --git a/podman.spec b/podman.spec index 66277ed..812309d 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0275eed83d702d7edd07b71cda527b6140936b86 +%global commit0 0334c8d872a9ce97c294c9c192873f1f8d560271 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.20.dev.git%{shortcommit0}%{?dist} +Release: 0.21.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.21.dev.git0334c8d +- autobuilt 0334c8d + * Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.20.dev.git0275eed - autobuilt 0275eed diff --git a/sources b/sources index 7559a7a..aae5f4c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-0275eed.tar.gz) = aa930751b1d093a0dee63c048658e375fb138e88af0003ba45445a908467f1b3e462838abf75096d00c393827aae35746c8a6bfda0961e469a277e642c296734 +SHA512 (libpod-0334c8d.tar.gz) = 9e2f69c61ef3a2f06f2c66efac3ffeecbaa862149c3515699ce766dffc0ca449c6c14b42232f149e39e964443c07bf7d36facf91078c2c88902b83e63769883c From 0af1e2a0c7f6f25f92ea09e123ac29c1a7671f28 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 24 Mar 2020 17:07:40 +0000 Subject: [PATCH 0883/2185] podman-2:1.8.3-0.22.dev.git14050c6 - autobuilt 14050c6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3dc6031..5541387 100644 --- a/.gitignore +++ b/.gitignore @@ -817,3 +817,4 @@ /libpod-a2ffd5c.tar.gz /libpod-0275eed.tar.gz /libpod-0334c8d.tar.gz +/libpod-14050c6.tar.gz diff --git a/podman.spec b/podman.spec index 812309d..591a3fe 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0334c8d872a9ce97c294c9c192873f1f8d560271 +%global commit0 14050c6941be7a03c126d0933abb84d90073446d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.21.dev.git%{shortcommit0}%{?dist} +Release: 0.22.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.22.dev.git14050c6 +- autobuilt 14050c6 + * Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.21.dev.git0334c8d - autobuilt 0334c8d diff --git a/sources b/sources index aae5f4c..2faae35 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-0334c8d.tar.gz) = 9e2f69c61ef3a2f06f2c66efac3ffeecbaa862149c3515699ce766dffc0ca449c6c14b42232f149e39e964443c07bf7d36facf91078c2c88902b83e63769883c +SHA512 (libpod-14050c6.tar.gz) = 43cc83b25431273e11f3b4670928083d84d15f31e96f23de2e71229a880dc28065b3ec995f152ba69bf111e4cc944efaf3eb26ddf959fb6f6692df69d42d0f5c From 0b010ea5abfb258a18229182dad56724dbd1e6db Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 24 Mar 2020 18:07:39 +0000 Subject: [PATCH 0884/2185] podman-2:1.8.3-0.23.dev.gitc29a4c6 - autobuilt c29a4c6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5541387..3d5e7fd 100644 --- a/.gitignore +++ b/.gitignore @@ -818,3 +818,4 @@ /libpod-0275eed.tar.gz /libpod-0334c8d.tar.gz /libpod-14050c6.tar.gz +/libpod-c29a4c6.tar.gz diff --git a/podman.spec b/podman.spec index 591a3fe..dee5279 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 14050c6941be7a03c126d0933abb84d90073446d +%global commit0 c29a4c69044c02eee564fc72c64144b2a76d1d73 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.22.dev.git%{shortcommit0}%{?dist} +Release: 0.23.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.23.dev.gitc29a4c6 +- autobuilt c29a4c6 + * Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.22.dev.git14050c6 - autobuilt 14050c6 diff --git a/sources b/sources index 2faae35..869f032 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-14050c6.tar.gz) = 43cc83b25431273e11f3b4670928083d84d15f31e96f23de2e71229a880dc28065b3ec995f152ba69bf111e4cc944efaf3eb26ddf959fb6f6692df69d42d0f5c +SHA512 (libpod-c29a4c6.tar.gz) = 36817214045cbf1b8e63b7936e4b58687868b5c94a1f2d45a555140298625df95af77fc96729b95cc6d90ca3b56315b157adaaeacc7e1e72e84d53d522befaa8 From 40b01331db730118d603a98c737bbb7060d4fe9e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 24 Mar 2020 21:07:34 +0000 Subject: [PATCH 0885/2185] podman-2:1.8.3-0.24.dev.git0c084d9 - autobuilt 0c084d9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3d5e7fd..1f24c48 100644 --- a/.gitignore +++ b/.gitignore @@ -819,3 +819,4 @@ /libpod-0334c8d.tar.gz /libpod-14050c6.tar.gz /libpod-c29a4c6.tar.gz +/libpod-0c084d9.tar.gz diff --git a/podman.spec b/podman.spec index dee5279..bd9d64c 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c29a4c69044c02eee564fc72c64144b2a76d1d73 +%global commit0 0c084d9719772a9b68d5eb67114cf5bf001958b2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.23.dev.git%{shortcommit0}%{?dist} +Release: 0.24.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.24.dev.git0c084d9 +- autobuilt 0c084d9 + * Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.23.dev.gitc29a4c6 - autobuilt c29a4c6 diff --git a/sources b/sources index 869f032..73b8383 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c29a4c6.tar.gz) = 36817214045cbf1b8e63b7936e4b58687868b5c94a1f2d45a555140298625df95af77fc96729b95cc6d90ca3b56315b157adaaeacc7e1e72e84d53d522befaa8 +SHA512 (libpod-0c084d9.tar.gz) = ba628bc9eddb0aad342d523b3a3e158cadf70b58d159793682846fed1d0cf069e661e9bf7af01d0947bfa0f732956024ba3d3b6e7b11bf1046541bd7993815da From 668a2c2aeaa21af021076633ca73222428005c4b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 24 Mar 2020 23:07:49 +0000 Subject: [PATCH 0886/2185] podman-2:1.8.3-0.25.dev.gitb452064 - autobuilt b452064 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1f24c48..ce49846 100644 --- a/.gitignore +++ b/.gitignore @@ -820,3 +820,4 @@ /libpod-14050c6.tar.gz /libpod-c29a4c6.tar.gz /libpod-0c084d9.tar.gz +/libpod-b452064.tar.gz diff --git a/podman.spec b/podman.spec index bd9d64c..5a3b1a8 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0c084d9719772a9b68d5eb67114cf5bf001958b2 +%global commit0 b4520649af59780df494d75f50d0b5081eafff04 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.24.dev.git%{shortcommit0}%{?dist} +Release: 0.25.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.25.dev.gitb452064 +- autobuilt b452064 + * Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.24.dev.git0c084d9 - autobuilt 0c084d9 diff --git a/sources b/sources index 73b8383..68d1b41 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-0c084d9.tar.gz) = ba628bc9eddb0aad342d523b3a3e158cadf70b58d159793682846fed1d0cf069e661e9bf7af01d0947bfa0f732956024ba3d3b6e7b11bf1046541bd7993815da +SHA512 (libpod-b452064.tar.gz) = 126d7030fe6970f43732d75ec8b2a393c31500102629f48abadd443bd095d0a038fe427b0bf7c40e501ea30ec93dd6c90d0f927afe17261cd0ada9933e511bfe From 7916f738383396224a881e0117d73d8b5f80f9e8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 25 Mar 2020 01:07:33 +0000 Subject: [PATCH 0887/2185] podman-2:1.8.3-0.26.dev.git69b011d - autobuilt 69b011d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ce49846..ba15395 100644 --- a/.gitignore +++ b/.gitignore @@ -821,3 +821,4 @@ /libpod-c29a4c6.tar.gz /libpod-0c084d9.tar.gz /libpod-b452064.tar.gz +/libpod-69b011d.tar.gz diff --git a/podman.spec b/podman.spec index 5a3b1a8..ca8f759 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b4520649af59780df494d75f50d0b5081eafff04 +%global commit0 69b011d3ac39b985cdbd2bacfa1eaeba166bf224 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.25.dev.git%{shortcommit0}%{?dist} +Release: 0.26.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Mar 25 2020 RH Container Bot - 2:1.8.3-0.26.dev.git69b011d +- autobuilt 69b011d + * Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.25.dev.gitb452064 - autobuilt b452064 diff --git a/sources b/sources index 68d1b41..e9843d0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-b452064.tar.gz) = 126d7030fe6970f43732d75ec8b2a393c31500102629f48abadd443bd095d0a038fe427b0bf7c40e501ea30ec93dd6c90d0f927afe17261cd0ada9933e511bfe +SHA512 (libpod-69b011d.tar.gz) = ad70460575b01680120e53dee9319aea65dcae933ad15d05a48e2bbc5992e39da85843f182caa374b5160dc28d362e177db4d71f984a01005680ae78e9858bc5 From 2d3b79287e136cfc9362bebda45abe868dab82c6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 25 Mar 2020 14:07:33 +0000 Subject: [PATCH 0888/2185] podman-2:1.8.3-0.27.dev.git852dd7f - autobuilt 852dd7f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ba15395..c03ecb9 100644 --- a/.gitignore +++ b/.gitignore @@ -822,3 +822,4 @@ /libpod-0c084d9.tar.gz /libpod-b452064.tar.gz /libpod-69b011d.tar.gz +/libpod-852dd7f.tar.gz diff --git a/podman.spec b/podman.spec index ca8f759..dc6dcc7 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 69b011d3ac39b985cdbd2bacfa1eaeba166bf224 +%global commit0 852dd7fbde92c48b1887bfefa8056aa51015e120 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.26.dev.git%{shortcommit0}%{?dist} +Release: 0.27.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Mar 25 2020 RH Container Bot - 2:1.8.3-0.27.dev.git852dd7f +- autobuilt 852dd7f + * Wed Mar 25 2020 RH Container Bot - 2:1.8.3-0.26.dev.git69b011d - autobuilt 69b011d diff --git a/sources b/sources index e9843d0..c4da2b4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-69b011d.tar.gz) = ad70460575b01680120e53dee9319aea65dcae933ad15d05a48e2bbc5992e39da85843f182caa374b5160dc28d362e177db4d71f984a01005680ae78e9858bc5 +SHA512 (libpod-852dd7f.tar.gz) = c57d1d82c29f377652cba65020a21a01eda91b2090cc90341efac1c6b40ff876ae67fe8d9842e8ef97e9799d9a244e07dc23549e83f3912c197e2aeb045b2df4 From a8bd31861fa4b42dfda1427dc6c30e24c8d66d15 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 25 Mar 2020 17:07:40 +0000 Subject: [PATCH 0889/2185] podman-2:1.8.3-0.28.dev.gitff0124a - autobuilt ff0124a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c03ecb9..4d38125 100644 --- a/.gitignore +++ b/.gitignore @@ -823,3 +823,4 @@ /libpod-b452064.tar.gz /libpod-69b011d.tar.gz /libpod-852dd7f.tar.gz +/libpod-ff0124a.tar.gz diff --git a/podman.spec b/podman.spec index dc6dcc7..65abb52 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 852dd7fbde92c48b1887bfefa8056aa51015e120 +%global commit0 ff0124aee1ca700be3b7357b992a220cdacfddfd %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.27.dev.git%{shortcommit0}%{?dist} +Release: 0.28.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Mar 25 2020 RH Container Bot - 2:1.8.3-0.28.dev.gitff0124a +- autobuilt ff0124a + * Wed Mar 25 2020 RH Container Bot - 2:1.8.3-0.27.dev.git852dd7f - autobuilt 852dd7f diff --git a/sources b/sources index c4da2b4..cea37e0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-852dd7f.tar.gz) = c57d1d82c29f377652cba65020a21a01eda91b2090cc90341efac1c6b40ff876ae67fe8d9842e8ef97e9799d9a244e07dc23549e83f3912c197e2aeb045b2df4 +SHA512 (libpod-ff0124a.tar.gz) = af57b6944e64d62b678568f235619e54de0c187553c794da4a03fafc1fd3a0da7fdb7ebfc5b6e6e155e297b03240401e7f57097409086032efdb4467e759c649 From 58cabca4b72935f7b76578bf9483a8ad0f94bf9b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 26 Mar 2020 08:08:07 +0000 Subject: [PATCH 0890/2185] podman-2:1.8.3-0.29.dev.git18c1530 - autobuilt 18c1530 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4d38125..04b9dca 100644 --- a/.gitignore +++ b/.gitignore @@ -824,3 +824,4 @@ /libpod-69b011d.tar.gz /libpod-852dd7f.tar.gz /libpod-ff0124a.tar.gz +/libpod-18c1530.tar.gz diff --git a/podman.spec b/podman.spec index 65abb52..779fb1b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ff0124aee1ca700be3b7357b992a220cdacfddfd +%global commit0 18c15300b2f904f5c88ffd9876dec5b493332ca8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.28.dev.git%{shortcommit0}%{?dist} +Release: 0.29.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.29.dev.git18c1530 +- autobuilt 18c1530 + * Wed Mar 25 2020 RH Container Bot - 2:1.8.3-0.28.dev.gitff0124a - autobuilt ff0124a diff --git a/sources b/sources index cea37e0..e774d84 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-ff0124a.tar.gz) = af57b6944e64d62b678568f235619e54de0c187553c794da4a03fafc1fd3a0da7fdb7ebfc5b6e6e155e297b03240401e7f57097409086032efdb4467e759c649 +SHA512 (libpod-18c1530.tar.gz) = 7ab681bcce1ba0ca987f8352df875d00b6916f69d1ca97fc4206156c8775df7cd6256fedb50f4b070bcaeb3644798e330788b916f3f81acf2768efbcc3dd0dae From a88700e70b08422990c479237b3860404a1dbe7b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 26 Mar 2020 14:07:58 +0000 Subject: [PATCH 0891/2185] podman-2:1.8.3-0.30.dev.gitc869b96 - autobuilt c869b96 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 04b9dca..e9554d6 100644 --- a/.gitignore +++ b/.gitignore @@ -825,3 +825,4 @@ /libpod-852dd7f.tar.gz /libpod-ff0124a.tar.gz /libpod-18c1530.tar.gz +/libpod-c869b96.tar.gz diff --git a/podman.spec b/podman.spec index 779fb1b..55c6b32 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 18c15300b2f904f5c88ffd9876dec5b493332ca8 +%global commit0 c869b96d777d12a7d9ef191976d4131270d68858 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.29.dev.git%{shortcommit0}%{?dist} +Release: 0.30.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.30.dev.gitc869b96 +- autobuilt c869b96 + * Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.29.dev.git18c1530 - autobuilt 18c1530 diff --git a/sources b/sources index e774d84..d89d21b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-18c1530.tar.gz) = 7ab681bcce1ba0ca987f8352df875d00b6916f69d1ca97fc4206156c8775df7cd6256fedb50f4b070bcaeb3644798e330788b916f3f81acf2768efbcc3dd0dae +SHA512 (libpod-c869b96.tar.gz) = e4aec8b7a93f313a14991671e5a9fdd312705089e8ad8b12ad4adb61f2654d304c1e5299d9e49e251f7627d651bf61c5f723fb205dda03d93f360bd6a2aa362e From a44d1c073d20c79a07fa384328ad10692464a022 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 26 Mar 2020 15:07:58 +0000 Subject: [PATCH 0892/2185] podman-2:1.8.3-0.31.dev.git8cccac5 - autobuilt 8cccac5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e9554d6..0830a78 100644 --- a/.gitignore +++ b/.gitignore @@ -826,3 +826,4 @@ /libpod-ff0124a.tar.gz /libpod-18c1530.tar.gz /libpod-c869b96.tar.gz +/libpod-8cccac5.tar.gz diff --git a/podman.spec b/podman.spec index 55c6b32..562746f 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c869b96d777d12a7d9ef191976d4131270d68858 +%global commit0 8cccac54979b804d1086ff42654de07dba802a2e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.30.dev.git%{shortcommit0}%{?dist} +Release: 0.31.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.31.dev.git8cccac5 +- autobuilt 8cccac5 + * Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.30.dev.gitc869b96 - autobuilt c869b96 diff --git a/sources b/sources index d89d21b..391c7e6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c869b96.tar.gz) = e4aec8b7a93f313a14991671e5a9fdd312705089e8ad8b12ad4adb61f2654d304c1e5299d9e49e251f7627d651bf61c5f723fb205dda03d93f360bd6a2aa362e +SHA512 (libpod-8cccac5.tar.gz) = 820d63b1d903ef0b79a962fd35e88b13b4198f1f2f1fc4660256db4eb1215fe355c55330e6a7a8439c6682997e83d01392518af2b8f48d27eff62119a9718a0b From e574bb41b29e5452ab1c69d675a961dc69af4be7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 26 Mar 2020 18:07:44 +0000 Subject: [PATCH 0893/2185] podman-2:1.8.3-0.32.dev.git14ece7e - autobuilt 14ece7e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0830a78..7b3ac80 100644 --- a/.gitignore +++ b/.gitignore @@ -827,3 +827,4 @@ /libpod-18c1530.tar.gz /libpod-c869b96.tar.gz /libpod-8cccac5.tar.gz +/libpod-14ece7e.tar.gz diff --git a/podman.spec b/podman.spec index 562746f..9a7ff3c 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 8cccac54979b804d1086ff42654de07dba802a2e +%global commit0 14ece7ecaf6e2b7fe65d64ed872fbfe2d740f48b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.31.dev.git%{shortcommit0}%{?dist} +Release: 0.32.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.32.dev.git14ece7e +- autobuilt 14ece7e + * Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.31.dev.git8cccac5 - autobuilt 8cccac5 diff --git a/sources b/sources index 391c7e6..deb91d8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-8cccac5.tar.gz) = 820d63b1d903ef0b79a962fd35e88b13b4198f1f2f1fc4660256db4eb1215fe355c55330e6a7a8439c6682997e83d01392518af2b8f48d27eff62119a9718a0b +SHA512 (libpod-14ece7e.tar.gz) = 701dfc9aca5e54a4a1d1356d4d5ce3fc393b52a23eb95e2920614a5c15404d2bf140e50f8d7b0707134d35f70247ca8f84091aebac63ba7a7fa40159a8b2864f From a56ef71393ceaaefdf203e45e273c0043b83c904 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 26 Mar 2020 20:08:03 +0000 Subject: [PATCH 0894/2185] podman-2:1.8.3-0.33.dev.git913426c - autobuilt 913426c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7b3ac80..a803c40 100644 --- a/.gitignore +++ b/.gitignore @@ -828,3 +828,4 @@ /libpod-c869b96.tar.gz /libpod-8cccac5.tar.gz /libpod-14ece7e.tar.gz +/libpod-913426c.tar.gz diff --git a/podman.spec b/podman.spec index 9a7ff3c..d605008 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 14ece7ecaf6e2b7fe65d64ed872fbfe2d740f48b +%global commit0 913426c70c37a87d425085f60af397f7b38bd65d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.32.dev.git%{shortcommit0}%{?dist} +Release: 0.33.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.33.dev.git913426c +- autobuilt 913426c + * Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.32.dev.git14ece7e - autobuilt 14ece7e diff --git a/sources b/sources index deb91d8..b753130 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-14ece7e.tar.gz) = 701dfc9aca5e54a4a1d1356d4d5ce3fc393b52a23eb95e2920614a5c15404d2bf140e50f8d7b0707134d35f70247ca8f84091aebac63ba7a7fa40159a8b2864f +SHA512 (libpod-913426c.tar.gz) = e41c475f6b52235ec331ba089a37373b1a1284b5b9be100e15cde486b5a8e132f01f9d973d956f78185ee80abdb981d4a90de3b82d1855331306b676f304beaf From 08e51a2713d1a5ad95b7e9e1030f8d0b4613a154 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 26 Mar 2020 21:07:37 +0000 Subject: [PATCH 0895/2185] podman-2:1.8.3-0.34.dev.git6a46a87 - autobuilt 6a46a87 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a803c40..4543b5f 100644 --- a/.gitignore +++ b/.gitignore @@ -829,3 +829,4 @@ /libpod-8cccac5.tar.gz /libpod-14ece7e.tar.gz /libpod-913426c.tar.gz +/libpod-6a46a87.tar.gz diff --git a/podman.spec b/podman.spec index d605008..167fb80 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 913426c70c37a87d425085f60af397f7b38bd65d +%global commit0 6a46a87d08bd1e9ddda3dd3c9c30d21d2226a654 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.33.dev.git%{shortcommit0}%{?dist} +Release: 0.34.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.34.dev.git6a46a87 +- autobuilt 6a46a87 + * Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.33.dev.git913426c - autobuilt 913426c diff --git a/sources b/sources index b753130..15e732a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-913426c.tar.gz) = e41c475f6b52235ec331ba089a37373b1a1284b5b9be100e15cde486b5a8e132f01f9d973d956f78185ee80abdb981d4a90de3b82d1855331306b676f304beaf +SHA512 (libpod-6a46a87.tar.gz) = e833c75abaab92962daaad7bedeca67f62d4f8a7cba82caf7949221892ee4f8b13aabb6c6aad03300273b47fd1522a353a63313c5033ea5e417b71044f7344b7 From 68e62830d32a16d84cfeaffe766f001159f29fe7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 26 Mar 2020 22:07:34 +0000 Subject: [PATCH 0896/2185] podman-2:1.8.3-0.35.dev.git1710eca - autobuilt 1710eca Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4543b5f..5e6e89b 100644 --- a/.gitignore +++ b/.gitignore @@ -830,3 +830,4 @@ /libpod-14ece7e.tar.gz /libpod-913426c.tar.gz /libpod-6a46a87.tar.gz +/libpod-1710eca.tar.gz diff --git a/podman.spec b/podman.spec index 167fb80..58b3216 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 6a46a87d08bd1e9ddda3dd3c9c30d21d2226a654 +%global commit0 1710eca4e930f7ed3a2b060029c627c1a66a2349 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.34.dev.git%{shortcommit0}%{?dist} +Release: 0.35.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.35.dev.git1710eca +- autobuilt 1710eca + * Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.34.dev.git6a46a87 - autobuilt 6a46a87 diff --git a/sources b/sources index 15e732a..8237863 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6a46a87.tar.gz) = e833c75abaab92962daaad7bedeca67f62d4f8a7cba82caf7949221892ee4f8b13aabb6c6aad03300273b47fd1522a353a63313c5033ea5e417b71044f7344b7 +SHA512 (libpod-1710eca.tar.gz) = 0dd9321ae525cae3cda3f55ca5106d10c4376daa5a0fee518c70172a0ed411382c76afa97fb461797f0b780320022228b8206ce459d0ea41e0968dbf8b1d4d2d From 864aa44a1e55d91b762cd20a6385d3e0a7fe6788 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 27 Mar 2020 12:07:54 +0000 Subject: [PATCH 0897/2185] podman-2:1.8.3-0.36.dev.git340312c - autobuilt 340312c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5e6e89b..f792743 100644 --- a/.gitignore +++ b/.gitignore @@ -831,3 +831,4 @@ /libpod-913426c.tar.gz /libpod-6a46a87.tar.gz /libpod-1710eca.tar.gz +/libpod-340312c.tar.gz diff --git a/podman.spec b/podman.spec index 58b3216..d9fc5ba 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1710eca4e930f7ed3a2b060029c627c1a66a2349 +%global commit0 340312cc1b4487f6f23cd6b671e7ed71a8421eb8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.35.dev.git%{shortcommit0}%{?dist} +Release: 0.36.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.36.dev.git340312c +- autobuilt 340312c + * Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.35.dev.git1710eca - autobuilt 1710eca diff --git a/sources b/sources index 8237863..2d246b4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-1710eca.tar.gz) = 0dd9321ae525cae3cda3f55ca5106d10c4376daa5a0fee518c70172a0ed411382c76afa97fb461797f0b780320022228b8206ce459d0ea41e0968dbf8b1d4d2d +SHA512 (libpod-340312c.tar.gz) = 3831b19cdce397e4f2eb7e7ae3a97e3a9bb3ce0831195c4b7e04da61f47a8f3a5981e43c930e15283c84129d5a38feb1657b1d610b112e15f80960614d71cbb5 From 5860ee5c32eb360c3050bc3f32cccf45e15f8c7d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 27 Mar 2020 13:07:59 +0000 Subject: [PATCH 0898/2185] podman-2:1.8.3-0.37.dev.git7007680 - autobuilt 7007680 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f792743..37ad7b3 100644 --- a/.gitignore +++ b/.gitignore @@ -832,3 +832,4 @@ /libpod-6a46a87.tar.gz /libpod-1710eca.tar.gz /libpod-340312c.tar.gz +/libpod-7007680.tar.gz diff --git a/podman.spec b/podman.spec index d9fc5ba..d570c1e 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 340312cc1b4487f6f23cd6b671e7ed71a8421eb8 +%global commit0 7007680bfdee8c36b855a97ee45d268b24bde7d3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.36.dev.git%{shortcommit0}%{?dist} +Release: 0.37.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.37.dev.git7007680 +- autobuilt 7007680 + * Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.36.dev.git340312c - autobuilt 340312c diff --git a/sources b/sources index 2d246b4..0e7441a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-340312c.tar.gz) = 3831b19cdce397e4f2eb7e7ae3a97e3a9bb3ce0831195c4b7e04da61f47a8f3a5981e43c930e15283c84129d5a38feb1657b1d610b112e15f80960614d71cbb5 +SHA512 (libpod-7007680.tar.gz) = b0bf3a8fd6c3fe72276936a8eff7246dddafa04646e636b0390b4bd494e3b1d9286d0bf1058692dd03888169a26eadd50690cf71b1178b42f569121ad1799823 From 7647127d71e7536c277746fa2e5722f8000e9aeb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 27 Mar 2020 15:08:57 +0000 Subject: [PATCH 0899/2185] podman-2:1.8.3-0.38.dev.git3ddb5b1 - autobuilt 3ddb5b1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 37ad7b3..d0f171a 100644 --- a/.gitignore +++ b/.gitignore @@ -833,3 +833,4 @@ /libpod-1710eca.tar.gz /libpod-340312c.tar.gz /libpod-7007680.tar.gz +/libpod-3ddb5b1.tar.gz diff --git a/podman.spec b/podman.spec index d570c1e..72aecde 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 7007680bfdee8c36b855a97ee45d268b24bde7d3 +%global commit0 3ddb5b10d53df54346a6d795047124fc4e995699 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.37.dev.git%{shortcommit0}%{?dist} +Release: 0.38.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.38.dev.git3ddb5b1 +- autobuilt 3ddb5b1 + * Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.37.dev.git7007680 - autobuilt 7007680 diff --git a/sources b/sources index 0e7441a..42035bb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-7007680.tar.gz) = b0bf3a8fd6c3fe72276936a8eff7246dddafa04646e636b0390b4bd494e3b1d9286d0bf1058692dd03888169a26eadd50690cf71b1178b42f569121ad1799823 +SHA512 (libpod-3ddb5b1.tar.gz) = ff5571db347eee473c71d1c3eca2c4bb0ce1bd6a0ec6ec08583f54d9b2139f8be6edbcebbbd8a0d1952141578cab0c53339202d233b07ff7e498d5997cf544bd From a2161ef806ddcdb9791cf2b6bd13e8c949a4fc4d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 27 Mar 2020 16:09:22 +0000 Subject: [PATCH 0900/2185] podman-2:1.8.3-0.39.dev.git4233250 - autobuilt 4233250 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d0f171a..3099fdb 100644 --- a/.gitignore +++ b/.gitignore @@ -834,3 +834,4 @@ /libpod-340312c.tar.gz /libpod-7007680.tar.gz /libpod-3ddb5b1.tar.gz +/libpod-4233250.tar.gz diff --git a/podman.spec b/podman.spec index 72aecde..2abb841 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3ddb5b10d53df54346a6d795047124fc4e995699 +%global commit0 4233250c430a8f769048548b6ad6affd0d9e65e0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.38.dev.git%{shortcommit0}%{?dist} +Release: 0.39.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.39.dev.git4233250 +- autobuilt 4233250 + * Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.38.dev.git3ddb5b1 - autobuilt 3ddb5b1 diff --git a/sources b/sources index 42035bb..6c2dc48 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-3ddb5b1.tar.gz) = ff5571db347eee473c71d1c3eca2c4bb0ce1bd6a0ec6ec08583f54d9b2139f8be6edbcebbbd8a0d1952141578cab0c53339202d233b07ff7e498d5997cf544bd +SHA512 (libpod-4233250.tar.gz) = 52564c224d7bd6ec4749688419ba059cfc1fb5b795c1bf27e0e25df93cdb17b9da6e036c35a7e1fc8c8d7109e8945add6f53a215e5e371a7275e3975e3601985 From ba0c7bfed284d5cd461e7da7d854f019bad4f6f7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 27 Mar 2020 18:07:59 +0000 Subject: [PATCH 0901/2185] podman-2:1.8.3-0.40.dev.git2c5c198 - autobuilt 2c5c198 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3099fdb..04efab4 100644 --- a/.gitignore +++ b/.gitignore @@ -835,3 +835,4 @@ /libpod-7007680.tar.gz /libpod-3ddb5b1.tar.gz /libpod-4233250.tar.gz +/libpod-2c5c198.tar.gz diff --git a/podman.spec b/podman.spec index 2abb841..0e37d2c 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 4233250c430a8f769048548b6ad6affd0d9e65e0 +%global commit0 2c5c1980200806d2a0dde375564b505b9150e645 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.39.dev.git%{shortcommit0}%{?dist} +Release: 0.40.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.40.dev.git2c5c198 +- autobuilt 2c5c198 + * Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.39.dev.git4233250 - autobuilt 4233250 diff --git a/sources b/sources index 6c2dc48..c9b4676 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-4233250.tar.gz) = 52564c224d7bd6ec4749688419ba059cfc1fb5b795c1bf27e0e25df93cdb17b9da6e036c35a7e1fc8c8d7109e8945add6f53a215e5e371a7275e3975e3601985 +SHA512 (libpod-2c5c198.tar.gz) = c6d52beca6370ea4c434618469a7e2af234510e1498f86139c1ff4be48ac82ff63da1cb5970663acb2fe52a254eecd718bc2ad4dcc7620c18420beb3aa3dc4ab From f92ff350bb1172786695f7a233589ab3daa72bc5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 27 Mar 2020 19:07:55 +0000 Subject: [PATCH 0902/2185] podman-2:1.8.3-0.41.dev.git1fe2fbb - autobuilt 1fe2fbb Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 04efab4..474a428 100644 --- a/.gitignore +++ b/.gitignore @@ -836,3 +836,4 @@ /libpod-3ddb5b1.tar.gz /libpod-4233250.tar.gz /libpod-2c5c198.tar.gz +/libpod-1fe2fbb.tar.gz diff --git a/podman.spec b/podman.spec index 0e37d2c..1a7349b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2c5c1980200806d2a0dde375564b505b9150e645 +%global commit0 1fe2fbb42114b9072a1caf359beff63042df90fd %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.40.dev.git%{shortcommit0}%{?dist} +Release: 0.41.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.41.dev.git1fe2fbb +- autobuilt 1fe2fbb + * Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.40.dev.git2c5c198 - autobuilt 2c5c198 diff --git a/sources b/sources index c9b4676..7344fd6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-2c5c198.tar.gz) = c6d52beca6370ea4c434618469a7e2af234510e1498f86139c1ff4be48ac82ff63da1cb5970663acb2fe52a254eecd718bc2ad4dcc7620c18420beb3aa3dc4ab +SHA512 (libpod-1fe2fbb.tar.gz) = f40b0bfa0ac9c2df561147975616dea615c70165f77cc14178ec56607bd185c6efa9854a7c0d83dea403c98abaa8f5adb5b732eec4b288fbcfc24cfc6c1eddc6 From f1534f99432778547bcfc564afbff8d8119cc5b6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 27 Mar 2020 20:07:54 +0000 Subject: [PATCH 0903/2185] podman-2:1.8.3-0.42.dev.git3336b10 - autobuilt 3336b10 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 474a428..e962b1d 100644 --- a/.gitignore +++ b/.gitignore @@ -837,3 +837,4 @@ /libpod-4233250.tar.gz /libpod-2c5c198.tar.gz /libpod-1fe2fbb.tar.gz +/libpod-3336b10.tar.gz diff --git a/podman.spec b/podman.spec index 1a7349b..82f282f 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1fe2fbb42114b9072a1caf359beff63042df90fd +%global commit0 3336b100ef3c1273df8ad3ebc44ce4738f8cf2c2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.41.dev.git%{shortcommit0}%{?dist} +Release: 0.42.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.42.dev.git3336b10 +- autobuilt 3336b10 + * Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.41.dev.git1fe2fbb - autobuilt 1fe2fbb diff --git a/sources b/sources index 7344fd6..32d5762 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-1fe2fbb.tar.gz) = f40b0bfa0ac9c2df561147975616dea615c70165f77cc14178ec56607bd185c6efa9854a7c0d83dea403c98abaa8f5adb5b732eec4b288fbcfc24cfc6c1eddc6 +SHA512 (libpod-3336b10.tar.gz) = 1c464c930b14e2365517a19b2592f91bb8c7e6a11839a7241b0038417e2608f00108dadb6c4d57a2fad382983d5382bde832a338de5a7656b4882695c54a429e From 7f4d8a6bead0388dbd6d2c226092ae6f704916e3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 28 Mar 2020 10:07:56 +0000 Subject: [PATCH 0904/2185] podman-2:1.8.3-0.43.dev.git21b67e6 - autobuilt 21b67e6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e962b1d..9c7839f 100644 --- a/.gitignore +++ b/.gitignore @@ -838,3 +838,4 @@ /libpod-2c5c198.tar.gz /libpod-1fe2fbb.tar.gz /libpod-3336b10.tar.gz +/libpod-21b67e6.tar.gz diff --git a/podman.spec b/podman.spec index 82f282f..74b3e33 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3336b100ef3c1273df8ad3ebc44ce4738f8cf2c2 +%global commit0 21b67e64694fb58535a6b61fb7f3bc43ccda1d11 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.42.dev.git%{shortcommit0}%{?dist} +Release: 0.43.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sat Mar 28 2020 RH Container Bot - 2:1.8.3-0.43.dev.git21b67e6 +- autobuilt 21b67e6 + * Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.42.dev.git3336b10 - autobuilt 3336b10 diff --git a/sources b/sources index 32d5762..28106bf 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-3336b10.tar.gz) = 1c464c930b14e2365517a19b2592f91bb8c7e6a11839a7241b0038417e2608f00108dadb6c4d57a2fad382983d5382bde832a338de5a7656b4882695c54a429e +SHA512 (libpod-21b67e6.tar.gz) = 6759620bfdb02605fb2427b7b8032cc368c644ca3c00c178d48620731f0256d52aaf7ae4187cb67b931b1bc7821b759a142da662a055f5b36e0387fe0f78a922 From e4019fe42c183254145619df71b8a79bba6a644c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 28 Mar 2020 16:09:32 +0000 Subject: [PATCH 0905/2185] podman-2:1.8.3-0.44.dev.git684b4bd - autobuilt 684b4bd Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9c7839f..4767d5c 100644 --- a/.gitignore +++ b/.gitignore @@ -839,3 +839,4 @@ /libpod-1fe2fbb.tar.gz /libpod-3336b10.tar.gz /libpod-21b67e6.tar.gz +/libpod-684b4bd.tar.gz diff --git a/podman.spec b/podman.spec index 74b3e33..926c3f6 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 21b67e64694fb58535a6b61fb7f3bc43ccda1d11 +%global commit0 684b4bd2f16d078edd25d262bb8baefc699508e9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.43.dev.git%{shortcommit0}%{?dist} +Release: 0.44.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sat Mar 28 2020 RH Container Bot - 2:1.8.3-0.44.dev.git684b4bd +- autobuilt 684b4bd + * Sat Mar 28 2020 RH Container Bot - 2:1.8.3-0.43.dev.git21b67e6 - autobuilt 21b67e6 diff --git a/sources b/sources index 28106bf..093e316 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-21b67e6.tar.gz) = 6759620bfdb02605fb2427b7b8032cc368c644ca3c00c178d48620731f0256d52aaf7ae4187cb67b931b1bc7821b759a142da662a055f5b36e0387fe0f78a922 +SHA512 (libpod-684b4bd.tar.gz) = 00c4569531d803915143233ce73904ce444a7c9b07025ec3fcd8b97fbb5e16e2322826d572ec77a70c1561483b63876d5534b993e6c529f07b629659a54e0814 From 88e3052b3ce3cc6b2b7a85542ecb214f5e2b515a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 29 Mar 2020 12:09:42 +0000 Subject: [PATCH 0906/2185] podman-2:1.8.3-0.45.dev.gitdabfa10 - autobuilt dabfa10 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4767d5c..27b7c81 100644 --- a/.gitignore +++ b/.gitignore @@ -840,3 +840,4 @@ /libpod-3336b10.tar.gz /libpod-21b67e6.tar.gz /libpod-684b4bd.tar.gz +/libpod-dabfa10.tar.gz diff --git a/podman.spec b/podman.spec index 926c3f6..8115cee 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 684b4bd2f16d078edd25d262bb8baefc699508e9 +%global commit0 dabfa10b650d1312f3adde18ed86d3a171896c5b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.44.dev.git%{shortcommit0}%{?dist} +Release: 0.45.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sun Mar 29 2020 RH Container Bot - 2:1.8.3-0.45.dev.gitdabfa10 +- autobuilt dabfa10 + * Sat Mar 28 2020 RH Container Bot - 2:1.8.3-0.44.dev.git684b4bd - autobuilt 684b4bd diff --git a/sources b/sources index 093e316..011a9b9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-684b4bd.tar.gz) = 00c4569531d803915143233ce73904ce444a7c9b07025ec3fcd8b97fbb5e16e2322826d572ec77a70c1561483b63876d5534b993e6c529f07b629659a54e0814 +SHA512 (libpod-dabfa10.tar.gz) = 525bd738688003b80c7694b561fe9e1dd3db533ebfdfe09f37a69378aa34890feec8ee791d6d9a1e6ce11f5de17f0638c6115c16a0955adf2e89d72334f9819b From 8f91827981384bd2922450117c66bf3089251af5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 29 Mar 2020 13:08:51 +0000 Subject: [PATCH 0907/2185] podman-2:1.8.3-0.46.dev.git598bb53 - autobuilt 598bb53 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 27b7c81..fdd46c3 100644 --- a/.gitignore +++ b/.gitignore @@ -841,3 +841,4 @@ /libpod-21b67e6.tar.gz /libpod-684b4bd.tar.gz /libpod-dabfa10.tar.gz +/libpod-598bb53.tar.gz diff --git a/podman.spec b/podman.spec index 8115cee..c25d165 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 dabfa10b650d1312f3adde18ed86d3a171896c5b +%global commit0 598bb53d46dfc85b8bcc1e3000736106f80de93e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.45.dev.git%{shortcommit0}%{?dist} +Release: 0.46.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sun Mar 29 2020 RH Container Bot - 2:1.8.3-0.46.dev.git598bb53 +- autobuilt 598bb53 + * Sun Mar 29 2020 RH Container Bot - 2:1.8.3-0.45.dev.gitdabfa10 - autobuilt dabfa10 diff --git a/sources b/sources index 011a9b9..af1da47 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-dabfa10.tar.gz) = 525bd738688003b80c7694b561fe9e1dd3db533ebfdfe09f37a69378aa34890feec8ee791d6d9a1e6ce11f5de17f0638c6115c16a0955adf2e89d72334f9819b +SHA512 (libpod-598bb53.tar.gz) = c55264e8427cb8126ab9d2f224a4d5d0dde5fb27f1a5c00869168d3b862734955e7cfa0a031e4ca46b7de0a6d922fa38f1d1583375677f1392a9a81ecf1bcf98 From 1a84bd641d533969ef005437aebe2405a6019d03 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 30 Mar 2020 12:08:27 +0000 Subject: [PATCH 0908/2185] podman-2:1.8.3-0.47.dev.git8193751 - autobuilt 8193751 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fdd46c3..8452b03 100644 --- a/.gitignore +++ b/.gitignore @@ -842,3 +842,4 @@ /libpod-684b4bd.tar.gz /libpod-dabfa10.tar.gz /libpod-598bb53.tar.gz +/libpod-8193751.tar.gz diff --git a/podman.spec b/podman.spec index c25d165..00afdfb 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 598bb53d46dfc85b8bcc1e3000736106f80de93e +%global commit0 819375128741f0348b8e4ffd33a96c666e82ee4f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.46.dev.git%{shortcommit0}%{?dist} +Release: 0.47.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.47.dev.git8193751 +- autobuilt 8193751 + * Sun Mar 29 2020 RH Container Bot - 2:1.8.3-0.46.dev.git598bb53 - autobuilt 598bb53 diff --git a/sources b/sources index af1da47..dfb5d9a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-598bb53.tar.gz) = c55264e8427cb8126ab9d2f224a4d5d0dde5fb27f1a5c00869168d3b862734955e7cfa0a031e4ca46b7de0a6d922fa38f1d1583375677f1392a9a81ecf1bcf98 +SHA512 (libpod-8193751.tar.gz) = e5f77899efaf4239a82d6aa37f2b32c434fe072f538c459beb6ea6f4665ef8d50f79b2cb25784cbf173969a01746f68646cca03e1f87419a6bec44f5d3064854 From ca597903e59c3ad0eb4a06800b52954b6c1e8409 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 30 Mar 2020 14:08:15 +0000 Subject: [PATCH 0909/2185] podman-2:1.8.3-0.48.dev.gitcc22b94 - autobuilt cc22b94 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8452b03..733fb26 100644 --- a/.gitignore +++ b/.gitignore @@ -843,3 +843,4 @@ /libpod-dabfa10.tar.gz /libpod-598bb53.tar.gz /libpod-8193751.tar.gz +/libpod-cc22b94.tar.gz diff --git a/podman.spec b/podman.spec index 00afdfb..56c4b9a 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 819375128741f0348b8e4ffd33a96c666e82ee4f +%global commit0 cc22b94a7ab13c546e4b0c42024c13fe9d280b39 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.47.dev.git%{shortcommit0}%{?dist} +Release: 0.48.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.48.dev.gitcc22b94 +- autobuilt cc22b94 + * Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.47.dev.git8193751 - autobuilt 8193751 diff --git a/sources b/sources index dfb5d9a..7fe531e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-8193751.tar.gz) = e5f77899efaf4239a82d6aa37f2b32c434fe072f538c459beb6ea6f4665ef8d50f79b2cb25784cbf173969a01746f68646cca03e1f87419a6bec44f5d3064854 +SHA512 (libpod-cc22b94.tar.gz) = d84909a557b335b52e4c35ebb3a5ed1048e648e825b690fb6320bcaf9ee33f39ea05d3fd926220fce1d309a78122f28ec2e5dc097c5b5619a2abb6e2b2765138 From e65b23f2c8a35cbf34a3f6a9e8803c1aef5ac8c8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 30 Mar 2020 15:08:24 +0000 Subject: [PATCH 0910/2185] podman-2:1.8.3-0.49.dev.git0fa01c8 - autobuilt 0fa01c8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 733fb26..b8afb05 100644 --- a/.gitignore +++ b/.gitignore @@ -844,3 +844,4 @@ /libpod-598bb53.tar.gz /libpod-8193751.tar.gz /libpod-cc22b94.tar.gz +/libpod-0fa01c8.tar.gz diff --git a/podman.spec b/podman.spec index 56c4b9a..910e657 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 cc22b94a7ab13c546e4b0c42024c13fe9d280b39 +%global commit0 0fa01c8bf82a69d9c923fa982b70b72fade84be6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.48.dev.git%{shortcommit0}%{?dist} +Release: 0.49.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -654,6 +654,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.49.dev.git0fa01c8 +- autobuilt 0fa01c8 + * Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.48.dev.gitcc22b94 - autobuilt cc22b94 diff --git a/sources b/sources index 7fe531e..f81d256 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-cc22b94.tar.gz) = d84909a557b335b52e4c35ebb3a5ed1048e648e825b690fb6320bcaf9ee33f39ea05d3fd926220fce1d309a78122f28ec2e5dc097c5b5619a2abb6e2b2765138 +SHA512 (libpod-0fa01c8.tar.gz) = f1f7d236febbf9315132e2c65f8bff6cd19a0d14a5a0b50db85e2b2e6e756782a1a835a96ebfa667053ee944b2fb81580133d3c9ba53dfa595dd9d978d2b86ba From 0daca6700d5c045436e60c0f07478d0d0063ea50 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 30 Mar 2020 11:49:05 -0400 Subject: [PATCH 0911/2185] podman-2:1.8.3-0.50.dev.git0fa01c8 - Resolves: gh#5316 Signed-off-by: Lokesh Mandvekar --- podman.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 910e657..f7f5a40 100644 --- a/podman.spec +++ b/podman.spec @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.49.dev.git%{shortcommit0}%{?dist} +Release: 0.50.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -504,6 +504,11 @@ pushd dnsname-%{commit_plugins} %{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install popd +# install /etc/modules-load.d/podman.conf +echo br_netfilter > %{name}.conf +install -dp %{buildroot}%{_sysconfdir}/modules-load.d +install -p -m 644 %{name}.conf %{buildroot}%{_sysconfdir}/modules-load.d/ + # do not include docker and podman-remote man pages in main package for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},," | grep -v -e remote -e docker`; do echo "$file*" >> podman.file-list @@ -597,7 +602,7 @@ exit 0 #define license tag if not already defined %{!?_licensedir:%global license %doc} -%files -f podman.file-list +%files -f %{name}.file-list %license LICENSE %doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md transfer.md %{_bindir}/%{name} @@ -616,6 +621,7 @@ exit 0 %{_unitdir}/%{name}.socket %{_userunitdir}/%{name}.service %{_userunitdir}/%{name}.socket +%{_sysconfdir}/modules-load.d/%{name}.conf %files docker %{_bindir}/docker @@ -654,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Mar 30 2020 Lokesh Mandvekar - 2:1.8.3-0.50.dev.git0fa01c8 +- Resolves: gh#5316 + * Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.49.dev.git0fa01c8 - autobuilt 0fa01c8 From 95d02fffc48068b66f83ef1a56c0761cfdced20b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 30 Mar 2020 16:09:16 +0000 Subject: [PATCH 0912/2185] podman-2:1.8.3-0.51.dev.git95d9a1e - autobuilt 95d9a1e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b8afb05..f96da60 100644 --- a/.gitignore +++ b/.gitignore @@ -845,3 +845,4 @@ /libpod-8193751.tar.gz /libpod-cc22b94.tar.gz /libpod-0fa01c8.tar.gz +/libpod-95d9a1e.tar.gz diff --git a/podman.spec b/podman.spec index f7f5a40..5614b83 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0fa01c8bf82a69d9c923fa982b70b72fade84be6 +%global commit0 95d9a1e667cc32209cbc6ed80fd7cf3cc2527309 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.50.dev.git%{shortcommit0}%{?dist} +Release: 0.51.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.51.dev.git95d9a1e +- autobuilt 95d9a1e + * Mon Mar 30 2020 Lokesh Mandvekar - 2:1.8.3-0.50.dev.git0fa01c8 - Resolves: gh#5316 diff --git a/sources b/sources index f81d256..6a132c0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-0fa01c8.tar.gz) = f1f7d236febbf9315132e2c65f8bff6cd19a0d14a5a0b50db85e2b2e6e756782a1a835a96ebfa667053ee944b2fb81580133d3c9ba53dfa595dd9d978d2b86ba +SHA512 (libpod-95d9a1e.tar.gz) = ca9ea11ffa704d3a7df0cff27b3e1a9ab73379ed993fda2ab814569d5c1d3d211aab47b90be4585c7e07983cbc54ada13522977ec36cc372e757db4def3248db From 10b1430b0138c7bac577984d73b3e14a2b38daf7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 30 Mar 2020 18:08:18 +0000 Subject: [PATCH 0913/2185] podman-2:1.8.3-0.52.dev.gitedd623c - autobuilt edd623c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f96da60..8b3fd62 100644 --- a/.gitignore +++ b/.gitignore @@ -846,3 +846,4 @@ /libpod-cc22b94.tar.gz /libpod-0fa01c8.tar.gz /libpod-95d9a1e.tar.gz +/libpod-edd623c.tar.gz diff --git a/podman.spec b/podman.spec index 5614b83..6ebab2e 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 95d9a1e667cc32209cbc6ed80fd7cf3cc2527309 +%global commit0 edd623c4196f4b193387730f7989cfa108d634be %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.51.dev.git%{shortcommit0}%{?dist} +Release: 0.52.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.52.dev.gitedd623c +- autobuilt edd623c + * Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.51.dev.git95d9a1e - autobuilt 95d9a1e diff --git a/sources b/sources index 6a132c0..cd87b5e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-95d9a1e.tar.gz) = ca9ea11ffa704d3a7df0cff27b3e1a9ab73379ed993fda2ab814569d5c1d3d211aab47b90be4585c7e07983cbc54ada13522977ec36cc372e757db4def3248db +SHA512 (libpod-edd623c.tar.gz) = d70a7e16ac64111a4412a5f08562302fa8021d51b29dd81155b8004b99f6e597e79cb9c830626df0873cb0387c6647f80d8cb503dca0c07be65790359493a407 From a7e302226f3786a896ed61e75d02c3bfa6008c19 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 30 Mar 2020 20:08:24 +0000 Subject: [PATCH 0914/2185] podman-2:1.8.3-0.53.dev.git9c7410d - autobuilt 9c7410d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8b3fd62..1362411 100644 --- a/.gitignore +++ b/.gitignore @@ -847,3 +847,4 @@ /libpod-0fa01c8.tar.gz /libpod-95d9a1e.tar.gz /libpod-edd623c.tar.gz +/libpod-9c7410d.tar.gz diff --git a/podman.spec b/podman.spec index 6ebab2e..c546069 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 edd623c4196f4b193387730f7989cfa108d634be +%global commit0 9c7410d331ed6c9af50babb41314bfa67a3f39e0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.52.dev.git%{shortcommit0}%{?dist} +Release: 0.53.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.53.dev.git9c7410d +- autobuilt 9c7410d + * Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.52.dev.gitedd623c - autobuilt edd623c diff --git a/sources b/sources index cd87b5e..ed473e9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-edd623c.tar.gz) = d70a7e16ac64111a4412a5f08562302fa8021d51b29dd81155b8004b99f6e597e79cb9c830626df0873cb0387c6647f80d8cb503dca0c07be65790359493a407 +SHA512 (libpod-9c7410d.tar.gz) = 3975f8c42d75388ea0aec3a5b5c96ee39abcdd379da42739f0585ff62220301f8a31e3ac138cac00f230447df6557c89f583ea6a917a570450f1105111ecbb1a From 772842e446fc214acde5f8ee896faa76321f6cab Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 31 Mar 2020 15:08:33 +0000 Subject: [PATCH 0915/2185] podman-2:1.8.3-0.54.dev.git4e3010d - autobuilt 4e3010d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1362411..382147d 100644 --- a/.gitignore +++ b/.gitignore @@ -848,3 +848,4 @@ /libpod-95d9a1e.tar.gz /libpod-edd623c.tar.gz /libpod-9c7410d.tar.gz +/libpod-4e3010d.tar.gz diff --git a/podman.spec b/podman.spec index c546069..569fc8c 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9c7410d331ed6c9af50babb41314bfa67a3f39e0 +%global commit0 4e3010d4e761fcb3d6de3b38cac1dc5b4371b129 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.53.dev.git%{shortcommit0}%{?dist} +Release: 0.54.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.54.dev.git4e3010d +- autobuilt 4e3010d + * Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.53.dev.git9c7410d - autobuilt 9c7410d diff --git a/sources b/sources index ed473e9..4b6390f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-9c7410d.tar.gz) = 3975f8c42d75388ea0aec3a5b5c96ee39abcdd379da42739f0585ff62220301f8a31e3ac138cac00f230447df6557c89f583ea6a917a570450f1105111ecbb1a +SHA512 (libpod-4e3010d.tar.gz) = 4a04eb0cac33ba68152c02d38c3cb42e567db4c3d84b4e5f86641ef4c7141e2a767f85f3260b0de54170fa5dd3c399a80e3f5270ae9a51796d234f46f83e0aa2 From 3fb821c5f9e67e812b7d446a0743dd581db8fb98 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 31 Mar 2020 18:39:53 +0000 Subject: [PATCH 0916/2185] podman-2:1.8.3-0.55.dev.git56ab9e4 - autobuilt 56ab9e4 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 382147d..22035a5 100644 --- a/.gitignore +++ b/.gitignore @@ -849,3 +849,4 @@ /libpod-edd623c.tar.gz /libpod-9c7410d.tar.gz /libpod-4e3010d.tar.gz +/libpod-56ab9e4.tar.gz diff --git a/podman.spec b/podman.spec index 569fc8c..4204b71 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 4e3010d4e761fcb3d6de3b38cac1dc5b4371b129 +%global commit0 56ab9e4cc8a33bb8a791a799753a11c33809dedf %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.54.dev.git%{shortcommit0}%{?dist} +Release: 0.55.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.55.dev.git56ab9e4 +- autobuilt 56ab9e4 + * Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.54.dev.git4e3010d - autobuilt 4e3010d diff --git a/sources b/sources index 4b6390f..653b77e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-4e3010d.tar.gz) = 4a04eb0cac33ba68152c02d38c3cb42e567db4c3d84b4e5f86641ef4c7141e2a767f85f3260b0de54170fa5dd3c399a80e3f5270ae9a51796d234f46f83e0aa2 +SHA512 (libpod-56ab9e4.tar.gz) = e0f86420370ef1817bcb6613e771ca17a9efbeffeae192602e9931699db2f4097420f715f14acfcd7731c98d7713ce35ae89705a178d940b3375d2e450abf4d4 From 6228aef4e4b604cc17a9a7b8247b5cd7b435ed54 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 31 Mar 2020 20:08:42 +0000 Subject: [PATCH 0917/2185] podman-2:1.8.3-0.56.dev.git6e8f6ca - autobuilt 6e8f6ca Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 22035a5..e2f3de0 100644 --- a/.gitignore +++ b/.gitignore @@ -850,3 +850,4 @@ /libpod-9c7410d.tar.gz /libpod-4e3010d.tar.gz /libpod-56ab9e4.tar.gz +/libpod-6e8f6ca.tar.gz diff --git a/podman.spec b/podman.spec index 4204b71..fada6ea 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 56ab9e4cc8a33bb8a791a799753a11c33809dedf +%global commit0 6e8f6cab602b43d05c97c167faa56b3f46f1f73a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.55.dev.git%{shortcommit0}%{?dist} +Release: 0.56.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.56.dev.git6e8f6ca +- autobuilt 6e8f6ca + * Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.55.dev.git56ab9e4 - autobuilt 56ab9e4 diff --git a/sources b/sources index 653b77e..4e26a75 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-56ab9e4.tar.gz) = e0f86420370ef1817bcb6613e771ca17a9efbeffeae192602e9931699db2f4097420f715f14acfcd7731c98d7713ce35ae89705a178d940b3375d2e450abf4d4 +SHA512 (libpod-6e8f6ca.tar.gz) = 82d75e24f6c82f98753fdd6c7d62793a715fad7b3aa6afee1f58b5a5e84b6969b9629b5a0641ba43b197bba146627636a38f6ca3812e8a8f810b2610c494bfeb From 872651ad9ce01a8fb162bc7b81530cfdc7dc988b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 31 Mar 2020 21:08:07 +0000 Subject: [PATCH 0918/2185] podman-2:1.8.3-0.57.dev.git9f5fcc3 - autobuilt 9f5fcc3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e2f3de0..d1827ae 100644 --- a/.gitignore +++ b/.gitignore @@ -851,3 +851,4 @@ /libpod-4e3010d.tar.gz /libpod-56ab9e4.tar.gz /libpod-6e8f6ca.tar.gz +/libpod-9f5fcc3.tar.gz diff --git a/podman.spec b/podman.spec index fada6ea..c40af6d 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 6e8f6cab602b43d05c97c167faa56b3f46f1f73a +%global commit0 9f5fcc356574b52fd7ad235ea56c30602bbba852 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.56.dev.git%{shortcommit0}%{?dist} +Release: 0.57.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.57.dev.git9f5fcc3 +- autobuilt 9f5fcc3 + * Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.56.dev.git6e8f6ca - autobuilt 6e8f6ca diff --git a/sources b/sources index 4e26a75..4619c70 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6e8f6ca.tar.gz) = 82d75e24f6c82f98753fdd6c7d62793a715fad7b3aa6afee1f58b5a5e84b6969b9629b5a0641ba43b197bba146627636a38f6ca3812e8a8f810b2610c494bfeb +SHA512 (libpod-9f5fcc3.tar.gz) = dcad0f439cf303e972ef6787a4043b5b9a1fb4f0aaf83e6a1b546fb5c406ad76935061a8625f2ea4e8ab9bc00916628fffc9137444ead92f688069ca7a0590fa From a7c418ea93bea7a9b012ba882470bc55e8fbcfb1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 31 Mar 2020 22:08:21 +0000 Subject: [PATCH 0919/2185] podman-2:1.8.3-0.58.dev.git6d36d05 - autobuilt 6d36d05 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d1827ae..e3eb76f 100644 --- a/.gitignore +++ b/.gitignore @@ -852,3 +852,4 @@ /libpod-56ab9e4.tar.gz /libpod-6e8f6ca.tar.gz /libpod-9f5fcc3.tar.gz +/libpod-6d36d05.tar.gz diff --git a/podman.spec b/podman.spec index c40af6d..fe683d2 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9f5fcc356574b52fd7ad235ea56c30602bbba852 +%global commit0 6d36d05447fd594bedebea8a9a4366d348a78290 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.57.dev.git%{shortcommit0}%{?dist} +Release: 0.58.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.58.dev.git6d36d05 +- autobuilt 6d36d05 + * Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.57.dev.git9f5fcc3 - autobuilt 9f5fcc3 diff --git a/sources b/sources index 4619c70..5d5e9f9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-9f5fcc3.tar.gz) = dcad0f439cf303e972ef6787a4043b5b9a1fb4f0aaf83e6a1b546fb5c406ad76935061a8625f2ea4e8ab9bc00916628fffc9137444ead92f688069ca7a0590fa +SHA512 (libpod-6d36d05.tar.gz) = 3b91ed877d69673825cff97a21e5ad7c650218e20f32b3b39273e6c7c1fd10a7af864280b4f5a02bb6d1a36667ee7c6eb7ae9a6df089640c2aaa7f1cf5921437 From ccedc7584ad8a0da41954d9ab7e1d8c7ce880e8e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 1 Apr 2020 14:09:08 +0000 Subject: [PATCH 0920/2185] podman-2:1.8.3-0.59.dev.git394f1c2 - autobuilt 394f1c2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e3eb76f..aeba94a 100644 --- a/.gitignore +++ b/.gitignore @@ -853,3 +853,4 @@ /libpod-6e8f6ca.tar.gz /libpod-9f5fcc3.tar.gz /libpod-6d36d05.tar.gz +/libpod-394f1c2.tar.gz diff --git a/podman.spec b/podman.spec index fe683d2..24d2d5f 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 6d36d05447fd594bedebea8a9a4366d348a78290 +%global commit0 394f1c26d61cc8570b49444e1f431978bf101daa %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.58.dev.git%{shortcommit0}%{?dist} +Release: 0.59.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.59.dev.git394f1c2 +- autobuilt 394f1c2 + * Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.58.dev.git6d36d05 - autobuilt 6d36d05 diff --git a/sources b/sources index 5d5e9f9..49a1076 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6d36d05.tar.gz) = 3b91ed877d69673825cff97a21e5ad7c650218e20f32b3b39273e6c7c1fd10a7af864280b4f5a02bb6d1a36667ee7c6eb7ae9a6df089640c2aaa7f1cf5921437 +SHA512 (libpod-394f1c2.tar.gz) = f28e55955b7b2ceab99bd7ad3519d5f5abe05d9f256ad2c96c30e3c5bb9eac56b820609af70c170bef5112977cbcf99b17c714f527a2a6f01c62bcc94615f6e9 From bbbf0d481f071ce0aebbdd7196f3d0b04527b12b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 1 Apr 2020 15:08:54 +0000 Subject: [PATCH 0921/2185] podman-2:1.8.3-0.60.dev.git82cbebc - autobuilt 82cbebc Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index aeba94a..d7a8a59 100644 --- a/.gitignore +++ b/.gitignore @@ -854,3 +854,4 @@ /libpod-9f5fcc3.tar.gz /libpod-6d36d05.tar.gz /libpod-394f1c2.tar.gz +/libpod-82cbebc.tar.gz diff --git a/podman.spec b/podman.spec index 24d2d5f..87e9875 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 394f1c26d61cc8570b49444e1f431978bf101daa +%global commit0 82cbebcbea7f92be7e82bc11fdf1b30d7e194cdc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.59.dev.git%{shortcommit0}%{?dist} +Release: 0.60.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.60.dev.git82cbebc +- autobuilt 82cbebc + * Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.59.dev.git394f1c2 - autobuilt 394f1c2 diff --git a/sources b/sources index 49a1076..ce56e9b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-394f1c2.tar.gz) = f28e55955b7b2ceab99bd7ad3519d5f5abe05d9f256ad2c96c30e3c5bb9eac56b820609af70c170bef5112977cbcf99b17c714f527a2a6f01c62bcc94615f6e9 +SHA512 (libpod-82cbebc.tar.gz) = 27336f7170c886f935113f19aeafee8c9d834ccb7694ff7648450f105c21923419168a4b7a49972e2858dcc7fcf1826a6c1858a6c39d5cc4919c086660dc43b9 From 251ba28a36f0d6a14749124862ee935043ce2e98 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Wed, 1 Apr 2020 12:53:59 -0500 Subject: [PATCH 0922/2185] correct varlink go generate Signed-off-by: Brent Baude --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 87e9875..7dbd504 100644 --- a/podman.spec +++ b/podman.spec @@ -449,7 +449,7 @@ mkdir -p src/%{provider}.%{provider_tld}/%{project} ln -s ../../../../ src/%{import_path} popd ln -s vendor src -%gogenerate ./cmd/%{name}/varlink/... +%gogenerate ./pkg/varlink/... # build %%{name} export BUILDTAGS="systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/selinux_tag.sh)" From 60528ae9ff66d8d2645b66139fea244c9707de8d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 1 Apr 2020 18:08:41 +0000 Subject: [PATCH 0923/2185] podman-2:1.8.3-0.61.dev.gitd534e52 - autobuilt d534e52 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d7a8a59..3f396ef 100644 --- a/.gitignore +++ b/.gitignore @@ -855,3 +855,4 @@ /libpod-6d36d05.tar.gz /libpod-394f1c2.tar.gz /libpod-82cbebc.tar.gz +/libpod-d534e52.tar.gz diff --git a/podman.spec b/podman.spec index 7dbd504..ad9242c 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 82cbebcbea7f92be7e82bc11fdf1b30d7e194cdc +%global commit0 d534e524272121a6489c1a2a2c11c6b389027ecd %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.60.dev.git%{shortcommit0}%{?dist} +Release: 0.61.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.61.dev.gitd534e52 +- autobuilt d534e52 + * Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.60.dev.git82cbebc - autobuilt 82cbebc diff --git a/sources b/sources index ce56e9b..cc72d48 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-82cbebc.tar.gz) = 27336f7170c886f935113f19aeafee8c9d834ccb7694ff7648450f105c21923419168a4b7a49972e2858dcc7fcf1826a6c1858a6c39d5cc4919c086660dc43b9 +SHA512 (libpod-d534e52.tar.gz) = b492d0ebc0d69c5a4f484dc33dd98db4d6a276425b109dd63acfc1b211de0374a3c27994988ca1d5ef7dde165bfc25e03c2cc1eed91448654cd91a9283f21b9a From 2294e356233a71459815ea17eb2f4d155e4e7beb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 1 Apr 2020 19:08:12 +0000 Subject: [PATCH 0924/2185] podman-2:1.8.3-0.62.dev.git0a16372 - autobuilt 0a16372 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3f396ef..9f1a810 100644 --- a/.gitignore +++ b/.gitignore @@ -856,3 +856,4 @@ /libpod-394f1c2.tar.gz /libpod-82cbebc.tar.gz /libpod-d534e52.tar.gz +/libpod-0a16372.tar.gz diff --git a/podman.spec b/podman.spec index ad9242c..c95afc0 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d534e524272121a6489c1a2a2c11c6b389027ecd +%global commit0 0a163720351710be314c729086e8d288680ff0a8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.61.dev.git%{shortcommit0}%{?dist} +Release: 0.62.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.62.dev.git0a16372 +- autobuilt 0a16372 + * Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.61.dev.gitd534e52 - autobuilt d534e52 diff --git a/sources b/sources index cc72d48..72df479 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d534e52.tar.gz) = b492d0ebc0d69c5a4f484dc33dd98db4d6a276425b109dd63acfc1b211de0374a3c27994988ca1d5ef7dde165bfc25e03c2cc1eed91448654cd91a9283f21b9a +SHA512 (libpod-0a16372.tar.gz) = d3eb3b1e60627ecb4bc50404e5290286c681db1cc4b1de86559bf6127090433f499fd2835875129b420ccd1b27052afeef5368008b13d9eea94469c0fded6127 From c19b0b7ffb9fa02735cf0b8cae627f7e307f97eb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 1 Apr 2020 21:08:17 +0000 Subject: [PATCH 0925/2185] podman-2:1.8.3-0.63.dev.git0f357be - autobuilt 0f357be Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9f1a810..617957f 100644 --- a/.gitignore +++ b/.gitignore @@ -857,3 +857,4 @@ /libpod-82cbebc.tar.gz /libpod-d534e52.tar.gz /libpod-0a16372.tar.gz +/libpod-0f357be.tar.gz diff --git a/podman.spec b/podman.spec index c95afc0..ea8d9c0 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0a163720351710be314c729086e8d288680ff0a8 +%global commit0 0f357be5aeaa5dc651659cf0945a58780641e77d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.62.dev.git%{shortcommit0}%{?dist} +Release: 0.63.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.63.dev.git0f357be +- autobuilt 0f357be + * Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.62.dev.git0a16372 - autobuilt 0a16372 diff --git a/sources b/sources index 72df479..9ca2f29 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-0a16372.tar.gz) = d3eb3b1e60627ecb4bc50404e5290286c681db1cc4b1de86559bf6127090433f499fd2835875129b420ccd1b27052afeef5368008b13d9eea94469c0fded6127 +SHA512 (libpod-0f357be.tar.gz) = d0f35cce2ff5fbd8e753a10683f2dfac5f9aa6df940b187004a8e5ee20918a133f21387fbac623703a9541cc54f45d6bfe1035c90b68623e6431ebb99e698406 From bfc93a1620768e39ad7a1d44ab03d492a1560174 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 1 Apr 2020 23:08:09 +0000 Subject: [PATCH 0926/2185] podman-2:1.8.3-0.64.dev.gita8cde90 - autobuilt a8cde90 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 617957f..c8a3473 100644 --- a/.gitignore +++ b/.gitignore @@ -858,3 +858,4 @@ /libpod-d534e52.tar.gz /libpod-0a16372.tar.gz /libpod-0f357be.tar.gz +/libpod-a8cde90.tar.gz diff --git a/podman.spec b/podman.spec index ea8d9c0..14808c8 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0f357be5aeaa5dc651659cf0945a58780641e77d +%global commit0 a8cde905d5069d3916c56fa53a021d64a814ee48 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.63.dev.git%{shortcommit0}%{?dist} +Release: 0.64.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.64.dev.gita8cde90 +- autobuilt a8cde90 + * Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.63.dev.git0f357be - autobuilt 0f357be diff --git a/sources b/sources index 9ca2f29..3699f81 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-0f357be.tar.gz) = d0f35cce2ff5fbd8e753a10683f2dfac5f9aa6df940b187004a8e5ee20918a133f21387fbac623703a9541cc54f45d6bfe1035c90b68623e6431ebb99e698406 +SHA512 (libpod-a8cde90.tar.gz) = c3f81dc4ec68b0dbbb388dca12ad5dc43445b379d18223322c71e3496bc364078ef73a144df9ac334af605d013ab586c019895e20c740056e50c466ed89f4023 From 96b7625d2277aa3bc85d37c83c79f7d4639fb578 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 2 Apr 2020 01:08:19 +0000 Subject: [PATCH 0927/2185] podman-2:1.8.3-0.65.dev.git88455fe - autobuilt 88455fe Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c8a3473..a1094ed 100644 --- a/.gitignore +++ b/.gitignore @@ -859,3 +859,4 @@ /libpod-0a16372.tar.gz /libpod-0f357be.tar.gz /libpod-a8cde90.tar.gz +/libpod-88455fe.tar.gz diff --git a/podman.spec b/podman.spec index 14808c8..516c4a3 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a8cde905d5069d3916c56fa53a021d64a814ee48 +%global commit0 88455fe704023d65b782e70fc774128b3ec76569 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.64.dev.git%{shortcommit0}%{?dist} +Release: 0.65.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.65.dev.git88455fe +- autobuilt 88455fe + * Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.64.dev.gita8cde90 - autobuilt a8cde90 diff --git a/sources b/sources index 3699f81..cf94ac9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-a8cde90.tar.gz) = c3f81dc4ec68b0dbbb388dca12ad5dc43445b379d18223322c71e3496bc364078ef73a144df9ac334af605d013ab586c019895e20c740056e50c466ed89f4023 +SHA512 (libpod-88455fe.tar.gz) = ce37e83491f0a47ede03795630019b6c8db28a28a6385b86badf6c0f98ad8310271b009a71f2bbe9290583437567f84555dd819218e698d4c13773c0a9b6963f From b2838cf276f2395b87a50be76ef933e72c3876ac Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 2 Apr 2020 13:08:25 +0000 Subject: [PATCH 0928/2185] podman-2:1.8.3-0.66.dev.git82610d6 - autobuilt 82610d6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a1094ed..b36b092 100644 --- a/.gitignore +++ b/.gitignore @@ -860,3 +860,4 @@ /libpod-0f357be.tar.gz /libpod-a8cde90.tar.gz /libpod-88455fe.tar.gz +/libpod-82610d6.tar.gz diff --git a/podman.spec b/podman.spec index 516c4a3..6db3ade 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 88455fe704023d65b782e70fc774128b3ec76569 +%global commit0 82610d657d58b3da68c5af35cef7470b0819636b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.65.dev.git%{shortcommit0}%{?dist} +Release: 0.66.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.66.dev.git82610d6 +- autobuilt 82610d6 + * Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.65.dev.git88455fe - autobuilt 88455fe diff --git a/sources b/sources index cf94ac9..ae0ecc8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-88455fe.tar.gz) = ce37e83491f0a47ede03795630019b6c8db28a28a6385b86badf6c0f98ad8310271b009a71f2bbe9290583437567f84555dd819218e698d4c13773c0a9b6963f +SHA512 (libpod-82610d6.tar.gz) = cfc5a07b8a8a694a153ba22aa928e9b83866e06e73a2e1b8e900d32ad7097febc823e886bb1791c8134132710afbbbb3e86b3a5d936adff9881bf252cc2b2423 From 945e7406ea7ca64dfaf8d091e3716393e2e62c9c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 2 Apr 2020 14:08:21 +0000 Subject: [PATCH 0929/2185] podman-2:1.8.3-0.67.dev.gitffd2d78 - autobuilt ffd2d78 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b36b092..de60152 100644 --- a/.gitignore +++ b/.gitignore @@ -861,3 +861,4 @@ /libpod-a8cde90.tar.gz /libpod-88455fe.tar.gz /libpod-82610d6.tar.gz +/libpod-ffd2d78.tar.gz diff --git a/podman.spec b/podman.spec index 6db3ade..ef78647 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 82610d657d58b3da68c5af35cef7470b0819636b +%global commit0 ffd2d783919e6038fe55e3e6b8cf44c0b3356a96 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.66.dev.git%{shortcommit0}%{?dist} +Release: 0.67.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.67.dev.gitffd2d78 +- autobuilt ffd2d78 + * Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.66.dev.git82610d6 - autobuilt 82610d6 diff --git a/sources b/sources index ae0ecc8..51743ca 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-82610d6.tar.gz) = cfc5a07b8a8a694a153ba22aa928e9b83866e06e73a2e1b8e900d32ad7097febc823e886bb1791c8134132710afbbbb3e86b3a5d936adff9881bf252cc2b2423 +SHA512 (libpod-ffd2d78.tar.gz) = 1bcf0a7b5b4cf0900807f708474f69dc31c74c1b54bd97474bd64444c891f42485ccf421dc55fcb9519b7080ce7cc6860b88ea170529f6d1b7afe5dbfd08d0bc From 6631f9f31742c145de1367fb38d007c548e498c2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 2 Apr 2020 15:08:39 +0000 Subject: [PATCH 0930/2185] podman-2:1.8.3-0.68.dev.gitc3c6a7c - autobuilt c3c6a7c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index de60152..633788e 100644 --- a/.gitignore +++ b/.gitignore @@ -862,3 +862,4 @@ /libpod-88455fe.tar.gz /libpod-82610d6.tar.gz /libpod-ffd2d78.tar.gz +/libpod-c3c6a7c.tar.gz diff --git a/podman.spec b/podman.spec index ef78647..e7422c2 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ffd2d783919e6038fe55e3e6b8cf44c0b3356a96 +%global commit0 c3c6a7c8236fb43c3bc7172257b7fb15921e1668 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.67.dev.git%{shortcommit0}%{?dist} +Release: 0.68.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.68.dev.gitc3c6a7c +- autobuilt c3c6a7c + * Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.67.dev.gitffd2d78 - autobuilt ffd2d78 diff --git a/sources b/sources index 51743ca..dcc04aa 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-ffd2d78.tar.gz) = 1bcf0a7b5b4cf0900807f708474f69dc31c74c1b54bd97474bd64444c891f42485ccf421dc55fcb9519b7080ce7cc6860b88ea170529f6d1b7afe5dbfd08d0bc +SHA512 (libpod-c3c6a7c.tar.gz) = 2532c50b32ba032004547c5aa0dc5c905a4102743a09f5c4772d6a37bc4289fdc15e2a4463844e822016d397f8b9d9a58e7f52d88c7219f413227a3790b49a62 From 855d2b6a3e091e40f0d0d7a369da5a20184b1fc7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 2 Apr 2020 23:08:30 +0000 Subject: [PATCH 0931/2185] podman-2:1.8.3-0.69.dev.gitccf0e0d - autobuilt ccf0e0d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 633788e..dc5ead5 100644 --- a/.gitignore +++ b/.gitignore @@ -863,3 +863,4 @@ /libpod-82610d6.tar.gz /libpod-ffd2d78.tar.gz /libpod-c3c6a7c.tar.gz +/libpod-ccf0e0d.tar.gz diff --git a/podman.spec b/podman.spec index e7422c2..a7b41c6 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c3c6a7c8236fb43c3bc7172257b7fb15921e1668 +%global commit0 ccf0e0dd042d8a8d23dd0021ee267e7c9da9ff4a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.68.dev.git%{shortcommit0}%{?dist} +Release: 0.69.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.69.dev.gitccf0e0d +- autobuilt ccf0e0d + * Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.68.dev.gitc3c6a7c - autobuilt c3c6a7c diff --git a/sources b/sources index dcc04aa..d80e21f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c3c6a7c.tar.gz) = 2532c50b32ba032004547c5aa0dc5c905a4102743a09f5c4772d6a37bc4289fdc15e2a4463844e822016d397f8b9d9a58e7f52d88c7219f413227a3790b49a62 +SHA512 (libpod-ccf0e0d.tar.gz) = a305c21199834b1672e931d6a449273e2f285b5d7f57f333d424af2f325ae2e1c71fab33f836249bbb6eb3daaf3e8544293772e013081e4477d5c4b11ecf8319 From f3ae2102e2062d415b8e5714ba49dd206e4bb345 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 3 Apr 2020 10:09:01 +0000 Subject: [PATCH 0932/2185] podman-2:1.8.3-0.70.dev.gitccb9e57 - autobuilt ccb9e57 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dc5ead5..3eec1b2 100644 --- a/.gitignore +++ b/.gitignore @@ -864,3 +864,4 @@ /libpod-ffd2d78.tar.gz /libpod-c3c6a7c.tar.gz /libpod-ccf0e0d.tar.gz +/libpod-ccb9e57.tar.gz diff --git a/podman.spec b/podman.spec index a7b41c6..066c018 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ccf0e0dd042d8a8d23dd0021ee267e7c9da9ff4a +%global commit0 ccb9e579c48141f70d016adfa9a9d4934bbdf976 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.69.dev.git%{shortcommit0}%{?dist} +Release: 0.70.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.70.dev.gitccb9e57 +- autobuilt ccb9e57 + * Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.69.dev.gitccf0e0d - autobuilt ccf0e0d diff --git a/sources b/sources index d80e21f..2596f3b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-ccf0e0d.tar.gz) = a305c21199834b1672e931d6a449273e2f285b5d7f57f333d424af2f325ae2e1c71fab33f836249bbb6eb3daaf3e8544293772e013081e4477d5c4b11ecf8319 +SHA512 (libpod-ccb9e57.tar.gz) = 68d6bb574ded5f4803bb0fd315d00aad2489a51ddb154ff249a9d33d3b15cae3228cc4e2568832bb91c4676b8800985aeebf2e98654e9da16af2992f3df0f291 From ddd3ee9f97221e5b904746b912992da75a3eb7cc Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 3 Apr 2020 16:08:57 +0000 Subject: [PATCH 0933/2185] podman-2:1.8.3-0.71.dev.gita168dcc - autobuilt a168dcc Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3eec1b2..df67810 100644 --- a/.gitignore +++ b/.gitignore @@ -865,3 +865,4 @@ /libpod-c3c6a7c.tar.gz /libpod-ccf0e0d.tar.gz /libpod-ccb9e57.tar.gz +/libpod-a168dcc.tar.gz diff --git a/podman.spec b/podman.spec index 066c018..e545bd0 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ccb9e579c48141f70d016adfa9a9d4934bbdf976 +%global commit0 a168dcc39cfa7335610663d4496b712a478abd69 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.70.dev.git%{shortcommit0}%{?dist} +Release: 0.71.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.71.dev.gita168dcc +- autobuilt a168dcc + * Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.70.dev.gitccb9e57 - autobuilt ccb9e57 diff --git a/sources b/sources index 2596f3b..a30f732 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-ccb9e57.tar.gz) = 68d6bb574ded5f4803bb0fd315d00aad2489a51ddb154ff249a9d33d3b15cae3228cc4e2568832bb91c4676b8800985aeebf2e98654e9da16af2992f3df0f291 +SHA512 (libpod-a168dcc.tar.gz) = 678aee813d823562108fb0ac9eaa525ab69551621dc5c923da9e8462aead7f0176e2101a5da1fef73ca85bc13b21540bf3f79899142d45919438d3cdea5dbd5d From a4a9e54b525190cddcfcd75d7d69d43ec3666cf8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 3 Apr 2020 17:08:28 +0000 Subject: [PATCH 0934/2185] podman-2:1.8.3-0.72.dev.git2d9b9e8 - autobuilt 2d9b9e8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index df67810..a8acbbc 100644 --- a/.gitignore +++ b/.gitignore @@ -866,3 +866,4 @@ /libpod-ccf0e0d.tar.gz /libpod-ccb9e57.tar.gz /libpod-a168dcc.tar.gz +/libpod-2d9b9e8.tar.gz diff --git a/podman.spec b/podman.spec index e545bd0..d01ad46 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a168dcc39cfa7335610663d4496b712a478abd69 +%global commit0 2d9b9e81a30ac46848587414d34955ad4cb991a7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.71.dev.git%{shortcommit0}%{?dist} +Release: 0.72.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.72.dev.git2d9b9e8 +- autobuilt 2d9b9e8 + * Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.71.dev.gita168dcc - autobuilt a168dcc diff --git a/sources b/sources index a30f732..ba1e99a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-a168dcc.tar.gz) = 678aee813d823562108fb0ac9eaa525ab69551621dc5c923da9e8462aead7f0176e2101a5da1fef73ca85bc13b21540bf3f79899142d45919438d3cdea5dbd5d +SHA512 (libpod-2d9b9e8.tar.gz) = 85b86d6bddf303e26e2f4406f78e7e961aee86f5d808526cda44d06218db08834c9d3715c50eaae91fed7b1659b6101430dfc3d461bd901055334f4bcb8f844c From 85aaab8b4f8fdbf4da4b1d0b5df8d1b4fe56203b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 3 Apr 2020 18:08:17 +0000 Subject: [PATCH 0935/2185] podman-2:1.8.3-0.73.dev.git64cade0 - autobuilt 64cade0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a8acbbc..a0b922f 100644 --- a/.gitignore +++ b/.gitignore @@ -867,3 +867,4 @@ /libpod-ccb9e57.tar.gz /libpod-a168dcc.tar.gz /libpod-2d9b9e8.tar.gz +/libpod-64cade0.tar.gz diff --git a/podman.spec b/podman.spec index d01ad46..78d2900 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2d9b9e81a30ac46848587414d34955ad4cb991a7 +%global commit0 64cade0f71a8189403d208cbc7dc8716008229be %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.72.dev.git%{shortcommit0}%{?dist} +Release: 0.73.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.73.dev.git64cade0 +- autobuilt 64cade0 + * Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.72.dev.git2d9b9e8 - autobuilt 2d9b9e8 diff --git a/sources b/sources index ba1e99a..82e3328 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-2d9b9e8.tar.gz) = 85b86d6bddf303e26e2f4406f78e7e961aee86f5d808526cda44d06218db08834c9d3715c50eaae91fed7b1659b6101430dfc3d461bd901055334f4bcb8f844c +SHA512 (libpod-64cade0.tar.gz) = 1840854b4c465c429ef7a3d957f29eff1bbba50d3178df65f586a1af90e5c4a07b8d64f1d9a7539e47265488c2c629ba76c7caa6fd7b78920b91dc043ecb1341 From ca1139223cd5669ade0637d295c07811ca9bbd42 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 3 Apr 2020 21:08:26 +0000 Subject: [PATCH 0936/2185] podman-2:1.8.3-0.74.dev.git35f5867 - autobuilt 35f5867 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a0b922f..f6ea6fb 100644 --- a/.gitignore +++ b/.gitignore @@ -868,3 +868,4 @@ /libpod-a168dcc.tar.gz /libpod-2d9b9e8.tar.gz /libpod-64cade0.tar.gz +/libpod-35f5867.tar.gz diff --git a/podman.spec b/podman.spec index 78d2900..3eaec9a 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 64cade0f71a8189403d208cbc7dc8716008229be +%global commit0 35f586783388cdff6b4f15e7aff4df1ee72d9b67 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.73.dev.git%{shortcommit0}%{?dist} +Release: 0.74.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.74.dev.git35f5867 +- autobuilt 35f5867 + * Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.73.dev.git64cade0 - autobuilt 64cade0 diff --git a/sources b/sources index 82e3328..c652a03 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-64cade0.tar.gz) = 1840854b4c465c429ef7a3d957f29eff1bbba50d3178df65f586a1af90e5c4a07b8d64f1d9a7539e47265488c2c629ba76c7caa6fd7b78920b91dc043ecb1341 +SHA512 (libpod-35f5867.tar.gz) = 60b61b4c75548773b850fa4ec186b16ab0217c03b26b78dca0bbbc31a658e4e48ac4b451f7b0c18337f2dac8ec9941d07782a5e0aa5e71101d7b67bab7e759f2 From 89639461580cc49e211cd61de873e1cf4099e2f6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 3 Apr 2020 22:08:26 +0000 Subject: [PATCH 0937/2185] podman-2:1.8.3-0.75.dev.gitf7dffed - autobuilt f7dffed Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f6ea6fb..f0939df 100644 --- a/.gitignore +++ b/.gitignore @@ -869,3 +869,4 @@ /libpod-2d9b9e8.tar.gz /libpod-64cade0.tar.gz /libpod-35f5867.tar.gz +/libpod-f7dffed.tar.gz diff --git a/podman.spec b/podman.spec index 3eaec9a..22d11ef 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 35f586783388cdff6b4f15e7aff4df1ee72d9b67 +%global commit0 f7dffedeb610df662e69915fcff1bb37986baf55 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.74.dev.git%{shortcommit0}%{?dist} +Release: 0.75.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.75.dev.gitf7dffed +- autobuilt f7dffed + * Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.74.dev.git35f5867 - autobuilt 35f5867 diff --git a/sources b/sources index c652a03..dc7e342 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-35f5867.tar.gz) = 60b61b4c75548773b850fa4ec186b16ab0217c03b26b78dca0bbbc31a658e4e48ac4b451f7b0c18337f2dac8ec9941d07782a5e0aa5e71101d7b67bab7e759f2 +SHA512 (libpod-f7dffed.tar.gz) = dfc5ffd2e707d9753b67795747f55c4bf3829c828c2a1c8843e1e616685ae2728f6482e95358996fe44d2ce5b6d38ee7a75c0cf5cfd8b3659f4edb8611427a87 From dd8ca9512f83bd62845c1e83d1874af308200081 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 6 Apr 2020 13:08:36 +0000 Subject: [PATCH 0938/2185] podman-2:1.8.3-0.76.dev.git8dea3c3 - autobuilt 8dea3c3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f0939df..351c2de 100644 --- a/.gitignore +++ b/.gitignore @@ -870,3 +870,4 @@ /libpod-64cade0.tar.gz /libpod-35f5867.tar.gz /libpod-f7dffed.tar.gz +/libpod-8dea3c3.tar.gz diff --git a/podman.spec b/podman.spec index 22d11ef..781d9ab 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f7dffedeb610df662e69915fcff1bb37986baf55 +%global commit0 8dea3c3419629de432bfaaa03d785fdb63b902d5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.75.dev.git%{shortcommit0}%{?dist} +Release: 0.76.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.76.dev.git8dea3c3 +- autobuilt 8dea3c3 + * Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.75.dev.gitf7dffed - autobuilt f7dffed diff --git a/sources b/sources index dc7e342..e0cf13d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-f7dffed.tar.gz) = dfc5ffd2e707d9753b67795747f55c4bf3829c828c2a1c8843e1e616685ae2728f6482e95358996fe44d2ce5b6d38ee7a75c0cf5cfd8b3659f4edb8611427a87 +SHA512 (libpod-8dea3c3.tar.gz) = 46de232eed504de72c0617bb8f735d9ae26116d991e72c98bd6a6dff5dcfab1d72d0628c18996d67bcef49de5fdf21ceea83563bb2a258c3f5bebef98ae3bbc7 From 15e3e4eb5a1439ea93fbb4b3a5ab77145b4f77c6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 6 Apr 2020 14:08:36 +0000 Subject: [PATCH 0939/2185] podman-2:1.8.3-0.77.dev.git5b853bb - autobuilt 5b853bb Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 351c2de..6962792 100644 --- a/.gitignore +++ b/.gitignore @@ -871,3 +871,4 @@ /libpod-35f5867.tar.gz /libpod-f7dffed.tar.gz /libpod-8dea3c3.tar.gz +/libpod-5b853bb.tar.gz diff --git a/podman.spec b/podman.spec index 781d9ab..fe995da 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 8dea3c3419629de432bfaaa03d785fdb63b902d5 +%global commit0 5b853bb272a754a54fa78a3e619de0304864151f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.76.dev.git%{shortcommit0}%{?dist} +Release: 0.77.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.77.dev.git5b853bb +- autobuilt 5b853bb + * Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.76.dev.git8dea3c3 - autobuilt 8dea3c3 diff --git a/sources b/sources index e0cf13d..87c10e7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-8dea3c3.tar.gz) = 46de232eed504de72c0617bb8f735d9ae26116d991e72c98bd6a6dff5dcfab1d72d0628c18996d67bcef49de5fdf21ceea83563bb2a258c3f5bebef98ae3bbc7 +SHA512 (libpod-5b853bb.tar.gz) = 99135ea9d1bf961fe37e87122e583871c4a65ebea4494bd63fe98be81e2a205927eb7ee0ffc58cfbd7f607a71c6bd720f2d70090501b6693f8efa070a0933109 From 70796cb54b4af552f836c8d9c260274ceb5244a6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 6 Apr 2020 15:08:33 +0000 Subject: [PATCH 0940/2185] podman-2:1.8.3-0.78.dev.git4b69cf0 - autobuilt 4b69cf0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6962792..f04877b 100644 --- a/.gitignore +++ b/.gitignore @@ -872,3 +872,4 @@ /libpod-f7dffed.tar.gz /libpod-8dea3c3.tar.gz /libpod-5b853bb.tar.gz +/libpod-4b69cf0.tar.gz diff --git a/podman.spec b/podman.spec index fe995da..c58e580 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 5b853bb272a754a54fa78a3e619de0304864151f +%global commit0 4b69cf095002950b850b6b787f779cc1cc50022f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.77.dev.git%{shortcommit0}%{?dist} +Release: 0.78.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.78.dev.git4b69cf0 +- autobuilt 4b69cf0 + * Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.77.dev.git5b853bb - autobuilt 5b853bb diff --git a/sources b/sources index 87c10e7..5df4983 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-5b853bb.tar.gz) = 99135ea9d1bf961fe37e87122e583871c4a65ebea4494bd63fe98be81e2a205927eb7ee0ffc58cfbd7f607a71c6bd720f2d70090501b6693f8efa070a0933109 +SHA512 (libpod-4b69cf0.tar.gz) = b4de5fb904f87623d55f5a51e3dd21a7166e50783b5fe74b3bdb4649514306e1ead76243acf41197377d000f1ba0c472241e23a506dfe999bcce04a9a6cb8512 From 6027627828e2cb1c6d0e8268ebd414d0b86c5486 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 6 Apr 2020 16:08:41 +0000 Subject: [PATCH 0941/2185] podman-2:1.8.3-0.79.dev.git09f553c - autobuilt 09f553c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f04877b..b9d0296 100644 --- a/.gitignore +++ b/.gitignore @@ -873,3 +873,4 @@ /libpod-8dea3c3.tar.gz /libpod-5b853bb.tar.gz /libpod-4b69cf0.tar.gz +/libpod-09f553c.tar.gz diff --git a/podman.spec b/podman.spec index c58e580..afcfd5f 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 4b69cf095002950b850b6b787f779cc1cc50022f +%global commit0 09f553cc8054a670cb2c333ee47de4311d325635 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.78.dev.git%{shortcommit0}%{?dist} +Release: 0.79.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.79.dev.git09f553c +- autobuilt 09f553c + * Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.78.dev.git4b69cf0 - autobuilt 4b69cf0 diff --git a/sources b/sources index 5df4983..9488e1a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-4b69cf0.tar.gz) = b4de5fb904f87623d55f5a51e3dd21a7166e50783b5fe74b3bdb4649514306e1ead76243acf41197377d000f1ba0c472241e23a506dfe999bcce04a9a6cb8512 +SHA512 (libpod-09f553c.tar.gz) = 041bc76068ff22ac9627560805460a7a2e83332a071e80cba7bca821fbb7257ba03391191e7950438e8482f2a98e051745fa90ebd886d44ea1b630d068ecdd2d From bad7aa031860c5ad3a2cd428efc46c56028c62fa Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 6 Apr 2020 17:08:18 +0000 Subject: [PATCH 0942/2185] podman-2:1.8.3-0.80.dev.gite318b09 - autobuilt e318b09 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b9d0296..492a9ed 100644 --- a/.gitignore +++ b/.gitignore @@ -874,3 +874,4 @@ /libpod-5b853bb.tar.gz /libpod-4b69cf0.tar.gz /libpod-09f553c.tar.gz +/libpod-e318b09.tar.gz diff --git a/podman.spec b/podman.spec index afcfd5f..8cf1545 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 09f553cc8054a670cb2c333ee47de4311d325635 +%global commit0 e318b09b6800ddb013ddf3b9a2fb99ebc55bd920 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.79.dev.git%{shortcommit0}%{?dist} +Release: 0.80.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.80.dev.gite318b09 +- autobuilt e318b09 + * Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.79.dev.git09f553c - autobuilt 09f553c diff --git a/sources b/sources index 9488e1a..4eefe6c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-09f553c.tar.gz) = 041bc76068ff22ac9627560805460a7a2e83332a071e80cba7bca821fbb7257ba03391191e7950438e8482f2a98e051745fa90ebd886d44ea1b630d068ecdd2d +SHA512 (libpod-e318b09.tar.gz) = b7aaedc6b0726863f0465c3f1cbcc81783e6f558730826da58631850e2fc0721faae295bcf5d970137aa726827c4822ebce7dd184180db73ac952ca8681a5376 From 9527f73d35044fcaecb5f4ee0fb26b0755465920 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 6 Apr 2020 19:08:25 +0000 Subject: [PATCH 0943/2185] podman-2:1.8.3-0.81.dev.gita858b3a - autobuilt a858b3a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 492a9ed..dc0cfa2 100644 --- a/.gitignore +++ b/.gitignore @@ -875,3 +875,4 @@ /libpod-4b69cf0.tar.gz /libpod-09f553c.tar.gz /libpod-e318b09.tar.gz +/libpod-a858b3a.tar.gz diff --git a/podman.spec b/podman.spec index 8cf1545..4de6fdd 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e318b09b6800ddb013ddf3b9a2fb99ebc55bd920 +%global commit0 a858b3a6a36b19429958d0b05f427afa3f63a8b7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.80.dev.git%{shortcommit0}%{?dist} +Release: 0.81.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.81.dev.gita858b3a +- autobuilt a858b3a + * Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.80.dev.gite318b09 - autobuilt e318b09 diff --git a/sources b/sources index 4eefe6c..9a3ccb7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e318b09.tar.gz) = b7aaedc6b0726863f0465c3f1cbcc81783e6f558730826da58631850e2fc0721faae295bcf5d970137aa726827c4822ebce7dd184180db73ac952ca8681a5376 +SHA512 (libpod-a858b3a.tar.gz) = 9f94e929ff96af5164c67ed977b6d124c26674684d4f0c32bf588c000d524d8bf1941e21b546660600f5be49458f68f5c2c208bdffe6036e3cba4f466cf28569 From d5a0d536ee0113308bf7cf733925d9e5292a4129 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 6 Apr 2020 20:08:55 +0000 Subject: [PATCH 0944/2185] podman-2:1.8.3-0.82.dev.git843fa25 - autobuilt 843fa25 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dc0cfa2..7fbbb2e 100644 --- a/.gitignore +++ b/.gitignore @@ -876,3 +876,4 @@ /libpod-09f553c.tar.gz /libpod-e318b09.tar.gz /libpod-a858b3a.tar.gz +/libpod-843fa25.tar.gz diff --git a/podman.spec b/podman.spec index 4de6fdd..abfcfdd 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a858b3a6a36b19429958d0b05f427afa3f63a8b7 +%global commit0 843fa25890199c04b8419833d39bdedf4ead391c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.81.dev.git%{shortcommit0}%{?dist} +Release: 0.82.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.82.dev.git843fa25 +- autobuilt 843fa25 + * Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.81.dev.gita858b3a - autobuilt a858b3a diff --git a/sources b/sources index 9a3ccb7..2a30fc6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-a858b3a.tar.gz) = 9f94e929ff96af5164c67ed977b6d124c26674684d4f0c32bf588c000d524d8bf1941e21b546660600f5be49458f68f5c2c208bdffe6036e3cba4f466cf28569 +SHA512 (libpod-843fa25.tar.gz) = 1be70dd77c3c1d0a7a4f7adbbf13589f3f410cb49b92b8be18ae10d3e04d48a36644268c5b2346e9c240ecdb024edc224ee015d190c8b1adf173eda044b8c557 From 6241eb7d270e88d75c8d6623c980f5ce903b0c24 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 6 Apr 2020 22:08:32 +0000 Subject: [PATCH 0945/2185] podman-2:1.8.3-0.83.dev.git64b6a19 - autobuilt 64b6a19 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7fbbb2e..ffd798a 100644 --- a/.gitignore +++ b/.gitignore @@ -877,3 +877,4 @@ /libpod-e318b09.tar.gz /libpod-a858b3a.tar.gz /libpod-843fa25.tar.gz +/libpod-64b6a19.tar.gz diff --git a/podman.spec b/podman.spec index abfcfdd..b07f251 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 843fa25890199c04b8419833d39bdedf4ead391c +%global commit0 64b6a197339e0436168e254ef9caf674ee9ff932 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.82.dev.git%{shortcommit0}%{?dist} +Release: 0.83.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.83.dev.git64b6a19 +- autobuilt 64b6a19 + * Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.82.dev.git843fa25 - autobuilt 843fa25 diff --git a/sources b/sources index 2a30fc6..e258473 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-843fa25.tar.gz) = 1be70dd77c3c1d0a7a4f7adbbf13589f3f410cb49b92b8be18ae10d3e04d48a36644268c5b2346e9c240ecdb024edc224ee015d190c8b1adf173eda044b8c557 +SHA512 (libpod-64b6a19.tar.gz) = 10a63510f73d054580d5f4f42db4ba2894812ba971db71eb26b45d12fb7a0868c4c5be1f0f022e3a7532c924e44ab7aef4f5ec7f207ca4dbd52aeb620665b475 From 4cbcc6809b54501f0092ba4704f8f11c76f674cc Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 7 Apr 2020 11:08:41 +0000 Subject: [PATCH 0946/2185] podman-2:1.8.3-0.84.dev.gitc0e29b4 - autobuilt c0e29b4 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ffd798a..b7707d6 100644 --- a/.gitignore +++ b/.gitignore @@ -878,3 +878,4 @@ /libpod-a858b3a.tar.gz /libpod-843fa25.tar.gz /libpod-64b6a19.tar.gz +/libpod-c0e29b4.tar.gz diff --git a/podman.spec b/podman.spec index b07f251..1114a0b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 64b6a197339e0436168e254ef9caf674ee9ff932 +%global commit0 c0e29b4a31e330927b7a980209b2aae192f9bafe %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.83.dev.git%{shortcommit0}%{?dist} +Release: 0.84.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.84.dev.gitc0e29b4 +- autobuilt c0e29b4 + * Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.83.dev.git64b6a19 - autobuilt 64b6a19 diff --git a/sources b/sources index e258473..828a992 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-64b6a19.tar.gz) = 10a63510f73d054580d5f4f42db4ba2894812ba971db71eb26b45d12fb7a0868c4c5be1f0f022e3a7532c924e44ab7aef4f5ec7f207ca4dbd52aeb620665b475 +SHA512 (libpod-c0e29b4.tar.gz) = 6caa29a19e309d9b467e7ff450277bead9d8c402db262667a3ccbeff4816e68efededee9da8e3b4c8bf65299284a2823135b6f84cf0c00b8b2d79ea3b98e8984 From 7bfc3bc37e2d7bbccdd0b4a8cc61f2afee4c1a8a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 7 Apr 2020 14:08:58 +0000 Subject: [PATCH 0947/2185] podman-2:1.8.3-0.85.dev.git44f910c - autobuilt 44f910c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b7707d6..9aad5c1 100644 --- a/.gitignore +++ b/.gitignore @@ -879,3 +879,4 @@ /libpod-843fa25.tar.gz /libpod-64b6a19.tar.gz /libpod-c0e29b4.tar.gz +/libpod-44f910c.tar.gz diff --git a/podman.spec b/podman.spec index 1114a0b..548226a 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c0e29b4a31e330927b7a980209b2aae192f9bafe +%global commit0 44f910c28cae178eab9ad439587355fa4927dab7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.84.dev.git%{shortcommit0}%{?dist} +Release: 0.85.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.85.dev.git44f910c +- autobuilt 44f910c + * Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.84.dev.gitc0e29b4 - autobuilt c0e29b4 diff --git a/sources b/sources index 828a992..7317ca0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c0e29b4.tar.gz) = 6caa29a19e309d9b467e7ff450277bead9d8c402db262667a3ccbeff4816e68efededee9da8e3b4c8bf65299284a2823135b6f84cf0c00b8b2d79ea3b98e8984 +SHA512 (libpod-44f910c.tar.gz) = 2e4c2c2d24acf72bf0ad464047e6340631285399ad81fcf17fedf1cd0f774002fcfdd535ae0f65c09c6fd0e5dc9dd5932cf86c520b375e64d636686e37f8f48e From e7d058ffe5b94fcaf3bd8a43219d84fd79741f85 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 7 Apr 2020 17:08:37 +0000 Subject: [PATCH 0948/2185] podman-2:1.8.3-0.86.dev.git8289805 - autobuilt 8289805 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9aad5c1..5e29d67 100644 --- a/.gitignore +++ b/.gitignore @@ -880,3 +880,4 @@ /libpod-64b6a19.tar.gz /libpod-c0e29b4.tar.gz /libpod-44f910c.tar.gz +/libpod-8289805.tar.gz diff --git a/podman.spec b/podman.spec index 548226a..3503c1a 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 44f910c28cae178eab9ad439587355fa4927dab7 +%global commit0 8289805f5dce862219c0b124547a898766a0b55c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.85.dev.git%{shortcommit0}%{?dist} +Release: 0.86.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.86.dev.git8289805 +- autobuilt 8289805 + * Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.85.dev.git44f910c - autobuilt 44f910c diff --git a/sources b/sources index 7317ca0..4875bc4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-44f910c.tar.gz) = 2e4c2c2d24acf72bf0ad464047e6340631285399ad81fcf17fedf1cd0f774002fcfdd535ae0f65c09c6fd0e5dc9dd5932cf86c520b375e64d636686e37f8f48e +SHA512 (libpod-8289805.tar.gz) = c5d0714cd3781b8de92603808ea6f2f4adb10025bfbfdbe3c52c19641cec0f277ef925c076153553d9ef0e08d74f9505da79f1e8bbfcc104c87dff4169b0f8b9 From fd0560f91ff7a952a0d92505f2ef19978231a9b5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 7 Apr 2020 18:08:21 +0000 Subject: [PATCH 0949/2185] podman-2:1.8.3-0.87.dev.git9d0d9df - autobuilt 9d0d9df Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5e29d67..dc9f85c 100644 --- a/.gitignore +++ b/.gitignore @@ -881,3 +881,4 @@ /libpod-c0e29b4.tar.gz /libpod-44f910c.tar.gz /libpod-8289805.tar.gz +/libpod-9d0d9df.tar.gz diff --git a/podman.spec b/podman.spec index 3503c1a..b57b724 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 8289805f5dce862219c0b124547a898766a0b55c +%global commit0 9d0d9df6a1973ce9982071601fbdca68c93c6d07 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.86.dev.git%{shortcommit0}%{?dist} +Release: 0.87.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.87.dev.git9d0d9df +- autobuilt 9d0d9df + * Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.86.dev.git8289805 - autobuilt 8289805 diff --git a/sources b/sources index 4875bc4..8b87e2d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-8289805.tar.gz) = c5d0714cd3781b8de92603808ea6f2f4adb10025bfbfdbe3c52c19641cec0f277ef925c076153553d9ef0e08d74f9505da79f1e8bbfcc104c87dff4169b0f8b9 +SHA512 (libpod-9d0d9df.tar.gz) = 5e3a6271b2002ef68b3e937cf336b7195a201f65f27e370339035d49bfdfb0ae733155406fa76b98c19cd5e1e24583ad6cfd1df5a6954bcc765cf20e05b9a622 From 28424f19fb23c1a16a1cd337577b2e6c0b32e0dd Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 7 Apr 2020 19:08:38 +0000 Subject: [PATCH 0950/2185] podman-2:1.8.3-0.88.dev.git08fa3d5 - autobuilt 08fa3d5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dc9f85c..aa53874 100644 --- a/.gitignore +++ b/.gitignore @@ -882,3 +882,4 @@ /libpod-44f910c.tar.gz /libpod-8289805.tar.gz /libpod-9d0d9df.tar.gz +/libpod-08fa3d5.tar.gz diff --git a/podman.spec b/podman.spec index b57b724..f450c50 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9d0d9df6a1973ce9982071601fbdca68c93c6d07 +%global commit0 08fa3d511f2b96613bbbe76e517f2c9288e5bf56 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.87.dev.git%{shortcommit0}%{?dist} +Release: 0.88.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.88.dev.git08fa3d5 +- autobuilt 08fa3d5 + * Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.87.dev.git9d0d9df - autobuilt 9d0d9df diff --git a/sources b/sources index 8b87e2d..86261a2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-9d0d9df.tar.gz) = 5e3a6271b2002ef68b3e937cf336b7195a201f65f27e370339035d49bfdfb0ae733155406fa76b98c19cd5e1e24583ad6cfd1df5a6954bcc765cf20e05b9a622 +SHA512 (libpod-08fa3d5.tar.gz) = d34770740f289052daa995a8271bf57c9e6c6023a7d1afbf9a933d3ea0800c4a321ec0fd8085b01fb99ad7d1a802c398db6d93c71b1054a19ecdae00b6949cc7 From 11df569524b2aa9c89c7c384eb66c91b7e2b5fc4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 7 Apr 2020 20:08:16 +0000 Subject: [PATCH 0951/2185] podman-2:1.8.3-0.89.dev.git11c8b01 - autobuilt 11c8b01 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index aa53874..d8fdd96 100644 --- a/.gitignore +++ b/.gitignore @@ -883,3 +883,4 @@ /libpod-8289805.tar.gz /libpod-9d0d9df.tar.gz /libpod-08fa3d5.tar.gz +/libpod-11c8b01.tar.gz diff --git a/podman.spec b/podman.spec index f450c50..ce73b92 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 08fa3d511f2b96613bbbe76e517f2c9288e5bf56 +%global commit0 11c8b01e1d81008bc55fed8d6f62ce39dc5459c8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.88.dev.git%{shortcommit0}%{?dist} +Release: 0.89.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.89.dev.git11c8b01 +- autobuilt 11c8b01 + * Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.88.dev.git08fa3d5 - autobuilt 08fa3d5 diff --git a/sources b/sources index 86261a2..8bf4f88 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-08fa3d5.tar.gz) = d34770740f289052daa995a8271bf57c9e6c6023a7d1afbf9a933d3ea0800c4a321ec0fd8085b01fb99ad7d1a802c398db6d93c71b1054a19ecdae00b6949cc7 +SHA512 (libpod-11c8b01.tar.gz) = 3991890e0fa1e16848a493d02d23c5fd085fd6a6e8eed460eaae748c140d54b9739fdae81b25763d0a03fd5d8a2662fd461ea1f3cd800445bdc3e1580fd7981d From e7951321353c95d8eba211ca51947bfdd72dd610 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 7 Apr 2020 21:08:18 +0000 Subject: [PATCH 0952/2185] podman-2:1.8.3-0.90.dev.gitb4840ec - autobuilt b4840ec Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d8fdd96..6944eaa 100644 --- a/.gitignore +++ b/.gitignore @@ -884,3 +884,4 @@ /libpod-9d0d9df.tar.gz /libpod-08fa3d5.tar.gz /libpod-11c8b01.tar.gz +/libpod-b4840ec.tar.gz diff --git a/podman.spec b/podman.spec index ce73b92..c638c0c 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 11c8b01e1d81008bc55fed8d6f62ce39dc5459c8 +%global commit0 b4840ec0d34bd679faefe06ce52ee6cebcb8f0b5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.89.dev.git%{shortcommit0}%{?dist} +Release: 0.90.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.90.dev.gitb4840ec +- autobuilt b4840ec + * Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.89.dev.git11c8b01 - autobuilt 11c8b01 diff --git a/sources b/sources index 8bf4f88..d950ec6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-11c8b01.tar.gz) = 3991890e0fa1e16848a493d02d23c5fd085fd6a6e8eed460eaae748c140d54b9739fdae81b25763d0a03fd5d8a2662fd461ea1f3cd800445bdc3e1580fd7981d +SHA512 (libpod-b4840ec.tar.gz) = e6889dbb938a99f8c26e840cb591462caafc523f19e2333dda93fc53d855101d77ffbce9627e74ce3cf2be5e4f4d2e2ff637a6596c5eac2ea4a2a4e87317e5fb From 56ec8f9dec3023985c8bc44e0230ec5ef97b7c13 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 8 Apr 2020 11:08:48 +0000 Subject: [PATCH 0953/2185] podman-2:1.8.3-0.91.dev.git522dcd6 - autobuilt 522dcd6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6944eaa..8410812 100644 --- a/.gitignore +++ b/.gitignore @@ -885,3 +885,4 @@ /libpod-08fa3d5.tar.gz /libpod-11c8b01.tar.gz /libpod-b4840ec.tar.gz +/libpod-522dcd6.tar.gz diff --git a/podman.spec b/podman.spec index c638c0c..9fde368 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 b4840ec0d34bd679faefe06ce52ee6cebcb8f0b5 +%global commit0 522dcd604edb6630b06ce1e2184ef11c0ea889f0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.90.dev.git%{shortcommit0}%{?dist} +Release: 0.91.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Apr 08 2020 RH Container Bot - 2:1.8.3-0.91.dev.git522dcd6 +- autobuilt 522dcd6 + * Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.90.dev.gitb4840ec - autobuilt b4840ec diff --git a/sources b/sources index d950ec6..0365e00 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-b4840ec.tar.gz) = e6889dbb938a99f8c26e840cb591462caafc523f19e2333dda93fc53d855101d77ffbce9627e74ce3cf2be5e4f4d2e2ff637a6596c5eac2ea4a2a4e87317e5fb +SHA512 (libpod-522dcd6.tar.gz) = fccfe8ed5cb09179301d684a6cbaf5377d05faa1a60f023dcfe597f320821d46450c917c39c35915a262a92fcee644904b6371f8de3a77674b41d4c090130d7d From dff8004425bcd2d719fbe72c4fc298e9def74103 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 8 Apr 2020 14:49:49 +0000 Subject: [PATCH 0954/2185] podman-2:1.8.3-0.92.dev.git291ad7f - autobuilt 291ad7f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8410812..29315f7 100644 --- a/.gitignore +++ b/.gitignore @@ -886,3 +886,4 @@ /libpod-11c8b01.tar.gz /libpod-b4840ec.tar.gz /libpod-522dcd6.tar.gz +/libpod-291ad7f.tar.gz diff --git a/podman.spec b/podman.spec index 9fde368..c9ea14a 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 522dcd604edb6630b06ce1e2184ef11c0ea889f0 +%global commit0 291ad7fbd9797340015b71b448c6637669176878 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.91.dev.git%{shortcommit0}%{?dist} +Release: 0.92.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Apr 08 2020 RH Container Bot - 2:1.8.3-0.92.dev.git291ad7f +- autobuilt 291ad7f + * Wed Apr 08 2020 RH Container Bot - 2:1.8.3-0.91.dev.git522dcd6 - autobuilt 522dcd6 diff --git a/sources b/sources index 0365e00..3d5c313 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-522dcd6.tar.gz) = fccfe8ed5cb09179301d684a6cbaf5377d05faa1a60f023dcfe597f320821d46450c917c39c35915a262a92fcee644904b6371f8de3a77674b41d4c090130d7d +SHA512 (libpod-291ad7f.tar.gz) = e92a63d602aecf64b1d085cff7c59226f3b42666a08560a0f7ecdd0811bfdcb8ea79412f6135d25eb3636807880fc3b96ee8ff5f1442f21c816240a117dabb50 From 80f2d4453d31733ac6bda6468609ebcf21cd98dd Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 8 Apr 2020 19:08:07 +0000 Subject: [PATCH 0955/2185] podman-2:1.8.3-0.93.dev.git1791fe6 - autobuilt 1791fe6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 29315f7..28fe7c8 100644 --- a/.gitignore +++ b/.gitignore @@ -887,3 +887,4 @@ /libpod-b4840ec.tar.gz /libpod-522dcd6.tar.gz /libpod-291ad7f.tar.gz +/libpod-1791fe6.tar.gz diff --git a/podman.spec b/podman.spec index c9ea14a..f4be7c8 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 291ad7fbd9797340015b71b448c6637669176878 +%global commit0 1791fe62a35f791758c5997e2ffa7fa3b1aa0a85 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.92.dev.git%{shortcommit0}%{?dist} +Release: 0.93.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Apr 08 2020 RH Container Bot - 2:1.8.3-0.93.dev.git1791fe6 +- autobuilt 1791fe6 + * Wed Apr 08 2020 RH Container Bot - 2:1.8.3-0.92.dev.git291ad7f - autobuilt 291ad7f diff --git a/sources b/sources index 3d5c313..0c555b6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-291ad7f.tar.gz) = e92a63d602aecf64b1d085cff7c59226f3b42666a08560a0f7ecdd0811bfdcb8ea79412f6135d25eb3636807880fc3b96ee8ff5f1442f21c816240a117dabb50 +SHA512 (libpod-1791fe6.tar.gz) = 13bc428f496f7532e52b623688c1ac3edd8d2a765dc54094c049272fcf9432c9967400b6b07c8b52dcb604949ba280ee04ca0d1138f1de795a4ae93bc64578fe From 8052d3be0568684c9f0591840e219d638e5a66d8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 8 Apr 2020 20:08:22 +0000 Subject: [PATCH 0956/2185] podman-2:1.8.3-0.94.dev.gitf71e4d3 - autobuilt f71e4d3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 28fe7c8..0ae866f 100644 --- a/.gitignore +++ b/.gitignore @@ -888,3 +888,4 @@ /libpod-522dcd6.tar.gz /libpod-291ad7f.tar.gz /libpod-1791fe6.tar.gz +/libpod-f71e4d3.tar.gz diff --git a/podman.spec b/podman.spec index f4be7c8..6ab8527 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1791fe62a35f791758c5997e2ffa7fa3b1aa0a85 +%global commit0 f71e4d3d3e6da338a253c951920d2e8671773864 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.93.dev.git%{shortcommit0}%{?dist} +Release: 0.94.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Apr 08 2020 RH Container Bot - 2:1.8.3-0.94.dev.gitf71e4d3 +- autobuilt f71e4d3 + * Wed Apr 08 2020 RH Container Bot - 2:1.8.3-0.93.dev.git1791fe6 - autobuilt 1791fe6 diff --git a/sources b/sources index 0c555b6..3d822ee 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-1791fe6.tar.gz) = 13bc428f496f7532e52b623688c1ac3edd8d2a765dc54094c049272fcf9432c9967400b6b07c8b52dcb604949ba280ee04ca0d1138f1de795a4ae93bc64578fe +SHA512 (libpod-f71e4d3.tar.gz) = 6ea2fb6470d3bd6221f1c9eef5dd1683981f9cf35502d50a1e325edbd3d80e6ab22f129eb268cae8284cac3d216e3a4479222479864c67876c0071513b2a8584 From f8b03ac7656bb279eefdcb04c1603434dd34c330 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 9 Apr 2020 01:08:35 +0000 Subject: [PATCH 0957/2185] podman-2:1.8.3-0.95.dev.git3c94fa9 - autobuilt 3c94fa9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0ae866f..c89cdf7 100644 --- a/.gitignore +++ b/.gitignore @@ -889,3 +889,4 @@ /libpod-291ad7f.tar.gz /libpod-1791fe6.tar.gz /libpod-f71e4d3.tar.gz +/libpod-3c94fa9.tar.gz diff --git a/podman.spec b/podman.spec index 6ab8527..7715930 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f71e4d3d3e6da338a253c951920d2e8671773864 +%global commit0 3c94fa9cc77b6f15734f4be7e3794db603667fef %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.94.dev.git%{shortcommit0}%{?dist} +Release: 0.95.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.95.dev.git3c94fa9 +- autobuilt 3c94fa9 + * Wed Apr 08 2020 RH Container Bot - 2:1.8.3-0.94.dev.gitf71e4d3 - autobuilt f71e4d3 diff --git a/sources b/sources index 3d822ee..a8b9f80 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-f71e4d3.tar.gz) = 6ea2fb6470d3bd6221f1c9eef5dd1683981f9cf35502d50a1e325edbd3d80e6ab22f129eb268cae8284cac3d216e3a4479222479864c67876c0071513b2a8584 +SHA512 (libpod-3c94fa9.tar.gz) = 2d184651fdda970f01d5a68135028642d0d46745266bd3fcb2b3eb82c3d7f72dfa9c2ecb34533d743ffc7ea29bf5e02cb3f4f8d640c8f3a4d957102f94511e36 From 1475b4afe4be8d76866e6ac4c3bef272ef845270 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 9 Apr 2020 09:09:01 +0000 Subject: [PATCH 0958/2185] podman-2:1.8.3-0.96.dev.git46227e0 - autobuilt 46227e0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c89cdf7..5268fa7 100644 --- a/.gitignore +++ b/.gitignore @@ -890,3 +890,4 @@ /libpod-1791fe6.tar.gz /libpod-f71e4d3.tar.gz /libpod-3c94fa9.tar.gz +/libpod-46227e0.tar.gz diff --git a/podman.spec b/podman.spec index 7715930..e6fe60b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3c94fa9cc77b6f15734f4be7e3794db603667fef +%global commit0 46227e0b030ac4180d8f3179f2b33c5d6d8fd200 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.95.dev.git%{shortcommit0}%{?dist} +Release: 0.96.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.96.dev.git46227e0 +- autobuilt 46227e0 + * Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.95.dev.git3c94fa9 - autobuilt 3c94fa9 diff --git a/sources b/sources index a8b9f80..3f109c0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-3c94fa9.tar.gz) = 2d184651fdda970f01d5a68135028642d0d46745266bd3fcb2b3eb82c3d7f72dfa9c2ecb34533d743ffc7ea29bf5e02cb3f4f8d640c8f3a4d957102f94511e36 +SHA512 (libpod-46227e0.tar.gz) = 2161d93b3fdbc31b07b6cdea01deea99d338b0c15d7c65de6d3c43f1868bf94d5b535efe35eb5fe2f385855cf7c749e3e02473375d3fe799c3db0315a301e68e From 678283c2ecbedf0465b889e60ce9806c87aa769a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 9 Apr 2020 13:08:22 +0000 Subject: [PATCH 0959/2185] podman-2:1.8.3-0.97.dev.git555b30e - autobuilt 555b30e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5268fa7..e611673 100644 --- a/.gitignore +++ b/.gitignore @@ -891,3 +891,4 @@ /libpod-f71e4d3.tar.gz /libpod-3c94fa9.tar.gz /libpod-46227e0.tar.gz +/libpod-555b30e.tar.gz diff --git a/podman.spec b/podman.spec index e6fe60b..91c5dcc 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 46227e0b030ac4180d8f3179f2b33c5d6d8fd200 +%global commit0 555b30e9ebdf82dfc2e0c7ddd9f0f8b51ccb4a39 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.96.dev.git%{shortcommit0}%{?dist} +Release: 0.97.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.97.dev.git555b30e +- autobuilt 555b30e + * Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.96.dev.git46227e0 - autobuilt 46227e0 diff --git a/sources b/sources index 3f109c0..2625c55 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-46227e0.tar.gz) = 2161d93b3fdbc31b07b6cdea01deea99d338b0c15d7c65de6d3c43f1868bf94d5b535efe35eb5fe2f385855cf7c749e3e02473375d3fe799c3db0315a301e68e +SHA512 (libpod-555b30e.tar.gz) = df227d4d095ec4363d38b9d0cfcb20a5c6c2cb0fd1c0591ccff32139261d0dc10e1c1fa304adbe9a86a75e2c1f0e7ae7d240ab26426f634ec25be527099286bd From 773acd7f4522597b758f87ce890361c105538e72 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 9 Apr 2020 14:08:31 +0000 Subject: [PATCH 0960/2185] podman-2:1.8.3-0.98.dev.git1662310 - autobuilt 1662310 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e611673..1992d6b 100644 --- a/.gitignore +++ b/.gitignore @@ -892,3 +892,4 @@ /libpod-3c94fa9.tar.gz /libpod-46227e0.tar.gz /libpod-555b30e.tar.gz +/libpod-1662310.tar.gz diff --git a/podman.spec b/podman.spec index 91c5dcc..3f4c433 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 555b30e9ebdf82dfc2e0c7ddd9f0f8b51ccb4a39 +%global commit0 1662310e516cb3c21842f59b8f607bb0af408ec5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.97.dev.git%{shortcommit0}%{?dist} +Release: 0.98.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.98.dev.git1662310 +- autobuilt 1662310 + * Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.97.dev.git555b30e - autobuilt 555b30e diff --git a/sources b/sources index 2625c55..354714c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-555b30e.tar.gz) = df227d4d095ec4363d38b9d0cfcb20a5c6c2cb0fd1c0591ccff32139261d0dc10e1c1fa304adbe9a86a75e2c1f0e7ae7d240ab26426f634ec25be527099286bd +SHA512 (libpod-1662310.tar.gz) = ae4622f46fec98d86e7820aa43f11de2fd4fc259b778d0a1b9f71c6a791cbcca1a90d69b754da6c01ff84bac3f984f169dd1f25e2e63f53feb04df38804f52cb From 37747fe4d4a7a6747bbb610a02c7bbfa1b33d050 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 9 Apr 2020 15:08:43 +0000 Subject: [PATCH 0961/2185] podman-2:1.8.3-0.99.dev.git3a4bd39 - autobuilt 3a4bd39 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1992d6b..3bbad37 100644 --- a/.gitignore +++ b/.gitignore @@ -893,3 +893,4 @@ /libpod-46227e0.tar.gz /libpod-555b30e.tar.gz /libpod-1662310.tar.gz +/libpod-3a4bd39.tar.gz diff --git a/podman.spec b/podman.spec index 3f4c433..fb8ee0c 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1662310e516cb3c21842f59b8f607bb0af408ec5 +%global commit0 3a4bd395164c97bf4b8b1fcb97f2475ca188866e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.98.dev.git%{shortcommit0}%{?dist} +Release: 0.99.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.99.dev.git3a4bd39 +- autobuilt 3a4bd39 + * Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.98.dev.git1662310 - autobuilt 1662310 diff --git a/sources b/sources index 354714c..f54153e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-1662310.tar.gz) = ae4622f46fec98d86e7820aa43f11de2fd4fc259b778d0a1b9f71c6a791cbcca1a90d69b754da6c01ff84bac3f984f169dd1f25e2e63f53feb04df38804f52cb +SHA512 (libpod-3a4bd39.tar.gz) = 093e9f659891cf846da972610b8ea675f269f47a632eec05d25d17fd25c3685d7a579a6bbe1b43110b03dbff54f729b9aea5a457128ccfbe8d3180837b3357fd From 014b1e703e4e2a1e3dd63e55b1e66f09fd5ee5ef Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 10 Apr 2020 02:08:22 +0000 Subject: [PATCH 0962/2185] podman-2:1.8.3-0.100.dev.git838b5e1 - autobuilt 838b5e1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3bbad37..fc2e819 100644 --- a/.gitignore +++ b/.gitignore @@ -894,3 +894,4 @@ /libpod-555b30e.tar.gz /libpod-1662310.tar.gz /libpod-3a4bd39.tar.gz +/libpod-838b5e1.tar.gz diff --git a/podman.spec b/podman.spec index fb8ee0c..872760b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3a4bd395164c97bf4b8b1fcb97f2475ca188866e +%global commit0 838b5e1e387f6f6bdae06f053684832f77ca8796 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.99.dev.git%{shortcommit0}%{?dist} +Release: 0.100.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Apr 10 2020 RH Container Bot - 2:1.8.3-0.100.dev.git838b5e1 +- autobuilt 838b5e1 + * Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.99.dev.git3a4bd39 - autobuilt 3a4bd39 diff --git a/sources b/sources index f54153e..0b097a7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-3a4bd39.tar.gz) = 093e9f659891cf846da972610b8ea675f269f47a632eec05d25d17fd25c3685d7a579a6bbe1b43110b03dbff54f729b9aea5a457128ccfbe8d3180837b3357fd +SHA512 (libpod-838b5e1.tar.gz) = 2f1c07c4f967273b1c097eb35ffd6476fa47c18f7837c7f919b897b0b7953b363f5e25637e063148590237ebbc07a3d2701924874190744e253b8a46facc37e5 From c2e3dacf663ff50b93c0e705762dd5f1cdc1b067 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 10 Apr 2020 13:08:35 +0000 Subject: [PATCH 0963/2185] podman-2:1.8.3-0.101.dev.git2a8db9d - autobuilt 2a8db9d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fc2e819..6a2d371 100644 --- a/.gitignore +++ b/.gitignore @@ -895,3 +895,4 @@ /libpod-1662310.tar.gz /libpod-3a4bd39.tar.gz /libpod-838b5e1.tar.gz +/libpod-2a8db9d.tar.gz diff --git a/podman.spec b/podman.spec index 872760b..69a43f9 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 838b5e1e387f6f6bdae06f053684832f77ca8796 +%global commit0 2a8db9d17c5dd762366fe7c90304e76337e5d668 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.100.dev.git%{shortcommit0}%{?dist} +Release: 0.101.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Apr 10 2020 RH Container Bot - 2:1.8.3-0.101.dev.git2a8db9d +- autobuilt 2a8db9d + * Fri Apr 10 2020 RH Container Bot - 2:1.8.3-0.100.dev.git838b5e1 - autobuilt 838b5e1 diff --git a/sources b/sources index 0b097a7..8f9128a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-838b5e1.tar.gz) = 2f1c07c4f967273b1c097eb35ffd6476fa47c18f7837c7f919b897b0b7953b363f5e25637e063148590237ebbc07a3d2701924874190744e253b8a46facc37e5 +SHA512 (libpod-2a8db9d.tar.gz) = 1c9837334d09de7ed1c58673f49082925d7cf444fe2cd1aa5101c6073beb8f19827becb51a2f46891adc65e55783b6382158d126044f1b9840daf388aaee96cd From a12b45f2cd42f2fa0cae7ef274842dc695b20b79 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 10 Apr 2020 17:08:34 +0000 Subject: [PATCH 0964/2185] podman-2:1.8.3-0.102.dev.git1593d4c - autobuilt 1593d4c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6a2d371..9dc5ec9 100644 --- a/.gitignore +++ b/.gitignore @@ -896,3 +896,4 @@ /libpod-3a4bd39.tar.gz /libpod-838b5e1.tar.gz /libpod-2a8db9d.tar.gz +/libpod-1593d4c.tar.gz diff --git a/podman.spec b/podman.spec index 69a43f9..3eabca4 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 2a8db9d17c5dd762366fe7c90304e76337e5d668 +%global commit0 1593d4c052fc0795e6fe31917edcb1ecbe5ee192 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.8.3 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.101.dev.git%{shortcommit0}%{?dist} +Release: 0.102.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Apr 10 2020 RH Container Bot - 2:1.8.3-0.102.dev.git1593d4c +- autobuilt 1593d4c + * Fri Apr 10 2020 RH Container Bot - 2:1.8.3-0.101.dev.git2a8db9d - autobuilt 2a8db9d diff --git a/sources b/sources index 8f9128a..4bdb154 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-2a8db9d.tar.gz) = 1c9837334d09de7ed1c58673f49082925d7cf444fe2cd1aa5101c6073beb8f19827becb51a2f46891adc65e55783b6382158d126044f1b9840daf388aaee96cd +SHA512 (libpod-1593d4c.tar.gz) = e273bf9ceae534988b402baf905a0bcd98cbd0efdc50892e471d3ce46eb7477fb2d7332f15d4577bae7f69c07ab71a1d17d4ca5caa578c3824df1276760f67b7 From 155fefcd968d6e70b76cec4fffdad9703da415d0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 13 Apr 2020 15:08:41 +0000 Subject: [PATCH 0965/2185] podman-2:1.9.0-0.1.dev.git309a7f7 - bump to 1.9.0 - autobuilt 309a7f7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9dc5ec9..c0b4de7 100644 --- a/.gitignore +++ b/.gitignore @@ -897,3 +897,4 @@ /libpod-838b5e1.tar.gz /libpod-2a8db9d.tar.gz /libpod-1593d4c.tar.gz +/libpod-309a7f7.tar.gz diff --git a/podman.spec b/podman.spec index 3eabca4..171bf8a 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 1593d4c052fc0795e6fe31917edcb1ecbe5ee192 +%global commit0 309a7f7d1bbd046b4bd1a961a7e8c5313aa11b8e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,10 +52,10 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 1.8.3 +Version: 1.9.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.102.dev.git%{shortcommit0}%{?dist} +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,10 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Apr 13 2020 RH Container Bot - 2:1.9.0-0.1.dev.git309a7f7 +- bump to 1.9.0 +- autobuilt 309a7f7 + * Fri Apr 10 2020 RH Container Bot - 2:1.8.3-0.102.dev.git1593d4c - autobuilt 1593d4c diff --git a/sources b/sources index 4bdb154..eabb36e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-1593d4c.tar.gz) = e273bf9ceae534988b402baf905a0bcd98cbd0efdc50892e471d3ce46eb7477fb2d7332f15d4577bae7f69c07ab71a1d17d4ca5caa578c3824df1276760f67b7 +SHA512 (libpod-309a7f7.tar.gz) = 40e5832e5ccfb53ace924e90142a4073f6e3e4ac63b2ddda46566ac544849c028a08b47c9e862d49be59e1427ac73e45ede954af09a79d258a58432bc4809d96 From 6bc9ee114b154bd9ff10e9f42ef86bb0eb3df6cf Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 13 Apr 2020 16:10:38 +0000 Subject: [PATCH 0966/2185] podman-2:1.9.0-0.2.dev.git465b4bc - autobuilt 465b4bc Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c0b4de7..8e6efde 100644 --- a/.gitignore +++ b/.gitignore @@ -898,3 +898,4 @@ /libpod-2a8db9d.tar.gz /libpod-1593d4c.tar.gz /libpod-309a7f7.tar.gz +/libpod-465b4bc.tar.gz diff --git a/podman.spec b/podman.spec index 171bf8a..cae7483 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 309a7f7d1bbd046b4bd1a961a7e8c5313aa11b8e +%global commit0 465b4bc563b274ec166868aae079a65ee0284b1d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.9.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.1.dev.git%{shortcommit0}%{?dist} +Release: 0.2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Apr 13 2020 RH Container Bot - 2:1.9.0-0.2.dev.git465b4bc +- autobuilt 465b4bc + * Mon Apr 13 2020 RH Container Bot - 2:1.9.0-0.1.dev.git309a7f7 - bump to 1.9.0 - autobuilt 309a7f7 diff --git a/sources b/sources index eabb36e..bc0b70d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-309a7f7.tar.gz) = 40e5832e5ccfb53ace924e90142a4073f6e3e4ac63b2ddda46566ac544849c028a08b47c9e862d49be59e1427ac73e45ede954af09a79d258a58432bc4809d96 +SHA512 (libpod-465b4bc.tar.gz) = 62080aa7672c9d2517a283ecf6f648b33c1638d28d8a67b032f53662743abf3760a926b300484e7508ce5015df7dc38e8fd47eb2c48ccd9a47279621302eb0c4 From c0b112a930838c609456919ac47cef2738dce388 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 13 Apr 2020 14:07:00 -0400 Subject: [PATCH 0967/2185] podman-2:1.9.0-2.1.dev.git465b4bc - bump release tag to preserve clean upgrade path Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index cae7483..10da591 100644 --- a/podman.spec +++ b/podman.spec @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.9.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.2.dev.git%{shortcommit0}%{?dist} +Release: 2.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Apr 13 2020 Lokesh Mandvekar - 2:1.9.0-2.1.dev.git465b4bc +- bump release tag to preserve clean upgrade path + * Mon Apr 13 2020 RH Container Bot - 2:1.9.0-0.2.dev.git465b4bc - autobuilt 465b4bc From 9ce56642f1a61e777992a215ca89d2f598689486 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 13 Apr 2020 19:08:30 +0000 Subject: [PATCH 0968/2185] podman-2:1.9.0-3.1.dev.gitd7695dd - autobuilt d7695dd Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8e6efde..8a611a9 100644 --- a/.gitignore +++ b/.gitignore @@ -899,3 +899,4 @@ /libpod-1593d4c.tar.gz /libpod-309a7f7.tar.gz /libpod-465b4bc.tar.gz +/libpod-d7695dd.tar.gz diff --git a/podman.spec b/podman.spec index 10da591..c53b492 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 465b4bc563b274ec166868aae079a65ee0284b1d +%global commit0 d7695dd957b162ed24c807dc91200fe1abaecff1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.9.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 2.1.dev.git%{shortcommit0}%{?dist} +Release: 3.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Apr 13 2020 RH Container Bot - 2:1.9.0-3.1.dev.gitd7695dd +- autobuilt d7695dd + * Mon Apr 13 2020 Lokesh Mandvekar - 2:1.9.0-2.1.dev.git465b4bc - bump release tag to preserve clean upgrade path diff --git a/sources b/sources index bc0b70d..2f43995 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-465b4bc.tar.gz) = 62080aa7672c9d2517a283ecf6f648b33c1638d28d8a67b032f53662743abf3760a926b300484e7508ce5015df7dc38e8fd47eb2c48ccd9a47279621302eb0c4 +SHA512 (libpod-d7695dd.tar.gz) = b986b0fd2bc923f64e6c743eb769fd93ce5e8dec406ef5461c10be029e9e71141b4a59ef5bc5abed3da36f73159aa15111e23bf8c25cb9a2a320d614244abde4 From 2fe60fdb0336cb2f5dd7da19bc94472ebc87f80a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 13 Apr 2020 20:08:39 +0000 Subject: [PATCH 0969/2185] podman-2:1.9.0-4.1.dev.git0b067b6 - autobuilt 0b067b6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8a611a9..a98a923 100644 --- a/.gitignore +++ b/.gitignore @@ -900,3 +900,4 @@ /libpod-309a7f7.tar.gz /libpod-465b4bc.tar.gz /libpod-d7695dd.tar.gz +/libpod-0b067b6.tar.gz diff --git a/podman.spec b/podman.spec index c53b492..7a85889 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d7695dd957b162ed24c807dc91200fe1abaecff1 +%global commit0 0b067b67e6fa9e7ce8c1b460f5347c8ae89d1ecb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.9.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 3.1.dev.git%{shortcommit0}%{?dist} +Release: 4.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Apr 13 2020 RH Container Bot - 2:1.9.0-4.1.dev.git0b067b6 +- autobuilt 0b067b6 + * Mon Apr 13 2020 RH Container Bot - 2:1.9.0-3.1.dev.gitd7695dd - autobuilt d7695dd diff --git a/sources b/sources index 2f43995..b105691 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d7695dd.tar.gz) = b986b0fd2bc923f64e6c743eb769fd93ce5e8dec406ef5461c10be029e9e71141b4a59ef5bc5abed3da36f73159aa15111e23bf8c25cb9a2a320d614244abde4 +SHA512 (libpod-0b067b6.tar.gz) = 19daac00d02f9072a018113105d2513f70119292eee59064c8f9d65463938f6196f06545779ff23d9ee8bd6fec33901496806cb8e82bb75b62e354f8e434e37f From 57f7585790d43d5ae9f0433f78708356a4e33808 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 13 Apr 2020 21:08:44 +0000 Subject: [PATCH 0970/2185] podman-2:1.9.0-5.1.dev.git5cf64ae - autobuilt 5cf64ae Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a98a923..7572f7c 100644 --- a/.gitignore +++ b/.gitignore @@ -901,3 +901,4 @@ /libpod-465b4bc.tar.gz /libpod-d7695dd.tar.gz /libpod-0b067b6.tar.gz +/libpod-5cf64ae.tar.gz diff --git a/podman.spec b/podman.spec index 7a85889..574375b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0b067b67e6fa9e7ce8c1b460f5347c8ae89d1ecb +%global commit0 5cf64aee11063bc8e7ff22f1365b0bf6b3ab0900 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.9.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 4.1.dev.git%{shortcommit0}%{?dist} +Release: 5.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Apr 13 2020 RH Container Bot - 2:1.9.0-5.1.dev.git5cf64ae +- autobuilt 5cf64ae + * Mon Apr 13 2020 RH Container Bot - 2:1.9.0-4.1.dev.git0b067b6 - autobuilt 0b067b6 diff --git a/sources b/sources index b105691..9f21063 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-0b067b6.tar.gz) = 19daac00d02f9072a018113105d2513f70119292eee59064c8f9d65463938f6196f06545779ff23d9ee8bd6fec33901496806cb8e82bb75b62e354f8e434e37f +SHA512 (libpod-5cf64ae.tar.gz) = f3bbdf1d7af421f5b5b080284aa07fcf3c2ea0716d8f935f9ca93abcd9fd754bf7fec7d9b1ebd2d8b784a24963a625f8e4c7f2e9be41a34897991477fb459526 From 29b85e9d0367b7df9e2aae6e0748e48f1eca4c82 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 14 Apr 2020 13:08:36 +0000 Subject: [PATCH 0971/2185] podman-2:1.9.0-6.1.dev.gitd885342 - autobuilt d885342 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7572f7c..37cae88 100644 --- a/.gitignore +++ b/.gitignore @@ -902,3 +902,4 @@ /libpod-d7695dd.tar.gz /libpod-0b067b6.tar.gz /libpod-5cf64ae.tar.gz +/libpod-d885342.tar.gz diff --git a/podman.spec b/podman.spec index 574375b..d18d773 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 5cf64aee11063bc8e7ff22f1365b0bf6b3ab0900 +%global commit0 d8853429eb13f1b244cc8c921fb845f7de8dee04 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.9.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 5.1.dev.git%{shortcommit0}%{?dist} +Release: 6.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Apr 14 2020 RH Container Bot - 2:1.9.0-6.1.dev.gitd885342 +- autobuilt d885342 + * Mon Apr 13 2020 RH Container Bot - 2:1.9.0-5.1.dev.git5cf64ae - autobuilt 5cf64ae diff --git a/sources b/sources index 9f21063..b1225b3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-5cf64ae.tar.gz) = f3bbdf1d7af421f5b5b080284aa07fcf3c2ea0716d8f935f9ca93abcd9fd754bf7fec7d9b1ebd2d8b784a24963a625f8e4c7f2e9be41a34897991477fb459526 +SHA512 (libpod-d885342.tar.gz) = 7469e8560bb1337b06494a47e382d4ac5bc322eb1f3e80b8bbce61edf797c4e9f4f6349baf8ba48450297bf6e4ef654fe53184075c3ade4c6858f912a6c3b1ff From 35c6c9faa969d3e862066986eaa18ecaef485b7c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 14 Apr 2020 13:42:44 +0000 Subject: [PATCH 0972/2185] podman-2:1.9.0-7.1.dev.git26c1535 - autobuilt 26c1535 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 37cae88..1e250cf 100644 --- a/.gitignore +++ b/.gitignore @@ -903,3 +903,4 @@ /libpod-0b067b6.tar.gz /libpod-5cf64ae.tar.gz /libpod-d885342.tar.gz +/libpod-26c1535.tar.gz diff --git a/podman.spec b/podman.spec index d18d773..8d0c202 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d8853429eb13f1b244cc8c921fb845f7de8dee04 +%global commit0 26c15358d23339e068286ab2bdf8fedb14e90dbd %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.9.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 6.1.dev.git%{shortcommit0}%{?dist} +Release: 7.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Apr 14 2020 RH Container Bot - 2:1.9.0-7.1.dev.git26c1535 +- autobuilt 26c1535 + * Tue Apr 14 2020 RH Container Bot - 2:1.9.0-6.1.dev.gitd885342 - autobuilt d885342 diff --git a/sources b/sources index b1225b3..c93fb21 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d885342.tar.gz) = 7469e8560bb1337b06494a47e382d4ac5bc322eb1f3e80b8bbce61edf797c4e9f4f6349baf8ba48450297bf6e4ef654fe53184075c3ade4c6858f912a6c3b1ff +SHA512 (libpod-26c1535.tar.gz) = 048caf6536355302c0cfb3cc9071a1f8ea22be11b2825ec8f474549e08585ce8056dfdb68d71fbb1213e78a71646482bb6b2d9d9744bf870d3ddaac3e00a28d7 From fe6ea2c7b9c567f2ca1298deac0b7e800ae3d00c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 14 Apr 2020 15:07:27 +0000 Subject: [PATCH 0973/2185] podman-2:1.9.0-8.1.dev.gite2a1373 - autobuilt e2a1373 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1e250cf..0e865f9 100644 --- a/.gitignore +++ b/.gitignore @@ -904,3 +904,4 @@ /libpod-5cf64ae.tar.gz /libpod-d885342.tar.gz /libpod-26c1535.tar.gz +/libpod-e2a1373.tar.gz diff --git a/podman.spec b/podman.spec index 8d0c202..daab206 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 26c15358d23339e068286ab2bdf8fedb14e90dbd +%global commit0 e2a137327c09a4fb3540d9bc9bda7685d4df0500 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.9.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 7.1.dev.git%{shortcommit0}%{?dist} +Release: 8.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Apr 14 2020 RH Container Bot - 2:1.9.0-8.1.dev.gite2a1373 +- autobuilt e2a1373 + * Tue Apr 14 2020 RH Container Bot - 2:1.9.0-7.1.dev.git26c1535 - autobuilt 26c1535 diff --git a/sources b/sources index c93fb21..188d7ce 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-26c1535.tar.gz) = 048caf6536355302c0cfb3cc9071a1f8ea22be11b2825ec8f474549e08585ce8056dfdb68d71fbb1213e78a71646482bb6b2d9d9744bf870d3ddaac3e00a28d7 +SHA512 (libpod-e2a1373.tar.gz) = afc58905bd76460fbd00273e5a93de8041a71f3b520be6bd0f9d3b53b69eb6f8dee82b3a2a6896a34bbb997c658c95e902adf71da5deeb5d8e94e74b2c205abf From bdb67f45be2332b92710fe84333aee3c52c9cfda Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 14 Apr 2020 16:07:32 +0000 Subject: [PATCH 0974/2185] podman-2:1.9.0-9.1.dev.gita6caae0 - autobuilt a6caae0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0e865f9..8b7db7d 100644 --- a/.gitignore +++ b/.gitignore @@ -905,3 +905,4 @@ /libpod-d885342.tar.gz /libpod-26c1535.tar.gz /libpod-e2a1373.tar.gz +/libpod-a6caae0.tar.gz diff --git a/podman.spec b/podman.spec index daab206..f2bfb7a 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 e2a137327c09a4fb3540d9bc9bda7685d4df0500 +%global commit0 a6caae0b5a40ae1ccf536e916624b4f81cdda7f4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.9.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 8.1.dev.git%{shortcommit0}%{?dist} +Release: 9.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Apr 14 2020 RH Container Bot - 2:1.9.0-9.1.dev.gita6caae0 +- autobuilt a6caae0 + * Tue Apr 14 2020 RH Container Bot - 2:1.9.0-8.1.dev.gite2a1373 - autobuilt e2a1373 diff --git a/sources b/sources index 188d7ce..692911b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e2a1373.tar.gz) = afc58905bd76460fbd00273e5a93de8041a71f3b520be6bd0f9d3b53b69eb6f8dee82b3a2a6896a34bbb997c658c95e902adf71da5deeb5d8e94e74b2c205abf +SHA512 (libpod-a6caae0.tar.gz) = 0acf0db9e4b497e6a9aeb2731bae0c306c98ba2a1ce856758e84525699cf8bc5aa780c99f6a70e02e072f689c7f6ac975d97a6bcb5b0a8ceeb970da10e98d2bf From 16f508bdef4f6349399020463c6925ef44033ed9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 14 Apr 2020 18:07:39 +0000 Subject: [PATCH 0975/2185] podman-2:1.9.0-10.1.dev.git0d01f09 - autobuilt 0d01f09 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8b7db7d..ea3dd92 100644 --- a/.gitignore +++ b/.gitignore @@ -906,3 +906,4 @@ /libpod-26c1535.tar.gz /libpod-e2a1373.tar.gz /libpod-a6caae0.tar.gz +/libpod-0d01f09.tar.gz diff --git a/podman.spec b/podman.spec index f2bfb7a..52b1079 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a6caae0b5a40ae1ccf536e916624b4f81cdda7f4 +%global commit0 0d01f09bf4103538a6011019b690e5aa11c377db %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.9.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 9.1.dev.git%{shortcommit0}%{?dist} +Release: 10.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Apr 14 2020 RH Container Bot - 2:1.9.0-10.1.dev.git0d01f09 +- autobuilt 0d01f09 + * Tue Apr 14 2020 RH Container Bot - 2:1.9.0-9.1.dev.gita6caae0 - autobuilt a6caae0 diff --git a/sources b/sources index 692911b..a0edc77 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-a6caae0.tar.gz) = 0acf0db9e4b497e6a9aeb2731bae0c306c98ba2a1ce856758e84525699cf8bc5aa780c99f6a70e02e072f689c7f6ac975d97a6bcb5b0a8ceeb970da10e98d2bf +SHA512 (libpod-0d01f09.tar.gz) = bdb72916ac494d8dffd8ca2161af5724b444e28b08d7f8ed77315258df54d3111b25618f7031a89052bbc10ca233a21c56457f68fcdefaa79fc6b719c45dab96 From cd5f174b0244671dc0494c60072130e80a2f7953 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Apr 2020 00:08:07 +0000 Subject: [PATCH 0976/2185] podman-2:1.9.0-11.1.dev.gitf0b6cde - autobuilt f0b6cde Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ea3dd92..8c0eff4 100644 --- a/.gitignore +++ b/.gitignore @@ -907,3 +907,4 @@ /libpod-e2a1373.tar.gz /libpod-a6caae0.tar.gz /libpod-0d01f09.tar.gz +/libpod-f0b6cde.tar.gz diff --git a/podman.spec b/podman.spec index 52b1079..efb39fd 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 0d01f09bf4103538a6011019b690e5aa11c377db +%global commit0 f0b6cdede554316643187d40c67684daf5a2a2bb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.9.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 10.1.dev.git%{shortcommit0}%{?dist} +Release: 11.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Apr 15 2020 RH Container Bot - 2:1.9.0-11.1.dev.gitf0b6cde +- autobuilt f0b6cde + * Tue Apr 14 2020 RH Container Bot - 2:1.9.0-10.1.dev.git0d01f09 - autobuilt 0d01f09 diff --git a/sources b/sources index a0edc77..4adc0fa 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-0d01f09.tar.gz) = bdb72916ac494d8dffd8ca2161af5724b444e28b08d7f8ed77315258df54d3111b25618f7031a89052bbc10ca233a21c56457f68fcdefaa79fc6b719c45dab96 +SHA512 (libpod-f0b6cde.tar.gz) = 5968575e9d6acc85a35b3ad9dd1f68fa1b09cc8841c677c2145361d95f7061ba5d68936170cdccd940100e94ef9960ec4d7415fca533cde390adc786450b9aae From a6de1183258d78c0c01ec73d1b309a86f951a404 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Apr 2020 11:08:03 +0000 Subject: [PATCH 0977/2185] podman-2:1.9.0-12.1.dev.gitffcb99d - autobuilt ffcb99d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8c0eff4..3eede0d 100644 --- a/.gitignore +++ b/.gitignore @@ -908,3 +908,4 @@ /libpod-a6caae0.tar.gz /libpod-0d01f09.tar.gz /libpod-f0b6cde.tar.gz +/libpod-ffcb99d.tar.gz diff --git a/podman.spec b/podman.spec index efb39fd..4512d51 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 f0b6cdede554316643187d40c67684daf5a2a2bb +%global commit0 ffcb99d8320f7b53548af7210b9705a3590a1bb8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.9.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 11.1.dev.git%{shortcommit0}%{?dist} +Release: 12.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Apr 15 2020 RH Container Bot - 2:1.9.0-12.1.dev.gitffcb99d +- autobuilt ffcb99d + * Wed Apr 15 2020 RH Container Bot - 2:1.9.0-11.1.dev.gitf0b6cde - autobuilt f0b6cde diff --git a/sources b/sources index 4adc0fa..b48fcf6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-f0b6cde.tar.gz) = 5968575e9d6acc85a35b3ad9dd1f68fa1b09cc8841c677c2145361d95f7061ba5d68936170cdccd940100e94ef9960ec4d7415fca533cde390adc786450b9aae +SHA512 (libpod-ffcb99d.tar.gz) = b26bcdf7ada78ba8d5cbac30ccdad2c9987d75f7838ff19a852e6d364a1faaadfe58a0f7863f5e020938688e8d8bed4b044b9562010e9843c5aa63a7abf2337a From 4bfea7f996c2490b6a11bc482bbcea36b6c855df Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Wed, 15 Apr 2020 08:58:49 -0500 Subject: [PATCH 0978/2185] update spec to require new crun version Signed-off-by: Brent Baude --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 4512d51..3df660c 100644 --- a/podman.spec +++ b/podman.spec @@ -94,7 +94,7 @@ Recommends: libvarlink-util Recommends: slirp4netns >= 0.3.0-2 Recommends: fuse-overlayfs >= 0.3-8 Recommends: runc -Requires: crun >= 0.12.1-1 +Requires: crun >= 0.13-2 %else #### DO NOT REMOVE - NEEDED FOR CENTOS Requires: slirp4netns >= 0.3.0-2 From ce5f5cf3f0560cc3987935bd7784ea843cacd30a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Apr 2020 14:08:12 +0000 Subject: [PATCH 0979/2185] podman-2:1.9.0-13.1.dev.gita756161 - autobuilt a756161 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3eede0d..230493d 100644 --- a/.gitignore +++ b/.gitignore @@ -909,3 +909,4 @@ /libpod-0d01f09.tar.gz /libpod-f0b6cde.tar.gz /libpod-ffcb99d.tar.gz +/libpod-a756161.tar.gz diff --git a/podman.spec b/podman.spec index 3df660c..0f5be7a 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ffcb99d8320f7b53548af7210b9705a3590a1bb8 +%global commit0 a756161e80cd32b705bb0dfe3ec4753f883ec929 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.9.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 12.1.dev.git%{shortcommit0}%{?dist} +Release: 13.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Apr 15 2020 RH Container Bot - 2:1.9.0-13.1.dev.gita756161 +- autobuilt a756161 + * Wed Apr 15 2020 RH Container Bot - 2:1.9.0-12.1.dev.gitffcb99d - autobuilt ffcb99d diff --git a/sources b/sources index b48fcf6..c9acaae 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-ffcb99d.tar.gz) = b26bcdf7ada78ba8d5cbac30ccdad2c9987d75f7838ff19a852e6d364a1faaadfe58a0f7863f5e020938688e8d8bed4b044b9562010e9843c5aa63a7abf2337a +SHA512 (libpod-a756161.tar.gz) = 70f75b538109032bc6dc63069292243530c32db43cc51323e61be019d4e8c97d1bde2e2cf2c09ef455b04f5de4bd24c94c7d9af3ab6750518eac81f91dcded96 From d030410fd58d611f105953e2a45a92942d86c8b2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Apr 2020 15:08:02 +0000 Subject: [PATCH 0980/2185] podman-2:1.9.0-14.1.dev.git37ed662 - autobuilt 37ed662 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 230493d..65f1949 100644 --- a/.gitignore +++ b/.gitignore @@ -910,3 +910,4 @@ /libpod-f0b6cde.tar.gz /libpod-ffcb99d.tar.gz /libpod-a756161.tar.gz +/libpod-37ed662.tar.gz diff --git a/podman.spec b/podman.spec index 0f5be7a..cc89721 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 a756161e80cd32b705bb0dfe3ec4753f883ec929 +%global commit0 37ed662f323ef4700ae14d441fb2264a59960baa %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 1.9.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 13.1.dev.git%{shortcommit0}%{?dist} +Release: 14.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Apr 15 2020 RH Container Bot - 2:1.9.0-14.1.dev.git37ed662 +- autobuilt 37ed662 + * Wed Apr 15 2020 RH Container Bot - 2:1.9.0-13.1.dev.gita756161 - autobuilt a756161 diff --git a/sources b/sources index c9acaae..dea74fc 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-a756161.tar.gz) = 70f75b538109032bc6dc63069292243530c32db43cc51323e61be019d4e8c97d1bde2e2cf2c09ef455b04f5de4bd24c94c7d9af3ab6750518eac81f91dcded96 +SHA512 (libpod-37ed662.tar.gz) = 1608f1c60b1675f2a5b4e78a9a4a6b1e80e024c1467d008a4bdae3617a2bc2b3f3dd4e448b6b2aea8170a04f394bcea5b2e78e663896edf7cfcd311a61a969f2 From 0f17ae8632c92886be3499bd5b90043f2cd49940 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Apr 2020 16:08:18 +0000 Subject: [PATCH 0981/2185] podman-2:2.0.0-0.1.dev.gitcc9b78f - bump to 2.0.0 - autobuilt cc9b78f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 65f1949..6ecc172 100644 --- a/.gitignore +++ b/.gitignore @@ -911,3 +911,4 @@ /libpod-ffcb99d.tar.gz /libpod-a756161.tar.gz /libpod-37ed662.tar.gz +/libpod-cc9b78f.tar.gz diff --git a/podman.spec b/podman.spec index cc89721..4b90079 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 37ed662f323ef4700ae14d441fb2264a59960baa +%global commit0 cc9b78f07ca9941260b74ad07f3b94357e138286 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,10 +52,10 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 1.9.0 +Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 14.1.dev.git%{shortcommit0}%{?dist} +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,10 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.1.dev.gitcc9b78f +- bump to 2.0.0 +- autobuilt cc9b78f + * Wed Apr 15 2020 RH Container Bot - 2:1.9.0-14.1.dev.git37ed662 - autobuilt 37ed662 diff --git a/sources b/sources index dea74fc..e72e2e7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-37ed662.tar.gz) = 1608f1c60b1675f2a5b4e78a9a4a6b1e80e024c1467d008a4bdae3617a2bc2b3f3dd4e448b6b2aea8170a04f394bcea5b2e78e663896edf7cfcd311a61a969f2 +SHA512 (libpod-cc9b78f.tar.gz) = d4663123d63ee52a8e8280a7e995be5f24f3eaeacc0f75c1874e467616d9c86795fc553577e941f5df7ab8a9d9e6ffa54ef345e2141837c64174fa3b0130e632 From ebd1f020c1d1076ed5a447a4be2f77ee00cb561e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Apr 2020 17:08:06 +0000 Subject: [PATCH 0982/2185] podman-2:2.0.0-0.2.dev.git9b78bf9 - autobuilt 9b78bf9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6ecc172..c8d69da 100644 --- a/.gitignore +++ b/.gitignore @@ -912,3 +912,4 @@ /libpod-a756161.tar.gz /libpod-37ed662.tar.gz /libpod-cc9b78f.tar.gz +/libpod-9b78bf9.tar.gz diff --git a/podman.spec b/podman.spec index 4b90079..a90da83 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 cc9b78f07ca9941260b74ad07f3b94357e138286 +%global commit0 9b78bf9293bd7920b60aa0bf41fa40f9200f54ff %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.1.dev.git%{shortcommit0}%{?dist} +Release: 0.2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.2.dev.git9b78bf9 +- autobuilt 9b78bf9 + * Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.1.dev.gitcc9b78f - bump to 2.0.0 - autobuilt cc9b78f diff --git a/sources b/sources index e72e2e7..a61f3e2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-cc9b78f.tar.gz) = d4663123d63ee52a8e8280a7e995be5f24f3eaeacc0f75c1874e467616d9c86795fc553577e941f5df7ab8a9d9e6ffa54ef345e2141837c64174fa3b0130e632 +SHA512 (libpod-9b78bf9.tar.gz) = 361b0e59f76bdbcb792a1a1513c74231ff9c6136ea1c287b2a0d2e73a3055a3196111e10b63a78b320551c72a63d50b6e349c5a1f390bea15407b910e6a97415 From 08cc0e274dd5101001d1f947be86999bf41b0b73 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Apr 2020 18:08:08 +0000 Subject: [PATCH 0983/2185] podman-2:2.0.0-0.3.dev.gitef297d4 - autobuilt ef297d4 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c8d69da..0192421 100644 --- a/.gitignore +++ b/.gitignore @@ -913,3 +913,4 @@ /libpod-37ed662.tar.gz /libpod-cc9b78f.tar.gz /libpod-9b78bf9.tar.gz +/libpod-ef297d4.tar.gz diff --git a/podman.spec b/podman.spec index a90da83..e28be65 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 9b78bf9293bd7920b60aa0bf41fa40f9200f54ff +%global commit0 ef297d466e81b1fbdb5472f7f36e5903f66c959f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.2.dev.git%{shortcommit0}%{?dist} +Release: 0.3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.3.dev.gitef297d4 +- autobuilt ef297d4 + * Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.2.dev.git9b78bf9 - autobuilt 9b78bf9 diff --git a/sources b/sources index a61f3e2..9d6266b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-9b78bf9.tar.gz) = 361b0e59f76bdbcb792a1a1513c74231ff9c6136ea1c287b2a0d2e73a3055a3196111e10b63a78b320551c72a63d50b6e349c5a1f390bea15407b910e6a97415 +SHA512 (libpod-ef297d4.tar.gz) = f85bbd6d05823404c671e8b2e9c48e8f8b333ea3cdb9f1bbbc1113cfed2cbb76c25b027fdcccdd65311d9b5e3e090ec1c8ef2f276a22cff2ded1a082fec733f1 From 5e7ebcd83ffc1515042c69a2804f00c36e5ec583 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Apr 2020 19:08:03 +0000 Subject: [PATCH 0984/2185] podman-2:2.0.0-0.4.dev.git97bded8 - autobuilt 97bded8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0192421..d2fce30 100644 --- a/.gitignore +++ b/.gitignore @@ -914,3 +914,4 @@ /libpod-cc9b78f.tar.gz /libpod-9b78bf9.tar.gz /libpod-ef297d4.tar.gz +/libpod-97bded8.tar.gz diff --git a/podman.spec b/podman.spec index e28be65..cb81011 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 ef297d466e81b1fbdb5472f7f36e5903f66c959f +%global commit0 97bded83027d861bbe5f36543e4d35ee4cd48834 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.3.dev.git%{shortcommit0}%{?dist} +Release: 0.4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.4.dev.git97bded8 +- autobuilt 97bded8 + * Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.3.dev.gitef297d4 - autobuilt ef297d4 diff --git a/sources b/sources index 9d6266b..116b176 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-ef297d4.tar.gz) = f85bbd6d05823404c671e8b2e9c48e8f8b333ea3cdb9f1bbbc1113cfed2cbb76c25b027fdcccdd65311d9b5e3e090ec1c8ef2f276a22cff2ded1a082fec733f1 +SHA512 (libpod-97bded8.tar.gz) = 6ec54e87fbb6e25712c1ef19bea3b40347580eb0607da1b86bb7ac37d6ee5c1c0aae5c9313ae515abb6c3c4ec5a3303ec789fdcc02119c5b9b4f7c4905e45979 From 669738e04fc51f4d893345a61beae5380915763d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Apr 2020 21:08:02 +0000 Subject: [PATCH 0985/2185] podman-2:2.0.0-0.5.dev.git3500a8b - autobuilt 3500a8b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d2fce30..fd8c659 100644 --- a/.gitignore +++ b/.gitignore @@ -915,3 +915,4 @@ /libpod-9b78bf9.tar.gz /libpod-ef297d4.tar.gz /libpod-97bded8.tar.gz +/libpod-3500a8b.tar.gz diff --git a/podman.spec b/podman.spec index cb81011..356fe51 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 97bded83027d861bbe5f36543e4d35ee4cd48834 +%global commit0 3500a8bc39bfc625444fb343a239d607604f06d6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.4.dev.git%{shortcommit0}%{?dist} +Release: 0.5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.5.dev.git3500a8b +- autobuilt 3500a8b + * Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.4.dev.git97bded8 - autobuilt 97bded8 diff --git a/sources b/sources index 116b176..209c129 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-97bded8.tar.gz) = 6ec54e87fbb6e25712c1ef19bea3b40347580eb0607da1b86bb7ac37d6ee5c1c0aae5c9313ae515abb6c3c4ec5a3303ec789fdcc02119c5b9b4f7c4905e45979 +SHA512 (libpod-3500a8b.tar.gz) = 490885cb55926962b0fd295993aab7ceeaef04dc7cf61b5f453dfc27b6364290acc96417852591de3151ba657bc922bea443327fa8d12db6a39c6e63bfb3f7aa From b4f1d22000afb5266a0ae9b7d1173d6824f81055 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Apr 2020 22:07:56 +0000 Subject: [PATCH 0986/2185] podman-2:2.0.0-0.6.dev.gitc7d1761 - autobuilt c7d1761 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fd8c659..a3b91aa 100644 --- a/.gitignore +++ b/.gitignore @@ -916,3 +916,4 @@ /libpod-ef297d4.tar.gz /libpod-97bded8.tar.gz /libpod-3500a8b.tar.gz +/libpod-c7d1761.tar.gz diff --git a/podman.spec b/podman.spec index 356fe51..939553d 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 3500a8bc39bfc625444fb343a239d607604f06d6 +%global commit0 c7d17613ec7635413c035e0ed0b8700c56430303 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.5.dev.git%{shortcommit0}%{?dist} +Release: 0.6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.6.dev.gitc7d1761 +- autobuilt c7d1761 + * Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.5.dev.git3500a8b - autobuilt 3500a8b diff --git a/sources b/sources index 209c129..5197a30 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-3500a8b.tar.gz) = 490885cb55926962b0fd295993aab7ceeaef04dc7cf61b5f453dfc27b6364290acc96417852591de3151ba657bc922bea443327fa8d12db6a39c6e63bfb3f7aa +SHA512 (libpod-c7d1761.tar.gz) = 576328dc2171d457a96ab5dc10023d8b88687c62c03190daabb2a6b52f489a5d4cb72761071dc70b936159f28d49cb474b3714dae677f7f019c56fbfbd8ed213 From dfb8043cbc89b6fd896d790147cc5b0726e68c18 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 16 Apr 2020 01:08:21 +0000 Subject: [PATCH 0987/2185] podman-2:2.0.0-0.7.dev.gitd6b3bc1 - autobuilt d6b3bc1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a3b91aa..841b0ae 100644 --- a/.gitignore +++ b/.gitignore @@ -917,3 +917,4 @@ /libpod-97bded8.tar.gz /libpod-3500a8b.tar.gz /libpod-c7d1761.tar.gz +/libpod-d6b3bc1.tar.gz diff --git a/podman.spec b/podman.spec index 939553d..c35d193 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 c7d17613ec7635413c035e0ed0b8700c56430303 +%global commit0 d6b3bc18f85236aa753d8a8a7993d160dbdad3f8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.6.dev.git%{shortcommit0}%{?dist} +Release: 0.7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Apr 16 2020 RH Container Bot - 2:2.0.0-0.7.dev.gitd6b3bc1 +- autobuilt d6b3bc1 + * Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.6.dev.gitc7d1761 - autobuilt c7d1761 diff --git a/sources b/sources index 5197a30..f065a63 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c7d1761.tar.gz) = 576328dc2171d457a96ab5dc10023d8b88687c62c03190daabb2a6b52f489a5d4cb72761071dc70b936159f28d49cb474b3714dae677f7f019c56fbfbd8ed213 +SHA512 (libpod-d6b3bc1.tar.gz) = 9efaa84dd725087d344a9807bde22bfa543560ee5cdd998ebd81c61fec6ddc25165ded7c388b4e2b6bece8555aebf2873bce3b3889ebd2c3d6251a61c3858ab7 From 10cff1c5b916c1dbe985645618238f29e7d74fdc Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 16 Apr 2020 11:08:03 +0000 Subject: [PATCH 0988/2185] podman-2:2.0.0-0.8.dev.git084cfb8 - autobuilt 084cfb8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 841b0ae..b075fbd 100644 --- a/.gitignore +++ b/.gitignore @@ -918,3 +918,4 @@ /libpod-3500a8b.tar.gz /libpod-c7d1761.tar.gz /libpod-d6b3bc1.tar.gz +/libpod-084cfb8.tar.gz diff --git a/podman.spec b/podman.spec index c35d193..8107a76 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 d6b3bc18f85236aa753d8a8a7993d160dbdad3f8 +%global commit0 084cfb81da4f3f3e06ad35bfb3ea52027f62273b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.7.dev.git%{shortcommit0}%{?dist} +Release: 0.8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Apr 16 2020 RH Container Bot - 2:2.0.0-0.8.dev.git084cfb8 +- autobuilt 084cfb8 + * Thu Apr 16 2020 RH Container Bot - 2:2.0.0-0.7.dev.gitd6b3bc1 - autobuilt d6b3bc1 diff --git a/sources b/sources index f065a63..7c81346 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d6b3bc1.tar.gz) = 9efaa84dd725087d344a9807bde22bfa543560ee5cdd998ebd81c61fec6ddc25165ded7c388b4e2b6bece8555aebf2873bce3b3889ebd2c3d6251a61c3858ab7 +SHA512 (libpod-084cfb8.tar.gz) = 3deb5a4de955d379dd1b15534e335f5fc4b6a814fb5c483b27375ac685becf7164a9e229972d5976659adab00c3daff1e1e090edd1cbdf1fe438f9efcb1c1b80 From 53438c4a3abafe41d17f1fbdcddf7279d65d686b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 16 Apr 2020 13:08:28 +0000 Subject: [PATCH 0989/2185] podman-2:2.0.0-0.9.dev.git155a7d6 - autobuilt 155a7d6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b075fbd..9f461a3 100644 --- a/.gitignore +++ b/.gitignore @@ -919,3 +919,4 @@ /libpod-c7d1761.tar.gz /libpod-d6b3bc1.tar.gz /libpod-084cfb8.tar.gz +/libpod-155a7d6.tar.gz diff --git a/podman.spec b/podman.spec index 8107a76..214f6b3 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 084cfb81da4f3f3e06ad35bfb3ea52027f62273b +%global commit0 155a7d661eac0e94abafb71e4cd592928f937ff4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.8.dev.git%{shortcommit0}%{?dist} +Release: 0.9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Apr 16 2020 RH Container Bot - 2:2.0.0-0.9.dev.git155a7d6 +- autobuilt 155a7d6 + * Thu Apr 16 2020 RH Container Bot - 2:2.0.0-0.8.dev.git084cfb8 - autobuilt 084cfb8 diff --git a/sources b/sources index 7c81346..dc6e52e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-084cfb8.tar.gz) = 3deb5a4de955d379dd1b15534e335f5fc4b6a814fb5c483b27375ac685becf7164a9e229972d5976659adab00c3daff1e1e090edd1cbdf1fe438f9efcb1c1b80 +SHA512 (libpod-155a7d6.tar.gz) = 48789998d42e0acba0391730977736f36cd0392a68c23a95f5ea649c37e15633b60b1d9d886c211a312d76074609f0d02bdf55a49c652c7f2998c5406f63d82d From 825909ca3f9318e578e12d02d83c81276cac7b83 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 16 Apr 2020 14:08:21 +0000 Subject: [PATCH 0990/2185] podman-2:2.0.0-0.10.dev.git8857ba2 - autobuilt 8857ba2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9f461a3..c0cf78f 100644 --- a/.gitignore +++ b/.gitignore @@ -920,3 +920,4 @@ /libpod-d6b3bc1.tar.gz /libpod-084cfb8.tar.gz /libpod-155a7d6.tar.gz +/libpod-8857ba2.tar.gz diff --git a/podman.spec b/podman.spec index 214f6b3..f5523ac 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 155a7d661eac0e94abafb71e4cd592928f937ff4 +%global commit0 8857ba20a0651e8fa71762da90d774e3aa290883 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +55,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.9.dev.git%{shortcommit0}%{?dist} +Release: 0.10.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -660,6 +660,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Apr 16 2020 RH Container Bot - 2:2.0.0-0.10.dev.git8857ba2 +- autobuilt 8857ba2 + * Thu Apr 16 2020 RH Container Bot - 2:2.0.0-0.9.dev.git155a7d6 - autobuilt 155a7d6 diff --git a/sources b/sources index dc6e52e..9173319 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-155a7d6.tar.gz) = 48789998d42e0acba0391730977736f36cd0392a68c23a95f5ea649c37e15633b60b1d9d886c211a312d76074609f0d02bdf55a49c652c7f2998c5406f63d82d +SHA512 (libpod-8857ba2.tar.gz) = 2cee235c383de454c5574b20d2147fc588adb56f55a718faa986f5d5eac49467dc74f27dc4c782a9f176c1c73f10681f3ba2f8c6500018dcd02d2d0cd78bf7a6 From 567c3048f9b3bd04dc330daf315f33834968c868 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 27 Apr 2020 08:47:40 -0600 Subject: [PATCH 0991/2185] Complete rewrite of gating tests This makes a mess of the gating test sources, all for the sake of being able to run cgroups v1 tests. Signed-off-by: Ed Santiago --- tests/README | 25 +++++++ tests/check_results.yml | 21 ++++++ .../roles/rootless_user_ready/tasks/main.yml | 6 ++ .../run_bats_tests/files/run_bats_tests.sh | 60 ++++++++++++++++ tests/roles/run_bats_tests/tasks/main.yml | 10 +++ .../run_bats_tests/tasks/run_one_test.yml | 69 +++++++++++++++++++ tests/roles/set_cgroups/tasks/main.yml | 61 ++++++++++++++++ tests/test_podman.sh | 17 ----- tests/test_podman.yml | 48 ++++++++----- tests/test_podman_cgroups_vn.yml | 19 +++++ 10 files changed, 300 insertions(+), 36 deletions(-) create mode 100644 tests/README create mode 100644 tests/check_results.yml create mode 100644 tests/roles/rootless_user_ready/tasks/main.yml create mode 100755 tests/roles/run_bats_tests/files/run_bats_tests.sh create mode 100644 tests/roles/run_bats_tests/tasks/main.yml create mode 100644 tests/roles/run_bats_tests/tasks/run_one_test.yml create mode 100644 tests/roles/set_cgroups/tasks/main.yml delete mode 100755 tests/test_podman.sh create mode 100644 tests/test_podman_cgroups_vn.yml diff --git a/tests/README b/tests/README new file mode 100644 index 0000000..672acdb --- /dev/null +++ b/tests/README @@ -0,0 +1,25 @@ +I'm sorry. The playbooks here are a much-too-complicated way of saying: + + - test podman (root and rootless) under cgroups v2 + - reboot into cgroups v1 + - repeat the same podman tests + +We can't use standard-test-basic any more because, tl;dr, that has to +be the last stanza in the playbook and it doesn't offer any mechanism +for running a reboot in the middle of tests. (I actually found a way +but it was even uglier than this approach). + +The starting point is tests.yml . From there: + + tests.yml + \- test_podman.yml + |- roles/rootless_user_ready/ + \- test_podman_cgroups_vn.yml (runs twice: cgroups v2, v1) + |- roles/set_cgroups/ + \- roles/run_bats_tests/ (runs tests: root, rootless) + +Principal result is the file 'artifacts/test.log'. It will contain +one line for each test run, format will be '(PASS|FAIL|ERROR) ' + +For each completed test there will also be a 'test..bats.log' +containing some setup blurbs (RPMs, environment) and the full BATS log. diff --git a/tests/check_results.yml b/tests/check_results.yml new file mode 100644 index 0000000..e873b8a --- /dev/null +++ b/tests/check_results.yml @@ -0,0 +1,21 @@ +--- +# Copied from standard-test-basic +- name: check results + local_action: shell egrep "^(FAIL|ERROR)" "{{ artifacts }}/test.log" + register: test_fails + # Never fail at this step. Just store result of tests. + failed_when: False + +- name: preserve results + set_fact: + role_result_failed: "{{ (test_fails.stdout|d|length > 0) or (test_fails.stderr|d|length > 0) }}" + role_result_msg: "{{ test_fails.stdout|d('tests failed.') }}" + +- name: display results + vars: + msg: | + Tests failed: {{ role_result_failed|d('Undefined') }} + Tests msg: {{ role_result_msg|d('None') }} + debug: + msg: "{{ msg.split('\n') }}" + failed_when: "role_result_failed|bool" diff --git a/tests/roles/rootless_user_ready/tasks/main.yml b/tests/roles/rootless_user_ready/tasks/main.yml new file mode 100644 index 0000000..cfed03b --- /dev/null +++ b/tests/roles/rootless_user_ready/tasks/main.yml @@ -0,0 +1,6 @@ +--- +- name: make sure rootless account exists + user: name={{ rootless_user }} + +- name: rootless account | enable linger + shell: loginctl enable-linger {{ rootless_user }} diff --git a/tests/roles/run_bats_tests/files/run_bats_tests.sh b/tests/roles/run_bats_tests/files/run_bats_tests.sh new file mode 100755 index 0000000..17061a0 --- /dev/null +++ b/tests/roles/run_bats_tests/files/run_bats_tests.sh @@ -0,0 +1,60 @@ +#!/bin/bash +# +# Run bats tests for a given $TEST_PACKAGE, e.g. buildah, podman +# +# This is invoked by the 'run_bats_tests' role; we assume that +# the package foo has a foo-tests subpackage which provides the +# directory /usr/share/foo/test/system, containing one or more .bats +# test files. +# +# We create two files: +# +# /tmp/test.summary.log - one-liner with FAIL, PASS, ERROR and a blurb +# /tmp/test.bats.log - full log of this script, plus the BATS run +# +export PATH=/usr/local/bin:/usr/sbin:/usr/bin + +FULL_LOG=/tmp/test.bats.log +rm -f $FULL_LOG +touch $FULL_LOG + +# Preserve output to a log file, but also emit on stdout. This covers +# RHEL (which preserves logfiles but runs ansible without --verbose) +# and Fedora (which hides logfiles but runs ansible --verbose). +exec &> >(tee -a $FULL_LOG) + +# Log program versions +echo "Packages:" +rpm -qa |\ + egrep 'podman|conmon|crun|runc|iptable|slirp|systemd|container-selinux' |\ + sort |\ + sed -e 's/^/ /' + +divider='------------------------------------------------------------------' +echo $divider +printenv | sort +echo $divider + +testdir=/usr/share/${TEST_PACKAGE}/test/system + +if ! cd $testdir; then + echo "FAIL ${TEST_NAME} : cd $testdir" > /tmp/test.summary.log + exit 0 +fi + +echo "\$ bats ." +bats . +rc=$? + +echo $divider +echo "bats completed with status $rc" + +status=PASS +if [ $rc -ne 0 ]; then + status=FAIL +fi + +echo "${status} ${TEST_NAME}" > /tmp/test.summary.log + +# FIXME: for CI purposes, always exit 0. This allows subsequent tests. +exit 0 diff --git a/tests/roles/run_bats_tests/tasks/main.yml b/tests/roles/run_bats_tests/tasks/main.yml new file mode 100644 index 0000000..a207c05 --- /dev/null +++ b/tests/roles/run_bats_tests/tasks/main.yml @@ -0,0 +1,10 @@ +--- +# Create empty results file, world-writable +- name: initialize test.log file + copy: dest=/tmp/test.log content='' force=yes mode=0666 + +- name: execute tests + include: run_one_test.yml + with_items: "{{ tests }}" + loop_control: + loop_var: test diff --git a/tests/roles/run_bats_tests/tasks/run_one_test.yml b/tests/roles/run_bats_tests/tasks/run_one_test.yml new file mode 100644 index 0000000..2451606 --- /dev/null +++ b/tests/roles/run_bats_tests/tasks/run_one_test.yml @@ -0,0 +1,69 @@ +--- +- name: "{{ test.name }} | install test packages" + dnf: name="{{ test.package }}-tests" state=installed + +- name: "{{ test.name }} | define helper variables" + set_fact: + test_name_oneword: "{{ test.name | replace(' ','-') }}" + +# UGH. This is necessary because our caller sets some environment variables +# and we need to set a few more based on other caller variables; then we +# need to combine the two dicts when running the test. This seems to be +# the only way to do it in ansible. +- name: "{{ test.name }} | define local environment" + set_fact: + local_environment: + TEST_NAME: "{{ test.name }}" + TEST_PACKAGE: "{{ test.package }}" + TEST_ENV: "{{ test.environment }}" + +- name: "{{ test.name }} | setup/teardown helper | see if exists" + local_action: stat path={{ role_path }}/files/helper.{{ test_name_oneword }}.sh + register: helper + +- name: "{{ test.name }} | setup/teardown helper | install" + copy: src=helper.{{ test_name_oneword }}.sh dest=/tmp/helper.sh + when: helper.stat.exists + +# This is what runs the BATS tests. +- name: "{{ test.name }} | run test" + script: ./run_bats_tests.sh + args: + chdir: /usr/share/{{ test.package }}/test/system + become: "{{ true if test.become is defined else false }}" + become_user: "{{ rootless_user }}" + environment: "{{ local_environment | combine(test.environment) }}" + +# BATS tests will always exit zero and should leave behind two files: +# a full log (test.bats.log) and a one-line PASS/FAIL file (.summary.log) +- name: "{{ test.name }} | pull logs" + fetch: + src: "/tmp/test.{{ item }}.log" + dest: "{{ artifacts }}/test.{{ test_name_oneword }}.{{ item }}.log" + flat: yes + with_items: + - bats + - summary + +# Collect all the one-line PASS/FAIL results in one file, test.log +- name: "{{ test.name }} | keep running tally of test results" + local_action: shell cat "{{ artifacts }}/test.{{ test_name_oneword }}.summary.log" >>"{{ artifacts }}/test.log" + +# ...then delete the oneliner file, to keep things clean. +- name: "{{ test.name }} | clean up status file" + local_action: file dest="{{ artifacts }}/test.{{ test_name_oneword }}.summary.log" state=absent + +# FIXME: do the same with results.yml: +# - test: {{ test.name }} +# result: pass or fail +# logs: +# - test.{{ test_name_oneword }}.bats.log + +- name: "{{ test.name }} | remove remote logs and helpers" + file: + dest=/tmp/{{ item }} + state=absent + with_items: + - test.bats.log + - test.summary.log + - helper.sh diff --git a/tests/roles/set_cgroups/tasks/main.yml b/tests/roles/set_cgroups/tasks/main.yml new file mode 100644 index 0000000..8843e49 --- /dev/null +++ b/tests/roles/set_cgroups/tasks/main.yml @@ -0,0 +1,61 @@ +--- +# Check the CURRENT cgroup level; we get this from /proc/cmdline +- name: check current kernel options + shell: fgrep systemd.unified_cgroup_hierarchy=0 /proc/cmdline + register: result + ignore_errors: true + +- name: determine current cgroups | assume v2 + set_fact: current_cgroups=2 + +- name: determine current cgroups | looks like v1 + set_fact: current_cgroups=1 + when: result is succeeded + +- debug: + msg: "want: v{{ want_cgroups }} actual: v{{ current_cgroups }}" + +# Update grubenv file to reflect the desired cgroup level +- name: remove cgroup option from kernel flags + shell: + cmd: sed -i -e "s/^\(kernelopts=.*\)systemd\.unified_cgroup_hierarchy=.\(.*\)/\1\2/" /boot/grub2/grubenv + warn: false + +- name: add it with the desired value + shell: + cmd: sed -i -e "s/^\(kernelopts=.*\)/\1 systemd.unified_cgroup_hierarchy=0/" /boot/grub2/grubenv + warn: false + when: want_cgroups == 1 + +# If want != have, reboot +- name: reboot + reboot: + reboot_timeout: 900 + register: back_again + ignore_errors: yes + when: want_cgroups|int != current_cgroups|int + +- name: wait and reconnect + wait_for_connection: + timeout: 900 + register: back_again2 + when: want_cgroups|int != current_cgroups|int and not back_again.changed + +- set_fact: + expected_fstype: + - none + - tmpfs + - cgroup2fs + +- name: confirm cgroups setting + shell: stat -f -c "%T" /sys/fs/cgroup + register: fstype + +- debug: + msg: "stat(/sys/fs/cgroup) = {{ fstype.stdout }}" + +- name: system cgroups is the expected type + assert: + that: + - fstype.stdout == expected_fstype[want_cgroups|int] + fail_msg: "stat(/sys/fs/cgroup) = {{ fstype.stdout }} (expected {{ expected_fstype[want_cgroups|int] }})" diff --git a/tests/test_podman.sh b/tests/test_podman.sh deleted file mode 100755 index 75bcc53..0000000 --- a/tests/test_podman.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash -e -# -# Simple podman tests -# - -# Log program and kernel versions -echo "Important package versions:" -( - uname -r - rpm -qa | egrep 'podman|conmon|crun|runc|iptable|slirp|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/^/ /' - -bats /usr/share/podman/test/system diff --git a/tests/test_podman.yml b/tests/test_podman.yml index 7002972..27927de 100644 --- a/tests/test_podman.yml +++ b/tests/test_podman.yml @@ -1,22 +1,32 @@ --- - hosts: localhost + tags: + - classic + - container + vars: + - artifacts: ./artifacts + rootless_user: testuser roles: - - role: standard-test-basic - tags: - - classic - - container - required_packages: - - bats - - podman - - podman-tests - tests: - - root-test: - dir: ./ - run: ./test_podman.sh - timeout: 15m - - rootless-test: - # running the test with su doesn't create the directory for fedora user on /run/user/ - # so create it manually - dir: ./ - run: loginctl enable-linger fedora; su -c ${PWD}/test_podman.sh - fedora - timeout: 15m + - role: rootless_user_ready + + tasks: + # At the start of a run, clean up state. Useful for test reruns. + - name: local artifacts directory exists + local_action: file path="{{ artifacts }}" state=directory + + - name: remove stale log files + local_action: shell rm -f {{ artifacts }}/test*.log + + - name: clear test results + local_action: command truncate --size=0 {{ artifacts }}/test.log + + # These are the actual tests: set cgroups vN, then run root/rootless tests. + - name: set cgroups and run podman tests + include_tasks: test_podman_cgroups_vn.yml + loop: [ 2, 1 ] + loop_control: + loop_var: want_cgroups + + # Postprocessing: check for FAIL or ERROR in any test, exit 1 if so + - name: check results + include_tasks: check_results.yml diff --git a/tests/test_podman_cgroups_vn.yml b/tests/test_podman_cgroups_vn.yml new file mode 100644 index 0000000..f069182 --- /dev/null +++ b/tests/test_podman_cgroups_vn.yml @@ -0,0 +1,19 @@ +--- +# Requires: 'want_cgroups' variable set to 1 or 2 +- include_role: + name: set_cgroups +- include_role: + name: run_bats_tests + vars: + tests: + # Yes, this is horrible duplication, but trying to refactor in ansible + # yields even more horrible unreadable code. This is the lesser evil. + - name: podman root cgroupsv{{ want_cgroups }} + package: podman + environment: + PODMAN: /usr/bin/podman + - name: podman rootless cgroupsv{{ want_cgroups }} + package: podman + environment: + PODMAN: /usr/bin/podman + become: true From 22fc8ba00ea188a9b62aa86f214f1d8f881fc097 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 29 Apr 2020 09:52:28 -0400 Subject: [PATCH 0992/2185] adjust dependencies for centos v/s fedora Signed-off-by: Lokesh Mandvekar --- podman.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/podman.spec b/podman.spec index f5523ac..83b5073 100644 --- a/podman.spec +++ b/podman.spec @@ -85,20 +85,24 @@ Requires: iptables Requires: nftables Requires: conmon Requires: %{name}-plugins = %{epoch}:%{version}-%{release} -Requires: (container-selinux if selinux-policy) Obsoletes: oci-systemd-hook <= 0.2.0-3 %if 0%{?fedora} BuildRequires: btrfs-progs-devel BuildRequires: ostree-devel -Recommends: libvarlink-util -Recommends: slirp4netns >= 0.3.0-2 Recommends: fuse-overlayfs >= 0.3-8 -Recommends: runc Requires: crun >= 0.13-2 +%endif +%if 0%{?fedora} || 0%{?centos} >= 8 +Recommends: catatonit +Recommends: container-selinux +Recommends: libvarlink-util +Recommends: runc +Recommends: slirp4netns >= 0.3.0-2 %else -#### DO NOT REMOVE - NEEDED FOR CENTOS -Requires: slirp4netns >= 0.3.0-2 +Requires: catatonit +Requires: container-selinux Requires: runc +Requires: slirp4netns >= 0.3.0-2 %endif # vendored libraries From 26947b7ed207b0866735f43226d6f3fbe958aa81 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 11 May 2020 13:13:40 -0400 Subject: [PATCH 0993/2185] podman-2:2.0.0-0.11.dev.git8857ba2 - do not modprobe br_netfilter Signed-off-by: Lokesh Mandvekar --- podman.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/podman.spec b/podman.spec index 83b5073..5d36687 100644 --- a/podman.spec +++ b/podman.spec @@ -55,7 +55,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.10.dev.git%{shortcommit0}%{?dist} +Release: 0.11.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -508,11 +508,6 @@ pushd dnsname-%{commit_plugins} %{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install popd -# install /etc/modules-load.d/podman.conf -echo br_netfilter > %{name}.conf -install -dp %{buildroot}%{_sysconfdir}/modules-load.d -install -p -m 644 %{name}.conf %{buildroot}%{_sysconfdir}/modules-load.d/ - # do not include docker and podman-remote man pages in main package for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},," | grep -v -e remote -e docker`; do echo "$file*" >> podman.file-list @@ -625,7 +620,6 @@ exit 0 %{_unitdir}/%{name}.socket %{_userunitdir}/%{name}.service %{_userunitdir}/%{name}.socket -%{_sysconfdir}/modules-load.d/%{name}.conf %files docker %{_bindir}/docker @@ -664,6 +658,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon May 11 2020 Lokesh Mandvekar - 2:2.0.0-0.11.dev.git8857ba2 +- do not modprobe br_netfilter + * Thu Apr 16 2020 RH Container Bot - 2:2.0.0-0.10.dev.git8857ba2 - autobuilt 8857ba2 From 5b50b233ab3e117513904dad223037554844f9be Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 11 May 2020 13:08:56 -0600 Subject: [PATCH 0994/2185] Sigh. Put the reboot in a block. Podman gating tests failed: ... back_again.changed): 'dict object' has no attribute 'changed' Previous error (ignored) was a timeout in the reboot step. I have no idea how to fix this, so let's try putting the reboot and wait steps into a 'block' section and removing the '.changed'. Tested with 1minutetip. Seems to work, but the reboot was quick so it didn't trigger the same code. Signed-off-by: Ed Santiago --- tests/roles/set_cgroups/tasks/main.yml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/tests/roles/set_cgroups/tasks/main.yml b/tests/roles/set_cgroups/tasks/main.yml index 8843e49..7ca7c75 100644 --- a/tests/roles/set_cgroups/tasks/main.yml +++ b/tests/roles/set_cgroups/tasks/main.yml @@ -28,19 +28,17 @@ when: want_cgroups == 1 # If want != have, reboot -- name: reboot - reboot: - reboot_timeout: 900 - register: back_again - ignore_errors: yes +- name: reboot and wait + block: + - name: reboot + reboot: + reboot_timeout: 900 + ignore_errors: yes + - name: wait and reconnect + wait_for_connection: + timeout: 900 when: want_cgroups|int != current_cgroups|int -- name: wait and reconnect - wait_for_connection: - timeout: 900 - register: back_again2 - when: want_cgroups|int != current_cgroups|int and not back_again.changed - - set_fact: expected_fstype: - none From 869e93d11649d52d905f919dcbd153766b89da7e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 11 May 2020 16:44:11 -0400 Subject: [PATCH 0995/2185] podman-2:2.0.0-0.12.dev.git8857ba2 - gating test fix attempt by Ed Santiago Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 5d36687..51f311c 100644 --- a/podman.spec +++ b/podman.spec @@ -55,7 +55,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.11.dev.git%{shortcommit0}%{?dist} +Release: 0.12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -658,6 +658,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon May 11 2020 Lokesh Mandvekar - 2:2.0.0-0.12.dev.git8857ba2 +- gating test fix attempt by Ed Santiago + * Mon May 11 2020 Lokesh Mandvekar - 2:2.0.0-0.11.dev.git8857ba2 - do not modprobe br_netfilter From 712ba62553259fd336393725420b4867609deb15 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Tue, 12 May 2020 06:38:17 -0600 Subject: [PATCH 0996/2185] Yet more ansible hackery: create results.yml Gating tests are still failing. Actually, the BATS portion is all passing, it just seems to be the end part (infrastructure) that fails. Let's try creating a results.yml file. Signed-off-by: Ed Santiago --- .../run_bats_tests/tasks/run_one_test.yml | 22 +++++++++++-------- tests/test_podman.yml | 5 ++++- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/tests/roles/run_bats_tests/tasks/run_one_test.yml b/tests/roles/run_bats_tests/tasks/run_one_test.yml index 2451606..9304d21 100644 --- a/tests/roles/run_bats_tests/tasks/run_one_test.yml +++ b/tests/roles/run_bats_tests/tasks/run_one_test.yml @@ -46,18 +46,22 @@ - summary # Collect all the one-line PASS/FAIL results in one file, test.log +# Write the same thing, in a different format, to results.yml +# https://docs.fedoraproject.org/en-US/ci/standard-test-interface/ - name: "{{ test.name }} | keep running tally of test results" - local_action: shell cat "{{ artifacts }}/test.{{ test_name_oneword }}.summary.log" >>"{{ artifacts }}/test.log" + local_action: + module: shell + cmd: | + cd {{ artifacts }} + cat "test.{{ test_name_oneword }}.summary.log" >>test.log -# ...then delete the oneliner file, to keep things clean. -- name: "{{ test.name }} | clean up status file" - local_action: file dest="{{ artifacts }}/test.{{ test_name_oneword }}.summary.log" state=absent + status=$(awk '{print $1}' >results.yml + echo " result: $status" >>results.yml + echo " logs: test.{{ test_name_oneword }}.bats.log" >>results.yml -# FIXME: do the same with results.yml: -# - test: {{ test.name }} -# result: pass or fail -# logs: -# - test.{{ test_name_oneword }}.bats.log + # delete the oneliner file, to keep artifacts dir clean + rm -f test.{{ test_name_oneword }}.summary.log - name: "{{ test.name }} | remove remote logs and helpers" file: diff --git a/tests/test_podman.yml b/tests/test_podman.yml index 27927de..9caf564 100644 --- a/tests/test_podman.yml +++ b/tests/test_podman.yml @@ -17,9 +17,12 @@ - name: remove stale log files local_action: shell rm -f {{ artifacts }}/test*.log - - name: clear test results + - name: clear test results (test.log) local_action: command truncate --size=0 {{ artifacts }}/test.log + - name: clear test results (results.yml) + local_action: copy content="requires:\n" dest={{ artifacts }}/results.yml + # These are the actual tests: set cgroups vN, then run root/rootless tests. - name: set cgroups and run podman tests include_tasks: test_podman_cgroups_vn.yml From b3b528c65331c35cbdf35d2c4caae6f9daa03333 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 12 May 2020 14:38:05 -0400 Subject: [PATCH 0997/2185] podman-2:2.0.0-0.13.dev.git5b4e91d - disable remote package Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 43 +++++++++++++++++++++++-------------------- sources | 2 +- 3 files changed, 25 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index c0cf78f..6605e18 100644 --- a/.gitignore +++ b/.gitignore @@ -921,3 +921,4 @@ /libpod-084cfb8.tar.gz /libpod-155a7d6.tar.gz /libpod-8857ba2.tar.gz +/libpod-5b4e91d.tar.gz diff --git a/podman.spec b/podman.spec index 51f311c..b3d540c 100644 --- a/podman.spec +++ b/podman.spec @@ -29,10 +29,9 @@ %global project containers %global repo libpod # https://github.com/containers/libpod -%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} -%global import_path %{provider_prefix} -%global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 8857ba20a0651e8fa71762da90d774e3aa290883 +%global import_path %{provider}.%{provider_tld}/%{project}/%{repo} +%global git0 https://%{import_path} +%global commit0 5b4e91db73a80f31f67b7c28832527e64b074b74 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -55,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.12.dev.git%{shortcommit0}%{?dist} +Release: 0.13.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -463,8 +462,8 @@ export BUILDTAGS+="exclude_graphdriver_btrfs containers_image_ostree_stub" %gobuild -o bin/%{name} %{import_path}/cmd/%{name} # build %%{name}-remote -export BUILDTAGS+=" remoteclient" -%gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} +#export BUILDTAGS+=" remoteclient" +#%%gobuild -o bin/%%{name}-remote %%{import_path}/cmd/%%{name} pushd dnsname-%{commit_plugins} mkdir _build @@ -481,21 +480,22 @@ popd %if 0%{?fedora} sed -s 's/^runtime[ =].*"runc/runtime = "crun/' libpod.conf -i %endif -sed -i 's/install.remote: podman-remote/install.remote:/' Makefile -sed -i 's/install.bin: podman/install.bin:/' Makefile rm -rf docs/containers-mounts.conf.5.md install -dp %{buildroot}%{_unitdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ install.bin \ -%if 0%{?fedora} - install.remote \ -%endif install.man \ install.cni \ install.systemd \ install.completions \ install.docker +#%%if 0%%{?fedora} +#install.remote \ +#%%endif + +rm %{buildroot}%{_mandir}/man1/*remote* +rm %{buildroot}%{_mandir}/man5/*remote* mv pkg/hooks/README.md pkg/hooks/README-hooks.md @@ -515,9 +515,9 @@ done # do not install remote manpages on centos7 %if 0%{?centos} && 0%{?centos} < 8 -rm -rf %{buildroot}%{_mandir}/man1/docker-remote.1 -rm -rf %{buildroot}%{_mandir}/man1/%{name}-remote.1 -rm -rf %{buildroot}%{_mandir}/man5/%{name}-remote.conf.5 +#rm -rf %%{buildroot}%%{_mandir}/man1/docker-remote.1 +#rm -rf %%{buildroot}%%{_mandir}/man1/%%{name}-remote.1 +#rm -rf %%{buildroot}%%{_mandir}/man5/%%{name}-remote.conf.5 %endif # source codes for building projects @@ -641,11 +641,11 @@ exit 0 #### DO NOT REMOVE - NEEDED FOR CENTOS %if 0%{?fedora} -%files remote -%license LICENSE -%{_bindir}/%{name}-remote -%{_datadir}/man/man1/%{name}-remote*.* -%{_datadir}/man/man5/%{name}-remote*.* +#%%files remote +#%%license LICENSE +#%%{_bindir}/%%{name}-remote +#%%{_datadir}/man/man1/%%{name}-remote*.* +#%%{_datadir}/man/man5/%%{name}-remote*.* %files tests %license LICENSE @@ -658,6 +658,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue May 12 2020 Lokesh Mandvekar - 2:2.0.0-0.13.dev.git5b4e91d +- disable remote package + * Mon May 11 2020 Lokesh Mandvekar - 2:2.0.0-0.12.dev.git8857ba2 - gating test fix attempt by Ed Santiago diff --git a/sources b/sources index 9173319..4e5eb19 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-8857ba2.tar.gz) = 2cee235c383de454c5574b20d2147fc588adb56f55a718faa986f5d5eac49467dc74f27dc4c782a9f176c1c73f10681f3ba2f8c6500018dcd02d2d0cd78bf7a6 +SHA512 (libpod-5b4e91d.tar.gz) = 3266019ffdacbf3d5c4da2d2738993d9dc4c103bab1152096e16f593509fd55e80cacec71d7f08736b7c0190f9c83223b13e8ea6969bc12ea50d707f50d9cffa From f768fb191525c789a246e13c54f864031be71d1d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 12 May 2020 21:10:04 +0000 Subject: [PATCH 0998/2185] podman-2:2.0.0-0.14.dev.git486a117 - autobuilt 486a117 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6605e18..ce34880 100644 --- a/.gitignore +++ b/.gitignore @@ -922,3 +922,4 @@ /libpod-155a7d6.tar.gz /libpod-8857ba2.tar.gz /libpod-5b4e91d.tar.gz +/libpod-486a117.tar.gz diff --git a/podman.spec b/podman.spec index b3d540c..a4b60e6 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 5b4e91db73a80f31f67b7c28832527e64b074b74 +%global commit0 486a1173312279a06836246e26083e7a36cd2591 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -43,7 +43,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.8.0 +%define built_tag v1.9.0 Name: podman %if 0%{?fedora} @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.13.dev.git%{shortcommit0}%{?dist} +Release: 0.14.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -658,6 +658,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue May 12 2020 RH Container Bot - 2:2.0.0-0.14.dev.git486a117 +- autobuilt 486a117 + * Tue May 12 2020 Lokesh Mandvekar - 2:2.0.0-0.13.dev.git5b4e91d - disable remote package diff --git a/sources b/sources index 4e5eb19..53accbe 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-5b4e91d.tar.gz) = 3266019ffdacbf3d5c4da2d2738993d9dc4c103bab1152096e16f593509fd55e80cacec71d7f08736b7c0190f9c83223b13e8ea6969bc12ea50d707f50d9cffa +SHA512 (libpod-486a117.tar.gz) = 5b3c3698bf0cc773b5c23842fe2d561d5862c516110d2b89b60a5ff987bb575e38b4a09c4d964564003a478850ef1b0bafa1abd59279c3373a35a5b2eb52887a From 3c3d05cced7ee2435e4f74d5ff9f03c730a08ef1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 13 May 2020 10:08:42 +0000 Subject: [PATCH 0999/2185] podman-2:2.0.0-0.15.dev.gitb364420 - autobuilt b364420 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ce34880..c17a6e4 100644 --- a/.gitignore +++ b/.gitignore @@ -923,3 +923,4 @@ /libpod-8857ba2.tar.gz /libpod-5b4e91d.tar.gz /libpod-486a117.tar.gz +/libpod-b364420.tar.gz diff --git a/podman.spec b/podman.spec index a4b60e6..1d2a3a9 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 486a1173312279a06836246e26083e7a36cd2591 +%global commit0 b364420d347d9e0baf132b7e0be13309e70d442b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.14.dev.git%{shortcommit0}%{?dist} +Release: 0.15.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -658,6 +658,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed May 13 2020 RH Container Bot - 2:2.0.0-0.15.dev.gitb364420 +- autobuilt b364420 + * Tue May 12 2020 RH Container Bot - 2:2.0.0-0.14.dev.git486a117 - autobuilt 486a117 diff --git a/sources b/sources index 53accbe..2d7357c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-486a117.tar.gz) = 5b3c3698bf0cc773b5c23842fe2d561d5862c516110d2b89b60a5ff987bb575e38b4a09c4d964564003a478850ef1b0bafa1abd59279c3373a35a5b2eb52887a +SHA512 (libpod-b364420.tar.gz) = 260fdbf1149b7daa4c00fef6a57b1df0a616884822ecd73360fc35bbcbc0dd7e71e891932cd5048ce7c865deb43957f9c44afb15da86d0f5c05f9db3948e6e9c From 6a6594749b1e7cc54b6cb1a3d6e3fa0224876024 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 13 May 2020 11:08:18 +0000 Subject: [PATCH 1000/2185] podman-2:2.0.0-0.16.dev.gitd147b3e - autobuilt d147b3e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c17a6e4..538cd7b 100644 --- a/.gitignore +++ b/.gitignore @@ -924,3 +924,4 @@ /libpod-5b4e91d.tar.gz /libpod-486a117.tar.gz /libpod-b364420.tar.gz +/libpod-d147b3e.tar.gz diff --git a/podman.spec b/podman.spec index 1d2a3a9..1a6d409 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 b364420d347d9e0baf132b7e0be13309e70d442b +%global commit0 d147b3ee027580dd7afdeb0fa04d990ae1d2ee91 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.15.dev.git%{shortcommit0}%{?dist} +Release: 0.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -658,6 +658,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed May 13 2020 RH Container Bot - 2:2.0.0-0.16.dev.gitd147b3e +- autobuilt d147b3e + * Wed May 13 2020 RH Container Bot - 2:2.0.0-0.15.dev.gitb364420 - autobuilt b364420 diff --git a/sources b/sources index 2d7357c..cc6820b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-b364420.tar.gz) = 260fdbf1149b7daa4c00fef6a57b1df0a616884822ecd73360fc35bbcbc0dd7e71e891932cd5048ce7c865deb43957f9c44afb15da86d0f5c05f9db3948e6e9c +SHA512 (libpod-d147b3e.tar.gz) = 05e24e16a4ebcfe245edaca0201762aa8d9c0b61a59547ebca4d3f660e6861de2c64097d9b47b7d72446d2aa5f453adb05ee318267dde2d466ee367e27fdfd21 From de678920adaf87872e09187d3c3f7e17cfa9d3bd Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 13 May 2020 08:50:12 -0400 Subject: [PATCH 1001/2185] remove libpod.conf Signed-off-by: Lokesh Mandvekar --- podman.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/podman.spec b/podman.spec index 1a6d409..c94fb1a 100644 --- a/podman.spec +++ b/podman.spec @@ -477,9 +477,6 @@ export GOPATH=$(pwd)/_build:$(pwd) popd %install -%if 0%{?fedora} -sed -s 's/^runtime[ =].*"runc/runtime = "crun/' libpod.conf -i -%endif rm -rf docs/containers-mounts.conf.5.md install -dp %{buildroot}%{_unitdir} @@ -610,7 +607,6 @@ exit 0 %dir %{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/_%{name} %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist -%{_datadir}/containers/%{repo}.conf %{_unitdir}/io.%{name}.service %{_unitdir}/io.%{name}.socket %{_userunitdir}/io.%{name}.service From 5c6a1e25b94b5039e41a3e637fceea02d4c0872d Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 13 May 2020 08:53:16 -0400 Subject: [PATCH 1002/2185] Revert "remove libpod.conf" This reverts commit de678920adaf87872e09187d3c3f7e17cfa9d3bd. --- podman.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/podman.spec b/podman.spec index c94fb1a..1a6d409 100644 --- a/podman.spec +++ b/podman.spec @@ -477,6 +477,9 @@ export GOPATH=$(pwd)/_build:$(pwd) popd %install +%if 0%{?fedora} +sed -s 's/^runtime[ =].*"runc/runtime = "crun/' libpod.conf -i +%endif rm -rf docs/containers-mounts.conf.5.md install -dp %{buildroot}%{_unitdir} @@ -607,6 +610,7 @@ exit 0 %dir %{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/_%{name} %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist +%{_datadir}/containers/%{repo}.conf %{_unitdir}/io.%{name}.service %{_unitdir}/io.%{name}.socket %{_userunitdir}/io.%{name}.service From ea79182f72c6db061275f5005b706326e4026c59 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 13 May 2020 06:10:41 -0600 Subject: [PATCH 1003/2185] remove libpod.conf install libpod.conf is no longer in the libpod repo; it has been replaced by containers.conf Signed-off-by: Ed Santiago --- podman.spec | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/podman.spec b/podman.spec index 1a6d409..94b200b 100644 --- a/podman.spec +++ b/podman.spec @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.16.dev.git%{shortcommit0}%{?dist} +Release: 0.17.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -477,9 +477,6 @@ export GOPATH=$(pwd)/_build:$(pwd) popd %install -%if 0%{?fedora} -sed -s 's/^runtime[ =].*"runc/runtime = "crun/' libpod.conf -i -%endif rm -rf docs/containers-mounts.conf.5.md install -dp %{buildroot}%{_unitdir} @@ -499,10 +496,6 @@ rm %{buildroot}%{_mandir}/man5/*remote* mv pkg/hooks/README.md pkg/hooks/README-hooks.md -# install libpod.conf -install -dp %{buildroot}%{_datadir}/containers -install -p -m 644 %{repo}.conf %{buildroot}%{_datadir}/containers - # install plugins pushd dnsname-%{commit_plugins} %{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install @@ -610,7 +603,6 @@ exit 0 %dir %{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/_%{name} %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist -%{_datadir}/containers/%{repo}.conf %{_unitdir}/io.%{name}.service %{_unitdir}/io.%{name}.socket %{_userunitdir}/io.%{name}.service @@ -658,6 +650,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed May 13 2020 Eduardo Santiago - 2:2.0.0-0.17.dev.gitd147b3e +- libpod.conf has been removed from the repo + * Wed May 13 2020 RH Container Bot - 2:2.0.0-0.16.dev.gitd147b3e - autobuilt d147b3e From 04f2203e24573423b0388ac5ccb0e456a041dc2a Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 13 May 2020 10:05:23 -0600 Subject: [PATCH 1004/2185] WIP: Keep trying to fix ansible DO NOT COMMIT. I'm simply trying to understand why reboot is failing. This commit adds some debug statements to try to get a sense for what grubenv looks like. Signed-off-by: Ed Santiago --- tests/roles/set_cgroups/tasks/main.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/tests/roles/set_cgroups/tasks/main.yml b/tests/roles/set_cgroups/tasks/main.yml index 7ca7c75..133d7fe 100644 --- a/tests/roles/set_cgroups/tasks/main.yml +++ b/tests/roles/set_cgroups/tasks/main.yml @@ -15,10 +15,18 @@ - debug: msg: "want: v{{ want_cgroups }} actual: v{{ current_cgroups }}" +- name: grubenv, pre-edit, cat + shell: cat /boot/grub2/grubenv + register: grubenv + +- name: grubenv, pre-edit, show + debug: + msg: "{{ grubenv.stdout_lines }}" + # Update grubenv file to reflect the desired cgroup level - name: remove cgroup option from kernel flags shell: - cmd: sed -i -e "s/^\(kernelopts=.*\)systemd\.unified_cgroup_hierarchy=.\(.*\)/\1\2/" /boot/grub2/grubenv + cmd: sed -i -e "s/^\(kernelopts=.*\)systemd\.unified_cgroup_hierarchy=.\(.*\)/\1 \2/" /boot/grub2/grubenv warn: false - name: add it with the desired value @@ -27,6 +35,14 @@ warn: false when: want_cgroups == 1 +- name: grubenv, post-edit, cat + shell: cat /boot/grub2/grubenv + register: grubenv + +- name: grubenv, post-edit, show + debug: + msg: "post: {{ grubenv.stdout_lines }}" + # If want != have, reboot - name: reboot and wait block: From da8671a80668cf39d2f6211b4c9d123afef84d1a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 13 May 2020 20:08:36 +0000 Subject: [PATCH 1005/2185] podman-2:2.0.0-0.18.dev.git3c58e4f - autobuilt 3c58e4f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 538cd7b..351d977 100644 --- a/.gitignore +++ b/.gitignore @@ -925,3 +925,4 @@ /libpod-486a117.tar.gz /libpod-b364420.tar.gz /libpod-d147b3e.tar.gz +/libpod-3c58e4f.tar.gz diff --git a/podman.spec b/podman.spec index 94b200b..851766d 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 d147b3ee027580dd7afdeb0fa04d990ae1d2ee91 +%global commit0 3c58e4fc76d35c098b039b407291b35f66c7cae1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.17.dev.git%{shortcommit0}%{?dist} +Release: 0.18.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -650,6 +650,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed May 13 2020 RH Container Bot - 2:2.0.0-0.18.dev.git3c58e4f +- autobuilt 3c58e4f + * Wed May 13 2020 Eduardo Santiago - 2:2.0.0-0.17.dev.gitd147b3e - libpod.conf has been removed from the repo diff --git a/sources b/sources index cc6820b..c0a99b5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d147b3e.tar.gz) = 05e24e16a4ebcfe245edaca0201762aa8d9c0b61a59547ebca4d3f660e6861de2c64097d9b47b7d72446d2aa5f453adb05ee318267dde2d466ee367e27fdfd21 +SHA512 (libpod-3c58e4f.tar.gz) = bb1b27a1d87393f811b32d0f632768a3837b9731ae96b889dfd0f7bf89ecccb969cbc61f492aaa180c86104c275ec6acc14c9268ba6060b13bd1d812fbd104b6 From 27cf036e8e621034d13e6d99cf4a6615db0748f3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 13 May 2020 21:08:11 +0000 Subject: [PATCH 1006/2185] podman-2:2.0.0-0.19.dev.gitfa5b33e - autobuilt fa5b33e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 351d977..310f362 100644 --- a/.gitignore +++ b/.gitignore @@ -926,3 +926,4 @@ /libpod-b364420.tar.gz /libpod-d147b3e.tar.gz /libpod-3c58e4f.tar.gz +/libpod-fa5b33e.tar.gz diff --git a/podman.spec b/podman.spec index 851766d..0d7e081 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 3c58e4fc76d35c098b039b407291b35f66c7cae1 +%global commit0 fa5b33e70b96ea8dfca3b46cab44a2e07028bf0c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.18.dev.git%{shortcommit0}%{?dist} +Release: 0.19.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -650,6 +650,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed May 13 2020 RH Container Bot - 2:2.0.0-0.19.dev.gitfa5b33e +- autobuilt fa5b33e + * Wed May 13 2020 RH Container Bot - 2:2.0.0-0.18.dev.git3c58e4f - autobuilt 3c58e4f diff --git a/sources b/sources index c0a99b5..8c914b0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-3c58e4f.tar.gz) = bb1b27a1d87393f811b32d0f632768a3837b9731ae96b889dfd0f7bf89ecccb969cbc61f492aaa180c86104c275ec6acc14c9268ba6060b13bd1d812fbd104b6 +SHA512 (libpod-fa5b33e.tar.gz) = 6d308b6cbf79cf6a683aaf9b7b724f698517eaa442fd3f7ac714663a8aac16e22ec5198c188a1ffd59891d476b721ba5dc446f6e310a18ed75e72451c3f0262b From 24d11ea71c9e1e52f353fcf229071ef5eff5cea2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 14 May 2020 09:10:50 +0000 Subject: [PATCH 1007/2185] podman-2:2.0.0-0.20.dev.git150679d - autobuilt 150679d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 310f362..e1a427c 100644 --- a/.gitignore +++ b/.gitignore @@ -927,3 +927,4 @@ /libpod-d147b3e.tar.gz /libpod-3c58e4f.tar.gz /libpod-fa5b33e.tar.gz +/libpod-150679d.tar.gz diff --git a/podman.spec b/podman.spec index 0d7e081..e0338ed 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 fa5b33e70b96ea8dfca3b46cab44a2e07028bf0c +%global commit0 150679d7b10ad56b7f41d22810eb2c421edf9da5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.19.dev.git%{shortcommit0}%{?dist} +Release: 0.20.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -650,6 +650,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.20.dev.git150679d +- autobuilt 150679d + * Wed May 13 2020 RH Container Bot - 2:2.0.0-0.19.dev.gitfa5b33e - autobuilt fa5b33e diff --git a/sources b/sources index 8c914b0..4db21ef 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-fa5b33e.tar.gz) = 6d308b6cbf79cf6a683aaf9b7b724f698517eaa442fd3f7ac714663a8aac16e22ec5198c188a1ffd59891d476b721ba5dc446f6e310a18ed75e72451c3f0262b +SHA512 (libpod-150679d.tar.gz) = b9c2299c977a07c84be8d6600bc8e655707add5bd9a12e711f534b18c473f468259feedc12c9b09becc203d2ccf44a38e8df3157dd4b34a9529b38322aa1d67e From 15e237e8b45d546f8771c2253b4cb29bd4a52b63 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 14 May 2020 12:25:54 +0000 Subject: [PATCH 1008/2185] podman-2:2.0.0-0.21.dev.gitf2f0de4 - autobuilt f2f0de4 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e1a427c..22f8cd2 100644 --- a/.gitignore +++ b/.gitignore @@ -928,3 +928,4 @@ /libpod-3c58e4f.tar.gz /libpod-fa5b33e.tar.gz /libpod-150679d.tar.gz +/libpod-f2f0de4.tar.gz diff --git a/podman.spec b/podman.spec index e0338ed..883daa3 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 150679d7b10ad56b7f41d22810eb2c421edf9da5 +%global commit0 f2f0de430d7545d19ef9505d7f6d8ef46a0d36b9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.20.dev.git%{shortcommit0}%{?dist} +Release: 0.21.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -650,6 +650,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.21.dev.gitf2f0de4 +- autobuilt f2f0de4 + * Thu May 14 2020 RH Container Bot - 2:2.0.0-0.20.dev.git150679d - autobuilt 150679d diff --git a/sources b/sources index 4db21ef..6a9f2f9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-150679d.tar.gz) = b9c2299c977a07c84be8d6600bc8e655707add5bd9a12e711f534b18c473f468259feedc12c9b09becc203d2ccf44a38e8df3157dd4b34a9529b38322aa1d67e +SHA512 (libpod-f2f0de4.tar.gz) = 3a0b13085bd488c55e00017f2318b239c15d4ef765fb566752a9d3157178e6616012f0ef89a154bd8b457e40f3c893392bd51c29b27e575a652baf56f9c55b6f From f86ac1f054ec5c4134bf7e2b03fe800629935f3d Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 14 May 2020 09:13:31 -0400 Subject: [PATCH 1009/2185] Add requires for oci-runtime Change crun to Recommends --- podman.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 883daa3..58b889f 100644 --- a/podman.spec +++ b/podman.spec @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.21.dev.git%{shortcommit0}%{?dist} +Release: 0.22.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -83,13 +83,14 @@ Requires: containernetworking-plugins >= 0.7.5-1 Requires: iptables Requires: nftables Requires: conmon +Requires: oci-runtime Requires: %{name}-plugins = %{epoch}:%{version}-%{release} Obsoletes: oci-systemd-hook <= 0.2.0-3 %if 0%{?fedora} BuildRequires: btrfs-progs-devel BuildRequires: ostree-devel Recommends: fuse-overlayfs >= 0.3-8 -Requires: crun >= 0.13-2 +Recommends: crun >= 0.13-2 %endif %if 0%{?fedora} || 0%{?centos} >= 8 Recommends: catatonit @@ -650,6 +651,10 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu May 14 2020 Daniel J Walsh - 2:2.0.0-0.22.dev.gitf2f0de4 +- Add requires for oci-runtime +- Change crun to Recommends + * Thu May 14 2020 RH Container Bot - 2:2.0.0-0.21.dev.gitf2f0de4 - autobuilt f2f0de4 From 5dd1bdae66bf5eb3d28aca0d1690c01cf67818c5 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 13 May 2020 13:29:13 -0600 Subject: [PATCH 1010/2185] Yet more ansible muckery, to get test results Looks like the code I copied from standard-test-roles has changed; let's reincorporate it. In particular, there is now an annoying step that pulls logs and artifacts from remote-host:/tmp/artifacts . Well, that doesn't exist in our case because /tmp may not survive reboots. Workaround: after completion of each test, push our local (master) artifacts to remote. And, fix a typo in results.yml Signed-off-by: Ed Santiago --- tests/check_results.yml | 37 +++++++++++++------ .../run_bats_tests/tasks/run_one_test.yml | 14 +++++++ tests/test_podman.yml | 2 +- 3 files changed, 41 insertions(+), 12 deletions(-) diff --git a/tests/check_results.yml b/tests/check_results.yml index e873b8a..e1de3bd 100644 --- a/tests/check_results.yml +++ b/tests/check_results.yml @@ -1,21 +1,36 @@ --- # Copied from standard-test-basic -- name: check results - local_action: shell egrep "^(FAIL|ERROR)" "{{ artifacts }}/test.log" - register: test_fails - # Never fail at this step. Just store result of tests. - failed_when: False +# ...and, 2020-05-13, updated, looks like they changed the whole thing around +- name: Check the results + local_action: + module: shell + cmd: | + log="{{ artifacts }}/test.log" + if [ ! -f "$log" ]; then + echo ERROR + echo "Test results not found." 1>&2 + elif grep ^ERROR "$log" 1>&2; then + echo ERROR + elif grep ^FAIL "$log" 1>&2; then + echo FAIL + elif grep -q ^PASS "$log"; then + echo PASS + else + echo ERROR + echo "No test results found." 1>&2 + fi + register: test_results -- name: preserve results +- name: Set role result set_fact: - role_result_failed: "{{ (test_fails.stdout|d|length > 0) or (test_fails.stderr|d|length > 0) }}" - role_result_msg: "{{ test_fails.stdout|d('tests failed.') }}" + role_result: "{{ test_results.stdout }}" + role_message: "{{ test_results.stderr|d('test execution error.') }}" - name: display results vars: msg: | - Tests failed: {{ role_result_failed|d('Undefined') }} - Tests msg: {{ role_result_msg|d('None') }} + role_result: {{ role_result|d('Undefined') }} + {{ role_message|d('[No error messages found]') }} debug: msg: "{{ msg.split('\n') }}" - failed_when: "role_result_failed|bool" + failed_when: role_message|d("") != "" diff --git a/tests/roles/run_bats_tests/tasks/run_one_test.yml b/tests/roles/run_bats_tests/tasks/run_one_test.yml index 9304d21..9ef8cb7 100644 --- a/tests/roles/run_bats_tests/tasks/run_one_test.yml +++ b/tests/roles/run_bats_tests/tasks/run_one_test.yml @@ -71,3 +71,17 @@ - test.bats.log - test.summary.log - helper.sh + +# AAAAARGH! +# +# Fedora gating tests are failing, because str-common-final/tasks/main.yml +# tries to pull test.log and other logs from $remote_host:/tmp/artifacts . +# Those don't exist, because I track status and artifacts locally, because +# with the reboot I can't rely on /tmp being preserved. +# I see no way to tell str-common-final to skip this step; so let's just +# push logs over upon completion of each subtest. +- name: keep remote artifacts synced + synchronize: + src: "{{ artifacts }}/" + dest: "{{ remote_artifacts|d('/tmp/artifacts') }}/" + mode: push diff --git a/tests/test_podman.yml b/tests/test_podman.yml index 9caf564..1aacbbc 100644 --- a/tests/test_podman.yml +++ b/tests/test_podman.yml @@ -21,7 +21,7 @@ local_action: command truncate --size=0 {{ artifacts }}/test.log - name: clear test results (results.yml) - local_action: copy content="requires:\n" dest={{ artifacts }}/results.yml + local_action: copy content="results:\n" dest={{ artifacts }}/results.yml # These are the actual tests: set cgroups vN, then run root/rootless tests. - name: set cgroups and run podman tests From cef2ac74a38177868646ac1aec6bd68cf2f8430b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 14 May 2020 13:47:05 +0000 Subject: [PATCH 1011/2185] podman-2:2.0.0-0.23.dev.gite35edb6 - autobuilt e35edb6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 22f8cd2..66a0e04 100644 --- a/.gitignore +++ b/.gitignore @@ -929,3 +929,4 @@ /libpod-fa5b33e.tar.gz /libpod-150679d.tar.gz /libpod-f2f0de4.tar.gz +/libpod-e35edb6.tar.gz diff --git a/podman.spec b/podman.spec index 58b889f..f73d880 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 f2f0de430d7545d19ef9505d7f6d8ef46a0d36b9 +%global commit0 e35edb6cc51c55179126d2f0507bfdfdeb72052c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.22.dev.git%{shortcommit0}%{?dist} +Release: 0.23.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.23.dev.gite35edb6 +- autobuilt e35edb6 + * Thu May 14 2020 Daniel J Walsh - 2:2.0.0-0.22.dev.gitf2f0de4 - Add requires for oci-runtime - Change crun to Recommends diff --git a/sources b/sources index 6a9f2f9..e3f26a6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-f2f0de4.tar.gz) = 3a0b13085bd488c55e00017f2318b239c15d4ef765fb566752a9d3157178e6616012f0ef89a154bd8b457e40f3c893392bd51c29b27e575a652baf56f9c55b6f +SHA512 (libpod-e35edb6.tar.gz) = a7b7b43ad1ddce68f598a156c89bb1fec77b11716208ec488bb04246fa35ad8fab9e44af59b772d70d32587ed2de046ed9a87df5eb18afa6c1155c6f77c6a8f2 From ccbb4dfe6c37af8d395065c8a4dd66872561305c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 14 May 2020 14:34:38 +0000 Subject: [PATCH 1012/2185] podman-2:2.0.0-0.24.dev.git7e9ed37 - autobuilt 7e9ed37 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 66a0e04..b7ebd20 100644 --- a/.gitignore +++ b/.gitignore @@ -930,3 +930,4 @@ /libpod-150679d.tar.gz /libpod-f2f0de4.tar.gz /libpod-e35edb6.tar.gz +/libpod-7e9ed37.tar.gz diff --git a/podman.spec b/podman.spec index f73d880..bc77595 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 e35edb6cc51c55179126d2f0507bfdfdeb72052c +%global commit0 7e9ed37c0997d6dd2d6fc6ed6476039ee954286c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.23.dev.git%{shortcommit0}%{?dist} +Release: 0.24.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.24.dev.git7e9ed37 +- autobuilt 7e9ed37 + * Thu May 14 2020 RH Container Bot - 2:2.0.0-0.23.dev.gite35edb6 - autobuilt e35edb6 diff --git a/sources b/sources index e3f26a6..5f22c32 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e35edb6.tar.gz) = a7b7b43ad1ddce68f598a156c89bb1fec77b11716208ec488bb04246fa35ad8fab9e44af59b772d70d32587ed2de046ed9a87df5eb18afa6c1155c6f77c6a8f2 +SHA512 (libpod-7e9ed37.tar.gz) = 8decafb34fcb601ee094108e31666275f73edbae08ed62fbec0d96b642459034e08d9fa3f5d7f21592b19e1ba0e2b344255a6d00a4b62592261213e0044bddb2 From 96117cf7b7c37b36bb6d143fd2d1b9208989bd83 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 14 May 2020 19:09:04 +0000 Subject: [PATCH 1013/2185] podman-2:2.0.0-0.25.dev.git77dbfc7 - autobuilt 77dbfc7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b7ebd20..fdc3caa 100644 --- a/.gitignore +++ b/.gitignore @@ -931,3 +931,4 @@ /libpod-f2f0de4.tar.gz /libpod-e35edb6.tar.gz /libpod-7e9ed37.tar.gz +/libpod-77dbfc7.tar.gz diff --git a/podman.spec b/podman.spec index bc77595..57f39d3 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 7e9ed37c0997d6dd2d6fc6ed6476039ee954286c +%global commit0 77dbfc753097d4b3a07c1382cb388e79515ffdb0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.24.dev.git%{shortcommit0}%{?dist} +Release: 0.25.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.25.dev.git77dbfc7 +- autobuilt 77dbfc7 + * Thu May 14 2020 RH Container Bot - 2:2.0.0-0.24.dev.git7e9ed37 - autobuilt 7e9ed37 diff --git a/sources b/sources index 5f22c32..7822f9d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-7e9ed37.tar.gz) = 8decafb34fcb601ee094108e31666275f73edbae08ed62fbec0d96b642459034e08d9fa3f5d7f21592b19e1ba0e2b344255a6d00a4b62592261213e0044bddb2 +SHA512 (libpod-77dbfc7.tar.gz) = 0ab926190e3e1871d682727a4f3ac2023acb916c860a17c036e40856a9f3fddf66f3ee622546fe5a39a4a6d1b9e50d48b03a6fa905d5c01abb9223d84aaf49ba From abddf03072cea8cf945190f9b6c4b20b2336daaf Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 14 May 2020 20:08:34 +0000 Subject: [PATCH 1014/2185] podman-2:2.0.0-0.26.dev.git0d96251 - autobuilt 0d96251 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fdc3caa..c9d291d 100644 --- a/.gitignore +++ b/.gitignore @@ -932,3 +932,4 @@ /libpod-e35edb6.tar.gz /libpod-7e9ed37.tar.gz /libpod-77dbfc7.tar.gz +/libpod-0d96251.tar.gz diff --git a/podman.spec b/podman.spec index 57f39d3..561c25b 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 77dbfc753097d4b3a07c1382cb388e79515ffdb0 +%global commit0 0d9625152b9acf1dc7662e38f56aa5b106c4dfcd %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.25.dev.git%{shortcommit0}%{?dist} +Release: 0.26.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.26.dev.git0d96251 +- autobuilt 0d96251 + * Thu May 14 2020 RH Container Bot - 2:2.0.0-0.25.dev.git77dbfc7 - autobuilt 77dbfc7 diff --git a/sources b/sources index 7822f9d..231dcdd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-77dbfc7.tar.gz) = 0ab926190e3e1871d682727a4f3ac2023acb916c860a17c036e40856a9f3fddf66f3ee622546fe5a39a4a6d1b9e50d48b03a6fa905d5c01abb9223d84aaf49ba +SHA512 (libpod-0d96251.tar.gz) = eb91c99baddd5a3fe20a5d117f080d91b43ef9f1a959ceb7575abcf768955598a4e33d0e5bb672b3f2e1d39314896d4464653a45beca00cb7bb60254b4cce377 From b415bdf917f88a0f698d4d73cbf9d915e4b6c9e4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 14 May 2020 23:08:56 +0000 Subject: [PATCH 1015/2185] podman-2:2.0.0-0.27.dev.git4611ff5 - autobuilt 4611ff5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c9d291d..707f520 100644 --- a/.gitignore +++ b/.gitignore @@ -933,3 +933,4 @@ /libpod-7e9ed37.tar.gz /libpod-77dbfc7.tar.gz /libpod-0d96251.tar.gz +/libpod-4611ff5.tar.gz diff --git a/podman.spec b/podman.spec index 561c25b..f8dc6bb 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 0d9625152b9acf1dc7662e38f56aa5b106c4dfcd +%global commit0 4611ff5ce4ff67a142363ab66e10944bfc40f860 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.26.dev.git%{shortcommit0}%{?dist} +Release: 0.27.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.27.dev.git4611ff5 +- autobuilt 4611ff5 + * Thu May 14 2020 RH Container Bot - 2:2.0.0-0.26.dev.git0d96251 - autobuilt 0d96251 diff --git a/sources b/sources index 231dcdd..99c6bba 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-0d96251.tar.gz) = eb91c99baddd5a3fe20a5d117f080d91b43ef9f1a959ceb7575abcf768955598a4e33d0e5bb672b3f2e1d39314896d4464653a45beca00cb7bb60254b4cce377 +SHA512 (libpod-4611ff5.tar.gz) = 95f243443c4d2539be8740ef9c8e5a11ca56b12c35d8ca9b66e9fde1a9b83554545ea8fd05b4aa8a3eea73f8f47253c66d5b5875fe3c3b494680bd79c6078cd9 From ae31aefb6ea93d691d6f001e28a252cd22199b76 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 14 May 2020 20:56:26 -0400 Subject: [PATCH 1016/2185] update min dependencies Signed-off-by: Lokesh Mandvekar --- podman.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/podman.spec b/podman.spec index f8dc6bb..80afbd5 100644 --- a/podman.spec +++ b/podman.spec @@ -43,7 +43,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.9.0 +%define built_tag v1.9.2 Name: podman %if 0%{?fedora} @@ -79,10 +79,10 @@ BuildRequires: make BuildRequires: systemd BuildRequires: systemd-devel Requires: containers-common -Requires: containernetworking-plugins >= 0.7.5-1 +Requires: containernetworking-plugins >= 0.8.6-1 Requires: iptables Requires: nftables -Requires: conmon +Requires: conmon >= 2:2.0.16-1 Requires: oci-runtime Requires: %{name}-plugins = %{epoch}:%{version}-%{release} Obsoletes: oci-systemd-hook <= 0.2.0-3 From 278d77d56c210af4df21bec1ece776662963748a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 15 May 2020 14:08:41 +0000 Subject: [PATCH 1017/2185] podman-2:2.0.0-0.28.dev.gita88cd9a - autobuilt a88cd9a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 707f520..4918b37 100644 --- a/.gitignore +++ b/.gitignore @@ -934,3 +934,4 @@ /libpod-77dbfc7.tar.gz /libpod-0d96251.tar.gz /libpod-4611ff5.tar.gz +/libpod-a88cd9a.tar.gz diff --git a/podman.spec b/podman.spec index 80afbd5..823eff2 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 4611ff5ce4ff67a142363ab66e10944bfc40f860 +%global commit0 a88cd9a22e5440532519f8ce6746738464f499e5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -43,7 +43,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.9.2 +%define built_tag v1.9.0 Name: podman %if 0%{?fedora} @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.27.dev.git%{shortcommit0}%{?dist} +Release: 0.28.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri May 15 2020 RH Container Bot - 2:2.0.0-0.28.dev.gita88cd9a +- autobuilt a88cd9a + * Thu May 14 2020 RH Container Bot - 2:2.0.0-0.27.dev.git4611ff5 - autobuilt 4611ff5 diff --git a/sources b/sources index 99c6bba..a5ef723 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-4611ff5.tar.gz) = 95f243443c4d2539be8740ef9c8e5a11ca56b12c35d8ca9b66e9fde1a9b83554545ea8fd05b4aa8a3eea73f8f47253c66d5b5875fe3c3b494680bd79c6078cd9 +SHA512 (libpod-a88cd9a.tar.gz) = acf5bf25f6c301bb1f51c66a6cc47e2e48cedc2b1fcd53ba55846b30602c62099a03ec572a3256691a14d4c23fedd3834c51de857cad2576739e02287765eb4e From 0b37755146bb56cd2f30b40cc6acbe67483252bc Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 15 May 2020 15:09:13 +0000 Subject: [PATCH 1018/2185] podman-2:2.0.0-0.29.dev.gitd5358e6 - autobuilt d5358e6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4918b37..86b66de 100644 --- a/.gitignore +++ b/.gitignore @@ -935,3 +935,4 @@ /libpod-0d96251.tar.gz /libpod-4611ff5.tar.gz /libpod-a88cd9a.tar.gz +/libpod-d5358e6.tar.gz diff --git a/podman.spec b/podman.spec index 823eff2..d191495 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 a88cd9a22e5440532519f8ce6746738464f499e5 +%global commit0 d5358e676486bf894eadffd0b55c7e5d6a35867b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.28.dev.git%{shortcommit0}%{?dist} +Release: 0.29.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri May 15 2020 RH Container Bot - 2:2.0.0-0.29.dev.gitd5358e6 +- autobuilt d5358e6 + * Fri May 15 2020 RH Container Bot - 2:2.0.0-0.28.dev.gita88cd9a - autobuilt a88cd9a diff --git a/sources b/sources index a5ef723..bb98abb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-a88cd9a.tar.gz) = acf5bf25f6c301bb1f51c66a6cc47e2e48cedc2b1fcd53ba55846b30602c62099a03ec572a3256691a14d4c23fedd3834c51de857cad2576739e02287765eb4e +SHA512 (libpod-d5358e6.tar.gz) = fe25af876f9ceed56ab55b13de49c01c2bd1ad6a2f4c719760c0ea9fa8b6eeaf01ee1df50ba5165b8ad45ba0e00efee599d92445070e386fd62ff6c26ca192e5 From b844a4ab96b29ad0d910a97a3902c722dd00de86 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 15 May 2020 17:08:22 +0000 Subject: [PATCH 1019/2185] podman-2:2.0.0-0.30.dev.git59dd341 - autobuilt 59dd341 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 86b66de..05c3d4e 100644 --- a/.gitignore +++ b/.gitignore @@ -936,3 +936,4 @@ /libpod-4611ff5.tar.gz /libpod-a88cd9a.tar.gz /libpod-d5358e6.tar.gz +/libpod-59dd341.tar.gz diff --git a/podman.spec b/podman.spec index d191495..0134667 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 d5358e676486bf894eadffd0b55c7e5d6a35867b +%global commit0 59dd3418f6ee137aa0c2cf678dc9444c5ea0019d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.29.dev.git%{shortcommit0}%{?dist} +Release: 0.30.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri May 15 2020 RH Container Bot - 2:2.0.0-0.30.dev.git59dd341 +- autobuilt 59dd341 + * Fri May 15 2020 RH Container Bot - 2:2.0.0-0.29.dev.gitd5358e6 - autobuilt d5358e6 diff --git a/sources b/sources index bb98abb..df18aa3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d5358e6.tar.gz) = fe25af876f9ceed56ab55b13de49c01c2bd1ad6a2f4c719760c0ea9fa8b6eeaf01ee1df50ba5165b8ad45ba0e00efee599d92445070e386fd62ff6c26ca192e5 +SHA512 (libpod-59dd341.tar.gz) = 5400c6e9265afd793ef57bc990b9becc1fd0781d18ab78c0fd0a1e9052fe243b666111324a3aa0e478c844c25a98a688b616b971a534bcdcf41dc6d667278b08 From fa2cd8f19c0e622fe1d6e9ce4af03f13a0fefc42 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 15 May 2020 18:08:30 +0000 Subject: [PATCH 1020/2185] podman-2:2.0.0-0.31.dev.gitc61a45c - autobuilt c61a45c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 05c3d4e..f1e1f2f 100644 --- a/.gitignore +++ b/.gitignore @@ -937,3 +937,4 @@ /libpod-a88cd9a.tar.gz /libpod-d5358e6.tar.gz /libpod-59dd341.tar.gz +/libpod-c61a45c.tar.gz diff --git a/podman.spec b/podman.spec index 0134667..f538d1a 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 59dd3418f6ee137aa0c2cf678dc9444c5ea0019d +%global commit0 c61a45caf8d7b4b049fa0124c1829eef138fef63 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.30.dev.git%{shortcommit0}%{?dist} +Release: 0.31.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri May 15 2020 RH Container Bot - 2:2.0.0-0.31.dev.gitc61a45c +- autobuilt c61a45c + * Fri May 15 2020 RH Container Bot - 2:2.0.0-0.30.dev.git59dd341 - autobuilt 59dd341 diff --git a/sources b/sources index df18aa3..cebf9f7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-59dd341.tar.gz) = 5400c6e9265afd793ef57bc990b9becc1fd0781d18ab78c0fd0a1e9052fe243b666111324a3aa0e478c844c25a98a688b616b971a534bcdcf41dc6d667278b08 +SHA512 (libpod-c61a45c.tar.gz) = a2040769ed60db8ee751aba322cb0db3043b6dbb411207741c452ba4fe6c57692f4f9b294a2128f7f695f263c4f07b0357a5424878a969742c5d4b0495c8d95d From c60bc5ca423d1820d181b50886ce3c40c1425c2c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 15 May 2020 21:08:11 +0000 Subject: [PATCH 1021/2185] podman-2:2.0.0-0.32.dev.git343ab99 - autobuilt 343ab99 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f1e1f2f..ae3bf9d 100644 --- a/.gitignore +++ b/.gitignore @@ -938,3 +938,4 @@ /libpod-d5358e6.tar.gz /libpod-59dd341.tar.gz /libpod-c61a45c.tar.gz +/libpod-343ab99.tar.gz diff --git a/podman.spec b/podman.spec index f538d1a..4010447 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 c61a45caf8d7b4b049fa0124c1829eef138fef63 +%global commit0 343ab99b39771b5084a231a2db8d3dc969f395f9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.31.dev.git%{shortcommit0}%{?dist} +Release: 0.32.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri May 15 2020 RH Container Bot - 2:2.0.0-0.32.dev.git343ab99 +- autobuilt 343ab99 + * Fri May 15 2020 RH Container Bot - 2:2.0.0-0.31.dev.gitc61a45c - autobuilt c61a45c diff --git a/sources b/sources index cebf9f7..0cee64f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c61a45c.tar.gz) = a2040769ed60db8ee751aba322cb0db3043b6dbb411207741c452ba4fe6c57692f4f9b294a2128f7f695f263c4f07b0357a5424878a969742c5d4b0495c8d95d +SHA512 (libpod-343ab99.tar.gz) = 1de584bf0d1bba4f6a5dd7a5f9908b96bfedb2ae3632ce805ebe4c33123e1bd8fa33ea7535a98ff5dc50ea585f56f9642a695f594e27b2b9c99a7ca85873e2cc From 94cd1dee6216c0f23a0b5d9ef2587e7f9ff0c38c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 17 May 2020 11:09:58 +0000 Subject: [PATCH 1022/2185] podman-2:2.0.0-0.33.dev.gitbfcec32 - autobuilt bfcec32 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ae3bf9d..e086325 100644 --- a/.gitignore +++ b/.gitignore @@ -939,3 +939,4 @@ /libpod-59dd341.tar.gz /libpod-c61a45c.tar.gz /libpod-343ab99.tar.gz +/libpod-bfcec32.tar.gz diff --git a/podman.spec b/podman.spec index 4010447..587b102 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 343ab99b39771b5084a231a2db8d3dc969f395f9 +%global commit0 bfcec3203ea517f408ad90d42789fb6eb62e7d81 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.32.dev.git%{shortcommit0}%{?dist} +Release: 0.33.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sun May 17 2020 RH Container Bot - 2:2.0.0-0.33.dev.gitbfcec32 +- autobuilt bfcec32 + * Fri May 15 2020 RH Container Bot - 2:2.0.0-0.32.dev.git343ab99 - autobuilt 343ab99 diff --git a/sources b/sources index 0cee64f..0719555 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-343ab99.tar.gz) = 1de584bf0d1bba4f6a5dd7a5f9908b96bfedb2ae3632ce805ebe4c33123e1bd8fa33ea7535a98ff5dc50ea585f56f9642a695f594e27b2b9c99a7ca85873e2cc +SHA512 (libpod-bfcec32.tar.gz) = 1b7eda87ec149704e5f48665418bb7a6446a321dca8c96cbac9538b05b0aa049995deb7d5a1269636018f5a602260b3fc17e82104d6675530fe19fd2e6bba2b5 From c4e798cdfb8abf200619514a19882a9ed4856a5e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 18 May 2020 16:08:59 +0000 Subject: [PATCH 1023/2185] podman-2:2.0.0-0.34.dev.gitd4587c6 - autobuilt d4587c6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e086325..2465de8 100644 --- a/.gitignore +++ b/.gitignore @@ -940,3 +940,4 @@ /libpod-c61a45c.tar.gz /libpod-343ab99.tar.gz /libpod-bfcec32.tar.gz +/libpod-d4587c6.tar.gz diff --git a/podman.spec b/podman.spec index 587b102..4bee406 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 bfcec3203ea517f408ad90d42789fb6eb62e7d81 +%global commit0 d4587c6074e4b4e3673cf495f0c4cd2811742791 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.33.dev.git%{shortcommit0}%{?dist} +Release: 0.34.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon May 18 2020 RH Container Bot - 2:2.0.0-0.34.dev.gitd4587c6 +- autobuilt d4587c6 + * Sun May 17 2020 RH Container Bot - 2:2.0.0-0.33.dev.gitbfcec32 - autobuilt bfcec32 diff --git a/sources b/sources index 0719555..926ed0c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-bfcec32.tar.gz) = 1b7eda87ec149704e5f48665418bb7a6446a321dca8c96cbac9538b05b0aa049995deb7d5a1269636018f5a602260b3fc17e82104d6675530fe19fd2e6bba2b5 +SHA512 (libpod-d4587c6.tar.gz) = 527d720efd510d3bcc74b25791d1b47f48103b2c6c6cd38511b3c9e7dc742ded7a4f0fc01b75d9dacc38bb2c8eac7bf3d9207e78971ce69f70c01c023ed98f3e From 549368a667ee343d4231d5e3a39fc78efb42ab4a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 18 May 2020 19:08:11 +0000 Subject: [PATCH 1024/2185] podman-2:2.0.0-0.35.dev.gitd6d4500 - autobuilt d6d4500 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2465de8..1a99e77 100644 --- a/.gitignore +++ b/.gitignore @@ -941,3 +941,4 @@ /libpod-343ab99.tar.gz /libpod-bfcec32.tar.gz /libpod-d4587c6.tar.gz +/libpod-d6d4500.tar.gz diff --git a/podman.spec b/podman.spec index 4bee406..7090d05 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 d4587c6074e4b4e3673cf495f0c4cd2811742791 +%global commit0 d6d45003c926ae5587177eab0d195c14d4286126 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.34.dev.git%{shortcommit0}%{?dist} +Release: 0.35.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon May 18 2020 RH Container Bot - 2:2.0.0-0.35.dev.gitd6d4500 +- autobuilt d6d4500 + * Mon May 18 2020 RH Container Bot - 2:2.0.0-0.34.dev.gitd4587c6 - autobuilt d4587c6 diff --git a/sources b/sources index 926ed0c..5811951 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d4587c6.tar.gz) = 527d720efd510d3bcc74b25791d1b47f48103b2c6c6cd38511b3c9e7dc742ded7a4f0fc01b75d9dacc38bb2c8eac7bf3d9207e78971ce69f70c01c023ed98f3e +SHA512 (libpod-d6d4500.tar.gz) = 18f27895cdd2827b3b8a3cbf1b80896284da371f0f2ac2d5306f934edd424b95a3287c2ba6783187ec296681e8ecb83b124ba03fc5e9a2c6a819c87ae3f74ea6 From 26b9046afa33a5833cf1bbd0a3c7fd9c067feac6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 18 May 2020 20:08:41 +0000 Subject: [PATCH 1025/2185] podman-2:2.0.0-0.36.dev.git9fe4933 - autobuilt 9fe4933 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1a99e77..cacfb36 100644 --- a/.gitignore +++ b/.gitignore @@ -942,3 +942,4 @@ /libpod-bfcec32.tar.gz /libpod-d4587c6.tar.gz /libpod-d6d4500.tar.gz +/libpod-9fe4933.tar.gz diff --git a/podman.spec b/podman.spec index 7090d05..c6872d6 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 d6d45003c926ae5587177eab0d195c14d4286126 +%global commit0 9fe49335e0e9c11ab0b7148ba0c5d1426023d2fb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.35.dev.git%{shortcommit0}%{?dist} +Release: 0.36.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon May 18 2020 RH Container Bot - 2:2.0.0-0.36.dev.git9fe4933 +- autobuilt 9fe4933 + * Mon May 18 2020 RH Container Bot - 2:2.0.0-0.35.dev.gitd6d4500 - autobuilt d6d4500 diff --git a/sources b/sources index 5811951..a114874 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d6d4500.tar.gz) = 18f27895cdd2827b3b8a3cbf1b80896284da371f0f2ac2d5306f934edd424b95a3287c2ba6783187ec296681e8ecb83b124ba03fc5e9a2c6a819c87ae3f74ea6 +SHA512 (libpod-9fe4933.tar.gz) = 33ffd4473fb3b751de84f4d0064f6262a99eeed834b04f6f48a8750e9382d67e18b8d1b1bade6cf81ae0a8e635ab3a856f87b6a6abf716a199ac83d1658ffbbf From 0c5590b2571e566196f386b011761124ead7a5ec Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 18 May 2020 21:08:19 +0000 Subject: [PATCH 1026/2185] podman-2:2.0.0-0.37.dev.git0f8ad03 - autobuilt 0f8ad03 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cacfb36..06a9090 100644 --- a/.gitignore +++ b/.gitignore @@ -943,3 +943,4 @@ /libpod-d4587c6.tar.gz /libpod-d6d4500.tar.gz /libpod-9fe4933.tar.gz +/libpod-0f8ad03.tar.gz diff --git a/podman.spec b/podman.spec index c6872d6..cb3f06e 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 9fe49335e0e9c11ab0b7148ba0c5d1426023d2fb +%global commit0 0f8ad039235137d086b9fea33bb74b362e625cdd %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -43,7 +43,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.9.0 +%define built_tag v2.0.0-rc1 Name: podman %if 0%{?fedora} @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.36.dev.git%{shortcommit0}%{?dist} +Release: 0.37.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon May 18 2020 RH Container Bot - 2:2.0.0-0.37.dev.git0f8ad03 +- autobuilt 0f8ad03 + * Mon May 18 2020 RH Container Bot - 2:2.0.0-0.36.dev.git9fe4933 - autobuilt 9fe4933 diff --git a/sources b/sources index a114874..1bd27ce 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-9fe4933.tar.gz) = 33ffd4473fb3b751de84f4d0064f6262a99eeed834b04f6f48a8750e9382d67e18b8d1b1bade6cf81ae0a8e635ab3a856f87b6a6abf716a199ac83d1658ffbbf +SHA512 (libpod-0f8ad03.tar.gz) = c653167a1f462ac733934c892663bc1e51ce11d22cc379b0e61804744113555b3e77dd33d1466783df8e1dd9c13ebcec51ccea9623bc6db02f1d6a30fd38797c From 5b4a37cfbd69ac109b9fb97ac9eabc74447374c5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 20 May 2020 00:08:23 +0000 Subject: [PATCH 1027/2185] podman-2:2.0.0-0.38.dev.git4eee0d8 - autobuilt 4eee0d8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 06a9090..9695fd8 100644 --- a/.gitignore +++ b/.gitignore @@ -944,3 +944,4 @@ /libpod-d6d4500.tar.gz /libpod-9fe4933.tar.gz /libpod-0f8ad03.tar.gz +/libpod-4eee0d8.tar.gz diff --git a/podman.spec b/podman.spec index cb3f06e..8da2dcd 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 0f8ad039235137d086b9fea33bb74b362e625cdd +%global commit0 4eee0d840f0af81560d89864ea64b95c9e70b18d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.37.dev.git%{shortcommit0}%{?dist} +Release: 0.38.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.38.dev.git4eee0d8 +- autobuilt 4eee0d8 + * Mon May 18 2020 RH Container Bot - 2:2.0.0-0.37.dev.git0f8ad03 - autobuilt 0f8ad03 diff --git a/sources b/sources index 1bd27ce..eda2f9d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-0f8ad03.tar.gz) = c653167a1f462ac733934c892663bc1e51ce11d22cc379b0e61804744113555b3e77dd33d1466783df8e1dd9c13ebcec51ccea9623bc6db02f1d6a30fd38797c +SHA512 (libpod-4eee0d8.tar.gz) = 37048ffa9ba3a5a1bf12cf06e2b9203815f6c5ce7e4d35ff617c319f74929eef2a19dca4443db286b036c717073e849b06ecbe11a4256caf76a35e5c7aaf52b0 From eee820de3c68e6f0fdcc0111d954f3778f858e7a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 20 May 2020 15:08:31 +0000 Subject: [PATCH 1028/2185] podman-2:2.0.0-0.39.dev.gita670014 - autobuilt a670014 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9695fd8..279813b 100644 --- a/.gitignore +++ b/.gitignore @@ -945,3 +945,4 @@ /libpod-9fe4933.tar.gz /libpod-0f8ad03.tar.gz /libpod-4eee0d8.tar.gz +/libpod-a670014.tar.gz diff --git a/podman.spec b/podman.spec index 8da2dcd..b0ee55b 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 4eee0d840f0af81560d89864ea64b95c9e70b18d +%global commit0 a6700147a820da5662ebe114a89c644df4fe1845 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.38.dev.git%{shortcommit0}%{?dist} +Release: 0.39.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.39.dev.gita670014 +- autobuilt a670014 + * Wed May 20 2020 RH Container Bot - 2:2.0.0-0.38.dev.git4eee0d8 - autobuilt 4eee0d8 diff --git a/sources b/sources index eda2f9d..a10384c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-4eee0d8.tar.gz) = 37048ffa9ba3a5a1bf12cf06e2b9203815f6c5ce7e4d35ff617c319f74929eef2a19dca4443db286b036c717073e849b06ecbe11a4256caf76a35e5c7aaf52b0 +SHA512 (libpod-a670014.tar.gz) = 1098ebe16efcb6aa166b1af8abb6e2255ca75a3de8d7ab181bcdd9f69d486feef93a48e58ca526c4663695a2c16c733ee7e7fa266841329196eec22f481b59d8 From 3997095f89d8f5f64fcfef584a085e0d2b6dc6e0 Mon Sep 17 00:00:00 2001 From: Bruno Goncalves Date: Wed, 20 May 2020 17:11:46 +0200 Subject: [PATCH 1029/2185] update gating.yaml to gate on new testcase name related to https://pagure.io/fedora-ci/general/issue/110 This patch needs to be backport to other branches in case of new build for other releases. --- gating.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 92d738a..c2182c7 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,4 @@ product_versions: - fedora-* decision_context: bodhi_update_push_stable rules: - - !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.complete} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} From 366dc867f02010292769500b673cbad0d4bc583a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 20 May 2020 16:08:35 +0000 Subject: [PATCH 1030/2185] podman-2:2.0.0-0.40.dev.git70d89bf - autobuilt 70d89bf Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 279813b..b147eff 100644 --- a/.gitignore +++ b/.gitignore @@ -946,3 +946,4 @@ /libpod-0f8ad03.tar.gz /libpod-4eee0d8.tar.gz /libpod-a670014.tar.gz +/libpod-70d89bf.tar.gz diff --git a/podman.spec b/podman.spec index b0ee55b..a20c2fd 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 a6700147a820da5662ebe114a89c644df4fe1845 +%global commit0 70d89bfc6289e7404f5744149d7c7f460f3ba69b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.39.dev.git%{shortcommit0}%{?dist} +Release: 0.40.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.40.dev.git70d89bf +- autobuilt 70d89bf + * Wed May 20 2020 RH Container Bot - 2:2.0.0-0.39.dev.gita670014 - autobuilt a670014 diff --git a/sources b/sources index a10384c..59e93ed 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-a670014.tar.gz) = 1098ebe16efcb6aa166b1af8abb6e2255ca75a3de8d7ab181bcdd9f69d486feef93a48e58ca526c4663695a2c16c733ee7e7fa266841329196eec22f481b59d8 +SHA512 (libpod-70d89bf.tar.gz) = 78fcee2709c407adaa7c10db3ef1dd344272618d78d30e395898a1990b1a86dbe739bab31444eeb00661732f5a1d2d8d2df05fc470c0286de991d4de6fd851f3 From 3531a03642a1f630ef5d12db0ee05dee8e0009a1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 20 May 2020 17:08:04 +0000 Subject: [PATCH 1031/2185] podman-2:2.0.0-0.41.dev.git09f8f14 - autobuilt 09f8f14 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b147eff..e8c9e7c 100644 --- a/.gitignore +++ b/.gitignore @@ -947,3 +947,4 @@ /libpod-4eee0d8.tar.gz /libpod-a670014.tar.gz /libpod-70d89bf.tar.gz +/libpod-09f8f14.tar.gz diff --git a/podman.spec b/podman.spec index a20c2fd..a8cc7bb 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 70d89bfc6289e7404f5744149d7c7f460f3ba69b +%global commit0 09f8f14b4f7d09946d3d5cfc5460ec9923f7da59 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.40.dev.git%{shortcommit0}%{?dist} +Release: 0.41.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.41.dev.git09f8f14 +- autobuilt 09f8f14 + * Wed May 20 2020 RH Container Bot - 2:2.0.0-0.40.dev.git70d89bf - autobuilt 70d89bf diff --git a/sources b/sources index 59e93ed..1bd18a7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-70d89bf.tar.gz) = 78fcee2709c407adaa7c10db3ef1dd344272618d78d30e395898a1990b1a86dbe739bab31444eeb00661732f5a1d2d8d2df05fc470c0286de991d4de6fd851f3 +SHA512 (libpod-09f8f14.tar.gz) = 7949c783520dc36ea56ef77dba997f733364f76bdf56e876d5f499d838a4c1db1d3166bbcdb04c5a47b990401b761030fd45a32f66e48f22d6e3353d383cd6af From 74840f533ebaba72b7497646b0869fdb67a47984 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 20 May 2020 19:08:14 +0000 Subject: [PATCH 1032/2185] podman-2:2.0.0-0.42.dev.gitb0bfa0e - autobuilt b0bfa0e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e8c9e7c..908ff1e 100644 --- a/.gitignore +++ b/.gitignore @@ -948,3 +948,4 @@ /libpod-a670014.tar.gz /libpod-70d89bf.tar.gz /libpod-09f8f14.tar.gz +/libpod-b0bfa0e.tar.gz diff --git a/podman.spec b/podman.spec index a8cc7bb..052deb5 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 09f8f14b4f7d09946d3d5cfc5460ec9923f7da59 +%global commit0 b0bfa0e6da7d1cb0673328cdcff18329ca18cabf %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.41.dev.git%{shortcommit0}%{?dist} +Release: 0.42.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.42.dev.gitb0bfa0e +- autobuilt b0bfa0e + * Wed May 20 2020 RH Container Bot - 2:2.0.0-0.41.dev.git09f8f14 - autobuilt 09f8f14 diff --git a/sources b/sources index 1bd18a7..14a0ed8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-09f8f14.tar.gz) = 7949c783520dc36ea56ef77dba997f733364f76bdf56e876d5f499d838a4c1db1d3166bbcdb04c5a47b990401b761030fd45a32f66e48f22d6e3353d383cd6af +SHA512 (libpod-b0bfa0e.tar.gz) = 130d55812d57c220db4c051321ba303960e4aeabe649fbe868b64482954ac9fc056a2e0f83cb76d6e2abfcb23d2fa2d46aefeb5ad2479d34f743574ef7eb8b83 From 672340a37ed27b3ea4b8f5af39f660a615dda798 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 20 May 2020 20:08:22 +0000 Subject: [PATCH 1033/2185] podman-2:2.0.0-0.43.dev.git6a75dfa - autobuilt 6a75dfa Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 908ff1e..d6404a9 100644 --- a/.gitignore +++ b/.gitignore @@ -949,3 +949,4 @@ /libpod-70d89bf.tar.gz /libpod-09f8f14.tar.gz /libpod-b0bfa0e.tar.gz +/libpod-6a75dfa.tar.gz diff --git a/podman.spec b/podman.spec index 052deb5..2dad7cc 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 b0bfa0e6da7d1cb0673328cdcff18329ca18cabf +%global commit0 6a75dfa8a85d7b9677f545aba976dbe82404cf3d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.42.dev.git%{shortcommit0}%{?dist} +Release: 0.43.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.43.dev.git6a75dfa +- autobuilt 6a75dfa + * Wed May 20 2020 RH Container Bot - 2:2.0.0-0.42.dev.gitb0bfa0e - autobuilt b0bfa0e diff --git a/sources b/sources index 14a0ed8..9df0fc0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-b0bfa0e.tar.gz) = 130d55812d57c220db4c051321ba303960e4aeabe649fbe868b64482954ac9fc056a2e0f83cb76d6e2abfcb23d2fa2d46aefeb5ad2479d34f743574ef7eb8b83 +SHA512 (libpod-6a75dfa.tar.gz) = e7ab5348fda79e94ecc66ed09e5ba1001ec94fc17b22ea9c235db195d90b092548b4608b3c1603878cb32a0653ec580ff7c798b7d79837ae7be7278111d5234f From 8b33de2672c366c0645fad3aa0403adb91b56fe7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 20 May 2020 21:08:15 +0000 Subject: [PATCH 1034/2185] podman-2:2.0.0-0.44.dev.gite8e5a5f - autobuilt e8e5a5f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d6404a9..15f0484 100644 --- a/.gitignore +++ b/.gitignore @@ -950,3 +950,4 @@ /libpod-09f8f14.tar.gz /libpod-b0bfa0e.tar.gz /libpod-6a75dfa.tar.gz +/libpod-e8e5a5f.tar.gz diff --git a/podman.spec b/podman.spec index 2dad7cc..6cc2266 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 6a75dfa8a85d7b9677f545aba976dbe82404cf3d +%global commit0 e8e5a5f96e0b5d915baeeb0915cc0ca788b70e64 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.43.dev.git%{shortcommit0}%{?dist} +Release: 0.44.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.44.dev.gite8e5a5f +- autobuilt e8e5a5f + * Wed May 20 2020 RH Container Bot - 2:2.0.0-0.43.dev.git6a75dfa - autobuilt 6a75dfa diff --git a/sources b/sources index 9df0fc0..a4ad057 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6a75dfa.tar.gz) = e7ab5348fda79e94ecc66ed09e5ba1001ec94fc17b22ea9c235db195d90b092548b4608b3c1603878cb32a0653ec580ff7c798b7d79837ae7be7278111d5234f +SHA512 (libpod-e8e5a5f.tar.gz) = 14cc269cd83fe4301a8de642134607a0f6c9eda37087275b39473e08d61f0c0aaaa6b9ca64a68eb59082b4ccba99829022a71cd3c1c817d0be1643ddf6737985 From 15f5094a281cf4b97c2bfbe578e6e37fd6de602e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 20 May 2020 22:08:13 +0000 Subject: [PATCH 1035/2185] podman-2:2.0.0-0.45.dev.git02b29db - autobuilt 02b29db Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 15f0484..463fcd2 100644 --- a/.gitignore +++ b/.gitignore @@ -951,3 +951,4 @@ /libpod-b0bfa0e.tar.gz /libpod-6a75dfa.tar.gz /libpod-e8e5a5f.tar.gz +/libpod-02b29db.tar.gz diff --git a/podman.spec b/podman.spec index 6cc2266..49f5ee1 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 e8e5a5f96e0b5d915baeeb0915cc0ca788b70e64 +%global commit0 02b29db3b7f9d2c9fd2342b00f0c1a9a7041779b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.44.dev.git%{shortcommit0}%{?dist} +Release: 0.45.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.45.dev.git02b29db +- autobuilt 02b29db + * Wed May 20 2020 RH Container Bot - 2:2.0.0-0.44.dev.gite8e5a5f - autobuilt e8e5a5f diff --git a/sources b/sources index a4ad057..6e6150d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e8e5a5f.tar.gz) = 14cc269cd83fe4301a8de642134607a0f6c9eda37087275b39473e08d61f0c0aaaa6b9ca64a68eb59082b4ccba99829022a71cd3c1c817d0be1643ddf6737985 +SHA512 (libpod-02b29db.tar.gz) = e8f9288b2efb5974e389ef7ebc874d69f888b6efa6dd969e76b4d428cdc02f68d6097e7fc72325d4fce49795b69aa2b3e061c28886a1c34a25be0150b37625ae From cc91d3f694dd3a017ba6a8cf19807fd6724a439a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 21 May 2020 00:08:11 +0000 Subject: [PATCH 1036/2185] podman-2:2.0.0-0.46.dev.git8db7b9e - autobuilt 8db7b9e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 463fcd2..7d002e4 100644 --- a/.gitignore +++ b/.gitignore @@ -952,3 +952,4 @@ /libpod-6a75dfa.tar.gz /libpod-e8e5a5f.tar.gz /libpod-02b29db.tar.gz +/libpod-8db7b9e.tar.gz diff --git a/podman.spec b/podman.spec index 49f5ee1..d96ffd0 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 02b29db3b7f9d2c9fd2342b00f0c1a9a7041779b +%global commit0 8db7b9ea219ef06c50919dcfabdfdca5676e1456 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.45.dev.git%{shortcommit0}%{?dist} +Release: 0.46.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.46.dev.git8db7b9e +- autobuilt 8db7b9e + * Wed May 20 2020 RH Container Bot - 2:2.0.0-0.45.dev.git02b29db - autobuilt 02b29db diff --git a/sources b/sources index 6e6150d..812b8df 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-02b29db.tar.gz) = e8f9288b2efb5974e389ef7ebc874d69f888b6efa6dd969e76b4d428cdc02f68d6097e7fc72325d4fce49795b69aa2b3e061c28886a1c34a25be0150b37625ae +SHA512 (libpod-8db7b9e.tar.gz) = 15a4c0ca13092155f5123e93257dd20aaa00b25ccc77d6a2554936e8d9695a17bc509fa2203c1aa1e3f4f32e41eab788dba4c84cf6f675994905592996fa7971 From 76fe3010bfd7ddd985a325957809632ea29c2be0 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 20 May 2020 13:38:05 -0600 Subject: [PATCH 1037/2185] gating.yaml: duplicate the stanzas The Gating spec[1] used to recommend having one type of YAML stanza for master, one for released branches. We just discovered today that this breaks when master forks into a release branch: the string 'stable' needs to be manually changed to 'testing', and nobody is going to remember to do that, and I can't think of a (non-tedious) way to add automated checks. As of 2019-08 (09d7d4f), though, the Gating spec suggests having *both* stanzas together in the same gating.yaml file. @pingou himself concurs[2]. Although this is horrible duplication -- two hundred characters, repeated with only six of those different -- it seems cleaner than the maintenance burden of having to update release branches. [1] https://docs.fedoraproject.org/en-US/ci/gating/ [2] https://src.fedoraproject.org/rpms/podman/pull-request/33 Oh, also, add a new 'subject_type' line apparently "required" even though things seem to have been working fine without it. (Source: same commit, 09d7d4f, on gating.adoc). Signed-off-by: Ed Santiago --- gating.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gating.yaml b/gating.yaml index c2182c7..c8a218f 100644 --- a/gating.yaml +++ b/gating.yaml @@ -2,5 +2,13 @@ product_versions: - fedora-* decision_context: bodhi_update_push_stable +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 rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} From 91d919bd03e0adc28ac625ebae062984d4e3a615 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 21 May 2020 13:08:15 +0000 Subject: [PATCH 1038/2185] podman-2:2.0.0-0.47.dev.git72e8803 - autobuilt 72e8803 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7d002e4..692d47e 100644 --- a/.gitignore +++ b/.gitignore @@ -953,3 +953,4 @@ /libpod-e8e5a5f.tar.gz /libpod-02b29db.tar.gz /libpod-8db7b9e.tar.gz +/libpod-72e8803.tar.gz diff --git a/podman.spec b/podman.spec index d96ffd0..a53d493 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 8db7b9ea219ef06c50919dcfabdfdca5676e1456 +%global commit0 72e880351a88ae54b69046ab14a9a4a52c51c78b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.46.dev.git%{shortcommit0}%{?dist} +Release: 0.47.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.47.dev.git72e8803 +- autobuilt 72e8803 + * Thu May 21 2020 RH Container Bot - 2:2.0.0-0.46.dev.git8db7b9e - autobuilt 8db7b9e diff --git a/sources b/sources index 812b8df..5d82328 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-8db7b9e.tar.gz) = 15a4c0ca13092155f5123e93257dd20aaa00b25ccc77d6a2554936e8d9695a17bc509fa2203c1aa1e3f4f32e41eab788dba4c84cf6f675994905592996fa7971 +SHA512 (libpod-72e8803.tar.gz) = 6574a3f57bfc07d118fb700ec310a441511eebe859923cff8c30663d18237b3fc4bc2841d8471094d7c0e823f1c32ceb1e0e8421f968cb98cc96939561c23213 From eb61bfcfeba748dcab7af5795173a520956ecbde Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 21 May 2020 14:08:28 +0000 Subject: [PATCH 1039/2185] podman-2:2.0.0-0.48.dev.git6668b13 - autobuilt 6668b13 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 692d47e..8b65b91 100644 --- a/.gitignore +++ b/.gitignore @@ -954,3 +954,4 @@ /libpod-02b29db.tar.gz /libpod-8db7b9e.tar.gz /libpod-72e8803.tar.gz +/libpod-6668b13.tar.gz diff --git a/podman.spec b/podman.spec index a53d493..14dc68d 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 72e880351a88ae54b69046ab14a9a4a52c51c78b +%global commit0 6668b131eb02797c24d96cc62e1a78b8202ec04d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.47.dev.git%{shortcommit0}%{?dist} +Release: 0.48.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.48.dev.git6668b13 +- autobuilt 6668b13 + * Thu May 21 2020 RH Container Bot - 2:2.0.0-0.47.dev.git72e8803 - autobuilt 72e8803 diff --git a/sources b/sources index 5d82328..042e8cf 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-72e8803.tar.gz) = 6574a3f57bfc07d118fb700ec310a441511eebe859923cff8c30663d18237b3fc4bc2841d8471094d7c0e823f1c32ceb1e0e8421f968cb98cc96939561c23213 +SHA512 (libpod-6668b13.tar.gz) = cbea3e8b1cba5097c02acd434c003d6a1d26105939470caaf73134c6fb204fbd07fa6bafbb934c96e9eae46dc1c5d9f083baa8efd44cd9849e4f3594d6ce9921 From cc84b482f7f9ad086d14b3212740fda809c89e32 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 21 May 2020 15:08:22 +0000 Subject: [PATCH 1040/2185] podman-2:2.0.0-0.49.dev.gitfeb97bb - autobuilt feb97bb Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8b65b91..ebfd443 100644 --- a/.gitignore +++ b/.gitignore @@ -955,3 +955,4 @@ /libpod-8db7b9e.tar.gz /libpod-72e8803.tar.gz /libpod-6668b13.tar.gz +/libpod-feb97bb.tar.gz diff --git a/podman.spec b/podman.spec index 14dc68d..ad25645 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 6668b131eb02797c24d96cc62e1a78b8202ec04d +%global commit0 feb97bb1058bf930dfef3b177b359bf3b41a7e64 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.48.dev.git%{shortcommit0}%{?dist} +Release: 0.49.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.49.dev.gitfeb97bb +- autobuilt feb97bb + * Thu May 21 2020 RH Container Bot - 2:2.0.0-0.48.dev.git6668b13 - autobuilt 6668b13 diff --git a/sources b/sources index 042e8cf..79cb3f4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6668b13.tar.gz) = cbea3e8b1cba5097c02acd434c003d6a1d26105939470caaf73134c6fb204fbd07fa6bafbb934c96e9eae46dc1c5d9f083baa8efd44cd9849e4f3594d6ce9921 +SHA512 (libpod-feb97bb.tar.gz) = a5234992f2f518046e5991a30e0c3f9625d2cf7ddd000778389ff0810ee5a3ac38d5b7b53c427037fd69beed365f783ab0f41566947d256ecd35b751e50375d6 From e8662b72fdbc6685648e0ccf7b4ab830a3a1c3f1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 21 May 2020 16:08:23 +0000 Subject: [PATCH 1041/2185] podman-2:2.0.0-0.50.dev.git6409ff6 - autobuilt 6409ff6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ebfd443..c369a29 100644 --- a/.gitignore +++ b/.gitignore @@ -956,3 +956,4 @@ /libpod-72e8803.tar.gz /libpod-6668b13.tar.gz /libpod-feb97bb.tar.gz +/libpod-6409ff6.tar.gz diff --git a/podman.spec b/podman.spec index ad25645..2bdfc60 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 feb97bb1058bf930dfef3b177b359bf3b41a7e64 +%global commit0 6409ff6781c4ec51dc7e108b5f907dcb37b34635 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.49.dev.git%{shortcommit0}%{?dist} +Release: 0.50.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.50.dev.git6409ff6 +- autobuilt 6409ff6 + * Thu May 21 2020 RH Container Bot - 2:2.0.0-0.49.dev.gitfeb97bb - autobuilt feb97bb diff --git a/sources b/sources index 79cb3f4..d5e64be 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-feb97bb.tar.gz) = a5234992f2f518046e5991a30e0c3f9625d2cf7ddd000778389ff0810ee5a3ac38d5b7b53c427037fd69beed365f783ab0f41566947d256ecd35b751e50375d6 +SHA512 (libpod-6409ff6.tar.gz) = 316bfeeb08180a35ef912a5cdd637fe7e3622bd48aeca608ccd39acca0ba6438cef8073ea2f2d1f28904ee16395237d1f8e1921755ab1b7fea4b3367ed2d6551 From c10ab01751f563ef629d6e67d355d8836e0829ea Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Thu, 21 May 2020 11:23:01 -0600 Subject: [PATCH 1042/2185] Sigh. Disable reboot. Disable cgroups v1 test. There's a nasty bug in the CI infrastructure: reboots hang forever[1]. Sometimes they work, but only 25% of the time -- the rest of the time, gating tests fail. [1] https://redhat.service-now.com/surl.do?n=PNT0808530 So, let's just disable the reboot and all cgroups v1 tests. For now, I've disabled with a quick edit that should allow us to reenable if/when the reboot bug is fixed. TODO: reevaluate in three months (2020-08). If the reboot bug is not fixed by then, just scrap the entire cgroups refactoring and go back to plain standard-test-basic. Signed-off-by: Ed Santiago --- tests/test_podman.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tests/test_podman.yml b/tests/test_podman.yml index 1aacbbc..d5e65be 100644 --- a/tests/test_podman.yml +++ b/tests/test_podman.yml @@ -24,9 +24,18 @@ local_action: copy content="results:\n" dest={{ artifacts }}/results.yml # These are the actual tests: set cgroups vN, then run root/rootless tests. + # + # FIXME FIXME FIXME: 2020-05-21: 'loop' should be '2, 1' but there's some + # nightmarish bug in CI wherein reboots hang forever. There's a bug open[1] + # but it seems dead. Without a working reboot, there's no way to test v1. + # [1] https://redhat.service-now.com/surl.do?n=PNT0808530 + # I'm leaving this as a 'loop' in (foolish? vain?) hope that the bug will + # be fixed. Let's revisit this after, say, 2020-08. If the bug persists + # then let's just revert the entire cgroups v1 change, and go back to + # using standard-test-basic. - name: set cgroups and run podman tests include_tasks: test_podman_cgroups_vn.yml - loop: [ 2, 1 ] + loop: [ 2 ] loop_control: loop_var: want_cgroups From 71f6d5d557b45ae85b5bd3336280bdcfa7492fdf Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 21 May 2020 18:08:26 +0000 Subject: [PATCH 1043/2185] podman-2:2.0.0-0.51.dev.git9d3b466 - autobuilt 9d3b466 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c369a29..63e5c22 100644 --- a/.gitignore +++ b/.gitignore @@ -957,3 +957,4 @@ /libpod-6668b13.tar.gz /libpod-feb97bb.tar.gz /libpod-6409ff6.tar.gz +/libpod-9d3b466.tar.gz diff --git a/podman.spec b/podman.spec index 2bdfc60..33883b9 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 6409ff6781c4ec51dc7e108b5f907dcb37b34635 +%global commit0 9d3b46624b4eb3b6eeea38b5b1057914a9ff2baf %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.50.dev.git%{shortcommit0}%{?dist} +Release: 0.51.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.51.dev.git9d3b466 +- autobuilt 9d3b466 + * Thu May 21 2020 RH Container Bot - 2:2.0.0-0.50.dev.git6409ff6 - autobuilt 6409ff6 diff --git a/sources b/sources index d5e64be..14cfb86 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6409ff6.tar.gz) = 316bfeeb08180a35ef912a5cdd637fe7e3622bd48aeca608ccd39acca0ba6438cef8073ea2f2d1f28904ee16395237d1f8e1921755ab1b7fea4b3367ed2d6551 +SHA512 (libpod-9d3b466.tar.gz) = 3d19838e05cc67d636834c12ede33ec881a59ececf5c2e35a859d16ba200acecccab00c10ec6329d515230e00f3758eacc21d21184ce6c960508365b2d82ff19 From 9396cde1d2a0fc1bcf5c551c175ae37dbb35a453 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 21 May 2020 20:08:11 +0000 Subject: [PATCH 1044/2185] podman-2:2.0.0-0.52.dev.gitf6aa620 - autobuilt f6aa620 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 63e5c22..30b129d 100644 --- a/.gitignore +++ b/.gitignore @@ -958,3 +958,4 @@ /libpod-feb97bb.tar.gz /libpod-6409ff6.tar.gz /libpod-9d3b466.tar.gz +/libpod-f6aa620.tar.gz diff --git a/podman.spec b/podman.spec index 33883b9..4f40fab 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 9d3b46624b4eb3b6eeea38b5b1057914a9ff2baf +%global commit0 f6aa620b05a057ca8fb9631b66313c6220de50c2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.51.dev.git%{shortcommit0}%{?dist} +Release: 0.52.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.52.dev.gitf6aa620 +- autobuilt f6aa620 + * Thu May 21 2020 RH Container Bot - 2:2.0.0-0.51.dev.git9d3b466 - autobuilt 9d3b466 diff --git a/sources b/sources index 14cfb86..3bf8ace 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-9d3b466.tar.gz) = 3d19838e05cc67d636834c12ede33ec881a59ececf5c2e35a859d16ba200acecccab00c10ec6329d515230e00f3758eacc21d21184ce6c960508365b2d82ff19 +SHA512 (libpod-f6aa620.tar.gz) = 06115e54a4f1a87b01048f02a8842e8067cfdbb70474eee9d191d47ea9a867c6391327d7c8a945f12bff535f5355c1eeb097eb1c2cc616a9ce9f5a87c65dd0dd From cb3f979601f790c5ef326b6d0923a9bef2f4b2f8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 21 May 2020 21:08:25 +0000 Subject: [PATCH 1045/2185] podman-2:2.0.0-0.53.dev.gitd688851 - autobuilt d688851 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 30b129d..0872cd8 100644 --- a/.gitignore +++ b/.gitignore @@ -959,3 +959,4 @@ /libpod-6409ff6.tar.gz /libpod-9d3b466.tar.gz /libpod-f6aa620.tar.gz +/libpod-d688851.tar.gz diff --git a/podman.spec b/podman.spec index 4f40fab..bd2b59b 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 f6aa620b05a057ca8fb9631b66313c6220de50c2 +%global commit0 d6888516a2326f03e46c75a992f68713b0fb8aad %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.52.dev.git%{shortcommit0}%{?dist} +Release: 0.53.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.53.dev.gitd688851 +- autobuilt d688851 + * Thu May 21 2020 RH Container Bot - 2:2.0.0-0.52.dev.gitf6aa620 - autobuilt f6aa620 diff --git a/sources b/sources index 3bf8ace..59bf4a1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-f6aa620.tar.gz) = 06115e54a4f1a87b01048f02a8842e8067cfdbb70474eee9d191d47ea9a867c6391327d7c8a945f12bff535f5355c1eeb097eb1c2cc616a9ce9f5a87c65dd0dd +SHA512 (libpod-d688851.tar.gz) = 71cd771d367a76470289e1541ca66f6bfde52ffe859aaa70f06dd4044e64ea27f34221099e9fdde13370f165eff88a7d664d0f6a7ca4ebfa0e6027d8867b403e From 51af4708d82769379e863ada5595802f357cb332 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 21 May 2020 22:08:13 +0000 Subject: [PATCH 1046/2185] podman-2:2.0.0-0.54.dev.gitb023d6d - autobuilt b023d6d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0872cd8..8acf0d2 100644 --- a/.gitignore +++ b/.gitignore @@ -960,3 +960,4 @@ /libpod-9d3b466.tar.gz /libpod-f6aa620.tar.gz /libpod-d688851.tar.gz +/libpod-b023d6d.tar.gz diff --git a/podman.spec b/podman.spec index bd2b59b..8194f10 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 d6888516a2326f03e46c75a992f68713b0fb8aad +%global commit0 b023d6d541f7feb16f64ee0ca1ac10e442d33241 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.53.dev.git%{shortcommit0}%{?dist} +Release: 0.54.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.54.dev.gitb023d6d +- autobuilt b023d6d + * Thu May 21 2020 RH Container Bot - 2:2.0.0-0.53.dev.gitd688851 - autobuilt d688851 diff --git a/sources b/sources index 59bf4a1..2e7e106 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d688851.tar.gz) = 71cd771d367a76470289e1541ca66f6bfde52ffe859aaa70f06dd4044e64ea27f34221099e9fdde13370f165eff88a7d664d0f6a7ca4ebfa0e6027d8867b403e +SHA512 (libpod-b023d6d.tar.gz) = 598e18921fa6712a72d087e3c6bcd35219447b590f75351417f1f48037dc9c393a58501cdd5e89ec4598b5fa54caf6a810d9c38133785dc6f11c057579bebfa8 From e036c33cf4bd67f5ed751e70aab4025b671787bb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 22 May 2020 00:08:29 +0000 Subject: [PATCH 1047/2185] podman-2:2.0.0-0.55.dev.gitbe43536 - autobuilt be43536 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8acf0d2..ea3596b 100644 --- a/.gitignore +++ b/.gitignore @@ -961,3 +961,4 @@ /libpod-f6aa620.tar.gz /libpod-d688851.tar.gz /libpod-b023d6d.tar.gz +/libpod-be43536.tar.gz diff --git a/podman.spec b/podman.spec index 8194f10..840f9df 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 b023d6d541f7feb16f64ee0ca1ac10e442d33241 +%global commit0 be43536c0a7597075b0bd297993752f9994f12ed %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.54.dev.git%{shortcommit0}%{?dist} +Release: 0.55.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.55.dev.gitbe43536 +- autobuilt be43536 + * Thu May 21 2020 RH Container Bot - 2:2.0.0-0.54.dev.gitb023d6d - autobuilt b023d6d diff --git a/sources b/sources index 2e7e106..a78e24e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-b023d6d.tar.gz) = 598e18921fa6712a72d087e3c6bcd35219447b590f75351417f1f48037dc9c393a58501cdd5e89ec4598b5fa54caf6a810d9c38133785dc6f11c057579bebfa8 +SHA512 (libpod-be43536.tar.gz) = 4e22b802d7fcf90a52a8472c03e3b7661ee8d2935d89f2242e57d9570cba1b5251b22084ac4d3b568ce8aa6458f1dcb138887bce5723b0cb6182ecf15aca5034 From 9e0982ced9d1af1410d52bfa02dc3fdf4c3a8f1e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 22 May 2020 10:08:49 +0000 Subject: [PATCH 1048/2185] podman-2:2.0.0-0.56.dev.git398d462 - autobuilt 398d462 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ea3596b..8164435 100644 --- a/.gitignore +++ b/.gitignore @@ -962,3 +962,4 @@ /libpod-d688851.tar.gz /libpod-b023d6d.tar.gz /libpod-be43536.tar.gz +/libpod-398d462.tar.gz diff --git a/podman.spec b/podman.spec index 840f9df..dde272d 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 be43536c0a7597075b0bd297993752f9994f12ed +%global commit0 398d46230b783a40240091f9b0659b820e4fd8f9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.55.dev.git%{shortcommit0}%{?dist} +Release: 0.56.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.56.dev.git398d462 +- autobuilt 398d462 + * Fri May 22 2020 RH Container Bot - 2:2.0.0-0.55.dev.gitbe43536 - autobuilt be43536 diff --git a/sources b/sources index a78e24e..33fac2e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-be43536.tar.gz) = 4e22b802d7fcf90a52a8472c03e3b7661ee8d2935d89f2242e57d9570cba1b5251b22084ac4d3b568ce8aa6458f1dcb138887bce5723b0cb6182ecf15aca5034 +SHA512 (libpod-398d462.tar.gz) = 4fa757d58e3114d6d0e92d74365404b17707775fee92af2c323374e0c2c59a6155b1a0db04983e7261de7434aa8286f863717725d659470f97eb475bb7788dba From 091b6eeb29e126eb0f211d6ca4274b4b8f540c0e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 22 May 2020 11:08:09 +0000 Subject: [PATCH 1049/2185] podman-2:2.0.0-0.57.dev.git3f2ab6b - autobuilt 3f2ab6b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8164435..f036fd3 100644 --- a/.gitignore +++ b/.gitignore @@ -963,3 +963,4 @@ /libpod-b023d6d.tar.gz /libpod-be43536.tar.gz /libpod-398d462.tar.gz +/libpod-3f2ab6b.tar.gz diff --git a/podman.spec b/podman.spec index dde272d..083b4cd 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 398d46230b783a40240091f9b0659b820e4fd8f9 +%global commit0 3f2ab6bc2ec638f820911e793042cf26c322be7e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.56.dev.git%{shortcommit0}%{?dist} +Release: 0.57.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.57.dev.git3f2ab6b +- autobuilt 3f2ab6b + * Fri May 22 2020 RH Container Bot - 2:2.0.0-0.56.dev.git398d462 - autobuilt 398d462 diff --git a/sources b/sources index 33fac2e..07889de 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-398d462.tar.gz) = 4fa757d58e3114d6d0e92d74365404b17707775fee92af2c323374e0c2c59a6155b1a0db04983e7261de7434aa8286f863717725d659470f97eb475bb7788dba +SHA512 (libpod-3f2ab6b.tar.gz) = 4265656dda8695f3a385cf6e6c4a95d208882adc048475720d0c1e231703fe5073263ae56b4df88c0e0d36fa4e55012020fb713f813611c8b5a0c3f5e6c9f3b9 From 48719e5d8014bab73ebb775ff6ecdfe99d46ed51 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 22 May 2020 12:08:24 +0000 Subject: [PATCH 1050/2185] podman-2:2.0.0-0.58.dev.git05a0612 - autobuilt 05a0612 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f036fd3..f79008b 100644 --- a/.gitignore +++ b/.gitignore @@ -964,3 +964,4 @@ /libpod-be43536.tar.gz /libpod-398d462.tar.gz /libpod-3f2ab6b.tar.gz +/libpod-05a0612.tar.gz diff --git a/podman.spec b/podman.spec index 083b4cd..2a4f73e 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 3f2ab6bc2ec638f820911e793042cf26c322be7e +%global commit0 05a061282c02331425e1caceae80c6b44b7dc9ec %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.57.dev.git%{shortcommit0}%{?dist} +Release: 0.58.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.58.dev.git05a0612 +- autobuilt 05a0612 + * Fri May 22 2020 RH Container Bot - 2:2.0.0-0.57.dev.git3f2ab6b - autobuilt 3f2ab6b diff --git a/sources b/sources index 07889de..cf0466e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-3f2ab6b.tar.gz) = 4265656dda8695f3a385cf6e6c4a95d208882adc048475720d0c1e231703fe5073263ae56b4df88c0e0d36fa4e55012020fb713f813611c8b5a0c3f5e6c9f3b9 +SHA512 (libpod-05a0612.tar.gz) = dac49c45d3b194e2344c057ee5cdbec0571e000d042a7ac8c169690bca4f5dc3172db67394f8f682d8bfb669b6abef2448e9ac160539ab5af145cc2f02a1a4be From 2417340e28f7159bf557b55a629abfc87572ee37 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 22 May 2020 13:08:32 +0000 Subject: [PATCH 1051/2185] podman-2:2.0.0-0.59.dev.git05c0ae6 - autobuilt 05c0ae6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f79008b..b2acecc 100644 --- a/.gitignore +++ b/.gitignore @@ -965,3 +965,4 @@ /libpod-398d462.tar.gz /libpod-3f2ab6b.tar.gz /libpod-05a0612.tar.gz +/libpod-05c0ae6.tar.gz diff --git a/podman.spec b/podman.spec index 2a4f73e..9403110 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 05a061282c02331425e1caceae80c6b44b7dc9ec +%global commit0 05c0ae6c275164cc2e04b2d3856a482327674c0c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.58.dev.git%{shortcommit0}%{?dist} +Release: 0.59.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.59.dev.git05c0ae6 +- autobuilt 05c0ae6 + * Fri May 22 2020 RH Container Bot - 2:2.0.0-0.58.dev.git05a0612 - autobuilt 05a0612 diff --git a/sources b/sources index cf0466e..124dba8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-05a0612.tar.gz) = dac49c45d3b194e2344c057ee5cdbec0571e000d042a7ac8c169690bca4f5dc3172db67394f8f682d8bfb669b6abef2448e9ac160539ab5af145cc2f02a1a4be +SHA512 (libpod-05c0ae6.tar.gz) = 43a5725972e370a3fb1da4ba6a45218931088c940024a47aab0ac7362529f9c3d1843474ebc21c7b0d08ac088a4d859e7a531bcaa5147da5556f10ebee105f89 From 7685ab2bc4aeac7845339f5c27bbc2d36284b926 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 22 May 2020 14:08:26 +0000 Subject: [PATCH 1052/2185] podman-2:2.0.0-0.60.dev.gitcf5d338 - autobuilt cf5d338 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b2acecc..36ad610 100644 --- a/.gitignore +++ b/.gitignore @@ -966,3 +966,4 @@ /libpod-3f2ab6b.tar.gz /libpod-05a0612.tar.gz /libpod-05c0ae6.tar.gz +/libpod-cf5d338.tar.gz diff --git a/podman.spec b/podman.spec index 9403110..05d55fa 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 05c0ae6c275164cc2e04b2d3856a482327674c0c +%global commit0 cf5d33807ffefb4738d6f2477c08f4955ff630ba %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.59.dev.git%{shortcommit0}%{?dist} +Release: 0.60.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.60.dev.gitcf5d338 +- autobuilt cf5d338 + * Fri May 22 2020 RH Container Bot - 2:2.0.0-0.59.dev.git05c0ae6 - autobuilt 05c0ae6 diff --git a/sources b/sources index 124dba8..18a539b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-05c0ae6.tar.gz) = 43a5725972e370a3fb1da4ba6a45218931088c940024a47aab0ac7362529f9c3d1843474ebc21c7b0d08ac088a4d859e7a531bcaa5147da5556f10ebee105f89 +SHA512 (libpod-cf5d338.tar.gz) = 0a4f448fffb11d78c654751dbde5ea08cc89bef68b9824331dc1dbac0e9961e0743fdeda2810ed0e6fddb9455f24e32d93d4f78499ba9129ab967f13d9274126 From 9a927699c9e7985d3c3ad14a3aed93f4734495ef Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 22 May 2020 15:08:25 +0000 Subject: [PATCH 1053/2185] podman-2:2.0.0-0.61.dev.git6aa802d - autobuilt 6aa802d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 36ad610..bbb6435 100644 --- a/.gitignore +++ b/.gitignore @@ -967,3 +967,4 @@ /libpod-05a0612.tar.gz /libpod-05c0ae6.tar.gz /libpod-cf5d338.tar.gz +/libpod-6aa802d.tar.gz diff --git a/podman.spec b/podman.spec index 05d55fa..66f0e33 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 cf5d33807ffefb4738d6f2477c08f4955ff630ba +%global commit0 6aa802d8012a78ac95e4fe2017a5b54ec8d4b8de %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.60.dev.git%{shortcommit0}%{?dist} +Release: 0.61.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.61.dev.git6aa802d +- autobuilt 6aa802d + * Fri May 22 2020 RH Container Bot - 2:2.0.0-0.60.dev.gitcf5d338 - autobuilt cf5d338 diff --git a/sources b/sources index 18a539b..6485588 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-cf5d338.tar.gz) = 0a4f448fffb11d78c654751dbde5ea08cc89bef68b9824331dc1dbac0e9961e0743fdeda2810ed0e6fddb9455f24e32d93d4f78499ba9129ab967f13d9274126 +SHA512 (libpod-6aa802d.tar.gz) = 4d9a783ec4b682681ae1a4f16425109256bff109eec15c4f55251ef8a8b1b3dab7d29cd0d7168e1fd978ef4591834d8ae4a6399183c69bcaaf2ac1a7e6ae527c From f35469c29651d4d863a171d0736b358fd175ed4f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 22 May 2020 17:08:30 +0000 Subject: [PATCH 1054/2185] podman-2:2.0.0-0.62.dev.gitc8d6426 - autobuilt c8d6426 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bbb6435..5971b35 100644 --- a/.gitignore +++ b/.gitignore @@ -968,3 +968,4 @@ /libpod-05c0ae6.tar.gz /libpod-cf5d338.tar.gz /libpod-6aa802d.tar.gz +/libpod-c8d6426.tar.gz diff --git a/podman.spec b/podman.spec index 66f0e33..4b50176 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 6aa802d8012a78ac95e4fe2017a5b54ec8d4b8de +%global commit0 c8d64264c924833440237bf766a05db0cea56a1c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.61.dev.git%{shortcommit0}%{?dist} +Release: 0.62.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.62.dev.gitc8d6426 +- autobuilt c8d6426 + * Fri May 22 2020 RH Container Bot - 2:2.0.0-0.61.dev.git6aa802d - autobuilt 6aa802d diff --git a/sources b/sources index 6485588..ea9a759 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6aa802d.tar.gz) = 4d9a783ec4b682681ae1a4f16425109256bff109eec15c4f55251ef8a8b1b3dab7d29cd0d7168e1fd978ef4591834d8ae4a6399183c69bcaaf2ac1a7e6ae527c +SHA512 (libpod-c8d6426.tar.gz) = 87a477c44689d262390712b1cc94107c59f2d33c3cae41f27df6822a4a768570036d517864d99f1fa309f53e6f41eaecab205fad13cbcd951076aeb073ec703a From 8903121dc76ec2ecd39f7176635f3d5f95cc0a0c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 22 May 2020 19:08:14 +0000 Subject: [PATCH 1055/2185] podman-2:2.0.0-0.63.dev.gita6ee8bf - autobuilt a6ee8bf Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5971b35..ab60c02 100644 --- a/.gitignore +++ b/.gitignore @@ -969,3 +969,4 @@ /libpod-cf5d338.tar.gz /libpod-6aa802d.tar.gz /libpod-c8d6426.tar.gz +/libpod-a6ee8bf.tar.gz diff --git a/podman.spec b/podman.spec index 4b50176..e0abba2 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 c8d64264c924833440237bf766a05db0cea56a1c +%global commit0 a6ee8bf2afccddcf8eb5d93e135e5b8b9e750259 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.62.dev.git%{shortcommit0}%{?dist} +Release: 0.63.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.63.dev.gita6ee8bf +- autobuilt a6ee8bf + * Fri May 22 2020 RH Container Bot - 2:2.0.0-0.62.dev.gitc8d6426 - autobuilt c8d6426 diff --git a/sources b/sources index ea9a759..4cd01bb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c8d6426.tar.gz) = 87a477c44689d262390712b1cc94107c59f2d33c3cae41f27df6822a4a768570036d517864d99f1fa309f53e6f41eaecab205fad13cbcd951076aeb073ec703a +SHA512 (libpod-a6ee8bf.tar.gz) = 4317090a4dc4eae9e82b0cda182645b9b55cf004b43c63518b20ba4363ebfe27409b89e61a7010b3cd940afcfcf9580196485a02931a9cd4a6933d92ea628177 From 442e8a63b80b325130f8715059a6d3799cad1d2a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 22 May 2020 20:08:16 +0000 Subject: [PATCH 1056/2185] podman-2:2.0.0-0.64.dev.gite1193c8 - autobuilt e1193c8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ab60c02..a34ffa2 100644 --- a/.gitignore +++ b/.gitignore @@ -970,3 +970,4 @@ /libpod-6aa802d.tar.gz /libpod-c8d6426.tar.gz /libpod-a6ee8bf.tar.gz +/libpod-e1193c8.tar.gz diff --git a/podman.spec b/podman.spec index e0abba2..148d5f5 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 a6ee8bf2afccddcf8eb5d93e135e5b8b9e750259 +%global commit0 e1193c8703489b8aba5cc093a7339eff6d2559d8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -43,7 +43,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.0.0-rc1 +%define built_tag v2.0.0-rc2 Name: podman %if 0%{?fedora} @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.63.dev.git%{shortcommit0}%{?dist} +Release: 0.64.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.64.dev.gite1193c8 +- autobuilt e1193c8 + * Fri May 22 2020 RH Container Bot - 2:2.0.0-0.63.dev.gita6ee8bf - autobuilt a6ee8bf diff --git a/sources b/sources index 4cd01bb..997bec4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-a6ee8bf.tar.gz) = 4317090a4dc4eae9e82b0cda182645b9b55cf004b43c63518b20ba4363ebfe27409b89e61a7010b3cd940afcfcf9580196485a02931a9cd4a6933d92ea628177 +SHA512 (libpod-e1193c8.tar.gz) = fb64bdff7a65d2df944fb64c544cce013bd53fda8fcd3bbbc7ca937c018227f1c1da69e54f5ac671eb06f26332055d2bf924c1bf0d22ce98c0ba0b492d9dd959 From daada9eae9228967a83ee455de77eeb0cab4269f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 23 May 2020 00:08:19 +0000 Subject: [PATCH 1057/2185] podman-2:2.0.0-0.65.dev.gitc166b21 - autobuilt c166b21 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a34ffa2..3d4bd8a 100644 --- a/.gitignore +++ b/.gitignore @@ -971,3 +971,4 @@ /libpod-c8d6426.tar.gz /libpod-a6ee8bf.tar.gz /libpod-e1193c8.tar.gz +/libpod-c166b21.tar.gz diff --git a/podman.spec b/podman.spec index 148d5f5..612a40d 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 e1193c8703489b8aba5cc093a7339eff6d2559d8 +%global commit0 c166b21602e9aa2ae9cfe76ca6f0289cc63e452f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.64.dev.git%{shortcommit0}%{?dist} +Release: 0.65.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sat May 23 2020 RH Container Bot - 2:2.0.0-0.65.dev.gitc166b21 +- autobuilt c166b21 + * Fri May 22 2020 RH Container Bot - 2:2.0.0-0.64.dev.gite1193c8 - autobuilt e1193c8 diff --git a/sources b/sources index 997bec4..679b8b6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e1193c8.tar.gz) = fb64bdff7a65d2df944fb64c544cce013bd53fda8fcd3bbbc7ca937c018227f1c1da69e54f5ac671eb06f26332055d2bf924c1bf0d22ce98c0ba0b492d9dd959 +SHA512 (libpod-c166b21.tar.gz) = 8f804c03d35027ec62fa8194cd8002eab3d1020e8b37cabf0425f85d4abe9008ca2017344a3c8016382da7fe6d82e39bf108ac306807d52ee5c0dcfc6e705c50 From e117e2a7831ecb029be0c5014ddfd1acf9181b7b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 23 May 2020 10:08:11 +0000 Subject: [PATCH 1058/2185] podman-2:2.0.0-0.66.dev.gite323d3e - autobuilt e323d3e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3d4bd8a..baf9c83 100644 --- a/.gitignore +++ b/.gitignore @@ -972,3 +972,4 @@ /libpod-a6ee8bf.tar.gz /libpod-e1193c8.tar.gz /libpod-c166b21.tar.gz +/libpod-e323d3e.tar.gz diff --git a/podman.spec b/podman.spec index 612a40d..8add680 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 c166b21602e9aa2ae9cfe76ca6f0289cc63e452f +%global commit0 e323d3e92d618f76efe63a29ae53150c943e1fbe %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.65.dev.git%{shortcommit0}%{?dist} +Release: 0.66.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sat May 23 2020 RH Container Bot - 2:2.0.0-0.66.dev.gite323d3e +- autobuilt e323d3e + * Sat May 23 2020 RH Container Bot - 2:2.0.0-0.65.dev.gitc166b21 - autobuilt c166b21 diff --git a/sources b/sources index 679b8b6..5bccc8e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c166b21.tar.gz) = 8f804c03d35027ec62fa8194cd8002eab3d1020e8b37cabf0425f85d4abe9008ca2017344a3c8016382da7fe6d82e39bf108ac306807d52ee5c0dcfc6e705c50 +SHA512 (libpod-e323d3e.tar.gz) = 4080b7fa072e2e733ad67628265e2dcfff124f9630c5ad48904935f1b281f940dc05b1df312697cab8c1703f8ab8e46a111af256c81334e1e10aa392f81721f3 From ae1d833ecce468b0e328265777ef206eb485068a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 23 May 2020 11:08:13 +0000 Subject: [PATCH 1059/2185] podman-2:2.0.0-0.67.dev.git56a95b0 - autobuilt 56a95b0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index baf9c83..86f943e 100644 --- a/.gitignore +++ b/.gitignore @@ -973,3 +973,4 @@ /libpod-e1193c8.tar.gz /libpod-c166b21.tar.gz /libpod-e323d3e.tar.gz +/libpod-56a95b0.tar.gz diff --git a/podman.spec b/podman.spec index 8add680..773ae7e 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 e323d3e92d618f76efe63a29ae53150c943e1fbe +%global commit0 56a95b0e7d1a9268873cf74e7746c3da48881f35 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.66.dev.git%{shortcommit0}%{?dist} +Release: 0.67.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sat May 23 2020 RH Container Bot - 2:2.0.0-0.67.dev.git56a95b0 +- autobuilt 56a95b0 + * Sat May 23 2020 RH Container Bot - 2:2.0.0-0.66.dev.gite323d3e - autobuilt e323d3e diff --git a/sources b/sources index 5bccc8e..ad7234f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e323d3e.tar.gz) = 4080b7fa072e2e733ad67628265e2dcfff124f9630c5ad48904935f1b281f940dc05b1df312697cab8c1703f8ab8e46a111af256c81334e1e10aa392f81721f3 +SHA512 (libpod-56a95b0.tar.gz) = c3e68e9251622a1546c28387381b5988bec5ba9160a7817c20a6f969e0bb9f2a1b7dea57f58dabdcb3feed44dd3d4e5a5d11c466353cefe7968534262d959d44 From 228a732e7122774d6f351cd7dad878ec1bfe2807 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 24 May 2020 11:09:51 +0000 Subject: [PATCH 1060/2185] podman-2:2.0.0-0.68.dev.gitb4cd54a - autobuilt b4cd54a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 86f943e..0961354 100644 --- a/.gitignore +++ b/.gitignore @@ -974,3 +974,4 @@ /libpod-c166b21.tar.gz /libpod-e323d3e.tar.gz /libpod-56a95b0.tar.gz +/libpod-b4cd54a.tar.gz diff --git a/podman.spec b/podman.spec index 773ae7e..aa5425f 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 56a95b0e7d1a9268873cf74e7746c3da48881f35 +%global commit0 b4cd54a2fa5f6c0c2239ff619b9b306deed0f6a7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.67.dev.git%{shortcommit0}%{?dist} +Release: 0.68.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sun May 24 2020 RH Container Bot - 2:2.0.0-0.68.dev.gitb4cd54a +- autobuilt b4cd54a + * Sat May 23 2020 RH Container Bot - 2:2.0.0-0.67.dev.git56a95b0 - autobuilt 56a95b0 diff --git a/sources b/sources index ad7234f..e86a104 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-56a95b0.tar.gz) = c3e68e9251622a1546c28387381b5988bec5ba9160a7817c20a6f969e0bb9f2a1b7dea57f58dabdcb3feed44dd3d4e5a5d11c466353cefe7968534262d959d44 +SHA512 (libpod-b4cd54a.tar.gz) = 1617b159856d2d2f4323ba45e3414e1c6cf96c7933fefe63b8ea8f52261980aa8d25e140cec3001ed40f651866fff093f678c8bd0bba708b75ad1ffc3208f98d From 0dee18bf67da5b91dd5286a6c01dd0ec1068a8f9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 25 May 2020 09:09:00 +0000 Subject: [PATCH 1061/2185] podman-2:2.0.0-0.69.dev.git0b7b974 - autobuilt 0b7b974 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0961354..d886e3c 100644 --- a/.gitignore +++ b/.gitignore @@ -975,3 +975,4 @@ /libpod-e323d3e.tar.gz /libpod-56a95b0.tar.gz /libpod-b4cd54a.tar.gz +/libpod-0b7b974.tar.gz diff --git a/podman.spec b/podman.spec index aa5425f..937d69d 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 b4cd54a2fa5f6c0c2239ff619b9b306deed0f6a7 +%global commit0 0b7b9748681845a76a23349c95edad62048b849b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.68.dev.git%{shortcommit0}%{?dist} +Release: 0.69.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon May 25 2020 RH Container Bot - 2:2.0.0-0.69.dev.git0b7b974 +- autobuilt 0b7b974 + * Sun May 24 2020 RH Container Bot - 2:2.0.0-0.68.dev.gitb4cd54a - autobuilt b4cd54a diff --git a/sources b/sources index e86a104..15d9d52 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-b4cd54a.tar.gz) = 1617b159856d2d2f4323ba45e3414e1c6cf96c7933fefe63b8ea8f52261980aa8d25e140cec3001ed40f651866fff093f678c8bd0bba708b75ad1ffc3208f98d +SHA512 (libpod-0b7b974.tar.gz) = 5724bbdba457b19ecf46081dbb80f0970b2c658cf4da83efdcc0a7d78a34d12c2eb34798105b5bf73fd27065139151d3292ff2f4ce62e01b96cf3e32ab2543f4 From 7886f8e6aec7a49fc59fb54cbd9e9e8fa5bfb985 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 25 May 2020 11:08:58 +0000 Subject: [PATCH 1062/2185] podman-2:2.0.0-0.70.dev.git1077d2d - autobuilt 1077d2d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d886e3c..4f27027 100644 --- a/.gitignore +++ b/.gitignore @@ -976,3 +976,4 @@ /libpod-56a95b0.tar.gz /libpod-b4cd54a.tar.gz /libpod-0b7b974.tar.gz +/libpod-1077d2d.tar.gz diff --git a/podman.spec b/podman.spec index 937d69d..988d091 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 0b7b9748681845a76a23349c95edad62048b849b +%global commit0 1077d2d0b72d027a01080c0d3ebdb7d99a969661 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.69.dev.git%{shortcommit0}%{?dist} +Release: 0.70.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon May 25 2020 RH Container Bot - 2:2.0.0-0.70.dev.git1077d2d +- autobuilt 1077d2d + * Mon May 25 2020 RH Container Bot - 2:2.0.0-0.69.dev.git0b7b974 - autobuilt 0b7b974 diff --git a/sources b/sources index 15d9d52..c5d5d7c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-0b7b974.tar.gz) = 5724bbdba457b19ecf46081dbb80f0970b2c658cf4da83efdcc0a7d78a34d12c2eb34798105b5bf73fd27065139151d3292ff2f4ce62e01b96cf3e32ab2543f4 +SHA512 (libpod-1077d2d.tar.gz) = 7dd94d607564736b14e10b985daec387ac1c9f1eb5afdc9fbbee86cae2b7600f1b72f376a81178848e7f163daa49eaf37385f3ed02f27b81fb16ba5b2ca9222b From b3827d20a938487f017b4c811aa894e36cee511d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 26 May 2020 16:09:14 +0000 Subject: [PATCH 1063/2185] podman-2:2.0.0-0.71.dev.git07ef44e - autobuilt 07ef44e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4f27027..1e4367a 100644 --- a/.gitignore +++ b/.gitignore @@ -977,3 +977,4 @@ /libpod-b4cd54a.tar.gz /libpod-0b7b974.tar.gz /libpod-1077d2d.tar.gz +/libpod-07ef44e.tar.gz diff --git a/podman.spec b/podman.spec index 988d091..f47c697 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 1077d2d0b72d027a01080c0d3ebdb7d99a969661 +%global commit0 07ef44e2f3e4162fc28c3f3edcd739ab6e51526a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.70.dev.git%{shortcommit0}%{?dist} +Release: 0.71.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue May 26 2020 RH Container Bot - 2:2.0.0-0.71.dev.git07ef44e +- autobuilt 07ef44e + * Mon May 25 2020 RH Container Bot - 2:2.0.0-0.70.dev.git1077d2d - autobuilt 1077d2d diff --git a/sources b/sources index c5d5d7c..6479070 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-1077d2d.tar.gz) = 7dd94d607564736b14e10b985daec387ac1c9f1eb5afdc9fbbee86cae2b7600f1b72f376a81178848e7f163daa49eaf37385f3ed02f27b81fb16ba5b2ca9222b +SHA512 (libpod-07ef44e.tar.gz) = 9a2ca9703c17fb061eb7971a4810f8c6ae02d9e251dc9257161799457c21026855304d3046a18a08221392cb8d179e4bb4e3cb3da98c88bfd2f12c388b6d66f1 From b647229559fff0fc69a763c6acf5c84d5b239ba0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 26 May 2020 19:08:48 +0000 Subject: [PATCH 1064/2185] podman-2:2.0.0-0.72.dev.gitd32d588 - autobuilt d32d588 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1e4367a..e03ee61 100644 --- a/.gitignore +++ b/.gitignore @@ -978,3 +978,4 @@ /libpod-0b7b974.tar.gz /libpod-1077d2d.tar.gz /libpod-07ef44e.tar.gz +/libpod-d32d588.tar.gz diff --git a/podman.spec b/podman.spec index f47c697..59ce54b 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 07ef44e2f3e4162fc28c3f3edcd739ab6e51526a +%global commit0 d32d5885048c7b5e9f30827827088b4b17295e90 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.71.dev.git%{shortcommit0}%{?dist} +Release: 0.72.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue May 26 2020 RH Container Bot - 2:2.0.0-0.72.dev.gitd32d588 +- autobuilt d32d588 + * Tue May 26 2020 RH Container Bot - 2:2.0.0-0.71.dev.git07ef44e - autobuilt 07ef44e diff --git a/sources b/sources index 6479070..f6707f3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-07ef44e.tar.gz) = 9a2ca9703c17fb061eb7971a4810f8c6ae02d9e251dc9257161799457c21026855304d3046a18a08221392cb8d179e4bb4e3cb3da98c88bfd2f12c388b6d66f1 +SHA512 (libpod-d32d588.tar.gz) = 79281157263049d7484fdffdfdb496f0e802ba85463e807a2dbb76b73709241349805b6b7a93699328cb632ee69ea305d036738cdc2044fc1c7f967182ca776d From c35e6d2b7b12b21a0f6ca7750c9af7010a0b1ae2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 26 May 2020 20:09:02 +0000 Subject: [PATCH 1065/2185] podman-2:2.0.0-0.73.dev.gite704da0 - autobuilt e704da0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e03ee61..12ae884 100644 --- a/.gitignore +++ b/.gitignore @@ -979,3 +979,4 @@ /libpod-1077d2d.tar.gz /libpod-07ef44e.tar.gz /libpod-d32d588.tar.gz +/libpod-e704da0.tar.gz diff --git a/podman.spec b/podman.spec index 59ce54b..1752c42 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 d32d5885048c7b5e9f30827827088b4b17295e90 +%global commit0 e704da0c520bfc1d8e0462983e8470040a2fda9d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.72.dev.git%{shortcommit0}%{?dist} +Release: 0.73.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue May 26 2020 RH Container Bot - 2:2.0.0-0.73.dev.gite704da0 +- autobuilt e704da0 + * Tue May 26 2020 RH Container Bot - 2:2.0.0-0.72.dev.gitd32d588 - autobuilt d32d588 diff --git a/sources b/sources index f6707f3..52f3332 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d32d588.tar.gz) = 79281157263049d7484fdffdfdb496f0e802ba85463e807a2dbb76b73709241349805b6b7a93699328cb632ee69ea305d036738cdc2044fc1c7f967182ca776d +SHA512 (libpod-e704da0.tar.gz) = 94d12b69ada70198288cf4363edddfbc38c61f21a7341c64ac938df5dc08ac37d37891c5358c76bd6dacb309d184938895aaff47287d8a64d8aea8848a268b18 From 305a0afa7bf91ce378f1a996d5ed0bc2c246021a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 26 May 2020 22:09:08 +0000 Subject: [PATCH 1066/2185] podman-2:2.0.0-0.74.dev.git119e13d - autobuilt 119e13d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 12ae884..7c82f45 100644 --- a/.gitignore +++ b/.gitignore @@ -980,3 +980,4 @@ /libpod-07ef44e.tar.gz /libpod-d32d588.tar.gz /libpod-e704da0.tar.gz +/libpod-119e13d.tar.gz diff --git a/podman.spec b/podman.spec index 1752c42..3d561f1 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 e704da0c520bfc1d8e0462983e8470040a2fda9d +%global commit0 119e13d4bcc3e8da903da33b291f2795b0e76e71 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.73.dev.git%{shortcommit0}%{?dist} +Release: 0.74.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue May 26 2020 RH Container Bot - 2:2.0.0-0.74.dev.git119e13d +- autobuilt 119e13d + * Tue May 26 2020 RH Container Bot - 2:2.0.0-0.73.dev.gite704da0 - autobuilt e704da0 diff --git a/sources b/sources index 52f3332..b4fe1a8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e704da0.tar.gz) = 94d12b69ada70198288cf4363edddfbc38c61f21a7341c64ac938df5dc08ac37d37891c5358c76bd6dacb309d184938895aaff47287d8a64d8aea8848a268b18 +SHA512 (libpod-119e13d.tar.gz) = c082c1d2ac47ff37d90da167fba7695fd97b16cda771552da31c0025733f59c2fb8aca595338db6d836b759457efd7a06aa542f945f9882be4670f1bc34c5268 From f793942d7f13c8f9e45849ef87a368f1f34bb4f2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 27 May 2020 14:08:59 +0000 Subject: [PATCH 1067/2185] podman-2:2.0.0-0.75.dev.git89b4683 - autobuilt 89b4683 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7c82f45..78e5664 100644 --- a/.gitignore +++ b/.gitignore @@ -981,3 +981,4 @@ /libpod-d32d588.tar.gz /libpod-e704da0.tar.gz /libpod-119e13d.tar.gz +/libpod-89b4683.tar.gz diff --git a/podman.spec b/podman.spec index 3d561f1..5e80890 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 119e13d4bcc3e8da903da33b291f2795b0e76e71 +%global commit0 89b4683cc4666f789ebc3d21453ef65e37775642 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.74.dev.git%{shortcommit0}%{?dist} +Release: 0.75.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed May 27 2020 RH Container Bot - 2:2.0.0-0.75.dev.git89b4683 +- autobuilt 89b4683 + * Tue May 26 2020 RH Container Bot - 2:2.0.0-0.74.dev.git119e13d - autobuilt 119e13d diff --git a/sources b/sources index b4fe1a8..5acf38c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-119e13d.tar.gz) = c082c1d2ac47ff37d90da167fba7695fd97b16cda771552da31c0025733f59c2fb8aca595338db6d836b759457efd7a06aa542f945f9882be4670f1bc34c5268 +SHA512 (libpod-89b4683.tar.gz) = 9bae3f13597b607eaca653b6b91cccadefa21b08a328088ddf774e373c6c7fb45649189fd687959de8b288f8ca21d0f79010babc0b154f156be7adaa5240ab15 From 918316e4ed24e593c5946c3c70c7b2e00ed2e297 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 27 May 2020 15:09:08 +0000 Subject: [PATCH 1068/2185] podman-2:2.0.0-0.76.dev.git2a988a4 - autobuilt 2a988a4 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 78e5664..c5b706c 100644 --- a/.gitignore +++ b/.gitignore @@ -982,3 +982,4 @@ /libpod-e704da0.tar.gz /libpod-119e13d.tar.gz /libpod-89b4683.tar.gz +/libpod-2a988a4.tar.gz diff --git a/podman.spec b/podman.spec index 5e80890..21a9da7 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 89b4683cc4666f789ebc3d21453ef65e37775642 +%global commit0 2a988a4d8279ac5d7e34fdaee18e6a9e120206d5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.75.dev.git%{shortcommit0}%{?dist} +Release: 0.76.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed May 27 2020 RH Container Bot - 2:2.0.0-0.76.dev.git2a988a4 +- autobuilt 2a988a4 + * Wed May 27 2020 RH Container Bot - 2:2.0.0-0.75.dev.git89b4683 - autobuilt 89b4683 diff --git a/sources b/sources index 5acf38c..25add00 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-89b4683.tar.gz) = 9bae3f13597b607eaca653b6b91cccadefa21b08a328088ddf774e373c6c7fb45649189fd687959de8b288f8ca21d0f79010babc0b154f156be7adaa5240ab15 +SHA512 (libpod-2a988a4.tar.gz) = c25c1941da390b53a35afdf7b19a1d2de3cafc8dd3380dfcaa6664cdc772833a1d061bc73a27b203ec35f5b27b3bf61d7a57c6eeb7034a587d9bd96977f6a593 From 5f9a924048fbd54e75e2f98f5b2d3fd2ef5bf40a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 27 May 2020 16:09:19 +0000 Subject: [PATCH 1069/2185] podman-2:2.0.0-0.77.dev.gitab3a620 - autobuilt ab3a620 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c5b706c..22c1d54 100644 --- a/.gitignore +++ b/.gitignore @@ -983,3 +983,4 @@ /libpod-119e13d.tar.gz /libpod-89b4683.tar.gz /libpod-2a988a4.tar.gz +/libpod-ab3a620.tar.gz diff --git a/podman.spec b/podman.spec index 21a9da7..e09b8c3 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 2a988a4d8279ac5d7e34fdaee18e6a9e120206d5 +%global commit0 ab3a620f74f2f1458054822f2113200863b60d40 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.76.dev.git%{shortcommit0}%{?dist} +Release: 0.77.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed May 27 2020 RH Container Bot - 2:2.0.0-0.77.dev.gitab3a620 +- autobuilt ab3a620 + * Wed May 27 2020 RH Container Bot - 2:2.0.0-0.76.dev.git2a988a4 - autobuilt 2a988a4 diff --git a/sources b/sources index 25add00..fa6d50a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-2a988a4.tar.gz) = c25c1941da390b53a35afdf7b19a1d2de3cafc8dd3380dfcaa6664cdc772833a1d061bc73a27b203ec35f5b27b3bf61d7a57c6eeb7034a587d9bd96977f6a593 +SHA512 (libpod-ab3a620.tar.gz) = c5010a12a16b941cccd564f90c298ac5bea87f37c11b20b8627ca5c766f7034e77665ed620a48ad23b3939e5d40a64073ef5540fd6161088f2eb25fd634ec621 From 70a01c994b170b2790f20a83bdae97564fa9d82c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 27 May 2020 19:09:27 +0000 Subject: [PATCH 1070/2185] podman-2:2.0.0-0.78.dev.gitc64abd0 - autobuilt c64abd0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 22c1d54..3eace4e 100644 --- a/.gitignore +++ b/.gitignore @@ -984,3 +984,4 @@ /libpod-89b4683.tar.gz /libpod-2a988a4.tar.gz /libpod-ab3a620.tar.gz +/libpod-c64abd0.tar.gz diff --git a/podman.spec b/podman.spec index e09b8c3..6ada767 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 ab3a620f74f2f1458054822f2113200863b60d40 +%global commit0 c64abd0b037e5918d6d24e326005ae65131dd738 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.77.dev.git%{shortcommit0}%{?dist} +Release: 0.78.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed May 27 2020 RH Container Bot - 2:2.0.0-0.78.dev.gitc64abd0 +- autobuilt c64abd0 + * Wed May 27 2020 RH Container Bot - 2:2.0.0-0.77.dev.gitab3a620 - autobuilt ab3a620 diff --git a/sources b/sources index fa6d50a..091e1cd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-ab3a620.tar.gz) = c5010a12a16b941cccd564f90c298ac5bea87f37c11b20b8627ca5c766f7034e77665ed620a48ad23b3939e5d40a64073ef5540fd6161088f2eb25fd634ec621 +SHA512 (libpod-c64abd0.tar.gz) = 37f0fa15050e2217275f54696c69e4017e5072ff060dda2e1d18786f432cd240173dd79f4f4ca7762f512876933441ed58d89fbadcd4cc91e04c4bd56df9df02 From b69a1ab19a2e6887e0053d150d175568bd70b66f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 27 May 2020 21:09:06 +0000 Subject: [PATCH 1071/2185] podman-2:2.0.0-0.79.dev.gitadca437 - autobuilt adca437 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3eace4e..6be8159 100644 --- a/.gitignore +++ b/.gitignore @@ -985,3 +985,4 @@ /libpod-2a988a4.tar.gz /libpod-ab3a620.tar.gz /libpod-c64abd0.tar.gz +/libpod-adca437.tar.gz diff --git a/podman.spec b/podman.spec index 6ada767..1a8f4b3 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 c64abd0b037e5918d6d24e326005ae65131dd738 +%global commit0 adca437d03bc74edcf3ef9b60ea55360157f893c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.78.dev.git%{shortcommit0}%{?dist} +Release: 0.79.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed May 27 2020 RH Container Bot - 2:2.0.0-0.79.dev.gitadca437 +- autobuilt adca437 + * Wed May 27 2020 RH Container Bot - 2:2.0.0-0.78.dev.gitc64abd0 - autobuilt c64abd0 diff --git a/sources b/sources index 091e1cd..7819a93 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c64abd0.tar.gz) = 37f0fa15050e2217275f54696c69e4017e5072ff060dda2e1d18786f432cd240173dd79f4f4ca7762f512876933441ed58d89fbadcd4cc91e04c4bd56df9df02 +SHA512 (libpod-adca437.tar.gz) = 93c3a07d4ae99fa8fd0ddabe8ed1e0d0dae0800a1f083f65f9a797d413105f0c022acdecf237f2bfff8ebc587d85050616fb2eb68595a7a280d8a7b5d5a09c47 From 002bcde0d511979ef64ce4626c7013fd88c4bbf8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 28 May 2020 17:09:14 +0000 Subject: [PATCH 1072/2185] podman-2:2.0.0-0.80.dev.git4b2c980 - autobuilt 4b2c980 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6be8159..a72207a 100644 --- a/.gitignore +++ b/.gitignore @@ -986,3 +986,4 @@ /libpod-ab3a620.tar.gz /libpod-c64abd0.tar.gz /libpod-adca437.tar.gz +/libpod-4b2c980.tar.gz diff --git a/podman.spec b/podman.spec index 1a8f4b3..2280c32 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 adca437d03bc74edcf3ef9b60ea55360157f893c +%global commit0 4b2c980e0f74abd480d5c8213e9cd416108d5169 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.79.dev.git%{shortcommit0}%{?dist} +Release: 0.80.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu May 28 2020 RH Container Bot - 2:2.0.0-0.80.dev.git4b2c980 +- autobuilt 4b2c980 + * Wed May 27 2020 RH Container Bot - 2:2.0.0-0.79.dev.gitadca437 - autobuilt adca437 diff --git a/sources b/sources index 7819a93..b788bba 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-adca437.tar.gz) = 93c3a07d4ae99fa8fd0ddabe8ed1e0d0dae0800a1f083f65f9a797d413105f0c022acdecf237f2bfff8ebc587d85050616fb2eb68595a7a280d8a7b5d5a09c47 +SHA512 (libpod-4b2c980.tar.gz) = 80cf0baa99a1998f1c9aa1a383e41f2c3c77c981ae938bd158a301b549314147810d4574eb58b09ddf7173a30944eb5315d0c2141eca5684304dd34d5d1e4ba5 From 85bd9c0adaf10423bd2c99f9ca05591e2a9af375 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 28 May 2020 19:09:20 +0000 Subject: [PATCH 1073/2185] podman-2:2.0.0-0.81.dev.gite8818ce - autobuilt e8818ce Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a72207a..7848131 100644 --- a/.gitignore +++ b/.gitignore @@ -987,3 +987,4 @@ /libpod-c64abd0.tar.gz /libpod-adca437.tar.gz /libpod-4b2c980.tar.gz +/libpod-e8818ce.tar.gz diff --git a/podman.spec b/podman.spec index 2280c32..b2e3928 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 4b2c980e0f74abd480d5c8213e9cd416108d5169 +%global commit0 e8818ced806910f8ce44939fef08f89139be4119 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.80.dev.git%{shortcommit0}%{?dist} +Release: 0.81.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu May 28 2020 RH Container Bot - 2:2.0.0-0.81.dev.gite8818ce +- autobuilt e8818ce + * Thu May 28 2020 RH Container Bot - 2:2.0.0-0.80.dev.git4b2c980 - autobuilt 4b2c980 diff --git a/sources b/sources index b788bba..ba03e5e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-4b2c980.tar.gz) = 80cf0baa99a1998f1c9aa1a383e41f2c3c77c981ae938bd158a301b549314147810d4574eb58b09ddf7173a30944eb5315d0c2141eca5684304dd34d5d1e4ba5 +SHA512 (libpod-e8818ce.tar.gz) = ac28483bb236eb7315a50d507182168597ce91146fb3e5a6d880479a301677b8a3f604db6c8201da5026950811cc0bb71f879db4aeba91e03f230ea3015b07e2 From fe7afc3a3099c6bac4a6fd89c7f557da56cdbc32 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 28 May 2020 15:22:01 -0400 Subject: [PATCH 1074/2185] podman-2:2.0.0-0.82.dev.gite8818ce - use ABISupport buildtag for podman Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index b2e3928..0d9c867 100644 --- a/podman.spec +++ b/podman.spec @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.81.dev.git%{shortcommit0}%{?dist} +Release: 0.82.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -456,7 +456,7 @@ ln -s vendor src %gogenerate ./pkg/varlink/... # build %%{name} -export BUILDTAGS="systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/selinux_tag.sh)" +export BUILDTAGS="ABISupport systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/selinux_tag.sh)" %if 0%{?centos} export BUILDTAGS+="exclude_graphdriver_btrfs containers_image_ostree_stub" %endif @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu May 28 2020 Lokesh Mandvekar - 2:2.0.0-0.82.dev.gite8818ce +- use ABISupport buildtag for podman + * Thu May 28 2020 RH Container Bot - 2:2.0.0-0.81.dev.gite8818ce - autobuilt e8818ce From f3d6bdc550c136c0d10a80616ea9d90a223cc57c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 29 May 2020 01:09:19 +0000 Subject: [PATCH 1075/2185] podman-2:2.0.0-0.83.dev.gitcd1e25f - autobuilt cd1e25f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7848131..ef03466 100644 --- a/.gitignore +++ b/.gitignore @@ -988,3 +988,4 @@ /libpod-adca437.tar.gz /libpod-4b2c980.tar.gz /libpod-e8818ce.tar.gz +/libpod-cd1e25f.tar.gz diff --git a/podman.spec b/podman.spec index 0d9c867..a58f5af 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 e8818ced806910f8ce44939fef08f89139be4119 +%global commit0 cd1e25f5d57059a50e8aeae5b640c2d282e70f96 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.82.dev.git%{shortcommit0}%{?dist} +Release: 0.83.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri May 29 2020 RH Container Bot - 2:2.0.0-0.83.dev.gitcd1e25f +- autobuilt cd1e25f + * Thu May 28 2020 Lokesh Mandvekar - 2:2.0.0-0.82.dev.gite8818ce - use ABISupport buildtag for podman diff --git a/sources b/sources index ba03e5e..a40ddc0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e8818ce.tar.gz) = ac28483bb236eb7315a50d507182168597ce91146fb3e5a6d880479a301677b8a3f604db6c8201da5026950811cc0bb71f879db4aeba91e03f230ea3015b07e2 +SHA512 (libpod-cd1e25f.tar.gz) = 9f2ecb0500a5cdf20a77e66a4cc58dd59718e11ec5bf3b47500985deb9e2caf702d96e2c3f2bf4772bf1fa02cb722ba06ab625d194889ca32e3410bece522811 From bf7f6f2b62fd8d70145e830e3e6bb1a06d629d21 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 29 May 2020 10:09:20 +0000 Subject: [PATCH 1076/2185] podman-2:2.0.0-0.84.dev.git6e3aec3 - autobuilt 6e3aec3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ef03466..cecc7e1 100644 --- a/.gitignore +++ b/.gitignore @@ -989,3 +989,4 @@ /libpod-4b2c980.tar.gz /libpod-e8818ce.tar.gz /libpod-cd1e25f.tar.gz +/libpod-6e3aec3.tar.gz diff --git a/podman.spec b/podman.spec index a58f5af..84a70a1 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 cd1e25f5d57059a50e8aeae5b640c2d282e70f96 +%global commit0 6e3aec3c6d36e1e344a315e3a5a1600bac154904 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.83.dev.git%{shortcommit0}%{?dist} +Release: 0.84.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri May 29 2020 RH Container Bot - 2:2.0.0-0.84.dev.git6e3aec3 +- autobuilt 6e3aec3 + * Fri May 29 2020 RH Container Bot - 2:2.0.0-0.83.dev.gitcd1e25f - autobuilt cd1e25f diff --git a/sources b/sources index a40ddc0..35493c7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-cd1e25f.tar.gz) = 9f2ecb0500a5cdf20a77e66a4cc58dd59718e11ec5bf3b47500985deb9e2caf702d96e2c3f2bf4772bf1fa02cb722ba06ab625d194889ca32e3410bece522811 +SHA512 (libpod-6e3aec3.tar.gz) = dd3d8d133cb93d84b648d074607aaec80ddfc1488565f28994e1b7f0b0a933d3e4d450f7f2326ec8fe1a3a0a3acb38a7fc0bd4cc0dccd87313edd3cb06881fe1 From 0ce463dfbdba689a91fa9ea392177f733466c01f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 29 May 2020 13:09:01 +0000 Subject: [PATCH 1077/2185] podman-2:2.0.0-0.85.dev.git78c3846 - autobuilt 78c3846 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cecc7e1..c88a09f 100644 --- a/.gitignore +++ b/.gitignore @@ -990,3 +990,4 @@ /libpod-e8818ce.tar.gz /libpod-cd1e25f.tar.gz /libpod-6e3aec3.tar.gz +/libpod-78c3846.tar.gz diff --git a/podman.spec b/podman.spec index 84a70a1..77f6a09 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 6e3aec3c6d36e1e344a315e3a5a1600bac154904 +%global commit0 78c38460eb8ba9190d414f2da6a1414990cc6cfd %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.84.dev.git%{shortcommit0}%{?dist} +Release: 0.85.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri May 29 2020 RH Container Bot - 2:2.0.0-0.85.dev.git78c3846 +- autobuilt 78c3846 + * Fri May 29 2020 RH Container Bot - 2:2.0.0-0.84.dev.git6e3aec3 - autobuilt 6e3aec3 diff --git a/sources b/sources index 35493c7..cca8ce9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6e3aec3.tar.gz) = dd3d8d133cb93d84b648d074607aaec80ddfc1488565f28994e1b7f0b0a933d3e4d450f7f2326ec8fe1a3a0a3acb38a7fc0bd4cc0dccd87313edd3cb06881fe1 +SHA512 (libpod-78c3846.tar.gz) = 78d77e3e6dba0be91e0e0dcae7d0afde8e9d0755e623233b32c4bf089ee991d231b4514027f7b741fd9afac0c7122313f057bc1a3cf9386f609c71bb465e1a4d From a22279fd96843c9efd554f87b190f60423e47e4e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 29 May 2020 15:08:52 +0000 Subject: [PATCH 1078/2185] podman-2:2.0.0-0.86.dev.git0c750a9 - autobuilt 0c750a9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c88a09f..d8d5d06 100644 --- a/.gitignore +++ b/.gitignore @@ -991,3 +991,4 @@ /libpod-cd1e25f.tar.gz /libpod-6e3aec3.tar.gz /libpod-78c3846.tar.gz +/libpod-0c750a9.tar.gz diff --git a/podman.spec b/podman.spec index 77f6a09..7960028 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 78c38460eb8ba9190d414f2da6a1414990cc6cfd +%global commit0 0c750a9672d8078c655fb95f379600609b36dad4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.85.dev.git%{shortcommit0}%{?dist} +Release: 0.86.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri May 29 2020 RH Container Bot - 2:2.0.0-0.86.dev.git0c750a9 +- autobuilt 0c750a9 + * Fri May 29 2020 RH Container Bot - 2:2.0.0-0.85.dev.git78c3846 - autobuilt 78c3846 diff --git a/sources b/sources index cca8ce9..ff7b2b3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-78c3846.tar.gz) = 78d77e3e6dba0be91e0e0dcae7d0afde8e9d0755e623233b32c4bf089ee991d231b4514027f7b741fd9afac0c7122313f057bc1a3cf9386f609c71bb465e1a4d +SHA512 (libpod-0c750a9.tar.gz) = 8b0db618100dd48dd8207e20dee6a673577984eccaaa8a21a2f532d311c1dcf06f559fcbe7f14e50335ba8bf1f021db3fe4c74c83e4818ed7e44396cff784208 From 5fbaeeb827adb8f60e517b0810b5a5fb3a280545 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 29 May 2020 16:09:00 +0000 Subject: [PATCH 1079/2185] podman-2:2.0.0-0.87.dev.git0eea051 - autobuilt 0eea051 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d8d5d06..5c43155 100644 --- a/.gitignore +++ b/.gitignore @@ -992,3 +992,4 @@ /libpod-6e3aec3.tar.gz /libpod-78c3846.tar.gz /libpod-0c750a9.tar.gz +/libpod-0eea051.tar.gz diff --git a/podman.spec b/podman.spec index 7960028..e08971b 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 0c750a9672d8078c655fb95f379600609b36dad4 +%global commit0 0eea051b92da367469848aac93657653e004a603 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -43,7 +43,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.0.0-rc2 +%define built_tag v2.0.0-rc3 Name: podman %if 0%{?fedora} @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.86.dev.git%{shortcommit0}%{?dist} +Release: 0.87.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri May 29 2020 RH Container Bot - 2:2.0.0-0.87.dev.git0eea051 +- autobuilt 0eea051 + * Fri May 29 2020 RH Container Bot - 2:2.0.0-0.86.dev.git0c750a9 - autobuilt 0c750a9 diff --git a/sources b/sources index ff7b2b3..a50dd5c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-0c750a9.tar.gz) = 8b0db618100dd48dd8207e20dee6a673577984eccaaa8a21a2f532d311c1dcf06f559fcbe7f14e50335ba8bf1f021db3fe4c74c83e4818ed7e44396cff784208 +SHA512 (libpod-0eea051.tar.gz) = c1c6a145255ea0fdf2a2f83c513bff80a983815b7d877488395f0650dada0cd49afdd8eb43cf820c47b98b6b9c5800e0a8b0e610c898dc7a68822b98d6979f1b From e4a2729ca397037cd130208d872673b29c0f70e4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 30 May 2020 09:09:36 +0000 Subject: [PATCH 1080/2185] podman-2:2.0.0-0.88.dev.gitc479d63 - autobuilt c479d63 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5c43155..725a6b1 100644 --- a/.gitignore +++ b/.gitignore @@ -993,3 +993,4 @@ /libpod-78c3846.tar.gz /libpod-0c750a9.tar.gz /libpod-0eea051.tar.gz +/libpod-c479d63.tar.gz diff --git a/podman.spec b/podman.spec index e08971b..ce43764 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 0eea051b92da367469848aac93657653e004a603 +%global commit0 c479d63dd689b0960832cbaa343e2aa3f00954e0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.87.dev.git%{shortcommit0}%{?dist} +Release: 0.88.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sat May 30 2020 RH Container Bot - 2:2.0.0-0.88.dev.gitc479d63 +- autobuilt c479d63 + * Fri May 29 2020 RH Container Bot - 2:2.0.0-0.87.dev.git0eea051 - autobuilt 0eea051 diff --git a/sources b/sources index a50dd5c..202de0a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-0eea051.tar.gz) = c1c6a145255ea0fdf2a2f83c513bff80a983815b7d877488395f0650dada0cd49afdd8eb43cf820c47b98b6b9c5800e0a8b0e610c898dc7a68822b98d6979f1b +SHA512 (libpod-c479d63.tar.gz) = 1ede5b5fdc6deabb37cbf3063833c283f09bb60d18c9e9a24bc82c5af537f721af1f840e09298bc873c9d98d29df4d0f5583632be8a914217713aef33a112547 From f5d93e3d3a3804f72fbc0378aa03d47274c70b59 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 30 May 2020 10:08:52 +0000 Subject: [PATCH 1081/2185] podman-2:2.0.0-0.89.dev.git9037908 - autobuilt 9037908 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 725a6b1..e5b0897 100644 --- a/.gitignore +++ b/.gitignore @@ -994,3 +994,4 @@ /libpod-0c750a9.tar.gz /libpod-0eea051.tar.gz /libpod-c479d63.tar.gz +/libpod-9037908.tar.gz diff --git a/podman.spec b/podman.spec index ce43764..f1fc746 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 c479d63dd689b0960832cbaa343e2aa3f00954e0 +%global commit0 9037908b784d7db790cb6cfbb6a84cfddb6b9304 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.88.dev.git%{shortcommit0}%{?dist} +Release: 0.89.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sat May 30 2020 RH Container Bot - 2:2.0.0-0.89.dev.git9037908 +- autobuilt 9037908 + * Sat May 30 2020 RH Container Bot - 2:2.0.0-0.88.dev.gitc479d63 - autobuilt c479d63 diff --git a/sources b/sources index 202de0a..7071834 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c479d63.tar.gz) = 1ede5b5fdc6deabb37cbf3063833c283f09bb60d18c9e9a24bc82c5af537f721af1f840e09298bc873c9d98d29df4d0f5583632be8a914217713aef33a112547 +SHA512 (libpod-9037908.tar.gz) = a90c52de8cad9b2e6850e5b20a0079a59eff2df5dfbc2a187456344e686831b61202d8baa8b0b7642461a8275fdf0d37b10887f5c1851baab1bdeead1477417c From 7dcc2c8b3e78337a0e5234865d4c32df9ac17544 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 31 May 2020 10:10:46 +0000 Subject: [PATCH 1082/2185] podman-2:2.0.0-0.90.dev.gitbb05337 - autobuilt bb05337 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e5b0897..7424ddf 100644 --- a/.gitignore +++ b/.gitignore @@ -995,3 +995,4 @@ /libpod-0eea051.tar.gz /libpod-c479d63.tar.gz /libpod-9037908.tar.gz +/libpod-bb05337.tar.gz diff --git a/podman.spec b/podman.spec index f1fc746..10c5384 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 9037908b784d7db790cb6cfbb6a84cfddb6b9304 +%global commit0 bb05337f0a4bdd93838c120e239d86dce41a6498 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.89.dev.git%{shortcommit0}%{?dist} +Release: 0.90.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sun May 31 2020 RH Container Bot - 2:2.0.0-0.90.dev.gitbb05337 +- autobuilt bb05337 + * Sat May 30 2020 RH Container Bot - 2:2.0.0-0.89.dev.git9037908 - autobuilt 9037908 diff --git a/sources b/sources index 7071834..533ae35 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-9037908.tar.gz) = a90c52de8cad9b2e6850e5b20a0079a59eff2df5dfbc2a187456344e686831b61202d8baa8b0b7642461a8275fdf0d37b10887f5c1851baab1bdeead1477417c +SHA512 (libpod-bb05337.tar.gz) = 1a3e56b7c882556fc29cd811a5408072c61048d47dd167cbaa29a1a359f98d4b8c5d5b158737afec88af554336d9201c67b6434ee81d5411935324902a2597cf From abd80fe11b57a6156b66d782283670868336c348 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 1 Jun 2020 13:09:10 +0000 Subject: [PATCH 1083/2185] podman-2:2.0.0-0.91.dev.git22713d6 - autobuilt 22713d6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7424ddf..dac21c3 100644 --- a/.gitignore +++ b/.gitignore @@ -996,3 +996,4 @@ /libpod-c479d63.tar.gz /libpod-9037908.tar.gz /libpod-bb05337.tar.gz +/libpod-22713d6.tar.gz diff --git a/podman.spec b/podman.spec index 10c5384..f9599ed 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 bb05337f0a4bdd93838c120e239d86dce41a6498 +%global commit0 22713d62e2860052e21e5e985fba169834709fdc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.90.dev.git%{shortcommit0}%{?dist} +Release: 0.91.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.91.dev.git22713d6 +- autobuilt 22713d6 + * Sun May 31 2020 RH Container Bot - 2:2.0.0-0.90.dev.gitbb05337 - autobuilt bb05337 diff --git a/sources b/sources index 533ae35..2b67f2f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-bb05337.tar.gz) = 1a3e56b7c882556fc29cd811a5408072c61048d47dd167cbaa29a1a359f98d4b8c5d5b158737afec88af554336d9201c67b6434ee81d5411935324902a2597cf +SHA512 (libpod-22713d6.tar.gz) = b32d3719efbb66da4b858a0c6dfdbd5f68083b02e4f2e9a0847d0fe34f9d3c0d705f582814283cc882183f483b698a9eda5714362069e03cf50637be0d3d4ed0 From 024eb29804362f310b163c62d50f3d4e98b6c4e1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 1 Jun 2020 14:09:19 +0000 Subject: [PATCH 1084/2185] podman-2:2.0.0-0.92.dev.git2c6016f - autobuilt 2c6016f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dac21c3..7ab9609 100644 --- a/.gitignore +++ b/.gitignore @@ -997,3 +997,4 @@ /libpod-9037908.tar.gz /libpod-bb05337.tar.gz /libpod-22713d6.tar.gz +/libpod-2c6016f.tar.gz diff --git a/podman.spec b/podman.spec index f9599ed..0a9fe1f 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 22713d62e2860052e21e5e985fba169834709fdc +%global commit0 2c6016f330b2738d2545f7d353244dfc8b239050 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.91.dev.git%{shortcommit0}%{?dist} +Release: 0.92.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.92.dev.git2c6016f +- autobuilt 2c6016f + * Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.91.dev.git22713d6 - autobuilt 22713d6 diff --git a/sources b/sources index 2b67f2f..b09d5db 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-22713d6.tar.gz) = b32d3719efbb66da4b858a0c6dfdbd5f68083b02e4f2e9a0847d0fe34f9d3c0d705f582814283cc882183f483b698a9eda5714362069e03cf50637be0d3d4ed0 +SHA512 (libpod-2c6016f.tar.gz) = a8b8f0cffa218935531b444ee0ac6f141c85d8758518bc5c9cd760dec997f1e3de7f1a5b7741e63a96a0592879b9cd28b0a50871c3e800885acb94b32933d57e From 643aea1fe85d966ca74b6ce15ca94f6e03354758 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 1 Jun 2020 16:09:12 +0000 Subject: [PATCH 1085/2185] podman-2:2.0.0-0.93.dev.gitf559cec - autobuilt f559cec Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7ab9609..5ae850c 100644 --- a/.gitignore +++ b/.gitignore @@ -998,3 +998,4 @@ /libpod-bb05337.tar.gz /libpod-22713d6.tar.gz /libpod-2c6016f.tar.gz +/libpod-f559cec.tar.gz diff --git a/podman.spec b/podman.spec index 0a9fe1f..eb056c2 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 2c6016f330b2738d2545f7d353244dfc8b239050 +%global commit0 f559cec6c0d1694cca9530004aaba3c138f621e3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.92.dev.git%{shortcommit0}%{?dist} +Release: 0.93.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.93.dev.gitf559cec +- autobuilt f559cec + * Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.92.dev.git2c6016f - autobuilt 2c6016f diff --git a/sources b/sources index b09d5db..70664d5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-2c6016f.tar.gz) = a8b8f0cffa218935531b444ee0ac6f141c85d8758518bc5c9cd760dec997f1e3de7f1a5b7741e63a96a0592879b9cd28b0a50871c3e800885acb94b32933d57e +SHA512 (libpod-f559cec.tar.gz) = 5c51195bb8e7e4bda6453f7e5aee62af3915350af463f106d05b796c38f203126506fc7c21f2df82ae51e799e38cf82467b5286d307c59e8bca075652ca660bf From 5907c5c652e1af6920ab16c42d0b6109f92c38ad Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 1 Jun 2020 10:48:43 -0600 Subject: [PATCH 1086/2185] Remove varlink build tag and steps The varlink interface is being replaced by API v2. PR #6353 turns off varlink builds by default, but it looks like that broke our koji builds. This commit is an attempt to get koji builds working again. Signed-off-by: Ed Santiago --- podman.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/podman.spec b/podman.spec index eb056c2..cb6ee7f 100644 --- a/podman.spec +++ b/podman.spec @@ -5,10 +5,8 @@ %if 0%{?fedora} || 0%{?centos} >= 8 #### DO NOT REMOVE - NEEDED FOR CENTOS -%bcond_without varlink %global with_debug 1 %else -%bcond_with varlink %global with_debug 0 %endif @@ -95,7 +93,6 @@ Recommends: crun >= 0.13-2 %if 0%{?fedora} || 0%{?centos} >= 8 Recommends: catatonit Recommends: container-selinux -Recommends: libvarlink-util Recommends: runc Recommends: slirp4netns >= 0.3.0-2 %else @@ -421,7 +418,7 @@ Remote client for managing %{name} containers. This experimental remote client is under heavy development. Please do not run %{name}-remote in production. -%{name}-remote uses the varlink connection to connect to a %{name} client to +%{name}-remote uses the version 2 API to connect to a %{name} client to manage pods, containers and container images. %{name}-remote supports ssh connections as well. %endif @@ -453,10 +450,9 @@ mkdir -p src/%{provider}.%{provider_tld}/%{project} ln -s ../../../../ src/%{import_path} popd ln -s vendor src -%gogenerate ./pkg/varlink/... # build %%{name} -export BUILDTAGS="ABISupport systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/selinux_tag.sh)" +export BUILDTAGS="ABISupport systemd seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/selinux_tag.sh)" %if 0%{?centos} export BUILDTAGS+="exclude_graphdriver_btrfs containers_image_ostree_stub" %endif From 61c594463b6a1136f1b964720457d3feef81b5d4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 1 Jun 2020 18:10:00 +0000 Subject: [PATCH 1087/2185] podman-2:2.0.0-0.94.dev.git5f1c23d - autobuilt 5f1c23d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5ae850c..088b817 100644 --- a/.gitignore +++ b/.gitignore @@ -999,3 +999,4 @@ /libpod-22713d6.tar.gz /libpod-2c6016f.tar.gz /libpod-f559cec.tar.gz +/libpod-5f1c23d.tar.gz diff --git a/podman.spec b/podman.spec index cb6ee7f..69f675a 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 f559cec6c0d1694cca9530004aaba3c138f621e3 +%global commit0 5f1c23dba9f6e02ed2551aabda371d007e9057e2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.93.dev.git%{shortcommit0}%{?dist} +Release: 0.94.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.94.dev.git5f1c23d +- autobuilt 5f1c23d + * Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.93.dev.gitf559cec - autobuilt f559cec diff --git a/sources b/sources index 70664d5..252b5d7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-f559cec.tar.gz) = 5c51195bb8e7e4bda6453f7e5aee62af3915350af463f106d05b796c38f203126506fc7c21f2df82ae51e799e38cf82467b5286d307c59e8bca075652ca660bf +SHA512 (libpod-5f1c23d.tar.gz) = 034289971f2fcaf0a425a7135b00a86bb0e1027af7e940710b7295e61af3d1986e581ddbf0ac770f400e33c3c50645938bebcc6cfe4bd0a800c2b1664fc33b6b From 2b9a51bdb1731b00c54980be6ab74c58610fbbd2 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 1 Jun 2020 12:29:31 -0600 Subject: [PATCH 1088/2185] Oops: followup to varlink removal - remove systemd unit files Signed-off-by: Ed Santiago --- podman.spec | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/podman.spec b/podman.spec index 69f675a..227697e 100644 --- a/podman.spec +++ b/podman.spec @@ -546,13 +546,6 @@ for file in $(find . -iname "*_test.go" | grep -v "vendor") ; do done %endif -#TODO Next release this section should be removed, since the make install will handle it -# install service -install -m 644 contrib/systemd/user/podman.socket %{buildroot}/%{_userunitdir}/podman.socket -install -m 644 contrib/systemd/user/podman.service %{buildroot}/%{_userunitdir}/podman.service -install -m 644 contrib/systemd/system/podman.socket %{buildroot}/%{_unitdir}/podman.socket -install -m 644 contrib/systemd/system/podman.service %{buildroot}/%{_unitdir}/podman.service - %if 0%{?with_devel} sort -u -o devel.file-list devel.file-list %endif @@ -600,11 +593,6 @@ exit 0 %dir %{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/_%{name} %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist -%{_unitdir}/io.%{name}.service -%{_unitdir}/io.%{name}.socket -%{_userunitdir}/io.%{name}.service -%{_userunitdir}/io.%{name}.socket -%{_usr}/lib/tmpfiles.d/%{name}.conf %{_unitdir}/%{name}.service %{_unitdir}/%{name}.socket %{_userunitdir}/%{name}.service From ad67a81a2fc569ab3e37b9c78cae628ecde8c82e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 1 Jun 2020 19:09:37 +0000 Subject: [PATCH 1089/2185] podman-2:2.0.0-0.95.dev.git85d3641 - autobuilt 85d3641 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 088b817..9ed5228 100644 --- a/.gitignore +++ b/.gitignore @@ -1000,3 +1000,4 @@ /libpod-2c6016f.tar.gz /libpod-f559cec.tar.gz /libpod-5f1c23d.tar.gz +/libpod-85d3641.tar.gz diff --git a/podman.spec b/podman.spec index 227697e..a80d510 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 5f1c23dba9f6e02ed2551aabda371d007e9057e2 +%global commit0 85d3641fe1bd1be93e6461e823d8ad749cb2ccc2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.94.dev.git%{shortcommit0}%{?dist} +Release: 0.95.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -635,6 +635,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.95.dev.git85d3641 +- autobuilt 85d3641 + * Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.94.dev.git5f1c23d - autobuilt 5f1c23d diff --git a/sources b/sources index 252b5d7..801d0d6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-5f1c23d.tar.gz) = 034289971f2fcaf0a425a7135b00a86bb0e1027af7e940710b7295e61af3d1986e581ddbf0ac770f400e33c3c50645938bebcc6cfe4bd0a800c2b1664fc33b6b +SHA512 (libpod-85d3641.tar.gz) = af9abbdb2c32a6201fe82f980ad48ee67423b051e1af8f203842dc20ff1c799706aac7f53417ee19425f7412aa578c1cf3e168a958320df13e83ebb0e43d147c From a61e02cbc7425c68637b91335b7fa241449eafb1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 1 Jun 2020 20:09:09 +0000 Subject: [PATCH 1090/2185] podman-2:2.0.0-0.96.dev.gitd6bf6b9 - autobuilt d6bf6b9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9ed5228..35ca294 100644 --- a/.gitignore +++ b/.gitignore @@ -1001,3 +1001,4 @@ /libpod-f559cec.tar.gz /libpod-5f1c23d.tar.gz /libpod-85d3641.tar.gz +/libpod-d6bf6b9.tar.gz diff --git a/podman.spec b/podman.spec index a80d510..7359ea2 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 85d3641fe1bd1be93e6461e823d8ad749cb2ccc2 +%global commit0 d6bf6b92c8aba3195261e3bedd1d4f11a7210314 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.95.dev.git%{shortcommit0}%{?dist} +Release: 0.96.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -635,6 +635,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.96.dev.gitd6bf6b9 +- autobuilt d6bf6b9 + * Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.95.dev.git85d3641 - autobuilt 85d3641 diff --git a/sources b/sources index 801d0d6..9471a91 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-85d3641.tar.gz) = af9abbdb2c32a6201fe82f980ad48ee67423b051e1af8f203842dc20ff1c799706aac7f53417ee19425f7412aa578c1cf3e168a958320df13e83ebb0e43d147c +SHA512 (libpod-d6bf6b9.tar.gz) = 69f7a9416dc6ee2405efbce2bac063420182adb2f572aea210f04ba69cffcc220096a33a48219d5f319e4988c5a0cb54e107e4036e430de99331bda72a645a33 From af000ae0ce9ed31e5226adb5f5e617055f640e44 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 1 Jun 2020 15:09:26 -0600 Subject: [PATCH 1091/2185] specfile: require nmap-ncat for podman-tests Used in recently added networking test Signed-off-by: Ed Santiago --- podman.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/podman.spec b/podman.spec index 7359ea2..60e9843 100644 --- a/podman.spec +++ b/podman.spec @@ -403,6 +403,7 @@ Requires: %{name} = %{epoch}:%{version}-%{release} Requires: bats Requires: jq Requires: skopeo +Requires: nmap-ncat %description tests %{summary} From da84350b8fcb94fbab2de99ec93098c62c6d6407 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 2 Jun 2020 10:09:56 +0000 Subject: [PATCH 1092/2185] podman-2:2.0.0-0.97.dev.gitcc02154 - autobuilt cc02154 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 35ca294..95accca 100644 --- a/.gitignore +++ b/.gitignore @@ -1002,3 +1002,4 @@ /libpod-5f1c23d.tar.gz /libpod-85d3641.tar.gz /libpod-d6bf6b9.tar.gz +/libpod-cc02154.tar.gz diff --git a/podman.spec b/podman.spec index 60e9843..9fa45d0 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 d6bf6b92c8aba3195261e3bedd1d4f11a7210314 +%global commit0 cc021546c5212c2dcab41d183b33eaf262fdb0d8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.96.dev.git%{shortcommit0}%{?dist} +Release: 0.97.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.97.dev.gitcc02154 +- autobuilt cc02154 + * Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.96.dev.gitd6bf6b9 - autobuilt d6bf6b9 diff --git a/sources b/sources index 9471a91..69f5e95 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d6bf6b9.tar.gz) = 69f7a9416dc6ee2405efbce2bac063420182adb2f572aea210f04ba69cffcc220096a33a48219d5f319e4988c5a0cb54e107e4036e430de99331bda72a645a33 +SHA512 (libpod-cc02154.tar.gz) = 0b9db05494141b6f2b7d40391c697a6d1fc0e3540ed7dcedb18811eefbc99e63785d9c0459370fddef6d505f70835e3a28401cc2e47352609175c09f2f422432 From 3680adc5577334551e78b7e5a2b0ca718571702d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 2 Jun 2020 11:09:23 +0000 Subject: [PATCH 1093/2185] podman-2:2.0.0-0.98.dev.git92f5029 - autobuilt 92f5029 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 95accca..076074c 100644 --- a/.gitignore +++ b/.gitignore @@ -1003,3 +1003,4 @@ /libpod-85d3641.tar.gz /libpod-d6bf6b9.tar.gz /libpod-cc02154.tar.gz +/libpod-92f5029.tar.gz diff --git a/podman.spec b/podman.spec index 9fa45d0..44085cb 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 cc021546c5212c2dcab41d183b33eaf262fdb0d8 +%global commit0 92f502983885566a0b7bca4ae6c1bc5a8414a482 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.97.dev.git%{shortcommit0}%{?dist} +Release: 0.98.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.98.dev.git92f5029 +- autobuilt 92f5029 + * Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.97.dev.gitcc02154 - autobuilt cc02154 diff --git a/sources b/sources index 69f5e95..b4ce6ea 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-cc02154.tar.gz) = 0b9db05494141b6f2b7d40391c697a6d1fc0e3540ed7dcedb18811eefbc99e63785d9c0459370fddef6d505f70835e3a28401cc2e47352609175c09f2f422432 +SHA512 (libpod-92f5029.tar.gz) = 5cb244362cf459e2d38f9acc3e1795be1189dd52587524fc44afcc6fd03c9acc5fa68c4ff73d36d00539c313dc8593e95c8689c8379cafef3c64cbc695fdfb54 From 06d276ca866c13ec4cd94ccc81f6e567fc2eae9a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 2 Jun 2020 12:09:40 +0000 Subject: [PATCH 1094/2185] podman-2:2.0.0-0.99.dev.giteb488e7 - autobuilt eb488e7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 076074c..e03940e 100644 --- a/.gitignore +++ b/.gitignore @@ -1004,3 +1004,4 @@ /libpod-d6bf6b9.tar.gz /libpod-cc02154.tar.gz /libpod-92f5029.tar.gz +/libpod-eb488e7.tar.gz diff --git a/podman.spec b/podman.spec index 44085cb..8c8118b 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 92f502983885566a0b7bca4ae6c1bc5a8414a482 +%global commit0 eb488e760a3b1c1db739aafdb39e7f14d59e4af0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.98.dev.git%{shortcommit0}%{?dist} +Release: 0.99.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.99.dev.giteb488e7 +- autobuilt eb488e7 + * Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.98.dev.git92f5029 - autobuilt 92f5029 diff --git a/sources b/sources index b4ce6ea..72e2610 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-92f5029.tar.gz) = 5cb244362cf459e2d38f9acc3e1795be1189dd52587524fc44afcc6fd03c9acc5fa68c4ff73d36d00539c313dc8593e95c8689c8379cafef3c64cbc695fdfb54 +SHA512 (libpod-eb488e7.tar.gz) = 862cca7c0b1c23f3a5c67fda2a73325f30cf26638186707baeed88dbf5b9d136b505e9f700364bb7737bcfa7acc8ed481839a1edacdbf8370e7e0ab1f3f92163 From 491ad63eea99c60b29dd988c251d5f35a65cf7db Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 2 Jun 2020 13:09:19 +0000 Subject: [PATCH 1095/2185] podman-2:2.0.0-0.100.dev.git2937151 - autobuilt 2937151 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e03940e..34cce5f 100644 --- a/.gitignore +++ b/.gitignore @@ -1005,3 +1005,4 @@ /libpod-cc02154.tar.gz /libpod-92f5029.tar.gz /libpod-eb488e7.tar.gz +/libpod-2937151.tar.gz diff --git a/podman.spec b/podman.spec index 8c8118b..77ae5d7 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 eb488e760a3b1c1db739aafdb39e7f14d59e4af0 +%global commit0 2937151e376dd1f44c95af2f94d2a9ca24fb9f86 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.99.dev.git%{shortcommit0}%{?dist} +Release: 0.100.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.100.dev.git2937151 +- autobuilt 2937151 + * Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.99.dev.giteb488e7 - autobuilt eb488e7 diff --git a/sources b/sources index 72e2610..5ebbbfd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-eb488e7.tar.gz) = 862cca7c0b1c23f3a5c67fda2a73325f30cf26638186707baeed88dbf5b9d136b505e9f700364bb7737bcfa7acc8ed481839a1edacdbf8370e7e0ab1f3f92163 +SHA512 (libpod-2937151.tar.gz) = 6e0d1a510857fc80022559415198bf016fa01ede8781f46c0fb8e33a971da23676007a90fa3a8c5ea3f9cd17260934c13672406f4c1dd8b796a80c43f93f8b79 From b5825bc8c9970a4fe0e46cc65030e3b97b9d4d40 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 2 Jun 2020 14:09:36 +0000 Subject: [PATCH 1096/2185] podman-2:2.0.0-0.101.dev.gitd10addc - autobuilt d10addc Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 34cce5f..379e3fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1006,3 +1006,4 @@ /libpod-92f5029.tar.gz /libpod-eb488e7.tar.gz /libpod-2937151.tar.gz +/libpod-d10addc.tar.gz diff --git a/podman.spec b/podman.spec index 77ae5d7..fca6b03 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 2937151e376dd1f44c95af2f94d2a9ca24fb9f86 +%global commit0 d10addca6c4eef4a3ab93336d1080eead3784caa %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.100.dev.git%{shortcommit0}%{?dist} +Release: 0.101.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.101.dev.gitd10addc +- autobuilt d10addc + * Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.100.dev.git2937151 - autobuilt 2937151 diff --git a/sources b/sources index 5ebbbfd..938f4d2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-2937151.tar.gz) = 6e0d1a510857fc80022559415198bf016fa01ede8781f46c0fb8e33a971da23676007a90fa3a8c5ea3f9cd17260934c13672406f4c1dd8b796a80c43f93f8b79 +SHA512 (libpod-d10addc.tar.gz) = 359bd2c1fa78f4eeabd451a2441d78327f765256acf5f1027ccc61cfef48497988dbdef540ea629dac74ca02dd21700d7265618d17f37ea94acc4c77bd89f509 From 86d8fdcc8d9c9381916954e689b579c15d514738 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 2 Jun 2020 19:08:37 +0000 Subject: [PATCH 1097/2185] podman-2:2.0.0-0.102.dev.gitc4ccd7c - autobuilt c4ccd7c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 379e3fc..3eb3e87 100644 --- a/.gitignore +++ b/.gitignore @@ -1007,3 +1007,4 @@ /libpod-eb488e7.tar.gz /libpod-2937151.tar.gz /libpod-d10addc.tar.gz +/libpod-c4ccd7c.tar.gz diff --git a/podman.spec b/podman.spec index fca6b03..a5f0378 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 d10addca6c4eef4a3ab93336d1080eead3784caa +%global commit0 c4ccd7cbc1509bab6183c47f740cbf2cc4ee0424 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.101.dev.git%{shortcommit0}%{?dist} +Release: 0.102.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.102.dev.gitc4ccd7c +- autobuilt c4ccd7c + * Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.101.dev.gitd10addc - autobuilt d10addc diff --git a/sources b/sources index 938f4d2..f88341f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d10addc.tar.gz) = 359bd2c1fa78f4eeabd451a2441d78327f765256acf5f1027ccc61cfef48497988dbdef540ea629dac74ca02dd21700d7265618d17f37ea94acc4c77bd89f509 +SHA512 (libpod-c4ccd7c.tar.gz) = 7e757bff81a2099ff90b9703602e2a9992855ea6ef1d4f04c051e7408078040bb3161558c702c999acc2001f7d3cd120a771c1a777a5763947d47202a78f6322 From 41b98d4f01fdf3e0dac33a8d4065d9953745bfa3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 2 Jun 2020 21:08:54 +0000 Subject: [PATCH 1098/2185] podman-2:2.0.0-0.103.dev.git4632a4b - autobuilt 4632a4b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3eb3e87..04fa5b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1008,3 +1008,4 @@ /libpod-2937151.tar.gz /libpod-d10addc.tar.gz /libpod-c4ccd7c.tar.gz +/libpod-4632a4b.tar.gz diff --git a/podman.spec b/podman.spec index a5f0378..eaff1c5 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 c4ccd7cbc1509bab6183c47f740cbf2cc4ee0424 +%global commit0 4632a4b706e94fce7f85e53659dd04484d988ac7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.102.dev.git%{shortcommit0}%{?dist} +Release: 0.103.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.103.dev.git4632a4b +- autobuilt 4632a4b + * Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.102.dev.gitc4ccd7c - autobuilt c4ccd7c diff --git a/sources b/sources index f88341f..27d4c46 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c4ccd7c.tar.gz) = 7e757bff81a2099ff90b9703602e2a9992855ea6ef1d4f04c051e7408078040bb3161558c702c999acc2001f7d3cd120a771c1a777a5763947d47202a78f6322 +SHA512 (libpod-4632a4b.tar.gz) = 5e716d9d56495f550c7648d20542a4c5b0e09ac7dfa2495086f32964f1f1e1ca36312e88701b184c6d569700d0be31b202bd20bc97d9ad2321586d54ddf24db7 From 4b9f529526eae21b215ca864f52f2625fd27277a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 2 Jun 2020 22:09:13 +0000 Subject: [PATCH 1099/2185] podman-2:2.0.0-0.104.dev.git95ea39e - autobuilt 95ea39e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 04fa5b2..4fddb10 100644 --- a/.gitignore +++ b/.gitignore @@ -1009,3 +1009,4 @@ /libpod-d10addc.tar.gz /libpod-c4ccd7c.tar.gz /libpod-4632a4b.tar.gz +/libpod-95ea39e.tar.gz diff --git a/podman.spec b/podman.spec index eaff1c5..79b81cc 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 4632a4b706e94fce7f85e53659dd04484d988ac7 +%global commit0 95ea39edf34e4de4450c1674721ab02a7cf6a327 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.103.dev.git%{shortcommit0}%{?dist} +Release: 0.104.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.104.dev.git95ea39e +- autobuilt 95ea39e + * Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.103.dev.git4632a4b - autobuilt 4632a4b diff --git a/sources b/sources index 27d4c46..41a9367 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-4632a4b.tar.gz) = 5e716d9d56495f550c7648d20542a4c5b0e09ac7dfa2495086f32964f1f1e1ca36312e88701b184c6d569700d0be31b202bd20bc97d9ad2321586d54ddf24db7 +SHA512 (libpod-95ea39e.tar.gz) = cf8cdeda461794f395f9c4cb2fa1bb4d296086e18218eba86e1c5144ac85ed31a8e6e9d544e1218708eb77e96d55c05b307871d137f125d23aece6d19db9dcfc From a2e76dcfb8671ca8505d6d6591e57a66c1b85ef5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 3 Jun 2020 11:09:21 +0000 Subject: [PATCH 1100/2185] podman-2:2.0.0-0.105.dev.git428303c - autobuilt 428303c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4fddb10..2e7961a 100644 --- a/.gitignore +++ b/.gitignore @@ -1010,3 +1010,4 @@ /libpod-c4ccd7c.tar.gz /libpod-4632a4b.tar.gz /libpod-95ea39e.tar.gz +/libpod-428303c.tar.gz diff --git a/podman.spec b/podman.spec index 79b81cc..0c63042 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 95ea39edf34e4de4450c1674721ab02a7cf6a327 +%global commit0 428303c789243e849f8d88c144c5e7c715510860 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.104.dev.git%{shortcommit0}%{?dist} +Release: 0.105.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.105.dev.git428303c +- autobuilt 428303c + * Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.104.dev.git95ea39e - autobuilt 95ea39e diff --git a/sources b/sources index 41a9367..e3a434b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-95ea39e.tar.gz) = cf8cdeda461794f395f9c4cb2fa1bb4d296086e18218eba86e1c5144ac85ed31a8e6e9d544e1218708eb77e96d55c05b307871d137f125d23aece6d19db9dcfc +SHA512 (libpod-428303c.tar.gz) = acbf52fb778e4209410553e56fb429d8e5d75f6b62b004554d8b25b29fa79fe18c680ff0c64f110646d24e16b4c21a1d4e853d816e494414efd81c2236410952 From 2c74f977a043fa2c0c555b1f18881d279ca69f4e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 3 Jun 2020 15:09:54 +0000 Subject: [PATCH 1101/2185] podman-2:2.0.0-0.106.dev.git9bd48a6 - autobuilt 9bd48a6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2e7961a..030e513 100644 --- a/.gitignore +++ b/.gitignore @@ -1011,3 +1011,4 @@ /libpod-4632a4b.tar.gz /libpod-95ea39e.tar.gz /libpod-428303c.tar.gz +/libpod-9bd48a6.tar.gz diff --git a/podman.spec b/podman.spec index 0c63042..f35ddac 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 428303c789243e849f8d88c144c5e7c715510860 +%global commit0 9bd48a64bbe63c0b8da4dfd3841f4d822fa1d5fb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.105.dev.git%{shortcommit0}%{?dist} +Release: 0.106.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.106.dev.git9bd48a6 +- autobuilt 9bd48a6 + * Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.105.dev.git428303c - autobuilt 428303c diff --git a/sources b/sources index e3a434b..d783c3e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-428303c.tar.gz) = acbf52fb778e4209410553e56fb429d8e5d75f6b62b004554d8b25b29fa79fe18c680ff0c64f110646d24e16b4c21a1d4e853d816e494414efd81c2236410952 +SHA512 (libpod-9bd48a6.tar.gz) = 82e243be2d387a51d42bd529cb0abeb72bc36165f7ae5d5536345d786ec5408711c36ba4d386566b9eaac69f1b2028fa053eab1cdd9e785db940c71ae39b4319 From c2376abc32ce9e1f83fc1fec81634d80c7f7fdb9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 3 Jun 2020 18:09:23 +0000 Subject: [PATCH 1102/2185] podman-2:2.0.0-0.107.dev.gitcbfb498 - autobuilt cbfb498 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 030e513..a941607 100644 --- a/.gitignore +++ b/.gitignore @@ -1012,3 +1012,4 @@ /libpod-95ea39e.tar.gz /libpod-428303c.tar.gz /libpod-9bd48a6.tar.gz +/libpod-cbfb498.tar.gz diff --git a/podman.spec b/podman.spec index f35ddac..dec8109 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 9bd48a64bbe63c0b8da4dfd3841f4d822fa1d5fb +%global commit0 cbfb4980ce7d9e6ed1ea769d0f42c52e1ad0bffa %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.106.dev.git%{shortcommit0}%{?dist} +Release: 0.107.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.107.dev.gitcbfb498 +- autobuilt cbfb498 + * Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.106.dev.git9bd48a6 - autobuilt 9bd48a6 diff --git a/sources b/sources index d783c3e..343a3a5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-9bd48a6.tar.gz) = 82e243be2d387a51d42bd529cb0abeb72bc36165f7ae5d5536345d786ec5408711c36ba4d386566b9eaac69f1b2028fa053eab1cdd9e785db940c71ae39b4319 +SHA512 (libpod-cbfb498.tar.gz) = 4e7c4863e81d8cdd9694c15426a5dbfb3a72c81a14000445b422ec776ec36313f1cb8559677257be439014f1731f479cf52eee9ccf1fa44c08dc568d931cdccd From 2a0969ea4c6541993ef051ea10f473c396b855ce Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 3 Jun 2020 19:09:14 +0000 Subject: [PATCH 1103/2185] podman-2:2.0.0-0.108.dev.gitbba0a8b - autobuilt bba0a8b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a941607..6d3e106 100644 --- a/.gitignore +++ b/.gitignore @@ -1013,3 +1013,4 @@ /libpod-428303c.tar.gz /libpod-9bd48a6.tar.gz /libpod-cbfb498.tar.gz +/libpod-bba0a8b.tar.gz diff --git a/podman.spec b/podman.spec index dec8109..17fcb3f 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 cbfb4980ce7d9e6ed1ea769d0f42c52e1ad0bffa +%global commit0 bba0a8be1a715fb0903ffc69abd5700a624d47e4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.107.dev.git%{shortcommit0}%{?dist} +Release: 0.108.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.108.dev.gitbba0a8b +- autobuilt bba0a8b + * Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.107.dev.gitcbfb498 - autobuilt cbfb498 diff --git a/sources b/sources index 343a3a5..d64546d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-cbfb498.tar.gz) = 4e7c4863e81d8cdd9694c15426a5dbfb3a72c81a14000445b422ec776ec36313f1cb8559677257be439014f1731f479cf52eee9ccf1fa44c08dc568d931cdccd +SHA512 (libpod-bba0a8b.tar.gz) = f7eabf40e210d16da9c37859ad1e8395d48d40d30ba08959c62b586149d7baf529e273df221d00d9c694fcd33ddb9e89bf36d2add2c9e26e412c932add94b808 From f44e59eed80f8e928db1306d553af3aef415086f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 3 Jun 2020 20:09:05 +0000 Subject: [PATCH 1104/2185] podman-2:2.0.0-0.109.dev.git986a277 - autobuilt 986a277 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6d3e106..eb5fab2 100644 --- a/.gitignore +++ b/.gitignore @@ -1014,3 +1014,4 @@ /libpod-9bd48a6.tar.gz /libpod-cbfb498.tar.gz /libpod-bba0a8b.tar.gz +/libpod-986a277.tar.gz diff --git a/podman.spec b/podman.spec index 17fcb3f..7a744f5 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 bba0a8be1a715fb0903ffc69abd5700a624d47e4 +%global commit0 986a277a962aef8d975996d494a4522299f6973b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.108.dev.git%{shortcommit0}%{?dist} +Release: 0.109.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.109.dev.git986a277 +- autobuilt 986a277 + * Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.108.dev.gitbba0a8b - autobuilt bba0a8b diff --git a/sources b/sources index d64546d..96d2fa7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-bba0a8b.tar.gz) = f7eabf40e210d16da9c37859ad1e8395d48d40d30ba08959c62b586149d7baf529e273df221d00d9c694fcd33ddb9e89bf36d2add2c9e26e412c932add94b808 +SHA512 (libpod-986a277.tar.gz) = e41c03bb16e73dbb6269474e0af11d7b3923e718b5d711156904cc6c75500c2f15903d71d33478e46283fa64d7b52a60e6bac7f6b2348ff65e95ae41c52427a0 From a28fd2bd4f4395358cdda39fb8b30621a68d3ae2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 3 Jun 2020 21:08:58 +0000 Subject: [PATCH 1105/2185] podman-2:2.0.0-0.110.dev.git1f8c509 - autobuilt 1f8c509 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index eb5fab2..0502ec2 100644 --- a/.gitignore +++ b/.gitignore @@ -1015,3 +1015,4 @@ /libpod-cbfb498.tar.gz /libpod-bba0a8b.tar.gz /libpod-986a277.tar.gz +/libpod-1f8c509.tar.gz diff --git a/podman.spec b/podman.spec index 7a744f5..d625981 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 986a277a962aef8d975996d494a4522299f6973b +%global commit0 1f8c509fafb4ce41970c4f28ed55daec459c7520 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.109.dev.git%{shortcommit0}%{?dist} +Release: 0.110.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.110.dev.git1f8c509 +- autobuilt 1f8c509 + * Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.109.dev.git986a277 - autobuilt 986a277 diff --git a/sources b/sources index 96d2fa7..8a35912 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-986a277.tar.gz) = e41c03bb16e73dbb6269474e0af11d7b3923e718b5d711156904cc6c75500c2f15903d71d33478e46283fa64d7b52a60e6bac7f6b2348ff65e95ae41c52427a0 +SHA512 (libpod-1f8c509.tar.gz) = d1ee4ba0fc62f2360583655c5bd22642a53106fe34f41cec8064d57d175d156e0ab8ca902cc5a77c3505d3ea9fa231fd22e9dbde34d477b642b9607789cdb4ce From ed2b2af5c08f7dbceae84c4feb56a96deb7beb26 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 4 Jun 2020 09:09:31 +0000 Subject: [PATCH 1106/2185] podman-2:2.0.0-0.111.dev.gitd6e70c6 - autobuilt d6e70c6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0502ec2..67f875e 100644 --- a/.gitignore +++ b/.gitignore @@ -1016,3 +1016,4 @@ /libpod-bba0a8b.tar.gz /libpod-986a277.tar.gz /libpod-1f8c509.tar.gz +/libpod-d6e70c6.tar.gz diff --git a/podman.spec b/podman.spec index d625981..8717a0a 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 1f8c509fafb4ce41970c4f28ed55daec459c7520 +%global commit0 d6e70c6df9ab9bf768efa69ba29601b64721ffd1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.110.dev.git%{shortcommit0}%{?dist} +Release: 0.111.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.111.dev.gitd6e70c6 +- autobuilt d6e70c6 + * Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.110.dev.git1f8c509 - autobuilt 1f8c509 diff --git a/sources b/sources index 8a35912..47b2c1b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-1f8c509.tar.gz) = d1ee4ba0fc62f2360583655c5bd22642a53106fe34f41cec8064d57d175d156e0ab8ca902cc5a77c3505d3ea9fa231fd22e9dbde34d477b642b9607789cdb4ce +SHA512 (libpod-d6e70c6.tar.gz) = 5b9e2855f8a10f19bd0238308dfc9987a5416004d74dc6d20e9134b20f3457cc100a030d7b52b40b8ae6b86a877e8ddfc69f5b272664fc3be603268e9eb87481 From 50dc1d75ac53f941f114cac88271ee9654aa3329 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 4 Jun 2020 12:09:28 +0000 Subject: [PATCH 1107/2185] podman-2:2.0.0-0.112.dev.gitff99c3e - autobuilt ff99c3e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 67f875e..ece5daa 100644 --- a/.gitignore +++ b/.gitignore @@ -1017,3 +1017,4 @@ /libpod-986a277.tar.gz /libpod-1f8c509.tar.gz /libpod-d6e70c6.tar.gz +/libpod-ff99c3e.tar.gz diff --git a/podman.spec b/podman.spec index 8717a0a..485642b 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 d6e70c6df9ab9bf768efa69ba29601b64721ffd1 +%global commit0 ff99c3ecb36f7a46165cae2f963efd94da61b1ac %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.111.dev.git%{shortcommit0}%{?dist} +Release: 0.112.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.112.dev.gitff99c3e +- autobuilt ff99c3e + * Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.111.dev.gitd6e70c6 - autobuilt d6e70c6 diff --git a/sources b/sources index 47b2c1b..5e51f81 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d6e70c6.tar.gz) = 5b9e2855f8a10f19bd0238308dfc9987a5416004d74dc6d20e9134b20f3457cc100a030d7b52b40b8ae6b86a877e8ddfc69f5b272664fc3be603268e9eb87481 +SHA512 (libpod-ff99c3e.tar.gz) = be2a1dc0f9b4966d9556e942c5fa5575bf5d565d2ae621d1c18d26fbfd187d64b79cf5f00c07cf612f36fd29437eda69d7dd822989e6d21dde199eb296a8bd77 From 1d2732cc26bee1016dca3eb59372236a5c3ae5c7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 4 Jun 2020 13:09:05 +0000 Subject: [PATCH 1108/2185] podman-2:2.0.0-0.113.dev.git650ed43 - autobuilt 650ed43 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ece5daa..02906eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1018,3 +1018,4 @@ /libpod-1f8c509.tar.gz /libpod-d6e70c6.tar.gz /libpod-ff99c3e.tar.gz +/libpod-650ed43.tar.gz diff --git a/podman.spec b/podman.spec index 485642b..f2c56e2 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 ff99c3ecb36f7a46165cae2f963efd94da61b1ac +%global commit0 650ed437a8abac4d0a67b1b6e17239cb1eea2477 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.112.dev.git%{shortcommit0}%{?dist} +Release: 0.113.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.113.dev.git650ed43 +- autobuilt 650ed43 + * Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.112.dev.gitff99c3e - autobuilt ff99c3e diff --git a/sources b/sources index 5e51f81..a3b36b7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-ff99c3e.tar.gz) = be2a1dc0f9b4966d9556e942c5fa5575bf5d565d2ae621d1c18d26fbfd187d64b79cf5f00c07cf612f36fd29437eda69d7dd822989e6d21dde199eb296a8bd77 +SHA512 (libpod-650ed43.tar.gz) = 9f44d712f7cc2cfeabb4efc217235c91b73e877c276e4a9ab0f9cec6b826ee89252db6aa103e814cdc9145e265cf9a5d1fdd0d51d033d87c3540196dceabc9aa From 31f26edc3cfdf0b9f1dc29fceb181fd5dfe3c71c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 4 Jun 2020 14:10:23 +0000 Subject: [PATCH 1109/2185] podman-2:2.0.0-0.114.dev.gitceef4f6 - autobuilt ceef4f6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 02906eb..28b5a87 100644 --- a/.gitignore +++ b/.gitignore @@ -1019,3 +1019,4 @@ /libpod-d6e70c6.tar.gz /libpod-ff99c3e.tar.gz /libpod-650ed43.tar.gz +/libpod-ceef4f6.tar.gz diff --git a/podman.spec b/podman.spec index f2c56e2..72a4b19 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 650ed437a8abac4d0a67b1b6e17239cb1eea2477 +%global commit0 ceef4f6819212ff320bc0582d637693516561643 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.113.dev.git%{shortcommit0}%{?dist} +Release: 0.114.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.114.dev.gitceef4f6 +- autobuilt ceef4f6 + * Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.113.dev.git650ed43 - autobuilt 650ed43 diff --git a/sources b/sources index a3b36b7..804f1a7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-650ed43.tar.gz) = 9f44d712f7cc2cfeabb4efc217235c91b73e877c276e4a9ab0f9cec6b826ee89252db6aa103e814cdc9145e265cf9a5d1fdd0d51d033d87c3540196dceabc9aa +SHA512 (libpod-ceef4f6.tar.gz) = 8c02003ab2c47b764d75ebfbda416690770ebfedba3cdd1763e605b1bc2ae18355c93dc87cc45be952ebc300856b098cc600026599a36502a61b0a8b4d836cc4 From 25e602603fd27ead8d176db317b5f55c304e6a86 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 4 Jun 2020 15:09:17 +0000 Subject: [PATCH 1110/2185] podman-2:2.0.0-0.115.dev.gitbf8337b - autobuilt bf8337b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 28b5a87..c7cbcc1 100644 --- a/.gitignore +++ b/.gitignore @@ -1020,3 +1020,4 @@ /libpod-ff99c3e.tar.gz /libpod-650ed43.tar.gz /libpod-ceef4f6.tar.gz +/libpod-bf8337b.tar.gz diff --git a/podman.spec b/podman.spec index 72a4b19..5c68a55 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 ceef4f6819212ff320bc0582d637693516561643 +%global commit0 bf8337b3fc488d3fc449a7622ae7744a67b9f348 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -41,7 +41,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.0.0-rc3 +%define built_tag v2.0.0-rc4 Name: podman %if 0%{?fedora} @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.114.dev.git%{shortcommit0}%{?dist} +Release: 0.115.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.115.dev.gitbf8337b +- autobuilt bf8337b + * Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.114.dev.gitceef4f6 - autobuilt ceef4f6 diff --git a/sources b/sources index 804f1a7..ba42bb2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-ceef4f6.tar.gz) = 8c02003ab2c47b764d75ebfbda416690770ebfedba3cdd1763e605b1bc2ae18355c93dc87cc45be952ebc300856b098cc600026599a36502a61b0a8b4d836cc4 +SHA512 (libpod-bf8337b.tar.gz) = 0e5fec50a06a18c4bedf0831507da38e7abcadd2304c4c6d55d151da34ae3105ddb9124c89bec28ac01cd102c1e499da2d8cd9684b7efc73aadb727c5b35a2ef From d455d86cc70621e91bd1fd2c9ec11e9d02ce47b6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 4 Jun 2020 18:09:57 +0000 Subject: [PATCH 1111/2185] podman-2:2.0.0-0.116.dev.gitb057896 - autobuilt b057896 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c7cbcc1..694910a 100644 --- a/.gitignore +++ b/.gitignore @@ -1021,3 +1021,4 @@ /libpod-650ed43.tar.gz /libpod-ceef4f6.tar.gz /libpod-bf8337b.tar.gz +/libpod-b057896.tar.gz diff --git a/podman.spec b/podman.spec index 5c68a55..e5118d1 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 bf8337b3fc488d3fc449a7622ae7744a67b9f348 +%global commit0 b0578963aaf83e4c5686b957fd09c9311eac35c6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.115.dev.git%{shortcommit0}%{?dist} +Release: 0.116.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.116.dev.gitb057896 +- autobuilt b057896 + * Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.115.dev.gitbf8337b - autobuilt bf8337b diff --git a/sources b/sources index ba42bb2..437354b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-bf8337b.tar.gz) = 0e5fec50a06a18c4bedf0831507da38e7abcadd2304c4c6d55d151da34ae3105ddb9124c89bec28ac01cd102c1e499da2d8cd9684b7efc73aadb727c5b35a2ef +SHA512 (libpod-b057896.tar.gz) = 0122889a4302d9774f66504d453aa9448d1d82d87d1c1fe93a6f9a16f599ea21ef34b935b2b4def89fbc101f19e47f3f263f2965cc232f7ab56266035573ad5f From 227582e840db88632112e74a775f0c2350cfbda0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 5 Jun 2020 14:10:15 +0000 Subject: [PATCH 1112/2185] podman-2:2.0.0-0.117.dev.gitf243233 - autobuilt f243233 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 694910a..e70aff8 100644 --- a/.gitignore +++ b/.gitignore @@ -1022,3 +1022,4 @@ /libpod-ceef4f6.tar.gz /libpod-bf8337b.tar.gz /libpod-b057896.tar.gz +/libpod-f243233.tar.gz diff --git a/podman.spec b/podman.spec index e5118d1..4a1dfca 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 b0578963aaf83e4c5686b957fd09c9311eac35c6 +%global commit0 f2432335ef1be0a6a4482354e3c288381127ee49 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.116.dev.git%{shortcommit0}%{?dist} +Release: 0.117.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Jun 05 2020 RH Container Bot - 2:2.0.0-0.117.dev.gitf243233 +- autobuilt f243233 + * Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.116.dev.gitb057896 - autobuilt b057896 diff --git a/sources b/sources index 437354b..02bddca 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-b057896.tar.gz) = 0122889a4302d9774f66504d453aa9448d1d82d87d1c1fe93a6f9a16f599ea21ef34b935b2b4def89fbc101f19e47f3f263f2965cc232f7ab56266035573ad5f +SHA512 (libpod-f243233.tar.gz) = 8cfdcc32983314531d008acfabb4c93289621a91f3f2f7a702e1bf38c4a4df952c0cbb3f8148cbe9f0a4ecaccb6f5981f369f038f412047a3cbdf5d52bed2072 From 16850f4983866d0e917b2f7940d1e2e3a650601c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 5 Jun 2020 16:09:19 +0000 Subject: [PATCH 1113/2185] podman-2:2.0.0-0.118.dev.gitc6da1a8 - autobuilt c6da1a8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e70aff8..676b632 100644 --- a/.gitignore +++ b/.gitignore @@ -1023,3 +1023,4 @@ /libpod-bf8337b.tar.gz /libpod-b057896.tar.gz /libpod-f243233.tar.gz +/libpod-c6da1a8.tar.gz diff --git a/podman.spec b/podman.spec index 4a1dfca..29516d8 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 f2432335ef1be0a6a4482354e3c288381127ee49 +%global commit0 c6da1a86cedfa04ea69886a4cb88ef1c570574b4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.117.dev.git%{shortcommit0}%{?dist} +Release: 0.118.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Jun 05 2020 RH Container Bot - 2:2.0.0-0.118.dev.gitc6da1a8 +- autobuilt c6da1a8 + * Fri Jun 05 2020 RH Container Bot - 2:2.0.0-0.117.dev.gitf243233 - autobuilt f243233 diff --git a/sources b/sources index 02bddca..05f05a1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-f243233.tar.gz) = 8cfdcc32983314531d008acfabb4c93289621a91f3f2f7a702e1bf38c4a4df952c0cbb3f8148cbe9f0a4ecaccb6f5981f369f038f412047a3cbdf5d52bed2072 +SHA512 (libpod-c6da1a8.tar.gz) = cca4a3903ea47026107fc74290b1efec3a27875e00077e79328495c92459bc6f5fd3eaa20711458f0215f187ca2b5a839d5c9997d13467bcb99aa5e4ebe74a26 From bf64acfc55091849d5ad25b5374b4b82eaa174c0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 5 Jun 2020 17:09:35 +0000 Subject: [PATCH 1114/2185] podman-2:2.0.0-0.119.dev.gitc448c03 - autobuilt c448c03 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 676b632..fedc1c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1024,3 +1024,4 @@ /libpod-b057896.tar.gz /libpod-f243233.tar.gz /libpod-c6da1a8.tar.gz +/libpod-c448c03.tar.gz diff --git a/podman.spec b/podman.spec index 29516d8..34d736a 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 c6da1a86cedfa04ea69886a4cb88ef1c570574b4 +%global commit0 c448c03269139dabf6f6fa7ff0fedb2291018b2a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.118.dev.git%{shortcommit0}%{?dist} +Release: 0.119.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Jun 05 2020 RH Container Bot - 2:2.0.0-0.119.dev.gitc448c03 +- autobuilt c448c03 + * Fri Jun 05 2020 RH Container Bot - 2:2.0.0-0.118.dev.gitc6da1a8 - autobuilt c6da1a8 diff --git a/sources b/sources index 05f05a1..f6470fd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c6da1a8.tar.gz) = cca4a3903ea47026107fc74290b1efec3a27875e00077e79328495c92459bc6f5fd3eaa20711458f0215f187ca2b5a839d5c9997d13467bcb99aa5e4ebe74a26 +SHA512 (libpod-c448c03.tar.gz) = 6951f6954bc1410556f58542207a3df4da762f82a031242c4223fd703722d3a61b55fcadbc7fbce745f0ada1be52b84a94bf5d16096b870aaa5cc22f43297af7 From 98fb0392941fa9016a0c9565372c7cc5ac0ef2ce Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 5 Jun 2020 18:09:51 +0000 Subject: [PATCH 1115/2185] podman-2:2.0.0-0.120.dev.git723e823 - autobuilt 723e823 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fedc1c7..819a8fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1025,3 +1025,4 @@ /libpod-f243233.tar.gz /libpod-c6da1a8.tar.gz /libpod-c448c03.tar.gz +/libpod-723e823.tar.gz diff --git a/podman.spec b/podman.spec index 34d736a..c587ad1 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 c448c03269139dabf6f6fa7ff0fedb2291018b2a +%global commit0 723e8234393fba230961bc1214a73ba5d01bbfe1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.119.dev.git%{shortcommit0}%{?dist} +Release: 0.120.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Jun 05 2020 RH Container Bot - 2:2.0.0-0.120.dev.git723e823 +- autobuilt 723e823 + * Fri Jun 05 2020 RH Container Bot - 2:2.0.0-0.119.dev.gitc448c03 - autobuilt c448c03 diff --git a/sources b/sources index f6470fd..104b6a1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c448c03.tar.gz) = 6951f6954bc1410556f58542207a3df4da762f82a031242c4223fd703722d3a61b55fcadbc7fbce745f0ada1be52b84a94bf5d16096b870aaa5cc22f43297af7 +SHA512 (libpod-723e823.tar.gz) = 23ca238ea985749cef334f999144e551e51ebc804621767113866b81f9b97c17d7739bf61855896a6323c05e12c22bf0e1491fee219392bf4d5691e89789a345 From f03758566e85aa42a09effc3840f2ad6f43f7dc5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 6 Jun 2020 10:09:18 +0000 Subject: [PATCH 1116/2185] podman-2:2.0.0-0.121.dev.git1fcb678 - autobuilt 1fcb678 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 819a8fe..f98d6c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1026,3 +1026,4 @@ /libpod-c6da1a8.tar.gz /libpod-c448c03.tar.gz /libpod-723e823.tar.gz +/libpod-1fcb678.tar.gz diff --git a/podman.spec b/podman.spec index c587ad1..2bd10f5 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 723e8234393fba230961bc1214a73ba5d01bbfe1 +%global commit0 1fcb6788a5d7471a7ca6215a40e36e21812a0f6e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.120.dev.git%{shortcommit0}%{?dist} +Release: 0.121.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Sat Jun 06 2020 RH Container Bot - 2:2.0.0-0.121.dev.git1fcb678 +- autobuilt 1fcb678 + * Fri Jun 05 2020 RH Container Bot - 2:2.0.0-0.120.dev.git723e823 - autobuilt 723e823 diff --git a/sources b/sources index 104b6a1..2376f46 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-723e823.tar.gz) = 23ca238ea985749cef334f999144e551e51ebc804621767113866b81f9b97c17d7739bf61855896a6323c05e12c22bf0e1491fee219392bf4d5691e89789a345 +SHA512 (libpod-1fcb678.tar.gz) = dedb1948851299918e535eb7d0518a55269144036a7f9bfc2c7aa64b1f5fafd145e48669f31465f21e721eab7065812ac80e9c2009fc3881e24ec240eb7d5326 From 47aa7eaa0703bb08470a27e4766da0c798fe7a56 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 8 Jun 2020 08:09:39 +0000 Subject: [PATCH 1117/2185] podman-2:2.0.0-0.122.dev.git2869cce - autobuilt 2869cce Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f98d6c0..2604e94 100644 --- a/.gitignore +++ b/.gitignore @@ -1027,3 +1027,4 @@ /libpod-c448c03.tar.gz /libpod-723e823.tar.gz /libpod-1fcb678.tar.gz +/libpod-2869cce.tar.gz diff --git a/podman.spec b/podman.spec index 2bd10f5..65b1cda 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 1fcb6788a5d7471a7ca6215a40e36e21812a0f6e +%global commit0 2869cce1d53aedfe2500f3d921fb901dd5994690 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.121.dev.git%{shortcommit0}%{?dist} +Release: 0.122.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Jun 08 2020 RH Container Bot - 2:2.0.0-0.122.dev.git2869cce +- autobuilt 2869cce + * Sat Jun 06 2020 RH Container Bot - 2:2.0.0-0.121.dev.git1fcb678 - autobuilt 1fcb678 diff --git a/sources b/sources index 2376f46..2283d32 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-1fcb678.tar.gz) = dedb1948851299918e535eb7d0518a55269144036a7f9bfc2c7aa64b1f5fafd145e48669f31465f21e721eab7065812ac80e9c2009fc3881e24ec240eb7d5326 +SHA512 (libpod-2869cce.tar.gz) = 9f84e45d7a5a7ca02ade79ede157b1adb192e425c8b12a274bec6f24e4937f8d63cf76be37906d6c8136f5529e782789050c75671ad482b0d837f7ed6876b37e From 9b74c5f8b0ce779b5a11309f7b3b1db7701f1353 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 8 Jun 2020 17:09:19 +0000 Subject: [PATCH 1118/2185] podman-2:2.0.0-0.123.dev.gitb8acc85 - autobuilt b8acc85 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2604e94..9c358cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1028,3 +1028,4 @@ /libpod-723e823.tar.gz /libpod-1fcb678.tar.gz /libpod-2869cce.tar.gz +/libpod-b8acc85.tar.gz diff --git a/podman.spec b/podman.spec index 65b1cda..25dd143 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 2869cce1d53aedfe2500f3d921fb901dd5994690 +%global commit0 b8acc851bb472c7ea9674bf1bf8ca3812ff2ab24 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.122.dev.git%{shortcommit0}%{?dist} +Release: 0.123.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Jun 08 2020 RH Container Bot - 2:2.0.0-0.123.dev.gitb8acc85 +- autobuilt b8acc85 + * Mon Jun 08 2020 RH Container Bot - 2:2.0.0-0.122.dev.git2869cce - autobuilt 2869cce diff --git a/sources b/sources index 2283d32..bc14957 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-2869cce.tar.gz) = 9f84e45d7a5a7ca02ade79ede157b1adb192e425c8b12a274bec6f24e4937f8d63cf76be37906d6c8136f5529e782789050c75671ad482b0d837f7ed6876b37e +SHA512 (libpod-b8acc85.tar.gz) = bef10578c4ab30df97e5e2fae492efc1221c06d302a436c37ac77971b5751b6bffb68043e10d0a7b60cdf16bb291453dead30fba830beca9fa319c79ad72a6eb From f195b404666af0a029c3a6ee54efc748d7dd0865 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 8 Jun 2020 22:10:00 +0000 Subject: [PATCH 1119/2185] podman-2:2.0.0-0.124.dev.gita85e979 - autobuilt a85e979 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9c358cc..7039c29 100644 --- a/.gitignore +++ b/.gitignore @@ -1029,3 +1029,4 @@ /libpod-1fcb678.tar.gz /libpod-2869cce.tar.gz /libpod-b8acc85.tar.gz +/libpod-a85e979.tar.gz diff --git a/podman.spec b/podman.spec index 25dd143..7a3a495 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 b8acc851bb472c7ea9674bf1bf8ca3812ff2ab24 +%global commit0 a85e97952994a2803a17ee2a384b260115f18b43 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.123.dev.git%{shortcommit0}%{?dist} +Release: 0.124.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Jun 08 2020 RH Container Bot - 2:2.0.0-0.124.dev.gita85e979 +- autobuilt a85e979 + * Mon Jun 08 2020 RH Container Bot - 2:2.0.0-0.123.dev.gitb8acc85 - autobuilt b8acc85 diff --git a/sources b/sources index bc14957..e605eee 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-b8acc85.tar.gz) = bef10578c4ab30df97e5e2fae492efc1221c06d302a436c37ac77971b5751b6bffb68043e10d0a7b60cdf16bb291453dead30fba830beca9fa319c79ad72a6eb +SHA512 (libpod-a85e979.tar.gz) = c8f67c2a4c7c516ec3a23baa04210b7499df439f44c996b51b22c4bc2f072356f41d162b370cac735c5e9b2761ebc1483abf42cefd45aff82953b71762a859b7 From a2c2fb61b000daf5a6df2968fae05f646d8502ad Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 9 Jun 2020 09:10:04 +0000 Subject: [PATCH 1120/2185] podman-2:2.0.0-0.125.dev.git79f30af - autobuilt 79f30af Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7039c29..c247766 100644 --- a/.gitignore +++ b/.gitignore @@ -1030,3 +1030,4 @@ /libpod-2869cce.tar.gz /libpod-b8acc85.tar.gz /libpod-a85e979.tar.gz +/libpod-79f30af.tar.gz diff --git a/podman.spec b/podman.spec index 7a3a495..291b829 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 a85e97952994a2803a17ee2a384b260115f18b43 +%global commit0 79f30af384cf6c74f89c3b44c01707da22d867e5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.124.dev.git%{shortcommit0}%{?dist} +Release: 0.125.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Jun 09 2020 RH Container Bot - 2:2.0.0-0.125.dev.git79f30af +- autobuilt 79f30af + * Mon Jun 08 2020 RH Container Bot - 2:2.0.0-0.124.dev.gita85e979 - autobuilt a85e979 diff --git a/sources b/sources index e605eee..b372869 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-a85e979.tar.gz) = c8f67c2a4c7c516ec3a23baa04210b7499df439f44c996b51b22c4bc2f072356f41d162b370cac735c5e9b2761ebc1483abf42cefd45aff82953b71762a859b7 +SHA512 (libpod-79f30af.tar.gz) = 131d6d6c3077e67fff7eb6eaca19e5a1dc04bfa41c0c695583070ded3d9e9a232638f6bc538800cd7173e23820f625c514bdc1096a6801910a86a11c2da18123 From 105e143ae8dbfdfeb6d915a3af3c1974a3ee504d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 9 Jun 2020 15:09:56 +0000 Subject: [PATCH 1121/2185] podman-2:2.0.0-0.126.dev.gitc831ae1 - autobuilt c831ae1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c247766..4fdc8d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1031,3 +1031,4 @@ /libpod-b8acc85.tar.gz /libpod-a85e979.tar.gz /libpod-79f30af.tar.gz +/libpod-c831ae1.tar.gz diff --git a/podman.spec b/podman.spec index 291b829..2316c7e 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 79f30af384cf6c74f89c3b44c01707da22d867e5 +%global commit0 c831ae110e35cc37e47ffc89bfa00c08199ddb45 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.125.dev.git%{shortcommit0}%{?dist} +Release: 0.126.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Jun 09 2020 RH Container Bot - 2:2.0.0-0.126.dev.gitc831ae1 +- autobuilt c831ae1 + * Tue Jun 09 2020 RH Container Bot - 2:2.0.0-0.125.dev.git79f30af - autobuilt 79f30af diff --git a/sources b/sources index b372869..ef2d316 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-79f30af.tar.gz) = 131d6d6c3077e67fff7eb6eaca19e5a1dc04bfa41c0c695583070ded3d9e9a232638f6bc538800cd7173e23820f625c514bdc1096a6801910a86a11c2da18123 +SHA512 (libpod-c831ae1.tar.gz) = e9cfbdb115d8a66637ac0b45237c49d7e01a7a758415acff07fbd95b3706786c5ce90e7774367b71cc6686660d76c01a713e0628d6c095d0b7ee2dbf3a893a83 From 520489b43b8132d4c1281337baeb070d534272af Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 10 Jun 2020 00:10:11 +0000 Subject: [PATCH 1122/2185] podman-2:2.0.0-0.127.dev.gitfbe09d7 - autobuilt fbe09d7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4fdc8d2..60d1696 100644 --- a/.gitignore +++ b/.gitignore @@ -1032,3 +1032,4 @@ /libpod-a85e979.tar.gz /libpod-79f30af.tar.gz /libpod-c831ae1.tar.gz +/libpod-fbe09d7.tar.gz diff --git a/podman.spec b/podman.spec index 2316c7e..4684536 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 c831ae110e35cc37e47ffc89bfa00c08199ddb45 +%global commit0 fbe09d78e91c9ac5cadc8b00a67c7d7f89d64868 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.126.dev.git%{shortcommit0}%{?dist} +Release: 0.127.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.127.dev.gitfbe09d7 +- autobuilt fbe09d7 + * Tue Jun 09 2020 RH Container Bot - 2:2.0.0-0.126.dev.gitc831ae1 - autobuilt c831ae1 diff --git a/sources b/sources index ef2d316..5824c52 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c831ae1.tar.gz) = e9cfbdb115d8a66637ac0b45237c49d7e01a7a758415acff07fbd95b3706786c5ce90e7774367b71cc6686660d76c01a713e0628d6c095d0b7ee2dbf3a893a83 +SHA512 (libpod-fbe09d7.tar.gz) = d58f3aa73dd3a9cde17ecf9d4b86db4c03e85252abc8a243479f86a8339c684e8019474267f346b0344664573df096cfa93d7466d495372f5e10b3a8c815ed58 From 3a8dc20b16c2672a848c8c2897d0727da34a75f1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 10 Jun 2020 02:09:39 +0000 Subject: [PATCH 1123/2185] podman-2:2.0.0-0.128.dev.git9967f28 - autobuilt 9967f28 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 60d1696..4f95fb0 100644 --- a/.gitignore +++ b/.gitignore @@ -1033,3 +1033,4 @@ /libpod-79f30af.tar.gz /libpod-c831ae1.tar.gz /libpod-fbe09d7.tar.gz +/libpod-9967f28.tar.gz diff --git a/podman.spec b/podman.spec index 4684536..2f0d8a3 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 fbe09d78e91c9ac5cadc8b00a67c7d7f89d64868 +%global commit0 9967f28339dc43c97966bc07345af53a374faf67 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.127.dev.git%{shortcommit0}%{?dist} +Release: 0.128.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.128.dev.git9967f28 +- autobuilt 9967f28 + * Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.127.dev.gitfbe09d7 - autobuilt fbe09d7 diff --git a/sources b/sources index 5824c52..c06c30a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-fbe09d7.tar.gz) = d58f3aa73dd3a9cde17ecf9d4b86db4c03e85252abc8a243479f86a8339c684e8019474267f346b0344664573df096cfa93d7466d495372f5e10b3a8c815ed58 +SHA512 (libpod-9967f28.tar.gz) = b7b639e4653fc35b1b8064f891d31d20767fc7c1a97d0dd481d3446a9c4064aa9920b4b7cf3ba50d5f5102bd883c4d73aba015a85eecc99eeaf64f1987723b0b From 5ada345f4f74977d7ab7251880ded827fdaf5787 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 10 Jun 2020 13:09:59 +0000 Subject: [PATCH 1124/2185] podman-2:2.0.0-0.129.dev.git6346846 - autobuilt 6346846 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4f95fb0..bc7b71f 100644 --- a/.gitignore +++ b/.gitignore @@ -1034,3 +1034,4 @@ /libpod-c831ae1.tar.gz /libpod-fbe09d7.tar.gz /libpod-9967f28.tar.gz +/libpod-6346846.tar.gz diff --git a/podman.spec b/podman.spec index 2f0d8a3..bae8a46 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 9967f28339dc43c97966bc07345af53a374faf67 +%global commit0 63468464e8365adefebee7127be888ea649edd8e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.128.dev.git%{shortcommit0}%{?dist} +Release: 0.129.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.129.dev.git6346846 +- autobuilt 6346846 + * Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.128.dev.git9967f28 - autobuilt 9967f28 diff --git a/sources b/sources index c06c30a..f008fcc 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-9967f28.tar.gz) = b7b639e4653fc35b1b8064f891d31d20767fc7c1a97d0dd481d3446a9c4064aa9920b4b7cf3ba50d5f5102bd883c4d73aba015a85eecc99eeaf64f1987723b0b +SHA512 (libpod-6346846.tar.gz) = 6134da36086efc615f652d45e61b01fca59831e715c713a730abb96fb6f7320eab2dde615021c4bd92ddd7dcac7b34cce6337bba4dd1cd06c948ddff27e5354e From adae26ec7c080ab6379d4522b44499be20a711ca Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 10 Jun 2020 14:09:53 +0000 Subject: [PATCH 1125/2185] podman-2:2.0.0-0.130.dev.git37c9078 - autobuilt 37c9078 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bc7b71f..e5addff 100644 --- a/.gitignore +++ b/.gitignore @@ -1035,3 +1035,4 @@ /libpod-fbe09d7.tar.gz /libpod-9967f28.tar.gz /libpod-6346846.tar.gz +/libpod-37c9078.tar.gz diff --git a/podman.spec b/podman.spec index bae8a46..7999642 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 63468464e8365adefebee7127be888ea649edd8e +%global commit0 37c907868db51ce8357eedd818e5962cd3adf99d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.129.dev.git%{shortcommit0}%{?dist} +Release: 0.130.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.130.dev.git37c9078 +- autobuilt 37c9078 + * Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.129.dev.git6346846 - autobuilt 6346846 diff --git a/sources b/sources index f008fcc..811ab03 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6346846.tar.gz) = 6134da36086efc615f652d45e61b01fca59831e715c713a730abb96fb6f7320eab2dde615021c4bd92ddd7dcac7b34cce6337bba4dd1cd06c948ddff27e5354e +SHA512 (libpod-37c9078.tar.gz) = 4741171fb3ad2f3afb6903448521eb6588efb214888a87030f6937d3e5d768e5f17cf96508147abd72fbf84d4d1a770ce114b1e328d230f8012c97fd22e40fac From 72a9e9328d1336a46ff778f3f7559eddf73644c0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 10 Jun 2020 16:09:18 +0000 Subject: [PATCH 1126/2185] podman-2:2.0.0-0.131.dev.git6c5bd15 - autobuilt 6c5bd15 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e5addff..a97109e 100644 --- a/.gitignore +++ b/.gitignore @@ -1036,3 +1036,4 @@ /libpod-9967f28.tar.gz /libpod-6346846.tar.gz /libpod-37c9078.tar.gz +/libpod-6c5bd15.tar.gz diff --git a/podman.spec b/podman.spec index 7999642..1e4749e 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 37c907868db51ce8357eedd818e5962cd3adf99d +%global commit0 6c5bd152648c86ff6ecc2777b94bbc9059783bbe %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -41,7 +41,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.0.0-rc4 +%define built_tag v2.0.0-rc5 Name: podman %if 0%{?fedora} @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.130.dev.git%{shortcommit0}%{?dist} +Release: 0.131.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.131.dev.git6c5bd15 +- autobuilt 6c5bd15 + * Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.130.dev.git37c9078 - autobuilt 37c9078 diff --git a/sources b/sources index 811ab03..9c348e2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-37c9078.tar.gz) = 4741171fb3ad2f3afb6903448521eb6588efb214888a87030f6937d3e5d768e5f17cf96508147abd72fbf84d4d1a770ce114b1e328d230f8012c97fd22e40fac +SHA512 (libpod-6c5bd15.tar.gz) = 134b0204ebc412356f272451e1924042b68636620f147150524dcb3b4c38630d00e94f4b0354ba9ef1c0b8e70f8dff10a283b71285387d2d74ca81114efeacd8 From 782621e72c1d103d498ed38eaa3a47ad4419bde3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 10 Jun 2020 18:09:30 +0000 Subject: [PATCH 1127/2185] podman-2:2.0.0-0.132.dev.gitb2200db - autobuilt b2200db Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a97109e..752c116 100644 --- a/.gitignore +++ b/.gitignore @@ -1037,3 +1037,4 @@ /libpod-6346846.tar.gz /libpod-37c9078.tar.gz /libpod-6c5bd15.tar.gz +/libpod-b2200db.tar.gz diff --git a/podman.spec b/podman.spec index 1e4749e..676f6a0 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 6c5bd152648c86ff6ecc2777b94bbc9059783bbe +%global commit0 b2200dbe056ac409461033f646cdd25bcccea521 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.131.dev.git%{shortcommit0}%{?dist} +Release: 0.132.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.132.dev.gitb2200db +- autobuilt b2200db + * Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.131.dev.git6c5bd15 - autobuilt 6c5bd15 diff --git a/sources b/sources index 9c348e2..74bd62a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6c5bd15.tar.gz) = 134b0204ebc412356f272451e1924042b68636620f147150524dcb3b4c38630d00e94f4b0354ba9ef1c0b8e70f8dff10a283b71285387d2d74ca81114efeacd8 +SHA512 (libpod-b2200db.tar.gz) = 391e74a4c5c1745a41024de499115f367e0d77114f6ec6e869206781cc0814aad83a9b2b6fc1c0fb8ca55fc2455025985b4f08f0ab8529964751d9ad4112c797 From ba8f6388198fc8302b400adf034e6c3c56d23642 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 11 Jun 2020 09:09:47 +0000 Subject: [PATCH 1128/2185] podman-2:2.0.0-0.133.dev.git7b85d5c - autobuilt 7b85d5c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 752c116..7dee9f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1038,3 +1038,4 @@ /libpod-37c9078.tar.gz /libpod-6c5bd15.tar.gz /libpod-b2200db.tar.gz +/libpod-7b85d5c.tar.gz diff --git a/podman.spec b/podman.spec index 676f6a0..3d028ad 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 b2200dbe056ac409461033f646cdd25bcccea521 +%global commit0 7b85d5c6d272da17bcdb9fb266859c3e5ec8fd09 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.132.dev.git%{shortcommit0}%{?dist} +Release: 0.133.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.133.dev.git7b85d5c +- autobuilt 7b85d5c + * Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.132.dev.gitb2200db - autobuilt b2200db diff --git a/sources b/sources index 74bd62a..c1ff64e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-b2200db.tar.gz) = 391e74a4c5c1745a41024de499115f367e0d77114f6ec6e869206781cc0814aad83a9b2b6fc1c0fb8ca55fc2455025985b4f08f0ab8529964751d9ad4112c797 +SHA512 (libpod-7b85d5c.tar.gz) = 98fad712115dac3ea5883b5915dd19867fc66d1b05ffdae3adf402ebaf680c7cc1480535bc857f4e4d187a48fe23be6d0e6c663dd69d215623e23b54115a2392 From faf140210b7fd07466755b4da6afe3736640897d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 11 Jun 2020 13:09:56 +0000 Subject: [PATCH 1129/2185] podman-2:2.0.0-0.134.dev.git5f3e64f - autobuilt 5f3e64f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7dee9f2..b042092 100644 --- a/.gitignore +++ b/.gitignore @@ -1039,3 +1039,4 @@ /libpod-6c5bd15.tar.gz /libpod-b2200db.tar.gz /libpod-7b85d5c.tar.gz +/libpod-5f3e64f.tar.gz diff --git a/podman.spec b/podman.spec index 3d028ad..df49e16 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 7b85d5c6d272da17bcdb9fb266859c3e5ec8fd09 +%global commit0 5f3e64f64317d05ba457b2912c85c177635eb558 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.133.dev.git%{shortcommit0}%{?dist} +Release: 0.134.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.134.dev.git5f3e64f +- autobuilt 5f3e64f + * Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.133.dev.git7b85d5c - autobuilt 7b85d5c diff --git a/sources b/sources index c1ff64e..36adf09 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-7b85d5c.tar.gz) = 98fad712115dac3ea5883b5915dd19867fc66d1b05ffdae3adf402ebaf680c7cc1480535bc857f4e4d187a48fe23be6d0e6c663dd69d215623e23b54115a2392 +SHA512 (libpod-5f3e64f.tar.gz) = 80a3d3916a364c441c07468c89dbc1efdb65783cac8d12fc6fba8f70481c659f11e536a2f7d5cfc0a4cf3505051e4108e44bf8743fc12be4491f0ad695440922 From 1531357626c3115054da8bfd1ecd57c3d4c1bf09 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 11 Jun 2020 14:09:49 +0000 Subject: [PATCH 1130/2185] podman-2:2.0.0-0.135.dev.git142e62c - autobuilt 142e62c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b042092..8855f73 100644 --- a/.gitignore +++ b/.gitignore @@ -1040,3 +1040,4 @@ /libpod-b2200db.tar.gz /libpod-7b85d5c.tar.gz /libpod-5f3e64f.tar.gz +/libpod-142e62c.tar.gz diff --git a/podman.spec b/podman.spec index df49e16..f3fa3fa 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 5f3e64f64317d05ba457b2912c85c177635eb558 +%global commit0 142e62cb45e54a0e77b598c76886e5cff0cdbb45 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.134.dev.git%{shortcommit0}%{?dist} +Release: 0.135.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.135.dev.git142e62c +- autobuilt 142e62c + * Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.134.dev.git5f3e64f - autobuilt 5f3e64f diff --git a/sources b/sources index 36adf09..e0fa856 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-5f3e64f.tar.gz) = 80a3d3916a364c441c07468c89dbc1efdb65783cac8d12fc6fba8f70481c659f11e536a2f7d5cfc0a4cf3505051e4108e44bf8743fc12be4491f0ad695440922 +SHA512 (libpod-142e62c.tar.gz) = a27c3e506f5bab43c56040fec7eb0ae9071d07426ba08d4c67401357e46f3f0a5ff284b6f0a53c47bd1c4fc21c1a7554eeef7b38544891680eab3f12e58015a5 From e6ba7392f70f8bbe29c8233f8b4f49ccf330e64a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 11 Jun 2020 15:09:40 +0000 Subject: [PATCH 1131/2185] podman-2:2.0.0-0.136.dev.git39ad038 - autobuilt 39ad038 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8855f73..29dd242 100644 --- a/.gitignore +++ b/.gitignore @@ -1041,3 +1041,4 @@ /libpod-7b85d5c.tar.gz /libpod-5f3e64f.tar.gz /libpod-142e62c.tar.gz +/libpod-39ad038.tar.gz diff --git a/podman.spec b/podman.spec index f3fa3fa..36e1eb2 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 142e62cb45e54a0e77b598c76886e5cff0cdbb45 +%global commit0 39ad0387ca27097875b02b55c6f71c2f2b8bdd6c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.135.dev.git%{shortcommit0}%{?dist} +Release: 0.136.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.136.dev.git39ad038 +- autobuilt 39ad038 + * Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.135.dev.git142e62c - autobuilt 142e62c diff --git a/sources b/sources index e0fa856..e3e1c78 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-142e62c.tar.gz) = a27c3e506f5bab43c56040fec7eb0ae9071d07426ba08d4c67401357e46f3f0a5ff284b6f0a53c47bd1c4fc21c1a7554eeef7b38544891680eab3f12e58015a5 +SHA512 (libpod-39ad038.tar.gz) = daeeb4fc274f8a2951a08e424dc554e149a65daaa64a33e4ba957e501b970aed94af889f9e2d50e6b3057e436fabe478aecc7bb590fe266a7322977d2a5caf00 From 84a46496b40229cb4e0be8647ae1eb254840d254 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 11 Jun 2020 19:10:02 +0000 Subject: [PATCH 1132/2185] podman-2:2.0.0-0.137.dev.git1f05606 - autobuilt 1f05606 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 29dd242..40e6df7 100644 --- a/.gitignore +++ b/.gitignore @@ -1042,3 +1042,4 @@ /libpod-5f3e64f.tar.gz /libpod-142e62c.tar.gz /libpod-39ad038.tar.gz +/libpod-1f05606.tar.gz diff --git a/podman.spec b/podman.spec index 36e1eb2..0588391 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 39ad0387ca27097875b02b55c6f71c2f2b8bdd6c +%global commit0 1f05606fac7e5835cd76ef407a64597df3251aae %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.136.dev.git%{shortcommit0}%{?dist} +Release: 0.137.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.137.dev.git1f05606 +- autobuilt 1f05606 + * Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.136.dev.git39ad038 - autobuilt 39ad038 diff --git a/sources b/sources index e3e1c78..3cb39c4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-39ad038.tar.gz) = daeeb4fc274f8a2951a08e424dc554e149a65daaa64a33e4ba957e501b970aed94af889f9e2d50e6b3057e436fabe478aecc7bb590fe266a7322977d2a5caf00 +SHA512 (libpod-1f05606.tar.gz) = 03dc1cc5075b2ef5f91d661bafad87fc484ebc500a4a045e2a44cdddab1ca5d1e39991c4a6f122304206f8ba7b4ca67498b3b295782829255120a15ab7a23362 From 465fa8861b20b749282ac9102f9eedca0493ff67 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 12 Jun 2020 00:09:40 +0000 Subject: [PATCH 1133/2185] podman-2:2.0.0-0.138.dev.git8aa5cf3 - autobuilt 8aa5cf3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 40e6df7..58ed2bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1043,3 +1043,4 @@ /libpod-142e62c.tar.gz /libpod-39ad038.tar.gz /libpod-1f05606.tar.gz +/libpod-8aa5cf3.tar.gz diff --git a/podman.spec b/podman.spec index 0588391..5608c32 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 1f05606fac7e5835cd76ef407a64597df3251aae +%global commit0 8aa5cf3d45998bc92eaafd67ab2a59e3722bade4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.137.dev.git%{shortcommit0}%{?dist} +Release: 0.138.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Jun 12 2020 RH Container Bot - 2:2.0.0-0.138.dev.git8aa5cf3 +- autobuilt 8aa5cf3 + * Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.137.dev.git1f05606 - autobuilt 1f05606 diff --git a/sources b/sources index 3cb39c4..03db4d2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-1f05606.tar.gz) = 03dc1cc5075b2ef5f91d661bafad87fc484ebc500a4a045e2a44cdddab1ca5d1e39991c4a6f122304206f8ba7b4ca67498b3b295782829255120a15ab7a23362 +SHA512 (libpod-8aa5cf3.tar.gz) = eddb37095cb6b1c749ee134bfcc9f7acbf8fb4f26834b463a0e262755048dfadd3ac8f2e8e4c624242f5ed275ddbe7370ebb74aa40e4780e799e90b1a246fd25 From 75a35793ceea864389b96bb520dc7b37d65b7c2e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 12 Jun 2020 14:09:24 +0000 Subject: [PATCH 1134/2185] podman-2:2.0.0-0.139.dev.git92dafdc - autobuilt 92dafdc Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 58ed2bb..efb91e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1044,3 +1044,4 @@ /libpod-39ad038.tar.gz /libpod-1f05606.tar.gz /libpod-8aa5cf3.tar.gz +/libpod-92dafdc.tar.gz diff --git a/podman.spec b/podman.spec index 5608c32..e4e4e61 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 8aa5cf3d45998bc92eaafd67ab2a59e3722bade4 +%global commit0 92dafdcab8e8dd28b931ca26513c12bb878ce95c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.138.dev.git%{shortcommit0}%{?dist} +Release: 0.139.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Jun 12 2020 RH Container Bot - 2:2.0.0-0.139.dev.git92dafdc +- autobuilt 92dafdc + * Fri Jun 12 2020 RH Container Bot - 2:2.0.0-0.138.dev.git8aa5cf3 - autobuilt 8aa5cf3 diff --git a/sources b/sources index 03db4d2..13a3736 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-8aa5cf3.tar.gz) = eddb37095cb6b1c749ee134bfcc9f7acbf8fb4f26834b463a0e262755048dfadd3ac8f2e8e4c624242f5ed275ddbe7370ebb74aa40e4780e799e90b1a246fd25 +SHA512 (libpod-92dafdc.tar.gz) = b0d0ab2edc8bf095d299fc71132cf91d85fc2f15362d6cc7a8ef333e9ffa8c8e49642e9ce20a0d2b191c8ecf2abe8b002e26ae6dc6fb220c0d681d8e5c793d39 From 099d447aa5f9a35b3b80012126c2d6b4d6e2fe7d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 12 Jun 2020 16:09:27 +0000 Subject: [PATCH 1135/2185] podman-2:2.0.0-0.140.dev.git3f026eb - autobuilt 3f026eb Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index efb91e8..934d373 100644 --- a/.gitignore +++ b/.gitignore @@ -1045,3 +1045,4 @@ /libpod-1f05606.tar.gz /libpod-8aa5cf3.tar.gz /libpod-92dafdc.tar.gz +/libpod-3f026eb.tar.gz diff --git a/podman.spec b/podman.spec index e4e4e61..ef9309c 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 92dafdcab8e8dd28b931ca26513c12bb878ce95c +%global commit0 3f026eb6a682a68e69f9376b72157a8f084e575c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.139.dev.git%{shortcommit0}%{?dist} +Release: 0.140.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Jun 12 2020 RH Container Bot - 2:2.0.0-0.140.dev.git3f026eb +- autobuilt 3f026eb + * Fri Jun 12 2020 RH Container Bot - 2:2.0.0-0.139.dev.git92dafdc - autobuilt 92dafdc diff --git a/sources b/sources index 13a3736..4bde0a3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-92dafdc.tar.gz) = b0d0ab2edc8bf095d299fc71132cf91d85fc2f15362d6cc7a8ef333e9ffa8c8e49642e9ce20a0d2b191c8ecf2abe8b002e26ae6dc6fb220c0d681d8e5c793d39 +SHA512 (libpod-3f026eb.tar.gz) = ebc6d04971efbeeeb28838b1c3e802ab751e5e27ca610915af52e9c215d5156f7526508a35b304480ea8d18852bccd200d55acc453d389ef3535714b75645e19 From 62d7687a1e68c293c445ede192c7fa5259e87e9b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 15 Jun 2020 09:09:22 +0000 Subject: [PATCH 1136/2185] podman-2:2.0.0-0.141.dev.gitc2690c2 - autobuilt c2690c2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 934d373..657b55c 100644 --- a/.gitignore +++ b/.gitignore @@ -1046,3 +1046,4 @@ /libpod-8aa5cf3.tar.gz /libpod-92dafdc.tar.gz /libpod-3f026eb.tar.gz +/libpod-c2690c2.tar.gz diff --git a/podman.spec b/podman.spec index ef9309c..9922fd9 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 3f026eb6a682a68e69f9376b72157a8f084e575c +%global commit0 c2690c24530d202c5fef07bc8ef7b3d3c5ad747c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,7 +52,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.140.dev.git%{shortcommit0}%{?dist} +Release: 0.141.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.141.dev.gitc2690c2 +- autobuilt c2690c2 + * Fri Jun 12 2020 RH Container Bot - 2:2.0.0-0.140.dev.git3f026eb - autobuilt 3f026eb diff --git a/sources b/sources index 4bde0a3..8c4489d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-3f026eb.tar.gz) = ebc6d04971efbeeeb28838b1c3e802ab751e5e27ca610915af52e9c215d5156f7526508a35b304480ea8d18852bccd200d55acc453d389ef3535714b75645e19 +SHA512 (libpod-c2690c2.tar.gz) = 4feac83b103a720180a0e5eaf1ac7b8830182d228a1d76e53904a53701e9089c44588ab0589f83522e777c693398a9448fe30fa8ba4b3d6795597c3c8be809e4 From a262792a7d9cf524ff92e9e45344d872a6eec342 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 15 Jun 2020 08:39:27 -0400 Subject: [PATCH 1137/2185] add release tag guidelines comment Signed-off-by: Lokesh Mandvekar --- podman.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 9922fd9..9f5e1a7 100644 --- a/podman.spec +++ b/podman.spec @@ -50,8 +50,10 @@ Epoch: 2 Epoch: 0 %endif Version: 2.0.0 +# RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER +# N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, -# so release tag should be of the form 0.N.blahblah +# so release tag should be of the form 0.N.foo Release: 0.141.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 From ad6a0468f61fcaf5899d8b56471bb20f2adcb9ed Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 15 Jun 2020 08:42:49 -0400 Subject: [PATCH 1138/2185] add comment for who manages rhcontainerbot Signed-off-by: Lokesh Mandvekar --- podman.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/podman.spec b/podman.spec index 9f5e1a7..c645c2d 100644 --- a/podman.spec +++ b/podman.spec @@ -637,6 +637,7 @@ exit 0 %doc dnsname-%{commit_plugins}/{README.md,README_PODMAN.md} %{_libexecdir}/cni/dnsname +# rhcontainerbot account currently managed by lsm5 %changelog * Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.141.dev.gitc2690c2 - autobuilt c2690c2 From bbce4f954cc79f57342427a62cfca201d1da0a09 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 15 Jun 2020 13:10:37 +0000 Subject: [PATCH 1139/2185] podman-2:2.0.0-0.142.dev.gite94e3fd - autobuilt e94e3fd Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 657b55c..b95c753 100644 --- a/.gitignore +++ b/.gitignore @@ -1047,3 +1047,4 @@ /libpod-92dafdc.tar.gz /libpod-3f026eb.tar.gz /libpod-c2690c2.tar.gz +/libpod-e94e3fd.tar.gz diff --git a/podman.spec b/podman.spec index c645c2d..25acb06 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 c2690c24530d202c5fef07bc8ef7b3d3c5ad747c +%global commit0 e94e3fd2e829fd2cd38428aa9d9bf68b37bb8407 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.141.dev.git%{shortcommit0}%{?dist} +Release: 0.142.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.142.dev.gite94e3fd +- autobuilt e94e3fd + * Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.141.dev.gitc2690c2 - autobuilt c2690c2 diff --git a/sources b/sources index 8c4489d..ac12e4c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c2690c2.tar.gz) = 4feac83b103a720180a0e5eaf1ac7b8830182d228a1d76e53904a53701e9089c44588ab0589f83522e777c693398a9448fe30fa8ba4b3d6795597c3c8be809e4 +SHA512 (libpod-e94e3fd.tar.gz) = 7f92822d449dc68ac9dbaf32ebb7f5781053581463cf556a6bafe3030fa510fbad8b94e6031c16826a844acc343ba393dd2b3c6c83fb146ea2aca3ca45454ade From f076361cbb08e84d1be479958fc22a3667e0cdd7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 15 Jun 2020 14:09:42 +0000 Subject: [PATCH 1140/2185] podman-2:2.0.0-0.143.dev.git230cd25 - autobuilt 230cd25 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b95c753..6cd092c 100644 --- a/.gitignore +++ b/.gitignore @@ -1048,3 +1048,4 @@ /libpod-3f026eb.tar.gz /libpod-c2690c2.tar.gz /libpod-e94e3fd.tar.gz +/libpod-230cd25.tar.gz diff --git a/podman.spec b/podman.spec index 25acb06..299045b 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 e94e3fd2e829fd2cd38428aa9d9bf68b37bb8407 +%global commit0 230cd2525f110d507c1bf2195f04649f03218c8f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.142.dev.git%{shortcommit0}%{?dist} +Release: 0.143.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.143.dev.git230cd25 +- autobuilt 230cd25 + * Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.142.dev.gite94e3fd - autobuilt e94e3fd diff --git a/sources b/sources index ac12e4c..fe33599 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e94e3fd.tar.gz) = 7f92822d449dc68ac9dbaf32ebb7f5781053581463cf556a6bafe3030fa510fbad8b94e6031c16826a844acc343ba393dd2b3c6c83fb146ea2aca3ca45454ade +SHA512 (libpod-230cd25.tar.gz) = 6ff6cd165f05462cec3774a2fb9ca7a11f4adc45fc6a93d88901b65fc5c8b21b5e328100a112f184f377f263be0c113af1f9c22a824c8f37011c6e234cdb8551 From b21e43e4278321f7491a2b6da2e810a3452d9f7d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 15 Jun 2020 15:09:35 +0000 Subject: [PATCH 1141/2185] podman-2:2.0.0-0.144.dev.git298d622 - autobuilt 298d622 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6cd092c..ce7867c 100644 --- a/.gitignore +++ b/.gitignore @@ -1049,3 +1049,4 @@ /libpod-c2690c2.tar.gz /libpod-e94e3fd.tar.gz /libpod-230cd25.tar.gz +/libpod-298d622.tar.gz diff --git a/podman.spec b/podman.spec index 299045b..82c211d 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 230cd2525f110d507c1bf2195f04649f03218c8f +%global commit0 298d622a0c2db1e822d6e31c621f8be1a5e196c8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.143.dev.git%{shortcommit0}%{?dist} +Release: 0.144.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.144.dev.git298d622 +- autobuilt 298d622 + * Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.143.dev.git230cd25 - autobuilt 230cd25 diff --git a/sources b/sources index fe33599..de2b140 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-230cd25.tar.gz) = 6ff6cd165f05462cec3774a2fb9ca7a11f4adc45fc6a93d88901b65fc5c8b21b5e328100a112f184f377f263be0c113af1f9c22a824c8f37011c6e234cdb8551 +SHA512 (libpod-298d622.tar.gz) = 76d209525777aa49ac3791f4b4655967fea94e22666e90c7ad41dbf82321392c0b6cc2331871e60401adaa2fce6f6e2837231f216a67d4c2c706f0255252bd8c From 224ef504f56a81b68af7338b6d4ce03fe3455841 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 15 Jun 2020 16:09:58 +0000 Subject: [PATCH 1142/2185] podman-2:2.0.0-0.145.dev.gitb897297 - autobuilt b897297 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ce7867c..f5008ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1050,3 +1050,4 @@ /libpod-e94e3fd.tar.gz /libpod-230cd25.tar.gz /libpod-298d622.tar.gz +/libpod-b897297.tar.gz diff --git a/podman.spec b/podman.spec index 82c211d..230899a 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 298d622a0c2db1e822d6e31c621f8be1a5e196c8 +%global commit0 b89729778c253f0eccd2dd762e5d0a6547aaea7d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -41,7 +41,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.0.0-rc5 +%define built_tag v2.0.0-rc6 Name: podman %if 0%{?fedora} @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.144.dev.git%{shortcommit0}%{?dist} +Release: 0.145.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.145.dev.gitb897297 +- autobuilt b897297 + * Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.144.dev.git298d622 - autobuilt 298d622 diff --git a/sources b/sources index de2b140..37402f6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-298d622.tar.gz) = 76d209525777aa49ac3791f4b4655967fea94e22666e90c7ad41dbf82321392c0b6cc2331871e60401adaa2fce6f6e2837231f216a67d4c2c706f0255252bd8c +SHA512 (libpod-b897297.tar.gz) = a23bb12626226145d2dbadb322f46b792425d640cad79811f2346e0b51318e3bc528d917b284c1619455e7ecae2ba1364b5f36fd0345244bdb8025cb615d5e52 From 8883262705b2a2b0889f6df303d85d9b7746aa46 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 15 Jun 2020 17:09:41 +0000 Subject: [PATCH 1143/2185] podman-2:2.0.0-0.146.dev.git10c6c80 - autobuilt 10c6c80 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f5008ae..b3d2862 100644 --- a/.gitignore +++ b/.gitignore @@ -1051,3 +1051,4 @@ /libpod-230cd25.tar.gz /libpod-298d622.tar.gz /libpod-b897297.tar.gz +/libpod-10c6c80.tar.gz diff --git a/podman.spec b/podman.spec index 230899a..0196973 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 b89729778c253f0eccd2dd762e5d0a6547aaea7d +%global commit0 10c6c806ea6d7830c248d9c89cd5ec3a7a515a63 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.145.dev.git%{shortcommit0}%{?dist} +Release: 0.146.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.146.dev.git10c6c80 +- autobuilt 10c6c80 + * Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.145.dev.gitb897297 - autobuilt b897297 diff --git a/sources b/sources index 37402f6..f7f7886 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-b897297.tar.gz) = a23bb12626226145d2dbadb322f46b792425d640cad79811f2346e0b51318e3bc528d917b284c1619455e7ecae2ba1364b5f36fd0345244bdb8025cb615d5e52 +SHA512 (libpod-10c6c80.tar.gz) = 1a68160719595d1c470ff4800516b948940f912e4810fa2ed4a842624b233f06ad37bf5c1ce8d5dfefe79e11e70b569c6f65b2dca0063aa82bd6ab9bdd8e7fde From 4beb3f19703a884de9eb52b679ec106809a9ca71 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 15 Jun 2020 18:09:44 +0000 Subject: [PATCH 1144/2185] podman-2:2.0.0-0.147.dev.git8a42a32 - autobuilt 8a42a32 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b3d2862..3ad7efd 100644 --- a/.gitignore +++ b/.gitignore @@ -1052,3 +1052,4 @@ /libpod-298d622.tar.gz /libpod-b897297.tar.gz /libpod-10c6c80.tar.gz +/libpod-8a42a32.tar.gz diff --git a/podman.spec b/podman.spec index 0196973..df04264 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 10c6c806ea6d7830c248d9c89cd5ec3a7a515a63 +%global commit0 8a42a32c71431194cd6945bf2b88c8a278803280 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.146.dev.git%{shortcommit0}%{?dist} +Release: 0.147.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.147.dev.git8a42a32 +- autobuilt 8a42a32 + * Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.146.dev.git10c6c80 - autobuilt 10c6c80 diff --git a/sources b/sources index f7f7886..c0b78b4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-10c6c80.tar.gz) = 1a68160719595d1c470ff4800516b948940f912e4810fa2ed4a842624b233f06ad37bf5c1ce8d5dfefe79e11e70b569c6f65b2dca0063aa82bd6ab9bdd8e7fde +SHA512 (libpod-8a42a32.tar.gz) = ad65a468c6549ea30d3fac8fea8eed2ecb213147f1f0d7f484f1583f4402a7fb3d504d8b482e5fd7ffa0765a22e0b7f0b5b66afcafa61424ceafbbac5e757d46 From 99c5b7e5bfb6062ad15d2532f5f7ff20f59f4f3a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 15 Jun 2020 19:09:38 +0000 Subject: [PATCH 1145/2185] podman-2:2.0.0-0.148.dev.git2c7b39d - autobuilt 2c7b39d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3ad7efd..1058f34 100644 --- a/.gitignore +++ b/.gitignore @@ -1053,3 +1053,4 @@ /libpod-b897297.tar.gz /libpod-10c6c80.tar.gz /libpod-8a42a32.tar.gz +/libpod-2c7b39d.tar.gz diff --git a/podman.spec b/podman.spec index df04264..a7927d2 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 8a42a32c71431194cd6945bf2b88c8a278803280 +%global commit0 2c7b39ddb8961bf547a36420407adb461dd4c227 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.147.dev.git%{shortcommit0}%{?dist} +Release: 0.148.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.148.dev.git2c7b39d +- autobuilt 2c7b39d + * Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.147.dev.git8a42a32 - autobuilt 8a42a32 diff --git a/sources b/sources index c0b78b4..e1dee62 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-8a42a32.tar.gz) = ad65a468c6549ea30d3fac8fea8eed2ecb213147f1f0d7f484f1583f4402a7fb3d504d8b482e5fd7ffa0765a22e0b7f0b5b66afcafa61424ceafbbac5e757d46 +SHA512 (libpod-2c7b39d.tar.gz) = ba6480939dfbe14eb911ac25f33130c2445dbe53553ed38560752b8fb0c008a0a2160ac5a95e283d8c45b6f9acdf14b3261f5605fe236db09e34c972ba57861a From a7d0b9bb3fe18140cecb67f7d3c84d9e34669fcf Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 16 Jun 2020 10:09:46 +0000 Subject: [PATCH 1146/2185] podman-2:2.0.0-0.149.dev.gite0dd227 - autobuilt e0dd227 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1058f34..26c8541 100644 --- a/.gitignore +++ b/.gitignore @@ -1054,3 +1054,4 @@ /libpod-10c6c80.tar.gz /libpod-8a42a32.tar.gz /libpod-2c7b39d.tar.gz +/libpod-e0dd227.tar.gz diff --git a/podman.spec b/podman.spec index a7927d2..e693e83 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 2c7b39ddb8961bf547a36420407adb461dd4c227 +%global commit0 e0dd2279120f9883c0678cce644952007e3ae771 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.148.dev.git%{shortcommit0}%{?dist} +Release: 0.149.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.149.dev.gite0dd227 +- autobuilt e0dd227 + * Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.148.dev.git2c7b39d - autobuilt 2c7b39d diff --git a/sources b/sources index e1dee62..a4a397d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-2c7b39d.tar.gz) = ba6480939dfbe14eb911ac25f33130c2445dbe53553ed38560752b8fb0c008a0a2160ac5a95e283d8c45b6f9acdf14b3261f5605fe236db09e34c972ba57861a +SHA512 (libpod-e0dd227.tar.gz) = 8100b8e4a9c52f20837b526d2f8f9d30826e9269bb9fe782cc3224e3dd5526f2893fbf59c9b04f049b12f0e3495341f992277f199430e4bf6dad52071ce1593e From 03cfa9ec5784c47d116916a99e9efcf1ee37c3c6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 16 Jun 2020 15:10:11 +0000 Subject: [PATCH 1147/2185] podman-2:2.0.0-0.150.dev.git0968f25 - autobuilt 0968f25 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 26c8541..bdf8bd8 100644 --- a/.gitignore +++ b/.gitignore @@ -1055,3 +1055,4 @@ /libpod-8a42a32.tar.gz /libpod-2c7b39d.tar.gz /libpod-e0dd227.tar.gz +/libpod-0968f25.tar.gz diff --git a/podman.spec b/podman.spec index e693e83..2af9820 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 e0dd2279120f9883c0678cce644952007e3ae771 +%global commit0 0968f25988624699f2db559f0a984cf84c8a284f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.149.dev.git%{shortcommit0}%{?dist} +Release: 0.150.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.150.dev.git0968f25 +- autobuilt 0968f25 + * Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.149.dev.gite0dd227 - autobuilt e0dd227 diff --git a/sources b/sources index a4a397d..918a10f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e0dd227.tar.gz) = 8100b8e4a9c52f20837b526d2f8f9d30826e9269bb9fe782cc3224e3dd5526f2893fbf59c9b04f049b12f0e3495341f992277f199430e4bf6dad52071ce1593e +SHA512 (libpod-0968f25.tar.gz) = 5c6cfc0b99c73d2d6c7656db6aa21bbeddc5d8d8ace0089d702d3199c1f576ed07f13055ee1ba0b7384cfab1167c768231b67b0609cd78c14d582834bf9c3c5b From caef8ca5979bd3b52b191be090e1cbc8a87320e0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 16 Jun 2020 16:10:01 +0000 Subject: [PATCH 1148/2185] podman-2:2.0.0-0.151.dev.git908bc3f - autobuilt 908bc3f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bdf8bd8..7caabcb 100644 --- a/.gitignore +++ b/.gitignore @@ -1056,3 +1056,4 @@ /libpod-2c7b39d.tar.gz /libpod-e0dd227.tar.gz /libpod-0968f25.tar.gz +/libpod-908bc3f.tar.gz diff --git a/podman.spec b/podman.spec index 2af9820..0663082 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 0968f25988624699f2db559f0a984cf84c8a284f +%global commit0 908bc3fba305666b3cd41b29bd775bb62f1f8f9f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.150.dev.git%{shortcommit0}%{?dist} +Release: 0.151.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.151.dev.git908bc3f +- autobuilt 908bc3f + * Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.150.dev.git0968f25 - autobuilt 0968f25 diff --git a/sources b/sources index 918a10f..13fb6e7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-0968f25.tar.gz) = 5c6cfc0b99c73d2d6c7656db6aa21bbeddc5d8d8ace0089d702d3199c1f576ed07f13055ee1ba0b7384cfab1167c768231b67b0609cd78c14d582834bf9c3c5b +SHA512 (libpod-908bc3f.tar.gz) = 3f1f3129098cb032a4f053a9849f7ddfe6505c3124132d7b3b1b966ec5dc891a551005d06d5544b878917829d3b193ce55da0b443c64dfc29d63b79db6187f83 From 72c23b9b6cb503106b71b540e8de8df26d7bf799 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 16 Jun 2020 18:09:39 +0000 Subject: [PATCH 1149/2185] podman-2:2.0.0-0.152.dev.gitd6965da - autobuilt d6965da Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7caabcb..b6ac528 100644 --- a/.gitignore +++ b/.gitignore @@ -1057,3 +1057,4 @@ /libpod-e0dd227.tar.gz /libpod-0968f25.tar.gz /libpod-908bc3f.tar.gz +/libpod-d6965da.tar.gz diff --git a/podman.spec b/podman.spec index 0663082..4d28256 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 908bc3fba305666b3cd41b29bd775bb62f1f8f9f +%global commit0 d6965da26d194c7edfef65985d4a2c7b564a3fca %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.151.dev.git%{shortcommit0}%{?dist} +Release: 0.152.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.152.dev.gitd6965da +- autobuilt d6965da + * Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.151.dev.git908bc3f - autobuilt 908bc3f diff --git a/sources b/sources index 13fb6e7..f559d4d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-908bc3f.tar.gz) = 3f1f3129098cb032a4f053a9849f7ddfe6505c3124132d7b3b1b966ec5dc891a551005d06d5544b878917829d3b193ce55da0b443c64dfc29d63b79db6187f83 +SHA512 (libpod-d6965da.tar.gz) = 83f6d710429c8599dc4fa40c3694257f4e594bf3a1e7443e333c5ab247527af985a48b6244d5f2c792bd00e915af5b7f50b01ccf8f832fd87465e8c322728a49 From 54349346096a5b43fd000ba490110326bba34a0e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 16 Jun 2020 21:09:26 +0000 Subject: [PATCH 1150/2185] podman-2:2.0.0-0.153.dev.git89630ad - autobuilt 89630ad Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b6ac528..1382374 100644 --- a/.gitignore +++ b/.gitignore @@ -1058,3 +1058,4 @@ /libpod-0968f25.tar.gz /libpod-908bc3f.tar.gz /libpod-d6965da.tar.gz +/libpod-89630ad.tar.gz diff --git a/podman.spec b/podman.spec index 4d28256..ba8aaaa 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 d6965da26d194c7edfef65985d4a2c7b564a3fca +%global commit0 89630adbc418eac4a7eddf683226ee61f24f93be %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.152.dev.git%{shortcommit0}%{?dist} +Release: 0.153.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.153.dev.git89630ad +- autobuilt 89630ad + * Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.152.dev.gitd6965da - autobuilt d6965da diff --git a/sources b/sources index f559d4d..9f20167 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d6965da.tar.gz) = 83f6d710429c8599dc4fa40c3694257f4e594bf3a1e7443e333c5ab247527af985a48b6244d5f2c792bd00e915af5b7f50b01ccf8f832fd87465e8c322728a49 +SHA512 (libpod-89630ad.tar.gz) = 0f3e16ba28519e04845b241f4dfa3c7fe417853ee34685b3e6bf463a151f41cc11e47c5df17736a7b0376af4f42b767fa1ae9ba8ac37470a92b2550ba6754412 From 97b1e6e86268a7ebf86ebedac9aa065147b3b578 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 17 Jun 2020 00:10:43 +0000 Subject: [PATCH 1151/2185] podman-2:2.0.0-0.154.dev.gite4e10df - autobuilt e4e10df Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1382374..d4ac05c 100644 --- a/.gitignore +++ b/.gitignore @@ -1059,3 +1059,4 @@ /libpod-908bc3f.tar.gz /libpod-d6965da.tar.gz /libpod-89630ad.tar.gz +/libpod-e4e10df.tar.gz diff --git a/podman.spec b/podman.spec index ba8aaaa..b19cc59 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 89630adbc418eac4a7eddf683226ee61f24f93be +%global commit0 e4e10dfc3e35f0c104f36ccb10aa6f2204446ed8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.153.dev.git%{shortcommit0}%{?dist} +Release: 0.154.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.154.dev.gite4e10df +- autobuilt e4e10df + * Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.153.dev.git89630ad - autobuilt 89630ad diff --git a/sources b/sources index 9f20167..71ee0e2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-89630ad.tar.gz) = 0f3e16ba28519e04845b241f4dfa3c7fe417853ee34685b3e6bf463a151f41cc11e47c5df17736a7b0376af4f42b767fa1ae9ba8ac37470a92b2550ba6754412 +SHA512 (libpod-e4e10df.tar.gz) = dd372ba71629a36881ed9d82f95e14a1476b2d241a4106ab7c92bd7e0a6e13bb73db9e1e7e3bd628d4188c81d867a5ff93053314443fb223bb0017a2a49e3c1c From 64bb25d67544336a82c36f0af9ba12ede33a9212 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 17 Jun 2020 07:09:49 +0000 Subject: [PATCH 1152/2185] podman-2:2.0.0-0.155.dev.git4b2da3e - autobuilt 4b2da3e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d4ac05c..b9c6ca2 100644 --- a/.gitignore +++ b/.gitignore @@ -1060,3 +1060,4 @@ /libpod-d6965da.tar.gz /libpod-89630ad.tar.gz /libpod-e4e10df.tar.gz +/libpod-4b2da3e.tar.gz diff --git a/podman.spec b/podman.spec index b19cc59..e9a4d62 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 e4e10dfc3e35f0c104f36ccb10aa6f2204446ed8 +%global commit0 4b2da3ed552dcbbe348883abd087f8b06780760b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.154.dev.git%{shortcommit0}%{?dist} +Release: 0.155.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.155.dev.git4b2da3e +- autobuilt 4b2da3e + * Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.154.dev.gite4e10df - autobuilt e4e10df diff --git a/sources b/sources index 71ee0e2..2690fad 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e4e10df.tar.gz) = dd372ba71629a36881ed9d82f95e14a1476b2d241a4106ab7c92bd7e0a6e13bb73db9e1e7e3bd628d4188c81d867a5ff93053314443fb223bb0017a2a49e3c1c +SHA512 (libpod-4b2da3e.tar.gz) = 861eb006aac33cfff69d17ca103f6090ee3761a59d15688321dec6f7888bc8e64caef92a9b185d5907551d0d8a8fefd05b47247fbd2dabcee6f960234caf90a5 From c6440903e33851ed1bafbb5321cdd0da7e0b806c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 17 Jun 2020 10:09:24 +0000 Subject: [PATCH 1153/2185] podman-2:2.0.0-0.156.dev.git4fb0f56 - autobuilt 4fb0f56 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b9c6ca2..4b14404 100644 --- a/.gitignore +++ b/.gitignore @@ -1061,3 +1061,4 @@ /libpod-89630ad.tar.gz /libpod-e4e10df.tar.gz /libpod-4b2da3e.tar.gz +/libpod-4fb0f56.tar.gz diff --git a/podman.spec b/podman.spec index e9a4d62..d02b87d 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 4b2da3ed552dcbbe348883abd087f8b06780760b +%global commit0 4fb0f56063de13af53128be9da81027d988516be %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.155.dev.git%{shortcommit0}%{?dist} +Release: 0.156.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.156.dev.git4fb0f56 +- autobuilt 4fb0f56 + * Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.155.dev.git4b2da3e - autobuilt 4b2da3e diff --git a/sources b/sources index 2690fad..65bc551 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-4b2da3e.tar.gz) = 861eb006aac33cfff69d17ca103f6090ee3761a59d15688321dec6f7888bc8e64caef92a9b185d5907551d0d8a8fefd05b47247fbd2dabcee6f960234caf90a5 +SHA512 (libpod-4fb0f56.tar.gz) = 8fc2edb353293ea564bca19115d006dba87fd95a8b55a42ac7a1c9391fdb0ecbd5b38b1d298a456489b732da9426f4bc697bb340e0a8fc7f0219308df125f408 From 5afa7f478ed4ce5039fca4ada664d498d58512b7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 17 Jun 2020 14:09:28 +0000 Subject: [PATCH 1154/2185] podman-2:2.0.0-0.157.dev.git38391ed - autobuilt 38391ed Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4b14404..e6075e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1062,3 +1062,4 @@ /libpod-e4e10df.tar.gz /libpod-4b2da3e.tar.gz /libpod-4fb0f56.tar.gz +/libpod-38391ed.tar.gz diff --git a/podman.spec b/podman.spec index d02b87d..baa3415 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 4fb0f56063de13af53128be9da81027d988516be +%global commit0 38391ed25fdb1cc53b70a75ee4fbe7ea0fa782c3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.156.dev.git%{shortcommit0}%{?dist} +Release: 0.157.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.157.dev.git38391ed +- autobuilt 38391ed + * Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.156.dev.git4fb0f56 - autobuilt 4fb0f56 diff --git a/sources b/sources index 65bc551..53ed7de 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-4fb0f56.tar.gz) = 8fc2edb353293ea564bca19115d006dba87fd95a8b55a42ac7a1c9391fdb0ecbd5b38b1d298a456489b732da9426f4bc697bb340e0a8fc7f0219308df125f408 +SHA512 (libpod-38391ed.tar.gz) = 607fa16fec2712425833a3931132e96e2772eeff79a76462d3d383219c865981b9af18138fafb11a066c222cf9aab49c9192f084dcdc3c62e29169c6f67f0c8c From 2859376ad6ca9f90fa87a887347fe88e3a945be2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 17 Jun 2020 15:09:28 +0000 Subject: [PATCH 1155/2185] podman-2:2.0.0-0.158.dev.git1acd2ad - autobuilt 1acd2ad Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e6075e0..9b35754 100644 --- a/.gitignore +++ b/.gitignore @@ -1063,3 +1063,4 @@ /libpod-4b2da3e.tar.gz /libpod-4fb0f56.tar.gz /libpod-38391ed.tar.gz +/libpod-1acd2ad.tar.gz diff --git a/podman.spec b/podman.spec index baa3415..73ed8e4 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 38391ed25fdb1cc53b70a75ee4fbe7ea0fa782c3 +%global commit0 1acd2adccb357c317add19cea8f0daea328e8315 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.157.dev.git%{shortcommit0}%{?dist} +Release: 0.158.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.158.dev.git1acd2ad +- autobuilt 1acd2ad + * Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.157.dev.git38391ed - autobuilt 38391ed diff --git a/sources b/sources index 53ed7de..617f63f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-38391ed.tar.gz) = 607fa16fec2712425833a3931132e96e2772eeff79a76462d3d383219c865981b9af18138fafb11a066c222cf9aab49c9192f084dcdc3c62e29169c6f67f0c8c +SHA512 (libpod-1acd2ad.tar.gz) = 8eda89d159ab0da302a35e1b4961bc377d6eb1c5ef78b9110f849160d4d12e9b480e2ea056cfd61bfaca369d8405d2ddce6c5d56aec84b0865873b7e33b7546a From 2eb9352c4c7553c5af8e926cdbc68129ffbc34bb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 17 Jun 2020 17:09:29 +0000 Subject: [PATCH 1156/2185] podman-2:2.0.0-0.159.dev.gitf293606 - autobuilt f293606 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9b35754..6a3154b 100644 --- a/.gitignore +++ b/.gitignore @@ -1064,3 +1064,4 @@ /libpod-4fb0f56.tar.gz /libpod-38391ed.tar.gz /libpod-1acd2ad.tar.gz +/libpod-f293606.tar.gz diff --git a/podman.spec b/podman.spec index 73ed8e4..fdc3f21 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 1acd2adccb357c317add19cea8f0daea328e8315 +%global commit0 f293606480669acea375c53de1e2c81044313c05 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.158.dev.git%{shortcommit0}%{?dist} +Release: 0.159.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.159.dev.gitf293606 +- autobuilt f293606 + * Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.158.dev.git1acd2ad - autobuilt 1acd2ad diff --git a/sources b/sources index 617f63f..c544dcb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-1acd2ad.tar.gz) = 8eda89d159ab0da302a35e1b4961bc377d6eb1c5ef78b9110f849160d4d12e9b480e2ea056cfd61bfaca369d8405d2ddce6c5d56aec84b0865873b7e33b7546a +SHA512 (libpod-f293606.tar.gz) = 151a62576b7da6f622fb9cd4080d1c50e36c000819a2ce245dea7c61764df1fc16c6d1b261b8e99fd39b60072657c12cd5b1712fb2160f22035e1d885437eff0 From 2a730d983b9207f9b56c0729525a56ed6a82037f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 17 Jun 2020 19:09:18 +0000 Subject: [PATCH 1157/2185] podman-2:2.0.0-0.160.dev.git5694104 - autobuilt 5694104 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6a3154b..0514b3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1065,3 +1065,4 @@ /libpod-38391ed.tar.gz /libpod-1acd2ad.tar.gz /libpod-f293606.tar.gz +/libpod-5694104.tar.gz diff --git a/podman.spec b/podman.spec index fdc3f21..a103929 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 f293606480669acea375c53de1e2c81044313c05 +%global commit0 5694104c24f36d8575853a48e8ba3cdbf87b8f5c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.159.dev.git%{shortcommit0}%{?dist} +Release: 0.160.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.160.dev.git5694104 +- autobuilt 5694104 + * Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.159.dev.gitf293606 - autobuilt f293606 diff --git a/sources b/sources index c544dcb..fbc513e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-f293606.tar.gz) = 151a62576b7da6f622fb9cd4080d1c50e36c000819a2ce245dea7c61764df1fc16c6d1b261b8e99fd39b60072657c12cd5b1712fb2160f22035e1d885437eff0 +SHA512 (libpod-5694104.tar.gz) = dc207e9e2127c360714981991e5fe123489101873a2f19890b497b5bdaf458fb6725f3241e98b35256cd8c886f46c95ef2cece9fb635ebcb3260af5de51cc1b3 From a29244fe40cda7e879a626289c103f6405d60986 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 17 Jun 2020 20:09:18 +0000 Subject: [PATCH 1158/2185] podman-2:2.0.0-0.161.dev.gita76bf11 - autobuilt a76bf11 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0514b3c..3921372 100644 --- a/.gitignore +++ b/.gitignore @@ -1066,3 +1066,4 @@ /libpod-1acd2ad.tar.gz /libpod-f293606.tar.gz /libpod-5694104.tar.gz +/libpod-a76bf11.tar.gz diff --git a/podman.spec b/podman.spec index a103929..8adb22f 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 5694104c24f36d8575853a48e8ba3cdbf87b8f5c +%global commit0 a76bf114d1a408cb3bbcd3c642805d1bf13b07c0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.160.dev.git%{shortcommit0}%{?dist} +Release: 0.161.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.161.dev.gita76bf11 +- autobuilt a76bf11 + * Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.160.dev.git5694104 - autobuilt 5694104 diff --git a/sources b/sources index fbc513e..b618b68 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-5694104.tar.gz) = dc207e9e2127c360714981991e5fe123489101873a2f19890b497b5bdaf458fb6725f3241e98b35256cd8c886f46c95ef2cece9fb635ebcb3260af5de51cc1b3 +SHA512 (libpod-a76bf11.tar.gz) = 1c24b0eb33e4765367d35d01065472dc195b488ecd025654c6e626eeaad27221e090170dfc96384d226efc0d87e28470572db65a1e2796462a5f5fab164843a2 From 3efd6c2ec733e7175b72574b22a89210756cc7dc Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 17 Jun 2020 21:09:19 +0000 Subject: [PATCH 1159/2185] podman-2:2.0.0-0.162.dev.git7b5073b - autobuilt 7b5073b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3921372..aa20767 100644 --- a/.gitignore +++ b/.gitignore @@ -1067,3 +1067,4 @@ /libpod-f293606.tar.gz /libpod-5694104.tar.gz /libpod-a76bf11.tar.gz +/libpod-7b5073b.tar.gz diff --git a/podman.spec b/podman.spec index 8adb22f..d31ccb8 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 a76bf114d1a408cb3bbcd3c642805d1bf13b07c0 +%global commit0 7b5073b46e4ba3914ce526fa60ef91346f50f577 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.161.dev.git%{shortcommit0}%{?dist} +Release: 0.162.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.162.dev.git7b5073b +- autobuilt 7b5073b + * Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.161.dev.gita76bf11 - autobuilt a76bf11 diff --git a/sources b/sources index b618b68..a95ee62 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-a76bf11.tar.gz) = 1c24b0eb33e4765367d35d01065472dc195b488ecd025654c6e626eeaad27221e090170dfc96384d226efc0d87e28470572db65a1e2796462a5f5fab164843a2 +SHA512 (libpod-7b5073b.tar.gz) = f55d2be858e970d48b2cdb528ba39fcc950f8ae7c47c6ba09dabdd915f4496a4eb6eaaeed629c934c82a050b91beebc5142315ccf0b11d148328f2042d6b104c From b863566532dec454c230b0f658b13e1f60c02c7a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 17 Jun 2020 22:09:25 +0000 Subject: [PATCH 1160/2185] podman-2:2.0.0-0.163.dev.git7b00e49 - autobuilt 7b00e49 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index aa20767..a6d8442 100644 --- a/.gitignore +++ b/.gitignore @@ -1068,3 +1068,4 @@ /libpod-5694104.tar.gz /libpod-a76bf11.tar.gz /libpod-7b5073b.tar.gz +/libpod-7b00e49.tar.gz diff --git a/podman.spec b/podman.spec index d31ccb8..a0444c4 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 7b5073b46e4ba3914ce526fa60ef91346f50f577 +%global commit0 7b00e49f657305f233e4e29613821305bf4d2962 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -41,7 +41,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.0.0-rc6 +%define built_tag v2.0.0-rc7 Name: podman %if 0%{?fedora} @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.162.dev.git%{shortcommit0}%{?dist} +Release: 0.163.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.163.dev.git7b00e49 +- autobuilt 7b00e49 + * Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.162.dev.git7b5073b - autobuilt 7b5073b diff --git a/sources b/sources index a95ee62..d305a98 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-7b5073b.tar.gz) = f55d2be858e970d48b2cdb528ba39fcc950f8ae7c47c6ba09dabdd915f4496a4eb6eaaeed629c934c82a050b91beebc5142315ccf0b11d148328f2042d6b104c +SHA512 (libpod-7b00e49.tar.gz) = f9acf58de00e477d58bcb6002593fa179c6ce923d7b3ba7c561dec3b693bb312fcbdb13453935df64c88bc25fb3eb75e95d8e197ed2459c2a2ffd05aa390c138 From 43d5ddb415c5ccdbba974b44b5fb2b2ec003ffa1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 18 Jun 2020 02:09:21 +0000 Subject: [PATCH 1161/2185] podman-2:2.0.0-0.164.dev.git6472b44 - autobuilt 6472b44 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a6d8442..30a7e4e 100644 --- a/.gitignore +++ b/.gitignore @@ -1069,3 +1069,4 @@ /libpod-a76bf11.tar.gz /libpod-7b5073b.tar.gz /libpod-7b00e49.tar.gz +/libpod-6472b44.tar.gz diff --git a/podman.spec b/podman.spec index a0444c4..d29c417 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 7b00e49f657305f233e4e29613821305bf4d2962 +%global commit0 6472b44c3420fbba04dc3b5fe96be6576ee43e61 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.163.dev.git%{shortcommit0}%{?dist} +Release: 0.164.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.164.dev.git6472b44 +- autobuilt 6472b44 + * Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.163.dev.git7b00e49 - autobuilt 7b00e49 diff --git a/sources b/sources index d305a98..f98b46a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-7b00e49.tar.gz) = f9acf58de00e477d58bcb6002593fa179c6ce923d7b3ba7c561dec3b693bb312fcbdb13453935df64c88bc25fb3eb75e95d8e197ed2459c2a2ffd05aa390c138 +SHA512 (libpod-6472b44.tar.gz) = c05b759713f7656d4363d72797db9d04e2bfb08918e9e9c00e14c51fa1bb74d14192e1cbb3782402d31e9bdd1e03f23579f3c0a08b7ff8b6bd1f1b445c63a023 From 2493e3ab8cb55c0c1bb9bf8a7151ff558cc0e5e5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 18 Jun 2020 10:09:20 +0000 Subject: [PATCH 1162/2185] podman-2:2.0.0-0.165.dev.gitb5f7afd - autobuilt b5f7afd Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 30a7e4e..41c4ad7 100644 --- a/.gitignore +++ b/.gitignore @@ -1070,3 +1070,4 @@ /libpod-7b5073b.tar.gz /libpod-7b00e49.tar.gz /libpod-6472b44.tar.gz +/libpod-b5f7afd.tar.gz diff --git a/podman.spec b/podman.spec index d29c417..ce2ad9e 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 6472b44c3420fbba04dc3b5fe96be6576ee43e61 +%global commit0 b5f7afd04a75c055c1626e67a067fef02af94fa9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.164.dev.git%{shortcommit0}%{?dist} +Release: 0.165.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.165.dev.gitb5f7afd +- autobuilt b5f7afd + * Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.164.dev.git6472b44 - autobuilt 6472b44 diff --git a/sources b/sources index f98b46a..acb42c8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6472b44.tar.gz) = c05b759713f7656d4363d72797db9d04e2bfb08918e9e9c00e14c51fa1bb74d14192e1cbb3782402d31e9bdd1e03f23579f3c0a08b7ff8b6bd1f1b445c63a023 +SHA512 (libpod-b5f7afd.tar.gz) = ac1d4c2ea07cefa918c95512f2b21d2199ee41432526825fc97af1698f0945b57d80c8369d3fc0257e74db5e5ff2173094aeeb4557446b37435ec27a740cfd9f From 0fb5669f89b0a72877ac844c2f619b68238e12e3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 18 Jun 2020 13:10:00 +0000 Subject: [PATCH 1163/2185] podman-2:2.0.0-0.166.dev.git3eb0ad0 - autobuilt 3eb0ad0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 41c4ad7..a2ab457 100644 --- a/.gitignore +++ b/.gitignore @@ -1071,3 +1071,4 @@ /libpod-7b00e49.tar.gz /libpod-6472b44.tar.gz /libpod-b5f7afd.tar.gz +/libpod-3eb0ad0.tar.gz diff --git a/podman.spec b/podman.spec index ce2ad9e..c155500 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 b5f7afd04a75c055c1626e67a067fef02af94fa9 +%global commit0 3eb0ad04a8b1d56866a16f1428bb8019927ccfa3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.165.dev.git%{shortcommit0}%{?dist} +Release: 0.166.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.166.dev.git3eb0ad0 +- autobuilt 3eb0ad0 + * Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.165.dev.gitb5f7afd - autobuilt b5f7afd diff --git a/sources b/sources index acb42c8..2d5f17e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-b5f7afd.tar.gz) = ac1d4c2ea07cefa918c95512f2b21d2199ee41432526825fc97af1698f0945b57d80c8369d3fc0257e74db5e5ff2173094aeeb4557446b37435ec27a740cfd9f +SHA512 (libpod-3eb0ad0.tar.gz) = 753600336ef107e8520f4565714d5193bf781f1d8df9c7566ba390f7f8e3e48d9f269a7ebc8e15de0119eb6e05d18b4f7d8ab7d7167d1ee18982ec26dff6c0e2 From 64b976a019f11a0473d8772c0314b9332295909d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 18 Jun 2020 15:09:11 +0000 Subject: [PATCH 1164/2185] podman-2:2.0.0-0.167.dev.git1099ad6 - autobuilt 1099ad6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a2ab457..cbc8799 100644 --- a/.gitignore +++ b/.gitignore @@ -1072,3 +1072,4 @@ /libpod-6472b44.tar.gz /libpod-b5f7afd.tar.gz /libpod-3eb0ad0.tar.gz +/libpod-1099ad6.tar.gz diff --git a/podman.spec b/podman.spec index c155500..42b2e14 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 3eb0ad04a8b1d56866a16f1428bb8019927ccfa3 +%global commit0 1099ad6ac947b4ca44e427ec84819d497e1612a1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.166.dev.git%{shortcommit0}%{?dist} +Release: 0.167.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.167.dev.git1099ad6 +- autobuilt 1099ad6 + * Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.166.dev.git3eb0ad0 - autobuilt 3eb0ad0 diff --git a/sources b/sources index 2d5f17e..afd51e8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-3eb0ad0.tar.gz) = 753600336ef107e8520f4565714d5193bf781f1d8df9c7566ba390f7f8e3e48d9f269a7ebc8e15de0119eb6e05d18b4f7d8ab7d7167d1ee18982ec26dff6c0e2 +SHA512 (libpod-1099ad6.tar.gz) = 233b3fc8dbe98607a60d439faf151e72c9cc9ce6d5f23896a325bcf984db69fefd7915694ef0712f19a304cc65b14608938b93953ff3b3aa8a42cd2d0c545023 From 274dd1ae595ef2af2172dda717845beeb9aa3e44 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 18 Jun 2020 17:09:42 +0000 Subject: [PATCH 1165/2185] podman-2:2.0.0-0.168.dev.gite6b9b3a - autobuilt e6b9b3a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cbc8799..2726a60 100644 --- a/.gitignore +++ b/.gitignore @@ -1073,3 +1073,4 @@ /libpod-b5f7afd.tar.gz /libpod-3eb0ad0.tar.gz /libpod-1099ad6.tar.gz +/libpod-e6b9b3a.tar.gz diff --git a/podman.spec b/podman.spec index 42b2e14..f47431f 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 1099ad6ac947b4ca44e427ec84819d497e1612a1 +%global commit0 e6b9b3ab227729e72f52ddab94c024174ab8a442 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.167.dev.git%{shortcommit0}%{?dist} +Release: 0.168.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.168.dev.gite6b9b3a +- autobuilt e6b9b3a + * Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.167.dev.git1099ad6 - autobuilt 1099ad6 diff --git a/sources b/sources index afd51e8..1e1524c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-1099ad6.tar.gz) = 233b3fc8dbe98607a60d439faf151e72c9cc9ce6d5f23896a325bcf984db69fefd7915694ef0712f19a304cc65b14608938b93953ff3b3aa8a42cd2d0c545023 +SHA512 (libpod-e6b9b3a.tar.gz) = 6056b4ae9d3b477c93436d61f5df8fe905ec7bda7599e3e8d85cd62b5ad4b7c06de90279862fa476f751ba966b6ceaa3115842fad7c4a77151c62f0dee79d9ed From 0ccc1cddf2390db4b069418c2cc11ea2fe131e46 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 18 Jun 2020 19:13:17 +0000 Subject: [PATCH 1166/2185] podman-2:2.0.0-0.169.dev.gita2661b1 - autobuilt a2661b1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2726a60..41a09f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1074,3 +1074,4 @@ /libpod-3eb0ad0.tar.gz /libpod-1099ad6.tar.gz /libpod-e6b9b3a.tar.gz +/libpod-a2661b1.tar.gz diff --git a/podman.spec b/podman.spec index f47431f..6a5190e 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 e6b9b3ab227729e72f52ddab94c024174ab8a442 +%global commit0 a2661b1c25e280282d101f24ce478305622da11f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.168.dev.git%{shortcommit0}%{?dist} +Release: 0.169.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.169.dev.gita2661b1 +- autobuilt a2661b1 + * Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.168.dev.gite6b9b3a - autobuilt e6b9b3a diff --git a/sources b/sources index 1e1524c..acdfdd1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e6b9b3a.tar.gz) = 6056b4ae9d3b477c93436d61f5df8fe905ec7bda7599e3e8d85cd62b5ad4b7c06de90279862fa476f751ba966b6ceaa3115842fad7c4a77151c62f0dee79d9ed +SHA512 (libpod-a2661b1.tar.gz) = e4e141dc52eacc92e7c8b6356efd9090537b0b0cbcfb082751eaddabe0447cd09fb17b625a3c0144c24c8a1c977f6b72338a4d1de2fdbc9c96f5d7379613e308 From eb96593ef2abe507e7f9c189927e99f39aba10aa Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 19 Jun 2020 15:09:49 +0000 Subject: [PATCH 1167/2185] podman-2:2.0.0-0.170.dev.git33a6027 - autobuilt 33a6027 Signed-off-by: RH Container Bot --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 6a5190e..bdca715 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 a2661b1c25e280282d101f24ce478305622da11f +%global commit0 33a60276135b7d74f3a10b39d8d69c836a05766e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.169.dev.git%{shortcommit0}%{?dist} +Release: 0.170.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jun 19 2020 RH Container Bot - 2:2.0.0-0.170.dev.git33a6027 +- autobuilt 33a6027 + * Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.169.dev.gita2661b1 - autobuilt a2661b1 From f21e136d0d19c5ba5480c36a00313015c21360e5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 19 Jun 2020 16:09:10 +0000 Subject: [PATCH 1168/2185] podman-2:2.0.0-0.171.dev.git1a2eb3e - autobuilt 1a2eb3e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 41a09f0..90758e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1075,3 +1075,4 @@ /libpod-1099ad6.tar.gz /libpod-e6b9b3a.tar.gz /libpod-a2661b1.tar.gz +/libpod-1a2eb3e.tar.gz diff --git a/podman.spec b/podman.spec index bdca715..5a52831 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 33a60276135b7d74f3a10b39d8d69c836a05766e +%global commit0 1a2eb3e615fa05d77359295b870d7b3a0e4a5ed3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.170.dev.git%{shortcommit0}%{?dist} +Release: 0.171.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jun 19 2020 RH Container Bot - 2:2.0.0-0.171.dev.git1a2eb3e +- autobuilt 1a2eb3e + * Fri Jun 19 2020 RH Container Bot - 2:2.0.0-0.170.dev.git33a6027 - autobuilt 33a6027 diff --git a/sources b/sources index acdfdd1..1e4d1ed 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-a2661b1.tar.gz) = e4e141dc52eacc92e7c8b6356efd9090537b0b0cbcfb082751eaddabe0447cd09fb17b625a3c0144c24c8a1c977f6b72338a4d1de2fdbc9c96f5d7379613e308 +SHA512 (libpod-1a2eb3e.tar.gz) = 35ed28a6fc3ccadeab523bfdc16a417b01a510207607e79b25a119919f68a1f9b321d0c83c4d30e4febf9d756a12e3001cee30bbf96be025e5fd4c46beb75f68 From 9e49ea6ba9ec480aca7428c70abe08cc0c8e3ecf Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 19 Jun 2020 17:09:34 +0000 Subject: [PATCH 1169/2185] podman-2:2.0.0-0.172.dev.git89dbd1a - autobuilt 89dbd1a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 90758e8..d7b1fd1 100644 --- a/.gitignore +++ b/.gitignore @@ -1076,3 +1076,4 @@ /libpod-e6b9b3a.tar.gz /libpod-a2661b1.tar.gz /libpod-1a2eb3e.tar.gz +/libpod-89dbd1a.tar.gz diff --git a/podman.spec b/podman.spec index 5a52831..01aaa3c 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 1a2eb3e615fa05d77359295b870d7b3a0e4a5ed3 +%global commit0 89dbd1a916b2aeb96901402be6f3cc58373b5fe4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.171.dev.git%{shortcommit0}%{?dist} +Release: 0.172.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jun 19 2020 RH Container Bot - 2:2.0.0-0.172.dev.git89dbd1a +- autobuilt 89dbd1a + * Fri Jun 19 2020 RH Container Bot - 2:2.0.0-0.171.dev.git1a2eb3e - autobuilt 1a2eb3e diff --git a/sources b/sources index 1e4d1ed..a7e39e9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-1a2eb3e.tar.gz) = 35ed28a6fc3ccadeab523bfdc16a417b01a510207607e79b25a119919f68a1f9b321d0c83c4d30e4febf9d756a12e3001cee30bbf96be025e5fd4c46beb75f68 +SHA512 (libpod-89dbd1a.tar.gz) = 18e77c57d2cf7377302ff28d9134c0bcef7fb9a1d588b292923b726f27fb5b1d4756c5f63f00e745914d91ce27779e85e11975d77958050a72ecf6b3e95ace83 From b7cef2f3a79c5d3b027390e564478d4a7ee8cf2c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 20 Jun 2020 10:09:35 +0000 Subject: [PATCH 1170/2185] podman-2:2.0.0-0.173.dev.gitf403aa3 - autobuilt f403aa3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d7b1fd1..77cb932 100644 --- a/.gitignore +++ b/.gitignore @@ -1077,3 +1077,4 @@ /libpod-a2661b1.tar.gz /libpod-1a2eb3e.tar.gz /libpod-89dbd1a.tar.gz +/libpod-f403aa3.tar.gz diff --git a/podman.spec b/podman.spec index 01aaa3c..54ebccf 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 89dbd1a916b2aeb96901402be6f3cc58373b5fe4 +%global commit0 f403aa3baa23a64e7d6bf3fcbc815644d95b768d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.172.dev.git%{shortcommit0}%{?dist} +Release: 0.173.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Jun 20 2020 RH Container Bot - 2:2.0.0-0.173.dev.gitf403aa3 +- autobuilt f403aa3 + * Fri Jun 19 2020 RH Container Bot - 2:2.0.0-0.172.dev.git89dbd1a - autobuilt 89dbd1a diff --git a/sources b/sources index a7e39e9..8057142 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-89dbd1a.tar.gz) = 18e77c57d2cf7377302ff28d9134c0bcef7fb9a1d588b292923b726f27fb5b1d4756c5f63f00e745914d91ce27779e85e11975d77958050a72ecf6b3e95ace83 +SHA512 (libpod-f403aa3.tar.gz) = fb5b8f69892160c06209886d192036901ff5463a3880ff94dd62370ce80927d3c8cd6323198c5c4e8633c71b20b1064fba314ccaccad7df2e0e625a59186501c From 9d5f4613b52beb595daf0930b068f98f45886bd8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 20 Jun 2020 18:09:17 +0000 Subject: [PATCH 1171/2185] podman-2:2.1.0-0.1.dev.gitbc256d9 - bump to 2.1.0 - autobuilt bc256d9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 77cb932..70d1a92 100644 --- a/.gitignore +++ b/.gitignore @@ -1078,3 +1078,4 @@ /libpod-1a2eb3e.tar.gz /libpod-89dbd1a.tar.gz /libpod-f403aa3.tar.gz +/libpod-bc256d9.tar.gz diff --git a/podman.spec b/podman.spec index 54ebccf..64bbcbf 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 f403aa3baa23a64e7d6bf3fcbc815644d95b768d +%global commit0 bc256d93195bc289b888cee37dc3e82e68c0e8a0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -49,12 +49,12 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 2.0.0 +Version: 2.1.0 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.173.dev.git%{shortcommit0}%{?dist} +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,10 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Jun 20 2020 RH Container Bot - 2:2.1.0-0.1.dev.gitbc256d9 +- bump to 2.1.0 +- autobuilt bc256d9 + * Sat Jun 20 2020 RH Container Bot - 2:2.0.0-0.173.dev.gitf403aa3 - autobuilt f403aa3 diff --git a/sources b/sources index 8057142..0059bc5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-f403aa3.tar.gz) = fb5b8f69892160c06209886d192036901ff5463a3880ff94dd62370ce80927d3c8cd6323198c5c4e8633c71b20b1064fba314ccaccad7df2e0e625a59186501c +SHA512 (libpod-bc256d9.tar.gz) = 0273806dc4827d45b4ec10ed5765b620e9e17a2ea8c51313603336e4130519bbf2badf1809adc4a118505839ce9ccdc4da5d9913135ba9c237c8c9d6231ddee7 From 0428563df3e253794d8c391b6dcf71326eba82cc Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 21 Jun 2020 10:11:05 +0000 Subject: [PATCH 1172/2185] podman-2:2.1.0-0.2.dev.git4a1dd9f - autobuilt 4a1dd9f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 70d1a92..9ace2c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1079,3 +1079,4 @@ /libpod-89dbd1a.tar.gz /libpod-f403aa3.tar.gz /libpod-bc256d9.tar.gz +/libpod-4a1dd9f.tar.gz diff --git a/podman.spec b/podman.spec index 64bbcbf..6a8e6a5 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 bc256d93195bc289b888cee37dc3e82e68c0e8a0 +%global commit0 4a1dd9f9a416a7098a707436e1285eaa5cfc1722 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.1.dev.git%{shortcommit0}%{?dist} +Release: 0.2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Jun 21 2020 RH Container Bot - 2:2.1.0-0.2.dev.git4a1dd9f +- autobuilt 4a1dd9f + * Sat Jun 20 2020 RH Container Bot - 2:2.1.0-0.1.dev.gitbc256d9 - bump to 2.1.0 - autobuilt bc256d9 diff --git a/sources b/sources index 0059bc5..0df82ee 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-bc256d9.tar.gz) = 0273806dc4827d45b4ec10ed5765b620e9e17a2ea8c51313603336e4130519bbf2badf1809adc4a118505839ce9ccdc4da5d9913135ba9c237c8c9d6231ddee7 +SHA512 (libpod-4a1dd9f.tar.gz) = 5fd75ed5fa27ad43831696fc3c407e73bb2b9ef067c284c6834dd9ecd404ac5373e7129a41ed858b2b1560fcc8595d7ac1685a37dd126a92da526ff092879506 From ce80cb54d85b9b507e709c6b7be2d63e4de84618 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 21 Jun 2020 11:09:14 +0000 Subject: [PATCH 1173/2185] podman-2:2.1.0-0.3.dev.git0e4b734 - autobuilt 0e4b734 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9ace2c9..c8f5948 100644 --- a/.gitignore +++ b/.gitignore @@ -1080,3 +1080,4 @@ /libpod-f403aa3.tar.gz /libpod-bc256d9.tar.gz /libpod-4a1dd9f.tar.gz +/libpod-0e4b734.tar.gz diff --git a/podman.spec b/podman.spec index 6a8e6a5..94f73ba 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 4a1dd9f9a416a7098a707436e1285eaa5cfc1722 +%global commit0 0e4b73456d4c545136a5cfd664b6d9d819ffc498 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.2.dev.git%{shortcommit0}%{?dist} +Release: 0.3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Jun 21 2020 RH Container Bot - 2:2.1.0-0.3.dev.git0e4b734 +- autobuilt 0e4b734 + * Sun Jun 21 2020 RH Container Bot - 2:2.1.0-0.2.dev.git4a1dd9f - autobuilt 4a1dd9f diff --git a/sources b/sources index 0df82ee..f6b5a7b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-4a1dd9f.tar.gz) = 5fd75ed5fa27ad43831696fc3c407e73bb2b9ef067c284c6834dd9ecd404ac5373e7129a41ed858b2b1560fcc8595d7ac1685a37dd126a92da526ff092879506 +SHA512 (libpod-0e4b734.tar.gz) = 4264c425f7eccea4ce1fb5ecad39451bb9081f9cdf047214b948cfa197d2cee8c2d48c83d99f1df02a1332e85a0b29f58f85da7011f0f47ffbec1fadb5e0782e From d604f93ddb08dbec9c44aa2651038ed4d93c8c88 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 22 Jun 2020 14:11:12 +0000 Subject: [PATCH 1174/2185] podman-2:2.1.0-0.4.dev.git4afdbcd - autobuilt 4afdbcd Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c8f5948..1d5528e 100644 --- a/.gitignore +++ b/.gitignore @@ -1081,3 +1081,4 @@ /libpod-bc256d9.tar.gz /libpod-4a1dd9f.tar.gz /libpod-0e4b734.tar.gz +/libpod-4afdbcd.tar.gz diff --git a/podman.spec b/podman.spec index 94f73ba..ec7d43b 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 0e4b73456d4c545136a5cfd664b6d9d819ffc498 +%global commit0 4afdbcd6da849cbc072808d575d6b4ec90c5d9a6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.3.dev.git%{shortcommit0}%{?dist} +Release: 0.4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.4.dev.git4afdbcd +- autobuilt 4afdbcd + * Sun Jun 21 2020 RH Container Bot - 2:2.1.0-0.3.dev.git0e4b734 - autobuilt 0e4b734 diff --git a/sources b/sources index f6b5a7b..312f89e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-0e4b734.tar.gz) = 4264c425f7eccea4ce1fb5ecad39451bb9081f9cdf047214b948cfa197d2cee8c2d48c83d99f1df02a1332e85a0b29f58f85da7011f0f47ffbec1fadb5e0782e +SHA512 (libpod-4afdbcd.tar.gz) = 438448428bc5d9033f3f13295a31193a490f46e074f6b8c88e8a38743e970f24e9654a5ceb835b23a7cf61fd90dd83d87a66560f1299b4ad7341a3a3a50e8f5e From bdc1b22e34b2728bf2840cfd230600d24818a0cd Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 22 Jun 2020 15:09:37 +0000 Subject: [PATCH 1175/2185] podman-2:2.1.0-0.5.dev.git277732b - autobuilt 277732b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1d5528e..9b0df00 100644 --- a/.gitignore +++ b/.gitignore @@ -1082,3 +1082,4 @@ /libpod-4a1dd9f.tar.gz /libpod-0e4b734.tar.gz /libpod-4afdbcd.tar.gz +/libpod-277732b.tar.gz diff --git a/podman.spec b/podman.spec index ec7d43b..cb76dff 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 4afdbcd6da849cbc072808d575d6b4ec90c5d9a6 +%global commit0 277732b9bc8efaa21ac47ba927a1c3714b8e84ad %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.4.dev.git%{shortcommit0}%{?dist} +Release: 0.5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.5.dev.git277732b +- autobuilt 277732b + * Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.4.dev.git4afdbcd - autobuilt 4afdbcd diff --git a/sources b/sources index 312f89e..01dbc97 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-4afdbcd.tar.gz) = 438448428bc5d9033f3f13295a31193a490f46e074f6b8c88e8a38743e970f24e9654a5ceb835b23a7cf61fd90dd83d87a66560f1299b4ad7341a3a3a50e8f5e +SHA512 (libpod-277732b.tar.gz) = afc634d3947ace212d7f26265bb3bda4dcdd19f2f64947424c4878f5d7a442be8daf1fb2d0a61dc276126e90315e4fb8fd96e85d6289570126f498a6c0a7fd68 From 3b03aa4179c8730c1d8f483718f2e491a66d365c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 22 Jun 2020 16:09:46 +0000 Subject: [PATCH 1176/2185] podman-2:2.1.0-0.6.dev.git78b205c - autobuilt 78b205c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9b0df00..0d54e17 100644 --- a/.gitignore +++ b/.gitignore @@ -1083,3 +1083,4 @@ /libpod-0e4b734.tar.gz /libpod-4afdbcd.tar.gz /libpod-277732b.tar.gz +/libpod-78b205c.tar.gz diff --git a/podman.spec b/podman.spec index cb76dff..2c940c5 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 277732b9bc8efaa21ac47ba927a1c3714b8e84ad +%global commit0 78b205c8c9d2c06e563174b38039b0fcb2f6933e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.5.dev.git%{shortcommit0}%{?dist} +Release: 0.6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.6.dev.git78b205c +- autobuilt 78b205c + * Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.5.dev.git277732b - autobuilt 277732b diff --git a/sources b/sources index 01dbc97..87868da 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-277732b.tar.gz) = afc634d3947ace212d7f26265bb3bda4dcdd19f2f64947424c4878f5d7a442be8daf1fb2d0a61dc276126e90315e4fb8fd96e85d6289570126f498a6c0a7fd68 +SHA512 (libpod-78b205c.tar.gz) = 2b2aeba0dafc99b76f5ac5124b3494b025b9a1e8a1ea6929fbe5c7ec781d832c4a3ba6d441ed3f4f902d9889602456ed631fd7344fccf4cc5ae635f44c8fbc2f From 8984397fedbea036a97e6cd08e86a24bdd2c7e8a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 22 Jun 2020 17:10:25 +0000 Subject: [PATCH 1177/2185] podman-2:2.1.0-0.7.dev.git22942e3 - autobuilt 22942e3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0d54e17..616c90f 100644 --- a/.gitignore +++ b/.gitignore @@ -1084,3 +1084,4 @@ /libpod-4afdbcd.tar.gz /libpod-277732b.tar.gz /libpod-78b205c.tar.gz +/libpod-22942e3.tar.gz diff --git a/podman.spec b/podman.spec index 2c940c5..e6c8ff9 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 78b205c8c9d2c06e563174b38039b0fcb2f6933e +%global commit0 22942e392df57d0ae5cc8ebdd27d060e43206d62 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.6.dev.git%{shortcommit0}%{?dist} +Release: 0.7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.7.dev.git22942e3 +- autobuilt 22942e3 + * Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.6.dev.git78b205c - autobuilt 78b205c diff --git a/sources b/sources index 87868da..90a3ea7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-78b205c.tar.gz) = 2b2aeba0dafc99b76f5ac5124b3494b025b9a1e8a1ea6929fbe5c7ec781d832c4a3ba6d441ed3f4f902d9889602456ed631fd7344fccf4cc5ae635f44c8fbc2f +SHA512 (libpod-22942e3.tar.gz) = f76ec2a507794bd622bd5c47c5cfd504b00b195fb6421c6133d0b4c734e86020a35f34a849340e871dd240d2ac8183fe4b9415d3f2fa904f5113264e2d8d8bdb From 20d4e6f60da3c10897622ddbf390ac340d54c4d9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 22 Jun 2020 23:08:34 +0000 Subject: [PATCH 1178/2185] podman-2:2.1.0-0.8.dev.git22a7d60 - autobuilt 22a7d60 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 616c90f..3a498de 100644 --- a/.gitignore +++ b/.gitignore @@ -1085,3 +1085,4 @@ /libpod-277732b.tar.gz /libpod-78b205c.tar.gz /libpod-22942e3.tar.gz +/libpod-22a7d60.tar.gz diff --git a/podman.spec b/podman.spec index e6c8ff9..5d97425 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 22942e392df57d0ae5cc8ebdd27d060e43206d62 +%global commit0 22a7d60f18a60bda02b40b5f2489014ba5f1c651 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.7.dev.git%{shortcommit0}%{?dist} +Release: 0.8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.8.dev.git22a7d60 +- autobuilt 22a7d60 + * Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.7.dev.git22942e3 - autobuilt 22942e3 diff --git a/sources b/sources index 90a3ea7..8d6aae4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-22942e3.tar.gz) = f76ec2a507794bd622bd5c47c5cfd504b00b195fb6421c6133d0b4c734e86020a35f34a849340e871dd240d2ac8183fe4b9415d3f2fa904f5113264e2d8d8bdb +SHA512 (libpod-22a7d60.tar.gz) = 6eac5d5fc0eb299a19209d2cc6be5905729571230973b11117fafcfb6f09965b92ba518d6469d62d499830c2534ff974be2edb6b717f7f3f5e713ff3d0d1ba35 From 4c136559cca74d436adaa897acb262dea4705ae0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 23 Jun 2020 08:08:59 +0000 Subject: [PATCH 1179/2185] podman-2:2.1.0-0.9.dev.git9e37fd4 - autobuilt 9e37fd4 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3a498de..cae35b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1086,3 +1086,4 @@ /libpod-78b205c.tar.gz /libpod-22942e3.tar.gz /libpod-22a7d60.tar.gz +/libpod-9e37fd4.tar.gz diff --git a/podman.spec b/podman.spec index 5d97425..5fc427c 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 22a7d60f18a60bda02b40b5f2489014ba5f1c651 +%global commit0 9e37fd43e47d32d5bfbc920c6d7aedfad5662ae0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.8.dev.git%{shortcommit0}%{?dist} +Release: 0.9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.9.dev.git9e37fd4 +- autobuilt 9e37fd4 + * Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.8.dev.git22a7d60 - autobuilt 22a7d60 diff --git a/sources b/sources index 8d6aae4..601f83c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-22a7d60.tar.gz) = 6eac5d5fc0eb299a19209d2cc6be5905729571230973b11117fafcfb6f09965b92ba518d6469d62d499830c2534ff974be2edb6b717f7f3f5e713ff3d0d1ba35 +SHA512 (libpod-9e37fd4.tar.gz) = afb49ef4a273c9e7c51eef34cf977cffdd2adb65d03de27ee0fb34c416d402f71fd6dae55ecbec01ebf29b4fe48eb637b4ec7dbbe5cac2f17330370653cc425f From 34503d0c0a18e406bfc1867a3ba51786ac32dc43 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 23 Jun 2020 11:08:56 +0000 Subject: [PATCH 1180/2185] podman-2:2.1.0-0.10.dev.gitbbaba9f - autobuilt bbaba9f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cae35b1..27912f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1087,3 +1087,4 @@ /libpod-22942e3.tar.gz /libpod-22a7d60.tar.gz /libpod-9e37fd4.tar.gz +/libpod-bbaba9f.tar.gz diff --git a/podman.spec b/podman.spec index 5fc427c..f642193 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 9e37fd43e47d32d5bfbc920c6d7aedfad5662ae0 +%global commit0 bbaba9fb8649035bf2c19488450a04beed5a1858 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.9.dev.git%{shortcommit0}%{?dist} +Release: 0.10.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.10.dev.gitbbaba9f +- autobuilt bbaba9f + * Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.9.dev.git9e37fd4 - autobuilt 9e37fd4 diff --git a/sources b/sources index 601f83c..d684170 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-9e37fd4.tar.gz) = afb49ef4a273c9e7c51eef34cf977cffdd2adb65d03de27ee0fb34c416d402f71fd6dae55ecbec01ebf29b4fe48eb637b4ec7dbbe5cac2f17330370653cc425f +SHA512 (libpod-bbaba9f.tar.gz) = ae4daff67075e40c5897f89c87aae37e535881413e7b6f3addee1ba5a7728f7e9a4c835b5821ae0443e734d2e389a1dca0bdff145197ef688719214e034881a3 From 58c1766827a45cd6c9a29c6ee140b6896e9bc7ec Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 23 Jun 2020 15:08:55 +0000 Subject: [PATCH 1181/2185] podman-2:2.1.0-0.11.dev.git73514b1 - autobuilt 73514b1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 27912f9..869a254 100644 --- a/.gitignore +++ b/.gitignore @@ -1088,3 +1088,4 @@ /libpod-22a7d60.tar.gz /libpod-9e37fd4.tar.gz /libpod-bbaba9f.tar.gz +/libpod-73514b1.tar.gz diff --git a/podman.spec b/podman.spec index f642193..26bfe21 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 bbaba9fb8649035bf2c19488450a04beed5a1858 +%global commit0 73514b1465fe2f79b82d017cdb11d587d6f7df3d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -54,7 +54,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.10.dev.git%{shortcommit0}%{?dist} +Release: 0.11.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -639,6 +639,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.11.dev.git73514b1 +- autobuilt 73514b1 + * Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.10.dev.gitbbaba9f - autobuilt bbaba9f diff --git a/sources b/sources index d684170..60d9f59 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-bbaba9f.tar.gz) = ae4daff67075e40c5897f89c87aae37e535881413e7b6f3addee1ba5a7728f7e9a4c835b5821ae0443e734d2e389a1dca0bdff145197ef688719214e034881a3 +SHA512 (libpod-73514b1.tar.gz) = 27ff19f36e29f3493661f696acaed6beae613d9e36c7311a7eb2346b289853b15089995a6be0a46c3c659f694303c9b4f3f82a3749b8d23a4ef896630064c8e7 From 226db5b47176858da6d499dcc1acbe7119030cfc Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 23 Jun 2020 13:55:54 -0400 Subject: [PATCH 1182/2185] re-enable remote subpackage Signed-off-by: Lokesh Mandvekar --- podman.spec | 48 ++++++++++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 20 deletions(-) diff --git a/podman.spec b/podman.spec index 26bfe21..5f87dac 100644 --- a/podman.spec +++ b/podman.spec @@ -29,6 +29,9 @@ # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} +# To build a random user's fork/commit, comment out above line, +# uncomment below line and replace the placeholders and commit0 below with the right info +#%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO %global commit0 73514b1465fe2f79b82d017cdb11d587d6f7df3d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) @@ -54,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.11.dev.git%{shortcommit0}%{?dist} +Release: 0.13.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -455,15 +458,15 @@ popd ln -s vendor src # build %%{name} -export BUILDTAGS="ABISupport systemd seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/selinux_tag.sh)" +export BUILDTAGS="systemd seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/selinux_tag.sh)" %if 0%{?centos} export BUILDTAGS+="exclude_graphdriver_btrfs containers_image_ostree_stub" %endif %gobuild -o bin/%{name} %{import_path}/cmd/%{name} # build %%{name}-remote -#export BUILDTAGS+=" remoteclient" -#%%gobuild -o bin/%%{name}-remote %%{import_path}/cmd/%%{name} +export BUILDTAGS+=" remoteclient" +%gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} pushd dnsname-%{commit_plugins} mkdir _build @@ -476,23 +479,22 @@ export GOPATH=$(pwd)/_build:$(pwd) %gobuild -o bin/dnsname %{import_path_plugins}/plugins/meta/dnsname popd +%{__make} docs + %install rm -rf docs/containers-mounts.conf.5.md install -dp %{buildroot}%{_unitdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ - install.bin \ - install.man \ + install.bin-nobuild \ + install.man-nobuild \ install.cni \ install.systemd \ install.completions \ - install.docker -#%%if 0%%{?fedora} -#install.remote \ -#%%endif - -rm %{buildroot}%{_mandir}/man1/*remote* -rm %{buildroot}%{_mandir}/man5/*remote* + install.docker \ +%if 0%{?fedora} + install.remote-nobuild \ +%endif mv pkg/hooks/README.md pkg/hooks/README-hooks.md @@ -508,9 +510,9 @@ done # do not install remote manpages on centos7 %if 0%{?centos} && 0%{?centos} < 8 -#rm -rf %%{buildroot}%%{_mandir}/man1/docker-remote.1 -#rm -rf %%{buildroot}%%{_mandir}/man1/%%{name}-remote.1 -#rm -rf %%{buildroot}%%{_mandir}/man5/%%{name}-remote.conf.5 +rm -rf %{buildroot}%{_mandir}/man1/docker-remote.1 +rm -rf %{buildroot}%{_mandir}/man1/%{name}-remote.1 +rm -rf %{buildroot}%{_mandir}/man5/%{name}-remote.conf.5 %endif # source codes for building projects @@ -621,10 +623,10 @@ exit 0 #### DO NOT REMOVE - NEEDED FOR CENTOS %if 0%{?fedora} -#%%files remote -#%%license LICENSE -#%%{_bindir}/%%{name}-remote -#%%{_datadir}/man/man1/%%{name}-remote*.* +%files remote +%license LICENSE +%{_bindir}/%{name}-remote +%{_mandir}/man1/%{name}-remote*.* #%%{_datadir}/man/man5/%%{name}-remote*.* %files tests @@ -639,6 +641,12 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jun 23 2020 Lokesh Mandvekar - 2:2.1.0-0.13.dev.git73514b1 +- re-enable remote package + +* Tue Jun 23 2020 Lokesh Mandvekar - 2:2.1.0-0.12.dev.git9ec0e10 +- scratch build for rishi + * Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.11.dev.git73514b1 - autobuilt 73514b1 From d62c4c42732563e49bee3620fb0b34fe81517615 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 23 Jun 2020 14:06:17 -0400 Subject: [PATCH 1183/2185] correct changelog Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/podman.spec b/podman.spec index 5f87dac..905a903 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.13.dev.git%{shortcommit0}%{?dist} +Release: 0.12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,12 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog -* Tue Jun 23 2020 Lokesh Mandvekar - 2:2.1.0-0.13.dev.git73514b1 +* Tue Jun 23 2020 Lokesh Mandvekar - 2:2.1.0-0.12.dev.git73514b1 - re-enable remote package -* Tue Jun 23 2020 Lokesh Mandvekar - 2:2.1.0-0.12.dev.git9ec0e10 -- scratch build for rishi - * Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.11.dev.git73514b1 - autobuilt 73514b1 From f248755bcc2cfb44635ef18677f732a8dc32e333 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 23 Jun 2020 14:06:48 -0400 Subject: [PATCH 1184/2185] correct built_tag macro Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 905a903..589bce0 100644 --- a/podman.spec +++ b/podman.spec @@ -44,7 +44,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.0.0-rc7 +%define built_tag v2.0.0 Name: podman %if 0%{?fedora} From 03fd2a785185e301b474c4f94bff3a10c2627fcb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 23 Jun 2020 18:09:14 +0000 Subject: [PATCH 1185/2185] podman-2:2.1.0-0.13.dev.git92af85f - autobuilt 92af85f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 869a254..23a0f6b 100644 --- a/.gitignore +++ b/.gitignore @@ -1089,3 +1089,4 @@ /libpod-9e37fd4.tar.gz /libpod-bbaba9f.tar.gz /libpod-73514b1.tar.gz +/libpod-92af85f.tar.gz diff --git a/podman.spec b/podman.spec index 589bce0..2efbabf 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 73514b1465fe2f79b82d017cdb11d587d6f7df3d +%global commit0 92af85fcc2cb35b04ed74072ffd54d65b936d288 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -44,7 +44,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.0.0 +%define built_tag v2.0.0-rc7 Name: podman %if 0%{?fedora} @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.12.dev.git%{shortcommit0}%{?dist} +Release: 0.13.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.13.dev.git92af85f +- autobuilt 92af85f + * Tue Jun 23 2020 Lokesh Mandvekar - 2:2.1.0-0.12.dev.git73514b1 - re-enable remote package diff --git a/sources b/sources index 60d9f59..84eccf4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-73514b1.tar.gz) = 27ff19f36e29f3493661f696acaed6beae613d9e36c7311a7eb2346b289853b15089995a6be0a46c3c659f694303c9b4f3f82a3749b8d23a4ef896630064c8e7 +SHA512 (libpod-92af85f.tar.gz) = e0096c7f3d35f0109a0d9600bdb2861d5f95529174b54ce0c1780985edd7170f76db1065eed5acbb4dd4894f592ab0aeb4c07a551848fa01e0ea2b9692c48be4 From 8202678db9406b8586d5d408359821b9f9579876 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 23 Jun 2020 19:09:18 +0000 Subject: [PATCH 1186/2185] podman-2:2.1.0-0.14.dev.gitaa6881d - autobuilt aa6881d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 23a0f6b..4d5c793 100644 --- a/.gitignore +++ b/.gitignore @@ -1090,3 +1090,4 @@ /libpod-bbaba9f.tar.gz /libpod-73514b1.tar.gz /libpod-92af85f.tar.gz +/libpod-aa6881d.tar.gz diff --git a/podman.spec b/podman.spec index 2efbabf..c6008e2 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 92af85fcc2cb35b04ed74072ffd54d65b936d288 +%global commit0 aa6881dd1474506610a85926f58893efe67eb98d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -44,7 +44,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.0.0-rc7 +%define built_tag v2.0.0 Name: podman %if 0%{?fedora} @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.13.dev.git%{shortcommit0}%{?dist} +Release: 0.14.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.14.dev.gitaa6881d +- autobuilt aa6881d + * Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.13.dev.git92af85f - autobuilt 92af85f diff --git a/sources b/sources index 84eccf4..5263a22 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-92af85f.tar.gz) = e0096c7f3d35f0109a0d9600bdb2861d5f95529174b54ce0c1780985edd7170f76db1065eed5acbb4dd4894f592ab0aeb4c07a551848fa01e0ea2b9692c48be4 +SHA512 (libpod-aa6881d.tar.gz) = b8c0dc77e1a671db9f2c38ede8f517ef9f2fbde486d8ba89422fd1601c473fefcf9da8508eec6cc5acf2ea1d4086687b0df03d262f564c53371455472de9c1c5 From 5503496d2dd5eab7011eff96c34039a7ad88a7c4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 23 Jun 2020 20:09:00 +0000 Subject: [PATCH 1187/2185] podman-2:2.1.0-0.15.dev.git81f4204 - autobuilt 81f4204 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4d5c793..f312111 100644 --- a/.gitignore +++ b/.gitignore @@ -1091,3 +1091,4 @@ /libpod-73514b1.tar.gz /libpod-92af85f.tar.gz /libpod-aa6881d.tar.gz +/libpod-81f4204.tar.gz diff --git a/podman.spec b/podman.spec index c6008e2..889210b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 aa6881dd1474506610a85926f58893efe67eb98d +%global commit0 81f4204e4e0c8074e2709bd7c4db3f1f61d1b351 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.14.dev.git%{shortcommit0}%{?dist} +Release: 0.15.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.15.dev.git81f4204 +- autobuilt 81f4204 + * Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.14.dev.gitaa6881d - autobuilt aa6881d diff --git a/sources b/sources index 5263a22..2b68b40 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-aa6881d.tar.gz) = b8c0dc77e1a671db9f2c38ede8f517ef9f2fbde486d8ba89422fd1601c473fefcf9da8508eec6cc5acf2ea1d4086687b0df03d262f564c53371455472de9c1c5 +SHA512 (libpod-81f4204.tar.gz) = 80871ec5a27c9422855df895dd650fc82527afdd1e0b0f0ab01730e31b230bcf19405dd1754035bc483faf1edf472b410407ada30e6cc0cd3e36ffdab8446b8a From d473856d4f19303bafe68aec590f24693d68a123 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 23 Jun 2020 23:08:50 +0000 Subject: [PATCH 1188/2185] podman-2:2.1.0-0.16.dev.git5fe122b - autobuilt 5fe122b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f312111..0c012d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1092,3 +1092,4 @@ /libpod-92af85f.tar.gz /libpod-aa6881d.tar.gz /libpod-81f4204.tar.gz +/libpod-5fe122b.tar.gz diff --git a/podman.spec b/podman.spec index 889210b..b6fe1b7 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 81f4204e4e0c8074e2709bd7c4db3f1f61d1b351 +%global commit0 5fe122bf528a0665f7d12bc47357779b8686f6cf %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.15.dev.git%{shortcommit0}%{?dist} +Release: 0.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.16.dev.git5fe122b +- autobuilt 5fe122b + * Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.15.dev.git81f4204 - autobuilt 81f4204 diff --git a/sources b/sources index 2b68b40..da0d722 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-81f4204.tar.gz) = 80871ec5a27c9422855df895dd650fc82527afdd1e0b0f0ab01730e31b230bcf19405dd1754035bc483faf1edf472b410407ada30e6cc0cd3e36ffdab8446b8a +SHA512 (libpod-5fe122b.tar.gz) = 33178b483e0dc401dd8dec54ee1762e3515e9267d175b928f06a76ffc25b933fbbba959f206abb082ab5c947242ff97c84b2533093252b5872164f5003b03187 From f2cb76fda50164b7a59a15ee049cc3edc6d708cb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 24 Jun 2020 10:09:05 +0000 Subject: [PATCH 1189/2185] podman-2:2.1.0-0.17.dev.git0d26b8f - autobuilt 0d26b8f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0c012d3..d678e23 100644 --- a/.gitignore +++ b/.gitignore @@ -1093,3 +1093,4 @@ /libpod-aa6881d.tar.gz /libpod-81f4204.tar.gz /libpod-5fe122b.tar.gz +/libpod-0d26b8f.tar.gz diff --git a/podman.spec b/podman.spec index b6fe1b7..8a32b4a 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 5fe122bf528a0665f7d12bc47357779b8686f6cf +%global commit0 0d26b8f24babcd847a7412907e622514925544a4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.16.dev.git%{shortcommit0}%{?dist} +Release: 0.17.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.17.dev.git0d26b8f +- autobuilt 0d26b8f + * Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.16.dev.git5fe122b - autobuilt 5fe122b diff --git a/sources b/sources index da0d722..7db6568 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-5fe122b.tar.gz) = 33178b483e0dc401dd8dec54ee1762e3515e9267d175b928f06a76ffc25b933fbbba959f206abb082ab5c947242ff97c84b2533093252b5872164f5003b03187 +SHA512 (libpod-0d26b8f.tar.gz) = 830e66f171c8677f8de84a8ad64b736e5dfd23210b1a0357207280c285f6e05cf72635a0139479dabf17286d1148ca46bc1060e3c7b5504475a9d0cf419563d5 From cd2cbed4af600478acb0bf03cd8b015cfe3b58b7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 24 Jun 2020 14:09:45 +0000 Subject: [PATCH 1190/2185] podman-2:2.1.0-0.18.dev.git6bc5dcc - autobuilt 6bc5dcc Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d678e23..9688f0a 100644 --- a/.gitignore +++ b/.gitignore @@ -1094,3 +1094,4 @@ /libpod-81f4204.tar.gz /libpod-5fe122b.tar.gz /libpod-0d26b8f.tar.gz +/libpod-6bc5dcc.tar.gz diff --git a/podman.spec b/podman.spec index 8a32b4a..5513884 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 0d26b8f24babcd847a7412907e622514925544a4 +%global commit0 6bc5dcc2829c2bc08923df0b50f71582d5558fe8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.17.dev.git%{shortcommit0}%{?dist} +Release: 0.18.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.18.dev.git6bc5dcc +- autobuilt 6bc5dcc + * Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.17.dev.git0d26b8f - autobuilt 0d26b8f diff --git a/sources b/sources index 7db6568..445a0cb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-0d26b8f.tar.gz) = 830e66f171c8677f8de84a8ad64b736e5dfd23210b1a0357207280c285f6e05cf72635a0139479dabf17286d1148ca46bc1060e3c7b5504475a9d0cf419563d5 +SHA512 (libpod-6bc5dcc.tar.gz) = e68fe7572409d271bdbd77c1e351fe7486c41fc7c60606d1af69328423ae5d1c42ca35a75ed3fba32f6325b2e37a837a24f6ecb6de20e2a7528609c88815b70e From 71baf9bd4514fb76d2d784f54f66bf99b219a5dc Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 24 Jun 2020 17:09:20 +0000 Subject: [PATCH 1191/2185] podman-2:2.1.0-0.19.dev.gitb61e429 - autobuilt b61e429 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9688f0a..f64d9e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1095,3 +1095,4 @@ /libpod-5fe122b.tar.gz /libpod-0d26b8f.tar.gz /libpod-6bc5dcc.tar.gz +/libpod-b61e429.tar.gz diff --git a/podman.spec b/podman.spec index 5513884..5e4c61f 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 6bc5dcc2829c2bc08923df0b50f71582d5558fe8 +%global commit0 b61e429f199ca0f164054a9d758e60f94aa4d81e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.18.dev.git%{shortcommit0}%{?dist} +Release: 0.19.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.19.dev.gitb61e429 +- autobuilt b61e429 + * Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.18.dev.git6bc5dcc - autobuilt 6bc5dcc diff --git a/sources b/sources index 445a0cb..6a72a05 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6bc5dcc.tar.gz) = e68fe7572409d271bdbd77c1e351fe7486c41fc7c60606d1af69328423ae5d1c42ca35a75ed3fba32f6325b2e37a837a24f6ecb6de20e2a7528609c88815b70e +SHA512 (libpod-b61e429.tar.gz) = 5a2a4393022d9b6cb865fb297ce5d88ccc875503f2cea0ab60f1603a8a6cdf4b812a559fa70cc1bd39c91950750d5fda3d03f3a870b42706334ad1cd071e5bcf From 26cc5c54f711131942c0de04744e283918c76697 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 24 Jun 2020 18:09:21 +0000 Subject: [PATCH 1192/2185] podman-2:2.1.0-0.20.dev.git4ee6659 - autobuilt 4ee6659 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f64d9e7..ce8544d 100644 --- a/.gitignore +++ b/.gitignore @@ -1096,3 +1096,4 @@ /libpod-0d26b8f.tar.gz /libpod-6bc5dcc.tar.gz /libpod-b61e429.tar.gz +/libpod-4ee6659.tar.gz diff --git a/podman.spec b/podman.spec index 5e4c61f..b63bd6a 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b61e429f199ca0f164054a9d758e60f94aa4d81e +%global commit0 4ee66598c1201a7d191c03c2d2f067f847aaddf5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.19.dev.git%{shortcommit0}%{?dist} +Release: 0.20.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.20.dev.git4ee6659 +- autobuilt 4ee6659 + * Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.19.dev.gitb61e429 - autobuilt b61e429 diff --git a/sources b/sources index 6a72a05..579b57f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-b61e429.tar.gz) = 5a2a4393022d9b6cb865fb297ce5d88ccc875503f2cea0ab60f1603a8a6cdf4b812a559fa70cc1bd39c91950750d5fda3d03f3a870b42706334ad1cd071e5bcf +SHA512 (libpod-4ee6659.tar.gz) = 6b4c99c141e62e567ae684f2857c0f479cf73f454375a5cb6a5e93c8bc637da5988a66b91771d233270b70d12ecc5a68b29da0db35166ede4b2d860c5e018561 From 8ebe9674bab571a2852466565befa6034f263479 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 24 Jun 2020 19:09:20 +0000 Subject: [PATCH 1193/2185] podman-2:2.1.0-0.21.dev.git2df3faa - autobuilt 2df3faa Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ce8544d..b1be5e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1097,3 +1097,4 @@ /libpod-6bc5dcc.tar.gz /libpod-b61e429.tar.gz /libpod-4ee6659.tar.gz +/libpod-2df3faa.tar.gz diff --git a/podman.spec b/podman.spec index b63bd6a..b04c6e3 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4ee66598c1201a7d191c03c2d2f067f847aaddf5 +%global commit0 2df3faab7b2801cc2e3c2291b618ae530223329d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.20.dev.git%{shortcommit0}%{?dist} +Release: 0.21.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.21.dev.git2df3faa +- autobuilt 2df3faa + * Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.20.dev.git4ee6659 - autobuilt 4ee6659 diff --git a/sources b/sources index 579b57f..1af6ef4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-4ee6659.tar.gz) = 6b4c99c141e62e567ae684f2857c0f479cf73f454375a5cb6a5e93c8bc637da5988a66b91771d233270b70d12ecc5a68b29da0db35166ede4b2d860c5e018561 +SHA512 (libpod-2df3faa.tar.gz) = 0fd9db34eb1ac519e90f25c5492976a5435d35279b402207dc214e776167094a60d55ca724d57735459ca781d22ff7729c7e1ab74d9961118ef8739d549bd82e From b9583ac0d904a88b328b98b7fcff5fd33e8ade3a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 25 Jun 2020 08:09:24 +0000 Subject: [PATCH 1194/2185] podman-2:2.1.0-0.22.dev.git35cca19 - autobuilt 35cca19 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b1be5e9..03cab26 100644 --- a/.gitignore +++ b/.gitignore @@ -1098,3 +1098,4 @@ /libpod-b61e429.tar.gz /libpod-4ee6659.tar.gz /libpod-2df3faa.tar.gz +/libpod-35cca19.tar.gz diff --git a/podman.spec b/podman.spec index b04c6e3..b329674 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 2df3faab7b2801cc2e3c2291b618ae530223329d +%global commit0 35cca198b31582b75304e3614f8942b83a38422e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.21.dev.git%{shortcommit0}%{?dist} +Release: 0.22.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.22.dev.git35cca19 +- autobuilt 35cca19 + * Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.21.dev.git2df3faa - autobuilt 2df3faa diff --git a/sources b/sources index 1af6ef4..75b7049 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-2df3faa.tar.gz) = 0fd9db34eb1ac519e90f25c5492976a5435d35279b402207dc214e776167094a60d55ca724d57735459ca781d22ff7729c7e1ab74d9961118ef8739d549bd82e +SHA512 (libpod-35cca19.tar.gz) = 9c4a6deecf1f7618990c9d1c92479dda25823cf725e09a801164cde030e20ebd6f725597527b7467c00efadc7657ba97336e4f2760b104e3aab3cc01ee9cb3d4 From f38edaf1fff4c46aab06d1eb6df64baf2709c8d4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 25 Jun 2020 11:09:05 +0000 Subject: [PATCH 1195/2185] podman-2:2.1.0-0.23.dev.gitcd36499 - autobuilt cd36499 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 03cab26..3d0de82 100644 --- a/.gitignore +++ b/.gitignore @@ -1099,3 +1099,4 @@ /libpod-4ee6659.tar.gz /libpod-2df3faa.tar.gz /libpod-35cca19.tar.gz +/libpod-cd36499.tar.gz diff --git a/podman.spec b/podman.spec index b329674..2964ea2 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 35cca198b31582b75304e3614f8942b83a38422e +%global commit0 cd36499d10a21ef1429d7ce84d845d8627ebcf6e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.22.dev.git%{shortcommit0}%{?dist} +Release: 0.23.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.23.dev.gitcd36499 +- autobuilt cd36499 + * Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.22.dev.git35cca19 - autobuilt 35cca19 diff --git a/sources b/sources index 75b7049..e405bd2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-35cca19.tar.gz) = 9c4a6deecf1f7618990c9d1c92479dda25823cf725e09a801164cde030e20ebd6f725597527b7467c00efadc7657ba97336e4f2760b104e3aab3cc01ee9cb3d4 +SHA512 (libpod-cd36499.tar.gz) = 6e41896fb79aeb7a17b133abe112698f700afac6556e405b85a18c7a8a8f7e0412b7d6fd1261258de84c190965c9f2deaf8d9b7fe43bb266bd35bb6198a996f9 From ec9352683a4d15e0e48bd5856a687bb262379fe0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 25 Jun 2020 13:09:13 +0000 Subject: [PATCH 1196/2185] podman-2:2.1.0-0.24.dev.gitf8036c5 - autobuilt f8036c5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3d0de82..555cf80 100644 --- a/.gitignore +++ b/.gitignore @@ -1100,3 +1100,4 @@ /libpod-2df3faa.tar.gz /libpod-35cca19.tar.gz /libpod-cd36499.tar.gz +/libpod-f8036c5.tar.gz diff --git a/podman.spec b/podman.spec index 2964ea2..4b89eb7 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 cd36499d10a21ef1429d7ce84d845d8627ebcf6e +%global commit0 f8036c548c0a6d34cc063949cf5f9add22409d9d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.23.dev.git%{shortcommit0}%{?dist} +Release: 0.24.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.24.dev.gitf8036c5 +- autobuilt f8036c5 + * Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.23.dev.gitcd36499 - autobuilt cd36499 diff --git a/sources b/sources index e405bd2..2f7bd38 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-cd36499.tar.gz) = 6e41896fb79aeb7a17b133abe112698f700afac6556e405b85a18c7a8a8f7e0412b7d6fd1261258de84c190965c9f2deaf8d9b7fe43bb266bd35bb6198a996f9 +SHA512 (libpod-f8036c5.tar.gz) = 4fe36282c2d2458c38004f7ea0e5a8c97c30839dd9820e9e12e60748cd083f211d89510163353d9eb1da5705f4c3e7c66d5c8aa2ec423e517e0105c75c948b98 From 33d77cb44cfee4379f1a41ea6841bb4837ba154d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 25 Jun 2020 14:09:05 +0000 Subject: [PATCH 1197/2185] podman-2:2.1.0-0.25.dev.gitc036eef - autobuilt c036eef Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 555cf80..1868252 100644 --- a/.gitignore +++ b/.gitignore @@ -1101,3 +1101,4 @@ /libpod-35cca19.tar.gz /libpod-cd36499.tar.gz /libpod-f8036c5.tar.gz +/libpod-c036eef.tar.gz diff --git a/podman.spec b/podman.spec index 4b89eb7..1815725 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 f8036c548c0a6d34cc063949cf5f9add22409d9d +%global commit0 c036eef44d5fe07b754968ca1eef57034350c53b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.24.dev.git%{shortcommit0}%{?dist} +Release: 0.25.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.25.dev.gitc036eef +- autobuilt c036eef + * Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.24.dev.gitf8036c5 - autobuilt f8036c5 diff --git a/sources b/sources index 2f7bd38..c0a564d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-f8036c5.tar.gz) = 4fe36282c2d2458c38004f7ea0e5a8c97c30839dd9820e9e12e60748cd083f211d89510163353d9eb1da5705f4c3e7c66d5c8aa2ec423e517e0105c75c948b98 +SHA512 (libpod-c036eef.tar.gz) = 82b10ff7fd4ebf6bfcc112030abc6dc835f96008e49459fd6b2d26e7f2ec68f4c3fcad2d752893a1a2404b0ef18d522c840d55666576b73a65d281d10ba4ed45 From 3913715aaa5703a4741c3ff3718c7d901e2d0c0f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 25 Jun 2020 16:09:42 +0000 Subject: [PATCH 1198/2185] podman-2:2.1.0-0.26.dev.git7766192 - autobuilt 7766192 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1868252..86a11a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1102,3 +1102,4 @@ /libpod-cd36499.tar.gz /libpod-f8036c5.tar.gz /libpod-c036eef.tar.gz +/libpod-7766192.tar.gz diff --git a/podman.spec b/podman.spec index 1815725..2c32c7a 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 c036eef44d5fe07b754968ca1eef57034350c53b +%global commit0 7766192293b197c53141aa07d0ba43d3d92bcbac %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.25.dev.git%{shortcommit0}%{?dist} +Release: 0.26.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.26.dev.git7766192 +- autobuilt 7766192 + * Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.25.dev.gitc036eef - autobuilt c036eef diff --git a/sources b/sources index c0a564d..05a841d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c036eef.tar.gz) = 82b10ff7fd4ebf6bfcc112030abc6dc835f96008e49459fd6b2d26e7f2ec68f4c3fcad2d752893a1a2404b0ef18d522c840d55666576b73a65d281d10ba4ed45 +SHA512 (libpod-7766192.tar.gz) = 5c468833ebc4640f5a45c55a1661dd813ea5b93e1bc3dcb4d07bc55f2543e866a62936b38c2257f6c1f9ab0b722721f02a02a76ad2958df731ba74a30e88f472 From 255716b965d6c2e7c4ecc826ec35a81b4ac3b1de Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 25 Jun 2020 17:09:06 +0000 Subject: [PATCH 1199/2185] podman-2:2.1.0-0.27.dev.git05e1df2 - autobuilt 05e1df2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 86a11a8..273c91c 100644 --- a/.gitignore +++ b/.gitignore @@ -1103,3 +1103,4 @@ /libpod-f8036c5.tar.gz /libpod-c036eef.tar.gz /libpod-7766192.tar.gz +/libpod-05e1df2.tar.gz diff --git a/podman.spec b/podman.spec index 2c32c7a..c408fa1 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7766192293b197c53141aa07d0ba43d3d92bcbac +%global commit0 05e1df2693cbc7787f196eadd70fbca1da195058 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.26.dev.git%{shortcommit0}%{?dist} +Release: 0.27.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.27.dev.git05e1df2 +- autobuilt 05e1df2 + * Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.26.dev.git7766192 - autobuilt 7766192 diff --git a/sources b/sources index 05a841d..8ac9314 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-7766192.tar.gz) = 5c468833ebc4640f5a45c55a1661dd813ea5b93e1bc3dcb4d07bc55f2543e866a62936b38c2257f6c1f9ab0b722721f02a02a76ad2958df731ba74a30e88f472 +SHA512 (libpod-05e1df2.tar.gz) = ad7e66d026156768a3a5b6fa2fc6c92945be016c13928813874193977bc50512087e951bfea5a75b690be724ce49b3f08e3f294488f96598eabcd7bebce448a3 From bfb049dbea616ea8ae30e77b8164a8dc97f59aa2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 25 Jun 2020 18:09:03 +0000 Subject: [PATCH 1200/2185] podman-2:2.1.0-0.28.dev.git358e69c - autobuilt 358e69c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 273c91c..a9b5b57 100644 --- a/.gitignore +++ b/.gitignore @@ -1104,3 +1104,4 @@ /libpod-c036eef.tar.gz /libpod-7766192.tar.gz /libpod-05e1df2.tar.gz +/libpod-358e69c.tar.gz diff --git a/podman.spec b/podman.spec index c408fa1..7ce051e 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 05e1df2693cbc7787f196eadd70fbca1da195058 +%global commit0 358e69cc2da255b5acf17b3a986dde84cbbf8633 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.27.dev.git%{shortcommit0}%{?dist} +Release: 0.28.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.28.dev.git358e69c +- autobuilt 358e69c + * Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.27.dev.git05e1df2 - autobuilt 05e1df2 diff --git a/sources b/sources index 8ac9314..7e0133d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-05e1df2.tar.gz) = ad7e66d026156768a3a5b6fa2fc6c92945be016c13928813874193977bc50512087e951bfea5a75b690be724ce49b3f08e3f294488f96598eabcd7bebce448a3 +SHA512 (libpod-358e69c.tar.gz) = 88aa46153987eab836966dd1ec645a76b475b7ea34ae034adafe88b1cb35a5a04c2f0079698f67cd001e7bcf64b6f0ca5d77253d8156bf7226f5f4b50009b407 From 233a72d2d4ae823bf177dab1dbd80cac0588b5d0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 25 Jun 2020 20:09:08 +0000 Subject: [PATCH 1201/2185] podman-2:2.1.0-0.29.dev.git4db296f - autobuilt 4db296f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a9b5b57..035dca1 100644 --- a/.gitignore +++ b/.gitignore @@ -1105,3 +1105,4 @@ /libpod-7766192.tar.gz /libpod-05e1df2.tar.gz /libpod-358e69c.tar.gz +/libpod-4db296f.tar.gz diff --git a/podman.spec b/podman.spec index 7ce051e..85752e8 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 358e69cc2da255b5acf17b3a986dde84cbbf8633 +%global commit0 4db296fab3ca5e201f76931f71ea3bcb58e43a87 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.28.dev.git%{shortcommit0}%{?dist} +Release: 0.29.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.29.dev.git4db296f +- autobuilt 4db296f + * Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.28.dev.git358e69c - autobuilt 358e69c diff --git a/sources b/sources index 7e0133d..4dde30a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-358e69c.tar.gz) = 88aa46153987eab836966dd1ec645a76b475b7ea34ae034adafe88b1cb35a5a04c2f0079698f67cd001e7bcf64b6f0ca5d77253d8156bf7226f5f4b50009b407 +SHA512 (libpod-4db296f.tar.gz) = f28f564d88592e4112d1d97522d4800032f1af52dc7129fb931f7186d899edb98db90b24dffd2df099191c0f4f27f6a0adf6f9a56f2144427c1cc69d0874468e From 42914485934ace4b8781f34186c85fc201605ab9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 26 Jun 2020 10:09:06 +0000 Subject: [PATCH 1202/2185] podman-2:2.1.0-0.30.dev.gitbb11b42 - autobuilt bb11b42 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 035dca1..67772eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1106,3 +1106,4 @@ /libpod-05e1df2.tar.gz /libpod-358e69c.tar.gz /libpod-4db296f.tar.gz +/libpod-bb11b42.tar.gz diff --git a/podman.spec b/podman.spec index 85752e8..bdb8bc4 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4db296fab3ca5e201f76931f71ea3bcb58e43a87 +%global commit0 bb11b428798094f33b3ec6102d2e52a3baf46324 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -44,7 +44,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.0.0 +%define built_tag v2.0.1 Name: podman %if 0%{?fedora} @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.29.dev.git%{shortcommit0}%{?dist} +Release: 0.30.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jun 26 2020 RH Container Bot - 2:2.1.0-0.30.dev.gitbb11b42 +- autobuilt bb11b42 + * Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.29.dev.git4db296f - autobuilt 4db296f diff --git a/sources b/sources index 4dde30a..39d2015 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-4db296f.tar.gz) = f28f564d88592e4112d1d97522d4800032f1af52dc7129fb931f7186d899edb98db90b24dffd2df099191c0f4f27f6a0adf6f9a56f2144427c1cc69d0874468e +SHA512 (libpod-bb11b42.tar.gz) = ba7899418b80db23f5daee3764646995dbdcf67d64167e206052819a0a5d36f22a753c829f8258a61c1ba8022448f5df90d96f88bba88948608854664e7e66c4 From d073fb1cf126276177780bc77f87dea92c8e2162 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 26 Jun 2020 14:09:31 +0000 Subject: [PATCH 1203/2185] podman-2:2.1.0-0.31.dev.git673116c - autobuilt 673116c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 67772eb..675b7a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1107,3 +1107,4 @@ /libpod-358e69c.tar.gz /libpod-4db296f.tar.gz /libpod-bb11b42.tar.gz +/libpod-673116c.tar.gz diff --git a/podman.spec b/podman.spec index bdb8bc4..0c39be5 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 bb11b428798094f33b3ec6102d2e52a3baf46324 +%global commit0 673116c063f173ae7ff799a920f9c1ca28194b9d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.30.dev.git%{shortcommit0}%{?dist} +Release: 0.31.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jun 26 2020 RH Container Bot - 2:2.1.0-0.31.dev.git673116c +- autobuilt 673116c + * Fri Jun 26 2020 RH Container Bot - 2:2.1.0-0.30.dev.gitbb11b42 - autobuilt bb11b42 diff --git a/sources b/sources index 39d2015..2734d3a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-bb11b42.tar.gz) = ba7899418b80db23f5daee3764646995dbdcf67d64167e206052819a0a5d36f22a753c829f8258a61c1ba8022448f5df90d96f88bba88948608854664e7e66c4 +SHA512 (libpod-673116c.tar.gz) = e21147ddf7b73a578ae5d09823a212607c8a730a03c2560e73db5a8147cfd03da2165153692c3e7efa569ba9a55d042dc4350fe761a78875e96ea2cb0931e9c9 From 98c378a3416905befd43608fee468a67837fa21b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 29 Jun 2020 10:09:35 +0000 Subject: [PATCH 1204/2185] podman-2:2.1.0-0.32.dev.git771c887 - autobuilt 771c887 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 675b7a4..576c188 100644 --- a/.gitignore +++ b/.gitignore @@ -1108,3 +1108,4 @@ /libpod-4db296f.tar.gz /libpod-bb11b42.tar.gz /libpod-673116c.tar.gz +/libpod-771c887.tar.gz diff --git a/podman.spec b/podman.spec index 0c39be5..e2490e9 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 673116c063f173ae7ff799a920f9c1ca28194b9d +%global commit0 771c887010709cdf718be252ca91a852c6735da7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.31.dev.git%{shortcommit0}%{?dist} +Release: 0.32.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.32.dev.git771c887 +- autobuilt 771c887 + * Fri Jun 26 2020 RH Container Bot - 2:2.1.0-0.31.dev.git673116c - autobuilt 673116c diff --git a/sources b/sources index 2734d3a..2163015 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-673116c.tar.gz) = e21147ddf7b73a578ae5d09823a212607c8a730a03c2560e73db5a8147cfd03da2165153692c3e7efa569ba9a55d042dc4350fe761a78875e96ea2cb0931e9c9 +SHA512 (libpod-771c887.tar.gz) = f004f15892f3391eaf7dcef6d3be1f149e78faf7ef64bde17aedc282d8d00782b705228c3aca442d13fa9a86790a22644d285dcd99656b852cc9ecf919383bce From eb68e471b2af23f83b008a155a0ff506fa4e3871 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 29 Jun 2020 15:09:52 +0000 Subject: [PATCH 1205/2185] podman-2:2.1.0-0.33.dev.git6ac009d - autobuilt 6ac009d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 576c188..c1d5521 100644 --- a/.gitignore +++ b/.gitignore @@ -1109,3 +1109,4 @@ /libpod-bb11b42.tar.gz /libpod-673116c.tar.gz /libpod-771c887.tar.gz +/libpod-6ac009d.tar.gz diff --git a/podman.spec b/podman.spec index e2490e9..826d0e9 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 771c887010709cdf718be252ca91a852c6735da7 +%global commit0 6ac009d5304127f6758be157c7302646e5a481e5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.32.dev.git%{shortcommit0}%{?dist} +Release: 0.33.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.33.dev.git6ac009d +- autobuilt 6ac009d + * Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.32.dev.git771c887 - autobuilt 771c887 diff --git a/sources b/sources index 2163015..cd0455e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-771c887.tar.gz) = f004f15892f3391eaf7dcef6d3be1f149e78faf7ef64bde17aedc282d8d00782b705228c3aca442d13fa9a86790a22644d285dcd99656b852cc9ecf919383bce +SHA512 (libpod-6ac009d.tar.gz) = 3e6a9590e07aa80cf641280ddd4124443af1ad36ddadb06f61403d54896221e3776287a2eb2116eae1fb185135cf9cb96835a4f255c8aa3a79540e02d55c764c From 3b7761c82a1e12df6dd3d1eeb3f20fadc6488de5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 29 Jun 2020 16:10:28 +0000 Subject: [PATCH 1206/2185] podman-2:2.1.0-0.34.dev.gitd90e8b6 - autobuilt d90e8b6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c1d5521..6228eeb 100644 --- a/.gitignore +++ b/.gitignore @@ -1110,3 +1110,4 @@ /libpod-673116c.tar.gz /libpod-771c887.tar.gz /libpod-6ac009d.tar.gz +/libpod-d90e8b6.tar.gz diff --git a/podman.spec b/podman.spec index 826d0e9..a12dfca 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 6ac009d5304127f6758be157c7302646e5a481e5 +%global commit0 d90e8b6873f3f06a1b2cfe9f55ac61b3e5904bc3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.33.dev.git%{shortcommit0}%{?dist} +Release: 0.34.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.34.dev.gitd90e8b6 +- autobuilt d90e8b6 + * Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.33.dev.git6ac009d - autobuilt 6ac009d diff --git a/sources b/sources index cd0455e..a751eb8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6ac009d.tar.gz) = 3e6a9590e07aa80cf641280ddd4124443af1ad36ddadb06f61403d54896221e3776287a2eb2116eae1fb185135cf9cb96835a4f255c8aa3a79540e02d55c764c +SHA512 (libpod-d90e8b6.tar.gz) = e7a0fac33262c84f7b1a86d49d17a587222c449350ef060aea56a10dcccfdc402fc6dd94321337dccef776afa58705d8baf3b568a8ce4fc4e6f63b42875d9732 From 325e5dd66003c9786ebf1f59405ae2f7c1d2683c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 29 Jun 2020 17:09:20 +0000 Subject: [PATCH 1207/2185] podman-2:2.1.0-0.35.dev.gitc682ca3 - autobuilt c682ca3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6228eeb..95c26eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1111,3 +1111,4 @@ /libpod-771c887.tar.gz /libpod-6ac009d.tar.gz /libpod-d90e8b6.tar.gz +/libpod-c682ca3.tar.gz diff --git a/podman.spec b/podman.spec index a12dfca..a7861e6 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d90e8b6873f3f06a1b2cfe9f55ac61b3e5904bc3 +%global commit0 c682ca3d35a3e4f9265e10dc9898cbe3ac3d35a2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.34.dev.git%{shortcommit0}%{?dist} +Release: 0.35.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.35.dev.gitc682ca3 +- autobuilt c682ca3 + * Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.34.dev.gitd90e8b6 - autobuilt d90e8b6 diff --git a/sources b/sources index a751eb8..eb5072f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d90e8b6.tar.gz) = e7a0fac33262c84f7b1a86d49d17a587222c449350ef060aea56a10dcccfdc402fc6dd94321337dccef776afa58705d8baf3b568a8ce4fc4e6f63b42875d9732 +SHA512 (libpod-c682ca3.tar.gz) = 3f840386949d9fea40875f8b6d7b1f47c528fa6520217370fd53025a3a836b969468abf2b0aa0be2929c6c88a3b202816ab1aa390d1dda105ac337ca623e6d9b From ba8ebe274e3cb0de6aa77e1d28c1a8cc1e37546f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 29 Jun 2020 18:09:13 +0000 Subject: [PATCH 1208/2185] podman-2:2.1.0-0.36.dev.gite0b93af - autobuilt e0b93af Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 95c26eb..d5fde8d 100644 --- a/.gitignore +++ b/.gitignore @@ -1112,3 +1112,4 @@ /libpod-6ac009d.tar.gz /libpod-d90e8b6.tar.gz /libpod-c682ca3.tar.gz +/libpod-e0b93af.tar.gz diff --git a/podman.spec b/podman.spec index a7861e6..59c9b01 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 c682ca3d35a3e4f9265e10dc9898cbe3ac3d35a2 +%global commit0 e0b93af70f1f1a183c99a350c6e588898b45c717 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.35.dev.git%{shortcommit0}%{?dist} +Release: 0.36.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.36.dev.gite0b93af +- autobuilt e0b93af + * Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.35.dev.gitc682ca3 - autobuilt c682ca3 diff --git a/sources b/sources index eb5072f..23c84cc 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c682ca3.tar.gz) = 3f840386949d9fea40875f8b6d7b1f47c528fa6520217370fd53025a3a836b969468abf2b0aa0be2929c6c88a3b202816ab1aa390d1dda105ac337ca623e6d9b +SHA512 (libpod-e0b93af.tar.gz) = 47a0de484ef7452e1371821241c448acd277162bb51c68f38821225260ac16dcb9253fb26d343b552783c325255a04d7b740bc1313aa4051d0768ea31d7c0201 From af13825abbd63dbccf8d42c477a4677573481626 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 29 Jun 2020 21:09:21 +0000 Subject: [PATCH 1209/2185] podman-2:2.1.0-0.37.dev.gitb163ec3 - autobuilt b163ec3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d5fde8d..bbd7b3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1113,3 +1113,4 @@ /libpod-d90e8b6.tar.gz /libpod-c682ca3.tar.gz /libpod-e0b93af.tar.gz +/libpod-b163ec3.tar.gz diff --git a/podman.spec b/podman.spec index 59c9b01..142a6b2 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e0b93af70f1f1a183c99a350c6e588898b45c717 +%global commit0 b163ec35d0d42423c274019cb41013d558d6f822 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.36.dev.git%{shortcommit0}%{?dist} +Release: 0.37.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.37.dev.gitb163ec3 +- autobuilt b163ec3 + * Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.36.dev.gite0b93af - autobuilt e0b93af diff --git a/sources b/sources index 23c84cc..816e2e2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e0b93af.tar.gz) = 47a0de484ef7452e1371821241c448acd277162bb51c68f38821225260ac16dcb9253fb26d343b552783c325255a04d7b740bc1313aa4051d0768ea31d7c0201 +SHA512 (libpod-b163ec3.tar.gz) = b906392bfa3879be7154213982353ab7cd7eb0bf1a658c389cdd2d5a56cb14e33f979a6ca027d6130437819567840a9cc60c42acbc60b51cc661874da37440ee From 2ac980a93fdfbc767c8d57072df4ea96912e47ef Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 30 Jun 2020 15:09:29 +0000 Subject: [PATCH 1210/2185] podman-2:2.1.0-0.38.dev.git83bde3b - autobuilt 83bde3b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bbd7b3c..f04a77f 100644 --- a/.gitignore +++ b/.gitignore @@ -1114,3 +1114,4 @@ /libpod-c682ca3.tar.gz /libpod-e0b93af.tar.gz /libpod-b163ec3.tar.gz +/libpod-83bde3b.tar.gz diff --git a/podman.spec b/podman.spec index 142a6b2..d01e0fa 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b163ec35d0d42423c274019cb41013d558d6f822 +%global commit0 83bde3bdaf7f7b24f9ad794154207a95e7747f28 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.37.dev.git%{shortcommit0}%{?dist} +Release: 0.38.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.38.dev.git83bde3b +- autobuilt 83bde3b + * Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.37.dev.gitb163ec3 - autobuilt b163ec3 diff --git a/sources b/sources index 816e2e2..6f2a824 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-b163ec3.tar.gz) = b906392bfa3879be7154213982353ab7cd7eb0bf1a658c389cdd2d5a56cb14e33f979a6ca027d6130437819567840a9cc60c42acbc60b51cc661874da37440ee +SHA512 (libpod-83bde3b.tar.gz) = e2783992bedfc3b16fff3dc59e4ecc89dcfdb5dcb07fe4f5a2a8efb66f392cc32c1b312bb2f57b08c56a68489f6e6d46681d2d66ef089b7561c871cc9ad0549c From 0e26b5f0242600a047f4178dd42250ed4a00376e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 30 Jun 2020 16:09:38 +0000 Subject: [PATCH 1211/2185] podman-2:2.1.0-0.39.dev.gitc2a0ccd - autobuilt c2a0ccd Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f04a77f..aed7156 100644 --- a/.gitignore +++ b/.gitignore @@ -1115,3 +1115,4 @@ /libpod-e0b93af.tar.gz /libpod-b163ec3.tar.gz /libpod-83bde3b.tar.gz +/libpod-c2a0ccd.tar.gz diff --git a/podman.spec b/podman.spec index d01e0fa..78a9416 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 83bde3bdaf7f7b24f9ad794154207a95e7747f28 +%global commit0 c2a0ccd39464a91b7ba5fdca3af3c2ed66f2cbca %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.38.dev.git%{shortcommit0}%{?dist} +Release: 0.39.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.39.dev.gitc2a0ccd +- autobuilt c2a0ccd + * Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.38.dev.git83bde3b - autobuilt 83bde3b diff --git a/sources b/sources index 6f2a824..ffdd12b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-83bde3b.tar.gz) = e2783992bedfc3b16fff3dc59e4ecc89dcfdb5dcb07fe4f5a2a8efb66f392cc32c1b312bb2f57b08c56a68489f6e6d46681d2d66ef089b7561c871cc9ad0549c +SHA512 (libpod-c2a0ccd.tar.gz) = cba25e04f9c8236f97393bde56efc3bc0624828d3a879e44256fb0238fabc223ba922226136d3af05d25c519c73e95c99d28f9cb9e04faebd544e0ca11cf98c2 From a723e8d5d48b66f4bd584f326cd81e95e6bd0938 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 30 Jun 2020 17:09:09 +0000 Subject: [PATCH 1212/2185] podman-2:2.1.0-0.40.dev.git6fbd157 - autobuilt 6fbd157 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index aed7156..8711c62 100644 --- a/.gitignore +++ b/.gitignore @@ -1116,3 +1116,4 @@ /libpod-b163ec3.tar.gz /libpod-83bde3b.tar.gz /libpod-c2a0ccd.tar.gz +/libpod-6fbd157.tar.gz diff --git a/podman.spec b/podman.spec index 78a9416..1ec68c3 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 c2a0ccd39464a91b7ba5fdca3af3c2ed66f2cbca +%global commit0 6fbd1570f86fc2509b6842c28dc2bc2e75e696d2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.39.dev.git%{shortcommit0}%{?dist} +Release: 0.40.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.40.dev.git6fbd157 +- autobuilt 6fbd157 + * Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.39.dev.gitc2a0ccd - autobuilt c2a0ccd diff --git a/sources b/sources index ffdd12b..ea94a13 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c2a0ccd.tar.gz) = cba25e04f9c8236f97393bde56efc3bc0624828d3a879e44256fb0238fabc223ba922226136d3af05d25c519c73e95c99d28f9cb9e04faebd544e0ca11cf98c2 +SHA512 (libpod-6fbd157.tar.gz) = cd4bdd852d45e2831ed556f79aad8028cc9c185e6c0aeb8ccb67077d836c711026f24ffe673ec869761c8b3346bf9e67732d7d3a5f0fa44f128dfa0a957b5c16 From 1b920f115581007260fd0d2244adb665ab57d345 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 30 Jun 2020 19:09:23 +0000 Subject: [PATCH 1213/2185] podman-2:2.1.0-0.41.dev.git1a1e3f4 - autobuilt 1a1e3f4 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8711c62..84390ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1117,3 +1117,4 @@ /libpod-83bde3b.tar.gz /libpod-c2a0ccd.tar.gz /libpod-6fbd157.tar.gz +/libpod-1a1e3f4.tar.gz diff --git a/podman.spec b/podman.spec index 1ec68c3..63ef806 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 6fbd1570f86fc2509b6842c28dc2bc2e75e696d2 +%global commit0 1a1e3f4b24e6f856a5c2e16da0cc34a8191c9403 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.40.dev.git%{shortcommit0}%{?dist} +Release: 0.41.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.41.dev.git1a1e3f4 +- autobuilt 1a1e3f4 + * Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.40.dev.git6fbd157 - autobuilt 6fbd157 diff --git a/sources b/sources index ea94a13..d5a18e1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6fbd157.tar.gz) = cd4bdd852d45e2831ed556f79aad8028cc9c185e6c0aeb8ccb67077d836c711026f24ffe673ec869761c8b3346bf9e67732d7d3a5f0fa44f128dfa0a957b5c16 +SHA512 (libpod-1a1e3f4.tar.gz) = 8055281f098d70e6179b7d8f246a24b00879c820aeb699cf2fc82c79463180b45a8674491fd7fa2df9ca09b819da9dd2d60b4595a90f9a65c7c0d55a12a6aff0 From bd1bc73b35e4ebaf094af6ec056af4dc5d249f5c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 30 Jun 2020 20:09:22 +0000 Subject: [PATCH 1214/2185] podman-2:2.1.0-0.42.dev.git957e7a5 - autobuilt 957e7a5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 84390ad..4c097f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1118,3 +1118,4 @@ /libpod-c2a0ccd.tar.gz /libpod-6fbd157.tar.gz /libpod-1a1e3f4.tar.gz +/libpod-957e7a5.tar.gz diff --git a/podman.spec b/podman.spec index 63ef806..c6770f5 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 1a1e3f4b24e6f856a5c2e16da0cc34a8191c9403 +%global commit0 957e7a533efe2d314640afac9d3b31cc752edd80 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.41.dev.git%{shortcommit0}%{?dist} +Release: 0.42.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.42.dev.git957e7a5 +- autobuilt 957e7a5 + * Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.41.dev.git1a1e3f4 - autobuilt 1a1e3f4 diff --git a/sources b/sources index d5a18e1..0866ba1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-1a1e3f4.tar.gz) = 8055281f098d70e6179b7d8f246a24b00879c820aeb699cf2fc82c79463180b45a8674491fd7fa2df9ca09b819da9dd2d60b4595a90f9a65c7c0d55a12a6aff0 +SHA512 (libpod-957e7a5.tar.gz) = 569450af52946a48b03b752a59c3a8169725764cc913525e31d279d88d486a4dbce0c76a4fd47dd546a8604bd2f9fb4c7d0d6d3daa445e815769a88c16eda592 From 32b5ae2f4dab0b5429f075fdd00be45fd5b1fd1b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 1 Jul 2020 11:09:29 +0000 Subject: [PATCH 1215/2185] podman-2:2.1.0-0.43.dev.gitd8718fd - autobuilt d8718fd Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4c097f0..a637de9 100644 --- a/.gitignore +++ b/.gitignore @@ -1119,3 +1119,4 @@ /libpod-6fbd157.tar.gz /libpod-1a1e3f4.tar.gz /libpod-957e7a5.tar.gz +/libpod-d8718fd.tar.gz diff --git a/podman.spec b/podman.spec index c6770f5..8702dca 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 957e7a533efe2d314640afac9d3b31cc752edd80 +%global commit0 d8718fd62e87d0a364a4092c6333d90e26ce9c8e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.42.dev.git%{shortcommit0}%{?dist} +Release: 0.43.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 01 2020 RH Container Bot - 2:2.1.0-0.43.dev.gitd8718fd +- autobuilt d8718fd + * Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.42.dev.git957e7a5 - autobuilt 957e7a5 diff --git a/sources b/sources index 0866ba1..0e7fcfe 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-957e7a5.tar.gz) = 569450af52946a48b03b752a59c3a8169725764cc913525e31d279d88d486a4dbce0c76a4fd47dd546a8604bd2f9fb4c7d0d6d3daa445e815769a88c16eda592 +SHA512 (libpod-d8718fd.tar.gz) = 47f4f1caec9f88dd40acda043b28669fb7328a56cae56d0092e1d98e656e5f204d22701a2fd124dadfaa25f10f01db2d1ee354bc7b4942ee66c8c8c77189d602 From 4ecc92744e48984ebb5289ca829615e1884a5866 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 1 Jul 2020 15:09:30 +0000 Subject: [PATCH 1216/2185] podman-2:2.1.0-0.44.dev.gite846952 - autobuilt e846952 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a637de9..6da9677 100644 --- a/.gitignore +++ b/.gitignore @@ -1120,3 +1120,4 @@ /libpod-1a1e3f4.tar.gz /libpod-957e7a5.tar.gz /libpod-d8718fd.tar.gz +/libpod-e846952.tar.gz diff --git a/podman.spec b/podman.spec index 8702dca..d193888 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d8718fd62e87d0a364a4092c6333d90e26ce9c8e +%global commit0 e84695213e35c22ba085e3831cbd025cd55a4c84 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.43.dev.git%{shortcommit0}%{?dist} +Release: 0.44.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 01 2020 RH Container Bot - 2:2.1.0-0.44.dev.gite846952 +- autobuilt e846952 + * Wed Jul 01 2020 RH Container Bot - 2:2.1.0-0.43.dev.gitd8718fd - autobuilt d8718fd diff --git a/sources b/sources index 0e7fcfe..83394ad 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d8718fd.tar.gz) = 47f4f1caec9f88dd40acda043b28669fb7328a56cae56d0092e1d98e656e5f204d22701a2fd124dadfaa25f10f01db2d1ee354bc7b4942ee66c8c8c77189d602 +SHA512 (libpod-e846952.tar.gz) = 08f74ddc8739774705a79696ba3a083f1e8b0c586e6c80349175d645526fdbb29a2acb9b532f2d247370e30eb095a950264446faf3417aff6d2c51313b8ae699 From d33df595c7204eca5218cd0beeae244fb29b0a8b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 2 Jul 2020 10:10:18 +0000 Subject: [PATCH 1217/2185] podman-2:2.1.0-0.45.dev.git9fb0b56 - autobuilt 9fb0b56 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6da9677..5b4c392 100644 --- a/.gitignore +++ b/.gitignore @@ -1121,3 +1121,4 @@ /libpod-957e7a5.tar.gz /libpod-d8718fd.tar.gz /libpod-e846952.tar.gz +/libpod-9fb0b56.tar.gz diff --git a/podman.spec b/podman.spec index d193888..3da7fe4 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e84695213e35c22ba085e3831cbd025cd55a4c84 +%global commit0 9fb0b56f584fe45ca264433319bddb542e7ec953 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.44.dev.git%{shortcommit0}%{?dist} +Release: 0.45.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jul 02 2020 RH Container Bot - 2:2.1.0-0.45.dev.git9fb0b56 +- autobuilt 9fb0b56 + * Wed Jul 01 2020 RH Container Bot - 2:2.1.0-0.44.dev.gite846952 - autobuilt e846952 diff --git a/sources b/sources index 83394ad..80ec6cd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e846952.tar.gz) = 08f74ddc8739774705a79696ba3a083f1e8b0c586e6c80349175d645526fdbb29a2acb9b532f2d247370e30eb095a950264446faf3417aff6d2c51313b8ae699 +SHA512 (libpod-9fb0b56.tar.gz) = 387844b665965adb76e24a8a43fca4bfaee5b1ebf9ae5fa40175528e396cf4190cdb96914047d65c8130729dde9b043b17bc3bede70733703e41712f4bc3b175 From a759ece894dbcb57d573fee8e992581375a6c5e0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 2 Jul 2020 13:09:25 +0000 Subject: [PATCH 1218/2185] podman-2:2.1.0-0.46.dev.gitc131567 - autobuilt c131567 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5b4c392..5232d7f 100644 --- a/.gitignore +++ b/.gitignore @@ -1122,3 +1122,4 @@ /libpod-d8718fd.tar.gz /libpod-e846952.tar.gz /libpod-9fb0b56.tar.gz +/libpod-c131567.tar.gz diff --git a/podman.spec b/podman.spec index 3da7fe4..4b3b26f 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9fb0b56f584fe45ca264433319bddb542e7ec953 +%global commit0 c131567401bea2867d597d79cce75b99012e64fb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.45.dev.git%{shortcommit0}%{?dist} +Release: 0.46.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jul 02 2020 RH Container Bot - 2:2.1.0-0.46.dev.gitc131567 +- autobuilt c131567 + * Thu Jul 02 2020 RH Container Bot - 2:2.1.0-0.45.dev.git9fb0b56 - autobuilt 9fb0b56 diff --git a/sources b/sources index 80ec6cd..144916c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-9fb0b56.tar.gz) = 387844b665965adb76e24a8a43fca4bfaee5b1ebf9ae5fa40175528e396cf4190cdb96914047d65c8130729dde9b043b17bc3bede70733703e41712f4bc3b175 +SHA512 (libpod-c131567.tar.gz) = fa98bdef845be981cc754e4b38e458471dc348f64852532f93e765ddf072ddc9acbca88e551490b9112ad1e763e7d19fd2fdaf54b71cbfa0284e280cc0c7ea95 From 12d46a4a0df7a31b6dd1a4cbb507907a333bcde0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 2 Jul 2020 17:09:35 +0000 Subject: [PATCH 1219/2185] podman-2:2.1.0-0.47.dev.gitbd2fca0 - autobuilt bd2fca0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5232d7f..060c386 100644 --- a/.gitignore +++ b/.gitignore @@ -1123,3 +1123,4 @@ /libpod-e846952.tar.gz /libpod-9fb0b56.tar.gz /libpod-c131567.tar.gz +/libpod-bd2fca0.tar.gz diff --git a/podman.spec b/podman.spec index 4b3b26f..22a47b9 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 c131567401bea2867d597d79cce75b99012e64fb +%global commit0 bd2fca06090f8138b4f770b753adc05c28912d6f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.46.dev.git%{shortcommit0}%{?dist} +Release: 0.47.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jul 02 2020 RH Container Bot - 2:2.1.0-0.47.dev.gitbd2fca0 +- autobuilt bd2fca0 + * Thu Jul 02 2020 RH Container Bot - 2:2.1.0-0.46.dev.gitc131567 - autobuilt c131567 diff --git a/sources b/sources index 144916c..ed9664f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c131567.tar.gz) = fa98bdef845be981cc754e4b38e458471dc348f64852532f93e765ddf072ddc9acbca88e551490b9112ad1e763e7d19fd2fdaf54b71cbfa0284e280cc0c7ea95 +SHA512 (libpod-bd2fca0.tar.gz) = 395e0821726ac7581754d5ef6210934806534b50b964483f8dd42ae4d52f84a844eda2b7fa6789d93ecfe767be8445015e527be5097be8bb577ae2af64e90133 From f8b0d33d139e70d2cdad9b958e75f9411fc18fd9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 3 Jul 2020 09:09:49 +0000 Subject: [PATCH 1220/2185] podman-2:2.1.0-0.48.dev.gitb9d48a9 - autobuilt b9d48a9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 060c386..05bfda1 100644 --- a/.gitignore +++ b/.gitignore @@ -1124,3 +1124,4 @@ /libpod-9fb0b56.tar.gz /libpod-c131567.tar.gz /libpod-bd2fca0.tar.gz +/libpod-b9d48a9.tar.gz diff --git a/podman.spec b/podman.spec index 22a47b9..55848dc 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 bd2fca06090f8138b4f770b753adc05c28912d6f +%global commit0 b9d48a95a1c5daf2bb473df7f11c5df715389619 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.47.dev.git%{shortcommit0}%{?dist} +Release: 0.48.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jul 03 2020 RH Container Bot - 2:2.1.0-0.48.dev.gitb9d48a9 +- autobuilt b9d48a9 + * Thu Jul 02 2020 RH Container Bot - 2:2.1.0-0.47.dev.gitbd2fca0 - autobuilt bd2fca0 diff --git a/sources b/sources index ed9664f..f07a358 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-bd2fca0.tar.gz) = 395e0821726ac7581754d5ef6210934806534b50b964483f8dd42ae4d52f84a844eda2b7fa6789d93ecfe767be8445015e527be5097be8bb577ae2af64e90133 +SHA512 (libpod-b9d48a9.tar.gz) = 4c55ef3e7d582ffab2d4739079bdefad95a4cff8e4823657ab8da82fa41eb98c20916739abf593bfa9f86e761a2a7a4118d1ecbd8e551fc94b8d5d89487e98f0 From c6a9934f3d9c3c86a21355da898a4728b81c36e2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 5 Jul 2020 19:09:14 +0000 Subject: [PATCH 1221/2185] podman-2:2.1.0-0.49.dev.git41ccc04 - autobuilt 41ccc04 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 05bfda1..a171925 100644 --- a/.gitignore +++ b/.gitignore @@ -1125,3 +1125,4 @@ /libpod-c131567.tar.gz /libpod-bd2fca0.tar.gz /libpod-b9d48a9.tar.gz +/libpod-41ccc04.tar.gz diff --git a/podman.spec b/podman.spec index 55848dc..e370bd9 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b9d48a95a1c5daf2bb473df7f11c5df715389619 +%global commit0 41ccc045fb492e79d8b6c1bf2dba97b0fa912afa %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.48.dev.git%{shortcommit0}%{?dist} +Release: 0.49.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Jul 05 2020 RH Container Bot - 2:2.1.0-0.49.dev.git41ccc04 +- autobuilt 41ccc04 + * Fri Jul 03 2020 RH Container Bot - 2:2.1.0-0.48.dev.gitb9d48a9 - autobuilt b9d48a9 diff --git a/sources b/sources index f07a358..55b192f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-b9d48a9.tar.gz) = 4c55ef3e7d582ffab2d4739079bdefad95a4cff8e4823657ab8da82fa41eb98c20916739abf593bfa9f86e761a2a7a4118d1ecbd8e551fc94b8d5d89487e98f0 +SHA512 (libpod-41ccc04.tar.gz) = 99e22c59ae3cb0c693bc5d8ad2770321dc9b2aa58d0b92cfaa8784dd3f9c24a3bddbc1ab98dbbe69ba980761e0ba14a2308fa7b21e69dfcbc98feeee966c2e83 From d1e0d2f1eaa341e2d028b3c9cec2b833bbdda14f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 6 Jul 2020 11:09:50 +0000 Subject: [PATCH 1222/2185] podman-2:2.1.0-0.50.dev.git4351e33 - autobuilt 4351e33 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a171925..d567cf1 100644 --- a/.gitignore +++ b/.gitignore @@ -1126,3 +1126,4 @@ /libpod-bd2fca0.tar.gz /libpod-b9d48a9.tar.gz /libpod-41ccc04.tar.gz +/libpod-4351e33.tar.gz diff --git a/podman.spec b/podman.spec index e370bd9..12f82ed 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 41ccc045fb492e79d8b6c1bf2dba97b0fa912afa +%global commit0 4351e3394788ad5b0a62cb74a97382cee5112bf0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.49.dev.git%{shortcommit0}%{?dist} +Release: 0.50.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.50.dev.git4351e33 +- autobuilt 4351e33 + * Sun Jul 05 2020 RH Container Bot - 2:2.1.0-0.49.dev.git41ccc04 - autobuilt 41ccc04 diff --git a/sources b/sources index 55b192f..b03f774 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-41ccc04.tar.gz) = 99e22c59ae3cb0c693bc5d8ad2770321dc9b2aa58d0b92cfaa8784dd3f9c24a3bddbc1ab98dbbe69ba980761e0ba14a2308fa7b21e69dfcbc98feeee966c2e83 +SHA512 (libpod-4351e33.tar.gz) = 6e63cf8bcb418629deca5b346330dfa652fada66f9cbb715e79648cacac04188323074243236c4e99efd9f0a48c48f0df7f9ef760a7d52b0151ede1010f8db34 From 392a1acd236d7c6df2d36967f0d2111e426caf09 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 6 Jul 2020 07:49:43 -0600 Subject: [PATCH 1223/2185] Bump crun dependency to 0.14-2 Needed for --sdnotify option; also fixes a race condition causing CI flakes ("cgroup.freeze" crun PR #423) Signed-off-by: Ed Santiago --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 12f82ed..6b978de 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.50.dev.git%{shortcommit0}%{?dist} +Release: 0.51.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -93,7 +93,7 @@ Obsoletes: oci-systemd-hook <= 0.2.0-3 BuildRequires: btrfs-progs-devel BuildRequires: ostree-devel Recommends: fuse-overlayfs >= 0.3-8 -Recommends: crun >= 0.13-2 +Recommends: crun >= 0.14-2 %endif %if 0%{?fedora} || 0%{?centos} >= 8 Recommends: catatonit @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jul 06 2020 Eduardo Santiago - 2:2.1.0-0.51.dev.git4351e33 +- bump crun dependency to 0.14, needed for --sdnotify option + * Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.50.dev.git4351e33 - autobuilt 4351e33 From fcc6cb0d81f28dc6973ce079ba20b0a9a7d70fab Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 6 Jul 2020 14:09:19 +0000 Subject: [PATCH 1224/2185] podman-2:2.1.0-0.52.dev.git4bdc119 - autobuilt 4bdc119 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d567cf1..33b5d3d 100644 --- a/.gitignore +++ b/.gitignore @@ -1127,3 +1127,4 @@ /libpod-b9d48a9.tar.gz /libpod-41ccc04.tar.gz /libpod-4351e33.tar.gz +/libpod-4bdc119.tar.gz diff --git a/podman.spec b/podman.spec index 6b978de..754a9ab 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4351e3394788ad5b0a62cb74a97382cee5112bf0 +%global commit0 4bdc11951e152459138e1562c0f9ef72af37feee %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.51.dev.git%{shortcommit0}%{?dist} +Release: 0.52.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.52.dev.git4bdc119 +- autobuilt 4bdc119 + * Mon Jul 06 2020 Eduardo Santiago - 2:2.1.0-0.51.dev.git4351e33 - bump crun dependency to 0.14, needed for --sdnotify option diff --git a/sources b/sources index b03f774..f89f87f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-4351e33.tar.gz) = 6e63cf8bcb418629deca5b346330dfa652fada66f9cbb715e79648cacac04188323074243236c4e99efd9f0a48c48f0df7f9ef760a7d52b0151ede1010f8db34 +SHA512 (libpod-4bdc119.tar.gz) = 0c0ca3fdd1f59b5382d012f9876bb355bdbb84d8b99705842d96c2f52b4c3e3f0ab1f9b0d4027355f0fa1573b887fc95e13710603b46a312a4f7e560bbfcba5b From e3e8981badd6a83381025c2124111b0e43feacc2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 6 Jul 2020 15:09:44 +0000 Subject: [PATCH 1225/2185] podman-2:2.1.0-0.53.dev.git9eac75a - autobuilt 9eac75a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 33b5d3d..b245009 100644 --- a/.gitignore +++ b/.gitignore @@ -1128,3 +1128,4 @@ /libpod-41ccc04.tar.gz /libpod-4351e33.tar.gz /libpod-4bdc119.tar.gz +/libpod-9eac75a.tar.gz diff --git a/podman.spec b/podman.spec index 754a9ab..01a4be7 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4bdc11951e152459138e1562c0f9ef72af37feee +%global commit0 9eac75a967e3459b32b1acd220afb49b60f5e5aa %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.52.dev.git%{shortcommit0}%{?dist} +Release: 0.53.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.53.dev.git9eac75a +- autobuilt 9eac75a + * Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.52.dev.git4bdc119 - autobuilt 4bdc119 diff --git a/sources b/sources index f89f87f..3c9b452 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-4bdc119.tar.gz) = 0c0ca3fdd1f59b5382d012f9876bb355bdbb84d8b99705842d96c2f52b4c3e3f0ab1f9b0d4027355f0fa1573b887fc95e13710603b46a312a4f7e560bbfcba5b +SHA512 (libpod-9eac75a.tar.gz) = 26ae3d3289d649b1ed0399ebecea2e58d443bd63d4afd0d51ea62bc5f2b5bf8c186b15b0d296326e9ba504208d5c1e6a4a2caca35697523f8fd6ec4127d8392a From 82f8ebf36db2d235dc44fe86d0fea825fb8c6cde Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 6 Jul 2020 18:09:29 +0000 Subject: [PATCH 1226/2185] podman-2:2.1.0-0.54.dev.git9532509 - autobuilt 9532509 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b245009..07f197b 100644 --- a/.gitignore +++ b/.gitignore @@ -1129,3 +1129,4 @@ /libpod-4351e33.tar.gz /libpod-4bdc119.tar.gz /libpod-9eac75a.tar.gz +/libpod-9532509.tar.gz diff --git a/podman.spec b/podman.spec index 01a4be7..55ec20e 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9eac75a967e3459b32b1acd220afb49b60f5e5aa +%global commit0 9532509c50113ac9470108e3492e2769bac533e8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.53.dev.git%{shortcommit0}%{?dist} +Release: 0.54.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.54.dev.git9532509 +- autobuilt 9532509 + * Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.53.dev.git9eac75a - autobuilt 9eac75a diff --git a/sources b/sources index 3c9b452..80ddacb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-9eac75a.tar.gz) = 26ae3d3289d649b1ed0399ebecea2e58d443bd63d4afd0d51ea62bc5f2b5bf8c186b15b0d296326e9ba504208d5c1e6a4a2caca35697523f8fd6ec4127d8392a +SHA512 (libpod-9532509.tar.gz) = 38c59e3fd3fae48d906e714166c5b9837853a826f073a709109d57000eb99245e5446b427b438dae8bf0d54013eba645303927df3ae5bacf5fbcfb48ae790443 From 5d6920a30c0c9b4b7eec508c933bc563ae85283c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 6 Jul 2020 19:09:42 +0000 Subject: [PATCH 1227/2185] podman-2:2.1.0-0.55.dev.gitf4708a5 - autobuilt f4708a5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 07f197b..80a0511 100644 --- a/.gitignore +++ b/.gitignore @@ -1130,3 +1130,4 @@ /libpod-4bdc119.tar.gz /libpod-9eac75a.tar.gz /libpod-9532509.tar.gz +/libpod-f4708a5.tar.gz diff --git a/podman.spec b/podman.spec index 55ec20e..1e67856 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9532509c50113ac9470108e3492e2769bac533e8 +%global commit0 f4708a5c49e49694307a63ce70d0b9c5fe5c310f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.54.dev.git%{shortcommit0}%{?dist} +Release: 0.55.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.55.dev.gitf4708a5 +- autobuilt f4708a5 + * Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.54.dev.git9532509 - autobuilt 9532509 diff --git a/sources b/sources index 80ddacb..8bfa17d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-9532509.tar.gz) = 38c59e3fd3fae48d906e714166c5b9837853a826f073a709109d57000eb99245e5446b427b438dae8bf0d54013eba645303927df3ae5bacf5fbcfb48ae790443 +SHA512 (libpod-f4708a5.tar.gz) = de4e30caea4a67b394df3c8345a2a7668909049bc1c774fe0333caf18799d6227391f2e4fd618a90f2d9660a8ca5fc3a35b6f5ba998fa08f9134a8237dbb17da From 2337a2f9e859d85318643f430efd3d4a4b126af1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 6 Jul 2020 21:09:31 +0000 Subject: [PATCH 1228/2185] podman-2:2.1.0-0.56.dev.gitb1cc781 - autobuilt b1cc781 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 80a0511..e974a8c 100644 --- a/.gitignore +++ b/.gitignore @@ -1131,3 +1131,4 @@ /libpod-9eac75a.tar.gz /libpod-9532509.tar.gz /libpod-f4708a5.tar.gz +/libpod-b1cc781.tar.gz diff --git a/podman.spec b/podman.spec index 1e67856..ad60db4 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 f4708a5c49e49694307a63ce70d0b9c5fe5c310f +%global commit0 b1cc781c68964dff3ee4a00ef7ce71f56ae69e7c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.55.dev.git%{shortcommit0}%{?dist} +Release: 0.56.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.56.dev.gitb1cc781 +- autobuilt b1cc781 + * Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.55.dev.gitf4708a5 - autobuilt f4708a5 diff --git a/sources b/sources index 8bfa17d..7f041f8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-f4708a5.tar.gz) = de4e30caea4a67b394df3c8345a2a7668909049bc1c774fe0333caf18799d6227391f2e4fd618a90f2d9660a8ca5fc3a35b6f5ba998fa08f9134a8237dbb17da +SHA512 (libpod-b1cc781.tar.gz) = 7ed368ee80aeb581992531a40f8b17613f81dab23d43ab2268923fd569097c10a0635f9979dbb699869ec200051887a1cf8aa564f17ab781654265c33044d12c From 379b03e0bc300ee166254cee220c8fa807a42dfe Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 6 Jul 2020 22:09:28 +0000 Subject: [PATCH 1229/2185] podman-2:2.1.0-0.57.dev.git1a93857 - autobuilt 1a93857 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e974a8c..29e9561 100644 --- a/.gitignore +++ b/.gitignore @@ -1132,3 +1132,4 @@ /libpod-9532509.tar.gz /libpod-f4708a5.tar.gz /libpod-b1cc781.tar.gz +/libpod-1a93857.tar.gz diff --git a/podman.spec b/podman.spec index ad60db4..fb61810 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b1cc781c68964dff3ee4a00ef7ce71f56ae69e7c +%global commit0 1a93857acc4ee1e5a9213e2c22f12802d84cd277 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.56.dev.git%{shortcommit0}%{?dist} +Release: 0.57.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.57.dev.git1a93857 +- autobuilt 1a93857 + * Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.56.dev.gitb1cc781 - autobuilt b1cc781 diff --git a/sources b/sources index 7f041f8..a7133fd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-b1cc781.tar.gz) = 7ed368ee80aeb581992531a40f8b17613f81dab23d43ab2268923fd569097c10a0635f9979dbb699869ec200051887a1cf8aa564f17ab781654265c33044d12c +SHA512 (libpod-1a93857.tar.gz) = 16a875f98a0b5005d7995630b45ed247127d968e94ffda6166bfcc98e6b039b0a8f74512f436c7699f4bc95bc71f82cf0eb455881fe789871ab01e5ba38e0635 From a4a3d5644c25c48ef8d089ad1ee6927ede8db87f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 7 Jul 2020 16:09:53 +0000 Subject: [PATCH 1230/2185] podman-2:2.1.0-0.58.dev.gitcd08485 - autobuilt cd08485 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 29e9561..5f8d554 100644 --- a/.gitignore +++ b/.gitignore @@ -1133,3 +1133,4 @@ /libpod-f4708a5.tar.gz /libpod-b1cc781.tar.gz /libpod-1a93857.tar.gz +/libpod-cd08485.tar.gz diff --git a/podman.spec b/podman.spec index fb61810..26effc9 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 1a93857acc4ee1e5a9213e2c22f12802d84cd277 +%global commit0 cd084853b6187d8b236ea327818277cc02e0b916 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.57.dev.git%{shortcommit0}%{?dist} +Release: 0.58.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jul 07 2020 RH Container Bot - 2:2.1.0-0.58.dev.gitcd08485 +- autobuilt cd08485 + * Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.57.dev.git1a93857 - autobuilt 1a93857 diff --git a/sources b/sources index a7133fd..a82171c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-1a93857.tar.gz) = 16a875f98a0b5005d7995630b45ed247127d968e94ffda6166bfcc98e6b039b0a8f74512f436c7699f4bc95bc71f82cf0eb455881fe789871ab01e5ba38e0635 +SHA512 (libpod-cd08485.tar.gz) = 863b5a241143a68860af4c4c6a7bcbf3c3d413bc9f91887635b2165a7349f002fc01cecd275e7da53b989deae4b651f872b276d9c90776d6894094e6288fe014 From 4b8846c14de73e351b1882ea95aace9224d7acea Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 7 Jul 2020 18:09:41 +0000 Subject: [PATCH 1231/2185] podman-2:2.1.0-0.59.dev.git54d16f3 - autobuilt 54d16f3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5f8d554..0245ada 100644 --- a/.gitignore +++ b/.gitignore @@ -1134,3 +1134,4 @@ /libpod-b1cc781.tar.gz /libpod-1a93857.tar.gz /libpod-cd08485.tar.gz +/libpod-54d16f3.tar.gz diff --git a/podman.spec b/podman.spec index 26effc9..257869b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 cd084853b6187d8b236ea327818277cc02e0b916 +%global commit0 54d16f3b5fc4210c7c46e4cca240f988fa5f39f5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.58.dev.git%{shortcommit0}%{?dist} +Release: 0.59.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jul 07 2020 RH Container Bot - 2:2.1.0-0.59.dev.git54d16f3 +- autobuilt 54d16f3 + * Tue Jul 07 2020 RH Container Bot - 2:2.1.0-0.58.dev.gitcd08485 - autobuilt cd08485 diff --git a/sources b/sources index a82171c..e7d7743 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-cd08485.tar.gz) = 863b5a241143a68860af4c4c6a7bcbf3c3d413bc9f91887635b2165a7349f002fc01cecd275e7da53b989deae4b651f872b276d9c90776d6894094e6288fe014 +SHA512 (libpod-54d16f3.tar.gz) = fd2ce09798c3952a4649b79013a8a3a78e5f21977da2244924d7786f7e7d8ce36006ae16eea216ecd34f40a70556c6cc941c4b04db549d209f240aa11c99b0a1 From f36faa18d4790219f62ba7dacaf865a9c3e64f81 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 8 Jul 2020 19:09:38 +0000 Subject: [PATCH 1232/2185] podman-2:2.1.0-0.60.dev.git85d71ae - autobuilt 85d71ae Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0245ada..daf6659 100644 --- a/.gitignore +++ b/.gitignore @@ -1135,3 +1135,4 @@ /libpod-1a93857.tar.gz /libpod-cd08485.tar.gz /libpod-54d16f3.tar.gz +/libpod-85d71ae.tar.gz diff --git a/podman.spec b/podman.spec index 257869b..3d047cb 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 54d16f3b5fc4210c7c46e4cca240f988fa5f39f5 +%global commit0 85d71aedcc34380ad2fa76476b4a526af4956ea0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -44,7 +44,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.0.1 +%define built_tag v2.0.2 Name: podman %if 0%{?fedora} @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.59.dev.git%{shortcommit0}%{?dist} +Release: 0.60.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 08 2020 RH Container Bot - 2:2.1.0-0.60.dev.git85d71ae +- autobuilt 85d71ae + * Tue Jul 07 2020 RH Container Bot - 2:2.1.0-0.59.dev.git54d16f3 - autobuilt 54d16f3 diff --git a/sources b/sources index e7d7743..dd96d88 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-54d16f3.tar.gz) = fd2ce09798c3952a4649b79013a8a3a78e5f21977da2244924d7786f7e7d8ce36006ae16eea216ecd34f40a70556c6cc941c4b04db549d209f240aa11c99b0a1 +SHA512 (libpod-85d71ae.tar.gz) = 42ed107bad9a82dc1b2fd58042fb057254bd6973a36d2655f78688bfc6c4df6d5ae8c37422172e7a1a23195d3b40ac76556c52d9cd12ca38fa0bb97cd3132941 From b96c47ddbb8438664704edda427de358cb408f10 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 8 Jul 2020 20:09:34 +0000 Subject: [PATCH 1233/2185] podman-2:2.1.0-0.61.dev.gitb58d2b7 - autobuilt b58d2b7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index daf6659..7069beb 100644 --- a/.gitignore +++ b/.gitignore @@ -1136,3 +1136,4 @@ /libpod-cd08485.tar.gz /libpod-54d16f3.tar.gz /libpod-85d71ae.tar.gz +/libpod-b58d2b7.tar.gz diff --git a/podman.spec b/podman.spec index 3d047cb..ba54e56 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 85d71aedcc34380ad2fa76476b4a526af4956ea0 +%global commit0 b58d2b777cbdfe5be1553507a1fe6efacbc3d26f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.60.dev.git%{shortcommit0}%{?dist} +Release: 0.61.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 08 2020 RH Container Bot - 2:2.1.0-0.61.dev.gitb58d2b7 +- autobuilt b58d2b7 + * Wed Jul 08 2020 RH Container Bot - 2:2.1.0-0.60.dev.git85d71ae - autobuilt 85d71ae diff --git a/sources b/sources index dd96d88..1337502 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-85d71ae.tar.gz) = 42ed107bad9a82dc1b2fd58042fb057254bd6973a36d2655f78688bfc6c4df6d5ae8c37422172e7a1a23195d3b40ac76556c52d9cd12ca38fa0bb97cd3132941 +SHA512 (libpod-b58d2b7.tar.gz) = b9da3ac8ae33688410d9433a3b45b3703709f39a20bbc2993de23b8f144bfa66780b1ebf3d0a315a3737396a3cff427dcd7dd082b708a93f08904514ec2e53a6 From 3cc635a28b5ff1c262e4549ff5ddf70b15e9ae95 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 8 Jul 2020 21:09:53 +0000 Subject: [PATCH 1234/2185] podman-2:2.1.0-0.62.dev.gitedf5fe8 - autobuilt edf5fe8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7069beb..6853071 100644 --- a/.gitignore +++ b/.gitignore @@ -1137,3 +1137,4 @@ /libpod-54d16f3.tar.gz /libpod-85d71ae.tar.gz /libpod-b58d2b7.tar.gz +/libpod-edf5fe8.tar.gz diff --git a/podman.spec b/podman.spec index ba54e56..3c4833e 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b58d2b777cbdfe5be1553507a1fe6efacbc3d26f +%global commit0 edf5fe8b17f39ce98805c279b9795bfd4123abe2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.61.dev.git%{shortcommit0}%{?dist} +Release: 0.62.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 08 2020 RH Container Bot - 2:2.1.0-0.62.dev.gitedf5fe8 +- autobuilt edf5fe8 + * Wed Jul 08 2020 RH Container Bot - 2:2.1.0-0.61.dev.gitb58d2b7 - autobuilt b58d2b7 diff --git a/sources b/sources index 1337502..70dbbac 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-b58d2b7.tar.gz) = b9da3ac8ae33688410d9433a3b45b3703709f39a20bbc2993de23b8f144bfa66780b1ebf3d0a315a3737396a3cff427dcd7dd082b708a93f08904514ec2e53a6 +SHA512 (libpod-edf5fe8.tar.gz) = 167e5382fbfc173a8de887f6d6a3a8ec3af7c5e8e5b046747b326566a82718c61350fab746c1db947c714ddb4e7c7c0a1d7ac3f473666ef3c42863335309d858 From 6ac00ea93985968b003a3fd1d4fe9aab159f5152 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 9 Jul 2020 15:09:41 +0000 Subject: [PATCH 1235/2185] podman-2:2.1.0-0.63.dev.gitbc3b3b3 - autobuilt bc3b3b3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6853071..aefd0b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1138,3 +1138,4 @@ /libpod-85d71ae.tar.gz /libpod-b58d2b7.tar.gz /libpod-edf5fe8.tar.gz +/libpod-bc3b3b3.tar.gz diff --git a/podman.spec b/podman.spec index 3c4833e..7dbad51 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 edf5fe8b17f39ce98805c279b9795bfd4123abe2 +%global commit0 bc3b3b373fab58929f4583ab0b5eb529e64a54fc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.62.dev.git%{shortcommit0}%{?dist} +Release: 0.63.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jul 09 2020 RH Container Bot - 2:2.1.0-0.63.dev.gitbc3b3b3 +- autobuilt bc3b3b3 + * Wed Jul 08 2020 RH Container Bot - 2:2.1.0-0.62.dev.gitedf5fe8 - autobuilt edf5fe8 diff --git a/sources b/sources index 70dbbac..e66e41c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-edf5fe8.tar.gz) = 167e5382fbfc173a8de887f6d6a3a8ec3af7c5e8e5b046747b326566a82718c61350fab746c1db947c714ddb4e7c7c0a1d7ac3f473666ef3c42863335309d858 +SHA512 (libpod-bc3b3b3.tar.gz) = f1404ef95940a0a4abcfe1c658e13e654fc317e99736f13fa90b7392d5b3eae2bdb2174e4224ab3204f570831264325696d3e08451628305bc76a0c5af28efc4 From 4eff0593091ccfe3b288a7ded694bff449e80603 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 9 Jul 2020 18:09:42 +0000 Subject: [PATCH 1236/2185] podman-2:2.1.0-0.64.dev.gitd9cd003 - autobuilt d9cd003 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index aefd0b7..d33e7bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1139,3 +1139,4 @@ /libpod-b58d2b7.tar.gz /libpod-edf5fe8.tar.gz /libpod-bc3b3b3.tar.gz +/libpod-d9cd003.tar.gz diff --git a/podman.spec b/podman.spec index 7dbad51..6142a9b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 bc3b3b373fab58929f4583ab0b5eb529e64a54fc +%global commit0 d9cd0032f7478e625329326d7593162a9f1e8c1e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.63.dev.git%{shortcommit0}%{?dist} +Release: 0.64.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jul 09 2020 RH Container Bot - 2:2.1.0-0.64.dev.gitd9cd003 +- autobuilt d9cd003 + * Thu Jul 09 2020 RH Container Bot - 2:2.1.0-0.63.dev.gitbc3b3b3 - autobuilt bc3b3b3 diff --git a/sources b/sources index e66e41c..257d361 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-bc3b3b3.tar.gz) = f1404ef95940a0a4abcfe1c658e13e654fc317e99736f13fa90b7392d5b3eae2bdb2174e4224ab3204f570831264325696d3e08451628305bc76a0c5af28efc4 +SHA512 (libpod-d9cd003.tar.gz) = 01c28bf4f9a3a6d5e70d5c6275e92a0f0bc10c3c8bfdb8379f0fa900aa34e285e2f6d1f42b4c977682c884abad50a22cf687ad58a0b91144c9826b73035ca470 From 6179672e5031a6cba64b0a8bf85f9d4d7802d102 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 10 Jul 2020 11:09:52 +0000 Subject: [PATCH 1237/2185] podman-2:2.1.0-0.65.dev.git2ac8c69 - autobuilt 2ac8c69 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d33e7bb..29ba066 100644 --- a/.gitignore +++ b/.gitignore @@ -1140,3 +1140,4 @@ /libpod-edf5fe8.tar.gz /libpod-bc3b3b3.tar.gz /libpod-d9cd003.tar.gz +/libpod-2ac8c69.tar.gz diff --git a/podman.spec b/podman.spec index 6142a9b..9cbda78 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d9cd0032f7478e625329326d7593162a9f1e8c1e +%global commit0 2ac8c6953481eb7391a6a7594709811f7ae3167f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.64.dev.git%{shortcommit0}%{?dist} +Release: 0.65.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jul 10 2020 RH Container Bot - 2:2.1.0-0.65.dev.git2ac8c69 +- autobuilt 2ac8c69 + * Thu Jul 09 2020 RH Container Bot - 2:2.1.0-0.64.dev.gitd9cd003 - autobuilt d9cd003 diff --git a/sources b/sources index 257d361..a1dce6f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d9cd003.tar.gz) = 01c28bf4f9a3a6d5e70d5c6275e92a0f0bc10c3c8bfdb8379f0fa900aa34e285e2f6d1f42b4c977682c884abad50a22cf687ad58a0b91144c9826b73035ca470 +SHA512 (libpod-2ac8c69.tar.gz) = 0ddecf85fb6fa287bc558341431b36b1983351c5d98f731384314f3b1cb1325c8385d380688b8fb6d6cf9d2f205bf2fc53e0904828a8d844dd0db3c392ba12cd From a86d9a1fea313b4e993367f86da134141e5db03c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 10 Jul 2020 20:10:12 +0000 Subject: [PATCH 1238/2185] podman-2:2.1.0-0.66.dev.git1d71753 - autobuilt 1d71753 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 29ba066..357c898 100644 --- a/.gitignore +++ b/.gitignore @@ -1141,3 +1141,4 @@ /libpod-bc3b3b3.tar.gz /libpod-d9cd003.tar.gz /libpod-2ac8c69.tar.gz +/libpod-1d71753.tar.gz diff --git a/podman.spec b/podman.spec index 9cbda78..348a95e 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 2ac8c6953481eb7391a6a7594709811f7ae3167f +%global commit0 1d7175314c350b61b84ca4b2237d662e9b3f6c09 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.65.dev.git%{shortcommit0}%{?dist} +Release: 0.66.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jul 10 2020 RH Container Bot - 2:2.1.0-0.66.dev.git1d71753 +- autobuilt 1d71753 + * Fri Jul 10 2020 RH Container Bot - 2:2.1.0-0.65.dev.git2ac8c69 - autobuilt 2ac8c69 diff --git a/sources b/sources index a1dce6f..9ab72ee 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-2ac8c69.tar.gz) = 0ddecf85fb6fa287bc558341431b36b1983351c5d98f731384314f3b1cb1325c8385d380688b8fb6d6cf9d2f205bf2fc53e0904828a8d844dd0db3c392ba12cd +SHA512 (libpod-1d71753.tar.gz) = 5c136081239acaeca037cab987bda344d331297eb6335db8719bdb4f242c03dd538d858ee6b5b48f011a7b8452590a9638c618d05bc538f75185ccfb6bc91111 From ab609c19b5d36ab905f49218b5dd82aacb3ad20a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 11 Jul 2020 12:09:33 +0000 Subject: [PATCH 1239/2185] podman-2:2.1.0-0.67.dev.gite38001f - autobuilt e38001f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 357c898..e3e0134 100644 --- a/.gitignore +++ b/.gitignore @@ -1142,3 +1142,4 @@ /libpod-d9cd003.tar.gz /libpod-2ac8c69.tar.gz /libpod-1d71753.tar.gz +/libpod-e38001f.tar.gz diff --git a/podman.spec b/podman.spec index 348a95e..48c2f1e 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 1d7175314c350b61b84ca4b2237d662e9b3f6c09 +%global commit0 e38001f123a04f905a37bf038b2c983ebe350996 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.66.dev.git%{shortcommit0}%{?dist} +Release: 0.67.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Jul 11 2020 RH Container Bot - 2:2.1.0-0.67.dev.gite38001f +- autobuilt e38001f + * Fri Jul 10 2020 RH Container Bot - 2:2.1.0-0.66.dev.git1d71753 - autobuilt 1d71753 diff --git a/sources b/sources index 9ab72ee..a836e9e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-1d71753.tar.gz) = 5c136081239acaeca037cab987bda344d331297eb6335db8719bdb4f242c03dd538d858ee6b5b48f011a7b8452590a9638c618d05bc538f75185ccfb6bc91111 +SHA512 (libpod-e38001f.tar.gz) = 91ca56966fd2f97d7133e447ab6fe1599ece642cd83b7b2da4a32881c994f7f62a7a9d9e22821e505f06b12be6a97430b417fdcc6be1ad8d0bdcb291c600fdb8 From 2aa4353e9c7f5c629498134b3440c1f1b7db18d9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 13 Jul 2020 12:09:50 +0000 Subject: [PATCH 1240/2185] podman-2:2.1.0-0.68.dev.gite2a8e03 - autobuilt e2a8e03 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e3e0134..5b211e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1143,3 +1143,4 @@ /libpod-2ac8c69.tar.gz /libpod-1d71753.tar.gz /libpod-e38001f.tar.gz +/libpod-e2a8e03.tar.gz diff --git a/podman.spec b/podman.spec index 48c2f1e..1ffe183 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e38001f123a04f905a37bf038b2c983ebe350996 +%global commit0 e2a8e037d1c3a2176cd15493812bf165faea63f2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.67.dev.git%{shortcommit0}%{?dist} +Release: 0.68.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jul 13 2020 RH Container Bot - 2:2.1.0-0.68.dev.gite2a8e03 +- autobuilt e2a8e03 + * Sat Jul 11 2020 RH Container Bot - 2:2.1.0-0.67.dev.gite38001f - autobuilt e38001f diff --git a/sources b/sources index a836e9e..63bb2ba 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e38001f.tar.gz) = 91ca56966fd2f97d7133e447ab6fe1599ece642cd83b7b2da4a32881c994f7f62a7a9d9e22821e505f06b12be6a97430b417fdcc6be1ad8d0bdcb291c600fdb8 +SHA512 (libpod-e2a8e03.tar.gz) = ca97693b05f705fd08f55e39686e9aacdc220bceae33a69637b4e343578dfa5df9a38ef9bac737e295a58a13b8ab295c2af34337fdabbdf7c956401f408ac832 From 32678b6e9456f2f0c1b46d9c5217f4c3fed88f68 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 13 Jul 2020 11:11:26 -0400 Subject: [PATCH 1241/2185] untarred dir name change Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 1ffe183..e3f3f26 100644 --- a/podman.spec +++ b/podman.spec @@ -441,7 +441,7 @@ is removed from the network, it will remove the entry from the hosts file. Each CNI network will have its own dnsmasq instance. %prep -%autosetup -Sgit -n %{repo}-%{commit0} +%autosetup -Sgit -n %{name}-%{commit0} # untar dnsname tar zxf %{SOURCE1} From a00eeea7babafe0539b5052f63921ecb4e71953d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 13 Jul 2020 19:09:39 +0000 Subject: [PATCH 1242/2185] podman-2:2.1.0-0.69.dev.gitd86acf2 - autobuilt d86acf2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5b211e7..cfaaaad 100644 --- a/.gitignore +++ b/.gitignore @@ -1144,3 +1144,4 @@ /libpod-1d71753.tar.gz /libpod-e38001f.tar.gz /libpod-e2a8e03.tar.gz +/libpod-d86acf2.tar.gz diff --git a/podman.spec b/podman.spec index e3f3f26..7fb17d4 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e2a8e037d1c3a2176cd15493812bf165faea63f2 +%global commit0 d86acf2caea68d1dbf349c54d0532b3ce92dcb85 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.68.dev.git%{shortcommit0}%{?dist} +Release: 0.69.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jul 13 2020 RH Container Bot - 2:2.1.0-0.69.dev.gitd86acf2 +- autobuilt d86acf2 + * Mon Jul 13 2020 RH Container Bot - 2:2.1.0-0.68.dev.gite2a8e03 - autobuilt e2a8e03 diff --git a/sources b/sources index 63bb2ba..1b3f1c7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e2a8e03.tar.gz) = ca97693b05f705fd08f55e39686e9aacdc220bceae33a69637b4e343578dfa5df9a38ef9bac737e295a58a13b8ab295c2af34337fdabbdf7c956401f408ac832 +SHA512 (libpod-d86acf2.tar.gz) = c667922dec2bbd7f0f99127149e09f57ae22dd16194f32cc4495b4766a5c0029f095f7711f5da198481f3860c9e2f09b07502ecfd5aa793e73ef9986539a6ee0 From f635070fcbcb8390fce6e326d3b870f2ea47be46 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 13 Jul 2020 22:09:33 +0000 Subject: [PATCH 1243/2185] podman-2:2.1.0-0.70.dev.git3d33590 - autobuilt 3d33590 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cfaaaad..30cc983 100644 --- a/.gitignore +++ b/.gitignore @@ -1145,3 +1145,4 @@ /libpod-e38001f.tar.gz /libpod-e2a8e03.tar.gz /libpod-d86acf2.tar.gz +/libpod-3d33590.tar.gz diff --git a/podman.spec b/podman.spec index 7fb17d4..ffaf641 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d86acf2caea68d1dbf349c54d0532b3ce92dcb85 +%global commit0 3d3359086ef0ed0833a8ac8e9d06d9934d835139 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.69.dev.git%{shortcommit0}%{?dist} +Release: 0.70.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jul 13 2020 RH Container Bot - 2:2.1.0-0.70.dev.git3d33590 +- autobuilt 3d33590 + * Mon Jul 13 2020 RH Container Bot - 2:2.1.0-0.69.dev.gitd86acf2 - autobuilt d86acf2 diff --git a/sources b/sources index 1b3f1c7..3001e2d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d86acf2.tar.gz) = c667922dec2bbd7f0f99127149e09f57ae22dd16194f32cc4495b4766a5c0029f095f7711f5da198481f3860c9e2f09b07502ecfd5aa793e73ef9986539a6ee0 +SHA512 (libpod-3d33590.tar.gz) = 2a70f4a89285c58d5f4d991fa8be33f9ae1b5857200493eb44971434ed22e58170f204a6529ab37e3233fb348d09315f5037798b6b4596ea912ca3c9e5262492 From f8656f5e4f523b300fe5183e28ef8d17432526f4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 14 Jul 2020 16:09:43 +0000 Subject: [PATCH 1244/2185] podman-2:2.1.0-0.71.dev.git210f104 - autobuilt 210f104 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 30cc983..104bb70 100644 --- a/.gitignore +++ b/.gitignore @@ -1146,3 +1146,4 @@ /libpod-e2a8e03.tar.gz /libpod-d86acf2.tar.gz /libpod-3d33590.tar.gz +/libpod-210f104.tar.gz diff --git a/podman.spec b/podman.spec index ffaf641..f839838 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 3d3359086ef0ed0833a8ac8e9d06d9934d835139 +%global commit0 210f1040d26334457803bc1da74667f70630a620 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.70.dev.git%{shortcommit0}%{?dist} +Release: 0.71.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jul 14 2020 RH Container Bot - 2:2.1.0-0.71.dev.git210f104 +- autobuilt 210f104 + * Mon Jul 13 2020 RH Container Bot - 2:2.1.0-0.70.dev.git3d33590 - autobuilt 3d33590 diff --git a/sources b/sources index 3001e2d..2aba20c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-3d33590.tar.gz) = 2a70f4a89285c58d5f4d991fa8be33f9ae1b5857200493eb44971434ed22e58170f204a6529ab37e3233fb348d09315f5037798b6b4596ea912ca3c9e5262492 +SHA512 (libpod-210f104.tar.gz) = 7b360af53241c976de3acaaa914fef01579a25470b78864d0dc544bd8da455fc12237300cf1dfb6eae1bc25e941b8808b7e162578b91020957e9fe6a66f82689 From 59ac940758e7322dffd47b9f6a9e4fd7df8d00a8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 14 Jul 2020 17:09:34 +0000 Subject: [PATCH 1245/2185] podman-2:2.1.0-0.72.dev.gitd83077b - autobuilt d83077b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 104bb70..195235a 100644 --- a/.gitignore +++ b/.gitignore @@ -1147,3 +1147,4 @@ /libpod-d86acf2.tar.gz /libpod-3d33590.tar.gz /libpod-210f104.tar.gz +/libpod-d83077b.tar.gz diff --git a/podman.spec b/podman.spec index f839838..1f7fe15 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 210f1040d26334457803bc1da74667f70630a620 +%global commit0 d83077b16c14b05967fa1f92c7067299367a286f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.71.dev.git%{shortcommit0}%{?dist} +Release: 0.72.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jul 14 2020 RH Container Bot - 2:2.1.0-0.72.dev.gitd83077b +- autobuilt d83077b + * Tue Jul 14 2020 RH Container Bot - 2:2.1.0-0.71.dev.git210f104 - autobuilt 210f104 diff --git a/sources b/sources index 2aba20c..ad35c64 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-210f104.tar.gz) = 7b360af53241c976de3acaaa914fef01579a25470b78864d0dc544bd8da455fc12237300cf1dfb6eae1bc25e941b8808b7e162578b91020957e9fe6a66f82689 +SHA512 (libpod-d83077b.tar.gz) = 8e4726347a6727d17f54044f1dddbca0639d645abe547447a3888ee63e8260a6ca8e16a2a298b185ef57533c9f71835401827ffaa7114132a4b2887feb733f21 From d2e87ea484e1807dae694d7dff31c358ef2508bb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 14 Jul 2020 18:10:03 +0000 Subject: [PATCH 1246/2185] podman-2:2.1.0-0.73.dev.gita9a751f - autobuilt a9a751f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 195235a..0fbdc5e 100644 --- a/.gitignore +++ b/.gitignore @@ -1148,3 +1148,4 @@ /libpod-3d33590.tar.gz /libpod-210f104.tar.gz /libpod-d83077b.tar.gz +/libpod-a9a751f.tar.gz diff --git a/podman.spec b/podman.spec index 1f7fe15..9cf10ec 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d83077b16c14b05967fa1f92c7067299367a286f +%global commit0 a9a751feefb03834bfe6122583e8db598c4159e1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.72.dev.git%{shortcommit0}%{?dist} +Release: 0.73.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jul 14 2020 RH Container Bot - 2:2.1.0-0.73.dev.gita9a751f +- autobuilt a9a751f + * Tue Jul 14 2020 RH Container Bot - 2:2.1.0-0.72.dev.gitd83077b - autobuilt d83077b diff --git a/sources b/sources index ad35c64..0ece52f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d83077b.tar.gz) = 8e4726347a6727d17f54044f1dddbca0639d645abe547447a3888ee63e8260a6ca8e16a2a298b185ef57533c9f71835401827ffaa7114132a4b2887feb733f21 +SHA512 (libpod-a9a751f.tar.gz) = 2a14f088f6abfd7421b100c5c761964c013a9d5cda07607322692aeee74b9fd47a759c4c9fafa965e13d1dd1ebf9ee5d1e8ad59467a5217d0839693e277c3e02 From ce96659a6335d36e818ce5d39162213204df6012 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 14 Jul 2020 23:09:39 +0000 Subject: [PATCH 1247/2185] podman-2:2.1.0-0.74.dev.gitc4843d4 - autobuilt c4843d4 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0fbdc5e..2cd618c 100644 --- a/.gitignore +++ b/.gitignore @@ -1149,3 +1149,4 @@ /libpod-210f104.tar.gz /libpod-d83077b.tar.gz /libpod-a9a751f.tar.gz +/libpod-c4843d4.tar.gz diff --git a/podman.spec b/podman.spec index 9cf10ec..5b1a15f 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 a9a751feefb03834bfe6122583e8db598c4159e1 +%global commit0 c4843d4e9ce395f1bbcaae848e6172f5a4519a35 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.73.dev.git%{shortcommit0}%{?dist} +Release: 0.74.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jul 14 2020 RH Container Bot - 2:2.1.0-0.74.dev.gitc4843d4 +- autobuilt c4843d4 + * Tue Jul 14 2020 RH Container Bot - 2:2.1.0-0.73.dev.gita9a751f - autobuilt a9a751f diff --git a/sources b/sources index 0ece52f..d7eae1b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-a9a751f.tar.gz) = 2a14f088f6abfd7421b100c5c761964c013a9d5cda07607322692aeee74b9fd47a759c4c9fafa965e13d1dd1ebf9ee5d1e8ad59467a5217d0839693e277c3e02 +SHA512 (libpod-c4843d4.tar.gz) = 5e9ec5d4f241ca7149c235e07df9cf9b98edd457e539d33887266d603ea7ad01edee9ba9fba6662bd4c8dcfc55fd6525c1a155e1cecd20766e1d62f1bacbd18a From 6bbf4cfd87e70d71f8b6a0e6b8567e9808468453 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Jul 2020 09:09:53 +0000 Subject: [PATCH 1248/2185] podman-2:2.1.0-0.75.dev.git4250d24 - autobuilt 4250d24 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2cd618c..320d1db 100644 --- a/.gitignore +++ b/.gitignore @@ -1150,3 +1150,4 @@ /libpod-d83077b.tar.gz /libpod-a9a751f.tar.gz /libpod-c4843d4.tar.gz +/libpod-4250d24.tar.gz diff --git a/podman.spec b/podman.spec index 5b1a15f..6bcb5bc 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 c4843d4e9ce395f1bbcaae848e6172f5a4519a35 +%global commit0 4250d24299681f6c6ee11733e0134f67b15e7821 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.74.dev.git%{shortcommit0}%{?dist} +Release: 0.75.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.75.dev.git4250d24 +- autobuilt 4250d24 + * Tue Jul 14 2020 RH Container Bot - 2:2.1.0-0.74.dev.gitc4843d4 - autobuilt c4843d4 diff --git a/sources b/sources index d7eae1b..be79399 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c4843d4.tar.gz) = 5e9ec5d4f241ca7149c235e07df9cf9b98edd457e539d33887266d603ea7ad01edee9ba9fba6662bd4c8dcfc55fd6525c1a155e1cecd20766e1d62f1bacbd18a +SHA512 (libpod-4250d24.tar.gz) = 520af65e67c4a1890d6b78f213d9f37a02d82b3e7ed0909dc6b3a1781a0106e2d2d6093314742c445567ee6a0679923528a6fd7aaa6c7c49b41395aa90c47b5d From 82fe25d4698bd7657a73580e70b8435079015299 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Jul 2020 10:09:46 +0000 Subject: [PATCH 1249/2185] podman-2:2.1.0-0.76.dev.git76f9f96 - autobuilt 76f9f96 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 320d1db..994313d 100644 --- a/.gitignore +++ b/.gitignore @@ -1151,3 +1151,4 @@ /libpod-a9a751f.tar.gz /libpod-c4843d4.tar.gz /libpod-4250d24.tar.gz +/libpod-76f9f96.tar.gz diff --git a/podman.spec b/podman.spec index 6bcb5bc..de2da70 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4250d24299681f6c6ee11733e0134f67b15e7821 +%global commit0 76f9f96af99236731ffc5a3a408c834405b49b72 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.75.dev.git%{shortcommit0}%{?dist} +Release: 0.76.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.76.dev.git76f9f96 +- autobuilt 76f9f96 + * Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.75.dev.git4250d24 - autobuilt 4250d24 diff --git a/sources b/sources index be79399..4e382cd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-4250d24.tar.gz) = 520af65e67c4a1890d6b78f213d9f37a02d82b3e7ed0909dc6b3a1781a0106e2d2d6093314742c445567ee6a0679923528a6fd7aaa6c7c49b41395aa90c47b5d +SHA512 (libpod-76f9f96.tar.gz) = 9759a3fe769d118137dd8ab04773915a9cbb51f867e9df19570e5b51d6bf70b0c2d3ae77ed0023278a5ddd503603b3321ef633fdc2e4f6e39c77dae0f1f9449b From 4d4015dfbd7e9e00ef53ffc641d3c3b3903a09a4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Jul 2020 11:10:11 +0000 Subject: [PATCH 1250/2185] podman-2:2.1.0-0.77.dev.git60127cf - autobuilt 60127cf Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 994313d..c193e0e 100644 --- a/.gitignore +++ b/.gitignore @@ -1152,3 +1152,4 @@ /libpod-c4843d4.tar.gz /libpod-4250d24.tar.gz /libpod-76f9f96.tar.gz +/libpod-60127cf.tar.gz diff --git a/podman.spec b/podman.spec index de2da70..853e47d 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 76f9f96af99236731ffc5a3a408c834405b49b72 +%global commit0 60127cf5e88ef53748cb601d7c27f082d284e7f4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.76.dev.git%{shortcommit0}%{?dist} +Release: 0.77.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.77.dev.git60127cf +- autobuilt 60127cf + * Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.76.dev.git76f9f96 - autobuilt 76f9f96 diff --git a/sources b/sources index 4e382cd..c87efe6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-76f9f96.tar.gz) = 9759a3fe769d118137dd8ab04773915a9cbb51f867e9df19570e5b51d6bf70b0c2d3ae77ed0023278a5ddd503603b3321ef633fdc2e4f6e39c77dae0f1f9449b +SHA512 (libpod-60127cf.tar.gz) = d0949796d4908eb27e8f6e4d7240fd6753583cc6270b4fcd5a73406376a0f6e49429ba24d421f687b4efad4a71c91835603338e8656c2c9064d7562572e62116 From 17163c19e19fd5aa07ebe49a8d46886b872d1252 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Jul 2020 15:10:17 +0000 Subject: [PATCH 1251/2185] podman-2:2.1.0-0.78.dev.git8704b78 - autobuilt 8704b78 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c193e0e..dd23693 100644 --- a/.gitignore +++ b/.gitignore @@ -1153,3 +1153,4 @@ /libpod-4250d24.tar.gz /libpod-76f9f96.tar.gz /libpod-60127cf.tar.gz +/libpod-8704b78.tar.gz diff --git a/podman.spec b/podman.spec index 853e47d..6a1ba24 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 60127cf5e88ef53748cb601d7c27f082d284e7f4 +%global commit0 8704b78a6fbb953acb6b74d1671d5ad6456bf81f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.77.dev.git%{shortcommit0}%{?dist} +Release: 0.78.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.78.dev.git8704b78 +- autobuilt 8704b78 + * Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.77.dev.git60127cf - autobuilt 60127cf diff --git a/sources b/sources index c87efe6..a3ee2da 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-60127cf.tar.gz) = d0949796d4908eb27e8f6e4d7240fd6753583cc6270b4fcd5a73406376a0f6e49429ba24d421f687b4efad4a71c91835603338e8656c2c9064d7562572e62116 +SHA512 (libpod-8704b78.tar.gz) = 35878e8651a35ca155bfb68bc847f0858998b417f8eb4349deb7cada68489f3f13a242cc950c44d6897f2d23c82e7fdc1699c30ea168b30fd26fd931fb042d92 From 709143ed4c87087de12b965ea457b636d4a8c828 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Jul 2020 18:10:10 +0000 Subject: [PATCH 1252/2185] podman-2:2.1.0-0.79.dev.git9051546 - autobuilt 9051546 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dd23693..8248034 100644 --- a/.gitignore +++ b/.gitignore @@ -1154,3 +1154,4 @@ /libpod-76f9f96.tar.gz /libpod-60127cf.tar.gz /libpod-8704b78.tar.gz +/libpod-9051546.tar.gz diff --git a/podman.spec b/podman.spec index 6a1ba24..7d2aee5 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 8704b78a6fbb953acb6b74d1671d5ad6456bf81f +%global commit0 9051546c4df40b611ca09b02ae57ae6e8fb72c94 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.78.dev.git%{shortcommit0}%{?dist} +Release: 0.79.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.79.dev.git9051546 +- autobuilt 9051546 + * Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.78.dev.git8704b78 - autobuilt 8704b78 diff --git a/sources b/sources index a3ee2da..9274be2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-8704b78.tar.gz) = 35878e8651a35ca155bfb68bc847f0858998b417f8eb4349deb7cada68489f3f13a242cc950c44d6897f2d23c82e7fdc1699c30ea168b30fd26fd931fb042d92 +SHA512 (libpod-9051546.tar.gz) = 61f2160044f64f43237d4a684de07300d1d99ee2d23688678730f7ad2476ec2818b0108bc35eff2182306a001a8957cf23ed8120ef8c730f857e67dd177ca2ad From 0d59d060b5290b7b5c710b006d4985db7554636b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Jul 2020 21:09:45 +0000 Subject: [PATCH 1253/2185] podman-2:2.1.0-0.80.dev.git6dcff5c - autobuilt 6dcff5c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8248034..bb94b54 100644 --- a/.gitignore +++ b/.gitignore @@ -1155,3 +1155,4 @@ /libpod-60127cf.tar.gz /libpod-8704b78.tar.gz /libpod-9051546.tar.gz +/libpod-6dcff5c.tar.gz diff --git a/podman.spec b/podman.spec index 7d2aee5..461e287 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9051546c4df40b611ca09b02ae57ae6e8fb72c94 +%global commit0 6dcff5c32b4ed68378c6df7c6b0fd04a902dc405 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.79.dev.git%{shortcommit0}%{?dist} +Release: 0.80.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.80.dev.git6dcff5c +- autobuilt 6dcff5c + * Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.79.dev.git9051546 - autobuilt 9051546 diff --git a/sources b/sources index 9274be2..f0c8196 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-9051546.tar.gz) = 61f2160044f64f43237d4a684de07300d1d99ee2d23688678730f7ad2476ec2818b0108bc35eff2182306a001a8957cf23ed8120ef8c730f857e67dd177ca2ad +SHA512 (libpod-6dcff5c.tar.gz) = 9308630263b8859b327b5232008e0b2be3708dba25b1dab70d21dadb42d02a74e3eec84ab3cd5df49b76384e9015c8e53cdcd179186f72be415d8df800618f6b From 276fe2014a6de38e36aa54e60fc3e48f03715d2f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Jul 2020 22:09:32 +0000 Subject: [PATCH 1254/2185] podman-2:2.1.0-0.81.dev.git9efeb1c - autobuilt 9efeb1c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bb94b54..7afcfde 100644 --- a/.gitignore +++ b/.gitignore @@ -1156,3 +1156,4 @@ /libpod-8704b78.tar.gz /libpod-9051546.tar.gz /libpod-6dcff5c.tar.gz +/libpod-9efeb1c.tar.gz diff --git a/podman.spec b/podman.spec index 461e287..8c657bb 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 6dcff5c32b4ed68378c6df7c6b0fd04a902dc405 +%global commit0 9efeb1cf290509caa4b0e3c206fe72d194d76a1e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.80.dev.git%{shortcommit0}%{?dist} +Release: 0.81.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.81.dev.git9efeb1c +- autobuilt 9efeb1c + * Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.80.dev.git6dcff5c - autobuilt 6dcff5c diff --git a/sources b/sources index f0c8196..885061e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6dcff5c.tar.gz) = 9308630263b8859b327b5232008e0b2be3708dba25b1dab70d21dadb42d02a74e3eec84ab3cd5df49b76384e9015c8e53cdcd179186f72be415d8df800618f6b +SHA512 (libpod-9efeb1c.tar.gz) = 0194aae7371ae0dd370e747b1b16462d133eee90a87bf0cead0b3615b8c43ace6d101f8ff7e64b947fa68692ff2a6e3394c9a7acb60c65d3713b8634b00aa6c4 From 510c90807490402985d06de7b865774429a58c95 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 16 Jul 2020 12:10:44 +0000 Subject: [PATCH 1255/2185] podman-2:2.1.0-0.82.dev.git11fe857 - autobuilt 11fe857 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7afcfde..1e96a7d 100644 --- a/.gitignore +++ b/.gitignore @@ -1157,3 +1157,4 @@ /libpod-9051546.tar.gz /libpod-6dcff5c.tar.gz /libpod-9efeb1c.tar.gz +/libpod-11fe857.tar.gz diff --git a/podman.spec b/podman.spec index 8c657bb..d45f855 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9efeb1cf290509caa4b0e3c206fe72d194d76a1e +%global commit0 11fe85702ccebcba5593fcc8ff00d5e717499f44 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.81.dev.git%{shortcommit0}%{?dist} +Release: 0.82.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jul 16 12:10:30 GMT 2020 RH Container Bot - 2:2.1.0-0.82.dev.git11fe857 +- autobuilt 11fe857 + * Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.81.dev.git9efeb1c - autobuilt 9efeb1c diff --git a/sources b/sources index 885061e..6a35d3a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-9efeb1c.tar.gz) = 0194aae7371ae0dd370e747b1b16462d133eee90a87bf0cead0b3615b8c43ace6d101f8ff7e64b947fa68692ff2a6e3394c9a7acb60c65d3713b8634b00aa6c4 +SHA512 (libpod-11fe857.tar.gz) = d6f8059c0dcff30f2dfec5d570428d0816ff0dd529b37a8dec9443ebf180fc2b94467d4a965fcc1e8d1b7861aad5f081a87e6852c90de24ecc93e08f508b09ac From 1c8ce33063c2315fdd60035802206cc8698e1e06 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 16 Jul 2020 14:10:26 +0000 Subject: [PATCH 1256/2185] podman-2:2.1.0-0.83.dev.git984fffc - autobuilt 984fffc Signed-off-by: RH Container Bot --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index d45f855..bc26a02 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 11fe85702ccebcba5593fcc8ff00d5e717499f44 +%global commit0 984fffcdbcfe4754e0d329d2e204afb1fd82dbec %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.82.dev.git%{shortcommit0}%{?dist} +Release: 0.83.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jul 16 14:10:14 GMT 2020 RH Container Bot - 2:2.1.0-0.83.dev.git984fffc +- autobuilt 984fffc + * Thu Jul 16 12:10:30 GMT 2020 RH Container Bot - 2:2.1.0-0.82.dev.git11fe857 - autobuilt 11fe857 From 5ec45099ab0df99cf888930edd74f3ec4ae23459 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 16 Jul 2020 16:10:09 +0000 Subject: [PATCH 1257/2185] podman-2:2.1.0-0.84.dev.gitf4766e0 - autobuilt f4766e0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1e96a7d..6e1fc0a 100644 --- a/.gitignore +++ b/.gitignore @@ -1158,3 +1158,4 @@ /libpod-6dcff5c.tar.gz /libpod-9efeb1c.tar.gz /libpod-11fe857.tar.gz +/libpod-f4766e0.tar.gz diff --git a/podman.spec b/podman.spec index bc26a02..226d63d 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 984fffcdbcfe4754e0d329d2e204afb1fd82dbec +%global commit0 f4766e01e3b314543d131577d0ef891670b81a84 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.83.dev.git%{shortcommit0}%{?dist} +Release: 0.84.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jul 16 16:09:55 GMT 2020 RH Container Bot - 2:2.1.0-0.84.dev.gitf4766e0 +- autobuilt f4766e0 + * Thu Jul 16 14:10:14 GMT 2020 RH Container Bot - 2:2.1.0-0.83.dev.git984fffc - autobuilt 984fffc diff --git a/sources b/sources index 6a35d3a..f375c19 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-11fe857.tar.gz) = d6f8059c0dcff30f2dfec5d570428d0816ff0dd529b37a8dec9443ebf180fc2b94467d4a965fcc1e8d1b7861aad5f081a87e6852c90de24ecc93e08f508b09ac +SHA512 (libpod-f4766e0.tar.gz) = e75ef79bfc734ae25cfb6e08362a761403ef6381294adf4d8b852f74522c4c4c5de9c5de5bbeba5a61ce78dc3f35df6d4c985d9d63c7f69920297808cdcc97de From 5b3261fde87ef88ba90eba2b1f11f1dd00252efd Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 16 Jul 2020 22:09:59 +0000 Subject: [PATCH 1258/2185] podman-2:2.1.0-0.85.dev.git0bd5181 - autobuilt 0bd5181 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6e1fc0a..d1ac8ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1159,3 +1159,4 @@ /libpod-9efeb1c.tar.gz /libpod-11fe857.tar.gz /libpod-f4766e0.tar.gz +/libpod-0bd5181.tar.gz diff --git a/podman.spec b/podman.spec index 226d63d..dbdd5eb 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 f4766e01e3b314543d131577d0ef891670b81a84 +%global commit0 0bd51819428e402599f681f273947c805f4641cf %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.84.dev.git%{shortcommit0}%{?dist} +Release: 0.85.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jul 16 22:09:46 GMT 2020 RH Container Bot - 2:2.1.0-0.85.dev.git0bd5181 +- autobuilt 0bd5181 + * Thu Jul 16 16:09:55 GMT 2020 RH Container Bot - 2:2.1.0-0.84.dev.gitf4766e0 - autobuilt f4766e0 diff --git a/sources b/sources index f375c19..aca0c25 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-f4766e0.tar.gz) = e75ef79bfc734ae25cfb6e08362a761403ef6381294adf4d8b852f74522c4c4c5de9c5de5bbeba5a61ce78dc3f35df6d4c985d9d63c7f69920297808cdcc97de +SHA512 (libpod-0bd5181.tar.gz) = 5240652c99739138ce0844b201a3e75b49e2cbfa1983602340dfb4378cd8ecf71a51fee7ad0a1124d05d5de475c19a639ac2abac551071a0aac72e87f3e2fda6 From c0b901b916ff3b26ef39d3ec2b70af8f6ad3bb6d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 17 Jul 2020 09:10:22 +0000 Subject: [PATCH 1259/2185] podman-2:2.1.0-0.86.dev.gitd86bae2 - autobuilt d86bae2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d1ac8ba..8236a86 100644 --- a/.gitignore +++ b/.gitignore @@ -1160,3 +1160,4 @@ /libpod-11fe857.tar.gz /libpod-f4766e0.tar.gz /libpod-0bd5181.tar.gz +/libpod-d86bae2.tar.gz diff --git a/podman.spec b/podman.spec index dbdd5eb..ca5a523 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 0bd51819428e402599f681f273947c805f4641cf +%global commit0 d86bae2a01cb855d5964a2a3fbdd41afe68d62c8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.85.dev.git%{shortcommit0}%{?dist} +Release: 0.86.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jul 17 09:10:08 GMT 2020 RH Container Bot - 2:2.1.0-0.86.dev.gitd86bae2 +- autobuilt d86bae2 + * Thu Jul 16 22:09:46 GMT 2020 RH Container Bot - 2:2.1.0-0.85.dev.git0bd5181 - autobuilt 0bd5181 diff --git a/sources b/sources index aca0c25..de67fc3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-0bd5181.tar.gz) = 5240652c99739138ce0844b201a3e75b49e2cbfa1983602340dfb4378cd8ecf71a51fee7ad0a1124d05d5de475c19a639ac2abac551071a0aac72e87f3e2fda6 +SHA512 (libpod-d86bae2.tar.gz) = cded0091102db99b2d7955d43fe911dabbb5d7a38725384225583a1187b946a4ecdb6c6ce5f4875fc8a42c1cf3e98cc6dc15cdce805930e326cb6fbf8d4d3b81 From e170d7bb1260320ad847ba3e205629e4b0ecb3c1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 17 Jul 2020 10:10:18 +0000 Subject: [PATCH 1260/2185] podman-2:2.1.0-0.87.dev.gitdfca83d - autobuilt dfca83d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8236a86..7da903d 100644 --- a/.gitignore +++ b/.gitignore @@ -1161,3 +1161,4 @@ /libpod-f4766e0.tar.gz /libpod-0bd5181.tar.gz /libpod-d86bae2.tar.gz +/libpod-dfca83d.tar.gz diff --git a/podman.spec b/podman.spec index ca5a523..554b484 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d86bae2a01cb855d5964a2a3fbdd41afe68d62c8 +%global commit0 dfca83d37cefdde966c8b770058a9b9fd5f8ed20 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.86.dev.git%{shortcommit0}%{?dist} +Release: 0.87.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jul 17 10:10:05 GMT 2020 RH Container Bot - 2:2.1.0-0.87.dev.gitdfca83d +- autobuilt dfca83d + * Fri Jul 17 09:10:08 GMT 2020 RH Container Bot - 2:2.1.0-0.86.dev.gitd86bae2 - autobuilt d86bae2 diff --git a/sources b/sources index de67fc3..b3efb2c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d86bae2.tar.gz) = cded0091102db99b2d7955d43fe911dabbb5d7a38725384225583a1187b946a4ecdb6c6ce5f4875fc8a42c1cf3e98cc6dc15cdce805930e326cb6fbf8d4d3b81 +SHA512 (libpod-dfca83d.tar.gz) = 4184d6ab8a01098c728b7820da3253027fe18355ce63b0a12e59a16ec4c7b5d64532c74f93caec07ec50082ce58ead54deb2052928f7c355f5dd5a01b7d3fb4d From 772bc5acae1a9eb02805c763244b161bf1fd533e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 17 Jul 2020 21:09:55 +0000 Subject: [PATCH 1261/2185] podman-2:2.1.0-0.88.dev.git10c5f24 - autobuilt 10c5f24 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7da903d..c1a06e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1162,3 +1162,4 @@ /libpod-0bd5181.tar.gz /libpod-d86bae2.tar.gz /libpod-dfca83d.tar.gz +/libpod-10c5f24.tar.gz diff --git a/podman.spec b/podman.spec index 554b484..4f47285 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 dfca83d37cefdde966c8b770058a9b9fd5f8ed20 +%global commit0 10c5f241231a55a90a37b9f578c84a6bb23ae33e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.87.dev.git%{shortcommit0}%{?dist} +Release: 0.88.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jul 17 21:09:43 GMT 2020 RH Container Bot - 2:2.1.0-0.88.dev.git10c5f24 +- autobuilt 10c5f24 + * Fri Jul 17 10:10:05 GMT 2020 RH Container Bot - 2:2.1.0-0.87.dev.gitdfca83d - autobuilt dfca83d diff --git a/sources b/sources index b3efb2c..c6535ee 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-dfca83d.tar.gz) = 4184d6ab8a01098c728b7820da3253027fe18355ce63b0a12e59a16ec4c7b5d64532c74f93caec07ec50082ce58ead54deb2052928f7c355f5dd5a01b7d3fb4d +SHA512 (libpod-10c5f24.tar.gz) = 9ade2852e0f59f9f95205ad69e0b867e84d3658fbb411bc679138c2b6849b0b37a09a43ee8d53c208a54ead768fdfa22d40398bc3e5e1d9ff284c673fefdc8f9 From f5b4171e7bcf39879c60d3cfc61ad22fa12e2e6f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 18 Jul 2020 11:10:21 +0000 Subject: [PATCH 1262/2185] podman-2:2.1.0-0.89.dev.gitdeff289 - autobuilt deff289 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c1a06e5..78e2f32 100644 --- a/.gitignore +++ b/.gitignore @@ -1163,3 +1163,4 @@ /libpod-d86bae2.tar.gz /libpod-dfca83d.tar.gz /libpod-10c5f24.tar.gz +/libpod-deff289.tar.gz diff --git a/podman.spec b/podman.spec index 4f47285..7d0e882 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 10c5f241231a55a90a37b9f578c84a6bb23ae33e +%global commit0 deff289a9fea26815983318b0a120ab652295eb8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.88.dev.git%{shortcommit0}%{?dist} +Release: 0.89.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Jul 18 11:10:10 GMT 2020 RH Container Bot - 2:2.1.0-0.89.dev.gitdeff289 +- autobuilt deff289 + * Fri Jul 17 21:09:43 GMT 2020 RH Container Bot - 2:2.1.0-0.88.dev.git10c5f24 - autobuilt 10c5f24 diff --git a/sources b/sources index c6535ee..7aab6c2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-10c5f24.tar.gz) = 9ade2852e0f59f9f95205ad69e0b867e84d3658fbb411bc679138c2b6849b0b37a09a43ee8d53c208a54ead768fdfa22d40398bc3e5e1d9ff284c673fefdc8f9 +SHA512 (libpod-deff289.tar.gz) = 3ddd3dd4f070dda3719ca6fa16d8220d4aa0251a9e84009c1f3c7086a1d3a304c7a4b349cb60d29df849ff314d8caa4f10bb21626a12cf6da4de49b4b26ecf8a From 11556b69712fae9373564c7c474d68caeacf8210 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 18 Jul 2020 13:09:35 +0000 Subject: [PATCH 1263/2185] podman-2:2.1.0-0.90.dev.gitd087ade - autobuilt d087ade Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 78e2f32..a13b895 100644 --- a/.gitignore +++ b/.gitignore @@ -1164,3 +1164,4 @@ /libpod-dfca83d.tar.gz /libpod-10c5f24.tar.gz /libpod-deff289.tar.gz +/libpod-d087ade.tar.gz diff --git a/podman.spec b/podman.spec index 7d0e882..f7e8eb7 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 deff289a9fea26815983318b0a120ab652295eb8 +%global commit0 d087adeb8716b7214ee925df749a34c8b3b01f4e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.89.dev.git%{shortcommit0}%{?dist} +Release: 0.90.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Jul 18 13:09:24 GMT 2020 RH Container Bot - 2:2.1.0-0.90.dev.gitd087ade +- autobuilt d087ade + * Sat Jul 18 11:10:10 GMT 2020 RH Container Bot - 2:2.1.0-0.89.dev.gitdeff289 - autobuilt deff289 diff --git a/sources b/sources index 7aab6c2..7f8d8c0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-deff289.tar.gz) = 3ddd3dd4f070dda3719ca6fa16d8220d4aa0251a9e84009c1f3c7086a1d3a304c7a4b349cb60d29df849ff314d8caa4f10bb21626a12cf6da4de49b4b26ecf8a +SHA512 (libpod-d087ade.tar.gz) = d2aced9d0fe6357696bafe74f3c29943682ae28ce65f2b332c8cec16df4914446dd307384440de17ea5e7a4d6a438184d5bed059aa504f8f67d79d5bb2e54ba6 From 4909691229f806c21b8ae2f37ba7725f70fe25be Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 19 Jul 2020 13:09:28 +0000 Subject: [PATCH 1264/2185] podman-2:2.1.0-0.91.dev.gitb7b8fce - autobuilt b7b8fce Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a13b895..5e67034 100644 --- a/.gitignore +++ b/.gitignore @@ -1165,3 +1165,4 @@ /libpod-10c5f24.tar.gz /libpod-deff289.tar.gz /libpod-d087ade.tar.gz +/libpod-b7b8fce.tar.gz diff --git a/podman.spec b/podman.spec index f7e8eb7..92a9a44 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d087adeb8716b7214ee925df749a34c8b3b01f4e +%global commit0 b7b8fce82693ae0f9ebb0561cd3e6c118ad35fe9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.90.dev.git%{shortcommit0}%{?dist} +Release: 0.91.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Jul 19 13:09:17 GMT 2020 RH Container Bot - 2:2.1.0-0.91.dev.gitb7b8fce +- autobuilt b7b8fce + * Sat Jul 18 13:09:24 GMT 2020 RH Container Bot - 2:2.1.0-0.90.dev.gitd087ade - autobuilt d087ade diff --git a/sources b/sources index 7f8d8c0..f15e065 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d087ade.tar.gz) = d2aced9d0fe6357696bafe74f3c29943682ae28ce65f2b332c8cec16df4914446dd307384440de17ea5e7a4d6a438184d5bed059aa504f8f67d79d5bb2e54ba6 +SHA512 (libpod-b7b8fce.tar.gz) = 3a106f13431f296de7290d77107027c731bd8fcb060da73ab8fc25ad70df043dd089853fda0fca88ac077474ed1236038c97d37ac0bce83b27f873cc567ee5aa From 12acd50a50fb4edc4cf0847f06aeee1450ecc33f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 20 Jul 2020 13:10:00 +0000 Subject: [PATCH 1265/2185] podman-2:2.1.0-0.92.dev.git17f9b80 - autobuilt 17f9b80 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5e67034..0f017c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1166,3 +1166,4 @@ /libpod-deff289.tar.gz /libpod-d087ade.tar.gz /libpod-b7b8fce.tar.gz +/libpod-17f9b80.tar.gz diff --git a/podman.spec b/podman.spec index 92a9a44..1cd7eca 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b7b8fce82693ae0f9ebb0561cd3e6c118ad35fe9 +%global commit0 17f9b80600bc008e7c0a4060ff3a6bb5eb56d0cc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.91.dev.git%{shortcommit0}%{?dist} +Release: 0.92.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jul 20 13:09:49 GMT 2020 RH Container Bot - 2:2.1.0-0.92.dev.git17f9b80 +- autobuilt 17f9b80 + * Sun Jul 19 13:09:17 GMT 2020 RH Container Bot - 2:2.1.0-0.91.dev.gitb7b8fce - autobuilt b7b8fce diff --git a/sources b/sources index f15e065..0304f03 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-b7b8fce.tar.gz) = 3a106f13431f296de7290d77107027c731bd8fcb060da73ab8fc25ad70df043dd089853fda0fca88ac077474ed1236038c97d37ac0bce83b27f873cc567ee5aa +SHA512 (libpod-17f9b80.tar.gz) = 769fddecfd9b15dd574c11a2009cf7fb80c11b3be3dd0ef6a21dd10a9ec94c869d8fe5fee0aeccbad197bba0936281c252f14230f3992dc53869b88bc23940b6 From 28e7fafdd9e9785b3663410169303e5bc31044f0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 20 Jul 2020 18:09:42 +0000 Subject: [PATCH 1266/2185] podman-2:2.1.0-0.93.dev.gite8de509 - autobuilt e8de509 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0f017c1..5e07681 100644 --- a/.gitignore +++ b/.gitignore @@ -1167,3 +1167,4 @@ /libpod-d087ade.tar.gz /libpod-b7b8fce.tar.gz /libpod-17f9b80.tar.gz +/libpod-e8de509.tar.gz diff --git a/podman.spec b/podman.spec index 1cd7eca..134e01b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 17f9b80600bc008e7c0a4060ff3a6bb5eb56d0cc +%global commit0 e8de509be5b6ff65088a204a5bb5fd32987f561d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.92.dev.git%{shortcommit0}%{?dist} +Release: 0.93.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jul 20 18:09:30 GMT 2020 RH Container Bot - 2:2.1.0-0.93.dev.gite8de509 +- autobuilt e8de509 + * Mon Jul 20 13:09:49 GMT 2020 RH Container Bot - 2:2.1.0-0.92.dev.git17f9b80 - autobuilt 17f9b80 diff --git a/sources b/sources index 0304f03..bc4fe21 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-17f9b80.tar.gz) = 769fddecfd9b15dd574c11a2009cf7fb80c11b3be3dd0ef6a21dd10a9ec94c869d8fe5fee0aeccbad197bba0936281c252f14230f3992dc53869b88bc23940b6 +SHA512 (libpod-e8de509.tar.gz) = cc97f8b8795cf4ce758dd859625d60ca62a7e83a4138e4bb6759d350018414fc681acceca160422bb066c409ac75aa18d3212b907df8e9acd6a60029be8d1361 From ce36b12c05157c25c8477531d69986ca394f91e4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 20 Jul 2020 19:09:46 +0000 Subject: [PATCH 1267/2185] podman-2:2.1.0-0.94.dev.git0d26a57 - autobuilt 0d26a57 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5e07681..484dadb 100644 --- a/.gitignore +++ b/.gitignore @@ -1168,3 +1168,4 @@ /libpod-b7b8fce.tar.gz /libpod-17f9b80.tar.gz /libpod-e8de509.tar.gz +/libpod-0d26a57.tar.gz diff --git a/podman.spec b/podman.spec index 134e01b..12d98ef 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e8de509be5b6ff65088a204a5bb5fd32987f561d +%global commit0 0d26a573e3cf8cc5baea84206a86cb83b433b6d5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.93.dev.git%{shortcommit0}%{?dist} +Release: 0.94.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jul 20 19:09:35 GMT 2020 RH Container Bot - 2:2.1.0-0.94.dev.git0d26a57 +- autobuilt 0d26a57 + * Mon Jul 20 18:09:30 GMT 2020 RH Container Bot - 2:2.1.0-0.93.dev.gite8de509 - autobuilt e8de509 diff --git a/sources b/sources index bc4fe21..3c0af1c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e8de509.tar.gz) = cc97f8b8795cf4ce758dd859625d60ca62a7e83a4138e4bb6759d350018414fc681acceca160422bb066c409ac75aa18d3212b907df8e9acd6a60029be8d1361 +SHA512 (libpod-0d26a57.tar.gz) = f3152d76cc8e5ac5a1a0edc57d00fb2616d8c036e6fd10d3bd0d0d0ba1c41ad783790755b17351958263993493a079774e641d05f0159bf02bce9ed01ba2f028 From 0fe571ca223a71cd11a5b3475846c10537f3c96b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 21 Jul 2020 10:09:45 +0000 Subject: [PATCH 1268/2185] podman-2:2.1.0-0.95.dev.gitdf6920a - autobuilt df6920a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 484dadb..6a7e6e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1169,3 +1169,4 @@ /libpod-17f9b80.tar.gz /libpod-e8de509.tar.gz /libpod-0d26a57.tar.gz +/libpod-df6920a.tar.gz diff --git a/podman.spec b/podman.spec index 12d98ef..9da67b9 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 0d26a573e3cf8cc5baea84206a86cb83b433b6d5 +%global commit0 df6920aa79073b2767d24c6524367384b6284b31 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.94.dev.git%{shortcommit0}%{?dist} +Release: 0.95.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jul 21 10:09:33 GMT 2020 RH Container Bot - 2:2.1.0-0.95.dev.gitdf6920a +- autobuilt df6920a + * Mon Jul 20 19:09:35 GMT 2020 RH Container Bot - 2:2.1.0-0.94.dev.git0d26a57 - autobuilt 0d26a57 diff --git a/sources b/sources index 3c0af1c..b19379c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-0d26a57.tar.gz) = f3152d76cc8e5ac5a1a0edc57d00fb2616d8c036e6fd10d3bd0d0d0ba1c41ad783790755b17351958263993493a079774e641d05f0159bf02bce9ed01ba2f028 +SHA512 (libpod-df6920a.tar.gz) = 4377c7183e8398fc622e10f18d7b7ef2b24eedd36faf054565273ed65ef012281f3156705b69dff658115ce8eaf010d019160ac1305334af9d817bae152868f3 From 1257cc2769e0d8af4ffac3dff0f95143efe2a338 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 21 Jul 2020 14:10:06 +0000 Subject: [PATCH 1269/2185] podman-2:2.1.0-0.96.dev.git644b5bc - autobuilt 644b5bc Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6a7e6e0..8a776dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1170,3 +1170,4 @@ /libpod-e8de509.tar.gz /libpod-0d26a57.tar.gz /libpod-df6920a.tar.gz +/libpod-644b5bc.tar.gz diff --git a/podman.spec b/podman.spec index 9da67b9..fd27b01 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 df6920aa79073b2767d24c6524367384b6284b31 +%global commit0 644b5bc8a35760654824c46cad8618e0d6e634bc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.95.dev.git%{shortcommit0}%{?dist} +Release: 0.96.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jul 21 14:09:54 GMT 2020 RH Container Bot - 2:2.1.0-0.96.dev.git644b5bc +- autobuilt 644b5bc + * Tue Jul 21 10:09:33 GMT 2020 RH Container Bot - 2:2.1.0-0.95.dev.gitdf6920a - autobuilt df6920a diff --git a/sources b/sources index b19379c..079af10 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-df6920a.tar.gz) = 4377c7183e8398fc622e10f18d7b7ef2b24eedd36faf054565273ed65ef012281f3156705b69dff658115ce8eaf010d019160ac1305334af9d817bae152868f3 +SHA512 (libpod-644b5bc.tar.gz) = 25cc038fd38c0b885efc69db15e408569647fdcbd21d317f4b62efa6cd4b002e7767f9b81f9619ca99f77dd9d36b918e879851e349289c3ce8189257dbc18a55 From e3fa50edc42c04fb08926a6ef97c9454c31a2227 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 21 Jul 2020 15:10:54 +0000 Subject: [PATCH 1270/2185] podman-2:2.1.0-0.97.dev.gitf8e2a35 - autobuilt f8e2a35 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8a776dd..d6b3c04 100644 --- a/.gitignore +++ b/.gitignore @@ -1171,3 +1171,4 @@ /libpod-0d26a57.tar.gz /libpod-df6920a.tar.gz /libpod-644b5bc.tar.gz +/libpod-f8e2a35.tar.gz diff --git a/podman.spec b/podman.spec index fd27b01..335e720 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 644b5bc8a35760654824c46cad8618e0d6e634bc +%global commit0 f8e2a3500e3daadf21137d1647cabf9ef20b2114 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.96.dev.git%{shortcommit0}%{?dist} +Release: 0.97.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jul 21 15:10:42 GMT 2020 RH Container Bot - 2:2.1.0-0.97.dev.gitf8e2a35 +- autobuilt f8e2a35 + * Tue Jul 21 14:09:54 GMT 2020 RH Container Bot - 2:2.1.0-0.96.dev.git644b5bc - autobuilt 644b5bc diff --git a/sources b/sources index 079af10..c98ed35 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-644b5bc.tar.gz) = 25cc038fd38c0b885efc69db15e408569647fdcbd21d317f4b62efa6cd4b002e7767f9b81f9619ca99f77dd9d36b918e879851e349289c3ce8189257dbc18a55 +SHA512 (libpod-f8e2a35.tar.gz) = 66da8460d283ffc1b912adb9206bdf303126636321c2074ae8f560d58cd36c47c8eee592ca2e3cb37a7ac3a791330fbdc6bb65b75c062d9b31608668a5024daa From 938cc7761d24e999c4162930fb9bdaf78353c13f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 21 Jul 2020 16:10:00 +0000 Subject: [PATCH 1271/2185] podman-2:2.1.0-0.98.dev.gitbe5219a - autobuilt be5219a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d6b3c04..83f40ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1172,3 +1172,4 @@ /libpod-df6920a.tar.gz /libpod-644b5bc.tar.gz /libpod-f8e2a35.tar.gz +/libpod-be5219a.tar.gz diff --git a/podman.spec b/podman.spec index 335e720..df342d3 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 f8e2a3500e3daadf21137d1647cabf9ef20b2114 +%global commit0 be5219ab9529c596421dd19bb61cdd2ced267ece %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.97.dev.git%{shortcommit0}%{?dist} +Release: 0.98.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jul 21 16:09:47 GMT 2020 RH Container Bot - 2:2.1.0-0.98.dev.gitbe5219a +- autobuilt be5219a + * Tue Jul 21 15:10:42 GMT 2020 RH Container Bot - 2:2.1.0-0.97.dev.gitf8e2a35 - autobuilt f8e2a35 diff --git a/sources b/sources index c98ed35..3e418ff 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-f8e2a35.tar.gz) = 66da8460d283ffc1b912adb9206bdf303126636321c2074ae8f560d58cd36c47c8eee592ca2e3cb37a7ac3a791330fbdc6bb65b75c062d9b31608668a5024daa +SHA512 (libpod-be5219a.tar.gz) = 08bd34b132568a263bf93c423bdb93dc13e0a1e32eaef5955bae35e90c65f0ffc5b7206226de4f13b7a234f3ade553714f63beaca7fe68c6492804be85cecdc3 From a855ae735fc09f612e96c11a83f7d450797044fc Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 21 Jul 2020 18:09:56 +0000 Subject: [PATCH 1272/2185] podman-2:2.1.0-0.99.dev.gite5b3563 - autobuilt e5b3563 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 83f40ba..9651d21 100644 --- a/.gitignore +++ b/.gitignore @@ -1173,3 +1173,4 @@ /libpod-644b5bc.tar.gz /libpod-f8e2a35.tar.gz /libpod-be5219a.tar.gz +/libpod-e5b3563.tar.gz diff --git a/podman.spec b/podman.spec index df342d3..8e0343a 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 be5219ab9529c596421dd19bb61cdd2ced267ece +%global commit0 e5b3563a897395030c5714ac014bbad79f24ede9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.98.dev.git%{shortcommit0}%{?dist} +Release: 0.99.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jul 21 18:09:44 GMT 2020 RH Container Bot - 2:2.1.0-0.99.dev.gite5b3563 +- autobuilt e5b3563 + * Tue Jul 21 16:09:47 GMT 2020 RH Container Bot - 2:2.1.0-0.98.dev.gitbe5219a - autobuilt be5219a diff --git a/sources b/sources index 3e418ff..0727c26 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-be5219a.tar.gz) = 08bd34b132568a263bf93c423bdb93dc13e0a1e32eaef5955bae35e90c65f0ffc5b7206226de4f13b7a234f3ade553714f63beaca7fe68c6492804be85cecdc3 +SHA512 (libpod-e5b3563.tar.gz) = f9e3d7696844ec4391d9952f24d15e99216ca04262079aeb911d0d27b26d46ae86a22396d12833710b8c2d54e9971a9bf986b61afddb55624be388a8f5d3bfa6 From 1287741ed64384dd2e6b3470796b01cf65d81f0b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 21 Jul 2020 21:10:16 +0000 Subject: [PATCH 1273/2185] podman-2:2.1.0-0.100.dev.git344a791 - autobuilt 344a791 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9651d21..af56d38 100644 --- a/.gitignore +++ b/.gitignore @@ -1174,3 +1174,4 @@ /libpod-f8e2a35.tar.gz /libpod-be5219a.tar.gz /libpod-e5b3563.tar.gz +/libpod-344a791.tar.gz diff --git a/podman.spec b/podman.spec index 8e0343a..553b1d5 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e5b3563a897395030c5714ac014bbad79f24ede9 +%global commit0 344a791ac2019b078dd334ef0a492ee37fe0a937 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.99.dev.git%{shortcommit0}%{?dist} +Release: 0.100.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jul 21 21:10:01 GMT 2020 RH Container Bot - 2:2.1.0-0.100.dev.git344a791 +- autobuilt 344a791 + * Tue Jul 21 18:09:44 GMT 2020 RH Container Bot - 2:2.1.0-0.99.dev.gite5b3563 - autobuilt e5b3563 diff --git a/sources b/sources index 0727c26..f8548c2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-e5b3563.tar.gz) = f9e3d7696844ec4391d9952f24d15e99216ca04262079aeb911d0d27b26d46ae86a22396d12833710b8c2d54e9971a9bf986b61afddb55624be388a8f5d3bfa6 +SHA512 (libpod-344a791.tar.gz) = 587f5e96659684507e7fbfa9d542056ca63b0d23d2be5b99ad0d823eca44971c1510c73d2488d1e28128d4b61192b8f0bb075a7a2e248dee2ec399aa9e8c28b0 From 00e531910c0fe16bcd83f30ef9f4e1bd941ae507 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 22 Jul 2020 10:10:15 +0000 Subject: [PATCH 1274/2185] podman-2:2.1.0-0.101.dev.git59bad8b - autobuilt 59bad8b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index af56d38..1d748fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1175,3 +1175,4 @@ /libpod-be5219a.tar.gz /libpod-e5b3563.tar.gz /libpod-344a791.tar.gz +/libpod-59bad8b.tar.gz diff --git a/podman.spec b/podman.spec index 553b1d5..906e0fe 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 344a791ac2019b078dd334ef0a492ee37fe0a937 +%global commit0 59bad8bf7176398dbab6b59867b17567691ffda3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.100.dev.git%{shortcommit0}%{?dist} +Release: 0.101.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 22 10:09:59 GMT 2020 RH Container Bot - 2:2.1.0-0.101.dev.git59bad8b +- autobuilt 59bad8b + * Tue Jul 21 21:10:01 GMT 2020 RH Container Bot - 2:2.1.0-0.100.dev.git344a791 - autobuilt 344a791 diff --git a/sources b/sources index f8548c2..8bb18b9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-344a791.tar.gz) = 587f5e96659684507e7fbfa9d542056ca63b0d23d2be5b99ad0d823eca44971c1510c73d2488d1e28128d4b61192b8f0bb075a7a2e248dee2ec399aa9e8c28b0 +SHA512 (libpod-59bad8b.tar.gz) = a16e56daf65834a43fa51dab6ae48b700ebab0d99e5d185f0ff2d73a6092e705027a9019747ad398295314ca9c6b486f62c7eba1939262ffad30109b764ca3c0 From 0bf79b31d0ad43dbda6616fe712fb9f07f8e2607 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 22 Jul 2020 12:10:22 +0000 Subject: [PATCH 1275/2185] podman-2:2.1.0-0.102.dev.gitef03815 - autobuilt ef03815 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1d748fd..cd1733f 100644 --- a/.gitignore +++ b/.gitignore @@ -1176,3 +1176,4 @@ /libpod-e5b3563.tar.gz /libpod-344a791.tar.gz /libpod-59bad8b.tar.gz +/libpod-ef03815.tar.gz diff --git a/podman.spec b/podman.spec index 906e0fe..20d04b8 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 59bad8bf7176398dbab6b59867b17567691ffda3 +%global commit0 ef03815117fdf1b8b43d4e2b18caa00ddb3a82b6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.101.dev.git%{shortcommit0}%{?dist} +Release: 0.102.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 22 12:10:07 GMT 2020 RH Container Bot - 2:2.1.0-0.102.dev.gitef03815 +- autobuilt ef03815 + * Wed Jul 22 10:09:59 GMT 2020 RH Container Bot - 2:2.1.0-0.101.dev.git59bad8b - autobuilt 59bad8b diff --git a/sources b/sources index 8bb18b9..7b1db9f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-59bad8b.tar.gz) = a16e56daf65834a43fa51dab6ae48b700ebab0d99e5d185f0ff2d73a6092e705027a9019747ad398295314ca9c6b486f62c7eba1939262ffad30109b764ca3c0 +SHA512 (libpod-ef03815.tar.gz) = 017325c605340908809d0ce5d41cfca1c4ce5b1f192d51f3f2ff3cac1904f614558fc1dcf6dc46ee84cded3644823923c0a54cf8158e76f29e8b30e620a71905 From 8300d4d51c5c5cdd4686e13beb10367871dc4a40 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 22 Jul 2020 13:10:09 +0000 Subject: [PATCH 1276/2185] podman-2:2.1.0-0.103.dev.git9f5d146 - autobuilt 9f5d146 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cd1733f..cce4987 100644 --- a/.gitignore +++ b/.gitignore @@ -1177,3 +1177,4 @@ /libpod-344a791.tar.gz /libpod-59bad8b.tar.gz /libpod-ef03815.tar.gz +/libpod-9f5d146.tar.gz diff --git a/podman.spec b/podman.spec index 20d04b8..cfaad1c 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 ef03815117fdf1b8b43d4e2b18caa00ddb3a82b6 +%global commit0 9f5d1462be20c86afe363750ecc20ee89e0b3978 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.102.dev.git%{shortcommit0}%{?dist} +Release: 0.103.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 22 13:09:55 GMT 2020 RH Container Bot - 2:2.1.0-0.103.dev.git9f5d146 +- autobuilt 9f5d146 + * Wed Jul 22 12:10:07 GMT 2020 RH Container Bot - 2:2.1.0-0.102.dev.gitef03815 - autobuilt ef03815 diff --git a/sources b/sources index 7b1db9f..3421b55 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-ef03815.tar.gz) = 017325c605340908809d0ce5d41cfca1c4ce5b1f192d51f3f2ff3cac1904f614558fc1dcf6dc46ee84cded3644823923c0a54cf8158e76f29e8b30e620a71905 +SHA512 (libpod-9f5d146.tar.gz) = 91cdc0f810174e5a6a0c00befa64f87e62a1bade3509ef5168695d8ab4237e28d18f6720925f976b3484fc8687f3e4da9c05089cf0abc3e93af34da93a06efe0 From 2d4ab3e636fc39990946f5c499bc9982858834cc Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 22 Jul 2020 14:10:14 +0000 Subject: [PATCH 1277/2185] podman-2:2.1.0-0.104.dev.git80add29 - autobuilt 80add29 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cce4987..d5fd703 100644 --- a/.gitignore +++ b/.gitignore @@ -1178,3 +1178,4 @@ /libpod-59bad8b.tar.gz /libpod-ef03815.tar.gz /libpod-9f5d146.tar.gz +/libpod-80add29.tar.gz diff --git a/podman.spec b/podman.spec index cfaad1c..d7c6c47 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9f5d1462be20c86afe363750ecc20ee89e0b3978 +%global commit0 80add2902cf3561d2c9f91dc045076519cd297d5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.103.dev.git%{shortcommit0}%{?dist} +Release: 0.104.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 22 14:09:59 GMT 2020 RH Container Bot - 2:2.1.0-0.104.dev.git80add29 +- autobuilt 80add29 + * Wed Jul 22 13:09:55 GMT 2020 RH Container Bot - 2:2.1.0-0.103.dev.git9f5d146 - autobuilt 9f5d146 diff --git a/sources b/sources index 3421b55..0a90937 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-9f5d146.tar.gz) = 91cdc0f810174e5a6a0c00befa64f87e62a1bade3509ef5168695d8ab4237e28d18f6720925f976b3484fc8687f3e4da9c05089cf0abc3e93af34da93a06efe0 +SHA512 (libpod-80add29.tar.gz) = 9af59b9fd126f3c984a18cefe597eb14e35886bda46c075073e3e36299846f0597cee3dd49771b6e32df10fca2943e3f65e2625040c6ad08b4b1068262d28def From edcc5ebb2053701b03fac4e10fc1ebfbac23a345 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 22 Jul 2020 19:10:12 +0000 Subject: [PATCH 1278/2185] podman-2:2.1.0-0.105.dev.gitd493374 - autobuilt d493374 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d5fd703..1075ca6 100644 --- a/.gitignore +++ b/.gitignore @@ -1179,3 +1179,4 @@ /libpod-ef03815.tar.gz /libpod-9f5d146.tar.gz /libpod-80add29.tar.gz +/libpod-d493374.tar.gz diff --git a/podman.spec b/podman.spec index d7c6c47..31ea6b6 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 80add2902cf3561d2c9f91dc045076519cd297d5 +%global commit0 d493374eb4b0e9f5f58548d445f02c0a8cf00298 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.104.dev.git%{shortcommit0}%{?dist} +Release: 0.105.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 22 19:09:56 GMT 2020 RH Container Bot - 2:2.1.0-0.105.dev.gitd493374 +- autobuilt d493374 + * Wed Jul 22 14:09:59 GMT 2020 RH Container Bot - 2:2.1.0-0.104.dev.git80add29 - autobuilt 80add29 diff --git a/sources b/sources index 0a90937..8820498 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-80add29.tar.gz) = 9af59b9fd126f3c984a18cefe597eb14e35886bda46c075073e3e36299846f0597cee3dd49771b6e32df10fca2943e3f65e2625040c6ad08b4b1068262d28def +SHA512 (libpod-d493374.tar.gz) = 540a362ab18bd3d75592a4b0eaf00ae44f72c278345051c6b4a5ce1bd6b34e65155e72830523eeb71904e6930a9217e4c1c67cc61e77c34464f6a9b3c4ab0b59 From d6714c2626b29b63acf6fe8463c3dcce6bd2b892 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 22 Jul 2020 21:10:23 +0000 Subject: [PATCH 1279/2185] podman-2:2.1.0-0.106.dev.git9223b72 - autobuilt 9223b72 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1075ca6..6369609 100644 --- a/.gitignore +++ b/.gitignore @@ -1180,3 +1180,4 @@ /libpod-9f5d146.tar.gz /libpod-80add29.tar.gz /libpod-d493374.tar.gz +/libpod-9223b72.tar.gz diff --git a/podman.spec b/podman.spec index 31ea6b6..6020146 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d493374eb4b0e9f5f58548d445f02c0a8cf00298 +%global commit0 9223b721b38c2605320be540e9abd501a351ed72 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.105.dev.git%{shortcommit0}%{?dist} +Release: 0.106.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 22 21:10:06 GMT 2020 RH Container Bot - 2:2.1.0-0.106.dev.git9223b72 +- autobuilt 9223b72 + * Wed Jul 22 19:09:56 GMT 2020 RH Container Bot - 2:2.1.0-0.105.dev.gitd493374 - autobuilt d493374 diff --git a/sources b/sources index 8820498..2a5f57a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d493374.tar.gz) = 540a362ab18bd3d75592a4b0eaf00ae44f72c278345051c6b4a5ce1bd6b34e65155e72830523eeb71904e6930a9217e4c1c67cc61e77c34464f6a9b3c4ab0b59 +SHA512 (libpod-9223b72.tar.gz) = fd79e173af21595cc8fedc61ede3e0c94889b0ad0c4a774209e6822eab53e2a23ace7ec2c996c5bd7f3b5e0e5ab7dd47a5c15b20b647a4c13d6bdaae42326ec0 From 55f316628cbfe6c3462ac7f9ecfd3e7fcd8bd1eb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 22 Jul 2020 22:09:51 +0000 Subject: [PATCH 1280/2185] podman-2:2.1.0-0.107.dev.git1aac197 - autobuilt 1aac197 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6369609..5b4a490 100644 --- a/.gitignore +++ b/.gitignore @@ -1181,3 +1181,4 @@ /libpod-80add29.tar.gz /libpod-d493374.tar.gz /libpod-9223b72.tar.gz +/libpod-1aac197.tar.gz diff --git a/podman.spec b/podman.spec index 6020146..5a99099 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9223b721b38c2605320be540e9abd501a351ed72 +%global commit0 1aac197f79e91b06ec7e948bd73bb2464e8a508f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.106.dev.git%{shortcommit0}%{?dist} +Release: 0.107.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 22 22:09:36 GMT 2020 RH Container Bot - 2:2.1.0-0.107.dev.git1aac197 +- autobuilt 1aac197 + * Wed Jul 22 21:10:06 GMT 2020 RH Container Bot - 2:2.1.0-0.106.dev.git9223b72 - autobuilt 9223b72 diff --git a/sources b/sources index 2a5f57a..2054c02 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-9223b72.tar.gz) = fd79e173af21595cc8fedc61ede3e0c94889b0ad0c4a774209e6822eab53e2a23ace7ec2c996c5bd7f3b5e0e5ab7dd47a5c15b20b647a4c13d6bdaae42326ec0 +SHA512 (libpod-1aac197.tar.gz) = 607fc734e1e3138ea537ff53390798998f5526f96c0723716b842a69cbe386ef6361d1398d46e8e11822482df6fd5aab1968e7d953eef43986cf532d7d29dd50 From 657020c766fa281c99b684ef7030cfb8cd11c63f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 23 Jul 2020 18:10:13 +0000 Subject: [PATCH 1281/2185] podman-2:2.1.0-0.108.dev.git961fa6a - autobuilt 961fa6a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5b4a490..9c31a3a 100644 --- a/.gitignore +++ b/.gitignore @@ -1182,3 +1182,4 @@ /libpod-d493374.tar.gz /libpod-9223b72.tar.gz /libpod-1aac197.tar.gz +/libpod-961fa6a.tar.gz diff --git a/podman.spec b/podman.spec index 5a99099..331852b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 1aac197f79e91b06ec7e948bd73bb2464e8a508f +%global commit0 961fa6a6082990276300aaf39834da13183bb88e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -44,7 +44,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.0.2 +%define built_tag v2.0.3 Name: podman %if 0%{?fedora} @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.107.dev.git%{shortcommit0}%{?dist} +Release: 0.108.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jul 23 18:09:59 GMT 2020 RH Container Bot - 2:2.1.0-0.108.dev.git961fa6a +- autobuilt 961fa6a + * Wed Jul 22 22:09:36 GMT 2020 RH Container Bot - 2:2.1.0-0.107.dev.git1aac197 - autobuilt 1aac197 diff --git a/sources b/sources index 2054c02..d050796 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-1aac197.tar.gz) = 607fc734e1e3138ea537ff53390798998f5526f96c0723716b842a69cbe386ef6361d1398d46e8e11822482df6fd5aab1968e7d953eef43986cf532d7d29dd50 +SHA512 (libpod-961fa6a.tar.gz) = e352d00268fc2d15016cf85a545b1f9caf9a1315257c1332c19a3821055f5fb9d67de56f8a90b501800fc26ca9cbbf14af2865b383617d16fb3e99663d5d03bd From 9459efce8c9961142b2e33981fadf902038a7098 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 23 Jul 2020 20:10:08 +0000 Subject: [PATCH 1282/2185] podman-2:2.1.0-0.109.dev.git197825d - autobuilt 197825d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9c31a3a..05a9f40 100644 --- a/.gitignore +++ b/.gitignore @@ -1183,3 +1183,4 @@ /libpod-9223b72.tar.gz /libpod-1aac197.tar.gz /libpod-961fa6a.tar.gz +/libpod-197825d.tar.gz diff --git a/podman.spec b/podman.spec index 331852b..f1fafae 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 961fa6a6082990276300aaf39834da13183bb88e +%global commit0 197825d2abeb3abaa0d71cb8574c036eaf211ab5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.108.dev.git%{shortcommit0}%{?dist} +Release: 0.109.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jul 23 20:09:53 GMT 2020 RH Container Bot - 2:2.1.0-0.109.dev.git197825d +- autobuilt 197825d + * Thu Jul 23 18:09:59 GMT 2020 RH Container Bot - 2:2.1.0-0.108.dev.git961fa6a - autobuilt 961fa6a diff --git a/sources b/sources index d050796..25cf535 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-961fa6a.tar.gz) = e352d00268fc2d15016cf85a545b1f9caf9a1315257c1332c19a3821055f5fb9d67de56f8a90b501800fc26ca9cbbf14af2865b383617d16fb3e99663d5d03bd +SHA512 (libpod-197825d.tar.gz) = d727fb0705c0122648f81fdb0f8489a2f16617e19ff4272779dd467979b12293d8e8e93eaca0a58598b70d543db5bdb154e74cdebaebf7b392f4d16cd9be2ae6 From 2d24e7bd6fb36d940774264ccf03b5456824d82e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 24 Jul 2020 09:10:06 +0000 Subject: [PATCH 1283/2185] podman-2:2.1.0-0.110.dev.gitd924476 - autobuilt d924476 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 05a9f40..0bcbde8 100644 --- a/.gitignore +++ b/.gitignore @@ -1184,3 +1184,4 @@ /libpod-1aac197.tar.gz /libpod-961fa6a.tar.gz /libpod-197825d.tar.gz +/libpod-d924476.tar.gz diff --git a/podman.spec b/podman.spec index f1fafae..d0f30d1 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 197825d2abeb3abaa0d71cb8574c036eaf211ab5 +%global commit0 d9244761e4a637f8b2a109ba4b85fd0cc6bd34dc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.109.dev.git%{shortcommit0}%{?dist} +Release: 0.110.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jul 24 09:09:52 GMT 2020 RH Container Bot - 2:2.1.0-0.110.dev.gitd924476 +- autobuilt d924476 + * Thu Jul 23 20:09:53 GMT 2020 RH Container Bot - 2:2.1.0-0.109.dev.git197825d - autobuilt 197825d diff --git a/sources b/sources index 25cf535..0557c4e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-197825d.tar.gz) = d727fb0705c0122648f81fdb0f8489a2f16617e19ff4272779dd467979b12293d8e8e93eaca0a58598b70d543db5bdb154e74cdebaebf7b392f4d16cd9be2ae6 +SHA512 (libpod-d924476.tar.gz) = 14548fc1225584ff39ae76c250061a369017d959a0b0a46b44536e5991441e3f4dc2d5d95ba65e110da529dff21f704c12092f4a6771cf9ec155dd427dca6dab From 072490dd1aac4588cab9fb3348a12fa1231222b7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 24 Jul 2020 15:10:20 +0000 Subject: [PATCH 1284/2185] podman-2:2.1.0-0.111.dev.gitc2deeff - autobuilt c2deeff Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0bcbde8..1c0a51d 100644 --- a/.gitignore +++ b/.gitignore @@ -1185,3 +1185,4 @@ /libpod-961fa6a.tar.gz /libpod-197825d.tar.gz /libpod-d924476.tar.gz +/libpod-c2deeff.tar.gz diff --git a/podman.spec b/podman.spec index d0f30d1..f2f5dea 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d9244761e4a637f8b2a109ba4b85fd0cc6bd34dc +%global commit0 c2deeff10101a5d9da70ecf496f8bdfc4ec99fb4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.110.dev.git%{shortcommit0}%{?dist} +Release: 0.111.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jul 24 15:10:04 GMT 2020 RH Container Bot - 2:2.1.0-0.111.dev.gitc2deeff +- autobuilt c2deeff + * Fri Jul 24 09:09:52 GMT 2020 RH Container Bot - 2:2.1.0-0.110.dev.gitd924476 - autobuilt d924476 diff --git a/sources b/sources index 0557c4e..927c8a8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d924476.tar.gz) = 14548fc1225584ff39ae76c250061a369017d959a0b0a46b44536e5991441e3f4dc2d5d95ba65e110da529dff21f704c12092f4a6771cf9ec155dd427dca6dab +SHA512 (libpod-c2deeff.tar.gz) = ae9ef21b15b822e870c307609d6e5c6e5b01342717dd35202863c9983513d33bfe0014bc7f9db5aaf66cb7de2b3a30981a4a6414141a38f38ef2cc61344e7b77 From 6d7bca0e97b9fd108a9cba2c434b53e5f59354ec Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 26 Jul 2020 12:10:01 +0000 Subject: [PATCH 1285/2185] podman-2:2.1.0-0.112.dev.git11e8e65 - autobuilt 11e8e65 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1c0a51d..16ed066 100644 --- a/.gitignore +++ b/.gitignore @@ -1186,3 +1186,4 @@ /libpod-197825d.tar.gz /libpod-d924476.tar.gz /libpod-c2deeff.tar.gz +/libpod-11e8e65.tar.gz diff --git a/podman.spec b/podman.spec index f2f5dea..2fcbda2 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 c2deeff10101a5d9da70ecf496f8bdfc4ec99fb4 +%global commit0 11e8e655683535999f4d7f2b79859a8ec537b765 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.111.dev.git%{shortcommit0}%{?dist} +Release: 0.112.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Jul 26 12:09:47 GMT 2020 RH Container Bot - 2:2.1.0-0.112.dev.git11e8e65 +- autobuilt 11e8e65 + * Fri Jul 24 15:10:04 GMT 2020 RH Container Bot - 2:2.1.0-0.111.dev.gitc2deeff - autobuilt c2deeff diff --git a/sources b/sources index 927c8a8..4376467 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-c2deeff.tar.gz) = ae9ef21b15b822e870c307609d6e5c6e5b01342717dd35202863c9983513d33bfe0014bc7f9db5aaf66cb7de2b3a30981a4a6414141a38f38ef2cc61344e7b77 +SHA512 (libpod-11e8e65.tar.gz) = 971c7f62a81611a846f26ff750971bbd66cb123728b176d187ff9118219297831dcfce84e3d93df5d9c1bf085250deb24f7bf4edac8c09f1e1ae417b1e2ed6cf From 5e3a5710351dc270917b5998e457d75641d851cf Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 27 Jul 2020 11:10:44 +0000 Subject: [PATCH 1286/2185] podman-2:2.1.0-0.113.dev.git71f7150 - autobuilt 71f7150 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 16ed066..d066c5d 100644 --- a/.gitignore +++ b/.gitignore @@ -1187,3 +1187,4 @@ /libpod-d924476.tar.gz /libpod-c2deeff.tar.gz /libpod-11e8e65.tar.gz +/libpod-71f7150.tar.gz diff --git a/podman.spec b/podman.spec index 2fcbda2..60deaef 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 11e8e655683535999f4d7f2b79859a8ec537b765 +%global commit0 71f7150490c622708ade8348dcd85fd428c5f116 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.112.dev.git%{shortcommit0}%{?dist} +Release: 0.113.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jul 27 11:10:29 GMT 2020 RH Container Bot - 2:2.1.0-0.113.dev.git71f7150 +- autobuilt 71f7150 + * Sun Jul 26 12:09:47 GMT 2020 RH Container Bot - 2:2.1.0-0.112.dev.git11e8e65 - autobuilt 11e8e65 diff --git a/sources b/sources index 4376467..6eafc39 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-11e8e65.tar.gz) = 971c7f62a81611a846f26ff750971bbd66cb123728b176d187ff9118219297831dcfce84e3d93df5d9c1bf085250deb24f7bf4edac8c09f1e1ae417b1e2ed6cf +SHA512 (libpod-71f7150.tar.gz) = d5007b23e343bebf06dd3b979822b65a20381e51a10253582d63d298c2227c645e37c1a706a880ef04bd716c15d94426e47e71b257e8181e34da15d981c5ed31 From 967d44dace5b14708e64619567ca8aedf365db9b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 27 Jul 2020 14:10:09 +0000 Subject: [PATCH 1287/2185] podman-2:2.1.0-0.114.dev.git55a7faf - autobuilt 55a7faf Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d066c5d..655883d 100644 --- a/.gitignore +++ b/.gitignore @@ -1188,3 +1188,4 @@ /libpod-c2deeff.tar.gz /libpod-11e8e65.tar.gz /libpod-71f7150.tar.gz +/libpod-55a7faf.tar.gz diff --git a/podman.spec b/podman.spec index 60deaef..17ac8a6 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 71f7150490c622708ade8348dcd85fd428c5f116 +%global commit0 55a7faf2b8f09034064029887cc85811a7dae582 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.113.dev.git%{shortcommit0}%{?dist} +Release: 0.114.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jul 27 14:09:53 GMT 2020 RH Container Bot - 2:2.1.0-0.114.dev.git55a7faf +- autobuilt 55a7faf + * Mon Jul 27 11:10:29 GMT 2020 RH Container Bot - 2:2.1.0-0.113.dev.git71f7150 - autobuilt 71f7150 diff --git a/sources b/sources index 6eafc39..e386b36 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-71f7150.tar.gz) = d5007b23e343bebf06dd3b979822b65a20381e51a10253582d63d298c2227c645e37c1a706a880ef04bd716c15d94426e47e71b257e8181e34da15d981c5ed31 +SHA512 (libpod-55a7faf.tar.gz) = f5d2ecb0a32857a91f468dd84b9a0c3095a582938a0e3108d9d32a05aee00a9d7105b94836c1aba4f0ebf761fd7dc9f03df022c951c8a07ed08befbecdbadf03 From 3edd6c8bd593dd8d856c8ebfffa74796dc85a70f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 27 Jul 2020 15:09:45 +0000 Subject: [PATCH 1288/2185] podman-2:2.1.0-0.115.dev.git5e9b54f - autobuilt 5e9b54f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 655883d..ed627d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1189,3 +1189,4 @@ /libpod-11e8e65.tar.gz /libpod-71f7150.tar.gz /libpod-55a7faf.tar.gz +/libpod-5e9b54f.tar.gz diff --git a/podman.spec b/podman.spec index 17ac8a6..5326e06 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 55a7faf2b8f09034064029887cc85811a7dae582 +%global commit0 5e9b54f9543f5160592578e6e8aa9d4ed6bbf3e8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.114.dev.git%{shortcommit0}%{?dist} +Release: 0.115.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jul 27 15:09:31 GMT 2020 RH Container Bot - 2:2.1.0-0.115.dev.git5e9b54f +- autobuilt 5e9b54f + * Mon Jul 27 14:09:53 GMT 2020 RH Container Bot - 2:2.1.0-0.114.dev.git55a7faf - autobuilt 55a7faf diff --git a/sources b/sources index e386b36..ef3cb53 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-55a7faf.tar.gz) = f5d2ecb0a32857a91f468dd84b9a0c3095a582938a0e3108d9d32a05aee00a9d7105b94836c1aba4f0ebf761fd7dc9f03df022c951c8a07ed08befbecdbadf03 +SHA512 (libpod-5e9b54f.tar.gz) = a07608761c5545c5e82c19a7f3e2ba980f66986e7591d96eed76865de0560a0e8f9a2b60b77e73916cf7479bbcbb40f5d6414f92a16fea1cd4710c6aae977d85 From a010b30a06402d3401f2a133243f33f7ff2cdabc Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 27 Jul 2020 18:10:14 +0000 Subject: [PATCH 1289/2185] podman-2:2.1.0-0.116.dev.gitbf92ec5 - autobuilt bf92ec5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ed627d1..7d5efa6 100644 --- a/.gitignore +++ b/.gitignore @@ -1190,3 +1190,4 @@ /libpod-71f7150.tar.gz /libpod-55a7faf.tar.gz /libpod-5e9b54f.tar.gz +/libpod-bf92ec5.tar.gz diff --git a/podman.spec b/podman.spec index 5326e06..0cd0d5b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 5e9b54f9543f5160592578e6e8aa9d4ed6bbf3e8 +%global commit0 bf92ec523494859301e6337539bc0d97e232b80a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.115.dev.git%{shortcommit0}%{?dist} +Release: 0.116.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jul 27 18:10:00 GMT 2020 RH Container Bot - 2:2.1.0-0.116.dev.gitbf92ec5 +- autobuilt bf92ec5 + * Mon Jul 27 15:09:31 GMT 2020 RH Container Bot - 2:2.1.0-0.115.dev.git5e9b54f - autobuilt 5e9b54f diff --git a/sources b/sources index ef3cb53..d66f876 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-5e9b54f.tar.gz) = a07608761c5545c5e82c19a7f3e2ba980f66986e7591d96eed76865de0560a0e8f9a2b60b77e73916cf7479bbcbb40f5d6414f92a16fea1cd4710c6aae977d85 +SHA512 (libpod-bf92ec5.tar.gz) = 6b31da509befddf75ca90f2055ee9339ca963e159db62f59b71bc7ae32392d937a5cd122b278bc3617c4c8ad3d59fc435d8aa510cd6c12592acb9617f805ff99 From 463e25ae5071ef00c39d889f3f2e2a25d8b1f9ce Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 27 Jul 2020 19:10:04 +0000 Subject: [PATCH 1290/2185] podman-2:2.1.0-0.117.dev.git956caf3 - autobuilt 956caf3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7d5efa6..9d0f103 100644 --- a/.gitignore +++ b/.gitignore @@ -1191,3 +1191,4 @@ /libpod-55a7faf.tar.gz /libpod-5e9b54f.tar.gz /libpod-bf92ec5.tar.gz +/libpod-956caf3.tar.gz diff --git a/podman.spec b/podman.spec index 0cd0d5b..276f7ce 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 bf92ec523494859301e6337539bc0d97e232b80a +%global commit0 956caf303a80105845b8e94b7018416abc59a474 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.116.dev.git%{shortcommit0}%{?dist} +Release: 0.117.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jul 27 19:09:49 GMT 2020 RH Container Bot - 2:2.1.0-0.117.dev.git956caf3 +- autobuilt 956caf3 + * Mon Jul 27 18:10:00 GMT 2020 RH Container Bot - 2:2.1.0-0.116.dev.gitbf92ec5 - autobuilt bf92ec5 diff --git a/sources b/sources index d66f876..867b94a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-bf92ec5.tar.gz) = 6b31da509befddf75ca90f2055ee9339ca963e159db62f59b71bc7ae32392d937a5cd122b278bc3617c4c8ad3d59fc435d8aa510cd6c12592acb9617f805ff99 +SHA512 (libpod-956caf3.tar.gz) = 62c730ff7b293bc17871faf370f3ddca15a73a239dba80d50eea97e3ba8a52817f8879c384eadeaa1ef4170163ffeb7473c6dfd386324d03766fd602dff9491d From 0f912f7878d5a0864dada33fd6832577e1faf2a4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 27 Jul 2020 20:10:13 +0000 Subject: [PATCH 1291/2185] podman-2:2.1.0-0.118.dev.git2b7bc9b - autobuilt 2b7bc9b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9d0f103..d943a64 100644 --- a/.gitignore +++ b/.gitignore @@ -1192,3 +1192,4 @@ /libpod-5e9b54f.tar.gz /libpod-bf92ec5.tar.gz /libpod-956caf3.tar.gz +/libpod-2b7bc9b.tar.gz diff --git a/podman.spec b/podman.spec index 276f7ce..cae5240 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 956caf303a80105845b8e94b7018416abc59a474 +%global commit0 2b7bc9b101887a789a9fc0282d448efad824404f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.117.dev.git%{shortcommit0}%{?dist} +Release: 0.118.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jul 27 20:09:57 GMT 2020 RH Container Bot - 2:2.1.0-0.118.dev.git2b7bc9b +- autobuilt 2b7bc9b + * Mon Jul 27 19:09:49 GMT 2020 RH Container Bot - 2:2.1.0-0.117.dev.git956caf3 - autobuilt 956caf3 diff --git a/sources b/sources index 867b94a..9681d94 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-956caf3.tar.gz) = 62c730ff7b293bc17871faf370f3ddca15a73a239dba80d50eea97e3ba8a52817f8879c384eadeaa1ef4170163ffeb7473c6dfd386324d03766fd602dff9491d +SHA512 (libpod-2b7bc9b.tar.gz) = e3f9b446579776f97b2138d49dbeb8cf7fd4fa608b8b747db26957c2240448a4d2882eb050ee7c33521fb3150606ed0675c46adfdb4d28cd768f3c3bc8d68468 From 4190cd931d89f73f41d9dfd279daa140794d2d48 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 28 Jul 2020 08:10:50 +0000 Subject: [PATCH 1292/2185] podman-2:2.1.0-0.119.dev.gitd463715 - autobuilt d463715 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d943a64..3114fe6 100644 --- a/.gitignore +++ b/.gitignore @@ -1193,3 +1193,4 @@ /libpod-bf92ec5.tar.gz /libpod-956caf3.tar.gz /libpod-2b7bc9b.tar.gz +/libpod-d463715.tar.gz diff --git a/podman.spec b/podman.spec index cae5240..4dbf582 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 2b7bc9b101887a789a9fc0282d448efad824404f +%global commit0 d463715ce75254a7a52e902b36f91431197ab4a8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.118.dev.git%{shortcommit0}%{?dist} +Release: 0.119.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jul 28 08:10:34 GMT 2020 RH Container Bot - 2:2.1.0-0.119.dev.gitd463715 +- autobuilt d463715 + * Mon Jul 27 20:09:57 GMT 2020 RH Container Bot - 2:2.1.0-0.118.dev.git2b7bc9b - autobuilt 2b7bc9b diff --git a/sources b/sources index 9681d94..4dbd3df 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-2b7bc9b.tar.gz) = e3f9b446579776f97b2138d49dbeb8cf7fd4fa608b8b747db26957c2240448a4d2882eb050ee7c33521fb3150606ed0675c46adfdb4d28cd768f3c3bc8d68468 +SHA512 (libpod-d463715.tar.gz) = 262e10bf78040d26aab01a710cd3c80f11e86377624d77f777658cc64c2c91704594d77f4b5400f9a3fe4b2655b62c1d1ad1f7032c09db50f8367628307f489c From 0735626c61dca48c0134ec9145082fb93eafa93d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 28 Jul 2020 12:10:16 +0000 Subject: [PATCH 1293/2185] podman-2:2.1.0-0.120.dev.git91c92d1 - autobuilt 91c92d1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3114fe6..996d5c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1194,3 +1194,4 @@ /libpod-956caf3.tar.gz /libpod-2b7bc9b.tar.gz /libpod-d463715.tar.gz +/libpod-91c92d1.tar.gz diff --git a/podman.spec b/podman.spec index 4dbf582..b5f2215 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d463715ce75254a7a52e902b36f91431197ab4a8 +%global commit0 91c92d10fc64af7e7813ba46f8eae8a8e7db44de %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.119.dev.git%{shortcommit0}%{?dist} +Release: 0.120.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jul 28 12:10:00 GMT 2020 RH Container Bot - 2:2.1.0-0.120.dev.git91c92d1 +- autobuilt 91c92d1 + * Tue Jul 28 08:10:34 GMT 2020 RH Container Bot - 2:2.1.0-0.119.dev.gitd463715 - autobuilt d463715 diff --git a/sources b/sources index 4dbd3df..34976ba 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-d463715.tar.gz) = 262e10bf78040d26aab01a710cd3c80f11e86377624d77f777658cc64c2c91704594d77f4b5400f9a3fe4b2655b62c1d1ad1f7032c09db50f8367628307f489c +SHA512 (libpod-91c92d1.tar.gz) = 1684e793e23817c25736347de880ecb2725eaa998944510e18dd650a9339b5f79ae68fb962e12ea0848ddb6c7bd0dae09479d2b3187418f6cbf0abd2de2b07f1 From 5dc4b5011f38d92898dd89d8b1acb8ce27c0d1cd Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 28 Jul 2020 13:09:56 +0000 Subject: [PATCH 1294/2185] podman-2:2.1.0-0.121.dev.gitec69497 - autobuilt ec69497 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 996d5c2..f4657ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1195,3 +1195,4 @@ /libpod-2b7bc9b.tar.gz /libpod-d463715.tar.gz /libpod-91c92d1.tar.gz +/libpod-ec69497.tar.gz diff --git a/podman.spec b/podman.spec index b5f2215..adc70c1 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 91c92d10fc64af7e7813ba46f8eae8a8e7db44de +%global commit0 ec69497b18f70400b21e1ec198299f9fe4f1df7a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.120.dev.git%{shortcommit0}%{?dist} +Release: 0.121.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jul 28 13:09:42 GMT 2020 RH Container Bot - 2:2.1.0-0.121.dev.gitec69497 +- autobuilt ec69497 + * Tue Jul 28 12:10:00 GMT 2020 RH Container Bot - 2:2.1.0-0.120.dev.git91c92d1 - autobuilt 91c92d1 diff --git a/sources b/sources index 34976ba..d859ef9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-91c92d1.tar.gz) = 1684e793e23817c25736347de880ecb2725eaa998944510e18dd650a9339b5f79ae68fb962e12ea0848ddb6c7bd0dae09479d2b3187418f6cbf0abd2de2b07f1 +SHA512 (libpod-ec69497.tar.gz) = 6f90e7097eaf2fa5d557540dd428218de950888ddc2a3fe646dcf882d3c7392c71cd4ba0a13f5d8614f8f1bbbe8072652680daead96929f4797d62e9b797cdcd From 86adf5b64746ca5142d02df0e93ca8b137f738af Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 28 Jul 2020 14:10:19 +0000 Subject: [PATCH 1295/2185] podman-2:2.1.0-0.122.dev.git6ed9868 - autobuilt 6ed9868 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f4657ce..6f39431 100644 --- a/.gitignore +++ b/.gitignore @@ -1196,3 +1196,4 @@ /libpod-d463715.tar.gz /libpod-91c92d1.tar.gz /libpod-ec69497.tar.gz +/libpod-6ed9868.tar.gz diff --git a/podman.spec b/podman.spec index adc70c1..f32c495 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 ec69497b18f70400b21e1ec198299f9fe4f1df7a +%global commit0 6ed9868a34a875359852a910c23248946de59d20 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.121.dev.git%{shortcommit0}%{?dist} +Release: 0.122.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jul 28 14:10:01 GMT 2020 RH Container Bot - 2:2.1.0-0.122.dev.git6ed9868 +- autobuilt 6ed9868 + * Tue Jul 28 13:09:42 GMT 2020 RH Container Bot - 2:2.1.0-0.121.dev.gitec69497 - autobuilt ec69497 diff --git a/sources b/sources index d859ef9..2dee71f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-ec69497.tar.gz) = 6f90e7097eaf2fa5d557540dd428218de950888ddc2a3fe646dcf882d3c7392c71cd4ba0a13f5d8614f8f1bbbe8072652680daead96929f4797d62e9b797cdcd +SHA512 (libpod-6ed9868.tar.gz) = 6dd3d61e224080df3f9fdd462ed9ca4144902efc9f3a5573eacfb83340ed05ca2333da170aba4bd1995cf1149b104ff8cac2f34e1c018549d8a961f0068269e7 From d6d6cb78b93247d8d3665333b5b8ee8d2aeae2c1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 28 Jul 2020 14:26:57 +0000 Subject: [PATCH 1296/2185] podman-2:2.1.0-0.123.dev.git288ebec - autobuilt 288ebec Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6f39431..6199c86 100644 --- a/.gitignore +++ b/.gitignore @@ -1197,3 +1197,4 @@ /libpod-91c92d1.tar.gz /libpod-ec69497.tar.gz /libpod-6ed9868.tar.gz +/libpod-288ebec.tar.gz diff --git a/podman.spec b/podman.spec index f32c495..b48b3da 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 6ed9868a34a875359852a910c23248946de59d20 +%global commit0 288ebec6e737c105fa0ef43412de4e0a8997feb9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.122.dev.git%{shortcommit0}%{?dist} +Release: 0.123.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jul 28 14:26:41 GMT 2020 RH Container Bot - 2:2.1.0-0.123.dev.git288ebec +- autobuilt 288ebec + * Tue Jul 28 14:10:01 GMT 2020 RH Container Bot - 2:2.1.0-0.122.dev.git6ed9868 - autobuilt 6ed9868 diff --git a/sources b/sources index 2dee71f..1da2611 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-6ed9868.tar.gz) = 6dd3d61e224080df3f9fdd462ed9ca4144902efc9f3a5573eacfb83340ed05ca2333da170aba4bd1995cf1149b104ff8cac2f34e1c018549d8a961f0068269e7 +SHA512 (libpod-288ebec.tar.gz) = 4a575ea46f1b9f306917bedd7c25f150ac66a16c697d4d2e59e3b26df17709343a3374c7880baa6023cbc17a8e8126689c5aa27feb082991f94bfabad421b72e From ded88dc22cb737cef71619e731be613d5d05ff63 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 28 Jul 2020 10:39:13 -0400 Subject: [PATCH 1297/2185] repo and import_path rename Signed-off-by: Lokesh Mandvekar --- podman.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index b48b3da..575c360 100644 --- a/podman.spec +++ b/podman.spec @@ -25,7 +25,7 @@ %global provider github %global provider_tld com %global project containers -%global repo libpod +%global repo %{name} # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} @@ -61,7 +61,7 @@ Release: 0.123.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ -Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz +Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{shortcommit_plugins}.tar.gz Provides: %{name}-manpages = %{epoch}:%{version}-%{release} Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release} From 19b43642072166bc478686d0d58583a6be536a3e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 28 Jul 2020 11:01:57 -0400 Subject: [PATCH 1298/2185] update sources file Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6199c86..3f5ecbb 100644 --- a/.gitignore +++ b/.gitignore @@ -1198,3 +1198,4 @@ /libpod-ec69497.tar.gz /libpod-6ed9868.tar.gz /libpod-288ebec.tar.gz +/podman-288ebec.tar.gz diff --git a/sources b/sources index 1da2611..0d37e18 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-288ebec.tar.gz) = 4a575ea46f1b9f306917bedd7c25f150ac66a16c697d4d2e59e3b26df17709343a3374c7880baa6023cbc17a8e8126689c5aa27feb082991f94bfabad421b72e +SHA512 (podman-288ebec.tar.gz) = 4a575ea46f1b9f306917bedd7c25f150ac66a16c697d4d2e59e3b26df17709343a3374c7880baa6023cbc17a8e8126689c5aa27feb082991f94bfabad421b72e From c96cf45746a0c19d3119606362959ded7eaaf64b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 28 Jul 2020 22:10:13 +0000 Subject: [PATCH 1299/2185] podman-2:2.1.0-0.124.dev.gitb0777ad - autobuilt b0777ad Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3f5ecbb..0e85fe1 100644 --- a/.gitignore +++ b/.gitignore @@ -1199,3 +1199,4 @@ /libpod-6ed9868.tar.gz /libpod-288ebec.tar.gz /podman-288ebec.tar.gz +/podman-b0777ad.tar.gz diff --git a/podman.spec b/podman.spec index 575c360..cf3aef5 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 288ebec6e737c105fa0ef43412de4e0a8997feb9 +%global commit0 b0777adcacef2f568ea68af81e6889d4cbdc3e0f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.123.dev.git%{shortcommit0}%{?dist} +Release: 0.124.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jul 28 22:09:57 GMT 2020 RH Container Bot - 2:2.1.0-0.124.dev.gitb0777ad +- autobuilt b0777ad + * Tue Jul 28 14:26:41 GMT 2020 RH Container Bot - 2:2.1.0-0.123.dev.git288ebec - autobuilt 288ebec diff --git a/sources b/sources index 0d37e18..2c71715 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-288ebec.tar.gz) = 4a575ea46f1b9f306917bedd7c25f150ac66a16c697d4d2e59e3b26df17709343a3374c7880baa6023cbc17a8e8126689c5aa27feb082991f94bfabad421b72e +SHA512 (podman-b0777ad.tar.gz) = 2e929e7da49b981cce9c8777598ee380ddd3fb433daa1feebe75fbc2b2e205cd42c6d635822f17b947c2658f2e439188c6583a9f0a0174a81ec0ddb6d8e69936 From 021392dae43ad6e322541cae3de51ebb0f2bb856 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 28 Jul 2020 23:10:12 +0000 Subject: [PATCH 1300/2185] podman-2:2.1.0-0.125.dev.git539bb4c - autobuilt 539bb4c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0e85fe1..a205298 100644 --- a/.gitignore +++ b/.gitignore @@ -1200,3 +1200,4 @@ /libpod-288ebec.tar.gz /podman-288ebec.tar.gz /podman-b0777ad.tar.gz +/podman-539bb4c.tar.gz diff --git a/podman.spec b/podman.spec index cf3aef5..47ad7c7 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b0777adcacef2f568ea68af81e6889d4cbdc3e0f +%global commit0 539bb4c59208c9369cb034aa458b3ba89b8bdd3b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.124.dev.git%{shortcommit0}%{?dist} +Release: 0.125.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jul 28 23:09:57 GMT 2020 RH Container Bot - 2:2.1.0-0.125.dev.git539bb4c +- autobuilt 539bb4c + * Tue Jul 28 22:09:57 GMT 2020 RH Container Bot - 2:2.1.0-0.124.dev.gitb0777ad - autobuilt b0777ad diff --git a/sources b/sources index 2c71715..263225a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-b0777ad.tar.gz) = 2e929e7da49b981cce9c8777598ee380ddd3fb433daa1feebe75fbc2b2e205cd42c6d635822f17b947c2658f2e439188c6583a9f0a0174a81ec0ddb6d8e69936 +SHA512 (podman-539bb4c.tar.gz) = 646bf2d4541ec99057cad3938667575225ce1cdb2b1d28cb4984ca3c6b5adf661046ec7f514f050750b190603e54f6b2c1c6d71ae6ae28a1b42ca6935cf19ce3 From ba2bd4753b80d406a5015980f5a1768ad4a93168 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 29 Jul 2020 09:10:13 +0000 Subject: [PATCH 1301/2185] podman-2:2.1.0-0.126.dev.git83166a9 - autobuilt 83166a9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a205298..fd5cfa2 100644 --- a/.gitignore +++ b/.gitignore @@ -1201,3 +1201,4 @@ /podman-288ebec.tar.gz /podman-b0777ad.tar.gz /podman-539bb4c.tar.gz +/podman-83166a9.tar.gz diff --git a/podman.spec b/podman.spec index 47ad7c7..f16ff2c 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 539bb4c59208c9369cb034aa458b3ba89b8bdd3b +%global commit0 83166a98c3cdb3fc88e239772430cfcb3f28c3b0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.125.dev.git%{shortcommit0}%{?dist} +Release: 0.126.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 29 09:09:58 GMT 2020 RH Container Bot - 2:2.1.0-0.126.dev.git83166a9 +- autobuilt 83166a9 + * Tue Jul 28 23:09:57 GMT 2020 RH Container Bot - 2:2.1.0-0.125.dev.git539bb4c - autobuilt 539bb4c diff --git a/sources b/sources index 263225a..5ca2d17 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-539bb4c.tar.gz) = 646bf2d4541ec99057cad3938667575225ce1cdb2b1d28cb4984ca3c6b5adf661046ec7f514f050750b190603e54f6b2c1c6d71ae6ae28a1b42ca6935cf19ce3 +SHA512 (podman-83166a9.tar.gz) = d8312b69a42e2123220ddd7601dfe31e7d7d3234490dad70e86c8ee03e0bb630ed9cb38bfa0818d9d4b05bba1e57914faa8bda16b39bbc271bec89810e33812f From 27c6e256fc0f1ad1ee5f60a8b6a90e860277449e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 29 Jul 2020 12:10:45 +0000 Subject: [PATCH 1302/2185] podman-2:2.1.0-0.127.dev.git7f38774 - autobuilt 7f38774 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fd5cfa2..23de3e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1202,3 +1202,4 @@ /podman-b0777ad.tar.gz /podman-539bb4c.tar.gz /podman-83166a9.tar.gz +/podman-7f38774.tar.gz diff --git a/podman.spec b/podman.spec index f16ff2c..999b24c 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 83166a98c3cdb3fc88e239772430cfcb3f28c3b0 +%global commit0 7f38774ee7758e56cf31e87c81ae0bc9208d0ede %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.126.dev.git%{shortcommit0}%{?dist} +Release: 0.127.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 29 12:10:30 GMT 2020 RH Container Bot - 2:2.1.0-0.127.dev.git7f38774 +- autobuilt 7f38774 + * Wed Jul 29 09:09:58 GMT 2020 RH Container Bot - 2:2.1.0-0.126.dev.git83166a9 - autobuilt 83166a9 diff --git a/sources b/sources index 5ca2d17..f066dec 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-83166a9.tar.gz) = d8312b69a42e2123220ddd7601dfe31e7d7d3234490dad70e86c8ee03e0bb630ed9cb38bfa0818d9d4b05bba1e57914faa8bda16b39bbc271bec89810e33812f +SHA512 (podman-7f38774.tar.gz) = 159d97cc734a0b88080801d76867f83d9c823ad139f10391d09b598075828d4caf6a468b03051ada2b84c290dac22cc549cbb29d801dbb24bbc35b98bcdfec66 From 3847324e3b2b957c7e49f9a523653cd1cdfea5c0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 29 Jul 2020 19:10:25 +0000 Subject: [PATCH 1303/2185] podman-2:2.1.0-0.128.dev.git044a7cb - autobuilt 044a7cb Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 23de3e8..1ceb86c 100644 --- a/.gitignore +++ b/.gitignore @@ -1203,3 +1203,4 @@ /podman-539bb4c.tar.gz /podman-83166a9.tar.gz /podman-7f38774.tar.gz +/podman-044a7cb.tar.gz diff --git a/podman.spec b/podman.spec index 999b24c..de8fe9a 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7f38774ee7758e56cf31e87c81ae0bc9208d0ede +%global commit0 044a7cb100cfd86905b71654bef44db9730e6081 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.127.dev.git%{shortcommit0}%{?dist} +Release: 0.128.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 29 19:10:08 GMT 2020 RH Container Bot - 2:2.1.0-0.128.dev.git044a7cb +- autobuilt 044a7cb + * Wed Jul 29 12:10:30 GMT 2020 RH Container Bot - 2:2.1.0-0.127.dev.git7f38774 - autobuilt 7f38774 diff --git a/sources b/sources index f066dec..2da77b8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-7f38774.tar.gz) = 159d97cc734a0b88080801d76867f83d9c823ad139f10391d09b598075828d4caf6a468b03051ada2b84c290dac22cc549cbb29d801dbb24bbc35b98bcdfec66 +SHA512 (podman-044a7cb.tar.gz) = 68ab3ad56688a5e9165412885e71d018780e53efa6a5448f7583228532c64b403da6e8ddbe3f74eb0a14bf020eeb97e7cb3a695a8c08fba96d9665f518fed7fe From 9c6bff05b21f4b58ab2600db7244dd4db279df65 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 29 Jul 2020 20:10:21 +0000 Subject: [PATCH 1304/2185] podman-2:2.1.0-0.129.dev.giteaa2f52 - autobuilt eaa2f52 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1ceb86c..145021b 100644 --- a/.gitignore +++ b/.gitignore @@ -1204,3 +1204,4 @@ /podman-83166a9.tar.gz /podman-7f38774.tar.gz /podman-044a7cb.tar.gz +/podman-eaa2f52.tar.gz diff --git a/podman.spec b/podman.spec index de8fe9a..80e7bed 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 044a7cb100cfd86905b71654bef44db9730e6081 +%global commit0 eaa2f524c25e5022f9c6697dd97a889048dc2d58 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.128.dev.git%{shortcommit0}%{?dist} +Release: 0.129.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 29 20:10:05 GMT 2020 RH Container Bot - 2:2.1.0-0.129.dev.giteaa2f52 +- autobuilt eaa2f52 + * Wed Jul 29 19:10:08 GMT 2020 RH Container Bot - 2:2.1.0-0.128.dev.git044a7cb - autobuilt 044a7cb diff --git a/sources b/sources index 2da77b8..3288eae 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-044a7cb.tar.gz) = 68ab3ad56688a5e9165412885e71d018780e53efa6a5448f7583228532c64b403da6e8ddbe3f74eb0a14bf020eeb97e7cb3a695a8c08fba96d9665f518fed7fe +SHA512 (podman-eaa2f52.tar.gz) = 635e82b02716c937f130455a2c7ec06c03ee41a28395d285515c91622a07741aae176a20563db8f45faffb33ade6eca3b61148a8d848372d4c90486a70776c20 From cb49e88d5bdeec80d446dbf1506817b2fdad72d4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 29 Jul 2020 21:09:54 +0000 Subject: [PATCH 1305/2185] podman-2:2.1.0-0.130.dev.gitc66ce8d - autobuilt c66ce8d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 145021b..3da349b 100644 --- a/.gitignore +++ b/.gitignore @@ -1205,3 +1205,4 @@ /podman-7f38774.tar.gz /podman-044a7cb.tar.gz /podman-eaa2f52.tar.gz +/podman-c66ce8d.tar.gz diff --git a/podman.spec b/podman.spec index 80e7bed..e60add3 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 eaa2f524c25e5022f9c6697dd97a889048dc2d58 +%global commit0 c66ce8d67f9eb53a0997da39999ed8629d3252e3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.129.dev.git%{shortcommit0}%{?dist} +Release: 0.130.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 29 21:09:39 GMT 2020 RH Container Bot - 2:2.1.0-0.130.dev.gitc66ce8d +- autobuilt c66ce8d + * Wed Jul 29 20:10:05 GMT 2020 RH Container Bot - 2:2.1.0-0.129.dev.giteaa2f52 - autobuilt eaa2f52 diff --git a/sources b/sources index 3288eae..b87272b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-eaa2f52.tar.gz) = 635e82b02716c937f130455a2c7ec06c03ee41a28395d285515c91622a07741aae176a20563db8f45faffb33ade6eca3b61148a8d848372d4c90486a70776c20 +SHA512 (podman-c66ce8d.tar.gz) = 98c0d371d29fc8dc8f5e14d2b0331e8912cc6149220878ef65352f4c3dba16190972865e628c1eb63587d84c2262a2eedb1d391984b0b55264d9e68f6c6670c6 From b1b25b872074605e2cb94f790b12c04ad8357bd2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 30 Jul 2020 11:10:09 +0000 Subject: [PATCH 1306/2185] podman-2:2.1.0-0.131.dev.git1170430 - autobuilt 1170430 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3da349b..8b1b41c 100644 --- a/.gitignore +++ b/.gitignore @@ -1206,3 +1206,4 @@ /podman-044a7cb.tar.gz /podman-eaa2f52.tar.gz /podman-c66ce8d.tar.gz +/podman-1170430.tar.gz diff --git a/podman.spec b/podman.spec index e60add3..583af46 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 c66ce8d67f9eb53a0997da39999ed8629d3252e3 +%global commit0 117043040e18e473f3b2142576303349238a36a7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.130.dev.git%{shortcommit0}%{?dist} +Release: 0.131.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jul 30 11:09:55 GMT 2020 RH Container Bot - 2:2.1.0-0.131.dev.git1170430 +- autobuilt 1170430 + * Wed Jul 29 21:09:39 GMT 2020 RH Container Bot - 2:2.1.0-0.130.dev.gitc66ce8d - autobuilt c66ce8d diff --git a/sources b/sources index b87272b..1a816e4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-c66ce8d.tar.gz) = 98c0d371d29fc8dc8f5e14d2b0331e8912cc6149220878ef65352f4c3dba16190972865e628c1eb63587d84c2262a2eedb1d391984b0b55264d9e68f6c6670c6 +SHA512 (podman-1170430.tar.gz) = 8070509358077139ec1deaa0d04241621ee8988d23191cbbe894db098272a5e710ed399468e5b6e762880c8302327f63af7b9a40283518b484c440eadc2d4b86 From 673166f8eeb976efc33c4d963d9c5cea34146396 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 30 Jul 2020 15:10:48 +0000 Subject: [PATCH 1307/2185] podman-2:2.1.0-0.132.dev.git05b3e0e - autobuilt 05b3e0e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8b1b41c..73a2dfc 100644 --- a/.gitignore +++ b/.gitignore @@ -1207,3 +1207,4 @@ /podman-eaa2f52.tar.gz /podman-c66ce8d.tar.gz /podman-1170430.tar.gz +/podman-05b3e0e.tar.gz diff --git a/podman.spec b/podman.spec index 583af46..8a1704f 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 117043040e18e473f3b2142576303349238a36a7 +%global commit0 05b3e0e16bbbfede19bc5d817c62598e1ac6fa70 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.131.dev.git%{shortcommit0}%{?dist} +Release: 0.132.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jul 30 15:10:32 GMT 2020 RH Container Bot - 2:2.1.0-0.132.dev.git05b3e0e +- autobuilt 05b3e0e + * Thu Jul 30 11:09:55 GMT 2020 RH Container Bot - 2:2.1.0-0.131.dev.git1170430 - autobuilt 1170430 diff --git a/sources b/sources index 1a816e4..38b1279 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-1170430.tar.gz) = 8070509358077139ec1deaa0d04241621ee8988d23191cbbe894db098272a5e710ed399468e5b6e762880c8302327f63af7b9a40283518b484c440eadc2d4b86 +SHA512 (podman-05b3e0e.tar.gz) = f80b4ebe770d0a3a7b3e3202b056639c0fdc95af2505790ce6245a2ebb36a743b772343419f2425e71fed70635a2d0a83bbfffa66aaba55dd841de170ea10123 From fb26cac14fdb38274a1b0bee0053b456a011c4d2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 30 Jul 2020 19:10:49 +0000 Subject: [PATCH 1308/2185] podman-2:2.1.0-0.133.dev.gitca2bda6 - autobuilt ca2bda6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 73a2dfc..56e450c 100644 --- a/.gitignore +++ b/.gitignore @@ -1208,3 +1208,4 @@ /podman-c66ce8d.tar.gz /podman-1170430.tar.gz /podman-05b3e0e.tar.gz +/podman-ca2bda6.tar.gz diff --git a/podman.spec b/podman.spec index 8a1704f..f4007c1 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 05b3e0e16bbbfede19bc5d817c62598e1ac6fa70 +%global commit0 ca2bda64206134a4b1bec5f8934bf6a3c46cfbfd %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.132.dev.git%{shortcommit0}%{?dist} +Release: 0.133.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jul 30 19:10:35 GMT 2020 RH Container Bot - 2:2.1.0-0.133.dev.gitca2bda6 +- autobuilt ca2bda6 + * Thu Jul 30 15:10:32 GMT 2020 RH Container Bot - 2:2.1.0-0.132.dev.git05b3e0e - autobuilt 05b3e0e diff --git a/sources b/sources index 38b1279..6506711 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-05b3e0e.tar.gz) = f80b4ebe770d0a3a7b3e3202b056639c0fdc95af2505790ce6245a2ebb36a743b772343419f2425e71fed70635a2d0a83bbfffa66aaba55dd841de170ea10123 +SHA512 (podman-ca2bda6.tar.gz) = 9b0eee69dbb51b88a69010061ec7cc3cf4536b399b44e31e7eda266f65c2fe1009f87de10cd01521ddd80d45a883736406b6f924364890cd0ab89354cb7d582d From f4cac8f42e8117087c337da0833824ad8e873900 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 30 Jul 2020 20:10:16 +0000 Subject: [PATCH 1309/2185] podman-2:2.1.0-0.134.dev.git4132b71 - autobuilt 4132b71 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 56e450c..afc3980 100644 --- a/.gitignore +++ b/.gitignore @@ -1209,3 +1209,4 @@ /podman-1170430.tar.gz /podman-05b3e0e.tar.gz /podman-ca2bda6.tar.gz +/podman-4132b71.tar.gz diff --git a/podman.spec b/podman.spec index f4007c1..4f10d51 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 ca2bda64206134a4b1bec5f8934bf6a3c46cfbfd +%global commit0 4132b71478c486b3f4eff6a344ee1b2defbab86f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.133.dev.git%{shortcommit0}%{?dist} +Release: 0.134.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jul 30 20:10:01 GMT 2020 RH Container Bot - 2:2.1.0-0.134.dev.git4132b71 +- autobuilt 4132b71 + * Thu Jul 30 19:10:35 GMT 2020 RH Container Bot - 2:2.1.0-0.133.dev.gitca2bda6 - autobuilt ca2bda6 diff --git a/sources b/sources index 6506711..51c1c09 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-ca2bda6.tar.gz) = 9b0eee69dbb51b88a69010061ec7cc3cf4536b399b44e31e7eda266f65c2fe1009f87de10cd01521ddd80d45a883736406b6f924364890cd0ab89354cb7d582d +SHA512 (podman-4132b71.tar.gz) = 7589d8137ac33aea838053f70045ae320e9c5565381a47ed7a113af51a50e0dbe60fd05a3a4d96c7730179403a3c9f21ba4ca909d4d81a01daeb1f4171de0e19 From 5b87090e866053030dcc5561dc9c8b31e227e82d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 31 Jul 2020 02:10:05 +0000 Subject: [PATCH 1310/2185] podman-2:2.1.0-0.135.dev.git1b784b4 - autobuilt 1b784b4 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index afc3980..a7d4a2d 100644 --- a/.gitignore +++ b/.gitignore @@ -1210,3 +1210,4 @@ /podman-05b3e0e.tar.gz /podman-ca2bda6.tar.gz /podman-4132b71.tar.gz +/podman-1b784b4.tar.gz diff --git a/podman.spec b/podman.spec index 4f10d51..0841163 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4132b71478c486b3f4eff6a344ee1b2defbab86f +%global commit0 1b784b4c3509e94b9e5b2f6bb432042978bd2fb6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.134.dev.git%{shortcommit0}%{?dist} +Release: 0.135.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jul 31 02:09:50 GMT 2020 RH Container Bot - 2:2.1.0-0.135.dev.git1b784b4 +- autobuilt 1b784b4 + * Thu Jul 30 20:10:01 GMT 2020 RH Container Bot - 2:2.1.0-0.134.dev.git4132b71 - autobuilt 4132b71 diff --git a/sources b/sources index 51c1c09..100962d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-4132b71.tar.gz) = 7589d8137ac33aea838053f70045ae320e9c5565381a47ed7a113af51a50e0dbe60fd05a3a4d96c7730179403a3c9f21ba4ca909d4d81a01daeb1f4171de0e19 +SHA512 (podman-1b784b4.tar.gz) = 3b918449bc00ddc935dd4cdea0bec98ad83f18e0f2f6fa2bd6c4ecaeeb883e420d8bf1869e0d2c619c288770338a1118de640f8f0b7b3b878b02aea0600c9287 From c1174fb21e1eaaa823baf7d5c4fe0c7e5746f25f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 31 Jul 2020 08:10:13 +0000 Subject: [PATCH 1311/2185] podman-2:2.1.0-0.136.dev.git0e009d5 - autobuilt 0e009d5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a7d4a2d..1c9bfa9 100644 --- a/.gitignore +++ b/.gitignore @@ -1211,3 +1211,4 @@ /podman-ca2bda6.tar.gz /podman-4132b71.tar.gz /podman-1b784b4.tar.gz +/podman-0e009d5.tar.gz diff --git a/podman.spec b/podman.spec index 0841163..887e1d7 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 1b784b4c3509e94b9e5b2f6bb432042978bd2fb6 +%global commit0 0e009d5f80a8aa3192035a8704b3fc3edcb729c6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.135.dev.git%{shortcommit0}%{?dist} +Release: 0.136.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jul 31 08:09:58 GMT 2020 RH Container Bot - 2:2.1.0-0.136.dev.git0e009d5 +- autobuilt 0e009d5 + * Fri Jul 31 02:09:50 GMT 2020 RH Container Bot - 2:2.1.0-0.135.dev.git1b784b4 - autobuilt 1b784b4 diff --git a/sources b/sources index 100962d..4ea6239 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-1b784b4.tar.gz) = 3b918449bc00ddc935dd4cdea0bec98ad83f18e0f2f6fa2bd6c4ecaeeb883e420d8bf1869e0d2c619c288770338a1118de640f8f0b7b3b878b02aea0600c9287 +SHA512 (podman-0e009d5.tar.gz) = 19fc982bfc9a512402d9bb4f832e926d15d961d1fd6ee00dc9498e8499bda73816d18960680484b7dca123339c5903b307fdeba583c51a70d3a8921c343b9e01 From 5c7a074eb51472c5d9f6f4a8bac86bc82d75200f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 31 Jul 2020 11:10:04 +0000 Subject: [PATCH 1312/2185] podman-2:2.1.0-0.137.dev.gite911875 - autobuilt e911875 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1c9bfa9..84f71f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1212,3 +1212,4 @@ /podman-4132b71.tar.gz /podman-1b784b4.tar.gz /podman-0e009d5.tar.gz +/podman-e911875.tar.gz diff --git a/podman.spec b/podman.spec index 887e1d7..0ad6b4a 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 0e009d5f80a8aa3192035a8704b3fc3edcb729c6 +%global commit0 e911875b6af6efac4bfa2d0daa5ebc2fb9b8092b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.136.dev.git%{shortcommit0}%{?dist} +Release: 0.137.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jul 31 11:09:50 GMT 2020 RH Container Bot - 2:2.1.0-0.137.dev.gite911875 +- autobuilt e911875 + * Fri Jul 31 08:09:58 GMT 2020 RH Container Bot - 2:2.1.0-0.136.dev.git0e009d5 - autobuilt 0e009d5 diff --git a/sources b/sources index 4ea6239..0b29f43 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-0e009d5.tar.gz) = 19fc982bfc9a512402d9bb4f832e926d15d961d1fd6ee00dc9498e8499bda73816d18960680484b7dca123339c5903b307fdeba583c51a70d3a8921c343b9e01 +SHA512 (podman-e911875.tar.gz) = 4c583facaf65ba7dbbc25147c9b8f92e60db1590246eb7fe5b90238fdffbfec338c0798c0240ea2ea48093789ce12f272b0d56afe8d1b25237bbbddcbc615b8c From 8fcc694df090e65c7c59ca056177e4337d0dafad Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 31 Jul 2020 12:10:10 +0000 Subject: [PATCH 1313/2185] podman-2:2.1.0-0.138.dev.gitbb96c89 - autobuilt bb96c89 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 84f71f3..ff5efd0 100644 --- a/.gitignore +++ b/.gitignore @@ -1213,3 +1213,4 @@ /podman-1b784b4.tar.gz /podman-0e009d5.tar.gz /podman-e911875.tar.gz +/podman-bb96c89.tar.gz diff --git a/podman.spec b/podman.spec index 0ad6b4a..2960a77 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e911875b6af6efac4bfa2d0daa5ebc2fb9b8092b +%global commit0 bb96c8918b0df7a1179a5ca61f9adae07e0b4620 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.137.dev.git%{shortcommit0}%{?dist} +Release: 0.138.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jul 31 12:09:54 GMT 2020 RH Container Bot - 2:2.1.0-0.138.dev.gitbb96c89 +- autobuilt bb96c89 + * Fri Jul 31 11:09:50 GMT 2020 RH Container Bot - 2:2.1.0-0.137.dev.gite911875 - autobuilt e911875 diff --git a/sources b/sources index 0b29f43..cd4b838 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-e911875.tar.gz) = 4c583facaf65ba7dbbc25147c9b8f92e60db1590246eb7fe5b90238fdffbfec338c0798c0240ea2ea48093789ce12f272b0d56afe8d1b25237bbbddcbc615b8c +SHA512 (podman-bb96c89.tar.gz) = a52421adc6c7073986659f77c10ce6145b9b64beb6730ca40429d0c44a28c6f35e18ef98c3e00918088057fa93543837753caf18467abef49ed666cc92888ff3 From b7759f58d26fe1c9487cd31a615e9d79c369b195 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 31 Jul 2020 13:10:08 +0000 Subject: [PATCH 1314/2185] podman-2:2.1.0-0.139.dev.git3cf8237 - autobuilt 3cf8237 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ff5efd0..1e57934 100644 --- a/.gitignore +++ b/.gitignore @@ -1214,3 +1214,4 @@ /podman-0e009d5.tar.gz /podman-e911875.tar.gz /podman-bb96c89.tar.gz +/podman-3cf8237.tar.gz diff --git a/podman.spec b/podman.spec index 2960a77..fa647f3 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 bb96c8918b0df7a1179a5ca61f9adae07e0b4620 +%global commit0 3cf8237bc0b350c72ecc9a7ea364cb2e6a1c3bc0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.138.dev.git%{shortcommit0}%{?dist} +Release: 0.139.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jul 31 13:09:54 GMT 2020 RH Container Bot - 2:2.1.0-0.139.dev.git3cf8237 +- autobuilt 3cf8237 + * Fri Jul 31 12:09:54 GMT 2020 RH Container Bot - 2:2.1.0-0.138.dev.gitbb96c89 - autobuilt bb96c89 diff --git a/sources b/sources index cd4b838..487d13d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-bb96c89.tar.gz) = a52421adc6c7073986659f77c10ce6145b9b64beb6730ca40429d0c44a28c6f35e18ef98c3e00918088057fa93543837753caf18467abef49ed666cc92888ff3 +SHA512 (podman-3cf8237.tar.gz) = a203323ce9711871aecd888e6cefe08985c99e2ed46e74987cf35f617eef5feef8879e6e379014cb49be1dda0c7cc6f7bd7084a4618dbcfc6a23c25b8b064e3d From 16e7ae4b01e18c613a05ef9127773962d3a80773 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 31 Jul 2020 16:10:07 +0000 Subject: [PATCH 1315/2185] podman-2:2.1.0-0.140.dev.git7a15be5 - autobuilt 7a15be5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1e57934..a247186 100644 --- a/.gitignore +++ b/.gitignore @@ -1215,3 +1215,4 @@ /podman-e911875.tar.gz /podman-bb96c89.tar.gz /podman-3cf8237.tar.gz +/podman-7a15be5.tar.gz diff --git a/podman.spec b/podman.spec index fa647f3..f41e482 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 3cf8237bc0b350c72ecc9a7ea364cb2e6a1c3bc0 +%global commit0 7a15be546adffe4f884abfbd4ed02f69ac7659e0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.139.dev.git%{shortcommit0}%{?dist} +Release: 0.140.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jul 31 16:09:52 GMT 2020 RH Container Bot - 2:2.1.0-0.140.dev.git7a15be5 +- autobuilt 7a15be5 + * Fri Jul 31 13:09:54 GMT 2020 RH Container Bot - 2:2.1.0-0.139.dev.git3cf8237 - autobuilt 3cf8237 diff --git a/sources b/sources index 487d13d..2a04572 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-3cf8237.tar.gz) = a203323ce9711871aecd888e6cefe08985c99e2ed46e74987cf35f617eef5feef8879e6e379014cb49be1dda0c7cc6f7bd7084a4618dbcfc6a23c25b8b064e3d +SHA512 (podman-7a15be5.tar.gz) = d3ea9f76eea02064feb284f942de5bd35e812f9f8122a8c404e836d1707e081f1e1b336e24118fe168cef793652a91a36cfaec435d9bc71e97a193ad30ac31b5 From 580b3fbcdcea15fe1695a94959584e7db5764c13 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 31 Jul 2020 23:09:58 +0000 Subject: [PATCH 1316/2185] podman-2:2.1.0-0.141.dev.git4c75fe3 - autobuilt 4c75fe3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a247186..0a3b219 100644 --- a/.gitignore +++ b/.gitignore @@ -1216,3 +1216,4 @@ /podman-bb96c89.tar.gz /podman-3cf8237.tar.gz /podman-7a15be5.tar.gz +/podman-4c75fe3.tar.gz diff --git a/podman.spec b/podman.spec index f41e482..421ad68 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7a15be546adffe4f884abfbd4ed02f69ac7659e0 +%global commit0 4c75fe3f70ed5807a319b6a581964a2d468a84a1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -44,7 +44,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.0.3 +%define built_tag v2.0.4 Name: podman %if 0%{?fedora} @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.140.dev.git%{shortcommit0}%{?dist} +Release: 0.141.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jul 31 23:09:44 GMT 2020 RH Container Bot - 2:2.1.0-0.141.dev.git4c75fe3 +- autobuilt 4c75fe3 + * Fri Jul 31 16:09:52 GMT 2020 RH Container Bot - 2:2.1.0-0.140.dev.git7a15be5 - autobuilt 7a15be5 diff --git a/sources b/sources index 2a04572..e586789 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-7a15be5.tar.gz) = d3ea9f76eea02064feb284f942de5bd35e812f9f8122a8c404e836d1707e081f1e1b336e24118fe168cef793652a91a36cfaec435d9bc71e97a193ad30ac31b5 +SHA512 (podman-4c75fe3.tar.gz) = 9ad6c16734f89f557ad7e5122e8dc329bb304793f847cfacb503ddda998d6cb52c9b2bf14b02acc22f9b500ff6ef579b8eb0ec81aeb9f6399d579955b66bb879 From f0f45b8ce14da88d7eed479b12f966bd7a411490 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 1 Aug 2020 13:10:56 +0000 Subject: [PATCH 1317/2185] podman-2:2.1.0-0.142.dev.git0d064a0 - autobuilt 0d064a0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0a3b219..c128f00 100644 --- a/.gitignore +++ b/.gitignore @@ -1217,3 +1217,4 @@ /podman-3cf8237.tar.gz /podman-7a15be5.tar.gz /podman-4c75fe3.tar.gz +/podman-0d064a0.tar.gz diff --git a/podman.spec b/podman.spec index 421ad68..9969d67 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4c75fe3f70ed5807a319b6a581964a2d468a84a1 +%global commit0 0d064a0f29971632a58af3508a6f262d4ab16541 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.141.dev.git%{shortcommit0}%{?dist} +Release: 0.142.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Aug 01 13:10:40 GMT 2020 RH Container Bot - 2:2.1.0-0.142.dev.git0d064a0 +- autobuilt 0d064a0 + * Fri Jul 31 23:09:44 GMT 2020 RH Container Bot - 2:2.1.0-0.141.dev.git4c75fe3 - autobuilt 4c75fe3 diff --git a/sources b/sources index e586789..2ae2c83 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-4c75fe3.tar.gz) = 9ad6c16734f89f557ad7e5122e8dc329bb304793f847cfacb503ddda998d6cb52c9b2bf14b02acc22f9b500ff6ef579b8eb0ec81aeb9f6399d579955b66bb879 +SHA512 (podman-0d064a0.tar.gz) = ca0a5cd397e2981181022501bad9c41a9b405e7221f87576e080c76f3e12171e9c0090fa43eb8e7fbe2f59260c309497365a143cc822adc240d12a71efb68050 From f17b0e8c0c9b9b295321aea8f5c6656e83dde0ef Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 1 Aug 2020 14:10:34 +0000 Subject: [PATCH 1318/2185] podman-2:2.1.0-0.143.dev.gitb425a4f - autobuilt b425a4f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c128f00..03da050 100644 --- a/.gitignore +++ b/.gitignore @@ -1218,3 +1218,4 @@ /podman-7a15be5.tar.gz /podman-4c75fe3.tar.gz /podman-0d064a0.tar.gz +/podman-b425a4f.tar.gz diff --git a/podman.spec b/podman.spec index 9969d67..ea56e07 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 0d064a0f29971632a58af3508a6f262d4ab16541 +%global commit0 b425a4f4ac9528a03e97989ad80efa2bf607dd54 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.142.dev.git%{shortcommit0}%{?dist} +Release: 0.143.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Aug 01 14:10:17 GMT 2020 RH Container Bot - 2:2.1.0-0.143.dev.gitb425a4f +- autobuilt b425a4f + * Sat Aug 01 13:10:40 GMT 2020 RH Container Bot - 2:2.1.0-0.142.dev.git0d064a0 - autobuilt 0d064a0 diff --git a/sources b/sources index 2ae2c83..9a18a12 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-0d064a0.tar.gz) = ca0a5cd397e2981181022501bad9c41a9b405e7221f87576e080c76f3e12171e9c0090fa43eb8e7fbe2f59260c309497365a143cc822adc240d12a71efb68050 +SHA512 (podman-b425a4f.tar.gz) = cae0bf59a047711070fea0a6d6b7cd93d202b5e039135635b8995eba6e85fb3a3880b48c40a2228358eb8bd5865c98b80e77dfa9820fc416ed8ad5ba4c30eedc From 51487e62a5c2e7d608d65689596443926e4fab6f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 2 Aug 2020 12:10:29 +0000 Subject: [PATCH 1319/2185] podman-2:2.1.0-0.144.dev.gitf4d4bd2 - autobuilt f4d4bd2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 03da050..72eadcb 100644 --- a/.gitignore +++ b/.gitignore @@ -1219,3 +1219,4 @@ /podman-4c75fe3.tar.gz /podman-0d064a0.tar.gz /podman-b425a4f.tar.gz +/podman-f4d4bd2.tar.gz diff --git a/podman.spec b/podman.spec index ea56e07..5c6ee9b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b425a4f4ac9528a03e97989ad80efa2bf607dd54 +%global commit0 f4d4bd22887e1271c3bf04532596f4c02201022e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.143.dev.git%{shortcommit0}%{?dist} +Release: 0.144.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Aug 02 12:10:13 GMT 2020 RH Container Bot - 2:2.1.0-0.144.dev.gitf4d4bd2 +- autobuilt f4d4bd2 + * Sat Aug 01 14:10:17 GMT 2020 RH Container Bot - 2:2.1.0-0.143.dev.gitb425a4f - autobuilt b425a4f diff --git a/sources b/sources index 9a18a12..82cf0de 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-b425a4f.tar.gz) = cae0bf59a047711070fea0a6d6b7cd93d202b5e039135635b8995eba6e85fb3a3880b48c40a2228358eb8bd5865c98b80e77dfa9820fc416ed8ad5ba4c30eedc +SHA512 (podman-f4d4bd2.tar.gz) = 4bc635953ceb789de2e222ff1ea392cffcb853d14c5cde890bcf9ddd67b1e226786f022b646f2fd2687fa8a872ad62339bbfd453ebdba71f63fdf6f1602fac6e From f195e16abb14f3c7abaff2a12c83ec73863412b4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 3 Aug 2020 07:11:30 +0000 Subject: [PATCH 1320/2185] podman-2:2.1.0-0.145.dev.gitbfd3454 - autobuilt bfd3454 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 72eadcb..70d58cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1220,3 +1220,4 @@ /podman-0d064a0.tar.gz /podman-b425a4f.tar.gz /podman-f4d4bd2.tar.gz +/podman-bfd3454.tar.gz diff --git a/podman.spec b/podman.spec index 5c6ee9b..0dbd6c6 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 f4d4bd22887e1271c3bf04532596f4c02201022e +%global commit0 bfd34542f463b7ea59b9560516b3b3d66674eefe %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.144.dev.git%{shortcommit0}%{?dist} +Release: 0.145.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Aug 03 07:11:14 GMT 2020 RH Container Bot - 2:2.1.0-0.145.dev.gitbfd3454 +- autobuilt bfd3454 + * Sun Aug 02 12:10:13 GMT 2020 RH Container Bot - 2:2.1.0-0.144.dev.gitf4d4bd2 - autobuilt f4d4bd2 diff --git a/sources b/sources index 82cf0de..7644136 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-f4d4bd2.tar.gz) = 4bc635953ceb789de2e222ff1ea392cffcb853d14c5cde890bcf9ddd67b1e226786f022b646f2fd2687fa8a872ad62339bbfd453ebdba71f63fdf6f1602fac6e +SHA512 (podman-bfd3454.tar.gz) = 9ba023a190a8b891dac6308fa905043fe0c14fcfa039025f934f901ead899e99dc24fb630c2070fd28c5ccc185a8ac5a95ba17331f6cf392be9629285d4608de From bd48a73256c4e21ab57fff907f57427a8398103e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 3 Aug 2020 13:11:46 +0000 Subject: [PATCH 1321/2185] podman-2:2.1.0-0.146.dev.git41358f5 - autobuilt 41358f5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 70d58cf..90aa651 100644 --- a/.gitignore +++ b/.gitignore @@ -1221,3 +1221,4 @@ /podman-b425a4f.tar.gz /podman-f4d4bd2.tar.gz /podman-bfd3454.tar.gz +/podman-41358f5.tar.gz diff --git a/podman.spec b/podman.spec index 0dbd6c6..9fa5c57 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 bfd34542f463b7ea59b9560516b3b3d66674eefe +%global commit0 41358f5ea06062f1e1b80bd29802ea5d51cfe3b1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.145.dev.git%{shortcommit0}%{?dist} +Release: 0.146.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Aug 03 13:11:31 GMT 2020 RH Container Bot - 2:2.1.0-0.146.dev.git41358f5 +- autobuilt 41358f5 + * Mon Aug 03 07:11:14 GMT 2020 RH Container Bot - 2:2.1.0-0.145.dev.gitbfd3454 - autobuilt bfd3454 diff --git a/sources b/sources index 7644136..09edf93 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-bfd3454.tar.gz) = 9ba023a190a8b891dac6308fa905043fe0c14fcfa039025f934f901ead899e99dc24fb630c2070fd28c5ccc185a8ac5a95ba17331f6cf392be9629285d4608de +SHA512 (podman-41358f5.tar.gz) = df154a33a1d2a6896ee1f9d34e56f7e51a60f66dfbd9c198e3ccd73f7ec38122ec08111413636e2b8b69934f4a50eb1a0cd6d3b3374dd5f289b0e5fabb13775b From a41e4d3ee81d15fc90f7fe9d9e9550d5bd1ad1a3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 3 Aug 2020 14:11:25 +0000 Subject: [PATCH 1322/2185] podman-2:2.1.0-0.147.dev.git2e3928e - autobuilt 2e3928e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 90aa651..e4e24ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1222,3 +1222,4 @@ /podman-f4d4bd2.tar.gz /podman-bfd3454.tar.gz /podman-41358f5.tar.gz +/podman-2e3928e.tar.gz diff --git a/podman.spec b/podman.spec index 9fa5c57..c031723 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 41358f5ea06062f1e1b80bd29802ea5d51cfe3b1 +%global commit0 2e3928ee1740c0eb2564ea6bb3004ad5b698ff8f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.146.dev.git%{shortcommit0}%{?dist} +Release: 0.147.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Aug 03 14:11:09 GMT 2020 RH Container Bot - 2:2.1.0-0.147.dev.git2e3928e +- autobuilt 2e3928e + * Mon Aug 03 13:11:31 GMT 2020 RH Container Bot - 2:2.1.0-0.146.dev.git41358f5 - autobuilt 41358f5 diff --git a/sources b/sources index 09edf93..f89f276 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-41358f5.tar.gz) = df154a33a1d2a6896ee1f9d34e56f7e51a60f66dfbd9c198e3ccd73f7ec38122ec08111413636e2b8b69934f4a50eb1a0cd6d3b3374dd5f289b0e5fabb13775b +SHA512 (podman-2e3928e.tar.gz) = e18c9b935f5f81853252668b73e21fb5b9bec3169850b508977b925a9d8bd64d345b8691e32479ef08821106b3de1ccc6ea61c455894e5faa38154294e744db3 From e8fd4c31b7df7efaf1b4aeac85c7e5f45eaa5876 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 3 Aug 2020 16:10:00 +0000 Subject: [PATCH 1323/2185] podman-2:2.1.0-0.148.dev.git1709335 - autobuilt 1709335 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e4e24ad..65db549 100644 --- a/.gitignore +++ b/.gitignore @@ -1223,3 +1223,4 @@ /podman-bfd3454.tar.gz /podman-41358f5.tar.gz /podman-2e3928e.tar.gz +/podman-1709335.tar.gz diff --git a/podman.spec b/podman.spec index c031723..7ec8498 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 2e3928ee1740c0eb2564ea6bb3004ad5b698ff8f +%global commit0 1709335cf04e947117d4ae4dca72f24f4095511b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.147.dev.git%{shortcommit0}%{?dist} +Release: 0.148.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Aug 03 16:09:48 GMT 2020 RH Container Bot - 2:2.1.0-0.148.dev.git1709335 +- autobuilt 1709335 + * Mon Aug 03 14:11:09 GMT 2020 RH Container Bot - 2:2.1.0-0.147.dev.git2e3928e - autobuilt 2e3928e diff --git a/sources b/sources index f89f276..66e8af0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-2e3928e.tar.gz) = e18c9b935f5f81853252668b73e21fb5b9bec3169850b508977b925a9d8bd64d345b8691e32479ef08821106b3de1ccc6ea61c455894e5faa38154294e744db3 +SHA512 (podman-1709335.tar.gz) = 6eaa5963299ad5fdcc21956323d1419d60d54a5ba02fc3ec42122307069883b433273234f1236b5bbbfa8e289232514f3ac1902b77762ae44467238485a08f17 From 33bf4a11f0fa64a2c1ef3a73c32fc2c1d619c519 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 4 Aug 2020 09:11:14 +0000 Subject: [PATCH 1324/2185] podman-2:2.1.0-0.149.dev.git1ed1e58 - autobuilt 1ed1e58 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 65db549..a689bf0 100644 --- a/.gitignore +++ b/.gitignore @@ -1224,3 +1224,4 @@ /podman-41358f5.tar.gz /podman-2e3928e.tar.gz /podman-1709335.tar.gz +/podman-1ed1e58.tar.gz diff --git a/podman.spec b/podman.spec index 7ec8498..ca33fdd 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 1709335cf04e947117d4ae4dca72f24f4095511b +%global commit0 1ed1e583a06288bb2f3058f7d4dff7650af5f3bd %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.148.dev.git%{shortcommit0}%{?dist} +Release: 0.149.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Aug 04 09:11:02 GMT 2020 RH Container Bot - 2:2.1.0-0.149.dev.git1ed1e58 +- autobuilt 1ed1e58 + * Mon Aug 03 16:09:48 GMT 2020 RH Container Bot - 2:2.1.0-0.148.dev.git1709335 - autobuilt 1709335 diff --git a/sources b/sources index 66e8af0..e718e05 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-1709335.tar.gz) = 6eaa5963299ad5fdcc21956323d1419d60d54a5ba02fc3ec42122307069883b433273234f1236b5bbbfa8e289232514f3ac1902b77762ae44467238485a08f17 +SHA512 (podman-1ed1e58.tar.gz) = 42db0316e87635ee9cfbf30df21138d1eba8fc6027fa10f2c92660f89a7178f1cd79c2ffe063bc40ca677ceab5f2c36cd7a257118c1e64bfb66a4a8432b9fbba From 413bf4f48140807626d22ca778dd826034b9ba57 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 4 Aug 2020 11:10:36 +0000 Subject: [PATCH 1325/2185] podman-2:2.1.0-0.150.dev.gitf7440ff - autobuilt f7440ff Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a689bf0..4c25343 100644 --- a/.gitignore +++ b/.gitignore @@ -1225,3 +1225,4 @@ /podman-2e3928e.tar.gz /podman-1709335.tar.gz /podman-1ed1e58.tar.gz +/podman-f7440ff.tar.gz diff --git a/podman.spec b/podman.spec index ca33fdd..317eb25 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 1ed1e583a06288bb2f3058f7d4dff7650af5f3bd +%global commit0 f7440ffaf68a03392daf79c67e45cb59ee1b7112 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.149.dev.git%{shortcommit0}%{?dist} +Release: 0.150.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Aug 04 11:10:25 GMT 2020 RH Container Bot - 2:2.1.0-0.150.dev.gitf7440ff +- autobuilt f7440ff + * Tue Aug 04 09:11:02 GMT 2020 RH Container Bot - 2:2.1.0-0.149.dev.git1ed1e58 - autobuilt 1ed1e58 diff --git a/sources b/sources index e718e05..95f1909 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-1ed1e58.tar.gz) = 42db0316e87635ee9cfbf30df21138d1eba8fc6027fa10f2c92660f89a7178f1cd79c2ffe063bc40ca677ceab5f2c36cd7a257118c1e64bfb66a4a8432b9fbba +SHA512 (podman-f7440ff.tar.gz) = dcc9e452b147b0b42d3eb5265eafb15ec8866eb925457e0761216f252abc8be90fd1adf94d8f15c1d5ec696b2c2d04dcc8cd77da009d90bdd017b18bcff8cf49 From 7351a0065d9c67c99d286988de1cedb8ec1a8484 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 4 Aug 2020 13:10:55 +0000 Subject: [PATCH 1326/2185] podman-2:2.1.0-0.151.dev.git93d6320 - autobuilt 93d6320 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4c25343..152f6e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1226,3 +1226,4 @@ /podman-1709335.tar.gz /podman-1ed1e58.tar.gz /podman-f7440ff.tar.gz +/podman-93d6320.tar.gz diff --git a/podman.spec b/podman.spec index 317eb25..5705340 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 f7440ffaf68a03392daf79c67e45cb59ee1b7112 +%global commit0 93d63208bbc6b75c6831302ac2c3c7b05cc743ce %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.150.dev.git%{shortcommit0}%{?dist} +Release: 0.151.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Aug 04 13:10:43 GMT 2020 RH Container Bot - 2:2.1.0-0.151.dev.git93d6320 +- autobuilt 93d6320 + * Tue Aug 04 11:10:25 GMT 2020 RH Container Bot - 2:2.1.0-0.150.dev.gitf7440ff - autobuilt f7440ff diff --git a/sources b/sources index 95f1909..7b8cb96 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-f7440ff.tar.gz) = dcc9e452b147b0b42d3eb5265eafb15ec8866eb925457e0761216f252abc8be90fd1adf94d8f15c1d5ec696b2c2d04dcc8cd77da009d90bdd017b18bcff8cf49 +SHA512 (podman-93d6320.tar.gz) = 1f4d331e3745c9bee37a2c6768606c6cc54d63c46dff79a75a245210448e7873c0abc71b78505ad2e2a578ff1b573b3e132d78a1a69fb06945b5cdc68d8f731e From a51cc1ff9540327545f88439856af23e3475d388 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 4 Aug 2020 14:10:33 +0000 Subject: [PATCH 1327/2185] podman-2:2.1.0-0.152.dev.gitd4cf3c5 - autobuilt d4cf3c5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 152f6e9..89f7702 100644 --- a/.gitignore +++ b/.gitignore @@ -1227,3 +1227,4 @@ /podman-1ed1e58.tar.gz /podman-f7440ff.tar.gz /podman-93d6320.tar.gz +/podman-d4cf3c5.tar.gz diff --git a/podman.spec b/podman.spec index 5705340..3692e7c 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 93d63208bbc6b75c6831302ac2c3c7b05cc743ce +%global commit0 d4cf3c589d09dd395a3b63e82f5a5c198535cb46 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.151.dev.git%{shortcommit0}%{?dist} +Release: 0.152.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -641,6 +641,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Aug 04 14:10:21 GMT 2020 RH Container Bot - 2:2.1.0-0.152.dev.gitd4cf3c5 +- autobuilt d4cf3c5 + * Tue Aug 04 13:10:43 GMT 2020 RH Container Bot - 2:2.1.0-0.151.dev.git93d6320 - autobuilt 93d6320 diff --git a/sources b/sources index 7b8cb96..c1c94a4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-93d6320.tar.gz) = 1f4d331e3745c9bee37a2c6768606c6cc54d63c46dff79a75a245210448e7873c0abc71b78505ad2e2a578ff1b573b3e132d78a1a69fb06945b5cdc68d8f731e +SHA512 (podman-d4cf3c5.tar.gz) = 299455d59dda8e4068c1e609fc6d367453a8b149bd093a8aed1a0ce2859d8b9095b62c5e3288ff5955b9fd1cf666f41d21ca97cbc62f892cd37317567bcf84d7 From 7f7dc4f32819cab52d5e6a962cbe6dd6a3f4a617 Mon Sep 17 00:00:00 2001 From: Peter Oliver Date: Mon, 3 Aug 2020 20:00:30 +0100 Subject: [PATCH 1328/2185] Include podman-auto-update systemd service and timer. --- podman.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 3692e7c..98d6de0 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.152.dev.git%{shortcommit0}%{?dist} +Release: 0.153.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -598,8 +598,12 @@ exit 0 %dir %{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/_%{name} %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist +%{_unitdir}/%{name}-auto-update.service +%{_unitdir}/%{name}-auto-update.timer %{_unitdir}/%{name}.service %{_unitdir}/%{name}.socket +%{_userunitdir}/%{name}-auto-update.service +%{_userunitdir}/%{name}-auto-update.timer %{_userunitdir}/%{name}.service %{_userunitdir}/%{name}.socket @@ -641,6 +645,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Aug 3 2020 Peter Oliver - 2:2.1.0-0.153.dev.git1709335 +- Include podman-auto-update systemd service and timer. + * Tue Aug 04 14:10:21 GMT 2020 RH Container Bot - 2:2.1.0-0.152.dev.gitd4cf3c5 - autobuilt d4cf3c5 From 25ca65b0127f2f9773fa75d1f55f291c1c222273 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 5 Aug 2020 00:10:39 +0000 Subject: [PATCH 1329/2185] podman-2:2.1.0-0.154.dev.git807efd6 - autobuilt 807efd6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 89f7702..692237c 100644 --- a/.gitignore +++ b/.gitignore @@ -1228,3 +1228,4 @@ /podman-f7440ff.tar.gz /podman-93d6320.tar.gz /podman-d4cf3c5.tar.gz +/podman-807efd6.tar.gz diff --git a/podman.spec b/podman.spec index 98d6de0..0f85b65 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d4cf3c589d09dd395a3b63e82f5a5c198535cb46 +%global commit0 807efd669802f00a90339bfa43a508505bec4858 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.153.dev.git%{shortcommit0}%{?dist} +Release: 0.154.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -645,6 +645,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Aug 05 00:10:27 GMT 2020 RH Container Bot - 2:2.1.0-0.154.dev.git807efd6 +- autobuilt 807efd6 + * Mon Aug 3 2020 Peter Oliver - 2:2.1.0-0.153.dev.git1709335 - Include podman-auto-update systemd service and timer. diff --git a/sources b/sources index c1c94a4..85ba452 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-d4cf3c5.tar.gz) = 299455d59dda8e4068c1e609fc6d367453a8b149bd093a8aed1a0ce2859d8b9095b62c5e3288ff5955b9fd1cf666f41d21ca97cbc62f892cd37317567bcf84d7 +SHA512 (podman-807efd6.tar.gz) = 8d474760936594316ddf885754f19fbe7c75abd23515b7adbc42f907a2ba0072e8851b0f424085c6fc2cda48b20d0f4cf77c8a479ecef896d930bdd4bcf28238 From 7316d5cdd126b110e3b279d494f2e6c7f298c87c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 5 Aug 2020 01:10:36 +0000 Subject: [PATCH 1330/2185] podman-2:2.1.0-0.155.dev.git0a3f3c9 - autobuilt 0a3f3c9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 692237c..5409f0d 100644 --- a/.gitignore +++ b/.gitignore @@ -1229,3 +1229,4 @@ /podman-93d6320.tar.gz /podman-d4cf3c5.tar.gz /podman-807efd6.tar.gz +/podman-0a3f3c9.tar.gz diff --git a/podman.spec b/podman.spec index 0f85b65..997fe98 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 807efd669802f00a90339bfa43a508505bec4858 +%global commit0 0a3f3c94f86a2539d4a0f98a782702b3809b3006 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.154.dev.git%{shortcommit0}%{?dist} +Release: 0.155.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -645,6 +645,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Aug 05 01:10:24 GMT 2020 RH Container Bot - 2:2.1.0-0.155.dev.git0a3f3c9 +- autobuilt 0a3f3c9 + * Wed Aug 05 00:10:27 GMT 2020 RH Container Bot - 2:2.1.0-0.154.dev.git807efd6 - autobuilt 807efd6 diff --git a/sources b/sources index 85ba452..9664c6d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-807efd6.tar.gz) = 8d474760936594316ddf885754f19fbe7c75abd23515b7adbc42f907a2ba0072e8851b0f424085c6fc2cda48b20d0f4cf77c8a479ecef896d930bdd4bcf28238 +SHA512 (podman-0a3f3c9.tar.gz) = b65a1e5acb44443df31d77da240808ec462f4b70b3e013b8b93c886213d0a5478b23cff10a0dbf5e0ce5138098c00f5ffa05a30077f91e824470e11f01d60ff5 From 2f242b76aaddd1be86ce18f6e778a5ebbddd55e8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 5 Aug 2020 03:10:22 +0000 Subject: [PATCH 1331/2185] podman-2:2.1.0-0.156.dev.git6260677 - autobuilt 6260677 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5409f0d..aaf35e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1230,3 +1230,4 @@ /podman-d4cf3c5.tar.gz /podman-807efd6.tar.gz /podman-0a3f3c9.tar.gz +/podman-6260677.tar.gz diff --git a/podman.spec b/podman.spec index 997fe98..81d8c1e 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 0a3f3c94f86a2539d4a0f98a782702b3809b3006 +%global commit0 6260677012080aa6aa52ead7ec54261d8d6017a0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.155.dev.git%{shortcommit0}%{?dist} +Release: 0.156.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -645,6 +645,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Aug 05 03:10:10 GMT 2020 RH Container Bot - 2:2.1.0-0.156.dev.git6260677 +- autobuilt 6260677 + * Wed Aug 05 01:10:24 GMT 2020 RH Container Bot - 2:2.1.0-0.155.dev.git0a3f3c9 - autobuilt 0a3f3c9 diff --git a/sources b/sources index 9664c6d..c3573cb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-0a3f3c9.tar.gz) = b65a1e5acb44443df31d77da240808ec462f4b70b3e013b8b93c886213d0a5478b23cff10a0dbf5e0ce5138098c00f5ffa05a30077f91e824470e11f01d60ff5 +SHA512 (podman-6260677.tar.gz) = b7f5c55253414f6ecb3b0314c2c429d2afa5d71b2e4330503e116c24d6eed1e9cce773dd764a204258e29439c960e5ed9ef4bae979ea7f2d5b8e985e5d70b407 From 389a5c280177ba7a1ea42151c8ce2e47861286f4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 5 Aug 2020 08:11:20 +0000 Subject: [PATCH 1332/2185] podman-2:2.1.0-0.157.dev.git4797190 - autobuilt 4797190 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index aaf35e1..a42d54b 100644 --- a/.gitignore +++ b/.gitignore @@ -1231,3 +1231,4 @@ /podman-807efd6.tar.gz /podman-0a3f3c9.tar.gz /podman-6260677.tar.gz +/podman-4797190.tar.gz diff --git a/podman.spec b/podman.spec index 81d8c1e..105bb0c 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 6260677012080aa6aa52ead7ec54261d8d6017a0 +%global commit0 47971909ae7a54c3a0b0fe4ebe33197c9e291657 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.156.dev.git%{shortcommit0}%{?dist} +Release: 0.157.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -645,6 +645,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Aug 05 08:11:08 GMT 2020 RH Container Bot - 2:2.1.0-0.157.dev.git4797190 +- autobuilt 4797190 + * Wed Aug 05 03:10:10 GMT 2020 RH Container Bot - 2:2.1.0-0.156.dev.git6260677 - autobuilt 6260677 diff --git a/sources b/sources index c3573cb..60380e7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-6260677.tar.gz) = b7f5c55253414f6ecb3b0314c2c429d2afa5d71b2e4330503e116c24d6eed1e9cce773dd764a204258e29439c960e5ed9ef4bae979ea7f2d5b8e985e5d70b407 +SHA512 (podman-4797190.tar.gz) = a081674d48ad89898a038e8ec57feb29af4a60f5f8313dd5fdc256a2df1b49b46736c2a3afa5f7dc29c48ae4ab35112dcf1ebc772d8f252b437f37e6f5305665 From 1f87504d45af5293b7d2aeabce0774635fc76697 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 5 Aug 2020 09:10:38 +0000 Subject: [PATCH 1333/2185] podman-2:2.1.0-0.158.dev.git7a7c8e9 - autobuilt 7a7c8e9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a42d54b..30ba05a 100644 --- a/.gitignore +++ b/.gitignore @@ -1232,3 +1232,4 @@ /podman-0a3f3c9.tar.gz /podman-6260677.tar.gz /podman-4797190.tar.gz +/podman-7a7c8e9.tar.gz diff --git a/podman.spec b/podman.spec index 105bb0c..1b163ff 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 47971909ae7a54c3a0b0fe4ebe33197c9e291657 +%global commit0 7a7c8e9911c17e4e1748bbf81ab4df27c78426ab %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.157.dev.git%{shortcommit0}%{?dist} +Release: 0.158.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -645,6 +645,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Aug 05 09:10:26 GMT 2020 RH Container Bot - 2:2.1.0-0.158.dev.git7a7c8e9 +- autobuilt 7a7c8e9 + * Wed Aug 05 08:11:08 GMT 2020 RH Container Bot - 2:2.1.0-0.157.dev.git4797190 - autobuilt 4797190 diff --git a/sources b/sources index 60380e7..5f89093 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-4797190.tar.gz) = a081674d48ad89898a038e8ec57feb29af4a60f5f8313dd5fdc256a2df1b49b46736c2a3afa5f7dc29c48ae4ab35112dcf1ebc772d8f252b437f37e6f5305665 +SHA512 (podman-7a7c8e9.tar.gz) = 9df1ab897d65fa87769447a2908ceec95a5503abffba3cc39f18e132258996edbe32df4f09c5561affa5c46c494a639254617be950547e8402d7931fd664dd3e From d5263b33c39a53ba9f9116419943c757a3aa8eac Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 5 Aug 2020 05:57:36 -0600 Subject: [PATCH 1334/2185] add openssl, httpd-tools requirements to podman-tests Signed-off-by: Ed Santiago --- podman.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 1b163ff..cf2f5b0 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.158.dev.git%{shortcommit0}%{?dist} +Release: 0.159.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -409,6 +409,8 @@ Requires: bats Requires: jq Requires: skopeo Requires: nmap-ncat +Requires: httpd-tools +Requires: openssl %description tests %{summary} @@ -645,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Aug 05 2020 Eduardo Santiago - 2:2.1.0-0.159.dev.git7a7c8e9 +- add openssl, httpd-tools requirements to podman-tests + * Wed Aug 05 09:10:26 GMT 2020 RH Container Bot - 2:2.1.0-0.158.dev.git7a7c8e9 - autobuilt 7a7c8e9 From 195caab70ff0a35b6bb935cdeb08e64bf9d48734 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 5 Aug 2020 13:11:02 +0000 Subject: [PATCH 1335/2185] podman-2:2.1.0-0.160.dev.gitd1aaf33 - autobuilt d1aaf33 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 30ba05a..957a1ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1233,3 +1233,4 @@ /podman-6260677.tar.gz /podman-4797190.tar.gz /podman-7a7c8e9.tar.gz +/podman-d1aaf33.tar.gz diff --git a/podman.spec b/podman.spec index cf2f5b0..6a22d33 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7a7c8e9911c17e4e1748bbf81ab4df27c78426ab +%global commit0 d1aaf3362204f860267e2bb58ec419b25edc5800 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.159.dev.git%{shortcommit0}%{?dist} +Release: 0.160.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Aug 05 13:10:50 GMT 2020 RH Container Bot - 2:2.1.0-0.160.dev.gitd1aaf33 +- autobuilt d1aaf33 + * Wed Aug 05 2020 Eduardo Santiago - 2:2.1.0-0.159.dev.git7a7c8e9 - add openssl, httpd-tools requirements to podman-tests diff --git a/sources b/sources index 5f89093..faf735e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-7a7c8e9.tar.gz) = 9df1ab897d65fa87769447a2908ceec95a5503abffba3cc39f18e132258996edbe32df4f09c5561affa5c46c494a639254617be950547e8402d7931fd664dd3e +SHA512 (podman-d1aaf33.tar.gz) = f1a0f3f2ac07318606a6105bc6a97c38af38c2eaa12afadacdcd93f8b195fa25db3369904dc32648583baa68e63559f6edef418b07f1726dd9b51241c1766949 From 699c818f697993968de38026215967ffb5978246 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 5 Aug 2020 20:10:28 +0000 Subject: [PATCH 1336/2185] podman-2:2.1.0-0.161.dev.gitbae6d5d - autobuilt bae6d5d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 957a1ef..c39ee93 100644 --- a/.gitignore +++ b/.gitignore @@ -1234,3 +1234,4 @@ /podman-4797190.tar.gz /podman-7a7c8e9.tar.gz /podman-d1aaf33.tar.gz +/podman-bae6d5d.tar.gz diff --git a/podman.spec b/podman.spec index 6a22d33..f563123 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d1aaf3362204f860267e2bb58ec419b25edc5800 +%global commit0 bae6d5ddafb9d293702fda368587caae22fc3c80 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.160.dev.git%{shortcommit0}%{?dist} +Release: 0.161.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Aug 05 20:10:17 GMT 2020 RH Container Bot - 2:2.1.0-0.161.dev.gitbae6d5d +- autobuilt bae6d5d + * Wed Aug 05 13:10:50 GMT 2020 RH Container Bot - 2:2.1.0-0.160.dev.gitd1aaf33 - autobuilt d1aaf33 diff --git a/sources b/sources index faf735e..f14806c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-d1aaf33.tar.gz) = f1a0f3f2ac07318606a6105bc6a97c38af38c2eaa12afadacdcd93f8b195fa25db3369904dc32648583baa68e63559f6edef418b07f1726dd9b51241c1766949 +SHA512 (podman-bae6d5d.tar.gz) = 5948406600ef31cdab4e43b57487aaf008cd382b37ffc3a13b2a6035639053d283ddc9df83cc94c463d52b6c7f5830bd8ea8e3d3db63dd2d62fc76f7c6e62fc2 From 14132e61cb4d9e3b05aeee0adddf376514be1b4a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 5 Aug 2020 21:10:33 +0000 Subject: [PATCH 1337/2185] podman-2:2.1.0-0.162.dev.gita948635 - autobuilt a948635 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c39ee93..160fa87 100644 --- a/.gitignore +++ b/.gitignore @@ -1235,3 +1235,4 @@ /podman-7a7c8e9.tar.gz /podman-d1aaf33.tar.gz /podman-bae6d5d.tar.gz +/podman-a948635.tar.gz diff --git a/podman.spec b/podman.spec index f563123..4894ebe 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 bae6d5ddafb9d293702fda368587caae22fc3c80 +%global commit0 a94863504166ad6fc9f31847e84b71cc32fcd09f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.161.dev.git%{shortcommit0}%{?dist} +Release: 0.162.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Aug 05 21:10:21 GMT 2020 RH Container Bot - 2:2.1.0-0.162.dev.gita948635 +- autobuilt a948635 + * Wed Aug 05 20:10:17 GMT 2020 RH Container Bot - 2:2.1.0-0.161.dev.gitbae6d5d - autobuilt bae6d5d diff --git a/sources b/sources index f14806c..526de8b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-bae6d5d.tar.gz) = 5948406600ef31cdab4e43b57487aaf008cd382b37ffc3a13b2a6035639053d283ddc9df83cc94c463d52b6c7f5830bd8ea8e3d3db63dd2d62fc76f7c6e62fc2 +SHA512 (podman-a948635.tar.gz) = d6dbf2bae3f2efb91802f32d3695057afc46bf7c61d4a02b8263eea6233becc894cf13bd7c0477cccc3736d1e4b1afdff3fc63d6fa2546f736583d8f12c16e56 From a30b19df9c4181696296042bf33cc81738ee5aaa Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 5 Aug 2020 22:10:36 +0000 Subject: [PATCH 1338/2185] podman-2:2.1.0-0.163.dev.git0d4a269 - autobuilt 0d4a269 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 160fa87..e9c3423 100644 --- a/.gitignore +++ b/.gitignore @@ -1236,3 +1236,4 @@ /podman-d1aaf33.tar.gz /podman-bae6d5d.tar.gz /podman-a948635.tar.gz +/podman-0d4a269.tar.gz diff --git a/podman.spec b/podman.spec index 4894ebe..4a34371 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 a94863504166ad6fc9f31847e84b71cc32fcd09f +%global commit0 0d4a269c6dd06a48d42542d2c0980bf7a51c3493 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.162.dev.git%{shortcommit0}%{?dist} +Release: 0.163.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Aug 05 22:10:25 GMT 2020 RH Container Bot - 2:2.1.0-0.163.dev.git0d4a269 +- autobuilt 0d4a269 + * Wed Aug 05 21:10:21 GMT 2020 RH Container Bot - 2:2.1.0-0.162.dev.gita948635 - autobuilt a948635 diff --git a/sources b/sources index 526de8b..f06fb97 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-a948635.tar.gz) = d6dbf2bae3f2efb91802f32d3695057afc46bf7c61d4a02b8263eea6233becc894cf13bd7c0477cccc3736d1e4b1afdff3fc63d6fa2546f736583d8f12c16e56 +SHA512 (podman-0d4a269.tar.gz) = b889a803a4598f7a1f19333a31b3b39e66ddd97e0fba88947608a3b268f7d0e8371e8596d318be8b4d817455db53d93eae9514bb42774ef812168dddddc8d546 From 838c3c0823669cccfec6a5a0929a6e3a804ea576 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 7 Aug 2020 13:10:56 +0000 Subject: [PATCH 1339/2185] podman-2:2.1.0-0.164.dev.git51159e7 - autobuilt 51159e7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e9c3423..ad2df44 100644 --- a/.gitignore +++ b/.gitignore @@ -1237,3 +1237,4 @@ /podman-bae6d5d.tar.gz /podman-a948635.tar.gz /podman-0d4a269.tar.gz +/podman-51159e7.tar.gz diff --git a/podman.spec b/podman.spec index 4a34371..429581f 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 0d4a269c6dd06a48d42542d2c0980bf7a51c3493 +%global commit0 51159e7b8325ed45c279d750741e6728e7cf1036 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.163.dev.git%{shortcommit0}%{?dist} +Release: 0.164.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Aug 07 13:10:45 GMT 2020 RH Container Bot - 2:2.1.0-0.164.dev.git51159e7 +- autobuilt 51159e7 + * Wed Aug 05 22:10:25 GMT 2020 RH Container Bot - 2:2.1.0-0.163.dev.git0d4a269 - autobuilt 0d4a269 diff --git a/sources b/sources index f06fb97..5e3a4cc 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-0d4a269.tar.gz) = b889a803a4598f7a1f19333a31b3b39e66ddd97e0fba88947608a3b268f7d0e8371e8596d318be8b4d817455db53d93eae9514bb42774ef812168dddddc8d546 +SHA512 (podman-51159e7.tar.gz) = 72cbf4145ad89c86d31edf7f9ac4c88378bd5aab77727efcc93990297fd7ed11d657f1363afc480d12bf05d3e37749b0e5952b3917beeaba7b889cd159a993aa From 4ae4a70186cc09297109f5394099803c5a158515 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 8 Aug 2020 11:10:46 +0000 Subject: [PATCH 1340/2185] podman-2:2.1.0-0.165.dev.git1298161 - autobuilt 1298161 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ad2df44..84b2b6f 100644 --- a/.gitignore +++ b/.gitignore @@ -1238,3 +1238,4 @@ /podman-a948635.tar.gz /podman-0d4a269.tar.gz /podman-51159e7.tar.gz +/podman-1298161.tar.gz diff --git a/podman.spec b/podman.spec index 429581f..50461e1 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 51159e7b8325ed45c279d750741e6728e7cf1036 +%global commit0 1298161ae47a77ba2666903a30ae080710b00f9c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.164.dev.git%{shortcommit0}%{?dist} +Release: 0.165.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Aug 08 11:10:34 GMT 2020 RH Container Bot - 2:2.1.0-0.165.dev.git1298161 +- autobuilt 1298161 + * Fri Aug 07 13:10:45 GMT 2020 RH Container Bot - 2:2.1.0-0.164.dev.git51159e7 - autobuilt 51159e7 diff --git a/sources b/sources index 5e3a4cc..d58b110 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-51159e7.tar.gz) = 72cbf4145ad89c86d31edf7f9ac4c88378bd5aab77727efcc93990297fd7ed11d657f1363afc480d12bf05d3e37749b0e5952b3917beeaba7b889cd159a993aa +SHA512 (podman-1298161.tar.gz) = 739366f52806a06aba2298abbb7fab27d3b182948da1ab385128dcd2583532764318b881a0d568fee69394da358f83caf041321db2aa917b29e1eabd5d127b6c From 23e72e627d044f67063d1128a49611c372859c55 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 8 Aug 2020 12:10:48 +0000 Subject: [PATCH 1341/2185] podman-2:2.1.0-0.166.dev.git3173a18 - autobuilt 3173a18 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 84b2b6f..b6a080e 100644 --- a/.gitignore +++ b/.gitignore @@ -1239,3 +1239,4 @@ /podman-0d4a269.tar.gz /podman-51159e7.tar.gz /podman-1298161.tar.gz +/podman-3173a18.tar.gz diff --git a/podman.spec b/podman.spec index 50461e1..6e0eb87 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 1298161ae47a77ba2666903a30ae080710b00f9c +%global commit0 3173a18f6f97ddb684230296054216b526a54f0e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.165.dev.git%{shortcommit0}%{?dist} +Release: 0.166.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Aug 08 12:10:35 GMT 2020 RH Container Bot - 2:2.1.0-0.166.dev.git3173a18 +- autobuilt 3173a18 + * Sat Aug 08 11:10:34 GMT 2020 RH Container Bot - 2:2.1.0-0.165.dev.git1298161 - autobuilt 1298161 diff --git a/sources b/sources index d58b110..43b059e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-1298161.tar.gz) = 739366f52806a06aba2298abbb7fab27d3b182948da1ab385128dcd2583532764318b881a0d568fee69394da358f83caf041321db2aa917b29e1eabd5d127b6c +SHA512 (podman-3173a18.tar.gz) = b8b0d41243c8653a85cb526df1c7147a496205d121183e9461f5603599fed78e53f4a889b789031d91c195edc6b3a553d9acd4196f12d9adf29f421229e52c51 From cceff33bf1926ca7ef08322b87f1660952038de8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 9 Aug 2020 12:10:30 +0000 Subject: [PATCH 1342/2185] podman-2:2.1.0-0.167.dev.git95e2e15 - autobuilt 95e2e15 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b6a080e..0ff9b4e 100644 --- a/.gitignore +++ b/.gitignore @@ -1240,3 +1240,4 @@ /podman-51159e7.tar.gz /podman-1298161.tar.gz /podman-3173a18.tar.gz +/podman-95e2e15.tar.gz diff --git a/podman.spec b/podman.spec index 6e0eb87..111ef10 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 3173a18f6f97ddb684230296054216b526a54f0e +%global commit0 95e2e15a3f13babfabb1b8d192893a56719d79a9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.166.dev.git%{shortcommit0}%{?dist} +Release: 0.167.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Aug 09 12:10:18 GMT 2020 RH Container Bot - 2:2.1.0-0.167.dev.git95e2e15 +- autobuilt 95e2e15 + * Sat Aug 08 12:10:35 GMT 2020 RH Container Bot - 2:2.1.0-0.166.dev.git3173a18 - autobuilt 3173a18 diff --git a/sources b/sources index 43b059e..24c2b62 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-3173a18.tar.gz) = b8b0d41243c8653a85cb526df1c7147a496205d121183e9461f5603599fed78e53f4a889b789031d91c195edc6b3a553d9acd4196f12d9adf29f421229e52c51 +SHA512 (podman-95e2e15.tar.gz) = a3e77caf92718c3126a2959282100c590c23137a90e94875f6f72094cab8173716bcc0ab455a3bb8d2bbc263dd9f5c31d9e5ed0c790ceac7a9220a7f3d7ff60a From 3b4f0745516b56b70f14ba67efad6490702f724d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 10 Aug 2020 15:11:24 +0000 Subject: [PATCH 1343/2185] podman-2:2.1.0-0.168.dev.gitda00482 - autobuilt da00482 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0ff9b4e..62a66a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1241,3 +1241,4 @@ /podman-1298161.tar.gz /podman-3173a18.tar.gz /podman-95e2e15.tar.gz +/podman-da00482.tar.gz diff --git a/podman.spec b/podman.spec index 111ef10..9f646ae 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 95e2e15a3f13babfabb1b8d192893a56719d79a9 +%global commit0 da00482ef29e0a04a690f1538391e38b0b951dd0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.167.dev.git%{shortcommit0}%{?dist} +Release: 0.168.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Aug 10 15:11:11 GMT 2020 RH Container Bot - 2:2.1.0-0.168.dev.gitda00482 +- autobuilt da00482 + * Sun Aug 09 12:10:18 GMT 2020 RH Container Bot - 2:2.1.0-0.167.dev.git95e2e15 - autobuilt 95e2e15 diff --git a/sources b/sources index 24c2b62..8625337 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-95e2e15.tar.gz) = a3e77caf92718c3126a2959282100c590c23137a90e94875f6f72094cab8173716bcc0ab455a3bb8d2bbc263dd9f5c31d9e5ed0c790ceac7a9220a7f3d7ff60a +SHA512 (podman-da00482.tar.gz) = c784c3e23cff5054f049694268edb2f37e35092e392a1006bc995a3970efc12b2c26d058f87fab21aad1cc46e229c92c029d7b2b03cf7016ae8331efac72d670 From 8ff65e38f9326627a966d792d6529cac1acec711 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 10 Aug 2020 16:11:15 +0000 Subject: [PATCH 1344/2185] podman-2:2.1.0-0.169.dev.git162625f - autobuilt 162625f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 62a66a5..bd54768 100644 --- a/.gitignore +++ b/.gitignore @@ -1242,3 +1242,4 @@ /podman-3173a18.tar.gz /podman-95e2e15.tar.gz /podman-da00482.tar.gz +/podman-162625f.tar.gz diff --git a/podman.spec b/podman.spec index 9f646ae..7bdde80 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 da00482ef29e0a04a690f1538391e38b0b951dd0 +%global commit0 162625f2e74c8ad9bf9a7337baaa2621bbf0a26e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.168.dev.git%{shortcommit0}%{?dist} +Release: 0.169.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Aug 10 16:11:01 GMT 2020 RH Container Bot - 2:2.1.0-0.169.dev.git162625f +- autobuilt 162625f + * Mon Aug 10 15:11:11 GMT 2020 RH Container Bot - 2:2.1.0-0.168.dev.gitda00482 - autobuilt da00482 diff --git a/sources b/sources index 8625337..1696659 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-da00482.tar.gz) = c784c3e23cff5054f049694268edb2f37e35092e392a1006bc995a3970efc12b2c26d058f87fab21aad1cc46e229c92c029d7b2b03cf7016ae8331efac72d670 +SHA512 (podman-162625f.tar.gz) = 7374b546ed29cced090636fdebcbc35148403de1f434d0ba6bcca7dd83720c020044a0aef6f07e7332b703ab3267a6ae1ed5277d2eb2a46f8077b1c1440ce636 From c2c7328bcc2ef0dc7f69df23f13f879e533ceb36 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 10 Aug 2020 17:10:57 +0000 Subject: [PATCH 1345/2185] podman-2:2.1.0-0.170.dev.git68fd9aa - autobuilt 68fd9aa Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bd54768..7b2b5fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1243,3 +1243,4 @@ /podman-95e2e15.tar.gz /podman-da00482.tar.gz /podman-162625f.tar.gz +/podman-68fd9aa.tar.gz diff --git a/podman.spec b/podman.spec index 7bdde80..4c331c6 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 162625f2e74c8ad9bf9a7337baaa2621bbf0a26e +%global commit0 68fd9aa2cf67a749258ccdc6fa8fd89c2557ebfc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.169.dev.git%{shortcommit0}%{?dist} +Release: 0.170.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Aug 10 17:10:44 GMT 2020 RH Container Bot - 2:2.1.0-0.170.dev.git68fd9aa +- autobuilt 68fd9aa + * Mon Aug 10 16:11:01 GMT 2020 RH Container Bot - 2:2.1.0-0.169.dev.git162625f - autobuilt 162625f diff --git a/sources b/sources index 1696659..927e95e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-162625f.tar.gz) = 7374b546ed29cced090636fdebcbc35148403de1f434d0ba6bcca7dd83720c020044a0aef6f07e7332b703ab3267a6ae1ed5277d2eb2a46f8077b1c1440ce636 +SHA512 (podman-68fd9aa.tar.gz) = 2f849ace444cb43493d2a7f5d3a759d53a9a5c8440a8173ca3f2c098ce0feb862b5345d589a2dfa75c8ed005b4efd7895ca67ab0ee0657f902a0fdc055ef74a2 From 376ad167106894338e2f785bc42aafcaf0095613 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 10 Aug 2020 21:11:16 +0000 Subject: [PATCH 1346/2185] podman-2:2.1.0-0.171.dev.git75d2fe6 - autobuilt 75d2fe6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7b2b5fb..5903a87 100644 --- a/.gitignore +++ b/.gitignore @@ -1244,3 +1244,4 @@ /podman-da00482.tar.gz /podman-162625f.tar.gz /podman-68fd9aa.tar.gz +/podman-75d2fe6.tar.gz diff --git a/podman.spec b/podman.spec index 4c331c6..8607f81 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 68fd9aa2cf67a749258ccdc6fa8fd89c2557ebfc +%global commit0 75d2fe63db370d2143bc23519b1026410d6d81f4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.170.dev.git%{shortcommit0}%{?dist} +Release: 0.171.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Aug 10 21:11:03 GMT 2020 RH Container Bot - 2:2.1.0-0.171.dev.git75d2fe6 +- autobuilt 75d2fe6 + * Mon Aug 10 17:10:44 GMT 2020 RH Container Bot - 2:2.1.0-0.170.dev.git68fd9aa - autobuilt 68fd9aa diff --git a/sources b/sources index 927e95e..bb72f7e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-68fd9aa.tar.gz) = 2f849ace444cb43493d2a7f5d3a759d53a9a5c8440a8173ca3f2c098ce0feb862b5345d589a2dfa75c8ed005b4efd7895ca67ab0ee0657f902a0fdc055ef74a2 +SHA512 (podman-75d2fe6.tar.gz) = 333c418921c98668d8e39e6e08dc7be328d457f8b87dbd0862dae1d6a4f03ecb68194ab4f95452e0d76251ae62cca7f7d270b25e39eee2380f34c714f27cd569 From 35096e7b1b0782cc677a87aab3061a1f3a9d9e5a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 11 Aug 2020 00:10:52 +0000 Subject: [PATCH 1347/2185] podman-2:2.1.0-0.172.dev.gitdf0ad51 - autobuilt df0ad51 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5903a87..adcc397 100644 --- a/.gitignore +++ b/.gitignore @@ -1245,3 +1245,4 @@ /podman-162625f.tar.gz /podman-68fd9aa.tar.gz /podman-75d2fe6.tar.gz +/podman-df0ad51.tar.gz diff --git a/podman.spec b/podman.spec index 8607f81..76536d9 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 75d2fe63db370d2143bc23519b1026410d6d81f4 +%global commit0 df0ad51075102c49d170bfeb77085b3c9c251ed6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.171.dev.git%{shortcommit0}%{?dist} +Release: 0.172.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Aug 11 00:10:40 GMT 2020 RH Container Bot - 2:2.1.0-0.172.dev.gitdf0ad51 +- autobuilt df0ad51 + * Mon Aug 10 21:11:03 GMT 2020 RH Container Bot - 2:2.1.0-0.171.dev.git75d2fe6 - autobuilt 75d2fe6 diff --git a/sources b/sources index bb72f7e..23dda0c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-75d2fe6.tar.gz) = 333c418921c98668d8e39e6e08dc7be328d457f8b87dbd0862dae1d6a4f03ecb68194ab4f95452e0d76251ae62cca7f7d270b25e39eee2380f34c714f27cd569 +SHA512 (podman-df0ad51.tar.gz) = d31b166a4a4a21fc5cb27c5ca5bef553a4388051a321418ccd6fd7ee6f7940bbe1984b3b34a1224c5f4765084c3579148b0884548ac3791a17a4269b3e1340d3 From 22425a998ff39ecf8fc07bc749ce539674b4ab9f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 11 Aug 2020 08:16:21 +0000 Subject: [PATCH 1348/2185] podman-2:2.1.0-0.173.dev.git92b088b - autobuilt 92b088b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index adcc397..b00e543 100644 --- a/.gitignore +++ b/.gitignore @@ -1246,3 +1246,4 @@ /podman-68fd9aa.tar.gz /podman-75d2fe6.tar.gz /podman-df0ad51.tar.gz +/podman-92b088b.tar.gz diff --git a/podman.spec b/podman.spec index 76536d9..0549cd8 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 df0ad51075102c49d170bfeb77085b3c9c251ed6 +%global commit0 92b088b4a52a14126c8af2870b4b587abd49f7cb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.172.dev.git%{shortcommit0}%{?dist} +Release: 0.173.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Aug 11 08:16:07 GMT 2020 RH Container Bot - 2:2.1.0-0.173.dev.git92b088b +- autobuilt 92b088b + * Tue Aug 11 00:10:40 GMT 2020 RH Container Bot - 2:2.1.0-0.172.dev.gitdf0ad51 - autobuilt df0ad51 diff --git a/sources b/sources index 23dda0c..bbe07b3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-df0ad51.tar.gz) = d31b166a4a4a21fc5cb27c5ca5bef553a4388051a321418ccd6fd7ee6f7940bbe1984b3b34a1224c5f4765084c3579148b0884548ac3791a17a4269b3e1340d3 +SHA512 (podman-92b088b.tar.gz) = cb0c7d21bf9641e5bb4882a18c410e02731e34b0dbe3f8ace762792c2d63f7117a3ad3c13ca625ed1ffea3ed0a0250bae32eb4be240aec4ab74d0a507d0f2d61 From d7392578f83318b2fe3fef1976263ae2dbb1d5e9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 11 Aug 2020 08:41:33 +0000 Subject: [PATCH 1349/2185] podman-2:2.1.0-0.174.dev.gita90ae00 - autobuilt a90ae00 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b00e543..bad8ba5 100644 --- a/.gitignore +++ b/.gitignore @@ -1247,3 +1247,4 @@ /podman-75d2fe6.tar.gz /podman-df0ad51.tar.gz /podman-92b088b.tar.gz +/podman-a90ae00.tar.gz diff --git a/podman.spec b/podman.spec index 0549cd8..67eed46 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 92b088b4a52a14126c8af2870b4b587abd49f7cb +%global commit0 a90ae00df1c2be0f3d46d4e7cd292599c93ded0f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.173.dev.git%{shortcommit0}%{?dist} +Release: 0.174.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Aug 11 08:41:21 GMT 2020 RH Container Bot - 2:2.1.0-0.174.dev.gita90ae00 +- autobuilt a90ae00 + * Tue Aug 11 08:16:07 GMT 2020 RH Container Bot - 2:2.1.0-0.173.dev.git92b088b - autobuilt 92b088b diff --git a/sources b/sources index bbe07b3..14f1782 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-92b088b.tar.gz) = cb0c7d21bf9641e5bb4882a18c410e02731e34b0dbe3f8ace762792c2d63f7117a3ad3c13ca625ed1ffea3ed0a0250bae32eb4be240aec4ab74d0a507d0f2d61 +SHA512 (podman-a90ae00.tar.gz) = 04fafbd15e41b65be7d5a7ab3169340b31d79013c4974f8822f60b156ab4da019b441dd8fbacdaa391e329bdff5bef578fe437e6e7005891d94f4cd41e9dc310 From 3e71f52eb216dd0ac6cea6bcb95331ec4a388125 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 11 Aug 2020 11:11:15 +0000 Subject: [PATCH 1350/2185] podman-2:2.1.0-0.175.dev.git68c67d2 - autobuilt 68c67d2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bad8ba5..8cf5ee5 100644 --- a/.gitignore +++ b/.gitignore @@ -1248,3 +1248,4 @@ /podman-df0ad51.tar.gz /podman-92b088b.tar.gz /podman-a90ae00.tar.gz +/podman-68c67d2.tar.gz diff --git a/podman.spec b/podman.spec index 67eed46..b11cc82 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 a90ae00df1c2be0f3d46d4e7cd292599c93ded0f +%global commit0 68c67d24308710d5ad23ee5ddeb35293e2123fb6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.174.dev.git%{shortcommit0}%{?dist} +Release: 0.175.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Aug 11 11:11:02 GMT 2020 RH Container Bot - 2:2.1.0-0.175.dev.git68c67d2 +- autobuilt 68c67d2 + * Tue Aug 11 08:41:21 GMT 2020 RH Container Bot - 2:2.1.0-0.174.dev.gita90ae00 - autobuilt a90ae00 diff --git a/sources b/sources index 14f1782..ed37807 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-a90ae00.tar.gz) = 04fafbd15e41b65be7d5a7ab3169340b31d79013c4974f8822f60b156ab4da019b441dd8fbacdaa391e329bdff5bef578fe437e6e7005891d94f4cd41e9dc310 +SHA512 (podman-68c67d2.tar.gz) = b3b946122f49355447cecf0f9fcf70723a1663dce821f9980300c31015edb84b078869e4b255fabe02ed204e6e0fda931a0f3cedf4e7ddaa2764a1b85dc3999f From 4a19de7b0d1106332c5b96f37bfd1357f299ae94 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 11 Aug 2020 12:10:59 +0000 Subject: [PATCH 1351/2185] podman-2:2.1.0-0.176.dev.git6d3075a - autobuilt 6d3075a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8cf5ee5..85efe2a 100644 --- a/.gitignore +++ b/.gitignore @@ -1249,3 +1249,4 @@ /podman-92b088b.tar.gz /podman-a90ae00.tar.gz /podman-68c67d2.tar.gz +/podman-6d3075a.tar.gz diff --git a/podman.spec b/podman.spec index b11cc82..fb16df8 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 68c67d24308710d5ad23ee5ddeb35293e2123fb6 +%global commit0 6d3075a6c79a6e761c183e0d5e6aa239fad21b63 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.175.dev.git%{shortcommit0}%{?dist} +Release: 0.176.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Aug 11 12:10:46 GMT 2020 RH Container Bot - 2:2.1.0-0.176.dev.git6d3075a +- autobuilt 6d3075a + * Tue Aug 11 11:11:02 GMT 2020 RH Container Bot - 2:2.1.0-0.175.dev.git68c67d2 - autobuilt 68c67d2 diff --git a/sources b/sources index ed37807..8add71b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-68c67d2.tar.gz) = b3b946122f49355447cecf0f9fcf70723a1663dce821f9980300c31015edb84b078869e4b255fabe02ed204e6e0fda931a0f3cedf4e7ddaa2764a1b85dc3999f +SHA512 (podman-6d3075a.tar.gz) = 7097ba913cd9d6b39fd0bcccd26af1a5063340c9bd6e8201132955a92015c3060dd56b60a65afd88eb5462eef234c481026828378d0df75745d5ba33dac82970 From 163e682b0ef96c250e733841c1a90ade971f6f5b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 11 Aug 2020 18:11:37 +0000 Subject: [PATCH 1352/2185] podman-2:2.1.0-0.177.dev.gitaa66c06 - autobuilt aa66c06 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 85efe2a..2dea5d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1250,3 +1250,4 @@ /podman-a90ae00.tar.gz /podman-68c67d2.tar.gz /podman-6d3075a.tar.gz +/podman-aa66c06.tar.gz diff --git a/podman.spec b/podman.spec index fb16df8..808886f 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 6d3075a6c79a6e761c183e0d5e6aa239fad21b63 +%global commit0 aa66c062e993257a040dbe5e13797062ab590926 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.176.dev.git%{shortcommit0}%{?dist} +Release: 0.177.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Aug 11 18:11:25 GMT 2020 RH Container Bot - 2:2.1.0-0.177.dev.gitaa66c06 +- autobuilt aa66c06 + * Tue Aug 11 12:10:46 GMT 2020 RH Container Bot - 2:2.1.0-0.176.dev.git6d3075a - autobuilt 6d3075a diff --git a/sources b/sources index 8add71b..fb1ad05 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-6d3075a.tar.gz) = 7097ba913cd9d6b39fd0bcccd26af1a5063340c9bd6e8201132955a92015c3060dd56b60a65afd88eb5462eef234c481026828378d0df75745d5ba33dac82970 +SHA512 (podman-aa66c06.tar.gz) = c6e42551c28dd5bba2a510627a1278e01e20c9a6c7af30f8adcf0c58db470c9f63bb0d0e3766205a22f0d155b017d830b2019b708676862b6e8ec69318a84f45 From db008dfba0e56075f451583368ac127333e5160d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 11 Aug 2020 19:11:03 +0000 Subject: [PATCH 1353/2185] podman-2:2.1.0-0.178.dev.git43f2771 - autobuilt 43f2771 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2dea5d9..76f69a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1251,3 +1251,4 @@ /podman-68c67d2.tar.gz /podman-6d3075a.tar.gz /podman-aa66c06.tar.gz +/podman-43f2771.tar.gz diff --git a/podman.spec b/podman.spec index 808886f..3499e44 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 aa66c062e993257a040dbe5e13797062ab590926 +%global commit0 43f277156c52141c89025ed6a3854f870db38033 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.177.dev.git%{shortcommit0}%{?dist} +Release: 0.178.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Aug 11 19:10:50 GMT 2020 RH Container Bot - 2:2.1.0-0.178.dev.git43f2771 +- autobuilt 43f2771 + * Tue Aug 11 18:11:25 GMT 2020 RH Container Bot - 2:2.1.0-0.177.dev.gitaa66c06 - autobuilt aa66c06 diff --git a/sources b/sources index fb1ad05..3524186 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-aa66c06.tar.gz) = c6e42551c28dd5bba2a510627a1278e01e20c9a6c7af30f8adcf0c58db470c9f63bb0d0e3766205a22f0d155b017d830b2019b708676862b6e8ec69318a84f45 +SHA512 (podman-43f2771.tar.gz) = 324533adc8ba30a0694619a320d7419699fcc83ff82def6f186825b52d80f330da827c264a80ec859cae7e639a075588b09565b1269d8368027f9b17b06fa48b From 234af34fd1d890d3096cbb3ff01f415f6cfc0ad6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 11 Aug 2020 21:11:11 +0000 Subject: [PATCH 1354/2185] podman-2:2.1.0-0.179.dev.git8eaacec - autobuilt 8eaacec Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 76f69a9..ad20871 100644 --- a/.gitignore +++ b/.gitignore @@ -1252,3 +1252,4 @@ /podman-6d3075a.tar.gz /podman-aa66c06.tar.gz /podman-43f2771.tar.gz +/podman-8eaacec.tar.gz diff --git a/podman.spec b/podman.spec index 3499e44..515fd19 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 43f277156c52141c89025ed6a3854f870db38033 +%global commit0 8eaacec150df782c291e9c6046bb0db010dd2f08 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.178.dev.git%{shortcommit0}%{?dist} +Release: 0.179.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Aug 11 21:10:59 GMT 2020 RH Container Bot - 2:2.1.0-0.179.dev.git8eaacec +- autobuilt 8eaacec + * Tue Aug 11 19:10:50 GMT 2020 RH Container Bot - 2:2.1.0-0.178.dev.git43f2771 - autobuilt 43f2771 diff --git a/sources b/sources index 3524186..ba68bf0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-43f2771.tar.gz) = 324533adc8ba30a0694619a320d7419699fcc83ff82def6f186825b52d80f330da827c264a80ec859cae7e639a075588b09565b1269d8368027f9b17b06fa48b +SHA512 (podman-8eaacec.tar.gz) = 76ad0b08b8377884a4d8c8aaf239529c73fb878bb3a96e3ccb932deed69815bb49e64048dc4c8e8713bd29f430a4cae58b0c542f49a1e4aef6e16b5c6f8c0cfa From 01839ad2d221547d9cdaaad645d0452a63bc22b4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 12 Aug 2020 15:10:50 +0000 Subject: [PATCH 1355/2185] podman-2:2.1.0-0.180.dev.gitac96112 - autobuilt ac96112 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ad20871..0293cad 100644 --- a/.gitignore +++ b/.gitignore @@ -1253,3 +1253,4 @@ /podman-aa66c06.tar.gz /podman-43f2771.tar.gz /podman-8eaacec.tar.gz +/podman-ac96112.tar.gz diff --git a/podman.spec b/podman.spec index 515fd19..dd8478f 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 8eaacec150df782c291e9c6046bb0db010dd2f08 +%global commit0 ac96112d706ac7be682a6a3e218b10affd2ece20 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.179.dev.git%{shortcommit0}%{?dist} +Release: 0.180.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Aug 12 15:10:38 GMT 2020 RH Container Bot - 2:2.1.0-0.180.dev.gitac96112 +- autobuilt ac96112 + * Tue Aug 11 21:10:59 GMT 2020 RH Container Bot - 2:2.1.0-0.179.dev.git8eaacec - autobuilt 8eaacec diff --git a/sources b/sources index ba68bf0..0d6f357 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-8eaacec.tar.gz) = 76ad0b08b8377884a4d8c8aaf239529c73fb878bb3a96e3ccb932deed69815bb49e64048dc4c8e8713bd29f430a4cae58b0c542f49a1e4aef6e16b5c6f8c0cfa +SHA512 (podman-ac96112.tar.gz) = 8356aca4429303aafc983119ce67733bdeb20a14efe779f85f05ad2231d7f5d09fae0c96343c528a789dd4e5584a144cde582998eb8cd14579170f220b4e4c86 From 24dbd5db73b70406e8186ba5367cb57c5a458220 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 12 Aug 2020 17:10:18 +0000 Subject: [PATCH 1356/2185] podman-2:2.1.0-0.181.dev.git8e4842a - autobuilt 8e4842a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0293cad..fd9037e 100644 --- a/.gitignore +++ b/.gitignore @@ -1254,3 +1254,4 @@ /podman-43f2771.tar.gz /podman-8eaacec.tar.gz /podman-ac96112.tar.gz +/podman-8e4842a.tar.gz diff --git a/podman.spec b/podman.spec index dd8478f..99fbb3f 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 ac96112d706ac7be682a6a3e218b10affd2ece20 +%global commit0 8e4842a14deff83cef7996e393cfc9fa932bfb30 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.180.dev.git%{shortcommit0}%{?dist} +Release: 0.181.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Aug 12 17:10:06 GMT 2020 RH Container Bot - 2:2.1.0-0.181.dev.git8e4842a +- autobuilt 8e4842a + * Wed Aug 12 15:10:38 GMT 2020 RH Container Bot - 2:2.1.0-0.180.dev.gitac96112 - autobuilt ac96112 diff --git a/sources b/sources index 0d6f357..1c98fe1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-ac96112.tar.gz) = 8356aca4429303aafc983119ce67733bdeb20a14efe779f85f05ad2231d7f5d09fae0c96343c528a789dd4e5584a144cde582998eb8cd14579170f220b4e4c86 +SHA512 (podman-8e4842a.tar.gz) = cc768fce1fe4fc23bf34c12f3f4826eb5b882150e36a710ee3bff963cb8096adf8c44434d86af15ce26e2aa7f924ed770314a66e214d6e5f0135a0e2298691df From 7f173f60b72d44a071ad4845890082c2f7c009da Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 12 Aug 2020 18:11:22 +0000 Subject: [PATCH 1357/2185] podman-2:2.1.0-0.182.dev.git4ef4f52 - autobuilt 4ef4f52 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fd9037e..3fab685 100644 --- a/.gitignore +++ b/.gitignore @@ -1255,3 +1255,4 @@ /podman-8eaacec.tar.gz /podman-ac96112.tar.gz /podman-8e4842a.tar.gz +/podman-4ef4f52.tar.gz diff --git a/podman.spec b/podman.spec index 99fbb3f..216f3f4 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 8e4842a14deff83cef7996e393cfc9fa932bfb30 +%global commit0 4ef4f522f9a2850e14a93186c647175685166d95 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.181.dev.git%{shortcommit0}%{?dist} +Release: 0.182.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Aug 12 18:11:09 GMT 2020 RH Container Bot - 2:2.1.0-0.182.dev.git4ef4f52 +- autobuilt 4ef4f52 + * Wed Aug 12 17:10:06 GMT 2020 RH Container Bot - 2:2.1.0-0.181.dev.git8e4842a - autobuilt 8e4842a diff --git a/sources b/sources index 1c98fe1..d28bc67 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-8e4842a.tar.gz) = cc768fce1fe4fc23bf34c12f3f4826eb5b882150e36a710ee3bff963cb8096adf8c44434d86af15ce26e2aa7f924ed770314a66e214d6e5f0135a0e2298691df +SHA512 (podman-4ef4f52.tar.gz) = b95953b6a9346d90554d0201226a10ba010b03aaa9fee7e073ca237d848e4d5b502e9011849841e1c3176e6cd605f6cc214db65c1905b6c13f4b9aba8c8747d3 From 28e2922ca7cd53e7d2175f836cd303694ddb09bc Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 12 Aug 2020 17:57:38 -0400 Subject: [PATCH 1358/2185] btrfs tags are detected by the hack/btrfs*.sh scripts already Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 216f3f4..3422fbb 100644 --- a/podman.spec +++ b/podman.spec @@ -462,7 +462,7 @@ ln -s vendor src # build %%{name} export BUILDTAGS="systemd seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/selinux_tag.sh)" %if 0%{?centos} -export BUILDTAGS+="exclude_graphdriver_btrfs containers_image_ostree_stub" +export BUILDTAGS+=" containers_image_ostree_stub" %endif %gobuild -o bin/%{name} %{import_path}/cmd/%{name} From 6213ea9b712d0cc60126292fa236409487235786 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 12 Aug 2020 22:10:18 +0000 Subject: [PATCH 1359/2185] podman-2:2.1.0-0.183.dev.gitd777a7b - autobuilt d777a7b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3fab685..5f77559 100644 --- a/.gitignore +++ b/.gitignore @@ -1256,3 +1256,4 @@ /podman-ac96112.tar.gz /podman-8e4842a.tar.gz /podman-4ef4f52.tar.gz +/podman-d777a7b.tar.gz diff --git a/podman.spec b/podman.spec index 3422fbb..56ed8d8 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4ef4f522f9a2850e14a93186c647175685166d95 +%global commit0 d777a7bd5c920ce3cf06c4eba25068747dbc6b8f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.182.dev.git%{shortcommit0}%{?dist} +Release: 0.183.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Aug 12 22:10:05 GMT 2020 RH Container Bot - 2:2.1.0-0.183.dev.gitd777a7b +- autobuilt d777a7b + * Wed Aug 12 18:11:09 GMT 2020 RH Container Bot - 2:2.1.0-0.182.dev.git4ef4f52 - autobuilt 4ef4f52 diff --git a/sources b/sources index d28bc67..8ca9373 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-4ef4f52.tar.gz) = b95953b6a9346d90554d0201226a10ba010b03aaa9fee7e073ca237d848e4d5b502e9011849841e1c3176e6cd605f6cc214db65c1905b6c13f4b9aba8c8747d3 +SHA512 (podman-d777a7b.tar.gz) = 2aa9b8f3b92dceba3fcde806f9908ab37d6810c72e24ca29bc3aad12ca277fdd91511de87dadc7ed6e6d7afca124af1eff9c216f790a8879a8957d9ef8bd68cf From 2764a6e920f5588ce9d3da967eddd76761905cf6 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 12 Aug 2020 18:13:13 -0400 Subject: [PATCH 1360/2185] prefer using scripts in hack/ for buildtags Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 56ed8d8..60975da 100644 --- a/podman.spec +++ b/podman.spec @@ -460,7 +460,7 @@ popd ln -s vendor src # build %%{name} -export BUILDTAGS="systemd seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/selinux_tag.sh)" +export BUILDTAGS="seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/selinux_tag.sh) $(hack/systemd_tag.sh)" %if 0%{?centos} export BUILDTAGS+=" containers_image_ostree_stub" %endif From 3c4205d027b805c5b23418069d1296e33d86face Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 13 Aug 2020 11:11:35 +0000 Subject: [PATCH 1361/2185] podman-2:2.1.0-0.184.dev.git90831df - autobuilt 90831df Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5f77559..32fec9c 100644 --- a/.gitignore +++ b/.gitignore @@ -1257,3 +1257,4 @@ /podman-8e4842a.tar.gz /podman-4ef4f52.tar.gz /podman-d777a7b.tar.gz +/podman-90831df.tar.gz diff --git a/podman.spec b/podman.spec index 60975da..f70b2dd 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d777a7bd5c920ce3cf06c4eba25068747dbc6b8f +%global commit0 90831dfdced0f52867c47cac75b5ea09e0e916c2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.183.dev.git%{shortcommit0}%{?dist} +Release: 0.184.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Aug 13 11:11:22 GMT 2020 RH Container Bot - 2:2.1.0-0.184.dev.git90831df +- autobuilt 90831df + * Wed Aug 12 22:10:05 GMT 2020 RH Container Bot - 2:2.1.0-0.183.dev.gitd777a7b - autobuilt d777a7b diff --git a/sources b/sources index 8ca9373..037587b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-d777a7b.tar.gz) = 2aa9b8f3b92dceba3fcde806f9908ab37d6810c72e24ca29bc3aad12ca277fdd91511de87dadc7ed6e6d7afca124af1eff9c216f790a8879a8957d9ef8bd68cf +SHA512 (podman-90831df.tar.gz) = 8d5dcf055951171e8f4083844b5316bef2c6ead8d1a8137f65ae02c8e8c23a5cfe508e831c8aaf5648fef0aad314ef2c022fba38f91a6333721afcd64bbff6ff From f1b4efd55a83eac061e7f9acabbd127d6f22fe1c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 13 Aug 2020 13:53:44 -0400 Subject: [PATCH 1362/2185] exclude btrfs tags for podman-remote Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index f70b2dd..349ee0a 100644 --- a/podman.spec +++ b/podman.spec @@ -467,7 +467,7 @@ export BUILDTAGS+=" containers_image_ostree_stub" %gobuild -o bin/%{name} %{import_path}/cmd/%{name} # build %%{name}-remote -export BUILDTAGS+=" remoteclient" +export BUILDTAGS+=" exclude_graphdriver_btrfs btrfs_noversion remoteclient" %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} pushd dnsname-%{commit_plugins} From 80a5021b60fe16c1e0725822f5237667c66fd91d Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 13 Aug 2020 13:57:14 -0400 Subject: [PATCH 1363/2185] use correct remote tag for podman-remote Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 349ee0a..7a187c6 100644 --- a/podman.spec +++ b/podman.spec @@ -467,7 +467,7 @@ export BUILDTAGS+=" containers_image_ostree_stub" %gobuild -o bin/%{name} %{import_path}/cmd/%{name} # build %%{name}-remote -export BUILDTAGS+=" exclude_graphdriver_btrfs btrfs_noversion remoteclient" +export BUILDTAGS+=" exclude_graphdriver_btrfs btrfs_noversion remote" %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} pushd dnsname-%{commit_plugins} From 29c30d0b3e67132249bb18e756f41ac08296cdfa Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 13 Aug 2020 20:10:06 +0000 Subject: [PATCH 1364/2185] podman-2:2.1.0-0.185.dev.git9ede14e - autobuilt 9ede14e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 32fec9c..9cc4b66 100644 --- a/.gitignore +++ b/.gitignore @@ -1258,3 +1258,4 @@ /podman-4ef4f52.tar.gz /podman-d777a7b.tar.gz /podman-90831df.tar.gz +/podman-9ede14e.tar.gz diff --git a/podman.spec b/podman.spec index 7a187c6..331bf18 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 90831dfdced0f52867c47cac75b5ea09e0e916c2 +%global commit0 9ede14e1cd3d3fa6cac0dbb0a7286a8fc0118376 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.184.dev.git%{shortcommit0}%{?dist} +Release: 0.185.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Aug 13 20:09:55 GMT 2020 RH Container Bot - 2:2.1.0-0.185.dev.git9ede14e +- autobuilt 9ede14e + * Thu Aug 13 11:11:22 GMT 2020 RH Container Bot - 2:2.1.0-0.184.dev.git90831df - autobuilt 90831df diff --git a/sources b/sources index 037587b..52226f7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-90831df.tar.gz) = 8d5dcf055951171e8f4083844b5316bef2c6ead8d1a8137f65ae02c8e8c23a5cfe508e831c8aaf5648fef0aad314ef2c022fba38f91a6333721afcd64bbff6ff +SHA512 (podman-9ede14e.tar.gz) = 4010ade886733e8df3edcde9abc842af3fd037ba504617bec5664ed7cf9ccc96d48c3ff5bfd66b10d107e1cfe2a2a60272a25bde8a5e5982ce67204a250b1fdd From afd86d15cb99175d2a13fa436e7d08b2883290d6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 13 Aug 2020 21:10:10 +0000 Subject: [PATCH 1365/2185] podman-2:2.1.0-0.186.dev.git81499a5 - autobuilt 81499a5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9cc4b66..bfacbc1 100644 --- a/.gitignore +++ b/.gitignore @@ -1259,3 +1259,4 @@ /podman-d777a7b.tar.gz /podman-90831df.tar.gz /podman-9ede14e.tar.gz +/podman-81499a5.tar.gz diff --git a/podman.spec b/podman.spec index 331bf18..ef56420 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9ede14e1cd3d3fa6cac0dbb0a7286a8fc0118376 +%global commit0 81499a5c470797221abca6facbfe27ccf7c6cbdb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.185.dev.git%{shortcommit0}%{?dist} +Release: 0.186.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Aug 13 21:09:58 GMT 2020 RH Container Bot - 2:2.1.0-0.186.dev.git81499a5 +- autobuilt 81499a5 + * Thu Aug 13 20:09:55 GMT 2020 RH Container Bot - 2:2.1.0-0.185.dev.git9ede14e - autobuilt 9ede14e diff --git a/sources b/sources index 52226f7..a086470 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-9ede14e.tar.gz) = 4010ade886733e8df3edcde9abc842af3fd037ba504617bec5664ed7cf9ccc96d48c3ff5bfd66b10d107e1cfe2a2a60272a25bde8a5e5982ce67204a250b1fdd +SHA512 (podman-81499a5.tar.gz) = 9130612931c92444478f9ad8d90591933fab4add44b54ebcd554bac24c4d885160ea0f455ff42ae0914c6e4c4853c356b85ae0a21ee6b6bec7083f4f82c7f22e From b7c9d2ada49419c877cdaf51394048bca25dc433 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 15 Aug 2020 11:10:16 +0000 Subject: [PATCH 1366/2185] podman-2:2.1.0-0.187.dev.gitca4423e - autobuilt ca4423e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bfacbc1..13ce71d 100644 --- a/.gitignore +++ b/.gitignore @@ -1260,3 +1260,4 @@ /podman-90831df.tar.gz /podman-9ede14e.tar.gz /podman-81499a5.tar.gz +/podman-ca4423e.tar.gz diff --git a/podman.spec b/podman.spec index ef56420..61ad725 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 81499a5c470797221abca6facbfe27ccf7c6cbdb +%global commit0 ca4423e94d28c9e5e59ccb958564b9d6ad5bd0fc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.186.dev.git%{shortcommit0}%{?dist} +Release: 0.187.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Aug 15 11:10:04 GMT 2020 RH Container Bot - 2:2.1.0-0.187.dev.gitca4423e +- autobuilt ca4423e + * Thu Aug 13 21:09:58 GMT 2020 RH Container Bot - 2:2.1.0-0.186.dev.git81499a5 - autobuilt 81499a5 diff --git a/sources b/sources index a086470..e6e3902 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-81499a5.tar.gz) = 9130612931c92444478f9ad8d90591933fab4add44b54ebcd554bac24c4d885160ea0f455ff42ae0914c6e4c4853c356b85ae0a21ee6b6bec7083f4f82c7f22e +SHA512 (podman-ca4423e.tar.gz) = d46d47ca1b403401a40667792d4ea29707f417c131ea791fbd53f242d1e40b344c9cb1df667829f99641899bfb648c802c96599cf877faa544a96b6ea7e5733f From 1cecdc63aa7bd4d0c31af57d0a3cdb6680e1efc6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 16 Aug 2020 12:11:08 +0000 Subject: [PATCH 1367/2185] podman-2:2.1.0-0.188.dev.git96fb5dc - autobuilt 96fb5dc Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 13ce71d..be9eb54 100644 --- a/.gitignore +++ b/.gitignore @@ -1261,3 +1261,4 @@ /podman-9ede14e.tar.gz /podman-81499a5.tar.gz /podman-ca4423e.tar.gz +/podman-96fb5dc.tar.gz diff --git a/podman.spec b/podman.spec index 61ad725..fdc220b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 ca4423e94d28c9e5e59ccb958564b9d6ad5bd0fc +%global commit0 96fb5dc94d88bc4eafe82382bfb26b64c479f76b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.187.dev.git%{shortcommit0}%{?dist} +Release: 0.188.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Aug 16 12:10:53 GMT 2020 RH Container Bot - 2:2.1.0-0.188.dev.git96fb5dc +- autobuilt 96fb5dc + * Sat Aug 15 11:10:04 GMT 2020 RH Container Bot - 2:2.1.0-0.187.dev.gitca4423e - autobuilt ca4423e diff --git a/sources b/sources index e6e3902..33479b7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-ca4423e.tar.gz) = d46d47ca1b403401a40667792d4ea29707f417c131ea791fbd53f242d1e40b344c9cb1df667829f99641899bfb648c802c96599cf877faa544a96b6ea7e5733f +SHA512 (podman-96fb5dc.tar.gz) = 35efc356400f1afd97c229aa5369e56de3f71e74eceb277a405db0e0589f9f8adb27cceb1e2b97ccde8ab5da3abe4323aa3c41b8d747540924aa8ceb6f8ef1af From a3bb8d26c77c94b511b3c18ee7f584b536408ea2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 17 Aug 2020 07:10:57 +0000 Subject: [PATCH 1368/2185] podman-2:2.1.0-0.189.dev.gitfff66f1 - autobuilt fff66f1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index be9eb54..49f8383 100644 --- a/.gitignore +++ b/.gitignore @@ -1262,3 +1262,4 @@ /podman-81499a5.tar.gz /podman-ca4423e.tar.gz /podman-96fb5dc.tar.gz +/podman-fff66f1.tar.gz diff --git a/podman.spec b/podman.spec index fdc220b..45f822b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 96fb5dc94d88bc4eafe82382bfb26b64c479f76b +%global commit0 fff66f14305599bc08504f437d3769cb51797caa %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.188.dev.git%{shortcommit0}%{?dist} +Release: 0.189.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Aug 17 07:10:44 GMT 2020 RH Container Bot - 2:2.1.0-0.189.dev.gitfff66f1 +- autobuilt fff66f1 + * Sun Aug 16 12:10:53 GMT 2020 RH Container Bot - 2:2.1.0-0.188.dev.git96fb5dc - autobuilt 96fb5dc diff --git a/sources b/sources index 33479b7..9666296 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-96fb5dc.tar.gz) = 35efc356400f1afd97c229aa5369e56de3f71e74eceb277a405db0e0589f9f8adb27cceb1e2b97ccde8ab5da3abe4323aa3c41b8d747540924aa8ceb6f8ef1af +SHA512 (podman-fff66f1.tar.gz) = c0ede21a23f485dc555fe722bd31507dd4a3129bd7c447a8b0ef5f30fb8818d9ae34ba42d24b6fc158f4152e933c43f8d1339f5918eb65200f075ccb5f095626 From acca9ce00969c32da8e18e36ce2a7da89f985f31 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 17 Aug 2020 11:11:12 +0000 Subject: [PATCH 1369/2185] podman-2:2.1.0-0.190.dev.git47108e2 - autobuilt 47108e2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 49f8383..b7efde2 100644 --- a/.gitignore +++ b/.gitignore @@ -1263,3 +1263,4 @@ /podman-ca4423e.tar.gz /podman-96fb5dc.tar.gz /podman-fff66f1.tar.gz +/podman-47108e2.tar.gz diff --git a/podman.spec b/podman.spec index 45f822b..754c2ec 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 fff66f14305599bc08504f437d3769cb51797caa +%global commit0 47108e2e093bae318773998a18f83d0504a402e0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.189.dev.git%{shortcommit0}%{?dist} +Release: 0.190.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Aug 17 11:10:56 GMT 2020 RH Container Bot - 2:2.1.0-0.190.dev.git47108e2 +- autobuilt 47108e2 + * Mon Aug 17 07:10:44 GMT 2020 RH Container Bot - 2:2.1.0-0.189.dev.gitfff66f1 - autobuilt fff66f1 diff --git a/sources b/sources index 9666296..8631fe3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-fff66f1.tar.gz) = c0ede21a23f485dc555fe722bd31507dd4a3129bd7c447a8b0ef5f30fb8818d9ae34ba42d24b6fc158f4152e933c43f8d1339f5918eb65200f075ccb5f095626 +SHA512 (podman-47108e2.tar.gz) = 45f2db87067a23cfd09f5ce548e261d3c1345f0579ddf29ffbf4b14a802d1ca0ff482c825523ac542164f61585d62bb5e1aff1090888bea5722f41f04bae9d0e From b38b7a2d603d50fef75b7decd12f8220216852d6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 17 Aug 2020 19:11:11 +0000 Subject: [PATCH 1370/2185] podman-2:2.1.0-0.191.dev.git8caed30 - autobuilt 8caed30 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b7efde2..dabb63f 100644 --- a/.gitignore +++ b/.gitignore @@ -1264,3 +1264,4 @@ /podman-96fb5dc.tar.gz /podman-fff66f1.tar.gz /podman-47108e2.tar.gz +/podman-8caed30.tar.gz diff --git a/podman.spec b/podman.spec index 754c2ec..bb40faa 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 47108e2e093bae318773998a18f83d0504a402e0 +%global commit0 8caed305741c8c9e34ec767c9054e3c5e0d33576 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.190.dev.git%{shortcommit0}%{?dist} +Release: 0.191.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Aug 17 19:10:56 GMT 2020 RH Container Bot - 2:2.1.0-0.191.dev.git8caed30 +- autobuilt 8caed30 + * Mon Aug 17 11:10:56 GMT 2020 RH Container Bot - 2:2.1.0-0.190.dev.git47108e2 - autobuilt 47108e2 diff --git a/sources b/sources index 8631fe3..5c2fae7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-47108e2.tar.gz) = 45f2db87067a23cfd09f5ce548e261d3c1345f0579ddf29ffbf4b14a802d1ca0ff482c825523ac542164f61585d62bb5e1aff1090888bea5722f41f04bae9d0e +SHA512 (podman-8caed30.tar.gz) = 17171a4022fe2853e4a2d5fff7e35f296e7b6042bb82e68cff8fa339bead803f1176ce12c2867a7e93701ef26d2020d485dbce5c0f8efeb7ed07f043b28544a9 From 7c3a02ae6363ed9de9959fc8fcc57de47fa57c35 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 18 Aug 2020 12:13:26 +0000 Subject: [PATCH 1371/2185] podman-2:2.1.0-0.192.dev.git49d6468 - autobuilt 49d6468 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dabb63f..8a6c8fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1265,3 +1265,4 @@ /podman-fff66f1.tar.gz /podman-47108e2.tar.gz /podman-8caed30.tar.gz +/podman-49d6468.tar.gz diff --git a/podman.spec b/podman.spec index bb40faa..86b5392 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 8caed305741c8c9e34ec767c9054e3c5e0d33576 +%global commit0 49d6468b939a3c4ffed4d529c438f3849c252e7b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.191.dev.git%{shortcommit0}%{?dist} +Release: 0.192.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Aug 18 12:13:11 GMT 2020 RH Container Bot - 2:2.1.0-0.192.dev.git49d6468 +- autobuilt 49d6468 + * Mon Aug 17 19:10:56 GMT 2020 RH Container Bot - 2:2.1.0-0.191.dev.git8caed30 - autobuilt 8caed30 diff --git a/sources b/sources index 5c2fae7..255950e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-8caed30.tar.gz) = 17171a4022fe2853e4a2d5fff7e35f296e7b6042bb82e68cff8fa339bead803f1176ce12c2867a7e93701ef26d2020d485dbce5c0f8efeb7ed07f043b28544a9 +SHA512 (podman-49d6468.tar.gz) = cff91b9d05611cc6ff62d1857e72b3ded0810efa3be192a1ffd8c89a302f1dec9ce37acf80f7c2b6bf39563c2c54caa68f5924c5197a71673d8eccc533d45a63 From f766e2d7e8775d6a3e7ee91f1d093601799f209a Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Tue, 18 Aug 2020 07:34:36 -0600 Subject: [PATCH 1372/2185] podman-tests: require socat podman sdnotify tests (currently in a quantum flux of enabled then disabled) require socat. Add it to package requirements. Signed-off-by: Ed Santiago --- podman.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/podman.spec b/podman.spec index 86b5392..55da47e 100644 --- a/podman.spec +++ b/podman.spec @@ -411,6 +411,7 @@ Requires: skopeo Requires: nmap-ncat Requires: httpd-tools Requires: openssl +Requires: socat %description tests %{summary} From c5755ee97d12a77b8310fe7e1266a169207a55e2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 18 Aug 2020 15:14:57 +0000 Subject: [PATCH 1373/2185] podman-2:2.1.0-0.193.dev.git748e882 - autobuilt 748e882 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8a6c8fe..f40942b 100644 --- a/.gitignore +++ b/.gitignore @@ -1266,3 +1266,4 @@ /podman-47108e2.tar.gz /podman-8caed30.tar.gz /podman-49d6468.tar.gz +/podman-748e882.tar.gz diff --git a/podman.spec b/podman.spec index 55da47e..192e5b9 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 49d6468b939a3c4ffed4d529c438f3849c252e7b +%global commit0 748e8829da76394ec956ea6590599fab01b467b7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.192.dev.git%{shortcommit0}%{?dist} +Release: 0.193.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -648,6 +648,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Aug 18 15:14:41 GMT 2020 RH Container Bot - 2:2.1.0-0.193.dev.git748e882 +- autobuilt 748e882 + * Tue Aug 18 12:13:11 GMT 2020 RH Container Bot - 2:2.1.0-0.192.dev.git49d6468 - autobuilt 49d6468 diff --git a/sources b/sources index 255950e..a65da78 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-49d6468.tar.gz) = cff91b9d05611cc6ff62d1857e72b3ded0810efa3be192a1ffd8c89a302f1dec9ce37acf80f7c2b6bf39563c2c54caa68f5924c5197a71673d8eccc533d45a63 +SHA512 (podman-748e882.tar.gz) = 58f9f28c4e0a7b2ef169dd2a060c5a4982133c7e92d4deebad348fd8f8e1ac881377f49f839a456fcc270b5211e21a9615295f3e26f4907234a0a7c129ac7a37 From acf6c018241ad7ec616bb7acafde9f4913ebc118 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 18 Aug 2020 19:11:31 +0000 Subject: [PATCH 1374/2185] podman-2:2.1.0-0.194.dev.gitff1f81b - autobuilt ff1f81b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f40942b..50fc55e 100644 --- a/.gitignore +++ b/.gitignore @@ -1267,3 +1267,4 @@ /podman-8caed30.tar.gz /podman-49d6468.tar.gz /podman-748e882.tar.gz +/podman-ff1f81b.tar.gz diff --git a/podman.spec b/podman.spec index 192e5b9..bb2b40d 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 748e8829da76394ec956ea6590599fab01b467b7 +%global commit0 ff1f81b14a2944a1651e1b404681972ff3483d36 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.193.dev.git%{shortcommit0}%{?dist} +Release: 0.194.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -648,6 +648,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Aug 18 19:11:15 GMT 2020 RH Container Bot - 2:2.1.0-0.194.dev.gitff1f81b +- autobuilt ff1f81b + * Tue Aug 18 15:14:41 GMT 2020 RH Container Bot - 2:2.1.0-0.193.dev.git748e882 - autobuilt 748e882 diff --git a/sources b/sources index a65da78..911be4f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-748e882.tar.gz) = 58f9f28c4e0a7b2ef169dd2a060c5a4982133c7e92d4deebad348fd8f8e1ac881377f49f839a456fcc270b5211e21a9615295f3e26f4907234a0a7c129ac7a37 +SHA512 (podman-ff1f81b.tar.gz) = 24850a864a9fa0ccad8a85f5948bf226e7dfad9bd10ddef1c05ae10d0f71b3fa75ac7b3f588274b169ceeb49c4aeb34ce9b330df1cce68fcb8eefb30e6a408f8 From 52f19cea6ecd105c9bcd46b6baf89195d5cf56e3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 18 Aug 2020 23:11:33 +0000 Subject: [PATCH 1375/2185] podman-2:2.1.0-0.195.dev.git9d096c1 - autobuilt 9d096c1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 50fc55e..44e9070 100644 --- a/.gitignore +++ b/.gitignore @@ -1268,3 +1268,4 @@ /podman-49d6468.tar.gz /podman-748e882.tar.gz /podman-ff1f81b.tar.gz +/podman-9d096c1.tar.gz diff --git a/podman.spec b/podman.spec index bb2b40d..04a6f5e 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 ff1f81b14a2944a1651e1b404681972ff3483d36 +%global commit0 9d096c1c4ea5308c94f779444b61015eeef2972a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.194.dev.git%{shortcommit0}%{?dist} +Release: 0.195.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -648,6 +648,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Aug 18 23:11:18 GMT 2020 RH Container Bot - 2:2.1.0-0.195.dev.git9d096c1 +- autobuilt 9d096c1 + * Tue Aug 18 19:11:15 GMT 2020 RH Container Bot - 2:2.1.0-0.194.dev.gitff1f81b - autobuilt ff1f81b diff --git a/sources b/sources index 911be4f..15a29e4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-ff1f81b.tar.gz) = 24850a864a9fa0ccad8a85f5948bf226e7dfad9bd10ddef1c05ae10d0f71b3fa75ac7b3f588274b169ceeb49c4aeb34ce9b330df1cce68fcb8eefb30e6a408f8 +SHA512 (podman-9d096c1.tar.gz) = 6787c1b50267a904403f269dd0285767ec15a1d09ae8ed3452ecce029c565ace44aa3ddc4561d8969e4698c9202602dca289aeb2c559f834030a7a027946412b From 41fafd258873736e63a30bf808c92d267002b536 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 19 Aug 2020 10:11:55 +0000 Subject: [PATCH 1376/2185] podman-2:2.1.0-0.196.dev.git7e2a1b3 - autobuilt 7e2a1b3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 44e9070..b7a33ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1269,3 +1269,4 @@ /podman-748e882.tar.gz /podman-ff1f81b.tar.gz /podman-9d096c1.tar.gz +/podman-7e2a1b3.tar.gz diff --git a/podman.spec b/podman.spec index 04a6f5e..28bd347 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9d096c1c4ea5308c94f779444b61015eeef2972a +%global commit0 7e2a1b34c30e085275de1c484dc472682876746c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.195.dev.git%{shortcommit0}%{?dist} +Release: 0.196.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -648,6 +648,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Aug 19 10:11:41 GMT 2020 RH Container Bot - 2:2.1.0-0.196.dev.git7e2a1b3 +- autobuilt 7e2a1b3 + * Tue Aug 18 23:11:18 GMT 2020 RH Container Bot - 2:2.1.0-0.195.dev.git9d096c1 - autobuilt 9d096c1 diff --git a/sources b/sources index 15a29e4..09baceb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-9d096c1.tar.gz) = 6787c1b50267a904403f269dd0285767ec15a1d09ae8ed3452ecce029c565ace44aa3ddc4561d8969e4698c9202602dca289aeb2c559f834030a7a027946412b +SHA512 (podman-7e2a1b3.tar.gz) = ea31e26d08162e891007db963472bdc671bf16621b6c9b392169b5dbcfa997609419bc480da7db49ea6a9ab1c68f39e758fb5ac61c8919772987043b2044f21c From 9d678629949e71e8db5ca152c10618afb339a75a Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 19 Aug 2020 06:44:16 -0600 Subject: [PATCH 1377/2185] Define 'buildInfo', to get timestamp in podman version Weirdness that will probably haunt us one day: in the project source tree Makefile there's a "/v2" that doesn't work when we specify it in the specfile. Signed-off-by: Ed Santiago --- podman.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/podman.spec b/podman.spec index 28bd347..814c4f1 100644 --- a/podman.spec +++ b/podman.spec @@ -465,6 +465,10 @@ export BUILDTAGS="seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installe %if 0%{?centos} export BUILDTAGS+=" containers_image_ostree_stub" %endif + +# build date. FIXME: Makefile uses '/v2/libpod', that doesn't work here? +LDFLAGS="-X %{import_path}/libpod/define.buildInfo=$(date +%s)" + %gobuild -o bin/%{name} %{import_path}/cmd/%{name} # build %%{name}-remote From 7585f3090c6529d58cda84dc49a1f47bcf4617f9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 19 Aug 2020 14:12:44 +0000 Subject: [PATCH 1378/2185] podman-2:2.1.0-0.197.dev.gitdd4e0da - autobuilt dd4e0da Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b7a33ec..9a27a7a 100644 --- a/.gitignore +++ b/.gitignore @@ -1270,3 +1270,4 @@ /podman-ff1f81b.tar.gz /podman-9d096c1.tar.gz /podman-7e2a1b3.tar.gz +/podman-dd4e0da.tar.gz diff --git a/podman.spec b/podman.spec index 814c4f1..4586024 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7e2a1b34c30e085275de1c484dc472682876746c +%global commit0 dd4e0da4241ac0b6deac3f5e07ea4eeb5819379e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.196.dev.git%{shortcommit0}%{?dist} +Release: 0.197.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Aug 19 14:12:27 GMT 2020 RH Container Bot - 2:2.1.0-0.197.dev.gitdd4e0da +- autobuilt dd4e0da + * Wed Aug 19 10:11:41 GMT 2020 RH Container Bot - 2:2.1.0-0.196.dev.git7e2a1b3 - autobuilt 7e2a1b3 diff --git a/sources b/sources index 09baceb..793f52e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-7e2a1b3.tar.gz) = ea31e26d08162e891007db963472bdc671bf16621b6c9b392169b5dbcfa997609419bc480da7db49ea6a9ab1c68f39e758fb5ac61c8919772987043b2044f21c +SHA512 (podman-dd4e0da.tar.gz) = d7624725f8789a991e022466dde72362c93f8cb86d9b2ab81de9860385d58363a10f4bcfb5382ddbd34cc3cae5bc49416e4f7d90c14018f757d8005fbf59e877 From 222eeb15f239bd5dd8875817b46bc5fb7ab51fdf Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 19 Aug 2020 19:12:02 +0000 Subject: [PATCH 1379/2185] podman-2:2.1.0-0.198.dev.git9babd21 - autobuilt 9babd21 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9a27a7a..0cc18a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1271,3 +1271,4 @@ /podman-9d096c1.tar.gz /podman-7e2a1b3.tar.gz /podman-dd4e0da.tar.gz +/podman-9babd21.tar.gz diff --git a/podman.spec b/podman.spec index 4586024..450a174 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 dd4e0da4241ac0b6deac3f5e07ea4eeb5819379e +%global commit0 9babd21dfc263b0a63fc96eec0de2a6d0d834ab5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.197.dev.git%{shortcommit0}%{?dist} +Release: 0.198.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Aug 19 19:11:46 GMT 2020 RH Container Bot - 2:2.1.0-0.198.dev.git9babd21 +- autobuilt 9babd21 + * Wed Aug 19 14:12:27 GMT 2020 RH Container Bot - 2:2.1.0-0.197.dev.gitdd4e0da - autobuilt dd4e0da diff --git a/sources b/sources index 793f52e..da377bc 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-dd4e0da.tar.gz) = d7624725f8789a991e022466dde72362c93f8cb86d9b2ab81de9860385d58363a10f4bcfb5382ddbd34cc3cae5bc49416e4f7d90c14018f757d8005fbf59e877 +SHA512 (podman-9babd21.tar.gz) = 92c020280536e0fc06c58dc93f6fa42d3a9b033bc0ac302bd5ed6cf4ec063f5ca3c1e9d83c1740aea1a47e7e595d860b24218890f70b8248fbdb8709c1d738bb From c694f8afa7d64c561495d18d75c83469e53b9fe1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 19 Aug 2020 20:11:07 +0000 Subject: [PATCH 1380/2185] podman-2:2.1.0-0.199.dev.gitdcdb647 - autobuilt dcdb647 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0cc18a2..19114c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1272,3 +1272,4 @@ /podman-7e2a1b3.tar.gz /podman-dd4e0da.tar.gz /podman-9babd21.tar.gz +/podman-dcdb647.tar.gz diff --git a/podman.spec b/podman.spec index 450a174..7eadb82 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9babd21dfc263b0a63fc96eec0de2a6d0d834ab5 +%global commit0 dcdb6474d6a65adce084da546fda7a93b5267c9b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.198.dev.git%{shortcommit0}%{?dist} +Release: 0.199.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Aug 19 20:10:52 GMT 2020 RH Container Bot - 2:2.1.0-0.199.dev.gitdcdb647 +- autobuilt dcdb647 + * Wed Aug 19 19:11:46 GMT 2020 RH Container Bot - 2:2.1.0-0.198.dev.git9babd21 - autobuilt 9babd21 diff --git a/sources b/sources index da377bc..6ba252a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-9babd21.tar.gz) = 92c020280536e0fc06c58dc93f6fa42d3a9b033bc0ac302bd5ed6cf4ec063f5ca3c1e9d83c1740aea1a47e7e595d860b24218890f70b8248fbdb8709c1d738bb +SHA512 (podman-dcdb647.tar.gz) = 5e5c90d98b1b91d928b57514cf438247b8f687d997c1f3bb5f7d6fde365da691934141150d02c7d9598cd17e3ab05e31fd47098d4c9ca9ccf2e75ef7c92c919b From 786796bbfa3e6bf2699d581171ae6cb41ba706b0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 19 Aug 2020 21:11:09 +0000 Subject: [PATCH 1381/2185] podman-2:2.1.0-0.200.dev.git42690ff - autobuilt 42690ff Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 19114c4..57d13b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1273,3 +1273,4 @@ /podman-dd4e0da.tar.gz /podman-9babd21.tar.gz /podman-dcdb647.tar.gz +/podman-42690ff.tar.gz diff --git a/podman.spec b/podman.spec index 7eadb82..af292da 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 dcdb6474d6a65adce084da546fda7a93b5267c9b +%global commit0 42690ff89c09b0135428b9e4a3f605aa57dc1189 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.199.dev.git%{shortcommit0}%{?dist} +Release: 0.200.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Aug 19 21:10:52 GMT 2020 RH Container Bot - 2:2.1.0-0.200.dev.git42690ff +- autobuilt 42690ff + * Wed Aug 19 20:10:52 GMT 2020 RH Container Bot - 2:2.1.0-0.199.dev.gitdcdb647 - autobuilt dcdb647 diff --git a/sources b/sources index 6ba252a..2434f66 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-dcdb647.tar.gz) = 5e5c90d98b1b91d928b57514cf438247b8f687d997c1f3bb5f7d6fde365da691934141150d02c7d9598cd17e3ab05e31fd47098d4c9ca9ccf2e75ef7c92c919b +SHA512 (podman-42690ff.tar.gz) = 28b826a6d792d855b2f80e343966319087d71985b39feb9687263cd462c59280805be806b985f2a0254ca0a2f6af3edb02a95c4781841a46ded38059e7b682e9 From 2a2aa72866b56f1a13409adfe6ae7fac12ca42cd Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 20 Aug 2020 10:11:47 +0000 Subject: [PATCH 1382/2185] podman-2:2.1.0-0.201.dev.git7865db5 - autobuilt 7865db5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 57d13b1..78c1017 100644 --- a/.gitignore +++ b/.gitignore @@ -1274,3 +1274,4 @@ /podman-9babd21.tar.gz /podman-dcdb647.tar.gz /podman-42690ff.tar.gz +/podman-7865db5.tar.gz diff --git a/podman.spec b/podman.spec index af292da..519174d 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 42690ff89c09b0135428b9e4a3f605aa57dc1189 +%global commit0 7865db54793fabd5eb17f105292277a3cd74930c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.200.dev.git%{shortcommit0}%{?dist} +Release: 0.201.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Aug 20 10:11:29 GMT 2020 RH Container Bot - 2:2.1.0-0.201.dev.git7865db5 +- autobuilt 7865db5 + * Wed Aug 19 21:10:52 GMT 2020 RH Container Bot - 2:2.1.0-0.200.dev.git42690ff - autobuilt 42690ff diff --git a/sources b/sources index 2434f66..cd2e002 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-42690ff.tar.gz) = 28b826a6d792d855b2f80e343966319087d71985b39feb9687263cd462c59280805be806b985f2a0254ca0a2f6af3edb02a95c4781841a46ded38059e7b682e9 +SHA512 (podman-7865db5.tar.gz) = 5a728360f6d54b2122b3a877651378326630fe569f32fa13024b8b0c6d39f191c3b601b427b2977707adf9983bbdfaec1895349ac4fb9605222593f57e625b71 From 1295db225edb3033086f94183dc8cee809a76610 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 20 Aug 2020 11:12:19 +0000 Subject: [PATCH 1383/2185] podman-2:2.1.0-0.202.dev.git7ccd821 - autobuilt 7ccd821 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 78c1017..d700592 100644 --- a/.gitignore +++ b/.gitignore @@ -1275,3 +1275,4 @@ /podman-dcdb647.tar.gz /podman-42690ff.tar.gz /podman-7865db5.tar.gz +/podman-7ccd821.tar.gz diff --git a/podman.spec b/podman.spec index 519174d..38b84ca 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7865db54793fabd5eb17f105292277a3cd74930c +%global commit0 7ccd821397d03ed545635de2a0b70a68ab4d46db %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.201.dev.git%{shortcommit0}%{?dist} +Release: 0.202.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Aug 20 11:12:02 GMT 2020 RH Container Bot - 2:2.1.0-0.202.dev.git7ccd821 +- autobuilt 7ccd821 + * Thu Aug 20 10:11:29 GMT 2020 RH Container Bot - 2:2.1.0-0.201.dev.git7865db5 - autobuilt 7865db5 diff --git a/sources b/sources index cd2e002..063df2d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-7865db5.tar.gz) = 5a728360f6d54b2122b3a877651378326630fe569f32fa13024b8b0c6d39f191c3b601b427b2977707adf9983bbdfaec1895349ac4fb9605222593f57e625b71 +SHA512 (podman-7ccd821.tar.gz) = 14ca6f6c1bdc3ad474d06caf5d0d8b4db0a89558fe7f2e6e2c0a61649c21f85bf891617fbcf5dc71920e8de5a5988ed43eaffa7fb835b44b5801de8abe940f1c From 9b127718a5215cdb63663eb1872ef2b2842c258a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 20 Aug 2020 19:10:46 +0000 Subject: [PATCH 1384/2185] podman-2:2.1.0-0.203.dev.git516196f - autobuilt 516196f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d700592..d7cbc11 100644 --- a/.gitignore +++ b/.gitignore @@ -1276,3 +1276,4 @@ /podman-42690ff.tar.gz /podman-7865db5.tar.gz /podman-7ccd821.tar.gz +/podman-516196f.tar.gz diff --git a/podman.spec b/podman.spec index 38b84ca..b4d8a25 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7ccd821397d03ed545635de2a0b70a68ab4d46db +%global commit0 516196f09677819b72d03e068fb8094b28e273aa %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.202.dev.git%{shortcommit0}%{?dist} +Release: 0.203.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Aug 20 19:10:33 UTC 2020 RH Container Bot - 2:2.1.0-0.203.dev.git516196f +- autobuilt 516196f + * Thu Aug 20 11:12:02 GMT 2020 RH Container Bot - 2:2.1.0-0.202.dev.git7ccd821 - autobuilt 7ccd821 diff --git a/sources b/sources index 063df2d..a5adabc 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-7ccd821.tar.gz) = 14ca6f6c1bdc3ad474d06caf5d0d8b4db0a89558fe7f2e6e2c0a61649c21f85bf891617fbcf5dc71920e8de5a5988ed43eaffa7fb835b44b5801de8abe940f1c +SHA512 (podman-516196f.tar.gz) = faf03969ac8af3c61a6a39dddb99745ae84e9b68f80c7d9e9e079b39fbd793c69c4d8ec40fb4d686543220b24fb7104ecc1b74a29663fa12debdc38d7d417db6 From d5596a5f9b7568c9708588b8f3de23b9bcf1020f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 21 Aug 2020 14:11:38 +0000 Subject: [PATCH 1385/2185] podman-2:2.1.0-0.204.dev.gita8619bb - autobuilt a8619bb Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d7cbc11..316a455 100644 --- a/.gitignore +++ b/.gitignore @@ -1277,3 +1277,4 @@ /podman-7865db5.tar.gz /podman-7ccd821.tar.gz /podman-516196f.tar.gz +/podman-a8619bb.tar.gz diff --git a/podman.spec b/podman.spec index b4d8a25..80c9873 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 516196f09677819b72d03e068fb8094b28e273aa +%global commit0 a8619bbb832646a816a138e0656ca6abdc9ad04e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.203.dev.git%{shortcommit0}%{?dist} +Release: 0.204.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Aug 21 14:11:21 UTC 2020 RH Container Bot - 2:2.1.0-0.204.dev.gita8619bb +- autobuilt a8619bb + * Thu Aug 20 19:10:33 UTC 2020 RH Container Bot - 2:2.1.0-0.203.dev.git516196f - autobuilt 516196f diff --git a/sources b/sources index a5adabc..72b7235 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-516196f.tar.gz) = faf03969ac8af3c61a6a39dddb99745ae84e9b68f80c7d9e9e079b39fbd793c69c4d8ec40fb4d686543220b24fb7104ecc1b74a29663fa12debdc38d7d417db6 +SHA512 (podman-a8619bb.tar.gz) = 00d2ff1cdd9c9d42cd832eef455317645c68cf6cf34a0464a90d0858efda58e811cbcc97e58633fdd894f5ac041fdb3f2e9304d70e68300bbdcf3a1312a4e647 From 4658fa2186fdba5cba908f3436e49b33b69e308f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 21 Aug 2020 17:10:51 +0000 Subject: [PATCH 1386/2185] podman-2:2.1.0-0.205.dev.git4828455 - autobuilt 4828455 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 316a455..68bdff4 100644 --- a/.gitignore +++ b/.gitignore @@ -1278,3 +1278,4 @@ /podman-7ccd821.tar.gz /podman-516196f.tar.gz /podman-a8619bb.tar.gz +/podman-4828455.tar.gz diff --git a/podman.spec b/podman.spec index 80c9873..d48ca48 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 a8619bbb832646a816a138e0656ca6abdc9ad04e +%global commit0 4828455055010a1376f1e83832bfa34787f3a1e7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.204.dev.git%{shortcommit0}%{?dist} +Release: 0.205.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Aug 21 17:10:37 UTC 2020 RH Container Bot - 2:2.1.0-0.205.dev.git4828455 +- autobuilt 4828455 + * Fri Aug 21 14:11:21 UTC 2020 RH Container Bot - 2:2.1.0-0.204.dev.gita8619bb - autobuilt a8619bb diff --git a/sources b/sources index 72b7235..5854557 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-a8619bb.tar.gz) = 00d2ff1cdd9c9d42cd832eef455317645c68cf6cf34a0464a90d0858efda58e811cbcc97e58633fdd894f5ac041fdb3f2e9304d70e68300bbdcf3a1312a4e647 +SHA512 (podman-4828455.tar.gz) = 802bd2164608c0fddae50ebd554bf88bc839dde0f70ecdde82d7dd9be34caec7028ec50bef2eb235b8208fa9abc5b562184ac4c54ee196f043ad08ff7da834f5 From 863fa9a614ee683c413ba4e07cb8dcde7666975a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 23 Aug 2020 11:10:40 +0000 Subject: [PATCH 1387/2185] podman-2:2.1.0-0.206.dev.git80d2c01 - autobuilt 80d2c01 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 68bdff4..7f72b67 100644 --- a/.gitignore +++ b/.gitignore @@ -1279,3 +1279,4 @@ /podman-516196f.tar.gz /podman-a8619bb.tar.gz /podman-4828455.tar.gz +/podman-80d2c01.tar.gz diff --git a/podman.spec b/podman.spec index d48ca48..6db75a8 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4828455055010a1376f1e83832bfa34787f3a1e7 +%global commit0 80d2c0135052ee8f93abd59d9e63e5699fb94288 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.205.dev.git%{shortcommit0}%{?dist} +Release: 0.206.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Aug 23 11:10:27 UTC 2020 RH Container Bot - 2:2.1.0-0.206.dev.git80d2c01 +- autobuilt 80d2c01 + * Fri Aug 21 17:10:37 UTC 2020 RH Container Bot - 2:2.1.0-0.205.dev.git4828455 - autobuilt 4828455 diff --git a/sources b/sources index 5854557..f49964f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-4828455.tar.gz) = 802bd2164608c0fddae50ebd554bf88bc839dde0f70ecdde82d7dd9be34caec7028ec50bef2eb235b8208fa9abc5b562184ac4c54ee196f043ad08ff7da834f5 +SHA512 (podman-80d2c01.tar.gz) = a6379b1786f6864ff0761d20fd6e181a1ec2bbdd77e861fb5be7a679c2c3027a572793f79e7333bcb4e54ffb9622a8f01125a4b09ae689eb3228bb59e425da52 From 76e21cda3a79d9fe53b897ed41583fab651ac75e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 23 Aug 2020 22:10:52 +0000 Subject: [PATCH 1388/2185] podman-2:2.1.0-0.207.dev.gite535f61 - autobuilt e535f61 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7f72b67..68bbb15 100644 --- a/.gitignore +++ b/.gitignore @@ -1280,3 +1280,4 @@ /podman-a8619bb.tar.gz /podman-4828455.tar.gz /podman-80d2c01.tar.gz +/podman-e535f61.tar.gz diff --git a/podman.spec b/podman.spec index 6db75a8..3b74c7c 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 80d2c0135052ee8f93abd59d9e63e5699fb94288 +%global commit0 e535f6177571b5828ee536f5b0b54f7d0fc03507 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.206.dev.git%{shortcommit0}%{?dist} +Release: 0.207.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Aug 23 22:10:38 UTC 2020 RH Container Bot - 2:2.1.0-0.207.dev.gite535f61 +- autobuilt e535f61 + * Sun Aug 23 11:10:27 UTC 2020 RH Container Bot - 2:2.1.0-0.206.dev.git80d2c01 - autobuilt 80d2c01 diff --git a/sources b/sources index f49964f..7f8368a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-80d2c01.tar.gz) = a6379b1786f6864ff0761d20fd6e181a1ec2bbdd77e861fb5be7a679c2c3027a572793f79e7333bcb4e54ffb9622a8f01125a4b09ae689eb3228bb59e425da52 +SHA512 (podman-e535f61.tar.gz) = 9c575e2f3151532cd5bdfa4801fc6ed879ad2bc9b2f7554e87a7648250301dcfb1bb8b414bad57457a7bfdf67f33570727afb7380a8dd047d050fd1be1244a54 From c94576eb67843febe17271bc6e81c59508e02935 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 24 Aug 2020 09:11:05 +0000 Subject: [PATCH 1389/2185] podman-2:2.1.0-0.208.dev.git2c567dc - autobuilt 2c567dc Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 68bbb15..6bf46ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1281,3 +1281,4 @@ /podman-4828455.tar.gz /podman-80d2c01.tar.gz /podman-e535f61.tar.gz +/podman-2c567dc.tar.gz diff --git a/podman.spec b/podman.spec index 3b74c7c..95b72a1 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e535f6177571b5828ee536f5b0b54f7d0fc03507 +%global commit0 2c567dcbecbf41e9cff6ccd3ad91552b7e923c2a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.207.dev.git%{shortcommit0}%{?dist} +Release: 0.208.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Aug 24 09:10:50 UTC 2020 RH Container Bot - 2:2.1.0-0.208.dev.git2c567dc +- autobuilt 2c567dc + * Sun Aug 23 22:10:38 UTC 2020 RH Container Bot - 2:2.1.0-0.207.dev.gite535f61 - autobuilt e535f61 diff --git a/sources b/sources index 7f8368a..8140533 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-e535f61.tar.gz) = 9c575e2f3151532cd5bdfa4801fc6ed879ad2bc9b2f7554e87a7648250301dcfb1bb8b414bad57457a7bfdf67f33570727afb7380a8dd047d050fd1be1244a54 +SHA512 (podman-2c567dc.tar.gz) = 86ea62313d88dc5624db8913ef47f76fddec03640c6173c4c2f7c8ee7e64956e650d73e7ceb1d04abdc253c0d19b74c5f6b63714cd9d23c67f104fa9e05900d9 From 2e3d315e7ad042056a95fc2be00ea0f58949a855 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 24 Aug 2020 14:10:57 +0000 Subject: [PATCH 1390/2185] podman-2:2.1.0-0.209.dev.git8fdc116 - autobuilt 8fdc116 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6bf46ab..5c36545 100644 --- a/.gitignore +++ b/.gitignore @@ -1282,3 +1282,4 @@ /podman-80d2c01.tar.gz /podman-e535f61.tar.gz /podman-2c567dc.tar.gz +/podman-8fdc116.tar.gz diff --git a/podman.spec b/podman.spec index 95b72a1..3b3f241 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 2c567dcbecbf41e9cff6ccd3ad91552b7e923c2a +%global commit0 8fdc1169546421a239644159bbaf38db407f2b0f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.208.dev.git%{shortcommit0}%{?dist} +Release: 0.209.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Aug 24 14:10:44 UTC 2020 RH Container Bot - 2:2.1.0-0.209.dev.git8fdc116 +- autobuilt 8fdc116 + * Mon Aug 24 09:10:50 UTC 2020 RH Container Bot - 2:2.1.0-0.208.dev.git2c567dc - autobuilt 2c567dc diff --git a/sources b/sources index 8140533..c2121ad 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-2c567dc.tar.gz) = 86ea62313d88dc5624db8913ef47f76fddec03640c6173c4c2f7c8ee7e64956e650d73e7ceb1d04abdc253c0d19b74c5f6b63714cd9d23c67f104fa9e05900d9 +SHA512 (podman-8fdc116.tar.gz) = 0f01d484542958f9391097787fd438a2f27fd8c7c4790fd487b0d411d95df8f0b3fee1bbf76dc873cbcefddb07142f95e825e27ecb14cb9d3d9efae73884478e From 51a97541439bb0991a1beaf285644f8e62f71aa2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 25 Aug 2020 18:11:47 +0000 Subject: [PATCH 1391/2185] podman-2:2.1.0-0.210.dev.git6a06944 - autobuilt 6a06944 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5c36545..267757a 100644 --- a/.gitignore +++ b/.gitignore @@ -1283,3 +1283,4 @@ /podman-e535f61.tar.gz /podman-2c567dc.tar.gz /podman-8fdc116.tar.gz +/podman-6a06944.tar.gz diff --git a/podman.spec b/podman.spec index 3b3f241..b64c657 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 8fdc1169546421a239644159bbaf38db407f2b0f +%global commit0 6a069446fbb23d7fd16ce14305fda1a7b2b8f925 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -44,7 +44,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.0.4 +%define built_tag v2.0.5 Name: podman %if 0%{?fedora} @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.209.dev.git%{shortcommit0}%{?dist} +Release: 0.210.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Aug 25 18:11:32 UTC 2020 RH Container Bot - 2:2.1.0-0.210.dev.git6a06944 +- autobuilt 6a06944 + * Mon Aug 24 14:10:44 UTC 2020 RH Container Bot - 2:2.1.0-0.209.dev.git8fdc116 - autobuilt 8fdc116 diff --git a/sources b/sources index c2121ad..3d6a826 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-8fdc116.tar.gz) = 0f01d484542958f9391097787fd438a2f27fd8c7c4790fd487b0d411d95df8f0b3fee1bbf76dc873cbcefddb07142f95e825e27ecb14cb9d3d9efae73884478e +SHA512 (podman-6a06944.tar.gz) = 898224716187552de281fc6fd6b7fa2d0835b16822b1893c394d64af8bd8a8bb0cd7a30fc69d5b1bc19a3f11c79ced0a243585dcd5624db79f88f3789db2cc95 From ad26d2634223d113fd4fe9c5a167d90f9c5e8fde Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 26 Aug 2020 14:12:50 +0000 Subject: [PATCH 1392/2185] podman-2:2.1.0-0.211.dev.git3a9d524 - autobuilt 3a9d524 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 267757a..485f668 100644 --- a/.gitignore +++ b/.gitignore @@ -1284,3 +1284,4 @@ /podman-2c567dc.tar.gz /podman-8fdc116.tar.gz /podman-6a06944.tar.gz +/podman-3a9d524.tar.gz diff --git a/podman.spec b/podman.spec index b64c657..254ddbf 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 6a069446fbb23d7fd16ce14305fda1a7b2b8f925 +%global commit0 3a9d5248ac65358e7a4f123c2cdbe93584084d6a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.210.dev.git%{shortcommit0}%{?dist} +Release: 0.211.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Aug 26 14:12:35 UTC 2020 RH Container Bot - 2:2.1.0-0.211.dev.git3a9d524 +- autobuilt 3a9d524 + * Tue Aug 25 18:11:32 UTC 2020 RH Container Bot - 2:2.1.0-0.210.dev.git6a06944 - autobuilt 6a06944 diff --git a/sources b/sources index 3d6a826..017cbf7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-6a06944.tar.gz) = 898224716187552de281fc6fd6b7fa2d0835b16822b1893c394d64af8bd8a8bb0cd7a30fc69d5b1bc19a3f11c79ced0a243585dcd5624db79f88f3789db2cc95 +SHA512 (podman-3a9d524.tar.gz) = 3a0a307f13e43329ec4a9b872568fbbdf24774204b8f7b4a293d2b1eb4de7519d2c24575ceda507a75cfdfc07284101a8fffb3b0a465388244bb1d9320b9bf23 From 80c58bbe12d8c079ed4f6c249bddff3767caecf1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 26 Aug 2020 17:12:13 +0000 Subject: [PATCH 1393/2185] podman-2:2.1.0-0.212.dev.gitf99954c - autobuilt f99954c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 485f668..36eb221 100644 --- a/.gitignore +++ b/.gitignore @@ -1285,3 +1285,4 @@ /podman-8fdc116.tar.gz /podman-6a06944.tar.gz /podman-3a9d524.tar.gz +/podman-f99954c.tar.gz diff --git a/podman.spec b/podman.spec index 254ddbf..04da22e 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 3a9d5248ac65358e7a4f123c2cdbe93584084d6a +%global commit0 f99954c7ca4428e501676fa47a63b5cecadd9454 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.211.dev.git%{shortcommit0}%{?dist} +Release: 0.212.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Aug 26 17:11:57 UTC 2020 RH Container Bot - 2:2.1.0-0.212.dev.gitf99954c +- autobuilt f99954c + * Wed Aug 26 14:12:35 UTC 2020 RH Container Bot - 2:2.1.0-0.211.dev.git3a9d524 - autobuilt 3a9d524 diff --git a/sources b/sources index 017cbf7..285c063 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-3a9d524.tar.gz) = 3a0a307f13e43329ec4a9b872568fbbdf24774204b8f7b4a293d2b1eb4de7519d2c24575ceda507a75cfdfc07284101a8fffb3b0a465388244bb1d9320b9bf23 +SHA512 (podman-f99954c.tar.gz) = 88d8a8fc8e10cfe0f7f7577a68778e1522ed66b92bbd260f07ddf6d55fd22dd887a6095a320381ef4d532c5aef26a21c580c1480a9dc1efca8aab60d3fe5c41e From 22bd6f89c322fe0e94cb1c23f7819a5ffd8c0f5f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 27 Aug 2020 10:11:54 +0000 Subject: [PATCH 1394/2185] podman-2:2.1.0-0.213.dev.gitd6b0377 - autobuilt d6b0377 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 36eb221..9737ac9 100644 --- a/.gitignore +++ b/.gitignore @@ -1286,3 +1286,4 @@ /podman-6a06944.tar.gz /podman-3a9d524.tar.gz /podman-f99954c.tar.gz +/podman-d6b0377.tar.gz diff --git a/podman.spec b/podman.spec index 04da22e..a488a04 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 f99954c7ca4428e501676fa47a63b5cecadd9454 +%global commit0 d6b03772ad35eca82fb144a9d69ea16dcc44e183 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.212.dev.git%{shortcommit0}%{?dist} +Release: 0.213.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Aug 27 10:11:39 UTC 2020 RH Container Bot - 2:2.1.0-0.213.dev.gitd6b0377 +- autobuilt d6b0377 + * Wed Aug 26 17:11:57 UTC 2020 RH Container Bot - 2:2.1.0-0.212.dev.gitf99954c - autobuilt f99954c diff --git a/sources b/sources index 285c063..29db68e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-f99954c.tar.gz) = 88d8a8fc8e10cfe0f7f7577a68778e1522ed66b92bbd260f07ddf6d55fd22dd887a6095a320381ef4d532c5aef26a21c580c1480a9dc1efca8aab60d3fe5c41e +SHA512 (podman-d6b0377.tar.gz) = 1f96bdb002b196dd92e42513d03ec46beb217f77964ac9a0f24b5becd0f417cd12c78032914067379f387c353d16567e1e708263172b7f92f08fdba83f2e6d20 From a30718094c7db4a135b5c974ada7126d4422f9e6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 27 Aug 2020 13:12:05 +0000 Subject: [PATCH 1395/2185] podman-2:2.1.0-0.214.dev.git7d3cadc - autobuilt 7d3cadc Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9737ac9..8953f65 100644 --- a/.gitignore +++ b/.gitignore @@ -1287,3 +1287,4 @@ /podman-3a9d524.tar.gz /podman-f99954c.tar.gz /podman-d6b0377.tar.gz +/podman-7d3cadc.tar.gz diff --git a/podman.spec b/podman.spec index a488a04..8d08747 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d6b03772ad35eca82fb144a9d69ea16dcc44e183 +%global commit0 7d3cadcc54cbad9a109471f586c10541544bc7db %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.213.dev.git%{shortcommit0}%{?dist} +Release: 0.214.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Aug 27 13:11:50 UTC 2020 RH Container Bot - 2:2.1.0-0.214.dev.git7d3cadc +- autobuilt 7d3cadc + * Thu Aug 27 10:11:39 UTC 2020 RH Container Bot - 2:2.1.0-0.213.dev.gitd6b0377 - autobuilt d6b0377 diff --git a/sources b/sources index 29db68e..679b3cd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-d6b0377.tar.gz) = 1f96bdb002b196dd92e42513d03ec46beb217f77964ac9a0f24b5becd0f417cd12c78032914067379f387c353d16567e1e708263172b7f92f08fdba83f2e6d20 +SHA512 (podman-7d3cadc.tar.gz) = 99c2a429e86138606402e027eaec2531aabd8ed271f188eca40a20e43ba3dcbab322d3a25689b9dc4a0ab13507356af34cca1a0ef492fa73210360d5af219c3e From 3a705ac9a2ec03ca8848618c330143ba0aeff7ef Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 27 Aug 2020 19:12:15 +0000 Subject: [PATCH 1396/2185] podman-2:2.1.0-0.215.dev.git72c5b35 - autobuilt 72c5b35 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8953f65..8c1729d 100644 --- a/.gitignore +++ b/.gitignore @@ -1288,3 +1288,4 @@ /podman-f99954c.tar.gz /podman-d6b0377.tar.gz /podman-7d3cadc.tar.gz +/podman-72c5b35.tar.gz diff --git a/podman.spec b/podman.spec index 8d08747..68e1e8d 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7d3cadcc54cbad9a109471f586c10541544bc7db +%global commit0 72c5b35ea5db44ca1c81a688d90f5c3aa8f8262e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.214.dev.git%{shortcommit0}%{?dist} +Release: 0.215.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Aug 27 19:12:00 UTC 2020 RH Container Bot - 2:2.1.0-0.215.dev.git72c5b35 +- autobuilt 72c5b35 + * Thu Aug 27 13:11:50 UTC 2020 RH Container Bot - 2:2.1.0-0.214.dev.git7d3cadc - autobuilt 7d3cadc diff --git a/sources b/sources index 679b3cd..7a7cc9b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-7d3cadc.tar.gz) = 99c2a429e86138606402e027eaec2531aabd8ed271f188eca40a20e43ba3dcbab322d3a25689b9dc4a0ab13507356af34cca1a0ef492fa73210360d5af219c3e +SHA512 (podman-72c5b35.tar.gz) = 471b3105c250bb990b437e7c2fe9176b71e0b3994fc15a7fcf962e51cd74096aaaac860dd295047ff2fa62007b7f9fc459f833eb294c6aaf6120e52167af1340 From ae1a92ef80bd45bbae56e45668a404cae51f55b5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 28 Aug 2020 10:12:51 +0000 Subject: [PATCH 1397/2185] podman-2:2.1.0-0.216.dev.git061c93f - autobuilt 061c93f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8c1729d..52f1714 100644 --- a/.gitignore +++ b/.gitignore @@ -1289,3 +1289,4 @@ /podman-d6b0377.tar.gz /podman-7d3cadc.tar.gz /podman-72c5b35.tar.gz +/podman-061c93f.tar.gz diff --git a/podman.spec b/podman.spec index 68e1e8d..f3b6163 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 72c5b35ea5db44ca1c81a688d90f5c3aa8f8262e +%global commit0 061c93f70101026d79cca6e75ac0c565e1fa99ec %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.215.dev.git%{shortcommit0}%{?dist} +Release: 0.216.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Aug 28 10:12:37 UTC 2020 RH Container Bot - 2:2.1.0-0.216.dev.git061c93f +- autobuilt 061c93f + * Thu Aug 27 19:12:00 UTC 2020 RH Container Bot - 2:2.1.0-0.215.dev.git72c5b35 - autobuilt 72c5b35 diff --git a/sources b/sources index 7a7cc9b..47041cc 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-72c5b35.tar.gz) = 471b3105c250bb990b437e7c2fe9176b71e0b3994fc15a7fcf962e51cd74096aaaac860dd295047ff2fa62007b7f9fc459f833eb294c6aaf6120e52167af1340 +SHA512 (podman-061c93f.tar.gz) = 449e091b810a67b1d2608c1c19aaa93a90cc543a0f7543b5d53bede927279498bef4d6dff846f9e5de2ab2c4ba39e37c2ea2c5244afb70288772ac43cec800b2 From 9002818bc83fb1610bab9f8624166e4637830c70 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 28 Aug 2020 13:11:34 +0000 Subject: [PATCH 1398/2185] podman-2:2.1.0-0.217.dev.gitb1d6ea2 - autobuilt b1d6ea2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 52f1714..a42c50b 100644 --- a/.gitignore +++ b/.gitignore @@ -1290,3 +1290,4 @@ /podman-7d3cadc.tar.gz /podman-72c5b35.tar.gz /podman-061c93f.tar.gz +/podman-b1d6ea2.tar.gz diff --git a/podman.spec b/podman.spec index f3b6163..cfc52ff 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 061c93f70101026d79cca6e75ac0c565e1fa99ec +%global commit0 b1d6ea26ff5dea97be9ac7f65486c3ebdfe80eac %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.216.dev.git%{shortcommit0}%{?dist} +Release: 0.217.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Aug 28 13:11:21 UTC 2020 RH Container Bot - 2:2.1.0-0.217.dev.gitb1d6ea2 +- autobuilt b1d6ea2 + * Fri Aug 28 10:12:37 UTC 2020 RH Container Bot - 2:2.1.0-0.216.dev.git061c93f - autobuilt 061c93f diff --git a/sources b/sources index 47041cc..3d6c34e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-061c93f.tar.gz) = 449e091b810a67b1d2608c1c19aaa93a90cc543a0f7543b5d53bede927279498bef4d6dff846f9e5de2ab2c4ba39e37c2ea2c5244afb70288772ac43cec800b2 +SHA512 (podman-b1d6ea2.tar.gz) = 971981c175bf28e0b6339e0c2fb80efce5f8a34a7d066e5382f15e53d93da6691cdf4be248ec04b9434b112651b06084b8dccf5a693eef071aa77cde9453ccea From d50849986c4005bb0183c0fa3a366cf79fd201c1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 28 Aug 2020 14:12:25 +0000 Subject: [PATCH 1399/2185] podman-2:2.1.0-0.218.dev.git0640cc7 - autobuilt 0640cc7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a42c50b..45205ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1291,3 +1291,4 @@ /podman-72c5b35.tar.gz /podman-061c93f.tar.gz /podman-b1d6ea2.tar.gz +/podman-0640cc7.tar.gz diff --git a/podman.spec b/podman.spec index cfc52ff..021b382 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b1d6ea26ff5dea97be9ac7f65486c3ebdfe80eac +%global commit0 0640cc79210419e8a72b6a07a7a3ffcae9e97367 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.217.dev.git%{shortcommit0}%{?dist} +Release: 0.218.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Aug 28 14:12:11 UTC 2020 RH Container Bot - 2:2.1.0-0.218.dev.git0640cc7 +- autobuilt 0640cc7 + * Fri Aug 28 13:11:21 UTC 2020 RH Container Bot - 2:2.1.0-0.217.dev.gitb1d6ea2 - autobuilt b1d6ea2 diff --git a/sources b/sources index 3d6c34e..bd44051 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-b1d6ea2.tar.gz) = 971981c175bf28e0b6339e0c2fb80efce5f8a34a7d066e5382f15e53d93da6691cdf4be248ec04b9434b112651b06084b8dccf5a693eef071aa77cde9453ccea +SHA512 (podman-0640cc7.tar.gz) = 601a6d06f2bc9dc675ac99c5bf8e978a6c9d0271ff0bc64dadb8b8933118cfc15e1355c7c2bcb561f30bff85b1d878b11dd1c19ae2f2e1ea02c8ab553f109ef3 From 3837db4e6085bb9a2b0627d834281cae441f1206 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 28 Aug 2020 16:12:14 +0000 Subject: [PATCH 1400/2185] podman-2:2.1.0-0.219.dev.git522a32f - autobuilt 522a32f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 45205ea..a4acb20 100644 --- a/.gitignore +++ b/.gitignore @@ -1292,3 +1292,4 @@ /podman-061c93f.tar.gz /podman-b1d6ea2.tar.gz /podman-0640cc7.tar.gz +/podman-522a32f.tar.gz diff --git a/podman.spec b/podman.spec index 021b382..aa9f50a 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 0640cc79210419e8a72b6a07a7a3ffcae9e97367 +%global commit0 522a32f827aacdb4ad44fcb06516d1d659dbacda %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.218.dev.git%{shortcommit0}%{?dist} +Release: 0.219.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Aug 28 16:12:00 UTC 2020 RH Container Bot - 2:2.1.0-0.219.dev.git522a32f +- autobuilt 522a32f + * Fri Aug 28 14:12:11 UTC 2020 RH Container Bot - 2:2.1.0-0.218.dev.git0640cc7 - autobuilt 0640cc7 diff --git a/sources b/sources index bd44051..0a8f77a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-0640cc7.tar.gz) = 601a6d06f2bc9dc675ac99c5bf8e978a6c9d0271ff0bc64dadb8b8933118cfc15e1355c7c2bcb561f30bff85b1d878b11dd1c19ae2f2e1ea02c8ab553f109ef3 +SHA512 (podman-522a32f.tar.gz) = 30ea496cd3f694a0a4cf32d9810ee1205ad62fe0fa2e10ef6050aefee105e8a083715ba46f45510b9116eb1be345542636b8b2e3dfcdc65c9bf1ae3e996ad91d From 0f9821ac4884ce2068c08009d91923f8fc619f86 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 28 Aug 2020 19:11:08 +0000 Subject: [PATCH 1401/2185] podman-2:2.1.0-0.220.dev.git1f9b854 - autobuilt 1f9b854 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a4acb20..c668a27 100644 --- a/.gitignore +++ b/.gitignore @@ -1293,3 +1293,4 @@ /podman-b1d6ea2.tar.gz /podman-0640cc7.tar.gz /podman-522a32f.tar.gz +/podman-1f9b854.tar.gz diff --git a/podman.spec b/podman.spec index aa9f50a..40bb7a6 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 522a32f827aacdb4ad44fcb06516d1d659dbacda +%global commit0 1f9b854c239d310fee7606b1ef21cb046e30825b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -44,7 +44,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.0.5 +%define built_tag v2.0.6-rc1 Name: podman %if 0%{?fedora} @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.219.dev.git%{shortcommit0}%{?dist} +Release: 0.220.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Aug 28 19:10:56 UTC 2020 RH Container Bot - 2:2.1.0-0.220.dev.git1f9b854 +- autobuilt 1f9b854 + * Fri Aug 28 16:12:00 UTC 2020 RH Container Bot - 2:2.1.0-0.219.dev.git522a32f - autobuilt 522a32f diff --git a/sources b/sources index 0a8f77a..d4a605b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-522a32f.tar.gz) = 30ea496cd3f694a0a4cf32d9810ee1205ad62fe0fa2e10ef6050aefee105e8a083715ba46f45510b9116eb1be345542636b8b2e3dfcdc65c9bf1ae3e996ad91d +SHA512 (podman-1f9b854.tar.gz) = 2003b18eefc3e2693b95aa47ab216f76931f2b94db1886dbaacc72ca74830bb972ef5c11d3a3e50a347569d586cbb468f86339253d1fa9bc3521c15cb07210be From ce0094980d2ae10da17d318e2734bc549eaee3c9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 28 Aug 2020 20:11:57 +0000 Subject: [PATCH 1402/2185] podman-2:2.1.0-0.221.dev.git4e3ea01 - autobuilt 4e3ea01 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c668a27..8f0cd42 100644 --- a/.gitignore +++ b/.gitignore @@ -1294,3 +1294,4 @@ /podman-0640cc7.tar.gz /podman-522a32f.tar.gz /podman-1f9b854.tar.gz +/podman-4e3ea01.tar.gz diff --git a/podman.spec b/podman.spec index 40bb7a6..64f95ce 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 1f9b854c239d310fee7606b1ef21cb046e30825b +%global commit0 4e3ea01243665259dededa7e3fa924cb5bd2ee3c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.220.dev.git%{shortcommit0}%{?dist} +Release: 0.221.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Aug 28 20:11:41 UTC 2020 RH Container Bot - 2:2.1.0-0.221.dev.git4e3ea01 +- autobuilt 4e3ea01 + * Fri Aug 28 19:10:56 UTC 2020 RH Container Bot - 2:2.1.0-0.220.dev.git1f9b854 - autobuilt 1f9b854 diff --git a/sources b/sources index d4a605b..f0e72e5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-1f9b854.tar.gz) = 2003b18eefc3e2693b95aa47ab216f76931f2b94db1886dbaacc72ca74830bb972ef5c11d3a3e50a347569d586cbb468f86339253d1fa9bc3521c15cb07210be +SHA512 (podman-4e3ea01.tar.gz) = 0ed8a1aa96e21b9f748be2ba8ea12a91d137c1a176cbed5202eff6e7ae1cc2ed1baeda89999a097ac71b299fdc2359ecf4c18940889562f11d32a974887240d1 From 91a6e27dea739660891d0f878cae4284a6fdb716 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 29 Aug 2020 09:11:31 +0000 Subject: [PATCH 1403/2185] podman-2:2.1.0-0.222.dev.git575b3a3 - autobuilt 575b3a3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8f0cd42..673fd4e 100644 --- a/.gitignore +++ b/.gitignore @@ -1295,3 +1295,4 @@ /podman-522a32f.tar.gz /podman-1f9b854.tar.gz /podman-4e3ea01.tar.gz +/podman-575b3a3.tar.gz diff --git a/podman.spec b/podman.spec index 64f95ce..95359e2 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4e3ea01243665259dededa7e3fa924cb5bd2ee3c +%global commit0 575b3a3d8ab4f1f72d58b71aa4d534eca3a5d8f9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.221.dev.git%{shortcommit0}%{?dist} +Release: 0.222.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Aug 29 09:11:18 UTC 2020 RH Container Bot - 2:2.1.0-0.222.dev.git575b3a3 +- autobuilt 575b3a3 + * Fri Aug 28 20:11:41 UTC 2020 RH Container Bot - 2:2.1.0-0.221.dev.git4e3ea01 - autobuilt 4e3ea01 diff --git a/sources b/sources index f0e72e5..ec4c98b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-4e3ea01.tar.gz) = 0ed8a1aa96e21b9f748be2ba8ea12a91d137c1a176cbed5202eff6e7ae1cc2ed1baeda89999a097ac71b299fdc2359ecf4c18940889562f11d32a974887240d1 +SHA512 (podman-575b3a3.tar.gz) = 3f66e711354e0e4aa6faf64ba6fbe1fd0c3884cf6110af0f76e0d508eab71183d69145fb6bc2b866581dd07c712021326c9abd018822be9b48302cb75ca6b7b5 From effb64aefe47453f00f0c0bb966f2a1d8fbf0f45 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 31 Aug 2020 10:04:00 -0400 Subject: [PATCH 1404/2185] remove libpod from repo name comment and bundled libs Signed-off-by: Lokesh Mandvekar --- podman.spec | 177 ++++++++++++++++++++-------------------------------- 1 file changed, 69 insertions(+), 108 deletions(-) diff --git a/podman.spec b/podman.spec index 95359e2..a47c9ee 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,7 @@ %global provider_tld com %global project containers %global repo %{name} -# https://github.com/containers/libpod +# https://github.com/containers/%%{name} %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} # To build a random user's fork/commit, comment out above line, @@ -36,7 +36,7 @@ %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname -# https://github.com/containers/libpod +# https://github.com/containers/dnsname %global import_path_plugins %%{provider}.%{provider_tld}/%{project}/%{repo_plugins} %global git_plugins https://%{import_path_plugins} %global commit_plugins f5af33dedcfc5e707e5560baa4a72f8d96a968fe @@ -108,106 +108,67 @@ Requires: slirp4netns >= 0.3.0-2 %endif # vendored libraries -# awk '{print "Provides: bundled(golang("$1")) = "$2}' vendor.conf | sort -# [thanks to Carl George for containerd.spec] -Provides: bundled(golang(github.com/Azure/go-ansiterm)) = 19f72df4d05d31cbe1c56bfc8045c96babff6c7e -Provides: bundled(golang(github.com/blang/semver)) = v3.5.0 -Provides: bundled(golang(github.com/boltdb/bolt)) = master -Provides: bundled(golang(github.com/buger/goterm)) = 2f8dfbc7dbbff5dd1d391ed91482c24df243b2d3 -Provides: bundled(golang(github.com/BurntSushi/toml)) = v0.2.0 -Provides: bundled(golang(github.com/containerd/cgroups)) = 58556f5ad8448d99a6f7bea69ea4bdb7747cfeb0 -Provides: bundled(golang(github.com/containerd/continuity)) = master -#Provides: bundled(golang(github.com/containernetworking/cni)) = v0.7.0-alpha1 -Provides: bundled(golang(github.com/containernetworking/plugins)) = 1562a1e60ed101aacc5e08ed9dbeba8e9f3d4ec1 -Provides: bundled(golang(github.com/containers/image)) = 85d7559d44fd71f30e46e43d809bfbf88d11d916 -Provides: bundled(golang(github.com/containers/psgo)) = 5dde6da0bc8831b35243a847625bcf18183bd1ee -Provides: bundled(golang(github.com/containers/storage)) = 243c4cd616afdf06b4a975f18c4db083d26b1641 -Provides: bundled(golang(github.com/coreos/go-iptables)) = 25d087f3cffd9aedc0c2b7eff25f23cbf3c20fe1 -Provides: bundled(golang(github.com/coreos/go-systemd)) = v14 -Provides: bundled(golang(github.com/cri-o/ocicni)) = master -Provides: bundled(golang(github.com/cyphar/filepath-securejoin)) = v0.2.1 -Provides: bundled(golang(github.com/davecgh/go-spew)) = v1.1.0 -Provides: bundled(golang(github.com/docker/distribution)) = 7a8efe719e55bbfaff7bc5718cdf0ed51ca821df -Provides: bundled(golang(github.com/docker/docker)) = 86f080cff0914e9694068ed78d503701667c4c00 -Provides: bundled(golang(github.com/docker/docker-credential-helpers)) = d68f9aeca33f5fd3f08eeae5e9d175edf4e731d1 -Provides: bundled(golang(github.com/docker/go-connections)) = 3ede32e2033de7505e6500d6c868c2b9ed9f169d -Provides: bundled(golang(github.com/docker/go-units)) = v0.3.2 -Provides: bundled(golang(github.com/docker/libtrust)) = aabc10ec26b754e797f9028f4589c5b7bd90dc20 -Provides: bundled(golang(github.com/docker/spdystream)) = ed496381df8283605c435b86d4fdd6f4f20b8c6e -Provides: bundled(golang(github.com/fatih/camelcase)) = f6a740d52f961c60348ebb109adde9f4635d7540 -Provides: bundled(golang(github.com/fsnotify/fsnotify)) = 7d7316ed6e1ed2de075aab8dfc76de5d158d66e1 -Provides: bundled(golang(github.com/fsouza/go-dockerclient)) = master -Provides: bundled(golang(github.com/ghodss/yaml)) = 04f313413ffd65ce25f2541bfd2b2ceec5c0908c -Provides: bundled(golang(github.com/godbus/dbus)) = a389bdde4dd695d414e47b755e95e72b7826432c -Provides: bundled(golang(github.com/gogo/protobuf)) = c0656edd0d9eab7c66d1eb0c568f9039345796f7 -Provides: bundled(golang(github.com/golang/glog)) = 23def4e6c14b4da8ac2ed8007337bc5eb5007998 -Provides: bundled(golang(github.com/golang/groupcache)) = b710c8433bd175204919eb38776e944233235d03 -Provides: bundled(golang(github.com/golang/protobuf)) = 4bd1920723d7b7c925de087aa32e2187708897f7 -Provides: bundled(golang(github.com/googleapis/gnostic)) = 0c5108395e2debce0d731cf0287ddf7242066aba -Provides: bundled(golang(github.com/google/gofuzz)) = 44d81051d367757e1c7c6a5a86423ece9afcf63c -Provides: bundled(golang(github.com/gorilla/context)) = v1.1 -Provides: bundled(golang(github.com/gorilla/mux)) = v1.3.0 -Provides: bundled(golang(github.com/hashicorp/errwrap)) = 7554cd9344cec97297fa6649b055a8c98c2a1e55 -Provides: bundled(golang(github.com/hashicorp/golang-lru)) = 0a025b7e63adc15a622f29b0b2c4c3848243bbf6 -Provides: bundled(golang(github.com/hashicorp/go-multierror)) = 83588e72410abfbe4df460eeb6f30841ae47d4c4 -Provides: bundled(golang(github.com/imdario/mergo)) = 0.2.2 -Provides: bundled(golang(github.com/json-iterator/go)) = 1.0.0 -Provides: bundled(golang(github.com/kr/pty)) = v1.0.0 -Provides: bundled(golang(github.com/mailru/easyjson)) = 03f2033d19d5860aef995fe360ac7d395cd8ce65 -Provides: bundled(golang(github.com/mattn/go-runewidth)) = v0.0.1 -Provides: bundled(golang(github.com/Microsoft/go-winio)) = 78439966b38d69bf38227fbf57ac8a6fee70f69a -Provides: bundled(golang(github.com/Microsoft/hcsshim)) = 43f9725307998e09f2e3816c2c0c36dc98f0c982 -Provides: bundled(golang(github.com/mistifyio/go-zfs)) = v2.1.1 -Provides: bundled(golang(github.com/mrunalp/fileutils)) = master -Provides: bundled(golang(github.com/mtrmac/gpgme)) = b2432428689ca58c2b8e8dea9449d3295cf96fc9 -Provides: bundled(golang(github.com/Nvveen/Gotty)) = master -#Provides: bundled(golang(github.com/opencontainers/go-digest)) = v1.0.0-rc0 -Provides: bundled(golang(github.com/opencontainers/image-spec)) = v1.0.0 -Provides: bundled(golang(github.com/opencontainers/runc)) = b4e2ecb452d9ee4381137cc0a7e6715b96bed6de -Provides: bundled(golang(github.com/opencontainers/runtime-spec)) = d810dbc60d8c5aeeb3d054bd1132fab2121968ce -Provides: bundled(golang(github.com/opencontainers/runtime-tools)) = master -Provides: bundled(golang(github.com/opencontainers/selinux)) = b6fa367ed7f534f9ba25391cc2d467085dbb445a -Provides: bundled(golang(github.com/openshift/imagebuilder)) = master -Provides: bundled(golang(github.com/ostreedev/ostree-go)) = master -Provides: bundled(golang(github.com/pkg/errors)) = v0.8.0 -Provides: bundled(golang(github.com/pmezard/go-difflib)) = 792786c7400a136282c1664665ae0a8db921c6c2 -Provides: bundled(golang(github.com/pquerna/ffjson)) = d49c2bc1aa135aad0c6f4fc2056623ec78f5d5ac -Provides: bundled(golang(github.com/projectatomic/buildah)) = af5bbde0180026ae87b7fc81c2dc124aa73ec959 -Provides: bundled(golang(github.com/seccomp/containers-golang)) = master -Provides: bundled(golang(github.com/seccomp/libseccomp-golang)) = v0.9.0 -Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.0.0 -Provides: bundled(golang(github.com/spf13/pflag)) = 9ff6c6923cfffbcd502984b8e0c80539a94968b7 -Provides: bundled(golang(github.com/stretchr/testify)) = 4d4bfba8f1d1027c4fdbe371823030df51419987 -Provides: bundled(golang(github.com/syndtr/gocapability)) = e7cb7fa329f456b3855136a2642b197bad7366ba -Provides: bundled(golang(github.com/tchap/go-patricia)) = v2.2.6 -Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.4 -Provides: bundled(golang(github.com/ulule/deepcopier)) = master -Provides: bundled(golang(github.com/urfave/cli)) = 934abfb2f102315b5794e15ebc7949e4ca253920 -Provides: bundled(golang(github.com/varlink/go)) = master -Provides: bundled(golang(github.com/vbatts/tar-split)) = v0.10.2 -Provides: bundled(golang(github.com/vishvananda/netlink)) = master -Provides: bundled(golang(github.com/vishvananda/netns)) = master -Provides: bundled(golang(github.com/xeipuuv/gojsonpointer)) = master -Provides: bundled(golang(github.com/xeipuuv/gojsonreference)) = master -Provides: bundled(golang(github.com/xeipuuv/gojsonschema)) = master -Provides: bundled(golang(golang.org/x/crypto)) = 81e90905daefcd6fd217b62423c0908922eadb30 -Provides: bundled(golang(golang.org/x/net)) = c427ad74c6d7a814201695e9ffde0c5d400a7674 -Provides: bundled(golang(golang.org/x/sys)) = master -Provides: bundled(golang(golang.org/x/text)) = f72d8390a633d5dfb0cc84043294db9f6c935756 -Provides: bundled(golang(golang.org/x/time)) = f51c12702a4d776e4c1fa9b0fabab841babae631 -Provides: bundled(golang(google.golang.org/grpc)) = v1.0.4 -Provides: bundled(golang(gopkg.in/cheggaaa/pb.v1)) = v1.0.7 -Provides: bundled(golang(gopkg.in/inf.v0)) = v0.9.0 -Provides: bundled(golang(gopkg.in/mgo.v2)) = v2 -Provides: bundled(golang(gopkg.in/square/go-jose.v2)) = v2.1.3 -Provides: bundled(golang(gopkg.in/yaml.v2)) = v2 -Provides: bundled(golang(k8s.io/api)) = 5ce4aa0bf2f097f6021127b3d879eeda82026be8 -Provides: bundled(golang(k8s.io/apiextensions-apiserver)) = 1b31e26d82f1ec2e945c560790e98f34bb5f2e63 -Provides: bundled(golang(k8s.io/apimachinery)) = 616b23029fa3dc3e0ccefd47963f5651a6543d94 -Provides: bundled(golang(k8s.io/apiserver)) = 4d1163080139f1f9094baf8a3a6099e85e1867f6 -Provides: bundled(golang(k8s.io/client-go)) = 7cd1d3291b7d9b1e2d54d4b69eb65995eaf8888e -Provides: bundled(golang(k8s.io/kube-openapi)) = 275e2ce91dec4c05a4094a7b1daee5560b555ac9 -Provides: bundled(golang(k8s.io/utils)) = 258e2a2fa64568210fbd6267cf1d8fd87c3cb86e +# awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort +Provides: bundled(golang(github.com/BurntSushi/toml)) = v0.3.1 +Provides: bundled(golang(github.com/blang/semver)) = v3.5.1+incompatible +Provides: bundled(golang(github.com/buger/goterm)) = v0.0.0-20181115115552-c206103e1f37 +Provides: bundled(golang(github.com/checkpoint-restore/go-criu)) = v0.0.0-20190109184317-bdb7599cd87b +Provides: bundled(golang(github.com/codahale/hdrhistogram)) = v0.0.0-20161010025455-3a0bb77429bd +Provides: bundled(golang(github.com/containernetworking/cni)) = v0.8.0 +Provides: bundled(golang(github.com/containernetworking/plugins)) = v0.8.7 +Provides: bundled(golang(github.com/containers/buildah)) = v1.15.1-0.20200813183340-0a8dc1f8064c +Provides: bundled(golang(github.com/containers/common)) = v0.20.3-0.20200827091701-a550d6a98aa3 +Provides: bundled(golang(github.com/containers/conmon)) = v2.0.20+incompatible +Provides: bundled(golang(github.com/containers/image/v5)) = v5.5.2 +Provides: bundled(golang(github.com/containers/psgo)) = v1.5.1 +Provides: bundled(golang(github.com/containers/storage)) = v1.23.2 +Provides: bundled(golang(github.com/coreos/go-systemd/v22)) = v22.1.0 +Provides: bundled(golang(github.com/cri-o/ocicni)) = v0.2.0 +Provides: bundled(golang(github.com/cyphar/filepath-securejoin)) = v0.2.2 +Provides: bundled(golang(github.com/davecgh/go-spew)) = v1.1.1 +Provides: bundled(golang(github.com/docker/distribution)) = v2.7.1+incompatible +Provides: bundled(golang(github.com/docker/docker)) = v1.4.2-0.20191219165747-a9416c67da9f +Provides: bundled(golang(github.com/docker/go-connections)) = v0.4.0 +Provides: bundled(golang(github.com/docker/go-units)) = v0.4.0 +Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.4.9 +Provides: bundled(golang(github.com/ghodss/yaml)) = v1.0.0 +Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.0.3 +Provides: bundled(golang(github.com/google/shlex)) = v0.0.0-20181106134648-c34317bd91bf +Provides: bundled(golang(github.com/google/uuid)) = v1.1.2 +Provides: bundled(golang(github.com/gorilla/mux)) = v1.7.4 +Provides: bundled(golang(github.com/gorilla/schema)) = v1.2.0 +Provides: bundled(golang(github.com/hashicorp/go-multierror)) = v1.1.0 +Provides: bundled(golang(github.com/hpcloud/tail)) = v1.0.0 +Provides: bundled(golang(github.com/json-iterator/go)) = v1.1.10 +Provides: bundled(golang(github.com/mrunalp/fileutils)) = v0.0.0-20171103030105-7d4729fb3618 +Provides: bundled(golang(github.com/onsi/ginkgo)) = v1.14.0 +Provides: bundled(golang(github.com/onsi/gomega)) = v1.10.1 +Provides: bundled(golang(github.com/opencontainers/go-digest)) = v1.0.0 +Provides: bundled(golang(github.com/opencontainers/image-spec)) = v1.0.2-0.20190823105129-775207bd45b6 +Provides: bundled(golang(github.com/opencontainers/runc)) = v1.0.0-rc91.0.20200708210054-ce54a9d4d79b +Provides: bundled(golang(github.com/opencontainers/runtime-spec)) = v1.0.3-0.20200817204227-f9c09b4ea1df +Provides: bundled(golang(github.com/opencontainers/runtime-tools)) = v0.9.0 +Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.6.0 +Provides: bundled(golang(github.com/opentracing/opentracing-go)) = v1.2.0 +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/rootless-containers/rootlesskit)) = v0.10.0 +Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.6.0 +Provides: bundled(golang(github.com/spf13/cobra)) = v0.0.7 +Provides: bundled(golang(github.com/spf13/pflag)) = v1.0.5 +Provides: bundled(golang(github.com/stretchr/testify)) = v1.6.1 +Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0-20180916011248-d98352740cb2 +Provides: bundled(golang(github.com/uber/jaeger-client-go)) = v2.25.0+incompatible +Provides: bundled(golang(github.com/uber/jaeger-lib)) = v2.2.0+incompatible +Provides: bundled(golang(github.com/varlink/go)) = v0.0.0-20190502142041-0f1d566d194b +Provides: bundled(golang(github.com/vishvananda/netlink)) = v1.1.0 +Provides: bundled(golang(go.etcd.io/bbolt)) = v1.3.5 +Provides: bundled(golang(golang.org/x/crypto)) = v0.0.0-20200622213623-75b288015ac9 +Provides: bundled(golang(golang.org/x/net)) = v0.0.0-20200707034311-ab3426394381 +Provides: bundled(golang(golang.org/x/sync)) = v0.0.0-20200317015054-43a5402ce75a +Provides: bundled(golang(golang.org/x/sys)) = v0.0.0-20200728102440-3e129f6d46b1 +Provides: bundled(golang(k8s.io/api)) = v0.18.8 +Provides: bundled(golang(k8s.io/apimachinery)) = v0.19.0 %description %{name} (Pod Manager) is a fully featured container engine that is a simple @@ -243,7 +204,7 @@ pages and %{name}. %package devel Summary: Library for applications looking to use Container Pods BuildArch: noarch -Provides: %{repo}-devel = %{epoch}:%{version}-%{release} +Provides: libpod-devel = %{epoch}:%{version}-%{release} %if 0%{?with_check} && ! 0%{?with_bundled} BuildRequires: golang(github.com/BurntSushi/toml) @@ -354,17 +315,17 @@ Requires: golang(k8s.io/kubernetes/pkg/kubelet/container) Provides: golang(%{import_path}/cmd/%{name}/docker) = %{epoch}:%{version}-%{release} Provides: golang(%{import_path}/cmd/%{name}/formats) = %{epoch}:%{version}-%{release} Provides: golang(%{import_path}/libkpod) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/libpod) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/libpod/common) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/libpod/driver) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/libpod/layers) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/%{name}) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/%{name}/common) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/%{name}/driver) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/%{name}/layers) = %{epoch}:%{version}-%{release} Provides: golang(%{import_path}/pkg/annotations) = %{epoch}:%{version}-%{release} Provides: golang(%{import_path}/pkg/chrootuser) = %{epoch}:%{version}-%{release} Provides: golang(%{import_path}/pkg/registrar) = %{epoch}:%{version}-%{release} Provides: golang(%{import_path}/pkg/storage) = %{epoch}:%{version}-%{release} Provides: golang(%{import_path}/utils) = %{epoch}:%{version}-%{release} -%description -n libpod-devel +%description devel %{summary} This package contains library source intended for From 8b0e66c2d776c353d800a68beeb53d4d5824aea6 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 31 Aug 2020 14:06:13 -0400 Subject: [PATCH 1405/2185] uncomment problematic Provides Signed-off-by: Lokesh Mandvekar --- podman.spec | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/podman.spec b/podman.spec index a47c9ee..c8fc543 100644 --- a/podman.spec +++ b/podman.spec @@ -110,15 +110,15 @@ Requires: slirp4netns >= 0.3.0-2 # vendored libraries # awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort Provides: bundled(golang(github.com/BurntSushi/toml)) = v0.3.1 -Provides: bundled(golang(github.com/blang/semver)) = v3.5.1+incompatible -Provides: bundled(golang(github.com/buger/goterm)) = v0.0.0-20181115115552-c206103e1f37 -Provides: bundled(golang(github.com/checkpoint-restore/go-criu)) = v0.0.0-20190109184317-bdb7599cd87b -Provides: bundled(golang(github.com/codahale/hdrhistogram)) = v0.0.0-20161010025455-3a0bb77429bd +#Provides: bundled(golang(github.com/blang/semver)) = v3.5.1+incompatible +#Provides: bundled(golang(github.com/buger/goterm)) = v0.0.0-20181115115552-c206103e1f37 +#Provides: bundled(golang(github.com/checkpoint-restore/go-criu)) = v0.0.0-20190109184317-bdb7599cd87b +#Provides: bundled(golang(github.com/codahale/hdrhistogram)) = v0.0.0-20161010025455-3a0bb77429bd Provides: bundled(golang(github.com/containernetworking/cni)) = v0.8.0 Provides: bundled(golang(github.com/containernetworking/plugins)) = v0.8.7 -Provides: bundled(golang(github.com/containers/buildah)) = v1.15.1-0.20200813183340-0a8dc1f8064c -Provides: bundled(golang(github.com/containers/common)) = v0.20.3-0.20200827091701-a550d6a98aa3 -Provides: bundled(golang(github.com/containers/conmon)) = v2.0.20+incompatible +#Provides: bundled(golang(github.com/containers/buildah)) = v1.15.1-0.20200813183340-0a8dc1f8064c +#Provides: bundled(golang(github.com/containers/common)) = v0.20.3-0.20200827091701-a550d6a98aa3 +#Provides: bundled(golang(github.com/containers/conmon)) = v2.0.20+incompatible Provides: bundled(golang(github.com/containers/image/v5)) = v5.5.2 Provides: bundled(golang(github.com/containers/psgo)) = v1.5.1 Provides: bundled(golang(github.com/containers/storage)) = v1.23.2 @@ -127,26 +127,26 @@ Provides: bundled(golang(github.com/cri-o/ocicni)) = v0.2.0 Provides: bundled(golang(github.com/cyphar/filepath-securejoin)) = v0.2.2 Provides: bundled(golang(github.com/davecgh/go-spew)) = v1.1.1 Provides: bundled(golang(github.com/docker/distribution)) = v2.7.1+incompatible -Provides: bundled(golang(github.com/docker/docker)) = v1.4.2-0.20191219165747-a9416c67da9f +#Provides: bundled(golang(github.com/docker/docker)) = v1.4.2-0.20191219165747-a9416c67da9f Provides: bundled(golang(github.com/docker/go-connections)) = v0.4.0 Provides: bundled(golang(github.com/docker/go-units)) = v0.4.0 Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.4.9 Provides: bundled(golang(github.com/ghodss/yaml)) = v1.0.0 Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.0.3 -Provides: bundled(golang(github.com/google/shlex)) = v0.0.0-20181106134648-c34317bd91bf +#Provides: bundled(golang(github.com/google/shlex)) = v0.0.0-20181106134648-c34317bd91bf Provides: bundled(golang(github.com/google/uuid)) = v1.1.2 Provides: bundled(golang(github.com/gorilla/mux)) = v1.7.4 Provides: bundled(golang(github.com/gorilla/schema)) = v1.2.0 Provides: bundled(golang(github.com/hashicorp/go-multierror)) = v1.1.0 Provides: bundled(golang(github.com/hpcloud/tail)) = v1.0.0 Provides: bundled(golang(github.com/json-iterator/go)) = v1.1.10 -Provides: bundled(golang(github.com/mrunalp/fileutils)) = v0.0.0-20171103030105-7d4729fb3618 +#Provides: bundled(golang(github.com/mrunalp/fileutils)) = v0.0.0-20171103030105-7d4729fb3618 Provides: bundled(golang(github.com/onsi/ginkgo)) = v1.14.0 Provides: bundled(golang(github.com/onsi/gomega)) = v1.10.1 Provides: bundled(golang(github.com/opencontainers/go-digest)) = v1.0.0 -Provides: bundled(golang(github.com/opencontainers/image-spec)) = v1.0.2-0.20190823105129-775207bd45b6 -Provides: bundled(golang(github.com/opencontainers/runc)) = v1.0.0-rc91.0.20200708210054-ce54a9d4d79b -Provides: bundled(golang(github.com/opencontainers/runtime-spec)) = v1.0.3-0.20200817204227-f9c09b4ea1df +#Provides: bundled(golang(github.com/opencontainers/image-spec)) = v1.0.2-0.20190823105129-775207bd45b6 +#Provides: bundled(golang(github.com/opencontainers/runc)) = v1.0.0-rc91.0.20200708210054-ce54a9d4d79b +#Provides: bundled(golang(github.com/opencontainers/runtime-spec)) = v1.0.3-0.20200817204227-f9c09b4ea1df Provides: bundled(golang(github.com/opencontainers/runtime-tools)) = v0.9.0 Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.6.0 Provides: bundled(golang(github.com/opentracing/opentracing-go)) = v1.2.0 @@ -157,16 +157,16 @@ Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.6.0 Provides: bundled(golang(github.com/spf13/cobra)) = v0.0.7 Provides: bundled(golang(github.com/spf13/pflag)) = v1.0.5 Provides: bundled(golang(github.com/stretchr/testify)) = v1.6.1 -Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0-20180916011248-d98352740cb2 +#Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0-20180916011248-d98352740cb2 Provides: bundled(golang(github.com/uber/jaeger-client-go)) = v2.25.0+incompatible Provides: bundled(golang(github.com/uber/jaeger-lib)) = v2.2.0+incompatible -Provides: bundled(golang(github.com/varlink/go)) = v0.0.0-20190502142041-0f1d566d194b +#Provides: bundled(golang(github.com/varlink/go)) = v0.0.0-20190502142041-0f1d566d194b Provides: bundled(golang(github.com/vishvananda/netlink)) = v1.1.0 Provides: bundled(golang(go.etcd.io/bbolt)) = v1.3.5 -Provides: bundled(golang(golang.org/x/crypto)) = v0.0.0-20200622213623-75b288015ac9 -Provides: bundled(golang(golang.org/x/net)) = v0.0.0-20200707034311-ab3426394381 -Provides: bundled(golang(golang.org/x/sync)) = v0.0.0-20200317015054-43a5402ce75a -Provides: bundled(golang(golang.org/x/sys)) = v0.0.0-20200728102440-3e129f6d46b1 +#Provides: bundled(golang(golang.org/x/crypto)) = v0.0.0-20200622213623-75b288015ac9 +#Provides: bundled(golang(golang.org/x/net)) = v0.0.0-20200707034311-ab3426394381 +#Provides: bundled(golang(golang.org/x/sync)) = v0.0.0-20200317015054-43a5402ce75a +#Provides: bundled(golang(golang.org/x/sys)) = v0.0.0-20200728102440-3e129f6d46b1 Provides: bundled(golang(k8s.io/api)) = v0.18.8 Provides: bundled(golang(k8s.io/apimachinery)) = v0.19.0 From dbea7320c28d6e894b38db4513d02aee34fa7cb2 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 31 Aug 2020 14:07:30 -0400 Subject: [PATCH 1406/2185] rebuild Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index c8fc543..8a35689 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.222.dev.git%{shortcommit0}%{?dist} +Release: 0.223.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Aug 31 2020 Lokesh Mandvekar - 2:2.1.0-0.223.dev.git575b3a3 +- bump + * Sat Aug 29 09:11:18 UTC 2020 RH Container Bot - 2:2.1.0-0.222.dev.git575b3a3 - autobuilt 575b3a3 From 664fd07e3d1710a28134c6e65844b4e5bbb05c8f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 31 Aug 2020 18:12:06 +0000 Subject: [PATCH 1407/2185] podman-2:2.1.0-0.224.dev.git0c076db - autobuilt 0c076db Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 673fd4e..40b7284 100644 --- a/.gitignore +++ b/.gitignore @@ -1296,3 +1296,4 @@ /podman-1f9b854.tar.gz /podman-4e3ea01.tar.gz /podman-575b3a3.tar.gz +/podman-0c076db.tar.gz diff --git a/podman.spec b/podman.spec index 8a35689..da4907e 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 575b3a3d8ab4f1f72d58b71aa4d534eca3a5d8f9 +%global commit0 0c076dbce5fcdc3e1994df099db77c7d51a51dec %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.223.dev.git%{shortcommit0}%{?dist} +Release: 0.224.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Aug 31 18:11:49 UTC 2020 RH Container Bot - 2:2.1.0-0.224.dev.git0c076db +- autobuilt 0c076db + * Mon Aug 31 2020 Lokesh Mandvekar - 2:2.1.0-0.223.dev.git575b3a3 - bump diff --git a/sources b/sources index ec4c98b..1dbb1e7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-575b3a3.tar.gz) = 3f66e711354e0e4aa6faf64ba6fbe1fd0c3884cf6110af0f76e0d508eab71183d69145fb6bc2b866581dd07c712021326c9abd018822be9b48302cb75ca6b7b5 +SHA512 (podman-0c076db.tar.gz) = 4d6bb1fda1c3d639272a6d56b52374cb85d22a54d493a18a12ae39e1cd976156b9ab0d991e4638fd422ea69daf3dd04eccfcddbfca488531f8cf70a526158c87 From 5e3bdd66a2cb2ae342a9abe5a4eee1c4150fabea Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 31 Aug 2020 23:12:01 +0000 Subject: [PATCH 1408/2185] podman-2:2.1.0-0.225.dev.git138132e - autobuilt 138132e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 40b7284..4f13244 100644 --- a/.gitignore +++ b/.gitignore @@ -1297,3 +1297,4 @@ /podman-4e3ea01.tar.gz /podman-575b3a3.tar.gz /podman-0c076db.tar.gz +/podman-138132e.tar.gz diff --git a/podman.spec b/podman.spec index da4907e..326d954 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 0c076dbce5fcdc3e1994df099db77c7d51a51dec +%global commit0 138132e16357c1c6103e6ffa770398b663462736 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.224.dev.git%{shortcommit0}%{?dist} +Release: 0.225.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Aug 31 23:11:43 UTC 2020 RH Container Bot - 2:2.1.0-0.225.dev.git138132e +- autobuilt 138132e + * Mon Aug 31 18:11:49 UTC 2020 RH Container Bot - 2:2.1.0-0.224.dev.git0c076db - autobuilt 0c076db diff --git a/sources b/sources index 1dbb1e7..ec25124 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-0c076db.tar.gz) = 4d6bb1fda1c3d639272a6d56b52374cb85d22a54d493a18a12ae39e1cd976156b9ab0d991e4638fd422ea69daf3dd04eccfcddbfca488531f8cf70a526158c87 +SHA512 (podman-138132e.tar.gz) = 410722b1ac322c7d778afa76c30fdba89136b88cb722ead8e429c2720b3fd3f7a7b79f9f4f856cd6bb1afe047c3f00b6ede40a0ffc7178a7520d6f889f0d7ead From 760e646d0317f269c90d714bf632f15ba999bb43 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 1 Sep 2020 10:12:53 +0000 Subject: [PATCH 1409/2185] podman-2:2.1.0-0.226.dev.git557cf94 - autobuilt 557cf94 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4f13244..d25527a 100644 --- a/.gitignore +++ b/.gitignore @@ -1298,3 +1298,4 @@ /podman-575b3a3.tar.gz /podman-0c076db.tar.gz /podman-138132e.tar.gz +/podman-557cf94.tar.gz diff --git a/podman.spec b/podman.spec index 326d954..2639483 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 138132e16357c1c6103e6ffa770398b663462736 +%global commit0 557cf94d855b4ad50cea1bbc41f2491e7ec3eb8b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.225.dev.git%{shortcommit0}%{?dist} +Release: 0.226.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Sep 1 10:12:36 UTC 2020 RH Container Bot - 2:2.1.0-0.226.dev.git557cf94 +- autobuilt 557cf94 + * Mon Aug 31 23:11:43 UTC 2020 RH Container Bot - 2:2.1.0-0.225.dev.git138132e - autobuilt 138132e diff --git a/sources b/sources index ec25124..5efd12f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-138132e.tar.gz) = 410722b1ac322c7d778afa76c30fdba89136b88cb722ead8e429c2720b3fd3f7a7b79f9f4f856cd6bb1afe047c3f00b6ede40a0ffc7178a7520d6f889f0d7ead +SHA512 (podman-557cf94.tar.gz) = b2a3296fb1e5bac88bd77e99700f3e595d49ea5b430eedfa47f04d8ca8e5432b66d5e87b9487f15561c5fa24df5b2c584a97d603779736245a1c344b124b1820 From 48bf444116e953c72f6940fd1878946c2afac566 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 1 Sep 2020 11:12:12 +0000 Subject: [PATCH 1410/2185] podman-2:2.1.0-0.227.dev.gita867b16 - autobuilt a867b16 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d25527a..353d7ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1299,3 +1299,4 @@ /podman-0c076db.tar.gz /podman-138132e.tar.gz /podman-557cf94.tar.gz +/podman-a867b16.tar.gz diff --git a/podman.spec b/podman.spec index 2639483..8c3d79d 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 557cf94d855b4ad50cea1bbc41f2491e7ec3eb8b +%global commit0 a867b16f0c0f11fbf0bf6e8e7d32797f1b1b3744 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.226.dev.git%{shortcommit0}%{?dist} +Release: 0.227.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Sep 1 11:11:54 UTC 2020 RH Container Bot - 2:2.1.0-0.227.dev.gita867b16 +- autobuilt a867b16 + * Tue Sep 1 10:12:36 UTC 2020 RH Container Bot - 2:2.1.0-0.226.dev.git557cf94 - autobuilt 557cf94 diff --git a/sources b/sources index 5efd12f..f6bccd3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-557cf94.tar.gz) = b2a3296fb1e5bac88bd77e99700f3e595d49ea5b430eedfa47f04d8ca8e5432b66d5e87b9487f15561c5fa24df5b2c584a97d603779736245a1c344b124b1820 +SHA512 (podman-a867b16.tar.gz) = 40f30017e77de36393467196bc5b784797bac73a1c627f0ce52ffbb4330cf2269ce2062ed63a4e934c72230ddee545bbadef226ac67432c120620e21018c3668 From 0a231c8a97f6822d35413b976b08615c9707d94b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 2 Sep 2020 11:11:56 +0000 Subject: [PATCH 1411/2185] podman-2:2.1.0-0.228.dev.git1184cdf - autobuilt 1184cdf Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 353d7ce..b972ae4 100644 --- a/.gitignore +++ b/.gitignore @@ -1300,3 +1300,4 @@ /podman-138132e.tar.gz /podman-557cf94.tar.gz /podman-a867b16.tar.gz +/podman-1184cdf.tar.gz diff --git a/podman.spec b/podman.spec index 8c3d79d..285e6c8 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 a867b16f0c0f11fbf0bf6e8e7d32797f1b1b3744 +%global commit0 1184cdf03d8464451d36b24643e57b65a8b97980 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -44,7 +44,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.0.6-rc1 +%define built_tag v2.0.6 Name: podman %if 0%{?fedora} @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.227.dev.git%{shortcommit0}%{?dist} +Release: 0.228.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 2 11:11:40 UTC 2020 RH Container Bot - 2:2.1.0-0.228.dev.git1184cdf +- autobuilt 1184cdf + * Tue Sep 1 11:11:54 UTC 2020 RH Container Bot - 2:2.1.0-0.227.dev.gita867b16 - autobuilt a867b16 diff --git a/sources b/sources index f6bccd3..f00200c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-a867b16.tar.gz) = 40f30017e77de36393467196bc5b784797bac73a1c627f0ce52ffbb4330cf2269ce2062ed63a4e934c72230ddee545bbadef226ac67432c120620e21018c3668 +SHA512 (podman-1184cdf.tar.gz) = b1fc5a206a34ff50d12bbf6ef25309f49bf66b9e7739f1b42803564bac4d380134b84700b832ebdfe490b31fc95ddc9485591db7d6484b21711fa6406699d75b From 090c60cef80235037166bc86f3777903a640ec66 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 2 Sep 2020 17:11:23 +0000 Subject: [PATCH 1412/2185] podman-2:2.1.0-0.229.dev.git37791d7 - autobuilt 37791d7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b972ae4..937f435 100644 --- a/.gitignore +++ b/.gitignore @@ -1301,3 +1301,4 @@ /podman-557cf94.tar.gz /podman-a867b16.tar.gz /podman-1184cdf.tar.gz +/podman-37791d7.tar.gz diff --git a/podman.spec b/podman.spec index 285e6c8..265c29d 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 1184cdf03d8464451d36b24643e57b65a8b97980 +%global commit0 37791d717f85c0621932aa18cd4c2477426a2de0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.228.dev.git%{shortcommit0}%{?dist} +Release: 0.229.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 2 17:11:08 UTC 2020 RH Container Bot - 2:2.1.0-0.229.dev.git37791d7 +- autobuilt 37791d7 + * Wed Sep 2 11:11:40 UTC 2020 RH Container Bot - 2:2.1.0-0.228.dev.git1184cdf - autobuilt 1184cdf diff --git a/sources b/sources index f00200c..f17e6a0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-1184cdf.tar.gz) = b1fc5a206a34ff50d12bbf6ef25309f49bf66b9e7739f1b42803564bac4d380134b84700b832ebdfe490b31fc95ddc9485591db7d6484b21711fa6406699d75b +SHA512 (podman-37791d7.tar.gz) = b20d5bb64b80b7feaf5f17a7e6c3120da0a9132f9c5733a9e1ae68e4e0cdedb8cd7dcda298454c6a2ecd028789270344839ba60928a9500449f6eb30712a4acb From acddfbba4b7fa94f2f0869934042060026fac0e1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 2 Sep 2020 18:11:27 +0000 Subject: [PATCH 1413/2185] podman-2:2.1.0-0.230.dev.gitfa487a6 - autobuilt fa487a6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 937f435..bc281ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1302,3 +1302,4 @@ /podman-a867b16.tar.gz /podman-1184cdf.tar.gz /podman-37791d7.tar.gz +/podman-fa487a6.tar.gz diff --git a/podman.spec b/podman.spec index 265c29d..4477476 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 37791d717f85c0621932aa18cd4c2477426a2de0 +%global commit0 fa487a65220951e84779f200f48780666b4b9209 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.229.dev.git%{shortcommit0}%{?dist} +Release: 0.230.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 2 18:11:11 UTC 2020 RH Container Bot - 2:2.1.0-0.230.dev.gitfa487a6 +- autobuilt fa487a6 + * Wed Sep 2 17:11:08 UTC 2020 RH Container Bot - 2:2.1.0-0.229.dev.git37791d7 - autobuilt 37791d7 diff --git a/sources b/sources index f17e6a0..982fe68 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-37791d7.tar.gz) = b20d5bb64b80b7feaf5f17a7e6c3120da0a9132f9c5733a9e1ae68e4e0cdedb8cd7dcda298454c6a2ecd028789270344839ba60928a9500449f6eb30712a4acb +SHA512 (podman-fa487a6.tar.gz) = 0755ac5f8ce2ece5b4f57f65c15afe741ee641fd6f39928f000237eafe7f7bf589ba011614155ec9d5cd35f2a2ea5eee14565fa44d384a553eec9780d014736a From 28cbd0d99946347df39f6efce7bc65696ef63bb3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 5 Sep 2020 11:13:06 +0000 Subject: [PATCH 1414/2185] podman-2:2.1.0-0.231.dev.gitf1323a9 - autobuilt f1323a9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bc281ed..d47e84f 100644 --- a/.gitignore +++ b/.gitignore @@ -1303,3 +1303,4 @@ /podman-1184cdf.tar.gz /podman-37791d7.tar.gz /podman-fa487a6.tar.gz +/podman-f1323a9.tar.gz diff --git a/podman.spec b/podman.spec index 4477476..eaea001 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 fa487a65220951e84779f200f48780666b4b9209 +%global commit0 f1323a941c7b5709197def5d10ad79ed24bbbc35 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.230.dev.git%{shortcommit0}%{?dist} +Release: 0.231.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Sep 5 11:12:52 UTC 2020 RH Container Bot - 2:2.1.0-0.231.dev.gitf1323a9 +- autobuilt f1323a9 + * Wed Sep 2 18:11:11 UTC 2020 RH Container Bot - 2:2.1.0-0.230.dev.gitfa487a6 - autobuilt fa487a6 diff --git a/sources b/sources index 982fe68..41fd1fb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-fa487a6.tar.gz) = 0755ac5f8ce2ece5b4f57f65c15afe741ee641fd6f39928f000237eafe7f7bf589ba011614155ec9d5cd35f2a2ea5eee14565fa44d384a553eec9780d014736a +SHA512 (podman-f1323a9.tar.gz) = f6bcda6f72b079d330b4be2479dd88778af378625a90254a00179b66da75e24d9764664d7c969eef040a5a743715fce6c820843bd7e9ceecd53a3efa2287a0cb From 491e759969686958be2fbc8480cf4f66b0a41bd2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 6 Sep 2020 11:14:08 +0000 Subject: [PATCH 1415/2185] podman-2:2.1.0-0.232.dev.gitba8d0bb - autobuilt ba8d0bb Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d47e84f..49bdb3a 100644 --- a/.gitignore +++ b/.gitignore @@ -1304,3 +1304,4 @@ /podman-37791d7.tar.gz /podman-fa487a6.tar.gz /podman-f1323a9.tar.gz +/podman-ba8d0bb.tar.gz diff --git a/podman.spec b/podman.spec index eaea001..3beaa64 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 f1323a941c7b5709197def5d10ad79ed24bbbc35 +%global commit0 ba8d0bb5e336e84aaf68148563e61558b5dc94f5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.231.dev.git%{shortcommit0}%{?dist} +Release: 0.232.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Sep 6 11:13:51 UTC 2020 RH Container Bot - 2:2.1.0-0.232.dev.gitba8d0bb +- autobuilt ba8d0bb + * Sat Sep 5 11:12:52 UTC 2020 RH Container Bot - 2:2.1.0-0.231.dev.gitf1323a9 - autobuilt f1323a9 diff --git a/sources b/sources index 41fd1fb..43e667d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-f1323a9.tar.gz) = f6bcda6f72b079d330b4be2479dd88778af378625a90254a00179b66da75e24d9764664d7c969eef040a5a743715fce6c820843bd7e9ceecd53a3efa2287a0cb +SHA512 (podman-ba8d0bb.tar.gz) = c059df76868c3416ec2327fbd65814060908553299831a518907a26587b52d05b760496df81171726a0dae836e8b9d1d1ee6038184cc8ba239774023574a62e9 From e782b4a6af1addb7bf79745de7f34766241057c7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 7 Sep 2020 11:12:13 +0000 Subject: [PATCH 1416/2185] podman-2:2.1.0-0.233.dev.git21c6aae - autobuilt 21c6aae Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 49bdb3a..2410f6e 100644 --- a/.gitignore +++ b/.gitignore @@ -1305,3 +1305,4 @@ /podman-fa487a6.tar.gz /podman-f1323a9.tar.gz /podman-ba8d0bb.tar.gz +/podman-21c6aae.tar.gz diff --git a/podman.spec b/podman.spec index 3beaa64..4ec99e4 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 ba8d0bb5e336e84aaf68148563e61558b5dc94f5 +%global commit0 21c6aaeb857404309abe6a82e0541fd08fc615c7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.232.dev.git%{shortcommit0}%{?dist} +Release: 0.233.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Sep 7 11:11:58 UTC 2020 RH Container Bot - 2:2.1.0-0.233.dev.git21c6aae +- autobuilt 21c6aae + * Sun Sep 6 11:13:51 UTC 2020 RH Container Bot - 2:2.1.0-0.232.dev.gitba8d0bb - autobuilt ba8d0bb diff --git a/sources b/sources index 43e667d..237d7ff 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-ba8d0bb.tar.gz) = c059df76868c3416ec2327fbd65814060908553299831a518907a26587b52d05b760496df81171726a0dae836e8b9d1d1ee6038184cc8ba239774023574a62e9 +SHA512 (podman-21c6aae.tar.gz) = b5a5c03f0d73e1be1a8138676cd8464bff218a69b71c2dea63bfe6b6d890c142e9fe80016e0756a828bf5568ae50d01ef72c57a757b13264dcdf5c93c92eea84 From 95131245fd4971305a4402a06f53c5ff0f7e0ee4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 7 Sep 2020 14:12:45 +0000 Subject: [PATCH 1417/2185] podman-2:2.1.0-0.234.dev.gitbe7778d - autobuilt be7778d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2410f6e..c373470 100644 --- a/.gitignore +++ b/.gitignore @@ -1306,3 +1306,4 @@ /podman-f1323a9.tar.gz /podman-ba8d0bb.tar.gz /podman-21c6aae.tar.gz +/podman-be7778d.tar.gz diff --git a/podman.spec b/podman.spec index 4ec99e4..07f4d8f 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 21c6aaeb857404309abe6a82e0541fd08fc615c7 +%global commit0 be7778df6c70227dab760ea92637ed97dad29641 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.233.dev.git%{shortcommit0}%{?dist} +Release: 0.234.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Sep 7 14:12:29 UTC 2020 RH Container Bot - 2:2.1.0-0.234.dev.gitbe7778d +- autobuilt be7778d + * Mon Sep 7 11:11:58 UTC 2020 RH Container Bot - 2:2.1.0-0.233.dev.git21c6aae - autobuilt 21c6aae diff --git a/sources b/sources index 237d7ff..d1b21ca 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-21c6aae.tar.gz) = b5a5c03f0d73e1be1a8138676cd8464bff218a69b71c2dea63bfe6b6d890c142e9fe80016e0756a828bf5568ae50d01ef72c57a757b13264dcdf5c93c92eea84 +SHA512 (podman-be7778d.tar.gz) = 1e1296d8f0051544abb80c3fceb564c3b9ea64443a1e14dc78874b5d6d65b65a23e11279f7b7311c1fe50a5494fc54b613fd07a266822696e9f490f925860906 From cf03aacb6fab3e30872ac8a8ec31fbe936c21c3e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 8 Sep 2020 15:12:25 +0000 Subject: [PATCH 1418/2185] podman-2:2.1.0-0.235.dev.git11679c2 - autobuilt 11679c2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c373470..2d34765 100644 --- a/.gitignore +++ b/.gitignore @@ -1307,3 +1307,4 @@ /podman-ba8d0bb.tar.gz /podman-21c6aae.tar.gz /podman-be7778d.tar.gz +/podman-11679c2.tar.gz diff --git a/podman.spec b/podman.spec index 07f4d8f..859c245 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 be7778df6c70227dab760ea92637ed97dad29641 +%global commit0 11679c27a7abb10811563c23b5276750c6b58f4b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.234.dev.git%{shortcommit0}%{?dist} +Release: 0.235.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Sep 8 15:12:11 UTC 2020 RH Container Bot - 2:2.1.0-0.235.dev.git11679c2 +- autobuilt 11679c2 + * Mon Sep 7 14:12:29 UTC 2020 RH Container Bot - 2:2.1.0-0.234.dev.gitbe7778d - autobuilt be7778d diff --git a/sources b/sources index d1b21ca..1eafa54 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-be7778d.tar.gz) = 1e1296d8f0051544abb80c3fceb564c3b9ea64443a1e14dc78874b5d6d65b65a23e11279f7b7311c1fe50a5494fc54b613fd07a266822696e9f490f925860906 +SHA512 (podman-11679c2.tar.gz) = 5fff24a690149b9a0560f638395b29fa599418b2033d487b9612829a8611b44bced75a721891c89eb8b9b2ad315ebf8e98d6027a294a35512cac469b45f4c6d4 From 01835bc8fae60472d4aaf5c92ce4bd626d9e8d0b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 8 Sep 2020 18:13:16 +0000 Subject: [PATCH 1419/2185] podman-2:2.1.0-0.236.dev.git54a61e3 - autobuilt 54a61e3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2d34765..2152f9d 100644 --- a/.gitignore +++ b/.gitignore @@ -1308,3 +1308,4 @@ /podman-21c6aae.tar.gz /podman-be7778d.tar.gz /podman-11679c2.tar.gz +/podman-54a61e3.tar.gz diff --git a/podman.spec b/podman.spec index 859c245..9d0021a 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 11679c27a7abb10811563c23b5276750c6b58f4b +%global commit0 54a61e36a4fd1c5416707e0a661f20abf2d464dc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.235.dev.git%{shortcommit0}%{?dist} +Release: 0.236.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Sep 8 18:12:59 UTC 2020 RH Container Bot - 2:2.1.0-0.236.dev.git54a61e3 +- autobuilt 54a61e3 + * Tue Sep 8 15:12:11 UTC 2020 RH Container Bot - 2:2.1.0-0.235.dev.git11679c2 - autobuilt 11679c2 diff --git a/sources b/sources index 1eafa54..e38fb95 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-11679c2.tar.gz) = 5fff24a690149b9a0560f638395b29fa599418b2033d487b9612829a8611b44bced75a721891c89eb8b9b2ad315ebf8e98d6027a294a35512cac469b45f4c6d4 +SHA512 (podman-54a61e3.tar.gz) = 17e61123490007a787c4ec1a7c2d0b1546e6a8ef1eb7f902e8971422675874a56a1c287575595564a2ba281d1165da7e4742d05bbc79fed273bd2801da60c712 From 101fc2377d2a5e2d6e7348fcb5161ee4a583c7ac Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 8 Sep 2020 21:12:55 +0000 Subject: [PATCH 1420/2185] podman-2:2.1.0-0.237.dev.gite180de8 - autobuilt e180de8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2152f9d..a882bcf 100644 --- a/.gitignore +++ b/.gitignore @@ -1309,3 +1309,4 @@ /podman-be7778d.tar.gz /podman-11679c2.tar.gz /podman-54a61e3.tar.gz +/podman-e180de8.tar.gz diff --git a/podman.spec b/podman.spec index 9d0021a..c550f07 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 54a61e36a4fd1c5416707e0a661f20abf2d464dc +%global commit0 e180de8b3c64809e5312867c6e70dfcca704539b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.236.dev.git%{shortcommit0}%{?dist} +Release: 0.237.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Sep 8 21:12:38 UTC 2020 RH Container Bot - 2:2.1.0-0.237.dev.gite180de8 +- autobuilt e180de8 + * Tue Sep 8 18:12:59 UTC 2020 RH Container Bot - 2:2.1.0-0.236.dev.git54a61e3 - autobuilt 54a61e3 diff --git a/sources b/sources index e38fb95..974e807 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-54a61e3.tar.gz) = 17e61123490007a787c4ec1a7c2d0b1546e6a8ef1eb7f902e8971422675874a56a1c287575595564a2ba281d1165da7e4742d05bbc79fed273bd2801da60c712 +SHA512 (podman-e180de8.tar.gz) = e1510eec461115692699bed250958ca406fb937e2f89fa64febf662fb3f58de9e3e60f32f7ff54f07b5ebfeb0978bd4547a18fa8c7e92f36ff2eec01dd96dcd7 From 9f193c9a98afbe9d44d216522e7f1106e9921a7b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 8 Sep 2020 22:12:36 +0000 Subject: [PATCH 1421/2185] podman-2:2.1.0-0.238.dev.git814784c - autobuilt 814784c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a882bcf..298fcdd 100644 --- a/.gitignore +++ b/.gitignore @@ -1310,3 +1310,4 @@ /podman-11679c2.tar.gz /podman-54a61e3.tar.gz /podman-e180de8.tar.gz +/podman-814784c.tar.gz diff --git a/podman.spec b/podman.spec index c550f07..3431620 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e180de8b3c64809e5312867c6e70dfcca704539b +%global commit0 814784c5e6b9795d62a2c7624bc8884bd1011287 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.237.dev.git%{shortcommit0}%{?dist} +Release: 0.238.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Sep 8 22:12:18 UTC 2020 RH Container Bot - 2:2.1.0-0.238.dev.git814784c +- autobuilt 814784c + * Tue Sep 8 21:12:38 UTC 2020 RH Container Bot - 2:2.1.0-0.237.dev.gite180de8 - autobuilt e180de8 diff --git a/sources b/sources index 974e807..cc5ebf8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-e180de8.tar.gz) = e1510eec461115692699bed250958ca406fb937e2f89fa64febf662fb3f58de9e3e60f32f7ff54f07b5ebfeb0978bd4547a18fa8c7e92f36ff2eec01dd96dcd7 +SHA512 (podman-814784c.tar.gz) = 127a9cf8f554819c5331a871c72979f897c2195bd73d03e9d4009696dce0ad7b503f936ad2964ebc66c9dfcc2a228cece49d75d4283d26716705d28bb7e730e2 From 8c36740d0e65e95b269c7112e55d7f0b422e49b5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 9 Sep 2020 11:13:26 +0000 Subject: [PATCH 1422/2185] podman-2:2.1.0-0.239.dev.git6b1a1fc - autobuilt 6b1a1fc Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 298fcdd..cab101c 100644 --- a/.gitignore +++ b/.gitignore @@ -1311,3 +1311,4 @@ /podman-54a61e3.tar.gz /podman-e180de8.tar.gz /podman-814784c.tar.gz +/podman-6b1a1fc.tar.gz diff --git a/podman.spec b/podman.spec index 3431620..420acfb 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 814784c5e6b9795d62a2c7624bc8884bd1011287 +%global commit0 6b1a1fcc5cb92a9fd5800b0d1af44f26093a8153 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.238.dev.git%{shortcommit0}%{?dist} +Release: 0.239.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 9 11:13:10 UTC 2020 RH Container Bot - 2:2.1.0-0.239.dev.git6b1a1fc +- autobuilt 6b1a1fc + * Tue Sep 8 22:12:18 UTC 2020 RH Container Bot - 2:2.1.0-0.238.dev.git814784c - autobuilt 814784c diff --git a/sources b/sources index cc5ebf8..96829d3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-814784c.tar.gz) = 127a9cf8f554819c5331a871c72979f897c2195bd73d03e9d4009696dce0ad7b503f936ad2964ebc66c9dfcc2a228cece49d75d4283d26716705d28bb7e730e2 +SHA512 (podman-6b1a1fc.tar.gz) = 0c05e78d3407ebdf7f3c90981ac2dee1c1f6d42023df5a8653257ad0150788d93d561ca157fc1018c3f97b0addaeee5159ba7ca3a7ecae37ea6c5afca0e88414 From b8600c95f0dd02433fe632ed17af93d75c4ab306 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 9 Sep 2020 14:13:00 +0000 Subject: [PATCH 1423/2185] podman-2:2.1.0-0.240.dev.git1b2b068 - autobuilt 1b2b068 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cab101c..99da905 100644 --- a/.gitignore +++ b/.gitignore @@ -1312,3 +1312,4 @@ /podman-e180de8.tar.gz /podman-814784c.tar.gz /podman-6b1a1fc.tar.gz +/podman-1b2b068.tar.gz diff --git a/podman.spec b/podman.spec index 420acfb..8776b3e 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 6b1a1fcc5cb92a9fd5800b0d1af44f26093a8153 +%global commit0 1b2b068ce89a52d46cfd3191ed6bbf403e7582e9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.239.dev.git%{shortcommit0}%{?dist} +Release: 0.240.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 9 14:12:43 UTC 2020 RH Container Bot - 2:2.1.0-0.240.dev.git1b2b068 +- autobuilt 1b2b068 + * Wed Sep 9 11:13:10 UTC 2020 RH Container Bot - 2:2.1.0-0.239.dev.git6b1a1fc - autobuilt 6b1a1fc diff --git a/sources b/sources index 96829d3..fe8d824 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-6b1a1fc.tar.gz) = 0c05e78d3407ebdf7f3c90981ac2dee1c1f6d42023df5a8653257ad0150788d93d561ca157fc1018c3f97b0addaeee5159ba7ca3a7ecae37ea6c5afca0e88414 +SHA512 (podman-1b2b068.tar.gz) = 8fbcfb3ac5a5cb66f0f9cc059bf41a720e7c8c6e4c7a944e6d635023bd0fbf7b586f1a51e6da6641b2842ed335420c21dda37c25b25d6636c0a309d36ddb7969 From 870e54220e8bfdf0b4ebdfdaf090d4aaf79afbe3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 9 Sep 2020 15:12:46 +0000 Subject: [PATCH 1424/2185] podman-2:2.1.0-0.241.dev.git5a09fd8 - autobuilt 5a09fd8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 99da905..1a51257 100644 --- a/.gitignore +++ b/.gitignore @@ -1313,3 +1313,4 @@ /podman-814784c.tar.gz /podman-6b1a1fc.tar.gz /podman-1b2b068.tar.gz +/podman-5a09fd8.tar.gz diff --git a/podman.spec b/podman.spec index 8776b3e..760e902 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 1b2b068ce89a52d46cfd3191ed6bbf403e7582e9 +%global commit0 5a09fd8f2b8e624a8d4155fd4fc89f51e544e2ca %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.240.dev.git%{shortcommit0}%{?dist} +Release: 0.241.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 9 15:12:30 UTC 2020 RH Container Bot - 2:2.1.0-0.241.dev.git5a09fd8 +- autobuilt 5a09fd8 + * Wed Sep 9 14:12:43 UTC 2020 RH Container Bot - 2:2.1.0-0.240.dev.git1b2b068 - autobuilt 1b2b068 diff --git a/sources b/sources index fe8d824..4d05f20 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-1b2b068.tar.gz) = 8fbcfb3ac5a5cb66f0f9cc059bf41a720e7c8c6e4c7a944e6d635023bd0fbf7b586f1a51e6da6641b2842ed335420c21dda37c25b25d6636c0a309d36ddb7969 +SHA512 (podman-5a09fd8.tar.gz) = eca498484ce6ab38ae089e6cf4a54cd06030dda5382d9eddf0438fc11a1c451e8144046b590134179bdff7ddea49f5f55ddd40f77a9b790be3eade7a682359b4 From 96dcd81f340c2d769b64718db47bafc35231ab36 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 9 Sep 2020 17:13:02 +0000 Subject: [PATCH 1425/2185] podman-2:2.1.0-0.242.dev.git9c4c883 - autobuilt 9c4c883 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1a51257..b4ddde5 100644 --- a/.gitignore +++ b/.gitignore @@ -1314,3 +1314,4 @@ /podman-6b1a1fc.tar.gz /podman-1b2b068.tar.gz /podman-5a09fd8.tar.gz +/podman-9c4c883.tar.gz diff --git a/podman.spec b/podman.spec index 760e902..96fe347 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 5a09fd8f2b8e624a8d4155fd4fc89f51e544e2ca +%global commit0 9c4c883d7976a3bd72aef9b9bb8e8757959f4fe4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.241.dev.git%{shortcommit0}%{?dist} +Release: 0.242.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 9 17:12:47 UTC 2020 RH Container Bot - 2:2.1.0-0.242.dev.git9c4c883 +- autobuilt 9c4c883 + * Wed Sep 9 15:12:30 UTC 2020 RH Container Bot - 2:2.1.0-0.241.dev.git5a09fd8 - autobuilt 5a09fd8 diff --git a/sources b/sources index 4d05f20..f7759fd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-5a09fd8.tar.gz) = eca498484ce6ab38ae089e6cf4a54cd06030dda5382d9eddf0438fc11a1c451e8144046b590134179bdff7ddea49f5f55ddd40f77a9b790be3eade7a682359b4 +SHA512 (podman-9c4c883.tar.gz) = b598a4af756baded772bc8ada400e59c90e20984a6485dae29fb0981c739420b7f7c87b27f41a94caf61e1b38fb7dd4ffcd3af5500da59e6490bc42410a0640c From e22803bda8e841c943ce8ae468263c49d91d0e06 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 9 Sep 2020 18:12:32 +0000 Subject: [PATCH 1426/2185] podman-2:2.1.0-0.243.dev.git68dace0 - autobuilt 68dace0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b4ddde5..d20dc80 100644 --- a/.gitignore +++ b/.gitignore @@ -1315,3 +1315,4 @@ /podman-1b2b068.tar.gz /podman-5a09fd8.tar.gz /podman-9c4c883.tar.gz +/podman-68dace0.tar.gz diff --git a/podman.spec b/podman.spec index 96fe347..2b72d91 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9c4c883d7976a3bd72aef9b9bb8e8757959f4fe4 +%global commit0 68dace0619b86196c38945d0918181272656a254 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.242.dev.git%{shortcommit0}%{?dist} +Release: 0.243.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 9 18:12:18 UTC 2020 RH Container Bot - 2:2.1.0-0.243.dev.git68dace0 +- autobuilt 68dace0 + * Wed Sep 9 17:12:47 UTC 2020 RH Container Bot - 2:2.1.0-0.242.dev.git9c4c883 - autobuilt 9c4c883 diff --git a/sources b/sources index f7759fd..09a0dea 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-9c4c883.tar.gz) = b598a4af756baded772bc8ada400e59c90e20984a6485dae29fb0981c739420b7f7c87b27f41a94caf61e1b38fb7dd4ffcd3af5500da59e6490bc42410a0640c +SHA512 (podman-68dace0.tar.gz) = fed24ce20c05c052408c825959fdb2b9d2088f216113452a3ddd386f32d20e37493ea5bcbaa61dd93259bcdbd5e2a835b6ce03ead35887fe6491a027d0af53e0 From 4a195325bda02ef20b3d5df62346d46539ba5a28 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 9 Sep 2020 19:12:26 +0000 Subject: [PATCH 1427/2185] podman-2:2.1.0-0.244.dev.git08b6020 - autobuilt 08b6020 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d20dc80..d8e87da 100644 --- a/.gitignore +++ b/.gitignore @@ -1316,3 +1316,4 @@ /podman-5a09fd8.tar.gz /podman-9c4c883.tar.gz /podman-68dace0.tar.gz +/podman-08b6020.tar.gz diff --git a/podman.spec b/podman.spec index 2b72d91..f9f147c 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 68dace0619b86196c38945d0918181272656a254 +%global commit0 08b602043ec07601b9be23c449c7773067683d90 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.243.dev.git%{shortcommit0}%{?dist} +Release: 0.244.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 9 19:12:11 UTC 2020 RH Container Bot - 2:2.1.0-0.244.dev.git08b6020 +- autobuilt 08b6020 + * Wed Sep 9 18:12:18 UTC 2020 RH Container Bot - 2:2.1.0-0.243.dev.git68dace0 - autobuilt 68dace0 diff --git a/sources b/sources index 09a0dea..60cdf4c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-68dace0.tar.gz) = fed24ce20c05c052408c825959fdb2b9d2088f216113452a3ddd386f32d20e37493ea5bcbaa61dd93259bcdbd5e2a835b6ce03ead35887fe6491a027d0af53e0 +SHA512 (podman-08b6020.tar.gz) = a8c8352f84c0c77678bd1ccbb69f74ffa47989221ee67b5b12ad9214ed0ae316c8e07fef6cb472450df37ae047154d6026ae36f92325e7bc5e7299c819cc8df9 From e4b022383f203dc361b8861b03c703fc075517c7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 9 Sep 2020 20:12:28 +0000 Subject: [PATCH 1428/2185] podman-2:2.1.0-0.245.dev.gite1b4729 - autobuilt e1b4729 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d8e87da..f66ceec 100644 --- a/.gitignore +++ b/.gitignore @@ -1317,3 +1317,4 @@ /podman-9c4c883.tar.gz /podman-68dace0.tar.gz /podman-08b6020.tar.gz +/podman-e1b4729.tar.gz diff --git a/podman.spec b/podman.spec index f9f147c..bd24065 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 08b602043ec07601b9be23c449c7773067683d90 +%global commit0 e1b47296daaf4148d9970b59757a86e71bf8bb10 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.244.dev.git%{shortcommit0}%{?dist} +Release: 0.245.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 9 20:12:11 UTC 2020 RH Container Bot - 2:2.1.0-0.245.dev.gite1b4729 +- autobuilt e1b4729 + * Wed Sep 9 19:12:11 UTC 2020 RH Container Bot - 2:2.1.0-0.244.dev.git08b6020 - autobuilt 08b6020 diff --git a/sources b/sources index 60cdf4c..b643387 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-08b6020.tar.gz) = a8c8352f84c0c77678bd1ccbb69f74ffa47989221ee67b5b12ad9214ed0ae316c8e07fef6cb472450df37ae047154d6026ae36f92325e7bc5e7299c819cc8df9 +SHA512 (podman-e1b4729.tar.gz) = 5d1bd7e358da78ecba30d29c91fcc2bc09eac7cd20168caeb0ba312e84b053a808972642ec612aacbdb361c396019f5bd5e2e291bc16b4e4d4757ee68cd3094e From 931ee42a62a439fce6fe07edcdbccfaad2fcbb5c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 10 Sep 2020 15:12:04 +0000 Subject: [PATCH 1429/2185] podman-2:2.1.0-0.246.dev.git3d33923 - autobuilt 3d33923 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f66ceec..8ca8ad7 100644 --- a/.gitignore +++ b/.gitignore @@ -1318,3 +1318,4 @@ /podman-68dace0.tar.gz /podman-08b6020.tar.gz /podman-e1b4729.tar.gz +/podman-3d33923.tar.gz diff --git a/podman.spec b/podman.spec index bd24065..a182199 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e1b47296daaf4148d9970b59757a86e71bf8bb10 +%global commit0 3d33923374ee39977166d9fff3ee53c58d884bbe %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.245.dev.git%{shortcommit0}%{?dist} +Release: 0.246.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Sep 10 15:11:49 UTC 2020 RH Container Bot - 2:2.1.0-0.246.dev.git3d33923 +- autobuilt 3d33923 + * Wed Sep 9 20:12:11 UTC 2020 RH Container Bot - 2:2.1.0-0.245.dev.gite1b4729 - autobuilt e1b4729 diff --git a/sources b/sources index b643387..ade17a6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-e1b4729.tar.gz) = 5d1bd7e358da78ecba30d29c91fcc2bc09eac7cd20168caeb0ba312e84b053a808972642ec612aacbdb361c396019f5bd5e2e291bc16b4e4d4757ee68cd3094e +SHA512 (podman-3d33923.tar.gz) = 69f6144c6cfa3e31ebefb089a10dc988184223a5892f085f638c451355f0d41d90fc6ef6c0709ec00b5c685aea96f7a8adbaad3d06739581b5fb6ecbad1956b5 From 4ce999cce8c70dc0bafaed131a45ce2191881d99 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 10 Sep 2020 16:12:30 +0000 Subject: [PATCH 1430/2185] podman-2:2.1.0-0.247.dev.gitaadf96a - autobuilt aadf96a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8ca8ad7..cf4d712 100644 --- a/.gitignore +++ b/.gitignore @@ -1319,3 +1319,4 @@ /podman-08b6020.tar.gz /podman-e1b4729.tar.gz /podman-3d33923.tar.gz +/podman-aadf96a.tar.gz diff --git a/podman.spec b/podman.spec index a182199..702a4b5 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 3d33923374ee39977166d9fff3ee53c58d884bbe +%global commit0 aadf96a742dc6bc8f65f79587642714a87342655 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.246.dev.git%{shortcommit0}%{?dist} +Release: 0.247.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Sep 10 16:12:13 UTC 2020 RH Container Bot - 2:2.1.0-0.247.dev.gitaadf96a +- autobuilt aadf96a + * Thu Sep 10 15:11:49 UTC 2020 RH Container Bot - 2:2.1.0-0.246.dev.git3d33923 - autobuilt 3d33923 diff --git a/sources b/sources index ade17a6..66eebe2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-3d33923.tar.gz) = 69f6144c6cfa3e31ebefb089a10dc988184223a5892f085f638c451355f0d41d90fc6ef6c0709ec00b5c685aea96f7a8adbaad3d06739581b5fb6ecbad1956b5 +SHA512 (podman-aadf96a.tar.gz) = e4f02c7327433c15bb55a1e89f59c6d054f18faec7149ae76195f459c1d89450057b1ef9f3178b88e3abfa2fa1baf87fe14cdcf3d77e72e7a1db1301174a423e From 29d80c682fe2cb713738658c0bd8ee893676d0a1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 10 Sep 2020 17:12:37 +0000 Subject: [PATCH 1431/2185] podman-2:2.1.0-0.248.dev.gitfc70360 - autobuilt fc70360 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cf4d712..8c94fba 100644 --- a/.gitignore +++ b/.gitignore @@ -1320,3 +1320,4 @@ /podman-e1b4729.tar.gz /podman-3d33923.tar.gz /podman-aadf96a.tar.gz +/podman-fc70360.tar.gz diff --git a/podman.spec b/podman.spec index 702a4b5..b34c2f8 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 aadf96a742dc6bc8f65f79587642714a87342655 +%global commit0 fc70360a3b9c23a7694ac1b00b3a9ccffb032048 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.247.dev.git%{shortcommit0}%{?dist} +Release: 0.248.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Sep 10 17:12:19 UTC 2020 RH Container Bot - 2:2.1.0-0.248.dev.gitfc70360 +- autobuilt fc70360 + * Thu Sep 10 16:12:13 UTC 2020 RH Container Bot - 2:2.1.0-0.247.dev.gitaadf96a - autobuilt aadf96a diff --git a/sources b/sources index 66eebe2..4834610 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-aadf96a.tar.gz) = e4f02c7327433c15bb55a1e89f59c6d054f18faec7149ae76195f459c1d89450057b1ef9f3178b88e3abfa2fa1baf87fe14cdcf3d77e72e7a1db1301174a423e +SHA512 (podman-fc70360.tar.gz) = 4d9dee3fd015d182918c3a7a6554a632e9e476221240582832c49cfa918a25ab115b40d4655b722d6aee29d5d2e1f1f40b94045d002a0b7bfd50c4a25964732a From 03654d9b5ca8a30f1116c9f1e8fb6f7b88ed665f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 10 Sep 2020 18:13:00 +0000 Subject: [PATCH 1432/2185] podman-2:2.1.0-0.249.dev.git89a3483 - autobuilt 89a3483 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8c94fba..465dbe4 100644 --- a/.gitignore +++ b/.gitignore @@ -1321,3 +1321,4 @@ /podman-3d33923.tar.gz /podman-aadf96a.tar.gz /podman-fc70360.tar.gz +/podman-89a3483.tar.gz diff --git a/podman.spec b/podman.spec index b34c2f8..c0d2bab 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 fc70360a3b9c23a7694ac1b00b3a9ccffb032048 +%global commit0 89a348346df1f87a4cf8bc90c7f047f8ac6a074f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.248.dev.git%{shortcommit0}%{?dist} +Release: 0.249.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Sep 10 18:12:42 UTC 2020 RH Container Bot - 2:2.1.0-0.249.dev.git89a3483 +- autobuilt 89a3483 + * Thu Sep 10 17:12:19 UTC 2020 RH Container Bot - 2:2.1.0-0.248.dev.gitfc70360 - autobuilt fc70360 diff --git a/sources b/sources index 4834610..282b3b6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-fc70360.tar.gz) = 4d9dee3fd015d182918c3a7a6554a632e9e476221240582832c49cfa918a25ab115b40d4655b722d6aee29d5d2e1f1f40b94045d002a0b7bfd50c4a25964732a +SHA512 (podman-89a3483.tar.gz) = 391eadbb892f4e0da00a9987b01270f9948f25c2245f16db33e6caf747642181d03880e3ee9fa39d179922acebfb334230c9e710b8b5997429ac4cc8400d3076 From 408f17157bdb7e408c694d3faaf11db83c56e054 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 10 Sep 2020 20:12:54 +0000 Subject: [PATCH 1433/2185] podman-2:2.1.0-0.250.dev.git96bc5eb - autobuilt 96bc5eb Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 465dbe4..c8bfa55 100644 --- a/.gitignore +++ b/.gitignore @@ -1322,3 +1322,4 @@ /podman-aadf96a.tar.gz /podman-fc70360.tar.gz /podman-89a3483.tar.gz +/podman-96bc5eb.tar.gz diff --git a/podman.spec b/podman.spec index c0d2bab..620c0d7 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 89a348346df1f87a4cf8bc90c7f047f8ac6a074f +%global commit0 96bc5eb4b77d00f59a342b7af1f6f3ecd35772a5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.249.dev.git%{shortcommit0}%{?dist} +Release: 0.250.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Sep 10 20:12:36 UTC 2020 RH Container Bot - 2:2.1.0-0.250.dev.git96bc5eb +- autobuilt 96bc5eb + * Thu Sep 10 18:12:42 UTC 2020 RH Container Bot - 2:2.1.0-0.249.dev.git89a3483 - autobuilt 89a3483 diff --git a/sources b/sources index 282b3b6..0b28e49 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-89a3483.tar.gz) = 391eadbb892f4e0da00a9987b01270f9948f25c2245f16db33e6caf747642181d03880e3ee9fa39d179922acebfb334230c9e710b8b5997429ac4cc8400d3076 +SHA512 (podman-96bc5eb.tar.gz) = d355053f830df93b99653122feb432f3e9bd0d9e967c7c6b86238394360868387c38a2921fdaadfa6aaa47e558bad95545b0df1d1dadf2c74d458615cca53c22 From 1fcfdd664313585a8cfbfc1859c7e4c65520c061 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 10 Sep 2020 21:12:55 +0000 Subject: [PATCH 1434/2185] podman-2:2.1.0-0.251.dev.git861451a - autobuilt 861451a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c8bfa55..b68d5bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1323,3 +1323,4 @@ /podman-fc70360.tar.gz /podman-89a3483.tar.gz /podman-96bc5eb.tar.gz +/podman-861451a.tar.gz diff --git a/podman.spec b/podman.spec index 620c0d7..2553962 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 96bc5eb4b77d00f59a342b7af1f6f3ecd35772a5 +%global commit0 861451a46285ddfe0c8b584ab75fab803d9b05d0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.250.dev.git%{shortcommit0}%{?dist} +Release: 0.251.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Sep 10 21:12:38 UTC 2020 RH Container Bot - 2:2.1.0-0.251.dev.git861451a +- autobuilt 861451a + * Thu Sep 10 20:12:36 UTC 2020 RH Container Bot - 2:2.1.0-0.250.dev.git96bc5eb - autobuilt 96bc5eb diff --git a/sources b/sources index 0b28e49..c51b9d1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-96bc5eb.tar.gz) = d355053f830df93b99653122feb432f3e9bd0d9e967c7c6b86238394360868387c38a2921fdaadfa6aaa47e558bad95545b0df1d1dadf2c74d458615cca53c22 +SHA512 (podman-861451a.tar.gz) = 62a9971fca74590ecfa35f86bc14de865b77b9b88ed28141b64ee63c064af37276c91a77895853de8c6afbe3428d22a3d39b737d7bbe0af6bdd087248725c7ab From 7e014f50ff163330641f296eab585f59b545d3e9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 10 Sep 2020 23:13:23 +0000 Subject: [PATCH 1435/2185] podman-2:2.1.0-0.252.dev.git10ba232 - autobuilt 10ba232 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b68d5bb..510e5aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1324,3 +1324,4 @@ /podman-89a3483.tar.gz /podman-96bc5eb.tar.gz /podman-861451a.tar.gz +/podman-10ba232.tar.gz diff --git a/podman.spec b/podman.spec index 2553962..8c1a019 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 861451a46285ddfe0c8b584ab75fab803d9b05d0 +%global commit0 10ba232b34fd016ffd72fcebe035d9d6dc91d174 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.251.dev.git%{shortcommit0}%{?dist} +Release: 0.252.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Sep 10 23:13:06 UTC 2020 RH Container Bot - 2:2.1.0-0.252.dev.git10ba232 +- autobuilt 10ba232 + * Thu Sep 10 21:12:38 UTC 2020 RH Container Bot - 2:2.1.0-0.251.dev.git861451a - autobuilt 861451a diff --git a/sources b/sources index c51b9d1..c366268 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-861451a.tar.gz) = 62a9971fca74590ecfa35f86bc14de865b77b9b88ed28141b64ee63c064af37276c91a77895853de8c6afbe3428d22a3d39b737d7bbe0af6bdd087248725c7ab +SHA512 (podman-10ba232.tar.gz) = c5d3a155a08b6c8229fc8d499b45c540f2427daeb43cd92a4a6a2144dfe744e5a6101e0c1dcf00b85b5817f2ba7e264c872641aeff2658cd6b807a199fec6d42 From 92ebf8644068f9e7b24ba8042f87e4c0695ef4c8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 11 Sep 2020 10:12:43 +0000 Subject: [PATCH 1436/2185] podman-2:2.1.0-0.253.dev.git397de44 - autobuilt 397de44 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 510e5aa..c85f9e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1325,3 +1325,4 @@ /podman-96bc5eb.tar.gz /podman-861451a.tar.gz /podman-10ba232.tar.gz +/podman-397de44.tar.gz diff --git a/podman.spec b/podman.spec index 8c1a019..e314d6e 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 10ba232b34fd016ffd72fcebe035d9d6dc91d174 +%global commit0 397de44d487e25b5820777fcbab9728cf2af5e14 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.252.dev.git%{shortcommit0}%{?dist} +Release: 0.253.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Sep 11 10:12:27 UTC 2020 RH Container Bot - 2:2.1.0-0.253.dev.git397de44 +- autobuilt 397de44 + * Thu Sep 10 23:13:06 UTC 2020 RH Container Bot - 2:2.1.0-0.252.dev.git10ba232 - autobuilt 10ba232 diff --git a/sources b/sources index c366268..1730fa3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-10ba232.tar.gz) = c5d3a155a08b6c8229fc8d499b45c540f2427daeb43cd92a4a6a2144dfe744e5a6101e0c1dcf00b85b5817f2ba7e264c872641aeff2658cd6b807a199fec6d42 +SHA512 (podman-397de44.tar.gz) = d050a327fd500f0be6495831c198a66f9318495f21a02085c4e94da370cfc46d76f31bcdd3f646e230aaf2bdf933245b1fe5eb7067ad0f4eaa73752c4c46d508 From c1ea1c8c1fab232b99afb494a4cf5f063611e7d9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 11 Sep 2020 14:12:49 +0000 Subject: [PATCH 1437/2185] podman-2:2.1.0-0.254.dev.git37658c0 - autobuilt 37658c0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c85f9e8..6ca62af 100644 --- a/.gitignore +++ b/.gitignore @@ -1326,3 +1326,4 @@ /podman-861451a.tar.gz /podman-10ba232.tar.gz /podman-397de44.tar.gz +/podman-37658c0.tar.gz diff --git a/podman.spec b/podman.spec index e314d6e..41bca2f 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 397de44d487e25b5820777fcbab9728cf2af5e14 +%global commit0 37658c097654096cf64ea518a43312007b4741d4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.253.dev.git%{shortcommit0}%{?dist} +Release: 0.254.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Sep 11 14:12:33 UTC 2020 RH Container Bot - 2:2.1.0-0.254.dev.git37658c0 +- autobuilt 37658c0 + * Fri Sep 11 10:12:27 UTC 2020 RH Container Bot - 2:2.1.0-0.253.dev.git397de44 - autobuilt 397de44 diff --git a/sources b/sources index 1730fa3..32526de 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-397de44.tar.gz) = d050a327fd500f0be6495831c198a66f9318495f21a02085c4e94da370cfc46d76f31bcdd3f646e230aaf2bdf933245b1fe5eb7067ad0f4eaa73752c4c46d508 +SHA512 (podman-37658c0.tar.gz) = b17174123e290e47bee3df0840190e0960b210d64741078cd3a33a45d4163c40cc94a60e1a7001810eff08f1a852a4bb312169fc6e474677d68a39927f39c13d From 7f19e9c40467d9315b87f2b45e3e3c69322a1a1a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 11 Sep 2020 15:13:28 +0000 Subject: [PATCH 1438/2185] podman-2:2.1.0-0.255.dev.git881f2df - autobuilt 881f2df Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6ca62af..ea8be53 100644 --- a/.gitignore +++ b/.gitignore @@ -1327,3 +1327,4 @@ /podman-10ba232.tar.gz /podman-397de44.tar.gz /podman-37658c0.tar.gz +/podman-881f2df.tar.gz diff --git a/podman.spec b/podman.spec index 41bca2f..57d549e 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 37658c097654096cf64ea518a43312007b4741d4 +%global commit0 881f2dfe9221a65b0bcac8682dc3add12bfa6077 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.254.dev.git%{shortcommit0}%{?dist} +Release: 0.255.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Sep 11 15:13:12 UTC 2020 RH Container Bot - 2:2.1.0-0.255.dev.git881f2df +- autobuilt 881f2df + * Fri Sep 11 14:12:33 UTC 2020 RH Container Bot - 2:2.1.0-0.254.dev.git37658c0 - autobuilt 37658c0 diff --git a/sources b/sources index 32526de..1363bbe 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-37658c0.tar.gz) = b17174123e290e47bee3df0840190e0960b210d64741078cd3a33a45d4163c40cc94a60e1a7001810eff08f1a852a4bb312169fc6e474677d68a39927f39c13d +SHA512 (podman-881f2df.tar.gz) = 8b4728c7b7773a7d56fcb0a0e00559c9bacc1ab0523717dce377b697dfac3127f43c27e21362969e139f0c00c4eebcc5cf4c723b579212f6376d96cea317167e From a242574ad64c860b538eca07ed6f2ddbdeda3b5a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 11 Sep 2020 16:12:54 +0000 Subject: [PATCH 1439/2185] podman-2:2.1.0-0.256.dev.git4f04007 - autobuilt 4f04007 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ea8be53..1a3a0ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1328,3 +1328,4 @@ /podman-397de44.tar.gz /podman-37658c0.tar.gz /podman-881f2df.tar.gz +/podman-4f04007.tar.gz diff --git a/podman.spec b/podman.spec index 57d549e..13b2eea 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 881f2dfe9221a65b0bcac8682dc3add12bfa6077 +%global commit0 4f040070b6e9e2213b1fb6daa1502353c90e172d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.255.dev.git%{shortcommit0}%{?dist} +Release: 0.256.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Sep 11 16:12:36 UTC 2020 RH Container Bot - 2:2.1.0-0.256.dev.git4f04007 +- autobuilt 4f04007 + * Fri Sep 11 15:13:12 UTC 2020 RH Container Bot - 2:2.1.0-0.255.dev.git881f2df - autobuilt 881f2df diff --git a/sources b/sources index 1363bbe..c0634f0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-881f2df.tar.gz) = 8b4728c7b7773a7d56fcb0a0e00559c9bacc1ab0523717dce377b697dfac3127f43c27e21362969e139f0c00c4eebcc5cf4c723b579212f6376d96cea317167e +SHA512 (podman-4f04007.tar.gz) = 5132fb85cc87a560f9c6c3e00abd8b1d2ce54ed8f26cf32a3a37ede9bf49d165f31780584b7708a38e0043cbdf90ba02c20e7fdcc189b7a99d43df17ff5427f1 From 32805a9b9cdd0caab9c19d3064b65f4eba403a43 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 11 Sep 2020 20:12:50 +0000 Subject: [PATCH 1440/2185] podman-2:2.1.0-0.257.dev.git834c41d - autobuilt 834c41d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1a3a0ac..df7e80c 100644 --- a/.gitignore +++ b/.gitignore @@ -1329,3 +1329,4 @@ /podman-37658c0.tar.gz /podman-881f2df.tar.gz /podman-4f04007.tar.gz +/podman-834c41d.tar.gz diff --git a/podman.spec b/podman.spec index 13b2eea..bfb2be4 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4f040070b6e9e2213b1fb6daa1502353c90e172d +%global commit0 834c41da7d01acd861cb12912345a61d23ce9079 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.256.dev.git%{shortcommit0}%{?dist} +Release: 0.257.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Sep 11 20:12:33 UTC 2020 RH Container Bot - 2:2.1.0-0.257.dev.git834c41d +- autobuilt 834c41d + * Fri Sep 11 16:12:36 UTC 2020 RH Container Bot - 2:2.1.0-0.256.dev.git4f04007 - autobuilt 4f04007 diff --git a/sources b/sources index c0634f0..4c8b8da 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-4f04007.tar.gz) = 5132fb85cc87a560f9c6c3e00abd8b1d2ce54ed8f26cf32a3a37ede9bf49d165f31780584b7708a38e0043cbdf90ba02c20e7fdcc189b7a99d43df17ff5427f1 +SHA512 (podman-834c41d.tar.gz) = 1a8b38aa2d2eff773a98746f002bb25bb143465ffe74a87ab6fc94c0da6af3d0dec567515e175af873d7952de1f21d55030a81ebb43d96cd134a8d2a54d7684e From 5b59f5f5cde517d04e2e34f8ced88a205bc87bc9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 11 Sep 2020 22:12:29 +0000 Subject: [PATCH 1441/2185] podman-2:2.1.0-0.258.dev.git25fb0c2 - autobuilt 25fb0c2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index df7e80c..418461d 100644 --- a/.gitignore +++ b/.gitignore @@ -1330,3 +1330,4 @@ /podman-881f2df.tar.gz /podman-4f04007.tar.gz /podman-834c41d.tar.gz +/podman-25fb0c2.tar.gz diff --git a/podman.spec b/podman.spec index bfb2be4..ea9c444 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 834c41da7d01acd861cb12912345a61d23ce9079 +%global commit0 25fb0c2b966c193e8c4045e440316850f6f1b889 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.257.dev.git%{shortcommit0}%{?dist} +Release: 0.258.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Sep 11 22:12:14 UTC 2020 RH Container Bot - 2:2.1.0-0.258.dev.git25fb0c2 +- autobuilt 25fb0c2 + * Fri Sep 11 20:12:33 UTC 2020 RH Container Bot - 2:2.1.0-0.257.dev.git834c41d - autobuilt 834c41d diff --git a/sources b/sources index 4c8b8da..b4d63c7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-834c41d.tar.gz) = 1a8b38aa2d2eff773a98746f002bb25bb143465ffe74a87ab6fc94c0da6af3d0dec567515e175af873d7952de1f21d55030a81ebb43d96cd134a8d2a54d7684e +SHA512 (podman-25fb0c2.tar.gz) = 6f3941a38a6d1424ca68990425ff7f1befd27a34c7c6350bd1f59083f35bda1e77afd9a6b35e09227b41eee1f170c56758163aa7dfeec13f175da39fb551a1b6 From ea64a1d17e4dba0247a8a3304e9c5fdc2465244b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 13 Sep 2020 21:12:25 +0000 Subject: [PATCH 1442/2185] podman-2:2.1.0-0.259.dev.git3f5f99b - autobuilt 3f5f99b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 418461d..279ac7d 100644 --- a/.gitignore +++ b/.gitignore @@ -1331,3 +1331,4 @@ /podman-4f04007.tar.gz /podman-834c41d.tar.gz /podman-25fb0c2.tar.gz +/podman-3f5f99b.tar.gz diff --git a/podman.spec b/podman.spec index ea9c444..653e624 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 25fb0c2b966c193e8c4045e440316850f6f1b889 +%global commit0 3f5f99b8839c391f3bc2450ac0c5ddc6960c88b9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.258.dev.git%{shortcommit0}%{?dist} +Release: 0.259.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Sep 13 21:12:11 UTC 2020 RH Container Bot - 2:2.1.0-0.259.dev.git3f5f99b +- autobuilt 3f5f99b + * Fri Sep 11 22:12:14 UTC 2020 RH Container Bot - 2:2.1.0-0.258.dev.git25fb0c2 - autobuilt 25fb0c2 diff --git a/sources b/sources index b4d63c7..3780038 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-25fb0c2.tar.gz) = 6f3941a38a6d1424ca68990425ff7f1befd27a34c7c6350bd1f59083f35bda1e77afd9a6b35e09227b41eee1f170c56758163aa7dfeec13f175da39fb551a1b6 +SHA512 (podman-3f5f99b.tar.gz) = 01d2867c0f45ba964bab3674aac5e300214125b68b1917b8c22efca4eb66cd8bbceb81e2191c7e1c07a8075747a04929e6faa895fc9cc47c7eccd9e58d37937d From 8e23b536a2cac19373ddaae332673b3b4eda0c8f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 14 Sep 2020 08:13:31 +0000 Subject: [PATCH 1443/2185] podman-2:2.1.0-0.260.dev.gitb7a7cf6 - autobuilt b7a7cf6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 279ac7d..cf93e62 100644 --- a/.gitignore +++ b/.gitignore @@ -1332,3 +1332,4 @@ /podman-834c41d.tar.gz /podman-25fb0c2.tar.gz /podman-3f5f99b.tar.gz +/podman-b7a7cf6.tar.gz diff --git a/podman.spec b/podman.spec index 653e624..bb670d4 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 3f5f99b8839c391f3bc2450ac0c5ddc6960c88b9 +%global commit0 b7a7cf65768eef79a185603cc3d1f56ce2053a9e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.259.dev.git%{shortcommit0}%{?dist} +Release: 0.260.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Sep 14 08:13:15 UTC 2020 RH Container Bot - 2:2.1.0-0.260.dev.gitb7a7cf6 +- autobuilt b7a7cf6 + * Sun Sep 13 21:12:11 UTC 2020 RH Container Bot - 2:2.1.0-0.259.dev.git3f5f99b - autobuilt 3f5f99b diff --git a/sources b/sources index 3780038..b8b3846 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-3f5f99b.tar.gz) = 01d2867c0f45ba964bab3674aac5e300214125b68b1917b8c22efca4eb66cd8bbceb81e2191c7e1c07a8075747a04929e6faa895fc9cc47c7eccd9e58d37937d +SHA512 (podman-b7a7cf6.tar.gz) = 1ef0569d0b42c52bfe6e9bdaf34969863a8f2f6d76a555d465c219dea6c36ecbcb1264e5b8403cb14226bf28595f70f0f2d7d7477c7a04ab97064fc2f3af7c45 From 80ac6db3caeae50e5c910018f3392036c633d966 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 14 Sep 2020 09:13:02 +0000 Subject: [PATCH 1444/2185] podman-2:2.1.0-0.261.dev.gitfd7cdb2 - autobuilt fd7cdb2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cf93e62..69a6080 100644 --- a/.gitignore +++ b/.gitignore @@ -1333,3 +1333,4 @@ /podman-25fb0c2.tar.gz /podman-3f5f99b.tar.gz /podman-b7a7cf6.tar.gz +/podman-fd7cdb2.tar.gz diff --git a/podman.spec b/podman.spec index bb670d4..8c7fba7 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b7a7cf65768eef79a185603cc3d1f56ce2053a9e +%global commit0 fd7cdb25027bb33c33eacb99f1a02838eca5d684 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.260.dev.git%{shortcommit0}%{?dist} +Release: 0.261.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Sep 14 09:12:48 UTC 2020 RH Container Bot - 2:2.1.0-0.261.dev.gitfd7cdb2 +- autobuilt fd7cdb2 + * Mon Sep 14 08:13:15 UTC 2020 RH Container Bot - 2:2.1.0-0.260.dev.gitb7a7cf6 - autobuilt b7a7cf6 diff --git a/sources b/sources index b8b3846..887e7df 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-b7a7cf6.tar.gz) = 1ef0569d0b42c52bfe6e9bdaf34969863a8f2f6d76a555d465c219dea6c36ecbcb1264e5b8403cb14226bf28595f70f0f2d7d7477c7a04ab97064fc2f3af7c45 +SHA512 (podman-fd7cdb2.tar.gz) = 6b42c32f99780c1c9360f48fc8089666305161aff95017106a5d081d6541e5843d75a1c21793f4da0b5983e0ba4f53cd2f05ad6cf07ad49e916391b062f0dfda From cf81b0b4b3278b6acc65594655d95d6cc1358286 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 15 Sep 2020 03:12:47 +0000 Subject: [PATCH 1445/2185] podman-2:2.1.0-0.262.dev.git5c47a33 - autobuilt 5c47a33 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 69a6080..09c159d 100644 --- a/.gitignore +++ b/.gitignore @@ -1334,3 +1334,4 @@ /podman-3f5f99b.tar.gz /podman-b7a7cf6.tar.gz /podman-fd7cdb2.tar.gz +/podman-5c47a33.tar.gz diff --git a/podman.spec b/podman.spec index 8c7fba7..cb067c2 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 fd7cdb25027bb33c33eacb99f1a02838eca5d684 +%global commit0 5c47a331ba768d57ef94b9595415500f4e911964 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -44,7 +44,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.0.6 +%define built_tag v2.1.0-rc1 Name: podman %if 0%{?fedora} @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.261.dev.git%{shortcommit0}%{?dist} +Release: 0.262.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Sep 15 03:12:27 UTC 2020 RH Container Bot - 2:2.1.0-0.262.dev.git5c47a33 +- autobuilt 5c47a33 + * Mon Sep 14 09:12:48 UTC 2020 RH Container Bot - 2:2.1.0-0.261.dev.gitfd7cdb2 - autobuilt fd7cdb2 diff --git a/sources b/sources index 887e7df..3107097 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-fd7cdb2.tar.gz) = 6b42c32f99780c1c9360f48fc8089666305161aff95017106a5d081d6541e5843d75a1c21793f4da0b5983e0ba4f53cd2f05ad6cf07ad49e916391b062f0dfda +SHA512 (podman-5c47a33.tar.gz) = cdaa476fedf7691072f288b7498aebba47a36765681e511dbecd6a50b0587b544581b6498ae322d82263b45806ad90cac480dd61fc9f8a80e3a8506f14bfb493 From fdf2d5024db063535fe4834ed7d3fc0f456d5663 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 15 Sep 2020 11:13:22 +0000 Subject: [PATCH 1446/2185] podman-2:2.1.0-0.263.dev.git3f6045c - autobuilt 3f6045c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 09c159d..951eeac 100644 --- a/.gitignore +++ b/.gitignore @@ -1335,3 +1335,4 @@ /podman-b7a7cf6.tar.gz /podman-fd7cdb2.tar.gz /podman-5c47a33.tar.gz +/podman-3f6045c.tar.gz diff --git a/podman.spec b/podman.spec index cb067c2..120fd9f 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 5c47a331ba768d57ef94b9595415500f4e911964 +%global commit0 3f6045ce20f02257bcab7a51bcd884a5321ca7db %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.262.dev.git%{shortcommit0}%{?dist} +Release: 0.263.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Sep 15 11:13:09 UTC 2020 RH Container Bot - 2:2.1.0-0.263.dev.git3f6045c +- autobuilt 3f6045c + * Tue Sep 15 03:12:27 UTC 2020 RH Container Bot - 2:2.1.0-0.262.dev.git5c47a33 - autobuilt 5c47a33 diff --git a/sources b/sources index 3107097..2eaff66 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-5c47a33.tar.gz) = cdaa476fedf7691072f288b7498aebba47a36765681e511dbecd6a50b0587b544581b6498ae322d82263b45806ad90cac480dd61fc9f8a80e3a8506f14bfb493 +SHA512 (podman-3f6045c.tar.gz) = 036e0dfd606ea3fe46c5999b4ce1f16d40273d1db8e41f8d247115c41adefc939b255db0ae3e6cd97c65fe81dd0e320ed4bc05c24f3d384b31a539ab9093c08d From 1acbef83f7d3f7a9e62da8555751cd11423fcc20 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 15 Sep 2020 16:12:57 +0000 Subject: [PATCH 1447/2185] podman-2:2.1.0-0.264.dev.git0be5836 - autobuilt 0be5836 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 951eeac..3ef51cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1336,3 +1336,4 @@ /podman-fd7cdb2.tar.gz /podman-5c47a33.tar.gz /podman-3f6045c.tar.gz +/podman-0be5836.tar.gz diff --git a/podman.spec b/podman.spec index 120fd9f..83e6877 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 3f6045ce20f02257bcab7a51bcd884a5321ca7db +%global commit0 0be5836e49da38b156951639b7e19eaec6a6e593 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.263.dev.git%{shortcommit0}%{?dist} +Release: 0.264.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Sep 15 16:12:40 UTC 2020 RH Container Bot - 2:2.1.0-0.264.dev.git0be5836 +- autobuilt 0be5836 + * Tue Sep 15 11:13:09 UTC 2020 RH Container Bot - 2:2.1.0-0.263.dev.git3f6045c - autobuilt 3f6045c diff --git a/sources b/sources index 2eaff66..b1d252a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-3f6045c.tar.gz) = 036e0dfd606ea3fe46c5999b4ce1f16d40273d1db8e41f8d247115c41adefc939b255db0ae3e6cd97c65fe81dd0e320ed4bc05c24f3d384b31a539ab9093c08d +SHA512 (podman-0be5836.tar.gz) = 0102f032d01aa28dc03c337bd1511a6790932d7bbf19aaf03b5d57287dae89e0202b414bf295cef1f90935dc5f4a14291e042dad1ad975a06f9b65954e28bff5 From c6765fca3f666e3ec34c96dc5083c3aa34adb69e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 15 Sep 2020 18:13:11 +0000 Subject: [PATCH 1448/2185] podman-2:2.1.0-0.265.dev.gitbec96ab - autobuilt bec96ab Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3ef51cf..c7dc7ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1337,3 +1337,4 @@ /podman-5c47a33.tar.gz /podman-3f6045c.tar.gz /podman-0be5836.tar.gz +/podman-bec96ab.tar.gz diff --git a/podman.spec b/podman.spec index 83e6877..d53c6a6 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 0be5836e49da38b156951639b7e19eaec6a6e593 +%global commit0 bec96ab03479c5a799be8581bd32c2777ff23ea7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.264.dev.git%{shortcommit0}%{?dist} +Release: 0.265.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Sep 15 18:12:54 UTC 2020 RH Container Bot - 2:2.1.0-0.265.dev.gitbec96ab +- autobuilt bec96ab + * Tue Sep 15 16:12:40 UTC 2020 RH Container Bot - 2:2.1.0-0.264.dev.git0be5836 - autobuilt 0be5836 diff --git a/sources b/sources index b1d252a..3db7114 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-0be5836.tar.gz) = 0102f032d01aa28dc03c337bd1511a6790932d7bbf19aaf03b5d57287dae89e0202b414bf295cef1f90935dc5f4a14291e042dad1ad975a06f9b65954e28bff5 +SHA512 (podman-bec96ab.tar.gz) = 5bee9a380e7cfaef2f77e1df2acc8136b7cdbd692a874179a8d1c198eb92dc4955302acea1dd50933bc48ecacda48d22306d08f2901cf86651bb4ad66f00a406 From 0e5972eff8f7b928b60ff2107a52df1dedfa6b12 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 15 Sep 2020 21:13:07 +0000 Subject: [PATCH 1449/2185] podman-2:2.1.0-0.266.dev.git2eb3339 - autobuilt 2eb3339 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c7dc7ba..5c9affe 100644 --- a/.gitignore +++ b/.gitignore @@ -1338,3 +1338,4 @@ /podman-3f6045c.tar.gz /podman-0be5836.tar.gz /podman-bec96ab.tar.gz +/podman-2eb3339.tar.gz diff --git a/podman.spec b/podman.spec index d53c6a6..1c4fdb5 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 bec96ab03479c5a799be8581bd32c2777ff23ea7 +%global commit0 2eb3339343482dfa860bd171920ec22fd6a5495d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.265.dev.git%{shortcommit0}%{?dist} +Release: 0.266.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Sep 15 21:12:50 UTC 2020 RH Container Bot - 2:2.1.0-0.266.dev.git2eb3339 +- autobuilt 2eb3339 + * Tue Sep 15 18:12:54 UTC 2020 RH Container Bot - 2:2.1.0-0.265.dev.gitbec96ab - autobuilt bec96ab diff --git a/sources b/sources index 3db7114..45fec3e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-bec96ab.tar.gz) = 5bee9a380e7cfaef2f77e1df2acc8136b7cdbd692a874179a8d1c198eb92dc4955302acea1dd50933bc48ecacda48d22306d08f2901cf86651bb4ad66f00a406 +SHA512 (podman-2eb3339.tar.gz) = 129de87ac9d3611c4b16d37df0b20a83e85679f1856501ee0195053b7a262e9a625a2b41ccb9c68e70b2dcd305b5ccffba45f3b72a3be4654d66d55eb0948a04 From e66563b2b297e516bf3e33b097572a14c2207f21 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 16 Sep 2020 02:12:59 +0000 Subject: [PATCH 1450/2185] podman-2:2.1.0-0.267.dev.git2604919 - autobuilt 2604919 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5c9affe..3fbc971 100644 --- a/.gitignore +++ b/.gitignore @@ -1339,3 +1339,4 @@ /podman-0be5836.tar.gz /podman-bec96ab.tar.gz /podman-2eb3339.tar.gz +/podman-2604919.tar.gz diff --git a/podman.spec b/podman.spec index 1c4fdb5..12e77f9 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 2eb3339343482dfa860bd171920ec22fd6a5495d +%global commit0 26049193e0829c2ac841ff852732ddb4223a01fb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.266.dev.git%{shortcommit0}%{?dist} +Release: 0.267.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 16 02:12:43 UTC 2020 RH Container Bot - 2:2.1.0-0.267.dev.git2604919 +- autobuilt 2604919 + * Tue Sep 15 21:12:50 UTC 2020 RH Container Bot - 2:2.1.0-0.266.dev.git2eb3339 - autobuilt 2eb3339 diff --git a/sources b/sources index 45fec3e..65b9bd2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-2eb3339.tar.gz) = 129de87ac9d3611c4b16d37df0b20a83e85679f1856501ee0195053b7a262e9a625a2b41ccb9c68e70b2dcd305b5ccffba45f3b72a3be4654d66d55eb0948a04 +SHA512 (podman-2604919.tar.gz) = 2b999f369811d630763ba783c10d8843ebec280affcba5169da06e3f2674cfb59430deacaf2a923cba1b26b3fa0b4c53e1a1f977053b3dd4a5494d11473c3712 From 625770dd5ba98d380596294d8c3bd0d1cb3b4887 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 16 Sep 2020 07:12:55 +0000 Subject: [PATCH 1451/2185] podman-2:2.1.0-0.268.dev.gitb9c47fa - autobuilt b9c47fa Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3fbc971..b4b8516 100644 --- a/.gitignore +++ b/.gitignore @@ -1340,3 +1340,4 @@ /podman-bec96ab.tar.gz /podman-2eb3339.tar.gz /podman-2604919.tar.gz +/podman-b9c47fa.tar.gz diff --git a/podman.spec b/podman.spec index 12e77f9..c95811a 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 26049193e0829c2ac841ff852732ddb4223a01fb +%global commit0 b9c47fa40bc503e155a528174974293c6b053ec2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.267.dev.git%{shortcommit0}%{?dist} +Release: 0.268.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 16 07:12:39 UTC 2020 RH Container Bot - 2:2.1.0-0.268.dev.gitb9c47fa +- autobuilt b9c47fa + * Wed Sep 16 02:12:43 UTC 2020 RH Container Bot - 2:2.1.0-0.267.dev.git2604919 - autobuilt 2604919 diff --git a/sources b/sources index 65b9bd2..615d573 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-2604919.tar.gz) = 2b999f369811d630763ba783c10d8843ebec280affcba5169da06e3f2674cfb59430deacaf2a923cba1b26b3fa0b4c53e1a1f977053b3dd4a5494d11473c3712 +SHA512 (podman-b9c47fa.tar.gz) = 8f031e7c415a34fe1e3ea236dcf92ee1e8dfc2648b82adab46d0dabcef74023dacc238e251de8634e592781f5be93fc6643ffb546461d5d67c45b851e6fed017 From 8f23c04b844d72fb8d23bcba4953e624ec5383bb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 16 Sep 2020 09:12:39 +0000 Subject: [PATCH 1452/2185] podman-2:2.1.0-0.269.dev.git0d14d7b - autobuilt 0d14d7b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b4b8516..26b5dcf 100644 --- a/.gitignore +++ b/.gitignore @@ -1341,3 +1341,4 @@ /podman-2eb3339.tar.gz /podman-2604919.tar.gz /podman-b9c47fa.tar.gz +/podman-0d14d7b.tar.gz diff --git a/podman.spec b/podman.spec index c95811a..889b5c3 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b9c47fa40bc503e155a528174974293c6b053ec2 +%global commit0 0d14d7b7152ac7a0856fcbb2bbc0f7238ab182d6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.268.dev.git%{shortcommit0}%{?dist} +Release: 0.269.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 16 09:12:24 UTC 2020 RH Container Bot - 2:2.1.0-0.269.dev.git0d14d7b +- autobuilt 0d14d7b + * Wed Sep 16 07:12:39 UTC 2020 RH Container Bot - 2:2.1.0-0.268.dev.gitb9c47fa - autobuilt b9c47fa diff --git a/sources b/sources index 615d573..113fccc 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-b9c47fa.tar.gz) = 8f031e7c415a34fe1e3ea236dcf92ee1e8dfc2648b82adab46d0dabcef74023dacc238e251de8634e592781f5be93fc6643ffb546461d5d67c45b851e6fed017 +SHA512 (podman-0d14d7b.tar.gz) = cb395a3dc21fabef1d0cabab5f02f6fa16d7751996091325982e5aa159428a164b891a1992a6727192f05414989d9e4465023dcbeb4a524acc5bae24682fff19 From a652594f9e36aa6b7f19568b3147f09fd948da48 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 16 Sep 2020 14:13:56 +0000 Subject: [PATCH 1453/2185] podman-2:2.1.0-0.270.dev.gitacf86ef - autobuilt acf86ef Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 26b5dcf..e5a2447 100644 --- a/.gitignore +++ b/.gitignore @@ -1342,3 +1342,4 @@ /podman-2604919.tar.gz /podman-b9c47fa.tar.gz /podman-0d14d7b.tar.gz +/podman-acf86ef.tar.gz diff --git a/podman.spec b/podman.spec index 889b5c3..71930dc 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 0d14d7b7152ac7a0856fcbb2bbc0f7238ab182d6 +%global commit0 acf86ef5ab9c5307fe0bdc93bf534decaafe38ae %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.269.dev.git%{shortcommit0}%{?dist} +Release: 0.270.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -613,6 +613,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 16 14:13:39 UTC 2020 RH Container Bot - 2:2.1.0-0.270.dev.gitacf86ef +- autobuilt acf86ef + * Wed Sep 16 09:12:24 UTC 2020 RH Container Bot - 2:2.1.0-0.269.dev.git0d14d7b - autobuilt 0d14d7b diff --git a/sources b/sources index 113fccc..758cf22 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (podman-0d14d7b.tar.gz) = cb395a3dc21fabef1d0cabab5f02f6fa16d7751996091325982e5aa159428a164b891a1992a6727192f05414989d9e4465023dcbeb4a524acc5bae24682fff19 +SHA512 (podman-acf86ef.tar.gz) = 04fc537f972457e7d1e906a5cc53c8ef45c716516caac1a8b0b442897d85aa754c83bb9c9378b7bce37362fd2d5d2b2e2baa21b50f09ac4910de5a2ab189f551 From 183901fe0036d48b0c0ad5ce5202ad06b4ce6785 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 16 Sep 2020 10:30:09 -0400 Subject: [PATCH 1454/2185] podman-2:2.1.0-0.271.dev.gitacf86ef - bump dnsname plugin commit and dependency on dnsmasq Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e5a2447..574186b 100644 --- a/.gitignore +++ b/.gitignore @@ -1343,3 +1343,4 @@ /podman-b9c47fa.tar.gz /podman-0d14d7b.tar.gz /podman-acf86ef.tar.gz +/dnsname-8a6a8a4.tar.gz diff --git a/podman.spec b/podman.spec index 71930dc..7894369 100644 --- a/podman.spec +++ b/podman.spec @@ -39,7 +39,7 @@ # https://github.com/containers/dnsname %global import_path_plugins %%{provider}.%{provider_tld}/%{project}/%{repo_plugins} %global git_plugins https://%{import_path_plugins} -%global commit_plugins f5af33dedcfc5e707e5560baa4a72f8d96a968fe +%global commit_plugins 8a6a8a4e1e609aaeb1f57f7e7a1c8523cd373040 %global shortcommit_plugins %(c=%{commit_plugins}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.270.dev.git%{shortcommit0}%{?dist} +Release: 0.271.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -373,6 +373,7 @@ Requires: nmap-ncat Requires: httpd-tools Requires: openssl Requires: socat +Requires: dnsmasq %description tests %{summary} @@ -613,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 16 14:13:39 UTC 2020 Lokesh Mandvekar - 2:2.1.0-0.271.dev.gitacf86ef +- bump dnsname plugin commit and dependency on dnsmasq + * Wed Sep 16 14:13:39 UTC 2020 RH Container Bot - 2:2.1.0-0.270.dev.gitacf86ef - autobuilt acf86ef diff --git a/sources b/sources index 758cf22..1edf421 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc +SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 SHA512 (podman-acf86ef.tar.gz) = 04fc537f972457e7d1e906a5cc53c8ef45c716516caac1a8b0b442897d85aa754c83bb9c9378b7bce37362fd2d5d2b2e2baa21b50f09ac4910de5a2ab189f551 From 7e083ed7643b739a0775e8ddea856a93cccfefcb Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 16 Sep 2020 10:55:30 -0400 Subject: [PATCH 1455/2185] podman-2:2.1.0-0.272.dev.gitacf86ef - fix dependencies for podman-plugins Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 7894369..32a4f7d 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.271.dev.git%{shortcommit0}%{?dist} +Release: 0.272.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -373,7 +373,6 @@ Requires: nmap-ncat Requires: httpd-tools Requires: openssl Requires: socat -Requires: dnsmasq %description tests %{summary} @@ -396,6 +395,7 @@ connections as well. %package plugins Summary: Plugins for %{name} +Requires: dnsmasq %description plugins This plugin sets up the use of dnsmasq on a given CNI network so @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 16 10:55:24 EDT 2020 Lokesh Mandvekar - 2:2.1.0-0.272.dev.gitacf86ef +- fix dependencies for podman-plugins + * Wed Sep 16 14:13:39 UTC 2020 Lokesh Mandvekar - 2:2.1.0-0.271.dev.gitacf86ef - bump dnsname plugin commit and dependency on dnsmasq From 997231ff8f38d0d28bb292d97348202bd80aa173 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 16 Sep 2020 21:12:36 +0000 Subject: [PATCH 1456/2185] podman-2:2.1.0-0.273.dev.git8d7e795 - autobuilt 8d7e795 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 574186b..25b84e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1344,3 +1344,4 @@ /podman-0d14d7b.tar.gz /podman-acf86ef.tar.gz /dnsname-8a6a8a4.tar.gz +/podman-8d7e795.tar.gz diff --git a/podman.spec b/podman.spec index 32a4f7d..18f1498 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 acf86ef5ab9c5307fe0bdc93bf534decaafe38ae +%global commit0 8d7e7954546efb344d677e0c3c86d9d045a3de4f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.272.dev.git%{shortcommit0}%{?dist} +Release: 0.273.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 16 21:12:20 UTC 2020 RH Container Bot - 2:2.1.0-0.273.dev.git8d7e795 +- autobuilt 8d7e795 + * Wed Sep 16 10:55:24 EDT 2020 Lokesh Mandvekar - 2:2.1.0-0.272.dev.gitacf86ef - fix dependencies for podman-plugins diff --git a/sources b/sources index 1edf421..e9a0e4a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-acf86ef.tar.gz) = 04fc537f972457e7d1e906a5cc53c8ef45c716516caac1a8b0b442897d85aa754c83bb9c9378b7bce37362fd2d5d2b2e2baa21b50f09ac4910de5a2ab189f551 +SHA512 (podman-8d7e795.tar.gz) = 6b10e3b4e89baf036cb9b93fd163ed2b35729047b421e05c8220f3a261ce83886cae9c9d7af9be0ef3b1b04fe4b21e09ed5c8b9d88149d5ca4ae780dfbd622c7 From f6a42b050160b05f09f146f8968815f3e1f7f369 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 17 Sep 2020 11:13:02 +0000 Subject: [PATCH 1457/2185] podman-2:2.1.0-0.274.dev.git1a929c7 - autobuilt 1a929c7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 25b84e5..b1c6a54 100644 --- a/.gitignore +++ b/.gitignore @@ -1345,3 +1345,4 @@ /podman-acf86ef.tar.gz /dnsname-8a6a8a4.tar.gz /podman-8d7e795.tar.gz +/podman-1a929c7.tar.gz diff --git a/podman.spec b/podman.spec index 18f1498..4da209e 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 8d7e7954546efb344d677e0c3c86d9d045a3de4f +%global commit0 1a929c723669944e37e92932371154c6310d3251 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.273.dev.git%{shortcommit0}%{?dist} +Release: 0.274.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Sep 17 11:12:49 UTC 2020 RH Container Bot - 2:2.1.0-0.274.dev.git1a929c7 +- autobuilt 1a929c7 + * Wed Sep 16 21:12:20 UTC 2020 RH Container Bot - 2:2.1.0-0.273.dev.git8d7e795 - autobuilt 8d7e795 diff --git a/sources b/sources index e9a0e4a..bfd9b88 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-8d7e795.tar.gz) = 6b10e3b4e89baf036cb9b93fd163ed2b35729047b421e05c8220f3a261ce83886cae9c9d7af9be0ef3b1b04fe4b21e09ed5c8b9d88149d5ca4ae780dfbd622c7 +SHA512 (podman-1a929c7.tar.gz) = 7474417dd3106a4e8ffdba5c625728becf8a62df8e4e1aa3c8cb0ca111f9337a0654e5281af038ef3d1afe209dd7604ae2b4666da4e94a0a98dd01fbd543e8f4 From 0c0c8d6ae44ebcd07ce4e3a64135666292d0860d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 17 Sep 2020 14:12:31 +0000 Subject: [PATCH 1458/2185] podman-2:2.1.0-0.275.dev.git9f745d5 - autobuilt 9f745d5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b1c6a54..cea6508 100644 --- a/.gitignore +++ b/.gitignore @@ -1346,3 +1346,4 @@ /dnsname-8a6a8a4.tar.gz /podman-8d7e795.tar.gz /podman-1a929c7.tar.gz +/podman-9f745d5.tar.gz diff --git a/podman.spec b/podman.spec index 4da209e..7fcbf4c 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 1a929c723669944e37e92932371154c6310d3251 +%global commit0 9f745d591d0270090779455ecb05b42e44342127 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.274.dev.git%{shortcommit0}%{?dist} +Release: 0.275.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Sep 17 14:12:13 UTC 2020 RH Container Bot - 2:2.1.0-0.275.dev.git9f745d5 +- autobuilt 9f745d5 + * Thu Sep 17 11:12:49 UTC 2020 RH Container Bot - 2:2.1.0-0.274.dev.git1a929c7 - autobuilt 1a929c7 diff --git a/sources b/sources index bfd9b88..e3d10e6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-1a929c7.tar.gz) = 7474417dd3106a4e8ffdba5c625728becf8a62df8e4e1aa3c8cb0ca111f9337a0654e5281af038ef3d1afe209dd7604ae2b4666da4e94a0a98dd01fbd543e8f4 +SHA512 (podman-9f745d5.tar.gz) = 8072d18d1f717a61cb24f0c986ebd7e75e0230e3c2f636bd7efb15586e5e7f33957ad48ce7ad4ccf0609e30e52852031ca09aedeb1a883456f0f81ae8edc71dd From 64b64e64f3275a9c996927d20accd21235750a12 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 17 Sep 2020 15:12:40 +0000 Subject: [PATCH 1459/2185] podman-2:2.1.0-0.276.dev.git031ddf9 - autobuilt 031ddf9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cea6508..6dd05ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1347,3 +1347,4 @@ /podman-8d7e795.tar.gz /podman-1a929c7.tar.gz /podman-9f745d5.tar.gz +/podman-031ddf9.tar.gz diff --git a/podman.spec b/podman.spec index 7fcbf4c..8fbe4d1 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9f745d591d0270090779455ecb05b42e44342127 +%global commit0 031ddf9c8476202c6b0c810c6c0f6a7a0040c035 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.275.dev.git%{shortcommit0}%{?dist} +Release: 0.276.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Sep 17 15:12:23 UTC 2020 RH Container Bot - 2:2.1.0-0.276.dev.git031ddf9 +- autobuilt 031ddf9 + * Thu Sep 17 14:12:13 UTC 2020 RH Container Bot - 2:2.1.0-0.275.dev.git9f745d5 - autobuilt 9f745d5 diff --git a/sources b/sources index e3d10e6..ba3f250 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-9f745d5.tar.gz) = 8072d18d1f717a61cb24f0c986ebd7e75e0230e3c2f636bd7efb15586e5e7f33957ad48ce7ad4ccf0609e30e52852031ca09aedeb1a883456f0f81ae8edc71dd +SHA512 (podman-031ddf9.tar.gz) = 6418e68026d8141f7db8110670ececa92951b6126deeee8b445ed673f81c9f59cad760fac604a0074eda5ac520acdb8e02cbf6e1f78f46706caabf1264c3f1f4 From b9bea81e13f46d4b3e5e1b5ef7c59a7172628e4d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 17 Sep 2020 19:12:52 +0000 Subject: [PATCH 1460/2185] podman-2:2.1.0-0.277.dev.gitdc23ef1 - autobuilt dc23ef1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6dd05ad..0dac0da 100644 --- a/.gitignore +++ b/.gitignore @@ -1348,3 +1348,4 @@ /podman-1a929c7.tar.gz /podman-9f745d5.tar.gz /podman-031ddf9.tar.gz +/podman-dc23ef1.tar.gz diff --git a/podman.spec b/podman.spec index 8fbe4d1..92c21d9 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 031ddf9c8476202c6b0c810c6c0f6a7a0040c035 +%global commit0 dc23ef1cbf57458b6c47f3585e3433aaddc58184 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.276.dev.git%{shortcommit0}%{?dist} +Release: 0.277.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Sep 17 19:12:35 UTC 2020 RH Container Bot - 2:2.1.0-0.277.dev.gitdc23ef1 +- autobuilt dc23ef1 + * Thu Sep 17 15:12:23 UTC 2020 RH Container Bot - 2:2.1.0-0.276.dev.git031ddf9 - autobuilt 031ddf9 diff --git a/sources b/sources index ba3f250..cc6b58d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-031ddf9.tar.gz) = 6418e68026d8141f7db8110670ececa92951b6126deeee8b445ed673f81c9f59cad760fac604a0074eda5ac520acdb8e02cbf6e1f78f46706caabf1264c3f1f4 +SHA512 (podman-dc23ef1.tar.gz) = 9e286ed49cec45d66d388fa1195cbb0dc54507b30d6942b89fca35bed6fd789b5bbff4b2b0db4da659f858e3af74047453ec3fb67c2f39201801123d37c1c951 From 351302046fff88ea754c98bb763e78b9192fe3b5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 17 Sep 2020 20:12:28 +0000 Subject: [PATCH 1461/2185] podman-2:2.1.0-0.278.dev.git175d7b1 - autobuilt 175d7b1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0dac0da..6c77ae1 100644 --- a/.gitignore +++ b/.gitignore @@ -1349,3 +1349,4 @@ /podman-9f745d5.tar.gz /podman-031ddf9.tar.gz /podman-dc23ef1.tar.gz +/podman-175d7b1.tar.gz diff --git a/podman.spec b/podman.spec index 92c21d9..7206400 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 dc23ef1cbf57458b6c47f3585e3433aaddc58184 +%global commit0 175d7b19dd15381d13082f896d7ce1594d7bdefa %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.277.dev.git%{shortcommit0}%{?dist} +Release: 0.278.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Sep 17 20:12:13 UTC 2020 RH Container Bot - 2:2.1.0-0.278.dev.git175d7b1 +- autobuilt 175d7b1 + * Thu Sep 17 19:12:35 UTC 2020 RH Container Bot - 2:2.1.0-0.277.dev.gitdc23ef1 - autobuilt dc23ef1 diff --git a/sources b/sources index cc6b58d..ae551e9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-dc23ef1.tar.gz) = 9e286ed49cec45d66d388fa1195cbb0dc54507b30d6942b89fca35bed6fd789b5bbff4b2b0db4da659f858e3af74047453ec3fb67c2f39201801123d37c1c951 +SHA512 (podman-175d7b1.tar.gz) = ec7a733f1b6b5a4c5f667f6c4e368e30f36a20fdf911dc4f9ea051bba43ebb51ca41c3af5b926fd19b8f7c4025f64100b38c906b3e815f9acfefd5b8141a56cf From 386876fb241fe82ec4a4cb5e8fca7fe38772afb6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 17 Sep 2020 21:13:37 +0000 Subject: [PATCH 1462/2185] podman-2:2.1.0-0.279.dev.gitf84f441 - autobuilt f84f441 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6c77ae1..49eb755 100644 --- a/.gitignore +++ b/.gitignore @@ -1350,3 +1350,4 @@ /podman-031ddf9.tar.gz /podman-dc23ef1.tar.gz /podman-175d7b1.tar.gz +/podman-f84f441.tar.gz diff --git a/podman.spec b/podman.spec index 7206400..df72260 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 175d7b19dd15381d13082f896d7ce1594d7bdefa +%global commit0 f84f441bec8d4ad6b6dfce059ca71dbd2b0d9615 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -44,7 +44,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.1.0-rc1 +%define built_tag v2.1.0-rc2 Name: podman %if 0%{?fedora} @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.278.dev.git%{shortcommit0}%{?dist} +Release: 0.279.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Sep 17 21:13:18 UTC 2020 RH Container Bot - 2:2.1.0-0.279.dev.gitf84f441 +- autobuilt f84f441 + * Thu Sep 17 20:12:13 UTC 2020 RH Container Bot - 2:2.1.0-0.278.dev.git175d7b1 - autobuilt 175d7b1 diff --git a/sources b/sources index ae551e9..805b6d7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-175d7b1.tar.gz) = ec7a733f1b6b5a4c5f667f6c4e368e30f36a20fdf911dc4f9ea051bba43ebb51ca41c3af5b926fd19b8f7c4025f64100b38c906b3e815f9acfefd5b8141a56cf +SHA512 (podman-f84f441.tar.gz) = 2ca43490e5617b2c2470762c6a8cec3dc154473c32a1c797dc673ba35350d0de6dee80d3929342eb19ff61d7aac65f33cd1530faebad3839cdc7119c431573ee From 441714464899e20d1bd774e7bf4f5184a4172876 Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Thu, 17 Sep 2020 16:16:13 -0500 Subject: [PATCH 1463/2185] Minor conditional updates to enable building for ELN Signed-off-by: Merlin Mathesius --- podman.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/podman.spec b/podman.spec index df72260..35f8a87 100644 --- a/podman.spec +++ b/podman.spec @@ -3,7 +3,7 @@ %global with_check 0 %global with_unit_test 0 -%if 0%{?fedora} || 0%{?centos} >= 8 +%if 0%{?fedora} || 0%{?centos} >= 8 || 0%{?eln} #### DO NOT REMOVE - NEEDED FOR CENTOS %global with_debug 1 %else @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.279.dev.git%{shortcommit0}%{?dist} +Release: 0.280.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -89,13 +89,13 @@ Requires: conmon >= 2:2.0.16-1 Requires: oci-runtime Requires: %{name}-plugins = %{epoch}:%{version}-%{release} Obsoletes: oci-systemd-hook <= 0.2.0-3 -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?eln} BuildRequires: btrfs-progs-devel BuildRequires: ostree-devel Recommends: fuse-overlayfs >= 0.3-8 Recommends: crun >= 0.14-2 %endif -%if 0%{?fedora} || 0%{?centos} >= 8 +%if 0%{?fedora} || 0%{?centos} >= 8 || 0%{?eln} Recommends: catatonit Recommends: container-selinux Recommends: runc @@ -361,7 +361,7 @@ This package contains unit tests for project providing packages with %{import_path} prefix. %endif -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?eln} %package tests Summary: Tests for %{name} @@ -461,7 +461,7 @@ PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{build install.systemd \ install.completions \ install.docker \ -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?eln} install.remote-nobuild \ %endif @@ -595,7 +595,7 @@ exit 0 %endif #### DO NOT REMOVE - NEEDED FOR CENTOS -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?eln} %files remote %license LICENSE %{_bindir}/%{name}-remote @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Sep 17 2020 Merlin Mathesius - 2:2.1.0-0.280.dev.git1a929c7 +- Minor conditional updates to enable building for ELN + * Thu Sep 17 21:13:18 UTC 2020 RH Container Bot - 2:2.1.0-0.279.dev.gitf84f441 - autobuilt f84f441 From 3ac2454fd21f62f8bad9d724533e7eaa4dc92ce1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 18 Sep 2020 11:12:47 +0000 Subject: [PATCH 1464/2185] podman-2:2.1.0-0.281.dev.git273b954 - autobuilt 273b954 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 49eb755..29ae3d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1351,3 +1351,4 @@ /podman-dc23ef1.tar.gz /podman-175d7b1.tar.gz /podman-f84f441.tar.gz +/podman-273b954.tar.gz diff --git a/podman.spec b/podman.spec index 35f8a87..5ccb5c6 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 f84f441bec8d4ad6b6dfce059ca71dbd2b0d9615 +%global commit0 273b9545bbf457fb48ff005b4f771b91c3f40681 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.280.dev.git%{shortcommit0}%{?dist} +Release: 0.281.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Sep 18 11:12:31 UTC 2020 RH Container Bot - 2:2.1.0-0.281.dev.git273b954 +- autobuilt 273b954 + * Thu Sep 17 2020 Merlin Mathesius - 2:2.1.0-0.280.dev.git1a929c7 - Minor conditional updates to enable building for ELN diff --git a/sources b/sources index 805b6d7..836369c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-f84f441.tar.gz) = 2ca43490e5617b2c2470762c6a8cec3dc154473c32a1c797dc673ba35350d0de6dee80d3929342eb19ff61d7aac65f33cd1530faebad3839cdc7119c431573ee +SHA512 (podman-273b954.tar.gz) = 77e087dae193bd0fa8bd4b611a7191cb533ba0236a7afb4189c6fbacb2c3a884cc584086cb2d280c8095ac95e7096d02b0c3463ba389b287d3e822542b5143be From fae6e37c749435b73948b551aa6c712133485158 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 18 Sep 2020 13:12:49 +0000 Subject: [PATCH 1465/2185] podman-2:2.1.0-0.282.dev.gitfc3daae - autobuilt fc3daae Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 29ae3d0..cfcb4ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1352,3 +1352,4 @@ /podman-175d7b1.tar.gz /podman-f84f441.tar.gz /podman-273b954.tar.gz +/podman-fc3daae.tar.gz diff --git a/podman.spec b/podman.spec index 5ccb5c6..5485ad2 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 273b9545bbf457fb48ff005b4f771b91c3f40681 +%global commit0 fc3daaef83b666b83cdc4578723bbfbe8b6f2b05 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.281.dev.git%{shortcommit0}%{?dist} +Release: 0.282.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Sep 18 13:12:34 UTC 2020 RH Container Bot - 2:2.1.0-0.282.dev.gitfc3daae +- autobuilt fc3daae + * Fri Sep 18 11:12:31 UTC 2020 RH Container Bot - 2:2.1.0-0.281.dev.git273b954 - autobuilt 273b954 diff --git a/sources b/sources index 836369c..1087622 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-273b954.tar.gz) = 77e087dae193bd0fa8bd4b611a7191cb533ba0236a7afb4189c6fbacb2c3a884cc584086cb2d280c8095ac95e7096d02b0c3463ba389b287d3e822542b5143be +SHA512 (podman-fc3daae.tar.gz) = 090a64edd3c7ef25bb8d1a9f6d1d465d0b7cfba96cd951eecef99b6b9d33c4a751c23173280287632b44ec2e1b5ca59b27b1e84577f5d46cf4aa7793724fbdd2 From 63ef39f73030c652b7ad471bd274d8b502d57f64 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 18 Sep 2020 14:12:39 +0000 Subject: [PATCH 1466/2185] podman-2:2.1.0-0.283.dev.git5b7509c - autobuilt 5b7509c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cfcb4ec..e46c8fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1353,3 +1353,4 @@ /podman-f84f441.tar.gz /podman-273b954.tar.gz /podman-fc3daae.tar.gz +/podman-5b7509c.tar.gz diff --git a/podman.spec b/podman.spec index 5485ad2..689cfc1 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 fc3daaef83b666b83cdc4578723bbfbe8b6f2b05 +%global commit0 5b7509c562e040ab8ed17990299c0b6eb52cecee %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.282.dev.git%{shortcommit0}%{?dist} +Release: 0.283.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Sep 18 14:12:24 UTC 2020 RH Container Bot - 2:2.1.0-0.283.dev.git5b7509c +- autobuilt 5b7509c + * Fri Sep 18 13:12:34 UTC 2020 RH Container Bot - 2:2.1.0-0.282.dev.gitfc3daae - autobuilt fc3daae diff --git a/sources b/sources index 1087622..d7da859 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-fc3daae.tar.gz) = 090a64edd3c7ef25bb8d1a9f6d1d465d0b7cfba96cd951eecef99b6b9d33c4a751c23173280287632b44ec2e1b5ca59b27b1e84577f5d46cf4aa7793724fbdd2 +SHA512 (podman-5b7509c.tar.gz) = d7106a7b63b25196801b9a073a7c1feed7519cebd3a038466691c976fc712f1b35284dc316d9cb5ceddf708b73ad985f459d64dd52c6eb9364d4741791eea515 From 98240fa05af4ac20b3f71b8c84aa98011628833c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 19 Sep 2020 11:12:53 +0000 Subject: [PATCH 1467/2185] podman-2:2.1.0-0.284.dev.git8529435 - autobuilt 8529435 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e46c8fc..c4318a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1354,3 +1354,4 @@ /podman-273b954.tar.gz /podman-fc3daae.tar.gz /podman-5b7509c.tar.gz +/podman-8529435.tar.gz diff --git a/podman.spec b/podman.spec index 689cfc1..7102842 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 5b7509c562e040ab8ed17990299c0b6eb52cecee +%global commit0 852943516606f32ccc2406f41bcf3df42d7c622c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.283.dev.git%{shortcommit0}%{?dist} +Release: 0.284.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Sep 19 11:12:37 UTC 2020 RH Container Bot - 2:2.1.0-0.284.dev.git8529435 +- autobuilt 8529435 + * Fri Sep 18 14:12:24 UTC 2020 RH Container Bot - 2:2.1.0-0.283.dev.git5b7509c - autobuilt 5b7509c diff --git a/sources b/sources index d7da859..92d4c8f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-5b7509c.tar.gz) = d7106a7b63b25196801b9a073a7c1feed7519cebd3a038466691c976fc712f1b35284dc316d9cb5ceddf708b73ad985f459d64dd52c6eb9364d4741791eea515 +SHA512 (podman-8529435.tar.gz) = 6afefe1500c33fd2fcbb48b28edf56acb5323574789925fc388d5d30c0e369e8ca7910f8b204ed99e12a5b56dff594c17410a567df2e1abeee5bfebb1618508b From 4423064d01160b97a42f5b5e6bf444fc852cc7f4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 21 Sep 2020 12:12:10 +0000 Subject: [PATCH 1468/2185] podman-2:2.1.0-0.285.dev.gitdd4dc4b - autobuilt dd4dc4b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c4318a1..1a3b52c 100644 --- a/.gitignore +++ b/.gitignore @@ -1355,3 +1355,4 @@ /podman-fc3daae.tar.gz /podman-5b7509c.tar.gz /podman-8529435.tar.gz +/podman-dd4dc4b.tar.gz diff --git a/podman.spec b/podman.spec index 7102842..c062780 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 852943516606f32ccc2406f41bcf3df42d7c622c +%global commit0 dd4dc4b002e79c28cd824c59d8f6537d347868cf %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.284.dev.git%{shortcommit0}%{?dist} +Release: 0.285.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Sep 21 12:11:56 UTC 2020 RH Container Bot - 2:2.1.0-0.285.dev.gitdd4dc4b +- autobuilt dd4dc4b + * Sat Sep 19 11:12:37 UTC 2020 RH Container Bot - 2:2.1.0-0.284.dev.git8529435 - autobuilt 8529435 diff --git a/sources b/sources index 92d4c8f..1a490ca 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-8529435.tar.gz) = 6afefe1500c33fd2fcbb48b28edf56acb5323574789925fc388d5d30c0e369e8ca7910f8b204ed99e12a5b56dff594c17410a567df2e1abeee5bfebb1618508b +SHA512 (podman-dd4dc4b.tar.gz) = 9351c56b742099878e29047b6e2efcd9b995efc8c0862a6bc7903d311a8bb0b0bf607cae4b7858631a66b6ac5cde29517223b06b43cf7aa8e7da7c56342355b5 From fa992e64833a6cf29d99758d464bc2fdc6c33919 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 21 Sep 2020 13:12:55 +0000 Subject: [PATCH 1469/2185] podman-2:2.1.0-0.286.dev.git84c87fc - autobuilt 84c87fc Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1a3b52c..8a6a4a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1356,3 +1356,4 @@ /podman-5b7509c.tar.gz /podman-8529435.tar.gz /podman-dd4dc4b.tar.gz +/podman-84c87fc.tar.gz diff --git a/podman.spec b/podman.spec index c062780..8adb7cd 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 dd4dc4b002e79c28cd824c59d8f6537d347868cf +%global commit0 84c87fc7d3315ffcc44dde2469a613cb9b5c4190 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.285.dev.git%{shortcommit0}%{?dist} +Release: 0.286.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Sep 21 13:12:40 UTC 2020 RH Container Bot - 2:2.1.0-0.286.dev.git84c87fc +- autobuilt 84c87fc + * Mon Sep 21 12:11:56 UTC 2020 RH Container Bot - 2:2.1.0-0.285.dev.gitdd4dc4b - autobuilt dd4dc4b diff --git a/sources b/sources index 1a490ca..5857c87 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-dd4dc4b.tar.gz) = 9351c56b742099878e29047b6e2efcd9b995efc8c0862a6bc7903d311a8bb0b0bf607cae4b7858631a66b6ac5cde29517223b06b43cf7aa8e7da7c56342355b5 +SHA512 (podman-84c87fc.tar.gz) = 956d69cae2a26fa19b0f45c0c3391622f04ef39c17e444e69e48e9748358336781531e05580d2045b6b6cc83d3ac935f27b6eee6241ef1df3462706c8bcb6c0e From ae079ba63b674c5b4499ae56244d55e5a7696f7c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 22 Sep 2020 12:49:25 +0000 Subject: [PATCH 1470/2185] podman-2:2.1.0-0.287.dev.git141688c - autobuilt 141688c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8a6a4a7..d4b0558 100644 --- a/.gitignore +++ b/.gitignore @@ -1357,3 +1357,4 @@ /podman-8529435.tar.gz /podman-dd4dc4b.tar.gz /podman-84c87fc.tar.gz +/podman-141688c.tar.gz diff --git a/podman.spec b/podman.spec index 8adb7cd..f640fdc 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 84c87fc7d3315ffcc44dde2469a613cb9b5c4190 +%global commit0 141688cd6fedc02c2f267020095f0ceae15934f5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.286.dev.git%{shortcommit0}%{?dist} +Release: 0.287.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Sep 22 12:49:10 UTC 2020 RH Container Bot - 2:2.1.0-0.287.dev.git141688c +- autobuilt 141688c + * Mon Sep 21 13:12:40 UTC 2020 RH Container Bot - 2:2.1.0-0.286.dev.git84c87fc - autobuilt 84c87fc diff --git a/sources b/sources index 5857c87..8840b16 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-84c87fc.tar.gz) = 956d69cae2a26fa19b0f45c0c3391622f04ef39c17e444e69e48e9748358336781531e05580d2045b6b6cc83d3ac935f27b6eee6241ef1df3462706c8bcb6c0e +SHA512 (podman-141688c.tar.gz) = 2302c982d331315070a3355f3361123a022057b4ab0a8d10bd0f47063249d20a43120aa806491c2414384d31a9909c85bcd7a40527e057f38bfb734e5e3b5885 From 5961d6a7c1313ec4f01bceb79ddabb053f1598fd Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 22 Sep 2020 08:58:05 -0400 Subject: [PATCH 1471/2185] use older changelog format Signed-off-by: Lokesh Mandvekar --- podman.spec | 402 ++++++++++++++++++++++++++-------------------------- 1 file changed, 201 insertions(+), 201 deletions(-) diff --git a/podman.spec b/podman.spec index f640fdc..0c8a817 100644 --- a/podman.spec +++ b/podman.spec @@ -614,622 +614,622 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog -* Tue Sep 22 12:49:10 UTC 2020 RH Container Bot - 2:2.1.0-0.287.dev.git141688c +* Tue Sep 22 2020 RH Container Bot - 2:2.1.0-0.287.dev.git141688c - autobuilt 141688c -* Mon Sep 21 13:12:40 UTC 2020 RH Container Bot - 2:2.1.0-0.286.dev.git84c87fc +* Mon Sep 21 2020 RH Container Bot - 2:2.1.0-0.286.dev.git84c87fc - autobuilt 84c87fc -* Mon Sep 21 12:11:56 UTC 2020 RH Container Bot - 2:2.1.0-0.285.dev.gitdd4dc4b +* Mon Sep 21 2020 RH Container Bot - 2:2.1.0-0.285.dev.gitdd4dc4b - autobuilt dd4dc4b -* Sat Sep 19 11:12:37 UTC 2020 RH Container Bot - 2:2.1.0-0.284.dev.git8529435 +* Sat Sep 19 2020 RH Container Bot - 2:2.1.0-0.284.dev.git8529435 - autobuilt 8529435 -* Fri Sep 18 14:12:24 UTC 2020 RH Container Bot - 2:2.1.0-0.283.dev.git5b7509c +* Fri Sep 18 2020 RH Container Bot - 2:2.1.0-0.283.dev.git5b7509c - autobuilt 5b7509c -* Fri Sep 18 13:12:34 UTC 2020 RH Container Bot - 2:2.1.0-0.282.dev.gitfc3daae +* Fri Sep 18 2020 RH Container Bot - 2:2.1.0-0.282.dev.gitfc3daae - autobuilt fc3daae -* Fri Sep 18 11:12:31 UTC 2020 RH Container Bot - 2:2.1.0-0.281.dev.git273b954 +* Fri Sep 18 2020 RH Container Bot - 2:2.1.0-0.281.dev.git273b954 - autobuilt 273b954 * Thu Sep 17 2020 Merlin Mathesius - 2:2.1.0-0.280.dev.git1a929c7 - Minor conditional updates to enable building for ELN -* Thu Sep 17 21:13:18 UTC 2020 RH Container Bot - 2:2.1.0-0.279.dev.gitf84f441 +* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.279.dev.gitf84f441 - autobuilt f84f441 -* Thu Sep 17 20:12:13 UTC 2020 RH Container Bot - 2:2.1.0-0.278.dev.git175d7b1 +* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.278.dev.git175d7b1 - autobuilt 175d7b1 -* Thu Sep 17 19:12:35 UTC 2020 RH Container Bot - 2:2.1.0-0.277.dev.gitdc23ef1 +* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.277.dev.gitdc23ef1 - autobuilt dc23ef1 -* Thu Sep 17 15:12:23 UTC 2020 RH Container Bot - 2:2.1.0-0.276.dev.git031ddf9 +* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.276.dev.git031ddf9 - autobuilt 031ddf9 -* Thu Sep 17 14:12:13 UTC 2020 RH Container Bot - 2:2.1.0-0.275.dev.git9f745d5 +* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.275.dev.git9f745d5 - autobuilt 9f745d5 -* Thu Sep 17 11:12:49 UTC 2020 RH Container Bot - 2:2.1.0-0.274.dev.git1a929c7 +* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.274.dev.git1a929c7 - autobuilt 1a929c7 -* Wed Sep 16 21:12:20 UTC 2020 RH Container Bot - 2:2.1.0-0.273.dev.git8d7e795 +* Wed Sep 16 2020 RH Container Bot - 2:2.1.0-0.273.dev.git8d7e795 - autobuilt 8d7e795 * Wed Sep 16 10:55:24 EDT 2020 Lokesh Mandvekar - 2:2.1.0-0.272.dev.gitacf86ef - fix dependencies for podman-plugins -* Wed Sep 16 14:13:39 UTC 2020 Lokesh Mandvekar - 2:2.1.0-0.271.dev.gitacf86ef +* Wed Sep 16 2020 Lokesh Mandvekar - 2:2.1.0-0.271.dev.gitacf86ef - bump dnsname plugin commit and dependency on dnsmasq -* Wed Sep 16 14:13:39 UTC 2020 RH Container Bot - 2:2.1.0-0.270.dev.gitacf86ef +* Wed Sep 16 2020 RH Container Bot - 2:2.1.0-0.270.dev.gitacf86ef - autobuilt acf86ef -* Wed Sep 16 09:12:24 UTC 2020 RH Container Bot - 2:2.1.0-0.269.dev.git0d14d7b +* Wed Sep 16 2020 RH Container Bot - 2:2.1.0-0.269.dev.git0d14d7b - autobuilt 0d14d7b -* Wed Sep 16 07:12:39 UTC 2020 RH Container Bot - 2:2.1.0-0.268.dev.gitb9c47fa +* Wed Sep 16 2020 RH Container Bot - 2:2.1.0-0.268.dev.gitb9c47fa - autobuilt b9c47fa -* Wed Sep 16 02:12:43 UTC 2020 RH Container Bot - 2:2.1.0-0.267.dev.git2604919 +* Wed Sep 16 2020 RH Container Bot - 2:2.1.0-0.267.dev.git2604919 - autobuilt 2604919 -* Tue Sep 15 21:12:50 UTC 2020 RH Container Bot - 2:2.1.0-0.266.dev.git2eb3339 +* Tue Sep 15 2020 RH Container Bot - 2:2.1.0-0.266.dev.git2eb3339 - autobuilt 2eb3339 -* Tue Sep 15 18:12:54 UTC 2020 RH Container Bot - 2:2.1.0-0.265.dev.gitbec96ab +* Tue Sep 15 2020 RH Container Bot - 2:2.1.0-0.265.dev.gitbec96ab - autobuilt bec96ab -* Tue Sep 15 16:12:40 UTC 2020 RH Container Bot - 2:2.1.0-0.264.dev.git0be5836 +* Tue Sep 15 2020 RH Container Bot - 2:2.1.0-0.264.dev.git0be5836 - autobuilt 0be5836 -* Tue Sep 15 11:13:09 UTC 2020 RH Container Bot - 2:2.1.0-0.263.dev.git3f6045c +* Tue Sep 15 2020 RH Container Bot - 2:2.1.0-0.263.dev.git3f6045c - autobuilt 3f6045c -* Tue Sep 15 03:12:27 UTC 2020 RH Container Bot - 2:2.1.0-0.262.dev.git5c47a33 +* Tue Sep 15 2020 RH Container Bot - 2:2.1.0-0.262.dev.git5c47a33 - autobuilt 5c47a33 -* Mon Sep 14 09:12:48 UTC 2020 RH Container Bot - 2:2.1.0-0.261.dev.gitfd7cdb2 +* Mon Sep 14 2020 RH Container Bot - 2:2.1.0-0.261.dev.gitfd7cdb2 - autobuilt fd7cdb2 -* Mon Sep 14 08:13:15 UTC 2020 RH Container Bot - 2:2.1.0-0.260.dev.gitb7a7cf6 +* Mon Sep 14 2020 RH Container Bot - 2:2.1.0-0.260.dev.gitb7a7cf6 - autobuilt b7a7cf6 -* Sun Sep 13 21:12:11 UTC 2020 RH Container Bot - 2:2.1.0-0.259.dev.git3f5f99b +* Sun Sep 13 2020 RH Container Bot - 2:2.1.0-0.259.dev.git3f5f99b - autobuilt 3f5f99b -* Fri Sep 11 22:12:14 UTC 2020 RH Container Bot - 2:2.1.0-0.258.dev.git25fb0c2 +* Fri Sep 11 2020 RH Container Bot - 2:2.1.0-0.258.dev.git25fb0c2 - autobuilt 25fb0c2 -* Fri Sep 11 20:12:33 UTC 2020 RH Container Bot - 2:2.1.0-0.257.dev.git834c41d +* Fri Sep 11 2020 RH Container Bot - 2:2.1.0-0.257.dev.git834c41d - autobuilt 834c41d -* Fri Sep 11 16:12:36 UTC 2020 RH Container Bot - 2:2.1.0-0.256.dev.git4f04007 +* Fri Sep 11 2020 RH Container Bot - 2:2.1.0-0.256.dev.git4f04007 - autobuilt 4f04007 -* Fri Sep 11 15:13:12 UTC 2020 RH Container Bot - 2:2.1.0-0.255.dev.git881f2df +* Fri Sep 11 2020 RH Container Bot - 2:2.1.0-0.255.dev.git881f2df - autobuilt 881f2df -* Fri Sep 11 14:12:33 UTC 2020 RH Container Bot - 2:2.1.0-0.254.dev.git37658c0 +* Fri Sep 11 2020 RH Container Bot - 2:2.1.0-0.254.dev.git37658c0 - autobuilt 37658c0 -* Fri Sep 11 10:12:27 UTC 2020 RH Container Bot - 2:2.1.0-0.253.dev.git397de44 +* Fri Sep 11 2020 RH Container Bot - 2:2.1.0-0.253.dev.git397de44 - autobuilt 397de44 -* Thu Sep 10 23:13:06 UTC 2020 RH Container Bot - 2:2.1.0-0.252.dev.git10ba232 +* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.252.dev.git10ba232 - autobuilt 10ba232 -* Thu Sep 10 21:12:38 UTC 2020 RH Container Bot - 2:2.1.0-0.251.dev.git861451a +* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.251.dev.git861451a - autobuilt 861451a -* Thu Sep 10 20:12:36 UTC 2020 RH Container Bot - 2:2.1.0-0.250.dev.git96bc5eb +* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.250.dev.git96bc5eb - autobuilt 96bc5eb -* Thu Sep 10 18:12:42 UTC 2020 RH Container Bot - 2:2.1.0-0.249.dev.git89a3483 +* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.249.dev.git89a3483 - autobuilt 89a3483 -* Thu Sep 10 17:12:19 UTC 2020 RH Container Bot - 2:2.1.0-0.248.dev.gitfc70360 +* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.248.dev.gitfc70360 - autobuilt fc70360 -* Thu Sep 10 16:12:13 UTC 2020 RH Container Bot - 2:2.1.0-0.247.dev.gitaadf96a +* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.247.dev.gitaadf96a - autobuilt aadf96a -* Thu Sep 10 15:11:49 UTC 2020 RH Container Bot - 2:2.1.0-0.246.dev.git3d33923 +* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.246.dev.git3d33923 - autobuilt 3d33923 -* Wed Sep 9 20:12:11 UTC 2020 RH Container Bot - 2:2.1.0-0.245.dev.gite1b4729 +* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.245.dev.gite1b4729 - autobuilt e1b4729 -* Wed Sep 9 19:12:11 UTC 2020 RH Container Bot - 2:2.1.0-0.244.dev.git08b6020 +* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.244.dev.git08b6020 - autobuilt 08b6020 -* Wed Sep 9 18:12:18 UTC 2020 RH Container Bot - 2:2.1.0-0.243.dev.git68dace0 +* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.243.dev.git68dace0 - autobuilt 68dace0 -* Wed Sep 9 17:12:47 UTC 2020 RH Container Bot - 2:2.1.0-0.242.dev.git9c4c883 +* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.242.dev.git9c4c883 - autobuilt 9c4c883 -* Wed Sep 9 15:12:30 UTC 2020 RH Container Bot - 2:2.1.0-0.241.dev.git5a09fd8 +* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.241.dev.git5a09fd8 - autobuilt 5a09fd8 -* Wed Sep 9 14:12:43 UTC 2020 RH Container Bot - 2:2.1.0-0.240.dev.git1b2b068 +* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.240.dev.git1b2b068 - autobuilt 1b2b068 -* Wed Sep 9 11:13:10 UTC 2020 RH Container Bot - 2:2.1.0-0.239.dev.git6b1a1fc +* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.239.dev.git6b1a1fc - autobuilt 6b1a1fc -* Tue Sep 8 22:12:18 UTC 2020 RH Container Bot - 2:2.1.0-0.238.dev.git814784c +* Tue Sep 8 2020 RH Container Bot - 2:2.1.0-0.238.dev.git814784c - autobuilt 814784c -* Tue Sep 8 21:12:38 UTC 2020 RH Container Bot - 2:2.1.0-0.237.dev.gite180de8 +* Tue Sep 8 2020 RH Container Bot - 2:2.1.0-0.237.dev.gite180de8 - autobuilt e180de8 -* Tue Sep 8 18:12:59 UTC 2020 RH Container Bot - 2:2.1.0-0.236.dev.git54a61e3 +* Tue Sep 8 2020 RH Container Bot - 2:2.1.0-0.236.dev.git54a61e3 - autobuilt 54a61e3 -* Tue Sep 8 15:12:11 UTC 2020 RH Container Bot - 2:2.1.0-0.235.dev.git11679c2 +* Tue Sep 8 2020 RH Container Bot - 2:2.1.0-0.235.dev.git11679c2 - autobuilt 11679c2 -* Mon Sep 7 14:12:29 UTC 2020 RH Container Bot - 2:2.1.0-0.234.dev.gitbe7778d +* Mon Sep 7 2020 RH Container Bot - 2:2.1.0-0.234.dev.gitbe7778d - autobuilt be7778d -* Mon Sep 7 11:11:58 UTC 2020 RH Container Bot - 2:2.1.0-0.233.dev.git21c6aae +* Mon Sep 7 2020 RH Container Bot - 2:2.1.0-0.233.dev.git21c6aae - autobuilt 21c6aae -* Sun Sep 6 11:13:51 UTC 2020 RH Container Bot - 2:2.1.0-0.232.dev.gitba8d0bb +* Sun Sep 6 2020 RH Container Bot - 2:2.1.0-0.232.dev.gitba8d0bb - autobuilt ba8d0bb -* Sat Sep 5 11:12:52 UTC 2020 RH Container Bot - 2:2.1.0-0.231.dev.gitf1323a9 +* Sat Sep 5 2020 RH Container Bot - 2:2.1.0-0.231.dev.gitf1323a9 - autobuilt f1323a9 -* Wed Sep 2 18:11:11 UTC 2020 RH Container Bot - 2:2.1.0-0.230.dev.gitfa487a6 +* Wed Sep 2 2020 RH Container Bot - 2:2.1.0-0.230.dev.gitfa487a6 - autobuilt fa487a6 -* Wed Sep 2 17:11:08 UTC 2020 RH Container Bot - 2:2.1.0-0.229.dev.git37791d7 +* Wed Sep 2 2020 RH Container Bot - 2:2.1.0-0.229.dev.git37791d7 - autobuilt 37791d7 -* Wed Sep 2 11:11:40 UTC 2020 RH Container Bot - 2:2.1.0-0.228.dev.git1184cdf +* Wed Sep 2 2020 RH Container Bot - 2:2.1.0-0.228.dev.git1184cdf - autobuilt 1184cdf -* Tue Sep 1 11:11:54 UTC 2020 RH Container Bot - 2:2.1.0-0.227.dev.gita867b16 +* Tue Sep 1 2020 RH Container Bot - 2:2.1.0-0.227.dev.gita867b16 - autobuilt a867b16 -* Tue Sep 1 10:12:36 UTC 2020 RH Container Bot - 2:2.1.0-0.226.dev.git557cf94 +* Tue Sep 1 2020 RH Container Bot - 2:2.1.0-0.226.dev.git557cf94 - autobuilt 557cf94 -* Mon Aug 31 23:11:43 UTC 2020 RH Container Bot - 2:2.1.0-0.225.dev.git138132e +* Mon Aug 31 2020 RH Container Bot - 2:2.1.0-0.225.dev.git138132e - autobuilt 138132e -* Mon Aug 31 18:11:49 UTC 2020 RH Container Bot - 2:2.1.0-0.224.dev.git0c076db +* Mon Aug 31 2020 RH Container Bot - 2:2.1.0-0.224.dev.git0c076db - autobuilt 0c076db * Mon Aug 31 2020 Lokesh Mandvekar - 2:2.1.0-0.223.dev.git575b3a3 - bump -* Sat Aug 29 09:11:18 UTC 2020 RH Container Bot - 2:2.1.0-0.222.dev.git575b3a3 +* Sat Aug 29 2020 RH Container Bot - 2:2.1.0-0.222.dev.git575b3a3 - autobuilt 575b3a3 -* Fri Aug 28 20:11:41 UTC 2020 RH Container Bot - 2:2.1.0-0.221.dev.git4e3ea01 +* Fri Aug 28 2020 RH Container Bot - 2:2.1.0-0.221.dev.git4e3ea01 - autobuilt 4e3ea01 -* Fri Aug 28 19:10:56 UTC 2020 RH Container Bot - 2:2.1.0-0.220.dev.git1f9b854 +* Fri Aug 28 2020 RH Container Bot - 2:2.1.0-0.220.dev.git1f9b854 - autobuilt 1f9b854 -* Fri Aug 28 16:12:00 UTC 2020 RH Container Bot - 2:2.1.0-0.219.dev.git522a32f +* Fri Aug 28 2020 RH Container Bot - 2:2.1.0-0.219.dev.git522a32f - autobuilt 522a32f -* Fri Aug 28 14:12:11 UTC 2020 RH Container Bot - 2:2.1.0-0.218.dev.git0640cc7 +* Fri Aug 28 2020 RH Container Bot - 2:2.1.0-0.218.dev.git0640cc7 - autobuilt 0640cc7 -* Fri Aug 28 13:11:21 UTC 2020 RH Container Bot - 2:2.1.0-0.217.dev.gitb1d6ea2 +* Fri Aug 28 2020 RH Container Bot - 2:2.1.0-0.217.dev.gitb1d6ea2 - autobuilt b1d6ea2 -* Fri Aug 28 10:12:37 UTC 2020 RH Container Bot - 2:2.1.0-0.216.dev.git061c93f +* Fri Aug 28 2020 RH Container Bot - 2:2.1.0-0.216.dev.git061c93f - autobuilt 061c93f -* Thu Aug 27 19:12:00 UTC 2020 RH Container Bot - 2:2.1.0-0.215.dev.git72c5b35 +* Thu Aug 27 2020 RH Container Bot - 2:2.1.0-0.215.dev.git72c5b35 - autobuilt 72c5b35 -* Thu Aug 27 13:11:50 UTC 2020 RH Container Bot - 2:2.1.0-0.214.dev.git7d3cadc +* Thu Aug 27 2020 RH Container Bot - 2:2.1.0-0.214.dev.git7d3cadc - autobuilt 7d3cadc -* Thu Aug 27 10:11:39 UTC 2020 RH Container Bot - 2:2.1.0-0.213.dev.gitd6b0377 +* Thu Aug 27 2020 RH Container Bot - 2:2.1.0-0.213.dev.gitd6b0377 - autobuilt d6b0377 -* Wed Aug 26 17:11:57 UTC 2020 RH Container Bot - 2:2.1.0-0.212.dev.gitf99954c +* Wed Aug 26 2020 RH Container Bot - 2:2.1.0-0.212.dev.gitf99954c - autobuilt f99954c -* Wed Aug 26 14:12:35 UTC 2020 RH Container Bot - 2:2.1.0-0.211.dev.git3a9d524 +* Wed Aug 26 2020 RH Container Bot - 2:2.1.0-0.211.dev.git3a9d524 - autobuilt 3a9d524 -* Tue Aug 25 18:11:32 UTC 2020 RH Container Bot - 2:2.1.0-0.210.dev.git6a06944 +* Tue Aug 25 2020 RH Container Bot - 2:2.1.0-0.210.dev.git6a06944 - autobuilt 6a06944 -* Mon Aug 24 14:10:44 UTC 2020 RH Container Bot - 2:2.1.0-0.209.dev.git8fdc116 +* Mon Aug 24 2020 RH Container Bot - 2:2.1.0-0.209.dev.git8fdc116 - autobuilt 8fdc116 -* Mon Aug 24 09:10:50 UTC 2020 RH Container Bot - 2:2.1.0-0.208.dev.git2c567dc +* Mon Aug 24 2020 RH Container Bot - 2:2.1.0-0.208.dev.git2c567dc - autobuilt 2c567dc -* Sun Aug 23 22:10:38 UTC 2020 RH Container Bot - 2:2.1.0-0.207.dev.gite535f61 +* Sun Aug 23 2020 RH Container Bot - 2:2.1.0-0.207.dev.gite535f61 - autobuilt e535f61 -* Sun Aug 23 11:10:27 UTC 2020 RH Container Bot - 2:2.1.0-0.206.dev.git80d2c01 +* Sun Aug 23 2020 RH Container Bot - 2:2.1.0-0.206.dev.git80d2c01 - autobuilt 80d2c01 -* Fri Aug 21 17:10:37 UTC 2020 RH Container Bot - 2:2.1.0-0.205.dev.git4828455 +* Fri Aug 21 2020 RH Container Bot - 2:2.1.0-0.205.dev.git4828455 - autobuilt 4828455 -* Fri Aug 21 14:11:21 UTC 2020 RH Container Bot - 2:2.1.0-0.204.dev.gita8619bb +* Fri Aug 21 2020 RH Container Bot - 2:2.1.0-0.204.dev.gita8619bb - autobuilt a8619bb -* Thu Aug 20 19:10:33 UTC 2020 RH Container Bot - 2:2.1.0-0.203.dev.git516196f +* Thu Aug 20 2020 RH Container Bot - 2:2.1.0-0.203.dev.git516196f - autobuilt 516196f -* Thu Aug 20 11:12:02 GMT 2020 RH Container Bot - 2:2.1.0-0.202.dev.git7ccd821 +* Thu Aug 20 2020 RH Container Bot - 2:2.1.0-0.202.dev.git7ccd821 - autobuilt 7ccd821 -* Thu Aug 20 10:11:29 GMT 2020 RH Container Bot - 2:2.1.0-0.201.dev.git7865db5 +* Thu Aug 20 2020 RH Container Bot - 2:2.1.0-0.201.dev.git7865db5 - autobuilt 7865db5 -* Wed Aug 19 21:10:52 GMT 2020 RH Container Bot - 2:2.1.0-0.200.dev.git42690ff +* Wed Aug 19 2020 RH Container Bot - 2:2.1.0-0.200.dev.git42690ff - autobuilt 42690ff -* Wed Aug 19 20:10:52 GMT 2020 RH Container Bot - 2:2.1.0-0.199.dev.gitdcdb647 +* Wed Aug 19 2020 RH Container Bot - 2:2.1.0-0.199.dev.gitdcdb647 - autobuilt dcdb647 -* Wed Aug 19 19:11:46 GMT 2020 RH Container Bot - 2:2.1.0-0.198.dev.git9babd21 +* Wed Aug 19 2020 RH Container Bot - 2:2.1.0-0.198.dev.git9babd21 - autobuilt 9babd21 -* Wed Aug 19 14:12:27 GMT 2020 RH Container Bot - 2:2.1.0-0.197.dev.gitdd4e0da +* Wed Aug 19 2020 RH Container Bot - 2:2.1.0-0.197.dev.gitdd4e0da - autobuilt dd4e0da -* Wed Aug 19 10:11:41 GMT 2020 RH Container Bot - 2:2.1.0-0.196.dev.git7e2a1b3 +* Wed Aug 19 2020 RH Container Bot - 2:2.1.0-0.196.dev.git7e2a1b3 - autobuilt 7e2a1b3 -* Tue Aug 18 23:11:18 GMT 2020 RH Container Bot - 2:2.1.0-0.195.dev.git9d096c1 +* Tue Aug 18 2020 RH Container Bot - 2:2.1.0-0.195.dev.git9d096c1 - autobuilt 9d096c1 -* Tue Aug 18 19:11:15 GMT 2020 RH Container Bot - 2:2.1.0-0.194.dev.gitff1f81b +* Tue Aug 18 2020 RH Container Bot - 2:2.1.0-0.194.dev.gitff1f81b - autobuilt ff1f81b -* Tue Aug 18 15:14:41 GMT 2020 RH Container Bot - 2:2.1.0-0.193.dev.git748e882 +* Tue Aug 18 2020 RH Container Bot - 2:2.1.0-0.193.dev.git748e882 - autobuilt 748e882 -* Tue Aug 18 12:13:11 GMT 2020 RH Container Bot - 2:2.1.0-0.192.dev.git49d6468 +* Tue Aug 18 2020 RH Container Bot - 2:2.1.0-0.192.dev.git49d6468 - autobuilt 49d6468 -* Mon Aug 17 19:10:56 GMT 2020 RH Container Bot - 2:2.1.0-0.191.dev.git8caed30 +* Mon Aug 17 2020 RH Container Bot - 2:2.1.0-0.191.dev.git8caed30 - autobuilt 8caed30 -* Mon Aug 17 11:10:56 GMT 2020 RH Container Bot - 2:2.1.0-0.190.dev.git47108e2 +* Mon Aug 17 2020 RH Container Bot - 2:2.1.0-0.190.dev.git47108e2 - autobuilt 47108e2 -* Mon Aug 17 07:10:44 GMT 2020 RH Container Bot - 2:2.1.0-0.189.dev.gitfff66f1 +* Mon Aug 17 2020 RH Container Bot - 2:2.1.0-0.189.dev.gitfff66f1 - autobuilt fff66f1 -* Sun Aug 16 12:10:53 GMT 2020 RH Container Bot - 2:2.1.0-0.188.dev.git96fb5dc +* Sun Aug 16 2020 RH Container Bot - 2:2.1.0-0.188.dev.git96fb5dc - autobuilt 96fb5dc -* Sat Aug 15 11:10:04 GMT 2020 RH Container Bot - 2:2.1.0-0.187.dev.gitca4423e +* Sat Aug 15 2020 RH Container Bot - 2:2.1.0-0.187.dev.gitca4423e - autobuilt ca4423e -* Thu Aug 13 21:09:58 GMT 2020 RH Container Bot - 2:2.1.0-0.186.dev.git81499a5 +* Thu Aug 13 2020 RH Container Bot - 2:2.1.0-0.186.dev.git81499a5 - autobuilt 81499a5 -* Thu Aug 13 20:09:55 GMT 2020 RH Container Bot - 2:2.1.0-0.185.dev.git9ede14e +* Thu Aug 13 2020 RH Container Bot - 2:2.1.0-0.185.dev.git9ede14e - autobuilt 9ede14e -* Thu Aug 13 11:11:22 GMT 2020 RH Container Bot - 2:2.1.0-0.184.dev.git90831df +* Thu Aug 13 2020 RH Container Bot - 2:2.1.0-0.184.dev.git90831df - autobuilt 90831df -* Wed Aug 12 22:10:05 GMT 2020 RH Container Bot - 2:2.1.0-0.183.dev.gitd777a7b +* Wed Aug 12 2020 RH Container Bot - 2:2.1.0-0.183.dev.gitd777a7b - autobuilt d777a7b -* Wed Aug 12 18:11:09 GMT 2020 RH Container Bot - 2:2.1.0-0.182.dev.git4ef4f52 +* Wed Aug 12 2020 RH Container Bot - 2:2.1.0-0.182.dev.git4ef4f52 - autobuilt 4ef4f52 -* Wed Aug 12 17:10:06 GMT 2020 RH Container Bot - 2:2.1.0-0.181.dev.git8e4842a +* Wed Aug 12 2020 RH Container Bot - 2:2.1.0-0.181.dev.git8e4842a - autobuilt 8e4842a -* Wed Aug 12 15:10:38 GMT 2020 RH Container Bot - 2:2.1.0-0.180.dev.gitac96112 +* Wed Aug 12 2020 RH Container Bot - 2:2.1.0-0.180.dev.gitac96112 - autobuilt ac96112 -* Tue Aug 11 21:10:59 GMT 2020 RH Container Bot - 2:2.1.0-0.179.dev.git8eaacec +* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.179.dev.git8eaacec - autobuilt 8eaacec -* Tue Aug 11 19:10:50 GMT 2020 RH Container Bot - 2:2.1.0-0.178.dev.git43f2771 +* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.178.dev.git43f2771 - autobuilt 43f2771 -* Tue Aug 11 18:11:25 GMT 2020 RH Container Bot - 2:2.1.0-0.177.dev.gitaa66c06 +* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.177.dev.gitaa66c06 - autobuilt aa66c06 -* Tue Aug 11 12:10:46 GMT 2020 RH Container Bot - 2:2.1.0-0.176.dev.git6d3075a +* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.176.dev.git6d3075a - autobuilt 6d3075a -* Tue Aug 11 11:11:02 GMT 2020 RH Container Bot - 2:2.1.0-0.175.dev.git68c67d2 +* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.175.dev.git68c67d2 - autobuilt 68c67d2 -* Tue Aug 11 08:41:21 GMT 2020 RH Container Bot - 2:2.1.0-0.174.dev.gita90ae00 +* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.174.dev.gita90ae00 - autobuilt a90ae00 -* Tue Aug 11 08:16:07 GMT 2020 RH Container Bot - 2:2.1.0-0.173.dev.git92b088b +* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.173.dev.git92b088b - autobuilt 92b088b -* Tue Aug 11 00:10:40 GMT 2020 RH Container Bot - 2:2.1.0-0.172.dev.gitdf0ad51 +* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.172.dev.gitdf0ad51 - autobuilt df0ad51 -* Mon Aug 10 21:11:03 GMT 2020 RH Container Bot - 2:2.1.0-0.171.dev.git75d2fe6 +* Mon Aug 10 2020 RH Container Bot - 2:2.1.0-0.171.dev.git75d2fe6 - autobuilt 75d2fe6 -* Mon Aug 10 17:10:44 GMT 2020 RH Container Bot - 2:2.1.0-0.170.dev.git68fd9aa +* Mon Aug 10 2020 RH Container Bot - 2:2.1.0-0.170.dev.git68fd9aa - autobuilt 68fd9aa -* Mon Aug 10 16:11:01 GMT 2020 RH Container Bot - 2:2.1.0-0.169.dev.git162625f +* Mon Aug 10 2020 RH Container Bot - 2:2.1.0-0.169.dev.git162625f - autobuilt 162625f -* Mon Aug 10 15:11:11 GMT 2020 RH Container Bot - 2:2.1.0-0.168.dev.gitda00482 +* Mon Aug 10 2020 RH Container Bot - 2:2.1.0-0.168.dev.gitda00482 - autobuilt da00482 -* Sun Aug 09 12:10:18 GMT 2020 RH Container Bot - 2:2.1.0-0.167.dev.git95e2e15 +* Sun Aug 09 2020 RH Container Bot - 2:2.1.0-0.167.dev.git95e2e15 - autobuilt 95e2e15 -* Sat Aug 08 12:10:35 GMT 2020 RH Container Bot - 2:2.1.0-0.166.dev.git3173a18 +* Sat Aug 08 2020 RH Container Bot - 2:2.1.0-0.166.dev.git3173a18 - autobuilt 3173a18 -* Sat Aug 08 11:10:34 GMT 2020 RH Container Bot - 2:2.1.0-0.165.dev.git1298161 +* Sat Aug 08 2020 RH Container Bot - 2:2.1.0-0.165.dev.git1298161 - autobuilt 1298161 -* Fri Aug 07 13:10:45 GMT 2020 RH Container Bot - 2:2.1.0-0.164.dev.git51159e7 +* Fri Aug 07 2020 RH Container Bot - 2:2.1.0-0.164.dev.git51159e7 - autobuilt 51159e7 -* Wed Aug 05 22:10:25 GMT 2020 RH Container Bot - 2:2.1.0-0.163.dev.git0d4a269 +* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.163.dev.git0d4a269 - autobuilt 0d4a269 -* Wed Aug 05 21:10:21 GMT 2020 RH Container Bot - 2:2.1.0-0.162.dev.gita948635 +* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.162.dev.gita948635 - autobuilt a948635 -* Wed Aug 05 20:10:17 GMT 2020 RH Container Bot - 2:2.1.0-0.161.dev.gitbae6d5d +* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.161.dev.gitbae6d5d - autobuilt bae6d5d -* Wed Aug 05 13:10:50 GMT 2020 RH Container Bot - 2:2.1.0-0.160.dev.gitd1aaf33 +* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.160.dev.gitd1aaf33 - autobuilt d1aaf33 * Wed Aug 05 2020 Eduardo Santiago - 2:2.1.0-0.159.dev.git7a7c8e9 - add openssl, httpd-tools requirements to podman-tests -* Wed Aug 05 09:10:26 GMT 2020 RH Container Bot - 2:2.1.0-0.158.dev.git7a7c8e9 +* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.158.dev.git7a7c8e9 - autobuilt 7a7c8e9 -* Wed Aug 05 08:11:08 GMT 2020 RH Container Bot - 2:2.1.0-0.157.dev.git4797190 +* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.157.dev.git4797190 - autobuilt 4797190 -* Wed Aug 05 03:10:10 GMT 2020 RH Container Bot - 2:2.1.0-0.156.dev.git6260677 +* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.156.dev.git6260677 - autobuilt 6260677 -* Wed Aug 05 01:10:24 GMT 2020 RH Container Bot - 2:2.1.0-0.155.dev.git0a3f3c9 +* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.155.dev.git0a3f3c9 - autobuilt 0a3f3c9 -* Wed Aug 05 00:10:27 GMT 2020 RH Container Bot - 2:2.1.0-0.154.dev.git807efd6 +* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.154.dev.git807efd6 - autobuilt 807efd6 * Mon Aug 3 2020 Peter Oliver - 2:2.1.0-0.153.dev.git1709335 - Include podman-auto-update systemd service and timer. -* Tue Aug 04 14:10:21 GMT 2020 RH Container Bot - 2:2.1.0-0.152.dev.gitd4cf3c5 +* Tue Aug 04 2020 RH Container Bot - 2:2.1.0-0.152.dev.gitd4cf3c5 - autobuilt d4cf3c5 -* Tue Aug 04 13:10:43 GMT 2020 RH Container Bot - 2:2.1.0-0.151.dev.git93d6320 +* Tue Aug 04 2020 RH Container Bot - 2:2.1.0-0.151.dev.git93d6320 - autobuilt 93d6320 -* Tue Aug 04 11:10:25 GMT 2020 RH Container Bot - 2:2.1.0-0.150.dev.gitf7440ff +* Tue Aug 04 2020 RH Container Bot - 2:2.1.0-0.150.dev.gitf7440ff - autobuilt f7440ff -* Tue Aug 04 09:11:02 GMT 2020 RH Container Bot - 2:2.1.0-0.149.dev.git1ed1e58 +* Tue Aug 04 2020 RH Container Bot - 2:2.1.0-0.149.dev.git1ed1e58 - autobuilt 1ed1e58 -* Mon Aug 03 16:09:48 GMT 2020 RH Container Bot - 2:2.1.0-0.148.dev.git1709335 +* Mon Aug 03 2020 RH Container Bot - 2:2.1.0-0.148.dev.git1709335 - autobuilt 1709335 -* Mon Aug 03 14:11:09 GMT 2020 RH Container Bot - 2:2.1.0-0.147.dev.git2e3928e +* Mon Aug 03 2020 RH Container Bot - 2:2.1.0-0.147.dev.git2e3928e - autobuilt 2e3928e -* Mon Aug 03 13:11:31 GMT 2020 RH Container Bot - 2:2.1.0-0.146.dev.git41358f5 +* Mon Aug 03 2020 RH Container Bot - 2:2.1.0-0.146.dev.git41358f5 - autobuilt 41358f5 -* Mon Aug 03 07:11:14 GMT 2020 RH Container Bot - 2:2.1.0-0.145.dev.gitbfd3454 +* Mon Aug 03 2020 RH Container Bot - 2:2.1.0-0.145.dev.gitbfd3454 - autobuilt bfd3454 -* Sun Aug 02 12:10:13 GMT 2020 RH Container Bot - 2:2.1.0-0.144.dev.gitf4d4bd2 +* Sun Aug 02 2020 RH Container Bot - 2:2.1.0-0.144.dev.gitf4d4bd2 - autobuilt f4d4bd2 -* Sat Aug 01 14:10:17 GMT 2020 RH Container Bot - 2:2.1.0-0.143.dev.gitb425a4f +* Sat Aug 01 2020 RH Container Bot - 2:2.1.0-0.143.dev.gitb425a4f - autobuilt b425a4f -* Sat Aug 01 13:10:40 GMT 2020 RH Container Bot - 2:2.1.0-0.142.dev.git0d064a0 +* Sat Aug 01 2020 RH Container Bot - 2:2.1.0-0.142.dev.git0d064a0 - autobuilt 0d064a0 -* Fri Jul 31 23:09:44 GMT 2020 RH Container Bot - 2:2.1.0-0.141.dev.git4c75fe3 +* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.141.dev.git4c75fe3 - autobuilt 4c75fe3 -* Fri Jul 31 16:09:52 GMT 2020 RH Container Bot - 2:2.1.0-0.140.dev.git7a15be5 +* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.140.dev.git7a15be5 - autobuilt 7a15be5 -* Fri Jul 31 13:09:54 GMT 2020 RH Container Bot - 2:2.1.0-0.139.dev.git3cf8237 +* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.139.dev.git3cf8237 - autobuilt 3cf8237 -* Fri Jul 31 12:09:54 GMT 2020 RH Container Bot - 2:2.1.0-0.138.dev.gitbb96c89 +* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.138.dev.gitbb96c89 - autobuilt bb96c89 -* Fri Jul 31 11:09:50 GMT 2020 RH Container Bot - 2:2.1.0-0.137.dev.gite911875 +* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.137.dev.gite911875 - autobuilt e911875 -* Fri Jul 31 08:09:58 GMT 2020 RH Container Bot - 2:2.1.0-0.136.dev.git0e009d5 +* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.136.dev.git0e009d5 - autobuilt 0e009d5 -* Fri Jul 31 02:09:50 GMT 2020 RH Container Bot - 2:2.1.0-0.135.dev.git1b784b4 +* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.135.dev.git1b784b4 - autobuilt 1b784b4 -* Thu Jul 30 20:10:01 GMT 2020 RH Container Bot - 2:2.1.0-0.134.dev.git4132b71 +* Thu Jul 30 2020 RH Container Bot - 2:2.1.0-0.134.dev.git4132b71 - autobuilt 4132b71 -* Thu Jul 30 19:10:35 GMT 2020 RH Container Bot - 2:2.1.0-0.133.dev.gitca2bda6 +* Thu Jul 30 2020 RH Container Bot - 2:2.1.0-0.133.dev.gitca2bda6 - autobuilt ca2bda6 -* Thu Jul 30 15:10:32 GMT 2020 RH Container Bot - 2:2.1.0-0.132.dev.git05b3e0e +* Thu Jul 30 2020 RH Container Bot - 2:2.1.0-0.132.dev.git05b3e0e - autobuilt 05b3e0e -* Thu Jul 30 11:09:55 GMT 2020 RH Container Bot - 2:2.1.0-0.131.dev.git1170430 +* Thu Jul 30 2020 RH Container Bot - 2:2.1.0-0.131.dev.git1170430 - autobuilt 1170430 -* Wed Jul 29 21:09:39 GMT 2020 RH Container Bot - 2:2.1.0-0.130.dev.gitc66ce8d +* Wed Jul 29 2020 RH Container Bot - 2:2.1.0-0.130.dev.gitc66ce8d - autobuilt c66ce8d -* Wed Jul 29 20:10:05 GMT 2020 RH Container Bot - 2:2.1.0-0.129.dev.giteaa2f52 +* Wed Jul 29 2020 RH Container Bot - 2:2.1.0-0.129.dev.giteaa2f52 - autobuilt eaa2f52 -* Wed Jul 29 19:10:08 GMT 2020 RH Container Bot - 2:2.1.0-0.128.dev.git044a7cb +* Wed Jul 29 2020 RH Container Bot - 2:2.1.0-0.128.dev.git044a7cb - autobuilt 044a7cb -* Wed Jul 29 12:10:30 GMT 2020 RH Container Bot - 2:2.1.0-0.127.dev.git7f38774 +* Wed Jul 29 2020 RH Container Bot - 2:2.1.0-0.127.dev.git7f38774 - autobuilt 7f38774 -* Wed Jul 29 09:09:58 GMT 2020 RH Container Bot - 2:2.1.0-0.126.dev.git83166a9 +* Wed Jul 29 2020 RH Container Bot - 2:2.1.0-0.126.dev.git83166a9 - autobuilt 83166a9 -* Tue Jul 28 23:09:57 GMT 2020 RH Container Bot - 2:2.1.0-0.125.dev.git539bb4c +* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.125.dev.git539bb4c - autobuilt 539bb4c -* Tue Jul 28 22:09:57 GMT 2020 RH Container Bot - 2:2.1.0-0.124.dev.gitb0777ad +* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.124.dev.gitb0777ad - autobuilt b0777ad -* Tue Jul 28 14:26:41 GMT 2020 RH Container Bot - 2:2.1.0-0.123.dev.git288ebec +* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.123.dev.git288ebec - autobuilt 288ebec -* Tue Jul 28 14:10:01 GMT 2020 RH Container Bot - 2:2.1.0-0.122.dev.git6ed9868 +* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.122.dev.git6ed9868 - autobuilt 6ed9868 -* Tue Jul 28 13:09:42 GMT 2020 RH Container Bot - 2:2.1.0-0.121.dev.gitec69497 +* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.121.dev.gitec69497 - autobuilt ec69497 -* Tue Jul 28 12:10:00 GMT 2020 RH Container Bot - 2:2.1.0-0.120.dev.git91c92d1 +* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.120.dev.git91c92d1 - autobuilt 91c92d1 -* Tue Jul 28 08:10:34 GMT 2020 RH Container Bot - 2:2.1.0-0.119.dev.gitd463715 +* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.119.dev.gitd463715 - autobuilt d463715 -* Mon Jul 27 20:09:57 GMT 2020 RH Container Bot - 2:2.1.0-0.118.dev.git2b7bc9b +* Mon Jul 27 2020 RH Container Bot - 2:2.1.0-0.118.dev.git2b7bc9b - autobuilt 2b7bc9b -* Mon Jul 27 19:09:49 GMT 2020 RH Container Bot - 2:2.1.0-0.117.dev.git956caf3 +* Mon Jul 27 2020 RH Container Bot - 2:2.1.0-0.117.dev.git956caf3 - autobuilt 956caf3 -* Mon Jul 27 18:10:00 GMT 2020 RH Container Bot - 2:2.1.0-0.116.dev.gitbf92ec5 +* Mon Jul 27 2020 RH Container Bot - 2:2.1.0-0.116.dev.gitbf92ec5 - autobuilt bf92ec5 -* Mon Jul 27 15:09:31 GMT 2020 RH Container Bot - 2:2.1.0-0.115.dev.git5e9b54f +* Mon Jul 27 2020 RH Container Bot - 2:2.1.0-0.115.dev.git5e9b54f - autobuilt 5e9b54f -* Mon Jul 27 14:09:53 GMT 2020 RH Container Bot - 2:2.1.0-0.114.dev.git55a7faf +* Mon Jul 27 2020 RH Container Bot - 2:2.1.0-0.114.dev.git55a7faf - autobuilt 55a7faf -* Mon Jul 27 11:10:29 GMT 2020 RH Container Bot - 2:2.1.0-0.113.dev.git71f7150 +* Mon Jul 27 2020 RH Container Bot - 2:2.1.0-0.113.dev.git71f7150 - autobuilt 71f7150 -* Sun Jul 26 12:09:47 GMT 2020 RH Container Bot - 2:2.1.0-0.112.dev.git11e8e65 +* Sun Jul 26 2020 RH Container Bot - 2:2.1.0-0.112.dev.git11e8e65 - autobuilt 11e8e65 -* Fri Jul 24 15:10:04 GMT 2020 RH Container Bot - 2:2.1.0-0.111.dev.gitc2deeff +* Fri Jul 24 2020 RH Container Bot - 2:2.1.0-0.111.dev.gitc2deeff - autobuilt c2deeff -* Fri Jul 24 09:09:52 GMT 2020 RH Container Bot - 2:2.1.0-0.110.dev.gitd924476 +* Fri Jul 24 2020 RH Container Bot - 2:2.1.0-0.110.dev.gitd924476 - autobuilt d924476 -* Thu Jul 23 20:09:53 GMT 2020 RH Container Bot - 2:2.1.0-0.109.dev.git197825d +* Thu Jul 23 2020 RH Container Bot - 2:2.1.0-0.109.dev.git197825d - autobuilt 197825d -* Thu Jul 23 18:09:59 GMT 2020 RH Container Bot - 2:2.1.0-0.108.dev.git961fa6a +* Thu Jul 23 2020 RH Container Bot - 2:2.1.0-0.108.dev.git961fa6a - autobuilt 961fa6a -* Wed Jul 22 22:09:36 GMT 2020 RH Container Bot - 2:2.1.0-0.107.dev.git1aac197 +* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.107.dev.git1aac197 - autobuilt 1aac197 -* Wed Jul 22 21:10:06 GMT 2020 RH Container Bot - 2:2.1.0-0.106.dev.git9223b72 +* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.106.dev.git9223b72 - autobuilt 9223b72 -* Wed Jul 22 19:09:56 GMT 2020 RH Container Bot - 2:2.1.0-0.105.dev.gitd493374 +* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.105.dev.gitd493374 - autobuilt d493374 -* Wed Jul 22 14:09:59 GMT 2020 RH Container Bot - 2:2.1.0-0.104.dev.git80add29 +* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.104.dev.git80add29 - autobuilt 80add29 -* Wed Jul 22 13:09:55 GMT 2020 RH Container Bot - 2:2.1.0-0.103.dev.git9f5d146 +* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.103.dev.git9f5d146 - autobuilt 9f5d146 -* Wed Jul 22 12:10:07 GMT 2020 RH Container Bot - 2:2.1.0-0.102.dev.gitef03815 +* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.102.dev.gitef03815 - autobuilt ef03815 -* Wed Jul 22 10:09:59 GMT 2020 RH Container Bot - 2:2.1.0-0.101.dev.git59bad8b +* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.101.dev.git59bad8b - autobuilt 59bad8b -* Tue Jul 21 21:10:01 GMT 2020 RH Container Bot - 2:2.1.0-0.100.dev.git344a791 +* Tue Jul 21 2020 RH Container Bot - 2:2.1.0-0.100.dev.git344a791 - autobuilt 344a791 -* Tue Jul 21 18:09:44 GMT 2020 RH Container Bot - 2:2.1.0-0.99.dev.gite5b3563 +* Tue Jul 21 2020 RH Container Bot - 2:2.1.0-0.99.dev.gite5b3563 - autobuilt e5b3563 -* Tue Jul 21 16:09:47 GMT 2020 RH Container Bot - 2:2.1.0-0.98.dev.gitbe5219a +* Tue Jul 21 2020 RH Container Bot - 2:2.1.0-0.98.dev.gitbe5219a - autobuilt be5219a -* Tue Jul 21 15:10:42 GMT 2020 RH Container Bot - 2:2.1.0-0.97.dev.gitf8e2a35 +* Tue Jul 21 2020 RH Container Bot - 2:2.1.0-0.97.dev.gitf8e2a35 - autobuilt f8e2a35 -* Tue Jul 21 14:09:54 GMT 2020 RH Container Bot - 2:2.1.0-0.96.dev.git644b5bc +* Tue Jul 21 2020 RH Container Bot - 2:2.1.0-0.96.dev.git644b5bc - autobuilt 644b5bc -* Tue Jul 21 10:09:33 GMT 2020 RH Container Bot - 2:2.1.0-0.95.dev.gitdf6920a +* Tue Jul 21 2020 RH Container Bot - 2:2.1.0-0.95.dev.gitdf6920a - autobuilt df6920a -* Mon Jul 20 19:09:35 GMT 2020 RH Container Bot - 2:2.1.0-0.94.dev.git0d26a57 +* Mon Jul 20 2020 RH Container Bot - 2:2.1.0-0.94.dev.git0d26a57 - autobuilt 0d26a57 -* Mon Jul 20 18:09:30 GMT 2020 RH Container Bot - 2:2.1.0-0.93.dev.gite8de509 +* Mon Jul 20 2020 RH Container Bot - 2:2.1.0-0.93.dev.gite8de509 - autobuilt e8de509 -* Mon Jul 20 13:09:49 GMT 2020 RH Container Bot - 2:2.1.0-0.92.dev.git17f9b80 +* Mon Jul 20 2020 RH Container Bot - 2:2.1.0-0.92.dev.git17f9b80 - autobuilt 17f9b80 -* Sun Jul 19 13:09:17 GMT 2020 RH Container Bot - 2:2.1.0-0.91.dev.gitb7b8fce +* Sun Jul 19 2020 RH Container Bot - 2:2.1.0-0.91.dev.gitb7b8fce - autobuilt b7b8fce -* Sat Jul 18 13:09:24 GMT 2020 RH Container Bot - 2:2.1.0-0.90.dev.gitd087ade +* Sat Jul 18 2020 RH Container Bot - 2:2.1.0-0.90.dev.gitd087ade - autobuilt d087ade -* Sat Jul 18 11:10:10 GMT 2020 RH Container Bot - 2:2.1.0-0.89.dev.gitdeff289 +* Sat Jul 18 2020 RH Container Bot - 2:2.1.0-0.89.dev.gitdeff289 - autobuilt deff289 -* Fri Jul 17 21:09:43 GMT 2020 RH Container Bot - 2:2.1.0-0.88.dev.git10c5f24 +* Fri Jul 17 2020 RH Container Bot - 2:2.1.0-0.88.dev.git10c5f24 - autobuilt 10c5f24 -* Fri Jul 17 10:10:05 GMT 2020 RH Container Bot - 2:2.1.0-0.87.dev.gitdfca83d +* Fri Jul 17 2020 RH Container Bot - 2:2.1.0-0.87.dev.gitdfca83d - autobuilt dfca83d -* Fri Jul 17 09:10:08 GMT 2020 RH Container Bot - 2:2.1.0-0.86.dev.gitd86bae2 +* Fri Jul 17 2020 RH Container Bot - 2:2.1.0-0.86.dev.gitd86bae2 - autobuilt d86bae2 -* Thu Jul 16 22:09:46 GMT 2020 RH Container Bot - 2:2.1.0-0.85.dev.git0bd5181 +* Thu Jul 16 2020 RH Container Bot - 2:2.1.0-0.85.dev.git0bd5181 - autobuilt 0bd5181 -* Thu Jul 16 16:09:55 GMT 2020 RH Container Bot - 2:2.1.0-0.84.dev.gitf4766e0 +* Thu Jul 16 2020 RH Container Bot - 2:2.1.0-0.84.dev.gitf4766e0 - autobuilt f4766e0 -* Thu Jul 16 14:10:14 GMT 2020 RH Container Bot - 2:2.1.0-0.83.dev.git984fffc +* Thu Jul 16 2020 RH Container Bot - 2:2.1.0-0.83.dev.git984fffc - autobuilt 984fffc -* Thu Jul 16 12:10:30 GMT 2020 RH Container Bot - 2:2.1.0-0.82.dev.git11fe857 +* Thu Jul 16 2020 RH Container Bot - 2:2.1.0-0.82.dev.git11fe857 - autobuilt 11fe857 * Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.81.dev.git9efeb1c From 217f4344ec796dd1134a5ba54a8ce2fb5a32a5b6 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 18 Sep 2020 11:56:41 -0400 Subject: [PATCH 1472/2185] spec: make podman-plugins a weak dep That way someone who wants just podman doesn't also get dnsmasq. This is a point of contention in FCOS currently: https://github.com/coreos/fedora-coreos-tracker/issues/519 --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 0c8a817..9f8a696 100644 --- a/podman.spec +++ b/podman.spec @@ -87,7 +87,7 @@ Requires: iptables Requires: nftables Requires: conmon >= 2:2.0.16-1 Requires: oci-runtime -Requires: %{name}-plugins = %{epoch}:%{version}-%{release} +Recommends: %{name}-plugins = %{epoch}:%{version}-%{release} Obsoletes: oci-systemd-hook <= 0.2.0-3 %if 0%{?fedora} || 0%{?eln} BuildRequires: btrfs-progs-devel From 9c2c22e4919ce06bece4c6d1f4e5913ea0079e06 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 25 Sep 2020 20:08:16 +0000 Subject: [PATCH 1473/2185] podman-2:2.2.0-0.1.dev.gita1045ad - bump to 2.2.0 - autobuilt a1045ad Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d4b0558..97fd92d 100644 --- a/.gitignore +++ b/.gitignore @@ -1358,3 +1358,4 @@ /podman-dd4dc4b.tar.gz /podman-84c87fc.tar.gz /podman-141688c.tar.gz +/podman-a1045ad.tar.gz diff --git a/podman.spec b/podman.spec index 9f8a696..bbdddd4 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 141688cd6fedc02c2f267020095f0ceae15934f5 +%global commit0 a1045adbf4294d5afb27533eeeb99c4079baa846 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -44,7 +44,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.1.0-rc2 +%define built_tag v2.1.0 Name: podman %if 0%{?fedora} @@ -52,12 +52,12 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 2.1.0 +Version: 2.2.0 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.287.dev.git%{shortcommit0}%{?dist} +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,10 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Sep 25 2020 RH Container Bot - 2:2.2.0-0.1.dev.gita1045ad +- bump to 2.2.0 +- autobuilt a1045ad + * Tue Sep 22 2020 RH Container Bot - 2:2.1.0-0.287.dev.git141688c - autobuilt 141688c diff --git a/sources b/sources index 8840b16..49b4d52 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-141688c.tar.gz) = 2302c982d331315070a3355f3361123a022057b4ab0a8d10bd0f47063249d20a43120aa806491c2414384d31a9909c85bcd7a40527e057f38bfb734e5e3b5885 +SHA512 (podman-a1045ad.tar.gz) = 25141518241e302d702713757bdc7e019cad08cc15db07e1192ee3c89d696ff25de8fec2119897e9830730f4f2f444d21f1c1063d1ff208e3601ae8d668541e1 From dff3130c97e3dcc1e134d480e7809eef236d7083 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 25 Sep 2020 21:12:34 +0000 Subject: [PATCH 1474/2185] podman-2:2.2.0-0.2.dev.git03d01ab - autobuilt 03d01ab Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 97fd92d..99518b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1359,3 +1359,4 @@ /podman-84c87fc.tar.gz /podman-141688c.tar.gz /podman-a1045ad.tar.gz +/podman-03d01ab.tar.gz diff --git a/podman.spec b/podman.spec index bbdddd4..3f036f1 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 a1045adbf4294d5afb27533eeeb99c4079baa846 +%global commit0 03d01abec6d028e9d5f60615b0451e42d0611d1d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -44,7 +44,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.1.0 +%define built_tag v2.1.1 Name: podman %if 0%{?fedora} @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.1.dev.git%{shortcommit0}%{?dist} +Release: 0.2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Sep 25 2020 RH Container Bot - 2:2.2.0-0.2.dev.git03d01ab +- autobuilt 03d01ab + * Fri Sep 25 2020 RH Container Bot - 2:2.2.0-0.1.dev.gita1045ad - bump to 2.2.0 - autobuilt a1045ad diff --git a/sources b/sources index 49b4d52..e295b0f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-a1045ad.tar.gz) = 25141518241e302d702713757bdc7e019cad08cc15db07e1192ee3c89d696ff25de8fec2119897e9830730f4f2f444d21f1c1063d1ff208e3601ae8d668541e1 +SHA512 (podman-03d01ab.tar.gz) = 7f0d4dbd64bbec059853506f5855d20bccffce094024b885b3c7e8b86c7b29692f23b60c258e35428e152690bd7fd7f58de0728975f57e848c3ff8720d80d5d2 From 4eb0bb3a035b1db70c09056e57490d3e333d25a6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 28 Sep 2020 15:12:29 +0000 Subject: [PATCH 1475/2185] podman-2:2.2.0-0.3.dev.gitb0e70a6 - autobuilt b0e70a6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 99518b8..7632f53 100644 --- a/.gitignore +++ b/.gitignore @@ -1360,3 +1360,4 @@ /podman-141688c.tar.gz /podman-a1045ad.tar.gz /podman-03d01ab.tar.gz +/podman-b0e70a6.tar.gz diff --git a/podman.spec b/podman.spec index 3f036f1..3530ae5 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 03d01abec6d028e9d5f60615b0451e42d0611d1d +%global commit0 b0e70a6411d70d7ee7f1e9d6abedc2524b903609 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.2.dev.git%{shortcommit0}%{?dist} +Release: 0.3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Sep 28 2020 RH Container Bot - 2:2.2.0-0.3.dev.gitb0e70a6 +- autobuilt b0e70a6 + * Fri Sep 25 2020 RH Container Bot - 2:2.2.0-0.2.dev.git03d01ab - autobuilt 03d01ab diff --git a/sources b/sources index e295b0f..3cea168 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-03d01ab.tar.gz) = 7f0d4dbd64bbec059853506f5855d20bccffce094024b885b3c7e8b86c7b29692f23b60c258e35428e152690bd7fd7f58de0728975f57e848c3ff8720d80d5d2 +SHA512 (podman-b0e70a6.tar.gz) = 36a0c83ecd188e622d31d71dcd63cfbd2429f3b23bf26dccabd55d1d1c81496b9f6e1370608caa9f88f3f107af5fd7399a81addc164dd396dd59275ced785ba2 From f5db6ba2ca39dada6832c9b84b7f97363faab7db Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 28 Sep 2020 21:12:39 +0000 Subject: [PATCH 1476/2185] podman-2:2.2.0-0.4.dev.gite7e466e - autobuilt e7e466e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7632f53..4fd5436 100644 --- a/.gitignore +++ b/.gitignore @@ -1361,3 +1361,4 @@ /podman-a1045ad.tar.gz /podman-03d01ab.tar.gz /podman-b0e70a6.tar.gz +/podman-e7e466e.tar.gz diff --git a/podman.spec b/podman.spec index 3530ae5..636f143 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b0e70a6411d70d7ee7f1e9d6abedc2524b903609 +%global commit0 e7e466e0c80339e252d748e5aa5d54a6962da7b4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.3.dev.git%{shortcommit0}%{?dist} +Release: 0.4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Sep 28 2020 RH Container Bot - 2:2.2.0-0.4.dev.gite7e466e +- autobuilt e7e466e + * Mon Sep 28 2020 RH Container Bot - 2:2.2.0-0.3.dev.gitb0e70a6 - autobuilt b0e70a6 diff --git a/sources b/sources index 3cea168..909ae6d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-b0e70a6.tar.gz) = 36a0c83ecd188e622d31d71dcd63cfbd2429f3b23bf26dccabd55d1d1c81496b9f6e1370608caa9f88f3f107af5fd7399a81addc164dd396dd59275ced785ba2 +SHA512 (podman-e7e466e.tar.gz) = 8618a267aad7267abf51113522f3d52482de5547cc1be38024e07785f249922cfe385897a4b54e8552949d959fb1bf6ce833999206935987bf81756ee16091c3 From 6db1fee8a4f9547e0e4348ce287458a90756a560 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 29 Sep 2020 02:11:50 +0000 Subject: [PATCH 1477/2185] podman-2:2.2.0-0.5.dev.git4a7fb62 - autobuilt 4a7fb62 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4fd5436..7bcc887 100644 --- a/.gitignore +++ b/.gitignore @@ -1362,3 +1362,4 @@ /podman-03d01ab.tar.gz /podman-b0e70a6.tar.gz /podman-e7e466e.tar.gz +/podman-4a7fb62.tar.gz diff --git a/podman.spec b/podman.spec index 636f143..e81b5a6 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e7e466e0c80339e252d748e5aa5d54a6962da7b4 +%global commit0 4a7fb62adcbb8d5f2bc8e45273748301d12375a7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.4.dev.git%{shortcommit0}%{?dist} +Release: 0.5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.5.dev.git4a7fb62 +- autobuilt 4a7fb62 + * Mon Sep 28 2020 RH Container Bot - 2:2.2.0-0.4.dev.gite7e466e - autobuilt e7e466e diff --git a/sources b/sources index 909ae6d..74d1134 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-e7e466e.tar.gz) = 8618a267aad7267abf51113522f3d52482de5547cc1be38024e07785f249922cfe385897a4b54e8552949d959fb1bf6ce833999206935987bf81756ee16091c3 +SHA512 (podman-4a7fb62.tar.gz) = 8a33b8759c39290d68c338893c956a2f729d1b10f20f10677960f20a9cc9e85f9ad81b32c901f4a68b145ad81f0b6ed798174be9ec952cf2d302beefd5e5e093 From a4d20c7ad71121ad13f4305c52ea980f10d903eb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 29 Sep 2020 09:13:49 +0000 Subject: [PATCH 1478/2185] podman-2:2.2.0-0.6.dev.git5cf8659 - autobuilt 5cf8659 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7bcc887..936c5f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1363,3 +1363,4 @@ /podman-b0e70a6.tar.gz /podman-e7e466e.tar.gz /podman-4a7fb62.tar.gz +/podman-5cf8659.tar.gz diff --git a/podman.spec b/podman.spec index e81b5a6..f881932 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4a7fb62adcbb8d5f2bc8e45273748301d12375a7 +%global commit0 5cf865926ed62c8baa691f96e8fe5f585e077083 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.5.dev.git%{shortcommit0}%{?dist} +Release: 0.6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.6.dev.git5cf8659 +- autobuilt 5cf8659 + * Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.5.dev.git4a7fb62 - autobuilt 4a7fb62 diff --git a/sources b/sources index 74d1134..24c3d25 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-4a7fb62.tar.gz) = 8a33b8759c39290d68c338893c956a2f729d1b10f20f10677960f20a9cc9e85f9ad81b32c901f4a68b145ad81f0b6ed798174be9ec952cf2d302beefd5e5e093 +SHA512 (podman-5cf8659.tar.gz) = e940a2698605d479858b09bbe86e623679eb5b7d773e044f5076c9ba6f8d215b93e4d9954305b7ff5cd05566d8faaf3ea72d942587e9387e57f957a964a398d3 From bbb28238d7ade800bf6d0f67b09d2534f00cc2aa Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 29 Sep 2020 14:12:26 +0000 Subject: [PATCH 1479/2185] podman-2:2.2.0-0.7.dev.git84dede4 - autobuilt 84dede4 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 936c5f3..c509e7f 100644 --- a/.gitignore +++ b/.gitignore @@ -1364,3 +1364,4 @@ /podman-e7e466e.tar.gz /podman-4a7fb62.tar.gz /podman-5cf8659.tar.gz +/podman-84dede4.tar.gz diff --git a/podman.spec b/podman.spec index f881932..1a9ce8b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 5cf865926ed62c8baa691f96e8fe5f585e077083 +%global commit0 84dede4452d4f85ad6dacf2c66e00500685c24af %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.6.dev.git%{shortcommit0}%{?dist} +Release: 0.7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.7.dev.git84dede4 +- autobuilt 84dede4 + * Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.6.dev.git5cf8659 - autobuilt 5cf8659 diff --git a/sources b/sources index 24c3d25..dab6685 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-5cf8659.tar.gz) = e940a2698605d479858b09bbe86e623679eb5b7d773e044f5076c9ba6f8d215b93e4d9954305b7ff5cd05566d8faaf3ea72d942587e9387e57f957a964a398d3 +SHA512 (podman-84dede4.tar.gz) = df28c3fa496f9acdefd546a4e5cae63e183c808e63695f83984d44c280e64722503c2af394f5288af501bb0badff675bf04a751debf827669c3c0ff89c0c7e1c From c66b5c76f854b80acf292de7f217341f6d682035 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 29 Sep 2020 15:12:24 +0000 Subject: [PATCH 1480/2185] podman-2:2.2.0-0.8.dev.gitbf10168 - autobuilt bf10168 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c509e7f..c26ae12 100644 --- a/.gitignore +++ b/.gitignore @@ -1365,3 +1365,4 @@ /podman-4a7fb62.tar.gz /podman-5cf8659.tar.gz /podman-84dede4.tar.gz +/podman-bf10168.tar.gz diff --git a/podman.spec b/podman.spec index 1a9ce8b..b264f96 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 84dede4452d4f85ad6dacf2c66e00500685c24af +%global commit0 bf10168614b35dbcfefff01ed63ee90b39cae8d7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.7.dev.git%{shortcommit0}%{?dist} +Release: 0.8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.8.dev.gitbf10168 +- autobuilt bf10168 + * Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.7.dev.git84dede4 - autobuilt 84dede4 diff --git a/sources b/sources index dab6685..01c80e4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-84dede4.tar.gz) = df28c3fa496f9acdefd546a4e5cae63e183c808e63695f83984d44c280e64722503c2af394f5288af501bb0badff675bf04a751debf827669c3c0ff89c0c7e1c +SHA512 (podman-bf10168.tar.gz) = 49eccc37ff3eb8ac95e407f5d36fbef9c4c872bec3ec34d1c20cde9b32118b3a7d59494a7ccdbf75b1c0ed665c215cb2e1764f21242077091cb0c96c4feea7e8 From 2bbc518057030b9ba51ea4405ce036ccc8355cd9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 29 Sep 2020 16:12:24 +0000 Subject: [PATCH 1481/2185] podman-2:2.2.0-0.9.dev.git2ee415b - autobuilt 2ee415b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c26ae12..8ba27f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1366,3 +1366,4 @@ /podman-5cf8659.tar.gz /podman-84dede4.tar.gz /podman-bf10168.tar.gz +/podman-2ee415b.tar.gz diff --git a/podman.spec b/podman.spec index b264f96..28beff8 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 bf10168614b35dbcfefff01ed63ee90b39cae8d7 +%global commit0 2ee415be90b8d6ab75f9fe579fc1b8690e023d3c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.8.dev.git%{shortcommit0}%{?dist} +Release: 0.9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.9.dev.git2ee415b +- autobuilt 2ee415b + * Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.8.dev.gitbf10168 - autobuilt bf10168 diff --git a/sources b/sources index 01c80e4..27a72b1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-bf10168.tar.gz) = 49eccc37ff3eb8ac95e407f5d36fbef9c4c872bec3ec34d1c20cde9b32118b3a7d59494a7ccdbf75b1c0ed665c215cb2e1764f21242077091cb0c96c4feea7e8 +SHA512 (podman-2ee415b.tar.gz) = 3038566f9fb8ccb4753e33adeb05849ef8c38cd8ba901fbb64e39e293fce0ea8f82971bcaecb6fc01d40489ad882a17c0267071f56656e50438ab44950a885de From af04582ac24513cbcbf662f66becb7ba9a255ac7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 29 Sep 2020 18:12:08 +0000 Subject: [PATCH 1482/2185] podman-2:2.2.0-0.10.dev.git12f173f - autobuilt 12f173f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8ba27f7..7028167 100644 --- a/.gitignore +++ b/.gitignore @@ -1367,3 +1367,4 @@ /podman-84dede4.tar.gz /podman-bf10168.tar.gz /podman-2ee415b.tar.gz +/podman-12f173f.tar.gz diff --git a/podman.spec b/podman.spec index 28beff8..fc1377c 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 2ee415be90b8d6ab75f9fe579fc1b8690e023d3c +%global commit0 12f173f4732d50a85bf4875807597d2fd0e92cc0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.9.dev.git%{shortcommit0}%{?dist} +Release: 0.10.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.10.dev.git12f173f +- autobuilt 12f173f + * Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.9.dev.git2ee415b - autobuilt 2ee415b diff --git a/sources b/sources index 27a72b1..d20032f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-2ee415b.tar.gz) = 3038566f9fb8ccb4753e33adeb05849ef8c38cd8ba901fbb64e39e293fce0ea8f82971bcaecb6fc01d40489ad882a17c0267071f56656e50438ab44950a885de +SHA512 (podman-12f173f.tar.gz) = 1805dd157ffed3f75ad1508b9076ad86a6d6818e76a375435e1bee5a6e6d1f38aa7073cd66fbccf56f77685e802635a80a4ddc6232365c0c75bf34374a931c69 From a7bb5d0f844f8a67d0222ca5fee49f4202af273f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 29 Sep 2020 19:43:49 +0000 Subject: [PATCH 1483/2185] podman-2:2.2.0-0.11.dev.git453333a - autobuilt 453333a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7028167..21b0e3f 100644 --- a/.gitignore +++ b/.gitignore @@ -1368,3 +1368,4 @@ /podman-bf10168.tar.gz /podman-2ee415b.tar.gz /podman-12f173f.tar.gz +/podman-453333a.tar.gz diff --git a/podman.spec b/podman.spec index fc1377c..19b2b8c 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 12f173f4732d50a85bf4875807597d2fd0e92cc0 +%global commit0 453333a35cc791e9031e5d24e0ac5e76a2b2aa75 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.10.dev.git%{shortcommit0}%{?dist} +Release: 0.11.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.11.dev.git453333a +- autobuilt 453333a + * Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.10.dev.git12f173f - autobuilt 12f173f diff --git a/sources b/sources index d20032f..8d4838a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-12f173f.tar.gz) = 1805dd157ffed3f75ad1508b9076ad86a6d6818e76a375435e1bee5a6e6d1f38aa7073cd66fbccf56f77685e802635a80a4ddc6232365c0c75bf34374a931c69 +SHA512 (podman-453333a.tar.gz) = 6458ceea864ae5a68356037e0c9af8a4a0e8dc95df5adecd5b23ea662591c89028b503cbe141d326afc888dd31deaa03f878c114cf3735880ee0b4fce1545860 From d1a198fe568c4a17e5797a6cd803c78d0fe5007f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 29 Sep 2020 15:46:24 -0400 Subject: [PATCH 1484/2185] remove timezone from an older entry Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 19b2b8c..1a9f525 100644 --- a/podman.spec +++ b/podman.spec @@ -693,7 +693,7 @@ exit 0 * Wed Sep 16 2020 RH Container Bot - 2:2.1.0-0.273.dev.git8d7e795 - autobuilt 8d7e795 -* Wed Sep 16 10:55:24 EDT 2020 Lokesh Mandvekar - 2:2.1.0-0.272.dev.gitacf86ef +* Wed Sep 16 2020 Lokesh Mandvekar - 2:2.1.0-0.272.dev.gitacf86ef - fix dependencies for podman-plugins * Wed Sep 16 2020 Lokesh Mandvekar - 2:2.1.0-0.271.dev.gitacf86ef From f5e1607c083932461cfd6f61ce8da3551d7f53f4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 30 Sep 2020 01:13:06 +0000 Subject: [PATCH 1485/2185] podman-2:2.2.0-0.12.dev.gitb68b6f3 - autobuilt b68b6f3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 21b0e3f..5a61254 100644 --- a/.gitignore +++ b/.gitignore @@ -1369,3 +1369,4 @@ /podman-2ee415b.tar.gz /podman-12f173f.tar.gz /podman-453333a.tar.gz +/podman-b68b6f3.tar.gz diff --git a/podman.spec b/podman.spec index 1a9f525..ffac0e4 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 453333a35cc791e9031e5d24e0ac5e76a2b2aa75 +%global commit0 b68b6f334d4a83de35d68cc359365b348e72ad6b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.11.dev.git%{shortcommit0}%{?dist} +Release: 0.12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.12.dev.gitb68b6f3 +- autobuilt b68b6f3 + * Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.11.dev.git453333a - autobuilt 453333a diff --git a/sources b/sources index 8d4838a..84748d5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-453333a.tar.gz) = 6458ceea864ae5a68356037e0c9af8a4a0e8dc95df5adecd5b23ea662591c89028b503cbe141d326afc888dd31deaa03f878c114cf3735880ee0b4fce1545860 +SHA512 (podman-b68b6f3.tar.gz) = b3b2c0599b6a186325d049fe0cab479d8708b182605a3564940d5e323a6e78c21267afc87a5c2b152cc39a07a4378d4996d4285f6015c53cb100632737aeec37 From 46072f1d8fe6b5e10b5567f8c5c5ac4a4c9a0fdc Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 30 Sep 2020 10:13:03 +0000 Subject: [PATCH 1486/2185] podman-2:2.2.0-0.13.dev.gite9eddda - autobuilt e9eddda Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5a61254..cc9d570 100644 --- a/.gitignore +++ b/.gitignore @@ -1370,3 +1370,4 @@ /podman-12f173f.tar.gz /podman-453333a.tar.gz /podman-b68b6f3.tar.gz +/podman-e9eddda.tar.gz diff --git a/podman.spec b/podman.spec index ffac0e4..66e86e1 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b68b6f334d4a83de35d68cc359365b348e72ad6b +%global commit0 e9edddaaf2ab9d769d36adf00f97034db0a3cadf %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.12.dev.git%{shortcommit0}%{?dist} +Release: 0.13.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.13.dev.gite9eddda +- autobuilt e9eddda + * Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.12.dev.gitb68b6f3 - autobuilt b68b6f3 diff --git a/sources b/sources index 84748d5..b2b9220 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-b68b6f3.tar.gz) = b3b2c0599b6a186325d049fe0cab479d8708b182605a3564940d5e323a6e78c21267afc87a5c2b152cc39a07a4378d4996d4285f6015c53cb100632737aeec37 +SHA512 (podman-e9eddda.tar.gz) = 807e07ac2dc6548624f15421d883ad1c33b1947833291bfb7d6fcdf8673c6371bfc933f854b486224ac7f190ac66cefd98d094cb1b85d52d1faa01c348f74215 From 51ce0ec9457d42945722afbe5658bebf65becd11 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 30 Sep 2020 11:12:00 +0000 Subject: [PATCH 1487/2185] podman-2:2.2.0-0.14.dev.git19f080f - autobuilt 19f080f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cc9d570..ed3c0d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1371,3 +1371,4 @@ /podman-453333a.tar.gz /podman-b68b6f3.tar.gz /podman-e9eddda.tar.gz +/podman-19f080f.tar.gz diff --git a/podman.spec b/podman.spec index 66e86e1..a165c3a 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e9edddaaf2ab9d769d36adf00f97034db0a3cadf +%global commit0 19f080f1af884c1e36f55dc81cd51b0ac91a868a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.13.dev.git%{shortcommit0}%{?dist} +Release: 0.14.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.14.dev.git19f080f +- autobuilt 19f080f + * Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.13.dev.gite9eddda - autobuilt e9eddda diff --git a/sources b/sources index b2b9220..c2b59a5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-e9eddda.tar.gz) = 807e07ac2dc6548624f15421d883ad1c33b1947833291bfb7d6fcdf8673c6371bfc933f854b486224ac7f190ac66cefd98d094cb1b85d52d1faa01c348f74215 +SHA512 (podman-19f080f.tar.gz) = 3650bd32e688721e77fb536e680362b44bb13d33244940555e47b10485fd90e7afcefda1d586564af04ce4a249430f1694b72f38737a666bf9f0ff3c242b74a3 From d04077f7a21796f2a216be1abe21bfa5e27c9cd0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 30 Sep 2020 12:12:48 +0000 Subject: [PATCH 1488/2185] podman-2:2.2.0-0.15.dev.git08d036c - autobuilt 08d036c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ed3c0d5..98a4df3 100644 --- a/.gitignore +++ b/.gitignore @@ -1372,3 +1372,4 @@ /podman-b68b6f3.tar.gz /podman-e9eddda.tar.gz /podman-19f080f.tar.gz +/podman-08d036c.tar.gz diff --git a/podman.spec b/podman.spec index a165c3a..773eb65 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 19f080f1af884c1e36f55dc81cd51b0ac91a868a +%global commit0 08d036cbd4225a9802fb8dc7c4da7b53ded3896a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.14.dev.git%{shortcommit0}%{?dist} +Release: 0.15.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.15.dev.git08d036c +- autobuilt 08d036c + * Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.14.dev.git19f080f - autobuilt 19f080f diff --git a/sources b/sources index c2b59a5..0e8a3b5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-19f080f.tar.gz) = 3650bd32e688721e77fb536e680362b44bb13d33244940555e47b10485fd90e7afcefda1d586564af04ce4a249430f1694b72f38737a666bf9f0ff3c242b74a3 +SHA512 (podman-08d036c.tar.gz) = f537d1ea3af048649ee696f9b20099b605b98ef7c4830914a229e55eaecf32bd7278217157953990f584921a5e6a9f83468c553cea39c87c6a98ee478db0d191 From cf56f92ec8b3e4638b68355ccdd3787c59010a18 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 30 Sep 2020 13:12:38 +0000 Subject: [PATCH 1489/2185] podman-2:2.2.0-0.16.dev.git4d57313 - autobuilt 4d57313 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 98a4df3..9742aa9 100644 --- a/.gitignore +++ b/.gitignore @@ -1373,3 +1373,4 @@ /podman-e9eddda.tar.gz /podman-19f080f.tar.gz /podman-08d036c.tar.gz +/podman-4d57313.tar.gz diff --git a/podman.spec b/podman.spec index 773eb65..ba86f0a 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 08d036cbd4225a9802fb8dc7c4da7b53ded3896a +%global commit0 4d57313449a7f7c86697ad830816f5c1e73c05ca %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.15.dev.git%{shortcommit0}%{?dist} +Release: 0.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.16.dev.git4d57313 +- autobuilt 4d57313 + * Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.15.dev.git08d036c - autobuilt 08d036c diff --git a/sources b/sources index 0e8a3b5..1e722cb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-08d036c.tar.gz) = f537d1ea3af048649ee696f9b20099b605b98ef7c4830914a229e55eaecf32bd7278217157953990f584921a5e6a9f83468c553cea39c87c6a98ee478db0d191 +SHA512 (podman-4d57313.tar.gz) = 27b9d7e4b9c80241cfc25f219ba85b64f04f0c1a7b55130e48fd5d71f1eb08bbc3fd08dc82ef079d711f87c4f3b67d38749473d1e84c7a1979b4a08307c6a293 From 82d43108aa5a2e79eb21ed087d0e96d17a5cbabe Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 1 Oct 2020 12:48:51 +0000 Subject: [PATCH 1490/2185] podman-2:2.2.0-0.17.dev.git556117c - autobuilt 556117c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9742aa9..63ef193 100644 --- a/.gitignore +++ b/.gitignore @@ -1374,3 +1374,4 @@ /podman-19f080f.tar.gz /podman-08d036c.tar.gz /podman-4d57313.tar.gz +/podman-556117c.tar.gz diff --git a/podman.spec b/podman.spec index ba86f0a..9977a9f 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4d57313449a7f7c86697ad830816f5c1e73c05ca +%global commit0 556117c2e95bb0e4da7d36e10d94c3ec0ac4072f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.16.dev.git%{shortcommit0}%{?dist} +Release: 0.17.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Oct 1 2020 RH Container Bot - 2:2.2.0-0.17.dev.git556117c +- autobuilt 556117c + * Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.16.dev.git4d57313 - autobuilt 4d57313 diff --git a/sources b/sources index 1e722cb..f8a924b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-4d57313.tar.gz) = 27b9d7e4b9c80241cfc25f219ba85b64f04f0c1a7b55130e48fd5d71f1eb08bbc3fd08dc82ef079d711f87c4f3b67d38749473d1e84c7a1979b4a08307c6a293 +SHA512 (podman-556117c.tar.gz) = 2f000d5b185a8ca5844e3fbf8cf29dc0c9e0398a703a78ba556e409a154626fd2fcd655e85abe7d23f675aab9688a0f43f87e22817af95ccca067afab8f1b13b From 5620973b1af4f2b5ca491eae27b6e25bf460781e Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Thu, 24 Sep 2020 12:38:01 +0000 Subject: [PATCH 1491/2185] Require container-selinux when selinux-policy is installed (#1881218) --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 9977a9f..58478df 100644 --- a/podman.spec +++ b/podman.spec @@ -97,7 +97,7 @@ Recommends: crun >= 0.14-2 %endif %if 0%{?fedora} || 0%{?centos} >= 8 || 0%{?eln} Recommends: catatonit -Recommends: container-selinux +Requires: (container-selinux if selinux-policy) Recommends: runc Recommends: slirp4netns >= 0.3.0-2 %else From 074b4e63a843ce7008ff0ed970b1f6bdbd1659c6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 2 Oct 2020 14:31:34 +0000 Subject: [PATCH 1492/2185] podman-2:2.2.0-0.18.dev.git14fd7b4 - autobuilt 14fd7b4 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 63ef193..19f4bfc 100644 --- a/.gitignore +++ b/.gitignore @@ -1375,3 +1375,4 @@ /podman-08d036c.tar.gz /podman-4d57313.tar.gz /podman-556117c.tar.gz +/podman-14fd7b4.tar.gz diff --git a/podman.spec b/podman.spec index 9977a9f..abe4d7f 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 556117c2e95bb0e4da7d36e10d94c3ec0ac4072f +%global commit0 14fd7b4d6ac18aaa5705990f3dd0ed13477258ad %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.17.dev.git%{shortcommit0}%{?dist} +Release: 0.18.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Oct 2 2020 RH Container Bot - 2:2.2.0-0.18.dev.git14fd7b4 +- autobuilt 14fd7b4 + * Thu Oct 1 2020 RH Container Bot - 2:2.2.0-0.17.dev.git556117c - autobuilt 556117c diff --git a/sources b/sources index f8a924b..1dd7f5e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-556117c.tar.gz) = 2f000d5b185a8ca5844e3fbf8cf29dc0c9e0398a703a78ba556e409a154626fd2fcd655e85abe7d23f675aab9688a0f43f87e22817af95ccca067afab8f1b13b +SHA512 (podman-14fd7b4.tar.gz) = 06bcfa88ca000bf543d813323cab1790011b253f539709fd0dd8a83ab8b34ac69691cfde526492a059849a894e3c8f8994879c2605fc00db0ca222b18bbdc756 From 961c224a54f14aa571bffc24aadd2db68ee33269 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 3 Oct 2020 14:31:36 +0000 Subject: [PATCH 1493/2185] podman-2:2.2.0-0.19.dev.git7c12967 - autobuilt 7c12967 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 19f4bfc..ed09307 100644 --- a/.gitignore +++ b/.gitignore @@ -1376,3 +1376,4 @@ /podman-4d57313.tar.gz /podman-556117c.tar.gz /podman-14fd7b4.tar.gz +/podman-7c12967.tar.gz diff --git a/podman.spec b/podman.spec index 5c9c272..c9df28c 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 14fd7b4d6ac18aaa5705990f3dd0ed13477258ad +%global commit0 7c12967257742063206c05f0baec517bc08cbeb6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.18.dev.git%{shortcommit0}%{?dist} +Release: 0.19.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Oct 3 2020 RH Container Bot - 2:2.2.0-0.19.dev.git7c12967 +- autobuilt 7c12967 + * Fri Oct 2 2020 RH Container Bot - 2:2.2.0-0.18.dev.git14fd7b4 - autobuilt 14fd7b4 diff --git a/sources b/sources index 1dd7f5e..0d1ff40 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-14fd7b4.tar.gz) = 06bcfa88ca000bf543d813323cab1790011b253f539709fd0dd8a83ab8b34ac69691cfde526492a059849a894e3c8f8994879c2605fc00db0ca222b18bbdc756 +SHA512 (podman-7c12967.tar.gz) = dfc6016978aaaa8a96de74329d7bb413de2c4e7b060cc5d62268b9ad458ae117e401d0153f9cac9697685628d8d6fae6cd69949aef19d390aa22125413653c21 From 6fd4f9f2dfa868def76149767d27a9286db53a69 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sat, 3 Oct 2020 15:29:11 -0400 Subject: [PATCH 1494/2185] rebuild Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index c9df28c..c5ded3c 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.19.dev.git%{shortcommit0}%{?dist} +Release: 0.20.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Oct 3 2020 Lokesh Mandvekar - 2:2.2.0-0.20.dev.git7c12967 +- rebuild + * Sat Oct 3 2020 RH Container Bot - 2:2.2.0-0.19.dev.git7c12967 - autobuilt 7c12967 From 0a48396b421210984e51a7fb41699d1de291776c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 5 Oct 2020 14:31:52 +0000 Subject: [PATCH 1495/2185] podman-2:2.2.0-0.21.dev.gitcaace52 - autobuilt caace52 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ed09307..0e06a43 100644 --- a/.gitignore +++ b/.gitignore @@ -1377,3 +1377,4 @@ /podman-556117c.tar.gz /podman-14fd7b4.tar.gz /podman-7c12967.tar.gz +/podman-caace52.tar.gz diff --git a/podman.spec b/podman.spec index c5ded3c..302cce7 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7c12967257742063206c05f0baec517bc08cbeb6 +%global commit0 caace52d54c846c948c88a62f973f4d11808532e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.20.dev.git%{shortcommit0}%{?dist} +Release: 0.21.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Oct 5 2020 RH Container Bot - 2:2.2.0-0.21.dev.gitcaace52 +- autobuilt caace52 + * Sat Oct 3 2020 Lokesh Mandvekar - 2:2.2.0-0.20.dev.git7c12967 - rebuild diff --git a/sources b/sources index 0d1ff40..6463ca9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-7c12967.tar.gz) = dfc6016978aaaa8a96de74329d7bb413de2c4e7b060cc5d62268b9ad458ae117e401d0153f9cac9697685628d8d6fae6cd69949aef19d390aa22125413653c21 +SHA512 (podman-caace52.tar.gz) = 2f1eae2ed08ff564c3ec65342b4d0a54b8b5d269b7ad82c9681eef5f43a203e8d2cc49d1106a7b5ac6648c83c92cf3aca6d1d0c07c4e9f1710d14d80c26d1962 From 8964859cef786a29f81f2495b2198fd913076a2e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 6 Oct 2020 14:32:19 +0000 Subject: [PATCH 1496/2185] podman-2:2.2.0-0.22.dev.gitdefb754 - autobuilt defb754 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0e06a43..5c642a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1378,3 +1378,4 @@ /podman-14fd7b4.tar.gz /podman-7c12967.tar.gz /podman-caace52.tar.gz +/podman-defb754.tar.gz diff --git a/podman.spec b/podman.spec index 302cce7..2f1832b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 caace52d54c846c948c88a62f973f4d11808532e +%global commit0 defb754945b3f99c1d786dac95d9b17b24f55e59 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.21.dev.git%{shortcommit0}%{?dist} +Release: 0.22.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -614,6 +614,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Oct 6 2020 RH Container Bot - 2:2.2.0-0.22.dev.gitdefb754 +- autobuilt defb754 + * Mon Oct 5 2020 RH Container Bot - 2:2.2.0-0.21.dev.gitcaace52 - autobuilt caace52 diff --git a/sources b/sources index 6463ca9..fb1cc82 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-caace52.tar.gz) = 2f1eae2ed08ff564c3ec65342b4d0a54b8b5d269b7ad82c9681eef5f43a203e8d2cc49d1106a7b5ac6648c83c92cf3aca6d1d0c07c4e9f1710d14d80c26d1962 +SHA512 (podman-defb754.tar.gz) = cbf6922c76c8d53cb125e3da23752ffe18f6fdb54ef6b700393b4383860fb65e4536bf4e7204857924bae1f678df3884f06b95e8f5ad92787f1441e289ddbe87 From 6606ba2d33101d297a1622050d81b4c8d60241c4 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 6 Oct 2020 15:30:24 -0400 Subject: [PATCH 1497/2185] podman-2:2.2.0-0.23.dev.gitdefb754 - btrfs deps for fedora only Signed-off-by: Lokesh Mandvekar --- podman.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 2f1832b..a877e72 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.22.dev.git%{shortcommit0}%{?dist} +Release: 0.23.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -89,8 +89,10 @@ Requires: conmon >= 2:2.0.16-1 Requires: oci-runtime Recommends: %{name}-plugins = %{epoch}:%{version}-%{release} Obsoletes: oci-systemd-hook <= 0.2.0-3 -%if 0%{?fedora} || 0%{?eln} +%if 0%{?fedora} && ! 0%{?eln} BuildRequires: btrfs-progs-devel +%endif +%if 0%{?fedora} || 0%{?eln} BuildRequires: ostree-devel Recommends: fuse-overlayfs >= 0.3-8 Recommends: crun >= 0.14-2 @@ -614,6 +616,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Oct 6 2020 Lokesh Mandvekar - 2:2.2.0-0.23.dev.gitdefb754 +- btrfs deps for fedora only + * Tue Oct 6 2020 RH Container Bot - 2:2.2.0-0.22.dev.gitdefb754 - autobuilt defb754 From 75c56b6ee999c0d5fc73ae4bc3f22ee721db0d8a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 7 Oct 2020 14:33:09 +0000 Subject: [PATCH 1498/2185] podman-2:2.2.0-0.24.dev.gita7500e5 - autobuilt a7500e5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5c642a6..e656472 100644 --- a/.gitignore +++ b/.gitignore @@ -1379,3 +1379,4 @@ /podman-7c12967.tar.gz /podman-caace52.tar.gz /podman-defb754.tar.gz +/podman-a7500e5.tar.gz diff --git a/podman.spec b/podman.spec index a877e72..20bcbca 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 defb754945b3f99c1d786dac95d9b17b24f55e59 +%global commit0 a7500e54a4646c7db477349e2530ac13df77b8fa %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.23.dev.git%{shortcommit0}%{?dist} +Release: 0.24.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -616,6 +616,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Oct 7 2020 RH Container Bot - 2:2.2.0-0.24.dev.gita7500e5 +- autobuilt a7500e5 + * Tue Oct 6 2020 Lokesh Mandvekar - 2:2.2.0-0.23.dev.gitdefb754 - btrfs deps for fedora only diff --git a/sources b/sources index fb1cc82..3244604 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-defb754.tar.gz) = cbf6922c76c8d53cb125e3da23752ffe18f6fdb54ef6b700393b4383860fb65e4536bf4e7204857924bae1f678df3884f06b95e8f5ad92787f1441e289ddbe87 +SHA512 (podman-a7500e5.tar.gz) = 3a25af594140ffadb31b4db2080e8544f3da73abc8ba7f9c4fa8f7962bbdcc9f4a83f0a5d7260e7b93bb5200735b8b76857c3618447462d649e968f683c30b3e From 5267b73bb994bc6ab1439d8fb9b05340db346539 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 8 Oct 2020 14:32:29 +0000 Subject: [PATCH 1499/2185] podman-2:2.2.0-0.25.dev.git59b5f0a - autobuilt 59b5f0a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e656472..412341b 100644 --- a/.gitignore +++ b/.gitignore @@ -1380,3 +1380,4 @@ /podman-caace52.tar.gz /podman-defb754.tar.gz /podman-a7500e5.tar.gz +/podman-59b5f0a.tar.gz diff --git a/podman.spec b/podman.spec index 20bcbca..e11fd24 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 a7500e54a4646c7db477349e2530ac13df77b8fa +%global commit0 59b5f0ac32ddf615fada021bc62c823bb73233da %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.24.dev.git%{shortcommit0}%{?dist} +Release: 0.25.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -616,6 +616,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Oct 8 2020 RH Container Bot - 2:2.2.0-0.25.dev.git59b5f0a +- autobuilt 59b5f0a + * Wed Oct 7 2020 RH Container Bot - 2:2.2.0-0.24.dev.gita7500e5 - autobuilt a7500e5 diff --git a/sources b/sources index 3244604..b698868 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-a7500e5.tar.gz) = 3a25af594140ffadb31b4db2080e8544f3da73abc8ba7f9c4fa8f7962bbdcc9f4a83f0a5d7260e7b93bb5200735b8b76857c3618447462d649e968f683c30b3e +SHA512 (podman-59b5f0a.tar.gz) = 931f348ee44555cd7de4a732d4089372eb93f88273561cd18d9266e192bb533ddc9e8409d5ad613fb357e179b9f920dd17e356376faeb541d788bc1c487b7c01 From a10e575aaa64241258276c5607e875979d18863d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 9 Oct 2020 14:33:12 +0000 Subject: [PATCH 1500/2185] podman-2:2.2.0-0.26.dev.git71d675a - autobuilt 71d675a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 412341b..a0fb018 100644 --- a/.gitignore +++ b/.gitignore @@ -1381,3 +1381,4 @@ /podman-defb754.tar.gz /podman-a7500e5.tar.gz /podman-59b5f0a.tar.gz +/podman-71d675a.tar.gz diff --git a/podman.spec b/podman.spec index e11fd24..579ca98 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 59b5f0ac32ddf615fada021bc62c823bb73233da +%global commit0 71d675a164ee64111db1a9214673a3498b3aa123 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.25.dev.git%{shortcommit0}%{?dist} +Release: 0.26.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -616,6 +616,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Oct 9 2020 RH Container Bot - 2:2.2.0-0.26.dev.git71d675a +- autobuilt 71d675a + * Thu Oct 8 2020 RH Container Bot - 2:2.2.0-0.25.dev.git59b5f0a - autobuilt 59b5f0a diff --git a/sources b/sources index b698868..ec0bb7b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-59b5f0a.tar.gz) = 931f348ee44555cd7de4a732d4089372eb93f88273561cd18d9266e192bb533ddc9e8409d5ad613fb357e179b9f920dd17e356376faeb541d788bc1c487b7c01 +SHA512 (podman-71d675a.tar.gz) = 9ef519f4442c293fcd9ebec75710bb8b57463afce3cf1be660f1b2935d0de417384d2eb166ea79ce6ac38f90d6219ee6d8f9b90b693bfd4efedb3edd8f655239 From 94c5e6ccc5792cdb53fc4bf35c2183dc1b978ed1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 10 Oct 2020 14:33:13 +0000 Subject: [PATCH 1501/2185] podman-2:2.2.0-0.27.dev.git7876dd5 - autobuilt 7876dd5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a0fb018..9089a49 100644 --- a/.gitignore +++ b/.gitignore @@ -1382,3 +1382,4 @@ /podman-a7500e5.tar.gz /podman-59b5f0a.tar.gz /podman-71d675a.tar.gz +/podman-7876dd5.tar.gz diff --git a/podman.spec b/podman.spec index 579ca98..ff4ac81 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 71d675a164ee64111db1a9214673a3498b3aa123 +%global commit0 7876dd51134c946d48f29f98d52dede685656194 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.26.dev.git%{shortcommit0}%{?dist} +Release: 0.27.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -616,6 +616,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Oct 10 2020 RH Container Bot - 2:2.2.0-0.27.dev.git7876dd5 +- autobuilt 7876dd5 + * Fri Oct 9 2020 RH Container Bot - 2:2.2.0-0.26.dev.git71d675a - autobuilt 71d675a diff --git a/sources b/sources index ec0bb7b..79bbbdc 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-71d675a.tar.gz) = 9ef519f4442c293fcd9ebec75710bb8b57463afce3cf1be660f1b2935d0de417384d2eb166ea79ce6ac38f90d6219ee6d8f9b90b693bfd4efedb3edd8f655239 +SHA512 (podman-7876dd5.tar.gz) = 97ec3d3ce43f6c0fa3dd0b89a71116e648fe128118fb7773cc4ea99ab6498f6fb03b4c776c27ffd19f0c485ebe169fd0cd2af6827a242cc1be94281305f80eed From e82738ee0dea279b764646a12d004c3f4c74f990 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 12 Oct 2020 14:32:07 +0000 Subject: [PATCH 1502/2185] podman-2:2.2.0-0.28.dev.git212011f - autobuilt 212011f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9089a49..3fe6c62 100644 --- a/.gitignore +++ b/.gitignore @@ -1383,3 +1383,4 @@ /podman-59b5f0a.tar.gz /podman-71d675a.tar.gz /podman-7876dd5.tar.gz +/podman-212011f.tar.gz diff --git a/podman.spec b/podman.spec index ff4ac81..7988573 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7876dd51134c946d48f29f98d52dede685656194 +%global commit0 212011f166d6f56421fcc5260def999e71156d32 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.27.dev.git%{shortcommit0}%{?dist} +Release: 0.28.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -616,6 +616,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Oct 12 2020 RH Container Bot - 2:2.2.0-0.28.dev.git212011f +- autobuilt 212011f + * Sat Oct 10 2020 RH Container Bot - 2:2.2.0-0.27.dev.git7876dd5 - autobuilt 7876dd5 diff --git a/sources b/sources index 79bbbdc..847afa8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-7876dd5.tar.gz) = 97ec3d3ce43f6c0fa3dd0b89a71116e648fe128118fb7773cc4ea99ab6498f6fb03b4c776c27ffd19f0c485ebe169fd0cd2af6827a242cc1be94281305f80eed +SHA512 (podman-212011f.tar.gz) = 1c0fed9fe7b82dc63a0199e7a7053650fe797eb0d67d3c7f0d81ea1eb6fb43e3714bce4b7b6fac58ae596951ac80a1c088171814d008e9b77beff6a8ec726fa5 From 2f1f81de1480b78de51432e21660768af1987846 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 12 Oct 2020 17:31:07 +0200 Subject: [PATCH 1503/2185] podman-2.2.0-0.29.dev.git212011f.fc34 - use %%rhel instead of %%eln, thanks to Adam Samalik for noticing Signed-off-by: Jindrich Novy --- podman.spec | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/podman.spec b/podman.spec index 7988573..6f8f9e7 100644 --- a/podman.spec +++ b/podman.spec @@ -3,7 +3,7 @@ %global with_check 0 %global with_unit_test 0 -%if 0%{?fedora} || 0%{?centos} >= 8 || 0%{?eln} +%if 0%{?fedora} || 0%{?centos} >= 8 || 0%{?rhel} #### DO NOT REMOVE - NEEDED FOR CENTOS %global with_debug 1 %else @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.28.dev.git%{shortcommit0}%{?dist} +Release: 0.29.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -89,15 +89,15 @@ Requires: conmon >= 2:2.0.16-1 Requires: oci-runtime Recommends: %{name}-plugins = %{epoch}:%{version}-%{release} Obsoletes: oci-systemd-hook <= 0.2.0-3 -%if 0%{?fedora} && ! 0%{?eln} +%if 0%{?fedora} && ! 0%{?rhel} BuildRequires: btrfs-progs-devel %endif -%if 0%{?fedora} || 0%{?eln} +%if 0%{?fedora} || 0%{?rhel} BuildRequires: ostree-devel Recommends: fuse-overlayfs >= 0.3-8 Recommends: crun >= 0.14-2 %endif -%if 0%{?fedora} || 0%{?centos} >= 8 || 0%{?eln} +%if 0%{?fedora} || 0%{?centos} >= 8 || 0%{?rhel} Recommends: catatonit Requires: (container-selinux if selinux-policy) Recommends: runc @@ -363,7 +363,7 @@ This package contains unit tests for project providing packages with %{import_path} prefix. %endif -%if 0%{?fedora} || 0%{?eln} +%if 0%{?fedora} || 0%{?rhel} %package tests Summary: Tests for %{name} @@ -463,7 +463,7 @@ PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{build install.systemd \ install.completions \ install.docker \ -%if 0%{?fedora} || 0%{?eln} +%if 0%{?fedora} || 0%{?rhel} install.remote-nobuild \ %endif @@ -597,7 +597,7 @@ exit 0 %endif #### DO NOT REMOVE - NEEDED FOR CENTOS -%if 0%{?fedora} || 0%{?eln} +%if 0%{?fedora} || 0%{?rhel} %files remote %license LICENSE %{_bindir}/%{name}-remote @@ -616,6 +616,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Oct 12 2020 Jindrich Novy - 2:2.2.0-0.29.dev.git212011f +- use %%rhel instead of %%eln, thanks to Adam Samalik for noticing + * Mon Oct 12 2020 RH Container Bot - 2:2.2.0-0.28.dev.git212011f - autobuilt 212011f From f7adc9205c2c38a38a67d7f9b5568c07fdef0097 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 13 Oct 2020 14:32:38 +0000 Subject: [PATCH 1504/2185] podman-2:2.2.0-0.30.dev.git7ad631b - autobuilt 7ad631b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3fe6c62..0fc7dba 100644 --- a/.gitignore +++ b/.gitignore @@ -1384,3 +1384,4 @@ /podman-71d675a.tar.gz /podman-7876dd5.tar.gz /podman-212011f.tar.gz +/podman-7ad631b.tar.gz diff --git a/podman.spec b/podman.spec index 6f8f9e7..0d803f5 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 212011f166d6f56421fcc5260def999e71156d32 +%global commit0 7ad631b819d991559ba20e4728a6803a2546158f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.29.dev.git%{shortcommit0}%{?dist} +Release: 0.30.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -616,6 +616,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Oct 13 2020 RH Container Bot - 2:2.2.0-0.30.dev.git7ad631b +- autobuilt 7ad631b + * Mon Oct 12 2020 Jindrich Novy - 2:2.2.0-0.29.dev.git212011f - use %%rhel instead of %%eln, thanks to Adam Samalik for noticing diff --git a/sources b/sources index 847afa8..0387be2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-212011f.tar.gz) = 1c0fed9fe7b82dc63a0199e7a7053650fe797eb0d67d3c7f0d81ea1eb6fb43e3714bce4b7b6fac58ae596951ac80a1c088171814d008e9b77beff6a8ec726fa5 +SHA512 (podman-7ad631b.tar.gz) = 6dcbbf275c982e6361d0fe4f75809c99fc9389432640da9317bfa3c23d52c11b6f89b80a31337a156008955a7b5df1129f4d670c4cbbc9b9eb69dfd35d803c2b From d39daa9e872e111c03d8be9158f0273c336bc934 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 14 Oct 2020 14:32:18 +0000 Subject: [PATCH 1505/2185] podman-2:2.2.0-0.31.dev.gitd30b4b7 - autobuilt d30b4b7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0fc7dba..2b8c459 100644 --- a/.gitignore +++ b/.gitignore @@ -1385,3 +1385,4 @@ /podman-7876dd5.tar.gz /podman-212011f.tar.gz /podman-7ad631b.tar.gz +/podman-d30b4b7.tar.gz diff --git a/podman.spec b/podman.spec index 0d803f5..1f481e4 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7ad631b819d991559ba20e4728a6803a2546158f +%global commit0 d30b4b7aa5076c3192faada7d408f039a40414eb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.30.dev.git%{shortcommit0}%{?dist} +Release: 0.31.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -616,6 +616,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Oct 14 2020 RH Container Bot - 2:2.2.0-0.31.dev.gitd30b4b7 +- autobuilt d30b4b7 + * Tue Oct 13 2020 RH Container Bot - 2:2.2.0-0.30.dev.git7ad631b - autobuilt 7ad631b diff --git a/sources b/sources index 0387be2..186d152 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-7ad631b.tar.gz) = 6dcbbf275c982e6361d0fe4f75809c99fc9389432640da9317bfa3c23d52c11b6f89b80a31337a156008955a7b5df1129f4d670c4cbbc9b9eb69dfd35d803c2b +SHA512 (podman-d30b4b7.tar.gz) = a7046b545b6a7ef69d6fcf7392abe0f8205ba148b98f162ecda3825766f2b6aeb27a0fb2e03a69c7444b5bd2b97f46e7805d350e2a6d7dedde5e8c32bc788860 From 0888198d24012416606010b6f0473acc296fe069 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 15 Oct 2020 14:33:22 +0000 Subject: [PATCH 1506/2185] podman-2:2.2.0-0.32.dev.gita82d60d - autobuilt a82d60d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2b8c459..6f2720c 100644 --- a/.gitignore +++ b/.gitignore @@ -1386,3 +1386,4 @@ /podman-212011f.tar.gz /podman-7ad631b.tar.gz /podman-d30b4b7.tar.gz +/podman-a82d60d.tar.gz diff --git a/podman.spec b/podman.spec index 1f481e4..7e8502c 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d30b4b7aa5076c3192faada7d408f039a40414eb +%global commit0 a82d60db0f36ef870eeb02385a85ffb7fcfeb56e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.31.dev.git%{shortcommit0}%{?dist} +Release: 0.32.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -616,6 +616,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Oct 15 2020 RH Container Bot - 2:2.2.0-0.32.dev.gita82d60d +- autobuilt a82d60d + * Wed Oct 14 2020 RH Container Bot - 2:2.2.0-0.31.dev.gitd30b4b7 - autobuilt d30b4b7 diff --git a/sources b/sources index 186d152..c575eca 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-d30b4b7.tar.gz) = a7046b545b6a7ef69d6fcf7392abe0f8205ba148b98f162ecda3825766f2b6aeb27a0fb2e03a69c7444b5bd2b97f46e7805d350e2a6d7dedde5e8c32bc788860 +SHA512 (podman-a82d60d.tar.gz) = 4bc39f8b07803430ab1e54d41c8d7ddbd76df0dca52ffb0a3e2213df940bc78b7decc679632e5d47a9db9ee5cba05b662f73ce56c3bae80bb48f4ad2e3a3b3cb From e09d72af8301c8c63ef30d4eb4f338b960c438ed Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 16 Oct 2020 14:32:38 +0000 Subject: [PATCH 1507/2185] podman-2:2.2.0-0.33.dev.git9f98b34 - autobuilt 9f98b34 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6f2720c..3cfcfb4 100644 --- a/.gitignore +++ b/.gitignore @@ -1387,3 +1387,4 @@ /podman-7ad631b.tar.gz /podman-d30b4b7.tar.gz /podman-a82d60d.tar.gz +/podman-9f98b34.tar.gz diff --git a/podman.spec b/podman.spec index 7e8502c..1f428ea 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 a82d60db0f36ef870eeb02385a85ffb7fcfeb56e +%global commit0 9f98b3447c7a1c34d328a387993722e4e7113cd2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.32.dev.git%{shortcommit0}%{?dist} +Release: 0.33.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -616,6 +616,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Oct 16 2020 RH Container Bot - 2:2.2.0-0.33.dev.git9f98b34 +- autobuilt 9f98b34 + * Thu Oct 15 2020 RH Container Bot - 2:2.2.0-0.32.dev.gita82d60d - autobuilt a82d60d diff --git a/sources b/sources index c575eca..0e9c8f1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-a82d60d.tar.gz) = 4bc39f8b07803430ab1e54d41c8d7ddbd76df0dca52ffb0a3e2213df940bc78b7decc679632e5d47a9db9ee5cba05b662f73ce56c3bae80bb48f4ad2e3a3b3cb +SHA512 (podman-9f98b34.tar.gz) = 798c2e4168d2ed98d82322387ad61e0eed56d649970f040e87294a662efaf8827b9b28385a4ec29fb58ef137e6eb2f363c414e02c9aa11b5af009b494bbb3b80 From 29307e2dca31695f4ecda6da829028375d3b0976 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 17 Oct 2020 14:32:03 +0000 Subject: [PATCH 1508/2185] podman-2:2.2.0-0.34.dev.git39f1bea - autobuilt 39f1bea Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3cfcfb4..a8cdb7c 100644 --- a/.gitignore +++ b/.gitignore @@ -1388,3 +1388,4 @@ /podman-d30b4b7.tar.gz /podman-a82d60d.tar.gz /podman-9f98b34.tar.gz +/podman-39f1bea.tar.gz diff --git a/podman.spec b/podman.spec index 1f428ea..b375c8e 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9f98b3447c7a1c34d328a387993722e4e7113cd2 +%global commit0 39f1bea46dbdbefb917d361726e8452e9fa5c276 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.33.dev.git%{shortcommit0}%{?dist} +Release: 0.34.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -616,6 +616,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Oct 17 2020 RH Container Bot - 2:2.2.0-0.34.dev.git39f1bea +- autobuilt 39f1bea + * Fri Oct 16 2020 RH Container Bot - 2:2.2.0-0.33.dev.git9f98b34 - autobuilt 9f98b34 diff --git a/sources b/sources index 0e9c8f1..7521f79 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-9f98b34.tar.gz) = 798c2e4168d2ed98d82322387ad61e0eed56d649970f040e87294a662efaf8827b9b28385a4ec29fb58ef137e6eb2f363c414e02c9aa11b5af009b494bbb3b80 +SHA512 (podman-39f1bea.tar.gz) = f1202bbc34b7d7a9e276515118f2bf23f7c4bcf6a7c7d0835c74cb0180e99a0612fa180da0c585ee471620bda97aeed61524a1d86f8a34100083135005b0f8d8 From 80603edb550de5d1b39f680d7ae0ab5285664558 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 18 Oct 2020 14:32:47 +0000 Subject: [PATCH 1509/2185] podman-2:2.2.0-0.35.dev.git6ec96dc - autobuilt 6ec96dc Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a8cdb7c..bfe389b 100644 --- a/.gitignore +++ b/.gitignore @@ -1389,3 +1389,4 @@ /podman-a82d60d.tar.gz /podman-9f98b34.tar.gz /podman-39f1bea.tar.gz +/podman-6ec96dc.tar.gz diff --git a/podman.spec b/podman.spec index b375c8e..67a5770 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 39f1bea46dbdbefb917d361726e8452e9fa5c276 +%global commit0 6ec96dc009d73cc2b0a3fa81149ca599b04252e4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.34.dev.git%{shortcommit0}%{?dist} +Release: 0.35.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -616,6 +616,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Oct 18 2020 RH Container Bot - 2:2.2.0-0.35.dev.git6ec96dc +- autobuilt 6ec96dc + * Sat Oct 17 2020 RH Container Bot - 2:2.2.0-0.34.dev.git39f1bea - autobuilt 39f1bea diff --git a/sources b/sources index 7521f79..83bac9e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-39f1bea.tar.gz) = f1202bbc34b7d7a9e276515118f2bf23f7c4bcf6a7c7d0835c74cb0180e99a0612fa180da0c585ee471620bda97aeed61524a1d86f8a34100083135005b0f8d8 +SHA512 (podman-6ec96dc.tar.gz) = 362ce4ae29db52cd44febcea9c24db28b63ffcf846181daa0fd5cef34b3e5ad426fe36cf2d2145033217dbd7f0020198f306f79c63b00295b921b0247643b383 From fee6ccac125f77013703c2ad6f2b14a765d35dde Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 19 Oct 2020 06:27:01 -0600 Subject: [PATCH 1510/2185] Podman tests now require buildah PR #7891 introduced a way for podman-rm to remove external containers; to test it, we need buildah. Signed-off-by: Ed Santiago --- podman.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/podman.spec b/podman.spec index 67a5770..11e353a 100644 --- a/podman.spec +++ b/podman.spec @@ -375,6 +375,7 @@ Requires: nmap-ncat Requires: httpd-tools Requires: openssl Requires: socat +Requires: buildah %description tests %{summary} From 6645c600b7db90eed4bd949cd919ed1ad02b8ed7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 19 Oct 2020 14:34:17 +0000 Subject: [PATCH 1511/2185] podman-2:2.2.0-0.36.dev.git7ffcab0 - autobuilt 7ffcab0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bfe389b..5271341 100644 --- a/.gitignore +++ b/.gitignore @@ -1390,3 +1390,4 @@ /podman-9f98b34.tar.gz /podman-39f1bea.tar.gz /podman-6ec96dc.tar.gz +/podman-7ffcab0.tar.gz diff --git a/podman.spec b/podman.spec index 11e353a..db3c291 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 6ec96dc009d73cc2b0a3fa81149ca599b04252e4 +%global commit0 7ffcab0854342844a44b2668bd9d98849bf935c8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.35.dev.git%{shortcommit0}%{?dist} +Release: 0.36.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -617,6 +617,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Oct 19 2020 RH Container Bot - 2:2.2.0-0.36.dev.git7ffcab0 +- autobuilt 7ffcab0 + * Sun Oct 18 2020 RH Container Bot - 2:2.2.0-0.35.dev.git6ec96dc - autobuilt 6ec96dc diff --git a/sources b/sources index 83bac9e..802bb45 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-6ec96dc.tar.gz) = 362ce4ae29db52cd44febcea9c24db28b63ffcf846181daa0fd5cef34b3e5ad426fe36cf2d2145033217dbd7f0020198f306f79c63b00295b921b0247643b383 +SHA512 (podman-7ffcab0.tar.gz) = 63f948d000d46b29f3ba120e6066afc99e716efcc4e0d16f586e39655f84fd6cd9a6099a91e66e0eb23ccebd15bdc5a46995efc6d42e803b05944f0b113f3837 From 084cb31972a6511eca8766504c0453ad0edb8787 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 20 Oct 2020 14:37:19 +0000 Subject: [PATCH 1512/2185] podman-2:2.2.0-0.37.dev.git35b4cb1 - autobuilt 35b4cb1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5271341..624ab37 100644 --- a/.gitignore +++ b/.gitignore @@ -1391,3 +1391,4 @@ /podman-39f1bea.tar.gz /podman-6ec96dc.tar.gz /podman-7ffcab0.tar.gz +/podman-35b4cb1.tar.gz diff --git a/podman.spec b/podman.spec index db3c291..08ab522 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7ffcab0854342844a44b2668bd9d98849bf935c8 +%global commit0 35b4cb196545eee3b072083e716ad4588e0bb486 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.36.dev.git%{shortcommit0}%{?dist} +Release: 0.37.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -617,6 +617,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Oct 20 2020 RH Container Bot - 2:2.2.0-0.37.dev.git35b4cb1 +- autobuilt 35b4cb1 + * Mon Oct 19 2020 RH Container Bot - 2:2.2.0-0.36.dev.git7ffcab0 - autobuilt 7ffcab0 diff --git a/sources b/sources index 802bb45..cb35289 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-7ffcab0.tar.gz) = 63f948d000d46b29f3ba120e6066afc99e716efcc4e0d16f586e39655f84fd6cd9a6099a91e66e0eb23ccebd15bdc5a46995efc6d42e803b05944f0b113f3837 +SHA512 (podman-35b4cb1.tar.gz) = 0ab4888204212a904ab564f9f91bc1e2e6ddf74bdede125efeecbefadc38c4168f76542ccb2f5e1427f0366cd60e3928f8ab9aa36f7fe4395c22814e7d9b8089 From 3f2f50cda9c6dd6e86824f7b944944c20946fd6f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 21 Oct 2020 14:32:40 +0000 Subject: [PATCH 1513/2185] podman-2:2.2.0-0.38.dev.git287edd4 - autobuilt 287edd4 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 624ab37..35eca12 100644 --- a/.gitignore +++ b/.gitignore @@ -1392,3 +1392,4 @@ /podman-6ec96dc.tar.gz /podman-7ffcab0.tar.gz /podman-35b4cb1.tar.gz +/podman-287edd4.tar.gz diff --git a/podman.spec b/podman.spec index 08ab522..e1258c6 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 35b4cb196545eee3b072083e716ad4588e0bb486 +%global commit0 287edd4e214f09a695ceb074c14f8b72f6695e1f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.37.dev.git%{shortcommit0}%{?dist} +Release: 0.38.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -617,6 +617,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Oct 21 2020 RH Container Bot - 2:2.2.0-0.38.dev.git287edd4 +- autobuilt 287edd4 + * Tue Oct 20 2020 RH Container Bot - 2:2.2.0-0.37.dev.git35b4cb1 - autobuilt 35b4cb1 diff --git a/sources b/sources index cb35289..4a67b15 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-35b4cb1.tar.gz) = 0ab4888204212a904ab564f9f91bc1e2e6ddf74bdede125efeecbefadc38c4168f76542ccb2f5e1427f0366cd60e3928f8ab9aa36f7fe4395c22814e7d9b8089 +SHA512 (podman-287edd4.tar.gz) = 509df8fbd803bd260de7c1a782a6d5153a3dcac9d77f60c08a1448b5e2b30561a7e16da2d3697dc85dd560b8168780c7d4a67f0b6733f890bde78924cde16866 From 0ff6723225120acda6c847171335abe7b24e15de Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 23 Oct 2020 13:38:16 -0400 Subject: [PATCH 1514/2185] correct changelog order Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index e1258c6..752cff3 100644 --- a/podman.spec +++ b/podman.spec @@ -1134,7 +1134,7 @@ exit 0 * Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.154.dev.git807efd6 - autobuilt 807efd6 -* Mon Aug 3 2020 Peter Oliver - 2:2.1.0-0.153.dev.git1709335 +* Tue Aug 04 2020 Peter Oliver - 2:2.1.0-0.153.dev.git1709335 - Include podman-auto-update systemd service and timer. * Tue Aug 04 2020 RH Container Bot - 2:2.1.0-0.152.dev.gitd4cf3c5 From dec3738c8c8c88f0f02b24a10e69f3bcdb7ca93a Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Fri, 23 Oct 2020 13:45:57 -0400 Subject: [PATCH 1515/2185] Test build --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 752cff3..83dd450 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.38.dev.git%{shortcommit0}%{?dist} +Release: 0.39.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -617,6 +617,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Oct 23 2020 ashley-cui - 2:2.2.0-0.39.dev.git287edd4 +- ‘rebuild’ + * Wed Oct 21 2020 RH Container Bot - 2:2.2.0-0.38.dev.git287edd4 - autobuilt 287edd4 From 98a7c499db0f5486591b7a759582996fac7689e4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 6 Nov 2020 14:53:02 +0000 Subject: [PATCH 1516/2185] podman-2:2.2.0-0.40.dev.git07293bc - autobuilt 07293bc Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 35eca12..4e8fa30 100644 --- a/.gitignore +++ b/.gitignore @@ -1393,3 +1393,4 @@ /podman-7ffcab0.tar.gz /podman-35b4cb1.tar.gz /podman-287edd4.tar.gz +/podman-07293bc.tar.gz diff --git a/podman.spec b/podman.spec index 83dd450..025bd51 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 287edd4e214f09a695ceb074c14f8b72f6695e1f +%global commit0 07293bc30afb6abc016db793b3deeec75f20e205 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.39.dev.git%{shortcommit0}%{?dist} +Release: 0.40.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -617,6 +617,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Nov 6 2020 RH Container Bot - 2:2.2.0-0.40.dev.git07293bc +- autobuilt 07293bc + * Fri Oct 23 2020 ashley-cui - 2:2.2.0-0.39.dev.git287edd4 - ‘rebuild’ diff --git a/sources b/sources index 4a67b15..4de745d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-287edd4.tar.gz) = 509df8fbd803bd260de7c1a782a6d5153a3dcac9d77f60c08a1448b5e2b30561a7e16da2d3697dc85dd560b8168780c7d4a67f0b6733f890bde78924cde16866 +SHA512 (podman-07293bc.tar.gz) = deb5b16f5f7e72ba01079a740814c324f1de0a3e362a3c6d45fda4844974fa482c4b6a69234bbed5e9d16925d4d04e0b88a05cadd5a91af97daec41106ecb6fe From c18d21a5e1138864006ad20c8af0fe28133fa921 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 7 Nov 2020 14:32:44 +0000 Subject: [PATCH 1517/2185] podman-2:2.2.0-0.41.dev.gite2b82e6 - autobuilt e2b82e6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4e8fa30..d3b57fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1394,3 +1394,4 @@ /podman-35b4cb1.tar.gz /podman-287edd4.tar.gz /podman-07293bc.tar.gz +/podman-e2b82e6.tar.gz diff --git a/podman.spec b/podman.spec index 025bd51..4423b0b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 07293bc30afb6abc016db793b3deeec75f20e205 +%global commit0 e2b82e6245ed9459a37dc004a2b1d593d2835cb7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.40.dev.git%{shortcommit0}%{?dist} +Release: 0.41.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -617,6 +617,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Nov 7 2020 RH Container Bot - 2:2.2.0-0.41.dev.gite2b82e6 +- autobuilt e2b82e6 + * Fri Nov 6 2020 RH Container Bot - 2:2.2.0-0.40.dev.git07293bc - autobuilt 07293bc diff --git a/sources b/sources index 4de745d..8f770f7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-07293bc.tar.gz) = deb5b16f5f7e72ba01079a740814c324f1de0a3e362a3c6d45fda4844974fa482c4b6a69234bbed5e9d16925d4d04e0b88a05cadd5a91af97daec41106ecb6fe +SHA512 (podman-e2b82e6.tar.gz) = a937f3b6455a1ed8b174954b11237c89c4429f6291b3c0e9f03ea3f47413382bde99a034e1b14d97cb1d48a25277f3d1f07621070ce3e2d29a7bb804a71a51e6 From ff9a69c3c30ea57daa69c241018a62299d9052c1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 10 Nov 2020 14:33:22 +0000 Subject: [PATCH 1518/2185] podman-2:2.2.0-0.42.dev.gitda01191 - autobuilt da01191 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d3b57fe..1a26ef8 100644 --- a/.gitignore +++ b/.gitignore @@ -1395,3 +1395,4 @@ /podman-287edd4.tar.gz /podman-07293bc.tar.gz /podman-e2b82e6.tar.gz +/podman-da01191.tar.gz diff --git a/podman.spec b/podman.spec index 4423b0b..8212140 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e2b82e6245ed9459a37dc004a2b1d593d2835cb7 +%global commit0 da01191aa3526e3a77d9a055e23c318c26720785 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.41.dev.git%{shortcommit0}%{?dist} +Release: 0.42.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -617,6 +617,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Nov 10 2020 RH Container Bot - 2:2.2.0-0.42.dev.gitda01191 +- autobuilt da01191 + * Sat Nov 7 2020 RH Container Bot - 2:2.2.0-0.41.dev.gite2b82e6 - autobuilt e2b82e6 diff --git a/sources b/sources index 8f770f7..614ecec 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-e2b82e6.tar.gz) = a937f3b6455a1ed8b174954b11237c89c4429f6291b3c0e9f03ea3f47413382bde99a034e1b14d97cb1d48a25277f3d1f07621070ce3e2d29a7bb804a71a51e6 +SHA512 (podman-da01191.tar.gz) = 10a8c2a433e9ab3b75aeeeb409528cbf2db3deb9abf9329a22932aad959138961444d502af5fd620026a36191f18d96e8845bca82386dd6efcc1179e1e5f436d From 449c64d5ed020fc744c8382a51660c7b1a46510e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 11 Nov 2020 14:34:03 +0000 Subject: [PATCH 1519/2185] podman-2:2.2.0-0.43.dev.gite443c01 - autobuilt e443c01 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1a26ef8..7674f15 100644 --- a/.gitignore +++ b/.gitignore @@ -1396,3 +1396,4 @@ /podman-07293bc.tar.gz /podman-e2b82e6.tar.gz /podman-da01191.tar.gz +/podman-e443c01.tar.gz diff --git a/podman.spec b/podman.spec index 8212140..e3c01a3 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 da01191aa3526e3a77d9a055e23c318c26720785 +%global commit0 e443c01437d6b592a0d580f09d92d6c4ef795089 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.42.dev.git%{shortcommit0}%{?dist} +Release: 0.43.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -617,6 +617,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Nov 11 2020 RH Container Bot - 2:2.2.0-0.43.dev.gite443c01 +- autobuilt e443c01 + * Tue Nov 10 2020 RH Container Bot - 2:2.2.0-0.42.dev.gitda01191 - autobuilt da01191 diff --git a/sources b/sources index 614ecec..ca382e2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-da01191.tar.gz) = 10a8c2a433e9ab3b75aeeeb409528cbf2db3deb9abf9329a22932aad959138961444d502af5fd620026a36191f18d96e8845bca82386dd6efcc1179e1e5f436d +SHA512 (podman-e443c01.tar.gz) = 3a4a8fc7a8c1b128144c060bea91bbfe30b317026ba2ea6cb38a65391569b1b7b0de4ceff63bdb4ddd373005fde0838de14720e6352e631db032231568e6e43e From 7ab09bf5b95096126e6a169c56416936a5df69c6 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 11 Nov 2020 12:29:54 -0700 Subject: [PATCH 1520/2185] Distribute newly-added tmpfiles.d/podman Added by #8241. Koji builds have been failing due to this: error: Installed (but unpackaged) file(s) found Signed-off-by: Ed Santiago --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index e3c01a3..7a8d55b 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.43.dev.git%{shortcommit0}%{?dist} +Release: 0.44.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -578,6 +578,7 @@ exit 0 %{_userunitdir}/%{name}-auto-update.timer %{_userunitdir}/%{name}.service %{_userunitdir}/%{name}.socket +%{_usr}/lib/tmpfiles.d/%{name}.conf %files docker %{_bindir}/docker @@ -617,6 +618,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Nov 11 2020 Eduardo Santiago - 2:2.2.0-0.44.dev.gite443c01 +- distribute newly-added /usr/lib/tmpfiles.d/podman.conf + * Wed Nov 11 2020 RH Container Bot - 2:2.2.0-0.43.dev.gite443c01 - autobuilt e443c01 From cbc79217958ac0787df21a087900c78093b7d6fb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 12 Nov 2020 14:32:52 +0000 Subject: [PATCH 1521/2185] podman-2:2.2.0-0.45.dev.git6c2503c - autobuilt 6c2503c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7674f15..0ba4f1d 100644 --- a/.gitignore +++ b/.gitignore @@ -1397,3 +1397,4 @@ /podman-e2b82e6.tar.gz /podman-da01191.tar.gz /podman-e443c01.tar.gz +/podman-6c2503c.tar.gz diff --git a/podman.spec b/podman.spec index 7a8d55b..c428db2 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e443c01437d6b592a0d580f09d92d6c4ef795089 +%global commit0 6c2503ca04d0224a22ae687337436a3ffeb6579d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.44.dev.git%{shortcommit0}%{?dist} +Release: 0.45.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -618,6 +618,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Nov 12 2020 RH Container Bot - 2:2.2.0-0.45.dev.git6c2503c +- autobuilt 6c2503c + * Wed Nov 11 2020 Eduardo Santiago - 2:2.2.0-0.44.dev.gite443c01 - distribute newly-added /usr/lib/tmpfiles.d/podman.conf diff --git a/sources b/sources index ca382e2..a907b7e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-e443c01.tar.gz) = 3a4a8fc7a8c1b128144c060bea91bbfe30b317026ba2ea6cb38a65391569b1b7b0de4ceff63bdb4ddd373005fde0838de14720e6352e631db032231568e6e43e +SHA512 (podman-6c2503c.tar.gz) = 1659e8472304f4d2141fe8640baea63c496d51a210dee3efeb45fb2359e07222de65a51dad5c33a526c82882f93c775fcdf5d1703737fe199534f3c88970b049 From 5bcf1e1dfde4dc195e4504f94a1202610eb7dd81 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 13 Nov 2020 14:33:49 +0000 Subject: [PATCH 1522/2185] podman-2:2.2.0-0.46.dev.git0b1a60e - autobuilt 0b1a60e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0ba4f1d..058bbe6 100644 --- a/.gitignore +++ b/.gitignore @@ -1398,3 +1398,4 @@ /podman-da01191.tar.gz /podman-e443c01.tar.gz /podman-6c2503c.tar.gz +/podman-0b1a60e.tar.gz diff --git a/podman.spec b/podman.spec index c428db2..a61c2d4 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 6c2503ca04d0224a22ae687337436a3ffeb6579d +%global commit0 0b1a60ec27928a40ac827148c1517098612616bd %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.45.dev.git%{shortcommit0}%{?dist} +Release: 0.46.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -618,6 +618,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Nov 13 2020 RH Container Bot - 2:2.2.0-0.46.dev.git0b1a60e +- autobuilt 0b1a60e + * Thu Nov 12 2020 RH Container Bot - 2:2.2.0-0.45.dev.git6c2503c - autobuilt 6c2503c diff --git a/sources b/sources index a907b7e..d75cd8b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-6c2503c.tar.gz) = 1659e8472304f4d2141fe8640baea63c496d51a210dee3efeb45fb2359e07222de65a51dad5c33a526c82882f93c775fcdf5d1703737fe199534f3c88970b049 +SHA512 (podman-0b1a60e.tar.gz) = eee4a5f1002c6df345281b9c29aae4a1f86fdf05e51103c950535852f4bc70655498a7fd834345cbb5d6c7bd6577a300e82fa7ff7c3167f66c88a8eb04b0acf3 From d2060641d527afaa6023f2725f8cdadc1d8ffa4a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 14 Nov 2020 14:33:54 +0000 Subject: [PATCH 1523/2185] podman-2:2.2.0-0.47.dev.git4eb9c28 - autobuilt 4eb9c28 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 058bbe6..ba40b5b 100644 --- a/.gitignore +++ b/.gitignore @@ -1399,3 +1399,4 @@ /podman-e443c01.tar.gz /podman-6c2503c.tar.gz /podman-0b1a60e.tar.gz +/podman-4eb9c28.tar.gz diff --git a/podman.spec b/podman.spec index a61c2d4..519b060 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 0b1a60ec27928a40ac827148c1517098612616bd +%global commit0 4eb9c28433f8aa1827f844881efb1ae1d15b0860 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.46.dev.git%{shortcommit0}%{?dist} +Release: 0.47.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -618,6 +618,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Nov 14 2020 RH Container Bot - 2:2.2.0-0.47.dev.git4eb9c28 +- autobuilt 4eb9c28 + * Fri Nov 13 2020 RH Container Bot - 2:2.2.0-0.46.dev.git0b1a60e - autobuilt 0b1a60e diff --git a/sources b/sources index d75cd8b..cb80439 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-0b1a60e.tar.gz) = eee4a5f1002c6df345281b9c29aae4a1f86fdf05e51103c950535852f4bc70655498a7fd834345cbb5d6c7bd6577a300e82fa7ff7c3167f66c88a8eb04b0acf3 +SHA512 (podman-4eb9c28.tar.gz) = 278e5d57453b9878d9bc95ea134974aa617125b2f2796e02275361824082d65f3a5d2299d679b9e8de8d6bbd8845bf34e850c7f7472c945e0cfc9129009d302f From 1077a2a90e4f9d907e347d20e07d6aacf8645cef Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 15 Nov 2020 14:32:45 +0000 Subject: [PATCH 1524/2185] podman-2:2.2.0-0.48.dev.git3920756 - autobuilt 3920756 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ba40b5b..8d0e112 100644 --- a/.gitignore +++ b/.gitignore @@ -1400,3 +1400,4 @@ /podman-6c2503c.tar.gz /podman-0b1a60e.tar.gz /podman-4eb9c28.tar.gz +/podman-3920756.tar.gz diff --git a/podman.spec b/podman.spec index 519b060..3cb0884 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4eb9c28433f8aa1827f844881efb1ae1d15b0860 +%global commit0 392075631a284617b7e37b8bdfb3157f5918cdec %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.47.dev.git%{shortcommit0}%{?dist} +Release: 0.48.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -618,6 +618,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Nov 15 2020 RH Container Bot - 2:2.2.0-0.48.dev.git3920756 +- autobuilt 3920756 + * Sat Nov 14 2020 RH Container Bot - 2:2.2.0-0.47.dev.git4eb9c28 - autobuilt 4eb9c28 diff --git a/sources b/sources index cb80439..a7f20ad 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-4eb9c28.tar.gz) = 278e5d57453b9878d9bc95ea134974aa617125b2f2796e02275361824082d65f3a5d2299d679b9e8de8d6bbd8845bf34e850c7f7472c945e0cfc9129009d302f +SHA512 (podman-3920756.tar.gz) = 4fb6ba72523ac97bd1f5a0de625e00270bf1ec71f658b1938c24b101b343ad6f917a8bce5aa624394b279d461381778c19260c3b65082da2678118a43d1e90b4 From 0369980a5f6fd87304be8718e75cde42250959df Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Sun, 15 Nov 2020 18:27:29 -0700 Subject: [PATCH 1525/2185] Package new zsh and fish completion files Signed-off-by: Ed Santiago --- podman.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 3cb0884..bf82b3a 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.48.dev.git%{shortcommit0}%{?dist} +Release: 0.49.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -569,6 +569,10 @@ exit 0 # By "owning" the site-functions dir, we don't need to Require zsh %dir %{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/_%{name} +%{_datadir}/zsh/site-functions/_%{name}-remote +%dir %{_datadir}/fish/vendor_completions.d +%{_datadir}/fish/vendor_completions.d/%{name}.fish +%{_datadir}/fish/vendor_completions.d/%{name}-remote.fish %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist %{_unitdir}/%{name}-auto-update.service %{_unitdir}/%{name}-auto-update.timer @@ -618,6 +622,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Nov 15 2020 Eduardo Santiago - 2:2.2.0-0.49.dev.git3920756 +- package new zsh and fish completion files + * Sun Nov 15 2020 RH Container Bot - 2:2.2.0-0.48.dev.git3920756 - autobuilt 3920756 From f15e62305e8df3ad47eb6ff80aae7fd062269672 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 17 Nov 2020 14:39:33 +0000 Subject: [PATCH 1526/2185] podman-2:2.2.0-0.50.dev.git42ec4cf - autobuilt 42ec4cf Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8d0e112..e53cb70 100644 --- a/.gitignore +++ b/.gitignore @@ -1401,3 +1401,4 @@ /podman-0b1a60e.tar.gz /podman-4eb9c28.tar.gz /podman-3920756.tar.gz +/podman-42ec4cf.tar.gz diff --git a/podman.spec b/podman.spec index bf82b3a..f4e3648 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 392075631a284617b7e37b8bdfb3157f5918cdec +%global commit0 42ec4cf87f8d0a84301594a4fc5cf05f0a10bd7f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.49.dev.git%{shortcommit0}%{?dist} +Release: 0.50.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -622,6 +622,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Nov 17 2020 RH Container Bot - 2:2.2.0-0.50.dev.git42ec4cf +- autobuilt 42ec4cf + * Sun Nov 15 2020 Eduardo Santiago - 2:2.2.0-0.49.dev.git3920756 - package new zsh and fish completion files diff --git a/sources b/sources index a7f20ad..6706911 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-3920756.tar.gz) = 4fb6ba72523ac97bd1f5a0de625e00270bf1ec71f658b1938c24b101b343ad6f917a8bce5aa624394b279d461381778c19260c3b65082da2678118a43d1e90b4 +SHA512 (podman-42ec4cf.tar.gz) = 9e1ec9c4feaf8a0da2258c46ca4a8879de7cb9b7ba3c238d2a978e0ea48638671626293e1c699415aa910735b3a156d0a15bee20f80bdba7edbefb0ceb093daf From 6441350795371982861531803cfc1b6385995498 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Tue, 17 Nov 2020 09:18:25 -0700 Subject: [PATCH 1527/2185] completion files: package -remote files in -remote Signed-off-by: Ed Santiago --- podman.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/podman.spec b/podman.spec index f4e3648..dc896ce 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.50.dev.git%{shortcommit0}%{?dist} +Release: 0.51.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -565,14 +565,12 @@ exit 0 %license LICENSE %doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md transfer.md %{_bindir}/%{name} -%{_datadir}/bash-completion/completions/* +%{_datadir}/bash-completion/completions/%{name} # By "owning" the site-functions dir, we don't need to Require zsh %dir %{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/_%{name} -%{_datadir}/zsh/site-functions/_%{name}-remote %dir %{_datadir}/fish/vendor_completions.d %{_datadir}/fish/vendor_completions.d/%{name}.fish -%{_datadir}/fish/vendor_completions.d/%{name}-remote.fish %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist %{_unitdir}/%{name}-auto-update.service %{_unitdir}/%{name}-auto-update.timer @@ -608,6 +606,11 @@ exit 0 %license LICENSE %{_bindir}/%{name}-remote %{_mandir}/man1/%{name}-remote*.* +%{_datadir}/bash-completion/completions/%{name}-remote +%dir %{_datadir}/fish/vendor_completions.d +%{_datadir}/fish/vendor_completions.d/%{name}-remote.fish +%dir %{_datadir}/zsh/site-functions +%{_datadir}/zsh/site-functions/_%{name}-remote #%%{_datadir}/man/man5/%%{name}-remote*.* %files tests @@ -622,6 +625,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Nov 17 2020 Eduardo Santiago - 2:2.2.0-0.51.dev.git42ec4cf +- completion files: be smarter, package -remote files only with -remote + * Tue Nov 17 2020 RH Container Bot - 2:2.2.0-0.50.dev.git42ec4cf - autobuilt 42ec4cf From 898cf647690b09fc68487632513a7e4208d0cae2 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 17 Nov 2020 16:00:48 -0500 Subject: [PATCH 1528/2185] podman-2:2.2.0-0.52.dev.git42ec4cf - containers-mounts.conf.5 in containers-common Signed-off-by: Lokesh Mandvekar --- podman.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/podman.spec b/podman.spec index dc896ce..ad87062 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.51.dev.git%{shortcommit0}%{?dist} +Release: 0.52.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -410,6 +410,7 @@ file. Each CNI network will have its own dnsmasq instance. %prep %autosetup -Sgit -n %{name}-%{commit0} +rm -rf docs/containers-mounts.conf.5.md # untar dnsname tar zxf %{SOURCE1} @@ -454,8 +455,6 @@ popd %{__make} docs %install -rm -rf docs/containers-mounts.conf.5.md - install -dp %{buildroot}%{_unitdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ install.bin-nobuild \ @@ -625,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Nov 17 2020 Lokesh Mandvekar - 2:2.2.0-0.52.dev.git42ec4cf +- containers-mounts.conf.5 in containers-common + * Tue Nov 17 2020 Eduardo Santiago - 2:2.2.0-0.51.dev.git42ec4cf - completion files: be smarter, package -remote files only with -remote From 05b33eb031703b73e01a422868b4a4e6b4dc7f31 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Tue, 17 Nov 2020 18:25:34 -0700 Subject: [PATCH 1529/2185] Slight correction to the path of the removed .md file The containers-mounts.conf.5.md file needs to be removed from the source directory; then it won't be generated as a .5 man file. Signed-off-by: Ed Santiago --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index ad87062..431904a 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.52.dev.git%{shortcommit0}%{?dist} +Release: 0.53.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -410,7 +410,7 @@ file. Each CNI network will have its own dnsmasq instance. %prep %autosetup -Sgit -n %{name}-%{commit0} -rm -rf docs/containers-mounts.conf.5.md +rm -f docs/source/markdown/containers-mounts.conf.5.md # untar dnsname tar zxf %{SOURCE1} @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Nov 17 2020 Eduardo Santiago - 2:2.2.0-0.53.dev.git42ec4cf +- slight correction to the path of the containers-mounts source file + * Tue Nov 17 2020 Lokesh Mandvekar - 2:2.2.0-0.52.dev.git42ec4cf - containers-mounts.conf.5 in containers-common From f7a1a99c0bf9fd378db0776e23e303ad2e7a4058 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 18 Nov 2020 14:34:26 +0000 Subject: [PATCH 1530/2185] podman-2:2.2.0-0.54.dev.git286d356 - autobuilt 286d356 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e53cb70..d590b90 100644 --- a/.gitignore +++ b/.gitignore @@ -1402,3 +1402,4 @@ /podman-4eb9c28.tar.gz /podman-3920756.tar.gz /podman-42ec4cf.tar.gz +/podman-286d356.tar.gz diff --git a/podman.spec b/podman.spec index 431904a..e3b163f 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 42ec4cf87f8d0a84301594a4fc5cf05f0a10bd7f +%global commit0 286d356db03a2511722155022c19855f8aee73cf %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.53.dev.git%{shortcommit0}%{?dist} +Release: 0.54.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Nov 18 2020 RH Container Bot - 2:2.2.0-0.54.dev.git286d356 +- autobuilt 286d356 + * Tue Nov 17 2020 Eduardo Santiago - 2:2.2.0-0.53.dev.git42ec4cf - slight correction to the path of the containers-mounts source file diff --git a/sources b/sources index 6706911..0b531e5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 -SHA512 (podman-42ec4cf.tar.gz) = 9e1ec9c4feaf8a0da2258c46ca4a8879de7cb9b7ba3c238d2a978e0ea48638671626293e1c699415aa910735b3a156d0a15bee20f80bdba7edbefb0ceb093daf +SHA512 (podman-286d356.tar.gz) = da61f642ec7c956cdd36b416ec9b79f433bb8ebb8c9f1196c04cba3adea80fba248d3b52bf4ac7d830f1d282280167840033a6d5f4a90e08e029137fa59d44cd From d66a027ff9b64df0d511369f8ce17d128f14b421 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 18 Nov 2020 12:40:26 -0500 Subject: [PATCH 1531/2185] podman-2:2.2.0-0.55.dev.git286d356 - bump dnsname to v1.1.0, commit a9c2a10 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d590b90..8107e98 100644 --- a/.gitignore +++ b/.gitignore @@ -1403,3 +1403,4 @@ /podman-3920756.tar.gz /podman-42ec4cf.tar.gz /podman-286d356.tar.gz +/dnsname-a9c2a10.tar.gz diff --git a/podman.spec b/podman.spec index e3b163f..26cd325 100644 --- a/podman.spec +++ b/podman.spec @@ -39,7 +39,7 @@ # https://github.com/containers/dnsname %global import_path_plugins %%{provider}.%{provider_tld}/%{project}/%{repo_plugins} %global git_plugins https://%{import_path_plugins} -%global commit_plugins 8a6a8a4e1e609aaeb1f57f7e7a1c8523cd373040 +%global commit_plugins a9c2a10a3a24e082996cf2d9edb1cee295651413 %global shortcommit_plugins %(c=%{commit_plugins}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.54.dev.git%{shortcommit0}%{?dist} +Release: 0.55.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Nov 18 2020 Lokesh Mandvekar - 2:2.2.0-0.55.dev.git286d356 +- bump dnsname to v1.1.0, commit a9c2a10 + * Wed Nov 18 2020 RH Container Bot - 2:2.2.0-0.54.dev.git286d356 - autobuilt 286d356 diff --git a/sources b/sources index 0b531e5..1fae995 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401 +SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 SHA512 (podman-286d356.tar.gz) = da61f642ec7c956cdd36b416ec9b79f433bb8ebb8c9f1196c04cba3adea80fba248d3b52bf4ac7d830f1d282280167840033a6d5f4a90e08e029137fa59d44cd From 7c3ac165941ccdc9be59ee400003371e29fb906a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 19 Nov 2020 14:33:53 +0000 Subject: [PATCH 1532/2185] podman-2:2.2.0-0.56.dev.git70f91fb - autobuilt 70f91fb Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8107e98..eef3aba 100644 --- a/.gitignore +++ b/.gitignore @@ -1404,3 +1404,4 @@ /podman-42ec4cf.tar.gz /podman-286d356.tar.gz /dnsname-a9c2a10.tar.gz +/podman-70f91fb.tar.gz diff --git a/podman.spec b/podman.spec index 26cd325..b97f134 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 286d356db03a2511722155022c19855f8aee73cf +%global commit0 70f91fb96d11adb86be955e8a39f9c9096d48638 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -44,7 +44,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.1.1 +%define built_tag v2.2.0-rc1 Name: podman %if 0%{?fedora} @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.55.dev.git%{shortcommit0}%{?dist} +Release: 0.56.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Nov 19 2020 RH Container Bot - 2:2.2.0-0.56.dev.git70f91fb +- autobuilt 70f91fb + * Wed Nov 18 2020 Lokesh Mandvekar - 2:2.2.0-0.55.dev.git286d356 - bump dnsname to v1.1.0, commit a9c2a10 diff --git a/sources b/sources index 1fae995..4bdd217 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (podman-286d356.tar.gz) = da61f642ec7c956cdd36b416ec9b79f433bb8ebb8c9f1196c04cba3adea80fba248d3b52bf4ac7d830f1d282280167840033a6d5f4a90e08e029137fa59d44cd +SHA512 (podman-70f91fb.tar.gz) = 2b32c2447d7d5001260e43dea415adfd5bb4f6e0dc22e7b968bca2ad81e7f94521c4ed9368719f84c0f0949b502678b3b0ef48b862fab574a991785f5301b7d1 From 0cbec811318fe978eb608bbda77d9d1a8ba91c56 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 20 Nov 2020 14:33:17 +0000 Subject: [PATCH 1533/2185] podman-2:2.2.0-0.57.dev.git042d488 - autobuilt 042d488 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index eef3aba..be9cd10 100644 --- a/.gitignore +++ b/.gitignore @@ -1405,3 +1405,4 @@ /podman-286d356.tar.gz /dnsname-a9c2a10.tar.gz /podman-70f91fb.tar.gz +/podman-042d488.tar.gz diff --git a/podman.spec b/podman.spec index b97f134..fe9f86d 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 70f91fb96d11adb86be955e8a39f9c9096d48638 +%global commit0 042d4884ea35467df5da053627e5535e82fb2d27 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.56.dev.git%{shortcommit0}%{?dist} +Release: 0.57.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Nov 20 2020 RH Container Bot - 2:2.2.0-0.57.dev.git042d488 +- autobuilt 042d488 + * Thu Nov 19 2020 RH Container Bot - 2:2.2.0-0.56.dev.git70f91fb - autobuilt 70f91fb diff --git a/sources b/sources index 4bdd217..91ec278 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (podman-70f91fb.tar.gz) = 2b32c2447d7d5001260e43dea415adfd5bb4f6e0dc22e7b968bca2ad81e7f94521c4ed9368719f84c0f0949b502678b3b0ef48b862fab574a991785f5301b7d1 +SHA512 (podman-042d488.tar.gz) = 39961b65c8fbfacb10d5084f9f7828c1a69c6d82c92efe459b5910cff6b24e650df3a54c558ee25f29b7649d33db094ec7622947be7d6d8d8be61a07129dc754 From 5fab7f28a05cb7b9b8f9f0d2b38349cf03191b4a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 21 Nov 2020 14:32:50 +0000 Subject: [PATCH 1534/2185] podman-2:2.2.0-0.58.dev.git5292d5a - autobuilt 5292d5a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index be9cd10..86498ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1406,3 +1406,4 @@ /dnsname-a9c2a10.tar.gz /podman-70f91fb.tar.gz /podman-042d488.tar.gz +/podman-5292d5a.tar.gz diff --git a/podman.spec b/podman.spec index fe9f86d..e9f0b57 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 042d4884ea35467df5da053627e5535e82fb2d27 +%global commit0 5292d5a7b85f9d2ae0b2a3734f8ae4baeba80f11 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.57.dev.git%{shortcommit0}%{?dist} +Release: 0.58.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Nov 21 2020 RH Container Bot - 2:2.2.0-0.58.dev.git5292d5a +- autobuilt 5292d5a + * Fri Nov 20 2020 RH Container Bot - 2:2.2.0-0.57.dev.git042d488 - autobuilt 042d488 diff --git a/sources b/sources index 91ec278..0badb89 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (podman-042d488.tar.gz) = 39961b65c8fbfacb10d5084f9f7828c1a69c6d82c92efe459b5910cff6b24e650df3a54c558ee25f29b7649d33db094ec7622947be7d6d8d8be61a07129dc754 +SHA512 (podman-5292d5a.tar.gz) = b312d7dcf615adfb02f53e9dda44a30a7e08fc4ecf90fe17c89e354b94f686e33b6e1b331bf06decdcd9136c40d4e4b6cee1d9914b3eb0144020706262dc83d3 From d343d7e6c02dd9b9eb3494975d90c2c210e111bb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 23 Nov 2020 14:32:54 +0000 Subject: [PATCH 1535/2185] podman-2:2.2.0-0.59.dev.gitdd34341 - autobuilt dd34341 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 86498ad..8b1b42b 100644 --- a/.gitignore +++ b/.gitignore @@ -1407,3 +1407,4 @@ /podman-70f91fb.tar.gz /podman-042d488.tar.gz /podman-5292d5a.tar.gz +/podman-dd34341.tar.gz diff --git a/podman.spec b/podman.spec index e9f0b57..69c4344 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 5292d5a7b85f9d2ae0b2a3734f8ae4baeba80f11 +%global commit0 dd343418ce5a3fd6c6238d7e2edc132826756051 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.58.dev.git%{shortcommit0}%{?dist} +Release: 0.59.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Nov 23 2020 RH Container Bot - 2:2.2.0-0.59.dev.gitdd34341 +- autobuilt dd34341 + * Sat Nov 21 2020 RH Container Bot - 2:2.2.0-0.58.dev.git5292d5a - autobuilt 5292d5a diff --git a/sources b/sources index 0badb89..771f33c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (podman-5292d5a.tar.gz) = b312d7dcf615adfb02f53e9dda44a30a7e08fc4ecf90fe17c89e354b94f686e33b6e1b331bf06decdcd9136c40d4e4b6cee1d9914b3eb0144020706262dc83d3 +SHA512 (podman-dd34341.tar.gz) = 3dbdc7756633101385d72cfacff9c1229f4d1381987c45070291a07f5f7f8f2d51e98ad17b74d623345167d61ac161f1b85bc13b851e4159fca283b978a33399 From 966f988c95b868996da3e259250f1dac6c395481 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 23 Nov 2020 20:20:47 +0000 Subject: [PATCH 1536/2185] podman-2:2.2.0-0.60.dev.git5d55285 - autobuilt 5d55285 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8b1b42b..9515ba4 100644 --- a/.gitignore +++ b/.gitignore @@ -1408,3 +1408,4 @@ /podman-042d488.tar.gz /podman-5292d5a.tar.gz /podman-dd34341.tar.gz +/podman-5d55285.tar.gz diff --git a/podman.spec b/podman.spec index 69c4344..8a1031b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 dd343418ce5a3fd6c6238d7e2edc132826756051 +%global commit0 5d55285188f15eb7662b25a3fd2915a4a72591ba %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.59.dev.git%{shortcommit0}%{?dist} +Release: 0.60.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Nov 23 2020 RH Container Bot - 2:2.2.0-0.60.dev.git5d55285 +- autobuilt 5d55285 + * Mon Nov 23 2020 RH Container Bot - 2:2.2.0-0.59.dev.gitdd34341 - autobuilt dd34341 diff --git a/sources b/sources index 771f33c..a15ce6d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (podman-dd34341.tar.gz) = 3dbdc7756633101385d72cfacff9c1229f4d1381987c45070291a07f5f7f8f2d51e98ad17b74d623345167d61ac161f1b85bc13b851e4159fca283b978a33399 +SHA512 (podman-5d55285.tar.gz) = d9b79f520884a182726b9f4a316f990ad6e2723ed97c445805fa467423e076c4449884af6e292bb92e754b8779480d820635b9cdbe26e415c9176d84590bfc44 From a8f535d6ae5880fb14e207a87bc5e21bd4417207 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 23 Nov 2020 21:32:42 +0000 Subject: [PATCH 1537/2185] podman-2:2.2.0-0.61.dev.gitcd6c4cb - autobuilt cd6c4cb Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9515ba4..fe7962b 100644 --- a/.gitignore +++ b/.gitignore @@ -1409,3 +1409,4 @@ /podman-5292d5a.tar.gz /podman-dd34341.tar.gz /podman-5d55285.tar.gz +/podman-cd6c4cb.tar.gz diff --git a/podman.spec b/podman.spec index 8a1031b..5106f87 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 5d55285188f15eb7662b25a3fd2915a4a72591ba +%global commit0 cd6c4cb0affdb1e8a647079b2808da6bf833d543 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.60.dev.git%{shortcommit0}%{?dist} +Release: 0.61.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Nov 23 2020 RH Container Bot - 2:2.2.0-0.61.dev.gitcd6c4cb +- autobuilt cd6c4cb + * Mon Nov 23 2020 RH Container Bot - 2:2.2.0-0.60.dev.git5d55285 - autobuilt 5d55285 diff --git a/sources b/sources index a15ce6d..dd368e8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (podman-5d55285.tar.gz) = d9b79f520884a182726b9f4a316f990ad6e2723ed97c445805fa467423e076c4449884af6e292bb92e754b8779480d820635b9cdbe26e415c9176d84590bfc44 +SHA512 (podman-cd6c4cb.tar.gz) = 144cb8e41993eddb05299ceadc012c53e50e5d2f1934b0812b12a9cc2ae6565ffbbdf9ac31ff9ac1176364da2668b0bd4b6fff4f8e0b17f6e3bd67cd1fca338f From 8dfa629213764036535081cff2d42257ba27b734 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 23 Nov 2020 23:32:34 +0000 Subject: [PATCH 1538/2185] podman-2:2.2.0-0.62.dev.git4fe7c3f - autobuilt 4fe7c3f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fe7962b..f96dd0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1410,3 +1410,4 @@ /podman-dd34341.tar.gz /podman-5d55285.tar.gz /podman-cd6c4cb.tar.gz +/podman-4fe7c3f.tar.gz diff --git a/podman.spec b/podman.spec index 5106f87..a4cf07b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 cd6c4cb0affdb1e8a647079b2808da6bf833d543 +%global commit0 4fe7c3f7bc8a1d20a23e87783b6a17b887c782e1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.61.dev.git%{shortcommit0}%{?dist} +Release: 0.62.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Nov 23 2020 RH Container Bot - 2:2.2.0-0.62.dev.git4fe7c3f +- autobuilt 4fe7c3f + * Mon Nov 23 2020 RH Container Bot - 2:2.2.0-0.61.dev.gitcd6c4cb - autobuilt cd6c4cb diff --git a/sources b/sources index dd368e8..445eca5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (podman-cd6c4cb.tar.gz) = 144cb8e41993eddb05299ceadc012c53e50e5d2f1934b0812b12a9cc2ae6565ffbbdf9ac31ff9ac1176364da2668b0bd4b6fff4f8e0b17f6e3bd67cd1fca338f +SHA512 (podman-4fe7c3f.tar.gz) = 1e76fb0b721110ed995854eab57636d20cbd79385f1a51aa1014b08ceb9ed8bf9ac054adec60109bdfaf1c276a2a385645cd030ebd2e9bebbe9db987f184da6a From e2ea6f641ede25ce9d978671da81541f6bed8377 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 24 Nov 2020 11:32:32 +0000 Subject: [PATCH 1539/2185] podman-2:2.2.0-0.63.dev.git4ebd9d9 - autobuilt 4ebd9d9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f96dd0c..fa7c611 100644 --- a/.gitignore +++ b/.gitignore @@ -1411,3 +1411,4 @@ /podman-5d55285.tar.gz /podman-cd6c4cb.tar.gz /podman-4fe7c3f.tar.gz +/podman-4ebd9d9.tar.gz diff --git a/podman.spec b/podman.spec index a4cf07b..5099780 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4fe7c3f7bc8a1d20a23e87783b6a17b887c782e1 +%global commit0 4ebd9d9191606319f618d6e7e552256c07fff2c4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -44,7 +44,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.2.0-rc1 +%define built_tag v2.2.0-rc2 Name: podman %if 0%{?fedora} @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.62.dev.git%{shortcommit0}%{?dist} +Release: 0.63.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Nov 24 2020 RH Container Bot - 2:2.2.0-0.63.dev.git4ebd9d9 +- autobuilt 4ebd9d9 + * Mon Nov 23 2020 RH Container Bot - 2:2.2.0-0.62.dev.git4fe7c3f - autobuilt 4fe7c3f diff --git a/sources b/sources index 445eca5..443e7b4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (podman-4fe7c3f.tar.gz) = 1e76fb0b721110ed995854eab57636d20cbd79385f1a51aa1014b08ceb9ed8bf9ac054adec60109bdfaf1c276a2a385645cd030ebd2e9bebbe9db987f184da6a +SHA512 (podman-4ebd9d9.tar.gz) = 35efb48fde1ad3cc12518a078cc37c39ee72e2b9226e07122c3b8bc61e053a7ee608419378059b27c4063b77495782183df41c133983e488c00d13ce13774895 From 1b6b4eafcf356efed929df14fa910af29dd56aa0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 24 Nov 2020 18:03:00 +0000 Subject: [PATCH 1540/2185] podman-2:2.2.0-0.64.dev.git850bdd2 - autobuilt 850bdd2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fa7c611..00fa682 100644 --- a/.gitignore +++ b/.gitignore @@ -1412,3 +1412,4 @@ /podman-cd6c4cb.tar.gz /podman-4fe7c3f.tar.gz /podman-4ebd9d9.tar.gz +/podman-850bdd2.tar.gz diff --git a/podman.spec b/podman.spec index 5099780..d9ca4a8 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4ebd9d9191606319f618d6e7e552256c07fff2c4 +%global commit0 850bdd236ad3047695a479e1fa174267eb6f1825 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.63.dev.git%{shortcommit0}%{?dist} +Release: 0.64.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Nov 24 2020 RH Container Bot - 2:2.2.0-0.64.dev.git850bdd2 +- autobuilt 850bdd2 + * Tue Nov 24 2020 RH Container Bot - 2:2.2.0-0.63.dev.git4ebd9d9 - autobuilt 4ebd9d9 diff --git a/sources b/sources index 443e7b4..4555d80 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (podman-4ebd9d9.tar.gz) = 35efb48fde1ad3cc12518a078cc37c39ee72e2b9226e07122c3b8bc61e053a7ee608419378059b27c4063b77495782183df41c133983e488c00d13ce13774895 +SHA512 (podman-850bdd2.tar.gz) = b28ce5ebc3f66add399d5bb78fc668059b54f0cfb4374d45ddc6128d1e447582a864ce9407127eaff3eddaba094442f443d3dd699d258b1a3ad3b50e9d919513 From a0d76e01e7994f248fe0544184d49c474ecd698e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 24 Nov 2020 20:03:49 +0000 Subject: [PATCH 1541/2185] podman-2:2.2.0-0.65.dev.gitd408395 - autobuilt d408395 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 00fa682..1228c3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1413,3 +1413,4 @@ /podman-4fe7c3f.tar.gz /podman-4ebd9d9.tar.gz /podman-850bdd2.tar.gz +/podman-d408395.tar.gz diff --git a/podman.spec b/podman.spec index d9ca4a8..0d54b4c 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 850bdd236ad3047695a479e1fa174267eb6f1825 +%global commit0 d4083954f26761b66f9165e40b08d1e6fe989c1c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.64.dev.git%{shortcommit0}%{?dist} +Release: 0.65.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Nov 24 2020 RH Container Bot - 2:2.2.0-0.65.dev.gitd408395 +- autobuilt d408395 + * Tue Nov 24 2020 RH Container Bot - 2:2.2.0-0.64.dev.git850bdd2 - autobuilt 850bdd2 diff --git a/sources b/sources index 4555d80..f44db7a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (podman-850bdd2.tar.gz) = b28ce5ebc3f66add399d5bb78fc668059b54f0cfb4374d45ddc6128d1e447582a864ce9407127eaff3eddaba094442f443d3dd699d258b1a3ad3b50e9d919513 +SHA512 (podman-d408395.tar.gz) = 9821dee1d107121345532ec8116291da4a94b8235a47d87bb8ff22065ee2c4dade1decc2c623d06f9d615f0d196991674dcda13d91c52ff5d57eb4135da1c5f1 From 60862b6928eb8e2529148d979588692b02c5a028 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 25 Nov 2020 12:03:15 +0000 Subject: [PATCH 1542/2185] podman-2:2.2.0-0.66.dev.git397e9a9 - autobuilt 397e9a9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1228c3c..d6d38ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1414,3 +1414,4 @@ /podman-4ebd9d9.tar.gz /podman-850bdd2.tar.gz /podman-d408395.tar.gz +/podman-397e9a9.tar.gz diff --git a/podman.spec b/podman.spec index 0d54b4c..bb9b13c 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d4083954f26761b66f9165e40b08d1e6fe989c1c +%global commit0 397e9a9f1b146617120690243a89fa9541f0854c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.65.dev.git%{shortcommit0}%{?dist} +Release: 0.66.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Nov 25 2020 RH Container Bot - 2:2.2.0-0.66.dev.git397e9a9 +- autobuilt 397e9a9 + * Tue Nov 24 2020 RH Container Bot - 2:2.2.0-0.65.dev.gitd408395 - autobuilt d408395 diff --git a/sources b/sources index f44db7a..d4da243 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (podman-d408395.tar.gz) = 9821dee1d107121345532ec8116291da4a94b8235a47d87bb8ff22065ee2c4dade1decc2c623d06f9d615f0d196991674dcda13d91c52ff5d57eb4135da1c5f1 +SHA512 (podman-397e9a9.tar.gz) = 6e02f3ed3170433dd37b380818a54fbb22c3a4443ccf038baa8fecdc1f085dbdd3e5346cf8612552fa7262bf299d06b6e0955d21d24b1ae119d3020735ca9a34 From 1cb71ba442ba399e9be381358909077204225d3f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 26 Nov 2020 16:02:29 +0000 Subject: [PATCH 1543/2185] podman-2:2.2.0-0.67.dev.gitad24392 - autobuilt ad24392 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d6d38ad..f0fe4b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1415,3 +1415,4 @@ /podman-850bdd2.tar.gz /podman-d408395.tar.gz /podman-397e9a9.tar.gz +/podman-ad24392.tar.gz diff --git a/podman.spec b/podman.spec index bb9b13c..4a2e031 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 397e9a9f1b146617120690243a89fa9541f0854c +%global commit0 ad2439264d401af0443be564ccc68169a8517db4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.66.dev.git%{shortcommit0}%{?dist} +Release: 0.67.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Nov 26 2020 RH Container Bot - 2:2.2.0-0.67.dev.gitad24392 +- autobuilt ad24392 + * Wed Nov 25 2020 RH Container Bot - 2:2.2.0-0.66.dev.git397e9a9 - autobuilt 397e9a9 diff --git a/sources b/sources index d4da243..1faa950 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (podman-397e9a9.tar.gz) = 6e02f3ed3170433dd37b380818a54fbb22c3a4443ccf038baa8fecdc1f085dbdd3e5346cf8612552fa7262bf299d06b6e0955d21d24b1ae119d3020735ca9a34 +SHA512 (podman-ad24392.tar.gz) = d92882e7c1b8bb294232f271ea9c9a1fa3daf189003b67b26dd6b59876dda31dfdd26ad96174cf876b9ecb3a592ae6388bee36338a82886c8bc3bdd07d5fa282 From 4a5d2ce2d42181289458dd22196c9566a67701e5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 28 Nov 2020 11:33:05 +0000 Subject: [PATCH 1544/2185] podman-2:2.2.0-0.68.dev.git3110308 - autobuilt 3110308 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f0fe4b1..0bee856 100644 --- a/.gitignore +++ b/.gitignore @@ -1416,3 +1416,4 @@ /podman-d408395.tar.gz /podman-397e9a9.tar.gz /podman-ad24392.tar.gz +/podman-3110308.tar.gz diff --git a/podman.spec b/podman.spec index 4a2e031..6f8033c 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 ad2439264d401af0443be564ccc68169a8517db4 +%global commit0 3110308519c53679b342b166940a0605fea4bfc3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.67.dev.git%{shortcommit0}%{?dist} +Release: 0.68.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Nov 28 2020 RH Container Bot - 2:2.2.0-0.68.dev.git3110308 +- autobuilt 3110308 + * Thu Nov 26 2020 RH Container Bot - 2:2.2.0-0.67.dev.gitad24392 - autobuilt ad24392 diff --git a/sources b/sources index 1faa950..17a251f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (podman-ad24392.tar.gz) = d92882e7c1b8bb294232f271ea9c9a1fa3daf189003b67b26dd6b59876dda31dfdd26ad96174cf876b9ecb3a592ae6388bee36338a82886c8bc3bdd07d5fa282 +SHA512 (podman-3110308.tar.gz) = 028298ec9a76a411ac47b0a8592b76fddeb25377b8a2768faf36dc68fc5cc07af75780b034e1edadd3809e03308a326cfb21f02c0815a799dead7cf4b8851254 From 02acf8fc680ea7618365514f16969bf92b6a55c1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 28 Nov 2020 19:32:28 +0000 Subject: [PATCH 1545/2185] podman-2:2.2.0-0.69.dev.gitf0d48aa - autobuilt f0d48aa Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0bee856..a497d43 100644 --- a/.gitignore +++ b/.gitignore @@ -1417,3 +1417,4 @@ /podman-397e9a9.tar.gz /podman-ad24392.tar.gz /podman-3110308.tar.gz +/podman-f0d48aa.tar.gz diff --git a/podman.spec b/podman.spec index 6f8033c..032d7f9 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 3110308519c53679b342b166940a0605fea4bfc3 +%global commit0 f0d48aadb07fb3082c28213ae66ce57df7389138 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.68.dev.git%{shortcommit0}%{?dist} +Release: 0.69.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Nov 28 2020 RH Container Bot - 2:2.2.0-0.69.dev.gitf0d48aa +- autobuilt f0d48aa + * Sat Nov 28 2020 RH Container Bot - 2:2.2.0-0.68.dev.git3110308 - autobuilt 3110308 diff --git a/sources b/sources index 17a251f..0d198fa 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (podman-3110308.tar.gz) = 028298ec9a76a411ac47b0a8592b76fddeb25377b8a2768faf36dc68fc5cc07af75780b034e1edadd3809e03308a326cfb21f02c0815a799dead7cf4b8851254 +SHA512 (podman-f0d48aa.tar.gz) = b86885cdd084d41cacb47687f511a33f635328ba034f9650d6dc7bc5e32f40adb83a6dfb650ef4a5fe702a8febc8f97c82d1705ca6bf7317bca2ef11aa0eac0d From c845b1b8fe7973f86bc6909a7308d78aee5a6372 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 28 Nov 2020 20:03:09 +0000 Subject: [PATCH 1546/2185] podman-2:2.2.0-0.70.dev.git8b2c0a4 - autobuilt 8b2c0a4 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a497d43..2513a7c 100644 --- a/.gitignore +++ b/.gitignore @@ -1418,3 +1418,4 @@ /podman-ad24392.tar.gz /podman-3110308.tar.gz /podman-f0d48aa.tar.gz +/podman-8b2c0a4.tar.gz diff --git a/podman.spec b/podman.spec index 032d7f9..c4f7ca2 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 f0d48aadb07fb3082c28213ae66ce57df7389138 +%global commit0 8b2c0a4fa3f85ec27f1460fa9fe4b3b1313b901a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.69.dev.git%{shortcommit0}%{?dist} +Release: 0.70.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Nov 28 2020 RH Container Bot - 2:2.2.0-0.70.dev.git8b2c0a4 +- autobuilt 8b2c0a4 + * Sat Nov 28 2020 RH Container Bot - 2:2.2.0-0.69.dev.gitf0d48aa - autobuilt f0d48aa diff --git a/sources b/sources index 0d198fa..0d41678 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (podman-f0d48aa.tar.gz) = b86885cdd084d41cacb47687f511a33f635328ba034f9650d6dc7bc5e32f40adb83a6dfb650ef4a5fe702a8febc8f97c82d1705ca6bf7317bca2ef11aa0eac0d +SHA512 (podman-8b2c0a4.tar.gz) = 69c9823979400fae38dda2d5c39dac56ebfbc4323f7d91f3d60bb994c75d6f46e884dd4638a7996655d3cb5ca978cfa1ad95ca6ac06ee4e392e56a1ce6d9d97d From fed5e1f4b8f1372c643ccff2d46bc4ee999af72e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 30 Nov 2020 15:33:24 +0000 Subject: [PATCH 1547/2185] podman-2:2.2.0-0.71.dev.gitfc85ec9 - autobuilt fc85ec9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2513a7c..2e2a166 100644 --- a/.gitignore +++ b/.gitignore @@ -1419,3 +1419,4 @@ /podman-3110308.tar.gz /podman-f0d48aa.tar.gz /podman-8b2c0a4.tar.gz +/podman-fc85ec9.tar.gz diff --git a/podman.spec b/podman.spec index c4f7ca2..1186d97 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 8b2c0a4fa3f85ec27f1460fa9fe4b3b1313b901a +%global commit0 fc85ec942ee3273f5ad56381a0f6b9e78aea59bf %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.70.dev.git%{shortcommit0}%{?dist} +Release: 0.71.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Nov 30 2020 RH Container Bot - 2:2.2.0-0.71.dev.gitfc85ec9 +- autobuilt fc85ec9 + * Sat Nov 28 2020 RH Container Bot - 2:2.2.0-0.70.dev.git8b2c0a4 - autobuilt 8b2c0a4 diff --git a/sources b/sources index 0d41678..0b749b1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (podman-8b2c0a4.tar.gz) = 69c9823979400fae38dda2d5c39dac56ebfbc4323f7d91f3d60bb994c75d6f46e884dd4638a7996655d3cb5ca978cfa1ad95ca6ac06ee4e392e56a1ce6d9d97d +SHA512 (podman-fc85ec9.tar.gz) = 78bfa2434a816bfd8d003f22b86bf9148ae428529693fb9d51c52753e253743e51cbd8bedb29d3f2909cb1c8218c767f61584bd56b3bb122ba2f60f8e298a457 From 2eb26e21b9b84c82a6475d8f3c34da2d56c25c15 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 30 Nov 2020 19:32:33 +0000 Subject: [PATCH 1548/2185] podman-2:2.2.0-0.72.dev.git7ad1c9c - autobuilt 7ad1c9c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2e2a166..ec3343f 100644 --- a/.gitignore +++ b/.gitignore @@ -1420,3 +1420,4 @@ /podman-f0d48aa.tar.gz /podman-8b2c0a4.tar.gz /podman-fc85ec9.tar.gz +/podman-7ad1c9c.tar.gz diff --git a/podman.spec b/podman.spec index 1186d97..22c1b57 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 fc85ec942ee3273f5ad56381a0f6b9e78aea59bf +%global commit0 7ad1c9c8cf0d63ff68049cc84468cb0f5b46483c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.71.dev.git%{shortcommit0}%{?dist} +Release: 0.72.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Nov 30 2020 RH Container Bot - 2:2.2.0-0.72.dev.git7ad1c9c +- autobuilt 7ad1c9c + * Mon Nov 30 2020 RH Container Bot - 2:2.2.0-0.71.dev.gitfc85ec9 - autobuilt fc85ec9 diff --git a/sources b/sources index 0b749b1..e8533f5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (podman-fc85ec9.tar.gz) = 78bfa2434a816bfd8d003f22b86bf9148ae428529693fb9d51c52753e253743e51cbd8bedb29d3f2909cb1c8218c767f61584bd56b3bb122ba2f60f8e298a457 +SHA512 (podman-7ad1c9c.tar.gz) = 7b30ad75fa611d247f5a48e1f3f6e39d7199401eec25cc19562c6118ab5e97d815b6a8af476b13a408ab73f8634ecd7ade68ff3f932cd643f5a6ab1333c1f1ee From f947abce316c02f6bd4e172a85cac038671b9c78 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 30 Nov 2020 20:02:30 +0000 Subject: [PATCH 1549/2185] podman-2:2.2.0-0.73.dev.gitf6fb297 - autobuilt f6fb297 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ec3343f..e96cbc1 100644 --- a/.gitignore +++ b/.gitignore @@ -1421,3 +1421,4 @@ /podman-8b2c0a4.tar.gz /podman-fc85ec9.tar.gz /podman-7ad1c9c.tar.gz +/podman-f6fb297.tar.gz diff --git a/podman.spec b/podman.spec index 22c1b57..15aeb06 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7ad1c9c8cf0d63ff68049cc84468cb0f5b46483c +%global commit0 f6fb297a4999e6ecfa68144100a49239813f5a1c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.72.dev.git%{shortcommit0}%{?dist} +Release: 0.73.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Nov 30 2020 RH Container Bot - 2:2.2.0-0.73.dev.gitf6fb297 +- autobuilt f6fb297 + * Mon Nov 30 2020 RH Container Bot - 2:2.2.0-0.72.dev.git7ad1c9c - autobuilt 7ad1c9c diff --git a/sources b/sources index e8533f5..8f7ea02 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (podman-7ad1c9c.tar.gz) = 7b30ad75fa611d247f5a48e1f3f6e39d7199401eec25cc19562c6118ab5e97d815b6a8af476b13a408ab73f8634ecd7ade68ff3f932cd643f5a6ab1333c1f1ee +SHA512 (podman-f6fb297.tar.gz) = bf4617fdc54b47e5d9100fc7a066b1d74a6af6070e5a1fbc7c88aff4b9c3e2ceb0b81126bcced92dbb6de391ca45470d6df8d239d6d360c3907c5eed7596f855 From d8c709a61070bbd06e5ddc9b982295bb07776f41 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 30 Nov 2020 21:33:44 +0000 Subject: [PATCH 1550/2185] podman-2:2.2.0-0.74.dev.gitc342583 - autobuilt c342583 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e96cbc1..5a08c2a 100644 --- a/.gitignore +++ b/.gitignore @@ -1422,3 +1422,4 @@ /podman-fc85ec9.tar.gz /podman-7ad1c9c.tar.gz /podman-f6fb297.tar.gz +/podman-c342583.tar.gz diff --git a/podman.spec b/podman.spec index 15aeb06..107d980 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 f6fb297a4999e6ecfa68144100a49239813f5a1c +%global commit0 c342583da09f47e22e8e1be7b1414ef38e6ef194 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.73.dev.git%{shortcommit0}%{?dist} +Release: 0.74.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Nov 30 2020 RH Container Bot - 2:2.2.0-0.74.dev.gitc342583 +- autobuilt c342583 + * Mon Nov 30 2020 RH Container Bot - 2:2.2.0-0.73.dev.gitf6fb297 - autobuilt f6fb297 diff --git a/sources b/sources index 8f7ea02..a9f89e7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (podman-f6fb297.tar.gz) = bf4617fdc54b47e5d9100fc7a066b1d74a6af6070e5a1fbc7c88aff4b9c3e2ceb0b81126bcced92dbb6de391ca45470d6df8d239d6d360c3907c5eed7596f855 +SHA512 (podman-c342583.tar.gz) = 30bfe04027fc4162d031f24e9515a3570bc4404534ca8e7e2052923bf4268dfe0896469b3cac89559691a0425b68008603e531bca88d91ed26883ce566e8ba5f From 6f77eb8729e0954f7b9662a2c69835440d5b8a8b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 1 Dec 2020 00:02:53 +0000 Subject: [PATCH 1551/2185] podman-2:3.0.0-0.1.dev.gitca612a3 - bump to 3.0.0 - autobuilt ca612a3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5a08c2a..6a1c92a 100644 --- a/.gitignore +++ b/.gitignore @@ -1423,3 +1423,4 @@ /podman-7ad1c9c.tar.gz /podman-f6fb297.tar.gz /podman-c342583.tar.gz +/podman-ca612a3.tar.gz diff --git a/podman.spec b/podman.spec index 107d980..2498e9b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 c342583da09f47e22e8e1be7b1414ef38e6ef194 +%global commit0 ca612a3407eeecfedc38b629731f1e7a0105020f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -52,12 +52,12 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 2.2.0 +Version: 3.0.0 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.74.dev.git%{shortcommit0}%{?dist} +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,10 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.1.dev.gitca612a3 +- bump to 3.0.0 +- autobuilt ca612a3 + * Mon Nov 30 2020 RH Container Bot - 2:2.2.0-0.74.dev.gitc342583 - autobuilt c342583 diff --git a/sources b/sources index a9f89e7..680d4b5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (podman-c342583.tar.gz) = 30bfe04027fc4162d031f24e9515a3570bc4404534ca8e7e2052923bf4268dfe0896469b3cac89559691a0425b68008603e531bca88d91ed26883ce566e8ba5f +SHA512 (podman-ca612a3.tar.gz) = 9e17042ea654f8b3296731a1d0d40ba69d38f5ac0c21896dd7dc8c32fc90383ac2cbdb4430326dbf1de7e31521e79199a313690be336a719076833cf4b6142c9 From 68c92378606b3ce4525f58ab64e9616e5b686400 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 1 Dec 2020 14:02:46 +0000 Subject: [PATCH 1552/2185] podman-2:3.0.0-0.2.dev.git2438390 - autobuilt 2438390 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6a1c92a..8ae2d88 100644 --- a/.gitignore +++ b/.gitignore @@ -1424,3 +1424,4 @@ /podman-f6fb297.tar.gz /podman-c342583.tar.gz /podman-ca612a3.tar.gz +/podman-2438390.tar.gz diff --git a/podman.spec b/podman.spec index 2498e9b..efce20a 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 ca612a3407eeecfedc38b629731f1e7a0105020f +%global commit0 24383906f891cea0c802f911deed43f8f8f2ac85 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -44,7 +44,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.2.0-rc2 +%define built_tag v2.2.0 Name: podman %if 0%{?fedora} @@ -57,7 +57,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.1.dev.git%{shortcommit0}%{?dist} +Release: 0.2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.2.dev.git2438390 +- autobuilt 2438390 + * Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.1.dev.gitca612a3 - bump to 3.0.0 - autobuilt ca612a3 diff --git a/sources b/sources index 680d4b5..52ce9b0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (podman-ca612a3.tar.gz) = 9e17042ea654f8b3296731a1d0d40ba69d38f5ac0c21896dd7dc8c32fc90383ac2cbdb4430326dbf1de7e31521e79199a313690be336a719076833cf4b6142c9 +SHA512 (podman-2438390.tar.gz) = 805651109035f743ba3e9e7a4d946ab47840551a3677ef600fc991ca291e3a24ebfb838cd21693496d3f049bc91ea13f92efeb99112880cda1d9d83758f975e0 From 49f73633381a89146b1273cfd7c0c63fc8011751 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 1 Dec 2020 15:32:42 +0000 Subject: [PATCH 1553/2185] podman-2:3.0.0-0.3.dev.git429d949 - autobuilt 429d949 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8ae2d88..0520c46 100644 --- a/.gitignore +++ b/.gitignore @@ -1425,3 +1425,4 @@ /podman-c342583.tar.gz /podman-ca612a3.tar.gz /podman-2438390.tar.gz +/podman-429d949.tar.gz diff --git a/podman.spec b/podman.spec index efce20a..bd82d08 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 24383906f891cea0c802f911deed43f8f8f2ac85 +%global commit0 429d9492f85faf4c3a595b9d7b2a38743a4b8e42 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.2.dev.git%{shortcommit0}%{?dist} +Release: 0.3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.3.dev.git429d949 +- autobuilt 429d949 + * Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.2.dev.git2438390 - autobuilt 2438390 diff --git a/sources b/sources index 52ce9b0..e402443 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (podman-2438390.tar.gz) = 805651109035f743ba3e9e7a4d946ab47840551a3677ef600fc991ca291e3a24ebfb838cd21693496d3f049bc91ea13f92efeb99112880cda1d9d83758f975e0 +SHA512 (podman-429d949.tar.gz) = 55b7cb5bd3a4a04b6c42b83e9162d0f6ca04644deafa765f1cfeb3f6187762429fd6dc6048d6da12b4b0913035633c436faf003fe53c667c8245069fa9a8e24d From 2968bab21e626dbc7449c5955b64186a42f90bfe Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 1 Dec 2020 11:42:30 -0500 Subject: [PATCH 1554/2185] podman-2:3.0.0-0.4.dev.git429d949 - use podman-plugins / dnsname upstream v1.1.1 Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index bd82d08..fa74664 100644 --- a/podman.spec +++ b/podman.spec @@ -39,7 +39,7 @@ # https://github.com/containers/dnsname %global import_path_plugins %%{provider}.%{provider_tld}/%{project}/%{repo_plugins} %global git_plugins https://%{import_path_plugins} -%global commit_plugins a9c2a10a3a24e082996cf2d9edb1cee295651413 +%global commit_plugins c654c95366ac5f309ca3e5727c9b858864247328 %global shortcommit_plugins %(c=%{commit_plugins}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -57,7 +57,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.3.dev.git%{shortcommit0}%{?dist} +Release: 0.4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Dec 1 2020 Lokesh Mandvekar - 2:3.0.0-0.4.dev.git429d949 +- use podman-plugins / dnsname upstream v1.1.1 + * Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.3.dev.git429d949 - autobuilt 429d949 From ef0363f42fb0d98ab7867a8d3c89764218e3e412 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 1 Dec 2020 11:43:04 -0500 Subject: [PATCH 1555/2185] import dnsname source tarball Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0520c46..e75fd8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1426,3 +1426,4 @@ /podman-ca612a3.tar.gz /podman-2438390.tar.gz /podman-429d949.tar.gz +/dnsname-c654c95.tar.gz diff --git a/sources b/sources index e402443..1e17f62 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 +SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 SHA512 (podman-429d949.tar.gz) = 55b7cb5bd3a4a04b6c42b83e9162d0f6ca04644deafa765f1cfeb3f6187762429fd6dc6048d6da12b4b0913035633c436faf003fe53c667c8245069fa9a8e24d From 10145f1bdf8f49f7aca89dab63d4f3eecd9050df Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 1 Dec 2020 19:33:14 +0000 Subject: [PATCH 1556/2185] podman-2:3.0.0-0.5.dev.gitce45b71 - autobuilt ce45b71 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e75fd8b..b9223d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1427,3 +1427,4 @@ /podman-2438390.tar.gz /podman-429d949.tar.gz /dnsname-c654c95.tar.gz +/podman-ce45b71.tar.gz diff --git a/podman.spec b/podman.spec index fa74664..250772a 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 429d9492f85faf4c3a595b9d7b2a38743a4b8e42 +%global commit0 ce45b71dcfe7e5e0fd7ab43b9eeb4834317e6443 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.4.dev.git%{shortcommit0}%{?dist} +Release: 0.5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.5.dev.gitce45b71 +- autobuilt ce45b71 + * Tue Dec 1 2020 Lokesh Mandvekar - 2:3.0.0-0.4.dev.git429d949 - use podman-plugins / dnsname upstream v1.1.1 diff --git a/sources b/sources index 1e17f62..1713721 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-429d949.tar.gz) = 55b7cb5bd3a4a04b6c42b83e9162d0f6ca04644deafa765f1cfeb3f6187762429fd6dc6048d6da12b4b0913035633c436faf003fe53c667c8245069fa9a8e24d +SHA512 (podman-ce45b71.tar.gz) = 7445348a507ef4c26ab7ac81ec9f865350f591e9ff36c858d54e9cc8ec210026bae0dd8b6c6d71692bd095eb053018eae943ebb543bd179435a7ace14dd33dc2 From 5b5b5dfe79153e168a2210372d99e75c9c293450 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 1 Dec 2020 21:32:56 +0000 Subject: [PATCH 1557/2185] podman-2:3.0.0-0.6.dev.gitc71ad9a - autobuilt c71ad9a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b9223d5..8e23062 100644 --- a/.gitignore +++ b/.gitignore @@ -1428,3 +1428,4 @@ /podman-429d949.tar.gz /dnsname-c654c95.tar.gz /podman-ce45b71.tar.gz +/podman-c71ad9a.tar.gz diff --git a/podman.spec b/podman.spec index 250772a..36775bc 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 ce45b71dcfe7e5e0fd7ab43b9eeb4834317e6443 +%global commit0 c71ad9a557ee80eccde2608939c81906379fa7ae %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.5.dev.git%{shortcommit0}%{?dist} +Release: 0.6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.6.dev.gitc71ad9a +- autobuilt c71ad9a + * Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.5.dev.gitce45b71 - autobuilt ce45b71 diff --git a/sources b/sources index 1713721..2ada202 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-ce45b71.tar.gz) = 7445348a507ef4c26ab7ac81ec9f865350f591e9ff36c858d54e9cc8ec210026bae0dd8b6c6d71692bd095eb053018eae943ebb543bd179435a7ace14dd33dc2 +SHA512 (podman-c71ad9a.tar.gz) = f1ab02f9fe66cd8f6702d8ea03263a340812cee6fd06bb533c336018de1df6c3103c80966f937daf977e345821a4a56fd65ff7e5ca8dcb3bb38b0e5f3ae280c9 From e81bc8ac473f28e9acef2f114418ee0f2c6ce008 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 1 Dec 2020 22:02:49 +0000 Subject: [PATCH 1558/2185] podman-2:3.0.0-0.7.dev.gitb2cd6e0 - autobuilt b2cd6e0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8e23062..d31cb3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1429,3 +1429,4 @@ /dnsname-c654c95.tar.gz /podman-ce45b71.tar.gz /podman-c71ad9a.tar.gz +/podman-b2cd6e0.tar.gz diff --git a/podman.spec b/podman.spec index 36775bc..8e60380 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 c71ad9a557ee80eccde2608939c81906379fa7ae +%global commit0 b2cd6e0402bcd425130e397d79588dc406eccf53 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.6.dev.git%{shortcommit0}%{?dist} +Release: 0.7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.7.dev.gitb2cd6e0 +- autobuilt b2cd6e0 + * Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.6.dev.gitc71ad9a - autobuilt c71ad9a diff --git a/sources b/sources index 2ada202..ecb0cde 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-c71ad9a.tar.gz) = f1ab02f9fe66cd8f6702d8ea03263a340812cee6fd06bb533c336018de1df6c3103c80966f937daf977e345821a4a56fd65ff7e5ca8dcb3bb38b0e5f3ae280c9 +SHA512 (podman-b2cd6e0.tar.gz) = 91347af22acbbfc34f38f43f06e6aef0c93ad9ff6209bae0199484d7cadf7ff8314a01fe35bf925c7ae453f5455353aec3fea12516508662c8c6c2a6c1e125fa From 3de16515105c0c875241b262152d547d5bddeca7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 2 Dec 2020 01:32:53 +0000 Subject: [PATCH 1559/2185] podman-2:3.0.0-0.8.dev.git9c5fe95 - autobuilt 9c5fe95 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d31cb3c..aa970e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1430,3 +1430,4 @@ /podman-ce45b71.tar.gz /podman-c71ad9a.tar.gz /podman-b2cd6e0.tar.gz +/podman-9c5fe95.tar.gz diff --git a/podman.spec b/podman.spec index 8e60380..73fbfba 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b2cd6e0402bcd425130e397d79588dc406eccf53 +%global commit0 9c5fe954cca8b4bcb8f552645e1f52a5d9824134 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.7.dev.git%{shortcommit0}%{?dist} +Release: 0.8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.8.dev.git9c5fe95 +- autobuilt 9c5fe95 + * Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.7.dev.gitb2cd6e0 - autobuilt b2cd6e0 diff --git a/sources b/sources index ecb0cde..5db15a2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-b2cd6e0.tar.gz) = 91347af22acbbfc34f38f43f06e6aef0c93ad9ff6209bae0199484d7cadf7ff8314a01fe35bf925c7ae453f5455353aec3fea12516508662c8c6c2a6c1e125fa +SHA512 (podman-9c5fe95.tar.gz) = 8b63120b97c873620aa0ac7fce5dab4a5cd537929724375661db85929891ae95019f001e10b18c6c11ca78f317084696f15dba5498f96baa00c9eb5ad7c525e7 From e795dbb09e8346fa973d7f172c4bc873a03b4f8c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 2 Dec 2020 13:32:45 +0000 Subject: [PATCH 1560/2185] podman-2:3.0.0-0.9.dev.gitd28874b - autobuilt d28874b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index aa970e2..63d09a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1431,3 +1431,4 @@ /podman-c71ad9a.tar.gz /podman-b2cd6e0.tar.gz /podman-9c5fe95.tar.gz +/podman-d28874b.tar.gz diff --git a/podman.spec b/podman.spec index 73fbfba..077fd91 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9c5fe954cca8b4bcb8f552645e1f52a5d9824134 +%global commit0 d28874b2f4bc4f522ed2dc63412e9ddfea011fac %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.8.dev.git%{shortcommit0}%{?dist} +Release: 0.9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.9.dev.gitd28874b +- autobuilt d28874b + * Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.8.dev.git9c5fe95 - autobuilt 9c5fe95 diff --git a/sources b/sources index 5db15a2..e61fe11 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-9c5fe95.tar.gz) = 8b63120b97c873620aa0ac7fce5dab4a5cd537929724375661db85929891ae95019f001e10b18c6c11ca78f317084696f15dba5498f96baa00c9eb5ad7c525e7 +SHA512 (podman-d28874b.tar.gz) = 90fc29e6b1349cd6b56f786c8af572214225b4c407b720ebedcafc15735c1d9d4fe4dd6f085df833292cb5eee9e0576ab952c18af4e0542daeb68492ad46be5c From 8af430b8b46caafb7f05fffc873ed47dd74976d7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 2 Dec 2020 15:33:21 +0000 Subject: [PATCH 1561/2185] podman-2:3.0.0-0.10.dev.git7210b86 - autobuilt 7210b86 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 63d09a3..365ee0a 100644 --- a/.gitignore +++ b/.gitignore @@ -1432,3 +1432,4 @@ /podman-b2cd6e0.tar.gz /podman-9c5fe95.tar.gz /podman-d28874b.tar.gz +/podman-7210b86.tar.gz diff --git a/podman.spec b/podman.spec index 077fd91..fb4ff7e 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d28874b2f4bc4f522ed2dc63412e9ddfea011fac +%global commit0 7210b86d9ee5aa38a07829e58038049d224cad61 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.9.dev.git%{shortcommit0}%{?dist} +Release: 0.10.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.10.dev.git7210b86 +- autobuilt 7210b86 + * Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.9.dev.gitd28874b - autobuilt d28874b diff --git a/sources b/sources index e61fe11..2dffcaf 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-d28874b.tar.gz) = 90fc29e6b1349cd6b56f786c8af572214225b4c407b720ebedcafc15735c1d9d4fe4dd6f085df833292cb5eee9e0576ab952c18af4e0542daeb68492ad46be5c +SHA512 (podman-7210b86.tar.gz) = 250a03b0c2856899283006253cec3f06d4ab25ef2e55c9ec8c741dc4e7d444f613854e357ddd23b8175340355589b6be8aed0fff19af94fdcdb098872888687c From 23dec1732a551cb618bc9d89c8717be4155d83d6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 2 Dec 2020 16:03:19 +0000 Subject: [PATCH 1562/2185] podman-2:3.0.0-0.11.dev.gite82ec90 - autobuilt e82ec90 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 365ee0a..a05b1bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1433,3 +1433,4 @@ /podman-9c5fe95.tar.gz /podman-d28874b.tar.gz /podman-7210b86.tar.gz +/podman-e82ec90.tar.gz diff --git a/podman.spec b/podman.spec index fb4ff7e..bc5f2bb 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7210b86d9ee5aa38a07829e58038049d224cad61 +%global commit0 e82ec90007af82ee297eec0cb3973801cd383264 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.10.dev.git%{shortcommit0}%{?dist} +Release: 0.11.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.11.dev.gite82ec90 +- autobuilt e82ec90 + * Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.10.dev.git7210b86 - autobuilt 7210b86 diff --git a/sources b/sources index 2dffcaf..d6131c7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-7210b86.tar.gz) = 250a03b0c2856899283006253cec3f06d4ab25ef2e55c9ec8c741dc4e7d444f613854e357ddd23b8175340355589b6be8aed0fff19af94fdcdb098872888687c +SHA512 (podman-e82ec90.tar.gz) = 9fa4dae4c6fffca099e6828b7f36f89ba8292b18f2332105f448026dc6ff389cbb5c4dc75722dd81ba8f851a1dd0ced977789dc80f6b038fc978a390e4e32866 From edb873c46d2e5d622cee1581b0fc4ed604d86db2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 2 Dec 2020 19:32:52 +0000 Subject: [PATCH 1563/2185] podman-2:3.0.0-0.12.dev.gitd456765 - autobuilt d456765 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a05b1bf..893f38c 100644 --- a/.gitignore +++ b/.gitignore @@ -1434,3 +1434,4 @@ /podman-d28874b.tar.gz /podman-7210b86.tar.gz /podman-e82ec90.tar.gz +/podman-d456765.tar.gz diff --git a/podman.spec b/podman.spec index bc5f2bb..47aed27 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e82ec90007af82ee297eec0cb3973801cd383264 +%global commit0 d45676549d67033364f6777765054073036cfc32 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.11.dev.git%{shortcommit0}%{?dist} +Release: 0.12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.12.dev.gitd456765 +- autobuilt d456765 + * Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.11.dev.gite82ec90 - autobuilt e82ec90 diff --git a/sources b/sources index d6131c7..4a5614d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-e82ec90.tar.gz) = 9fa4dae4c6fffca099e6828b7f36f89ba8292b18f2332105f448026dc6ff389cbb5c4dc75722dd81ba8f851a1dd0ced977789dc80f6b038fc978a390e4e32866 +SHA512 (podman-d456765.tar.gz) = f53752893f42e367838a22152799d37c988b43f70b4ed662a4c4470803977aee39da181dcaa70108989f8d06e25286475c9146a35940b2ee2bc17cf886842c5d From 164ddfc452b208492ee17d6878606a39985efdcf Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 2 Dec 2020 21:32:29 +0000 Subject: [PATCH 1564/2185] podman-2:3.0.0-0.13.dev.git7984842 - autobuilt 7984842 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 893f38c..84a1bcf 100644 --- a/.gitignore +++ b/.gitignore @@ -1435,3 +1435,4 @@ /podman-7210b86.tar.gz /podman-e82ec90.tar.gz /podman-d456765.tar.gz +/podman-7984842.tar.gz diff --git a/podman.spec b/podman.spec index 47aed27..69bad4c 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d45676549d67033364f6777765054073036cfc32 +%global commit0 7984842d7e55baa8fc9498afa23b62113850feac %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.12.dev.git%{shortcommit0}%{?dist} +Release: 0.13.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.13.dev.git7984842 +- autobuilt 7984842 + * Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.12.dev.gitd456765 - autobuilt d456765 diff --git a/sources b/sources index 4a5614d..0768ce6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-d456765.tar.gz) = f53752893f42e367838a22152799d37c988b43f70b4ed662a4c4470803977aee39da181dcaa70108989f8d06e25286475c9146a35940b2ee2bc17cf886842c5d +SHA512 (podman-7984842.tar.gz) = 317cfeb22f42eaf378dc39e880c4e808cf1d0c44d7efad7a72719f982a21818bffdd9fd15ceb1be730c95d1b65a89fc53f48c6e0369f57dc172f9235a72f2025 From 96adf3847d70f9ca28388270bf1cef3fce157255 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 3 Dec 2020 00:03:05 +0000 Subject: [PATCH 1565/2185] podman-2:3.0.0-0.14.dev.git5cf7aa6 - autobuilt 5cf7aa6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 84a1bcf..1a95b59 100644 --- a/.gitignore +++ b/.gitignore @@ -1436,3 +1436,4 @@ /podman-e82ec90.tar.gz /podman-d456765.tar.gz /podman-7984842.tar.gz +/podman-5cf7aa6.tar.gz diff --git a/podman.spec b/podman.spec index 69bad4c..55171e4 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7984842d7e55baa8fc9498afa23b62113850feac +%global commit0 5cf7aa65fb4786ee3dad191a725f6c37fae83bc3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.13.dev.git%{shortcommit0}%{?dist} +Release: 0.14.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.14.dev.git5cf7aa6 +- autobuilt 5cf7aa6 + * Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.13.dev.git7984842 - autobuilt 7984842 diff --git a/sources b/sources index 0768ce6..5b7f19c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-7984842.tar.gz) = 317cfeb22f42eaf378dc39e880c4e808cf1d0c44d7efad7a72719f982a21818bffdd9fd15ceb1be730c95d1b65a89fc53f48c6e0369f57dc172f9235a72f2025 +SHA512 (podman-5cf7aa6.tar.gz) = a150af497a9e06c4c4dc47da2f3ebcf4ac806673d6b5b143201b2b644b40fcdb9db7f0bf03ab7f59324d8aad552437b9b8c5666d96d12809bc6664de3f660b3f From bcaf499ca3dec61103abf3463e6f2b14b1e7a508 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 3 Dec 2020 01:33:26 +0000 Subject: [PATCH 1566/2185] podman-2:3.0.0-0.15.dev.git9180872 - autobuilt 9180872 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1a95b59..f522e28 100644 --- a/.gitignore +++ b/.gitignore @@ -1437,3 +1437,4 @@ /podman-d456765.tar.gz /podman-7984842.tar.gz /podman-5cf7aa6.tar.gz +/podman-9180872.tar.gz diff --git a/podman.spec b/podman.spec index 55171e4..c3de170 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 5cf7aa65fb4786ee3dad191a725f6c37fae83bc3 +%global commit0 918087252b06640582128cfb6a8a5ace962dcee0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.14.dev.git%{shortcommit0}%{?dist} +Release: 0.15.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.15.dev.git9180872 +- autobuilt 9180872 + * Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.14.dev.git5cf7aa6 - autobuilt 5cf7aa6 diff --git a/sources b/sources index 5b7f19c..e97010f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-5cf7aa6.tar.gz) = a150af497a9e06c4c4dc47da2f3ebcf4ac806673d6b5b143201b2b644b40fcdb9db7f0bf03ab7f59324d8aad552437b9b8c5666d96d12809bc6664de3f660b3f +SHA512 (podman-9180872.tar.gz) = da27a9de260be012aba833910d8be20cad7515eab8b1763d5a270e6a753df0196464e65fc82645137a0b477a6cbb1e35694aed2d1e572ec9671e507ea8bbbae2 From c73c77bcae1ca23fa78fbafdc217c74f4cbaf4c9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 3 Dec 2020 11:32:32 +0000 Subject: [PATCH 1567/2185] podman-2:3.0.0-0.16.dev.git85b412d - autobuilt 85b412d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f522e28..ba11432 100644 --- a/.gitignore +++ b/.gitignore @@ -1438,3 +1438,4 @@ /podman-7984842.tar.gz /podman-5cf7aa6.tar.gz /podman-9180872.tar.gz +/podman-85b412d.tar.gz diff --git a/podman.spec b/podman.spec index c3de170..7928f40 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 918087252b06640582128cfb6a8a5ace962dcee0 +%global commit0 85b412ddcdacb635e13ec67ecd2df5990dbdca02 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.15.dev.git%{shortcommit0}%{?dist} +Release: 0.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.16.dev.git85b412d +- autobuilt 85b412d + * Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.15.dev.git9180872 - autobuilt 9180872 diff --git a/sources b/sources index e97010f..b76ec2d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-9180872.tar.gz) = da27a9de260be012aba833910d8be20cad7515eab8b1763d5a270e6a753df0196464e65fc82645137a0b477a6cbb1e35694aed2d1e572ec9671e507ea8bbbae2 +SHA512 (podman-85b412d.tar.gz) = fe56680285bf735581486b7104b9546a6c41a720d86f7f07125adfbe3f965eb17e11f6eeeceb0aa7e89cae37979bf0eb6d448040a80694fad15a89cf21635c35 From d5ae6318f752a52878c05eb5e286570edb0ba97f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 3 Dec 2020 15:33:19 +0000 Subject: [PATCH 1568/2185] podman-2:3.0.0-0.17.dev.gitc675d8a - autobuilt c675d8a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ba11432..03ad806 100644 --- a/.gitignore +++ b/.gitignore @@ -1439,3 +1439,4 @@ /podman-5cf7aa6.tar.gz /podman-9180872.tar.gz /podman-85b412d.tar.gz +/podman-c675d8a.tar.gz diff --git a/podman.spec b/podman.spec index 7928f40..dc1b788 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 85b412ddcdacb635e13ec67ecd2df5990dbdca02 +%global commit0 c675d8a3c6335e495f7e0f055443a7acb63de911 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.16.dev.git%{shortcommit0}%{?dist} +Release: 0.17.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.17.dev.gitc675d8a +- autobuilt c675d8a + * Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.16.dev.git85b412d - autobuilt 85b412d diff --git a/sources b/sources index b76ec2d..346251a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-85b412d.tar.gz) = fe56680285bf735581486b7104b9546a6c41a720d86f7f07125adfbe3f965eb17e11f6eeeceb0aa7e89cae37979bf0eb6d448040a80694fad15a89cf21635c35 +SHA512 (podman-c675d8a.tar.gz) = 049faef78a617dc2b20c2a11926a54b3142a38b0d2df1b818bb574bb4280b39bbbf19caa7cfed6c545297b07bf7e20ba3570033714914a30ca59f77a99f89b7e From 029ab39a723b18a3925b890f0c1a9993b8bde14d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 3 Dec 2020 16:02:55 +0000 Subject: [PATCH 1569/2185] podman-2:3.0.0-0.18.dev.git70284b1 - autobuilt 70284b1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 03ad806..3dd5f62 100644 --- a/.gitignore +++ b/.gitignore @@ -1440,3 +1440,4 @@ /podman-9180872.tar.gz /podman-85b412d.tar.gz /podman-c675d8a.tar.gz +/podman-70284b1.tar.gz diff --git a/podman.spec b/podman.spec index dc1b788..8705fdb 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 c675d8a3c6335e495f7e0f055443a7acb63de911 +%global commit0 70284b18cc7d4dc478c439cdda60ba64cfec060b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -57,7 +57,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.17.dev.git%{shortcommit0}%{?dist} +Release: 0.18.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.18.dev.git70284b1 +- autobuilt 70284b1 + * Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.17.dev.gitc675d8a - autobuilt c675d8a diff --git a/sources b/sources index 346251a..c8ff8d7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-c675d8a.tar.gz) = 049faef78a617dc2b20c2a11926a54b3142a38b0d2df1b818bb574bb4280b39bbbf19caa7cfed6c545297b07bf7e20ba3570033714914a30ca59f77a99f89b7e +SHA512 (podman-70284b1.tar.gz) = 60311d6e977488649c3fdf166f0784cb38e3d0ac62076fff90e6ae03fcce364ec90d4f89d2f4fd2b8899d1e2c94c37c11a9a5850e935dc0ddf72d683959141be From 5f78df142879cd6c4decdaa3ca2e9e6c3c003af8 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 3 Dec 2020 11:12:40 -0500 Subject: [PATCH 1570/2185] Harden binaries Enable stack canary, source fortification and other protections. Fedora's default %{optflags} breaks the build, so the problem flags from those have been skipped for now. Reported-by: Wade Mealing Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 8705fdb..8c32aa6 100644 --- a/podman.spec +++ b/podman.spec @@ -20,7 +20,6 @@ %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 -%define gogenerate go generate %global provider github %global provider_tld com @@ -66,6 +65,7 @@ Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{shortcommit_ Provides: %{name}-manpages = %{epoch}:%{version}-%{release} Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release} # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. +BuildRequires: gcc BuildRequires: golang BuildRequires: glib2-devel BuildRequires: glibc-devel @@ -418,6 +418,9 @@ tar zxf %{SOURCE1} %build export GO111MODULE=off export GOPATH=$(pwd)/_build:$(pwd) +export CGO_CFLAGS="-O2 -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" +# These extra flags present in %%{optflags} skipped for now as they break the build +#export CGO_CFLAGS="$CGO_CFLAGS -flto=auto -Wp,D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1" mkdir _build pushd _build From c996c1964d0e035ab8effa465dd1aaf5f2d48fd7 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 3 Dec 2020 11:46:11 -0500 Subject: [PATCH 1571/2185] podman-2:3.0.0-0.17.dev.git85b412d - Harden binaries Reported-by: Wade Mealing Signed-off-by: Lokesh Mandvekar --- podman.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/podman.spec b/podman.spec index 8c32aa6..0ece946 100644 --- a/podman.spec +++ b/podman.spec @@ -56,7 +56,11 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo +<<<<<<< HEAD Release: 0.18.dev.git%{shortcommit0}%{?dist} +======= +Release: 0.17.dev.git%{shortcommit0}%{?dist} +>>>>>>> be7c5c2 (podman-2:3.0.0-0.17.dev.git85b412d) Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -627,6 +631,10 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Dec 3 2020 Lokesh Mandvekar - 2:3.0.0-0.17.dev.git85b412d +- Harden binaries +- Reported-by: Wade Mealing + * Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.18.dev.git70284b1 - autobuilt 70284b1 From 6cba1e5efe28cb0dfcb6d5ebe06e452b2d3d1518 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 3 Dec 2020 13:24:09 -0500 Subject: [PATCH 1572/2185] correct changelog tag Signed-off-by: Lokesh Mandvekar --- podman.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/podman.spec b/podman.spec index 0ece946..3318b58 100644 --- a/podman.spec +++ b/podman.spec @@ -56,11 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -<<<<<<< HEAD -Release: 0.18.dev.git%{shortcommit0}%{?dist} -======= -Release: 0.17.dev.git%{shortcommit0}%{?dist} ->>>>>>> be7c5c2 (podman-2:3.0.0-0.17.dev.git85b412d) +Release: 0.19.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -631,7 +627,7 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog -* Thu Dec 3 2020 Lokesh Mandvekar - 2:3.0.0-0.17.dev.git85b412d +* Thu Dec 3 2020 Lokesh Mandvekar - 2:3.0.0-0.19.dev.git85b412d - Harden binaries - Reported-by: Wade Mealing From f5bd1cf30c187f6d6e3ef43afec481a190574c3c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 4 Dec 2020 11:33:25 +0000 Subject: [PATCH 1573/2185] podman-2:3.0.0-0.20.dev.gitec0411a - autobuilt ec0411a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3dd5f62..76b244f 100644 --- a/.gitignore +++ b/.gitignore @@ -1441,3 +1441,4 @@ /podman-85b412d.tar.gz /podman-c675d8a.tar.gz /podman-70284b1.tar.gz +/podman-ec0411a.tar.gz diff --git a/podman.spec b/podman.spec index 3318b58..bbfca82 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 70284b18cc7d4dc478c439cdda60ba64cfec060b +%global commit0 ec0411aecd74f5d604ded102e562541f5bd01a98 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.19.dev.git%{shortcommit0}%{?dist} +Release: 0.20.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -627,6 +627,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.20.dev.gitec0411a +- autobuilt ec0411a + * Thu Dec 3 2020 Lokesh Mandvekar - 2:3.0.0-0.19.dev.git85b412d - Harden binaries - Reported-by: Wade Mealing diff --git a/sources b/sources index c8ff8d7..cc88335 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-70284b1.tar.gz) = 60311d6e977488649c3fdf166f0784cb38e3d0ac62076fff90e6ae03fcce364ec90d4f89d2f4fd2b8899d1e2c94c37c11a9a5850e935dc0ddf72d683959141be +SHA512 (podman-ec0411a.tar.gz) = 3abe0a3357a53ad9ef365a157fc85b2314f5ebe2966bf795841bec18dc056fc9b4a6099ee53b1c4358de9b34f4d419070f9d2c7adaeee92485e80e141a6644df From af233cec05c2e59c1e95e225f79b0da5f7ae7a9c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 4 Dec 2020 17:33:16 +0000 Subject: [PATCH 1574/2185] podman-2:3.0.0-0.21.dev.gitf01630a - autobuilt f01630a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 76b244f..d3d37aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1442,3 +1442,4 @@ /podman-c675d8a.tar.gz /podman-70284b1.tar.gz /podman-ec0411a.tar.gz +/podman-f01630a.tar.gz diff --git a/podman.spec b/podman.spec index bbfca82..48aeb78 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 ec0411aecd74f5d604ded102e562541f5bd01a98 +%global commit0 f01630acf35a11aecdbfb9b77b249dcec85e67b5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.20.dev.git%{shortcommit0}%{?dist} +Release: 0.21.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -627,6 +627,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.21.dev.gitf01630a +- autobuilt f01630a + * Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.20.dev.gitec0411a - autobuilt ec0411a diff --git a/sources b/sources index cc88335..6e78e9d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-ec0411a.tar.gz) = 3abe0a3357a53ad9ef365a157fc85b2314f5ebe2966bf795841bec18dc056fc9b4a6099ee53b1c4358de9b34f4d419070f9d2c7adaeee92485e80e141a6644df +SHA512 (podman-f01630a.tar.gz) = 3b621b9a548021db892751e30a9fcd72718102023c731f8c4e9d600facd07e1b7edda8f29278f1d4a937633e0e8318ccfbc0e83abf5c183ae2969a4bd4dc5181 From d2cf6698ac221f04ee580570d221faa4c6f15472 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 4 Dec 2020 12:30:36 -0500 Subject: [PATCH 1575/2185] adjust CGO_CFLAGS to make both koji and checksec happy Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 48aeb78..07c5b90 100644 --- a/podman.spec +++ b/podman.spec @@ -418,8 +418,11 @@ tar zxf %{SOURCE1} %build export GO111MODULE=off export GOPATH=$(pwd)/_build:$(pwd) -export CGO_CFLAGS="-O2 -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" -# These extra flags present in %%{optflags} skipped for now as they break the build +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 -D_FILE_OFFSET_BITS=64' +%ifarch x86_64 +export CGO_CFLAGS="$CGO_CFLAGS -m64 -mtune=generic -fcf-protection" +%endif +# These extra flags present in %%{optflags} have been skipped for now as they break the build #export CGO_CFLAGS="$CGO_CFLAGS -flto=auto -Wp,D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1" mkdir _build From 91e8d6293deb50597f0aff77dcbf987e401caff5 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 4 Dec 2020 12:44:34 -0500 Subject: [PATCH 1576/2185] podman-2:3.0.0-0.22.dev.gitf01630a - make both checksec and koji happy Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 07c5b90..ea09dff 100644 --- a/podman.spec +++ b/podman.spec @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.21.dev.git%{shortcommit0}%{?dist} +Release: 0.22.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -630,6 +630,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Dec 4 2020 Lokesh Mandvekar - 2:3.0.0-0.22.dev.gitf01630a +- make both checksec and koji happy + * Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.21.dev.gitf01630a - autobuilt f01630a From 6c9048ff301b755e3afd12913863edc9cce399e0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 4 Dec 2020 19:33:34 +0000 Subject: [PATCH 1577/2185] podman-2:3.0.0-0.23.dev.gitc55b831 - autobuilt c55b831 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d3d37aa..3000af0 100644 --- a/.gitignore +++ b/.gitignore @@ -1443,3 +1443,4 @@ /podman-70284b1.tar.gz /podman-ec0411a.tar.gz /podman-f01630a.tar.gz +/podman-c55b831.tar.gz diff --git a/podman.spec b/podman.spec index ea09dff..752202a 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 f01630acf35a11aecdbfb9b77b249dcec85e67b5 +%global commit0 c55b83195eeb774078e48febc03d4655a7fbed52 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.22.dev.git%{shortcommit0}%{?dist} +Release: 0.23.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -630,6 +630,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.23.dev.gitc55b831 +- autobuilt c55b831 + * Fri Dec 4 2020 Lokesh Mandvekar - 2:3.0.0-0.22.dev.gitf01630a - make both checksec and koji happy diff --git a/sources b/sources index 6e78e9d..cb35a1f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-f01630a.tar.gz) = 3b621b9a548021db892751e30a9fcd72718102023c731f8c4e9d600facd07e1b7edda8f29278f1d4a937633e0e8318ccfbc0e83abf5c183ae2969a4bd4dc5181 +SHA512 (podman-c55b831.tar.gz) = a8cd1bf9f9cef10fe54769b4dc56260de54891a1428c5dd3f2b3128b6564610e007e73f8437279a380960ba61815f3ba15cc7db033ee701f79c2501fa119bba6 From 4707b4a9b99b3fdc6139c024f3f3d2c7ae2a59aa Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 4 Dec 2020 21:33:22 +0000 Subject: [PATCH 1578/2185] podman-2:3.0.0-0.24.dev.gitb6536d2 - autobuilt b6536d2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3000af0..4b932d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1444,3 +1444,4 @@ /podman-ec0411a.tar.gz /podman-f01630a.tar.gz /podman-c55b831.tar.gz +/podman-b6536d2.tar.gz diff --git a/podman.spec b/podman.spec index 752202a..08b01ed 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 c55b83195eeb774078e48febc03d4655a7fbed52 +%global commit0 b6536d20ed131783b0761d1fdb38b0c1db2bf01e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.23.dev.git%{shortcommit0}%{?dist} +Release: 0.24.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -630,6 +630,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.24.dev.gitb6536d2 +- autobuilt b6536d2 + * Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.23.dev.gitc55b831 - autobuilt c55b831 diff --git a/sources b/sources index cb35a1f..57343e0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-c55b831.tar.gz) = a8cd1bf9f9cef10fe54769b4dc56260de54891a1428c5dd3f2b3128b6564610e007e73f8437279a380960ba61815f3ba15cc7db033ee701f79c2501fa119bba6 +SHA512 (podman-b6536d2.tar.gz) = 916880aac91bf959189b5299cdee11d47be9df89cb5ca3940af3a05f0b620a0f759d45ee05bebef8bfde80c16b99c7ee1d187a1486798881d0130360d5f51601 From 12888de02067dd3b7673b4004ea35b1ba2546b9f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 4 Dec 2020 23:33:23 +0000 Subject: [PATCH 1579/2185] podman-2:3.0.0-0.25.dev.git8e83799 - autobuilt 8e83799 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4b932d5..4818767 100644 --- a/.gitignore +++ b/.gitignore @@ -1445,3 +1445,4 @@ /podman-f01630a.tar.gz /podman-c55b831.tar.gz /podman-b6536d2.tar.gz +/podman-8e83799.tar.gz diff --git a/podman.spec b/podman.spec index 08b01ed..3d1b41a 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b6536d20ed131783b0761d1fdb38b0c1db2bf01e +%global commit0 8e83799d5898aacfddabf40fb1512c5168d0b779 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.24.dev.git%{shortcommit0}%{?dist} +Release: 0.25.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -630,6 +630,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.25.dev.git8e83799 +- autobuilt 8e83799 + * Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.24.dev.gitb6536d2 - autobuilt b6536d2 diff --git a/sources b/sources index 57343e0..463965e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-b6536d2.tar.gz) = 916880aac91bf959189b5299cdee11d47be9df89cb5ca3940af3a05f0b620a0f759d45ee05bebef8bfde80c16b99c7ee1d187a1486798881d0130360d5f51601 +SHA512 (podman-8e83799.tar.gz) = e41d71c1ae0ed5dc675f09d916172d2887207e55c3d3bdc332aca57b1d1e87ea2a6add937e2888a6065c67f6d47c0491ac94a9c03f87e330d68085326752a445 From cd96c3e95200dda04193df0807706d56e80173e5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 5 Dec 2020 11:34:17 +0000 Subject: [PATCH 1580/2185] podman-2:3.0.0-0.26.dev.git0c2a43b - autobuilt 0c2a43b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4818767..78a4e12 100644 --- a/.gitignore +++ b/.gitignore @@ -1446,3 +1446,4 @@ /podman-c55b831.tar.gz /podman-b6536d2.tar.gz /podman-8e83799.tar.gz +/podman-0c2a43b.tar.gz diff --git a/podman.spec b/podman.spec index 3d1b41a..c6345cf 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 8e83799d5898aacfddabf40fb1512c5168d0b779 +%global commit0 0c2a43b99db8a4fd75412a277da6de2731017d3e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.25.dev.git%{shortcommit0}%{?dist} +Release: 0.26.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -630,6 +630,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Dec 5 2020 RH Container Bot - 2:3.0.0-0.26.dev.git0c2a43b +- autobuilt 0c2a43b + * Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.25.dev.git8e83799 - autobuilt 8e83799 diff --git a/sources b/sources index 463965e..fc38c7e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-8e83799.tar.gz) = e41d71c1ae0ed5dc675f09d916172d2887207e55c3d3bdc332aca57b1d1e87ea2a6add937e2888a6065c67f6d47c0491ac94a9c03f87e330d68085326752a445 +SHA512 (podman-0c2a43b.tar.gz) = 55a15e59e083ea166135f423ff55e82cf1e51a4f05a49daeb78fb42aff5a1984a31b9ae51be9b8ecdd13669abe06b633c623858ef3e5a8189db4a6c199fa8417 From b2bef9225503bba36246b14ea970e8e5cc4a04f0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 7 Dec 2020 11:32:51 +0000 Subject: [PATCH 1581/2185] podman-2:3.0.0-0.27.dev.git0c96731 - autobuilt 0c96731 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 78a4e12..5e1943a 100644 --- a/.gitignore +++ b/.gitignore @@ -1447,3 +1447,4 @@ /podman-b6536d2.tar.gz /podman-8e83799.tar.gz /podman-0c2a43b.tar.gz +/podman-0c96731.tar.gz diff --git a/podman.spec b/podman.spec index c6345cf..290ddb4 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 0c2a43b99db8a4fd75412a277da6de2731017d3e +%global commit0 0c967319f85101b84631aff158803e3f11a8402b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.26.dev.git%{shortcommit0}%{?dist} +Release: 0.27.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -630,6 +630,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.27.dev.git0c96731 +- autobuilt 0c96731 + * Sat Dec 5 2020 RH Container Bot - 2:3.0.0-0.26.dev.git0c2a43b - autobuilt 0c2a43b diff --git a/sources b/sources index fc38c7e..22291d6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-0c2a43b.tar.gz) = 55a15e59e083ea166135f423ff55e82cf1e51a4f05a49daeb78fb42aff5a1984a31b9ae51be9b8ecdd13669abe06b633c623858ef3e5a8189db4a6c199fa8417 +SHA512 (podman-0c96731.tar.gz) = 0c23e927b4a7a79109d3da1db93f92e42195f49dc9e4e7be6ff3f5c98277afc15ae77d3d7e4cfddadef2f315401836a0761956e717cda7233dbf37ce857db52f From 8c6eaea3cc5760b78230ab97fb82741421659486 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 7 Dec 2020 13:33:49 +0000 Subject: [PATCH 1582/2185] podman-2:3.0.0-0.28.dev.gite117ad3 - autobuilt e117ad3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5e1943a..cc63012 100644 --- a/.gitignore +++ b/.gitignore @@ -1448,3 +1448,4 @@ /podman-8e83799.tar.gz /podman-0c2a43b.tar.gz /podman-0c96731.tar.gz +/podman-e117ad3.tar.gz diff --git a/podman.spec b/podman.spec index 290ddb4..bd25c0a 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 0c967319f85101b84631aff158803e3f11a8402b +%global commit0 e117ad3ba26926d68efcf9cdfc8b6406f3615e99 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.27.dev.git%{shortcommit0}%{?dist} +Release: 0.28.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -630,6 +630,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.28.dev.gite117ad3 +- autobuilt e117ad3 + * Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.27.dev.git0c96731 - autobuilt 0c96731 diff --git a/sources b/sources index 22291d6..892bf08 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-0c96731.tar.gz) = 0c23e927b4a7a79109d3da1db93f92e42195f49dc9e4e7be6ff3f5c98277afc15ae77d3d7e4cfddadef2f315401836a0761956e717cda7233dbf37ce857db52f +SHA512 (podman-e117ad3.tar.gz) = a1a3eaa79bd23b085d486d03d4a41ea0fbf8505b7e87f8572130dff619e3d383f8ee76a50d7208ec5ae48f940c74cd2d58edfde98a481ebe20e1a7ef678de693 From 14cadff0a4bf969baef51183e496578d2d96814c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 7 Dec 2020 10:31:29 -0500 Subject: [PATCH 1583/2185] -fcf-protection cflag NOT for centos <= 7 Signed-off-by: Lokesh Mandvekar (cherry picked from commit 7a29eeae7ce0ee139eb01315cb1a3da22cad5fa9) Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index bd25c0a..8019e03 100644 --- a/podman.spec +++ b/podman.spec @@ -420,7 +420,10 @@ export GO111MODULE=off 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 -D_FILE_OFFSET_BITS=64' %ifarch x86_64 -export CGO_CFLAGS="$CGO_CFLAGS -m64 -mtune=generic -fcf-protection" +export CGO_CFLAGS="$CGO_CFLAGS -m64 -mtune=generic" +%if 0%{?fedora} || 0%{?centos} >= 8 +export CGO_CFLAGS="$CGO_CFLAGS -fcf-protection" +%endif %endif # These extra flags present in %%{optflags} have been skipped for now as they break the build #export CGO_CFLAGS="$CGO_CFLAGS -flto=auto -Wp,D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1" From 1e029202d50dff20f80d00e0785f0478a5cd5bc0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 7 Dec 2020 16:02:46 +0000 Subject: [PATCH 1584/2185] podman-2:3.0.0-0.29.dev.gite6f80fa - autobuilt e6f80fa Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cc63012..9689200 100644 --- a/.gitignore +++ b/.gitignore @@ -1449,3 +1449,4 @@ /podman-0c2a43b.tar.gz /podman-0c96731.tar.gz /podman-e117ad3.tar.gz +/podman-e6f80fa.tar.gz diff --git a/podman.spec b/podman.spec index 8019e03..1aa8d27 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e117ad3ba26926d68efcf9cdfc8b6406f3615e99 +%global commit0 e6f80fa61aa082d2226b8258ea247186451d84d3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.28.dev.git%{shortcommit0}%{?dist} +Release: 0.29.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.29.dev.gite6f80fa +- autobuilt e6f80fa + * Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.28.dev.gite117ad3 - autobuilt e117ad3 diff --git a/sources b/sources index 892bf08..a927598 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-e117ad3.tar.gz) = a1a3eaa79bd23b085d486d03d4a41ea0fbf8505b7e87f8572130dff619e3d383f8ee76a50d7208ec5ae48f940c74cd2d58edfde98a481ebe20e1a7ef678de693 +SHA512 (podman-e6f80fa.tar.gz) = 1ce0f51f382037541f7a7710f9610c77b30fecbec5723e170fabdae3d19a0cc8a956f3c296600480090a676b8371083774ea9244aeb18b6a1ac51f3c9c491b71 From 51268faad5ccabc112269ec23bf6f702d124481a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 7 Dec 2020 17:32:51 +0000 Subject: [PATCH 1585/2185] podman-2:3.0.0-0.30.dev.git3569e24 - autobuilt 3569e24 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9689200..3c6f191 100644 --- a/.gitignore +++ b/.gitignore @@ -1450,3 +1450,4 @@ /podman-0c96731.tar.gz /podman-e117ad3.tar.gz /podman-e6f80fa.tar.gz +/podman-3569e24.tar.gz diff --git a/podman.spec b/podman.spec index 1aa8d27..79ea21b 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e6f80fa61aa082d2226b8258ea247186451d84d3 +%global commit0 3569e24df8c3f774def37d99b7e23158349e92cf %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.29.dev.git%{shortcommit0}%{?dist} +Release: 0.30.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.30.dev.git3569e24 +- autobuilt 3569e24 + * Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.29.dev.gite6f80fa - autobuilt e6f80fa diff --git a/sources b/sources index a927598..8e8c459 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-e6f80fa.tar.gz) = 1ce0f51f382037541f7a7710f9610c77b30fecbec5723e170fabdae3d19a0cc8a956f3c296600480090a676b8371083774ea9244aeb18b6a1ac51f3c9c491b71 +SHA512 (podman-3569e24.tar.gz) = 66767a4c0e08993f74666aa3d0adb8cfcb2ab470120ed98a33195dd6b08d6566358a6c7b11608781ff80bfaf1619b6baa04ad52b2e31619ddd978d99b57305fe From 2b33e3f7d125b032f136eced3561e7de3b716602 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 7 Dec 2020 19:33:15 +0000 Subject: [PATCH 1586/2185] podman-2:3.0.0-0.31.dev.gita5ca039 - autobuilt a5ca039 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3c6f191..c8cba9f 100644 --- a/.gitignore +++ b/.gitignore @@ -1451,3 +1451,4 @@ /podman-e117ad3.tar.gz /podman-e6f80fa.tar.gz /podman-3569e24.tar.gz +/podman-a5ca039.tar.gz diff --git a/podman.spec b/podman.spec index 79ea21b..4dca8a7 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 3569e24df8c3f774def37d99b7e23158349e92cf +%global commit0 a5ca03915e7ad8b9db81d22a256013ce5ae3cc87 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.30.dev.git%{shortcommit0}%{?dist} +Release: 0.31.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.31.dev.gita5ca039 +- autobuilt a5ca039 + * Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.30.dev.git3569e24 - autobuilt 3569e24 diff --git a/sources b/sources index 8e8c459..6a0e0bb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-3569e24.tar.gz) = 66767a4c0e08993f74666aa3d0adb8cfcb2ab470120ed98a33195dd6b08d6566358a6c7b11608781ff80bfaf1619b6baa04ad52b2e31619ddd978d99b57305fe +SHA512 (podman-a5ca039.tar.gz) = f6217b7bae4c9943d18d6bc093277a1068770587aca6dfca6dc55cd07dee242f6340f4136a7fe0f3518cda1be1e4c2118d49e274d1f89e7cfe7808d701af2f4e From 2051be7879760142db698b1a8a81e2c752e3557b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 7 Dec 2020 21:33:02 +0000 Subject: [PATCH 1587/2185] podman-2:3.0.0-0.32.dev.gitbfbeece - autobuilt bfbeece Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c8cba9f..77300f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1452,3 +1452,4 @@ /podman-e6f80fa.tar.gz /podman-3569e24.tar.gz /podman-a5ca039.tar.gz +/podman-bfbeece.tar.gz diff --git a/podman.spec b/podman.spec index 4dca8a7..cea3940 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 a5ca03915e7ad8b9db81d22a256013ce5ae3cc87 +%global commit0 bfbeece27bc370d33042ab3c4bf36b9288c85b7c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.31.dev.git%{shortcommit0}%{?dist} +Release: 0.32.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.32.dev.gitbfbeece +- autobuilt bfbeece + * Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.31.dev.gita5ca039 - autobuilt a5ca039 diff --git a/sources b/sources index 6a0e0bb..a3073cb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-a5ca039.tar.gz) = f6217b7bae4c9943d18d6bc093277a1068770587aca6dfca6dc55cd07dee242f6340f4136a7fe0f3518cda1be1e4c2118d49e274d1f89e7cfe7808d701af2f4e +SHA512 (podman-bfbeece.tar.gz) = dacce2596bb28519183fcba76e2b597d612b57af4098eb2bc75dcf6d148d7851d5732d99f1556e5eee25b01a17f6d44e5b6c2b7a2e4fbc6ddbce10fbb321cc20 From 6f68ded0a0e86422b5699df6baa3bcdf5aa7188d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 7 Dec 2020 23:33:42 +0000 Subject: [PATCH 1588/2185] podman-2:3.0.0-0.33.dev.gite2f9120 - autobuilt e2f9120 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 77300f0..85393cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1453,3 +1453,4 @@ /podman-3569e24.tar.gz /podman-a5ca039.tar.gz /podman-bfbeece.tar.gz +/podman-e2f9120.tar.gz diff --git a/podman.spec b/podman.spec index cea3940..f6e8775 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 bfbeece27bc370d33042ab3c4bf36b9288c85b7c +%global commit0 e2f91207fc3e515c0a9f828433aaf80727f4b7c5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.32.dev.git%{shortcommit0}%{?dist} +Release: 0.33.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.33.dev.gite2f9120 +- autobuilt e2f9120 + * Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.32.dev.gitbfbeece - autobuilt bfbeece diff --git a/sources b/sources index a3073cb..aff679b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-bfbeece.tar.gz) = dacce2596bb28519183fcba76e2b597d612b57af4098eb2bc75dcf6d148d7851d5732d99f1556e5eee25b01a17f6d44e5b6c2b7a2e4fbc6ddbce10fbb321cc20 +SHA512 (podman-e2f9120.tar.gz) = 68eb7b286a411003461f182d7ccd8b4af09955897375ce5e194e6d2ea2bd91f6f65585ad5ff8548a8826af43a79c54c2e36287945f2311ca3eccbd733e6fc58f From 8386005a89fbdd24e867894f206bcefaff2356a5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 8 Dec 2020 11:32:32 +0000 Subject: [PATCH 1589/2185] podman-2:3.0.0-0.34.dev.git9b3a81a - autobuilt 9b3a81a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 85393cd..8d40e11 100644 --- a/.gitignore +++ b/.gitignore @@ -1454,3 +1454,4 @@ /podman-a5ca039.tar.gz /podman-bfbeece.tar.gz /podman-e2f9120.tar.gz +/podman-9b3a81a.tar.gz diff --git a/podman.spec b/podman.spec index f6e8775..2afa131 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e2f91207fc3e515c0a9f828433aaf80727f4b7c5 +%global commit0 9b3a81a002e570b8a49e60c3dd3feb65d742f286 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.33.dev.git%{shortcommit0}%{?dist} +Release: 0.34.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Dec 8 2020 RH Container Bot - 2:3.0.0-0.34.dev.git9b3a81a +- autobuilt 9b3a81a + * Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.33.dev.gite2f9120 - autobuilt e2f9120 diff --git a/sources b/sources index aff679b..5976c24 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-e2f9120.tar.gz) = 68eb7b286a411003461f182d7ccd8b4af09955897375ce5e194e6d2ea2bd91f6f65585ad5ff8548a8826af43a79c54c2e36287945f2311ca3eccbd733e6fc58f +SHA512 (podman-9b3a81a.tar.gz) = 40a35d89a8b366b2ab582241281a9fff9744269140f6b27cfdc92530624364618dfac61840f6023c7fbb6c6d06c0f29e9f3c32eb2817f1d5191662248f8a6f22 From fc09b08c7470b050385afaadc0758ebfb75e037a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 8 Dec 2020 15:33:31 +0000 Subject: [PATCH 1590/2185] podman-2:3.0.0-0.35.dev.git0cccba8 - autobuilt 0cccba8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8d40e11..58973b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1455,3 +1455,4 @@ /podman-bfbeece.tar.gz /podman-e2f9120.tar.gz /podman-9b3a81a.tar.gz +/podman-0cccba8.tar.gz diff --git a/podman.spec b/podman.spec index 2afa131..0f3bf21 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9b3a81a002e570b8a49e60c3dd3feb65d742f286 +%global commit0 0cccba834ff2939579f7ef4c340a9337dc9d7d2c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -43,7 +43,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.2.0 +%define built_tag v2.2.1 Name: podman %if 0%{?fedora} @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.34.dev.git%{shortcommit0}%{?dist} +Release: 0.35.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Dec 8 2020 RH Container Bot - 2:3.0.0-0.35.dev.git0cccba8 +- autobuilt 0cccba8 + * Tue Dec 8 2020 RH Container Bot - 2:3.0.0-0.34.dev.git9b3a81a - autobuilt 9b3a81a diff --git a/sources b/sources index 5976c24..e681a1f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-9b3a81a.tar.gz) = 40a35d89a8b366b2ab582241281a9fff9744269140f6b27cfdc92530624364618dfac61840f6023c7fbb6c6d06c0f29e9f3c32eb2817f1d5191662248f8a6f22 +SHA512 (podman-0cccba8.tar.gz) = 56bd2eb54a5947feb1a1361f72aea2ac93388cf8a681e383fbedae4313c7c6aa0c6853db18b5f92f5bc29fa3b9247a33bc1a6411908689e50d01e0e790d65e1c From 600d17814f5ffed1057a6fb509599a18830f485e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 8 Dec 2020 19:32:53 +0000 Subject: [PATCH 1591/2185] podman-2:3.0.0-0.36.dev.git47d2a4b - autobuilt 47d2a4b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 58973b0..c482a5d 100644 --- a/.gitignore +++ b/.gitignore @@ -1456,3 +1456,4 @@ /podman-e2f9120.tar.gz /podman-9b3a81a.tar.gz /podman-0cccba8.tar.gz +/podman-47d2a4b.tar.gz diff --git a/podman.spec b/podman.spec index 0f3bf21..36069c3 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 0cccba834ff2939579f7ef4c340a9337dc9d7d2c +%global commit0 47d2a4be2af5143c9619a65ec641daa1025130a3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.35.dev.git%{shortcommit0}%{?dist} +Release: 0.36.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Dec 8 2020 RH Container Bot - 2:3.0.0-0.36.dev.git47d2a4b +- autobuilt 47d2a4b + * Tue Dec 8 2020 RH Container Bot - 2:3.0.0-0.35.dev.git0cccba8 - autobuilt 0cccba8 diff --git a/sources b/sources index e681a1f..1091d07 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-0cccba8.tar.gz) = 56bd2eb54a5947feb1a1361f72aea2ac93388cf8a681e383fbedae4313c7c6aa0c6853db18b5f92f5bc29fa3b9247a33bc1a6411908689e50d01e0e790d65e1c +SHA512 (podman-47d2a4b.tar.gz) = d2cdc8eda328eff865d269317bda65cf01b3dfbc7c36f966bda58888d000c9266f7c14bd327f6ea931cc8b5e9c1f11b86a126fdb1e277a3b799fa607e47089d1 From a30b3645fce92143ee069ab7c2daf624d49df961 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 8 Dec 2020 21:32:34 +0000 Subject: [PATCH 1592/2185] podman-2:3.0.0-0.37.dev.git7caef9c - autobuilt 7caef9c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c482a5d..438c249 100644 --- a/.gitignore +++ b/.gitignore @@ -1457,3 +1457,4 @@ /podman-9b3a81a.tar.gz /podman-0cccba8.tar.gz /podman-47d2a4b.tar.gz +/podman-7caef9c.tar.gz diff --git a/podman.spec b/podman.spec index 36069c3..6a790f8 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 47d2a4be2af5143c9619a65ec641daa1025130a3 +%global commit0 7caef9c497da0c2a16caf4f15152bc543dfb6008 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.36.dev.git%{shortcommit0}%{?dist} +Release: 0.37.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Dec 8 2020 RH Container Bot - 2:3.0.0-0.37.dev.git7caef9c +- autobuilt 7caef9c + * Tue Dec 8 2020 RH Container Bot - 2:3.0.0-0.36.dev.git47d2a4b - autobuilt 47d2a4b diff --git a/sources b/sources index 1091d07..c285a47 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-47d2a4b.tar.gz) = d2cdc8eda328eff865d269317bda65cf01b3dfbc7c36f966bda58888d000c9266f7c14bd327f6ea931cc8b5e9c1f11b86a126fdb1e277a3b799fa607e47089d1 +SHA512 (podman-7caef9c.tar.gz) = ae8c3536f768e2655e5c58bf9d44bd04c9e9a96982ad666e782df44db483fbce569bf752fa930bc49881ec6a26cf85a6d79008c22c5043671a5e51ae96c57750 From 62f82343d601fb6665149caf3811bd0cd48b321b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 9 Dec 2020 01:33:22 +0000 Subject: [PATCH 1593/2185] podman-2:3.0.0-0.38.dev.gitdd295f2 - autobuilt dd295f2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 438c249..20a9eb4 100644 --- a/.gitignore +++ b/.gitignore @@ -1458,3 +1458,4 @@ /podman-0cccba8.tar.gz /podman-47d2a4b.tar.gz /podman-7caef9c.tar.gz +/podman-dd295f2.tar.gz diff --git a/podman.spec b/podman.spec index 6a790f8..cc5262b 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7caef9c497da0c2a16caf4f15152bc543dfb6008 +%global commit0 dd295f297b6dd51d22c64c75f4ef4f80f953bbde %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.37.dev.git%{shortcommit0}%{?dist} +Release: 0.38.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.38.dev.gitdd295f2 +- autobuilt dd295f2 + * Tue Dec 8 2020 RH Container Bot - 2:3.0.0-0.37.dev.git7caef9c - autobuilt 7caef9c diff --git a/sources b/sources index c285a47..9456d85 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-7caef9c.tar.gz) = ae8c3536f768e2655e5c58bf9d44bd04c9e9a96982ad666e782df44db483fbce569bf752fa930bc49881ec6a26cf85a6d79008c22c5043671a5e51ae96c57750 +SHA512 (podman-dd295f2.tar.gz) = f1e5b9ae207ab3467d7b4e94d8906242dfbedb230e817b2f191469960baa13b85b1d538b363917f6650f13b03db0b5a5fe79e5426d7af7d43880f233f037fb31 From d620fb03b4569d1c1e7b1289e02269a80bcc1133 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 9 Dec 2020 13:33:04 +0000 Subject: [PATCH 1594/2185] podman-2:3.0.0-0.39.dev.git2472600 - autobuilt 2472600 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 20a9eb4..2c0250e 100644 --- a/.gitignore +++ b/.gitignore @@ -1459,3 +1459,4 @@ /podman-47d2a4b.tar.gz /podman-7caef9c.tar.gz /podman-dd295f2.tar.gz +/podman-2472600.tar.gz diff --git a/podman.spec b/podman.spec index cc5262b..bc2323a 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 dd295f297b6dd51d22c64c75f4ef4f80f953bbde +%global commit0 247260081a5cdc4065009bcd1080c987974327e5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.38.dev.git%{shortcommit0}%{?dist} +Release: 0.39.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.39.dev.git2472600 +- autobuilt 2472600 + * Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.38.dev.gitdd295f2 - autobuilt dd295f2 diff --git a/sources b/sources index 9456d85..4fadfe6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-dd295f2.tar.gz) = f1e5b9ae207ab3467d7b4e94d8906242dfbedb230e817b2f191469960baa13b85b1d538b363917f6650f13b03db0b5a5fe79e5426d7af7d43880f233f037fb31 +SHA512 (podman-2472600.tar.gz) = 96e9eed65cf1949a71e045ff108b4ad148c846d98875a74a8cbd17781bcb364b49efd1d441c92775781f8a5a4086e41b4152ece9d391256c5d1f9203780d3583 From fb793f26fa9163d4b3d0b89808664294c73de435 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 9 Dec 2020 14:03:48 +0000 Subject: [PATCH 1595/2185] podman-2:3.0.0-0.40.dev.gitb875c5c - autobuilt b875c5c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2c0250e..63ce27a 100644 --- a/.gitignore +++ b/.gitignore @@ -1460,3 +1460,4 @@ /podman-7caef9c.tar.gz /podman-dd295f2.tar.gz /podman-2472600.tar.gz +/podman-b875c5c.tar.gz diff --git a/podman.spec b/podman.spec index bc2323a..593851f 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 247260081a5cdc4065009bcd1080c987974327e5 +%global commit0 b875c5c27c503108f1984256833a9a2da4d0c5d1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.39.dev.git%{shortcommit0}%{?dist} +Release: 0.40.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.40.dev.gitb875c5c +- autobuilt b875c5c + * Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.39.dev.git2472600 - autobuilt 2472600 diff --git a/sources b/sources index 4fadfe6..201b7c1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-2472600.tar.gz) = 96e9eed65cf1949a71e045ff108b4ad148c846d98875a74a8cbd17781bcb364b49efd1d441c92775781f8a5a4086e41b4152ece9d391256c5d1f9203780d3583 +SHA512 (podman-b875c5c.tar.gz) = 911a8cb55fbc85e476cd2e71f30205a9771ba94af6dee30ab8427811670da3bb3df95f4f10f59b8c3653a9c4dcf007fed6fd2acd9918821c0af791e064973c96 From c0b6d2a1029c7b887fb4463113936a8193cc108a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 9 Dec 2020 15:33:39 +0000 Subject: [PATCH 1596/2185] podman-2:3.0.0-0.41.dev.git3cd143f - autobuilt 3cd143f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 63ce27a..e1bd7e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1461,3 +1461,4 @@ /podman-dd295f2.tar.gz /podman-2472600.tar.gz /podman-b875c5c.tar.gz +/podman-3cd143f.tar.gz diff --git a/podman.spec b/podman.spec index 593851f..47c569c 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b875c5c27c503108f1984256833a9a2da4d0c5d1 +%global commit0 3cd143fc5851d5080c5dcdde5e3b227a163f85d9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.40.dev.git%{shortcommit0}%{?dist} +Release: 0.41.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.41.dev.git3cd143f +- autobuilt 3cd143f + * Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.40.dev.gitb875c5c - autobuilt b875c5c diff --git a/sources b/sources index 201b7c1..86683ec 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-b875c5c.tar.gz) = 911a8cb55fbc85e476cd2e71f30205a9771ba94af6dee30ab8427811670da3bb3df95f4f10f59b8c3653a9c4dcf007fed6fd2acd9918821c0af791e064973c96 +SHA512 (podman-3cd143f.tar.gz) = 84fd90197b4b2d154b31b438ddbe291d8494e082ea898368cdc083a322f5664cbaa55f523e1c9a004201f174ca4ea9f9793e10402a848875343184979a457e12 From f99cee90f95d09f212a10a8858720ed5903a607d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 9 Dec 2020 16:05:37 +0000 Subject: [PATCH 1597/2185] podman-2:3.0.0-0.42.dev.git9abbe07 - autobuilt 9abbe07 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e1bd7e1..555c8a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1462,3 +1462,4 @@ /podman-2472600.tar.gz /podman-b875c5c.tar.gz /podman-3cd143f.tar.gz +/podman-9abbe07.tar.gz diff --git a/podman.spec b/podman.spec index 47c569c..e898194 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 3cd143fc5851d5080c5dcdde5e3b227a163f85d9 +%global commit0 9abbe0728c5050914168a154622087a4dacd4dfe %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.41.dev.git%{shortcommit0}%{?dist} +Release: 0.42.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.42.dev.git9abbe07 +- autobuilt 9abbe07 + * Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.41.dev.git3cd143f - autobuilt 3cd143f diff --git a/sources b/sources index 86683ec..1e89a9a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-3cd143f.tar.gz) = 84fd90197b4b2d154b31b438ddbe291d8494e082ea898368cdc083a322f5664cbaa55f523e1c9a004201f174ca4ea9f9793e10402a848875343184979a457e12 +SHA512 (podman-9abbe07.tar.gz) = 0f853d3a3693dadf656e368350362f3489d267391b65d227c710725f6218172f5884b27954e024053fb6effd19e0a3488fb3fc42039b3054766f7e6fd608333e From 9c6b0998ead682311cafb1ad5a7549f1e6cfbc0e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 9 Dec 2020 20:03:21 +0000 Subject: [PATCH 1598/2185] podman-2:3.0.0-0.43.dev.git43567c6 - autobuilt 43567c6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 555c8a9..88460ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1463,3 +1463,4 @@ /podman-b875c5c.tar.gz /podman-3cd143f.tar.gz /podman-9abbe07.tar.gz +/podman-43567c6.tar.gz diff --git a/podman.spec b/podman.spec index e898194..294d5cd 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9abbe0728c5050914168a154622087a4dacd4dfe +%global commit0 43567c6539e2eb2d574f3d63afbf2a7ac0394309 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.42.dev.git%{shortcommit0}%{?dist} +Release: 0.43.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.43.dev.git43567c6 +- autobuilt 43567c6 + * Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.42.dev.git9abbe07 - autobuilt 9abbe07 diff --git a/sources b/sources index 1e89a9a..2528c50 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-9abbe07.tar.gz) = 0f853d3a3693dadf656e368350362f3489d267391b65d227c710725f6218172f5884b27954e024053fb6effd19e0a3488fb3fc42039b3054766f7e6fd608333e +SHA512 (podman-43567c6.tar.gz) = 0eef0f1f0f942b02df8357ef95a95337ffce3683cda90614c99d040f701d5fcde4f720766aad4338e573004f7d4e96d7d41d8a865d1a3d16a597209ff8d154bb From e077f4bf7424eeadf0510bcd5fc28e8fe6d02692 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 9 Dec 2020 21:33:31 +0000 Subject: [PATCH 1599/2185] podman-2:3.0.0-0.44.dev.giteb053df - autobuilt eb053df Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 88460ee..6032b58 100644 --- a/.gitignore +++ b/.gitignore @@ -1464,3 +1464,4 @@ /podman-3cd143f.tar.gz /podman-9abbe07.tar.gz /podman-43567c6.tar.gz +/podman-eb053df.tar.gz diff --git a/podman.spec b/podman.spec index 294d5cd..2f9981f 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 43567c6539e2eb2d574f3d63afbf2a7ac0394309 +%global commit0 eb053df7843d9ec4aba4ee331e04b1d1d5a4ceee %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.43.dev.git%{shortcommit0}%{?dist} +Release: 0.44.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.44.dev.giteb053df +- autobuilt eb053df + * Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.43.dev.git43567c6 - autobuilt 43567c6 diff --git a/sources b/sources index 2528c50..1a94a08 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-43567c6.tar.gz) = 0eef0f1f0f942b02df8357ef95a95337ffce3683cda90614c99d040f701d5fcde4f720766aad4338e573004f7d4e96d7d41d8a865d1a3d16a597209ff8d154bb +SHA512 (podman-eb053df.tar.gz) = 353cded82d94c8a7f1010bc0c16e2d47882e8b0f299ef4afde5c062f48d76ba554f4f4eae0d000a520726f65ee0798d19a085376cbd66345421d3a6ceed2c7c3 From 036dd11947444c6ace112a081d3372ef61129bbd Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 9 Dec 2020 23:32:56 +0000 Subject: [PATCH 1600/2185] podman-2:3.0.0-0.45.dev.git9216be2 - autobuilt 9216be2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6032b58..9f42dfe 100644 --- a/.gitignore +++ b/.gitignore @@ -1465,3 +1465,4 @@ /podman-9abbe07.tar.gz /podman-43567c6.tar.gz /podman-eb053df.tar.gz +/podman-9216be2.tar.gz diff --git a/podman.spec b/podman.spec index 2f9981f..6d181da 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 eb053df7843d9ec4aba4ee331e04b1d1d5a4ceee +%global commit0 9216be2008696bc9f0bc26686be8becae3d12bfc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.44.dev.git%{shortcommit0}%{?dist} +Release: 0.45.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.45.dev.git9216be2 +- autobuilt 9216be2 + * Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.44.dev.giteb053df - autobuilt eb053df diff --git a/sources b/sources index 1a94a08..ee868ba 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-eb053df.tar.gz) = 353cded82d94c8a7f1010bc0c16e2d47882e8b0f299ef4afde5c062f48d76ba554f4f4eae0d000a520726f65ee0798d19a085376cbd66345421d3a6ceed2c7c3 +SHA512 (podman-9216be2.tar.gz) = afd4962bc9024221ba6b723c467be49ae974e1a04ff0cac1d357f351e81aad4182d0bbb05faaca0c40ae6bdc78cac81e9446a39002b3ebd0c78295a31e5278d1 From 3871cdb56cbb3dfa5b488a651af6f27e5e6426aa Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 10 Dec 2020 11:33:48 +0000 Subject: [PATCH 1601/2185] podman-2:3.0.0-0.46.dev.giteaa19a1 - autobuilt eaa19a1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9f42dfe..9330bb0 100644 --- a/.gitignore +++ b/.gitignore @@ -1466,3 +1466,4 @@ /podman-43567c6.tar.gz /podman-eb053df.tar.gz /podman-9216be2.tar.gz +/podman-eaa19a1.tar.gz diff --git a/podman.spec b/podman.spec index 6d181da..9f6153a 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9216be2008696bc9f0bc26686be8becae3d12bfc +%global commit0 eaa19a1c10c8eb2e5d8a0d864c123c2f3484b01a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.45.dev.git%{shortcommit0}%{?dist} +Release: 0.46.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Dec 10 2020 RH Container Bot - 2:3.0.0-0.46.dev.giteaa19a1 +- autobuilt eaa19a1 + * Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.45.dev.git9216be2 - autobuilt 9216be2 diff --git a/sources b/sources index ee868ba..30148fe 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-9216be2.tar.gz) = afd4962bc9024221ba6b723c467be49ae974e1a04ff0cac1d357f351e81aad4182d0bbb05faaca0c40ae6bdc78cac81e9446a39002b3ebd0c78295a31e5278d1 +SHA512 (podman-eaa19a1.tar.gz) = ca3c8504c135801c4509d995684b07a26011a74c1ddef080093e70b22a633472bde48496c6ff65fabfc08811dda8888e1de56734c0b164eb09e51f4184aa99f6 From 15fb43e908582f60b84aaed5213ff5dc374c47e8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 10 Dec 2020 13:32:29 +0000 Subject: [PATCH 1602/2185] podman-2:3.0.0-0.47.dev.gitdeb0042 - autobuilt deb0042 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9330bb0..37d4998 100644 --- a/.gitignore +++ b/.gitignore @@ -1467,3 +1467,4 @@ /podman-eb053df.tar.gz /podman-9216be2.tar.gz /podman-eaa19a1.tar.gz +/podman-deb0042.tar.gz diff --git a/podman.spec b/podman.spec index 9f6153a..5bb393e 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 eaa19a1c10c8eb2e5d8a0d864c123c2f3484b01a +%global commit0 deb00425c2984ea42158ce6afec74474de998bfd %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.46.dev.git%{shortcommit0}%{?dist} +Release: 0.47.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Dec 10 2020 RH Container Bot - 2:3.0.0-0.47.dev.gitdeb0042 +- autobuilt deb0042 + * Thu Dec 10 2020 RH Container Bot - 2:3.0.0-0.46.dev.giteaa19a1 - autobuilt eaa19a1 diff --git a/sources b/sources index 30148fe..6570e64 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-eaa19a1.tar.gz) = ca3c8504c135801c4509d995684b07a26011a74c1ddef080093e70b22a633472bde48496c6ff65fabfc08811dda8888e1de56734c0b164eb09e51f4184aa99f6 +SHA512 (podman-deb0042.tar.gz) = cc83bdfdd4ccfb5a55e3d3508af3b1bdba067375729329844f0393087a0fd20cb666bf0834ebc85f01ac79beff2936d598d4bc31efdd02305c138eea531cb768 From 03e73ac5b05a3e3639914374c526e7654678548c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 10 Dec 2020 15:33:41 +0000 Subject: [PATCH 1603/2185] podman-2:3.0.0-0.48.dev.git2bb1490 - autobuilt 2bb1490 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 37d4998..9f7b2c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1468,3 +1468,4 @@ /podman-9216be2.tar.gz /podman-eaa19a1.tar.gz /podman-deb0042.tar.gz +/podman-2bb1490.tar.gz diff --git a/podman.spec b/podman.spec index 5bb393e..f26a8a9 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 deb00425c2984ea42158ce6afec74474de998bfd +%global commit0 2bb149034bd67dd4027768863fed2fce853833ae %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.47.dev.git%{shortcommit0}%{?dist} +Release: 0.48.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Dec 10 2020 RH Container Bot - 2:3.0.0-0.48.dev.git2bb1490 +- autobuilt 2bb1490 + * Thu Dec 10 2020 RH Container Bot - 2:3.0.0-0.47.dev.gitdeb0042 - autobuilt deb0042 diff --git a/sources b/sources index 6570e64..9f40928 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-deb0042.tar.gz) = cc83bdfdd4ccfb5a55e3d3508af3b1bdba067375729329844f0393087a0fd20cb666bf0834ebc85f01ac79beff2936d598d4bc31efdd02305c138eea531cb768 +SHA512 (podman-2bb1490.tar.gz) = 0a76b6ef4eb5ad126f3086167b4ed2ae0f6e39b60140a7ea8f6fa100d03ea7ad3ee678a3c40dacf0a8079d6e7a1aa191831366440facecaf1eef9d2be3e79e84 From c59ca695765fdd4681239c1c300a543287f3991a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 10 Dec 2020 19:32:33 +0000 Subject: [PATCH 1604/2185] podman-2:3.0.0-0.49.dev.git6823a5d - autobuilt 6823a5d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9f7b2c1..09dfd8c 100644 --- a/.gitignore +++ b/.gitignore @@ -1469,3 +1469,4 @@ /podman-eaa19a1.tar.gz /podman-deb0042.tar.gz /podman-2bb1490.tar.gz +/podman-6823a5d.tar.gz diff --git a/podman.spec b/podman.spec index f26a8a9..03bfeff 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 2bb149034bd67dd4027768863fed2fce853833ae +%global commit0 6823a5d6cc771ed3c031518a759670dff7ee81b5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.48.dev.git%{shortcommit0}%{?dist} +Release: 0.49.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Dec 10 2020 RH Container Bot - 2:3.0.0-0.49.dev.git6823a5d +- autobuilt 6823a5d + * Thu Dec 10 2020 RH Container Bot - 2:3.0.0-0.48.dev.git2bb1490 - autobuilt 2bb1490 diff --git a/sources b/sources index 9f40928..46674cb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-2bb1490.tar.gz) = 0a76b6ef4eb5ad126f3086167b4ed2ae0f6e39b60140a7ea8f6fa100d03ea7ad3ee678a3c40dacf0a8079d6e7a1aa191831366440facecaf1eef9d2be3e79e84 +SHA512 (podman-6823a5d.tar.gz) = f7081c311664bd25917fe1a3f554ea3bd61268bae35679a0894fc15cb0f5c3eb4035865c0c2f1b6391ba9af448734fa86ec835ce06cebe587d276a76d7ca96e8 From d53db3158648561db69d69568fd2db0e1aac7495 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 11 Dec 2020 11:32:49 +0000 Subject: [PATCH 1605/2185] podman-2:3.0.0-0.50.dev.gitdd95478 - autobuilt dd95478 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 09dfd8c..7b4b02d 100644 --- a/.gitignore +++ b/.gitignore @@ -1470,3 +1470,4 @@ /podman-deb0042.tar.gz /podman-2bb1490.tar.gz /podman-6823a5d.tar.gz +/podman-dd95478.tar.gz diff --git a/podman.spec b/podman.spec index 03bfeff..84c9883 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 6823a5d6cc771ed3c031518a759670dff7ee81b5 +%global commit0 dd954781e6e308a0bbecfaf6699b41426100a58d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.49.dev.git%{shortcommit0}%{?dist} +Release: 0.50.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Dec 11 2020 RH Container Bot - 2:3.0.0-0.50.dev.gitdd95478 +- autobuilt dd95478 + * Thu Dec 10 2020 RH Container Bot - 2:3.0.0-0.49.dev.git6823a5d - autobuilt 6823a5d diff --git a/sources b/sources index 46674cb..37a1790 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-6823a5d.tar.gz) = f7081c311664bd25917fe1a3f554ea3bd61268bae35679a0894fc15cb0f5c3eb4035865c0c2f1b6391ba9af448734fa86ec835ce06cebe587d276a76d7ca96e8 +SHA512 (podman-dd95478.tar.gz) = 87ef0724fb7d6e4c34e116b4660697d04bde717b172b7d43b1b65dae55c116316647896d002d592422d46b13c89103c98dbf11e2abbc7d2b0439b42c81bb4d68 From dde3050af3e99f56800326296f7e9f01bc2f828a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 11 Dec 2020 15:32:46 +0000 Subject: [PATCH 1606/2185] podman-2:3.0.0-0.51.dev.git99ac30a - autobuilt 99ac30a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7b4b02d..dcac969 100644 --- a/.gitignore +++ b/.gitignore @@ -1471,3 +1471,4 @@ /podman-2bb1490.tar.gz /podman-6823a5d.tar.gz /podman-dd95478.tar.gz +/podman-99ac30a.tar.gz diff --git a/podman.spec b/podman.spec index 84c9883..aefee11 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 dd954781e6e308a0bbecfaf6699b41426100a58d +%global commit0 99ac30a88287e2c174e69812293f6b130f7a67d5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.50.dev.git%{shortcommit0}%{?dist} +Release: 0.51.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Dec 11 2020 RH Container Bot - 2:3.0.0-0.51.dev.git99ac30a +- autobuilt 99ac30a + * Fri Dec 11 2020 RH Container Bot - 2:3.0.0-0.50.dev.gitdd95478 - autobuilt dd95478 diff --git a/sources b/sources index 37a1790..968d616 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-dd95478.tar.gz) = 87ef0724fb7d6e4c34e116b4660697d04bde717b172b7d43b1b65dae55c116316647896d002d592422d46b13c89103c98dbf11e2abbc7d2b0439b42c81bb4d68 +SHA512 (podman-99ac30a.tar.gz) = 9003d4fc5f90aa50a87de08d597386eaeb4c1ff1a22425c552f94b9dd37f4b294e7d23a85e779a8f2748ee22c93b71f76e2a8d76df30c009fb5710d90fdce613 From 7997017845e76915d27178872c4d498b243d43be Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 11 Dec 2020 16:09:30 +0000 Subject: [PATCH 1607/2185] podman-2:3.0.0-0.52.dev.gitb0a287c - autobuilt b0a287c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dcac969..61d6411 100644 --- a/.gitignore +++ b/.gitignore @@ -1472,3 +1472,4 @@ /podman-6823a5d.tar.gz /podman-dd95478.tar.gz /podman-99ac30a.tar.gz +/podman-b0a287c.tar.gz diff --git a/podman.spec b/podman.spec index aefee11..ee9daab 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 99ac30a88287e2c174e69812293f6b130f7a67d5 +%global commit0 b0a287ce46ee8326d25efc1e3b9d690eb1e1bbab %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.51.dev.git%{shortcommit0}%{?dist} +Release: 0.52.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Dec 11 2020 RH Container Bot - 2:3.0.0-0.52.dev.gitb0a287c +- autobuilt b0a287c + * Fri Dec 11 2020 RH Container Bot - 2:3.0.0-0.51.dev.git99ac30a - autobuilt 99ac30a diff --git a/sources b/sources index 968d616..32f2e9c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-99ac30a.tar.gz) = 9003d4fc5f90aa50a87de08d597386eaeb4c1ff1a22425c552f94b9dd37f4b294e7d23a85e779a8f2748ee22c93b71f76e2a8d76df30c009fb5710d90fdce613 +SHA512 (podman-b0a287c.tar.gz) = db2600626f9db808db5f49fead313df917123affc9a254e18b84599bfcff07b8fb8ee9d932a7b3febddfb5cef54ac1ad61efb9564670cf627a605fcc9f40c0e4 From 8d448fcef685b499fdb7a1ea36c72f1bcea82539 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 12 Dec 2020 03:33:33 +0000 Subject: [PATCH 1608/2185] podman-2:3.0.0-0.53.dev.gitfbcd445 - autobuilt fbcd445 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 61d6411..c7ece49 100644 --- a/.gitignore +++ b/.gitignore @@ -1473,3 +1473,4 @@ /podman-dd95478.tar.gz /podman-99ac30a.tar.gz /podman-b0a287c.tar.gz +/podman-fbcd445.tar.gz diff --git a/podman.spec b/podman.spec index ee9daab..a88aff2 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b0a287ce46ee8326d25efc1e3b9d690eb1e1bbab +%global commit0 fbcd44567c70e1da78a25f077bbc7cae3dd88081 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.52.dev.git%{shortcommit0}%{?dist} +Release: 0.53.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Dec 12 2020 RH Container Bot - 2:3.0.0-0.53.dev.gitfbcd445 +- autobuilt fbcd445 + * Fri Dec 11 2020 RH Container Bot - 2:3.0.0-0.52.dev.gitb0a287c - autobuilt b0a287c diff --git a/sources b/sources index 32f2e9c..4e28a17 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-b0a287c.tar.gz) = db2600626f9db808db5f49fead313df917123affc9a254e18b84599bfcff07b8fb8ee9d932a7b3febddfb5cef54ac1ad61efb9564670cf627a605fcc9f40c0e4 +SHA512 (podman-fbcd445.tar.gz) = 7f35888ddc1d60631bdf5d5e1f8e9c45cde29083fabe19b011f500aa8a566a942a05ef4272ffce8e43cb001670b86f9417891387c75ee1c07bc87891dd83a2d4 From a866cc770bf250e4cf8cb9fbc0670d6df2073935 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 12 Dec 2020 05:32:45 +0000 Subject: [PATCH 1609/2185] podman-2:3.0.0-0.54.dev.git1d50245 - autobuilt 1d50245 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c7ece49..2520367 100644 --- a/.gitignore +++ b/.gitignore @@ -1474,3 +1474,4 @@ /podman-99ac30a.tar.gz /podman-b0a287c.tar.gz /podman-fbcd445.tar.gz +/podman-1d50245.tar.gz diff --git a/podman.spec b/podman.spec index a88aff2..0ed4e5a 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 fbcd44567c70e1da78a25f077bbc7cae3dd88081 +%global commit0 1d50245a206b7a18abb0aa6ae363d9fd56b7bd6e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.53.dev.git%{shortcommit0}%{?dist} +Release: 0.54.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Dec 12 2020 RH Container Bot - 2:3.0.0-0.54.dev.git1d50245 +- autobuilt 1d50245 + * Sat Dec 12 2020 RH Container Bot - 2:3.0.0-0.53.dev.gitfbcd445 - autobuilt fbcd445 diff --git a/sources b/sources index 4e28a17..bee1b59 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-fbcd445.tar.gz) = 7f35888ddc1d60631bdf5d5e1f8e9c45cde29083fabe19b011f500aa8a566a942a05ef4272ffce8e43cb001670b86f9417891387c75ee1c07bc87891dd83a2d4 +SHA512 (podman-1d50245.tar.gz) = 876516495a2201ee9e7594ac8fedeaffd7217f2f46fbaae85b8274e4fb1db36a54c73d314283dd0eca4982d3ebe3c38c5fadc5879c2eb00d0b2c6166d1fe0073 From 3f68d926339050834ad60938a0f3cba12a68984a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 12 Dec 2020 09:33:23 +0000 Subject: [PATCH 1610/2185] podman-2:3.0.0-0.55.dev.git36bec38 - autobuilt 36bec38 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2520367..69d6391 100644 --- a/.gitignore +++ b/.gitignore @@ -1475,3 +1475,4 @@ /podman-b0a287c.tar.gz /podman-fbcd445.tar.gz /podman-1d50245.tar.gz +/podman-36bec38.tar.gz diff --git a/podman.spec b/podman.spec index 0ed4e5a..d277e24 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 1d50245a206b7a18abb0aa6ae363d9fd56b7bd6e +%global commit0 36bec385f33ebc8f0aeb52547f79bd2663521f8f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.54.dev.git%{shortcommit0}%{?dist} +Release: 0.55.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Dec 12 2020 RH Container Bot - 2:3.0.0-0.55.dev.git36bec38 +- autobuilt 36bec38 + * Sat Dec 12 2020 RH Container Bot - 2:3.0.0-0.54.dev.git1d50245 - autobuilt 1d50245 diff --git a/sources b/sources index bee1b59..69a5c79 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-1d50245.tar.gz) = 876516495a2201ee9e7594ac8fedeaffd7217f2f46fbaae85b8274e4fb1db36a54c73d314283dd0eca4982d3ebe3c38c5fadc5879c2eb00d0b2c6166d1fe0073 +SHA512 (podman-36bec38.tar.gz) = 0d5e43355526b4b1f05ff7678713e60a06ef61405e3df2316e6edd9ce3b6f326d8273f926e1d98105aee217bd511dcadc875fe228727bce04ab0bdc8e9a46c35 From 27eb84539b6b024b244c8b6bcd2b60ac327e06d0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 12 Dec 2020 12:02:24 +0000 Subject: [PATCH 1611/2185] podman-2:3.0.0-0.56.dev.gita226e6e - autobuilt a226e6e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 69d6391..db9d932 100644 --- a/.gitignore +++ b/.gitignore @@ -1476,3 +1476,4 @@ /podman-fbcd445.tar.gz /podman-1d50245.tar.gz /podman-36bec38.tar.gz +/podman-a226e6e.tar.gz diff --git a/podman.spec b/podman.spec index d277e24..fa29d8c 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 36bec385f33ebc8f0aeb52547f79bd2663521f8f +%global commit0 a226e6ed318ae7b7af16081b787cc80718e73e2d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.55.dev.git%{shortcommit0}%{?dist} +Release: 0.56.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Dec 12 2020 RH Container Bot - 2:3.0.0-0.56.dev.gita226e6e +- autobuilt a226e6e + * Sat Dec 12 2020 RH Container Bot - 2:3.0.0-0.55.dev.git36bec38 - autobuilt 36bec38 diff --git a/sources b/sources index 69a5c79..39ab974 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-36bec38.tar.gz) = 0d5e43355526b4b1f05ff7678713e60a06ef61405e3df2316e6edd9ce3b6f326d8273f926e1d98105aee217bd511dcadc875fe228727bce04ab0bdc8e9a46c35 +SHA512 (podman-a226e6e.tar.gz) = 00eb28d6691c83fd66d8b5b6acceabc645a640b2eefe12b1c4e9732c0bf3162370508ba6620b83551792d5540b226322ed21f3be8d3d4c79f4af12e653f0eb4b From b80952409b8e689fd06968c256e6d2203fa1d2af Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 14 Dec 2020 14:03:51 +0000 Subject: [PATCH 1612/2185] podman-2:3.0.0-0.57.dev.gitbdbf47f - autobuilt bdbf47f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index db9d932..778637c 100644 --- a/.gitignore +++ b/.gitignore @@ -1477,3 +1477,4 @@ /podman-1d50245.tar.gz /podman-36bec38.tar.gz /podman-a226e6e.tar.gz +/podman-bdbf47f.tar.gz diff --git a/podman.spec b/podman.spec index fa29d8c..97fda34 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 a226e6ed318ae7b7af16081b787cc80718e73e2d +%global commit0 bdbf47f606fbb592d563d33ddf3b7200c8607bf2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.56.dev.git%{shortcommit0}%{?dist} +Release: 0.57.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Dec 14 2020 RH Container Bot - 2:3.0.0-0.57.dev.gitbdbf47f +- autobuilt bdbf47f + * Sat Dec 12 2020 RH Container Bot - 2:3.0.0-0.56.dev.gita226e6e - autobuilt a226e6e diff --git a/sources b/sources index 39ab974..2602e91 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-a226e6e.tar.gz) = 00eb28d6691c83fd66d8b5b6acceabc645a640b2eefe12b1c4e9732c0bf3162370508ba6620b83551792d5540b226322ed21f3be8d3d4c79f4af12e653f0eb4b +SHA512 (podman-bdbf47f.tar.gz) = 5061f2bde9e5a1e54bb67e44248315d6cca3be13e4e15ed3cfdd00d361164116a512324329fa630f4d06d754eb4239b7c30d7cb16ee4dda5f96d379134d9fa35 From 23ebde58d797c49dc0021af70865895adb0bfbfb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 14 Dec 2020 15:33:02 +0000 Subject: [PATCH 1613/2185] podman-2:3.0.0-0.58.dev.git0fd31e2 - autobuilt 0fd31e2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 778637c..25af4c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1478,3 +1478,4 @@ /podman-36bec38.tar.gz /podman-a226e6e.tar.gz /podman-bdbf47f.tar.gz +/podman-0fd31e2.tar.gz diff --git a/podman.spec b/podman.spec index 97fda34..d17414e 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 bdbf47f606fbb592d563d33ddf3b7200c8607bf2 +%global commit0 0fd31e29948631c264df21a128b3de2700f7f007 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.57.dev.git%{shortcommit0}%{?dist} +Release: 0.58.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Dec 14 2020 RH Container Bot - 2:3.0.0-0.58.dev.git0fd31e2 +- autobuilt 0fd31e2 + * Mon Dec 14 2020 RH Container Bot - 2:3.0.0-0.57.dev.gitbdbf47f - autobuilt bdbf47f diff --git a/sources b/sources index 2602e91..fd88387 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-bdbf47f.tar.gz) = 5061f2bde9e5a1e54bb67e44248315d6cca3be13e4e15ed3cfdd00d361164116a512324329fa630f4d06d754eb4239b7c30d7cb16ee4dda5f96d379134d9fa35 +SHA512 (podman-0fd31e2.tar.gz) = 9d549402734b237f894974f6c68400320e8e01fd9e5d9adf9a1b9e0ba429df24cdc3edb04802c6bd3cefce963454fdc4291512672e6df9f320fe1dfe57cb73c2 From fcd70fb55a6f19cd43379ebe7f7b9e0d11367187 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 14 Dec 2020 16:02:45 +0000 Subject: [PATCH 1614/2185] podman-2:3.0.0-0.59.dev.git999d40d - autobuilt 999d40d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 25af4c8..ea06546 100644 --- a/.gitignore +++ b/.gitignore @@ -1479,3 +1479,4 @@ /podman-a226e6e.tar.gz /podman-bdbf47f.tar.gz /podman-0fd31e2.tar.gz +/podman-999d40d.tar.gz diff --git a/podman.spec b/podman.spec index d17414e..8922d9c 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 0fd31e29948631c264df21a128b3de2700f7f007 +%global commit0 999d40d2c76992cfd2d8c0827b7b0d00c4a2a661 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.58.dev.git%{shortcommit0}%{?dist} +Release: 0.59.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Dec 14 2020 RH Container Bot - 2:3.0.0-0.59.dev.git999d40d +- autobuilt 999d40d + * Mon Dec 14 2020 RH Container Bot - 2:3.0.0-0.58.dev.git0fd31e2 - autobuilt 0fd31e2 diff --git a/sources b/sources index fd88387..4128b0d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-0fd31e2.tar.gz) = 9d549402734b237f894974f6c68400320e8e01fd9e5d9adf9a1b9e0ba429df24cdc3edb04802c6bd3cefce963454fdc4291512672e6df9f320fe1dfe57cb73c2 +SHA512 (podman-999d40d.tar.gz) = 3c64991caddee77e3872ed29ad0e817c7785d930f121605c5fe8a5b6f3d3e4f5b31c856887d5f20828247ca9322859742af26d71fc35b63e04da0ed48cc54f5b From e0f5e4911c2d54b849354df3024d13f4af2a2a09 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 15 Dec 2020 20:02:55 +0000 Subject: [PATCH 1615/2185] podman-2:3.0.0-0.60.dev.git9379ee9 - autobuilt 9379ee9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ea06546..3bc2e21 100644 --- a/.gitignore +++ b/.gitignore @@ -1480,3 +1480,4 @@ /podman-bdbf47f.tar.gz /podman-0fd31e2.tar.gz /podman-999d40d.tar.gz +/podman-9379ee9.tar.gz diff --git a/podman.spec b/podman.spec index 8922d9c..78538fc 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 999d40d2c76992cfd2d8c0827b7b0d00c4a2a661 +%global commit0 9379ee97907266e5a96bd9c4ae178e0e572a6f2a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.59.dev.git%{shortcommit0}%{?dist} +Release: 0.60.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Dec 15 2020 RH Container Bot - 2:3.0.0-0.60.dev.git9379ee9 +- autobuilt 9379ee9 + * Mon Dec 14 2020 RH Container Bot - 2:3.0.0-0.59.dev.git999d40d - autobuilt 999d40d diff --git a/sources b/sources index 4128b0d..2740d7d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-999d40d.tar.gz) = 3c64991caddee77e3872ed29ad0e817c7785d930f121605c5fe8a5b6f3d3e4f5b31c856887d5f20828247ca9322859742af26d71fc35b63e04da0ed48cc54f5b +SHA512 (podman-9379ee9.tar.gz) = 38c4ab3e05e1ae876c2a44cc1b62f20154e4cc46bfe40f7cabd88ae97a932702d655e884eed877a18e8b461609c4776c5b1a92c15277ac0938baee2f033bebe4 From 17f7386459a0488a1b26b6caa69b2c11d8a78228 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 15 Dec 2020 21:33:09 +0000 Subject: [PATCH 1616/2185] podman-2:3.0.0-0.61.dev.gite689503 - autobuilt e689503 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3bc2e21..650df23 100644 --- a/.gitignore +++ b/.gitignore @@ -1481,3 +1481,4 @@ /podman-0fd31e2.tar.gz /podman-999d40d.tar.gz /podman-9379ee9.tar.gz +/podman-e689503.tar.gz diff --git a/podman.spec b/podman.spec index 78538fc..6949bfb 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9379ee97907266e5a96bd9c4ae178e0e572a6f2a +%global commit0 e689503fd6995fa45d990fef6ad7de425c1cbcba %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.60.dev.git%{shortcommit0}%{?dist} +Release: 0.61.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Dec 15 2020 RH Container Bot - 2:3.0.0-0.61.dev.gite689503 +- autobuilt e689503 + * Tue Dec 15 2020 RH Container Bot - 2:3.0.0-0.60.dev.git9379ee9 - autobuilt 9379ee9 diff --git a/sources b/sources index 2740d7d..7ce20cb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-9379ee9.tar.gz) = 38c4ab3e05e1ae876c2a44cc1b62f20154e4cc46bfe40f7cabd88ae97a932702d655e884eed877a18e8b461609c4776c5b1a92c15277ac0938baee2f033bebe4 +SHA512 (podman-e689503.tar.gz) = dabb007cee37d2d4057f105ea5c8fa6cacca2cc336ec4d0cbd8f4330af7a7a52b223a532b24c380e38e65e27853305cab522d80e282227e96c94bc6328db4659 From 9b48a601cce10390e7d2b84b19154dc0688cc95b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 15 Dec 2020 23:32:37 +0000 Subject: [PATCH 1617/2185] podman-2:3.0.0-0.62.dev.git66e979a - autobuilt 66e979a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 650df23..e46be00 100644 --- a/.gitignore +++ b/.gitignore @@ -1482,3 +1482,4 @@ /podman-999d40d.tar.gz /podman-9379ee9.tar.gz /podman-e689503.tar.gz +/podman-66e979a.tar.gz diff --git a/podman.spec b/podman.spec index 6949bfb..e3919d9 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e689503fd6995fa45d990fef6ad7de425c1cbcba +%global commit0 66e979a892df7dc820e6ce7ada0e3a34619c172f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.61.dev.git%{shortcommit0}%{?dist} +Release: 0.62.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Dec 15 2020 RH Container Bot - 2:3.0.0-0.62.dev.git66e979a +- autobuilt 66e979a + * Tue Dec 15 2020 RH Container Bot - 2:3.0.0-0.61.dev.gite689503 - autobuilt e689503 diff --git a/sources b/sources index 7ce20cb..205ff02 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-e689503.tar.gz) = dabb007cee37d2d4057f105ea5c8fa6cacca2cc336ec4d0cbd8f4330af7a7a52b223a532b24c380e38e65e27853305cab522d80e282227e96c94bc6328db4659 +SHA512 (podman-66e979a.tar.gz) = f740e10fa974ac76f799f1857497a971ccf76603363fc1a1a8788b7cafea68f04cdac5ad6355f3e251e5ddf303110f06d36b68497e036aa4b68640b8da0d6079 From 46877fd687e7edaccc40ab6799fca0922992a1b1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 16 Dec 2020 01:33:01 +0000 Subject: [PATCH 1618/2185] podman-2:3.0.0-0.63.dev.git8333a9e - autobuilt 8333a9e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e46be00..db13dc2 100644 --- a/.gitignore +++ b/.gitignore @@ -1483,3 +1483,4 @@ /podman-9379ee9.tar.gz /podman-e689503.tar.gz /podman-66e979a.tar.gz +/podman-8333a9e.tar.gz diff --git a/podman.spec b/podman.spec index e3919d9..a0ab5bb 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 66e979a892df7dc820e6ce7ada0e3a34619c172f +%global commit0 8333a9ee90078dd8cf1194f1df59bae70709bdf1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.62.dev.git%{shortcommit0}%{?dist} +Release: 0.63.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.63.dev.git8333a9e +- autobuilt 8333a9e + * Tue Dec 15 2020 RH Container Bot - 2:3.0.0-0.62.dev.git66e979a - autobuilt 66e979a diff --git a/sources b/sources index 205ff02..f48407e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-66e979a.tar.gz) = f740e10fa974ac76f799f1857497a971ccf76603363fc1a1a8788b7cafea68f04cdac5ad6355f3e251e5ddf303110f06d36b68497e036aa4b68640b8da0d6079 +SHA512 (podman-8333a9e.tar.gz) = 127663daeeb2b8ed3b49fc0bfbe9d5d1ab42b883185fbe282286c0f6128664357f90ee1ca389d12ecb1e36fdb1af79f042812ee98e0c396bf6780469208e9475 From 1f163f5f38f4eab77dac2d072e032ba3b277b59d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 16 Dec 2020 11:33:41 +0000 Subject: [PATCH 1619/2185] podman-2:3.0.0-0.64.dev.gitf1f7b8f - autobuilt f1f7b8f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index db13dc2..9db8324 100644 --- a/.gitignore +++ b/.gitignore @@ -1484,3 +1484,4 @@ /podman-e689503.tar.gz /podman-66e979a.tar.gz /podman-8333a9e.tar.gz +/podman-f1f7b8f.tar.gz diff --git a/podman.spec b/podman.spec index a0ab5bb..288c7cb 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 8333a9ee90078dd8cf1194f1df59bae70709bdf1 +%global commit0 f1f7b8f6c80916bc88f5a01137e0d9fd971f8ac1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.63.dev.git%{shortcommit0}%{?dist} +Release: 0.64.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.64.dev.gitf1f7b8f +- autobuilt f1f7b8f + * Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.63.dev.git8333a9e - autobuilt 8333a9e diff --git a/sources b/sources index f48407e..527ff8b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-8333a9e.tar.gz) = 127663daeeb2b8ed3b49fc0bfbe9d5d1ab42b883185fbe282286c0f6128664357f90ee1ca389d12ecb1e36fdb1af79f042812ee98e0c396bf6780469208e9475 +SHA512 (podman-f1f7b8f.tar.gz) = 143e6bd1815aa0135b134909ec7b402f50ebd9c79a6a6a29e31b37ab84b91e8da92c676bbb7da5aea21f3683c2997bdae77077da8db1a9a9dbd6dedf13d79f15 From bdc58ce0a86740eed7f31b2c7a6d87ce5e196adf Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 16 Dec 2020 15:32:36 +0000 Subject: [PATCH 1620/2185] podman-2:3.0.0-0.65.dev.git978c076 - autobuilt 978c076 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9db8324..6e4d07a 100644 --- a/.gitignore +++ b/.gitignore @@ -1485,3 +1485,4 @@ /podman-66e979a.tar.gz /podman-8333a9e.tar.gz /podman-f1f7b8f.tar.gz +/podman-978c076.tar.gz diff --git a/podman.spec b/podman.spec index 288c7cb..9cf383a 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 f1f7b8f6c80916bc88f5a01137e0d9fd971f8ac1 +%global commit0 978c0767fa72abfa41f720f6fab34a62e3ac7a12 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.64.dev.git%{shortcommit0}%{?dist} +Release: 0.65.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.65.dev.git978c076 +- autobuilt 978c076 + * Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.64.dev.gitf1f7b8f - autobuilt f1f7b8f diff --git a/sources b/sources index 527ff8b..86dff06 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-f1f7b8f.tar.gz) = 143e6bd1815aa0135b134909ec7b402f50ebd9c79a6a6a29e31b37ab84b91e8da92c676bbb7da5aea21f3683c2997bdae77077da8db1a9a9dbd6dedf13d79f15 +SHA512 (podman-978c076.tar.gz) = 3df2112976d9130d15589f5683a32934b8e0fa7c7a2c6eb678a02a59caaadf678cd8941d1628595a91bf62967057b8ab6a578f44e07f0fd243d49fa4db503f30 From 1ff06899eaadd195deec24e68373d1c3b709d645 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 16 Dec 2020 16:03:39 +0000 Subject: [PATCH 1621/2185] podman-2:3.0.0-0.66.dev.gitbacb2fc - autobuilt bacb2fc Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6e4d07a..669c252 100644 --- a/.gitignore +++ b/.gitignore @@ -1486,3 +1486,4 @@ /podman-8333a9e.tar.gz /podman-f1f7b8f.tar.gz /podman-978c076.tar.gz +/podman-bacb2fc.tar.gz diff --git a/podman.spec b/podman.spec index 9cf383a..4382f7c 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 978c0767fa72abfa41f720f6fab34a62e3ac7a12 +%global commit0 bacb2fc526dba7214e3c8420eccc5cf22bbb1a29 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.65.dev.git%{shortcommit0}%{?dist} +Release: 0.66.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.66.dev.gitbacb2fc +- autobuilt bacb2fc + * Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.65.dev.git978c076 - autobuilt 978c076 diff --git a/sources b/sources index 86dff06..a1a180a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-978c076.tar.gz) = 3df2112976d9130d15589f5683a32934b8e0fa7c7a2c6eb678a02a59caaadf678cd8941d1628595a91bf62967057b8ab6a578f44e07f0fd243d49fa4db503f30 +SHA512 (podman-bacb2fc.tar.gz) = 6e6137b9e528f6808d27319c498417eee9f492dfeccfbf2daf97334c4cb538ed2e5eaeae13213d053f952e1b3e7a9709de5f290921fcd6ce2eb4065d7bb41a6b From b6401902dc377e975db368632029eab8b3b4900d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 16 Dec 2020 21:32:26 +0000 Subject: [PATCH 1622/2185] podman-2:3.0.0-0.67.dev.git2a21dcd - autobuilt 2a21dcd Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 669c252..023d69e 100644 --- a/.gitignore +++ b/.gitignore @@ -1487,3 +1487,4 @@ /podman-f1f7b8f.tar.gz /podman-978c076.tar.gz /podman-bacb2fc.tar.gz +/podman-2a21dcd.tar.gz diff --git a/podman.spec b/podman.spec index 4382f7c..ee1f6ec 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 bacb2fc526dba7214e3c8420eccc5cf22bbb1a29 +%global commit0 2a21dcda8e949c5546c9281ca4b900910c6c42e8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.66.dev.git%{shortcommit0}%{?dist} +Release: 0.67.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.67.dev.git2a21dcd +- autobuilt 2a21dcd + * Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.66.dev.gitbacb2fc - autobuilt bacb2fc diff --git a/sources b/sources index a1a180a..c5f60ec 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-bacb2fc.tar.gz) = 6e6137b9e528f6808d27319c498417eee9f492dfeccfbf2daf97334c4cb538ed2e5eaeae13213d053f952e1b3e7a9709de5f290921fcd6ce2eb4065d7bb41a6b +SHA512 (podman-2a21dcd.tar.gz) = 5769b319a2c635a493150ff246e44b6d39e09e581122b1c7cf413830e715ac48a2d8bb9e45b34073577b82a503fdaeb44e42ac495a56aa09a754d9b7135746cd From b20acd55af4e5947a30f38ea9c232ef4db0af95f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 16 Dec 2020 23:32:47 +0000 Subject: [PATCH 1623/2185] podman-2:3.0.0-0.68.dev.git915ae6d - autobuilt 915ae6d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 023d69e..8b22dd6 100644 --- a/.gitignore +++ b/.gitignore @@ -1488,3 +1488,4 @@ /podman-978c076.tar.gz /podman-bacb2fc.tar.gz /podman-2a21dcd.tar.gz +/podman-915ae6d.tar.gz diff --git a/podman.spec b/podman.spec index ee1f6ec..e869e8b 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 2a21dcda8e949c5546c9281ca4b900910c6c42e8 +%global commit0 915ae6d9bfa39515d7280f29b5d7d072753cc788 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.67.dev.git%{shortcommit0}%{?dist} +Release: 0.68.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.68.dev.git915ae6d +- autobuilt 915ae6d + * Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.67.dev.git2a21dcd - autobuilt 2a21dcd diff --git a/sources b/sources index c5f60ec..3eab19f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-2a21dcd.tar.gz) = 5769b319a2c635a493150ff246e44b6d39e09e581122b1c7cf413830e715ac48a2d8bb9e45b34073577b82a503fdaeb44e42ac495a56aa09a754d9b7135746cd +SHA512 (podman-915ae6d.tar.gz) = 3d5e930268385f11669aa94ce267b59337ecbdea76686262d48164de85e9c322cd49cd05b16d723d5c2e6d0283603a279f3638b7926ea7d799fb0f44166b7f5f From 71939df0ca41a75365309526a25887f53aeb945e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 17 Dec 2020 13:32:45 +0000 Subject: [PATCH 1624/2185] podman-2:3.0.0-0.69.dev.gitc38ae47 - autobuilt c38ae47 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8b22dd6..ef580d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1489,3 +1489,4 @@ /podman-bacb2fc.tar.gz /podman-2a21dcd.tar.gz /podman-915ae6d.tar.gz +/podman-c38ae47.tar.gz diff --git a/podman.spec b/podman.spec index e869e8b..94d8a4d 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 915ae6d9bfa39515d7280f29b5d7d072753cc788 +%global commit0 c38ae47a1adf3235d8b01d724e7327e608dd8078 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.68.dev.git%{shortcommit0}%{?dist} +Release: 0.69.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.69.dev.gitc38ae47 +- autobuilt c38ae47 + * Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.68.dev.git915ae6d - autobuilt 915ae6d diff --git a/sources b/sources index 3eab19f..add111a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-915ae6d.tar.gz) = 3d5e930268385f11669aa94ce267b59337ecbdea76686262d48164de85e9c322cd49cd05b16d723d5c2e6d0283603a279f3638b7926ea7d799fb0f44166b7f5f +SHA512 (podman-c38ae47.tar.gz) = caa8eaca7fede12f48a48b79b8c7a7433ee034be208a0e47997fd741685b5317c4d22a2407208f855e322d378ca975b11b124b3c627d831d3a447846c0306233 From b0306c90ab4eaad5bb7ab0b8350df32c91becf41 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 17 Dec 2020 14:03:20 +0000 Subject: [PATCH 1625/2185] podman-2:3.0.0-0.70.dev.gitd291013 - autobuilt d291013 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ef580d7..153f631 100644 --- a/.gitignore +++ b/.gitignore @@ -1490,3 +1490,4 @@ /podman-2a21dcd.tar.gz /podman-915ae6d.tar.gz /podman-c38ae47.tar.gz +/podman-d291013.tar.gz diff --git a/podman.spec b/podman.spec index 94d8a4d..1173b5b 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 c38ae47a1adf3235d8b01d724e7327e608dd8078 +%global commit0 d29101340414da5649ba0452d184fa7d17ccc8c1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.69.dev.git%{shortcommit0}%{?dist} +Release: 0.70.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.70.dev.gitd291013 +- autobuilt d291013 + * Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.69.dev.gitc38ae47 - autobuilt c38ae47 diff --git a/sources b/sources index add111a..ea50558 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-c38ae47.tar.gz) = caa8eaca7fede12f48a48b79b8c7a7433ee034be208a0e47997fd741685b5317c4d22a2407208f855e322d378ca975b11b124b3c627d831d3a447846c0306233 +SHA512 (podman-d291013.tar.gz) = ae6484681be1f066d1cf68cc602862e70d5a212408de845f6f49ce1af88cdf332f65e8e798e138e2375762cb785de8eb1bf20597be335aecebac2173fca53d7d From b8871d0641d9e5635723045aa780b8bf148c849e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 17 Dec 2020 15:32:38 +0000 Subject: [PATCH 1626/2185] podman-2:3.0.0-0.71.dev.git7592f8f - autobuilt 7592f8f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 153f631..c4786cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1491,3 +1491,4 @@ /podman-915ae6d.tar.gz /podman-c38ae47.tar.gz /podman-d291013.tar.gz +/podman-7592f8f.tar.gz diff --git a/podman.spec b/podman.spec index 1173b5b..6911df9 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d29101340414da5649ba0452d184fa7d17ccc8c1 +%global commit0 7592f8fbb4fc61c2c897469ef747a400334f525d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.70.dev.git%{shortcommit0}%{?dist} +Release: 0.71.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.71.dev.git7592f8f +- autobuilt 7592f8f + * Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.70.dev.gitd291013 - autobuilt d291013 diff --git a/sources b/sources index ea50558..586931b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-d291013.tar.gz) = ae6484681be1f066d1cf68cc602862e70d5a212408de845f6f49ce1af88cdf332f65e8e798e138e2375762cb785de8eb1bf20597be335aecebac2173fca53d7d +SHA512 (podman-7592f8f.tar.gz) = b07f6a2947924d15624b2271a9f93debfdb4eeb0fee20cd40da56f535c029fd75d45a80e0254466bd2a05216676a1fdfb426336b8307e0384c4762a3a6eadaa1 From c107cb95555b6a31e580134bf4e67987e6345c10 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 17 Dec 2020 16:36:02 +0000 Subject: [PATCH 1627/2185] podman-2:3.0.0-0.72.dev.git0333366 - autobuilt 0333366 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c4786cf..0a95465 100644 --- a/.gitignore +++ b/.gitignore @@ -1492,3 +1492,4 @@ /podman-c38ae47.tar.gz /podman-d291013.tar.gz /podman-7592f8f.tar.gz +/podman-0333366.tar.gz diff --git a/podman.spec b/podman.spec index 6911df9..2d820e0 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7592f8fbb4fc61c2c897469ef747a400334f525d +%global commit0 033336606f8aa9687cbdff5450c691b48d45e8e6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.71.dev.git%{shortcommit0}%{?dist} +Release: 0.72.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.72.dev.git0333366 +- autobuilt 0333366 + * Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.71.dev.git7592f8f - autobuilt 7592f8f diff --git a/sources b/sources index 586931b..51c8b7a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-7592f8f.tar.gz) = b07f6a2947924d15624b2271a9f93debfdb4eeb0fee20cd40da56f535c029fd75d45a80e0254466bd2a05216676a1fdfb426336b8307e0384c4762a3a6eadaa1 +SHA512 (podman-0333366.tar.gz) = 913155272b51194d3c95114340a1f4eef620b63eb487723d2b22b4e3e7cc6ec71444ed11dd5b800e5671eaaf7c767a02a28a2957cab28321584524109b136fc6 From 6d59c14a08ab6d4d017fbed19fb868690f92406b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 17 Dec 2020 17:33:42 +0000 Subject: [PATCH 1628/2185] podman-2:3.0.0-0.73.dev.gita17afa9 - autobuilt a17afa9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0a95465..91f9a57 100644 --- a/.gitignore +++ b/.gitignore @@ -1493,3 +1493,4 @@ /podman-d291013.tar.gz /podman-7592f8f.tar.gz /podman-0333366.tar.gz +/podman-a17afa9.tar.gz diff --git a/podman.spec b/podman.spec index 2d820e0..2c3f0e6 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 033336606f8aa9687cbdff5450c691b48d45e8e6 +%global commit0 a17afa931d1aa73b8657cf26de3b49841837f66d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.72.dev.git%{shortcommit0}%{?dist} +Release: 0.73.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.73.dev.gita17afa9 +- autobuilt a17afa9 + * Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.72.dev.git0333366 - autobuilt 0333366 diff --git a/sources b/sources index 51c8b7a..c033e9f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-0333366.tar.gz) = 913155272b51194d3c95114340a1f4eef620b63eb487723d2b22b4e3e7cc6ec71444ed11dd5b800e5671eaaf7c767a02a28a2957cab28321584524109b136fc6 +SHA512 (podman-a17afa9.tar.gz) = d5050ac9609b8d3655cabffcba2475316efae2c25cfd7e38a350d59bbd582288037e8e9e8bfe7b3b16c87f55d5793658575269f5c107cfeb42098796d182ddf8 From a897809baf3ad2b6de7ce090ff1081d37ea32877 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 18 Dec 2020 11:32:34 +0000 Subject: [PATCH 1629/2185] podman-2:3.0.0-0.74.dev.gitf568658 - autobuilt f568658 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 91f9a57..4b93e34 100644 --- a/.gitignore +++ b/.gitignore @@ -1494,3 +1494,4 @@ /podman-7592f8f.tar.gz /podman-0333366.tar.gz /podman-a17afa9.tar.gz +/podman-f568658.tar.gz diff --git a/podman.spec b/podman.spec index 2c3f0e6..cf3e74a 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 a17afa931d1aa73b8657cf26de3b49841837f66d +%global commit0 f56865879ccffeddce3b9e36f585fe67c37591d5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.73.dev.git%{shortcommit0}%{?dist} +Release: 0.74.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Dec 18 2020 RH Container Bot - 2:3.0.0-0.74.dev.gitf568658 +- autobuilt f568658 + * Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.73.dev.gita17afa9 - autobuilt a17afa9 diff --git a/sources b/sources index c033e9f..7e4ec29 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-a17afa9.tar.gz) = d5050ac9609b8d3655cabffcba2475316efae2c25cfd7e38a350d59bbd582288037e8e9e8bfe7b3b16c87f55d5793658575269f5c107cfeb42098796d182ddf8 +SHA512 (podman-f568658.tar.gz) = 510041ff7390296638407ac1c65099b58de7feb3e77b9b27e6774f2c826fb702ff340f912cec71a2b387428fd7d24739410ad5c6c0cbc0d23fb6279c9517b621 From fb2d1d2b7ea0660174561a1d1a0225585f799733 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 18 Dec 2020 15:34:01 +0000 Subject: [PATCH 1630/2185] podman-2:3.0.0-0.75.dev.git5c6b5ef - autobuilt 5c6b5ef Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4b93e34..8a3799c 100644 --- a/.gitignore +++ b/.gitignore @@ -1495,3 +1495,4 @@ /podman-0333366.tar.gz /podman-a17afa9.tar.gz /podman-f568658.tar.gz +/podman-5c6b5ef.tar.gz diff --git a/podman.spec b/podman.spec index cf3e74a..25ee37e 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 f56865879ccffeddce3b9e36f585fe67c37591d5 +%global commit0 5c6b5ef34905f40562b518799c35be8d06694e65 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.74.dev.git%{shortcommit0}%{?dist} +Release: 0.75.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Dec 18 2020 RH Container Bot - 2:3.0.0-0.75.dev.git5c6b5ef +- autobuilt 5c6b5ef + * Fri Dec 18 2020 RH Container Bot - 2:3.0.0-0.74.dev.gitf568658 - autobuilt f568658 diff --git a/sources b/sources index 7e4ec29..0607e5f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-f568658.tar.gz) = 510041ff7390296638407ac1c65099b58de7feb3e77b9b27e6774f2c826fb702ff340f912cec71a2b387428fd7d24739410ad5c6c0cbc0d23fb6279c9517b621 +SHA512 (podman-5c6b5ef.tar.gz) = 6d60f45e5fdee83d0102e76d16736d0b7e224e978baf605c54940ff63deedf2f9d9ccd016ccda0d42576f9e0f6ca88b588cc71d21a144fb468ff0aef076ffbee From cbeb86e499db53f96bf21a5b812c147fd9f3919e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 21 Dec 2020 13:32:51 +0000 Subject: [PATCH 1631/2185] podman-2:3.0.0-0.76.dev.gitd692518 - autobuilt d692518 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8a3799c..0255e2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1496,3 +1496,4 @@ /podman-a17afa9.tar.gz /podman-f568658.tar.gz /podman-5c6b5ef.tar.gz +/podman-d692518.tar.gz diff --git a/podman.spec b/podman.spec index 25ee37e..e5c7cd9 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 5c6b5ef34905f40562b518799c35be8d06694e65 +%global commit0 d6925182cdaf94225908a386d02eae8fd3e01123 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.75.dev.git%{shortcommit0}%{?dist} +Release: 0.76.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Dec 21 2020 RH Container Bot - 2:3.0.0-0.76.dev.gitd692518 +- autobuilt d692518 + * Fri Dec 18 2020 RH Container Bot - 2:3.0.0-0.75.dev.git5c6b5ef - autobuilt 5c6b5ef diff --git a/sources b/sources index 0607e5f..090f10a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-5c6b5ef.tar.gz) = 6d60f45e5fdee83d0102e76d16736d0b7e224e978baf605c54940ff63deedf2f9d9ccd016ccda0d42576f9e0f6ca88b588cc71d21a144fb468ff0aef076ffbee +SHA512 (podman-d692518.tar.gz) = 704bf53980ac52299b7564380276f23854a68f0814b82c57de7b028e35713f8722a9c34c86294cbebc7ca504a42b79706455c407a5801702838035b5a19fe30a From ef400d1ad73b0cd5f1e80087a8136953bbf1f7ec Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 21 Dec 2020 15:32:42 +0000 Subject: [PATCH 1632/2185] podman-2:3.0.0-0.77.dev.git076f77b - autobuilt 076f77b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0255e2c..2f19056 100644 --- a/.gitignore +++ b/.gitignore @@ -1497,3 +1497,4 @@ /podman-f568658.tar.gz /podman-5c6b5ef.tar.gz /podman-d692518.tar.gz +/podman-076f77b.tar.gz diff --git a/podman.spec b/podman.spec index e5c7cd9..e4dcc6c 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d6925182cdaf94225908a386d02eae8fd3e01123 +%global commit0 076f77b964329c830664b4d6fa3234f608f07591 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.76.dev.git%{shortcommit0}%{?dist} +Release: 0.77.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Dec 21 2020 RH Container Bot - 2:3.0.0-0.77.dev.git076f77b +- autobuilt 076f77b + * Mon Dec 21 2020 RH Container Bot - 2:3.0.0-0.76.dev.gitd692518 - autobuilt d692518 diff --git a/sources b/sources index 090f10a..05c33fb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-d692518.tar.gz) = 704bf53980ac52299b7564380276f23854a68f0814b82c57de7b028e35713f8722a9c34c86294cbebc7ca504a42b79706455c407a5801702838035b5a19fe30a +SHA512 (podman-076f77b.tar.gz) = 517f86e90542ff54fb610bac89faf97b9aef449a17a2fb1682fd1825d28dae0aa1f597c6253e1d376cc9176c050f6e2cbb97e77abb23b9ced6e0a9cc5dc997bf From 7a9bd10fa929e9264b384a62421566a58c70f2a1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 21 Dec 2020 20:03:01 +0000 Subject: [PATCH 1633/2185] podman-2:3.0.0-0.78.dev.git182646b - autobuilt 182646b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2f19056..cc2c3df 100644 --- a/.gitignore +++ b/.gitignore @@ -1498,3 +1498,4 @@ /podman-5c6b5ef.tar.gz /podman-d692518.tar.gz /podman-076f77b.tar.gz +/podman-182646b.tar.gz diff --git a/podman.spec b/podman.spec index e4dcc6c..a3bd5f7 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 076f77b964329c830664b4d6fa3234f608f07591 +%global commit0 182646b01a4544902c9fdf9326889a0ced7d9a8e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.77.dev.git%{shortcommit0}%{?dist} +Release: 0.78.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Dec 21 2020 RH Container Bot - 2:3.0.0-0.78.dev.git182646b +- autobuilt 182646b + * Mon Dec 21 2020 RH Container Bot - 2:3.0.0-0.77.dev.git076f77b - autobuilt 076f77b diff --git a/sources b/sources index 05c33fb..c2119af 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-076f77b.tar.gz) = 517f86e90542ff54fb610bac89faf97b9aef449a17a2fb1682fd1825d28dae0aa1f597c6253e1d376cc9176c050f6e2cbb97e77abb23b9ced6e0a9cc5dc997bf +SHA512 (podman-182646b.tar.gz) = 5cf6a8c9988c8f075647baf0e97cbb94fdd345144f63c0dd15a9e2fab708422ae1a8cc37a496531d0b71ea195222927a962cd7ac4392d77a706b3677933826d0 From 16baa2c78f7bd9da826a33ea0bef0a66b0988dfc Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 22 Dec 2020 15:33:07 +0000 Subject: [PATCH 1634/2185] podman-2:3.0.0-0.79.dev.gitb4692f2 - autobuilt b4692f2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cc2c3df..92948dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1499,3 +1499,4 @@ /podman-d692518.tar.gz /podman-076f77b.tar.gz /podman-182646b.tar.gz +/podman-b4692f2.tar.gz diff --git a/podman.spec b/podman.spec index a3bd5f7..6e7a307 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 182646b01a4544902c9fdf9326889a0ced7d9a8e +%global commit0 b4692f270c5c360993beda66a3dffe9ca9ceeab6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.78.dev.git%{shortcommit0}%{?dist} +Release: 0.79.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Dec 22 2020 RH Container Bot - 2:3.0.0-0.79.dev.gitb4692f2 +- autobuilt b4692f2 + * Mon Dec 21 2020 RH Container Bot - 2:3.0.0-0.78.dev.git182646b - autobuilt 182646b diff --git a/sources b/sources index c2119af..d7a614b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-182646b.tar.gz) = 5cf6a8c9988c8f075647baf0e97cbb94fdd345144f63c0dd15a9e2fab708422ae1a8cc37a496531d0b71ea195222927a962cd7ac4392d77a706b3677933826d0 +SHA512 (podman-b4692f2.tar.gz) = fba670c84893aceb63e90995604138a4eff37773279906db41b9e34a8006eca4f6e41331a88ded5da0c3785fa52e4fa065d822af655a925b85cd2c9507100e5a From 40e8b466835fab8710f96afa0978a8265deedde5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 22 Dec 2020 16:02:35 +0000 Subject: [PATCH 1635/2185] podman-2:3.0.0-0.80.dev.gitcfdb8fb - autobuilt cfdb8fb Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 92948dd..7be361c 100644 --- a/.gitignore +++ b/.gitignore @@ -1500,3 +1500,4 @@ /podman-076f77b.tar.gz /podman-182646b.tar.gz /podman-b4692f2.tar.gz +/podman-cfdb8fb.tar.gz diff --git a/podman.spec b/podman.spec index 6e7a307..53f1a73 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b4692f270c5c360993beda66a3dffe9ca9ceeab6 +%global commit0 cfdb8fb29b34010206ea26f38e130d3e24403abf %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.79.dev.git%{shortcommit0}%{?dist} +Release: 0.80.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Dec 22 2020 RH Container Bot - 2:3.0.0-0.80.dev.gitcfdb8fb +- autobuilt cfdb8fb + * Tue Dec 22 2020 RH Container Bot - 2:3.0.0-0.79.dev.gitb4692f2 - autobuilt b4692f2 diff --git a/sources b/sources index d7a614b..4d48ae1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-b4692f2.tar.gz) = fba670c84893aceb63e90995604138a4eff37773279906db41b9e34a8006eca4f6e41331a88ded5da0c3785fa52e4fa065d822af655a925b85cd2c9507100e5a +SHA512 (podman-cfdb8fb.tar.gz) = 6613b1e0fd1bff66dbbfb077fa754d6915475552ade7a5cccabd9dff460208d36439c32a618579d85e22c4ebed9b2d37db4a549170238503b6893222f8c20142 From ad51088aa1ff16f8aa8b7b8263ff3868fe90fa9f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 22 Dec 2020 17:32:50 +0000 Subject: [PATCH 1636/2185] podman-2:3.0.0-0.81.dev.git07663f7 - autobuilt 07663f7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7be361c..b6a6cc3 100644 --- a/.gitignore +++ b/.gitignore @@ -1501,3 +1501,4 @@ /podman-182646b.tar.gz /podman-b4692f2.tar.gz /podman-cfdb8fb.tar.gz +/podman-07663f7.tar.gz diff --git a/podman.spec b/podman.spec index 53f1a73..3fbe147 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 cfdb8fb29b34010206ea26f38e130d3e24403abf +%global commit0 07663f74c48d11732a3330248f837d5abf86fe9c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.80.dev.git%{shortcommit0}%{?dist} +Release: 0.81.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Dec 22 2020 RH Container Bot - 2:3.0.0-0.81.dev.git07663f7 +- autobuilt 07663f7 + * Tue Dec 22 2020 RH Container Bot - 2:3.0.0-0.80.dev.gitcfdb8fb - autobuilt cfdb8fb diff --git a/sources b/sources index 4d48ae1..7de4c25 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-cfdb8fb.tar.gz) = 6613b1e0fd1bff66dbbfb077fa754d6915475552ade7a5cccabd9dff460208d36439c32a618579d85e22c4ebed9b2d37db4a549170238503b6893222f8c20142 +SHA512 (podman-07663f7.tar.gz) = 86e0b6f9c966b609a4c89ea7f9c3c3ddcdca66b44cca4a618b55510bc0cf3abe0466865057f177cbacb78e82d959cdb77437366c4fc342067a84c71fb81ca594 From 749ac3d1e8b9d5caade5e22c7175c49b15471c35 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 23 Dec 2020 09:32:26 +0000 Subject: [PATCH 1637/2185] podman-2:3.0.0-0.82.dev.git9b6324f - autobuilt 9b6324f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b6a6cc3..97425cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1502,3 +1502,4 @@ /podman-b4692f2.tar.gz /podman-cfdb8fb.tar.gz /podman-07663f7.tar.gz +/podman-9b6324f.tar.gz diff --git a/podman.spec b/podman.spec index 3fbe147..9f38f64 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 07663f74c48d11732a3330248f837d5abf86fe9c +%global commit0 9b6324f51f7279683f2d2a6c90542029e1ded1ee %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.81.dev.git%{shortcommit0}%{?dist} +Release: 0.82.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.82.dev.git9b6324f +- autobuilt 9b6324f + * Tue Dec 22 2020 RH Container Bot - 2:3.0.0-0.81.dev.git07663f7 - autobuilt 07663f7 diff --git a/sources b/sources index 7de4c25..1ac998f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-07663f7.tar.gz) = 86e0b6f9c966b609a4c89ea7f9c3c3ddcdca66b44cca4a618b55510bc0cf3abe0466865057f177cbacb78e82d959cdb77437366c4fc342067a84c71fb81ca594 +SHA512 (podman-9b6324f.tar.gz) = 2ac54400429eb5c2f8bc3cc1ce77a832e34680d36ed609d821f74b588bd3cf93708a63cdd2e6a0c9bd43f34cc87c28c1ec8b4b371a11bdbd593454e7dc2cdd71 From 031a63c6f2f0a0e47ae5980ee49744ad965f1dfd Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 23 Dec 2020 10:03:05 +0000 Subject: [PATCH 1638/2185] podman-2:3.0.0-0.83.dev.git06a6fd9 - autobuilt 06a6fd9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 97425cf..d5eef32 100644 --- a/.gitignore +++ b/.gitignore @@ -1503,3 +1503,4 @@ /podman-cfdb8fb.tar.gz /podman-07663f7.tar.gz /podman-9b6324f.tar.gz +/podman-06a6fd9.tar.gz diff --git a/podman.spec b/podman.spec index 9f38f64..6fa6963 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9b6324f51f7279683f2d2a6c90542029e1ded1ee +%global commit0 06a6fd9f224adb8510e42691c261716ea2896ade %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.82.dev.git%{shortcommit0}%{?dist} +Release: 0.83.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.83.dev.git06a6fd9 +- autobuilt 06a6fd9 + * Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.82.dev.git9b6324f - autobuilt 9b6324f diff --git a/sources b/sources index 1ac998f..483abae 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-9b6324f.tar.gz) = 2ac54400429eb5c2f8bc3cc1ce77a832e34680d36ed609d821f74b588bd3cf93708a63cdd2e6a0c9bd43f34cc87c28c1ec8b4b371a11bdbd593454e7dc2cdd71 +SHA512 (podman-06a6fd9.tar.gz) = 57162467b6294856f39e6dbdd9faed2f0a74248eb9848649fe13edcd45536931f35004c29fd295de07a2dc5aa458425953bf7ec72109e6cea5d8b53a77680c94 From c2a21bf7634fcf6df1c44a9b70478122826c3ea2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 23 Dec 2020 13:32:21 +0000 Subject: [PATCH 1639/2185] podman-2:3.0.0-0.84.dev.git3728ca9 - autobuilt 3728ca9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d5eef32..d07e7a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1504,3 +1504,4 @@ /podman-07663f7.tar.gz /podman-9b6324f.tar.gz /podman-06a6fd9.tar.gz +/podman-3728ca9.tar.gz diff --git a/podman.spec b/podman.spec index 6fa6963..7915402 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 06a6fd9f224adb8510e42691c261716ea2896ade +%global commit0 3728ca9e8ded1b63b0f90f3ca5fbf0dc681b1f5d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.83.dev.git%{shortcommit0}%{?dist} +Release: 0.84.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.84.dev.git3728ca9 +- autobuilt 3728ca9 + * Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.83.dev.git06a6fd9 - autobuilt 06a6fd9 diff --git a/sources b/sources index 483abae..058d030 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-06a6fd9.tar.gz) = 57162467b6294856f39e6dbdd9faed2f0a74248eb9848649fe13edcd45536931f35004c29fd295de07a2dc5aa458425953bf7ec72109e6cea5d8b53a77680c94 +SHA512 (podman-3728ca9.tar.gz) = 85d6eaeaa2a346993d36759c17e978e081027bfe41f5462db6dbb8a68ab479e3a217bcd77286b5c22c6fa51c23924cbc0493304e1039065cdf5db921014b3cbb From 3400a18f7552f29f1a7efe11564e5b8c6139b80e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 23 Dec 2020 16:02:49 +0000 Subject: [PATCH 1640/2185] podman-2:3.0.0-0.85.dev.git0778c11 - autobuilt 0778c11 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d07e7a6..33c67b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1505,3 +1505,4 @@ /podman-9b6324f.tar.gz /podman-06a6fd9.tar.gz /podman-3728ca9.tar.gz +/podman-0778c11.tar.gz diff --git a/podman.spec b/podman.spec index 7915402..c04b864 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 3728ca9e8ded1b63b0f90f3ca5fbf0dc681b1f5d +%global commit0 0778c114d3001bdd4f40fe46283457481d983b64 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.84.dev.git%{shortcommit0}%{?dist} +Release: 0.85.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.85.dev.git0778c11 +- autobuilt 0778c11 + * Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.84.dev.git3728ca9 - autobuilt 3728ca9 diff --git a/sources b/sources index 058d030..a1e9d8f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-3728ca9.tar.gz) = 85d6eaeaa2a346993d36759c17e978e081027bfe41f5462db6dbb8a68ab479e3a217bcd77286b5c22c6fa51c23924cbc0493304e1039065cdf5db921014b3cbb +SHA512 (podman-0778c11.tar.gz) = e839d1faf818ffbd5f64676807f7ec5b46fe5923c4ae6dc521c49ca650cfefde60063bae45453b771768277ea701a01e435093ccf38f40155b279ff9a4d9cd8b From c55299f3c128635385049d122d772bb9aca1f771 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 23 Dec 2020 17:33:01 +0000 Subject: [PATCH 1641/2185] podman-2:3.0.0-0.86.dev.git54b82a1 - autobuilt 54b82a1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 33c67b1..702982c 100644 --- a/.gitignore +++ b/.gitignore @@ -1506,3 +1506,4 @@ /podman-06a6fd9.tar.gz /podman-3728ca9.tar.gz /podman-0778c11.tar.gz +/podman-54b82a1.tar.gz diff --git a/podman.spec b/podman.spec index c04b864..882b12d 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 0778c114d3001bdd4f40fe46283457481d983b64 +%global commit0 54b82a175f16f27849e6791f65bf73eccae4701a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.85.dev.git%{shortcommit0}%{?dist} +Release: 0.86.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.86.dev.git54b82a1 +- autobuilt 54b82a1 + * Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.85.dev.git0778c11 - autobuilt 0778c11 diff --git a/sources b/sources index a1e9d8f..0ab74f1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-0778c11.tar.gz) = e839d1faf818ffbd5f64676807f7ec5b46fe5923c4ae6dc521c49ca650cfefde60063bae45453b771768277ea701a01e435093ccf38f40155b279ff9a4d9cd8b +SHA512 (podman-54b82a1.tar.gz) = 6465c8114a6304d3bc09168a35985a71b79ac5b40f6f6eda4e146f5586f282479b90b76f03da05655d50bfadec5eda203a7c3fe621f3f084a0dad011849d61a8 From 4a5cb6302f83d1dbc39917b88e8961ed45aa80e6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 23 Dec 2020 20:02:33 +0000 Subject: [PATCH 1642/2185] podman-2:3.0.0-0.87.dev.gitbbc0deb - autobuilt bbc0deb Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 702982c..067a1f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1507,3 +1507,4 @@ /podman-3728ca9.tar.gz /podman-0778c11.tar.gz /podman-54b82a1.tar.gz +/podman-bbc0deb.tar.gz diff --git a/podman.spec b/podman.spec index 882b12d..fbd3b7f 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 54b82a175f16f27849e6791f65bf73eccae4701a +%global commit0 bbc0deb8e8b131d901c2c9932add328258ccd341 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.86.dev.git%{shortcommit0}%{?dist} +Release: 0.87.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.87.dev.gitbbc0deb +- autobuilt bbc0deb + * Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.86.dev.git54b82a1 - autobuilt 54b82a1 diff --git a/sources b/sources index 0ab74f1..064c1a0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-54b82a1.tar.gz) = 6465c8114a6304d3bc09168a35985a71b79ac5b40f6f6eda4e146f5586f282479b90b76f03da05655d50bfadec5eda203a7c3fe621f3f084a0dad011849d61a8 +SHA512 (podman-bbc0deb.tar.gz) = 5b4014685cd22497fd9fdc15b80b5ee0be7895f0714be3066cd6f37c1afc92f78de881916ae80a17b031dddb9e00795e6289c234fc1521ead03b9b2febb840ea From e28ea508ab833eb79c4a72537348032fb727ebe5 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 23 Dec 2020 21:32:49 +0000 Subject: [PATCH 1643/2185] podman-2:3.0.0-0.88.dev.git9ac5ed1 - autobuilt 9ac5ed1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 067a1f8..75f0980 100644 --- a/.gitignore +++ b/.gitignore @@ -1508,3 +1508,4 @@ /podman-0778c11.tar.gz /podman-54b82a1.tar.gz /podman-bbc0deb.tar.gz +/podman-9ac5ed1.tar.gz diff --git a/podman.spec b/podman.spec index fbd3b7f..59e8262 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 bbc0deb8e8b131d901c2c9932add328258ccd341 +%global commit0 9ac5ed1e08d271a138e92af84640711bae64044f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.87.dev.git%{shortcommit0}%{?dist} +Release: 0.88.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.88.dev.git9ac5ed1 +- autobuilt 9ac5ed1 + * Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.87.dev.gitbbc0deb - autobuilt bbc0deb diff --git a/sources b/sources index 064c1a0..9895175 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-bbc0deb.tar.gz) = 5b4014685cd22497fd9fdc15b80b5ee0be7895f0714be3066cd6f37c1afc92f78de881916ae80a17b031dddb9e00795e6289c234fc1521ead03b9b2febb840ea +SHA512 (podman-9ac5ed1.tar.gz) = f80b05d97ee58b2e2ea3424fed8f2d79c71019886b3ac5b5e4293c4095b26269c5b584e9a020dc806f074389aba6c29ab4de721c0077cde96506b810b3e8655a From 7f07d396761899e1304ec1fc5b1dac7a470bbab6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 24 Dec 2020 02:03:57 +0000 Subject: [PATCH 1644/2185] podman-2:3.0.0-0.89.dev.git231c528 - autobuilt 231c528 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 75f0980..7703163 100644 --- a/.gitignore +++ b/.gitignore @@ -1509,3 +1509,4 @@ /podman-54b82a1.tar.gz /podman-bbc0deb.tar.gz /podman-9ac5ed1.tar.gz +/podman-231c528.tar.gz diff --git a/podman.spec b/podman.spec index 59e8262..8f11858 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9ac5ed1e08d271a138e92af84640711bae64044f +%global commit0 231c528a4db9d312bd43b2ce15017e734349a12f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.88.dev.git%{shortcommit0}%{?dist} +Release: 0.89.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Dec 24 2020 RH Container Bot - 2:3.0.0-0.89.dev.git231c528 +- autobuilt 231c528 + * Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.88.dev.git9ac5ed1 - autobuilt 9ac5ed1 diff --git a/sources b/sources index 9895175..89b76d8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-9ac5ed1.tar.gz) = f80b05d97ee58b2e2ea3424fed8f2d79c71019886b3ac5b5e4293c4095b26269c5b584e9a020dc806f074389aba6c29ab4de721c0077cde96506b810b3e8655a +SHA512 (podman-231c528.tar.gz) = 1f1c003230011bee45f4749541d895d0c1d50a5cd765bd3f090f1891db91da2c2b463decbc3af0ec633cbf8eaf40f0feef65116c19137c621807ec53b0cc8466 From 390c5c7e7a3df0313212eded164458033635e0dc Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 24 Dec 2020 16:03:06 +0000 Subject: [PATCH 1645/2185] podman-2:3.0.0-0.90.dev.gitb176c62 - autobuilt b176c62 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7703163..4906f99 100644 --- a/.gitignore +++ b/.gitignore @@ -1510,3 +1510,4 @@ /podman-bbc0deb.tar.gz /podman-9ac5ed1.tar.gz /podman-231c528.tar.gz +/podman-b176c62.tar.gz diff --git a/podman.spec b/podman.spec index 8f11858..47e9281 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 231c528a4db9d312bd43b2ce15017e734349a12f +%global commit0 b176c62e237538d9a3ac9626f424d888a06336ed %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.89.dev.git%{shortcommit0}%{?dist} +Release: 0.90.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Dec 24 2020 RH Container Bot - 2:3.0.0-0.90.dev.gitb176c62 +- autobuilt b176c62 + * Thu Dec 24 2020 RH Container Bot - 2:3.0.0-0.89.dev.git231c528 - autobuilt 231c528 diff --git a/sources b/sources index 89b76d8..e322b91 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-231c528.tar.gz) = 1f1c003230011bee45f4749541d895d0c1d50a5cd765bd3f090f1891db91da2c2b463decbc3af0ec633cbf8eaf40f0feef65116c19137c621807ec53b0cc8466 +SHA512 (podman-b176c62.tar.gz) = 02e5524cbf1c7768926a956f9fb3451d278d8f7b8870a14460b057aa326ba4a2cba56eb4f7ceffef99c9ac468c48455bf9ff211aa1378120dad62dd07d9ba558 From 164c1928e8de134b441df05b987a025875f96fec Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 24 Dec 2020 19:32:39 +0000 Subject: [PATCH 1646/2185] podman-2:3.0.0-0.91.dev.git8f75ed9 - autobuilt 8f75ed9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4906f99..7becea5 100644 --- a/.gitignore +++ b/.gitignore @@ -1511,3 +1511,4 @@ /podman-9ac5ed1.tar.gz /podman-231c528.tar.gz /podman-b176c62.tar.gz +/podman-8f75ed9.tar.gz diff --git a/podman.spec b/podman.spec index 47e9281..6a928ee 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b176c62e237538d9a3ac9626f424d888a06336ed +%global commit0 8f75ed958562f4deb47799259e22d4f195e0d426 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.90.dev.git%{shortcommit0}%{?dist} +Release: 0.91.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Dec 24 2020 RH Container Bot - 2:3.0.0-0.91.dev.git8f75ed9 +- autobuilt 8f75ed9 + * Thu Dec 24 2020 RH Container Bot - 2:3.0.0-0.90.dev.gitb176c62 - autobuilt b176c62 diff --git a/sources b/sources index e322b91..abe46c1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-b176c62.tar.gz) = 02e5524cbf1c7768926a956f9fb3451d278d8f7b8870a14460b057aa326ba4a2cba56eb4f7ceffef99c9ac468c48455bf9ff211aa1378120dad62dd07d9ba558 +SHA512 (podman-8f75ed9.tar.gz) = f0382e70bd50ebeb53a27b154ff484f347d8c21796caf16f125d49f0db276644f2784394121c49f86a68f08de0fb5dc65a09f2d3ba4b4702951878111a57d847 From 05ff75e05d3a2b087a7af030a0050ea6ac00cb82 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 25 Dec 2020 23:32:13 +0000 Subject: [PATCH 1647/2185] podman-2:3.0.0-0.92.dev.git9c9f02a - autobuilt 9c9f02a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7becea5..a997bcb 100644 --- a/.gitignore +++ b/.gitignore @@ -1512,3 +1512,4 @@ /podman-231c528.tar.gz /podman-b176c62.tar.gz /podman-8f75ed9.tar.gz +/podman-9c9f02a.tar.gz diff --git a/podman.spec b/podman.spec index 6a928ee..c12ba5a 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 8f75ed958562f4deb47799259e22d4f195e0d426 +%global commit0 9c9f02aad773051fa742a874844f08f2fb567d3b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.91.dev.git%{shortcommit0}%{?dist} +Release: 0.92.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Dec 25 2020 RH Container Bot - 2:3.0.0-0.92.dev.git9c9f02a +- autobuilt 9c9f02a + * Thu Dec 24 2020 RH Container Bot - 2:3.0.0-0.91.dev.git8f75ed9 - autobuilt 8f75ed9 diff --git a/sources b/sources index abe46c1..12903b6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-8f75ed9.tar.gz) = f0382e70bd50ebeb53a27b154ff484f347d8c21796caf16f125d49f0db276644f2784394121c49f86a68f08de0fb5dc65a09f2d3ba4b4702951878111a57d847 +SHA512 (podman-9c9f02a.tar.gz) = 83f396650abfaa1cf3208d7580adf5b6090ca46d7b1ba09c2eb46192b08b10806dbfeb05e9efa03a1fa9d6d827e11a87432af03414bedbf20c68aa30596b7a72 From 9e24675b06bc7cfdf38d46503c7982a13219c789 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 30 Dec 2020 05:32:56 +0000 Subject: [PATCH 1648/2185] podman-2:3.0.0-0.93.dev.git7f0771f - autobuilt 7f0771f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a997bcb..15ca3e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1513,3 +1513,4 @@ /podman-b176c62.tar.gz /podman-8f75ed9.tar.gz /podman-9c9f02a.tar.gz +/podman-7f0771f.tar.gz diff --git a/podman.spec b/podman.spec index c12ba5a..66451ee 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9c9f02aad773051fa742a874844f08f2fb567d3b +%global commit0 7f0771fa9401c26e942c67788bebc0041dfa3311 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.92.dev.git%{shortcommit0}%{?dist} +Release: 0.93.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 30 2020 RH Container Bot - 2:3.0.0-0.93.dev.git7f0771f +- autobuilt 7f0771f + * Fri Dec 25 2020 RH Container Bot - 2:3.0.0-0.92.dev.git9c9f02a - autobuilt 9c9f02a diff --git a/sources b/sources index 12903b6..97deaf3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-9c9f02a.tar.gz) = 83f396650abfaa1cf3208d7580adf5b6090ca46d7b1ba09c2eb46192b08b10806dbfeb05e9efa03a1fa9d6d827e11a87432af03414bedbf20c68aa30596b7a72 +SHA512 (podman-7f0771f.tar.gz) = b83d933f21f0cdf2aabfa38fecb611a48c7dddc745cc4bb4ce2ebb92cb90c3c5b0c28b0b40f0037c6731283ffbdf9f59b880c1a304a666980c333b4b62d8dc04 From 4d64be2bdffbb9c6c2907f691b2774f8ade5d1ec Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 30 Dec 2020 13:32:51 +0000 Subject: [PATCH 1649/2185] podman-2:3.0.0-0.94.dev.gitef12e36 - autobuilt ef12e36 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 15ca3e4..9f74e46 100644 --- a/.gitignore +++ b/.gitignore @@ -1514,3 +1514,4 @@ /podman-8f75ed9.tar.gz /podman-9c9f02a.tar.gz /podman-7f0771f.tar.gz +/podman-ef12e36.tar.gz diff --git a/podman.spec b/podman.spec index 66451ee..dd483aa 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7f0771fa9401c26e942c67788bebc0041dfa3311 +%global commit0 ef12e36df0f8d72b52e43844cfb8e471f795ee02 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.93.dev.git%{shortcommit0}%{?dist} +Release: 0.94.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 30 2020 RH Container Bot - 2:3.0.0-0.94.dev.gitef12e36 +- autobuilt ef12e36 + * Wed Dec 30 2020 RH Container Bot - 2:3.0.0-0.93.dev.git7f0771f - autobuilt 7f0771f diff --git a/sources b/sources index 97deaf3..c943115 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-7f0771f.tar.gz) = b83d933f21f0cdf2aabfa38fecb611a48c7dddc745cc4bb4ce2ebb92cb90c3c5b0c28b0b40f0037c6731283ffbdf9f59b880c1a304a666980c333b4b62d8dc04 +SHA512 (podman-ef12e36.tar.gz) = 0e525d3bac5150b3da1b090a5bbb5e073bc1a2f71b642f102a3a04a44bfaf314e23d07957e9442133e475c211b7b95aa5c9b649e1ad74f872c72311a0c1d24e5 From 5257ffa23e8600d5f0fd7e64479e3042b3ca8b40 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 30 Dec 2020 15:32:32 +0000 Subject: [PATCH 1650/2185] podman-2:3.0.0-0.95.dev.gitc6c9b45 - autobuilt c6c9b45 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9f74e46..bc277e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1515,3 +1515,4 @@ /podman-9c9f02a.tar.gz /podman-7f0771f.tar.gz /podman-ef12e36.tar.gz +/podman-c6c9b45.tar.gz diff --git a/podman.spec b/podman.spec index dd483aa..096ca53 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 ef12e36df0f8d72b52e43844cfb8e471f795ee02 +%global commit0 c6c9b45985790af50a78da4c222e10672f92c629 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.94.dev.git%{shortcommit0}%{?dist} +Release: 0.95.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 30 2020 RH Container Bot - 2:3.0.0-0.95.dev.gitc6c9b45 +- autobuilt c6c9b45 + * Wed Dec 30 2020 RH Container Bot - 2:3.0.0-0.94.dev.gitef12e36 - autobuilt ef12e36 diff --git a/sources b/sources index c943115..c3aeedf 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-ef12e36.tar.gz) = 0e525d3bac5150b3da1b090a5bbb5e073bc1a2f71b642f102a3a04a44bfaf314e23d07957e9442133e475c211b7b95aa5c9b649e1ad74f872c72311a0c1d24e5 +SHA512 (podman-c6c9b45.tar.gz) = f5f3e0f41b03327fc325eecdf57960eedf1f7b506f00930e631506a68f028b67c0a6f0d67c0c34a81ff1bed3a2a53ccfbe628cfcc49a53352ed7378e4f265347 From 16b742d8d1d2f7d0e209af701f1b4cf116489ae1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 31 Dec 2020 13:32:46 +0000 Subject: [PATCH 1651/2185] podman-2:3.0.0-0.96.dev.git39b1cb4 - autobuilt 39b1cb4 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bc277e2..93ff67c 100644 --- a/.gitignore +++ b/.gitignore @@ -1516,3 +1516,4 @@ /podman-7f0771f.tar.gz /podman-ef12e36.tar.gz /podman-c6c9b45.tar.gz +/podman-39b1cb4.tar.gz diff --git a/podman.spec b/podman.spec index 096ca53..47a6b54 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 c6c9b45985790af50a78da4c222e10672f92c629 +%global commit0 39b1cb496766ec3be248f178375d663bc0a14f4a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.95.dev.git%{shortcommit0}%{?dist} +Release: 0.96.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Dec 31 2020 RH Container Bot - 2:3.0.0-0.96.dev.git39b1cb4 +- autobuilt 39b1cb4 + * Wed Dec 30 2020 RH Container Bot - 2:3.0.0-0.95.dev.gitc6c9b45 - autobuilt c6c9b45 diff --git a/sources b/sources index c3aeedf..e65a045 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-c6c9b45.tar.gz) = f5f3e0f41b03327fc325eecdf57960eedf1f7b506f00930e631506a68f028b67c0a6f0d67c0c34a81ff1bed3a2a53ccfbe628cfcc49a53352ed7378e4f265347 +SHA512 (podman-39b1cb4.tar.gz) = 38d9718f86899ec4193f397df8d339df7302439d487414dd06d9965998a7b90d1d71ee51eb62bb0631569ba4f442839151824334cc8b160429b427d8dd9ed756 From d53b4202cfbe736226d366e4546dfc31421a9953 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 2 Jan 2021 23:32:40 +0000 Subject: [PATCH 1652/2185] podman-2:3.0.0-0.97.dev.git142b4ac - autobuilt 142b4ac Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 93ff67c..3950f70 100644 --- a/.gitignore +++ b/.gitignore @@ -1517,3 +1517,4 @@ /podman-ef12e36.tar.gz /podman-c6c9b45.tar.gz /podman-39b1cb4.tar.gz +/podman-142b4ac.tar.gz diff --git a/podman.spec b/podman.spec index 47a6b54..9ec85aa 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 39b1cb496766ec3be248f178375d663bc0a14f4a +%global commit0 142b4ac966e12559c534be380093a44d0a1d2959 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.96.dev.git%{shortcommit0}%{?dist} +Release: 0.97.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Jan 2 2021 RH Container Bot - 2:3.0.0-0.97.dev.git142b4ac +- autobuilt 142b4ac + * Thu Dec 31 2020 RH Container Bot - 2:3.0.0-0.96.dev.git39b1cb4 - autobuilt 39b1cb4 diff --git a/sources b/sources index e65a045..c9e6511 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-39b1cb4.tar.gz) = 38d9718f86899ec4193f397df8d339df7302439d487414dd06d9965998a7b90d1d71ee51eb62bb0631569ba4f442839151824334cc8b160429b427d8dd9ed756 +SHA512 (podman-142b4ac.tar.gz) = 77d039106a8834341b858b00cb85b059622a847659db1cdbfffa9204b0bc52dbe05b719d5dca5b0edaa094516ffbf37caa3e7907990e08fcb4058555566228f5 From 0276829040a7c22413b9c257d78b650698df7e46 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 4 Jan 2021 10:02:36 +0000 Subject: [PATCH 1653/2185] podman-2:3.0.0-0.98.dev.git23f25b8 - autobuilt 23f25b8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3950f70..2367ad5 100644 --- a/.gitignore +++ b/.gitignore @@ -1518,3 +1518,4 @@ /podman-c6c9b45.tar.gz /podman-39b1cb4.tar.gz /podman-142b4ac.tar.gz +/podman-23f25b8.tar.gz diff --git a/podman.spec b/podman.spec index 9ec85aa..347e261 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 142b4ac966e12559c534be380093a44d0a1d2959 +%global commit0 23f25b8261cf2c0d83f8ce5b8251951a11a7e2c4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.97.dev.git%{shortcommit0}%{?dist} +Release: 0.98.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.98.dev.git23f25b8 +- autobuilt 23f25b8 + * Sat Jan 2 2021 RH Container Bot - 2:3.0.0-0.97.dev.git142b4ac - autobuilt 142b4ac diff --git a/sources b/sources index c9e6511..eef633e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-142b4ac.tar.gz) = 77d039106a8834341b858b00cb85b059622a847659db1cdbfffa9204b0bc52dbe05b719d5dca5b0edaa094516ffbf37caa3e7907990e08fcb4058555566228f5 +SHA512 (podman-23f25b8.tar.gz) = 76e8608a7d9759bf66d1c946118a0a463d2197971da71ab8cd8364998004ece7a462bb5a8c8925cfa5a23b9cb14c88da10a83029b0bdf34c6ac57729a50c34b8 From da3ef930a633850d2cbc40678a249ff90057bdf7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 4 Jan 2021 14:04:28 +0000 Subject: [PATCH 1654/2185] podman-2:3.0.0-0.99.dev.git8e4d19d - autobuilt 8e4d19d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2367ad5..621716e 100644 --- a/.gitignore +++ b/.gitignore @@ -1519,3 +1519,4 @@ /podman-39b1cb4.tar.gz /podman-142b4ac.tar.gz /podman-23f25b8.tar.gz +/podman-8e4d19d.tar.gz diff --git a/podman.spec b/podman.spec index 347e261..bcbe70c 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 23f25b8261cf2c0d83f8ce5b8251951a11a7e2c4 +%global commit0 8e4d19da1547985c5f3aa01eae82db70644d15f1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.98.dev.git%{shortcommit0}%{?dist} +Release: 0.99.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.99.dev.git8e4d19d +- autobuilt 8e4d19d + * Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.98.dev.git23f25b8 - autobuilt 23f25b8 diff --git a/sources b/sources index eef633e..757f650 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-23f25b8.tar.gz) = 76e8608a7d9759bf66d1c946118a0a463d2197971da71ab8cd8364998004ece7a462bb5a8c8925cfa5a23b9cb14c88da10a83029b0bdf34c6ac57729a50c34b8 +SHA512 (podman-8e4d19d.tar.gz) = 3bf4713f993c3e5e70767b79763565f9cbad4fb4b6308c3ed3e088b3374f606e33856ff288c56c39eb569da73b1ed607c2a67d186c79ff09bc864434b053c149 From 85ad1ce2aaef497a3caba8f8b0106ed81571f52c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 4 Jan 2021 15:33:19 +0000 Subject: [PATCH 1655/2185] podman-2:3.0.0-0.100.dev.gitf261bfc - autobuilt f261bfc Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 621716e..47976bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1520,3 +1520,4 @@ /podman-142b4ac.tar.gz /podman-23f25b8.tar.gz /podman-8e4d19d.tar.gz +/podman-f261bfc.tar.gz diff --git a/podman.spec b/podman.spec index bcbe70c..42bcc0c 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 8e4d19da1547985c5f3aa01eae82db70644d15f1 +%global commit0 f261bfc54961c156c3a4acc2cd1c5379a83f1c0b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.99.dev.git%{shortcommit0}%{?dist} +Release: 0.100.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.100.dev.gitf261bfc +- autobuilt f261bfc + * Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.99.dev.git8e4d19d - autobuilt 8e4d19d diff --git a/sources b/sources index 757f650..c558578 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-8e4d19d.tar.gz) = 3bf4713f993c3e5e70767b79763565f9cbad4fb4b6308c3ed3e088b3374f606e33856ff288c56c39eb569da73b1ed607c2a67d186c79ff09bc864434b053c149 +SHA512 (podman-f261bfc.tar.gz) = 3424c17e0c64377a3610b180a0036269d32135a89fe22939e209412a7a0a7c998f74abe9684534563938cc6a86a6c4ba0c737ed0efe4c85a2f233b73ac9356f8 From 4840bc88532e9f7228769c3c9ab215fda660fda3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 4 Jan 2021 17:32:26 +0000 Subject: [PATCH 1656/2185] podman-2:3.0.0-0.101.dev.git6a1fbe7 - autobuilt 6a1fbe7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 47976bf..8a36e5a 100644 --- a/.gitignore +++ b/.gitignore @@ -1521,3 +1521,4 @@ /podman-23f25b8.tar.gz /podman-8e4d19d.tar.gz /podman-f261bfc.tar.gz +/podman-6a1fbe7.tar.gz diff --git a/podman.spec b/podman.spec index 42bcc0c..7badb93 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 f261bfc54961c156c3a4acc2cd1c5379a83f1c0b +%global commit0 6a1fbe7a560a379650c49618369fb87ca3b90233 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.100.dev.git%{shortcommit0}%{?dist} +Release: 0.101.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.101.dev.git6a1fbe7 +- autobuilt 6a1fbe7 + * Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.100.dev.gitf261bfc - autobuilt f261bfc diff --git a/sources b/sources index c558578..346029f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-f261bfc.tar.gz) = 3424c17e0c64377a3610b180a0036269d32135a89fe22939e209412a7a0a7c998f74abe9684534563938cc6a86a6c4ba0c737ed0efe4c85a2f233b73ac9356f8 +SHA512 (podman-6a1fbe7.tar.gz) = 1af13c714bcbbca657853f5a471c06b1c5f704c97ebd57395f7345f75e67320e9134bcbda0139a5ff5253312cda5806219ffb66247f76ad57ce497518bfd6563 From a7bbf4d058d48ca855840f63064920149a2b39d0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 4 Jan 2021 19:32:36 +0000 Subject: [PATCH 1657/2185] podman-2:3.0.0-0.102.dev.gitb502854 - autobuilt b502854 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8a36e5a..c011dc9 100644 --- a/.gitignore +++ b/.gitignore @@ -1522,3 +1522,4 @@ /podman-8e4d19d.tar.gz /podman-f261bfc.tar.gz /podman-6a1fbe7.tar.gz +/podman-b502854.tar.gz diff --git a/podman.spec b/podman.spec index 7badb93..c0d9c47 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 6a1fbe7a560a379650c49618369fb87ca3b90233 +%global commit0 b5028541cfacc1ee344815c047df70d74fde7b24 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.101.dev.git%{shortcommit0}%{?dist} +Release: 0.102.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.102.dev.gitb502854 +- autobuilt b502854 + * Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.101.dev.git6a1fbe7 - autobuilt 6a1fbe7 diff --git a/sources b/sources index 346029f..2755719 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-6a1fbe7.tar.gz) = 1af13c714bcbbca657853f5a471c06b1c5f704c97ebd57395f7345f75e67320e9134bcbda0139a5ff5253312cda5806219ffb66247f76ad57ce497518bfd6563 +SHA512 (podman-b502854.tar.gz) = 27993c064d9d4f4629ea5444b098e1a3820201abca2f0dd88e3451f25fa8bdc93ad4f3669acce4c8b8c554a92f97859e1873594ed37d187297e22c3131a05f9e From acc2998c88b19f86f64707fcd73dbb92667128b4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 4 Jan 2021 23:33:33 +0000 Subject: [PATCH 1658/2185] podman-2:3.0.0-0.103.dev.gitced7c0a - autobuilt ced7c0a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c011dc9..bd61594 100644 --- a/.gitignore +++ b/.gitignore @@ -1523,3 +1523,4 @@ /podman-f261bfc.tar.gz /podman-6a1fbe7.tar.gz /podman-b502854.tar.gz +/podman-ced7c0a.tar.gz diff --git a/podman.spec b/podman.spec index c0d9c47..1a1943c 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b5028541cfacc1ee344815c047df70d74fde7b24 +%global commit0 ced7c0ab7f347da7bde700d996d5c3d5904c7fa2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.102.dev.git%{shortcommit0}%{?dist} +Release: 0.103.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.103.dev.gitced7c0a +- autobuilt ced7c0a + * Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.102.dev.gitb502854 - autobuilt b502854 diff --git a/sources b/sources index 2755719..6eb747f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-b502854.tar.gz) = 27993c064d9d4f4629ea5444b098e1a3820201abca2f0dd88e3451f25fa8bdc93ad4f3669acce4c8b8c554a92f97859e1873594ed37d187297e22c3131a05f9e +SHA512 (podman-ced7c0a.tar.gz) = f857517e0eb99498590bfdef11371aba8624b52cf1b3ad7c8ee73cd0c3cc89af4bf24c99c0a57d8e0902722f33269013d292d8dfc79f0fb27fb6c2c345d323d3 From c8c157faee17f4b967c6c7a80de00d90a74f79fd Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 5 Jan 2021 03:32:26 +0000 Subject: [PATCH 1659/2185] podman-2:3.0.0-0.104.dev.git618c355 - autobuilt 618c355 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bd61594..c63bd7c 100644 --- a/.gitignore +++ b/.gitignore @@ -1524,3 +1524,4 @@ /podman-6a1fbe7.tar.gz /podman-b502854.tar.gz /podman-ced7c0a.tar.gz +/podman-618c355.tar.gz diff --git a/podman.spec b/podman.spec index 1a1943c..f7c7586 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 ced7c0ab7f347da7bde700d996d5c3d5904c7fa2 +%global commit0 618c35570de19f1ecdcfb49e87871287205809f2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.103.dev.git%{shortcommit0}%{?dist} +Release: 0.104.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.104.dev.git618c355 +- autobuilt 618c355 + * Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.103.dev.gitced7c0a - autobuilt ced7c0a diff --git a/sources b/sources index 6eb747f..4185567 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-ced7c0a.tar.gz) = f857517e0eb99498590bfdef11371aba8624b52cf1b3ad7c8ee73cd0c3cc89af4bf24c99c0a57d8e0902722f33269013d292d8dfc79f0fb27fb6c2c345d323d3 +SHA512 (podman-618c355.tar.gz) = c30b2b1c0c5012a561e38f6e790010ea79f70f146146446b10d0b527a77b45bab8fe03850d2a1974fa24d40509d11f546998bb3f524ab91dbf1414519ea61be8 From d46537f0bb141e550d55cf7565c3f45294df2eef Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 5 Jan 2021 10:03:59 +0000 Subject: [PATCH 1660/2185] podman-2:3.0.0-0.105.dev.git1b9366d - autobuilt 1b9366d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c63bd7c..b0b17c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1525,3 +1525,4 @@ /podman-b502854.tar.gz /podman-ced7c0a.tar.gz /podman-618c355.tar.gz +/podman-1b9366d.tar.gz diff --git a/podman.spec b/podman.spec index f7c7586..02cbfed 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 618c35570de19f1ecdcfb49e87871287205809f2 +%global commit0 1b9366d650200d0f2029d628fa00d1fd318631aa %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.104.dev.git%{shortcommit0}%{?dist} +Release: 0.105.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.105.dev.git1b9366d +- autobuilt 1b9366d + * Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.104.dev.git618c355 - autobuilt 618c355 diff --git a/sources b/sources index 4185567..7146142 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-618c355.tar.gz) = c30b2b1c0c5012a561e38f6e790010ea79f70f146146446b10d0b527a77b45bab8fe03850d2a1974fa24d40509d11f546998bb3f524ab91dbf1414519ea61be8 +SHA512 (podman-1b9366d.tar.gz) = 6cda5cf7bc200e138061818d7ea7b03e3ab4e22dd806ddb7300a917fcf57c0b471f291be2bfe4a82c8db43cf6621c51001920b63ca1d6895d5d9d637ef942336 From ab587e240c2f9e465527b6cb80347f19343c20f6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 5 Jan 2021 16:02:51 +0000 Subject: [PATCH 1661/2185] podman-2:3.0.0-0.106.dev.gitbc21fab - autobuilt bc21fab Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b0b17c9..720b921 100644 --- a/.gitignore +++ b/.gitignore @@ -1526,3 +1526,4 @@ /podman-ced7c0a.tar.gz /podman-618c355.tar.gz /podman-1b9366d.tar.gz +/podman-bc21fab.tar.gz diff --git a/podman.spec b/podman.spec index 02cbfed..1cb65c1 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 1b9366d650200d0f2029d628fa00d1fd318631aa +%global commit0 bc21fabbd7be9269187775dc74644ca898006fe8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.105.dev.git%{shortcommit0}%{?dist} +Release: 0.106.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.106.dev.gitbc21fab +- autobuilt bc21fab + * Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.105.dev.git1b9366d - autobuilt 1b9366d diff --git a/sources b/sources index 7146142..56b1454 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-1b9366d.tar.gz) = 6cda5cf7bc200e138061818d7ea7b03e3ab4e22dd806ddb7300a917fcf57c0b471f291be2bfe4a82c8db43cf6621c51001920b63ca1d6895d5d9d637ef942336 +SHA512 (podman-bc21fab.tar.gz) = faa3814f0a2c9d0acef6a5c1c3e6adbe9fb807f7419d0bdd19ec8c0673561da805d6b64633533c2e13d114e0ebb6da4decbf2bf21cf1e66dd0b31de745d20800 From f09229a9e9b518feb5ed9575cc4c68d191f3ffce Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 5 Jan 2021 17:33:46 +0000 Subject: [PATCH 1662/2185] podman-2:3.0.0-0.107.dev.gitb84b7c8 - autobuilt b84b7c8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 720b921..387cd83 100644 --- a/.gitignore +++ b/.gitignore @@ -1527,3 +1527,4 @@ /podman-618c355.tar.gz /podman-1b9366d.tar.gz /podman-bc21fab.tar.gz +/podman-b84b7c8.tar.gz diff --git a/podman.spec b/podman.spec index 1cb65c1..9ca698e 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 bc21fabbd7be9269187775dc74644ca898006fe8 +%global commit0 b84b7c89bb35883efebbc1ace0d1bce7e1847632 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.106.dev.git%{shortcommit0}%{?dist} +Release: 0.107.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.107.dev.gitb84b7c8 +- autobuilt b84b7c8 + * Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.106.dev.gitbc21fab - autobuilt bc21fab diff --git a/sources b/sources index 56b1454..58f0837 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-bc21fab.tar.gz) = faa3814f0a2c9d0acef6a5c1c3e6adbe9fb807f7419d0bdd19ec8c0673561da805d6b64633533c2e13d114e0ebb6da4decbf2bf21cf1e66dd0b31de745d20800 +SHA512 (podman-b84b7c8.tar.gz) = 463b05e3f3a14fe2bae77fdd3a8b3e44df813ae0dbba29aab4e7a9ab61579137e57c73aa3766255993a3dfe4512b29fed29722bd23b336f3e98cdca46862c65b From c9282b8abee62d217ea67c883fef3071788a3d8f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 5 Jan 2021 19:32:33 +0000 Subject: [PATCH 1663/2185] podman-2:3.0.0-0.108.dev.git1f59276 - autobuilt 1f59276 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 387cd83..486d524 100644 --- a/.gitignore +++ b/.gitignore @@ -1528,3 +1528,4 @@ /podman-1b9366d.tar.gz /podman-bc21fab.tar.gz /podman-b84b7c8.tar.gz +/podman-1f59276.tar.gz diff --git a/podman.spec b/podman.spec index 9ca698e..b93d3b2 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b84b7c89bb35883efebbc1ace0d1bce7e1847632 +%global commit0 1f59276998320e1961eb9ac63092415f78fe1aa0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.107.dev.git%{shortcommit0}%{?dist} +Release: 0.108.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.108.dev.git1f59276 +- autobuilt 1f59276 + * Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.107.dev.gitb84b7c8 - autobuilt b84b7c8 diff --git a/sources b/sources index 58f0837..b241362 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-b84b7c8.tar.gz) = 463b05e3f3a14fe2bae77fdd3a8b3e44df813ae0dbba29aab4e7a9ab61579137e57c73aa3766255993a3dfe4512b29fed29722bd23b336f3e98cdca46862c65b +SHA512 (podman-1f59276.tar.gz) = 33facef25f6268b53b37ea163e0cdf70b62cf0fff03dff2e3a3181f6326b1dbc1aa8a11a4a99a1dcecc6faf181a205b4ec978ed52337011f7e759947a7240df9 From efbb0273260d940b2f041080c335aa28be8c2ee3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 5 Jan 2021 23:33:52 +0000 Subject: [PATCH 1664/2185] podman-2:3.0.0-0.109.dev.gitffe2b1e - autobuilt ffe2b1e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 486d524..e2056bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1529,3 +1529,4 @@ /podman-bc21fab.tar.gz /podman-b84b7c8.tar.gz /podman-1f59276.tar.gz +/podman-ffe2b1e.tar.gz diff --git a/podman.spec b/podman.spec index b93d3b2..4f69d60 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 1f59276998320e1961eb9ac63092415f78fe1aa0 +%global commit0 ffe2b1e95a86f2ed785652b16a426c953f62ecc2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.108.dev.git%{shortcommit0}%{?dist} +Release: 0.109.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.109.dev.gitffe2b1e +- autobuilt ffe2b1e + * Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.108.dev.git1f59276 - autobuilt 1f59276 diff --git a/sources b/sources index b241362..a32960e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-1f59276.tar.gz) = 33facef25f6268b53b37ea163e0cdf70b62cf0fff03dff2e3a3181f6326b1dbc1aa8a11a4a99a1dcecc6faf181a205b4ec978ed52337011f7e759947a7240df9 +SHA512 (podman-ffe2b1e.tar.gz) = 18b0add7fb62c1a222311266634e052e47cb02c2f5afa2da777c07c515e65da3044f55cb17368cd3ce7564a2b8dc8e39804fd98ba4edd22635ca4bebe84ea0de From b1cb076b44b0e1846235219ea5a23580ba43a3b7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 6 Jan 2021 21:33:38 +0000 Subject: [PATCH 1665/2185] podman-2:3.0.0-0.110.dev.gitbb82c37 - autobuilt bb82c37 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e2056bb..fa12709 100644 --- a/.gitignore +++ b/.gitignore @@ -1530,3 +1530,4 @@ /podman-b84b7c8.tar.gz /podman-1f59276.tar.gz /podman-ffe2b1e.tar.gz +/podman-bb82c37.tar.gz diff --git a/podman.spec b/podman.spec index 4f69d60..bf1b2ac 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 ffe2b1e95a86f2ed785652b16a426c953f62ecc2 +%global commit0 bb82c37b731f06b9e0602400cf0657a90a2d7537 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.109.dev.git%{shortcommit0}%{?dist} +Release: 0.110.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jan 6 2021 RH Container Bot - 2:3.0.0-0.110.dev.gitbb82c37 +- autobuilt bb82c37 + * Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.109.dev.gitffe2b1e - autobuilt ffe2b1e diff --git a/sources b/sources index a32960e..78186a7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-ffe2b1e.tar.gz) = 18b0add7fb62c1a222311266634e052e47cb02c2f5afa2da777c07c515e65da3044f55cb17368cd3ce7564a2b8dc8e39804fd98ba4edd22635ca4bebe84ea0de +SHA512 (podman-bb82c37.tar.gz) = de0ae16a94829325fda5bd3f200eb2ee5570b312a1f500fd02586437d251fbce90a2fdbb43009f918f6a2b20991720cfe136d1644f20fdfee3df3c75ac9055e3 From dd190d22565199fe1f1cdeea109a07484bed3f9d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 7 Jan 2021 01:32:42 +0000 Subject: [PATCH 1666/2185] podman-2:3.0.0-0.111.dev.git355e387 - autobuilt 355e387 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fa12709..0947808 100644 --- a/.gitignore +++ b/.gitignore @@ -1531,3 +1531,4 @@ /podman-1f59276.tar.gz /podman-ffe2b1e.tar.gz /podman-bb82c37.tar.gz +/podman-355e387.tar.gz diff --git a/podman.spec b/podman.spec index bf1b2ac..0eba5a6 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 bb82c37b731f06b9e0602400cf0657a90a2d7537 +%global commit0 355e387692b15b151d65e58b580581382eee7f62 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.110.dev.git%{shortcommit0}%{?dist} +Release: 0.111.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jan 7 2021 RH Container Bot - 2:3.0.0-0.111.dev.git355e387 +- autobuilt 355e387 + * Wed Jan 6 2021 RH Container Bot - 2:3.0.0-0.110.dev.gitbb82c37 - autobuilt bb82c37 diff --git a/sources b/sources index 78186a7..e6cd49a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-bb82c37.tar.gz) = de0ae16a94829325fda5bd3f200eb2ee5570b312a1f500fd02586437d251fbce90a2fdbb43009f918f6a2b20991720cfe136d1644f20fdfee3df3c75ac9055e3 +SHA512 (podman-355e387.tar.gz) = 9300a87defb821efe78a677af8546633b70e684ac4d9977e99ad7e22dffb8381c9a337ec7fc06dcf6723a7c2ab988a7bccf118d07c2a0cb1de611a13b1f94028 From af00d6480312b382a20ccd65483502229ce36193 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 7 Jan 2021 11:33:25 +0000 Subject: [PATCH 1667/2185] podman-2:3.0.0-0.112.dev.gita475150 - autobuilt a475150 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0947808..3f6bc0b 100644 --- a/.gitignore +++ b/.gitignore @@ -1532,3 +1532,4 @@ /podman-ffe2b1e.tar.gz /podman-bb82c37.tar.gz /podman-355e387.tar.gz +/podman-a475150.tar.gz diff --git a/podman.spec b/podman.spec index 0eba5a6..c42aa89 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 355e387692b15b151d65e58b580581382eee7f62 +%global commit0 a47515008b3c0dde9f161faa0d9f455ca6772393 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.111.dev.git%{shortcommit0}%{?dist} +Release: 0.112.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jan 7 2021 RH Container Bot - 2:3.0.0-0.112.dev.gita475150 +- autobuilt a475150 + * Thu Jan 7 2021 RH Container Bot - 2:3.0.0-0.111.dev.git355e387 - autobuilt 355e387 diff --git a/sources b/sources index e6cd49a..d037858 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-355e387.tar.gz) = 9300a87defb821efe78a677af8546633b70e684ac4d9977e99ad7e22dffb8381c9a337ec7fc06dcf6723a7c2ab988a7bccf118d07c2a0cb1de611a13b1f94028 +SHA512 (podman-a475150.tar.gz) = a6c5699b23505acdb11113d84200bece776d3ac2ba2ef215a3fffd204430707f0e38a02f39234eea5aaccf17d0d42e8bee1de6697f1e5a778d0bcb494a5bd719 From 0c3e0e8d1d79f70f9336286f6956b5b8b63846d0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 7 Jan 2021 15:33:58 +0000 Subject: [PATCH 1668/2185] podman-2:3.0.0-0.113.dev.git3cf41c4 - autobuilt 3cf41c4 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3f6bc0b..8fc208b 100644 --- a/.gitignore +++ b/.gitignore @@ -1533,3 +1533,4 @@ /podman-bb82c37.tar.gz /podman-355e387.tar.gz /podman-a475150.tar.gz +/podman-3cf41c4.tar.gz diff --git a/podman.spec b/podman.spec index c42aa89..4fd52da 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 a47515008b3c0dde9f161faa0d9f455ca6772393 +%global commit0 3cf41c4a7349d2f2529ce94801de2de9898ae27f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.112.dev.git%{shortcommit0}%{?dist} +Release: 0.113.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jan 7 2021 RH Container Bot - 2:3.0.0-0.113.dev.git3cf41c4 +- autobuilt 3cf41c4 + * Thu Jan 7 2021 RH Container Bot - 2:3.0.0-0.112.dev.gita475150 - autobuilt a475150 diff --git a/sources b/sources index d037858..fd39a1e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-a475150.tar.gz) = a6c5699b23505acdb11113d84200bece776d3ac2ba2ef215a3fffd204430707f0e38a02f39234eea5aaccf17d0d42e8bee1de6697f1e5a778d0bcb494a5bd719 +SHA512 (podman-3cf41c4.tar.gz) = 6ce8b842631e2ca5916e6506a38707e641198ca98412bb6c25a72629344bdd2ffe6de2b5682fdeddca52d0450bce074a209defab1bb7a8674d37290925768755 From 603940fd629084e081e05e6b943c1cad35851252 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 7 Jan 2021 21:33:43 +0000 Subject: [PATCH 1669/2185] podman-2:3.0.0-0.114.dev.git78cda71 - autobuilt 78cda71 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8fc208b..16a9302 100644 --- a/.gitignore +++ b/.gitignore @@ -1534,3 +1534,4 @@ /podman-355e387.tar.gz /podman-a475150.tar.gz /podman-3cf41c4.tar.gz +/podman-78cda71.tar.gz diff --git a/podman.spec b/podman.spec index 4fd52da..7f1d5f8 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 3cf41c4a7349d2f2529ce94801de2de9898ae27f +%global commit0 78cda71372485f163909525f8d07194920968486 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.113.dev.git%{shortcommit0}%{?dist} +Release: 0.114.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jan 7 2021 RH Container Bot - 2:3.0.0-0.114.dev.git78cda71 +- autobuilt 78cda71 + * Thu Jan 7 2021 RH Container Bot - 2:3.0.0-0.113.dev.git3cf41c4 - autobuilt 3cf41c4 diff --git a/sources b/sources index fd39a1e..a1c0887 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-3cf41c4.tar.gz) = 6ce8b842631e2ca5916e6506a38707e641198ca98412bb6c25a72629344bdd2ffe6de2b5682fdeddca52d0450bce074a209defab1bb7a8674d37290925768755 +SHA512 (podman-78cda71.tar.gz) = d2f96b799f0410a9d3d85dbe5757e3c3c28fa3279fe4a43cae00b22761d27354671489ceda3e5895422f5b235a700d2426786e899351dc2a371c3a5dbeb1dc09 From 5c44be2055ba364f13dddd2615a21a55f18705d8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 8 Jan 2021 12:03:17 +0000 Subject: [PATCH 1670/2185] podman-2:3.0.0-0.115.dev.gita0b432d - autobuilt a0b432d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 16a9302..dcc27e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1535,3 +1535,4 @@ /podman-a475150.tar.gz /podman-3cf41c4.tar.gz /podman-78cda71.tar.gz +/podman-a0b432d.tar.gz diff --git a/podman.spec b/podman.spec index 7f1d5f8..63c6111 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 78cda71372485f163909525f8d07194920968486 +%global commit0 a0b432d29d18c7385c2c976249bdc4eec95d335a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.114.dev.git%{shortcommit0}%{?dist} +Release: 0.115.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jan 8 2021 RH Container Bot - 2:3.0.0-0.115.dev.gita0b432d +- autobuilt a0b432d + * Thu Jan 7 2021 RH Container Bot - 2:3.0.0-0.114.dev.git78cda71 - autobuilt 78cda71 diff --git a/sources b/sources index a1c0887..fb07442 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-78cda71.tar.gz) = d2f96b799f0410a9d3d85dbe5757e3c3c28fa3279fe4a43cae00b22761d27354671489ceda3e5895422f5b235a700d2426786e899351dc2a371c3a5dbeb1dc09 +SHA512 (podman-a0b432d.tar.gz) = 88d88b2805a496fb240ef0d76fc11ea0e0e96aa31ddf49b4cfb7c15360c1f8d28c6273e4558b331adf517d3c583a82858bf407c17b2930b5e63298a0a1913113 From 2c421a5df088e33041ebe40e7c88669cfe862f26 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 8 Jan 2021 16:03:02 +0000 Subject: [PATCH 1671/2185] podman-2:3.0.0-0.116.dev.git49db79e - autobuilt 49db79e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dcc27e7..1b62309 100644 --- a/.gitignore +++ b/.gitignore @@ -1536,3 +1536,4 @@ /podman-3cf41c4.tar.gz /podman-78cda71.tar.gz /podman-a0b432d.tar.gz +/podman-49db79e.tar.gz diff --git a/podman.spec b/podman.spec index 63c6111..cff5cb1 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 a0b432d29d18c7385c2c976249bdc4eec95d335a +%global commit0 49db79e735acd2c693762eaff62680cd9a8cb60b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.115.dev.git%{shortcommit0}%{?dist} +Release: 0.116.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jan 8 2021 RH Container Bot - 2:3.0.0-0.116.dev.git49db79e +- autobuilt 49db79e + * Fri Jan 8 2021 RH Container Bot - 2:3.0.0-0.115.dev.gita0b432d - autobuilt a0b432d diff --git a/sources b/sources index fb07442..b0ed0b5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-a0b432d.tar.gz) = 88d88b2805a496fb240ef0d76fc11ea0e0e96aa31ddf49b4cfb7c15360c1f8d28c6273e4558b331adf517d3c583a82858bf407c17b2930b5e63298a0a1913113 +SHA512 (podman-49db79e.tar.gz) = 7cd12fafb5560212b659c127c0db446e6a51ccb684ee24fd5861dcae87a95ba2d5ac8bd011c83267fc5f5eeee55314dcdc7fc059928ad5b98a6cae1ec04cc825 From fd14318cd97ca93897eb9fbb6a8f3d88f684d405 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 10 Jan 2021 11:33:15 +0000 Subject: [PATCH 1672/2185] podman-2:3.0.0-0.117.dev.gitbc0fa65 - autobuilt bc0fa65 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1b62309..e9637e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1537,3 +1537,4 @@ /podman-78cda71.tar.gz /podman-a0b432d.tar.gz /podman-49db79e.tar.gz +/podman-bc0fa65.tar.gz diff --git a/podman.spec b/podman.spec index cff5cb1..d32b895 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 49db79e735acd2c693762eaff62680cd9a8cb60b +%global commit0 bc0fa658f7617454673f8e2faf9298bef2890ea0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.116.dev.git%{shortcommit0}%{?dist} +Release: 0.117.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Jan 10 2021 RH Container Bot - 2:3.0.0-0.117.dev.gitbc0fa65 +- autobuilt bc0fa65 + * Fri Jan 8 2021 RH Container Bot - 2:3.0.0-0.116.dev.git49db79e - autobuilt 49db79e diff --git a/sources b/sources index b0ed0b5..1259ada 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-49db79e.tar.gz) = 7cd12fafb5560212b659c127c0db446e6a51ccb684ee24fd5861dcae87a95ba2d5ac8bd011c83267fc5f5eeee55314dcdc7fc059928ad5b98a6cae1ec04cc825 +SHA512 (podman-bc0fa65.tar.gz) = 913de03a8c40bfc72352eee3e78a971dc68723661f46f13a90b0fa872f6b83ffacab8ba893cbf97d55cb8c2359bbc312c1035c9dbd118f99980702197a0cc870 From 47c5ea893a44ea244c3063488ef787b7199a2c15 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 10 Jan 2021 17:32:25 +0000 Subject: [PATCH 1673/2185] podman-2:3.0.0-0.118.dev.git41613bd - autobuilt 41613bd Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e9637e4..04b5caf 100644 --- a/.gitignore +++ b/.gitignore @@ -1538,3 +1538,4 @@ /podman-a0b432d.tar.gz /podman-49db79e.tar.gz /podman-bc0fa65.tar.gz +/podman-41613bd.tar.gz diff --git a/podman.spec b/podman.spec index d32b895..7b5e828 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 bc0fa658f7617454673f8e2faf9298bef2890ea0 +%global commit0 41613bdb96953c9cea8a8fd46da211bd42660944 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.117.dev.git%{shortcommit0}%{?dist} +Release: 0.118.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Jan 10 2021 RH Container Bot - 2:3.0.0-0.118.dev.git41613bd +- autobuilt 41613bd + * Sun Jan 10 2021 RH Container Bot - 2:3.0.0-0.117.dev.gitbc0fa65 - autobuilt bc0fa65 diff --git a/sources b/sources index 1259ada..ece6d9b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-bc0fa65.tar.gz) = 913de03a8c40bfc72352eee3e78a971dc68723661f46f13a90b0fa872f6b83ffacab8ba893cbf97d55cb8c2359bbc312c1035c9dbd118f99980702197a0cc870 +SHA512 (podman-41613bd.tar.gz) = bff7350a0eed1b720b6adcce2ee0dec0ff0d3527c66fbbf31254d10b6e7e9bdbafef061274cb5a773c321e22e1c6b04da859d92ebb9b29acf9e07e81b3efee77 From fdbf3348522cc4ded089ad87921800b050fe678e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 11 Jan 2021 14:02:55 +0000 Subject: [PATCH 1674/2185] podman-2:3.0.0-0.119.dev.git3b987a7 - autobuilt 3b987a7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 04b5caf..837b9a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1539,3 +1539,4 @@ /podman-49db79e.tar.gz /podman-bc0fa65.tar.gz /podman-41613bd.tar.gz +/podman-3b987a7.tar.gz diff --git a/podman.spec b/podman.spec index 7b5e828..57beb44 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 41613bdb96953c9cea8a8fd46da211bd42660944 +%global commit0 3b987a7e4e0965d1971ffd300e05522567600288 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.118.dev.git%{shortcommit0}%{?dist} +Release: 0.119.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jan 11 2021 RH Container Bot - 2:3.0.0-0.119.dev.git3b987a7 +- autobuilt 3b987a7 + * Sun Jan 10 2021 RH Container Bot - 2:3.0.0-0.118.dev.git41613bd - autobuilt 41613bd diff --git a/sources b/sources index ece6d9b..e92c0e9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-41613bd.tar.gz) = bff7350a0eed1b720b6adcce2ee0dec0ff0d3527c66fbbf31254d10b6e7e9bdbafef061274cb5a773c321e22e1c6b04da859d92ebb9b29acf9e07e81b3efee77 +SHA512 (podman-3b987a7.tar.gz) = bda93d30e710db1717bb2b128512e4efa196c93a72844051f4fb09530be2f2548f070a24641b17392ea436d48487f7d875e08acaccfa348c0db71bce4ac3ae39 From 33db74a5622de6c5b46ced16fbd21107967811fc Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 11 Jan 2021 15:32:50 +0000 Subject: [PATCH 1675/2185] podman-2:3.0.0-0.120.dev.gitd2503ae - autobuilt d2503ae Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 837b9a7..a622fb0 100644 --- a/.gitignore +++ b/.gitignore @@ -1540,3 +1540,4 @@ /podman-bc0fa65.tar.gz /podman-41613bd.tar.gz /podman-3b987a7.tar.gz +/podman-d2503ae.tar.gz diff --git a/podman.spec b/podman.spec index 57beb44..168408b 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 3b987a7e4e0965d1971ffd300e05522567600288 +%global commit0 d2503ae99b773db7b9dbdf3abf3be0160ac78399 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.119.dev.git%{shortcommit0}%{?dist} +Release: 0.120.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jan 11 2021 RH Container Bot - 2:3.0.0-0.120.dev.gitd2503ae +- autobuilt d2503ae + * Mon Jan 11 2021 RH Container Bot - 2:3.0.0-0.119.dev.git3b987a7 - autobuilt 3b987a7 diff --git a/sources b/sources index e92c0e9..b37d6e0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-3b987a7.tar.gz) = bda93d30e710db1717bb2b128512e4efa196c93a72844051f4fb09530be2f2548f070a24641b17392ea436d48487f7d875e08acaccfa348c0db71bce4ac3ae39 +SHA512 (podman-d2503ae.tar.gz) = d3d13a88effcf2631efb5ea38a291eff172665a722411a2ad576cff781ee1da5e9cc3a39c8c30798d8866eb262a83ed3bbcb2c540fcded37c3ca338b600bf8bb From fb46e70f3556f2b7999f881ed6fa8610c0e96ce8 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 11 Jan 2021 14:37:44 -0500 Subject: [PATCH 1676/2185] BR: git-core instead of git Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 168408b..5cfd949 100644 --- a/podman.spec +++ b/podman.spec @@ -70,7 +70,7 @@ BuildRequires: golang BuildRequires: glib2-devel BuildRequires: glibc-devel BuildRequires: glibc-static -BuildRequires: git +BuildRequires: git-core BuildRequires: go-md2man BuildRequires: gpgme-devel BuildRequires: libassuan-devel From 0be37775c396400ee692429f754ddd1ede9f4403 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 11 Jan 2021 22:03:33 +0000 Subject: [PATCH 1677/2185] podman-2:3.0.0-0.121.dev.git20217f5 - autobuilt 20217f5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a622fb0..6951c92 100644 --- a/.gitignore +++ b/.gitignore @@ -1541,3 +1541,4 @@ /podman-41613bd.tar.gz /podman-3b987a7.tar.gz /podman-d2503ae.tar.gz +/podman-20217f5.tar.gz diff --git a/podman.spec b/podman.spec index 5cfd949..9d797ac 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d2503ae99b773db7b9dbdf3abf3be0160ac78399 +%global commit0 20217f578941a207fadac92535f4b56bca99e424 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.120.dev.git%{shortcommit0}%{?dist} +Release: 0.121.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jan 11 2021 RH Container Bot - 2:3.0.0-0.121.dev.git20217f5 +- autobuilt 20217f5 + * Mon Jan 11 2021 RH Container Bot - 2:3.0.0-0.120.dev.gitd2503ae - autobuilt d2503ae diff --git a/sources b/sources index b37d6e0..6ebdbc6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-d2503ae.tar.gz) = d3d13a88effcf2631efb5ea38a291eff172665a722411a2ad576cff781ee1da5e9cc3a39c8c30798d8866eb262a83ed3bbcb2c540fcded37c3ca338b600bf8bb +SHA512 (podman-20217f5.tar.gz) = b9e7b4ce0312653c5de1251c359cbade5798f6d7435e8ad9c5aaeee93da1a09387c49a9ddb6f3c49c322609d86c2fb760d07f116ffc252b787a8e004d46b89a4 From 13b9a3d3f6edc68ce830b65bd0d869239ca63eeb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 11 Jan 2021 23:32:36 +0000 Subject: [PATCH 1678/2185] podman-2:3.0.0-0.122.dev.git5681907 - autobuilt 5681907 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6951c92..f456e6d 100644 --- a/.gitignore +++ b/.gitignore @@ -1542,3 +1542,4 @@ /podman-3b987a7.tar.gz /podman-d2503ae.tar.gz /podman-20217f5.tar.gz +/podman-5681907.tar.gz diff --git a/podman.spec b/podman.spec index 9d797ac..cd61404 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 20217f578941a207fadac92535f4b56bca99e424 +%global commit0 56819073147bec22badd6b5e424cd981d3383398 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.121.dev.git%{shortcommit0}%{?dist} +Release: 0.122.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jan 11 2021 RH Container Bot - 2:3.0.0-0.122.dev.git5681907 +- autobuilt 5681907 + * Mon Jan 11 2021 RH Container Bot - 2:3.0.0-0.121.dev.git20217f5 - autobuilt 20217f5 diff --git a/sources b/sources index 6ebdbc6..fed8219 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-20217f5.tar.gz) = b9e7b4ce0312653c5de1251c359cbade5798f6d7435e8ad9c5aaeee93da1a09387c49a9ddb6f3c49c322609d86c2fb760d07f116ffc252b787a8e004d46b89a4 +SHA512 (podman-5681907.tar.gz) = b0eef251e08639e312025d49a73f9aa8dfc5bf1f8c6880953cdf8d9dbdb16ee2198de943b13e09672e353e3666327684ec8d0252333efddee10af2c8bf1f18cd From 4941081c3c815bcc6abebba257f1443655f06ff8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 12 Jan 2021 13:33:09 +0000 Subject: [PATCH 1679/2185] podman-2:3.0.0-0.123.dev.git5575c7b - autobuilt 5575c7b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f456e6d..bd01990 100644 --- a/.gitignore +++ b/.gitignore @@ -1543,3 +1543,4 @@ /podman-d2503ae.tar.gz /podman-20217f5.tar.gz /podman-5681907.tar.gz +/podman-5575c7b.tar.gz diff --git a/podman.spec b/podman.spec index cd61404..d8c481a 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 56819073147bec22badd6b5e424cd981d3383398 +%global commit0 5575c7be2023d0709432b12b60124168c6956c8a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.122.dev.git%{shortcommit0}%{?dist} +Release: 0.123.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.123.dev.git5575c7b +- autobuilt 5575c7b + * Mon Jan 11 2021 RH Container Bot - 2:3.0.0-0.122.dev.git5681907 - autobuilt 5681907 diff --git a/sources b/sources index fed8219..362bca2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-5681907.tar.gz) = b0eef251e08639e312025d49a73f9aa8dfc5bf1f8c6880953cdf8d9dbdb16ee2198de943b13e09672e353e3666327684ec8d0252333efddee10af2c8bf1f18cd +SHA512 (podman-5575c7b.tar.gz) = f3321b5321b7ff1cc52a3395ba957cd6acc6b3687a7ec3a045477fcfc583a9858e7bcf381d8f52d04a1443bd7db465ca9165bdac994d799a390c216b2ae083e1 From 69cd17bafeb4cad3e70db3923c029d31b30981b2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 12 Jan 2021 14:12:36 +0000 Subject: [PATCH 1680/2185] podman-2:3.0.0-0.124.dev.git64b86d0 - autobuilt 64b86d0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bd01990..0e53330 100644 --- a/.gitignore +++ b/.gitignore @@ -1544,3 +1544,4 @@ /podman-20217f5.tar.gz /podman-5681907.tar.gz /podman-5575c7b.tar.gz +/podman-64b86d0.tar.gz diff --git a/podman.spec b/podman.spec index d8c481a..d5fbc86 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 5575c7be2023d0709432b12b60124168c6956c8a +%global commit0 64b86d004ebd7db0b2bc352475505050be0f8591 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.123.dev.git%{shortcommit0}%{?dist} +Release: 0.124.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.124.dev.git64b86d0 +- autobuilt 64b86d0 + * Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.123.dev.git5575c7b - autobuilt 5575c7b diff --git a/sources b/sources index 362bca2..29fcb5e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-5575c7b.tar.gz) = f3321b5321b7ff1cc52a3395ba957cd6acc6b3687a7ec3a045477fcfc583a9858e7bcf381d8f52d04a1443bd7db465ca9165bdac994d799a390c216b2ae083e1 +SHA512 (podman-64b86d0.tar.gz) = 53ee94e6f180cb147ebcc92adc4c573ffea6058bf0b616749c3b1c659889a0378c8c6f4d1dddc85a4980494d22a986f314188d6dba2a6d61b9b3351c987fd6ad From 19f006fec8c8127eadacf23fb46335dddc088edc Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 12 Jan 2021 15:33:06 +0000 Subject: [PATCH 1681/2185] podman-2:3.0.0-0.125.dev.git0532fda - autobuilt 0532fda Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0e53330..48d77b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1545,3 +1545,4 @@ /podman-5681907.tar.gz /podman-5575c7b.tar.gz /podman-64b86d0.tar.gz +/podman-0532fda.tar.gz diff --git a/podman.spec b/podman.spec index d5fbc86..110a643 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 64b86d004ebd7db0b2bc352475505050be0f8591 +%global commit0 0532fdac1a5746ad02ef21842ca6cd3b172fad03 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.124.dev.git%{shortcommit0}%{?dist} +Release: 0.125.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.125.dev.git0532fda +- autobuilt 0532fda + * Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.124.dev.git64b86d0 - autobuilt 64b86d0 diff --git a/sources b/sources index 29fcb5e..72162f6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-64b86d0.tar.gz) = 53ee94e6f180cb147ebcc92adc4c573ffea6058bf0b616749c3b1c659889a0378c8c6f4d1dddc85a4980494d22a986f314188d6dba2a6d61b9b3351c987fd6ad +SHA512 (podman-0532fda.tar.gz) = 95469ba883bfd569f719fa6ec8ee7bf483712fbe83373c06c24652358e1b61bf263486366917c25c31a472df314a6ede79e7487093f16a63908f9f9c74aa378f From 87cd317378b28e6de187b1f98cf70b9de057aae3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 12 Jan 2021 17:33:09 +0000 Subject: [PATCH 1682/2185] podman-2:3.0.0-0.126.dev.git0ccc888 - autobuilt 0ccc888 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 48d77b1..20c3cf0 100644 --- a/.gitignore +++ b/.gitignore @@ -1546,3 +1546,4 @@ /podman-5575c7b.tar.gz /podman-64b86d0.tar.gz /podman-0532fda.tar.gz +/podman-0ccc888.tar.gz diff --git a/podman.spec b/podman.spec index 110a643..f73b129 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 0532fdac1a5746ad02ef21842ca6cd3b172fad03 +%global commit0 0ccc88813e3e3a385ecdefbe971c1664193cd682 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.125.dev.git%{shortcommit0}%{?dist} +Release: 0.126.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.126.dev.git0ccc888 +- autobuilt 0ccc888 + * Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.125.dev.git0532fda - autobuilt 0532fda diff --git a/sources b/sources index 72162f6..e198752 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-0532fda.tar.gz) = 95469ba883bfd569f719fa6ec8ee7bf483712fbe83373c06c24652358e1b61bf263486366917c25c31a472df314a6ede79e7487093f16a63908f9f9c74aa378f +SHA512 (podman-0ccc888.tar.gz) = ea888fdd9bab45ec307100bfe3875b8caa3aa79948cfe37ac735cf2a2dcbc8f29ea8c473e94c32f574f9b84f79e1f927086ffeccbf6c56b85d4777d390fd054b From 68c58b7548acb13e84f022ae457890878339b55a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 12 Jan 2021 19:34:48 +0000 Subject: [PATCH 1683/2185] podman-2:3.0.0-0.127.dev.git265ec91 - autobuilt 265ec91 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 20c3cf0..bcfd138 100644 --- a/.gitignore +++ b/.gitignore @@ -1547,3 +1547,4 @@ /podman-64b86d0.tar.gz /podman-0532fda.tar.gz /podman-0ccc888.tar.gz +/podman-265ec91.tar.gz diff --git a/podman.spec b/podman.spec index f73b129..c6d2f2b 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 0ccc88813e3e3a385ecdefbe971c1664193cd682 +%global commit0 265ec914d3a2286c0e4070842c942c1fee0dd7df %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.126.dev.git%{shortcommit0}%{?dist} +Release: 0.127.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.127.dev.git265ec91 +- autobuilt 265ec91 + * Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.126.dev.git0ccc888 - autobuilt 0ccc888 diff --git a/sources b/sources index e198752..8783abc 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-0ccc888.tar.gz) = ea888fdd9bab45ec307100bfe3875b8caa3aa79948cfe37ac735cf2a2dcbc8f29ea8c473e94c32f574f9b84f79e1f927086ffeccbf6c56b85d4777d390fd054b +SHA512 (podman-265ec91.tar.gz) = 49e16cb6e8d56825dd2632c6fa8073d73d7d2618d262635e906e222012820c878072101138ff2cca5ca22add8fca61d7d353d7a0571438ee9ad8859f38773868 From ab9cb68276c48cc1a289bc4df24a615187f9876e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 13 Jan 2021 00:02:51 +0000 Subject: [PATCH 1684/2185] podman-2:3.0.0-0.128.dev.gitf52a9ee - autobuilt f52a9ee Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bcfd138..05676cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1548,3 +1548,4 @@ /podman-0532fda.tar.gz /podman-0ccc888.tar.gz /podman-265ec91.tar.gz +/podman-f52a9ee.tar.gz diff --git a/podman.spec b/podman.spec index c6d2f2b..eb0075b 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 265ec914d3a2286c0e4070842c942c1fee0dd7df +%global commit0 f52a9eeeea75fe84fceb6aa347888d61a5cecd59 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.127.dev.git%{shortcommit0}%{?dist} +Release: 0.128.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.128.dev.gitf52a9ee +- autobuilt f52a9ee + * Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.127.dev.git265ec91 - autobuilt 265ec91 diff --git a/sources b/sources index 8783abc..eeae6ba 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-265ec91.tar.gz) = 49e16cb6e8d56825dd2632c6fa8073d73d7d2618d262635e906e222012820c878072101138ff2cca5ca22add8fca61d7d353d7a0571438ee9ad8859f38773868 +SHA512 (podman-f52a9ee.tar.gz) = 94d9236b202fee105ead759af6931137a3a9c49c65e694a02c6e25bf5cbb72c22f02f4f214af0289cc914cc1112b5d2f6dd2a2b0839a850a8ae2e699b58b3066 From b22b7447284a7b500e72c657741b8d8ccdf405b7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 13 Jan 2021 11:32:27 +0000 Subject: [PATCH 1685/2185] podman-2:3.0.0-0.129.dev.git183f443 - autobuilt 183f443 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 05676cc..a097f8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1549,3 +1549,4 @@ /podman-0ccc888.tar.gz /podman-265ec91.tar.gz /podman-f52a9ee.tar.gz +/podman-183f443.tar.gz diff --git a/podman.spec b/podman.spec index eb0075b..462df82 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 f52a9eeeea75fe84fceb6aa347888d61a5cecd59 +%global commit0 183f443a585a3659d807ee413e5b708d37a72924 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.128.dev.git%{shortcommit0}%{?dist} +Release: 0.129.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.129.dev.git183f443 +- autobuilt 183f443 + * Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.128.dev.gitf52a9ee - autobuilt f52a9ee diff --git a/sources b/sources index eeae6ba..45e202f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-f52a9ee.tar.gz) = 94d9236b202fee105ead759af6931137a3a9c49c65e694a02c6e25bf5cbb72c22f02f4f214af0289cc914cc1112b5d2f6dd2a2b0839a850a8ae2e699b58b3066 +SHA512 (podman-183f443.tar.gz) = eafb231e3a88e925bb94003b0e60133a20fd0d84b7bfd0124d12ccbd3282167cfb517efea61ec27574934485f4517531281e1bd2ba6ebdc20bad529c7846afaf From 359dcb18856ecc83c2a710a2df4aae490f276af4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 13 Jan 2021 15:33:01 +0000 Subject: [PATCH 1686/2185] podman-2:3.0.0-0.130.dev.git99c5746 - autobuilt 99c5746 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a097f8b..1347826 100644 --- a/.gitignore +++ b/.gitignore @@ -1550,3 +1550,4 @@ /podman-265ec91.tar.gz /podman-f52a9ee.tar.gz /podman-183f443.tar.gz +/podman-99c5746.tar.gz diff --git a/podman.spec b/podman.spec index 462df82..c7bbbc7 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 183f443a585a3659d807ee413e5b708d37a72924 +%global commit0 99c5746150799d6cfe3ea612d3c88c6b904f9312 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.129.dev.git%{shortcommit0}%{?dist} +Release: 0.130.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.130.dev.git99c5746 +- autobuilt 99c5746 + * Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.129.dev.git183f443 - autobuilt 183f443 diff --git a/sources b/sources index 45e202f..f552075 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-183f443.tar.gz) = eafb231e3a88e925bb94003b0e60133a20fd0d84b7bfd0124d12ccbd3282167cfb517efea61ec27574934485f4517531281e1bd2ba6ebdc20bad529c7846afaf +SHA512 (podman-99c5746.tar.gz) = a8242a38f2456dd806a3a48f5c7e431ef027a6a6caa7249850d09ead70a5c031afa7dcf967e352190fc5e7b24cf3d6058ed14a358111a63033e3992f0fa2f86a From 7bc803219dfa706f2d3bfb6ee11c23fc68ffcee1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 13 Jan 2021 17:33:10 +0000 Subject: [PATCH 1687/2185] podman-2:3.0.0-0.131.dev.git9473dda - autobuilt 9473dda Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1347826..9a0187c 100644 --- a/.gitignore +++ b/.gitignore @@ -1551,3 +1551,4 @@ /podman-f52a9ee.tar.gz /podman-183f443.tar.gz /podman-99c5746.tar.gz +/podman-9473dda.tar.gz diff --git a/podman.spec b/podman.spec index c7bbbc7..08553ef 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 99c5746150799d6cfe3ea612d3c88c6b904f9312 +%global commit0 9473dda87c10513527bb083719d642d493b6b356 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.130.dev.git%{shortcommit0}%{?dist} +Release: 0.131.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.131.dev.git9473dda +- autobuilt 9473dda + * Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.130.dev.git99c5746 - autobuilt 99c5746 diff --git a/sources b/sources index f552075..10e837f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-99c5746.tar.gz) = a8242a38f2456dd806a3a48f5c7e431ef027a6a6caa7249850d09ead70a5c031afa7dcf967e352190fc5e7b24cf3d6058ed14a358111a63033e3992f0fa2f86a +SHA512 (podman-9473dda.tar.gz) = 45237ef160507e1f5eccda15d2823005fe43cf2faed2d2f7e9fce703da44b9d3b3eb51510422e3e382496f6a5c1e3f5ab4228efa7ad14e20f113a05b7145d3e2 From ab0ce7a763fe6c964c615c67ebcef31a306cc1e6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 13 Jan 2021 19:33:12 +0000 Subject: [PATCH 1688/2185] podman-2:3.0.0-0.132.dev.gitbbff9c8 - autobuilt bbff9c8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9a0187c..cb0ad3f 100644 --- a/.gitignore +++ b/.gitignore @@ -1552,3 +1552,4 @@ /podman-183f443.tar.gz /podman-99c5746.tar.gz /podman-9473dda.tar.gz +/podman-bbff9c8.tar.gz diff --git a/podman.spec b/podman.spec index 08553ef..39f1f59 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9473dda87c10513527bb083719d642d493b6b356 +%global commit0 bbff9c8710870bbadbaf2e69e827db30c109bbb9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.131.dev.git%{shortcommit0}%{?dist} +Release: 0.132.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.132.dev.gitbbff9c8 +- autobuilt bbff9c8 + * Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.131.dev.git9473dda - autobuilt 9473dda diff --git a/sources b/sources index 10e837f..c00ad38 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-9473dda.tar.gz) = 45237ef160507e1f5eccda15d2823005fe43cf2faed2d2f7e9fce703da44b9d3b3eb51510422e3e382496f6a5c1e3f5ab4228efa7ad14e20f113a05b7145d3e2 +SHA512 (podman-bbff9c8.tar.gz) = e8a8185407e52f1b3eb510386d25d6c49a471dd67b26f04780334fbd0e27b6840d4266ba2ebedacbe29e3b8571de749946142e6d9fc69eb077b6aadbe3dc6640 From 0be40f4b4e214e721433d4c9943d0a55734ab32a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 13 Jan 2021 21:32:35 +0000 Subject: [PATCH 1689/2185] podman-2:3.0.0-0.133.dev.gitb2ac2a3 - autobuilt b2ac2a3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cb0ad3f..3d3cb7d 100644 --- a/.gitignore +++ b/.gitignore @@ -1553,3 +1553,4 @@ /podman-99c5746.tar.gz /podman-9473dda.tar.gz /podman-bbff9c8.tar.gz +/podman-b2ac2a3.tar.gz diff --git a/podman.spec b/podman.spec index 39f1f59..ba2703d 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 bbff9c8710870bbadbaf2e69e827db30c109bbb9 +%global commit0 b2ac2a3f10a8eaf9a2bc9040bacd3a2a94decbd0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.132.dev.git%{shortcommit0}%{?dist} +Release: 0.133.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.133.dev.gitb2ac2a3 +- autobuilt b2ac2a3 + * Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.132.dev.gitbbff9c8 - autobuilt bbff9c8 diff --git a/sources b/sources index c00ad38..4eb0452 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-bbff9c8.tar.gz) = e8a8185407e52f1b3eb510386d25d6c49a471dd67b26f04780334fbd0e27b6840d4266ba2ebedacbe29e3b8571de749946142e6d9fc69eb077b6aadbe3dc6640 +SHA512 (podman-b2ac2a3.tar.gz) = 04ef1c032c281f55c651cc0cd3563d39012fa06bb829c59527122d511f0c5d4e34b7688b9bf2919f94ae0136b2ba01d0d7c0b2566d5a2c58059a90f3058fdc14 From 92840307ce5a9f25d1a7227ba4d0800192c128f2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 14 Jan 2021 10:03:23 +0000 Subject: [PATCH 1690/2185] podman-2:3.0.0-0.134.dev.git4e4477c - autobuilt 4e4477c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3d3cb7d..7963784 100644 --- a/.gitignore +++ b/.gitignore @@ -1554,3 +1554,4 @@ /podman-9473dda.tar.gz /podman-bbff9c8.tar.gz /podman-b2ac2a3.tar.gz +/podman-4e4477c.tar.gz diff --git a/podman.spec b/podman.spec index ba2703d..edd83d6 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b2ac2a3f10a8eaf9a2bc9040bacd3a2a94decbd0 +%global commit0 4e4477cae6000a74d6bf7845c87faeedf98e6922 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.133.dev.git%{shortcommit0}%{?dist} +Release: 0.134.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jan 14 2021 RH Container Bot - 2:3.0.0-0.134.dev.git4e4477c +- autobuilt 4e4477c + * Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.133.dev.gitb2ac2a3 - autobuilt b2ac2a3 diff --git a/sources b/sources index 4eb0452..60c0905 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-b2ac2a3.tar.gz) = 04ef1c032c281f55c651cc0cd3563d39012fa06bb829c59527122d511f0c5d4e34b7688b9bf2919f94ae0136b2ba01d0d7c0b2566d5a2c58059a90f3058fdc14 +SHA512 (podman-4e4477c.tar.gz) = 90577db21fee760d66a7939305b38f365accfe7d1c548ffa0b54c30078732bc79680e2b89efff822042b89a616a4f86088acac85d9d71cf425964ca8625f0602 From 6b4339f1ae8037e221c843711bf8fd35150ceaf9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 14 Jan 2021 12:02:29 +0000 Subject: [PATCH 1691/2185] podman-2:3.0.0-0.135.dev.git9f50d48 - autobuilt 9f50d48 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7963784..5c7e7d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1555,3 +1555,4 @@ /podman-bbff9c8.tar.gz /podman-b2ac2a3.tar.gz /podman-4e4477c.tar.gz +/podman-9f50d48.tar.gz diff --git a/podman.spec b/podman.spec index edd83d6..5cda43d 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4e4477cae6000a74d6bf7845c87faeedf98e6922 +%global commit0 9f50d486f3a9965df3fe90c1f46fccda96053a82 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.134.dev.git%{shortcommit0}%{?dist} +Release: 0.135.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jan 14 2021 RH Container Bot - 2:3.0.0-0.135.dev.git9f50d48 +- autobuilt 9f50d48 + * Thu Jan 14 2021 RH Container Bot - 2:3.0.0-0.134.dev.git4e4477c - autobuilt 4e4477c diff --git a/sources b/sources index 60c0905..4dd3f61 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-4e4477c.tar.gz) = 90577db21fee760d66a7939305b38f365accfe7d1c548ffa0b54c30078732bc79680e2b89efff822042b89a616a4f86088acac85d9d71cf425964ca8625f0602 +SHA512 (podman-9f50d48.tar.gz) = 0643cbef8416a8e7602839629a47ca2e24e94d72bcdcb0b40f788cea5f5d6ddf646efaf1d67ad2f11d58c2e1187dd83cae8e69734828cb9955aa5d68f4ee7c6d From 138f9c98ab4e89792f89f50eee516671092196c4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 14 Jan 2021 16:02:55 +0000 Subject: [PATCH 1692/2185] podman-2:3.0.0-0.136.dev.gita944f90 - autobuilt a944f90 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5c7e7d2..90bbc9b 100644 --- a/.gitignore +++ b/.gitignore @@ -1556,3 +1556,4 @@ /podman-b2ac2a3.tar.gz /podman-4e4477c.tar.gz /podman-9f50d48.tar.gz +/podman-a944f90.tar.gz diff --git a/podman.spec b/podman.spec index 5cda43d..5292aa1 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9f50d486f3a9965df3fe90c1f46fccda96053a82 +%global commit0 a944f906b8de00be0b50f9407d1905ba20f80823 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.135.dev.git%{shortcommit0}%{?dist} +Release: 0.136.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jan 14 2021 RH Container Bot - 2:3.0.0-0.136.dev.gita944f90 +- autobuilt a944f90 + * Thu Jan 14 2021 RH Container Bot - 2:3.0.0-0.135.dev.git9f50d48 - autobuilt 9f50d48 diff --git a/sources b/sources index 4dd3f61..43936dd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-9f50d48.tar.gz) = 0643cbef8416a8e7602839629a47ca2e24e94d72bcdcb0b40f788cea5f5d6ddf646efaf1d67ad2f11d58c2e1187dd83cae8e69734828cb9955aa5d68f4ee7c6d +SHA512 (podman-a944f90.tar.gz) = 8e0fbf8691c3e06ac2f3ee02683c44563940ec0e97cabdf5aacbc2ce547fe57267741f4b9953b05eab5d5694189382d1411869ab0eec41fe96cf10f6204ec2c7 From 8e14e517a2600381aadf4d566425f45ccdbf7178 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 14 Jan 2021 19:34:11 +0000 Subject: [PATCH 1693/2185] podman-2:3.0.0-0.137.dev.git2b7793b - autobuilt 2b7793b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 90bbc9b..dbe0ea2 100644 --- a/.gitignore +++ b/.gitignore @@ -1557,3 +1557,4 @@ /podman-4e4477c.tar.gz /podman-9f50d48.tar.gz /podman-a944f90.tar.gz +/podman-2b7793b.tar.gz diff --git a/podman.spec b/podman.spec index 5292aa1..ef135a9 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 a944f906b8de00be0b50f9407d1905ba20f80823 +%global commit0 2b7793b6121d336a285fb7b9a7612c221cbf63d2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.136.dev.git%{shortcommit0}%{?dist} +Release: 0.137.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jan 14 2021 RH Container Bot - 2:3.0.0-0.137.dev.git2b7793b +- autobuilt 2b7793b + * Thu Jan 14 2021 RH Container Bot - 2:3.0.0-0.136.dev.gita944f90 - autobuilt a944f90 diff --git a/sources b/sources index 43936dd..e0e22c5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-a944f90.tar.gz) = 8e0fbf8691c3e06ac2f3ee02683c44563940ec0e97cabdf5aacbc2ce547fe57267741f4b9953b05eab5d5694189382d1411869ab0eec41fe96cf10f6204ec2c7 +SHA512 (podman-2b7793b.tar.gz) = abba27df58452a293f22c2e6a3c48e5e149fd46fb6a9983e97bf5c936ef3be633ba471556f94051f08a9bac21d72e8b241883fd678caee2cf3b2f45afc6bad83 From 94f0b4c6cc11e2629a658df09bd773af62b5cbc2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 15 Jan 2021 03:33:00 +0000 Subject: [PATCH 1694/2185] podman-2:3.0.0-0.138.dev.git3fcf346 - autobuilt 3fcf346 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dbe0ea2..7cca909 100644 --- a/.gitignore +++ b/.gitignore @@ -1558,3 +1558,4 @@ /podman-9f50d48.tar.gz /podman-a944f90.tar.gz /podman-2b7793b.tar.gz +/podman-3fcf346.tar.gz diff --git a/podman.spec b/podman.spec index ef135a9..7a5d2ff 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 2b7793b6121d336a285fb7b9a7612c221cbf63d2 +%global commit0 3fcf346890c0437611fc18c30d58cc2d9f61fe6c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.137.dev.git%{shortcommit0}%{?dist} +Release: 0.138.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.138.dev.git3fcf346 +- autobuilt 3fcf346 + * Thu Jan 14 2021 RH Container Bot - 2:3.0.0-0.137.dev.git2b7793b - autobuilt 2b7793b diff --git a/sources b/sources index e0e22c5..6552865 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-2b7793b.tar.gz) = abba27df58452a293f22c2e6a3c48e5e149fd46fb6a9983e97bf5c936ef3be633ba471556f94051f08a9bac21d72e8b241883fd678caee2cf3b2f45afc6bad83 +SHA512 (podman-3fcf346.tar.gz) = 9d3c9a413e9ecb0235832535f63ff63def21c8bb77787fe855a821942d85011e55d4e387f19bc469d4303b095c7c9087b13492f11525c1e22b184c4fbaa6aad5 From 81fe5cefbc63c0eefbd25583272288c988664c53 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 15 Jan 2021 14:03:15 +0000 Subject: [PATCH 1695/2185] podman-2:3.0.0-0.139.dev.git3ceef00 - autobuilt 3ceef00 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7cca909..40ec2f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1559,3 +1559,4 @@ /podman-a944f90.tar.gz /podman-2b7793b.tar.gz /podman-3fcf346.tar.gz +/podman-3ceef00.tar.gz diff --git a/podman.spec b/podman.spec index 7a5d2ff..015875a 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 3fcf346890c0437611fc18c30d58cc2d9f61fe6c +%global commit0 3ceef004e3848d5fbddcf084c0db3f1ebe789312 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.138.dev.git%{shortcommit0}%{?dist} +Release: 0.139.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.139.dev.git3ceef00 +- autobuilt 3ceef00 + * Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.138.dev.git3fcf346 - autobuilt 3fcf346 diff --git a/sources b/sources index 6552865..9c9edd7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-3fcf346.tar.gz) = 9d3c9a413e9ecb0235832535f63ff63def21c8bb77787fe855a821942d85011e55d4e387f19bc469d4303b095c7c9087b13492f11525c1e22b184c4fbaa6aad5 +SHA512 (podman-3ceef00.tar.gz) = d57908977c492433936de89eedd7fd845f37919c230c7d27fc2fafdb97cd420945031e8f41df81157b1c6d57488efe6c9840d5a02c7cfa25bcade68d38d01abe From 742b2cca4ada1be71d8e426708eb147b016add40 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 15 Jan 2021 15:33:37 +0000 Subject: [PATCH 1696/2185] podman-2:3.0.0-0.140.dev.git5a166b2 - autobuilt 5a166b2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 40ec2f9..22acccb 100644 --- a/.gitignore +++ b/.gitignore @@ -1560,3 +1560,4 @@ /podman-2b7793b.tar.gz /podman-3fcf346.tar.gz /podman-3ceef00.tar.gz +/podman-5a166b2.tar.gz diff --git a/podman.spec b/podman.spec index 015875a..450ea27 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 3ceef004e3848d5fbddcf084c0db3f1ebe789312 +%global commit0 5a166b297339d547d89fbf14248c3aff129eb960 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.139.dev.git%{shortcommit0}%{?dist} +Release: 0.140.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.140.dev.git5a166b2 +- autobuilt 5a166b2 + * Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.139.dev.git3ceef00 - autobuilt 3ceef00 diff --git a/sources b/sources index 9c9edd7..8e14314 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-3ceef00.tar.gz) = d57908977c492433936de89eedd7fd845f37919c230c7d27fc2fafdb97cd420945031e8f41df81157b1c6d57488efe6c9840d5a02c7cfa25bcade68d38d01abe +SHA512 (podman-5a166b2.tar.gz) = 53191cd6073233a2c56566af8a2f44a0643540c512c0a60131748149c9bb1dd88c048df6816338b7927ce51e2817b04ecefd6ebc8804a82925f2ec3da5d17651 From 53f14a024f565ee2c17250fea16eab805845eb69 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 15 Jan 2021 16:03:18 +0000 Subject: [PATCH 1697/2185] podman-2:3.0.0-0.141.dev.git7d3a628 - autobuilt 7d3a628 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 22acccb..7b47105 100644 --- a/.gitignore +++ b/.gitignore @@ -1561,3 +1561,4 @@ /podman-3fcf346.tar.gz /podman-3ceef00.tar.gz /podman-5a166b2.tar.gz +/podman-7d3a628.tar.gz diff --git a/podman.spec b/podman.spec index 450ea27..5edbb80 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 5a166b297339d547d89fbf14248c3aff129eb960 +%global commit0 7d3a628c6ba79efa4b0daaff904b6c2b157dcfc5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.140.dev.git%{shortcommit0}%{?dist} +Release: 0.141.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.141.dev.git7d3a628 +- autobuilt 7d3a628 + * Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.140.dev.git5a166b2 - autobuilt 5a166b2 diff --git a/sources b/sources index 8e14314..fe18cb9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-5a166b2.tar.gz) = 53191cd6073233a2c56566af8a2f44a0643540c512c0a60131748149c9bb1dd88c048df6816338b7927ce51e2817b04ecefd6ebc8804a82925f2ec3da5d17651 +SHA512 (podman-7d3a628.tar.gz) = a503fbcdbc8af7f313c121f6b53fd181b4f61e21593d393eb9e8a611e2b04018093fd45b09c6e36ba86503aab0512fb144af5bedd576e5195a72c8cadf154dd4 From 8207bcc2f9a46c6eb52a79a381ca37780180db3a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 15 Jan 2021 17:34:09 +0000 Subject: [PATCH 1698/2185] podman-2:3.0.0-0.142.dev.git0400dc0 - autobuilt 0400dc0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7b47105..ad33c0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1562,3 +1562,4 @@ /podman-3ceef00.tar.gz /podman-5a166b2.tar.gz /podman-7d3a628.tar.gz +/podman-0400dc0.tar.gz diff --git a/podman.spec b/podman.spec index 5edbb80..062a22e 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7d3a628c6ba79efa4b0daaff904b6c2b157dcfc5 +%global commit0 0400dc0a0017a8347e47b32c411e65531b0f4af4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.141.dev.git%{shortcommit0}%{?dist} +Release: 0.142.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.142.dev.git0400dc0 +- autobuilt 0400dc0 + * Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.141.dev.git7d3a628 - autobuilt 7d3a628 diff --git a/sources b/sources index fe18cb9..4407c44 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-7d3a628.tar.gz) = a503fbcdbc8af7f313c121f6b53fd181b4f61e21593d393eb9e8a611e2b04018093fd45b09c6e36ba86503aab0512fb144af5bedd576e5195a72c8cadf154dd4 +SHA512 (podman-0400dc0.tar.gz) = accc157d1e1c2485d6d24f875712194421e82512d336a40ce2884ec2549220d3fa771ada532a7d2bb15e3c0dea4a7d41a9c2b0d3507e9480c9411cbeb8a72b00 From 262d00e28c5805b9dce8e61bd6d049799bc1b28b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 15 Jan 2021 19:33:43 +0000 Subject: [PATCH 1699/2185] podman-2:3.0.0-0.143.dev.git83ed464 - autobuilt 83ed464 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ad33c0c..c4e25da 100644 --- a/.gitignore +++ b/.gitignore @@ -1563,3 +1563,4 @@ /podman-5a166b2.tar.gz /podman-7d3a628.tar.gz /podman-0400dc0.tar.gz +/podman-83ed464.tar.gz diff --git a/podman.spec b/podman.spec index 062a22e..1a7b1d6 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 0400dc0a0017a8347e47b32c411e65531b0f4af4 +%global commit0 83ed464d29c118b67e70fdf7c8baa57c5f8298e5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.142.dev.git%{shortcommit0}%{?dist} +Release: 0.143.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.143.dev.git83ed464 +- autobuilt 83ed464 + * Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.142.dev.git0400dc0 - autobuilt 0400dc0 diff --git a/sources b/sources index 4407c44..a1f9d50 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-0400dc0.tar.gz) = accc157d1e1c2485d6d24f875712194421e82512d336a40ce2884ec2549220d3fa771ada532a7d2bb15e3c0dea4a7d41a9c2b0d3507e9480c9411cbeb8a72b00 +SHA512 (podman-83ed464.tar.gz) = 6c3904573a3c7dbccae834fe547e5fae41cc0ea61c7d7929c078f5d8e8f4c2ea1b5075dbd294476664b4b12330aefd8f6364422f4799f9cb85393595cfb00b19 From a729ee85dc20aa0f9762a9ee7c02be93ac426fb6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 16 Jan 2021 23:34:24 +0000 Subject: [PATCH 1700/2185] podman-2:3.0.0-0.144.dev.git73b036d - autobuilt 73b036d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c4e25da..d359945 100644 --- a/.gitignore +++ b/.gitignore @@ -1564,3 +1564,4 @@ /podman-7d3a628.tar.gz /podman-0400dc0.tar.gz /podman-83ed464.tar.gz +/podman-73b036d.tar.gz diff --git a/podman.spec b/podman.spec index 1a7b1d6..04a7266 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 83ed464d29c118b67e70fdf7c8baa57c5f8298e5 +%global commit0 73b036db566a8f3606f0b376728efe03fcf8685d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.143.dev.git%{shortcommit0}%{?dist} +Release: 0.144.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Jan 16 2021 RH Container Bot - 2:3.0.0-0.144.dev.git73b036d +- autobuilt 73b036d + * Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.143.dev.git83ed464 - autobuilt 83ed464 diff --git a/sources b/sources index a1f9d50..cd58621 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-83ed464.tar.gz) = 6c3904573a3c7dbccae834fe547e5fae41cc0ea61c7d7929c078f5d8e8f4c2ea1b5075dbd294476664b4b12330aefd8f6364422f4799f9cb85393595cfb00b19 +SHA512 (podman-73b036d.tar.gz) = c36e8cf2fe343fe820f25ff9ae54bc2d4dfe8e4187fd287e52dae679e64e2de8af53c820724f1e832971b9be7838c0953073484b3dd196ee07806ac35293795d From a52903adafb786663bb88553abfa4c18dcc8e53e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 17 Jan 2021 12:02:37 +0000 Subject: [PATCH 1701/2185] podman-2:3.0.0-0.145.dev.git341c4b1 - autobuilt 341c4b1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d359945..90b3044 100644 --- a/.gitignore +++ b/.gitignore @@ -1565,3 +1565,4 @@ /podman-0400dc0.tar.gz /podman-83ed464.tar.gz /podman-73b036d.tar.gz +/podman-341c4b1.tar.gz diff --git a/podman.spec b/podman.spec index 04a7266..d9429ea 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 73b036db566a8f3606f0b376728efe03fcf8685d +%global commit0 341c4b1fd94dda26be5ce588490e3d7284a54dbb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.144.dev.git%{shortcommit0}%{?dist} +Release: 0.145.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Jan 17 2021 RH Container Bot - 2:3.0.0-0.145.dev.git341c4b1 +- autobuilt 341c4b1 + * Sat Jan 16 2021 RH Container Bot - 2:3.0.0-0.144.dev.git73b036d - autobuilt 73b036d diff --git a/sources b/sources index cd58621..76634ad 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-73b036d.tar.gz) = c36e8cf2fe343fe820f25ff9ae54bc2d4dfe8e4187fd287e52dae679e64e2de8af53c820724f1e832971b9be7838c0953073484b3dd196ee07806ac35293795d +SHA512 (podman-341c4b1.tar.gz) = 7d42e4e29f03bbebb7bec962adcb46c0cece6d8d4803302b3203bff065f02fb0ebc8ba1ceb0a07f86b761ef7f2b71bd2060b70cc12fccbf90d0962bff364696c From a8b9b7320884f93a8c0b9909850fd1836c9d4c49 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 17 Jan 2021 21:32:56 +0000 Subject: [PATCH 1702/2185] podman-2:3.0.0-0.146.dev.git5b3c7a5 - autobuilt 5b3c7a5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 90b3044..36c5d4b 100644 --- a/.gitignore +++ b/.gitignore @@ -1566,3 +1566,4 @@ /podman-83ed464.tar.gz /podman-73b036d.tar.gz /podman-341c4b1.tar.gz +/podman-5b3c7a5.tar.gz diff --git a/podman.spec b/podman.spec index d9429ea..c9613a5 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 341c4b1fd94dda26be5ce588490e3d7284a54dbb +%global commit0 5b3c7a52939275784c45c9747dd5864bd0581ff5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.145.dev.git%{shortcommit0}%{?dist} +Release: 0.146.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Jan 17 2021 RH Container Bot - 2:3.0.0-0.146.dev.git5b3c7a5 +- autobuilt 5b3c7a5 + * Sun Jan 17 2021 RH Container Bot - 2:3.0.0-0.145.dev.git341c4b1 - autobuilt 341c4b1 diff --git a/sources b/sources index 76634ad..e3688a5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-341c4b1.tar.gz) = 7d42e4e29f03bbebb7bec962adcb46c0cece6d8d4803302b3203bff065f02fb0ebc8ba1ceb0a07f86b761ef7f2b71bd2060b70cc12fccbf90d0962bff364696c +SHA512 (podman-5b3c7a5.tar.gz) = 30e5b5100b66a13fe1f3a628bcb442ff404ab7ae1d9835cc5fbc1412531e63c40fdd55e8a6e07d307666b81a9502b1bff2532b01e0c78a6404b20e0ec9533bb0 From b9f88def2784b22254e073e4209a815a8400bd1a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 18 Jan 2021 19:33:05 +0000 Subject: [PATCH 1703/2185] podman-2:3.0.0-0.147.dev.git5f1a7a7 - autobuilt 5f1a7a7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 36c5d4b..77819c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1567,3 +1567,4 @@ /podman-73b036d.tar.gz /podman-341c4b1.tar.gz /podman-5b3c7a5.tar.gz +/podman-5f1a7a7.tar.gz diff --git a/podman.spec b/podman.spec index c9613a5..2ef5b16 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 5b3c7a52939275784c45c9747dd5864bd0581ff5 +%global commit0 5f1a7a7d27824a0708760ae8f964b19caef18f3d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -43,7 +43,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.2.1 +%define built_tag v3.0.0-rc1 Name: podman %if 0%{?fedora} @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.146.dev.git%{shortcommit0}%{?dist} +Release: 0.147.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jan 18 2021 RH Container Bot - 2:3.0.0-0.147.dev.git5f1a7a7 +- autobuilt 5f1a7a7 + * Sun Jan 17 2021 RH Container Bot - 2:3.0.0-0.146.dev.git5b3c7a5 - autobuilt 5b3c7a5 diff --git a/sources b/sources index e3688a5..a4dc3ad 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-5b3c7a5.tar.gz) = 30e5b5100b66a13fe1f3a628bcb442ff404ab7ae1d9835cc5fbc1412531e63c40fdd55e8a6e07d307666b81a9502b1bff2532b01e0c78a6404b20e0ec9533bb0 +SHA512 (podman-5f1a7a7.tar.gz) = ac1158830417ef6758855c1dce96a4cb88cbc993b91333c159ca617d0d45c429c13b3a66605da3a6bd53df136160055020c76a2f07e90cb59072f85f99979e8a From 4b695ebfdb730a8ece107d9d39fb579ad678e62a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 19 Jan 2021 13:32:49 +0000 Subject: [PATCH 1704/2185] podman-2:3.0.0-0.148.dev.git9a10f20 - autobuilt 9a10f20 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 77819c4..1bb43d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1568,3 +1568,4 @@ /podman-341c4b1.tar.gz /podman-5b3c7a5.tar.gz /podman-5f1a7a7.tar.gz +/podman-9a10f20.tar.gz diff --git a/podman.spec b/podman.spec index 2ef5b16..20ce470 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 5f1a7a7d27824a0708760ae8f964b19caef18f3d +%global commit0 9a10f20bc1a8733f2a4025d4a1bca45aa31db0d7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.147.dev.git%{shortcommit0}%{?dist} +Release: 0.148.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jan 19 2021 RH Container Bot - 2:3.0.0-0.148.dev.git9a10f20 +- autobuilt 9a10f20 + * Mon Jan 18 2021 RH Container Bot - 2:3.0.0-0.147.dev.git5f1a7a7 - autobuilt 5f1a7a7 diff --git a/sources b/sources index a4dc3ad..2d81446 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-5f1a7a7.tar.gz) = ac1158830417ef6758855c1dce96a4cb88cbc993b91333c159ca617d0d45c429c13b3a66605da3a6bd53df136160055020c76a2f07e90cb59072f85f99979e8a +SHA512 (podman-9a10f20.tar.gz) = 455f87853c03be3d8e86e0741b6d87aa2bf4394f9462ce8fe1fc85de93321541259f7a32069afde6eddb839ae441cb26a6c7b6d69a66eea2416c191159aa4459 From c267e9514cb60c9d4669678711e11e8240bfc522 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 19 Jan 2021 14:03:47 +0000 Subject: [PATCH 1705/2185] podman-2:3.0.0-0.149.dev.git8c6df5e - autobuilt 8c6df5e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1bb43d0..eeb2905 100644 --- a/.gitignore +++ b/.gitignore @@ -1569,3 +1569,4 @@ /podman-5b3c7a5.tar.gz /podman-5f1a7a7.tar.gz /podman-9a10f20.tar.gz +/podman-8c6df5e.tar.gz diff --git a/podman.spec b/podman.spec index 20ce470..c155215 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9a10f20bc1a8733f2a4025d4a1bca45aa31db0d7 +%global commit0 8c6df5e93e6941a7f50da651678751f7dfec900e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.148.dev.git%{shortcommit0}%{?dist} +Release: 0.149.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jan 19 2021 RH Container Bot - 2:3.0.0-0.149.dev.git8c6df5e +- autobuilt 8c6df5e + * Tue Jan 19 2021 RH Container Bot - 2:3.0.0-0.148.dev.git9a10f20 - autobuilt 9a10f20 diff --git a/sources b/sources index 2d81446..07e9440 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-9a10f20.tar.gz) = 455f87853c03be3d8e86e0741b6d87aa2bf4394f9462ce8fe1fc85de93321541259f7a32069afde6eddb839ae441cb26a6c7b6d69a66eea2416c191159aa4459 +SHA512 (podman-8c6df5e.tar.gz) = 3cb3a612075926a1c1e58c5812113c9fce765d8beead4b9803e0ed80f1b04097ed38796519ccf752da62e3bc7957752c15bf5bcb4d15fb9382e5b962a0811b84 From 0df2f05b92a0a7281d59f6ef848d8fc71d897744 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 19 Jan 2021 17:32:39 +0000 Subject: [PATCH 1706/2185] podman-2:3.0.0-0.150.dev.gitd99e475 - autobuilt d99e475 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index eeb2905..dcd7939 100644 --- a/.gitignore +++ b/.gitignore @@ -1570,3 +1570,4 @@ /podman-5f1a7a7.tar.gz /podman-9a10f20.tar.gz /podman-8c6df5e.tar.gz +/podman-d99e475.tar.gz diff --git a/podman.spec b/podman.spec index c155215..48995c1 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 8c6df5e93e6941a7f50da651678751f7dfec900e +%global commit0 d99e475dd71f21ac5155d4b4b4bfef5101e55a85 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.149.dev.git%{shortcommit0}%{?dist} +Release: 0.150.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jan 19 2021 RH Container Bot - 2:3.0.0-0.150.dev.gitd99e475 +- autobuilt d99e475 + * Tue Jan 19 2021 RH Container Bot - 2:3.0.0-0.149.dev.git8c6df5e - autobuilt 8c6df5e diff --git a/sources b/sources index 07e9440..9949938 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-8c6df5e.tar.gz) = 3cb3a612075926a1c1e58c5812113c9fce765d8beead4b9803e0ed80f1b04097ed38796519ccf752da62e3bc7957752c15bf5bcb4d15fb9382e5b962a0811b84 +SHA512 (podman-d99e475.tar.gz) = 938985f3c52ca414e5981d8de95af35d45737e743baabd938ead3cc3524a2d67e7ad541a03549632a2a5d17081edb36822d05de0ad66fded9f4add4e9f94ba9f From 5604c841d120e8945b71e40c0197995f8fe0bc1f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 19 Jan 2021 22:02:49 +0000 Subject: [PATCH 1707/2185] podman-2:3.0.0-0.151.dev.git5e7262d - autobuilt 5e7262d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dcd7939..1fb9338 100644 --- a/.gitignore +++ b/.gitignore @@ -1571,3 +1571,4 @@ /podman-9a10f20.tar.gz /podman-8c6df5e.tar.gz /podman-d99e475.tar.gz +/podman-5e7262d.tar.gz diff --git a/podman.spec b/podman.spec index 48995c1..4ea4aea 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d99e475dd71f21ac5155d4b4b4bfef5101e55a85 +%global commit0 5e7262ddf595f9187d01e12f5dcee2fe1c713798 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.150.dev.git%{shortcommit0}%{?dist} +Release: 0.151.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jan 19 2021 RH Container Bot - 2:3.0.0-0.151.dev.git5e7262d +- autobuilt 5e7262d + * Tue Jan 19 2021 RH Container Bot - 2:3.0.0-0.150.dev.gitd99e475 - autobuilt d99e475 diff --git a/sources b/sources index 9949938..6cba0bc 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-d99e475.tar.gz) = 938985f3c52ca414e5981d8de95af35d45737e743baabd938ead3cc3524a2d67e7ad541a03549632a2a5d17081edb36822d05de0ad66fded9f4add4e9f94ba9f +SHA512 (podman-5e7262d.tar.gz) = 8db057071a226d40567d2f9433ac57426c94829b51b9d2917ac8fd7742b1baac22c5030dfb13be31b6fc58dc42b7d314e4f18fa00256ee8d09bdff07dc0fd1de From f5cbe26b78c4b9deefa379f17545eff8a0418d6e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 20 Jan 2021 11:33:01 +0000 Subject: [PATCH 1708/2185] podman-2:3.0.0-0.152.dev.git54c465b - autobuilt 54c465b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1fb9338..dcf058c 100644 --- a/.gitignore +++ b/.gitignore @@ -1572,3 +1572,4 @@ /podman-8c6df5e.tar.gz /podman-d99e475.tar.gz /podman-5e7262d.tar.gz +/podman-54c465b.tar.gz diff --git a/podman.spec b/podman.spec index 4ea4aea..ee5d45e 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 5e7262ddf595f9187d01e12f5dcee2fe1c713798 +%global commit0 54c465bda6cbef398c2ea9f103253fbc3af0505c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.151.dev.git%{shortcommit0}%{?dist} +Release: 0.152.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jan 20 2021 RH Container Bot - 2:3.0.0-0.152.dev.git54c465b +- autobuilt 54c465b + * Tue Jan 19 2021 RH Container Bot - 2:3.0.0-0.151.dev.git5e7262d - autobuilt 5e7262d diff --git a/sources b/sources index 6cba0bc..806412a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-5e7262d.tar.gz) = 8db057071a226d40567d2f9433ac57426c94829b51b9d2917ac8fd7742b1baac22c5030dfb13be31b6fc58dc42b7d314e4f18fa00256ee8d09bdff07dc0fd1de +SHA512 (podman-54c465b.tar.gz) = 1899aec0309bc046e2aaf97953e6ca2a4a490842f0fcfb34d81405285a38cc3c3e7289626df2cf099ae6448cfb6afdba11c3b10a81bdd7e0c9c9bea58f212267 From f7c6da5fe25f95e00e9770f898c27cbf113ea6e8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 20 Jan 2021 13:33:08 +0000 Subject: [PATCH 1709/2185] podman-2:3.0.0-0.153.dev.git7d024a2 - autobuilt 7d024a2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dcf058c..f2c12e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1573,3 +1573,4 @@ /podman-d99e475.tar.gz /podman-5e7262d.tar.gz /podman-54c465b.tar.gz +/podman-7d024a2.tar.gz diff --git a/podman.spec b/podman.spec index ee5d45e..f155d28 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 54c465bda6cbef398c2ea9f103253fbc3af0505c +%global commit0 7d024a2fc8c675e4d34e3b34b56b6217a48ef9ce %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.152.dev.git%{shortcommit0}%{?dist} +Release: 0.153.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jan 20 2021 RH Container Bot - 2:3.0.0-0.153.dev.git7d024a2 +- autobuilt 7d024a2 + * Wed Jan 20 2021 RH Container Bot - 2:3.0.0-0.152.dev.git54c465b - autobuilt 54c465b diff --git a/sources b/sources index 806412a..3f00fa2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-54c465b.tar.gz) = 1899aec0309bc046e2aaf97953e6ca2a4a490842f0fcfb34d81405285a38cc3c3e7289626df2cf099ae6448cfb6afdba11c3b10a81bdd7e0c9c9bea58f212267 +SHA512 (podman-7d024a2.tar.gz) = 7b62251da4be2fc68184e82c4e80d4fcef90760a3c0a203f5cbd3cd0c330a12a254d97ef89be45c783df3de7e36a4ee45853fdc26d7add1dca8ed38e38b9d3de From 4287e0b2f100b37d195293803996b9f81854829d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 20 Jan 2021 16:03:17 +0000 Subject: [PATCH 1710/2185] podman-2:3.0.0-0.154.dev.gitfe4f9ba - autobuilt fe4f9ba Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f2c12e9..e9409c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1574,3 +1574,4 @@ /podman-5e7262d.tar.gz /podman-54c465b.tar.gz /podman-7d024a2.tar.gz +/podman-fe4f9ba.tar.gz diff --git a/podman.spec b/podman.spec index f155d28..2d24518 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7d024a2fc8c675e4d34e3b34b56b6217a48ef9ce +%global commit0 fe4f9ba303affde0b838e19c862b45206ae2feed %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.153.dev.git%{shortcommit0}%{?dist} +Release: 0.154.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jan 20 2021 RH Container Bot - 2:3.0.0-0.154.dev.gitfe4f9ba +- autobuilt fe4f9ba + * Wed Jan 20 2021 RH Container Bot - 2:3.0.0-0.153.dev.git7d024a2 - autobuilt 7d024a2 diff --git a/sources b/sources index 3f00fa2..93899e9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-7d024a2.tar.gz) = 7b62251da4be2fc68184e82c4e80d4fcef90760a3c0a203f5cbd3cd0c330a12a254d97ef89be45c783df3de7e36a4ee45853fdc26d7add1dca8ed38e38b9d3de +SHA512 (podman-fe4f9ba.tar.gz) = 836ca8b69be00a19a9a729543de844c1f740d65a5b68d25175d05d636034fcb3e8c5f891126cbeb03195870991a7557ab87cb8b45852f55b94f45eba52d1cca9 From 624d0eedab666f9af8fea8a6c6b939963d3465d2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 20 Jan 2021 23:33:05 +0000 Subject: [PATCH 1711/2185] podman-2:3.0.0-0.155.dev.git14443cc - autobuilt 14443cc Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e9409c5..c5fa3e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1575,3 +1575,4 @@ /podman-54c465b.tar.gz /podman-7d024a2.tar.gz /podman-fe4f9ba.tar.gz +/podman-14443cc.tar.gz diff --git a/podman.spec b/podman.spec index 2d24518..7137445 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 fe4f9ba303affde0b838e19c862b45206ae2feed +%global commit0 14443ccdfc19a7d719c63937ce76bfddf01f88e2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.154.dev.git%{shortcommit0}%{?dist} +Release: 0.155.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jan 20 2021 RH Container Bot - 2:3.0.0-0.155.dev.git14443cc +- autobuilt 14443cc + * Wed Jan 20 2021 RH Container Bot - 2:3.0.0-0.154.dev.gitfe4f9ba - autobuilt fe4f9ba diff --git a/sources b/sources index 93899e9..55e2070 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-fe4f9ba.tar.gz) = 836ca8b69be00a19a9a729543de844c1f740d65a5b68d25175d05d636034fcb3e8c5f891126cbeb03195870991a7557ab87cb8b45852f55b94f45eba52d1cca9 +SHA512 (podman-14443cc.tar.gz) = 5fa92c88be64a64189c9275322d524e75286ac4d6bd49d7b57add4e4c4565385a2af539f9895a4739976e90cbaead359b4748f075e29f5d71875d196f951aef8 From 10e6acc2fd8ff16f6aa4e4dc403a7696da59763f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 21 Jan 2021 11:32:31 +0000 Subject: [PATCH 1712/2185] podman-2:3.0.0-0.156.dev.git5598229 - autobuilt 5598229 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c5fa3e8..1e514a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1576,3 +1576,4 @@ /podman-7d024a2.tar.gz /podman-fe4f9ba.tar.gz /podman-14443cc.tar.gz +/podman-5598229.tar.gz diff --git a/podman.spec b/podman.spec index 7137445..828b636 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 14443ccdfc19a7d719c63937ce76bfddf01f88e2 +%global commit0 55982295dd05e7fcb1fed3883aea3b2027e369af %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.155.dev.git%{shortcommit0}%{?dist} +Release: 0.156.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.156.dev.git5598229 +- autobuilt 5598229 + * Wed Jan 20 2021 RH Container Bot - 2:3.0.0-0.155.dev.git14443cc - autobuilt 14443cc diff --git a/sources b/sources index 55e2070..e6a4ee5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-14443cc.tar.gz) = 5fa92c88be64a64189c9275322d524e75286ac4d6bd49d7b57add4e4c4565385a2af539f9895a4739976e90cbaead359b4748f075e29f5d71875d196f951aef8 +SHA512 (podman-5598229.tar.gz) = 04a90fae8f60006b271ae903bfc02f91650e8c6663f71a7fb6e2bc9f5372098637d2903b5db8bf1053afe32891bf1e08168f941f95a96a9d25658283ca74fbe1 From 93f25df7ffc56bc95e579d4c8e08896d7f462522 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 21 Jan 2021 13:32:57 +0000 Subject: [PATCH 1713/2185] podman-2:3.0.0-0.157.dev.git7d297dd - autobuilt 7d297dd Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1e514a8..e3f6282 100644 --- a/.gitignore +++ b/.gitignore @@ -1577,3 +1577,4 @@ /podman-fe4f9ba.tar.gz /podman-14443cc.tar.gz /podman-5598229.tar.gz +/podman-7d297dd.tar.gz diff --git a/podman.spec b/podman.spec index 828b636..d2348e9 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 55982295dd05e7fcb1fed3883aea3b2027e369af +%global commit0 7d297ddbdabe81b94184f2b2fe095f42389ddfa6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.156.dev.git%{shortcommit0}%{?dist} +Release: 0.157.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.157.dev.git7d297dd +- autobuilt 7d297dd + * Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.156.dev.git5598229 - autobuilt 5598229 diff --git a/sources b/sources index e6a4ee5..fe03e4f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-5598229.tar.gz) = 04a90fae8f60006b271ae903bfc02f91650e8c6663f71a7fb6e2bc9f5372098637d2903b5db8bf1053afe32891bf1e08168f941f95a96a9d25658283ca74fbe1 +SHA512 (podman-7d297dd.tar.gz) = 8dc0616e0c63d3abc7ba4290270ba0a4ee24f2e008bfb622c8dffd12d4bbd88084d6fff92cd5660255fb5e8def897d279d95f1cd1beb70e03661abdd529d31fd From 7ab9a47c0e2e52022d54d3f49c7c0948c402e1db Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 21 Jan 2021 15:33:31 +0000 Subject: [PATCH 1714/2185] podman-2:3.0.0-0.158.dev.gitd102d02 - autobuilt d102d02 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e3f6282..eaf0a43 100644 --- a/.gitignore +++ b/.gitignore @@ -1578,3 +1578,4 @@ /podman-14443cc.tar.gz /podman-5598229.tar.gz /podman-7d297dd.tar.gz +/podman-d102d02.tar.gz diff --git a/podman.spec b/podman.spec index d2348e9..c6157fa 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7d297ddbdabe81b94184f2b2fe095f42389ddfa6 +%global commit0 d102d02eb1cd135d877d946249a4fa1769ba17d0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.157.dev.git%{shortcommit0}%{?dist} +Release: 0.158.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.158.dev.gitd102d02 +- autobuilt d102d02 + * Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.157.dev.git7d297dd - autobuilt 7d297dd diff --git a/sources b/sources index fe03e4f..f7d26f8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-7d297dd.tar.gz) = 8dc0616e0c63d3abc7ba4290270ba0a4ee24f2e008bfb622c8dffd12d4bbd88084d6fff92cd5660255fb5e8def897d279d95f1cd1beb70e03661abdd529d31fd +SHA512 (podman-d102d02.tar.gz) = 16cd7a01f32766dcecd8bbf2c2c12e102d8d2a43820d74c9d84b26386d7dc84e7214f2fd73465ee106c563153b69bca51b1d8fe775c7e20f0aeab8db1292d253 From 078e325419903618174e847a6a134142c4180133 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 21 Jan 2021 17:32:49 +0000 Subject: [PATCH 1715/2185] podman-2:3.0.0-0.159.dev.git3ba1a8d - autobuilt 3ba1a8d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index eaf0a43..a4090af 100644 --- a/.gitignore +++ b/.gitignore @@ -1579,3 +1579,4 @@ /podman-5598229.tar.gz /podman-7d297dd.tar.gz /podman-d102d02.tar.gz +/podman-3ba1a8d.tar.gz diff --git a/podman.spec b/podman.spec index c6157fa..8d5a712 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d102d02eb1cd135d877d946249a4fa1769ba17d0 +%global commit0 3ba1a8de8649db2f5cdde80d0f4cf02370e10b8a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.158.dev.git%{shortcommit0}%{?dist} +Release: 0.159.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.159.dev.git3ba1a8d +- autobuilt 3ba1a8d + * Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.158.dev.gitd102d02 - autobuilt d102d02 diff --git a/sources b/sources index f7d26f8..cf6f5ec 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-d102d02.tar.gz) = 16cd7a01f32766dcecd8bbf2c2c12e102d8d2a43820d74c9d84b26386d7dc84e7214f2fd73465ee106c563153b69bca51b1d8fe775c7e20f0aeab8db1292d253 +SHA512 (podman-3ba1a8d.tar.gz) = 86545e6b81cb4588189349f0d3c640081fd193676eae78f6f61cb232fed51bc883972cd6ec5e1fcb0c79e3bdc03de6fae0a20c485adf82329ba2bfa2aa0b6756 From f80f46e3c9614c202e7b230bba8d920f14dadb66 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 21 Jan 2021 21:32:09 +0000 Subject: [PATCH 1716/2185] podman-2:3.0.0-0.160.dev.git6fd83de - autobuilt 6fd83de Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a4090af..3d9f0bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1580,3 +1580,4 @@ /podman-7d297dd.tar.gz /podman-d102d02.tar.gz /podman-3ba1a8d.tar.gz +/podman-6fd83de.tar.gz diff --git a/podman.spec b/podman.spec index 8d5a712..a945e5a 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 3ba1a8de8649db2f5cdde80d0f4cf02370e10b8a +%global commit0 6fd83de31dab0c60932972c6b26f68fa0bd1871f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.159.dev.git%{shortcommit0}%{?dist} +Release: 0.160.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.160.dev.git6fd83de +- autobuilt 6fd83de + * Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.159.dev.git3ba1a8d - autobuilt 3ba1a8d diff --git a/sources b/sources index cf6f5ec..378bf96 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-3ba1a8d.tar.gz) = 86545e6b81cb4588189349f0d3c640081fd193676eae78f6f61cb232fed51bc883972cd6ec5e1fcb0c79e3bdc03de6fae0a20c485adf82329ba2bfa2aa0b6756 +SHA512 (podman-6fd83de.tar.gz) = ff8716ba907b8614bf6730bf856405bc1d939335561d5bef8731041f6a4fb6bf47f970d2f207a3f853a2ef34b4d7f1cfefb786f30598482992838848a27c93a6 From 2d0200bbceed1ae27aa370930000ac2f955680ec Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 22 Jan 2021 11:31:46 +0000 Subject: [PATCH 1717/2185] podman-2:3.0.0-0.161.dev.git47616fe - autobuilt 47616fe Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3d9f0bf..ad4df59 100644 --- a/.gitignore +++ b/.gitignore @@ -1581,3 +1581,4 @@ /podman-d102d02.tar.gz /podman-3ba1a8d.tar.gz /podman-6fd83de.tar.gz +/podman-47616fe.tar.gz diff --git a/podman.spec b/podman.spec index a945e5a..01897c0 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 6fd83de31dab0c60932972c6b26f68fa0bd1871f +%global commit0 47616fe64720aedff76bbf37e46093800cdfee95 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.160.dev.git%{shortcommit0}%{?dist} +Release: 0.161.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jan 22 2021 RH Container Bot - 2:3.0.0-0.161.dev.git47616fe +- autobuilt 47616fe + * Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.160.dev.git6fd83de - autobuilt 6fd83de diff --git a/sources b/sources index 378bf96..f86d5e3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-6fd83de.tar.gz) = ff8716ba907b8614bf6730bf856405bc1d939335561d5bef8731041f6a4fb6bf47f970d2f207a3f853a2ef34b4d7f1cfefb786f30598482992838848a27c93a6 +SHA512 (podman-47616fe.tar.gz) = e5059d823db3ae94c885bc87a14aabda224b96e72597e76bd881ab62786fd882a5552db46928fecba32d61487fc5fddb09aad1b70de733fcb320456c8e055118 From 21d911823ee776d42d1efeece3dbf82ae14c9ba9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 22 Jan 2021 19:54:02 +0000 Subject: [PATCH 1718/2185] podman-2:3.0.0-0.162.dev.git474ba4c - autobuilt 474ba4c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ad4df59..0071d04 100644 --- a/.gitignore +++ b/.gitignore @@ -1582,3 +1582,4 @@ /podman-3ba1a8d.tar.gz /podman-6fd83de.tar.gz /podman-47616fe.tar.gz +/podman-474ba4c.tar.gz diff --git a/podman.spec b/podman.spec index 01897c0..889a1b7 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 47616fe64720aedff76bbf37e46093800cdfee95 +%global commit0 474ba4c3acfc48fecb88814ba48f38e4da15ecae %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.161.dev.git%{shortcommit0}%{?dist} +Release: 0.162.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jan 22 2021 RH Container Bot - 2:3.0.0-0.162.dev.git474ba4c +- autobuilt 474ba4c + * Fri Jan 22 2021 RH Container Bot - 2:3.0.0-0.161.dev.git47616fe - autobuilt 47616fe diff --git a/sources b/sources index f86d5e3..41f7f08 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-47616fe.tar.gz) = e5059d823db3ae94c885bc87a14aabda224b96e72597e76bd881ab62786fd882a5552db46928fecba32d61487fc5fddb09aad1b70de733fcb320456c8e055118 +SHA512 (podman-474ba4c.tar.gz) = 18327da8536be439bb228befb62a40aa979add7af4f6d48d52a96bffa7b437078f44e0621de586c8a36eb86e87bac52423dc45778d43c4b8c605c4913d2a5998 From b9815500d70854ba96e48f1dcac55f265ef80d76 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 23 Jan 2021 11:33:33 +0000 Subject: [PATCH 1719/2185] podman-2:3.0.0-0.163.dev.git6cef7c7 - autobuilt 6cef7c7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0071d04..de464fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1583,3 +1583,4 @@ /podman-6fd83de.tar.gz /podman-47616fe.tar.gz /podman-474ba4c.tar.gz +/podman-6cef7c7.tar.gz diff --git a/podman.spec b/podman.spec index 889a1b7..e28596d 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 474ba4c3acfc48fecb88814ba48f38e4da15ecae +%global commit0 6cef7c78dd5f8e2e8e1fe91bd2c7d1298f7e4df9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.162.dev.git%{shortcommit0}%{?dist} +Release: 0.163.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Jan 23 2021 RH Container Bot - 2:3.0.0-0.163.dev.git6cef7c7 +- autobuilt 6cef7c7 + * Fri Jan 22 2021 RH Container Bot - 2:3.0.0-0.162.dev.git474ba4c - autobuilt 474ba4c diff --git a/sources b/sources index 41f7f08..3d24731 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-474ba4c.tar.gz) = 18327da8536be439bb228befb62a40aa979add7af4f6d48d52a96bffa7b437078f44e0621de586c8a36eb86e87bac52423dc45778d43c4b8c605c4913d2a5998 +SHA512 (podman-6cef7c7.tar.gz) = d39e7b9b936c5e244f15c69f824d78f06c72ebdf506ce4739ccf149481757f76c2595e1f2032f6b9b79f60492cf4e8418de71a0339762cb33c2942cb1db7452f From 03af30eec7c695090bff39bb09f7fc85583a56ba Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 23 Jan 2021 16:02:28 +0000 Subject: [PATCH 1720/2185] podman-2:3.0.0-0.164.dev.git3f5af4e - autobuilt 3f5af4e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index de464fb..76e6073 100644 --- a/.gitignore +++ b/.gitignore @@ -1584,3 +1584,4 @@ /podman-47616fe.tar.gz /podman-474ba4c.tar.gz /podman-6cef7c7.tar.gz +/podman-3f5af4e.tar.gz diff --git a/podman.spec b/podman.spec index e28596d..457426f 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 6cef7c78dd5f8e2e8e1fe91bd2c7d1298f7e4df9 +%global commit0 3f5af4e80686cb732730bd27fe7fc1c64580c494 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.163.dev.git%{shortcommit0}%{?dist} +Release: 0.164.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Jan 23 2021 RH Container Bot - 2:3.0.0-0.164.dev.git3f5af4e +- autobuilt 3f5af4e + * Sat Jan 23 2021 RH Container Bot - 2:3.0.0-0.163.dev.git6cef7c7 - autobuilt 6cef7c7 diff --git a/sources b/sources index 3d24731..f4cd189 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-6cef7c7.tar.gz) = d39e7b9b936c5e244f15c69f824d78f06c72ebdf506ce4739ccf149481757f76c2595e1f2032f6b9b79f60492cf4e8418de71a0339762cb33c2942cb1db7452f +SHA512 (podman-3f5af4e.tar.gz) = d467255df664a7c258210dec0062b991c8e95571704698e6547531d1bae05b43e4dafcf7ffc1ac22ad4bcb8b0f387203588b092ed428c66e2cc5a280463bd697 From 0b5b98185e97a0ea1290ada94e912eaaf9faf4c9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 24 Jan 2021 15:33:04 +0000 Subject: [PATCH 1721/2185] podman-2:3.0.0-0.165.dev.git479fc22 - autobuilt 479fc22 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 76e6073..5272a11 100644 --- a/.gitignore +++ b/.gitignore @@ -1585,3 +1585,4 @@ /podman-474ba4c.tar.gz /podman-6cef7c7.tar.gz /podman-3f5af4e.tar.gz +/podman-479fc22.tar.gz diff --git a/podman.spec b/podman.spec index 457426f..1961369 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 3f5af4e80686cb732730bd27fe7fc1c64580c494 +%global commit0 479fc226044b745ecaafc2d5fa925afe6ca06de0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.164.dev.git%{shortcommit0}%{?dist} +Release: 0.165.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Jan 24 2021 RH Container Bot - 2:3.0.0-0.165.dev.git479fc22 +- autobuilt 479fc22 + * Sat Jan 23 2021 RH Container Bot - 2:3.0.0-0.164.dev.git3f5af4e - autobuilt 3f5af4e diff --git a/sources b/sources index f4cd189..898752a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-3f5af4e.tar.gz) = d467255df664a7c258210dec0062b991c8e95571704698e6547531d1bae05b43e4dafcf7ffc1ac22ad4bcb8b0f387203588b092ed428c66e2cc5a280463bd697 +SHA512 (podman-479fc22.tar.gz) = 17f334d36009834fade24e4e84975476d00bcd87f2559fe963820a63e6b81becfce84b8ed31568739626d478ef80fca5a6bcbe77e25b1e5bcd80b950e7e75e2c From 5959ec1259f2966b2f2f3abb00f6edf5aba85f2a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 25 Jan 2021 11:32:48 +0000 Subject: [PATCH 1722/2185] podman-2:3.0.0-0.166.dev.gitb4b7838 - autobuilt b4b7838 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5272a11..fc7ef0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1586,3 +1586,4 @@ /podman-6cef7c7.tar.gz /podman-3f5af4e.tar.gz /podman-479fc22.tar.gz +/podman-b4b7838.tar.gz diff --git a/podman.spec b/podman.spec index 1961369..10d6966 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 479fc226044b745ecaafc2d5fa925afe6ca06de0 +%global commit0 b4b78382cd813449497157550a7b0f66adecef91 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.165.dev.git%{shortcommit0}%{?dist} +Release: 0.166.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.166.dev.gitb4b7838 +- autobuilt b4b7838 + * Sun Jan 24 2021 RH Container Bot - 2:3.0.0-0.165.dev.git479fc22 - autobuilt 479fc22 diff --git a/sources b/sources index 898752a..15fd1ea 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-479fc22.tar.gz) = 17f334d36009834fade24e4e84975476d00bcd87f2559fe963820a63e6b81becfce84b8ed31568739626d478ef80fca5a6bcbe77e25b1e5bcd80b950e7e75e2c +SHA512 (podman-b4b7838.tar.gz) = 8a7cffe12d5f17fee8e1d27b2e7048b5889828ea6fc968680d5b8bde2f4f9a15c2905ecdc158615c780ff97cd9823c18b90483e1b72726a95b1e927eeed79ccf From 854cc66f8ef217df61cfd9df4b93e50e41ded7af Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 25 Jan 2021 17:33:47 +0000 Subject: [PATCH 1723/2185] podman-2:3.0.0-0.167.dev.gitf4e8572 - autobuilt f4e8572 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fc7ef0c..d878428 100644 --- a/.gitignore +++ b/.gitignore @@ -1587,3 +1587,4 @@ /podman-3f5af4e.tar.gz /podman-479fc22.tar.gz /podman-b4b7838.tar.gz +/podman-f4e8572.tar.gz diff --git a/podman.spec b/podman.spec index 10d6966..d671749 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b4b78382cd813449497157550a7b0f66adecef91 +%global commit0 f4e857245ab5ad414c466158775b14eeb268181d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.166.dev.git%{shortcommit0}%{?dist} +Release: 0.167.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.167.dev.gitf4e8572 +- autobuilt f4e8572 + * Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.166.dev.gitb4b7838 - autobuilt b4b7838 diff --git a/sources b/sources index 15fd1ea..b4543f0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-b4b7838.tar.gz) = 8a7cffe12d5f17fee8e1d27b2e7048b5889828ea6fc968680d5b8bde2f4f9a15c2905ecdc158615c780ff97cd9823c18b90483e1b72726a95b1e927eeed79ccf +SHA512 (podman-f4e8572.tar.gz) = c816b8f03dc80a83233fde83c809e2ea5ab0220f1d08f01f5f90404b59c09b1ad1773a5b89313fcc0683611a94f707eff0b14ca043f902d2a44765a05d458559 From 0fdc56a3621f3d8e8aa872369f968a5fa8ecdf58 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 25 Jan 2021 20:04:00 +0000 Subject: [PATCH 1724/2185] podman-2:3.0.0-0.168.dev.git23b879d - autobuilt 23b879d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d878428..dcf4b1e 100644 --- a/.gitignore +++ b/.gitignore @@ -1588,3 +1588,4 @@ /podman-479fc22.tar.gz /podman-b4b7838.tar.gz /podman-f4e8572.tar.gz +/podman-23b879d.tar.gz diff --git a/podman.spec b/podman.spec index d671749..f23c47f 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 f4e857245ab5ad414c466158775b14eeb268181d +%global commit0 23b879d72f9e2cf2b2d3924399605e0edebaa977 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.167.dev.git%{shortcommit0}%{?dist} +Release: 0.168.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.168.dev.git23b879d +- autobuilt 23b879d + * Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.167.dev.gitf4e8572 - autobuilt f4e8572 diff --git a/sources b/sources index b4543f0..4b3ce2c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-f4e8572.tar.gz) = c816b8f03dc80a83233fde83c809e2ea5ab0220f1d08f01f5f90404b59c09b1ad1773a5b89313fcc0683611a94f707eff0b14ca043f902d2a44765a05d458559 +SHA512 (podman-23b879d.tar.gz) = acfd03335c430630fd5fb43e17fe402e5e79b9fccc956a345ca3900c2af15c8fa019fb2c525ba5150578bbd8f1d58869674d889a81997ae7bbe58b651e8a7e10 From 863b8d892c091569977af4d174c3a5c103046248 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 25 Jan 2021 21:33:12 +0000 Subject: [PATCH 1725/2185] podman-2:3.0.0-0.169.dev.git63cef43 - autobuilt 63cef43 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dcf4b1e..4072bed 100644 --- a/.gitignore +++ b/.gitignore @@ -1589,3 +1589,4 @@ /podman-b4b7838.tar.gz /podman-f4e8572.tar.gz /podman-23b879d.tar.gz +/podman-63cef43.tar.gz diff --git a/podman.spec b/podman.spec index f23c47f..c473ed6 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 23b879d72f9e2cf2b2d3924399605e0edebaa977 +%global commit0 63cef43f0cfae9bffc5d1dde321121f222cbfb6a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.168.dev.git%{shortcommit0}%{?dist} +Release: 0.169.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.169.dev.git63cef43 +- autobuilt 63cef43 + * Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.168.dev.git23b879d - autobuilt 23b879d diff --git a/sources b/sources index 4b3ce2c..54bc396 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-23b879d.tar.gz) = acfd03335c430630fd5fb43e17fe402e5e79b9fccc956a345ca3900c2af15c8fa019fb2c525ba5150578bbd8f1d58869674d889a81997ae7bbe58b651e8a7e10 +SHA512 (podman-63cef43.tar.gz) = d2b26641651b3224d985b3d1b273d864eb83acb7de0120dfbcc4112196c75d5e3e4fb246283ee5f35a1ebbcbcb14e50813613a1e31dc9111ffaa46a5b90ee8fb From 0a4cfd77cf675902fc137191860bdd25b89f2bb6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 25 Jan 2021 23:33:10 +0000 Subject: [PATCH 1726/2185] podman-2:3.0.0-0.170.dev.git6ba8819 - autobuilt 6ba8819 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4072bed..16fe16d 100644 --- a/.gitignore +++ b/.gitignore @@ -1590,3 +1590,4 @@ /podman-f4e8572.tar.gz /podman-23b879d.tar.gz /podman-63cef43.tar.gz +/podman-6ba8819.tar.gz diff --git a/podman.spec b/podman.spec index c473ed6..cab07c5 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 63cef43f0cfae9bffc5d1dde321121f222cbfb6a +%global commit0 6ba8819d336ed3514b57c5818123ddfac80555ef %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.169.dev.git%{shortcommit0}%{?dist} +Release: 0.170.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.170.dev.git6ba8819 +- autobuilt 6ba8819 + * Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.169.dev.git63cef43 - autobuilt 63cef43 diff --git a/sources b/sources index 54bc396..9eb2a98 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-63cef43.tar.gz) = d2b26641651b3224d985b3d1b273d864eb83acb7de0120dfbcc4112196c75d5e3e4fb246283ee5f35a1ebbcbcb14e50813613a1e31dc9111ffaa46a5b90ee8fb +SHA512 (podman-6ba8819.tar.gz) = 96caecb55f5e051123b277944500b3217d851ec26c7a6cf31b10c8d3a8fa92dfe5b30f06107ea53794497e66379279b3928e7807622bab086499a634098d47f9 From 291b923f1246fd56f0b13bc4f624283f13c6a67b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 26 Jan 2021 09:32:42 +0000 Subject: [PATCH 1727/2185] podman-2:3.0.0-0.171.dev.git79565d1 - autobuilt 79565d1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 16fe16d..2d30870 100644 --- a/.gitignore +++ b/.gitignore @@ -1591,3 +1591,4 @@ /podman-23b879d.tar.gz /podman-63cef43.tar.gz /podman-6ba8819.tar.gz +/podman-79565d1.tar.gz diff --git a/podman.spec b/podman.spec index cab07c5..4df35bc 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 6ba8819d336ed3514b57c5818123ddfac80555ef +%global commit0 79565d1af18f07754e067b7203f42122d8fc03a9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.170.dev.git%{shortcommit0}%{?dist} +Release: 0.171.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.171.dev.git79565d1 +- autobuilt 79565d1 + * Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.170.dev.git6ba8819 - autobuilt 6ba8819 diff --git a/sources b/sources index 9eb2a98..534fc41 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-6ba8819.tar.gz) = 96caecb55f5e051123b277944500b3217d851ec26c7a6cf31b10c8d3a8fa92dfe5b30f06107ea53794497e66379279b3928e7807622bab086499a634098d47f9 +SHA512 (podman-79565d1.tar.gz) = 935b55ff48c45f78340472acac67a78d6a6fcc5c0e3db5d51f5c7c0da98a19ab45b37178cb83e1324bf6ae313a5ad87ed85e564584991670e6b5565519d1573e From e0187db4f7e4ad6e56afa55b974816b733f6875b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 26 Jan 2021 11:32:51 +0000 Subject: [PATCH 1728/2185] podman-2:3.0.0-0.172.dev.gite5e447d - autobuilt e5e447d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2d30870..ebb835d 100644 --- a/.gitignore +++ b/.gitignore @@ -1592,3 +1592,4 @@ /podman-63cef43.tar.gz /podman-6ba8819.tar.gz /podman-79565d1.tar.gz +/podman-e5e447d.tar.gz diff --git a/podman.spec b/podman.spec index 4df35bc..750fab4 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 79565d1af18f07754e067b7203f42122d8fc03a9 +%global commit0 e5e447debc0e011913e4389041e1561a5119a7eb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.171.dev.git%{shortcommit0}%{?dist} +Release: 0.172.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.172.dev.gite5e447d +- autobuilt e5e447d + * Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.171.dev.git79565d1 - autobuilt 79565d1 diff --git a/sources b/sources index 534fc41..ce5047e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-79565d1.tar.gz) = 935b55ff48c45f78340472acac67a78d6a6fcc5c0e3db5d51f5c7c0da98a19ab45b37178cb83e1324bf6ae313a5ad87ed85e564584991670e6b5565519d1573e +SHA512 (podman-e5e447d.tar.gz) = d629eb46c7910275a7aa355d24f93e37b970dabe3b1b23e4c914dc9a795fedb69b873e7f9d16ed2d465b5a077d85e63ba90407d98a2bef258099abcf3e7d8b2a From b5bfb65d97c6345e40384fb1b1ff41eed3816783 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 26 Jan 2021 13:33:15 +0000 Subject: [PATCH 1729/2185] podman-2:3.0.0-0.173.dev.gitefcd48b - autobuilt efcd48b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ebb835d..7d06b70 100644 --- a/.gitignore +++ b/.gitignore @@ -1593,3 +1593,4 @@ /podman-6ba8819.tar.gz /podman-79565d1.tar.gz /podman-e5e447d.tar.gz +/podman-efcd48b.tar.gz diff --git a/podman.spec b/podman.spec index 750fab4..9a5663e 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e5e447debc0e011913e4389041e1561a5119a7eb +%global commit0 efcd48b9668612eb975a299b79e7b6673a5addce %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.172.dev.git%{shortcommit0}%{?dist} +Release: 0.173.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.173.dev.gitefcd48b +- autobuilt efcd48b + * Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.172.dev.gite5e447d - autobuilt e5e447d diff --git a/sources b/sources index ce5047e..fb3f128 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-e5e447d.tar.gz) = d629eb46c7910275a7aa355d24f93e37b970dabe3b1b23e4c914dc9a795fedb69b873e7f9d16ed2d465b5a077d85e63ba90407d98a2bef258099abcf3e7d8b2a +SHA512 (podman-efcd48b.tar.gz) = 3fe4956a4995751620bac47247571084ce88924acf3b6b9b3771727de25b7a37228a6c24aa3f44c896f644dfdb014f0144c0e87298378e2b7626ed879c9ece1b From 8c4a22d3acfc65db2895154dca789e180cba5821 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 26 Jan 2021 15:34:16 +0000 Subject: [PATCH 1730/2185] podman-2:3.0.0-0.174.dev.gitf13385e - autobuilt f13385e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7d06b70..6bfd175 100644 --- a/.gitignore +++ b/.gitignore @@ -1594,3 +1594,4 @@ /podman-79565d1.tar.gz /podman-e5e447d.tar.gz /podman-efcd48b.tar.gz +/podman-f13385e.tar.gz diff --git a/podman.spec b/podman.spec index 9a5663e..99142b4 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 efcd48b9668612eb975a299b79e7b6673a5addce +%global commit0 f13385e80e9b8d0a7a074db21731020ce423d46a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.173.dev.git%{shortcommit0}%{?dist} +Release: 0.174.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.174.dev.gitf13385e +- autobuilt f13385e + * Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.173.dev.gitefcd48b - autobuilt efcd48b diff --git a/sources b/sources index fb3f128..371294d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-efcd48b.tar.gz) = 3fe4956a4995751620bac47247571084ce88924acf3b6b9b3771727de25b7a37228a6c24aa3f44c896f644dfdb014f0144c0e87298378e2b7626ed879c9ece1b +SHA512 (podman-f13385e.tar.gz) = 87a80842e135c1d61caa437fac78d4f60316b1a61021822c5c5c2ae41aa015d626bbb0db598859e91c87636ef2e204a17d899503c63c73fec264b64815468028 From 7ed7fe2ef45711be5a7d078bf4f6cc4f1f62378d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 26 Jan 2021 16:08:58 +0000 Subject: [PATCH 1731/2185] podman-2:3.0.0-0.175.dev.gitad1e0bb - autobuilt ad1e0bb Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6bfd175..1ec0a9c 100644 --- a/.gitignore +++ b/.gitignore @@ -1595,3 +1595,4 @@ /podman-e5e447d.tar.gz /podman-efcd48b.tar.gz /podman-f13385e.tar.gz +/podman-ad1e0bb.tar.gz diff --git a/podman.spec b/podman.spec index 99142b4..58d36a6 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 f13385e80e9b8d0a7a074db21731020ce423d46a +%global commit0 ad1e0bb77f56499ff22eeb8123aaab8e57a43c03 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.174.dev.git%{shortcommit0}%{?dist} +Release: 0.175.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.175.dev.gitad1e0bb +- autobuilt ad1e0bb + * Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.174.dev.gitf13385e - autobuilt f13385e diff --git a/sources b/sources index 371294d..dc4fe78 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-f13385e.tar.gz) = 87a80842e135c1d61caa437fac78d4f60316b1a61021822c5c5c2ae41aa015d626bbb0db598859e91c87636ef2e204a17d899503c63c73fec264b64815468028 +SHA512 (podman-ad1e0bb.tar.gz) = a6ef692794a4854ada319e4362370a74bdadc1cd0aaa6737c9d5cbe093778644eed9b4adb4e2d634b10043e4c5407b3b56a816816522a579a25410cfff1fd2de From e2054e477ec0ecc4da0f24371cb373d5a4050cb7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 26 Jan 2021 17:35:12 +0000 Subject: [PATCH 1732/2185] podman-2:3.0.0-0.176.dev.git5d44446 - autobuilt 5d44446 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1ec0a9c..c4cdfb7 100644 --- a/.gitignore +++ b/.gitignore @@ -1596,3 +1596,4 @@ /podman-efcd48b.tar.gz /podman-f13385e.tar.gz /podman-ad1e0bb.tar.gz +/podman-5d44446.tar.gz diff --git a/podman.spec b/podman.spec index 58d36a6..0a5fc81 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 ad1e0bb77f56499ff22eeb8123aaab8e57a43c03 +%global commit0 5d444466e1b55edbf48a2ad4999d4564bc20d01f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.175.dev.git%{shortcommit0}%{?dist} +Release: 0.176.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.176.dev.git5d44446 +- autobuilt 5d44446 + * Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.175.dev.gitad1e0bb - autobuilt ad1e0bb diff --git a/sources b/sources index dc4fe78..39570ed 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-ad1e0bb.tar.gz) = a6ef692794a4854ada319e4362370a74bdadc1cd0aaa6737c9d5cbe093778644eed9b4adb4e2d634b10043e4c5407b3b56a816816522a579a25410cfff1fd2de +SHA512 (podman-5d44446.tar.gz) = 75bfc22ceb5df4746d29831115c50277c88be962152a48109d5e432d3b8769f4f9bbab4b7b8a3d3c0738408f91ae888bedf67c0d7ef18de1b0d9ab18f1a9cbe6 From 013150de595fad0ff2ec636a94f6435310f896fd Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 27 Jan 2021 07:33:22 +0000 Subject: [PATCH 1733/2185] podman-2:3.0.0-0.177.dev.gitc3b3984 - autobuilt c3b3984 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c4cdfb7..ead112c 100644 --- a/.gitignore +++ b/.gitignore @@ -1597,3 +1597,4 @@ /podman-f13385e.tar.gz /podman-ad1e0bb.tar.gz /podman-5d44446.tar.gz +/podman-c3b3984.tar.gz diff --git a/podman.spec b/podman.spec index 0a5fc81..dde5768 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 5d444466e1b55edbf48a2ad4999d4564bc20d01f +%global commit0 c3b39842ce76e3e3bfc843abfebeeb603f04591d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.176.dev.git%{shortcommit0}%{?dist} +Release: 0.177.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.177.dev.gitc3b3984 +- autobuilt c3b3984 + * Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.176.dev.git5d44446 - autobuilt 5d44446 diff --git a/sources b/sources index 39570ed..f288535 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-5d44446.tar.gz) = 75bfc22ceb5df4746d29831115c50277c88be962152a48109d5e432d3b8769f4f9bbab4b7b8a3d3c0738408f91ae888bedf67c0d7ef18de1b0d9ab18f1a9cbe6 +SHA512 (podman-c3b3984.tar.gz) = 308fdc19b7cabd19f867baf35ee222bcdaa43b9830b36516237ab6251ef61dc3247b656c91442404f326c17f37d7e632a681cb3c2ffa006111176f51b26b8c6e From f157474a169bd89930dcdbaf217c86ad749c5948 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 27 Jan 2021 09:36:13 +0000 Subject: [PATCH 1734/2185] podman-2:3.0.0-0.178.dev.git2102e26 - autobuilt 2102e26 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ead112c..1d8221c 100644 --- a/.gitignore +++ b/.gitignore @@ -1598,3 +1598,4 @@ /podman-ad1e0bb.tar.gz /podman-5d44446.tar.gz /podman-c3b3984.tar.gz +/podman-2102e26.tar.gz diff --git a/podman.spec b/podman.spec index dde5768..71735f4 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 c3b39842ce76e3e3bfc843abfebeeb603f04591d +%global commit0 2102e26506f392499b78297d25e24d591dee3bc8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.177.dev.git%{shortcommit0}%{?dist} +Release: 0.178.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.178.dev.git2102e26 +- autobuilt 2102e26 + * Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.177.dev.gitc3b3984 - autobuilt c3b3984 diff --git a/sources b/sources index f288535..adc5227 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-c3b3984.tar.gz) = 308fdc19b7cabd19f867baf35ee222bcdaa43b9830b36516237ab6251ef61dc3247b656c91442404f326c17f37d7e632a681cb3c2ffa006111176f51b26b8c6e +SHA512 (podman-2102e26.tar.gz) = 12974812d0524b911ded911b329c966d843851b1ac432145fcab090b422ab3cef6a94ed8410377ad9e772c668cc613183fe6a9b162000e4b6fee56c1d8e3a52d From 7a2a95253f460aece63cd253395886a6a48e4c31 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 27 Jan 2021 12:05:53 +0000 Subject: [PATCH 1735/2185] podman-2:3.0.0-0.179.dev.git179b9d1 - autobuilt 179b9d1 Signed-off-by: RH Container Bot --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 71735f4..32c327d 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 2102e26506f392499b78297d25e24d591dee3bc8 +%global commit0 179b9d1745db19cb420b0a8f8d6afa4dfc07dd91 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.178.dev.git%{shortcommit0}%{?dist} +Release: 0.179.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.179.dev.git179b9d1 +- autobuilt 179b9d1 + * Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.178.dev.git2102e26 - autobuilt 2102e26 From 649182692ebdc381313765e9d94db506d9d68aef Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 27 Jan 2021 16:02:51 +0000 Subject: [PATCH 1736/2185] podman-2:3.0.0-0.180.dev.git2ff4da9 - autobuilt 2ff4da9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1d8221c..45621fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1599,3 +1599,4 @@ /podman-5d44446.tar.gz /podman-c3b3984.tar.gz /podman-2102e26.tar.gz +/podman-2ff4da9.tar.gz diff --git a/podman.spec b/podman.spec index 32c327d..975f127 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 179b9d1745db19cb420b0a8f8d6afa4dfc07dd91 +%global commit0 2ff4da9b59df27584e436ff59a9d12b2c5e5e410 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.179.dev.git%{shortcommit0}%{?dist} +Release: 0.180.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.180.dev.git2ff4da9 +- autobuilt 2ff4da9 + * Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.179.dev.git179b9d1 - autobuilt 179b9d1 diff --git a/sources b/sources index adc5227..6cfd9da 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-2102e26.tar.gz) = 12974812d0524b911ded911b329c966d843851b1ac432145fcab090b422ab3cef6a94ed8410377ad9e772c668cc613183fe6a9b162000e4b6fee56c1d8e3a52d +SHA512 (podman-2ff4da9.tar.gz) = 49770e90714efd9129589fe1bd9354e3413cb93942406dc3dde33d73b92c22a5be89f266bb90c7408d381e548acf2fa19d3efc099d82ebf0a25d1b0a3a965ef3 From 4eee14b0bab1cfbad20e7b22c81129e563ad30cf Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 27 Jan 2021 19:33:21 +0000 Subject: [PATCH 1737/2185] podman-2:3.0.0-0.181.dev.git1814fa2 - autobuilt 1814fa2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 45621fb..6ec4f14 100644 --- a/.gitignore +++ b/.gitignore @@ -1600,3 +1600,4 @@ /podman-c3b3984.tar.gz /podman-2102e26.tar.gz /podman-2ff4da9.tar.gz +/podman-1814fa2.tar.gz diff --git a/podman.spec b/podman.spec index 975f127..6ec8d90 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 2ff4da9b59df27584e436ff59a9d12b2c5e5e410 +%global commit0 1814fa2d21494a543881d7dc5bacffbb04d85d18 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.180.dev.git%{shortcommit0}%{?dist} +Release: 0.181.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.181.dev.git1814fa2 +- autobuilt 1814fa2 + * Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.180.dev.git2ff4da9 - autobuilt 2ff4da9 diff --git a/sources b/sources index 6cfd9da..9a7ae53 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-2ff4da9.tar.gz) = 49770e90714efd9129589fe1bd9354e3413cb93942406dc3dde33d73b92c22a5be89f266bb90c7408d381e548acf2fa19d3efc099d82ebf0a25d1b0a3a965ef3 +SHA512 (podman-1814fa2.tar.gz) = 0fde140d8f29156d21c6b8426e3df3059c3f1a4e8dcc6654658468f3af7e2e366caea98d45c37b86909cfb332df670db8abcc1affb26c1c8934f71c5313b51bc From 92b5129244d2852943d3d9a3f4d61aed12385430 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 27 Jan 2021 20:02:55 +0000 Subject: [PATCH 1738/2185] podman-2:3.0.0-0.182.dev.git14cc4aa - autobuilt 14cc4aa Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6ec4f14..e5cb4b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1601,3 +1601,4 @@ /podman-2102e26.tar.gz /podman-2ff4da9.tar.gz /podman-1814fa2.tar.gz +/podman-14cc4aa.tar.gz diff --git a/podman.spec b/podman.spec index 6ec8d90..877e9ba 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 1814fa2d21494a543881d7dc5bacffbb04d85d18 +%global commit0 14cc4aaf0a364bf0f4f7f77ec5f58fd79b1cb99e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.181.dev.git%{shortcommit0}%{?dist} +Release: 0.182.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.182.dev.git14cc4aa +- autobuilt 14cc4aa + * Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.181.dev.git1814fa2 - autobuilt 1814fa2 diff --git a/sources b/sources index 9a7ae53..bd64bea 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-1814fa2.tar.gz) = 0fde140d8f29156d21c6b8426e3df3059c3f1a4e8dcc6654658468f3af7e2e366caea98d45c37b86909cfb332df670db8abcc1affb26c1c8934f71c5313b51bc +SHA512 (podman-14cc4aa.tar.gz) = 3160aad90ee9dac2b16502bfd23fc2b61d68bc936f3e36fdfb1245f25d5827a6b34ccb24f9bb1189abbceb5b6f653ce8c3d4a70a3341f115fb8a0332fefe18e7 From 2e56555c778cc49ac0112b67072a43774615245a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 27 Jan 2021 21:32:40 +0000 Subject: [PATCH 1739/2185] podman-2:3.0.0-0.183.dev.git9d59daa - autobuilt 9d59daa Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e5cb4b3..4a8d035 100644 --- a/.gitignore +++ b/.gitignore @@ -1602,3 +1602,4 @@ /podman-2ff4da9.tar.gz /podman-1814fa2.tar.gz /podman-14cc4aa.tar.gz +/podman-9d59daa.tar.gz diff --git a/podman.spec b/podman.spec index 877e9ba..3e583d5 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 14cc4aaf0a364bf0f4f7f77ec5f58fd79b1cb99e +%global commit0 9d59daa7ccaea526a1aa742fadab537e77a51330 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.182.dev.git%{shortcommit0}%{?dist} +Release: 0.183.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.183.dev.git9d59daa +- autobuilt 9d59daa + * Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.182.dev.git14cc4aa - autobuilt 14cc4aa diff --git a/sources b/sources index bd64bea..643da7c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-14cc4aa.tar.gz) = 3160aad90ee9dac2b16502bfd23fc2b61d68bc936f3e36fdfb1245f25d5827a6b34ccb24f9bb1189abbceb5b6f653ce8c3d4a70a3341f115fb8a0332fefe18e7 +SHA512 (podman-9d59daa.tar.gz) = a31dadea20d865e9d6f8f64cfb274a719c57c5d50dc9c709cfdfb0e0ab49525e156d55a3c58270c432e41ab1d52c7a5c016d7e4d4e2ca61690eee11755cc01cd From 670c303171cbc7e0708795bc8638494d2aefe5a0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 28 Jan 2021 10:05:04 +0000 Subject: [PATCH 1740/2185] podman-2:3.0.0-0.184.dev.gitfb653c4 - autobuilt fb653c4 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4a8d035..bdd5bf4 100644 --- a/.gitignore +++ b/.gitignore @@ -1603,3 +1603,4 @@ /podman-1814fa2.tar.gz /podman-14cc4aa.tar.gz /podman-9d59daa.tar.gz +/podman-fb653c4.tar.gz diff --git a/podman.spec b/podman.spec index 3e583d5..b75bd0d 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9d59daa7ccaea526a1aa742fadab537e77a51330 +%global commit0 fb653c43ed1eb9eb9b97ca80edb8df6caab88905 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.183.dev.git%{shortcommit0}%{?dist} +Release: 0.184.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jan 28 2021 RH Container Bot - 2:3.0.0-0.184.dev.gitfb653c4 +- autobuilt fb653c4 + * Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.183.dev.git9d59daa - autobuilt 9d59daa diff --git a/sources b/sources index 643da7c..ab45257 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-9d59daa.tar.gz) = a31dadea20d865e9d6f8f64cfb274a719c57c5d50dc9c709cfdfb0e0ab49525e156d55a3c58270c432e41ab1d52c7a5c016d7e4d4e2ca61690eee11755cc01cd +SHA512 (podman-fb653c4.tar.gz) = f85fcec422325b47eba326c564559a1d49e476a0bc658c2e43bd2e581ab465e1b8994e86ade584123566038d0a13108e8f3df18202781a4a151b6c07593d9f52 From 539070301ed6ba824c60eeb313883c23c98ba8d1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 28 Jan 2021 20:02:47 +0000 Subject: [PATCH 1741/2185] podman-2:3.0.0-0.185.dev.git2ee034c - autobuilt 2ee034c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bdd5bf4..9a3f735 100644 --- a/.gitignore +++ b/.gitignore @@ -1604,3 +1604,4 @@ /podman-14cc4aa.tar.gz /podman-9d59daa.tar.gz /podman-fb653c4.tar.gz +/podman-2ee034c.tar.gz diff --git a/podman.spec b/podman.spec index b75bd0d..926c9fb 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 fb653c43ed1eb9eb9b97ca80edb8df6caab88905 +%global commit0 2ee034c1e6ddd9918b97ddea2fd3e6388ec8f60b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.184.dev.git%{shortcommit0}%{?dist} +Release: 0.185.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jan 28 2021 RH Container Bot - 2:3.0.0-0.185.dev.git2ee034c +- autobuilt 2ee034c + * Thu Jan 28 2021 RH Container Bot - 2:3.0.0-0.184.dev.gitfb653c4 - autobuilt fb653c4 diff --git a/sources b/sources index ab45257..c852736 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-fb653c4.tar.gz) = f85fcec422325b47eba326c564559a1d49e476a0bc658c2e43bd2e581ab465e1b8994e86ade584123566038d0a13108e8f3df18202781a4a151b6c07593d9f52 +SHA512 (podman-2ee034c.tar.gz) = 7cfa78b0e8138f7d82413b5411f9a26b4d8cd808ad5033665cca691b0e7368248325864ff67b6fb417c30ede4f9bd79ae3b5035ec392c7d64b96a4a4069db0b6 From aaf00c2bafa8336b460c08c03986dcef1736f205 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 28 Jan 2021 22:02:45 +0000 Subject: [PATCH 1742/2185] podman-2:3.0.0-0.186.dev.git0c6a889 - autobuilt 0c6a889 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9a3f735..5748b6e 100644 --- a/.gitignore +++ b/.gitignore @@ -1605,3 +1605,4 @@ /podman-9d59daa.tar.gz /podman-fb653c4.tar.gz /podman-2ee034c.tar.gz +/podman-0c6a889.tar.gz diff --git a/podman.spec b/podman.spec index 926c9fb..82d09fc 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 2ee034c1e6ddd9918b97ddea2fd3e6388ec8f60b +%global commit0 0c6a889a7ec93964a12a10870920727e13e438c3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.185.dev.git%{shortcommit0}%{?dist} +Release: 0.186.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jan 28 2021 RH Container Bot - 2:3.0.0-0.186.dev.git0c6a889 +- autobuilt 0c6a889 + * Thu Jan 28 2021 RH Container Bot - 2:3.0.0-0.185.dev.git2ee034c - autobuilt 2ee034c diff --git a/sources b/sources index c852736..05598dd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-2ee034c.tar.gz) = 7cfa78b0e8138f7d82413b5411f9a26b4d8cd808ad5033665cca691b0e7368248325864ff67b6fb417c30ede4f9bd79ae3b5035ec392c7d64b96a4a4069db0b6 +SHA512 (podman-0c6a889.tar.gz) = 0a3e74312903e51c5fffa5adb5cbd2fce309087a779fa48cc36cec806ee1392131a7657554b1a65d270217d30ac50ae01860b8fd0d6b080f52f0087227482ebb From 7d144deaa41407ad5ce78fc265a6308a44c2a5fb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 29 Jan 2021 17:33:44 +0000 Subject: [PATCH 1743/2185] podman-2:3.0.0-0.187.dev.git4ee66c2 - autobuilt 4ee66c2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5748b6e..9cf5157 100644 --- a/.gitignore +++ b/.gitignore @@ -1606,3 +1606,4 @@ /podman-fb653c4.tar.gz /podman-2ee034c.tar.gz /podman-0c6a889.tar.gz +/podman-4ee66c2.tar.gz diff --git a/podman.spec b/podman.spec index 82d09fc..30c8792 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 0c6a889a7ec93964a12a10870920727e13e438c3 +%global commit0 4ee66c2c2ecc747ec3d567c0cff6fb89b2f8f112 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.186.dev.git%{shortcommit0}%{?dist} +Release: 0.187.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jan 29 2021 RH Container Bot - 2:3.0.0-0.187.dev.git4ee66c2 +- autobuilt 4ee66c2 + * Thu Jan 28 2021 RH Container Bot - 2:3.0.0-0.186.dev.git0c6a889 - autobuilt 0c6a889 diff --git a/sources b/sources index 05598dd..167179c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-0c6a889.tar.gz) = 0a3e74312903e51c5fffa5adb5cbd2fce309087a779fa48cc36cec806ee1392131a7657554b1a65d270217d30ac50ae01860b8fd0d6b080f52f0087227482ebb +SHA512 (podman-4ee66c2.tar.gz) = d3a7c9d02842deaed2e221be67bf0472ad6681a55dc68b721fda9486910820ec4cf659eca303d22a5101054ae1a1f8c5b3ee8f453ec226b81a288d97235a73b8 From 989edaed3742ae28b7147978f42bcf9ad71d9ee6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 29 Jan 2021 19:35:12 +0000 Subject: [PATCH 1744/2185] podman-2:3.0.0-0.188.dev.gitf3a7bc1 - autobuilt f3a7bc1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9cf5157..df67cc6 100644 --- a/.gitignore +++ b/.gitignore @@ -1607,3 +1607,4 @@ /podman-2ee034c.tar.gz /podman-0c6a889.tar.gz /podman-4ee66c2.tar.gz +/podman-f3a7bc1.tar.gz diff --git a/podman.spec b/podman.spec index 30c8792..76875fb 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4ee66c2c2ecc747ec3d567c0cff6fb89b2f8f112 +%global commit0 f3a7bc1a7b80cbf556f04f8ad839b86ba7acb9e2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.187.dev.git%{shortcommit0}%{?dist} +Release: 0.188.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jan 29 2021 RH Container Bot - 2:3.0.0-0.188.dev.gitf3a7bc1 +- autobuilt f3a7bc1 + * Fri Jan 29 2021 RH Container Bot - 2:3.0.0-0.187.dev.git4ee66c2 - autobuilt 4ee66c2 diff --git a/sources b/sources index 167179c..eed2f85 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-4ee66c2.tar.gz) = d3a7c9d02842deaed2e221be67bf0472ad6681a55dc68b721fda9486910820ec4cf659eca303d22a5101054ae1a1f8c5b3ee8f453ec226b81a288d97235a73b8 +SHA512 (podman-f3a7bc1.tar.gz) = d816a504ce82802a0bd0339f8832e3569b909f75266c3e5db696389881e8351287471cd66e6f21f97ac87c8d076e8f127c7e1465eede70d5b14cb3869f933e8e From a26aacc2217391cd5fa60d603341b1401dbb209d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 29 Jan 2021 21:33:32 +0000 Subject: [PATCH 1745/2185] podman-2:3.0.0-0.189.dev.git2686e40 - autobuilt 2686e40 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index df67cc6..905729b 100644 --- a/.gitignore +++ b/.gitignore @@ -1608,3 +1608,4 @@ /podman-0c6a889.tar.gz /podman-4ee66c2.tar.gz /podman-f3a7bc1.tar.gz +/podman-2686e40.tar.gz diff --git a/podman.spec b/podman.spec index 76875fb..9d4efb4 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 f3a7bc1a7b80cbf556f04f8ad839b86ba7acb9e2 +%global commit0 2686e406a650f8ceac4b3763e0cfba16090d1c1b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.188.dev.git%{shortcommit0}%{?dist} +Release: 0.189.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jan 29 2021 RH Container Bot - 2:3.0.0-0.189.dev.git2686e40 +- autobuilt 2686e40 + * Fri Jan 29 2021 RH Container Bot - 2:3.0.0-0.188.dev.gitf3a7bc1 - autobuilt f3a7bc1 diff --git a/sources b/sources index eed2f85..cac81a2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-f3a7bc1.tar.gz) = d816a504ce82802a0bd0339f8832e3569b909f75266c3e5db696389881e8351287471cd66e6f21f97ac87c8d076e8f127c7e1465eede70d5b14cb3869f933e8e +SHA512 (podman-2686e40.tar.gz) = 84e100351c89ddd6f5717e91991f0981273ac829ec2fcfb19869f852dd0d97cce54e5dc8c99b90307d51c77423d3a94cae572476d2f1cf2150fdd14634cef17c From 3252effacd889f409344dad9f1572cd7f82c7b12 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 30 Jan 2021 11:33:46 +0000 Subject: [PATCH 1746/2185] podman-2:3.0.0-0.190.dev.git735b16e - autobuilt 735b16e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 905729b..186c945 100644 --- a/.gitignore +++ b/.gitignore @@ -1609,3 +1609,4 @@ /podman-4ee66c2.tar.gz /podman-f3a7bc1.tar.gz /podman-2686e40.tar.gz +/podman-735b16e.tar.gz diff --git a/podman.spec b/podman.spec index 9d4efb4..16b9f5e 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 2686e406a650f8ceac4b3763e0cfba16090d1c1b +%global commit0 735b16e34721449781f82b10555b15e4aead0deb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -43,7 +43,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v3.0.0-rc1 +%define built_tag v3.0.0-rc2 Name: podman %if 0%{?fedora} @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.189.dev.git%{shortcommit0}%{?dist} +Release: 0.190.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Jan 30 2021 RH Container Bot - 2:3.0.0-0.190.dev.git735b16e +- autobuilt 735b16e + * Fri Jan 29 2021 RH Container Bot - 2:3.0.0-0.189.dev.git2686e40 - autobuilt 2686e40 diff --git a/sources b/sources index cac81a2..852485d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-2686e40.tar.gz) = 84e100351c89ddd6f5717e91991f0981273ac829ec2fcfb19869f852dd0d97cce54e5dc8c99b90307d51c77423d3a94cae572476d2f1cf2150fdd14634cef17c +SHA512 (podman-735b16e.tar.gz) = 680af79b9124e420a5f1f82f3d6f0db64573f95691fc7d0a0f0e499abbc3b178f17a1589a8328ca35455e0699e8df60cea3d9472798e008c1d4e4b954e7ecb86 From 6c5c5da7006393b5f4702d35ebf979095ce4bb61 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 1 Feb 2021 09:34:17 +0000 Subject: [PATCH 1747/2185] podman-2:3.0.0-0.191.dev.git4ead806 - autobuilt 4ead806 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 186c945..eab656d 100644 --- a/.gitignore +++ b/.gitignore @@ -1610,3 +1610,4 @@ /podman-f3a7bc1.tar.gz /podman-2686e40.tar.gz /podman-735b16e.tar.gz +/podman-4ead806.tar.gz diff --git a/podman.spec b/podman.spec index 16b9f5e..d0aa742 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 735b16e34721449781f82b10555b15e4aead0deb +%global commit0 4ead8067cd0fb0ee3dcf8245f81b97f8b25edc4d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.190.dev.git%{shortcommit0}%{?dist} +Release: 0.191.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.191.dev.git4ead806 +- autobuilt 4ead806 + * Sat Jan 30 2021 RH Container Bot - 2:3.0.0-0.190.dev.git735b16e - autobuilt 735b16e diff --git a/sources b/sources index 852485d..669045d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-735b16e.tar.gz) = 680af79b9124e420a5f1f82f3d6f0db64573f95691fc7d0a0f0e499abbc3b178f17a1589a8328ca35455e0699e8df60cea3d9472798e008c1d4e4b954e7ecb86 +SHA512 (podman-4ead806.tar.gz) = af4971ba1d28eccdc467567489145f715cdbaf5c20c84012287933550fa61b0287441c9d9db5736ec50045239404cf3f2e0da24ae17992f0d864cef445e5246c From f2defd81a881c76869e167ea6d65b513cf4e275e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 1 Feb 2021 11:32:59 +0000 Subject: [PATCH 1748/2185] podman-2:3.0.0-0.192.dev.gitb045c17 - autobuilt b045c17 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index eab656d..39950bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1611,3 +1611,4 @@ /podman-2686e40.tar.gz /podman-735b16e.tar.gz /podman-4ead806.tar.gz +/podman-b045c17.tar.gz diff --git a/podman.spec b/podman.spec index d0aa742..47dfde1 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4ead8067cd0fb0ee3dcf8245f81b97f8b25edc4d +%global commit0 b045c173756dddcedf6a99a70f520bf423072826 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.191.dev.git%{shortcommit0}%{?dist} +Release: 0.192.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.192.dev.gitb045c17 +- autobuilt b045c17 + * Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.191.dev.git4ead806 - autobuilt 4ead806 diff --git a/sources b/sources index 669045d..3333f2a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-4ead806.tar.gz) = af4971ba1d28eccdc467567489145f715cdbaf5c20c84012287933550fa61b0287441c9d9db5736ec50045239404cf3f2e0da24ae17992f0d864cef445e5246c +SHA512 (podman-b045c17.tar.gz) = a2b75e8346a0a2de1b4c159cb0724ee1a1c7eac028bd5d1311b6deb618de4415e98386fa169a68ecec5b60b6d1049a0ec22328bb34828cf4c4caa0ed98730582 From 2bfa83f015166b5dfe03248d4f1b0ec08d469735 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 1 Feb 2021 14:02:42 +0000 Subject: [PATCH 1749/2185] podman-2:3.0.0-0.193.dev.git2018334 - autobuilt 2018334 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 39950bb..ab7a330 100644 --- a/.gitignore +++ b/.gitignore @@ -1612,3 +1612,4 @@ /podman-735b16e.tar.gz /podman-4ead806.tar.gz /podman-b045c17.tar.gz +/podman-2018334.tar.gz diff --git a/podman.spec b/podman.spec index 47dfde1..92c7723 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b045c173756dddcedf6a99a70f520bf423072826 +%global commit0 20183349fd2c6a9a569c6c79234af48bb5d92ff7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.192.dev.git%{shortcommit0}%{?dist} +Release: 0.193.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.193.dev.git2018334 +- autobuilt 2018334 + * Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.192.dev.gitb045c17 - autobuilt b045c17 diff --git a/sources b/sources index 3333f2a..6eb41a1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-b045c17.tar.gz) = a2b75e8346a0a2de1b4c159cb0724ee1a1c7eac028bd5d1311b6deb618de4415e98386fa169a68ecec5b60b6d1049a0ec22328bb34828cf4c4caa0ed98730582 +SHA512 (podman-2018334.tar.gz) = a3fc8678895b1f5104f57fe45f077c4d7c20969fc42ab96714e238e4233136fdbfbbe7f945af9a92f92d0a09c6b90a89c90b907624273633f2df49042eb29c30 From e38509aafc6c808b7c41aa50b6e44183c3293d80 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 1 Feb 2021 18:02:53 +0000 Subject: [PATCH 1750/2185] podman-2:3.0.0-0.194.dev.git182e841 - autobuilt 182e841 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ab7a330..c663e3f 100644 --- a/.gitignore +++ b/.gitignore @@ -1613,3 +1613,4 @@ /podman-4ead806.tar.gz /podman-b045c17.tar.gz /podman-2018334.tar.gz +/podman-182e841.tar.gz diff --git a/podman.spec b/podman.spec index 92c7723..237ed9d 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 20183349fd2c6a9a569c6c79234af48bb5d92ff7 +%global commit0 182e8414d406d3058e985104af98f30a9e8f56fa %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.193.dev.git%{shortcommit0}%{?dist} +Release: 0.194.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.194.dev.git182e841 +- autobuilt 182e841 + * Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.193.dev.git2018334 - autobuilt 2018334 diff --git a/sources b/sources index 6eb41a1..92151df 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-2018334.tar.gz) = a3fc8678895b1f5104f57fe45f077c4d7c20969fc42ab96714e238e4233136fdbfbbe7f945af9a92f92d0a09c6b90a89c90b907624273633f2df49042eb29c30 +SHA512 (podman-182e841.tar.gz) = 9c768ed5971fcbcafb535c8326a332a05c73706c3be5ca44e4029890d69b5fa1b9badab8a3e9de67335297c2381b8110848d06864bebeefed71e13b10c36c807 From e7226b73e5b8fe0bfa6e623b41ae9dbe67ebf502 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 1 Feb 2021 21:33:34 +0000 Subject: [PATCH 1751/2185] podman-2:3.0.0-0.195.dev.git48a0e00 - autobuilt 48a0e00 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c663e3f..ab34b9d 100644 --- a/.gitignore +++ b/.gitignore @@ -1614,3 +1614,4 @@ /podman-b045c17.tar.gz /podman-2018334.tar.gz /podman-182e841.tar.gz +/podman-48a0e00.tar.gz diff --git a/podman.spec b/podman.spec index 237ed9d..18ac84f 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 182e8414d406d3058e985104af98f30a9e8f56fa +%global commit0 48a0e002d5303a36e35de1237e952de749c2b7ee %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.194.dev.git%{shortcommit0}%{?dist} +Release: 0.195.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.195.dev.git48a0e00 +- autobuilt 48a0e00 + * Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.194.dev.git182e841 - autobuilt 182e841 diff --git a/sources b/sources index 92151df..db44625 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-182e841.tar.gz) = 9c768ed5971fcbcafb535c8326a332a05c73706c3be5ca44e4029890d69b5fa1b9badab8a3e9de67335297c2381b8110848d06864bebeefed71e13b10c36c807 +SHA512 (podman-48a0e00.tar.gz) = dfaea614531c8953facb6e46031b17e74fdcde717402cc95d54797faaa2c2a4d42cfa6036ccbbe8f296cbb7a5267bc4aa9ece5b09bbb12932fe7e63a9ab157eb From c65f86fab803399c697bf8606da7c67716d3a322 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 2 Feb 2021 02:03:35 +0000 Subject: [PATCH 1752/2185] podman-2:3.0.0-0.196.dev.git52575db - autobuilt 52575db Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ab34b9d..042c733 100644 --- a/.gitignore +++ b/.gitignore @@ -1615,3 +1615,4 @@ /podman-2018334.tar.gz /podman-182e841.tar.gz /podman-48a0e00.tar.gz +/podman-52575db.tar.gz diff --git a/podman.spec b/podman.spec index 18ac84f..35eeca3 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 48a0e002d5303a36e35de1237e952de749c2b7ee +%global commit0 52575db9b40ad141dc5521d7646e8ed636651b54 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.195.dev.git%{shortcommit0}%{?dist} +Release: 0.196.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.196.dev.git52575db +- autobuilt 52575db + * Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.195.dev.git48a0e00 - autobuilt 48a0e00 diff --git a/sources b/sources index db44625..3000613 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-48a0e00.tar.gz) = dfaea614531c8953facb6e46031b17e74fdcde717402cc95d54797faaa2c2a4d42cfa6036ccbbe8f296cbb7a5267bc4aa9ece5b09bbb12932fe7e63a9ab157eb +SHA512 (podman-52575db.tar.gz) = 40521f5df95ba21a662edcd30ea945eb686a9d9528d00675e8ac32272bb26c80226e0c85fa8f07d4a4398c38c0f2909e0840a19e19ebef9b139dc20b5ea4183d From b80ec43de7211456d08a1de177e4476a6e672e28 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 2 Feb 2021 11:33:19 +0000 Subject: [PATCH 1753/2185] podman-2:3.0.0-0.197.dev.git2314af7 - autobuilt 2314af7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 042c733..4c95203 100644 --- a/.gitignore +++ b/.gitignore @@ -1616,3 +1616,4 @@ /podman-182e841.tar.gz /podman-48a0e00.tar.gz /podman-52575db.tar.gz +/podman-2314af7.tar.gz diff --git a/podman.spec b/podman.spec index 35eeca3..1733015 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 52575db9b40ad141dc5521d7646e8ed636651b54 +%global commit0 2314af70bdacf75135a11b48b87dba8e461a43ea %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.196.dev.git%{shortcommit0}%{?dist} +Release: 0.197.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.197.dev.git2314af7 +- autobuilt 2314af7 + * Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.196.dev.git52575db - autobuilt 52575db diff --git a/sources b/sources index 3000613..fd677c0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-52575db.tar.gz) = 40521f5df95ba21a662edcd30ea945eb686a9d9528d00675e8ac32272bb26c80226e0c85fa8f07d4a4398c38c0f2909e0840a19e19ebef9b139dc20b5ea4183d +SHA512 (podman-2314af7.tar.gz) = 807f83118607601d771ee44522a07a24a8a49b40446d3023a358feda89a1a7b584bf39ce91d89262b8f8d0a8e71235fec7f9fe9c42489c73b7e7e52bd4e5af88 From 4036adcaba9ee1c488bc5cdab21ca9c126e14baa Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 2 Feb 2021 13:33:15 +0000 Subject: [PATCH 1754/2185] podman-2:3.0.0-0.198.dev.git828279d - autobuilt 828279d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4c95203..ad2eb7d 100644 --- a/.gitignore +++ b/.gitignore @@ -1617,3 +1617,4 @@ /podman-48a0e00.tar.gz /podman-52575db.tar.gz /podman-2314af7.tar.gz +/podman-828279d.tar.gz diff --git a/podman.spec b/podman.spec index 1733015..3410472 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 2314af70bdacf75135a11b48b87dba8e461a43ea +%global commit0 828279dac2d9d1a19ca2ed05e6ad09730179821a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.197.dev.git%{shortcommit0}%{?dist} +Release: 0.198.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.198.dev.git828279d +- autobuilt 828279d + * Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.197.dev.git2314af7 - autobuilt 2314af7 diff --git a/sources b/sources index fd677c0..36f28ee 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-2314af7.tar.gz) = 807f83118607601d771ee44522a07a24a8a49b40446d3023a358feda89a1a7b584bf39ce91d89262b8f8d0a8e71235fec7f9fe9c42489c73b7e7e52bd4e5af88 +SHA512 (podman-828279d.tar.gz) = 975bbe48b6b2c047f1ab7e9b24f9a71676f6dabe5edfde2e92e10a67fab8e6e21060fbf4e3b126e12ffe73d7f3b772967b0fee72d8963be7b692890a10932ba5 From a40a80797103f7c82f679cef8a18ffecfdf9ea64 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 2 Feb 2021 14:02:53 +0000 Subject: [PATCH 1755/2185] podman-2:3.0.0-0.199.dev.gitd66a18c - autobuilt d66a18c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ad2eb7d..c19472f 100644 --- a/.gitignore +++ b/.gitignore @@ -1618,3 +1618,4 @@ /podman-52575db.tar.gz /podman-2314af7.tar.gz /podman-828279d.tar.gz +/podman-d66a18c.tar.gz diff --git a/podman.spec b/podman.spec index 3410472..1a47e83 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 828279dac2d9d1a19ca2ed05e6ad09730179821a +%global commit0 d66a18cb11688060a3ef737dd05758398279f053 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.198.dev.git%{shortcommit0}%{?dist} +Release: 0.199.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.199.dev.gitd66a18c +- autobuilt d66a18c + * Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.198.dev.git828279d - autobuilt 828279d diff --git a/sources b/sources index 36f28ee..e6c1157 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-828279d.tar.gz) = 975bbe48b6b2c047f1ab7e9b24f9a71676f6dabe5edfde2e92e10a67fab8e6e21060fbf4e3b126e12ffe73d7f3b772967b0fee72d8963be7b692890a10932ba5 +SHA512 (podman-d66a18c.tar.gz) = da56046082c771cbe6900431a136aa295a8747df2f0d7b77d0a5869ae85ef9101ae8b390b9bc2b1489fd619e80010b59027259cebceda31a9cc9ea692aee4069 From c1bd7d8e0c95b91584143d6681b0d209f1ab5853 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 2 Feb 2021 19:33:04 +0000 Subject: [PATCH 1756/2185] podman-2:3.0.0-0.200.dev.git628b0d7 - autobuilt 628b0d7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c19472f..db2511d 100644 --- a/.gitignore +++ b/.gitignore @@ -1619,3 +1619,4 @@ /podman-2314af7.tar.gz /podman-828279d.tar.gz /podman-d66a18c.tar.gz +/podman-628b0d7.tar.gz diff --git a/podman.spec b/podman.spec index 1a47e83..a435034 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d66a18cb11688060a3ef737dd05758398279f053 +%global commit0 628b0d79b523953cc6aa9b48bd91d04d0843353b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.199.dev.git%{shortcommit0}%{?dist} +Release: 0.200.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.200.dev.git628b0d7 +- autobuilt 628b0d7 + * Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.199.dev.gitd66a18c - autobuilt d66a18c diff --git a/sources b/sources index e6c1157..7ec82e5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-d66a18c.tar.gz) = da56046082c771cbe6900431a136aa295a8747df2f0d7b77d0a5869ae85ef9101ae8b390b9bc2b1489fd619e80010b59027259cebceda31a9cc9ea692aee4069 +SHA512 (podman-628b0d7.tar.gz) = 60df77b5daed88953543044f99925febb59c58b5c3cc1064404d30bce0073167a497949bff9e75598205118fbe4f0f22a5dbab13277d21055adba78b753cd602 From 8192e6ec697d872a4c381da3f68c2a4d0c705584 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 2 Feb 2021 20:03:11 +0000 Subject: [PATCH 1757/2185] podman-2:3.0.0-0.201.dev.gitaab8a93 - autobuilt aab8a93 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index db2511d..d2630c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1620,3 +1620,4 @@ /podman-828279d.tar.gz /podman-d66a18c.tar.gz /podman-628b0d7.tar.gz +/podman-aab8a93.tar.gz diff --git a/podman.spec b/podman.spec index a435034..3575158 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 628b0d79b523953cc6aa9b48bd91d04d0843353b +%global commit0 aab8a934f5bd9bc58959c49f334d3ba57a0f5135 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.200.dev.git%{shortcommit0}%{?dist} +Release: 0.201.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.201.dev.gitaab8a93 +- autobuilt aab8a93 + * Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.200.dev.git628b0d7 - autobuilt 628b0d7 diff --git a/sources b/sources index 7ec82e5..c4405e3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-628b0d7.tar.gz) = 60df77b5daed88953543044f99925febb59c58b5c3cc1064404d30bce0073167a497949bff9e75598205118fbe4f0f22a5dbab13277d21055adba78b753cd602 +SHA512 (podman-aab8a93.tar.gz) = 7f2dfc64f73e9c6afc552e64fe2b2971c8700217dd7905ed526f3be9ca840a9580aee4b997c4651061846145da52f4cd61dbcd51f07c34264b0f1ec40edfcc6c From 654ac4227123a96db8bcb5e57e01841712de23f3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 2 Feb 2021 21:32:57 +0000 Subject: [PATCH 1758/2185] podman-2:3.0.0-0.202.dev.gitd1e0afd - autobuilt d1e0afd Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d2630c4..ecfdbdb 100644 --- a/.gitignore +++ b/.gitignore @@ -1621,3 +1621,4 @@ /podman-d66a18c.tar.gz /podman-628b0d7.tar.gz /podman-aab8a93.tar.gz +/podman-d1e0afd.tar.gz diff --git a/podman.spec b/podman.spec index 3575158..103fb6d 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 aab8a934f5bd9bc58959c49f334d3ba57a0f5135 +%global commit0 d1e0afdd47c1868ce0d22e48ae9b0b9d89ba6274 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.201.dev.git%{shortcommit0}%{?dist} +Release: 0.202.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.202.dev.gitd1e0afd +- autobuilt d1e0afd + * Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.201.dev.gitaab8a93 - autobuilt aab8a93 diff --git a/sources b/sources index c4405e3..72787ad 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-aab8a93.tar.gz) = 7f2dfc64f73e9c6afc552e64fe2b2971c8700217dd7905ed526f3be9ca840a9580aee4b997c4651061846145da52f4cd61dbcd51f07c34264b0f1ec40edfcc6c +SHA512 (podman-d1e0afd.tar.gz) = 74f7a068645282ff8da441a3b062c60910615e01f39c2111bd4d0742dd1090bd0e28d28cb5325352a088946572fce6d44c5ab043df419ab990ba04370bccaa38 From 11743d8ee1c19294496a50f1e667cb73ba82e835 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 3 Feb 2021 10:03:42 +0000 Subject: [PATCH 1759/2185] podman-2:3.0.0-0.203.dev.git9742165 - autobuilt 9742165 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ecfdbdb..4464ac4 100644 --- a/.gitignore +++ b/.gitignore @@ -1622,3 +1622,4 @@ /podman-628b0d7.tar.gz /podman-aab8a93.tar.gz /podman-d1e0afd.tar.gz +/podman-9742165.tar.gz diff --git a/podman.spec b/podman.spec index 103fb6d..de8d977 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d1e0afdd47c1868ce0d22e48ae9b0b9d89ba6274 +%global commit0 97421651d3821a03eab319befdedcf554c31a2f9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.202.dev.git%{shortcommit0}%{?dist} +Release: 0.203.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Feb 03 2021 RH Container Bot - 2:3.0.0-0.203.dev.git9742165 +- autobuilt 9742165 + * Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.202.dev.gitd1e0afd - autobuilt d1e0afd diff --git a/sources b/sources index 72787ad..23ec45b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-d1e0afd.tar.gz) = 74f7a068645282ff8da441a3b062c60910615e01f39c2111bd4d0742dd1090bd0e28d28cb5325352a088946572fce6d44c5ab043df419ab990ba04370bccaa38 +SHA512 (podman-9742165.tar.gz) = 2272a9e27aac6c95785cf76d2a263e890e6ae5216708a594876315529aab5facfe079e72a5954995505bd91c5fde3584ef16ad40244f8229dfcb5967fa9b9480 From af688bcc9988e3b075db416040dc07b545f666a0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 3 Feb 2021 12:02:54 +0000 Subject: [PATCH 1760/2185] podman-2:3.0.0-0.204.dev.gita086f60 - autobuilt a086f60 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4464ac4..4d4d34f 100644 --- a/.gitignore +++ b/.gitignore @@ -1623,3 +1623,4 @@ /podman-aab8a93.tar.gz /podman-d1e0afd.tar.gz /podman-9742165.tar.gz +/podman-a086f60.tar.gz diff --git a/podman.spec b/podman.spec index de8d977..27dc7ae 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 97421651d3821a03eab319befdedcf554c31a2f9 +%global commit0 a086f601e306e7eac94826d5cc368d6220535074 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.203.dev.git%{shortcommit0}%{?dist} +Release: 0.204.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Feb 03 2021 RH Container Bot - 2:3.0.0-0.204.dev.gita086f60 +- autobuilt a086f60 + * Wed Feb 03 2021 RH Container Bot - 2:3.0.0-0.203.dev.git9742165 - autobuilt 9742165 diff --git a/sources b/sources index 23ec45b..a9d5e3b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-9742165.tar.gz) = 2272a9e27aac6c95785cf76d2a263e890e6ae5216708a594876315529aab5facfe079e72a5954995505bd91c5fde3584ef16ad40244f8229dfcb5967fa9b9480 +SHA512 (podman-a086f60.tar.gz) = 1880b658a5fe3421f6d553652595743b12d91e12a90e6d97ee557cac89da280b845a739bf916911f9fa51d494ceaef670c75f8921dd4033fac7c49444380c83e From 807e1910be31616210798c563d1995e87eb34ddf Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 8 Feb 2021 19:25:53 +0000 Subject: [PATCH 1761/2185] podman-2:3.0.0-0.205.dev.git19507d0 - autobuilt 19507d0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4d4d34f..0e8dc28 100644 --- a/.gitignore +++ b/.gitignore @@ -1624,3 +1624,4 @@ /podman-d1e0afd.tar.gz /podman-9742165.tar.gz /podman-a086f60.tar.gz +/podman-19507d0.tar.gz diff --git a/podman.spec b/podman.spec index 27dc7ae..cc67e73 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 a086f601e306e7eac94826d5cc368d6220535074 +%global commit0 19507d0ffe8cda0a69f056838556f471fd9e61fa %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -43,7 +43,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v3.0.0-rc2 +%define built_tag v3.0.0-rc3 Name: podman %if 0%{?fedora} @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.204.dev.git%{shortcommit0}%{?dist} +Release: 0.205.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Feb 08 2021 RH Container Bot - 2:3.0.0-0.205.dev.git19507d0 +- autobuilt 19507d0 + * Wed Feb 03 2021 RH Container Bot - 2:3.0.0-0.204.dev.gita086f60 - autobuilt a086f60 diff --git a/sources b/sources index a9d5e3b..666b412 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-a086f60.tar.gz) = 1880b658a5fe3421f6d553652595743b12d91e12a90e6d97ee557cac89da280b845a739bf916911f9fa51d494ceaef670c75f8921dd4033fac7c49444380c83e +SHA512 (podman-19507d0.tar.gz) = 9a1953b6d33e25fdc6677d3ec21538b66138227920708c91b5bf0bde81894121cf4e75010820617fd7c3429a10a505d5caa1c897300d0000d6939d47bbb8b457 From da416322d42ef4528c3c5d5480a489c988eaa643 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 9 Feb 2021 10:32:41 +0000 Subject: [PATCH 1762/2185] podman-2:3.0.0-0.206.dev.git9da4169 - autobuilt 9da4169 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0e8dc28..30d8752 100644 --- a/.gitignore +++ b/.gitignore @@ -1625,3 +1625,4 @@ /podman-9742165.tar.gz /podman-a086f60.tar.gz /podman-19507d0.tar.gz +/podman-9da4169.tar.gz diff --git a/podman.spec b/podman.spec index cc67e73..dac7f3d 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 19507d0ffe8cda0a69f056838556f471fd9e61fa +%global commit0 9da4169e312bb822a0fbae8e18a0eb7c7eff6e64 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.205.dev.git%{shortcommit0}%{?dist} +Release: 0.206.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Feb 09 2021 RH Container Bot - 2:3.0.0-0.206.dev.git9da4169 +- autobuilt 9da4169 + * Mon Feb 08 2021 RH Container Bot - 2:3.0.0-0.205.dev.git19507d0 - autobuilt 19507d0 diff --git a/sources b/sources index 666b412..f5a9e3d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-19507d0.tar.gz) = 9a1953b6d33e25fdc6677d3ec21538b66138227920708c91b5bf0bde81894121cf4e75010820617fd7c3429a10a505d5caa1c897300d0000d6939d47bbb8b457 +SHA512 (podman-9da4169.tar.gz) = 85ac9906b9d58e7ac4d3a6773d781485f6b3e285fbd44f2ddaedf1c1e86ba37a09d627a10d9919585248e611a473ac3936365ce58515112cd624a437439ad0df From 4fcb5aed73cce6f6394584bc12b28d21f8765932 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 9 Feb 2021 17:02:14 +0000 Subject: [PATCH 1763/2185] podman-2:3.0.0-0.207.dev.gitf98605e - autobuilt f98605e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 30d8752..7bf02f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1626,3 +1626,4 @@ /podman-a086f60.tar.gz /podman-19507d0.tar.gz /podman-9da4169.tar.gz +/podman-f98605e.tar.gz diff --git a/podman.spec b/podman.spec index dac7f3d..9aea930 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9da4169e312bb822a0fbae8e18a0eb7c7eff6e64 +%global commit0 f98605e0e4f25c148b27cc617976357ff5b9d96e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.206.dev.git%{shortcommit0}%{?dist} +Release: 0.207.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Feb 09 2021 RH Container Bot - 2:3.0.0-0.207.dev.gitf98605e +- autobuilt f98605e + * Tue Feb 09 2021 RH Container Bot - 2:3.0.0-0.206.dev.git9da4169 - autobuilt 9da4169 diff --git a/sources b/sources index f5a9e3d..5136543 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-9da4169.tar.gz) = 85ac9906b9d58e7ac4d3a6773d781485f6b3e285fbd44f2ddaedf1c1e86ba37a09d627a10d9919585248e611a473ac3936365ce58515112cd624a437439ad0df +SHA512 (podman-f98605e.tar.gz) = 8fd1d297c34835d8143635c9c6da490ce600b7bab824389ff55c1e792977ce38c357d29dccaac37fb5c885482dca923aae97d359d54b832fef973acc44b1c34a From d2c2997f2cae0ca14e228b80563f0a5cb2db05d8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 9 Feb 2021 18:32:46 +0000 Subject: [PATCH 1764/2185] podman-2:3.0.0-0.208.dev.git763d522 - autobuilt 763d522 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7bf02f2..2ceb0ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1627,3 +1627,4 @@ /podman-19507d0.tar.gz /podman-9da4169.tar.gz /podman-f98605e.tar.gz +/podman-763d522.tar.gz diff --git a/podman.spec b/podman.spec index 9aea930..0d6f456 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 f98605e0e4f25c148b27cc617976357ff5b9d96e +%global commit0 763d522983b819ecd38689c9c0840069d1e2b530 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.207.dev.git%{shortcommit0}%{?dist} +Release: 0.208.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Feb 09 2021 RH Container Bot - 2:3.0.0-0.208.dev.git763d522 +- autobuilt 763d522 + * Tue Feb 09 2021 RH Container Bot - 2:3.0.0-0.207.dev.gitf98605e - autobuilt f98605e diff --git a/sources b/sources index 5136543..c392d3a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-f98605e.tar.gz) = 8fd1d297c34835d8143635c9c6da490ce600b7bab824389ff55c1e792977ce38c357d29dccaac37fb5c885482dca923aae97d359d54b832fef973acc44b1c34a +SHA512 (podman-763d522.tar.gz) = fe0df1b62d2a844fb1478d47232f2b2b09cd0b73bea6509e323dc8306aeef92337980af017b2034eec7ad5b3ba73acfcc5c5137ff48b5008098345c993a47f17 From 91abda5d4adcd73613bfdb505daaa4226540c308 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 9 Feb 2021 20:31:45 +0000 Subject: [PATCH 1765/2185] podman-2:3.0.0-0.209.dev.git8600c3b - autobuilt 8600c3b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2ceb0ee..e47df0f 100644 --- a/.gitignore +++ b/.gitignore @@ -1628,3 +1628,4 @@ /podman-9da4169.tar.gz /podman-f98605e.tar.gz /podman-763d522.tar.gz +/podman-8600c3b.tar.gz diff --git a/podman.spec b/podman.spec index 0d6f456..dd40e7c 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 763d522983b819ecd38689c9c0840069d1e2b530 +%global commit0 8600c3b8e2436d73c7c13deb0da869b7f35069ea %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.208.dev.git%{shortcommit0}%{?dist} +Release: 0.209.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Feb 09 2021 RH Container Bot - 2:3.0.0-0.209.dev.git8600c3b +- autobuilt 8600c3b + * Tue Feb 09 2021 RH Container Bot - 2:3.0.0-0.208.dev.git763d522 - autobuilt 763d522 diff --git a/sources b/sources index c392d3a..e077800 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-763d522.tar.gz) = fe0df1b62d2a844fb1478d47232f2b2b09cd0b73bea6509e323dc8306aeef92337980af017b2034eec7ad5b3ba73acfcc5c5137ff48b5008098345c993a47f17 +SHA512 (podman-8600c3b.tar.gz) = 72f595eaf698dd3fd1dd3441db0fde8a8dae143039a2b4d4c1a388dc72f5d8c8bc588ef4a4fd84596cf588da56c5055cc9497b7ce9bc8d373a56c24cda1c6e6d From bf4b16d0d2cf1cbf4e1d66b6f76e185b41e271f9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 10 Feb 2021 00:31:48 +0000 Subject: [PATCH 1766/2185] podman-2:3.0.0-0.210.dev.git2d829ae - autobuilt 2d829ae Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e47df0f..a98bfab 100644 --- a/.gitignore +++ b/.gitignore @@ -1629,3 +1629,4 @@ /podman-f98605e.tar.gz /podman-763d522.tar.gz /podman-8600c3b.tar.gz +/podman-2d829ae.tar.gz diff --git a/podman.spec b/podman.spec index dd40e7c..f5d67ba 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 8600c3b8e2436d73c7c13deb0da869b7f35069ea +%global commit0 2d829aeb1fe0dc19c45e796141ab78ff192b5dbb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.209.dev.git%{shortcommit0}%{?dist} +Release: 0.210.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Feb 10 2021 RH Container Bot - 2:3.0.0-0.210.dev.git2d829ae +- autobuilt 2d829ae + * Tue Feb 09 2021 RH Container Bot - 2:3.0.0-0.209.dev.git8600c3b - autobuilt 8600c3b diff --git a/sources b/sources index e077800..25075e9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-8600c3b.tar.gz) = 72f595eaf698dd3fd1dd3441db0fde8a8dae143039a2b4d4c1a388dc72f5d8c8bc588ef4a4fd84596cf588da56c5055cc9497b7ce9bc8d373a56c24cda1c6e6d +SHA512 (podman-2d829ae.tar.gz) = 68e4c1ca259b47f9e779b2e3293cae52a6700cbbcdfd098a79625bdf2550f02221ac4a0cfa2ad1e3cf9fe5d8e7f4f1b56959bf702345914703304a9a9225e2ab From 929ce858eef91c534e9e6f6724e6535e639f04b3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 10 Feb 2021 07:02:15 +0000 Subject: [PATCH 1767/2185] podman-2:3.0.0-0.211.dev.git055e2dd - autobuilt 055e2dd Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a98bfab..d5a19c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1630,3 +1630,4 @@ /podman-763d522.tar.gz /podman-8600c3b.tar.gz /podman-2d829ae.tar.gz +/podman-055e2dd.tar.gz diff --git a/podman.spec b/podman.spec index f5d67ba..688ff5f 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 2d829aeb1fe0dc19c45e796141ab78ff192b5dbb +%global commit0 055e2dda3a1888d319d542abe8735e791e736451 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.210.dev.git%{shortcommit0}%{?dist} +Release: 0.211.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Feb 10 2021 RH Container Bot - 2:3.0.0-0.211.dev.git055e2dd +- autobuilt 055e2dd + * Wed Feb 10 2021 RH Container Bot - 2:3.0.0-0.210.dev.git2d829ae - autobuilt 2d829ae diff --git a/sources b/sources index 25075e9..6fd88b8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-2d829ae.tar.gz) = 68e4c1ca259b47f9e779b2e3293cae52a6700cbbcdfd098a79625bdf2550f02221ac4a0cfa2ad1e3cf9fe5d8e7f4f1b56959bf702345914703304a9a9225e2ab +SHA512 (podman-055e2dd.tar.gz) = 02f9a8abd8266de1a6a7342b734300fb56a934edd771e5553320d6728f399500f4d87433f38b1ae0ea210b55c0cc9e5781e9b10bfc931c06a5e52c06d4120c34 From f3983d85e88c198f725a3e67a3be4d2db2125126 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 10 Feb 2021 13:02:22 +0000 Subject: [PATCH 1768/2185] podman-2:3.0.0-0.212.dev.git629a979 - autobuilt 629a979 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d5a19c8..81ea91e 100644 --- a/.gitignore +++ b/.gitignore @@ -1631,3 +1631,4 @@ /podman-8600c3b.tar.gz /podman-2d829ae.tar.gz /podman-055e2dd.tar.gz +/podman-629a979.tar.gz diff --git a/podman.spec b/podman.spec index 688ff5f..70a83dd 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 055e2dda3a1888d319d542abe8735e791e736451 +%global commit0 629a9796e5be3f239928600613170e430c3e17b7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.211.dev.git%{shortcommit0}%{?dist} +Release: 0.212.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Feb 10 2021 RH Container Bot - 2:3.0.0-0.212.dev.git629a979 +- autobuilt 629a979 + * Wed Feb 10 2021 RH Container Bot - 2:3.0.0-0.211.dev.git055e2dd - autobuilt 055e2dd diff --git a/sources b/sources index 6fd88b8..84a92b2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-055e2dd.tar.gz) = 02f9a8abd8266de1a6a7342b734300fb56a934edd771e5553320d6728f399500f4d87433f38b1ae0ea210b55c0cc9e5781e9b10bfc931c06a5e52c06d4120c34 +SHA512 (podman-629a979.tar.gz) = c0c287d64d26b711b7d234cb8b614c233263fbac0cdf54e42219cd7d2960dd1d952e2e23c2ffaea55fe13ff22965fca94ee3623dbd8d5041eaf8dbdb19044ee6 From cba4235b3b1016cae975b75ad8ddc3cd6a9a3689 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 10 Feb 2021 14:32:35 +0000 Subject: [PATCH 1769/2185] podman-2:3.0.0-0.213.dev.gitb4ca924 - autobuilt b4ca924 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 81ea91e..33b0c31 100644 --- a/.gitignore +++ b/.gitignore @@ -1632,3 +1632,4 @@ /podman-2d829ae.tar.gz /podman-055e2dd.tar.gz /podman-629a979.tar.gz +/podman-b4ca924.tar.gz diff --git a/podman.spec b/podman.spec index 70a83dd..5358d2c 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 629a9796e5be3f239928600613170e430c3e17b7 +%global commit0 b4ca924365869d73aecd10bb99656b99ab8bf0ae %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.212.dev.git%{shortcommit0}%{?dist} +Release: 0.213.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Feb 10 2021 RH Container Bot - 2:3.0.0-0.213.dev.gitb4ca924 +- autobuilt b4ca924 + * Wed Feb 10 2021 RH Container Bot - 2:3.0.0-0.212.dev.git629a979 - autobuilt 629a979 diff --git a/sources b/sources index 84a92b2..83dc709 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-629a979.tar.gz) = c0c287d64d26b711b7d234cb8b614c233263fbac0cdf54e42219cd7d2960dd1d952e2e23c2ffaea55fe13ff22965fca94ee3623dbd8d5041eaf8dbdb19044ee6 +SHA512 (podman-b4ca924.tar.gz) = 60fbabd779225d13eff08fe3a420b2e05740803170ec3d5d1ef02a838f85c0fe377cd2bc04be2d1dd3d6e5a1dd8d7d4fd3613b2710c7a1112465a0de17b51814 From 2ecef7721c798dd290068ae08dd44db2ac37040b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 10 Feb 2021 16:35:20 +0000 Subject: [PATCH 1770/2185] podman-2:3.1.0-0.1.dev.git88ab83d - bump to 3.1.0 - autobuilt 88ab83d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 33b0c31..85ed6b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1633,3 +1633,4 @@ /podman-055e2dd.tar.gz /podman-629a979.tar.gz /podman-b4ca924.tar.gz +/podman-88ab83d.tar.gz diff --git a/podman.spec b/podman.spec index 5358d2c..b9cf7f5 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b4ca924365869d73aecd10bb99656b99ab8bf0ae +%global commit0 88ab83d4e04f2054713461c3f28d905b4c1c2ee2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -51,12 +51,12 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 3.0.0 +Version: 3.1.0 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.213.dev.git%{shortcommit0}%{?dist} +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,10 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Feb 10 2021 RH Container Bot - 2:3.1.0-0.1.dev.git88ab83d +- bump to 3.1.0 +- autobuilt 88ab83d + * Wed Feb 10 2021 RH Container Bot - 2:3.0.0-0.213.dev.gitb4ca924 - autobuilt b4ca924 diff --git a/sources b/sources index 83dc709..f5f7b93 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-b4ca924.tar.gz) = 60fbabd779225d13eff08fe3a420b2e05740803170ec3d5d1ef02a838f85c0fe377cd2bc04be2d1dd3d6e5a1dd8d7d4fd3613b2710c7a1112465a0de17b51814 +SHA512 (podman-88ab83d.tar.gz) = 5d195cad84c6e3d0eb9ec177ba867746a1c930a2b87abd96a6ad521851b208099790fc239b0a79cb9c3bee1482516a25a41c4018860c2f465458339ded8646f7 From 67018108d1d17e84867675130f91fe3ac8c58192 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 10 Feb 2021 18:35:47 +0000 Subject: [PATCH 1771/2185] podman-2:3.1.0-0.2.dev.git4d604c1 - autobuilt 4d604c1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 85ed6b9..1ed2dbf 100644 --- a/.gitignore +++ b/.gitignore @@ -1634,3 +1634,4 @@ /podman-629a979.tar.gz /podman-b4ca924.tar.gz /podman-88ab83d.tar.gz +/podman-4d604c1.tar.gz diff --git a/podman.spec b/podman.spec index b9cf7f5..f783cca 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 88ab83d4e04f2054713461c3f28d905b4c1c2ee2 +%global commit0 4d604c10897da33b7b3677631d219481cec11c7f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.1.dev.git%{shortcommit0}%{?dist} +Release: 0.2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Feb 10 2021 RH Container Bot - 2:3.1.0-0.2.dev.git4d604c1 +- autobuilt 4d604c1 + * Wed Feb 10 2021 RH Container Bot - 2:3.1.0-0.1.dev.git88ab83d - bump to 3.1.0 - autobuilt 88ab83d diff --git a/sources b/sources index f5f7b93..63f64df 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-88ab83d.tar.gz) = 5d195cad84c6e3d0eb9ec177ba867746a1c930a2b87abd96a6ad521851b208099790fc239b0a79cb9c3bee1482516a25a41c4018860c2f465458339ded8646f7 +SHA512 (podman-4d604c1.tar.gz) = 2c83900ba79d29cdc4f7a045c23b20461e7cb63881fef7e266eedfaa69cd10770bba41689de9a50f2d9c18040ec156a2c01cd51ff2288e0dcd04a6585ac8d73f From 7e6fb618f2297e324a880b610e28432a605bffd6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 11 Feb 2021 00:35:55 +0000 Subject: [PATCH 1772/2185] podman-2:3.1.0-0.3.dev.gitdb64865 - autobuilt db64865 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1ed2dbf..03b71db 100644 --- a/.gitignore +++ b/.gitignore @@ -1635,3 +1635,4 @@ /podman-b4ca924.tar.gz /podman-88ab83d.tar.gz /podman-4d604c1.tar.gz +/podman-db64865.tar.gz diff --git a/podman.spec b/podman.spec index f783cca..ed5ffbb 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4d604c10897da33b7b3677631d219481cec11c7f +%global commit0 db64865164b72af7017e9d3c34e75ee3bfd8546e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.2.dev.git%{shortcommit0}%{?dist} +Release: 0.3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.3.dev.gitdb64865 +- autobuilt db64865 + * Wed Feb 10 2021 RH Container Bot - 2:3.1.0-0.2.dev.git4d604c1 - autobuilt 4d604c1 diff --git a/sources b/sources index 63f64df..c89ae10 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-4d604c1.tar.gz) = 2c83900ba79d29cdc4f7a045c23b20461e7cb63881fef7e266eedfaa69cd10770bba41689de9a50f2d9c18040ec156a2c01cd51ff2288e0dcd04a6585ac8d73f +SHA512 (podman-db64865.tar.gz) = 67dfa1451cf898ceacbed3ace380175394f19f78c795a06af87f85be3e11afa1cadb597e46f3e8858335c2c13b0ceae1e15290ff3888de3a1c072c4cfa2fb5f3 From 200aa101991d108d1c2503f8452f665d3f019f88 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 11 Feb 2021 10:35:38 +0000 Subject: [PATCH 1773/2185] podman-2:3.1.0-0.4.dev.gitca354f1 - autobuilt ca354f1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 03b71db..e90ceb2 100644 --- a/.gitignore +++ b/.gitignore @@ -1636,3 +1636,4 @@ /podman-88ab83d.tar.gz /podman-4d604c1.tar.gz /podman-db64865.tar.gz +/podman-ca354f1.tar.gz diff --git a/podman.spec b/podman.spec index ed5ffbb..8ed4b13 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 db64865164b72af7017e9d3c34e75ee3bfd8546e +%global commit0 ca354f13f28896351e910da72f946e21bac2c6b0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.3.dev.git%{shortcommit0}%{?dist} +Release: 0.4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.4.dev.gitca354f1 +- autobuilt ca354f1 + * Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.3.dev.gitdb64865 - autobuilt db64865 diff --git a/sources b/sources index c89ae10..258a072 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-db64865.tar.gz) = 67dfa1451cf898ceacbed3ace380175394f19f78c795a06af87f85be3e11afa1cadb597e46f3e8858335c2c13b0ceae1e15290ff3888de3a1c072c4cfa2fb5f3 +SHA512 (podman-ca354f1.tar.gz) = 49760b7124e39b096615d030fa4434a1607df2c077df2017682e04fe09046489d2a41faf86264641ad7e78dff799c471ceb78d10bd8ed4c8d947a0d271c62a09 From 5113553eda57f0f567a23886796a6bbd671390a6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 11 Feb 2021 11:05:26 +0000 Subject: [PATCH 1774/2185] podman-2:3.1.0-0.5.dev.gitafe4ce6 - autobuilt afe4ce6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e90ceb2..c8b075d 100644 --- a/.gitignore +++ b/.gitignore @@ -1637,3 +1637,4 @@ /podman-4d604c1.tar.gz /podman-db64865.tar.gz /podman-ca354f1.tar.gz +/podman-afe4ce6.tar.gz diff --git a/podman.spec b/podman.spec index 8ed4b13..a970a4c 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 ca354f13f28896351e910da72f946e21bac2c6b0 +%global commit0 afe4ce6b1ce6a5ba21472f51defd243bdd7750b3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.4.dev.git%{shortcommit0}%{?dist} +Release: 0.5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.5.dev.gitafe4ce6 +- autobuilt afe4ce6 + * Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.4.dev.gitca354f1 - autobuilt ca354f1 diff --git a/sources b/sources index 258a072..90ece04 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-ca354f1.tar.gz) = 49760b7124e39b096615d030fa4434a1607df2c077df2017682e04fe09046489d2a41faf86264641ad7e78dff799c471ceb78d10bd8ed4c8d947a0d271c62a09 +SHA512 (podman-afe4ce6.tar.gz) = 630192a943e326ba717efde3cbe7b66fd45b31f42894572722a0ed389d7918aa2aec9d1333aef43a1ffc41cf1edc0b4166a81914c7b53503effa87bc45dc75e4 From 8dc832efbb8279953fe2c27ff69ab4cdb0873949 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 11 Feb 2021 19:04:46 +0000 Subject: [PATCH 1775/2185] podman-2:3.1.0-0.6.dev.gita500d93 - autobuilt a500d93 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c8b075d..fff7405 100644 --- a/.gitignore +++ b/.gitignore @@ -1638,3 +1638,4 @@ /podman-db64865.tar.gz /podman-ca354f1.tar.gz /podman-afe4ce6.tar.gz +/podman-a500d93.tar.gz diff --git a/podman.spec b/podman.spec index a970a4c..876d62f 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 afe4ce6b1ce6a5ba21472f51defd243bdd7750b3 +%global commit0 a500d939754f0d63342ec379ae4490f86bb72150 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.5.dev.git%{shortcommit0}%{?dist} +Release: 0.6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.6.dev.gita500d93 +- autobuilt a500d93 + * Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.5.dev.gitafe4ce6 - autobuilt afe4ce6 diff --git a/sources b/sources index 90ece04..dd6174a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-afe4ce6.tar.gz) = 630192a943e326ba717efde3cbe7b66fd45b31f42894572722a0ed389d7918aa2aec9d1333aef43a1ffc41cf1edc0b4166a81914c7b53503effa87bc45dc75e4 +SHA512 (podman-a500d93.tar.gz) = 325069ce40cba36b85dbb53bddc2ef6a6b1a5430cb1b7a6e95155d4d35bf1610456fa96b06a073c545b9be55c3961ff7947aa32c99b8077450d78952dbc7ed5b From 475a7352a763d5d9f2f5cd9ec1468d8e0b6e933e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 11 Feb 2021 22:35:22 +0000 Subject: [PATCH 1776/2185] podman-2:3.1.0-0.7.dev.gitb38b143 - autobuilt b38b143 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index fff7405..459b97d 100644 --- a/.gitignore +++ b/.gitignore @@ -1639,3 +1639,4 @@ /podman-ca354f1.tar.gz /podman-afe4ce6.tar.gz /podman-a500d93.tar.gz +/podman-b38b143.tar.gz diff --git a/podman.spec b/podman.spec index 876d62f..2abd4b1 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 a500d939754f0d63342ec379ae4490f86bb72150 +%global commit0 b38b1433b3ecd9a4f1aa3ce816a76886432d8ec0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -43,7 +43,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v3.0.0-rc3 +%define built_tag v3.0.0 Name: podman %if 0%{?fedora} @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.6.dev.git%{shortcommit0}%{?dist} +Release: 0.7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.7.dev.gitb38b143 +- autobuilt b38b143 + * Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.6.dev.gita500d93 - autobuilt a500d93 diff --git a/sources b/sources index dd6174a..be780df 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-a500d93.tar.gz) = 325069ce40cba36b85dbb53bddc2ef6a6b1a5430cb1b7a6e95155d4d35bf1610456fa96b06a073c545b9be55c3961ff7947aa32c99b8077450d78952dbc7ed5b +SHA512 (podman-b38b143.tar.gz) = 4661249c84b87de16e4e3c3b933cb777a5e253c6157392502e929e00b6ceaea40d5a777cc9a8133b4664f967c22d4f0a3c582d745f2e02837960ca6895a0405f From 9d1cf0d5bdc810d9670ced45845afc18a3b12242 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 11 Feb 2021 23:11:24 +0000 Subject: [PATCH 1777/2185] podman-2:3.1.0-0.8.dev.git1b284a2 - autobuilt 1b284a2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 459b97d..f057397 100644 --- a/.gitignore +++ b/.gitignore @@ -1640,3 +1640,4 @@ /podman-afe4ce6.tar.gz /podman-a500d93.tar.gz /podman-b38b143.tar.gz +/podman-1b284a2.tar.gz diff --git a/podman.spec b/podman.spec index 2abd4b1..67f7be7 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b38b1433b3ecd9a4f1aa3ce816a76886432d8ec0 +%global commit0 1b284a298c0bde20561321f325d4a7ad00e7bd25 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.7.dev.git%{shortcommit0}%{?dist} +Release: 0.8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.8.dev.git1b284a2 +- autobuilt 1b284a2 + * Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.7.dev.gitb38b143 - autobuilt b38b143 diff --git a/sources b/sources index be780df..535ef49 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-b38b143.tar.gz) = 4661249c84b87de16e4e3c3b933cb777a5e253c6157392502e929e00b6ceaea40d5a777cc9a8133b4664f967c22d4f0a3c582d745f2e02837960ca6895a0405f +SHA512 (podman-1b284a2.tar.gz) = ed4960950090d9f7cdd82e8684578fa23b2029a08582461430b09c6327003ace474e8b7aa75d35be10b278ebf607349f2216c89d81d8366828db8fad46482fbe From 9e446c94168b1393f32bc8115765a3aac2b025a9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 12 Feb 2021 16:35:34 +0000 Subject: [PATCH 1778/2185] podman-2:3.1.0-0.9.dev.git291f596 - autobuilt 291f596 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f057397..1d1c60b 100644 --- a/.gitignore +++ b/.gitignore @@ -1641,3 +1641,4 @@ /podman-a500d93.tar.gz /podman-b38b143.tar.gz /podman-1b284a2.tar.gz +/podman-291f596.tar.gz diff --git a/podman.spec b/podman.spec index 67f7be7..0a8c740 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 1b284a298c0bde20561321f325d4a7ad00e7bd25 +%global commit0 291f59600b7857bbec6f340d3ceec6e2e9ce923f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.8.dev.git%{shortcommit0}%{?dist} +Release: 0.9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Feb 12 2021 RH Container Bot - 2:3.1.0-0.9.dev.git291f596 +- autobuilt 291f596 + * Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.8.dev.git1b284a2 - autobuilt 1b284a2 diff --git a/sources b/sources index 535ef49..446e9c6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-1b284a2.tar.gz) = ed4960950090d9f7cdd82e8684578fa23b2029a08582461430b09c6327003ace474e8b7aa75d35be10b278ebf607349f2216c89d81d8366828db8fad46482fbe +SHA512 (podman-291f596.tar.gz) = 15bbaaf0bae2595c37ecbb88e3689053868c825fa8d3879f23e210ff3777ed877a1854495bab85c9a89f19c96fbbca9fa21f1217136882e29df00494139d19e4 From 0c6858d24969b9c09aa6d76298a74991f083de08 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 12 Feb 2021 18:35:06 +0000 Subject: [PATCH 1779/2185] podman-2:3.1.0-0.10.dev.git73cf06a - autobuilt 73cf06a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1d1c60b..41dada3 100644 --- a/.gitignore +++ b/.gitignore @@ -1642,3 +1642,4 @@ /podman-b38b143.tar.gz /podman-1b284a2.tar.gz /podman-291f596.tar.gz +/podman-73cf06a.tar.gz diff --git a/podman.spec b/podman.spec index 0a8c740..63d72e0 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 291f59600b7857bbec6f340d3ceec6e2e9ce923f +%global commit0 73cf06a453a60966616926d17ad4e89cef0e1dec %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.9.dev.git%{shortcommit0}%{?dist} +Release: 0.10.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Feb 12 2021 RH Container Bot - 2:3.1.0-0.10.dev.git73cf06a +- autobuilt 73cf06a + * Fri Feb 12 2021 RH Container Bot - 2:3.1.0-0.9.dev.git291f596 - autobuilt 291f596 diff --git a/sources b/sources index 446e9c6..450c38f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-291f596.tar.gz) = 15bbaaf0bae2595c37ecbb88e3689053868c825fa8d3879f23e210ff3777ed877a1854495bab85c9a89f19c96fbbca9fa21f1217136882e29df00494139d19e4 +SHA512 (podman-73cf06a.tar.gz) = 7ba9521875492ea1974e58a43a9517f026cbf4cdae307f218dd9b3895e0ab400e46647ca4d322a4b5c78b48eed6e2db4969d6176477e9bd0c76459165c8d357b From cc7f454795c2934f44419058eaadf1c683a2f3a3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 12 Feb 2021 19:06:36 +0000 Subject: [PATCH 1780/2185] podman-2:3.1.0-0.11.dev.git1d15ed7 - autobuilt 1d15ed7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 41dada3..5a66359 100644 --- a/.gitignore +++ b/.gitignore @@ -1643,3 +1643,4 @@ /podman-1b284a2.tar.gz /podman-291f596.tar.gz /podman-73cf06a.tar.gz +/podman-1d15ed7.tar.gz diff --git a/podman.spec b/podman.spec index 63d72e0..2c364e7 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 73cf06a453a60966616926d17ad4e89cef0e1dec +%global commit0 1d15ed708f2d7c6dab5ee90415acb156973ac1a4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.10.dev.git%{shortcommit0}%{?dist} +Release: 0.11.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Feb 12 2021 RH Container Bot - 2:3.1.0-0.11.dev.git1d15ed7 +- autobuilt 1d15ed7 + * Fri Feb 12 2021 RH Container Bot - 2:3.1.0-0.10.dev.git73cf06a - autobuilt 73cf06a diff --git a/sources b/sources index 450c38f..14ac532 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-73cf06a.tar.gz) = 7ba9521875492ea1974e58a43a9517f026cbf4cdae307f218dd9b3895e0ab400e46647ca4d322a4b5c78b48eed6e2db4969d6176477e9bd0c76459165c8d357b +SHA512 (podman-1d15ed7.tar.gz) = 7b1e94702c8250aeb4cb9b6e802f12be543dd38542999bd88b9822554f5513d8419f0e5039c061a35dc4f7e16c3ab2609b9cba54a7bc02722eca7d467a833299 From eee76663ca7c8939f50396114939864612f4c29b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 12 Feb 2021 21:05:39 +0000 Subject: [PATCH 1781/2185] podman-2:3.1.0-0.12.dev.git87b2722 - autobuilt 87b2722 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5a66359..0b82cac 100644 --- a/.gitignore +++ b/.gitignore @@ -1644,3 +1644,4 @@ /podman-291f596.tar.gz /podman-73cf06a.tar.gz /podman-1d15ed7.tar.gz +/podman-87b2722.tar.gz diff --git a/podman.spec b/podman.spec index 2c364e7..baa3905 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 1d15ed708f2d7c6dab5ee90415acb156973ac1a4 +%global commit0 87b2722c457e9937ab5e8a4047da38e6887065e6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.11.dev.git%{shortcommit0}%{?dist} +Release: 0.12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Feb 12 2021 RH Container Bot - 2:3.1.0-0.12.dev.git87b2722 +- autobuilt 87b2722 + * Fri Feb 12 2021 RH Container Bot - 2:3.1.0-0.11.dev.git1d15ed7 - autobuilt 1d15ed7 diff --git a/sources b/sources index 14ac532..50d5e46 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-1d15ed7.tar.gz) = 7b1e94702c8250aeb4cb9b6e802f12be543dd38542999bd88b9822554f5513d8419f0e5039c061a35dc4f7e16c3ab2609b9cba54a7bc02722eca7d467a833299 +SHA512 (podman-87b2722.tar.gz) = 81825d8aadacd8019047c8999258e03c9f97f65178a9d9d6272aaa14b428964cb13b2c80c853a4f1e591ea5dd292a513ee4895fc974f8ed1d90c82fbcbcc58d1 From e3ca97ee0e5be63355ab911ef3a47d1237a7055a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 13 Feb 2021 00:35:13 +0000 Subject: [PATCH 1782/2185] podman-2:3.1.0-0.13.dev.git9d57aa7 - autobuilt 9d57aa7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0b82cac..039af2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1645,3 +1645,4 @@ /podman-73cf06a.tar.gz /podman-1d15ed7.tar.gz /podman-87b2722.tar.gz +/podman-9d57aa7.tar.gz diff --git a/podman.spec b/podman.spec index baa3905..b17fa90 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 87b2722c457e9937ab5e8a4047da38e6887065e6 +%global commit0 9d57aa75a5f22296b81cd37abe08660001971c4a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.12.dev.git%{shortcommit0}%{?dist} +Release: 0.13.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Feb 13 2021 RH Container Bot - 2:3.1.0-0.13.dev.git9d57aa7 +- autobuilt 9d57aa7 + * Fri Feb 12 2021 RH Container Bot - 2:3.1.0-0.12.dev.git87b2722 - autobuilt 87b2722 diff --git a/sources b/sources index 50d5e46..85396d1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-87b2722.tar.gz) = 81825d8aadacd8019047c8999258e03c9f97f65178a9d9d6272aaa14b428964cb13b2c80c853a4f1e591ea5dd292a513ee4895fc974f8ed1d90c82fbcbcc58d1 +SHA512 (podman-9d57aa7.tar.gz) = 7bfb6f8d5be711d7886b8ac3b9e2553eb0d3cf5ca642817e97e5a949eb5468f818103b2ab0911291ec2c4c1a9addfd8005a1bf5e2ca87cb101ba8d9775e865fe From 6af1de49ae8ff60e31ecb0c1421514f6896aae7b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 13 Feb 2021 12:35:39 +0000 Subject: [PATCH 1783/2185] podman-2:3.1.0-0.14.dev.git3ba0afd - autobuilt 3ba0afd Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 039af2c..4510b72 100644 --- a/.gitignore +++ b/.gitignore @@ -1646,3 +1646,4 @@ /podman-1d15ed7.tar.gz /podman-87b2722.tar.gz /podman-9d57aa7.tar.gz +/podman-3ba0afd.tar.gz diff --git a/podman.spec b/podman.spec index b17fa90..c533010 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9d57aa75a5f22296b81cd37abe08660001971c4a +%global commit0 3ba0afdd0f03195827f46b50757928ead44b1567 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.13.dev.git%{shortcommit0}%{?dist} +Release: 0.14.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Feb 13 2021 RH Container Bot - 2:3.1.0-0.14.dev.git3ba0afd +- autobuilt 3ba0afd + * Sat Feb 13 2021 RH Container Bot - 2:3.1.0-0.13.dev.git9d57aa7 - autobuilt 9d57aa7 diff --git a/sources b/sources index 85396d1..efa4967 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-9d57aa7.tar.gz) = 7bfb6f8d5be711d7886b8ac3b9e2553eb0d3cf5ca642817e97e5a949eb5468f818103b2ab0911291ec2c4c1a9addfd8005a1bf5e2ca87cb101ba8d9775e865fe +SHA512 (podman-3ba0afd.tar.gz) = 84c1d443261d76efcf97e9fc3ba2558976be27f3d8bb8831f1e1edab5e300d6b1f37ef593705e252613fcec51e58535924374fda68d9097268fa7b3df486d612 From e3fdb67752904955267bbda91fc29acaf21d621e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 15 Feb 2021 12:34:56 +0000 Subject: [PATCH 1784/2185] podman-2:3.1.0-0.15.dev.git30607d7 - autobuilt 30607d7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4510b72..21989fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1647,3 +1647,4 @@ /podman-87b2722.tar.gz /podman-9d57aa7.tar.gz /podman-3ba0afd.tar.gz +/podman-30607d7.tar.gz diff --git a/podman.spec b/podman.spec index c533010..21e186f 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 3ba0afdd0f03195827f46b50757928ead44b1567 +%global commit0 30607d727895036d32aede44c1b4375849566433 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.14.dev.git%{shortcommit0}%{?dist} +Release: 0.15.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Feb 15 2021 RH Container Bot - 2:3.1.0-0.15.dev.git30607d7 +- autobuilt 30607d7 + * Sat Feb 13 2021 RH Container Bot - 2:3.1.0-0.14.dev.git3ba0afd - autobuilt 3ba0afd diff --git a/sources b/sources index efa4967..5e97324 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-3ba0afd.tar.gz) = 84c1d443261d76efcf97e9fc3ba2558976be27f3d8bb8831f1e1edab5e300d6b1f37ef593705e252613fcec51e58535924374fda68d9097268fa7b3df486d612 +SHA512 (podman-30607d7.tar.gz) = 5eef1d322422a708d970f4bb7803c5e97adc390b724c8623a201c7becc55cbc094b13108100c8fc1c46da0d51917b76cff4ae1478895f42ba150cea192a611f6 From 7fee2265130b23156a64bbdf7db766c54529c8c4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 16 Feb 2021 09:05:26 +0000 Subject: [PATCH 1785/2185] podman-2:3.1.0-0.16.dev.gitdf8ba7f - autobuilt df8ba7f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 21989fd..f21a56c 100644 --- a/.gitignore +++ b/.gitignore @@ -1648,3 +1648,4 @@ /podman-9d57aa7.tar.gz /podman-3ba0afd.tar.gz /podman-30607d7.tar.gz +/podman-df8ba7f.tar.gz diff --git a/podman.spec b/podman.spec index 21e186f..3817c3e 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 30607d727895036d32aede44c1b4375849566433 +%global commit0 df8ba7f4a92750bfb173b5486a663d1735d70b2d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.15.dev.git%{shortcommit0}%{?dist} +Release: 0.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.16.dev.gitdf8ba7f +- autobuilt df8ba7f + * Mon Feb 15 2021 RH Container Bot - 2:3.1.0-0.15.dev.git30607d7 - autobuilt 30607d7 diff --git a/sources b/sources index 5e97324..7866d9c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-30607d7.tar.gz) = 5eef1d322422a708d970f4bb7803c5e97adc390b724c8623a201c7becc55cbc094b13108100c8fc1c46da0d51917b76cff4ae1478895f42ba150cea192a611f6 +SHA512 (podman-df8ba7f.tar.gz) = 3678eab8ca27a67f69e1d684e7d07cc3b30e61e4cb9e5728b4f699ba5cb04a44bcfb5414a55b2994e94aaa1c3eeb3b3d1ea808f4b16dc35e17e7730a3fb52ad7 From 8e91fbd662465d8ab53896c1f279fa0bdc667639 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 16 Feb 2021 11:05:33 +0000 Subject: [PATCH 1786/2185] podman-2:3.1.0-0.17.dev.gitac9a048 - autobuilt ac9a048 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f21a56c..40a0a1c 100644 --- a/.gitignore +++ b/.gitignore @@ -1649,3 +1649,4 @@ /podman-3ba0afd.tar.gz /podman-30607d7.tar.gz /podman-df8ba7f.tar.gz +/podman-ac9a048.tar.gz diff --git a/podman.spec b/podman.spec index 3817c3e..191c110 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 df8ba7f4a92750bfb173b5486a663d1735d70b2d +%global commit0 ac9a048b59ebcbdfd2cb7abb50a97981892bd6b6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.16.dev.git%{shortcommit0}%{?dist} +Release: 0.17.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.17.dev.gitac9a048 +- autobuilt ac9a048 + * Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.16.dev.gitdf8ba7f - autobuilt df8ba7f diff --git a/sources b/sources index 7866d9c..2a5b2d9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-df8ba7f.tar.gz) = 3678eab8ca27a67f69e1d684e7d07cc3b30e61e4cb9e5728b4f699ba5cb04a44bcfb5414a55b2994e94aaa1c3eeb3b3d1ea808f4b16dc35e17e7730a3fb52ad7 +SHA512 (podman-ac9a048.tar.gz) = 6818e6e7f30c90a72be19f3dcdb21f36b30e92df5643daaba38ec959d67aec6b5b777db70ffab03fe789f3c95802b315853c12671ce95f5eadd16c39ba9b4866 From d1d6a4cc5c19c115cda3b8fe3f834294af4b1e3a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 16 Feb 2021 12:36:35 +0000 Subject: [PATCH 1787/2185] podman-2:3.1.0-0.18.dev.git8c444e6 - autobuilt 8c444e6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 40a0a1c..9f2e77c 100644 --- a/.gitignore +++ b/.gitignore @@ -1650,3 +1650,4 @@ /podman-30607d7.tar.gz /podman-df8ba7f.tar.gz /podman-ac9a048.tar.gz +/podman-8c444e6.tar.gz diff --git a/podman.spec b/podman.spec index 191c110..af8c484 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 ac9a048b59ebcbdfd2cb7abb50a97981892bd6b6 +%global commit0 8c444e6f0b3663a657c946e1c731f390553f065d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.17.dev.git%{shortcommit0}%{?dist} +Release: 0.18.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.18.dev.git8c444e6 +- autobuilt 8c444e6 + * Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.17.dev.gitac9a048 - autobuilt ac9a048 diff --git a/sources b/sources index 2a5b2d9..337c042 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-ac9a048.tar.gz) = 6818e6e7f30c90a72be19f3dcdb21f36b30e92df5643daaba38ec959d67aec6b5b777db70ffab03fe789f3c95802b315853c12671ce95f5eadd16c39ba9b4866 +SHA512 (podman-8c444e6.tar.gz) = 32f34c89372c72dd6de74eeb7174abf13621e83e71fdd7b0a6b538ec8030ce9c7c796d3d0f061e6cc40f3d1182abca4a9b70be72275e29c50e2ebe7e6c593998 From 72eb8413cf411bdc32c6c616bec294d7d209487c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 16 Feb 2021 14:34:59 +0000 Subject: [PATCH 1788/2185] podman-2:3.1.0-0.19.dev.gitaadb16d - autobuilt aadb16d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9f2e77c..358c858 100644 --- a/.gitignore +++ b/.gitignore @@ -1651,3 +1651,4 @@ /podman-df8ba7f.tar.gz /podman-ac9a048.tar.gz /podman-8c444e6.tar.gz +/podman-aadb16d.tar.gz diff --git a/podman.spec b/podman.spec index af8c484..7018bd2 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 8c444e6f0b3663a657c946e1c731f390553f065d +%global commit0 aadb16da383a91489821969247bced2b34d885e7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.18.dev.git%{shortcommit0}%{?dist} +Release: 0.19.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.19.dev.gitaadb16d +- autobuilt aadb16d + * Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.18.dev.git8c444e6 - autobuilt 8c444e6 diff --git a/sources b/sources index 337c042..27f441d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-8c444e6.tar.gz) = 32f34c89372c72dd6de74eeb7174abf13621e83e71fdd7b0a6b538ec8030ce9c7c796d3d0f061e6cc40f3d1182abca4a9b70be72275e29c50e2ebe7e6c593998 +SHA512 (podman-aadb16d.tar.gz) = cde2c19a0930a305164250a5c3b49f679bea557f1f5504127aeeb29e253120feea429349b618b70508a513a1a6119c1eca2b4811f4325a46a99bc6e43dfd8d6e From 0d2fdb0251f2060a1c9fdf1821354b82f14b0f0b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 16 Feb 2021 15:04:25 +0000 Subject: [PATCH 1789/2185] podman-2:3.1.0-0.20.dev.git58a4793 - autobuilt 58a4793 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 358c858..47a6ac0 100644 --- a/.gitignore +++ b/.gitignore @@ -1652,3 +1652,4 @@ /podman-ac9a048.tar.gz /podman-8c444e6.tar.gz /podman-aadb16d.tar.gz +/podman-58a4793.tar.gz diff --git a/podman.spec b/podman.spec index 7018bd2..cbfcd21 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 aadb16da383a91489821969247bced2b34d885e7 +%global commit0 58a4793bec30058f648dcd1248da333a7bb6d47c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.19.dev.git%{shortcommit0}%{?dist} +Release: 0.20.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.20.dev.git58a4793 +- autobuilt 58a4793 + * Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.19.dev.gitaadb16d - autobuilt aadb16d diff --git a/sources b/sources index 27f441d..4726eb7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-aadb16d.tar.gz) = cde2c19a0930a305164250a5c3b49f679bea557f1f5504127aeeb29e253120feea429349b618b70508a513a1a6119c1eca2b4811f4325a46a99bc6e43dfd8d6e +SHA512 (podman-58a4793.tar.gz) = 05435e5c751d1d598d492140b012024d3c839192093d1691d3558eafeb120754ab77e25273b446cfc5447ca40b4bd65069ca03287ba3915f47c84b67b321805e From 9bbec00eb35923735e9e6eb48302091b34139df0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 16 Feb 2021 17:04:46 +0000 Subject: [PATCH 1790/2185] podman-2:3.1.0-0.21.dev.git7fb347a - autobuilt 7fb347a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 47a6ac0..82c8fa0 100644 --- a/.gitignore +++ b/.gitignore @@ -1653,3 +1653,4 @@ /podman-8c444e6.tar.gz /podman-aadb16d.tar.gz /podman-58a4793.tar.gz +/podman-7fb347a.tar.gz diff --git a/podman.spec b/podman.spec index cbfcd21..871e98b 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 58a4793bec30058f648dcd1248da333a7bb6d47c +%global commit0 7fb347a3d40afeb4c565c2066fbade7f003e3e50 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.20.dev.git%{shortcommit0}%{?dist} +Release: 0.21.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.21.dev.git7fb347a +- autobuilt 7fb347a + * Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.20.dev.git58a4793 - autobuilt 58a4793 diff --git a/sources b/sources index 4726eb7..1716d11 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-58a4793.tar.gz) = 05435e5c751d1d598d492140b012024d3c839192093d1691d3558eafeb120754ab77e25273b446cfc5447ca40b4bd65069ca03287ba3915f47c84b67b321805e +SHA512 (podman-7fb347a.tar.gz) = 302142833e28289dab57e0394400b65d25c25f892bfd51359d8bafc1b48da47ce98cb34c730bc56b89faf2020a4eb13db975b4c4cf2f5d796ff65e83de42e7e6 From 2cff478e03022eeeaa94b23aad8a5acb77695f83 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 16 Feb 2021 22:34:50 +0000 Subject: [PATCH 1791/2185] podman-2:3.1.0-0.22.dev.git5004212 - autobuilt 5004212 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 82c8fa0..1dcfeb8 100644 --- a/.gitignore +++ b/.gitignore @@ -1654,3 +1654,4 @@ /podman-aadb16d.tar.gz /podman-58a4793.tar.gz /podman-7fb347a.tar.gz +/podman-5004212.tar.gz diff --git a/podman.spec b/podman.spec index 871e98b..dac72ab 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7fb347a3d40afeb4c565c2066fbade7f003e3e50 +%global commit0 50042120e947fc7aee601f0c65ea485daf604ee1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.21.dev.git%{shortcommit0}%{?dist} +Release: 0.22.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.22.dev.git5004212 +- autobuilt 5004212 + * Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.21.dev.git7fb347a - autobuilt 7fb347a diff --git a/sources b/sources index 1716d11..dc1b521 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-7fb347a.tar.gz) = 302142833e28289dab57e0394400b65d25c25f892bfd51359d8bafc1b48da47ce98cb34c730bc56b89faf2020a4eb13db975b4c4cf2f5d796ff65e83de42e7e6 +SHA512 (podman-5004212.tar.gz) = e429261397f99a00751bdd9da79eb32110a5a602631979d7c22fe3c2910bcaaa18563064c46f6084a0c75e2f5d37e3508d50e6050a440ea346cfe9c3c99854a3 From be0343220ec80dd6588efbb9cfad1ae972038122 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 17 Feb 2021 13:05:57 +0000 Subject: [PATCH 1792/2185] podman-2:3.1.0-0.23.dev.gitd55d80a - autobuilt d55d80a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1dcfeb8..7cfe999 100644 --- a/.gitignore +++ b/.gitignore @@ -1655,3 +1655,4 @@ /podman-58a4793.tar.gz /podman-7fb347a.tar.gz /podman-5004212.tar.gz +/podman-d55d80a.tar.gz diff --git a/podman.spec b/podman.spec index dac72ab..a232224 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 50042120e947fc7aee601f0c65ea485daf604ee1 +%global commit0 d55d80a04105968574c1a1d0e0589806b95c044c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.22.dev.git%{shortcommit0}%{?dist} +Release: 0.23.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Feb 17 2021 RH Container Bot - 2:3.1.0-0.23.dev.gitd55d80a +- autobuilt d55d80a + * Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.22.dev.git5004212 - autobuilt 5004212 diff --git a/sources b/sources index dc1b521..ff64c4b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-5004212.tar.gz) = e429261397f99a00751bdd9da79eb32110a5a602631979d7c22fe3c2910bcaaa18563064c46f6084a0c75e2f5d37e3508d50e6050a440ea346cfe9c3c99854a3 +SHA512 (podman-d55d80a.tar.gz) = 9b110e25a48ad080a5c4fba38be9565a6f96334da3e31d454c2777ab9d4ba2d4a927e1eb54fd508f5b922f60a1ce7f73a1f3215da2c26f8ac73f26be3348c13e From f39866bdcde6d9c67bfc20f4ddc28ec6a334a403 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 17 Feb 2021 15:04:45 +0000 Subject: [PATCH 1793/2185] podman-2:3.1.0-0.24.dev.git2e522ff - autobuilt 2e522ff Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7cfe999..21a4863 100644 --- a/.gitignore +++ b/.gitignore @@ -1656,3 +1656,4 @@ /podman-7fb347a.tar.gz /podman-5004212.tar.gz /podman-d55d80a.tar.gz +/podman-2e522ff.tar.gz diff --git a/podman.spec b/podman.spec index a232224..b760d62 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d55d80a04105968574c1a1d0e0589806b95c044c +%global commit0 2e522ff29cfea06a37debfc4a31a231bf7097b34 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.23.dev.git%{shortcommit0}%{?dist} +Release: 0.24.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Feb 17 2021 RH Container Bot - 2:3.1.0-0.24.dev.git2e522ff +- autobuilt 2e522ff + * Wed Feb 17 2021 RH Container Bot - 2:3.1.0-0.23.dev.gitd55d80a - autobuilt d55d80a diff --git a/sources b/sources index ff64c4b..779081a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-d55d80a.tar.gz) = 9b110e25a48ad080a5c4fba38be9565a6f96334da3e31d454c2777ab9d4ba2d4a927e1eb54fd508f5b922f60a1ce7f73a1f3215da2c26f8ac73f26be3348c13e +SHA512 (podman-2e522ff.tar.gz) = 443a0f4c0a649afc7ca40f62f5e2ee37ccbe4c32a06ee632243920092936169bb17a6548c0150bfef0a1041cb67d42ae323791cdb87541950d1625922203b67a From 3c9675b559805a2612b4a3cb711929964801985e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 17 Feb 2021 16:34:39 +0000 Subject: [PATCH 1794/2185] podman-2:3.1.0-0.25.dev.git516dc6d - autobuilt 516dc6d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 21a4863..ccf3d65 100644 --- a/.gitignore +++ b/.gitignore @@ -1657,3 +1657,4 @@ /podman-5004212.tar.gz /podman-d55d80a.tar.gz /podman-2e522ff.tar.gz +/podman-516dc6d.tar.gz diff --git a/podman.spec b/podman.spec index b760d62..c7c2b22 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 2e522ff29cfea06a37debfc4a31a231bf7097b34 +%global commit0 516dc6d1ff618019079bc68055dd7f6c2a447aa2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.24.dev.git%{shortcommit0}%{?dist} +Release: 0.25.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Feb 17 2021 RH Container Bot - 2:3.1.0-0.25.dev.git516dc6d +- autobuilt 516dc6d + * Wed Feb 17 2021 RH Container Bot - 2:3.1.0-0.24.dev.git2e522ff - autobuilt 2e522ff diff --git a/sources b/sources index 779081a..3492df5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-2e522ff.tar.gz) = 443a0f4c0a649afc7ca40f62f5e2ee37ccbe4c32a06ee632243920092936169bb17a6548c0150bfef0a1041cb67d42ae323791cdb87541950d1625922203b67a +SHA512 (podman-516dc6d.tar.gz) = 2fc69962959e19a419b0780a60e1e40e8c83740f5da2deb85d00364be99a954ece9d96de16ca4b42d6e1a295d57af84db478ce24eebe923e76e2488b1fbcb7a3 From 50d988801ae1820762b8492ff9f3d62972123542 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 17 Feb 2021 18:34:39 +0000 Subject: [PATCH 1795/2185] podman-2:3.1.0-0.26.dev.gitd48f4a0 - autobuilt d48f4a0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ccf3d65..a82b1e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1658,3 +1658,4 @@ /podman-d55d80a.tar.gz /podman-2e522ff.tar.gz /podman-516dc6d.tar.gz +/podman-d48f4a0.tar.gz diff --git a/podman.spec b/podman.spec index c7c2b22..f56d7ae 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 516dc6d1ff618019079bc68055dd7f6c2a447aa2 +%global commit0 d48f4a0e1f3d24fb4f98351b5bdd31daa34c0fb6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.25.dev.git%{shortcommit0}%{?dist} +Release: 0.26.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Feb 17 2021 RH Container Bot - 2:3.1.0-0.26.dev.gitd48f4a0 +- autobuilt d48f4a0 + * Wed Feb 17 2021 RH Container Bot - 2:3.1.0-0.25.dev.git516dc6d - autobuilt 516dc6d diff --git a/sources b/sources index 3492df5..efff303 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-516dc6d.tar.gz) = 2fc69962959e19a419b0780a60e1e40e8c83740f5da2deb85d00364be99a954ece9d96de16ca4b42d6e1a295d57af84db478ce24eebe923e76e2488b1fbcb7a3 +SHA512 (podman-d48f4a0.tar.gz) = 7577eed6c23a27f8b623d44b43a114f853bcefac14c422b417fca279aa08b8811d199c715ceaa117d2b816d121f3cd13803085093bf963454007b42bed90756e From 5d1446dafe6d3bffe2cff4e01595e36a351dec4a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 18 Feb 2021 08:34:42 +0000 Subject: [PATCH 1796/2185] podman-2:3.1.0-0.27.dev.gitc3419d2 - autobuilt c3419d2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a82b1e9..7a24f78 100644 --- a/.gitignore +++ b/.gitignore @@ -1659,3 +1659,4 @@ /podman-2e522ff.tar.gz /podman-516dc6d.tar.gz /podman-d48f4a0.tar.gz +/podman-c3419d2.tar.gz diff --git a/podman.spec b/podman.spec index f56d7ae..11b0c66 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d48f4a0e1f3d24fb4f98351b5bdd31daa34c0fb6 +%global commit0 c3419d2168415cb3e6f1349afaa9c04c29cbb933 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.26.dev.git%{shortcommit0}%{?dist} +Release: 0.27.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Feb 18 2021 RH Container Bot - 2:3.1.0-0.27.dev.gitc3419d2 +- autobuilt c3419d2 + * Wed Feb 17 2021 RH Container Bot - 2:3.1.0-0.26.dev.gitd48f4a0 - autobuilt d48f4a0 diff --git a/sources b/sources index efff303..5e75362 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-d48f4a0.tar.gz) = 7577eed6c23a27f8b623d44b43a114f853bcefac14c422b417fca279aa08b8811d199c715ceaa117d2b816d121f3cd13803085093bf963454007b42bed90756e +SHA512 (podman-c3419d2.tar.gz) = e819b0cfce08377ccf88f778df2acaa908425c9e25c435bcb738236eeae8dae2c7c7082c0bc8774e1da938abe3e2995b164f85a5223ff469c0a5d3a3e03859d0 From 499f1e5e40925b7bb09a2bbe5607dc719e80fd75 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 18 Feb 2021 16:35:05 +0000 Subject: [PATCH 1797/2185] podman-2:3.1.0-0.28.dev.gitb2bb05d - autobuilt b2bb05d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7a24f78..df4ef19 100644 --- a/.gitignore +++ b/.gitignore @@ -1660,3 +1660,4 @@ /podman-516dc6d.tar.gz /podman-d48f4a0.tar.gz /podman-c3419d2.tar.gz +/podman-b2bb05d.tar.gz diff --git a/podman.spec b/podman.spec index 11b0c66..225ca5f 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 c3419d2168415cb3e6f1349afaa9c04c29cbb933 +%global commit0 b2bb05d598452f7653e5b9311e3bd844b767cb26 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.27.dev.git%{shortcommit0}%{?dist} +Release: 0.28.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Feb 18 2021 RH Container Bot - 2:3.1.0-0.28.dev.gitb2bb05d +- autobuilt b2bb05d + * Thu Feb 18 2021 RH Container Bot - 2:3.1.0-0.27.dev.gitc3419d2 - autobuilt c3419d2 diff --git a/sources b/sources index 5e75362..8d1cc4d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-c3419d2.tar.gz) = e819b0cfce08377ccf88f778df2acaa908425c9e25c435bcb738236eeae8dae2c7c7082c0bc8774e1da938abe3e2995b164f85a5223ff469c0a5d3a3e03859d0 +SHA512 (podman-b2bb05d.tar.gz) = d970127bb053db0d0e7dfd813aa3e68c198e3df6f13f16d5963e602773b1bf7662b643cb9653d36d8759273ac563c74f4332a3ac535a7df81ae1cadda7bbe5d4 From 1e67b379b9e53ca0f49b50f9bcf6f81ec0b35fbf Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 18 Feb 2021 22:34:43 +0000 Subject: [PATCH 1798/2185] podman-2:3.1.0-0.29.dev.git1c6c94d - autobuilt 1c6c94d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index df4ef19..3abe489 100644 --- a/.gitignore +++ b/.gitignore @@ -1661,3 +1661,4 @@ /podman-d48f4a0.tar.gz /podman-c3419d2.tar.gz /podman-b2bb05d.tar.gz +/podman-1c6c94d.tar.gz diff --git a/podman.spec b/podman.spec index 225ca5f..7c6c749 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b2bb05d598452f7653e5b9311e3bd844b767cb26 +%global commit0 1c6c94d44a207e42eddf9b863c20e5004021f3af %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.28.dev.git%{shortcommit0}%{?dist} +Release: 0.29.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Feb 18 2021 RH Container Bot - 2:3.1.0-0.29.dev.git1c6c94d +- autobuilt 1c6c94d + * Thu Feb 18 2021 RH Container Bot - 2:3.1.0-0.28.dev.gitb2bb05d - autobuilt b2bb05d diff --git a/sources b/sources index 8d1cc4d..28500c7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-b2bb05d.tar.gz) = d970127bb053db0d0e7dfd813aa3e68c198e3df6f13f16d5963e602773b1bf7662b643cb9653d36d8759273ac563c74f4332a3ac535a7df81ae1cadda7bbe5d4 +SHA512 (podman-1c6c94d.tar.gz) = 2c2c02deb57a9d54f9491c49de922626596964bd5da44ea674cdd0508cc37785ffd4980651cc06e0a41b3feb6da34dccad005e67619fa4a4776a5f08921190bc From 0b44fe1279b280eb99db006938294345bf12255a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 19 Feb 2021 12:36:07 +0000 Subject: [PATCH 1799/2185] podman-2:3.1.0-0.30.dev.git6a9257a - autobuilt 6a9257a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3abe489..7bbcfe4 100644 --- a/.gitignore +++ b/.gitignore @@ -1662,3 +1662,4 @@ /podman-c3419d2.tar.gz /podman-b2bb05d.tar.gz /podman-1c6c94d.tar.gz +/podman-6a9257a.tar.gz diff --git a/podman.spec b/podman.spec index 7c6c749..3f772b1 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 1c6c94d44a207e42eddf9b863c20e5004021f3af +%global commit0 6a9257a292f034d2576b78913c0d555b936b4963 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -43,7 +43,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v3.0.0 +%define built_tag v3.0.1 Name: podman %if 0%{?fedora} @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.29.dev.git%{shortcommit0}%{?dist} +Release: 0.30.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Feb 19 2021 RH Container Bot - 2:3.1.0-0.30.dev.git6a9257a +- autobuilt 6a9257a + * Thu Feb 18 2021 RH Container Bot - 2:3.1.0-0.29.dev.git1c6c94d - autobuilt 1c6c94d diff --git a/sources b/sources index 28500c7..7261b64 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-1c6c94d.tar.gz) = 2c2c02deb57a9d54f9491c49de922626596964bd5da44ea674cdd0508cc37785ffd4980651cc06e0a41b3feb6da34dccad005e67619fa4a4776a5f08921190bc +SHA512 (podman-6a9257a.tar.gz) = 04d54cbc563d7c8ffe587863649d21721997408f1f2b69da8647bddb95c012dc94bd7504ab07231e96b73d8d756d7e73e88e2ea87b4664f9366321c45c8179dc From 4f3e7b6046b439bacd802a089b45e6caa458dab2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 19 Feb 2021 16:37:14 +0000 Subject: [PATCH 1800/2185] podman-2:3.1.0-0.31.dev.gitb6db60e - autobuilt b6db60e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7bbcfe4..707513f 100644 --- a/.gitignore +++ b/.gitignore @@ -1663,3 +1663,4 @@ /podman-b2bb05d.tar.gz /podman-1c6c94d.tar.gz /podman-6a9257a.tar.gz +/podman-b6db60e.tar.gz diff --git a/podman.spec b/podman.spec index 3f772b1..d3766c7 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 6a9257a292f034d2576b78913c0d555b936b4963 +%global commit0 b6db60e58f2f5abb4902c28c91e770495f3d4926 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.30.dev.git%{shortcommit0}%{?dist} +Release: 0.31.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Feb 19 2021 RH Container Bot - 2:3.1.0-0.31.dev.gitb6db60e +- autobuilt b6db60e + * Fri Feb 19 2021 RH Container Bot - 2:3.1.0-0.30.dev.git6a9257a - autobuilt 6a9257a diff --git a/sources b/sources index 7261b64..9aa3352 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-6a9257a.tar.gz) = 04d54cbc563d7c8ffe587863649d21721997408f1f2b69da8647bddb95c012dc94bd7504ab07231e96b73d8d756d7e73e88e2ea87b4664f9366321c45c8179dc +SHA512 (podman-b6db60e.tar.gz) = 7671d1813076de5cdb747d42b8e04856fd124f5d89a49735a00d7f8f271e5d5d69adca0cb16c7aa08f134afdb4d1ce5ebbe7e77aa8cfc922e1c4a805f3048990 From 0d6105b0d1a6f79996c35105c4b94a7d3f4108dd Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 19 Feb 2021 18:34:48 +0000 Subject: [PATCH 1801/2185] podman-2:3.1.0-0.32.dev.git4aaaa6c - autobuilt 4aaaa6c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 707513f..1124bd8 100644 --- a/.gitignore +++ b/.gitignore @@ -1664,3 +1664,4 @@ /podman-1c6c94d.tar.gz /podman-6a9257a.tar.gz /podman-b6db60e.tar.gz +/podman-4aaaa6c.tar.gz diff --git a/podman.spec b/podman.spec index d3766c7..3f20928 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b6db60e58f2f5abb4902c28c91e770495f3d4926 +%global commit0 4aaaa6c1df3a1c90a930b97552bcc970d7d99dd4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.31.dev.git%{shortcommit0}%{?dist} +Release: 0.32.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Feb 19 2021 RH Container Bot - 2:3.1.0-0.32.dev.git4aaaa6c +- autobuilt 4aaaa6c + * Fri Feb 19 2021 RH Container Bot - 2:3.1.0-0.31.dev.gitb6db60e - autobuilt b6db60e diff --git a/sources b/sources index 9aa3352..cb03bbf 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-b6db60e.tar.gz) = 7671d1813076de5cdb747d42b8e04856fd124f5d89a49735a00d7f8f271e5d5d69adca0cb16c7aa08f134afdb4d1ce5ebbe7e77aa8cfc922e1c4a805f3048990 +SHA512 (podman-4aaaa6c.tar.gz) = 2678db59c668f3ceb587405ac031351e896ce871f9531cd8faea0c2cd8d1d89ddd2d4761ba30c8dc5b27725adc0d912558ce061297eb0717108306d4b46a91fe From 956b5b361c0fa730b3cf690030ae8f2911acdf40 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 21 Feb 2021 10:34:29 +0000 Subject: [PATCH 1802/2185] podman-2:3.1.0-0.33.dev.git7b52654 - autobuilt 7b52654 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1124bd8..e261338 100644 --- a/.gitignore +++ b/.gitignore @@ -1665,3 +1665,4 @@ /podman-6a9257a.tar.gz /podman-b6db60e.tar.gz /podman-4aaaa6c.tar.gz +/podman-7b52654.tar.gz diff --git a/podman.spec b/podman.spec index 3f20928..c7edbaf 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4aaaa6c1df3a1c90a930b97552bcc970d7d99dd4 +%global commit0 7b52654649f4b9140b6ce2956afa9ad836720c6a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.32.dev.git%{shortcommit0}%{?dist} +Release: 0.33.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Feb 21 2021 RH Container Bot - 2:3.1.0-0.33.dev.git7b52654 +- autobuilt 7b52654 + * Fri Feb 19 2021 RH Container Bot - 2:3.1.0-0.32.dev.git4aaaa6c - autobuilt 4aaaa6c diff --git a/sources b/sources index cb03bbf..944cdfd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-4aaaa6c.tar.gz) = 2678db59c668f3ceb587405ac031351e896ce871f9531cd8faea0c2cd8d1d89ddd2d4761ba30c8dc5b27725adc0d912558ce061297eb0717108306d4b46a91fe +SHA512 (podman-7b52654.tar.gz) = 19d696566d8e5cee200c1044d8e81de33340aeca5e372832eab6b4e985c5ac3c0f0dce228ec3d3b180b991bee64cc12ce5e869ef67ea71559f6126e6e76d94d5 From e26fb3e3c98326fc327880ceb5cba95a90304e6a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 21 Feb 2021 16:34:34 +0000 Subject: [PATCH 1803/2185] podman-2:3.1.0-0.34.dev.git4a6582b - autobuilt 4a6582b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e261338..2f11b11 100644 --- a/.gitignore +++ b/.gitignore @@ -1666,3 +1666,4 @@ /podman-b6db60e.tar.gz /podman-4aaaa6c.tar.gz /podman-7b52654.tar.gz +/podman-4a6582b.tar.gz diff --git a/podman.spec b/podman.spec index c7edbaf..644fce4 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7b52654649f4b9140b6ce2956afa9ad836720c6a +%global commit0 4a6582bd86572f0336c82577a0a4f315376c7179 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.33.dev.git%{shortcommit0}%{?dist} +Release: 0.34.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Feb 21 2021 RH Container Bot - 2:3.1.0-0.34.dev.git4a6582b +- autobuilt 4a6582b + * Sun Feb 21 2021 RH Container Bot - 2:3.1.0-0.33.dev.git7b52654 - autobuilt 7b52654 diff --git a/sources b/sources index 944cdfd..d2a1f89 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-7b52654.tar.gz) = 19d696566d8e5cee200c1044d8e81de33340aeca5e372832eab6b4e985c5ac3c0f0dce228ec3d3b180b991bee64cc12ce5e869ef67ea71559f6126e6e76d94d5 +SHA512 (podman-4a6582b.tar.gz) = 68b005696ea0e53f9d84a23817875a323863019267d2fb3cb2af7d19b7edd761a036edb11b8161f249bb4f4e20b858a6f58795e9f57db9acba23e4b56ec90876 From 2526a7fa6bbd828309aa4e67a1b1b1af9a33fdf1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 22 Feb 2021 11:04:58 +0000 Subject: [PATCH 1804/2185] podman-2:3.1.0-0.35.dev.gitd92b946 - autobuilt d92b946 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2f11b11..25b035b 100644 --- a/.gitignore +++ b/.gitignore @@ -1667,3 +1667,4 @@ /podman-4aaaa6c.tar.gz /podman-7b52654.tar.gz /podman-4a6582b.tar.gz +/podman-d92b946.tar.gz diff --git a/podman.spec b/podman.spec index 644fce4..2740382 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4a6582bd86572f0336c82577a0a4f315376c7179 +%global commit0 d92b94677cc816a1e157802836195430b731d015 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.34.dev.git%{shortcommit0}%{?dist} +Release: 0.35.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.35.dev.gitd92b946 +- autobuilt d92b946 + * Sun Feb 21 2021 RH Container Bot - 2:3.1.0-0.34.dev.git4a6582b - autobuilt 4a6582b diff --git a/sources b/sources index d2a1f89..8e47502 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-4a6582b.tar.gz) = 68b005696ea0e53f9d84a23817875a323863019267d2fb3cb2af7d19b7edd761a036edb11b8161f249bb4f4e20b858a6f58795e9f57db9acba23e4b56ec90876 +SHA512 (podman-d92b946.tar.gz) = 6843c34bc6576ea6bc9d2f121aab2e5d0fb0f0c7bedf2cab3ef0cf6f2354df3c7b97d959510921b13c7430b514d6c170f6568c1fcf7b8c475b2bbc0ef905ea05 From 99beb312f6413f6baafc69646a005fb692acf5ef Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 22 Feb 2021 12:35:04 +0000 Subject: [PATCH 1805/2185] podman-2:3.1.0-0.36.dev.git10d52c0 - autobuilt 10d52c0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 25b035b..bad7daa 100644 --- a/.gitignore +++ b/.gitignore @@ -1668,3 +1668,4 @@ /podman-7b52654.tar.gz /podman-4a6582b.tar.gz /podman-d92b946.tar.gz +/podman-10d52c0.tar.gz diff --git a/podman.spec b/podman.spec index 2740382..19d6806 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d92b94677cc816a1e157802836195430b731d015 +%global commit0 10d52c05e23e75b9c608e100999cb55334732525 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.35.dev.git%{shortcommit0}%{?dist} +Release: 0.36.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.36.dev.git10d52c0 +- autobuilt 10d52c0 + * Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.35.dev.gitd92b946 - autobuilt d92b946 diff --git a/sources b/sources index 8e47502..5e077c0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-d92b946.tar.gz) = 6843c34bc6576ea6bc9d2f121aab2e5d0fb0f0c7bedf2cab3ef0cf6f2354df3c7b97d959510921b13c7430b514d6c170f6568c1fcf7b8c475b2bbc0ef905ea05 +SHA512 (podman-10d52c0.tar.gz) = 45ca224c6985a843fcf92bf2539233aa4860ff484399dee79aa121831d37ea3bbb565f7a5c719e6470fd00ebe0a7e08afe4220f3f1e79e5c64f41bb390b4a0ba From 6ee0882b5cefcaf389ac6ad69653d8c8e901ec79 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 22 Feb 2021 14:35:15 +0000 Subject: [PATCH 1806/2185] podman-2:3.1.0-0.37.dev.git6fbf73e - autobuilt 6fbf73e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bad7daa..43c54b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1669,3 +1669,4 @@ /podman-4a6582b.tar.gz /podman-d92b946.tar.gz /podman-10d52c0.tar.gz +/podman-6fbf73e.tar.gz diff --git a/podman.spec b/podman.spec index 19d6806..616f547 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 10d52c05e23e75b9c608e100999cb55334732525 +%global commit0 6fbf73ed8bd34738f3f901df1e5d3b592a9c3354 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.36.dev.git%{shortcommit0}%{?dist} +Release: 0.37.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.37.dev.git6fbf73e +- autobuilt 6fbf73e + * Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.36.dev.git10d52c0 - autobuilt 10d52c0 diff --git a/sources b/sources index 5e077c0..08e5959 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-10d52c0.tar.gz) = 45ca224c6985a843fcf92bf2539233aa4860ff484399dee79aa121831d37ea3bbb565f7a5c719e6470fd00ebe0a7e08afe4220f3f1e79e5c64f41bb390b4a0ba +SHA512 (podman-6fbf73e.tar.gz) = 9e2ad47334c7654ffbdb494a752c72bc54c00549b3e4dc00e5d9080180c635002461885bac9e48b1b6ef3f86a8eb44f4a172abfe8c14a64eda461f969cdb687b From f90ee559c14aeed03eddc14295523607a92d1965 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 22 Feb 2021 16:34:49 +0000 Subject: [PATCH 1807/2185] podman-2:3.1.0-0.38.dev.gitcb3af5b - autobuilt cb3af5b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 43c54b4..49c7913 100644 --- a/.gitignore +++ b/.gitignore @@ -1670,3 +1670,4 @@ /podman-d92b946.tar.gz /podman-10d52c0.tar.gz /podman-6fbf73e.tar.gz +/podman-cb3af5b.tar.gz diff --git a/podman.spec b/podman.spec index 616f547..9f956c5 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 6fbf73ed8bd34738f3f901df1e5d3b592a9c3354 +%global commit0 cb3af5b05bc6c09c5fb905c8fb99c46e493a8b55 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.37.dev.git%{shortcommit0}%{?dist} +Release: 0.38.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.38.dev.gitcb3af5b +- autobuilt cb3af5b + * Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.37.dev.git6fbf73e - autobuilt 6fbf73e diff --git a/sources b/sources index 08e5959..acdcacd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-6fbf73e.tar.gz) = 9e2ad47334c7654ffbdb494a752c72bc54c00549b3e4dc00e5d9080180c635002461885bac9e48b1b6ef3f86a8eb44f4a172abfe8c14a64eda461f969cdb687b +SHA512 (podman-cb3af5b.tar.gz) = 888dc97bc2eefca3847eb2f8e200abf9aa0dd568eb1f1ba00ce347ed946a3777f576a7fa3e33e5ff1eb3ad1349570ec9140cf2ca60ca018d95369f147a545c0f From 75bcd5a2075d50680ccc39c614112f2937622470 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 22 Feb 2021 18:35:13 +0000 Subject: [PATCH 1808/2185] podman-2:3.1.0-0.39.dev.gitf8ff172 - autobuilt f8ff172 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 49c7913..123e5e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1671,3 +1671,4 @@ /podman-10d52c0.tar.gz /podman-6fbf73e.tar.gz /podman-cb3af5b.tar.gz +/podman-f8ff172.tar.gz diff --git a/podman.spec b/podman.spec index 9f956c5..14c6a4f 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 cb3af5b05bc6c09c5fb905c8fb99c46e493a8b55 +%global commit0 f8ff1727eca1ca726f00f5509fae5d9ca024f516 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.38.dev.git%{shortcommit0}%{?dist} +Release: 0.39.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.39.dev.gitf8ff172 +- autobuilt f8ff172 + * Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.38.dev.gitcb3af5b - autobuilt cb3af5b diff --git a/sources b/sources index acdcacd..e3b66b4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-cb3af5b.tar.gz) = 888dc97bc2eefca3847eb2f8e200abf9aa0dd568eb1f1ba00ce347ed946a3777f576a7fa3e33e5ff1eb3ad1349570ec9140cf2ca60ca018d95369f147a545c0f +SHA512 (podman-f8ff172.tar.gz) = a3d9ce24466ae1c067b6dd97a590c09c7d966af1af6a9671b5215811659a65d030c8e2f8f5331ec30549c0b836df72088ad6e811dc2960c0c73b6f5b23b43657 From 9a087649fa0efeabbda61f9bc04bf357e73712d4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 22 Feb 2021 19:05:38 +0000 Subject: [PATCH 1809/2185] podman-2:3.1.0-0.40.dev.gita6e7d19 - autobuilt a6e7d19 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 123e5e9..68437b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1672,3 +1672,4 @@ /podman-6fbf73e.tar.gz /podman-cb3af5b.tar.gz /podman-f8ff172.tar.gz +/podman-a6e7d19.tar.gz diff --git a/podman.spec b/podman.spec index 14c6a4f..5286d66 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 f8ff1727eca1ca726f00f5509fae5d9ca024f516 +%global commit0 a6e7d19c463a55a7d3bf6e47faec1906f3f32380 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.39.dev.git%{shortcommit0}%{?dist} +Release: 0.40.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.40.dev.gita6e7d19 +- autobuilt a6e7d19 + * Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.39.dev.gitf8ff172 - autobuilt f8ff172 diff --git a/sources b/sources index e3b66b4..05a2e70 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-f8ff172.tar.gz) = a3d9ce24466ae1c067b6dd97a590c09c7d966af1af6a9671b5215811659a65d030c8e2f8f5331ec30549c0b836df72088ad6e811dc2960c0c73b6f5b23b43657 +SHA512 (podman-a6e7d19.tar.gz) = 491e77a2b1805971385af12acfa24f957aa98d5af52e04cf45cc76b8f4d3dbc20e8aa7133e9cf2896cfc1d99502b702b7f0849ddff10ce3746c93a5dbc0492b1 From d244fb6443ca57a100b717d21ca592a9b53a5d65 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 22 Feb 2021 21:05:21 +0000 Subject: [PATCH 1810/2185] podman-2:3.1.0-0.41.dev.gitc69decc - autobuilt c69decc Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 68437b7..ec1ab0b 100644 --- a/.gitignore +++ b/.gitignore @@ -1673,3 +1673,4 @@ /podman-cb3af5b.tar.gz /podman-f8ff172.tar.gz /podman-a6e7d19.tar.gz +/podman-c69decc.tar.gz diff --git a/podman.spec b/podman.spec index 5286d66..f532391 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 a6e7d19c463a55a7d3bf6e47faec1906f3f32380 +%global commit0 c69decc305d746066824701ff073d5b34b744693 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.40.dev.git%{shortcommit0}%{?dist} +Release: 0.41.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.41.dev.gitc69decc +- autobuilt c69decc + * Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.40.dev.gita6e7d19 - autobuilt a6e7d19 diff --git a/sources b/sources index 05a2e70..559205d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-a6e7d19.tar.gz) = 491e77a2b1805971385af12acfa24f957aa98d5af52e04cf45cc76b8f4d3dbc20e8aa7133e9cf2896cfc1d99502b702b7f0849ddff10ce3746c93a5dbc0492b1 +SHA512 (podman-c69decc.tar.gz) = 51d8660321ad9ef4878dacfe4296fa728c6fa2da0a10d3e94c2db7842311b7975c67d2cd8ad35896196608d7259443a30c25c0013117692a6bf732d259b4f6e7 From 8474412954db1892fecf5a818b4bb9d64f543a2e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 22 Feb 2021 22:35:00 +0000 Subject: [PATCH 1811/2185] podman-2:3.1.0-0.42.dev.gitd999328 - autobuilt d999328 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ec1ab0b..4e1e102 100644 --- a/.gitignore +++ b/.gitignore @@ -1674,3 +1674,4 @@ /podman-f8ff172.tar.gz /podman-a6e7d19.tar.gz /podman-c69decc.tar.gz +/podman-d999328.tar.gz diff --git a/podman.spec b/podman.spec index f532391..4636826 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 c69decc305d746066824701ff073d5b34b744693 +%global commit0 d999328920ce826e5d1ef824c811374bb65ce26b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.41.dev.git%{shortcommit0}%{?dist} +Release: 0.42.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.42.dev.gitd999328 +- autobuilt d999328 + * Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.41.dev.gitc69decc - autobuilt c69decc diff --git a/sources b/sources index 559205d..acbf156 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-c69decc.tar.gz) = 51d8660321ad9ef4878dacfe4296fa728c6fa2da0a10d3e94c2db7842311b7975c67d2cd8ad35896196608d7259443a30c25c0013117692a6bf732d259b4f6e7 +SHA512 (podman-d999328.tar.gz) = 97caf0f2fb9d3f41f4c28a0e3b4a02aba852fba963119152f556e71e2aac09e81d1f65183bd0b343130a5715b0882ae9c6a5529d351d4d022235a6eb26f2b331 From c945bcb64277be003445a40bc909f61fe3f8e88a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 23 Feb 2021 02:34:31 +0000 Subject: [PATCH 1812/2185] podman-2:3.1.0-0.43.dev.git96fc9d9 - autobuilt 96fc9d9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4e1e102..95c634c 100644 --- a/.gitignore +++ b/.gitignore @@ -1675,3 +1675,4 @@ /podman-a6e7d19.tar.gz /podman-c69decc.tar.gz /podman-d999328.tar.gz +/podman-96fc9d9.tar.gz diff --git a/podman.spec b/podman.spec index 4636826..dca0225 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d999328920ce826e5d1ef824c811374bb65ce26b +%global commit0 96fc9d983e0fc5bae48c3cec3acce86cdb6e1059 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.42.dev.git%{shortcommit0}%{?dist} +Release: 0.43.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Feb 23 2021 RH Container Bot - 2:3.1.0-0.43.dev.git96fc9d9 +- autobuilt 96fc9d9 + * Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.42.dev.gitd999328 - autobuilt d999328 diff --git a/sources b/sources index acbf156..f44072f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-d999328.tar.gz) = 97caf0f2fb9d3f41f4c28a0e3b4a02aba852fba963119152f556e71e2aac09e81d1f65183bd0b343130a5715b0882ae9c6a5529d351d4d022235a6eb26f2b331 +SHA512 (podman-96fc9d9.tar.gz) = dadf1070e6813822e609ae87d74f61a66c67b83e65f1d0435c456ef7730a056309e62ebab9a604e52adeac8483d5a55ae4494223cdc49627564d12eb5ea8fcf8 From 5d2f31a8f62bfe247e6d19002a1c8f6aa1dce4f1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 23 Feb 2021 16:40:22 +0000 Subject: [PATCH 1813/2185] podman-2:3.1.0-0.44.dev.git1702cbc - autobuilt 1702cbc Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 95c634c..ea51c76 100644 --- a/.gitignore +++ b/.gitignore @@ -1676,3 +1676,4 @@ /podman-c69decc.tar.gz /podman-d999328.tar.gz /podman-96fc9d9.tar.gz +/podman-1702cbc.tar.gz diff --git a/podman.spec b/podman.spec index dca0225..cd3ed6a 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 96fc9d983e0fc5bae48c3cec3acce86cdb6e1059 +%global commit0 1702cbc6917f431bcc65d6c5bdc6fcf99231977a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.43.dev.git%{shortcommit0}%{?dist} +Release: 0.44.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Feb 23 2021 RH Container Bot - 2:3.1.0-0.44.dev.git1702cbc +- autobuilt 1702cbc + * Tue Feb 23 2021 RH Container Bot - 2:3.1.0-0.43.dev.git96fc9d9 - autobuilt 96fc9d9 diff --git a/sources b/sources index f44072f..fba0abf 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-96fc9d9.tar.gz) = dadf1070e6813822e609ae87d74f61a66c67b83e65f1d0435c456ef7730a056309e62ebab9a604e52adeac8483d5a55ae4494223cdc49627564d12eb5ea8fcf8 +SHA512 (podman-1702cbc.tar.gz) = 515bf66ea88d9e2b1d00ded669d5473f554e7f9083d1269b87cd68c984a02759bfea8dba2a71ad318c965d7688b4d19c90bcd6ac2b7f1a48271e5ce987069968 From ecb5effac1e266913935b347f7fcb40f7a61d15e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 23 Feb 2021 17:09:57 +0000 Subject: [PATCH 1814/2185] podman-2:3.1.0-0.45.dev.git4dfcd58 - autobuilt 4dfcd58 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ea51c76..5d66b2b 100644 --- a/.gitignore +++ b/.gitignore @@ -1677,3 +1677,4 @@ /podman-d999328.tar.gz /podman-96fc9d9.tar.gz /podman-1702cbc.tar.gz +/podman-4dfcd58.tar.gz diff --git a/podman.spec b/podman.spec index cd3ed6a..6fb7fab 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 1702cbc6917f431bcc65d6c5bdc6fcf99231977a +%global commit0 4dfcd585243b1695d36ac2a1a90dcb9818773511 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.44.dev.git%{shortcommit0}%{?dist} +Release: 0.45.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Feb 23 2021 RH Container Bot - 2:3.1.0-0.45.dev.git4dfcd58 +- autobuilt 4dfcd58 + * Tue Feb 23 2021 RH Container Bot - 2:3.1.0-0.44.dev.git1702cbc - autobuilt 1702cbc diff --git a/sources b/sources index fba0abf..f7d048a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-1702cbc.tar.gz) = 515bf66ea88d9e2b1d00ded669d5473f554e7f9083d1269b87cd68c984a02759bfea8dba2a71ad318c965d7688b4d19c90bcd6ac2b7f1a48271e5ce987069968 +SHA512 (podman-4dfcd58.tar.gz) = b58bcfcf7c6f82d1131c5f31b7720f0b367afb7ab20c890d0ea0d0d4e6a970474dec2703db02fe131f1e49ebe641e19c856604d2cd8583076ca418f387530fb8 From e2388d44bd0f5670b09dfd8c0084bd701e8565a1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 23 Feb 2021 20:38:23 +0000 Subject: [PATCH 1815/2185] podman-2:3.1.0-0.46.dev.gitca0af71 - autobuilt ca0af71 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5d66b2b..39cb667 100644 --- a/.gitignore +++ b/.gitignore @@ -1678,3 +1678,4 @@ /podman-96fc9d9.tar.gz /podman-1702cbc.tar.gz /podman-4dfcd58.tar.gz +/podman-ca0af71.tar.gz diff --git a/podman.spec b/podman.spec index 6fb7fab..b28ef4c 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4dfcd585243b1695d36ac2a1a90dcb9818773511 +%global commit0 ca0af71befa7e8408d83c59511e289cb57cf3c6d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.45.dev.git%{shortcommit0}%{?dist} +Release: 0.46.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Feb 23 2021 RH Container Bot - 2:3.1.0-0.46.dev.gitca0af71 +- autobuilt ca0af71 + * Tue Feb 23 2021 RH Container Bot - 2:3.1.0-0.45.dev.git4dfcd58 - autobuilt 4dfcd58 diff --git a/sources b/sources index f7d048a..02ef4a6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-4dfcd58.tar.gz) = b58bcfcf7c6f82d1131c5f31b7720f0b367afb7ab20c890d0ea0d0d4e6a970474dec2703db02fe131f1e49ebe641e19c856604d2cd8583076ca418f387530fb8 +SHA512 (podman-ca0af71.tar.gz) = 35126e6ae570406db086b7c20d8dcfa38c0af17742cd104378b7c9947bf1ab3bd90f4facfd81406604e6a35144b980ebea143c71c3bf125901bcad805a8a5783 From 850dda01e4969e4bc37ce2fa57d776ab7aa745ce Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 24 Feb 2021 01:04:48 +0000 Subject: [PATCH 1816/2185] podman-2:3.1.0-0.47.dev.git49fa19d - autobuilt 49fa19d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 39cb667..65c6fa2 100644 --- a/.gitignore +++ b/.gitignore @@ -1679,3 +1679,4 @@ /podman-1702cbc.tar.gz /podman-4dfcd58.tar.gz /podman-ca0af71.tar.gz +/podman-49fa19d.tar.gz diff --git a/podman.spec b/podman.spec index b28ef4c..15a04ac 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 ca0af71befa7e8408d83c59511e289cb57cf3c6d +%global commit0 49fa19dff6717e419ebbaba029e84cbc5bd97904 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.46.dev.git%{shortcommit0}%{?dist} +Release: 0.47.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Feb 24 2021 RH Container Bot - 2:3.1.0-0.47.dev.git49fa19d +- autobuilt 49fa19d + * Tue Feb 23 2021 RH Container Bot - 2:3.1.0-0.46.dev.gitca0af71 - autobuilt ca0af71 diff --git a/sources b/sources index 02ef4a6..edfde8b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-ca0af71.tar.gz) = 35126e6ae570406db086b7c20d8dcfa38c0af17742cd104378b7c9947bf1ab3bd90f4facfd81406604e6a35144b980ebea143c71c3bf125901bcad805a8a5783 +SHA512 (podman-49fa19d.tar.gz) = cb72ae68e1da2e7463aa8495eb746d56e56d0e6ec19170ef8ad96dbc17cd8da95e2f343907eefb246d99277467be50809ad64abf85429a9181e8cce8d9d8d51f From 7e0c819c086bd5401b3d2c9b649e13be2c2044b2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 24 Feb 2021 14:35:35 +0000 Subject: [PATCH 1817/2185] podman-2:3.1.0-0.48.dev.gitdec06b1 - autobuilt dec06b1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 65c6fa2..052d574 100644 --- a/.gitignore +++ b/.gitignore @@ -1680,3 +1680,4 @@ /podman-4dfcd58.tar.gz /podman-ca0af71.tar.gz /podman-49fa19d.tar.gz +/podman-dec06b1.tar.gz diff --git a/podman.spec b/podman.spec index 15a04ac..85a43d7 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 49fa19dff6717e419ebbaba029e84cbc5bd97904 +%global commit0 dec06b1c3fbfad3fc75702f73ea59891a64989ad %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.47.dev.git%{shortcommit0}%{?dist} +Release: 0.48.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Feb 24 2021 RH Container Bot - 2:3.1.0-0.48.dev.gitdec06b1 +- autobuilt dec06b1 + * Wed Feb 24 2021 RH Container Bot - 2:3.1.0-0.47.dev.git49fa19d - autobuilt 49fa19d diff --git a/sources b/sources index edfde8b..4f2c8f2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-49fa19d.tar.gz) = cb72ae68e1da2e7463aa8495eb746d56e56d0e6ec19170ef8ad96dbc17cd8da95e2f343907eefb246d99277467be50809ad64abf85429a9181e8cce8d9d8d51f +SHA512 (podman-dec06b1.tar.gz) = 07b5c70c53179c998eb3dc0f4c09839582b7472ab1d350ffe4324815c588c4a603a2f1c4e73954a838c899ae2f530c01dd6e10678adae151e364e96484f69db7 From fb946a1e38e7cbc7882cce43aab8bed72f6b7cab Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 24 Feb 2021 18:35:45 +0000 Subject: [PATCH 1818/2185] podman-2:3.1.0-0.49.dev.git25d8195 - autobuilt 25d8195 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 052d574..3a37db4 100644 --- a/.gitignore +++ b/.gitignore @@ -1681,3 +1681,4 @@ /podman-ca0af71.tar.gz /podman-49fa19d.tar.gz /podman-dec06b1.tar.gz +/podman-25d8195.tar.gz diff --git a/podman.spec b/podman.spec index 85a43d7..7d4aa28 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 dec06b1c3fbfad3fc75702f73ea59891a64989ad +%global commit0 25d81955ec959d0cfa2958edba0935d1257dd787 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.48.dev.git%{shortcommit0}%{?dist} +Release: 0.49.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Feb 24 2021 RH Container Bot - 2:3.1.0-0.49.dev.git25d8195 +- autobuilt 25d8195 + * Wed Feb 24 2021 RH Container Bot - 2:3.1.0-0.48.dev.gitdec06b1 - autobuilt dec06b1 diff --git a/sources b/sources index 4f2c8f2..6ecee45 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-dec06b1.tar.gz) = 07b5c70c53179c998eb3dc0f4c09839582b7472ab1d350ffe4324815c588c4a603a2f1c4e73954a838c899ae2f530c01dd6e10678adae151e364e96484f69db7 +SHA512 (podman-25d8195.tar.gz) = a1515f027db9ba768d4cd7a9da74a02b30cbf0b013f0d5bc80988885693aec2703a84d1266200a4e3dfa904ccd85258d980bcd617141f6da67eecd209f392893 From 2cafed3c2508a28de227cb224d99c9783a00dee3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 25 Feb 2021 06:36:35 +0000 Subject: [PATCH 1819/2185] podman-2:3.1.0-0.50.dev.git79e8032 - autobuilt 79e8032 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3a37db4..9f48301 100644 --- a/.gitignore +++ b/.gitignore @@ -1682,3 +1682,4 @@ /podman-49fa19d.tar.gz /podman-dec06b1.tar.gz /podman-25d8195.tar.gz +/podman-79e8032.tar.gz diff --git a/podman.spec b/podman.spec index 7d4aa28..c29a10b 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 25d81955ec959d0cfa2958edba0935d1257dd787 +%global commit0 79e803203239d6f5840b18924e706325272e773d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.49.dev.git%{shortcommit0}%{?dist} +Release: 0.50.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Feb 25 2021 RH Container Bot - 2:3.1.0-0.50.dev.git79e8032 +- autobuilt 79e8032 + * Wed Feb 24 2021 RH Container Bot - 2:3.1.0-0.49.dev.git25d8195 - autobuilt 25d8195 diff --git a/sources b/sources index 6ecee45..42139c3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-25d8195.tar.gz) = a1515f027db9ba768d4cd7a9da74a02b30cbf0b013f0d5bc80988885693aec2703a84d1266200a4e3dfa904ccd85258d980bcd617141f6da67eecd209f392893 +SHA512 (podman-79e8032.tar.gz) = 159b97b255cf9b2842813ca72b7270c424dcc69ff9b19d7c165286f102c963fd6a6e260ec9fab0db5c96649ea20535a306d652b8e267989f639057e77ed83f04 From 5581b56c52811c49821d61670c2728ea7ee4804d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 25 Feb 2021 13:05:17 +0000 Subject: [PATCH 1820/2185] podman-2:3.1.0-0.51.dev.git9ec8106 - autobuilt 9ec8106 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9f48301..2edffcb 100644 --- a/.gitignore +++ b/.gitignore @@ -1683,3 +1683,4 @@ /podman-dec06b1.tar.gz /podman-25d8195.tar.gz /podman-79e8032.tar.gz +/podman-9ec8106.tar.gz diff --git a/podman.spec b/podman.spec index c29a10b..bc8bf4e 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 79e803203239d6f5840b18924e706325272e773d +%global commit0 9ec8106841c55bc085012727748e2d73826be97d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.50.dev.git%{shortcommit0}%{?dist} +Release: 0.51.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Feb 25 2021 RH Container Bot - 2:3.1.0-0.51.dev.git9ec8106 +- autobuilt 9ec8106 + * Thu Feb 25 2021 RH Container Bot - 2:3.1.0-0.50.dev.git79e8032 - autobuilt 79e8032 diff --git a/sources b/sources index 42139c3..1bca017 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-79e8032.tar.gz) = 159b97b255cf9b2842813ca72b7270c424dcc69ff9b19d7c165286f102c963fd6a6e260ec9fab0db5c96649ea20535a306d652b8e267989f639057e77ed83f04 +SHA512 (podman-9ec8106.tar.gz) = e28de76b175d1acc18ba3098c0e4d95e0fc6fe43da0d790c9dca37d578100f897dd211ed6936dda679d639fafd1f7f27cc1afc19cf0ffbaec6ab36ba0631aa1a From ca45a741e432ee02509d062a8658366b07381d58 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 25 Feb 2021 18:35:20 +0000 Subject: [PATCH 1821/2185] podman-2:3.1.0-0.52.dev.gitb220d6c - autobuilt b220d6c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2edffcb..6369079 100644 --- a/.gitignore +++ b/.gitignore @@ -1684,3 +1684,4 @@ /podman-25d8195.tar.gz /podman-79e8032.tar.gz /podman-9ec8106.tar.gz +/podman-b220d6c.tar.gz diff --git a/podman.spec b/podman.spec index bc8bf4e..02532d1 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9ec8106841c55bc085012727748e2d73826be97d +%global commit0 b220d6cd06360d6b868cd7fb7c32d2602aab69a5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.51.dev.git%{shortcommit0}%{?dist} +Release: 0.52.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Feb 25 2021 RH Container Bot - 2:3.1.0-0.52.dev.gitb220d6c +- autobuilt b220d6c + * Thu Feb 25 2021 RH Container Bot - 2:3.1.0-0.51.dev.git9ec8106 - autobuilt 9ec8106 diff --git a/sources b/sources index 1bca017..7b521e8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-9ec8106.tar.gz) = e28de76b175d1acc18ba3098c0e4d95e0fc6fe43da0d790c9dca37d578100f897dd211ed6936dda679d639fafd1f7f27cc1afc19cf0ffbaec6ab36ba0631aa1a +SHA512 (podman-b220d6c.tar.gz) = 1ef5d0b1e5f92353e8be3fa96d816af07a6527f0d2636a9273ad8608e102bd2d551a3a339b3d172846e39dc479e13545d5f70744ce7ec6eebfa069cc2ae17df5 From 41d51c673e697862426dfe3c5b441f0b81ffaaf7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 25 Feb 2021 20:35:51 +0000 Subject: [PATCH 1822/2185] podman-2:3.1.0-0.53.dev.gitbde1d3f - autobuilt bde1d3f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6369079..09f6577 100644 --- a/.gitignore +++ b/.gitignore @@ -1685,3 +1685,4 @@ /podman-79e8032.tar.gz /podman-9ec8106.tar.gz /podman-b220d6c.tar.gz +/podman-bde1d3f.tar.gz diff --git a/podman.spec b/podman.spec index 02532d1..f8a3a0e 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b220d6cd06360d6b868cd7fb7c32d2602aab69a5 +%global commit0 bde1d3f281b4d06b87320f3f001e67c79474a6a5 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.52.dev.git%{shortcommit0}%{?dist} +Release: 0.53.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Feb 25 2021 RH Container Bot - 2:3.1.0-0.53.dev.gitbde1d3f +- autobuilt bde1d3f + * Thu Feb 25 2021 RH Container Bot - 2:3.1.0-0.52.dev.gitb220d6c - autobuilt b220d6c diff --git a/sources b/sources index 7b521e8..e87ed94 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-b220d6c.tar.gz) = 1ef5d0b1e5f92353e8be3fa96d816af07a6527f0d2636a9273ad8608e102bd2d551a3a339b3d172846e39dc479e13545d5f70744ce7ec6eebfa069cc2ae17df5 +SHA512 (podman-bde1d3f.tar.gz) = f854c01e810ee69f77d197ab263e7c80a3565a68be5e84561d69ec16acce6315222134c8fd1ea7788ba0e37ee2817c41b430eacc36a78296fefc8c1dd2b7ab9b From 6b46c6c7ef7f6774147cd52158f19aeb350628c4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 26 Feb 2021 10:35:00 +0000 Subject: [PATCH 1823/2185] podman-2:3.1.0-0.54.dev.git05410e8 - autobuilt 05410e8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 09f6577..0ef80e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1686,3 +1686,4 @@ /podman-9ec8106.tar.gz /podman-b220d6c.tar.gz /podman-bde1d3f.tar.gz +/podman-05410e8.tar.gz diff --git a/podman.spec b/podman.spec index f8a3a0e..17bba3f 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 bde1d3f281b4d06b87320f3f001e67c79474a6a5 +%global commit0 05410e81efec2ef2398f740b81610fbad73b7bf2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.53.dev.git%{shortcommit0}%{?dist} +Release: 0.54.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Feb 26 2021 RH Container Bot - 2:3.1.0-0.54.dev.git05410e8 +- autobuilt 05410e8 + * Thu Feb 25 2021 RH Container Bot - 2:3.1.0-0.53.dev.gitbde1d3f - autobuilt bde1d3f diff --git a/sources b/sources index e87ed94..a663730 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-bde1d3f.tar.gz) = f854c01e810ee69f77d197ab263e7c80a3565a68be5e84561d69ec16acce6315222134c8fd1ea7788ba0e37ee2817c41b430eacc36a78296fefc8c1dd2b7ab9b +SHA512 (podman-05410e8.tar.gz) = a490aeb2068a5ba724395099279c0fabbb28ca52d679851306418db1b991ee3b03e9eed5fff401c58668ac6a7dfcf567237f94dcb604ed8e5f5c11b68aca4684 From d196cb31b3d0af28b59e11049b8b9fb0207f5c37 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 26 Feb 2021 12:35:53 +0000 Subject: [PATCH 1824/2185] podman-2:3.1.0-0.55.dev.git397aae3 - autobuilt 397aae3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0ef80e5..6642662 100644 --- a/.gitignore +++ b/.gitignore @@ -1687,3 +1687,4 @@ /podman-b220d6c.tar.gz /podman-bde1d3f.tar.gz /podman-05410e8.tar.gz +/podman-397aae3.tar.gz diff --git a/podman.spec b/podman.spec index 17bba3f..cb25eef 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 05410e81efec2ef2398f740b81610fbad73b7bf2 +%global commit0 397aae32b9ae219eda190cde65b18e4361427932 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.54.dev.git%{shortcommit0}%{?dist} +Release: 0.55.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Feb 26 2021 RH Container Bot - 2:3.1.0-0.55.dev.git397aae3 +- autobuilt 397aae3 + * Fri Feb 26 2021 RH Container Bot - 2:3.1.0-0.54.dev.git05410e8 - autobuilt 05410e8 diff --git a/sources b/sources index a663730..36c33c5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-05410e8.tar.gz) = a490aeb2068a5ba724395099279c0fabbb28ca52d679851306418db1b991ee3b03e9eed5fff401c58668ac6a7dfcf567237f94dcb604ed8e5f5c11b68aca4684 +SHA512 (podman-397aae3.tar.gz) = 1cc2d365d29d9a350e391953b586bf8cc88d89af790ad13379e5293066116b2e64656954d0ba58ca8fe1f9e2744405aa2bf1475987368239a1c3222728220b32 From f117f1246f1ecb7553393dd29624ce7d36d3eef2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 27 Feb 2021 20:35:34 +0000 Subject: [PATCH 1825/2185] podman-2:3.1.0-0.56.dev.git9600ea6 - autobuilt 9600ea6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6642662..912c730 100644 --- a/.gitignore +++ b/.gitignore @@ -1688,3 +1688,4 @@ /podman-bde1d3f.tar.gz /podman-05410e8.tar.gz /podman-397aae3.tar.gz +/podman-9600ea6.tar.gz diff --git a/podman.spec b/podman.spec index cb25eef..22893d0 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 397aae32b9ae219eda190cde65b18e4361427932 +%global commit0 9600ea6bef8000b0c45407409124c7df21050493 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.55.dev.git%{shortcommit0}%{?dist} +Release: 0.56.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Feb 27 2021 RH Container Bot - 2:3.1.0-0.56.dev.git9600ea6 +- autobuilt 9600ea6 + * Fri Feb 26 2021 RH Container Bot - 2:3.1.0-0.55.dev.git397aae3 - autobuilt 397aae3 diff --git a/sources b/sources index 36c33c5..8775871 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-397aae3.tar.gz) = 1cc2d365d29d9a350e391953b586bf8cc88d89af790ad13379e5293066116b2e64656954d0ba58ca8fe1f9e2744405aa2bf1475987368239a1c3222728220b32 +SHA512 (podman-9600ea6.tar.gz) = 91849a41129dab388e6b9785e6fff587d491628ff8ab85be1b568b7eee3f6431b80c0c9f546070d0a8e3e992a4ea43c11e8720deb4cbda380d4d49877937c28e From 73df66607165c6663b9f10bdbb4f1e3316ea1a8f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 1 Mar 2021 08:36:47 +0000 Subject: [PATCH 1826/2185] podman-2:3.1.0-0.57.dev.gitb154c51 - autobuilt b154c51 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 912c730..6d34b1d 100644 --- a/.gitignore +++ b/.gitignore @@ -1689,3 +1689,4 @@ /podman-05410e8.tar.gz /podman-397aae3.tar.gz /podman-9600ea6.tar.gz +/podman-b154c51.tar.gz diff --git a/podman.spec b/podman.spec index 22893d0..f48ba8d 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9600ea6bef8000b0c45407409124c7df21050493 +%global commit0 b154c519ace790f4e0ada60b6e0c6985cf213acb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.56.dev.git%{shortcommit0}%{?dist} +Release: 0.57.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.57.dev.gitb154c51 +- autobuilt b154c51 + * Sat Feb 27 2021 RH Container Bot - 2:3.1.0-0.56.dev.git9600ea6 - autobuilt 9600ea6 diff --git a/sources b/sources index 8775871..01b3685 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-9600ea6.tar.gz) = 91849a41129dab388e6b9785e6fff587d491628ff8ab85be1b568b7eee3f6431b80c0c9f546070d0a8e3e992a4ea43c11e8720deb4cbda380d4d49877937c28e +SHA512 (podman-b154c51.tar.gz) = dd799a6085d9d11cf12ce84c4447e04ade05bbe430eac53ef6481e29bcd43cb3ae69a0425439a2f98fbe95d095ee912c69751fb0ebe792f0064298ecb9f28556 From 6eb6f2f4d50e9814285a03a2a36b0af0192c510c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 1 Mar 2021 16:36:17 +0000 Subject: [PATCH 1827/2185] podman-2:3.1.0-0.58.dev.gitb5827d8 - autobuilt b5827d8 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6d34b1d..ade20f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1690,3 +1690,4 @@ /podman-397aae3.tar.gz /podman-9600ea6.tar.gz /podman-b154c51.tar.gz +/podman-b5827d8.tar.gz diff --git a/podman.spec b/podman.spec index f48ba8d..04c6760 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b154c519ace790f4e0ada60b6e0c6985cf213acb +%global commit0 b5827d80d39f2a9865d7f6486d63e61d5c9926ef %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.57.dev.git%{shortcommit0}%{?dist} +Release: 0.58.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.58.dev.gitb5827d8 +- autobuilt b5827d8 + * Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.57.dev.gitb154c51 - autobuilt b154c51 diff --git a/sources b/sources index 01b3685..e79ca82 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-b154c51.tar.gz) = dd799a6085d9d11cf12ce84c4447e04ade05bbe430eac53ef6481e29bcd43cb3ae69a0425439a2f98fbe95d095ee912c69751fb0ebe792f0064298ecb9f28556 +SHA512 (podman-b5827d8.tar.gz) = acd650f317ede8f7a52dff60b05b6b3368ec9b04deeb95e82227abade7cbec0ecbe4d06d42446b9a6fde70001d29d35f71b95e0d13eb33c86ebbfb287c4df6df From c7f447e4638b514ca839554b3137397f5789d0e1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 1 Mar 2021 18:35:25 +0000 Subject: [PATCH 1828/2185] podman-2:3.1.0-0.59.dev.git8daa014 - autobuilt 8daa014 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ade20f9..766ea98 100644 --- a/.gitignore +++ b/.gitignore @@ -1691,3 +1691,4 @@ /podman-9600ea6.tar.gz /podman-b154c51.tar.gz /podman-b5827d8.tar.gz +/podman-8daa014.tar.gz diff --git a/podman.spec b/podman.spec index 04c6760..88bc488 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b5827d80d39f2a9865d7f6486d63e61d5c9926ef +%global commit0 8daa014f38f7e7af2b46bef1b1a5870429de0d12 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.58.dev.git%{shortcommit0}%{?dist} +Release: 0.59.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.59.dev.git8daa014 +- autobuilt 8daa014 + * Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.58.dev.gitb5827d8 - autobuilt b5827d8 diff --git a/sources b/sources index e79ca82..cf37d71 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-b5827d8.tar.gz) = acd650f317ede8f7a52dff60b05b6b3368ec9b04deeb95e82227abade7cbec0ecbe4d06d42446b9a6fde70001d29d35f71b95e0d13eb33c86ebbfb287c4df6df +SHA512 (podman-8daa014.tar.gz) = 05a9ca4e3def2e2d6a8485f87c864929c525f449e4978a7b42f6723a949d5c58a7b506c5059fb48e74031c0047e0525a053d87ad565ad9c64ccf9d355bff0415 From f517a3dd8ddba940b715de5d8c8eba3ca2403393 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 1 Mar 2021 21:04:41 +0000 Subject: [PATCH 1829/2185] podman-2:3.1.0-0.60.dev.git73044b2 - autobuilt 73044b2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 766ea98..0549136 100644 --- a/.gitignore +++ b/.gitignore @@ -1692,3 +1692,4 @@ /podman-b154c51.tar.gz /podman-b5827d8.tar.gz /podman-8daa014.tar.gz +/podman-73044b2.tar.gz diff --git a/podman.spec b/podman.spec index 88bc488..55f5f04 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 8daa014f38f7e7af2b46bef1b1a5870429de0d12 +%global commit0 73044b28172fd0df23836052a9061dc41f51f39a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.59.dev.git%{shortcommit0}%{?dist} +Release: 0.60.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.60.dev.git73044b2 +- autobuilt 73044b2 + * Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.59.dev.git8daa014 - autobuilt 8daa014 diff --git a/sources b/sources index cf37d71..7e1206c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-8daa014.tar.gz) = 05a9ca4e3def2e2d6a8485f87c864929c525f449e4978a7b42f6723a949d5c58a7b506c5059fb48e74031c0047e0525a053d87ad565ad9c64ccf9d355bff0415 +SHA512 (podman-73044b2.tar.gz) = 86f621591bb73ddafbafe96e58240533fbf04a7c2480814d591bff66aec614309b45a9b51dff92f11fabf140f70961e69be71a51d06f255aed4ca6ae8b665ddb From 4e33be5b5c895d74a097f9b7251f518494b72150 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 1 Mar 2021 22:35:53 +0000 Subject: [PATCH 1830/2185] podman-2:3.1.0-0.61.dev.git8af6680 - autobuilt 8af6680 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0549136..9e6c81c 100644 --- a/.gitignore +++ b/.gitignore @@ -1693,3 +1693,4 @@ /podman-b5827d8.tar.gz /podman-8daa014.tar.gz /podman-73044b2.tar.gz +/podman-8af6680.tar.gz diff --git a/podman.spec b/podman.spec index 55f5f04..0de23ee 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 73044b28172fd0df23836052a9061dc41f51f39a +%global commit0 8af66806c8042501ca32e66efdeb463cf5346cab %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.60.dev.git%{shortcommit0}%{?dist} +Release: 0.61.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.61.dev.git8af6680 +- autobuilt 8af6680 + * Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.60.dev.git73044b2 - autobuilt 73044b2 diff --git a/sources b/sources index 7e1206c..1aa8632 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-73044b2.tar.gz) = 86f621591bb73ddafbafe96e58240533fbf04a7c2480814d591bff66aec614309b45a9b51dff92f11fabf140f70961e69be71a51d06f255aed4ca6ae8b665ddb +SHA512 (podman-8af6680.tar.gz) = 9fec0519b2618021a911636ec62fa306e25ee1d135c7faa6e6d89bce6d2e3b0b42def9d117708f44d8c3059257e3945dd439faf4a65edd4bf2ba2bfa8663a443 From 7d2589e4f672fc7f665afad0f42c7ca0a62bed29 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 2 Mar 2021 12:36:38 +0000 Subject: [PATCH 1831/2185] podman-2:3.1.0-0.62.dev.git7497dcb - autobuilt 7497dcb Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9e6c81c..3eb3f8e 100644 --- a/.gitignore +++ b/.gitignore @@ -1694,3 +1694,4 @@ /podman-8daa014.tar.gz /podman-73044b2.tar.gz /podman-8af6680.tar.gz +/podman-7497dcb.tar.gz diff --git a/podman.spec b/podman.spec index 0de23ee..06f6c84 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 8af66806c8042501ca32e66efdeb463cf5346cab +%global commit0 7497dcba6cd240908a9b0948eb561ad9c264fc8f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.61.dev.git%{shortcommit0}%{?dist} +Release: 0.62.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Mar 02 2021 RH Container Bot - 2:3.1.0-0.62.dev.git7497dcb +- autobuilt 7497dcb + * Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.61.dev.git8af6680 - autobuilt 8af6680 diff --git a/sources b/sources index 1aa8632..b44d4a5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-8af6680.tar.gz) = 9fec0519b2618021a911636ec62fa306e25ee1d135c7faa6e6d89bce6d2e3b0b42def9d117708f44d8c3059257e3945dd439faf4a65edd4bf2ba2bfa8663a443 +SHA512 (podman-7497dcb.tar.gz) = 9344dea30676712dbde59992b10356495c04f8dad2b7bef2730fb60c48b858d3fe1a4f8b6b1339045cc83e72af280843a7eb6b8ff7615a199d5e26be909bad6f From 0fdbc0505709ef3e7016a00a3652ab2b2ec8a687 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 2 Mar 2021 14:36:54 +0000 Subject: [PATCH 1832/2185] podman-2:3.1.0-0.63.dev.gitc726732 - autobuilt c726732 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3eb3f8e..d9dd76e 100644 --- a/.gitignore +++ b/.gitignore @@ -1695,3 +1695,4 @@ /podman-73044b2.tar.gz /podman-8af6680.tar.gz /podman-7497dcb.tar.gz +/podman-c726732.tar.gz diff --git a/podman.spec b/podman.spec index 06f6c84..8646a23 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7497dcba6cd240908a9b0948eb561ad9c264fc8f +%global commit0 c7267329bffa12df14c37e2d083c0c91ad7bb102 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.62.dev.git%{shortcommit0}%{?dist} +Release: 0.63.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Mar 02 2021 RH Container Bot - 2:3.1.0-0.63.dev.gitc726732 +- autobuilt c726732 + * Tue Mar 02 2021 RH Container Bot - 2:3.1.0-0.62.dev.git7497dcb - autobuilt 7497dcb diff --git a/sources b/sources index b44d4a5..bec938b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-7497dcb.tar.gz) = 9344dea30676712dbde59992b10356495c04f8dad2b7bef2730fb60c48b858d3fe1a4f8b6b1339045cc83e72af280843a7eb6b8ff7615a199d5e26be909bad6f +SHA512 (podman-c726732.tar.gz) = 3e1f8c6ef843ad8f85f3f9363baecb437836e12ceb6ce4b9ba64cd62b3d39eefc79e030b8de41f65756a8add59f1af5346c8e685c8e75ad40fcbe6f0a9e6ec82 From 4be6829d06487bde41a136a545a86958c4adad10 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 2 Mar 2021 16:35:04 +0000 Subject: [PATCH 1833/2185] podman-2:3.1.0-0.64.dev.git426178a - autobuilt 426178a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d9dd76e..f383ed4 100644 --- a/.gitignore +++ b/.gitignore @@ -1696,3 +1696,4 @@ /podman-8af6680.tar.gz /podman-7497dcb.tar.gz /podman-c726732.tar.gz +/podman-426178a.tar.gz diff --git a/podman.spec b/podman.spec index 8646a23..be06153 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 c7267329bffa12df14c37e2d083c0c91ad7bb102 +%global commit0 426178a49991106ffe222f12cc42409ae78dd257 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.63.dev.git%{shortcommit0}%{?dist} +Release: 0.64.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -633,6 +633,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Mar 02 2021 RH Container Bot - 2:3.1.0-0.64.dev.git426178a +- autobuilt 426178a + * Tue Mar 02 2021 RH Container Bot - 2:3.1.0-0.63.dev.gitc726732 - autobuilt c726732 diff --git a/sources b/sources index bec938b..5210268 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-c726732.tar.gz) = 3e1f8c6ef843ad8f85f3f9363baecb437836e12ceb6ce4b9ba64cd62b3d39eefc79e030b8de41f65756a8add59f1af5346c8e685c8e75ad40fcbe6f0a9e6ec82 +SHA512 (podman-426178a.tar.gz) = badd07d2f125c722583c4779a8f489daec29e02aede78b9866a1a2a08f3ffcd6692a5abf92c8ba325b4fe459e39211022c4f7a045e4f4f8fbb1b40fc279359be From 1e30f2bb40247b1b3353dfddcb47b8f81582953e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 3 Mar 2021 16:03:36 -0500 Subject: [PATCH 1834/2185] podman-2:3.1.0-0.65.dev.git87e2056 - built 87e2056 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f383ed4..3b955fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1697,3 +1697,4 @@ /podman-7497dcb.tar.gz /podman-c726732.tar.gz /podman-426178a.tar.gz +/podman-87e2056.tar.gz diff --git a/podman.spec b/podman.spec index be06153..4a2b5c8 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 426178a49991106ffe222f12cc42409ae78dd257 +%global commit0 87e20560ac885c541784af1341098ce8e1e7a940 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.64.dev.git%{shortcommit0}%{?dist} +Release: 0.65.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -411,6 +411,7 @@ file. Each CNI network will have its own dnsmasq instance. %prep %autosetup -Sgit -n %{name}-%{commit0} rm -f docs/source/markdown/containers-mounts.conf.5.md +sed -i 's/install.docker-docs: docker-docs/install.docker-docs-nobuild:/' Makefile # untar dnsname tar zxf %{SOURCE1} @@ -461,7 +462,7 @@ export GOPATH=$(pwd)/_build:$(pwd) %gobuild -o bin/dnsname %{import_path_plugins}/plugins/meta/dnsname popd -%{__make} docs +%{__make} docs docker-docs %install install -dp %{buildroot}%{_unitdir} @@ -472,6 +473,7 @@ PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{build install.systemd \ install.completions \ install.docker \ + install.docker-docs-nobuild \ %if 0%{?fedora} || 0%{?rhel} install.remote-nobuild \ %endif @@ -633,6 +635,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Mar 03 2021 Lokesh Mandvekar - 2:3.1.0-0.65.dev.git87e2056 +- built 87e2056 + * Tue Mar 02 2021 RH Container Bot - 2:3.1.0-0.64.dev.git426178a - autobuilt 426178a diff --git a/sources b/sources index 5210268..5973bb5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-426178a.tar.gz) = badd07d2f125c722583c4779a8f489daec29e02aede78b9866a1a2a08f3ffcd6692a5abf92c8ba325b4fe459e39211022c4f7a045e4f4f8fbb1b40fc279359be +SHA512 (podman-87e2056.tar.gz) = 109230e81bf36fdea3072dea5e8755f0ac17570c77bfcfba4831e0176fb9f8b326528a3c96dd6249b3b644e84bf1df1dd792adf9487bd7dcbfcde91c5050bc2b From d7fcd193b3d3d6395f13db145755fc854fb62bee Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 4 Mar 2021 09:45:19 -0500 Subject: [PATCH 1835/2185] install.docker-docs-nobuild Makefile target added upstream Signed-off-by: Lokesh Mandvekar --- podman.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/podman.spec b/podman.spec index 4a2b5c8..01d39da 100644 --- a/podman.spec +++ b/podman.spec @@ -411,7 +411,6 @@ file. Each CNI network will have its own dnsmasq instance. %prep %autosetup -Sgit -n %{name}-%{commit0} rm -f docs/source/markdown/containers-mounts.conf.5.md -sed -i 's/install.docker-docs: docker-docs/install.docker-docs-nobuild:/' Makefile # untar dnsname tar zxf %{SOURCE1} From 12e5a9b906bd5db1f3ce0a09356b4924244acac6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 4 Mar 2021 14:49:31 +0000 Subject: [PATCH 1836/2185] podman-2:3.1.0-0.66.dev.git17cacea - autobuilt 17cacea Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3b955fd..8fdfabc 100644 --- a/.gitignore +++ b/.gitignore @@ -1698,3 +1698,4 @@ /podman-c726732.tar.gz /podman-426178a.tar.gz /podman-87e2056.tar.gz +/podman-17cacea.tar.gz diff --git a/podman.spec b/podman.spec index 01d39da..dac6cd1 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 87e20560ac885c541784af1341098ce8e1e7a940 +%global commit0 17cacea3fa2bf0df20572720b9a0a3be35f2ef7b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.65.dev.git%{shortcommit0}%{?dist} +Release: 0.66.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -634,6 +634,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.66.dev.git17cacea +- autobuilt 17cacea + * Wed Mar 03 2021 Lokesh Mandvekar - 2:3.1.0-0.65.dev.git87e2056 - built 87e2056 diff --git a/sources b/sources index 5973bb5..1cdec2c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-87e2056.tar.gz) = 109230e81bf36fdea3072dea5e8755f0ac17570c77bfcfba4831e0176fb9f8b326528a3c96dd6249b3b644e84bf1df1dd792adf9487bd7dcbfcde91c5050bc2b +SHA512 (podman-17cacea.tar.gz) = 29c6534076f487ed6884a8c36bb565cb35efdeb662d1a561af6d69decbb9ebb9e92e1052551c06c8910dded3d52622a06a5814f5add02a64a2fce7b8bc0fcfab From cb96076ed08a8988192b67536bd2bd6caf2b0fb2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 4 Mar 2021 15:04:06 +0000 Subject: [PATCH 1837/2185] podman-2:3.1.0-0.67.dev.git87a78c0 - autobuilt 87a78c0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8fdfabc..146a37c 100644 --- a/.gitignore +++ b/.gitignore @@ -1699,3 +1699,4 @@ /podman-426178a.tar.gz /podman-87e2056.tar.gz /podman-17cacea.tar.gz +/podman-87a78c0.tar.gz diff --git a/podman.spec b/podman.spec index dac6cd1..b2d10d8 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 17cacea3fa2bf0df20572720b9a0a3be35f2ef7b +%global commit0 87a78c059dc2fb72ba54805d5488f3e619ae46f1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.66.dev.git%{shortcommit0}%{?dist} +Release: 0.67.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -634,6 +634,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.67.dev.git87a78c0 +- autobuilt 87a78c0 + * Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.66.dev.git17cacea - autobuilt 17cacea diff --git a/sources b/sources index 1cdec2c..5bf7b08 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-17cacea.tar.gz) = 29c6534076f487ed6884a8c36bb565cb35efdeb662d1a561af6d69decbb9ebb9e92e1052551c06c8910dded3d52622a06a5814f5add02a64a2fce7b8bc0fcfab +SHA512 (podman-87a78c0.tar.gz) = b2886d950ea3b1410170ab4a77d5a3af1ad034f379f1367d14793a15068ca8878b181724a2dc0cf468fbdbffab134ea5ce6e7a25809440d2a1b22f480d618ab0 From cc21f389c61ff02b776da5dc63959efc8ae11c4a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 4 Mar 2021 16:35:35 +0000 Subject: [PATCH 1838/2185] podman-2:3.1.0-0.68.dev.git7a92de4 - autobuilt 7a92de4 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 146a37c..6cff52c 100644 --- a/.gitignore +++ b/.gitignore @@ -1700,3 +1700,4 @@ /podman-87e2056.tar.gz /podman-17cacea.tar.gz /podman-87a78c0.tar.gz +/podman-7a92de4.tar.gz diff --git a/podman.spec b/podman.spec index b2d10d8..1fc9d35 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 87a78c059dc2fb72ba54805d5488f3e619ae46f1 +%global commit0 7a92de4bacdff145a871371d5a306bd349e83374 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.67.dev.git%{shortcommit0}%{?dist} +Release: 0.68.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -634,6 +634,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.68.dev.git7a92de4 +- autobuilt 7a92de4 + * Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.67.dev.git87a78c0 - autobuilt 87a78c0 diff --git a/sources b/sources index 5bf7b08..5cbf545 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-87a78c0.tar.gz) = b2886d950ea3b1410170ab4a77d5a3af1ad034f379f1367d14793a15068ca8878b181724a2dc0cf468fbdbffab134ea5ce6e7a25809440d2a1b22f480d618ab0 +SHA512 (podman-7a92de4.tar.gz) = 5e8cfedcc4add9afb8286c18d179f9b169715538739d4c837cee811596bb66846f3a25eaf810d49152f8ffc303c8a3ff625c4cd61be2ea0f38abf14420ac28ef From ffde828bd2d3535b67f892b988b6465dfc57d3cd Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 4 Mar 2021 19:05:50 +0000 Subject: [PATCH 1839/2185] podman-2:3.1.0-0.69.dev.gite65bcc1 - autobuilt e65bcc1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6cff52c..7e87ca8 100644 --- a/.gitignore +++ b/.gitignore @@ -1701,3 +1701,4 @@ /podman-17cacea.tar.gz /podman-87a78c0.tar.gz /podman-7a92de4.tar.gz +/podman-e65bcc1.tar.gz diff --git a/podman.spec b/podman.spec index 1fc9d35..803fcde 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7a92de4bacdff145a871371d5a306bd349e83374 +%global commit0 e65bcc166c3bc7e039ff0909c2cac919ce0122ad %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.68.dev.git%{shortcommit0}%{?dist} +Release: 0.69.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -634,6 +634,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.69.dev.gite65bcc1 +- autobuilt e65bcc1 + * Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.68.dev.git7a92de4 - autobuilt 7a92de4 diff --git a/sources b/sources index 5cbf545..f2fbea8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-7a92de4.tar.gz) = 5e8cfedcc4add9afb8286c18d179f9b169715538739d4c837cee811596bb66846f3a25eaf810d49152f8ffc303c8a3ff625c4cd61be2ea0f38abf14420ac28ef +SHA512 (podman-e65bcc1.tar.gz) = f2a1e3b11e6d38a1a470188ae8997656f5dcf424a0931820855cc7020c96eedd9c9a64ffcb34f34ff009e885672e3c2c8c504f87fc8b3fabd5d2f5041c66d217 From e80f1ff812b1e716fcacdc50828b19a6f61e93fc Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 4 Mar 2021 20:30:09 +0000 Subject: [PATCH 1840/2185] podman-2:3.1.0-0.70.dev.git4e5cc6a - autobuilt 4e5cc6a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7e87ca8..44132a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1702,3 +1702,4 @@ /podman-87a78c0.tar.gz /podman-7a92de4.tar.gz /podman-e65bcc1.tar.gz +/podman-4e5cc6a.tar.gz diff --git a/podman.spec b/podman.spec index 803fcde..c60d4d0 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e65bcc166c3bc7e039ff0909c2cac919ce0122ad +%global commit0 4e5cc6a3a61d9d2f1d3b97fc10684ec5617816ab %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -56,7 +56,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.69.dev.git%{shortcommit0}%{?dist} +Release: 0.70.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -634,6 +634,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.70.dev.git4e5cc6a +- autobuilt 4e5cc6a + * Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.69.dev.gite65bcc1 - autobuilt e65bcc1 diff --git a/sources b/sources index f2fbea8..f28a31d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-e65bcc1.tar.gz) = f2a1e3b11e6d38a1a470188ae8997656f5dcf424a0931820855cc7020c96eedd9c9a64ffcb34f34ff009e885672e3c2c8c504f87fc8b3fabd5d2f5041c66d217 +SHA512 (podman-4e5cc6a.tar.gz) = 546723d01d4f7ab3fb0fa5c38579d461f4551b825c9aade4ff3c96942d2274bfc7501e1e6e958ba44d11f39473c6b1b13310ceda32fd727fe9d1e64cbc178fae From 61863a2b15124e6950c4fdcc2a13fc37171ebb4f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 4 Mar 2021 15:35:00 -0500 Subject: [PATCH 1841/2185] add macros for autobuilding on non-rawhide Signed-off-by: Lokesh Mandvekar --- podman.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index c60d4d0..fad82c2 100644 --- a/podman.spec +++ b/podman.spec @@ -42,8 +42,10 @@ %global shortcommit_plugins %(c=%{commit_plugins}; echo ${c:0:7}) # Used for comparing with latest upstream tag -# to decide whether to autobuild (non-rawhide only) +# to decide whether to autobuild and set download url (non-rawhide only) %define built_tag v3.0.1 +%define built_tag_strip %(b=%{built_tag}; echo ${b:1}) +%define download_url %{git0}/archive/%{built_tag}.tar.gz Name: podman %if 0%{?fedora} From 528eeac468249151eb0f4f728ade281a7c98814f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 5 Mar 2021 09:06:25 +0000 Subject: [PATCH 1842/2185] podman-2:3.1.0-0.71.dev.git05080a1 - autobuilt 05080a1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 44132a2..a5e662f 100644 --- a/.gitignore +++ b/.gitignore @@ -1703,3 +1703,4 @@ /podman-7a92de4.tar.gz /podman-e65bcc1.tar.gz /podman-4e5cc6a.tar.gz +/podman-05080a1.tar.gz diff --git a/podman.spec b/podman.spec index fad82c2..3dce60b 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4e5cc6a3a61d9d2f1d3b97fc10684ec5617816ab +%global commit0 05080a12a998802570ee123a39368a0fe97e2fd2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.70.dev.git%{shortcommit0}%{?dist} +Release: 0.71.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.71.dev.git05080a1 +- autobuilt 05080a1 + * Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.70.dev.git4e5cc6a - autobuilt 4e5cc6a diff --git a/sources b/sources index f28a31d..f238600 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-4e5cc6a.tar.gz) = 546723d01d4f7ab3fb0fa5c38579d461f4551b825c9aade4ff3c96942d2274bfc7501e1e6e958ba44d11f39473c6b1b13310ceda32fd727fe9d1e64cbc178fae +SHA512 (podman-05080a1.tar.gz) = 46ee6c1b51534e0877946f70ca94c0503f9710e38611d234d4c0b4356a290b8d6f5ba298bf2d4b206a62afb76d04cd348a58f41ffc521186b3f8b8d48398b2bd From bfbf1ade9761b103e8811d4a5b4bf15a70a05732 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 5 Mar 2021 14:34:57 +0000 Subject: [PATCH 1843/2185] podman-2:3.1.0-0.72.dev.gitc6cefa5 - autobuilt c6cefa5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a5e662f..9e76579 100644 --- a/.gitignore +++ b/.gitignore @@ -1704,3 +1704,4 @@ /podman-e65bcc1.tar.gz /podman-4e5cc6a.tar.gz /podman-05080a1.tar.gz +/podman-c6cefa5.tar.gz diff --git a/podman.spec b/podman.spec index 3dce60b..3e4c822 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 05080a12a998802570ee123a39368a0fe97e2fd2 +%global commit0 c6cefa5f0450a433044ac2d002e4c77ba9e3614b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.71.dev.git%{shortcommit0}%{?dist} +Release: 0.72.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.72.dev.gitc6cefa5 +- autobuilt c6cefa5 + * Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.71.dev.git05080a1 - autobuilt 05080a1 diff --git a/sources b/sources index f238600..51b89d6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-05080a1.tar.gz) = 46ee6c1b51534e0877946f70ca94c0503f9710e38611d234d4c0b4356a290b8d6f5ba298bf2d4b206a62afb76d04cd348a58f41ffc521186b3f8b8d48398b2bd +SHA512 (podman-c6cefa5.tar.gz) = 21b17bdf5f82a35486f171c5fc97e203a1f8d8233eb85d5136e905893ca6df6b1ac912c348bcc5359f2632981b5baa53f3f63293e7976b12c2a58421791b9a66 From 9516096d0918c306bf0a682267fd819db8e4c410 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 5 Mar 2021 15:04:22 +0000 Subject: [PATCH 1844/2185] podman-2:3.1.0-0.73.dev.git0bac30d - autobuilt 0bac30d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9e76579..69ba03c 100644 --- a/.gitignore +++ b/.gitignore @@ -1705,3 +1705,4 @@ /podman-4e5cc6a.tar.gz /podman-05080a1.tar.gz /podman-c6cefa5.tar.gz +/podman-0bac30d.tar.gz diff --git a/podman.spec b/podman.spec index 3e4c822..c964e5c 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 c6cefa5f0450a433044ac2d002e4c77ba9e3614b +%global commit0 0bac30d724643cf84d49e643a17bd8fd304efde1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.72.dev.git%{shortcommit0}%{?dist} +Release: 0.73.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.73.dev.git0bac30d +- autobuilt 0bac30d + * Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.72.dev.gitc6cefa5 - autobuilt c6cefa5 diff --git a/sources b/sources index 51b89d6..205b885 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-c6cefa5.tar.gz) = 21b17bdf5f82a35486f171c5fc97e203a1f8d8233eb85d5136e905893ca6df6b1ac912c348bcc5359f2632981b5baa53f3f63293e7976b12c2a58421791b9a66 +SHA512 (podman-0bac30d.tar.gz) = dd781612379eacde1c5c81273ca61d712e844fefedce3106f4f64b9f3eb799462209e0911d5bd99dc7ce353194bfe9d629672c46a67711833a0ba50d44553f8e From 95f5b905f6a77c57872f009e2d6bfb31bb6576ce Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 5 Mar 2021 17:04:50 +0000 Subject: [PATCH 1845/2185] podman-2:3.1.0-0.74.dev.git44e6d20 - autobuilt 44e6d20 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 69ba03c..110685a 100644 --- a/.gitignore +++ b/.gitignore @@ -1706,3 +1706,4 @@ /podman-05080a1.tar.gz /podman-c6cefa5.tar.gz /podman-0bac30d.tar.gz +/podman-44e6d20.tar.gz diff --git a/podman.spec b/podman.spec index c964e5c..73271e8 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 0bac30d724643cf84d49e643a17bd8fd304efde1 +%global commit0 44e6d2002393bbcff7457462bfac3a4f6c91bfa4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.73.dev.git%{shortcommit0}%{?dist} +Release: 0.74.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.74.dev.git44e6d20 +- autobuilt 44e6d20 + * Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.73.dev.git0bac30d - autobuilt 0bac30d diff --git a/sources b/sources index 205b885..760c1ec 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-0bac30d.tar.gz) = dd781612379eacde1c5c81273ca61d712e844fefedce3106f4f64b9f3eb799462209e0911d5bd99dc7ce353194bfe9d629672c46a67711833a0ba50d44553f8e +SHA512 (podman-44e6d20.tar.gz) = 7bcea23746b6b0c5e006284cf72801a9a2d1c40964339284ee5088270f5ad14c1c1239d2fee939311e8723b3c878c94da4f99a5220056e0db1134c035968ad80 From 89d695e8c8f2bb4eba041e4c2b196c894cfc82a8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 5 Mar 2021 20:36:03 +0000 Subject: [PATCH 1846/2185] podman-2:3.1.0-0.75.dev.git2a78157 - autobuilt 2a78157 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 110685a..adef68d 100644 --- a/.gitignore +++ b/.gitignore @@ -1707,3 +1707,4 @@ /podman-c6cefa5.tar.gz /podman-0bac30d.tar.gz /podman-44e6d20.tar.gz +/podman-2a78157.tar.gz diff --git a/podman.spec b/podman.spec index 73271e8..1f1424d 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 44e6d2002393bbcff7457462bfac3a4f6c91bfa4 +%global commit0 2a7815726c74765ac5b097ba986b61687a63f77e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.74.dev.git%{shortcommit0}%{?dist} +Release: 0.75.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.75.dev.git2a78157 +- autobuilt 2a78157 + * Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.74.dev.git44e6d20 - autobuilt 44e6d20 diff --git a/sources b/sources index 760c1ec..9638080 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-44e6d20.tar.gz) = 7bcea23746b6b0c5e006284cf72801a9a2d1c40964339284ee5088270f5ad14c1c1239d2fee939311e8723b3c878c94da4f99a5220056e0db1134c035968ad80 +SHA512 (podman-2a78157.tar.gz) = 3a1ff2d5584c60c00cc1e8bbf5aface2e909ef33d96608948cb4236c34e9df61694d53714b3759d2bacbbb5c06a957d83af096f30e93d698edad0f22a7975009 From ad1c37483c248026cf65817514017f153234035a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 6 Mar 2021 06:36:04 +0000 Subject: [PATCH 1847/2185] podman-2:3.1.0-0.76.dev.git77a597a - autobuilt 77a597a Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index adef68d..9981fe2 100644 --- a/.gitignore +++ b/.gitignore @@ -1708,3 +1708,4 @@ /podman-0bac30d.tar.gz /podman-44e6d20.tar.gz /podman-2a78157.tar.gz +/podman-77a597a.tar.gz diff --git a/podman.spec b/podman.spec index 1f1424d..a95fac0 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 2a7815726c74765ac5b097ba986b61687a63f77e +%global commit0 77a597acb2ab8e913102ba57fe0b02870e59b756 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.75.dev.git%{shortcommit0}%{?dist} +Release: 0.76.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Mar 06 2021 RH Container Bot - 2:3.1.0-0.76.dev.git77a597a +- autobuilt 77a597a + * Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.75.dev.git2a78157 - autobuilt 2a78157 diff --git a/sources b/sources index 9638080..1e3c113 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-2a78157.tar.gz) = 3a1ff2d5584c60c00cc1e8bbf5aface2e909ef33d96608948cb4236c34e9df61694d53714b3759d2bacbbb5c06a957d83af096f30e93d698edad0f22a7975009 +SHA512 (podman-77a597a.tar.gz) = 38da137c90823022a7e5c2d20b5f154a821dbb30d592406c10ea8b275e423b04a8700c40407cb6039b165e8a96a749fb1809664f70d174d0bea3853d8db2ab9f From 7bf88f0d9ba6c983ab52224eaaf41c73fd50b8fc Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 6 Mar 2021 12:35:36 +0000 Subject: [PATCH 1848/2185] podman-2:3.1.0-0.77.dev.gita9fcd9d - autobuilt a9fcd9d Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9981fe2..884f3bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1709,3 +1709,4 @@ /podman-44e6d20.tar.gz /podman-2a78157.tar.gz /podman-77a597a.tar.gz +/podman-a9fcd9d.tar.gz diff --git a/podman.spec b/podman.spec index a95fac0..3b67f1b 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 77a597acb2ab8e913102ba57fe0b02870e59b756 +%global commit0 a9fcd9d7602ce59a704884c6840e27666fea20d1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.76.dev.git%{shortcommit0}%{?dist} +Release: 0.77.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Mar 06 2021 RH Container Bot - 2:3.1.0-0.77.dev.gita9fcd9d +- autobuilt a9fcd9d + * Sat Mar 06 2021 RH Container Bot - 2:3.1.0-0.76.dev.git77a597a - autobuilt 77a597a diff --git a/sources b/sources index 1e3c113..b1b1474 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-77a597a.tar.gz) = 38da137c90823022a7e5c2d20b5f154a821dbb30d592406c10ea8b275e423b04a8700c40407cb6039b165e8a96a749fb1809664f70d174d0bea3853d8db2ab9f +SHA512 (podman-a9fcd9d.tar.gz) = 738d63b0e30e809423995374153feeb6170d607cebbfe1846beed29f0f544788440ecba0b0b9f13f75bafb4c933ae22073d1451e4eaaf1a54cfe390eef680ab6 From 2e3278536516b4212bdb203fe1310ab7813f997d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 7 Mar 2021 20:34:34 +0000 Subject: [PATCH 1849/2185] podman-2:3.1.0-0.78.dev.gitb7c00f2 - autobuilt b7c00f2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 884f3bc..e56a80d 100644 --- a/.gitignore +++ b/.gitignore @@ -1710,3 +1710,4 @@ /podman-2a78157.tar.gz /podman-77a597a.tar.gz /podman-a9fcd9d.tar.gz +/podman-b7c00f2.tar.gz diff --git a/podman.spec b/podman.spec index 3b67f1b..d881ec6 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 a9fcd9d7602ce59a704884c6840e27666fea20d1 +%global commit0 b7c00f2cc03499d5d385a7aa7e8cd35d0ab994d7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.77.dev.git%{shortcommit0}%{?dist} +Release: 0.78.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Mar 07 2021 RH Container Bot - 2:3.1.0-0.78.dev.gitb7c00f2 +- autobuilt b7c00f2 + * Sat Mar 06 2021 RH Container Bot - 2:3.1.0-0.77.dev.gita9fcd9d - autobuilt a9fcd9d diff --git a/sources b/sources index b1b1474..282a397 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-a9fcd9d.tar.gz) = 738d63b0e30e809423995374153feeb6170d607cebbfe1846beed29f0f544788440ecba0b0b9f13f75bafb4c933ae22073d1451e4eaaf1a54cfe390eef680ab6 +SHA512 (podman-b7c00f2.tar.gz) = 413d461e0b4354c2b6f9ab61d0c6602093baa37be64d34f2ed964df9db4ad4b23f458fc86e6347cdac6c3a9b332d4eb67ebbbdcfde668711ff41b019a32aba5e From 8f8c243a50a59291e22599247d476b4065107bc8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 8 Mar 2021 12:35:03 +0000 Subject: [PATCH 1850/2185] podman-2:3.1.0-0.79.dev.git7c09752 - autobuilt 7c09752 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e56a80d..b728a44 100644 --- a/.gitignore +++ b/.gitignore @@ -1711,3 +1711,4 @@ /podman-77a597a.tar.gz /podman-a9fcd9d.tar.gz /podman-b7c00f2.tar.gz +/podman-7c09752.tar.gz diff --git a/podman.spec b/podman.spec index d881ec6..7ef196e 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b7c00f2cc03499d5d385a7aa7e8cd35d0ab994d7 +%global commit0 7c09752fb88faba0cda07dbeabe17616c7262ea1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.78.dev.git%{shortcommit0}%{?dist} +Release: 0.79.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.79.dev.git7c09752 +- autobuilt 7c09752 + * Sun Mar 07 2021 RH Container Bot - 2:3.1.0-0.78.dev.gitb7c00f2 - autobuilt b7c00f2 diff --git a/sources b/sources index 282a397..6a3b15c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-b7c00f2.tar.gz) = 413d461e0b4354c2b6f9ab61d0c6602093baa37be64d34f2ed964df9db4ad4b23f458fc86e6347cdac6c3a9b332d4eb67ebbbdcfde668711ff41b019a32aba5e +SHA512 (podman-7c09752.tar.gz) = 557926eb2df0be3567aa999b77a26f72637f2e1a06e31a856f23bb7e85192abd626796014e04249bcbfaae23864c6d511df6fe288603ef784f8fb23f7cd9f32d From 5e3c0f2dba4868eb9f71b6ff7c3e346fb2e384aa Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 8 Mar 2021 14:34:46 +0000 Subject: [PATCH 1851/2185] podman-2:3.1.0-0.80.dev.git6fe634c - autobuilt 6fe634c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b728a44..91005d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1712,3 +1712,4 @@ /podman-a9fcd9d.tar.gz /podman-b7c00f2.tar.gz /podman-7c09752.tar.gz +/podman-6fe634c.tar.gz diff --git a/podman.spec b/podman.spec index 7ef196e..b715c00 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 7c09752fb88faba0cda07dbeabe17616c7262ea1 +%global commit0 6fe634c9165367ecf797794f016dd640bc28ff2f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.79.dev.git%{shortcommit0}%{?dist} +Release: 0.80.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.80.dev.git6fe634c +- autobuilt 6fe634c + * Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.79.dev.git7c09752 - autobuilt 7c09752 diff --git a/sources b/sources index 6a3b15c..508f896 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-7c09752.tar.gz) = 557926eb2df0be3567aa999b77a26f72637f2e1a06e31a856f23bb7e85192abd626796014e04249bcbfaae23864c6d511df6fe288603ef784f8fb23f7cd9f32d +SHA512 (podman-6fe634c.tar.gz) = 2d08b673065e070c3663e465f851df0c4f85c66bd92674d9503df62ee8434d00142b8e32053cd41724a1d4dc746dd9b99132ece3ba4249eb065f323c0ce81157 From a7edf8c8b756f56d59149179f12e79aac82a1220 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 8 Mar 2021 16:35:44 +0000 Subject: [PATCH 1852/2185] podman-2:3.1.0-0.81.dev.gitb6079bc - autobuilt b6079bc Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 91005d5..ecc9941 100644 --- a/.gitignore +++ b/.gitignore @@ -1713,3 +1713,4 @@ /podman-b7c00f2.tar.gz /podman-7c09752.tar.gz /podman-6fe634c.tar.gz +/podman-b6079bc.tar.gz diff --git a/podman.spec b/podman.spec index b715c00..34a73b9 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 6fe634c9165367ecf797794f016dd640bc28ff2f +%global commit0 b6079bcf4af26c9e0f9c0438d8aabd3ed78f7914 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.80.dev.git%{shortcommit0}%{?dist} +Release: 0.81.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.81.dev.gitb6079bc +- autobuilt b6079bc + * Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.80.dev.git6fe634c - autobuilt 6fe634c diff --git a/sources b/sources index 508f896..296d01b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-6fe634c.tar.gz) = 2d08b673065e070c3663e465f851df0c4f85c66bd92674d9503df62ee8434d00142b8e32053cd41724a1d4dc746dd9b99132ece3ba4249eb065f323c0ce81157 +SHA512 (podman-b6079bc.tar.gz) = 7f835faab87a4a96c3169eda54ccd1b8cab51261359c9341458391ce412d76a1d32c442551d819366ed0bff8b22edb584e92e4e72e3d677083232d75ab459812 From c36e465be40a8932e3e36f79c7cdda148c2a24fa Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 8 Mar 2021 17:05:20 +0000 Subject: [PATCH 1853/2185] podman-2:3.1.0-0.82.dev.git1e1035c - autobuilt 1e1035c Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ecc9941..adca4e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1714,3 +1714,4 @@ /podman-7c09752.tar.gz /podman-6fe634c.tar.gz /podman-b6079bc.tar.gz +/podman-1e1035c.tar.gz diff --git a/podman.spec b/podman.spec index 34a73b9..6099ed8 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b6079bcf4af26c9e0f9c0438d8aabd3ed78f7914 +%global commit0 1e1035cf74178a33aa85f949138bb8b03d3cbb94 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.81.dev.git%{shortcommit0}%{?dist} +Release: 0.82.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.82.dev.git1e1035c +- autobuilt 1e1035c + * Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.81.dev.gitb6079bc - autobuilt b6079bc diff --git a/sources b/sources index 296d01b..de66ac0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-b6079bc.tar.gz) = 7f835faab87a4a96c3169eda54ccd1b8cab51261359c9341458391ce412d76a1d32c442551d819366ed0bff8b22edb584e92e4e72e3d677083232d75ab459812 +SHA512 (podman-1e1035c.tar.gz) = 1c919b308245952fd702f1df6b1eeead59f002fb5d758c63156b9e41caed076db692ea69df5a56313b4bab94ce286ee5997f6acab75d83fe3128c8ada63e0723 From 6e329b9ea9d5444dd8089a71e10b0ab68d8977eb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 8 Mar 2021 18:31:32 +0000 Subject: [PATCH 1854/2185] podman-2:3.1.0-0.83.dev.gitb386d23 - autobuilt b386d23 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index adca4e2..c54ba31 100644 --- a/.gitignore +++ b/.gitignore @@ -1715,3 +1715,4 @@ /podman-6fe634c.tar.gz /podman-b6079bc.tar.gz /podman-1e1035c.tar.gz +/podman-b386d23.tar.gz diff --git a/podman.spec b/podman.spec index 6099ed8..94ee182 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 1e1035cf74178a33aa85f949138bb8b03d3cbb94 +%global commit0 b386d23bf01a1f3b0a604468803189625ef7b902 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.82.dev.git%{shortcommit0}%{?dist} +Release: 0.83.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.83.dev.gitb386d23 +- autobuilt b386d23 + * Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.82.dev.git1e1035c - autobuilt 1e1035c diff --git a/sources b/sources index de66ac0..442aa71 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-1e1035c.tar.gz) = 1c919b308245952fd702f1df6b1eeead59f002fb5d758c63156b9e41caed076db692ea69df5a56313b4bab94ce286ee5997f6acab75d83fe3128c8ada63e0723 +SHA512 (podman-b386d23.tar.gz) = 8af291be2a6b162233b6e3bf367cc3cfbddcf35068448162119ec520199ae32a6a7e042a183c61175cd0cd5af4b0664e7d158c063ce4480d957ffb90230b98b5 From af6ee3a72ffe0dfbcb53eef27abc2c792094757f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 8 Mar 2021 21:34:39 +0000 Subject: [PATCH 1855/2185] podman-2:3.1.0-0.84.dev.gitba36d79 - autobuilt ba36d79 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c54ba31..f44911c 100644 --- a/.gitignore +++ b/.gitignore @@ -1716,3 +1716,4 @@ /podman-b6079bc.tar.gz /podman-1e1035c.tar.gz /podman-b386d23.tar.gz +/podman-ba36d79.tar.gz diff --git a/podman.spec b/podman.spec index 94ee182..997c9c3 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b386d23bf01a1f3b0a604468803189625ef7b902 +%global commit0 ba36d790db0a847274d6b4578a3fe65a517b5164 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.83.dev.git%{shortcommit0}%{?dist} +Release: 0.84.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.84.dev.gitba36d79 +- autobuilt ba36d79 + * Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.83.dev.gitb386d23 - autobuilt b386d23 diff --git a/sources b/sources index 442aa71..151b93a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-b386d23.tar.gz) = 8af291be2a6b162233b6e3bf367cc3cfbddcf35068448162119ec520199ae32a6a7e042a183c61175cd0cd5af4b0664e7d158c063ce4480d957ffb90230b98b5 +SHA512 (podman-ba36d79.tar.gz) = d358bc641353f9003223ec954f82e6e395ad79e4a2ea0a385009ef291754601e3c0adc7ce30d4ce5b576f941b43bf399907e4e5085d5ec5b94c6591e0d8be34f From 4a2e4e2f164a5e931187d4476704e620f5609231 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 8 Mar 2021 22:04:20 +0000 Subject: [PATCH 1856/2185] podman-2:3.1.0-0.85.dev.gitff46d13 - autobuilt ff46d13 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f44911c..c0ca194 100644 --- a/.gitignore +++ b/.gitignore @@ -1717,3 +1717,4 @@ /podman-1e1035c.tar.gz /podman-b386d23.tar.gz /podman-ba36d79.tar.gz +/podman-ff46d13.tar.gz diff --git a/podman.spec b/podman.spec index 997c9c3..a150faa 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 ba36d790db0a847274d6b4578a3fe65a517b5164 +%global commit0 ff46d13ea604381c3a995eae33848cf0c64b3d7a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -43,7 +43,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild and set download url (non-rawhide only) -%define built_tag v3.0.1 +%define built_tag v3.1.0-rc1 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.84.dev.git%{shortcommit0}%{?dist} +Release: 0.85.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.85.dev.gitff46d13 +- autobuilt ff46d13 + * Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.84.dev.gitba36d79 - autobuilt ba36d79 diff --git a/sources b/sources index 151b93a..2c4ab8e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-ba36d79.tar.gz) = d358bc641353f9003223ec954f82e6e395ad79e4a2ea0a385009ef291754601e3c0adc7ce30d4ce5b576f941b43bf399907e4e5085d5ec5b94c6591e0d8be34f +SHA512 (podman-ff46d13.tar.gz) = b99044eecdad2192fcf5637f0e394422c45db0067782c5c0a3563f0aa94f080ab75d5e6a062c72072f874af65a4f7eb8884e30fc42c42b4fbb89137dfe7aeb94 From 7631ab426516a30eff13bc20a177cfa903b60fd3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 8 Mar 2021 23:34:18 +0000 Subject: [PATCH 1857/2185] podman-2:3.1.0-0.86.dev.git789d579 - autobuilt 789d579 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c0ca194..607aa13 100644 --- a/.gitignore +++ b/.gitignore @@ -1718,3 +1718,4 @@ /podman-b386d23.tar.gz /podman-ba36d79.tar.gz /podman-ff46d13.tar.gz +/podman-789d579.tar.gz diff --git a/podman.spec b/podman.spec index a150faa..42bdcd1 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 ff46d13ea604381c3a995eae33848cf0c64b3d7a +%global commit0 789d579bc43cab0a179a17276478100b4b80e6fc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.85.dev.git%{shortcommit0}%{?dist} +Release: 0.86.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.86.dev.git789d579 +- autobuilt 789d579 + * Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.85.dev.gitff46d13 - autobuilt ff46d13 diff --git a/sources b/sources index 2c4ab8e..2093210 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-ff46d13.tar.gz) = b99044eecdad2192fcf5637f0e394422c45db0067782c5c0a3563f0aa94f080ab75d5e6a062c72072f874af65a4f7eb8884e30fc42c42b4fbb89137dfe7aeb94 +SHA512 (podman-789d579.tar.gz) = d386bb422523327ad6ecbd91b70096e594a42a78ac0da5a8bc9f70afac5737379c69168d7e557f49d3f1415a90ea75492b64591fb296a2707db6e09abca63e10 From 9711a8258879e16f59da99740c174c37aa90815f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 9 Mar 2021 11:36:51 +0000 Subject: [PATCH 1858/2185] podman-2:3.1.0-0.87.dev.git36ec835 - autobuilt 36ec835 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 607aa13..a4947cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1719,3 +1719,4 @@ /podman-ba36d79.tar.gz /podman-ff46d13.tar.gz /podman-789d579.tar.gz +/podman-36ec835.tar.gz diff --git a/podman.spec b/podman.spec index 42bdcd1..a5ec5ff 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 789d579bc43cab0a179a17276478100b4b80e6fc +%global commit0 36ec835298d0e33a2f783ceaf4ed19a3b62075f7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.86.dev.git%{shortcommit0}%{?dist} +Release: 0.87.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Mar 09 2021 RH Container Bot - 2:3.1.0-0.87.dev.git36ec835 +- autobuilt 36ec835 + * Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.86.dev.git789d579 - autobuilt 789d579 diff --git a/sources b/sources index 2093210..1ffb74a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-789d579.tar.gz) = d386bb422523327ad6ecbd91b70096e594a42a78ac0da5a8bc9f70afac5737379c69168d7e557f49d3f1415a90ea75492b64591fb296a2707db6e09abca63e10 +SHA512 (podman-36ec835.tar.gz) = 64db1d9c0e5eb2c548a8c580ad5665cbbbe1bc6a59abaf8538446a681675ac52ae3700293e9f9e6fbfbf069fe2a2b9d95efded5eadc1cbeb8299c89967f9a8ec From 5e1779fedd3718eaa6df399e2b4c6670e7f591e9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 9 Mar 2021 14:05:15 +0000 Subject: [PATCH 1859/2185] podman-2:3.1.0-0.88.dev.git66ac942 - autobuilt 66ac942 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a4947cd..186da35 100644 --- a/.gitignore +++ b/.gitignore @@ -1720,3 +1720,4 @@ /podman-ff46d13.tar.gz /podman-789d579.tar.gz /podman-36ec835.tar.gz +/podman-66ac942.tar.gz diff --git a/podman.spec b/podman.spec index a5ec5ff..9a6f5d9 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 36ec835298d0e33a2f783ceaf4ed19a3b62075f7 +%global commit0 66ac9426ecebe43c98684ce4231c36721ff87d3a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.87.dev.git%{shortcommit0}%{?dist} +Release: 0.88.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Mar 09 2021 RH Container Bot - 2:3.1.0-0.88.dev.git66ac942 +- autobuilt 66ac942 + * Tue Mar 09 2021 RH Container Bot - 2:3.1.0-0.87.dev.git36ec835 - autobuilt 36ec835 diff --git a/sources b/sources index 1ffb74a..f20d5d9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-36ec835.tar.gz) = 64db1d9c0e5eb2c548a8c580ad5665cbbbe1bc6a59abaf8538446a681675ac52ae3700293e9f9e6fbfbf069fe2a2b9d95efded5eadc1cbeb8299c89967f9a8ec +SHA512 (podman-66ac942.tar.gz) = 0724092750f1d5dae2802d34e755da53206d2c24d9360b22fd7cc297623808ef8c5314f07ee7219dbc2b8ebd5dae59ef92cdb6cb6f9a7f550e73920daa12c23e From 8cabb51967cc2c13b76eb0619d0ade26aeb82ec8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 9 Mar 2021 15:34:48 +0000 Subject: [PATCH 1860/2185] podman-2:3.1.0-0.89.dev.git09473d4 - autobuilt 09473d4 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 186da35..ce523ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1721,3 +1721,4 @@ /podman-789d579.tar.gz /podman-36ec835.tar.gz /podman-66ac942.tar.gz +/podman-09473d4.tar.gz diff --git a/podman.spec b/podman.spec index 9a6f5d9..270f119 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 66ac9426ecebe43c98684ce4231c36721ff87d3a +%global commit0 09473d43001f5818dbb178cba81f2f61e3de1457 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.88.dev.git%{shortcommit0}%{?dist} +Release: 0.89.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Mar 09 2021 RH Container Bot - 2:3.1.0-0.89.dev.git09473d4 +- autobuilt 09473d4 + * Tue Mar 09 2021 RH Container Bot - 2:3.1.0-0.88.dev.git66ac942 - autobuilt 66ac942 diff --git a/sources b/sources index f20d5d9..d17a9f0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-66ac942.tar.gz) = 0724092750f1d5dae2802d34e755da53206d2c24d9360b22fd7cc297623808ef8c5314f07ee7219dbc2b8ebd5dae59ef92cdb6cb6f9a7f550e73920daa12c23e +SHA512 (podman-09473d4.tar.gz) = 0f95a852176c1d476dc70a36345ffe23a34de8aa5393a2da42aa09ef32f105cc14d007eaf0d22877d32630b38c3dc386da515f08f8bdef96911952d3c8c7be4a From 73238648b54fd18db0755ee6d9d64867b8667fc6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 10 Mar 2021 09:34:40 +0000 Subject: [PATCH 1861/2185] podman-2:3.1.0-0.90.dev.git1ac2fb7 - autobuilt 1ac2fb7 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ce523ad..b078649 100644 --- a/.gitignore +++ b/.gitignore @@ -1722,3 +1722,4 @@ /podman-36ec835.tar.gz /podman-66ac942.tar.gz /podman-09473d4.tar.gz +/podman-1ac2fb7.tar.gz diff --git a/podman.spec b/podman.spec index 270f119..c6a36e3 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 09473d43001f5818dbb178cba81f2f61e3de1457 +%global commit0 1ac2fb78170595ddb9227de17ab35fd118ed93f0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.89.dev.git%{shortcommit0}%{?dist} +Release: 0.90.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Mar 10 2021 RH Container Bot - 2:3.1.0-0.90.dev.git1ac2fb7 +- autobuilt 1ac2fb7 + * Tue Mar 09 2021 RH Container Bot - 2:3.1.0-0.89.dev.git09473d4 - autobuilt 09473d4 diff --git a/sources b/sources index d17a9f0..f30a8f2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-09473d4.tar.gz) = 0f95a852176c1d476dc70a36345ffe23a34de8aa5393a2da42aa09ef32f105cc14d007eaf0d22877d32630b38c3dc386da515f08f8bdef96911952d3c8c7be4a +SHA512 (podman-1ac2fb7.tar.gz) = b75266c8dc6139528f525cacdc1202bbad690d4be85c2d0592671acec6192fd2385b08ea43a9b0722735a25b7d2346a31a49e901b1c6ecdfca6183d4213e465f From cdbb0c0de2bde9b1839100e4f9b55375896835b0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 10 Mar 2021 10:05:48 +0000 Subject: [PATCH 1862/2185] podman-2:3.1.0-0.91.dev.git5331096 - autobuilt 5331096 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b078649..f6ebbaf 100644 --- a/.gitignore +++ b/.gitignore @@ -1723,3 +1723,4 @@ /podman-66ac942.tar.gz /podman-09473d4.tar.gz /podman-1ac2fb7.tar.gz +/podman-5331096.tar.gz diff --git a/podman.spec b/podman.spec index c6a36e3..8db6400 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 1ac2fb78170595ddb9227de17ab35fd118ed93f0 +%global commit0 5331096b3882cd5c8e587200560e44ef1eb990a3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.90.dev.git%{shortcommit0}%{?dist} +Release: 0.91.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Mar 10 2021 RH Container Bot - 2:3.1.0-0.91.dev.git5331096 +- autobuilt 5331096 + * Wed Mar 10 2021 RH Container Bot - 2:3.1.0-0.90.dev.git1ac2fb7 - autobuilt 1ac2fb7 diff --git a/sources b/sources index f30a8f2..f700b7c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-1ac2fb7.tar.gz) = b75266c8dc6139528f525cacdc1202bbad690d4be85c2d0592671acec6192fd2385b08ea43a9b0722735a25b7d2346a31a49e901b1c6ecdfca6183d4213e465f +SHA512 (podman-5331096.tar.gz) = 7084020b3d37f50df41e920d0465ced39cdeab1ce0c3b3261a6b590290f9d73d5ad680a2b229e52cd642ef10adc40faf99c79e1a6cb34a18865b7523ca0273e7 From 1a637f6f57c299a109b07990b36b6c26e2268bb0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 10 Mar 2021 13:36:33 +0000 Subject: [PATCH 1863/2185] podman-2:3.1.0-0.92.dev.git786757f - autobuilt 786757f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f6ebbaf..758323b 100644 --- a/.gitignore +++ b/.gitignore @@ -1724,3 +1724,4 @@ /podman-09473d4.tar.gz /podman-1ac2fb7.tar.gz /podman-5331096.tar.gz +/podman-786757f.tar.gz diff --git a/podman.spec b/podman.spec index 8db6400..b352199 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 5331096b3882cd5c8e587200560e44ef1eb990a3 +%global commit0 786757fb01208cf72e1c67611acbab1411746036 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.91.dev.git%{shortcommit0}%{?dist} +Release: 0.92.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Mar 10 2021 RH Container Bot - 2:3.1.0-0.92.dev.git786757f +- autobuilt 786757f + * Wed Mar 10 2021 RH Container Bot - 2:3.1.0-0.91.dev.git5331096 - autobuilt 5331096 diff --git a/sources b/sources index f700b7c..8716c83 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-5331096.tar.gz) = 7084020b3d37f50df41e920d0465ced39cdeab1ce0c3b3261a6b590290f9d73d5ad680a2b229e52cd642ef10adc40faf99c79e1a6cb34a18865b7523ca0273e7 +SHA512 (podman-786757f.tar.gz) = 03ce31987d0504f26d13e5963024ee14945a47fdb62e3afdffc6ea0926b64b23680b5a12ee87b098e2d273a3f60e36f8ef4cfd1796bb26973cea6e6191eabfa6 From 368db868f568b501f97750638f6a4e10a5304d57 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 10 Mar 2021 19:35:20 +0000 Subject: [PATCH 1864/2185] podman-2:3.1.0-0.93.dev.gite2d35e5 - autobuilt e2d35e5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 758323b..a782cba 100644 --- a/.gitignore +++ b/.gitignore @@ -1725,3 +1725,4 @@ /podman-1ac2fb7.tar.gz /podman-5331096.tar.gz /podman-786757f.tar.gz +/podman-e2d35e5.tar.gz diff --git a/podman.spec b/podman.spec index b352199..071756e 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 786757fb01208cf72e1c67611acbab1411746036 +%global commit0 e2d35e55d0ad77fcaca5bbe90276e9c47d514131 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.92.dev.git%{shortcommit0}%{?dist} +Release: 0.93.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Mar 10 2021 RH Container Bot - 2:3.1.0-0.93.dev.gite2d35e5 +- autobuilt e2d35e5 + * Wed Mar 10 2021 RH Container Bot - 2:3.1.0-0.92.dev.git786757f - autobuilt 786757f diff --git a/sources b/sources index 8716c83..4cf0cb8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-786757f.tar.gz) = 03ce31987d0504f26d13e5963024ee14945a47fdb62e3afdffc6ea0926b64b23680b5a12ee87b098e2d273a3f60e36f8ef4cfd1796bb26973cea6e6191eabfa6 +SHA512 (podman-e2d35e5.tar.gz) = b212c80e3a5e203d71020a8500a91b242dccd7b18a451dd17cad33f4f09c96e39aee45820e91a8fdd2650b2afb3c31488a01d09a9af53ef135d8c5b1f1d3ed02 From 1ab600c29d7cc6f5e9a283534a477604b890c01b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 11 Mar 2021 17:35:47 +0000 Subject: [PATCH 1865/2185] podman-2:3.1.0-0.94.dev.git8d33bfa - autobuilt 8d33bfa Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a782cba..6b93615 100644 --- a/.gitignore +++ b/.gitignore @@ -1726,3 +1726,4 @@ /podman-5331096.tar.gz /podman-786757f.tar.gz /podman-e2d35e5.tar.gz +/podman-8d33bfa.tar.gz diff --git a/podman.spec b/podman.spec index 071756e..0285c8a 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e2d35e55d0ad77fcaca5bbe90276e9c47d514131 +%global commit0 8d33bfabaa20612718d909494c2ceec26482d279 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.93.dev.git%{shortcommit0}%{?dist} +Release: 0.94.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Mar 11 2021 RH Container Bot - 2:3.1.0-0.94.dev.git8d33bfa +- autobuilt 8d33bfa + * Wed Mar 10 2021 RH Container Bot - 2:3.1.0-0.93.dev.gite2d35e5 - autobuilt e2d35e5 diff --git a/sources b/sources index 4cf0cb8..9182fe6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-e2d35e5.tar.gz) = b212c80e3a5e203d71020a8500a91b242dccd7b18a451dd17cad33f4f09c96e39aee45820e91a8fdd2650b2afb3c31488a01d09a9af53ef135d8c5b1f1d3ed02 +SHA512 (podman-8d33bfa.tar.gz) = 95dd4a75465eecf634da4e7dba72a6fa454d2102264cda9d56a1216004b6507b75031f21de73ad7efa6ab9fb1c22cb1b774feaf73de4dd7a76c9680c1fb7a054 From ec2f85a29df9cbfc797f509d5d74b2522fc9f3fa Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 11 Mar 2021 21:35:44 +0000 Subject: [PATCH 1866/2185] podman-2:3.1.0-0.95.dev.git81737b3 - autobuilt 81737b3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6b93615..be1c46c 100644 --- a/.gitignore +++ b/.gitignore @@ -1727,3 +1727,4 @@ /podman-786757f.tar.gz /podman-e2d35e5.tar.gz /podman-8d33bfa.tar.gz +/podman-81737b3.tar.gz diff --git a/podman.spec b/podman.spec index 0285c8a..58373a1 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 8d33bfabaa20612718d909494c2ceec26482d279 +%global commit0 81737b37738dfa21be3cf9775919458523511ae9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.94.dev.git%{shortcommit0}%{?dist} +Release: 0.95.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Mar 11 2021 RH Container Bot - 2:3.1.0-0.95.dev.git81737b3 +- autobuilt 81737b3 + * Thu Mar 11 2021 RH Container Bot - 2:3.1.0-0.94.dev.git8d33bfa - autobuilt 8d33bfa diff --git a/sources b/sources index 9182fe6..0133f0a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-8d33bfa.tar.gz) = 95dd4a75465eecf634da4e7dba72a6fa454d2102264cda9d56a1216004b6507b75031f21de73ad7efa6ab9fb1c22cb1b774feaf73de4dd7a76c9680c1fb7a054 +SHA512 (podman-81737b3.tar.gz) = 0d2aae966ec759f270fbcc4846525cc69d2ef94b622c9c0dae55bd2d320d692942284f13bd3830accf8e7dd87917612642bda63a2147e10ac5ae1211cb34ff40 From d57892027aec5d8ef0ff1ef3483d8a3610317e1c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 12 Mar 2021 14:04:26 +0000 Subject: [PATCH 1867/2185] podman-2:3.1.0-0.96.dev.git5b22ddd - autobuilt 5b22ddd Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index be1c46c..5dd23f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1728,3 +1728,4 @@ /podman-e2d35e5.tar.gz /podman-8d33bfa.tar.gz /podman-81737b3.tar.gz +/podman-5b22ddd.tar.gz diff --git a/podman.spec b/podman.spec index 58373a1..2c9fc63 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 81737b37738dfa21be3cf9775919458523511ae9 +%global commit0 5b22ddd08ebac4f22cf745131e3fba09b3d995d2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.95.dev.git%{shortcommit0}%{?dist} +Release: 0.96.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Mar 12 2021 RH Container Bot - 2:3.1.0-0.96.dev.git5b22ddd +- autobuilt 5b22ddd + * Thu Mar 11 2021 RH Container Bot - 2:3.1.0-0.95.dev.git81737b3 - autobuilt 81737b3 diff --git a/sources b/sources index 0133f0a..6b823e0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-81737b3.tar.gz) = 0d2aae966ec759f270fbcc4846525cc69d2ef94b622c9c0dae55bd2d320d692942284f13bd3830accf8e7dd87917612642bda63a2147e10ac5ae1211cb34ff40 +SHA512 (podman-5b22ddd.tar.gz) = a2ef372e0adb179877f19264a9876a9fd741e77c52cc470180eb6d1d4966f162d9ee056f49e037651836f8fd576e500162db25a963425a3ed82da3a1506f5c44 From 46ff2a9e59e8f5b18d0b17842dc1f163c8553285 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 12 Mar 2021 17:36:56 +0000 Subject: [PATCH 1868/2185] podman-2:3.1.0-0.97.dev.gitfc02d16 - autobuilt fc02d16 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5dd23f9..a7d24cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1729,3 +1729,4 @@ /podman-8d33bfa.tar.gz /podman-81737b3.tar.gz /podman-5b22ddd.tar.gz +/podman-fc02d16.tar.gz diff --git a/podman.spec b/podman.spec index 2c9fc63..fc2a705 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 5b22ddd08ebac4f22cf745131e3fba09b3d995d2 +%global commit0 fc02d16e728dfdd5a5f2e3bc622bbceb7f8c0d24 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.96.dev.git%{shortcommit0}%{?dist} +Release: 0.97.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Mar 12 2021 RH Container Bot - 2:3.1.0-0.97.dev.gitfc02d16 +- autobuilt fc02d16 + * Fri Mar 12 2021 RH Container Bot - 2:3.1.0-0.96.dev.git5b22ddd - autobuilt 5b22ddd diff --git a/sources b/sources index 6b823e0..965778a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-5b22ddd.tar.gz) = a2ef372e0adb179877f19264a9876a9fd741e77c52cc470180eb6d1d4966f162d9ee056f49e037651836f8fd576e500162db25a963425a3ed82da3a1506f5c44 +SHA512 (podman-fc02d16.tar.gz) = ee1f448d561f5f0a0fe91e731b560990ad866b585d9dfc60b941a5f59b6f45fb2b4c911b32527fe8f5cf498fc63d597003e15e73c9f7d130c6d4742f0c1849bd From 9a005d5998c5934a5b01a96ac2204ace47c8d23c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 15 Mar 2021 19:07:24 +0000 Subject: [PATCH 1869/2185] podman-2:3.1.0-0.98.dev.gite7dc592 - autobuilt e7dc592 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a7d24cc..c010ec8 100644 --- a/.gitignore +++ b/.gitignore @@ -1730,3 +1730,4 @@ /podman-81737b3.tar.gz /podman-5b22ddd.tar.gz /podman-fc02d16.tar.gz +/podman-e7dc592.tar.gz diff --git a/podman.spec b/podman.spec index fc2a705..7e3031b 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 fc02d16e728dfdd5a5f2e3bc622bbceb7f8c0d24 +%global commit0 e7dc59252bd722377938ac3e6b4fd7e077f05293 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.97.dev.git%{shortcommit0}%{?dist} +Release: 0.98.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Mar 15 2021 RH Container Bot - 2:3.1.0-0.98.dev.gite7dc592 +- autobuilt e7dc592 + * Fri Mar 12 2021 RH Container Bot - 2:3.1.0-0.97.dev.gitfc02d16 - autobuilt fc02d16 diff --git a/sources b/sources index 965778a..a187ac6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-fc02d16.tar.gz) = ee1f448d561f5f0a0fe91e731b560990ad866b585d9dfc60b941a5f59b6f45fb2b4c911b32527fe8f5cf498fc63d597003e15e73c9f7d130c6d4742f0c1849bd +SHA512 (podman-e7dc592.tar.gz) = 63e1ef482dca6c2a79228453e29682711a88b347ccf54f341a18caef20bf2b05080fe571f3c9b28fe22a8360d9a528aa4678bfc1f5acc2a2e751413d81e57815 From 46f879383705b9a5c75871bc7c41ef190a4c7fd6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 22 Mar 2021 12:54:29 +0000 Subject: [PATCH 1870/2185] podman-2:3.1.0-0.99.dev.gitdf1d561 - autobuilt df1d561 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c010ec8..9e790e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1731,3 +1731,4 @@ /podman-5b22ddd.tar.gz /podman-fc02d16.tar.gz /podman-e7dc592.tar.gz +/podman-df1d561.tar.gz diff --git a/podman.spec b/podman.spec index 7e3031b..819be4e 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e7dc59252bd722377938ac3e6b4fd7e077f05293 +%global commit0 df1d5618dd4b46f4c24d0c196d6fbaab4e34640f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.98.dev.git%{shortcommit0}%{?dist} +Release: 0.99.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Mar 22 2021 RH Container Bot - 2:3.1.0-0.99.dev.gitdf1d561 +- autobuilt df1d561 + * Mon Mar 15 2021 RH Container Bot - 2:3.1.0-0.98.dev.gite7dc592 - autobuilt e7dc592 diff --git a/sources b/sources index a187ac6..237adca 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-e7dc592.tar.gz) = 63e1ef482dca6c2a79228453e29682711a88b347ccf54f341a18caef20bf2b05080fe571f3c9b28fe22a8360d9a528aa4678bfc1f5acc2a2e751413d81e57815 +SHA512 (podman-df1d561.tar.gz) = e83d5164675fb26b8be8057fbc0da4082f9970f7748de0d19148d39276cbfc809617d4ba0d38cd036c242fb87bf8e0707f0aed86b2bc8d91c65a3f6185a96019 From 9e5636d69ee43fe93be0f27843ee7d640a8debd3 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 25 Mar 2021 11:22:38 -0400 Subject: [PATCH 1871/2185] podman-2:3.1.0-0.100.dev.gitdf1d561 - bump crun requirement Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 819be4e..3eea57e 100644 --- a/podman.spec +++ b/podman.spec @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.99.dev.git%{shortcommit0}%{?dist} +Release: 0.100.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -97,7 +97,7 @@ BuildRequires: btrfs-progs-devel %if 0%{?fedora} || 0%{?rhel} BuildRequires: ostree-devel Recommends: fuse-overlayfs >= 0.3-8 -Recommends: crun >= 0.14-2 +Recommends: crun >= 0.18-4 %endif %if 0%{?fedora} || 0%{?centos} >= 8 || 0%{?rhel} Recommends: catatonit @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Mar 25 2021 Lokesh Mandvekar - 2:3.1.0-0.100.dev.gitdf1d561 +- bump crun requirement + * Mon Mar 22 2021 RH Container Bot - 2:3.1.0-0.99.dev.gitdf1d561 - autobuilt df1d561 From 5aa7d9490f6cde1af287dcf3a76a47f57b106bc9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 29 Mar 2021 12:41:35 +0000 Subject: [PATCH 1872/2185] podman-2:3.1.0-0.101.dev.git259004f - autobuilt 259004f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9e790e5..0e8ec51 100644 --- a/.gitignore +++ b/.gitignore @@ -1732,3 +1732,4 @@ /podman-fc02d16.tar.gz /podman-e7dc592.tar.gz /podman-df1d561.tar.gz +/podman-259004f.tar.gz diff --git a/podman.spec b/podman.spec index 3eea57e..83df594 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 df1d5618dd4b46f4c24d0c196d6fbaab4e34640f +%global commit0 259004f0a9cc18018127baec0bfcf8bc091dabb6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -43,7 +43,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild and set download url (non-rawhide only) -%define built_tag v3.1.0-rc1 +%define built_tag v3.1.0-rc2 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz @@ -58,7 +58,7 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.100.dev.git%{shortcommit0}%{?dist} +Release: 0.101.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -636,6 +636,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Mar 29 2021 RH Container Bot - 2:3.1.0-0.101.dev.git259004f +- autobuilt 259004f + * Thu Mar 25 2021 Lokesh Mandvekar - 2:3.1.0-0.100.dev.gitdf1d561 - bump crun requirement diff --git a/sources b/sources index 237adca..a6689ee 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-df1d561.tar.gz) = e83d5164675fb26b8be8057fbc0da4082f9970f7748de0d19148d39276cbfc809617d4ba0d38cd036c242fb87bf8e0707f0aed86b2bc8d91c65a3f6185a96019 +SHA512 (podman-259004f.tar.gz) = a5e0d50c72ef6f6d1d37fd865bcfbfbe7c17eddf9c9c9538371299bebb4b0cc066bbf519bf73f04a7f633fe3274d8b3219ad0b680a035255cd0e6011991d0863 From 3faa24c1e46634e83d0ff548ad5b1a6789ef0f52 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 29 Mar 2021 09:15:09 -0400 Subject: [PATCH 1873/2185] fix build issues on 32-bit Signed-off-by: Lokesh Mandvekar --- podman.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/podman.spec b/podman.spec index 83df594..f4e4b6e 100644 --- a/podman.spec +++ b/podman.spec @@ -413,6 +413,7 @@ file. Each CNI network will have its own dnsmasq instance. %prep %autosetup -Sgit -n %{name}-%{commit0} rm -f docs/source/markdown/containers-mounts.conf.5.md +sed -i 's/id128StringMax := C.ulong/id128StringMax := C.size_t/' vendor/github.com/coreos/go-systemd/v22/sdjournal/journal.go # untar dnsname tar zxf %{SOURCE1} From e000f8c01e651dd58a5fd1b42be196b02655f6b3 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 5 Apr 2021 10:38:31 -0400 Subject: [PATCH 1874/2185] podman-2:3.1.0-0.102.dev.git259004f - adjust dependencies Signed-off-by: Lokesh Mandvekar --- podman.spec | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) diff --git a/podman.spec b/podman.spec index f4e4b6e..4cc0d32 100644 --- a/podman.spec +++ b/podman.spec @@ -58,15 +58,17 @@ Version: 3.1.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.101.dev.git%{shortcommit0}%{?dist} +Release: 0.102.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{shortcommit_plugins}.tar.gz Provides: %{name}-manpages = %{epoch}:%{version}-%{release} -Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release} # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. +%if 0%{?fedora} && ! 0%{?rhel} +BuildRequires: btrfs-progs-devel +%endif BuildRequires: gcc BuildRequires: golang BuildRequires: glib2-devel @@ -81,35 +83,22 @@ BuildRequires: libseccomp-devel BuildRequires: libselinux-devel BuildRequires: pkgconfig BuildRequires: make +BuildRequires: ostree-devel BuildRequires: systemd BuildRequires: systemd-devel +Requires: conmon >= 2:2.0.16-1 Requires: containers-common Requires: containernetworking-plugins >= 0.8.6-1 +Requires: crun >= 0.18-5 Requires: iptables Requires: nftables -Requires: conmon >= 2:2.0.16-1 -Requires: oci-runtime Recommends: %{name}-plugins = %{epoch}:%{version}-%{release} -Obsoletes: oci-systemd-hook <= 0.2.0-3 -%if 0%{?fedora} && ! 0%{?rhel} -BuildRequires: btrfs-progs-devel -%endif -%if 0%{?fedora} || 0%{?rhel} -BuildRequires: ostree-devel Recommends: fuse-overlayfs >= 0.3-8 -Recommends: crun >= 0.18-4 -%endif -%if 0%{?fedora} || 0%{?centos} >= 8 || 0%{?rhel} Recommends: catatonit Requires: (container-selinux if selinux-policy) -Recommends: runc Recommends: slirp4netns >= 0.3.0-2 -%else -Requires: catatonit -Requires: container-selinux -Requires: runc -Requires: slirp4netns >= 0.3.0-2 -%endif +Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release} +Obsoletes: oci-systemd-hook <= 0.2.0-3 # vendored libraries # awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort @@ -637,6 +626,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Apr 05 2021 Lokesh Mandvekar - 2:3.1.0-0.102.dev.git259004f +- adjust dependencies + * Mon Mar 29 2021 RH Container Bot - 2:3.1.0-0.101.dev.git259004f - autobuilt 259004f From a03329db742f67e4cb68005bab73307f5f75f342 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 15 Apr 2021 20:07:13 +0000 Subject: [PATCH 1875/2185] podman-2:3.2.0-0.1.dev.git373f15f - bump to 3.2.0 - autobuilt 373f15f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 0e8ec51..385a6a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1733,3 +1733,4 @@ /podman-e7dc592.tar.gz /podman-df1d561.tar.gz /podman-259004f.tar.gz +/podman-373f15f.tar.gz diff --git a/podman.spec b/podman.spec index 4cc0d32..35c9119 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 259004f0a9cc18018127baec0bfcf8bc091dabb6 +%global commit0 373f15f617db6731c58776c1766a4cf2c74b22b9 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -43,7 +43,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild and set download url (non-rawhide only) -%define built_tag v3.1.0-rc2 +%define built_tag v3.1.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz @@ -53,12 +53,12 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 3.1.0 +Version: 3.2.0 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.102.dev.git%{shortcommit0}%{?dist} +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -626,6 +626,10 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Apr 15 2021 RH Container Bot - 2:3.2.0-0.1.dev.git373f15f +- bump to 3.2.0 +- autobuilt 373f15f + * Mon Apr 05 2021 Lokesh Mandvekar - 2:3.1.0-0.102.dev.git259004f - adjust dependencies diff --git a/sources b/sources index a6689ee..ae14668 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-259004f.tar.gz) = a5e0d50c72ef6f6d1d37fd865bcfbfbe7c17eddf9c9c9538371299bebb4b0cc066bbf519bf73f04a7f633fe3274d8b3219ad0b680a035255cd0e6011991d0863 +SHA512 (podman-373f15f.tar.gz) = d016bd5e71604fce2e82a4a9f9b0f24f2b3a7763cb51470c869608f826aabdda5481442ea2fafe4c6ceb1b0f858cd8cf789b7e2f086b4e46aeaec0ce303637a5 From 07201ac907dc603f8bfc7064397b76c0601dbd73 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 15 Apr 2021 16:15:14 -0400 Subject: [PATCH 1876/2185] podman-2:3.2.0-0.2.dev.git373f15f - container-selinux and crun dependencies moved to containers-common Signed-off-by: Lokesh Mandvekar --- podman.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/podman.spec b/podman.spec index 35c9119..585eb30 100644 --- a/podman.spec +++ b/podman.spec @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.1.dev.git%{shortcommit0}%{?dist} +Release: 0.2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -87,15 +87,13 @@ BuildRequires: ostree-devel BuildRequires: systemd BuildRequires: systemd-devel Requires: conmon >= 2:2.0.16-1 -Requires: containers-common +Requires: containers-common >= 4:1-17 Requires: containernetworking-plugins >= 0.8.6-1 -Requires: crun >= 0.18-5 Requires: iptables Requires: nftables Recommends: %{name}-plugins = %{epoch}:%{version}-%{release} Recommends: fuse-overlayfs >= 0.3-8 Recommends: catatonit -Requires: (container-selinux if selinux-policy) Recommends: slirp4netns >= 0.3.0-2 Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release} Obsoletes: oci-systemd-hook <= 0.2.0-3 @@ -626,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Apr 15 2021 Lokesh Mandvekar - 2:3.2.0-0.2.dev.git373f15f +- container-selinux and crun dependencies moved to containers-common + * Thu Apr 15 2021 RH Container Bot - 2:3.2.0-0.1.dev.git373f15f - bump to 3.2.0 - autobuilt 373f15f From d8ac6e49c6f412981080c9bdfad653b798c3f52c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 16 Apr 2021 11:10:46 -0400 Subject: [PATCH 1877/2185] podman-2:3.2.0-0.3.dev.git35b62ef - slirp4netns and fuse-overlayfs deps are in containers-common Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 15 +++++++-------- sources | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 385a6a6..49f1788 100644 --- a/.gitignore +++ b/.gitignore @@ -1734,3 +1734,4 @@ /podman-df1d561.tar.gz /podman-259004f.tar.gz /podman-373f15f.tar.gz +/podman-35b62ef.tar.gz diff --git a/podman.spec b/podman.spec index 585eb30..cb394a2 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 373f15f617db6731c58776c1766a4cf2c74b22b9 +%global commit0 35b62ef19f307fb365eb7a8734e456160f7b22a8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.2.dev.git%{shortcommit0}%{?dist} +Release: 0.3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -86,17 +86,13 @@ BuildRequires: make BuildRequires: ostree-devel BuildRequires: systemd BuildRequires: systemd-devel -Requires: conmon >= 2:2.0.16-1 +Requires: conmon >= 2:2.0.28-0.1 Requires: containers-common >= 4:1-17 -Requires: containernetworking-plugins >= 0.8.6-1 +Requires: containernetworking-plugins >= 0.9.1-1 Requires: iptables Requires: nftables Recommends: %{name}-plugins = %{epoch}:%{version}-%{release} -Recommends: fuse-overlayfs >= 0.3-8 Recommends: catatonit -Recommends: slirp4netns >= 0.3.0-2 -Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release} -Obsoletes: oci-systemd-hook <= 0.2.0-3 # vendored libraries # awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort @@ -624,6 +620,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Apr 16 2021 Lokesh Mandvekar - 2:3.2.0-0.3.dev.git35b62ef +- slirp4netns and fuse-overlayfs deps are in containers-common + * Thu Apr 15 2021 Lokesh Mandvekar - 2:3.2.0-0.2.dev.git373f15f - container-selinux and crun dependencies moved to containers-common diff --git a/sources b/sources index ae14668..bf53e1a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-373f15f.tar.gz) = d016bd5e71604fce2e82a4a9f9b0f24f2b3a7763cb51470c869608f826aabdda5481442ea2fafe4c6ceb1b0f858cd8cf789b7e2f086b4e46aeaec0ce303637a5 +SHA512 (podman-35b62ef.tar.gz) = ba0bfbd28526f9943caead11fc1146b05d9b715d2c9936e523660ce86178538867a154e7dc63d4d6df4b43c599dea15a9b8e9785b363d0967cd9c4774927f5e5 From 0230f6b74b2e2e785d80157803ea46ba7c5fc7b8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 20 Apr 2021 14:53:29 +0000 Subject: [PATCH 1878/2185] podman-2:3.2.0-0.4.dev.gitcf2c3a1 - autobuilt cf2c3a1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 49f1788..b903e18 100644 --- a/.gitignore +++ b/.gitignore @@ -1735,3 +1735,4 @@ /podman-259004f.tar.gz /podman-373f15f.tar.gz /podman-35b62ef.tar.gz +/podman-cf2c3a1.tar.gz diff --git a/podman.spec b/podman.spec index cb394a2..b80e434 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 35b62ef19f307fb365eb7a8734e456160f7b22a8 +%global commit0 cf2c3a1f13710014892804aacf855cd6b001a5ea %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -43,7 +43,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild and set download url (non-rawhide only) -%define built_tag v3.1.0 +%define built_tag v3.1.1 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.3.dev.git%{shortcommit0}%{?dist} +Release: 0.4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -620,6 +620,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Apr 20 2021 RH Container Bot - 2:3.2.0-0.4.dev.gitcf2c3a1 +- autobuilt cf2c3a1 + * Fri Apr 16 2021 Lokesh Mandvekar - 2:3.2.0-0.3.dev.git35b62ef - slirp4netns and fuse-overlayfs deps are in containers-common diff --git a/sources b/sources index bf53e1a..959c44f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-35b62ef.tar.gz) = ba0bfbd28526f9943caead11fc1146b05d9b715d2c9936e523660ce86178538867a154e7dc63d4d6df4b43c599dea15a9b8e9785b363d0967cd9c4774927f5e5 +SHA512 (podman-cf2c3a1.tar.gz) = 059cbec953d06604a8486ead9be341160c77ef17c3e6ada529dabe005ab4dc9ed7cf656b6cb4c2a47fa47c5aa1737f76e77f79840889f22399af0993be92be2b From a883d3856190a7262af27ed58f14721b00b80696 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 26 Apr 2021 14:20:02 +0000 Subject: [PATCH 1879/2185] podman-2:3.2.0-0.5.dev.git476c76f - autobuilt 476c76f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b903e18..90f630b 100644 --- a/.gitignore +++ b/.gitignore @@ -1736,3 +1736,4 @@ /podman-373f15f.tar.gz /podman-35b62ef.tar.gz /podman-cf2c3a1.tar.gz +/podman-476c76f.tar.gz diff --git a/podman.spec b/podman.spec index b80e434..aab23e4 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 cf2c3a1f13710014892804aacf855cd6b001a5ea +%global commit0 476c76f580d5cd092ff958765af36857b2a68d6c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -43,7 +43,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild and set download url (non-rawhide only) -%define built_tag v3.1.1 +%define built_tag v3.1.2 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.4.dev.git%{shortcommit0}%{?dist} +Release: 0.5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -620,6 +620,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Apr 26 2021 RH Container Bot - 2:3.2.0-0.5.dev.git476c76f +- autobuilt 476c76f + * Tue Apr 20 2021 RH Container Bot - 2:3.2.0-0.4.dev.gitcf2c3a1 - autobuilt cf2c3a1 diff --git a/sources b/sources index 959c44f..2020e74 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-cf2c3a1.tar.gz) = 059cbec953d06604a8486ead9be341160c77ef17c3e6ada529dabe005ab4dc9ed7cf656b6cb4c2a47fa47c5aa1737f76e77f79840889f22399af0993be92be2b +SHA512 (podman-476c76f.tar.gz) = 2e89091a78ac46762fa8e33fd96eca59c6d8a843396053f7fdb5f6d785f6ddd802f83a1e12e5950511fa7bb7a9f19e6556e39ea302c451f860e70b3ca75b87a4 From 0f5dfaea9f45aa432da6db04e9dd3fcbd118f65f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 27 Apr 2021 12:54:32 +0000 Subject: [PATCH 1880/2185] podman-2:3.2.0-0.6.dev.git3148e01 - autobuilt 3148e01 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 90f630b..29ca569 100644 --- a/.gitignore +++ b/.gitignore @@ -1737,3 +1737,4 @@ /podman-35b62ef.tar.gz /podman-cf2c3a1.tar.gz /podman-476c76f.tar.gz +/podman-3148e01.tar.gz diff --git a/podman.spec b/podman.spec index aab23e4..9973f2d 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 476c76f580d5cd092ff958765af36857b2a68d6c +%global commit0 3148e01651e939f345242d582d82a068d1c6dd7e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.5.dev.git%{shortcommit0}%{?dist} +Release: 0.6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -620,6 +620,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Apr 27 2021 RH Container Bot - 2:3.2.0-0.6.dev.git3148e01 +- autobuilt 3148e01 + * Mon Apr 26 2021 RH Container Bot - 2:3.2.0-0.5.dev.git476c76f - autobuilt 476c76f diff --git a/sources b/sources index 2020e74..e534c09 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-476c76f.tar.gz) = 2e89091a78ac46762fa8e33fd96eca59c6d8a843396053f7fdb5f6d785f6ddd802f83a1e12e5950511fa7bb7a9f19e6556e39ea302c451f860e70b3ca75b87a4 +SHA512 (podman-3148e01.tar.gz) = 69a22c4e034fb4ded325ba7b50c59776dd18a2e9834c3e7f1edee6155c6d7cc778932e4ce0c0763bd09fc38fa84acf6fae0bc463ccccfaed478871970a571d11 From 6c929c8f14aba8d89748af4141846747497f7a6c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 28 Apr 2021 12:29:26 +0000 Subject: [PATCH 1881/2185] podman-2:3.2.0-0.7.dev.git99e5a76 - autobuilt 99e5a76 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 29ca569..c4f878e 100644 --- a/.gitignore +++ b/.gitignore @@ -1738,3 +1738,4 @@ /podman-cf2c3a1.tar.gz /podman-476c76f.tar.gz /podman-3148e01.tar.gz +/podman-99e5a76.tar.gz diff --git a/podman.spec b/podman.spec index 9973f2d..ad90d74 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 3148e01651e939f345242d582d82a068d1c6dd7e +%global commit0 99e5a76f09645362eb781050f10f1ad19db312a7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.6.dev.git%{shortcommit0}%{?dist} +Release: 0.7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -620,6 +620,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Apr 28 2021 RH Container Bot - 2:3.2.0-0.7.dev.git99e5a76 +- autobuilt 99e5a76 + * Tue Apr 27 2021 RH Container Bot - 2:3.2.0-0.6.dev.git3148e01 - autobuilt 3148e01 diff --git a/sources b/sources index e534c09..b884a2c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-3148e01.tar.gz) = 69a22c4e034fb4ded325ba7b50c59776dd18a2e9834c3e7f1edee6155c6d7cc778932e4ce0c0763bd09fc38fa84acf6fae0bc463ccccfaed478871970a571d11 +SHA512 (podman-99e5a76.tar.gz) = 377c9e328ccff3b2a412f0f0168c1dcaa9d5d6c3bbca521db6218a5da1665e55431996c238360e54abbab8036f98d9677ba3f138ddea0a4da4a8f1fe40461506 From 9078f6082fdbe0ed364d37ff6e6a4516782044cd Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 28 Apr 2021 13:42:14 +0000 Subject: [PATCH 1882/2185] podman-2:3.2.0-0.8.dev.git4ca34fc - autobuilt 4ca34fc Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c4f878e..4c82a17 100644 --- a/.gitignore +++ b/.gitignore @@ -1739,3 +1739,4 @@ /podman-476c76f.tar.gz /podman-3148e01.tar.gz /podman-99e5a76.tar.gz +/podman-4ca34fc.tar.gz diff --git a/podman.spec b/podman.spec index ad90d74..6347b82 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 99e5a76f09645362eb781050f10f1ad19db312a7 +%global commit0 4ca34fce08ffa9e29d0719e3e29383e9ffdb1572 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.7.dev.git%{shortcommit0}%{?dist} +Release: 0.8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -620,6 +620,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Apr 28 2021 RH Container Bot - 2:3.2.0-0.8.dev.git4ca34fc +- autobuilt 4ca34fc + * Wed Apr 28 2021 RH Container Bot - 2:3.2.0-0.7.dev.git99e5a76 - autobuilt 99e5a76 diff --git a/sources b/sources index b884a2c..2cf6fc1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-99e5a76.tar.gz) = 377c9e328ccff3b2a412f0f0168c1dcaa9d5d6c3bbca521db6218a5da1665e55431996c238360e54abbab8036f98d9677ba3f138ddea0a4da4a8f1fe40461506 +SHA512 (podman-4ca34fc.tar.gz) = e63bf08ce947c3c3126418cf3d485e69b4849546c52c5514dc7719cf1ea16b9ca75281e4ce8589341b81605ebdd24c1c1c4d89c838ecdada5f6c1d9e1b063a57 From b98c94fc8158c89d6c2d9aa466721db3072c860a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 3 May 2021 13:47:39 +0000 Subject: [PATCH 1883/2185] podman-2:3.2.0-0.9.dev.git697ec8f - autobuilt 697ec8f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4c82a17..9ed8d02 100644 --- a/.gitignore +++ b/.gitignore @@ -1740,3 +1740,4 @@ /podman-3148e01.tar.gz /podman-99e5a76.tar.gz /podman-4ca34fc.tar.gz +/podman-697ec8f.tar.gz diff --git a/podman.spec b/podman.spec index 6347b82..5f20f1a 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4ca34fce08ffa9e29d0719e3e29383e9ffdb1572 +%global commit0 697ec8f6f0ac8f251fd7f3f3bb5e21313ca62207 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.8.dev.git%{shortcommit0}%{?dist} +Release: 0.9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -620,6 +620,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon May 03 2021 RH Container Bot - 2:3.2.0-0.9.dev.git697ec8f +- autobuilt 697ec8f + * Wed Apr 28 2021 RH Container Bot - 2:3.2.0-0.8.dev.git4ca34fc - autobuilt 4ca34fc diff --git a/sources b/sources index 2cf6fc1..be56772 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-4ca34fc.tar.gz) = e63bf08ce947c3c3126418cf3d485e69b4849546c52c5514dc7719cf1ea16b9ca75281e4ce8589341b81605ebdd24c1c1c4d89c838ecdada5f6c1d9e1b063a57 +SHA512 (podman-697ec8f.tar.gz) = cf9aa64ddbd6acc35ace38eaf183417a7e88c5a7f761b1a53fd68bb9c5921fe8726985ef8488d870a7ef4b1525f1ee02d11bbe13230e47f9c8248b82a19a322a From 774dcf75d1c227f83da010351f1d14f6eb40ee1b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 6 May 2021 12:43:30 +0000 Subject: [PATCH 1884/2185] podman-2:3.2.0-0.10.dev.gitb6405c1 - autobuilt b6405c1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9ed8d02..d603dd8 100644 --- a/.gitignore +++ b/.gitignore @@ -1741,3 +1741,4 @@ /podman-99e5a76.tar.gz /podman-4ca34fc.tar.gz /podman-697ec8f.tar.gz +/podman-b6405c1.tar.gz diff --git a/podman.spec b/podman.spec index 5f20f1a..eefc1d0 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 697ec8f6f0ac8f251fd7f3f3bb5e21313ca62207 +%global commit0 b6405c1ae6fb1ac6b08493fa8e2f77a0fe9ff39e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -43,7 +43,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild and set download url (non-rawhide only) -%define built_tag v3.1.2 +%define built_tag v3.2.0-rc1 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.9.dev.git%{shortcommit0}%{?dist} +Release: 0.10.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -620,6 +620,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu May 06 2021 RH Container Bot - 2:3.2.0-0.10.dev.gitb6405c1 +- autobuilt b6405c1 + * Mon May 03 2021 RH Container Bot - 2:3.2.0-0.9.dev.git697ec8f - autobuilt 697ec8f diff --git a/sources b/sources index be56772..d6e50ec 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-697ec8f.tar.gz) = cf9aa64ddbd6acc35ace38eaf183417a7e88c5a7f761b1a53fd68bb9c5921fe8726985ef8488d870a7ef4b1525f1ee02d11bbe13230e47f9c8248b82a19a322a +SHA512 (podman-b6405c1.tar.gz) = ddda23930623b760f5b1f4710a4d2502cd4c3a32eb1a1a9444d3a86ede5e56629018f3a033e2d1ee378d38a47428a499871ec80816d314c09b680429cdf5448e From 72a287f2687bb471cb405250cbaf60da8e2149cb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 6 May 2021 13:34:03 +0000 Subject: [PATCH 1885/2185] podman-2:3.2.0-0.11.dev.git8cc96bd - autobuilt 8cc96bd Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d603dd8..b1e4783 100644 --- a/.gitignore +++ b/.gitignore @@ -1742,3 +1742,4 @@ /podman-4ca34fc.tar.gz /podman-697ec8f.tar.gz /podman-b6405c1.tar.gz +/podman-8cc96bd.tar.gz diff --git a/podman.spec b/podman.spec index eefc1d0..7786759 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b6405c1ae6fb1ac6b08493fa8e2f77a0fe9ff39e +%global commit0 8cc96bddc98621fd5e6b3a7f2a8263f39864bb71 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.10.dev.git%{shortcommit0}%{?dist} +Release: 0.11.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -620,6 +620,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu May 06 2021 RH Container Bot - 2:3.2.0-0.11.dev.git8cc96bd +- autobuilt 8cc96bd + * Thu May 06 2021 RH Container Bot - 2:3.2.0-0.10.dev.gitb6405c1 - autobuilt b6405c1 diff --git a/sources b/sources index d6e50ec..594a4a9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-b6405c1.tar.gz) = ddda23930623b760f5b1f4710a4d2502cd4c3a32eb1a1a9444d3a86ede5e56629018f3a033e2d1ee378d38a47428a499871ec80816d314c09b680429cdf5448e +SHA512 (podman-8cc96bd.tar.gz) = 1a0676e0833250ba31786d5e1b2e049e64c4bf2b4e8791a022afcb927c1bc5eb67886ad972d12b3398100b43d22484927232508916184705ceff308bf2626273 From 9c172460b2329fe52ed98cdd73c17a0303d719e1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 7 May 2021 14:15:33 +0000 Subject: [PATCH 1886/2185] podman-2:3.2.0-0.12.dev.gitb533fcb - autobuilt b533fcb Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b1e4783..179f27e 100644 --- a/.gitignore +++ b/.gitignore @@ -1743,3 +1743,4 @@ /podman-697ec8f.tar.gz /podman-b6405c1.tar.gz /podman-8cc96bd.tar.gz +/podman-b533fcb.tar.gz diff --git a/podman.spec b/podman.spec index 7786759..c3f6a5e 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 8cc96bddc98621fd5e6b3a7f2a8263f39864bb71 +%global commit0 b533fcb12eecc5206a0cb3e93fed1abc2f3abf3b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.11.dev.git%{shortcommit0}%{?dist} +Release: 0.12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -620,6 +620,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri May 07 2021 RH Container Bot - 2:3.2.0-0.12.dev.gitb533fcb +- autobuilt b533fcb + * Thu May 06 2021 RH Container Bot - 2:3.2.0-0.11.dev.git8cc96bd - autobuilt 8cc96bd diff --git a/sources b/sources index 594a4a9..8aa58c3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-8cc96bd.tar.gz) = 1a0676e0833250ba31786d5e1b2e049e64c4bf2b4e8791a022afcb927c1bc5eb67886ad972d12b3398100b43d22484927232508916184705ceff308bf2626273 +SHA512 (podman-b533fcb.tar.gz) = 3bf627a3437e32655903e695c060ef0b3236eb4f0b10dd2877bdf70ef763cd22f3377c61b7b56db0130131819d78457a9efd3cb8180b7a2931758ad43bf9ecca From ed77e988317659cfadf128d9fb3ef2e0d639f2a7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 7 May 2021 15:39:31 +0000 Subject: [PATCH 1887/2185] podman-2:3.2.0-0.13.dev.git5616887 - autobuilt 5616887 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 179f27e..ec06360 100644 --- a/.gitignore +++ b/.gitignore @@ -1744,3 +1744,4 @@ /podman-b6405c1.tar.gz /podman-8cc96bd.tar.gz /podman-b533fcb.tar.gz +/podman-5616887.tar.gz diff --git a/podman.spec b/podman.spec index c3f6a5e..497d846 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 b533fcb12eecc5206a0cb3e93fed1abc2f3abf3b +%global commit0 5616887f62b4bed1031cdade8bd602bc2cb9d8f4 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.12.dev.git%{shortcommit0}%{?dist} +Release: 0.13.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -620,6 +620,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri May 07 2021 RH Container Bot - 2:3.2.0-0.13.dev.git5616887 +- autobuilt 5616887 + * Fri May 07 2021 RH Container Bot - 2:3.2.0-0.12.dev.gitb533fcb - autobuilt b533fcb diff --git a/sources b/sources index 8aa58c3..20bfbb1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-b533fcb.tar.gz) = 3bf627a3437e32655903e695c060ef0b3236eb4f0b10dd2877bdf70ef763cd22f3377c61b7b56db0130131819d78457a9efd3cb8180b7a2931758ad43bf9ecca +SHA512 (podman-5616887.tar.gz) = 58a40714743e3cbf4129106ffb2152317a2b0a6fc3dfb25011f5455721201f4126cf863c58bc617e830cf72b4c47597e9c0071999e71e591f90b5786dc0dd04a From 039bc115725c8136dd30bdca5841892e06c9f905 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 8 May 2021 04:22:21 +0000 Subject: [PATCH 1888/2185] podman-2:3.2.0-0.14.dev.git141d3f1 - autobuilt 141d3f1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ec06360..acf0753 100644 --- a/.gitignore +++ b/.gitignore @@ -1745,3 +1745,4 @@ /podman-8cc96bd.tar.gz /podman-b533fcb.tar.gz /podman-5616887.tar.gz +/podman-141d3f1.tar.gz diff --git a/podman.spec b/podman.spec index 497d846..3a38b0b 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 5616887f62b4bed1031cdade8bd602bc2cb9d8f4 +%global commit0 141d3f1ac33de5c9642cc089fbd526d0ab1f5250 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.13.dev.git%{shortcommit0}%{?dist} +Release: 0.14.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -620,6 +620,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat May 08 2021 RH Container Bot - 2:3.2.0-0.14.dev.git141d3f1 +- autobuilt 141d3f1 + * Fri May 07 2021 RH Container Bot - 2:3.2.0-0.13.dev.git5616887 - autobuilt 5616887 diff --git a/sources b/sources index 20bfbb1..2b980c5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-5616887.tar.gz) = 58a40714743e3cbf4129106ffb2152317a2b0a6fc3dfb25011f5455721201f4126cf863c58bc617e830cf72b4c47597e9c0071999e71e591f90b5786dc0dd04a +SHA512 (podman-141d3f1.tar.gz) = 65528614f6530ea53be1e0b1d1ffdb9dd7828512e8ef338481f293eb763f89fb2c754bab12a5db98aa512291a04a8f6fbbe3f31cbf6f7da353bac93c24111f44 From 8ffc29f92d36482932cc97e6c9bbc6f583d121b0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 9 May 2021 04:13:24 +0000 Subject: [PATCH 1889/2185] podman-2:3.2.0-0.15.dev.git54bed10 - autobuilt 54bed10 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index acf0753..3f1e4e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1746,3 +1746,4 @@ /podman-b533fcb.tar.gz /podman-5616887.tar.gz /podman-141d3f1.tar.gz +/podman-54bed10.tar.gz diff --git a/podman.spec b/podman.spec index 3a38b0b..1689a5c 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 141d3f1ac33de5c9642cc089fbd526d0ab1f5250 +%global commit0 54bed1025d07bc5f77ee4e1e7f942157e211ec0a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.14.dev.git%{shortcommit0}%{?dist} +Release: 0.15.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -620,6 +620,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun May 09 2021 RH Container Bot - 2:3.2.0-0.15.dev.git54bed10 +- autobuilt 54bed10 + * Sat May 08 2021 RH Container Bot - 2:3.2.0-0.14.dev.git141d3f1 - autobuilt 141d3f1 diff --git a/sources b/sources index 2b980c5..affc49f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-141d3f1.tar.gz) = 65528614f6530ea53be1e0b1d1ffdb9dd7828512e8ef338481f293eb763f89fb2c754bab12a5db98aa512291a04a8f6fbbe3f31cbf6f7da353bac93c24111f44 +SHA512 (podman-54bed10.tar.gz) = e11d1557fabecd7dfb3ba2d887ff976eea06f68a159d437feaa1b958b4c38f5942642e24d2d2659c50fd314ba825a02ed3c1f5de6f0d60d133500f027a7d2dc1 From 8e1bc431c28864482950c05614504834d32b9cb8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 11 May 2021 04:12:49 +0000 Subject: [PATCH 1890/2185] podman-2:3.2.0-0.16.dev.git57b6425 - autobuilt 57b6425 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3f1e4e1..39ba439 100644 --- a/.gitignore +++ b/.gitignore @@ -1747,3 +1747,4 @@ /podman-5616887.tar.gz /podman-141d3f1.tar.gz /podman-54bed10.tar.gz +/podman-57b6425.tar.gz diff --git a/podman.spec b/podman.spec index 1689a5c..41ebae1 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 54bed1025d07bc5f77ee4e1e7f942157e211ec0a +%global commit0 57b642525b674f99835b1abf510d1beef7bc0a23 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.15.dev.git%{shortcommit0}%{?dist} +Release: 0.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -620,6 +620,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue May 11 2021 RH Container Bot - 2:3.2.0-0.16.dev.git57b6425 +- autobuilt 57b6425 + * Sun May 09 2021 RH Container Bot - 2:3.2.0-0.15.dev.git54bed10 - autobuilt 54bed10 diff --git a/sources b/sources index affc49f..9ff92d2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-54bed10.tar.gz) = e11d1557fabecd7dfb3ba2d887ff976eea06f68a159d437feaa1b958b4c38f5942642e24d2d2659c50fd314ba825a02ed3c1f5de6f0d60d133500f027a7d2dc1 +SHA512 (podman-57b6425.tar.gz) = 9d1e164611fec8af704c8427275473a14c63ab643dfd56b49637f628d877d1328f81a4faacf142a374ff44645b9420ce624b1f96480d2d3bc15e98cd74bf4263 From be30241e73dfc50b7fa9c96fa3050bd18b2b322d Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 11 May 2021 09:36:08 -0400 Subject: [PATCH 1891/2185] podman-3:3.2.0-0.17.dev.git57b6425 - bump epoch to account for bad v3.2.0-rc1 in stable Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 41ebae1..6ea1556 100644 --- a/podman.spec +++ b/podman.spec @@ -49,7 +49,7 @@ Name: podman %if 0%{?fedora} -Epoch: 2 +Epoch: 3 %else Epoch: 0 %endif @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.16.dev.git%{shortcommit0}%{?dist} +Release: 0.17.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -620,6 +620,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue May 11 2021 Lokesh Mandvekar - 3:3.2.0-0.17.dev.git57b6425 +- bump epoch to account for bad v3.2.0-rc1 in stable + * Tue May 11 2021 RH Container Bot - 2:3.2.0-0.16.dev.git57b6425 - autobuilt 57b6425 From 856595dfe19d5196706d9685cfd5cf0bf404cde2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 12 May 2021 04:11:04 +0000 Subject: [PATCH 1892/2185] podman-3:3.2.0-0.18.dev.git59dd357 - autobuilt 59dd357 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 39ba439..854c61c 100644 --- a/.gitignore +++ b/.gitignore @@ -1748,3 +1748,4 @@ /podman-141d3f1.tar.gz /podman-54bed10.tar.gz /podman-57b6425.tar.gz +/podman-59dd357.tar.gz diff --git a/podman.spec b/podman.spec index 6ea1556..477d2ea 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 57b642525b674f99835b1abf510d1beef7bc0a23 +%global commit0 59dd35750931547c66e34e999ab960c90f18f510 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.17.dev.git%{shortcommit0}%{?dist} +Release: 0.18.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -620,6 +620,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed May 12 2021 RH Container Bot - 3:3.2.0-0.18.dev.git59dd357 +- autobuilt 59dd357 + * Tue May 11 2021 Lokesh Mandvekar - 3:3.2.0-0.17.dev.git57b6425 - bump epoch to account for bad v3.2.0-rc1 in stable diff --git a/sources b/sources index 9ff92d2..26a5e90 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-57b6425.tar.gz) = 9d1e164611fec8af704c8427275473a14c63ab643dfd56b49637f628d877d1328f81a4faacf142a374ff44645b9420ce624b1f96480d2d3bc15e98cd74bf4263 +SHA512 (podman-59dd357.tar.gz) = 39c48b9eb9d947d21c83e2337ef41a4e56223dd86802dc95581e2ae5f5d761f56e4ddd1f4cad6b8d3d3c9ae3fdecafdd687d9c593d34da105d62e4a7269461f4 From 1a4e74921a69108d0429e9c35999e6c02dd02f25 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 13 May 2021 04:10:29 +0000 Subject: [PATCH 1893/2185] podman-3:3.2.0-0.19.dev.git4dc52f6 - autobuilt 4dc52f6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 854c61c..b4c08f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1749,3 +1749,4 @@ /podman-54bed10.tar.gz /podman-57b6425.tar.gz /podman-59dd357.tar.gz +/podman-4dc52f6.tar.gz diff --git a/podman.spec b/podman.spec index 477d2ea..0a26bce 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 59dd35750931547c66e34e999ab960c90f18f510 +%global commit0 4dc52f61cc5222fe59140f6e6864b78dec8f64f2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.18.dev.git%{shortcommit0}%{?dist} +Release: 0.19.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -620,6 +620,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu May 13 2021 RH Container Bot - 3:3.2.0-0.19.dev.git4dc52f6 +- autobuilt 4dc52f6 + * Wed May 12 2021 RH Container Bot - 3:3.2.0-0.18.dev.git59dd357 - autobuilt 59dd357 diff --git a/sources b/sources index 26a5e90..30283c0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-59dd357.tar.gz) = 39c48b9eb9d947d21c83e2337ef41a4e56223dd86802dc95581e2ae5f5d761f56e4ddd1f4cad6b8d3d3c9ae3fdecafdd687d9c593d34da105d62e4a7269461f4 +SHA512 (podman-4dc52f6.tar.gz) = 36ae56d41bfedd601d9fdd737bb59fe06f48eae75f440688afbc493c2e254ccd0d7a6d71f47f99006745999c8ecdf93893611dbd3daaf052f329fa4c81d993df From 7bd95c4b86a2315f0ac42229b01170e6f5050a3f Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 13 May 2021 13:50:45 -0400 Subject: [PATCH 1894/2185] Add suggests qemu-user-static --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 0a26bce..2b81141 100644 --- a/podman.spec +++ b/podman.spec @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.19.dev.git%{shortcommit0}%{?dist} +Release: 0.20.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -93,6 +93,7 @@ Requires: iptables Requires: nftables Recommends: %{name}-plugins = %{epoch}:%{version}-%{release} Recommends: catatonit +Suggests: qemu-user-static # vendored libraries # awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort @@ -620,6 +621,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu May 13 2021 Daniel J Walsh - 3:3.2.0-0.20.dev.git4dc52f6 +- Add suggests qemu-user-static + * Thu May 13 2021 RH Container Bot - 3:3.2.0-0.19.dev.git4dc52f6 - autobuilt 4dc52f6 From 97b3ac3087e8a7dd96994a7190f4973b3e418c02 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 15 May 2021 04:09:44 +0000 Subject: [PATCH 1895/2185] podman-3:3.2.0-0.21.dev.git2b0b971 - autobuilt 2b0b971 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b4c08f9..2d931b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1750,3 +1750,4 @@ /podman-57b6425.tar.gz /podman-59dd357.tar.gz /podman-4dc52f6.tar.gz +/podman-2b0b971.tar.gz diff --git a/podman.spec b/podman.spec index 2b81141..1c4e45a 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 4dc52f61cc5222fe59140f6e6864b78dec8f64f2 +%global commit0 2b0b97150a01c5a3c1706dd369a0caeb5cf6ec09 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.20.dev.git%{shortcommit0}%{?dist} +Release: 0.21.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -621,6 +621,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat May 15 2021 RH Container Bot - 3:3.2.0-0.21.dev.git2b0b971 +- autobuilt 2b0b971 + * Thu May 13 2021 Daniel J Walsh - 3:3.2.0-0.20.dev.git4dc52f6 - Add suggests qemu-user-static diff --git a/sources b/sources index 30283c0..aa6e8c7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-4dc52f6.tar.gz) = 36ae56d41bfedd601d9fdd737bb59fe06f48eae75f440688afbc493c2e254ccd0d7a6d71f47f99006745999c8ecdf93893611dbd3daaf052f329fa4c81d993df +SHA512 (podman-2b0b971.tar.gz) = 20215e20bcf7b7b1af01ac2fc988ec9a094cb0a558950c01f710b7cbf462ddd3f13f4d1ed9e66eda99999b0bc9f2d61d35adeed0a2e19283ea19ee72877cfca5 From 1b6d6c890d5c777168f14ab227135e06e95fb467 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 16 May 2021 04:13:02 +0000 Subject: [PATCH 1896/2185] podman-3:3.2.0-0.22.dev.git90a12ac - autobuilt 90a12ac Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2d931b3..f528e80 100644 --- a/.gitignore +++ b/.gitignore @@ -1751,3 +1751,4 @@ /podman-59dd357.tar.gz /podman-4dc52f6.tar.gz /podman-2b0b971.tar.gz +/podman-90a12ac.tar.gz diff --git a/podman.spec b/podman.spec index 1c4e45a..1abebab 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 2b0b97150a01c5a3c1706dd369a0caeb5cf6ec09 +%global commit0 90a12acb7e4851b4b1b672ec06a4628af5f8954e %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.21.dev.git%{shortcommit0}%{?dist} +Release: 0.22.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -621,6 +621,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun May 16 2021 RH Container Bot - 3:3.2.0-0.22.dev.git90a12ac +- autobuilt 90a12ac + * Sat May 15 2021 RH Container Bot - 3:3.2.0-0.21.dev.git2b0b971 - autobuilt 2b0b971 diff --git a/sources b/sources index aa6e8c7..d81c63d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-2b0b971.tar.gz) = 20215e20bcf7b7b1af01ac2fc988ec9a094cb0a558950c01f710b7cbf462ddd3f13f4d1ed9e66eda99999b0bc9f2d61d35adeed0a2e19283ea19ee72877cfca5 +SHA512 (podman-90a12ac.tar.gz) = 74da7bdddbc54e507bc0468dacb29fbc5fa61b2c9cf1371ea5237d30ec1741c90a45296569fb838baf176424fd2daf93ab63b705667ebdd48791afad35ddf9e7 From 9525b6ab205800cf22b9df50472edb8823623228 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 17 May 2021 04:10:22 +0000 Subject: [PATCH 1897/2185] podman-3:3.2.0-0.23.dev.gita6a3df0 - autobuilt a6a3df0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f528e80..1d6df13 100644 --- a/.gitignore +++ b/.gitignore @@ -1752,3 +1752,4 @@ /podman-4dc52f6.tar.gz /podman-2b0b971.tar.gz /podman-90a12ac.tar.gz +/podman-a6a3df0.tar.gz diff --git a/podman.spec b/podman.spec index 1abebab..f73d35b 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 90a12acb7e4851b4b1b672ec06a4628af5f8954e +%global commit0 a6a3df0273d19197286d12a805d7bc34c787b25f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.22.dev.git%{shortcommit0}%{?dist} +Release: 0.23.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -621,6 +621,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon May 17 2021 RH Container Bot - 3:3.2.0-0.23.dev.gita6a3df0 +- autobuilt a6a3df0 + * Sun May 16 2021 RH Container Bot - 3:3.2.0-0.22.dev.git90a12ac - autobuilt 90a12ac diff --git a/sources b/sources index d81c63d..9e3fd26 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-90a12ac.tar.gz) = 74da7bdddbc54e507bc0468dacb29fbc5fa61b2c9cf1371ea5237d30ec1741c90a45296569fb838baf176424fd2daf93ab63b705667ebdd48791afad35ddf9e7 +SHA512 (podman-a6a3df0.tar.gz) = b6f42a648eaedbfbe1cb85334f805292c0a1cca180311ed5c741cde9adbfbe93cc8b71e29362a4e0f24fd6b99733bfc66236586d55d65524f4a5e058e66afd1c From 52b6dae320929e829d713d01015e24e5584ad155 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 18 May 2021 04:10:25 +0000 Subject: [PATCH 1898/2185] podman-3:3.2.0-0.24.dev.gita7fa0da - autobuilt a7fa0da Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1d6df13..43e97dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1753,3 +1753,4 @@ /podman-2b0b971.tar.gz /podman-90a12ac.tar.gz /podman-a6a3df0.tar.gz +/podman-a7fa0da.tar.gz diff --git a/podman.spec b/podman.spec index f73d35b..e7513f6 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 a6a3df0273d19197286d12a805d7bc34c787b25f +%global commit0 a7fa0da4a5584044bc6319eb76d25f6fd90cce64 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.23.dev.git%{shortcommit0}%{?dist} +Release: 0.24.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -621,6 +621,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue May 18 2021 RH Container Bot - 3:3.2.0-0.24.dev.gita7fa0da +- autobuilt a7fa0da + * Mon May 17 2021 RH Container Bot - 3:3.2.0-0.23.dev.gita6a3df0 - autobuilt a6a3df0 diff --git a/sources b/sources index 9e3fd26..2ac52be 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-a6a3df0.tar.gz) = b6f42a648eaedbfbe1cb85334f805292c0a1cca180311ed5c741cde9adbfbe93cc8b71e29362a4e0f24fd6b99733bfc66236586d55d65524f4a5e058e66afd1c +SHA512 (podman-a7fa0da.tar.gz) = 1ff9b26e9d4e0377b7bf516a45f5f520c577b5d5d358e9b3615ff4e8aff4a810c756bf788053337aecbd497fd9219ab10b46522ea6d8f7f3602bf12d1263b61d From c085cdcd172ed222a43ede950f06b8b816722037 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Tue, 18 May 2021 10:08:58 -0600 Subject: [PATCH 1899/2185] gating tests: include kernel version in Packages output Signed-off-by: Ed Santiago --- tests/roles/run_bats_tests/files/run_bats_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/roles/run_bats_tests/files/run_bats_tests.sh b/tests/roles/run_bats_tests/files/run_bats_tests.sh index 17061a0..46416e2 100755 --- a/tests/roles/run_bats_tests/files/run_bats_tests.sh +++ b/tests/roles/run_bats_tests/files/run_bats_tests.sh @@ -25,6 +25,7 @@ exec &> >(tee -a $FULL_LOG) # Log program versions echo "Packages:" +echo " Kernel: $(uname -r)" rpm -qa |\ egrep 'podman|conmon|crun|runc|iptable|slirp|systemd|container-selinux' |\ sort |\ From 2606dd8709e5b62535335881aec9764b55084497 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 18 May 2021 12:49:15 -0400 Subject: [PATCH 1900/2185] podman-3:3.2.0-0.25.dev.gita7fa0da - use containers-common >= 4:1-19 with container-selinux 2.162.1 Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index e7513f6..a43a635 100644 --- a/podman.spec +++ b/podman.spec @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.24.dev.git%{shortcommit0}%{?dist} +Release: 0.25.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -87,7 +87,7 @@ BuildRequires: ostree-devel BuildRequires: systemd BuildRequires: systemd-devel Requires: conmon >= 2:2.0.28-0.1 -Requires: containers-common >= 4:1-17 +Requires: containers-common >= 4:1-19 Requires: containernetworking-plugins >= 0.9.1-1 Requires: iptables Requires: nftables @@ -621,6 +621,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue May 18 2021 Lokesh Mandvekar - 3:3.2.0-0.25.dev.gita7fa0da +- use containers-common >= 4:1-19 with container-selinux 2.162.1 + * Tue May 18 2021 RH Container Bot - 3:3.2.0-0.24.dev.gita7fa0da - autobuilt a7fa0da From ca775e20ab8acb80388eff54b618f4e9fc7da67d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 18 May 2021 18:47:22 +0000 Subject: [PATCH 1901/2185] podman-3:3.2.0-0.26.dev.git353f04b - autobuilt 353f04b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 43e97dd..da60012 100644 --- a/.gitignore +++ b/.gitignore @@ -1754,3 +1754,4 @@ /podman-90a12ac.tar.gz /podman-a6a3df0.tar.gz /podman-a7fa0da.tar.gz +/podman-353f04b.tar.gz diff --git a/podman.spec b/podman.spec index a43a635..0ba49b3 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 a7fa0da4a5584044bc6319eb76d25f6fd90cce64 +%global commit0 353f04b53cd0a7c89ac8b2eb836eeb9c0dfa7b6a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.25.dev.git%{shortcommit0}%{?dist} +Release: 0.26.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -621,6 +621,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue May 18 2021 RH Container Bot - 3:3.2.0-0.26.dev.git353f04b +- autobuilt 353f04b + * Tue May 18 2021 Lokesh Mandvekar - 3:3.2.0-0.25.dev.gita7fa0da - use containers-common >= 4:1-19 with container-selinux 2.162.1 diff --git a/sources b/sources index 2ac52be..5ea29e9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-a7fa0da.tar.gz) = 1ff9b26e9d4e0377b7bf516a45f5f520c577b5d5d358e9b3615ff4e8aff4a810c756bf788053337aecbd497fd9219ab10b46522ea6d8f7f3602bf12d1263b61d +SHA512 (podman-353f04b.tar.gz) = 95ab883db3f90ace2090c459eb839f3a2361a3733fc7ce2c434b6d6e42d0de232e9813402c628d4e36d81008b7f1c6b4d64392c52e2c45470df4ddc9288862a5 From 093b4464f771e7184795c376396c257e7a163c86 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 18 May 2021 15:05:53 -0400 Subject: [PATCH 1902/2185] podman-3:3.2.0-0.27.dev.git353f04b - disable debuginfo temporarily to get a successful build past gating issues Signed-off-by: Lokesh Mandvekar --- podman.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 0ba49b3..96ff48e 100644 --- a/podman.spec +++ b/podman.spec @@ -5,7 +5,8 @@ %if 0%{?fedora} || 0%{?centos} >= 8 || 0%{?rhel} #### DO NOT REMOVE - NEEDED FOR CENTOS -%global with_debug 1 +# disable debuginfo temporarily to get a successful build past gating issues +%global with_debug 0 %else %global with_debug 0 %endif @@ -58,7 +59,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.26.dev.git%{shortcommit0}%{?dist} +Release: 0.27.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -621,6 +622,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue May 18 2021 Lokesh Mandvekar - 3:3.2.0-0.27.dev.git353f04b +- disable debuginfo temporarily to get a successful build past gating issues + * Tue May 18 2021 RH Container Bot - 3:3.2.0-0.26.dev.git353f04b - autobuilt 353f04b From 03c5d45158b366491b31210da9d89cbcaacd33f4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 8 Jun 2021 13:21:34 +0000 Subject: [PATCH 1903/2185] podman-3:3.3.0-0.1.dev.git9a3a732 - bump to 3.3.0 - autobuilt 9a3a732 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index da60012..a99d517 100644 --- a/.gitignore +++ b/.gitignore @@ -1755,3 +1755,4 @@ /podman-a6a3df0.tar.gz /podman-a7fa0da.tar.gz /podman-353f04b.tar.gz +/podman-9a3a732.tar.gz diff --git a/podman.spec b/podman.spec index 96ff48e..fad3294 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 353f04b53cd0a7c89ac8b2eb836eeb9c0dfa7b6a +%global commit0 9a3a7327fdafaac66c99130a6729e4bcde8df0b0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global repo_plugins dnsname @@ -44,7 +44,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild and set download url (non-rawhide only) -%define built_tag v3.2.0-rc1 +%define built_tag v3.2.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz @@ -54,12 +54,12 @@ Epoch: 3 %else Epoch: 0 %endif -Version: 3.2.0 +Version: 3.3.0 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.27.dev.git%{shortcommit0}%{?dist} +Release: 0.1.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -622,6 +622,10 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jun 08 2021 RH Container Bot - 3:3.3.0-0.1.dev.git9a3a732 +- bump to 3.3.0 +- autobuilt 9a3a732 + * Tue May 18 2021 Lokesh Mandvekar - 3:3.2.0-0.27.dev.git353f04b - disable debuginfo temporarily to get a successful build past gating issues diff --git a/sources b/sources index 5ea29e9..dd7e8f2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-353f04b.tar.gz) = 95ab883db3f90ace2090c459eb839f3a2361a3733fc7ce2c434b6d6e42d0de232e9813402c628d4e36d81008b7f1c6b4d64392c52e2c45470df4ddc9288862a5 +SHA512 (podman-9a3a732.tar.gz) = 19b5bb22996c2255bbd48fb026e2e80a0cb676d2a9380072f95285dc6f611b5f94f3ad5839198ba3f51c1133013f7729c3427c21d629a399ea2b44f7bb4568af From 4b50da2c90368f0099bf210bbc5c374362316320 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 8 Jun 2021 10:30:35 -0400 Subject: [PATCH 1904/2185] include podman-machine-cni in podman-plugins subpackage Signed-off-by: Lokesh Mandvekar --- podman.spec | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/podman.spec b/podman.spec index fad3294..9edeef8 100644 --- a/podman.spec +++ b/podman.spec @@ -35,13 +35,22 @@ %global commit0 9a3a7327fdafaac66c99130a6729e4bcde8df0b0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) +# dnsname %global repo_plugins dnsname # https://github.com/containers/dnsname -%global import_path_plugins %%{provider}.%{provider_tld}/%{project}/%{repo_plugins} +%global import_path_plugins %{provider}.%{provider_tld}/%{project}/%{repo_plugins} %global git_plugins https://%{import_path_plugins} %global commit_plugins c654c95366ac5f309ca3e5727c9b858864247328 %global shortcommit_plugins %(c=%{commit_plugins}; echo ${c:0:7}) +# podman-machine-cni +%global repo_mcni %{name}-machine-cni +# https://github.com/containers/podman-machine-cni +%global import_path_mcni %{provider}.%{provider_tld}/%{project}/%{repo_mcni} +%global git_mcni https://%{import_path_mcni} +%global commit_mcni afab2d8047bc0bd963d570686770eeb0c2e5a396 +%global shortcommit_mcni %(c=%{commit_mcni}; echo ${c:0:7}) + # Used for comparing with latest upstream tag # to decide whether to autobuild and set download url (non-rawhide only) %define built_tag v3.2.0 @@ -65,6 +74,7 @@ License: ASL 2.0 URL: https://%{name}.io/ Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{shortcommit_plugins}.tar.gz +Source2: %{git_mcni}/archive/%{commit_mcni}/%{repo_mcni}-%{shortcommit_mcni}.tar.gz Provides: %{name}-manpages = %{epoch}:%{version}-%{release} # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. %if 0%{?fedora} && ! 0%{?rhel} @@ -89,7 +99,7 @@ BuildRequires: systemd BuildRequires: systemd-devel Requires: conmon >= 2:2.0.28-0.1 Requires: containers-common >= 4:1-19 -Requires: containernetworking-plugins >= 0.9.1-1 +Requires: containernetworking-plugins >= 1.0.0-15.1 Requires: iptables Requires: nftables Recommends: %{name}-plugins = %{epoch}:%{version}-%{release} @@ -403,6 +413,9 @@ sed -i 's/id128StringMax := C.ulong/id128StringMax := C.size_t/' vendor/github.c # untar dnsname tar zxf %{SOURCE1} +# untar %%{name}-machine-cni +tar zxf %{SOURCE2} + %build export GO111MODULE=off export GOPATH=$(pwd)/_build:$(pwd) @@ -449,6 +462,17 @@ export GOPATH=$(pwd)/_build:$(pwd) %gobuild -o bin/dnsname %{import_path_plugins}/plugins/meta/dnsname popd +pushd %{name}-machine-cni-%{commit_mcni} +mkdir _build +pushd _build +mkdir -p src/%{provider}.%{provider_tld}/%{project} +ln -s ../../../../ src/%{import_path_mcni} +popd +ln -s vendor src +export GOPATH=$(pwd)/_build:$(pwd) +%gobuild -o bin/%{name}-machine %{import_path_mcni}/plugins/meta/%{name}-machine +popd + %{__make} docs docker-docs %install @@ -467,11 +491,16 @@ PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{build mv pkg/hooks/README.md pkg/hooks/README-hooks.md -# install plugins +# install dnsname plugin pushd dnsname-%{commit_plugins} %{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install popd +# install machine-cni plugin +pushd %{name}-machine-cni-%{commit_mcni} +%{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install +popd + # do not include docker and podman-remote man pages in main package for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},," | grep -v -e remote -e docker`; do echo "$file*" >> podman.file-list @@ -619,6 +648,7 @@ exit 0 %license dnsname-%{commit_plugins}/LICENSE %doc dnsname-%{commit_plugins}/{README.md,README_PODMAN.md} %{_libexecdir}/cni/dnsname +%{_libexecdir}/cni/%{name}-machine # rhcontainerbot account currently managed by lsm5 %changelog From ecf286d92828db116f89dd2c31cc092a6e46ffa6 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 8 Jun 2021 10:44:28 -0400 Subject: [PATCH 1905/2185] podman-3:3.3.0-0.2.dev.git9a3a732 - include podman-machine-cni in podman-plugins subpackage Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 9edeef8..a744faa 100644 --- a/podman.spec +++ b/podman.spec @@ -68,7 +68,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.1.dev.git%{shortcommit0}%{?dist} +Release: 0.2.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -652,6 +652,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jun 08 2021 Lokesh Mandvekar - 3:3.3.0-0.2.dev.git9a3a732 +- include podman-machine-cni in podman-plugins subpackage + * Tue Jun 08 2021 RH Container Bot - 3:3.3.0-0.1.dev.git9a3a732 - bump to 3.3.0 - autobuilt 9a3a732 From 12c87d6c7f2a948b1961fbeac8f1bf3f52fada09 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 8 Jun 2021 13:13:33 -0400 Subject: [PATCH 1906/2185] disable debuginfo for rawhide Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/podman.spec b/podman.spec index a744faa..2713134 100644 --- a/podman.spec +++ b/podman.spec @@ -3,13 +3,8 @@ %global with_check 0 %global with_unit_test 0 -%if 0%{?fedora} || 0%{?centos} >= 8 || 0%{?rhel} -#### DO NOT REMOVE - NEEDED FOR CENTOS # disable debuginfo temporarily to get a successful build past gating issues %global with_debug 0 -%else -%global with_debug 0 -%endif %if 0%{?with_debug} %global _find_debuginfo_dwz_opts %{nil} From 7859631ac4cb6027f9aa5bad33646a0b0086ff61 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 8 Jun 2021 13:36:50 -0400 Subject: [PATCH 1907/2185] import podman-machine-cni tarball Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + sources | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a99d517..0bb262d 100644 --- a/.gitignore +++ b/.gitignore @@ -1756,3 +1756,4 @@ /podman-a7fa0da.tar.gz /podman-353f04b.tar.gz /podman-9a3a732.tar.gz +/podman-machine-cni-afab2d8.tar.gz diff --git a/sources b/sources index dd7e8f2..7eabaca 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 SHA512 (podman-9a3a732.tar.gz) = 19b5bb22996c2255bbd48fb026e2e80a0cb676d2a9380072f95285dc6f611b5f94f3ad5839198ba3f51c1133013f7729c3427c21d629a399ea2b44f7bb4568af +SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 From 6fe5acd8261317abef7a04c260e3dd7d218b922d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 9 Jun 2021 04:11:07 +0000 Subject: [PATCH 1908/2185] podman-3:3.3.0-0.3.dev.gitda1bade - autobuilt da1bade Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0bb262d..f1b7903 100644 --- a/.gitignore +++ b/.gitignore @@ -1757,3 +1757,4 @@ /podman-353f04b.tar.gz /podman-9a3a732.tar.gz /podman-machine-cni-afab2d8.tar.gz +/podman-da1bade.tar.gz diff --git a/podman.spec b/podman.spec index 2713134..6f336f0 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 9a3a7327fdafaac66c99130a6729e4bcde8df0b0 +%global commit0 da1bade294025a419877484ae35f352984e804d2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # dnsname @@ -63,7 +63,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.2.dev.git%{shortcommit0}%{?dist} +Release: 0.3.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jun 09 2021 RH Container Bot - 3:3.3.0-0.3.dev.gitda1bade +- autobuilt da1bade + * Tue Jun 08 2021 Lokesh Mandvekar - 3:3.3.0-0.2.dev.git9a3a732 - include podman-machine-cni in podman-plugins subpackage diff --git a/sources b/sources index 7eabaca..015f5bd 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-9a3a732.tar.gz) = 19b5bb22996c2255bbd48fb026e2e80a0cb676d2a9380072f95285dc6f611b5f94f3ad5839198ba3f51c1133013f7729c3427c21d629a399ea2b44f7bb4568af +SHA512 (podman-da1bade.tar.gz) = ba405234fbec16da3bc908623626f069c0b79ab2d1d624314dd01caeb1d665e7cc0da75a77995f135a2178b80080be698e01fdd9f071f1f81d317e82a279ec51 SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 From bf92b19885b5bc7261d662e662870c2bcf01eca4 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 10 Jun 2021 04:11:27 +0000 Subject: [PATCH 1909/2185] podman-3:3.3.0-0.4.dev.gitea39735 - autobuilt ea39735 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f1b7903..8e1afcd 100644 --- a/.gitignore +++ b/.gitignore @@ -1758,3 +1758,4 @@ /podman-9a3a732.tar.gz /podman-machine-cni-afab2d8.tar.gz /podman-da1bade.tar.gz +/podman-ea39735.tar.gz diff --git a/podman.spec b/podman.spec index 6f336f0..a87e41e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 da1bade294025a419877484ae35f352984e804d2 +%global commit0 ea39735845655aaf77de577a35557a0fb003514f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # dnsname @@ -63,7 +63,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.3.dev.git%{shortcommit0}%{?dist} +Release: 0.4.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jun 10 2021 RH Container Bot - 3:3.3.0-0.4.dev.gitea39735 +- autobuilt ea39735 + * Wed Jun 09 2021 RH Container Bot - 3:3.3.0-0.3.dev.gitda1bade - autobuilt da1bade diff --git a/sources b/sources index 015f5bd..f8f792b 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-da1bade.tar.gz) = ba405234fbec16da3bc908623626f069c0b79ab2d1d624314dd01caeb1d665e7cc0da75a77995f135a2178b80080be698e01fdd9f071f1f81d317e82a279ec51 +SHA512 (podman-ea39735.tar.gz) = d31c3f5e9ccf941e0f5fdcc34310796745c5919f15fd45c980b6fbcf9c6420b051d807ddc99f498903e9bf5f6577d0df35b41ea88057d9e318e841d70bd5d8ba SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 From cfc827e4f4e1d587936cd875241cde5b843e1c88 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 11 Jun 2021 04:12:08 +0000 Subject: [PATCH 1910/2185] podman-3:3.3.0-0.5.dev.gited983c9 - autobuilt ed983c9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8e1afcd..bed310e 100644 --- a/.gitignore +++ b/.gitignore @@ -1759,3 +1759,4 @@ /podman-machine-cni-afab2d8.tar.gz /podman-da1bade.tar.gz /podman-ea39735.tar.gz +/podman-ed983c9.tar.gz diff --git a/podman.spec b/podman.spec index a87e41e..68cdfae 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 ea39735845655aaf77de577a35557a0fb003514f +%global commit0 ed983c9030a9896aabcbca4a9af62496956d6cac %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # dnsname @@ -63,7 +63,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.4.dev.git%{shortcommit0}%{?dist} +Release: 0.5.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jun 11 2021 RH Container Bot - 3:3.3.0-0.5.dev.gited983c9 +- autobuilt ed983c9 + * Thu Jun 10 2021 RH Container Bot - 3:3.3.0-0.4.dev.gitea39735 - autobuilt ea39735 diff --git a/sources b/sources index f8f792b..7840be7 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-ea39735.tar.gz) = d31c3f5e9ccf941e0f5fdcc34310796745c5919f15fd45c980b6fbcf9c6420b051d807ddc99f498903e9bf5f6577d0df35b41ea88057d9e318e841d70bd5d8ba +SHA512 (podman-ed983c9.tar.gz) = db65c951d9b36dec4504cca0188d40c99c2f148e4d7bc7cbecdb0b0232a71d744820e30fb4ca5b462d68fd719ba4c31dc256df8dfd7d9ae1bc84b3c469749c86 SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 From 7bb19d37d5ca91e033b6bfc86cc4377a4a06cb7c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 12 Jun 2021 04:10:06 +0000 Subject: [PATCH 1911/2185] podman-3:3.3.0-0.6.dev.git45dc3d6 - autobuilt 45dc3d6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bed310e..328196a 100644 --- a/.gitignore +++ b/.gitignore @@ -1760,3 +1760,4 @@ /podman-da1bade.tar.gz /podman-ea39735.tar.gz /podman-ed983c9.tar.gz +/podman-45dc3d6.tar.gz diff --git a/podman.spec b/podman.spec index 68cdfae..714975d 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 ed983c9030a9896aabcbca4a9af62496956d6cac +%global commit0 45dc3d699d20b2b1121a266cb7fda1c82a89ed35 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # dnsname @@ -63,7 +63,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.5.dev.git%{shortcommit0}%{?dist} +Release: 0.6.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Jun 12 2021 RH Container Bot - 3:3.3.0-0.6.dev.git45dc3d6 +- autobuilt 45dc3d6 + * Fri Jun 11 2021 RH Container Bot - 3:3.3.0-0.5.dev.gited983c9 - autobuilt ed983c9 diff --git a/sources b/sources index 7840be7..4379462 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-ed983c9.tar.gz) = db65c951d9b36dec4504cca0188d40c99c2f148e4d7bc7cbecdb0b0232a71d744820e30fb4ca5b462d68fd719ba4c31dc256df8dfd7d9ae1bc84b3c469749c86 +SHA512 (podman-45dc3d6.tar.gz) = b3ba8923871214c7ba77da8cc20f0aae1fb40e0f4e6ac2f20f3a5c01012b06d5ee97ca852429226199d70f663724bce418bd407334a83fc8e0eff8edb39614cc SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 From 9ce5f6ef06c17cce6a186ea223d9d7f56fad6634 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 13 Jun 2021 04:12:53 +0000 Subject: [PATCH 1912/2185] podman-3:3.3.0-0.7.dev.gite549ca5 - autobuilt e549ca5 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 328196a..4937aa4 100644 --- a/.gitignore +++ b/.gitignore @@ -1761,3 +1761,4 @@ /podman-ea39735.tar.gz /podman-ed983c9.tar.gz /podman-45dc3d6.tar.gz +/podman-e549ca5.tar.gz diff --git a/podman.spec b/podman.spec index 714975d..1117d3f 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 45dc3d699d20b2b1121a266cb7fda1c82a89ed35 +%global commit0 e549ca5078b60defca91c724305cac8929b8ff0f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # dnsname @@ -63,7 +63,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.6.dev.git%{shortcommit0}%{?dist} +Release: 0.7.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,6 +647,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Jun 13 2021 RH Container Bot - 3:3.3.0-0.7.dev.gite549ca5 +- autobuilt e549ca5 + * Sat Jun 12 2021 RH Container Bot - 3:3.3.0-0.6.dev.git45dc3d6 - autobuilt 45dc3d6 diff --git a/sources b/sources index 4379462..85e1c3d 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-45dc3d6.tar.gz) = b3ba8923871214c7ba77da8cc20f0aae1fb40e0f4e6ac2f20f3a5c01012b06d5ee97ca852429226199d70f663724bce418bd407334a83fc8e0eff8edb39614cc +SHA512 (podman-e549ca5.tar.gz) = ffbbebfb5a7295651c5811c2fad164c16fb0833c8f41c8337d95dfe9ac2069252a6e28e9784997dbecc7d31cb7e969705b5f185f11d02bac975aa6e8ed0d1ed7 SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 From adf96c3758279a157c652a244a9756f6454b0c93 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 14 Jun 2021 10:01:16 -0400 Subject: [PATCH 1913/2185] podman-3:3.3.0-0.8.dev.gite549ca5 - BR: go-rpm-macros to re-enable debuginfo Signed-off-by: Lokesh Mandvekar --- podman.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 1117d3f..28e9057 100644 --- a/podman.spec +++ b/podman.spec @@ -4,7 +4,7 @@ %global with_unit_test 0 # disable debuginfo temporarily to get a successful build past gating issues -%global with_debug 0 +%global with_debug 1 %if 0%{?with_debug} %global _find_debuginfo_dwz_opts %{nil} @@ -63,7 +63,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.7.dev.git%{shortcommit0}%{?dist} +Release: 0.8.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -82,6 +82,7 @@ BuildRequires: glibc-devel BuildRequires: glibc-static BuildRequires: git-core BuildRequires: go-md2man +BuildRequires: go-rpm-macros BuildRequires: gpgme-devel BuildRequires: libassuan-devel BuildRequires: libgpg-error-devel @@ -647,6 +648,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jun 14 2021 Lokesh Mandvekar - 3:3.3.0-0.8.dev.gite549ca5 +- BR: go-rpm-macros to re-enable debuginfo + * Sun Jun 13 2021 RH Container Bot - 3:3.3.0-0.7.dev.gite549ca5 - autobuilt e549ca5 From 0d9fbe84866097ac3691ed33a8d8b9a69ed834fd Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 15 Jun 2021 04:10:54 +0000 Subject: [PATCH 1914/2185] podman-3:3.3.0-0.9.dev.gite2f51ee - autobuilt e2f51ee Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4937aa4..8ec669a 100644 --- a/.gitignore +++ b/.gitignore @@ -1762,3 +1762,4 @@ /podman-ed983c9.tar.gz /podman-45dc3d6.tar.gz /podman-e549ca5.tar.gz +/podman-e2f51ee.tar.gz diff --git a/podman.spec b/podman.spec index 28e9057..4f4fe61 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e549ca5078b60defca91c724305cac8929b8ff0f +%global commit0 e2f51eeb0693eda026fa509a9decfbdd7e0b74a8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # dnsname @@ -48,7 +48,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild and set download url (non-rawhide only) -%define built_tag v3.2.0 +%define built_tag v3.2.1 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz @@ -63,7 +63,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.8.dev.git%{shortcommit0}%{?dist} +Release: 0.9.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -648,6 +648,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jun 15 2021 RH Container Bot - 3:3.3.0-0.9.dev.gite2f51ee +- autobuilt e2f51ee + * Mon Jun 14 2021 Lokesh Mandvekar - 3:3.3.0-0.8.dev.gite549ca5 - BR: go-rpm-macros to re-enable debuginfo diff --git a/sources b/sources index 85e1c3d..20af4f9 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-e549ca5.tar.gz) = ffbbebfb5a7295651c5811c2fad164c16fb0833c8f41c8337d95dfe9ac2069252a6e28e9784997dbecc7d31cb7e969705b5f185f11d02bac975aa6e8ed0d1ed7 +SHA512 (podman-e2f51ee.tar.gz) = f8f1ae3e6dacb3761273a1a18d9ea3384b131241a19adb39a22e5b8147d71ae1f31bf1a14ed6ce2787a84fb1accc5bfc730278c13c42d6ec5301b579af0159e9 SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 From f965c8cc7095b8b14e05f219659ee1ae917a6764 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 16 Jun 2021 04:10:41 +0000 Subject: [PATCH 1915/2185] podman-3:3.3.0-0.10.dev.git092b2ec - autobuilt 092b2ec Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8ec669a..f1e6c34 100644 --- a/.gitignore +++ b/.gitignore @@ -1763,3 +1763,4 @@ /podman-45dc3d6.tar.gz /podman-e549ca5.tar.gz /podman-e2f51ee.tar.gz +/podman-092b2ec.tar.gz diff --git a/podman.spec b/podman.spec index 4f4fe61..3553cfc 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 e2f51eeb0693eda026fa509a9decfbdd7e0b74a8 +%global commit0 092b2ecafc17fe8ab963102eae049a7f5acf6ba2 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # dnsname @@ -63,7 +63,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.9.dev.git%{shortcommit0}%{?dist} +Release: 0.10.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -648,6 +648,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jun 16 2021 RH Container Bot - 3:3.3.0-0.10.dev.git092b2ec +- autobuilt 092b2ec + * Tue Jun 15 2021 RH Container Bot - 3:3.3.0-0.9.dev.gite2f51ee - autobuilt e2f51ee diff --git a/sources b/sources index 20af4f9..cee02ed 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-e2f51ee.tar.gz) = f8f1ae3e6dacb3761273a1a18d9ea3384b131241a19adb39a22e5b8147d71ae1f31bf1a14ed6ce2787a84fb1accc5bfc730278c13c42d6ec5301b579af0159e9 +SHA512 (podman-092b2ec.tar.gz) = 4fc90da6436c323af58593494479c617dfaac901c5ad5e92c148ae3497590544d1c7b64d78c61a8de79443d882b6911faf91a3d9e6cdd1f99536eba25d612c30 SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 From fd5f4bb315c761a05e0cb15c7b4278de00d29038 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 17 Jun 2021 04:11:10 +0000 Subject: [PATCH 1916/2185] podman-3:3.3.0-0.11.dev.git814a8b6 - autobuilt 814a8b6 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f1e6c34..b359191 100644 --- a/.gitignore +++ b/.gitignore @@ -1764,3 +1764,4 @@ /podman-e549ca5.tar.gz /podman-e2f51ee.tar.gz /podman-092b2ec.tar.gz +/podman-814a8b6.tar.gz diff --git a/podman.spec b/podman.spec index 3553cfc..7f64e31 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 092b2ecafc17fe8ab963102eae049a7f5acf6ba2 +%global commit0 814a8b6d715e1e8d729c58921695c65eec0e71bc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # dnsname @@ -63,7 +63,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.10.dev.git%{shortcommit0}%{?dist} +Release: 0.11.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -648,6 +648,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jun 17 2021 RH Container Bot - 3:3.3.0-0.11.dev.git814a8b6 +- autobuilt 814a8b6 + * Wed Jun 16 2021 RH Container Bot - 3:3.3.0-0.10.dev.git092b2ec - autobuilt 092b2ec diff --git a/sources b/sources index cee02ed..2179e56 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-092b2ec.tar.gz) = 4fc90da6436c323af58593494479c617dfaac901c5ad5e92c148ae3497590544d1c7b64d78c61a8de79443d882b6911faf91a3d9e6cdd1f99536eba25d612c30 +SHA512 (podman-814a8b6.tar.gz) = 6bfc87d354133b59d5be3b15df030e113df0610cccb90134dab0b3332c20ebcd829994674f144de346ee013e19bc0909f5cdc96d223a666c270d47022b7146f5 SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 From 5516aa3a42ad6df1e16f594e3179bee64883eb59 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 18 Jun 2021 04:10:21 +0000 Subject: [PATCH 1917/2185] podman-3:3.3.0-0.12.dev.gitce04a3e - autobuilt ce04a3e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b359191..525b3c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1765,3 +1765,4 @@ /podman-e2f51ee.tar.gz /podman-092b2ec.tar.gz /podman-814a8b6.tar.gz +/podman-ce04a3e.tar.gz diff --git a/podman.spec b/podman.spec index 7f64e31..eb97926 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 814a8b6d715e1e8d729c58921695c65eec0e71bc +%global commit0 ce04a3e17f5d5ac1d0ac29302dc6e6d98edf28eb %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # dnsname @@ -63,7 +63,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.11.dev.git%{shortcommit0}%{?dist} +Release: 0.12.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -648,6 +648,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jun 18 2021 RH Container Bot - 3:3.3.0-0.12.dev.gitce04a3e +- autobuilt ce04a3e + * Thu Jun 17 2021 RH Container Bot - 3:3.3.0-0.11.dev.git814a8b6 - autobuilt 814a8b6 diff --git a/sources b/sources index 2179e56..e3ba33a 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-814a8b6.tar.gz) = 6bfc87d354133b59d5be3b15df030e113df0610cccb90134dab0b3332c20ebcd829994674f144de346ee013e19bc0909f5cdc96d223a666c270d47022b7146f5 +SHA512 (podman-ce04a3e.tar.gz) = 6e6253193651b732ad7147645c4861a70bda3c26e9caedab8845d16d76c8bb5b4c351a4f1ddd4907f93ca365f91f7803456d68efd2d9ba3c952bfa3ff6645215 SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 From 7471488fde0a3b1a750e4109018da524a051732e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 19 Jun 2021 04:11:03 +0000 Subject: [PATCH 1918/2185] podman-3:3.3.0-0.13.dev.git48db8d9 - autobuilt 48db8d9 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 525b3c3..e8e81bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1766,3 +1766,4 @@ /podman-092b2ec.tar.gz /podman-814a8b6.tar.gz /podman-ce04a3e.tar.gz +/podman-48db8d9.tar.gz diff --git a/podman.spec b/podman.spec index eb97926..ce88523 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 ce04a3e17f5d5ac1d0ac29302dc6e6d98edf28eb +%global commit0 48db8d9868ecbb1523f5b4b69815d16a19afa36f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # dnsname @@ -63,7 +63,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.12.dev.git%{shortcommit0}%{?dist} +Release: 0.13.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -648,6 +648,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Jun 19 2021 RH Container Bot - 3:3.3.0-0.13.dev.git48db8d9 +- autobuilt 48db8d9 + * Fri Jun 18 2021 RH Container Bot - 3:3.3.0-0.12.dev.gitce04a3e - autobuilt ce04a3e diff --git a/sources b/sources index e3ba33a..8d38824 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-ce04a3e.tar.gz) = 6e6253193651b732ad7147645c4861a70bda3c26e9caedab8845d16d76c8bb5b4c351a4f1ddd4907f93ca365f91f7803456d68efd2d9ba3c952bfa3ff6645215 +SHA512 (podman-48db8d9.tar.gz) = e035355a91003b92c859590323e358890fd8f85f49d9e1f2ede1753298883510ee74ca7c1c25f00eb02dbd259dfbab230a02fa24f21c85b91ec9f4b1e15a0430 SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 From 4d906bc3fdbf68aaee4fdc7ba2b5459313ad46b9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sun, 20 Jun 2021 04:11:05 +0000 Subject: [PATCH 1919/2185] podman-3:3.3.0-0.14.dev.gitd8cd205 - autobuilt d8cd205 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e8e81bf..8318346 100644 --- a/.gitignore +++ b/.gitignore @@ -1767,3 +1767,4 @@ /podman-814a8b6.tar.gz /podman-ce04a3e.tar.gz /podman-48db8d9.tar.gz +/podman-d8cd205.tar.gz diff --git a/podman.spec b/podman.spec index ce88523..2db2f28 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 48db8d9868ecbb1523f5b4b69815d16a19afa36f +%global commit0 d8cd20547831eb2074a9d45e9cd6999af0ab8a41 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # dnsname @@ -63,7 +63,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.13.dev.git%{shortcommit0}%{?dist} +Release: 0.14.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -648,6 +648,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Jun 20 2021 RH Container Bot - 3:3.3.0-0.14.dev.gitd8cd205 +- autobuilt d8cd205 + * Sat Jun 19 2021 RH Container Bot - 3:3.3.0-0.13.dev.git48db8d9 - autobuilt 48db8d9 diff --git a/sources b/sources index 8d38824..d46abb2 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-48db8d9.tar.gz) = e035355a91003b92c859590323e358890fd8f85f49d9e1f2ede1753298883510ee74ca7c1c25f00eb02dbd259dfbab230a02fa24f21c85b91ec9f4b1e15a0430 +SHA512 (podman-d8cd205.tar.gz) = fdfe7ba231d79702ec110a246c7e3c95cfe904616c30ce4ab949b471666755fc923f05f115bd44435b3eb5c00b5a389de043f98a07f9cc68b41e55e8499370bf SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 From 6026c78c7adbb9c065c8155309922f6715c30575 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 21 Jun 2021 04:10:44 +0000 Subject: [PATCH 1920/2185] podman-3:3.3.0-0.15.dev.git928687e - autobuilt 928687e Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8318346..99652c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1768,3 +1768,4 @@ /podman-ce04a3e.tar.gz /podman-48db8d9.tar.gz /podman-d8cd205.tar.gz +/podman-928687e.tar.gz diff --git a/podman.spec b/podman.spec index 2db2f28..0f301c1 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d8cd20547831eb2074a9d45e9cd6999af0ab8a41 +%global commit0 928687e1dab6b0dd57f5673791f33a3b336830d8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # dnsname @@ -63,7 +63,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.14.dev.git%{shortcommit0}%{?dist} +Release: 0.15.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -648,6 +648,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jun 21 2021 RH Container Bot - 3:3.3.0-0.15.dev.git928687e +- autobuilt 928687e + * Sun Jun 20 2021 RH Container Bot - 3:3.3.0-0.14.dev.gitd8cd205 - autobuilt d8cd205 diff --git a/sources b/sources index d46abb2..1194c0e 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-d8cd205.tar.gz) = fdfe7ba231d79702ec110a246c7e3c95cfe904616c30ce4ab949b471666755fc923f05f115bd44435b3eb5c00b5a389de043f98a07f9cc68b41e55e8499370bf +SHA512 (podman-928687e.tar.gz) = 03535437eb277451e2c056b982e2426f642dcf8f1422a61619e321127d42c79b817325b19a7914efd96c679bb74fe4ecc209a85e62ba8b98ce48c8570e2a430b SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 From 33923b92e37ce8ced40d8d2f22d34be8e293221c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 21 Jun 2021 12:41:56 +0000 Subject: [PATCH 1921/2185] podman-3:3.3.0-0.16.dev.git18bf92f - autobuilt 18bf92f Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 99652c3..7b30467 100644 --- a/.gitignore +++ b/.gitignore @@ -1769,3 +1769,4 @@ /podman-48db8d9.tar.gz /podman-d8cd205.tar.gz /podman-928687e.tar.gz +/podman-18bf92f.tar.gz diff --git a/podman.spec b/podman.spec index 0f301c1..1b1a541 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 928687e1dab6b0dd57f5673791f33a3b336830d8 +%global commit0 18bf92f7ea2fcebb0b3403432ee703ced0f923c0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # dnsname @@ -63,7 +63,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.15.dev.git%{shortcommit0}%{?dist} +Release: 0.16.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -648,6 +648,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jun 21 2021 RH Container Bot - 3:3.3.0-0.16.dev.git18bf92f +- autobuilt 18bf92f + * Mon Jun 21 2021 RH Container Bot - 3:3.3.0-0.15.dev.git928687e - autobuilt 928687e diff --git a/sources b/sources index 1194c0e..00759c5 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-928687e.tar.gz) = 03535437eb277451e2c056b982e2426f642dcf8f1422a61619e321127d42c79b817325b19a7914efd96c679bb74fe4ecc209a85e62ba8b98ce48c8570e2a430b +SHA512 (podman-18bf92f.tar.gz) = d18796ab9695daa8c708dbe2a89488895759c9dcb6439c2ff9af7b99c905d4231455bc9d55eae681059e5ade5ebdf1a3727f49684fcfeb9ae05bd71f3722f0fe SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 From 7430a4efd2e880766131f170bb879d4f0b1e6a27 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 21 Jun 2021 09:13:47 -0400 Subject: [PATCH 1922/2185] add podman-restart unitfiles Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/podman.spec b/podman.spec index 1b1a541..9fe6a47 100644 --- a/podman.spec +++ b/podman.spec @@ -598,10 +598,12 @@ exit 0 %{_unitdir}/%{name}-auto-update.timer %{_unitdir}/%{name}.service %{_unitdir}/%{name}.socket +%{_unitdir}/%{name}-restart.service %{_userunitdir}/%{name}-auto-update.service %{_userunitdir}/%{name}-auto-update.timer %{_userunitdir}/%{name}.service %{_userunitdir}/%{name}.socket +%{_userunitdir}/%{name}-restart.service %{_usr}/lib/tmpfiles.d/%{name}.conf %files docker From e8355cd54fcf2dcdaec9497930851cbd5b5c4d74 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 22 Jun 2021 04:11:39 +0000 Subject: [PATCH 1923/2185] podman-3:3.3.0-0.17.dev.gitbe15e69 - autobuilt be15e69 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7b30467..7af4324 100644 --- a/.gitignore +++ b/.gitignore @@ -1770,3 +1770,4 @@ /podman-d8cd205.tar.gz /podman-928687e.tar.gz /podman-18bf92f.tar.gz +/podman-be15e69.tar.gz diff --git a/podman.spec b/podman.spec index 9fe6a47..a6f22f7 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 18bf92f7ea2fcebb0b3403432ee703ced0f923c0 +%global commit0 be15e69a6189685ac1afba06cb67013e960065ed %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # dnsname @@ -63,7 +63,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.16.dev.git%{shortcommit0}%{?dist} +Release: 0.17.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -650,6 +650,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jun 22 2021 RH Container Bot - 3:3.3.0-0.17.dev.gitbe15e69 +- autobuilt be15e69 + * Mon Jun 21 2021 RH Container Bot - 3:3.3.0-0.16.dev.git18bf92f - autobuilt 18bf92f diff --git a/sources b/sources index 00759c5..a89751a 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-18bf92f.tar.gz) = d18796ab9695daa8c708dbe2a89488895759c9dcb6439c2ff9af7b99c905d4231455bc9d55eae681059e5ade5ebdf1a3727f49684fcfeb9ae05bd71f3722f0fe +SHA512 (podman-be15e69.tar.gz) = 7bc80b5f39cf2b8b037918b752579e80db9c53b706b2915f7e4f0b279e272e366391f04c65b743643c6fe5afc4629f4352b7bcb988f28f97b074dfb7f7862ffa SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 From 055be77fd123cdb450bd04ac11ce7c0fb2b50e11 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 23 Jun 2021 04:10:50 +0000 Subject: [PATCH 1924/2185] podman-3:3.3.0-0.18.dev.gitd3afc6b - autobuilt d3afc6b Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7af4324..bc62f4f 100644 --- a/.gitignore +++ b/.gitignore @@ -1771,3 +1771,4 @@ /podman-928687e.tar.gz /podman-18bf92f.tar.gz /podman-be15e69.tar.gz +/podman-d3afc6b.tar.gz diff --git a/podman.spec b/podman.spec index a6f22f7..403e68c 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 be15e69a6189685ac1afba06cb67013e960065ed +%global commit0 d3afc6b3b6d6ba1d900b74d24affb132f38622d3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # dnsname @@ -63,7 +63,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.17.dev.git%{shortcommit0}%{?dist} +Release: 0.18.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -650,6 +650,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jun 23 2021 RH Container Bot - 3:3.3.0-0.18.dev.gitd3afc6b +- autobuilt d3afc6b + * Tue Jun 22 2021 RH Container Bot - 3:3.3.0-0.17.dev.gitbe15e69 - autobuilt be15e69 diff --git a/sources b/sources index a89751a..11ec978 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-be15e69.tar.gz) = 7bc80b5f39cf2b8b037918b752579e80db9c53b706b2915f7e4f0b279e272e366391f04c65b743643c6fe5afc4629f4352b7bcb988f28f97b074dfb7f7862ffa +SHA512 (podman-d3afc6b.tar.gz) = 7fb1330b9b01f051f5128cb8b5040ff8d9989b9917aa05baa061a49246b3bbe516ad8dbf9923e4e2ef62e3d676e75e4e208b1aa7f3932b6cb01387021a9526c8 SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 From 6213c6f10aa026e25c46f1564a45637ca65c260a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 24 Jun 2021 04:10:09 +0000 Subject: [PATCH 1925/2185] podman-3:3.3.0-0.19.dev.gitfc34f35 - autobuilt fc34f35 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bc62f4f..c49e483 100644 --- a/.gitignore +++ b/.gitignore @@ -1772,3 +1772,4 @@ /podman-18bf92f.tar.gz /podman-be15e69.tar.gz /podman-d3afc6b.tar.gz +/podman-fc34f35.tar.gz diff --git a/podman.spec b/podman.spec index 403e68c..693215e 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d3afc6b3b6d6ba1d900b74d24affb132f38622d3 +%global commit0 fc34f35e3f984c8a76136227168b3f8b65b15101 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # dnsname @@ -63,7 +63,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.18.dev.git%{shortcommit0}%{?dist} +Release: 0.19.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -650,6 +650,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jun 24 2021 RH Container Bot - 3:3.3.0-0.19.dev.gitfc34f35 +- autobuilt fc34f35 + * Wed Jun 23 2021 RH Container Bot - 3:3.3.0-0.18.dev.gitd3afc6b - autobuilt d3afc6b diff --git a/sources b/sources index 11ec978..075e82e 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-d3afc6b.tar.gz) = 7fb1330b9b01f051f5128cb8b5040ff8d9989b9917aa05baa061a49246b3bbe516ad8dbf9923e4e2ef62e3d676e75e4e208b1aa7f3932b6cb01387021a9526c8 +SHA512 (podman-fc34f35.tar.gz) = 014d3e3f97d3304b2f26a4cebd633be5da0ed886d738fb7afd82f37a6b8c9857f9e9a142610608c7c355822367e068ad55a1ed25fc9385486c81d2ae4f5ae42c SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 From 875b2545183dbb6295752d375cfc8ad5331bbd58 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 24 Jun 2021 09:10:12 -0400 Subject: [PATCH 1926/2185] update min containers-common Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 693215e..0fbdec3 100644 --- a/podman.spec +++ b/podman.spec @@ -94,7 +94,7 @@ BuildRequires: ostree-devel BuildRequires: systemd BuildRequires: systemd-devel Requires: conmon >= 2:2.0.28-0.1 -Requires: containers-common >= 4:1-19 +Requires: containers-common >= 4:1-20 Requires: containernetworking-plugins >= 1.0.0-15.1 Requires: iptables Requires: nftables From 81fd3f21f390e795d699e80eaaefcbbd08cc13c6 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 29 Jun 2021 11:10:59 -0400 Subject: [PATCH 1927/2185] podman-3:3.3.0-0.20.dev.git599b7d7 - remove /etc/sysconfdir/cni/net.d/87-podman-bridge.conflist - bodhi will not be ignored for this one so cut us some slack ;) Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 14 ++++++++------ sources | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index c49e483..a7623d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1773,3 +1773,4 @@ /podman-be15e69.tar.gz /podman-d3afc6b.tar.gz /podman-fc34f35.tar.gz +/podman-599b7d7.tar.gz diff --git a/podman.spec b/podman.spec index 0fbdec3..deb5156 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 fc34f35e3f984c8a76136227168b3f8b65b15101 +%global commit0 599b7d746a6ccad6ebbd70abb72be30bead094a6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # dnsname @@ -48,7 +48,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild and set download url (non-rawhide only) -%define built_tag v3.2.1 +%define built_tag v3.2.2 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz @@ -63,7 +63,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.19.dev.git%{shortcommit0}%{?dist} +Release: 0.20.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -476,7 +476,6 @@ install -dp %{buildroot}%{_unitdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ install.bin-nobuild \ install.man-nobuild \ - install.cni \ install.systemd \ install.completions \ install.docker \ @@ -593,7 +592,6 @@ exit 0 %{_datadir}/zsh/site-functions/_%{name} %dir %{_datadir}/fish/vendor_completions.d %{_datadir}/fish/vendor_completions.d/%{name}.fish -%config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist %{_unitdir}/%{name}-auto-update.service %{_unitdir}/%{name}-auto-update.timer %{_unitdir}/%{name}.service @@ -635,7 +633,6 @@ exit 0 %{_datadir}/fish/vendor_completions.d/%{name}-remote.fish %dir %{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/_%{name}-remote -#%%{_datadir}/man/man5/%%{name}-remote*.* %files tests %license LICENSE @@ -645,11 +642,16 @@ exit 0 %files plugins %license dnsname-%{commit_plugins}/LICENSE %doc dnsname-%{commit_plugins}/{README.md,README_PODMAN.md} +%dir %{_libexecdir}/cni %{_libexecdir}/cni/dnsname %{_libexecdir}/cni/%{name}-machine # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jun 29 2021 Lokesh Mandvekar - 3:3.3.0-0.20.dev.git599b7d7 +- remove /etc/sysconfdir/cni/net.d/87-podman-bridge.conflist +- bodhi will not be ignored for this one so cut us some slack ;) + * Thu Jun 24 2021 RH Container Bot - 3:3.3.0-0.19.dev.gitfc34f35 - autobuilt fc34f35 diff --git a/sources b/sources index 075e82e..e169dbc 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-fc34f35.tar.gz) = 014d3e3f97d3304b2f26a4cebd633be5da0ed886d738fb7afd82f37a6b8c9857f9e9a142610608c7c355822367e068ad55a1ed25fc9385486c81d2ae4f5ae42c +SHA512 (podman-599b7d7.tar.gz) = 51424036a3e31b217c35f3d9ef33f4e7256e25337d3c0a6836c95355088d5b092aee3b0a85e0aad54bc35973c2a7b5706627dbc204bc8d6af4c926729e5b8ba3 SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 From 4f7c2afb8ff29b6c18fdfae478aeb79794bf91bf Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 29 Jun 2021 11:23:21 -0400 Subject: [PATCH 1928/2185] update dep on containers-common Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index deb5156..f80e48c 100644 --- a/podman.spec +++ b/podman.spec @@ -94,7 +94,7 @@ BuildRequires: ostree-devel BuildRequires: systemd BuildRequires: systemd-devel Requires: conmon >= 2:2.0.28-0.1 -Requires: containers-common >= 4:1-20 +Requires: containers-common >= 4:1-21 Requires: containernetworking-plugins >= 1.0.0-15.1 Requires: iptables Requires: nftables From b1bac7cc108730cee79d96dd270807e3507f744f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 21 Jun 2021 13:33:50 -0700 Subject: [PATCH 1929/2185] Gate on openQA update test results This adds a policy to gate podman updates for stable releases on the openQA podman and podman_client tests, which will be run on podman updates as of today. Unfortunately there is no way to express "all versions except Rawhide" so we have to just list the versions explicitly; this will need to be updated when releases branch and go EOL. Signed-off-by: Adam Williamson --- gating.yaml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/gating.yaml b/gating.yaml index c8a218f..09431da 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,14 +1,20 @@ --- !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 + - fedora-33 + - fedora-34 +decision_contexts: + - bodhi_update_push_stable + - bodhi_update_push_testing +subject_type: bodhi_update rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: update.podman} + - !PassingTestCaseRule {test_case_name: update.podman_client} From 0d053e58f235a9b31fe6a60ddf01ee0b886ff5c0 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 6 Jul 2021 17:59:05 -0400 Subject: [PATCH 1930/2185] podman-3:3.3.0-0.21.dev.git599b7d7 - rebuild for openQA Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index f80e48c..05e077d 100644 --- a/podman.spec +++ b/podman.spec @@ -63,7 +63,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.20.dev.git%{shortcommit0}%{?dist} +Release: 0.21.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -648,6 +648,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jul 06 2021 Lokesh Mandvekar - 3:3.3.0-0.21.dev.git599b7d7 +- rebuild for openQA + * Tue Jun 29 2021 Lokesh Mandvekar - 3:3.3.0-0.20.dev.git599b7d7 - remove /etc/sysconfdir/cni/net.d/87-podman-bridge.conflist - bodhi will not be ignored for this one so cut us some slack ;) From 9baa4c09ccc364fe9789f9a0532ee929901d6eba Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 13 Jul 2021 11:17:25 -0700 Subject: [PATCH 1931/2185] Drop openQA gating policy on main branch The gating policy is actually per-branch, so it doesn't make any sense to have this part on the main/rawhide branch, it should go in f33/f34 branches. Signed-off-by: Adam Williamson --- gating.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/gating.yaml b/gating.yaml index 09431da..5ab3627 100644 --- a/gating.yaml +++ b/gating.yaml @@ -7,14 +7,3 @@ decision_contexts: subject_type: koji_build rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} ---- !Policy -product_versions: - - fedora-33 - - fedora-34 -decision_contexts: - - bodhi_update_push_stable - - bodhi_update_push_testing -subject_type: bodhi_update -rules: - - !PassingTestCaseRule {test_case_name: update.podman} - - !PassingTestCaseRule {test_case_name: update.podman_client} From b3494759334be249b26292158194dbb412b84059 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 14 Jul 2021 08:20:47 -0400 Subject: [PATCH 1932/2185] podman-3:3.3.0-0.22.dev.git599b7d7 - rebuild with gating.yaml changes Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 05e077d..9cdacdd 100644 --- a/podman.spec +++ b/podman.spec @@ -63,7 +63,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.21.dev.git%{shortcommit0}%{?dist} +Release: 0.22.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -648,6 +648,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jul 14 2021 Lokesh Mandvekar - 3:3.3.0-0.22.dev.git599b7d7 +- rebuild with gating.yaml changes + * Tue Jul 06 2021 Lokesh Mandvekar - 3:3.3.0-0.21.dev.git599b7d7 - rebuild for openQA From a8242e5d87cda59300042c1584959ce1fb295a11 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 16 Jul 2021 15:49:21 -0400 Subject: [PATCH 1933/2185] podman-3:3.3.0-0.23.dev.gitd32e566 - Resolves: #1969264, #1982881 - Security fix for CVE-2021-3602 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 19 ++++++++----------- sources | 2 +- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index a7623d7..ba2db1b 100644 --- a/.gitignore +++ b/.gitignore @@ -1774,3 +1774,4 @@ /podman-d3afc6b.tar.gz /podman-fc34f35.tar.gz /podman-599b7d7.tar.gz +/podman-d32e566.tar.gz diff --git a/podman.spec b/podman.spec index 9cdacdd..5fb2770 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 599b7d746a6ccad6ebbd70abb72be30bead094a6 +%global commit0 d32e56658aec5246c3a5dc4d2156918d4f3031a7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # dnsname @@ -46,11 +46,8 @@ %global commit_mcni afab2d8047bc0bd963d570686770eeb0c2e5a396 %global shortcommit_mcni %(c=%{commit_mcni}; echo ${c:0:7}) -# Used for comparing with latest upstream tag -# to decide whether to autobuild and set download url (non-rawhide only) -%define built_tag v3.2.2 +%define built_tag v3.2.3 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) -%define download_url %{git0}/archive/%{built_tag}.tar.gz Name: podman %if 0%{?fedora} @@ -63,7 +60,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.22.dev.git%{shortcommit0}%{?dist} +Release: 0.23.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -417,13 +414,10 @@ export GO111MODULE=off 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 -D_FILE_OFFSET_BITS=64' %ifarch x86_64 -export CGO_CFLAGS="$CGO_CFLAGS -m64 -mtune=generic" -%if 0%{?fedora} || 0%{?centos} >= 8 -export CGO_CFLAGS="$CGO_CFLAGS -fcf-protection" -%endif +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="$CGO_CFLAGS -flto=auto -Wp,D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1" +#export CGO_CFLAGS+=" -flto=auto -Wp,D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1" mkdir _build pushd _build @@ -648,6 +642,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jul 16 2021 Lokesh Mandvekar - 3:3.3.0-0.23.dev.gitd32e566 +- Resolves: #1969264, #1982881 - Security fix for CVE-2021-3602 + * Wed Jul 14 2021 Lokesh Mandvekar - 3:3.3.0-0.22.dev.git599b7d7 - rebuild with gating.yaml changes diff --git a/sources b/sources index e169dbc..047437f 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-599b7d7.tar.gz) = 51424036a3e31b217c35f3d9ef33f4e7256e25337d3c0a6836c95355088d5b092aee3b0a85e0aad54bc35973c2a7b5706627dbc204bc8d6af4c926729e5b8ba3 +SHA512 (podman-d32e566.tar.gz) = fb272da87dc8e7fafaea3ca73ab0aa50e0a676849e4e7f9bca2adf6f79dfb06086298796a45ab28e942dfc338cee2b3a5a2710fc278d61e0a01a9c3a3b8d58cc SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 From f42e6f728283b0a77a380ae595c4f36ca1f48aa5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 03:44:43 +0000 Subject: [PATCH 1934/2185] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 5fb2770..16fffe1 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.23.dev.git%{shortcommit0}%{?dist} +Release: 0.24.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -642,6 +642,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 3:3.3.0-0.24.dev.gitd32e566 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Jul 16 2021 Lokesh Mandvekar - 3:3.3.0-0.23.dev.gitd32e566 - Resolves: #1969264, #1982881 - Security fix for CVE-2021-3602 From 2b8650ef34278e408946451052fd2cfc423c2ad2 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 2 Aug 2021 15:10:25 -0400 Subject: [PATCH 1935/2185] podman-3:3.3.0-0.25.dev.gitd32e566 - Resolves: #1983596, #1987739 - Security fix for CVE-2021-34558 Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 16fffe1..0d437de 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.24.dev.git%{shortcommit0}%{?dist} +Release: 0.25.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -73,7 +73,7 @@ Provides: %{name}-manpages = %{epoch}:%{version}-%{release} BuildRequires: btrfs-progs-devel %endif BuildRequires: gcc -BuildRequires: golang +BuildRequires: golang >= 1.16.6 BuildRequires: glib2-devel BuildRequires: glibc-devel BuildRequires: glibc-static @@ -642,6 +642,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Aug 02 2021 Lokesh Mandvekar - 3:3.3.0-0.25.dev.gitd32e566 +- Resolves: #1983596, #1987739 - Security fix for CVE-2021-34558 + * Fri Jul 23 2021 Fedora Release Engineering - 3:3.3.0-0.24.dev.gitd32e566 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 9ea57922f7a72e4a6c9942e59ce1417af25c6759 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 3 Aug 2021 14:12:46 -0400 Subject: [PATCH 1936/2185] podman-3:3.3.0-0.26.rc1 - Bump to v3.3.0-rc1 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 22 +++++++++------------- sources | 2 +- 3 files changed, 11 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index ba2db1b..30e4a52 100644 --- a/.gitignore +++ b/.gitignore @@ -1775,3 +1775,4 @@ /podman-fc34f35.tar.gz /podman-599b7d7.tar.gz /podman-d32e566.tar.gz +/v3.3.0-rc1.tar.gz diff --git a/podman.spec b/podman.spec index 0d437de..aba651d 100644 --- a/podman.spec +++ b/podman.spec @@ -3,7 +3,6 @@ %global with_check 0 %global with_unit_test 0 -# disable debuginfo temporarily to get a successful build past gating issues %global with_debug 1 %if 0%{?with_debug} @@ -27,8 +26,8 @@ # To build a random user's fork/commit, comment out above line, # uncomment below line and replace the placeholders and commit0 below with the right info #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -%global commit0 d32e56658aec5246c3a5dc4d2156918d4f3031a7 -%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) +#%%global commit0 d32e56658aec5246c3a5dc4d2156918d4f3031a7 +#%%global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7}) # dnsname %global repo_plugins dnsname @@ -46,7 +45,7 @@ %global commit_mcni afab2d8047bc0bd963d570686770eeb0c2e5a396 %global shortcommit_mcni %(c=%{commit_mcni}; echo ${c:0:7}) -%define built_tag v3.2.3 +%define built_tag v3.3.0-rc1 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) Name: podman @@ -60,11 +59,11 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.25.dev.git%{shortcommit0}%{?dist} +Release: 0.26.rc1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ -Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz +Source0: %{git0}/archive/%{built_tag}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{shortcommit_plugins}.tar.gz Source2: %{git_mcni}/archive/%{commit_mcni}/%{repo_mcni}-%{shortcommit_mcni}.tar.gz Provides: %{name}-manpages = %{epoch}:%{version}-%{release} @@ -399,9 +398,7 @@ is removed from the network, it will remove the entry from the hosts file. Each CNI network will have its own dnsmasq instance. %prep -%autosetup -Sgit -n %{name}-%{commit0} -rm -f docs/source/markdown/containers-mounts.conf.5.md -sed -i 's/id128StringMax := C.ulong/id128StringMax := C.size_t/' vendor/github.com/coreos/go-systemd/v22/sdjournal/journal.go +%autosetup -Sgit -n %{name}-%{built_tag_strip} # untar dnsname tar zxf %{SOURCE1} @@ -569,10 +566,6 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} install -d -p %{buildroot}/%{_datadir}/%{name}/test/system cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ -%triggerpostun -- %{name} < 1.1 -%{_bindir}/%{name} system renumber -exit 0 - #define license tag if not already defined %{!?_licensedir:%global license %doc} @@ -642,6 +635,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Aug 03 2021 Lokesh Mandvekar - 3:3.3.0-0.26.rc1 +- Bump to v3.3.0-rc1 + * Mon Aug 02 2021 Lokesh Mandvekar - 3:3.3.0-0.25.dev.gitd32e566 - Resolves: #1983596, #1987739 - Security fix for CVE-2021-34558 diff --git a/sources b/sources index 047437f..d169250 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (podman-d32e566.tar.gz) = fb272da87dc8e7fafaea3ca73ab0aa50e0a676849e4e7f9bca2adf6f79dfb06086298796a45ab28e942dfc338cee2b3a5a2710fc278d61e0a01a9c3a3b8d58cc SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 +SHA512 (v3.3.0-rc1.tar.gz) = 3ceda8c658856f1e53e509e0b895e0fbc8a49d0afbcafffd70246615c69e1fba02e87cee27153a6b45f0acd987b7a8d239018cb1a88c063d91b310a0f83ae96e From 2313cf6204471635102d9a7fbab3fa54e6a998c3 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 12 Aug 2021 08:26:07 -0400 Subject: [PATCH 1937/2185] use %global instead of %define Signed-off-by: Lokesh Mandvekar --- podman.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index aba651d..77c1ce0 100644 --- a/podman.spec +++ b/podman.spec @@ -45,8 +45,8 @@ %global commit_mcni afab2d8047bc0bd963d570686770eeb0c2e5a396 %global shortcommit_mcni %(c=%{commit_mcni}; echo ${c:0:7}) -%define built_tag v3.3.0-rc1 -%define built_tag_strip %(b=%{built_tag}; echo ${b:1}) +%global built_tag v3.3.0-rc1 +%global built_tag_strip %(b=%{built_tag}; echo ${b:1}) Name: podman %if 0%{?fedora} From 53a0a246ade0eeb0dda19b365600bfe1b9aebfe4 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 16 Aug 2021 08:52:47 -0400 Subject: [PATCH 1938/2185] podman-3:3.3.0-0.27.rc2 - Bump to v3.3.0-rc2 - Include podman-gvproxy subpackage which provides /usr/libexecdir/podman/podman-gvproxy Signed-off-by: Lokesh Mandvekar --- .gitignore | 3 +++ podman.spec | 68 ++++++++++++++++++++++++++++++++++++++++++++++------- sources | 5 ++-- 3 files changed, 65 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 30e4a52..df9bbc8 100644 --- a/.gitignore +++ b/.gitignore @@ -1776,3 +1776,6 @@ /podman-599b7d7.tar.gz /podman-d32e566.tar.gz /v3.3.0-rc1.tar.gz +/dnsname-dc59f28.tar.gz +/gvisor-tap-vsock-27590a0.tar.gz +/v3.3.0-rc2.tar.gz diff --git a/podman.spec b/podman.spec index 77c1ce0..7d8d0cf 100644 --- a/podman.spec +++ b/podman.spec @@ -34,7 +34,7 @@ # https://github.com/containers/dnsname %global import_path_plugins %{provider}.%{provider_tld}/%{project}/%{repo_plugins} %global git_plugins https://%{import_path_plugins} -%global commit_plugins c654c95366ac5f309ca3e5727c9b858864247328 +%global commit_plugins dc59f285546a0b0d8b8f20033e1637ea82587840 %global shortcommit_plugins %(c=%{commit_plugins}; echo ${c:0:7}) # podman-machine-cni @@ -45,7 +45,15 @@ %global commit_mcni afab2d8047bc0bd963d570686770eeb0c2e5a396 %global shortcommit_mcni %(c=%{commit_mcni}; echo ${c:0:7}) -%global built_tag v3.3.0-rc1 +# gvproxy +%global repo_gvproxy gvisor-tap-vsock +# https://github.com/containers/gvisor-tap-vsock +%global import_path_gvproxy %%{provider}.%{provider_tld}/%{project}/%{repo_gvproxy} +%global git_gvproxy https://%{import_path_gvproxy} +%global commit_gvproxy 27590a075d79b4ac0554749f2be31a22a4baa27a +%global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) + +%global built_tag v3.3.0-rc2 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) Name: podman @@ -59,13 +67,14 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.26.rc1%{?dist} +Release: 0.27.rc2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ Source0: %{git0}/archive/%{built_tag}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{shortcommit_plugins}.tar.gz Source2: %{git_mcni}/archive/%{commit_mcni}/%{repo_mcni}-%{shortcommit_mcni}.tar.gz +Source3: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{shortcommit_gvproxy}.tar.gz Provides: %{name}-manpages = %{epoch}:%{version}-%{release} # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. %if 0%{?fedora} && ! 0%{?rhel} @@ -388,6 +397,7 @@ connections as well. %package plugins Summary: Plugins for %{name} Requires: dnsmasq +Recommends: %{name}-gvproxy = %{epoch}:%{version}-%{release} %description plugins This plugin sets up the use of dnsmasq on a given CNI network so @@ -397,6 +407,15 @@ that dnsmasq will read in. Similarly, when a pod is removed from the network, it will remove the entry from the hosts file. Each CNI network will have its own dnsmasq instance. +%package gvproxy +Summary: Go replacement for libslirp and VPNKit + +%description gvproxy +A replacement for libslirp and VPNKit, written in pure Go. +It is based on the network stack of gVisor. Compared to libslirp, +gvisor-tap-vsock brings a configurable DNS server and +dynamic port forwarding. + %prep %autosetup -Sgit -n %{name}-%{built_tag_strip} @@ -406,6 +425,9 @@ tar zxf %{SOURCE1} # untar %%{name}-machine-cni tar zxf %{SOURCE2} +# untar %%{name}-gvproxy +tar zxf %{SOURCE3} + %build export GO111MODULE=off export GOPATH=$(pwd)/_build:$(pwd) @@ -438,7 +460,7 @@ LDFLAGS="-X %{import_path}/libpod/define.buildInfo=$(date +%s)" export BUILDTAGS+=" exclude_graphdriver_btrfs btrfs_noversion remote" %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} -pushd dnsname-%{commit_plugins} +pushd %{repo_plugins}-%{commit_plugins} mkdir _build pushd _build mkdir -p src/%{provider}.%{provider_tld}/%{project} @@ -449,7 +471,7 @@ export GOPATH=$(pwd)/_build:$(pwd) %gobuild -o bin/dnsname %{import_path_plugins}/plugins/meta/dnsname popd -pushd %{name}-machine-cni-%{commit_mcni} +pushd %{repo_mcni}-%{commit_mcni} mkdir _build pushd _build mkdir -p src/%{provider}.%{provider_tld}/%{project} @@ -460,6 +482,17 @@ export GOPATH=$(pwd)/_build:$(pwd) %gobuild -o bin/%{name}-machine %{import_path_mcni}/plugins/meta/%{name}-machine popd +pushd %{repo_gvproxy}-%{commit_gvproxy} +mkdir _build +pushd _build +mkdir -p src/%{provider}.%{provider_tld}/%{project} +ln -s ../../../../ src/%{import_path_gvproxy} +popd +ln -s vendor src +export GOPATH=$(pwd)/_build:$(pwd) +%gobuild -o bin/%{name}-gvproxy %{import_path_gvproxy}/cmd/gvproxy +popd + %{__make} docs docker-docs %install @@ -478,15 +511,21 @@ PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{build mv pkg/hooks/README.md pkg/hooks/README-hooks.md # install dnsname plugin -pushd dnsname-%{commit_plugins} +pushd %{repo_plugins}-%{commit_plugins} %{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install popd # install machine-cni plugin -pushd %{name}-machine-cni-%{commit_mcni} +pushd %{repo_mcni}-%{commit_mcni} %{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install popd +# install gvproxy +pushd %{repo_gvproxy}-%{commit_gvproxy} +install -dp %{buildroot}%{_libexecdir}/%{name} +install -p -m0755 bin/%{name}-gvproxy %{buildroot}%{_libexecdir}/%{name} +popd + # do not include docker and podman-remote man pages in main package for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},," | grep -v -e remote -e docker`; do echo "$file*" >> podman.file-list @@ -627,14 +666,25 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %endif %files plugins -%license dnsname-%{commit_plugins}/LICENSE -%doc dnsname-%{commit_plugins}/{README.md,README_PODMAN.md} +%license %{repo_plugins}-%{commit_plugins}/LICENSE +%doc %{repo_plugins}-%{commit_plugins}/{README.md,README_PODMAN.md} %dir %{_libexecdir}/cni %{_libexecdir}/cni/dnsname %{_libexecdir}/cni/%{name}-machine +%files gvproxy +%license %{repo_gvproxy}-%{commit_gvproxy}/LICENSE +%doc %{repo_gvproxy}-%{commit_gvproxy}/README.md +%dir %{_libexecdir}/%{name} +%{_libexecdir}/%{name}/%{name}-gvproxy + # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Aug 16 2021 Lokesh Mandvekar - 3:3.3.0-0.27.rc2 +- Bump to v3.3.0-rc2 +- Include podman-gvproxy subpackage which provides +/usr/libexecdir/podman/podman-gvproxy + * Tue Aug 03 2021 Lokesh Mandvekar - 3:3.3.0-0.26.rc1 - Bump to v3.3.0-rc1 diff --git a/sources b/sources index d169250..ae7d81e 100644 --- a/sources +++ b/sources @@ -1,3 +1,4 @@ -SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 +SHA512 (dnsname-dc59f28.tar.gz) = faf1b77f3d2d234570f15079ca78bc77c42ac5b45c6eef934b6e025bb574c040ed119a217c9315a553ac18d7ab10e395c9ad0fb6f1c9b24d582f292187a124ad +SHA512 (gvisor-tap-vsock-27590a0.tar.gz) = c4b9a5070ec2956dc79589846e1d8edb04b0b4bdb5a0d63c5ca6cb437b88d091ae1ca0086fdf8ba87db47e5d343caaf4e9c3c74ecab79af0d50f04a5cb1aec6d SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 -SHA512 (v3.3.0-rc1.tar.gz) = 3ceda8c658856f1e53e509e0b895e0fbc8a49d0afbcafffd70246615c69e1fba02e87cee27153a6b45f0acd987b7a8d239018cb1a88c063d91b310a0f83ae96e +SHA512 (v3.3.0-rc2.tar.gz) = 2303532f2fd14b94579ead488a51106423bc2828b695c36946296396be0e2d13230bf7a389e81b8ad9dbf77e53832d5c261bd8622fbbd962305f628001311902 From 850029fec6e1e0ab25c2f85061bffaf093cad908 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 17 Aug 2021 20:29:34 +0000 Subject: [PATCH 1939/2185] podman-3:3.3.0-0.28.rc3 autobuilt v3.3.0-rc3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index df9bbc8..2e7547a 100644 --- a/.gitignore +++ b/.gitignore @@ -1779,3 +1779,4 @@ /dnsname-dc59f28.tar.gz /gvisor-tap-vsock-27590a0.tar.gz /v3.3.0-rc2.tar.gz +/v3.3.0-rc3.tar.gz diff --git a/podman.spec b/podman.spec index 7d8d0cf..5c0b75f 100644 --- a/podman.spec +++ b/podman.spec @@ -53,7 +53,7 @@ %global commit_gvproxy 27590a075d79b4ac0554749f2be31a22a4baa27a %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) -%global built_tag v3.3.0-rc2 +%global built_tag v3.3.0-rc3 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) Name: podman @@ -67,7 +67,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.27.rc2%{?dist} +Release: 0.28.rc3%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -680,6 +680,9 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Aug 17 2021 RH Container Bot - 3:3.3.0-0.28.rc3 +- autobuilt v3.3.0-rc3 + * Mon Aug 16 2021 Lokesh Mandvekar - 3:3.3.0-0.27.rc2 - Bump to v3.3.0-rc2 - Include podman-gvproxy subpackage which provides diff --git a/sources b/sources index ae7d81e..8d5ee34 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (dnsname-dc59f28.tar.gz) = faf1b77f3d2d234570f15079ca78bc77c42ac5b45c6eef934b6e025bb574c040ed119a217c9315a553ac18d7ab10e395c9ad0fb6f1c9b24d582f292187a124ad SHA512 (gvisor-tap-vsock-27590a0.tar.gz) = c4b9a5070ec2956dc79589846e1d8edb04b0b4bdb5a0d63c5ca6cb437b88d091ae1ca0086fdf8ba87db47e5d343caaf4e9c3c74ecab79af0d50f04a5cb1aec6d SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 -SHA512 (v3.3.0-rc2.tar.gz) = 2303532f2fd14b94579ead488a51106423bc2828b695c36946296396be0e2d13230bf7a389e81b8ad9dbf77e53832d5c261bd8622fbbd962305f628001311902 +SHA512 (v3.3.0-rc3.tar.gz) = 78a3f3c5c5afcfce4660e439a67afb3ae07dfc2281165b84a42613a4ad3a96b2cb28dbd6bd58c3b899120c6f7d7b5b9357f3a0c6c0829df857d916689000ce91 From a0d715d95cb8a72837e76198bd221ab1a1630b4c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 20 Aug 2021 18:49:48 +0000 Subject: [PATCH 1940/2185] podman-3:3.3.0-1 autobuilt v3.3.0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2e7547a..c33b11f 100644 --- a/.gitignore +++ b/.gitignore @@ -1780,3 +1780,4 @@ /gvisor-tap-vsock-27590a0.tar.gz /v3.3.0-rc2.tar.gz /v3.3.0-rc3.tar.gz +/v3.3.0.tar.gz diff --git a/podman.spec b/podman.spec index 5c0b75f..b5f2f06 100644 --- a/podman.spec +++ b/podman.spec @@ -53,7 +53,7 @@ %global commit_gvproxy 27590a075d79b4ac0554749f2be31a22a4baa27a %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) -%global built_tag v3.3.0-rc3 +%global built_tag v3.3.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) Name: podman @@ -67,7 +67,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.28.rc3%{?dist} +Release: 1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -680,6 +680,9 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Aug 20 2021 RH Container Bot - 3:3.3.0-1 +- autobuilt v3.3.0 + * Tue Aug 17 2021 RH Container Bot - 3:3.3.0-0.28.rc3 - autobuilt v3.3.0-rc3 diff --git a/sources b/sources index 8d5ee34..300cc87 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (dnsname-dc59f28.tar.gz) = faf1b77f3d2d234570f15079ca78bc77c42ac5b45c6eef934b6e025bb574c040ed119a217c9315a553ac18d7ab10e395c9ad0fb6f1c9b24d582f292187a124ad SHA512 (gvisor-tap-vsock-27590a0.tar.gz) = c4b9a5070ec2956dc79589846e1d8edb04b0b4bdb5a0d63c5ca6cb437b88d091ae1ca0086fdf8ba87db47e5d343caaf4e9c3c74ecab79af0d50f04a5cb1aec6d SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 -SHA512 (v3.3.0-rc3.tar.gz) = 78a3f3c5c5afcfce4660e439a67afb3ae07dfc2281165b84a42613a4ad3a96b2cb28dbd6bd58c3b899120c6f7d7b5b9357f3a0c6c0829df857d916689000ce91 +SHA512 (v3.3.0.tar.gz) = 0e77edfdbafc4ccb7b0b29d5e41054d52b09258fd25424be3339c256489a5d215109eda903eb620f2ed566c042a6d6b8a5d8adc26b08bba4fa66263a1ee3104d From 445da4204afa89e6b49aab6c47f8356776767c41 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 27 Aug 2021 09:52:32 -0400 Subject: [PATCH 1941/2185] podman-3:3.3.0-2 - update gvproxy binary name Signed-off-by: Lokesh Mandvekar --- podman.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/podman.spec b/podman.spec index b5f2f06..3f89d45 100644 --- a/podman.spec +++ b/podman.spec @@ -67,7 +67,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -490,7 +490,7 @@ ln -s ../../../../ src/%{import_path_gvproxy} popd ln -s vendor src export GOPATH=$(pwd)/_build:$(pwd) -%gobuild -o bin/%{name}-gvproxy %{import_path_gvproxy}/cmd/gvproxy +%gobuild -o bin/gvproxy %{import_path_gvproxy}/cmd/gvproxy popd %{__make} docs docker-docs @@ -523,7 +523,7 @@ popd # install gvproxy pushd %{repo_gvproxy}-%{commit_gvproxy} install -dp %{buildroot}%{_libexecdir}/%{name} -install -p -m0755 bin/%{name}-gvproxy %{buildroot}%{_libexecdir}/%{name} +install -p -m0755 bin/gvproxy %{buildroot}%{_libexecdir}/%{name} popd # do not include docker and podman-remote man pages in main package @@ -676,10 +676,13 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %license %{repo_gvproxy}-%{commit_gvproxy}/LICENSE %doc %{repo_gvproxy}-%{commit_gvproxy}/README.md %dir %{_libexecdir}/%{name} -%{_libexecdir}/%{name}/%{name}-gvproxy +%{_libexecdir}/%{name}/gvproxy # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Aug 27 2021 Lokesh Mandvekar - 3:3.3.0-2 +- update gvproxy binary name + * Fri Aug 20 2021 RH Container Bot - 3:3.3.0-1 - autobuilt v3.3.0 From bdb357884443473d637c95b8fae5b1c10f3f9318 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 30 Aug 2021 20:41:03 +0000 Subject: [PATCH 1942/2185] podman-3:3.3.1-1 autobuilt v3.3.1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c33b11f..1fead40 100644 --- a/.gitignore +++ b/.gitignore @@ -1781,3 +1781,4 @@ /v3.3.0-rc2.tar.gz /v3.3.0-rc3.tar.gz /v3.3.0.tar.gz +/v3.3.1.tar.gz diff --git a/podman.spec b/podman.spec index 3f89d45..c4b03a6 100644 --- a/podman.spec +++ b/podman.spec @@ -53,7 +53,7 @@ %global commit_gvproxy 27590a075d79b4ac0554749f2be31a22a4baa27a %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) -%global built_tag v3.3.0 +%global built_tag v3.3.1 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) Name: podman @@ -62,12 +62,12 @@ Epoch: 3 %else Epoch: 0 %endif -Version: 3.3.0 +Version: 3.3.1 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 2%{?dist} +Release: 1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -680,6 +680,9 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Aug 30 2021 RH Container Bot - 3:3.3.1-1 +- autobuilt v3.3.1 + * Fri Aug 27 2021 Lokesh Mandvekar - 3:3.3.0-2 - update gvproxy binary name diff --git a/sources b/sources index 300cc87..52abe41 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (dnsname-dc59f28.tar.gz) = faf1b77f3d2d234570f15079ca78bc77c42ac5b45c6eef934b6e025bb574c040ed119a217c9315a553ac18d7ab10e395c9ad0fb6f1c9b24d582f292187a124ad SHA512 (gvisor-tap-vsock-27590a0.tar.gz) = c4b9a5070ec2956dc79589846e1d8edb04b0b4bdb5a0d63c5ca6cb437b88d091ae1ca0086fdf8ba87db47e5d343caaf4e9c3c74ecab79af0d50f04a5cb1aec6d SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 -SHA512 (v3.3.0.tar.gz) = 0e77edfdbafc4ccb7b0b29d5e41054d52b09258fd25424be3339c256489a5d215109eda903eb620f2ed566c042a6d6b8a5d8adc26b08bba4fa66263a1ee3104d +SHA512 (v3.3.1.tar.gz) = 19003f63c17c1c5788f34d0d6426a366035fc76aa2312e6355464d204d6536e5f78652abaf01643d4be7c2ee5224c25717b41760a4be4f6de8031cca9b06efaa From 3140e523af28f1eb526676dafeb26cc2233da842 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 31 Aug 2021 17:05:21 -0400 Subject: [PATCH 1943/2185] podman-3:3.3.1-2 - bump release to be on par with f35 Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index c4b03a6..56684eb 100644 --- a/podman.spec +++ b/podman.spec @@ -67,7 +67,7 @@ Version: 3.3.1 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -680,6 +680,9 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Aug 31 2021 Lokesh Mandvekar - 3:3.3.1-2 +- bump release to be on par with f35 + * Mon Aug 30 2021 RH Container Bot - 3:3.3.1-1 - autobuilt v3.3.1 From c461125d7cca04fb080188d508d9723050cb59d9 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Tue, 10 Aug 2021 14:31:39 -0600 Subject: [PATCH 1944/2185] Gating tests: run toolbox tests Successful on rawhide as of toolbox-0.0.99.2^3.git075b9a8d2779-7.fc36 on 2021-09-13. See: https://github.com/containers/podman/issues/10296 Signed-off-by: Ed Santiago --- tests/roles/rootless_user_ready/tasks/main.yml | 8 ++++++++ tests/test_podman.yml | 3 +++ tests/test_toolbox.yml | 10 ++++++++++ 3 files changed, 21 insertions(+) create mode 100644 tests/test_toolbox.yml diff --git a/tests/roles/rootless_user_ready/tasks/main.yml b/tests/roles/rootless_user_ready/tasks/main.yml index cfed03b..88ad032 100644 --- a/tests/roles/rootless_user_ready/tasks/main.yml +++ b/tests/roles/rootless_user_ready/tasks/main.yml @@ -4,3 +4,11 @@ - name: rootless account | enable linger shell: loginctl enable-linger {{ rootless_user }} + +- name: rootless account | get uid + getent: + database: passwd + key: "{{ rootless_user }}" + +- name: rootless account | preserve uid + set_fact: rootless_uid="{{ getent_passwd[rootless_user][1] }}" diff --git a/tests/test_podman.yml b/tests/test_podman.yml index d5e65be..fc30921 100644 --- a/tests/test_podman.yml +++ b/tests/test_podman.yml @@ -39,6 +39,9 @@ loop_control: loop_var: want_cgroups + - name: test toolbox + include_tasks: test_toolbox.yml + # Postprocessing: check for FAIL or ERROR in any test, exit 1 if so - name: check results include_tasks: check_results.yml diff --git a/tests/test_toolbox.yml b/tests/test_toolbox.yml new file mode 100644 index 0000000..9b0859c --- /dev/null +++ b/tests/test_toolbox.yml @@ -0,0 +1,10 @@ +--- +- include_role: + name: run_bats_tests + vars: + tests: + - name: toolbox + package: toolbox + become: true + environment: + XDG_RUNTIME_DIR: /run/user/{{ rootless_uid }} From 6972e15200c72420008cb71f4f8d1a483ee2aa9e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 15 Sep 2021 13:04:02 -0400 Subject: [PATCH 1945/2185] update dnsname and machine-cni to latest upstream tags Signed-off-by: Lokesh Mandvekar --- .gitignore | 2 ++ podman.spec | 4 ++-- sources | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1fead40..d840c21 100644 --- a/.gitignore +++ b/.gitignore @@ -1782,3 +1782,5 @@ /v3.3.0-rc3.tar.gz /v3.3.0.tar.gz /v3.3.1.tar.gz +/dnsname-18822f9.tar.gz +/podman-machine-cni-0749884.tar.gz diff --git a/podman.spec b/podman.spec index 56684eb..b9f1e6f 100644 --- a/podman.spec +++ b/podman.spec @@ -34,7 +34,7 @@ # https://github.com/containers/dnsname %global import_path_plugins %{provider}.%{provider_tld}/%{project}/%{repo_plugins} %global git_plugins https://%{import_path_plugins} -%global commit_plugins dc59f285546a0b0d8b8f20033e1637ea82587840 +%global commit_plugins 18822f9a4fb35d1349eb256f4cd2bfd372474d84 %global shortcommit_plugins %(c=%{commit_plugins}; echo ${c:0:7}) # podman-machine-cni @@ -42,7 +42,7 @@ # https://github.com/containers/podman-machine-cni %global import_path_mcni %{provider}.%{provider_tld}/%{project}/%{repo_mcni} %global git_mcni https://%{import_path_mcni} -%global commit_mcni afab2d8047bc0bd963d570686770eeb0c2e5a396 +%global commit_mcni 0749884b8d1a455c68da30789e37811ec0809d51 %global shortcommit_mcni %(c=%{commit_mcni}; echo ${c:0:7}) # gvproxy diff --git a/sources b/sources index 52abe41..c1e1a3b 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ -SHA512 (dnsname-dc59f28.tar.gz) = faf1b77f3d2d234570f15079ca78bc77c42ac5b45c6eef934b6e025bb574c040ed119a217c9315a553ac18d7ab10e395c9ad0fb6f1c9b24d582f292187a124ad +SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-27590a0.tar.gz) = c4b9a5070ec2956dc79589846e1d8edb04b0b4bdb5a0d63c5ca6cb437b88d091ae1ca0086fdf8ba87db47e5d343caaf4e9c3c74ecab79af0d50f04a5cb1aec6d -SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91 +SHA512 (podman-machine-cni-0749884.tar.gz) = fe5f6a69118c0d3475c76c61bf1b50f1d5772fe9a4d20b23e59010e72f8cbd7fb7d4091ce8ab43af8becf77e5234b63191e3e01932f30f8386235822de2e42f4 SHA512 (v3.3.1.tar.gz) = 19003f63c17c1c5788f34d0d6426a366035fc76aa2312e6355464d204d6536e5f78652abaf01643d4be7c2ee5224c25717b41760a4be4f6de8031cca9b06efaa From 52a2adf76a2a80ce65ee4708f24d01d113bc24ae Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 16 Sep 2021 23:04:00 +0000 Subject: [PATCH 1946/2185] podman-3:3.4.0-0.1.rc1 autobuilt v3.4.0-rc1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d840c21..aaf2040 100644 --- a/.gitignore +++ b/.gitignore @@ -1784,3 +1784,4 @@ /v3.3.1.tar.gz /dnsname-18822f9.tar.gz /podman-machine-cni-0749884.tar.gz +/v3.4.0-rc1.tar.gz diff --git a/podman.spec b/podman.spec index b9f1e6f..ff625f1 100644 --- a/podman.spec +++ b/podman.spec @@ -53,7 +53,7 @@ %global commit_gvproxy 27590a075d79b4ac0554749f2be31a22a4baa27a %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) -%global built_tag v3.3.1 +%global built_tag v3.4.0-rc1 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) Name: podman @@ -62,12 +62,12 @@ Epoch: 3 %else Epoch: 0 %endif -Version: 3.3.1 +Version: 3.4.0 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 2%{?dist} +Release: 0.1.rc1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -680,6 +680,9 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Sep 16 2021 RH Container Bot - 3:3.4.0-0.1.rc1 +- autobuilt v3.4.0-rc1 + * Tue Aug 31 2021 Lokesh Mandvekar - 3:3.3.1-2 - bump release to be on par with f35 diff --git a/sources b/sources index c1e1a3b..da8d687 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-27590a0.tar.gz) = c4b9a5070ec2956dc79589846e1d8edb04b0b4bdb5a0d63c5ca6cb437b88d091ae1ca0086fdf8ba87db47e5d343caaf4e9c3c74ecab79af0d50f04a5cb1aec6d SHA512 (podman-machine-cni-0749884.tar.gz) = fe5f6a69118c0d3475c76c61bf1b50f1d5772fe9a4d20b23e59010e72f8cbd7fb7d4091ce8ab43af8becf77e5234b63191e3e01932f30f8386235822de2e42f4 -SHA512 (v3.3.1.tar.gz) = 19003f63c17c1c5788f34d0d6426a366035fc76aa2312e6355464d204d6536e5f78652abaf01643d4be7c2ee5224c25717b41760a4be4f6de8031cca9b06efaa +SHA512 (v3.4.0-rc1.tar.gz) = 4791c16ca974ea0d8e14aa5d74649a1fb34c8aeebed8c1abfcb3237f56b16169ff1013cd4a42e90eab5cce55fb91b9cff1a5c196b9e9425130f01cd51a6de771 From 967f9534f2066d95f3860536156078bce2cba4e5 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Thu, 16 Sep 2021 15:15:05 -0600 Subject: [PATCH 1947/2185] gating tests: run podman-remote too A small handful of bugs have blocked us from running podman-remote in gating tests. Those are all fixed; it's time to enable testing. Signed-off-by: Ed Santiago --- .../run_bats_tests/files/run_bats_tests.sh | 9 +++++++++ tests/test_podman.yml | 3 +++ tests/test_podman_remote.yml | 17 +++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 tests/test_podman_remote.yml diff --git a/tests/roles/run_bats_tests/files/run_bats_tests.sh b/tests/roles/run_bats_tests/files/run_bats_tests.sh index 46416e2..dce908b 100755 --- a/tests/roles/run_bats_tests/files/run_bats_tests.sh +++ b/tests/roles/run_bats_tests/files/run_bats_tests.sh @@ -43,10 +43,19 @@ if ! cd $testdir; then exit 0 fi +if [[ $PODMAN =~ remote ]]; then + ${PODMAN%%-remote} system service -t0 &>/dev/null & + PODMAN_SERVER_PID=$! +fi + echo "\$ bats ." bats . rc=$? +if [[ -n "$PODMAN_SERVER_PID" ]]; then + kill $PODMAN_SERVER_PID +fi + echo $divider echo "bats completed with status $rc" diff --git a/tests/test_podman.yml b/tests/test_podman.yml index fc30921..9674dea 100644 --- a/tests/test_podman.yml +++ b/tests/test_podman.yml @@ -39,6 +39,9 @@ loop_control: loop_var: want_cgroups + - name: test podman-remote + include_tasks: test_podman_remote.yml + - name: test toolbox include_tasks: test_toolbox.yml diff --git a/tests/test_podman_remote.yml b/tests/test_podman_remote.yml new file mode 100644 index 0000000..8c61093 --- /dev/null +++ b/tests/test_podman_remote.yml @@ -0,0 +1,17 @@ +--- +- name: "podman-remote | install" + dnf: name="podman-remote" state=installed + +- include_role: + name: run_bats_tests + vars: + tests: + - name: podman-remote root + package: podman + environment: + PODMAN: /usr/bin/podman-remote + - name: podman-remote rootless + package: podman + environment: + PODMAN: /usr/bin/podman-remote + become: true From 56495d7c0065a95590016ded38dc38dc1b45483a Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 21 Sep 2021 08:20:55 -0400 Subject: [PATCH 1948/2185] podman-3:3.4.0-0.2.rc1 - rebuild for podman-remote gating tests Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index ff625f1..2869dd2 100644 --- a/podman.spec +++ b/podman.spec @@ -67,7 +67,7 @@ Version: 3.4.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.1.rc1%{?dist} +Release: 0.2.rc1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -680,6 +680,9 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Sep 21 2021 Lokesh Mandvekar - 3:3.4.0-0.2.rc1 +- rebuild for podman-remote gating tests + * Thu Sep 16 2021 RH Container Bot - 3:3.4.0-0.1.rc1 - autobuilt v3.4.0-rc1 From d07af335c940fb79728f9d3a1099ca603d400db8 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 22 Sep 2021 13:52:22 -0400 Subject: [PATCH 1949/2185] podman-3:3.4.0-0.3.rc1 - Requires: conmon >= 2:2.0.30 for remote gating tests Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 2869dd2..4cf1223 100644 --- a/podman.spec +++ b/podman.spec @@ -67,7 +67,7 @@ Version: 3.4.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.2.rc1%{?dist} +Release: 0.3.rc1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -98,7 +98,7 @@ BuildRequires: make BuildRequires: ostree-devel BuildRequires: systemd BuildRequires: systemd-devel -Requires: conmon >= 2:2.0.28-0.1 +Requires: conmon >= 2:2.0.30-1 Requires: containers-common >= 4:1-21 Requires: containernetworking-plugins >= 1.0.0-15.1 Requires: iptables @@ -680,6 +680,9 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 22 2021 Lokesh Mandvekar - 3:3.4.0-0.3.rc1 +- Requires: conmon >= 2:2.0.30 for remote gating tests + * Tue Sep 21 2021 Lokesh Mandvekar - 3:3.4.0-0.2.rc1 - rebuild for podman-remote gating tests From 9d8cd0ca4153826360fb17206f74a81931a1ad55 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 22 Sep 2021 18:41:38 -0400 Subject: [PATCH 1950/2185] podman-3:3.4.0-0.4.rc1 - bump conmon requirement for remote gating tests Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 4cf1223..b3014fa 100644 --- a/podman.spec +++ b/podman.spec @@ -67,7 +67,7 @@ Version: 3.4.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.3.rc1%{?dist} +Release: 0.4.rc1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -98,7 +98,7 @@ BuildRequires: make BuildRequires: ostree-devel BuildRequires: systemd BuildRequires: systemd-devel -Requires: conmon >= 2:2.0.30-1 +Requires: conmon >= 2:2.0.30-2 Requires: containers-common >= 4:1-21 Requires: containernetworking-plugins >= 1.0.0-15.1 Requires: iptables @@ -680,6 +680,9 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 22 2021 Lokesh Mandvekar - 3:3.4.0-0.4.rc1 +- bump conmon requirement for remote gating tests + * Wed Sep 22 2021 Lokesh Mandvekar - 3:3.4.0-0.3.rc1 - Requires: conmon >= 2:2.0.30 for remote gating tests From ea026f1a36133e5c73ca6a7a98b103a4d6b24ee5 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 23 Sep 2021 10:45:43 -0400 Subject: [PATCH 1951/2185] rm -f /var/lib/containers/storage/libpod/defaultCNINetExists in post --- podman.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index b3014fa..6a4519f 100644 --- a/podman.spec +++ b/podman.spec @@ -67,7 +67,7 @@ Version: 3.4.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.4.rc1%{?dist} +Release: 0.5.rc1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -678,8 +678,14 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/gvproxy +%post +rm -f %{_sharedstatedir}/containers/storage/libpod/defaultCNINetExists + # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Sep 23 2021 Daniel J Walsh - 3:3.4.0-0.5.rc1 +- rm -f /var/lib/containers/storage/libpod/defaultCNINetExists in post + * Wed Sep 22 2021 Lokesh Mandvekar - 3:3.4.0-0.4.rc1 - bump conmon requirement for remote gating tests From 0cbb51c4081867c051633362b63137ae879929c4 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 23 Sep 2021 15:11:45 -0400 Subject: [PATCH 1952/2185] Add shadow-utils-subid-devel requirement --- podman.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 6a4519f..f58f5a4 100644 --- a/podman.spec +++ b/podman.spec @@ -67,7 +67,7 @@ Version: 3.4.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.5.rc1%{?dist} +Release: 0.6.rc1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -93,6 +93,7 @@ BuildRequires: libassuan-devel BuildRequires: libgpg-error-devel BuildRequires: libseccomp-devel BuildRequires: libselinux-devel +BuildRequires: shadow-utils-subid-devel BuildRequires: pkgconfig BuildRequires: make BuildRequires: ostree-devel @@ -678,11 +679,15 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/gvproxy -%post +%triggerpostun -- %{name} <= 3.2 rm -f %{_sharedstatedir}/containers/storage/libpod/defaultCNINetExists +exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Sep 23 2021 Daniel J Walsh - 3:3.4.0-0.6.rc1 +- Add shadow-utils-subid-devel requirement + * Thu Sep 23 2021 Daniel J Walsh - 3:3.4.0-0.5.rc1 - rm -f /var/lib/containers/storage/libpod/defaultCNINetExists in post From 2193a8127e7d6ceb65a9befc09e851efc5c130bf Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 24 Sep 2021 10:17:08 -0400 Subject: [PATCH 1953/2185] require shadow-utils-subid Signed-off-by: Lokesh Mandvekar --- podman.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/podman.spec b/podman.spec index f58f5a4..cdb1ebc 100644 --- a/podman.spec +++ b/podman.spec @@ -104,6 +104,7 @@ Requires: containers-common >= 4:1-21 Requires: containernetworking-plugins >= 1.0.0-15.1 Requires: iptables Requires: nftables +Requires: shadow-utils-subid Recommends: %{name}-plugins = %{epoch}:%{version}-%{release} Recommends: catatonit Suggests: qemu-user-static From 066b762654eafcaa135eb6db55b5a84cbc90f877 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 24 Sep 2021 10:38:21 -0400 Subject: [PATCH 1954/2185] Revert "require shadow-utils-subid" This reverts commit 2193a8127e7d6ceb65a9befc09e851efc5c130bf. --- podman.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/podman.spec b/podman.spec index cdb1ebc..f58f5a4 100644 --- a/podman.spec +++ b/podman.spec @@ -104,7 +104,6 @@ Requires: containers-common >= 4:1-21 Requires: containernetworking-plugins >= 1.0.0-15.1 Requires: iptables Requires: nftables -Requires: shadow-utils-subid Recommends: %{name}-plugins = %{epoch}:%{version}-%{release} Recommends: catatonit Suggests: qemu-user-static From 30ef54bb136b45b60ee5d17f76eb57e90c54ebda Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 24 Sep 2021 14:51:23 +0000 Subject: [PATCH 1955/2185] podman-3:3.4.0-0.7.rc2 autobuilt v3.4.0-rc2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index aaf2040..46408c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1785,3 +1785,4 @@ /dnsname-18822f9.tar.gz /podman-machine-cni-0749884.tar.gz /v3.4.0-rc1.tar.gz +/v3.4.0-rc2.tar.gz diff --git a/podman.spec b/podman.spec index f58f5a4..3952ecb 100644 --- a/podman.spec +++ b/podman.spec @@ -53,7 +53,7 @@ %global commit_gvproxy 27590a075d79b4ac0554749f2be31a22a4baa27a %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) -%global built_tag v3.4.0-rc1 +%global built_tag v3.4.0-rc2 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) Name: podman @@ -67,7 +67,7 @@ Version: 3.4.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.6.rc1%{?dist} +Release: 0.7.rc2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -685,6 +685,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Sep 24 2021 RH Container Bot - 3:3.4.0-0.7.rc2 +- autobuilt v3.4.0-rc2 + * Thu Sep 23 2021 Daniel J Walsh - 3:3.4.0-0.6.rc1 - Add shadow-utils-subid-devel requirement diff --git a/sources b/sources index da8d687..2fc88cf 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-27590a0.tar.gz) = c4b9a5070ec2956dc79589846e1d8edb04b0b4bdb5a0d63c5ca6cb437b88d091ae1ca0086fdf8ba87db47e5d343caaf4e9c3c74ecab79af0d50f04a5cb1aec6d SHA512 (podman-machine-cni-0749884.tar.gz) = fe5f6a69118c0d3475c76c61bf1b50f1d5772fe9a4d20b23e59010e72f8cbd7fb7d4091ce8ab43af8becf77e5234b63191e3e01932f30f8386235822de2e42f4 -SHA512 (v3.4.0-rc1.tar.gz) = 4791c16ca974ea0d8e14aa5d74649a1fb34c8aeebed8c1abfcb3237f56b16169ff1013cd4a42e90eab5cce55fb91b9cff1a5c196b9e9425130f01cd51a6de771 +SHA512 (v3.4.0-rc2.tar.gz) = dcfbad98640f408b89cc2601fae05b126a5ba91b87a53fc3673ae77ae87b429911b0103c7f680b7c213bdda472ec70af0d86d1d46e290bbd9892e3ea1f4e053e From 68892ec683bff0e197dbd796ed46c9a1f6823ced Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 24 Sep 2021 11:43:35 -0400 Subject: [PATCH 1956/2185] shadow-utils-subid-devel only for f35 and higher Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/podman.spec b/podman.spec index 3952ecb..aca37a2 100644 --- a/podman.spec +++ b/podman.spec @@ -93,7 +93,9 @@ BuildRequires: libassuan-devel BuildRequires: libgpg-error-devel BuildRequires: libseccomp-devel BuildRequires: libselinux-devel +%if 0%{?fedora} >= 35 BuildRequires: shadow-utils-subid-devel +%endif BuildRequires: pkgconfig BuildRequires: make BuildRequires: ostree-devel From 37aa09d332e9b0fd465858efcc58176c743f87b8 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 24 Sep 2021 13:27:39 -0400 Subject: [PATCH 1957/2185] podman-3:3.4.0-0.8.rc2 - bump release to stay ahead of older fedora Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index aca37a2..54b4f71 100644 --- a/podman.spec +++ b/podman.spec @@ -67,7 +67,7 @@ Version: 3.4.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.7.rc2%{?dist} +Release: 0.8.rc2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -687,6 +687,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Sep 24 2021 Lokesh Mandvekar - 3:3.4.0-0.8.rc2 +- bump release to stay ahead of older fedoras + * Fri Sep 24 2021 RH Container Bot - 3:3.4.0-0.7.rc2 - autobuilt v3.4.0-rc2 From db6aaac719621ecc440149cb99dc214f3a635f1f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 24 Sep 2021 14:44:24 -0400 Subject: [PATCH 1958/2185] podman-3:3.4.0-0.9.rc2 - depend on shadow-utils-subid for f35 and higher Signed-off-by: Lokesh Mandvekar --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 54b4f71..8790760 100644 --- a/podman.spec +++ b/podman.spec @@ -67,7 +67,7 @@ Version: 3.4.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.8.rc2%{?dist} +Release: 0.9.rc2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -95,6 +95,7 @@ BuildRequires: libseccomp-devel BuildRequires: libselinux-devel %if 0%{?fedora} >= 35 BuildRequires: shadow-utils-subid-devel +Requires: shadow-utils-subid %endif BuildRequires: pkgconfig BuildRequires: make @@ -687,6 +688,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Sep 24 2021 Lokesh Mandvekar - 3:3.4.0-0.9.rc2 +- depend on shadow-utils-subid for f35 and higher + * Fri Sep 24 2021 Lokesh Mandvekar - 3:3.4.0-0.8.rc2 - bump release to stay ahead of older fedoras From 60778e8502938dca2f46a12a8dc4fe0c5bf07b86 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 24 Sep 2021 17:38:54 -0400 Subject: [PATCH 1959/2185] podman-3:3.4.0-0.10.rc2 - build with libsubid buildtag Signed-off-by: Lokesh Mandvekar --- podman.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 8790760..a38b13d 100644 --- a/podman.spec +++ b/podman.spec @@ -67,7 +67,7 @@ Version: 3.4.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.9.rc2%{?dist} +Release: 0.10.rc2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -95,7 +95,6 @@ BuildRequires: libseccomp-devel BuildRequires: libselinux-devel %if 0%{?fedora} >= 35 BuildRequires: shadow-utils-subid-devel -Requires: shadow-utils-subid %endif BuildRequires: pkgconfig BuildRequires: make @@ -451,6 +450,9 @@ ln -s vendor src # build %%{name} export BUILDTAGS="seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/selinux_tag.sh) $(hack/systemd_tag.sh)" +%if 0%{?fedora} >= 35 +export BUILDTAGS+=" $(hack/libsubid_tag.sh)" +%endif %if 0%{?centos} export BUILDTAGS+=" containers_image_ostree_stub" %endif @@ -688,6 +690,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Sep 24 2021 Lokesh Mandvekar - 3:3.4.0-0.10.rc2 +- build with libsubid buildtag + * Fri Sep 24 2021 Lokesh Mandvekar - 3:3.4.0-0.9.rc2 - depend on shadow-utils-subid for f35 and higher From f0be436c50e898aee12505467bf99a233f447707 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 27 Sep 2021 14:45:27 -0400 Subject: [PATCH 1960/2185] podman-3:3.4.0-0.11.rc2 - bump containers-common dep Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index a38b13d..4d091cb 100644 --- a/podman.spec +++ b/podman.spec @@ -67,7 +67,7 @@ Version: 3.4.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.10.rc2%{?dist} +Release: 0.11.rc2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -102,7 +102,7 @@ BuildRequires: ostree-devel BuildRequires: systemd BuildRequires: systemd-devel Requires: conmon >= 2:2.0.30-2 -Requires: containers-common >= 4:1-21 +Requires: containers-common >= 4:1-30 Requires: containernetworking-plugins >= 1.0.0-15.1 Requires: iptables Requires: nftables @@ -690,6 +690,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Sep 27 2021 Lokesh Mandvekar - 3:3.4.0-0.11.rc2 +- bump containers-common dep + * Fri Sep 24 2021 Lokesh Mandvekar - 3:3.4.0-0.10.rc2 - build with libsubid buildtag From eaadc59b1f6dd3dce441d0c2fc338614c4c6e7f6 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 28 Sep 2021 10:30:09 -0400 Subject: [PATCH 1961/2185] centos conditionals no longer needed Signed-off-by: Lokesh Mandvekar --- podman.spec | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/podman.spec b/podman.spec index 4d091cb..1eee65d 100644 --- a/podman.spec +++ b/podman.spec @@ -76,7 +76,6 @@ Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{shortcommit_ Source2: %{git_mcni}/archive/%{commit_mcni}/%{repo_mcni}-%{shortcommit_mcni}.tar.gz Source3: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{shortcommit_gvproxy}.tar.gz Provides: %{name}-manpages = %{epoch}:%{version}-%{release} -# If go_compiler is not set to 1, there is no virtual provide. Use golang instead. %if 0%{?fedora} && ! 0%{?rhel} BuildRequires: btrfs-progs-devel %endif @@ -453,9 +452,6 @@ export BUILDTAGS="seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installe %if 0%{?fedora} >= 35 export BUILDTAGS+=" $(hack/libsubid_tag.sh)" %endif -%if 0%{?centos} -export BUILDTAGS+=" containers_image_ostree_stub" -%endif # build date. FIXME: Makefile uses '/v2/libpod', that doesn't work here? LDFLAGS="-X %{import_path}/libpod/define.buildInfo=$(date +%s)" @@ -537,14 +533,7 @@ for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},, echo "$file*" >> podman.file-list done -# do not install remote manpages on centos7 -%if 0%{?centos} && 0%{?centos} < 8 -rm -rf %{buildroot}%{_mandir}/man1/docker-remote.1 -rm -rf %{buildroot}%{_mandir}/man1/%{name}-remote.1 -rm -rf %{buildroot}%{_mandir}/man5/%{name}-remote.conf.5 -%endif - -# source codes for building projects +# source code for building projects %if 0%{?with_devel} install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ From de01250946d3079169e50dd6b59b8dcc82e4f0bf Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 30 Sep 2021 19:11:31 +0000 Subject: [PATCH 1962/2185] podman-3:3.4.0-1 autobuilt v3.4.0 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 46408c7..b13bc40 100644 --- a/.gitignore +++ b/.gitignore @@ -1786,3 +1786,4 @@ /podman-machine-cni-0749884.tar.gz /v3.4.0-rc1.tar.gz /v3.4.0-rc2.tar.gz +/v3.4.0.tar.gz diff --git a/podman.spec b/podman.spec index 1eee65d..53506ac 100644 --- a/podman.spec +++ b/podman.spec @@ -53,7 +53,7 @@ %global commit_gvproxy 27590a075d79b4ac0554749f2be31a22a4baa27a %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) -%global built_tag v3.4.0-rc2 +%global built_tag v3.4.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) Name: podman @@ -67,7 +67,7 @@ Version: 3.4.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.11.rc2%{?dist} +Release: 1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -679,6 +679,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Sep 30 2021 RH Container Bot - 3:3.4.0-1 +- autobuilt v3.4.0 + * Mon Sep 27 2021 Lokesh Mandvekar - 3:3.4.0-0.11.rc2 - bump containers-common dep diff --git a/sources b/sources index 2fc88cf..ad0295c 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-27590a0.tar.gz) = c4b9a5070ec2956dc79589846e1d8edb04b0b4bdb5a0d63c5ca6cb437b88d091ae1ca0086fdf8ba87db47e5d343caaf4e9c3c74ecab79af0d50f04a5cb1aec6d SHA512 (podman-machine-cni-0749884.tar.gz) = fe5f6a69118c0d3475c76c61bf1b50f1d5772fe9a4d20b23e59010e72f8cbd7fb7d4091ce8ab43af8becf77e5234b63191e3e01932f30f8386235822de2e42f4 -SHA512 (v3.4.0-rc2.tar.gz) = dcfbad98640f408b89cc2601fae05b126a5ba91b87a53fc3673ae77ae87b429911b0103c7f680b7c213bdda472ec70af0d86d1d46e290bbd9892e3ea1f4e053e +SHA512 (v3.4.0.tar.gz) = 195354b15beaaed19b4d5f71f5dbfcd1ebfc5c80c07db91043b76e3254d62b5fd001c52c536773656e5eba65954511c1639a50b955a9992fa4d18a55e573c2a1 From ec6ea5bdc9b449e8d5c0029d72406a5adf253822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Fri, 1 Oct 2021 08:33:17 +0200 Subject: [PATCH 1963/2185] Remove hardcoded CFLAGS Instead, use %set_build_flags to get the buildroot CFLAGS, then remove the problematic ones. --- podman.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/podman.spec b/podman.spec index 53506ac..2c24fe9 100644 --- a/podman.spec +++ b/podman.spec @@ -67,7 +67,7 @@ Version: 3.4.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -431,14 +431,18 @@ tar zxf %{SOURCE2} tar zxf %{SOURCE3} %build +%set_build_flags export GO111MODULE=off 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 -D_FILE_OFFSET_BITS=64' +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 -# 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" mkdir _build pushd _build @@ -679,6 +683,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Oct 01 2021 Timm Bäder - 3:3.4.0-2 +- Remove individual flags from $CFLAGS instead of hardcoding all flags + * Thu Sep 30 2021 RH Container Bot - 3:3.4.0-1 - autobuilt v3.4.0 From 531427eed45ab95cc5787d1bbfaa5bde56cb18d9 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 4 Oct 2021 08:36:23 -0400 Subject: [PATCH 1964/2185] podman-3:3.4.0-3 - Gating tests: fix permissions error From: Ed Santiago Signed-off-by: Lokesh Mandvekar --- gating-test.patch | 27 +++++++++++++++++++++++++++ podman.spec | 7 ++++++- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 gating-test.patch diff --git a/gating-test.patch b/gating-test.patch new file mode 100644 index 0000000..e4514a5 --- /dev/null +++ b/gating-test.patch @@ -0,0 +1,27 @@ +From fb2355adb3ce4de72d36830f608fb188c18d1981 Mon Sep 17 00:00:00 2001 +From: Ed Santiago +Date: Fri, 1 Oct 2021 05:23:16 -0600 +Subject: [PATCH] Gating tests: fix permissions error + +...in volume test. Looks like Bodhi gating tests run from a +nonwritable directory. I feel really stupid for not realizing +this when I first tried to fix this bug two weeks ago. + +Signed-off-by: Ed Santiago +--- + test/system/160-volumes.bats | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/test/system/160-volumes.bats b/test/system/160-volumes.bats +index b48198a1899..c02525e0d3b 100644 +--- a/test/system/160-volumes.bats ++++ b/test/system/160-volumes.bats +@@ -191,7 +191,7 @@ EOF + run_podman run --rm -v my_vol:/data $IMAGE sh -c "echo hello >> /data/test" + run_podman volume create my_vol2 + +- tarfile=hello$(random_string | tr A-Z a-z).tar ++ tarfile=${PODMAN_TMPDIR}/hello$(random_string | tr A-Z a-z).tar + run_podman volume export my_vol --output=$tarfile + # we want to use `run_podman volume export my_vol` but run_podman is wrapping EOF + run_podman volume import my_vol2 - < $tarfile diff --git a/podman.spec b/podman.spec index 2c24fe9..30ab9d4 100644 --- a/podman.spec +++ b/podman.spec @@ -67,7 +67,7 @@ Version: 3.4.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 2%{?dist} +Release: 3%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -75,6 +75,7 @@ Source0: %{git0}/archive/%{built_tag}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{shortcommit_plugins}.tar.gz Source2: %{git_mcni}/archive/%{commit_mcni}/%{repo_mcni}-%{shortcommit_mcni}.tar.gz Source3: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{shortcommit_gvproxy}.tar.gz +Patch0: gating-test.patch Provides: %{name}-manpages = %{epoch}:%{version}-%{release} %if 0%{?fedora} && ! 0%{?rhel} BuildRequires: btrfs-progs-devel @@ -683,6 +684,10 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Oct 04 2021 Lokesh Mandvekar - 3:3.4.0-3 +- Gating tests: fix permissions error +- From: Ed Santiago + * Fri Oct 01 2021 Timm Bäder - 3:3.4.0-2 - Remove individual flags from $CFLAGS instead of hardcoding all flags From 555a5a504dd538d5be581f76a5a1fe72aec1e059 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 5 Oct 2021 13:36:02 -0400 Subject: [PATCH 1965/2185] Drop i686 support for RHEL >= 9 RHEL 9 does not have i686 support for golang Signed-off-by: Stephen Gallagher --- podman.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 30ab9d4..011fd46 100644 --- a/podman.spec +++ b/podman.spec @@ -67,10 +67,11 @@ Version: 3.4.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 3%{?dist} +Release: 4%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ +ExclusiveArch: %{golang_arches} Source0: %{git0}/archive/%{built_tag}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{shortcommit_plugins}.tar.gz Source2: %{git_mcni}/archive/%{commit_mcni}/%{repo_mcni}-%{shortcommit_mcni}.tar.gz @@ -684,6 +685,10 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Oct 05 2021 Stephen Gallagher - 3:3.4.0-4 +- Drop i686 support for RHEL >= 9 +- RHEL 9 does not have i686 support for golang + * Mon Oct 04 2021 Lokesh Mandvekar - 3:3.4.0-3 - Gating tests: fix permissions error - From: Ed Santiago From be57771f47d9e8cff9518101c07fb573354f1a36 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 20 Oct 2021 14:16:28 +0000 Subject: [PATCH 1966/2185] podman-3:3.4.1-1 autobuilt v3.4.1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b13bc40..0106e98 100644 --- a/.gitignore +++ b/.gitignore @@ -1787,3 +1787,4 @@ /v3.4.0-rc1.tar.gz /v3.4.0-rc2.tar.gz /v3.4.0.tar.gz +/v3.4.1.tar.gz diff --git a/podman.spec b/podman.spec index 011fd46..ffdafda 100644 --- a/podman.spec +++ b/podman.spec @@ -53,7 +53,7 @@ %global commit_gvproxy 27590a075d79b4ac0554749f2be31a22a4baa27a %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) -%global built_tag v3.4.0 +%global built_tag v3.4.1 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) Name: podman @@ -62,12 +62,12 @@ Epoch: 3 %else Epoch: 0 %endif -Version: 3.4.0 +Version: 3.4.1 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 4%{?dist} +Release: 1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -685,6 +685,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Oct 20 2021 RH Container Bot - 3:3.4.1-1 +- autobuilt v3.4.1 + * Tue Oct 05 2021 Stephen Gallagher - 3:3.4.0-4 - Drop i686 support for RHEL >= 9 - RHEL 9 does not have i686 support for golang diff --git a/sources b/sources index ad0295c..82d257c 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-27590a0.tar.gz) = c4b9a5070ec2956dc79589846e1d8edb04b0b4bdb5a0d63c5ca6cb437b88d091ae1ca0086fdf8ba87db47e5d343caaf4e9c3c74ecab79af0d50f04a5cb1aec6d SHA512 (podman-machine-cni-0749884.tar.gz) = fe5f6a69118c0d3475c76c61bf1b50f1d5772fe9a4d20b23e59010e72f8cbd7fb7d4091ce8ab43af8becf77e5234b63191e3e01932f30f8386235822de2e42f4 -SHA512 (v3.4.0.tar.gz) = 195354b15beaaed19b4d5f71f5dbfcd1ebfc5c80c07db91043b76e3254d62b5fd001c52c536773656e5eba65954511c1639a50b955a9992fa4d18a55e573c2a1 +SHA512 (v3.4.1.tar.gz) = b8602464358ab73429a9003262c92c38c9a06e1133c776fd0c4ce65dae26639db66f8f5ad510528f3e6e7bc2fe692746fcf1d90d4e95d701d102006d9a83b27e From f3edbf3593ee7e5a0eee86533178886afd3d3ffa Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 20 Oct 2021 10:23:43 -0400 Subject: [PATCH 1967/2185] gating-test.patch merged upstream Signed-off-by: Lokesh Mandvekar --- gating-test.patch | 27 --------------------------- podman.spec | 1 - 2 files changed, 28 deletions(-) delete mode 100644 gating-test.patch diff --git a/gating-test.patch b/gating-test.patch deleted file mode 100644 index e4514a5..0000000 --- a/gating-test.patch +++ /dev/null @@ -1,27 +0,0 @@ -From fb2355adb3ce4de72d36830f608fb188c18d1981 Mon Sep 17 00:00:00 2001 -From: Ed Santiago -Date: Fri, 1 Oct 2021 05:23:16 -0600 -Subject: [PATCH] Gating tests: fix permissions error - -...in volume test. Looks like Bodhi gating tests run from a -nonwritable directory. I feel really stupid for not realizing -this when I first tried to fix this bug two weeks ago. - -Signed-off-by: Ed Santiago ---- - test/system/160-volumes.bats | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/test/system/160-volumes.bats b/test/system/160-volumes.bats -index b48198a1899..c02525e0d3b 100644 ---- a/test/system/160-volumes.bats -+++ b/test/system/160-volumes.bats -@@ -191,7 +191,7 @@ EOF - run_podman run --rm -v my_vol:/data $IMAGE sh -c "echo hello >> /data/test" - run_podman volume create my_vol2 - -- tarfile=hello$(random_string | tr A-Z a-z).tar -+ tarfile=${PODMAN_TMPDIR}/hello$(random_string | tr A-Z a-z).tar - run_podman volume export my_vol --output=$tarfile - # we want to use `run_podman volume export my_vol` but run_podman is wrapping EOF - run_podman volume import my_vol2 - < $tarfile diff --git a/podman.spec b/podman.spec index ffdafda..984af9b 100644 --- a/podman.spec +++ b/podman.spec @@ -76,7 +76,6 @@ Source0: %{git0}/archive/%{built_tag}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{shortcommit_plugins}.tar.gz Source2: %{git_mcni}/archive/%{commit_mcni}/%{repo_mcni}-%{shortcommit_mcni}.tar.gz Source3: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{shortcommit_gvproxy}.tar.gz -Patch0: gating-test.patch Provides: %{name}-manpages = %{epoch}:%{version}-%{release} %if 0%{?fedora} && ! 0%{?rhel} BuildRequires: btrfs-progs-devel From 81a442892dffa1a0217d085122dff08805eef044 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Thu, 11 Nov 2021 07:20:05 -0700 Subject: [PATCH 1968/2185] podman-tests now Requires: gnupg ...due to https://github.com/containers/podman/pull/12270 Signed-off-by: Ed Santiago --- podman.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/podman.spec b/podman.spec index 984af9b..2a7bb05 100644 --- a/podman.spec +++ b/podman.spec @@ -377,6 +377,7 @@ Requires: httpd-tools Requires: openssl Requires: socat Requires: buildah +Requires: gnupg %description tests %{summary} From c012857b0e1dab1566939a83dae2921ba021c977 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 12 Nov 2021 13:03:08 -0500 Subject: [PATCH 1969/2185] bump gvisor-tap-vsock to v0.3.0 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0106e98..837012f 100644 --- a/.gitignore +++ b/.gitignore @@ -1788,3 +1788,4 @@ /v3.4.0-rc2.tar.gz /v3.4.0.tar.gz /v3.4.1.tar.gz +/gvisor-tap-vsock-4ee84d6.tar.gz diff --git a/podman.spec b/podman.spec index 2a7bb05..a8938db 100644 --- a/podman.spec +++ b/podman.spec @@ -50,7 +50,7 @@ # https://github.com/containers/gvisor-tap-vsock %global import_path_gvproxy %%{provider}.%{provider_tld}/%{project}/%{repo_gvproxy} %global git_gvproxy https://%{import_path_gvproxy} -%global commit_gvproxy 27590a075d79b4ac0554749f2be31a22a4baa27a +%global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) %global built_tag v3.4.1 diff --git a/sources b/sources index 82d257c..085c21e 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 -SHA512 (gvisor-tap-vsock-27590a0.tar.gz) = c4b9a5070ec2956dc79589846e1d8edb04b0b4bdb5a0d63c5ca6cb437b88d091ae1ca0086fdf8ba87db47e5d343caaf4e9c3c74ecab79af0d50f04a5cb1aec6d +SHA512 (gvisor-tap-vsock-4ee84d6.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a SHA512 (podman-machine-cni-0749884.tar.gz) = fe5f6a69118c0d3475c76c61bf1b50f1d5772fe9a4d20b23e59010e72f8cbd7fb7d4091ce8ab43af8becf77e5234b63191e3e01932f30f8386235822de2e42f4 SHA512 (v3.4.1.tar.gz) = b8602464358ab73429a9003262c92c38c9a06e1133c776fd0c4ce65dae26639db66f8f5ad510528f3e6e7bc2fe692746fcf1d90d4e95d701d102006d9a83b27e From 93b5ce159543f95e4832391fb4207b7b8c0b6113 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 12 Nov 2021 20:03:52 +0000 Subject: [PATCH 1970/2185] podman-3:3.4.2-1 autobuilt v3.4.2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 837012f..7d72c7d 100644 --- a/.gitignore +++ b/.gitignore @@ -1789,3 +1789,4 @@ /v3.4.0.tar.gz /v3.4.1.tar.gz /gvisor-tap-vsock-4ee84d6.tar.gz +/v3.4.2.tar.gz diff --git a/podman.spec b/podman.spec index a8938db..3909769 100644 --- a/podman.spec +++ b/podman.spec @@ -53,7 +53,7 @@ %global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) -%global built_tag v3.4.1 +%global built_tag v3.4.2 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) Name: podman @@ -62,7 +62,7 @@ Epoch: 3 %else Epoch: 0 %endif -Version: 3.4.1 +Version: 3.4.2 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, @@ -685,6 +685,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Nov 12 2021 RH Container Bot - 3:3.4.2-1 +- autobuilt v3.4.2 + * Wed Oct 20 2021 RH Container Bot - 3:3.4.1-1 - autobuilt v3.4.1 diff --git a/sources b/sources index 085c21e..34b7328 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-4ee84d6.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a SHA512 (podman-machine-cni-0749884.tar.gz) = fe5f6a69118c0d3475c76c61bf1b50f1d5772fe9a4d20b23e59010e72f8cbd7fb7d4091ce8ab43af8becf77e5234b63191e3e01932f30f8386235822de2e42f4 -SHA512 (v3.4.1.tar.gz) = b8602464358ab73429a9003262c92c38c9a06e1133c776fd0c4ce65dae26639db66f8f5ad510528f3e6e7bc2fe692746fcf1d90d4e95d701d102006d9a83b27e +SHA512 (v3.4.2.tar.gz) = 849a4d5897de7dae5d6ac71fab11449f7a814e6414a0f463846ddd3817cd91c5f12e288bd44e64cc5bdf5f6073d52dfbf77aba5cbc1fec6ac12a7b222d2a21a2 From 8f022cec4f3db603d7a618f3fbd7c9467c6fdd8f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 7 Dec 2021 15:34:02 +0000 Subject: [PATCH 1971/2185] podman-3:3.4.3-1 autobuilt v3.4.3 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7d72c7d..4c5027a 100644 --- a/.gitignore +++ b/.gitignore @@ -1790,3 +1790,4 @@ /v3.4.1.tar.gz /gvisor-tap-vsock-4ee84d6.tar.gz /v3.4.2.tar.gz +/v3.4.3.tar.gz diff --git a/podman.spec b/podman.spec index 3909769..d8069d3 100644 --- a/podman.spec +++ b/podman.spec @@ -53,7 +53,7 @@ %global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) -%global built_tag v3.4.2 +%global built_tag v3.4.3 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) Name: podman @@ -62,7 +62,7 @@ Epoch: 3 %else Epoch: 0 %endif -Version: 3.4.2 +Version: 3.4.3 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, @@ -685,6 +685,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Dec 07 2021 RH Container Bot - 3:3.4.3-1 +- autobuilt v3.4.3 + * Fri Nov 12 2021 RH Container Bot - 3:3.4.2-1 - autobuilt v3.4.2 diff --git a/sources b/sources index 34b7328..a789349 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-4ee84d6.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a SHA512 (podman-machine-cni-0749884.tar.gz) = fe5f6a69118c0d3475c76c61bf1b50f1d5772fe9a4d20b23e59010e72f8cbd7fb7d4091ce8ab43af8becf77e5234b63191e3e01932f30f8386235822de2e42f4 -SHA512 (v3.4.2.tar.gz) = 849a4d5897de7dae5d6ac71fab11449f7a814e6414a0f463846ddd3817cd91c5f12e288bd44e64cc5bdf5f6073d52dfbf77aba5cbc1fec6ac12a7b222d2a21a2 +SHA512 (v3.4.3.tar.gz) = c3eed482ac78a70f9babb39798a2925f29d0452f5e66f2e46f8eb9bb8aeeb4cd8392a9d961a9a37fc5aa3bccad8fb6754db65191b80f3ad882d72a329722994f From 034855d330ec303ac6074774f69c8947b550faa7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 8 Dec 2021 21:04:03 +0000 Subject: [PATCH 1972/2185] podman-3:3.4.4-1 autobuilt v3.4.4 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4c5027a..1123492 100644 --- a/.gitignore +++ b/.gitignore @@ -1791,3 +1791,4 @@ /gvisor-tap-vsock-4ee84d6.tar.gz /v3.4.2.tar.gz /v3.4.3.tar.gz +/v3.4.4.tar.gz diff --git a/podman.spec b/podman.spec index d8069d3..7111fb2 100644 --- a/podman.spec +++ b/podman.spec @@ -53,7 +53,7 @@ %global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) -%global built_tag v3.4.3 +%global built_tag v3.4.4 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) Name: podman @@ -62,7 +62,7 @@ Epoch: 3 %else Epoch: 0 %endif -Version: 3.4.3 +Version: 3.4.4 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, @@ -685,6 +685,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Dec 08 2021 RH Container Bot - 3:3.4.4-1 +- autobuilt v3.4.4 + * Tue Dec 07 2021 RH Container Bot - 3:3.4.3-1 - autobuilt v3.4.3 diff --git a/sources b/sources index a789349..480888b 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-4ee84d6.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a SHA512 (podman-machine-cni-0749884.tar.gz) = fe5f6a69118c0d3475c76c61bf1b50f1d5772fe9a4d20b23e59010e72f8cbd7fb7d4091ce8ab43af8becf77e5234b63191e3e01932f30f8386235822de2e42f4 -SHA512 (v3.4.3.tar.gz) = c3eed482ac78a70f9babb39798a2925f29d0452f5e66f2e46f8eb9bb8aeeb4cd8392a9d961a9a37fc5aa3bccad8fb6754db65191b80f3ad882d72a329722994f +SHA512 (v3.4.4.tar.gz) = cfd295bf50ce86ea70741c3e663b409ed47b1e560c962bc579f319151a0fe2b24cdd3045667660083cce89449a9c5de1508c94a9a02375165a72ce7c16166666 From 1139fcd46db53202f551ac831086f8d0fabf5897 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 10 Jan 2022 22:03:49 +0000 Subject: [PATCH 1973/2185] podman-3:4.0.0-0.1.rc1 autobuilt v4.0.0-rc1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1123492..a243d1e 100644 --- a/.gitignore +++ b/.gitignore @@ -1792,3 +1792,4 @@ /v3.4.2.tar.gz /v3.4.3.tar.gz /v3.4.4.tar.gz +/v4.0.0-rc1.tar.gz diff --git a/podman.spec b/podman.spec index 7111fb2..d6ff78b 100644 --- a/podman.spec +++ b/podman.spec @@ -53,7 +53,7 @@ %global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) -%global built_tag v3.4.4 +%global built_tag v4.0.0-rc1 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) Name: podman @@ -62,12 +62,12 @@ Epoch: 3 %else Epoch: 0 %endif -Version: 3.4.4 +Version: 4.0.0 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 1%{?dist} +Release: 0.1.rc1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -685,6 +685,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jan 10 2022 RH Container Bot - 3:4.0.0-0.1.rc1 +- autobuilt v4.0.0-rc1 + * Wed Dec 08 2021 RH Container Bot - 3:3.4.4-1 - autobuilt v3.4.4 diff --git a/sources b/sources index 480888b..ecaddc3 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-4ee84d6.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a SHA512 (podman-machine-cni-0749884.tar.gz) = fe5f6a69118c0d3475c76c61bf1b50f1d5772fe9a4d20b23e59010e72f8cbd7fb7d4091ce8ab43af8becf77e5234b63191e3e01932f30f8386235822de2e42f4 -SHA512 (v3.4.4.tar.gz) = cfd295bf50ce86ea70741c3e663b409ed47b1e560c962bc579f319151a0fe2b24cdd3045667660083cce89449a9c5de1508c94a9a02375165a72ce7c16166666 +SHA512 (v4.0.0-rc1.tar.gz) = 3ccfa54742f969b26984c43508d4dca777f2bb32157a03501bfe85c971b2bdf3cc6abf9b3da1b39a17afc94eca7bda415dd2bfbc2e69153c9db83c779c45214e From 94059da927e0e127bf31ff7ec83733cb83a0f739 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 19 Jan 2022 15:35:02 -0500 Subject: [PATCH 1974/2185] fix v4.0.0-rc1 build - got rid of machine-cni - fixed install.systemd target Signed-off-by: Lokesh Mandvekar --- podman.spec | 74 +++++++++++++++-------------------------------------- 1 file changed, 21 insertions(+), 53 deletions(-) diff --git a/podman.spec b/podman.spec index d6ff78b..ded5817 100644 --- a/podman.spec +++ b/podman.spec @@ -37,14 +37,6 @@ %global commit_plugins 18822f9a4fb35d1349eb256f4cd2bfd372474d84 %global shortcommit_plugins %(c=%{commit_plugins}; echo ${c:0:7}) -# podman-machine-cni -%global repo_mcni %{name}-machine-cni -# https://github.com/containers/podman-machine-cni -%global import_path_mcni %{provider}.%{provider_tld}/%{project}/%{repo_mcni} -%global git_mcni https://%{import_path_mcni} -%global commit_mcni 0749884b8d1a455c68da30789e37811ec0809d51 -%global shortcommit_mcni %(c=%{commit_mcni}; echo ${c:0:7}) - # gvproxy %global repo_gvproxy gvisor-tap-vsock # https://github.com/containers/gvisor-tap-vsock @@ -74,8 +66,7 @@ URL: https://%{name}.io/ ExclusiveArch: %{golang_arches} Source0: %{git0}/archive/%{built_tag}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{shortcommit_plugins}.tar.gz -Source2: %{git_mcni}/archive/%{commit_mcni}/%{repo_mcni}-%{shortcommit_mcni}.tar.gz -Source3: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{shortcommit_gvproxy}.tar.gz +Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{shortcommit_gvproxy}.tar.gz Provides: %{name}-manpages = %{epoch}:%{version}-%{release} %if 0%{?fedora} && ! 0%{?rhel} BuildRequires: btrfs-progs-devel @@ -422,15 +413,13 @@ dynamic port forwarding. %prep %autosetup -Sgit -n %{name}-%{built_tag_strip} +sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile # untar dnsname tar zxf %{SOURCE1} -# untar %%{name}-machine-cni -tar zxf %{SOURCE2} - # untar %%{name}-gvproxy -tar zxf %{SOURCE3} +tar zxf %{SOURCE2} %build %set_build_flags @@ -453,15 +442,18 @@ ln -s ../../../../ src/%{import_path} popd ln -s vendor src +# build date. FIXME: Makefile uses '/v2/libpod', that doesn't work here? +LDFLAGS="-X %{import_path}/libpod/define.buildInfo=$(date +%s)" + +# build rootlessport first +%gobuild -o bin/rootlessport %{import_path}/cmd/rootlessport + # build %%{name} export BUILDTAGS="seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/selinux_tag.sh) $(hack/systemd_tag.sh)" %if 0%{?fedora} >= 35 export BUILDTAGS+=" $(hack/libsubid_tag.sh)" %endif -# build date. FIXME: Makefile uses '/v2/libpod', that doesn't work here? -LDFLAGS="-X %{import_path}/libpod/define.buildInfo=$(date +%s)" - %gobuild -o bin/%{name} %{import_path}/cmd/%{name} # build %%{name}-remote @@ -479,17 +471,6 @@ export GOPATH=$(pwd)/_build:$(pwd) %gobuild -o bin/dnsname %{import_path_plugins}/plugins/meta/dnsname popd -pushd %{repo_mcni}-%{commit_mcni} -mkdir _build -pushd _build -mkdir -p src/%{provider}.%{provider_tld}/%{project} -ln -s ../../../../ src/%{import_path_mcni} -popd -ln -s vendor src -export GOPATH=$(pwd)/_build:$(pwd) -%gobuild -o bin/%{name}-machine %{import_path_mcni}/plugins/meta/%{name}-machine -popd - pushd %{repo_gvproxy}-%{commit_gvproxy} mkdir _build pushd _build @@ -506,15 +487,13 @@ popd %install install -dp %{buildroot}%{_unitdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ - install.bin-nobuild \ - install.man-nobuild \ - install.systemd \ - install.completions \ - install.docker \ - install.docker-docs-nobuild \ -%if 0%{?fedora} || 0%{?rhel} - install.remote-nobuild \ -%endif + install.bin-nobuild \ + install.man-nobuild \ + install.systemd \ + install.completions \ + install.docker \ + install.docker-docs-nobuild \ + install.remote-nobuild \ mv pkg/hooks/README.md pkg/hooks/README-hooks.md @@ -523,11 +502,6 @@ pushd %{repo_plugins}-%{commit_plugins} %{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install popd -# install machine-cni plugin -pushd %{repo_mcni}-%{commit_mcni} -%{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install -popd - # install gvproxy pushd %{repo_gvproxy}-%{commit_gvproxy} install -dp %{buildroot}%{_libexecdir}/%{name} @@ -613,23 +587,18 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %license LICENSE %doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md transfer.md %{_bindir}/%{name} +%dir %{_libexecdir}/%{name} +%{_libexecdir}/%{name}/rootlessport %{_datadir}/bash-completion/completions/%{name} # By "owning" the site-functions dir, we don't need to Require zsh %dir %{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/_%{name} %dir %{_datadir}/fish/vendor_completions.d %{_datadir}/fish/vendor_completions.d/%{name}.fish -%{_unitdir}/%{name}-auto-update.service -%{_unitdir}/%{name}-auto-update.timer -%{_unitdir}/%{name}.service -%{_unitdir}/%{name}.socket -%{_unitdir}/%{name}-restart.service -%{_userunitdir}/%{name}-auto-update.service -%{_userunitdir}/%{name}-auto-update.timer -%{_userunitdir}/%{name}.service -%{_userunitdir}/%{name}.socket -%{_userunitdir}/%{name}-restart.service +%{_unitdir}/%{name}* +%{_userunitdir}/%{name}* %{_usr}/lib/tmpfiles.d/%{name}.conf +%{_mandir}/man5/docker*.5.gz %files docker %{_bindir}/docker @@ -671,7 +640,6 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %doc %{repo_plugins}-%{commit_plugins}/{README.md,README_PODMAN.md} %dir %{_libexecdir}/cni %{_libexecdir}/cni/dnsname -%{_libexecdir}/cni/%{name}-machine %files gvproxy %license %{repo_gvproxy}-%{commit_gvproxy}/LICENSE From 6af4372cf14e8d10579fbf026dc87458d3439086 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 21 Jan 2022 20:03:44 +0000 Subject: [PATCH 1975/2185] podman-3:4.0.0-0.2.rc2 autobuilt v4.0.0-rc2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 3 +-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a243d1e..426ae1c 100644 --- a/.gitignore +++ b/.gitignore @@ -1793,3 +1793,4 @@ /v3.4.3.tar.gz /v3.4.4.tar.gz /v4.0.0-rc1.tar.gz +/v4.0.0-rc2.tar.gz diff --git a/podman.spec b/podman.spec index ded5817..c3c5b87 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,7 @@ %global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) -%global built_tag v4.0.0-rc1 +%global built_tag v4.0.0-rc2 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) Name: podman @@ -59,7 +59,7 @@ Version: 4.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.1.rc1%{?dist} +Release: 0.2.rc2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -653,6 +653,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jan 21 2022 RH Container Bot - 3:4.0.0-0.2.rc2 +- autobuilt v4.0.0-rc2 + * Mon Jan 10 2022 RH Container Bot - 3:4.0.0-0.1.rc1 - autobuilt v4.0.0-rc1 diff --git a/sources b/sources index ecaddc3..a4f6436 100644 --- a/sources +++ b/sources @@ -1,4 +1,3 @@ SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-4ee84d6.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a -SHA512 (podman-machine-cni-0749884.tar.gz) = fe5f6a69118c0d3475c76c61bf1b50f1d5772fe9a4d20b23e59010e72f8cbd7fb7d4091ce8ab43af8becf77e5234b63191e3e01932f30f8386235822de2e42f4 -SHA512 (v4.0.0-rc1.tar.gz) = 3ccfa54742f969b26984c43508d4dca777f2bb32157a03501bfe85c971b2bdf3cc6abf9b3da1b39a17afc94eca7bda415dd2bfbc2e69153c9db83c779c45214e +SHA512 (v4.0.0-rc2.tar.gz) = 2960cf23f8b2335ca2cc68f3d86b370f25ecd1f98c9dc895645beebdc41793f7bb9ea7bce2e8a2485b9025f3645035d4a75becee696315140acc9edeff11feed From e03f14c82566e95a75058209811381473c24d4dc Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 24 Jan 2022 15:14:53 -0500 Subject: [PATCH 1976/2185] account for md2man in c9s for copr builds Signed-off-by: Lokesh Mandvekar --- podman.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/podman.spec b/podman.spec index c3c5b87..2866c78 100644 --- a/podman.spec +++ b/podman.spec @@ -77,7 +77,11 @@ BuildRequires: glib2-devel BuildRequires: glibc-devel BuildRequires: glibc-static BuildRequires: git-core +%if 0%{?fedora} BuildRequires: go-md2man +%else +BuildRequires: golang-github-cpuguy83-md2man +%endif BuildRequires: go-rpm-macros BuildRequires: gpgme-devel BuildRequires: libassuan-devel From e48e1b54729580bc0b3742a48b8641fd1d261db9 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 25 Jan 2022 16:15:19 -0500 Subject: [PATCH 1977/2185] use updated install targets for upcoming rc Signed-off-by: Lokesh Mandvekar --- podman.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/podman.spec b/podman.spec index 2866c78..68979e6 100644 --- a/podman.spec +++ b/podman.spec @@ -491,13 +491,13 @@ popd %install install -dp %{buildroot}%{_unitdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ - install.bin-nobuild \ - install.man-nobuild \ + install.bin \ + install.man \ install.systemd \ install.completions \ install.docker \ - install.docker-docs-nobuild \ - install.remote-nobuild \ + install.docker-docs \ + install.remote \ mv pkg/hooks/README.md pkg/hooks/README-hooks.md From 7899f80e600693c80c020c72ea4cd01264670c02 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 28 Jan 2022 16:02:15 -0500 Subject: [PATCH 1978/2185] bump to v4.0.0-rc3, bump containers-common dep Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 6164 +-------------------------------------------------- sources | 4 +- 3 files changed, 70 insertions(+), 6099 deletions(-) diff --git a/.gitignore b/.gitignore index 426ae1c..f486658 100644 --- a/.gitignore +++ b/.gitignore @@ -1794,3 +1794,4 @@ /v3.4.4.tar.gz /v4.0.0-rc1.tar.gz /v4.0.0-rc2.tar.gz +/v4.0.0-rc3.tar.gz diff --git a/podman.spec b/podman.spec index 68979e6..8651831 100644 --- a/podman.spec +++ b/podman.spec @@ -1,8 +1,3 @@ -%global with_devel 0 -%global with_bundled 1 -%global with_check 0 -%global with_unit_test 0 - %global with_debug 1 %if 0%{?with_debug} @@ -45,23 +40,17 @@ %global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) -%global built_tag v4.0.0-rc2 +%global built_tag v4.0.0-rc3 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) +%global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) -Name: podman -%if 0%{?fedora} Epoch: 3 -%else -Epoch: 0 -%endif +Name: podman +# TODO: Switch to gen_version and autorelease after v4.0.0 Version: 4.0.0 -# RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER -# N.foo if released, 0.N.foo if unreleased -# Rawhide almost always ships unreleased builds, -# so release tag should be of the form 0.N.foo -Release: 0.2.rc2%{?dist} +Release: 0.3.rc3%{?dist} Summary: Manage Pods, Containers and Container Images -License: ASL 2.0 +License: ASL 2.0 and BSD and ISC and MIT URL: https://%{name}.io/ ExclusiveArch: %{golang_arches} Source0: %{git0}/archive/%{built_tag}.tar.gz @@ -97,76 +86,77 @@ BuildRequires: ostree-devel BuildRequires: systemd BuildRequires: systemd-devel Requires: conmon >= 2:2.0.30-2 -Requires: containers-common >= 4:1-30 +Requires: containers-common >= 4:1-46 Requires: containernetworking-plugins >= 1.0.0-15.1 Requires: iptables Requires: nftables Recommends: %{name}-plugins = %{epoch}:%{version}-%{release} Recommends: catatonit Suggests: qemu-user-static - # vendored libraries -# awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort -Provides: bundled(golang(github.com/BurntSushi/toml)) = v0.3.1 -#Provides: bundled(golang(github.com/blang/semver)) = v3.5.1+incompatible -#Provides: bundled(golang(github.com/buger/goterm)) = v0.0.0-20181115115552-c206103e1f37 -#Provides: bundled(golang(github.com/checkpoint-restore/go-criu)) = v0.0.0-20190109184317-bdb7599cd87b -#Provides: bundled(golang(github.com/codahale/hdrhistogram)) = v0.0.0-20161010025455-3a0bb77429bd -Provides: bundled(golang(github.com/containernetworking/cni)) = v0.8.0 -Provides: bundled(golang(github.com/containernetworking/plugins)) = v0.8.7 -#Provides: bundled(golang(github.com/containers/buildah)) = v1.15.1-0.20200813183340-0a8dc1f8064c -#Provides: bundled(golang(github.com/containers/common)) = v0.20.3-0.20200827091701-a550d6a98aa3 -#Provides: bundled(golang(github.com/containers/conmon)) = v2.0.20+incompatible -Provides: bundled(golang(github.com/containers/image/v5)) = v5.5.2 -Provides: bundled(golang(github.com/containers/psgo)) = v1.5.1 -Provides: bundled(golang(github.com/containers/storage)) = v1.23.2 -Provides: bundled(golang(github.com/coreos/go-systemd/v22)) = v22.1.0 -Provides: bundled(golang(github.com/cri-o/ocicni)) = v0.2.0 -Provides: bundled(golang(github.com/cyphar/filepath-securejoin)) = v0.2.2 -Provides: bundled(golang(github.com/davecgh/go-spew)) = v1.1.1 +# 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/BurntSushi/toml)) = v1.0.0 +Provides: bundled(golang(github.com/blang/semver)) = v3.5.1+incompatible +Provides: bundled(golang(github.com/buger/goterm)) = v1.0.1 +Provides: bundled(golang(github.com/checkpoint_restore/checkpointctl)) = v0.0.0_20211204171957_54b4ebfdb681 +Provides: bundled(golang(github.com/checkpoint_restore/go_criu/v5)) = v5.3.0 +Provides: bundled(golang(github.com/container_orchestrated_devices/container_device_interface)) = v0.0.0_20220111162300_46367ec063fd +Provides: bundled(golang(github.com/containernetworking/cni)) = v1.0.1 +Provides: bundled(golang(github.com/containernetworking/plugins)) = v1.0.1 +Provides: bundled(golang(github.com/containers/buildah)) = v1.24.0 +Provides: bundled(golang(github.com/containers/common)) = v0.47.1 +Provides: bundled(golang(github.com/containers/conmon)) = v2.0.20+incompatible +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/psgo)) = v1.7.2 +Provides: bundled(golang(github.com/containers/storage)) = v1.38.1 +Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.3.2 +Provides: bundled(golang(github.com/coreos/stream_metadata_go)) = v0.0.0_20210225230131_70edb9eb47b3 +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/digitalocean/go_qemu)) = v0.0.0_20210326154740_ac9e0b687001 Provides: bundled(golang(github.com/docker/distribution)) = v2.7.1+incompatible -#Provides: bundled(golang(github.com/docker/docker)) = v1.4.2-0.20191219165747-a9416c67da9f -Provides: bundled(golang(github.com/docker/go-connections)) = v0.4.0 -Provides: bundled(golang(github.com/docker/go-units)) = v0.4.0 -Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.4.9 +Provides: bundled(golang(github.com/docker/docker)) = v20.10.12+incompatible +Provides: bundled(golang(github.com/docker/go_connections)) = v0.4.0 +Provides: bundled(golang(github.com/docker/go_plugins_helpers)) = v0.0.0_20211224144127_6eecb7beb651 +Provides: bundled(golang(github.com/docker/go_units)) = v0.4.0 +Provides: bundled(golang(github.com/dtylman/scp)) = v0.0.0_20181017070807_f3000a34aef4 +Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.5.1 Provides: bundled(golang(github.com/ghodss/yaml)) = v1.0.0 -Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.0.3 -#Provides: bundled(golang(github.com/google/shlex)) = v0.0.0-20181106134648-c34317bd91bf -Provides: bundled(golang(github.com/google/uuid)) = v1.1.2 -Provides: bundled(golang(github.com/gorilla/mux)) = v1.7.4 +Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.0.6 +Provides: bundled(golang(github.com/google/shlex)) = v0.0.0_20191202100458_e7afc7fbc510 +Provides: bundled(golang(github.com/google/uuid)) = v1.3.0 +Provides: bundled(golang(github.com/gorilla/handlers)) = v1.5.1 +Provides: bundled(golang(github.com/gorilla/mux)) = v1.8.0 Provides: bundled(golang(github.com/gorilla/schema)) = v1.2.0 -Provides: bundled(golang(github.com/hashicorp/go-multierror)) = v1.1.0 +Provides: bundled(golang(github.com/hashicorp/go_multierror)) = v1.1.1 Provides: bundled(golang(github.com/hpcloud/tail)) = v1.0.0 -Provides: bundled(golang(github.com/json-iterator/go)) = v1.1.10 -#Provides: bundled(golang(github.com/mrunalp/fileutils)) = v0.0.0-20171103030105-7d4729fb3618 -Provides: bundled(golang(github.com/onsi/ginkgo)) = v1.14.0 -Provides: bundled(golang(github.com/onsi/gomega)) = v1.10.1 -Provides: bundled(golang(github.com/opencontainers/go-digest)) = v1.0.0 -#Provides: bundled(golang(github.com/opencontainers/image-spec)) = v1.0.2-0.20190823105129-775207bd45b6 -#Provides: bundled(golang(github.com/opencontainers/runc)) = v1.0.0-rc91.0.20200708210054-ce54a9d4d79b -#Provides: bundled(golang(github.com/opencontainers/runtime-spec)) = v1.0.3-0.20200817204227-f9c09b4ea1df -Provides: bundled(golang(github.com/opencontainers/runtime-tools)) = v0.9.0 -Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.6.0 -Provides: bundled(golang(github.com/opentracing/opentracing-go)) = v1.2.0 +Provides: bundled(golang(github.com/json_iterator/go)) = v1.1.12 +Provides: bundled(golang(github.com/mattn/go_isatty)) = v0.0.14 +Provides: bundled(golang(github.com/moby/term)) = v0.0.0_20210619224110_3f7ff695adc6 +Provides: bundled(golang(github.com/mrunalp/fileutils)) = v0.5.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.3_0.20220114050600_8b9d41f48198 +Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.0 +Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.0.3_0.20211214071223_8958f93039ab +Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20220110225228_7e2d60f1e41f +Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.0 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/rootless-containers/rootlesskit)) = v0.10.0 -Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.6.0 -Provides: bundled(golang(github.com/spf13/cobra)) = v0.0.7 +Provides: bundled(golang(github.com/pmezard/go_difflib)) = v1.0.0 +Provides: bundled(golang(github.com/rootless_containers/rootlesskit)) = v0.14.6 +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/spf13/pflag)) = v1.0.5 -Provides: bundled(golang(github.com/stretchr/testify)) = v1.6.1 -#Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0-20180916011248-d98352740cb2 -Provides: bundled(golang(github.com/uber/jaeger-client-go)) = v2.25.0+incompatible -Provides: bundled(golang(github.com/uber/jaeger-lib)) = v2.2.0+incompatible -#Provides: bundled(golang(github.com/varlink/go)) = v0.0.0-20190502142041-0f1d566d194b -Provides: bundled(golang(github.com/vishvananda/netlink)) = v1.1.0 -Provides: bundled(golang(go.etcd.io/bbolt)) = v1.3.5 -#Provides: bundled(golang(golang.org/x/crypto)) = v0.0.0-20200622213623-75b288015ac9 -#Provides: bundled(golang(golang.org/x/net)) = v0.0.0-20200707034311-ab3426394381 -#Provides: bundled(golang(golang.org/x/sync)) = v0.0.0-20200317015054-43a5402ce75a -#Provides: bundled(golang(golang.org/x/sys)) = v0.0.0-20200728102440-3e129f6d46b1 -Provides: bundled(golang(k8s.io/api)) = v0.18.8 -Provides: bundled(golang(k8s.io/apimachinery)) = v0.19.0 +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(github.com/uber/jaeger_client_go)) = v2.30.0+incompatible +Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.10 +Provides: bundled(golang(github.com/vbauerster/mpb/v6)) = v6.0.4 +Provides: bundled(golang(github.com/vishvananda/netlink)) = v1.1.1_0.20220115184804_dd687eb2f2d4 +Provides: bundled(golang(k8s.io/api)) = v0.22.4 +Provides: bundled(golang(k8s.io/apimachinery)) = v0.22.4 %description %{name} (Pod Manager) is a fully featured container engine that is a simple @@ -198,167 +188,6 @@ This package installs a script named docker that emulates the Docker CLI by executes %{name} commands, it also creates links between all Docker CLI man pages and %{name}. -%if 0%{?with_devel} -%package devel -Summary: Library for applications looking to use Container Pods -BuildArch: noarch -Provides: libpod-devel = %{epoch}:%{version}-%{release} - -%if 0%{?with_check} && ! 0%{?with_bundled} -BuildRequires: golang(github.com/BurntSushi/toml) -BuildRequires: golang(github.com/containerd/cgroups) -BuildRequires: golang(github.com/containernetworking/plugins/pkg/ns) -BuildRequires: golang(github.com/containers/image/copy) -BuildRequires: golang(github.com/containers/image/directory) -BuildRequires: golang(github.com/containers/image/docker) -BuildRequires: golang(github.com/containers/image/docker/archive) -BuildRequires: golang(github.com/containers/image/docker/reference) -BuildRequires: golang(github.com/containers/image/docker/tarfile) -BuildRequires: golang(github.com/containers/image/image) -BuildRequires: golang(github.com/containers/image/oci/archive) -BuildRequires: golang(github.com/containers/image/pkg/strslice) -BuildRequires: golang(github.com/containers/image/pkg/sysregistries) -BuildRequires: golang(github.com/containers/image/signature) -BuildRequires: golang(github.com/containers/image/storage) -BuildRequires: golang(github.com/containers/image/tarball) -BuildRequires: golang(github.com/containers/image/transports/alltransports) -BuildRequires: golang(github.com/containers/image/types) -BuildRequires: golang(github.com/containers/storage) -BuildRequires: golang(github.com/containers/storage/pkg/archive) -BuildRequires: golang(github.com/containers/storage/pkg/idtools) -BuildRequires: golang(github.com/containers/storage/pkg/reexec) -BuildRequires: golang(github.com/coreos/go-systemd/dbus) -BuildRequires: golang(github.com/cri-o/ocicni/pkg/ocicni) -BuildRequires: golang(github.com/docker/distribution/reference) -BuildRequires: golang(github.com/docker/docker/daemon/caps) -BuildRequires: golang(github.com/docker/docker/pkg/mount) -BuildRequires: golang(github.com/docker/docker/pkg/namesgenerator) -BuildRequires: golang(github.com/docker/docker/pkg/stringid) -BuildRequires: golang(github.com/docker/docker/pkg/system) -BuildRequires: golang(github.com/docker/docker/pkg/term) -BuildRequires: golang(github.com/docker/docker/pkg/truncindex) -BuildRequires: golang(github.com/ghodss/yaml) -BuildRequires: golang(github.com/godbus/dbus) -BuildRequires: golang(github.com/mattn/go-sqlite3) -BuildRequires: golang(github.com/mrunalp/fileutils) -BuildRequires: golang(github.com/opencontainers/go-digest) -BuildRequires: golang(github.com/opencontainers/image-spec/specs-go/v1) -BuildRequires: golang(github.com/opencontainers/runc/libcontainer) -BuildRequires: golang(github.com/opencontainers/runtime-spec/specs-go) -BuildRequires: golang(github.com/opencontainers/runtime-tools/generate) -BuildRequires: golang(github.com/opencontainers/selinux/go-selinux) -BuildRequires: golang(github.com/opencontainers/selinux/go-selinux/label) -BuildRequires: golang(github.com/pkg/errors) -BuildRequires: golang(github.com/sirupsen/logrus) -BuildRequires: golang(github.com/ulule/deepcopier) -BuildRequires: golang(golang.org/x/crypto/ssh/terminal) -BuildRequires: golang(golang.org/x/sys/unix) -BuildRequires: golang(k8s.io/apimachinery/pkg/util/wait) -BuildRequires: golang(k8s.io/client-go/tools/remotecommand) -BuildRequires: golang(k8s.io/kubernetes/pkg/kubelet/container) -%endif - -Requires: golang(github.com/BurntSushi/toml) -Requires: golang(github.com/containerd/cgroups) -Requires: golang(github.com/containernetworking/plugins/pkg/ns) -Requires: golang(github.com/containers/image/copy) -Requires: golang(github.com/containers/image/directory) -Requires: golang(github.com/containers/image/docker) -Requires: golang(github.com/containers/image/docker/archive) -Requires: golang(github.com/containers/image/docker/reference) -Requires: golang(github.com/containers/image/docker/tarfile) -Requires: golang(github.com/containers/image/image) -Requires: golang(github.com/containers/image/oci/archive) -Requires: golang(github.com/containers/image/pkg/strslice) -Requires: golang(github.com/containers/image/pkg/sysregistries) -Requires: golang(github.com/containers/image/signature) -Requires: golang(github.com/containers/image/storage) -Requires: golang(github.com/containers/image/tarball) -Requires: golang(github.com/containers/image/transports/alltransports) -Requires: golang(github.com/containers/image/types) -Requires: golang(github.com/containers/storage) -Requires: golang(github.com/containers/storage/pkg/archive) -Requires: golang(github.com/containers/storage/pkg/idtools) -Requires: golang(github.com/containers/storage/pkg/reexec) -Requires: golang(github.com/coreos/go-systemd/dbus) -Requires: golang(github.com/cri-o/ocicni/pkg/ocicni) -Requires: golang(github.com/docker/distribution/reference) -Requires: golang(github.com/docker/docker/daemon/caps) -Requires: golang(github.com/docker/docker/pkg/mount) -Requires: golang(github.com/docker/docker/pkg/namesgenerator) -Requires: golang(github.com/docker/docker/pkg/stringid) -Requires: golang(github.com/docker/docker/pkg/system) -Requires: golang(github.com/docker/docker/pkg/term) -Requires: golang(github.com/docker/docker/pkg/truncindex) -Requires: golang(github.com/ghodss/yaml) -Requires: golang(github.com/godbus/dbus) -Requires: golang(github.com/mattn/go-sqlite3) -Requires: golang(github.com/mrunalp/fileutils) -Requires: golang(github.com/opencontainers/go-digest) -Requires: golang(github.com/opencontainers/image-spec/specs-go/v1) -Requires: golang(github.com/opencontainers/runc/libcontainer) -Requires: golang(github.com/opencontainers/runtime-spec/specs-go) -Requires: golang(github.com/opencontainers/runtime-tools/generate) -Requires: golang(github.com/opencontainers/selinux/go-selinux) -Requires: golang(github.com/opencontainers/selinux/go-selinux/label) -Requires: golang(github.com/pkg/errors) -Requires: golang(github.com/sirupsen/logrus) -Requires: golang(github.com/ulule/deepcopier) -Requires: golang(golang.org/x/crypto/ssh/terminal) -Requires: golang(golang.org/x/sys/unix) -Requires: golang(k8s.io/apimachinery/pkg/util/wait) -Requires: golang(k8s.io/client-go/tools/remotecommand) -Requires: golang(k8s.io/kubernetes/pkg/kubelet/container) - -Provides: golang(%{import_path}/cmd/%{name}/docker) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/cmd/%{name}/formats) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/libkpod) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/%{name}) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/%{name}/common) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/%{name}/driver) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/%{name}/layers) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/pkg/annotations) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/pkg/chrootuser) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/pkg/registrar) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/pkg/storage) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/utils) = %{epoch}:%{version}-%{release} - -%description devel -%{summary} - -This package contains library source intended for -building other packages which use import path with -%{import_path} prefix. -%endif - -%if 0%{?with_unit_test} && 0%{?with_devel} -%package unit-test-devel -Summary: Unit tests for %{name} package -%if 0%{?with_check} -#Here comes all BuildRequires: PACKAGE the unit tests -#in %%check section need for running -%endif - -# test subpackage tests code from devel subpackage -Requires: %{name}-devel = %{epoch}:%{version}-%{release} - -%if 0%{?with_check} && ! 0%{?with_bundled} -BuildRequires: golang(github.com/stretchr/testify/assert) -BuildRequires: golang(github.com/urfave/cli) -%endif - -Requires: golang(github.com/stretchr/testify/assert) -Requires: golang(github.com/urfave/cli) - -%description unit-test-devel -%{summary} -%{repo} provides a library for applications looking to use the -Container Pod concept popularized by Kubernetes. - -This package contains unit tests for project -providing packages with %{import_path} prefix. -%endif - %if 0%{?fedora} || 0%{?rhel} %package tests Summary: Tests for %{name} @@ -512,75 +341,14 @@ install -dp %{buildroot}%{_libexecdir}/%{name} install -p -m0755 bin/gvproxy %{buildroot}%{_libexecdir}/%{name} popd +# remove dockerfile and dockerignore manpages +rm %{buildroot}%{_mandir}/man5/docker{file,ignore}.5 + # do not include docker and podman-remote man pages in main package for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},," | grep -v -e remote -e docker`; do echo "$file*" >> podman.file-list done -# source code for building projects -%if 0%{?with_devel} -install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ - -echo "%%dir %%{gopath}/src/%%{import_path}/." >> devel.file-list -# find all *.go but no *_test.go files and generate devel.file-list -for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go" | grep -v "vendor") ; do - dirprefix=$(dirname $file) - install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$dirprefix - cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file - echo "%%{gopath}/src/%%{import_path}/$file" >> devel.file-list - - while [ "$dirprefix" != "." ]; do - echo "%%dir %%{gopath}/src/%%{import_path}/$dirprefix" >> devel.file-list - dirprefix=$(dirname $dirprefix) - done -done -%endif - -# testing files for this project -%if 0%{?with_unit_test} && 0%{?with_devel} -install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ -# find all *_test.go files and generate unit-test-devel.file-list -for file in $(find . -iname "*_test.go" | grep -v "vendor") ; do - dirprefix=$(dirname $file) - install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$dirprefix - cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file - echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test-devel.file-list - - while [ "$dirprefix" != "." ]; do - echo "%%dir %%{gopath}/src/%%{import_path}/$dirprefix" >> devel.file-list - dirprefix=$(dirname $dirprefix) - done -done -%endif - -%if 0%{?with_devel} -sort -u -o devel.file-list devel.file-list -%endif - -%check -%if 0%{?with_check} && 0%{?with_unit_test} && 0%{?with_devel} -%if ! 0%{?with_bundled} -export GOPATH=%{buildroot}/%{gopath}:%{gopath} -%else -# Since we aren't packaging up the vendor directory we need to link -# back to it somehow. Hack it up so that we can add the vendor -# directory from BUILD dir as a gopath to be searched when executing -# tests from the BUILDROOT dir. -ln -s ./ ./vendor/src # ./vendor/src -> ./vendor - -export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} -%endif - -%if ! 0%{?gotest:1} -%global gotest go test -%endif - -%gotest %{import_path}/cmd/%{name} -%gotest %{import_path}/libkpod -%gotest %{import_path}/libpod -%gotest %{import_path}/pkg/registrar -%endif - install -d -p %{buildroot}/%{_datadir}/%{name}/test/system cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ @@ -602,7 +370,6 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_unitdir}/%{name}* %{_userunitdir}/%{name}* %{_usr}/lib/tmpfiles.d/%{name}.conf -%{_mandir}/man5/docker*.5.gz %files docker %{_bindir}/docker @@ -616,14 +383,6 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %dir %{gopath}/src/%{provider}.%{provider_tld}/%{project} %endif -%if 0%{?with_unit_test} && 0%{?with_devel} -%files unit-test-devel -f unit-test-devel.file-list -%license LICENSE -%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md transfer.md -%endif - -#### DO NOT REMOVE - NEEDED FOR CENTOS -%if 0%{?fedora} || 0%{?rhel} %files remote %license LICENSE %{_bindir}/%{name}-remote @@ -637,7 +396,6 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %files tests %license LICENSE %{_datadir}/%{name}/test -%endif %files plugins %license %{repo_plugins}-%{commit_plugins}/LICENSE @@ -655,5791 +413,5 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ rm -f %{_sharedstatedir}/containers/storage/libpod/defaultCNINetExists exit 0 -# rhcontainerbot account currently managed by lsm5 %changelog -* Fri Jan 21 2022 RH Container Bot - 3:4.0.0-0.2.rc2 -- autobuilt v4.0.0-rc2 - -* Mon Jan 10 2022 RH Container Bot - 3:4.0.0-0.1.rc1 -- autobuilt v4.0.0-rc1 - -* Wed Dec 08 2021 RH Container Bot - 3:3.4.4-1 -- autobuilt v3.4.4 - -* Tue Dec 07 2021 RH Container Bot - 3:3.4.3-1 -- autobuilt v3.4.3 - -* Fri Nov 12 2021 RH Container Bot - 3:3.4.2-1 -- autobuilt v3.4.2 - -* Wed Oct 20 2021 RH Container Bot - 3:3.4.1-1 -- autobuilt v3.4.1 - -* Tue Oct 05 2021 Stephen Gallagher - 3:3.4.0-4 -- Drop i686 support for RHEL >= 9 -- RHEL 9 does not have i686 support for golang - -* Mon Oct 04 2021 Lokesh Mandvekar - 3:3.4.0-3 -- Gating tests: fix permissions error -- From: Ed Santiago - -* Fri Oct 01 2021 Timm Bäder - 3:3.4.0-2 -- Remove individual flags from $CFLAGS instead of hardcoding all flags - -* Thu Sep 30 2021 RH Container Bot - 3:3.4.0-1 -- autobuilt v3.4.0 - -* Mon Sep 27 2021 Lokesh Mandvekar - 3:3.4.0-0.11.rc2 -- bump containers-common dep - -* Fri Sep 24 2021 Lokesh Mandvekar - 3:3.4.0-0.10.rc2 -- build with libsubid buildtag - -* Fri Sep 24 2021 Lokesh Mandvekar - 3:3.4.0-0.9.rc2 -- depend on shadow-utils-subid for f35 and higher - -* Fri Sep 24 2021 Lokesh Mandvekar - 3:3.4.0-0.8.rc2 -- bump release to stay ahead of older fedoras - -* Fri Sep 24 2021 RH Container Bot - 3:3.4.0-0.7.rc2 -- autobuilt v3.4.0-rc2 - -* Thu Sep 23 2021 Daniel J Walsh - 3:3.4.0-0.6.rc1 -- Add shadow-utils-subid-devel requirement - -* Thu Sep 23 2021 Daniel J Walsh - 3:3.4.0-0.5.rc1 -- rm -f /var/lib/containers/storage/libpod/defaultCNINetExists in post - -* Wed Sep 22 2021 Lokesh Mandvekar - 3:3.4.0-0.4.rc1 -- bump conmon requirement for remote gating tests - -* Wed Sep 22 2021 Lokesh Mandvekar - 3:3.4.0-0.3.rc1 -- Requires: conmon >= 2:2.0.30 for remote gating tests - -* Tue Sep 21 2021 Lokesh Mandvekar - 3:3.4.0-0.2.rc1 -- rebuild for podman-remote gating tests - -* Thu Sep 16 2021 RH Container Bot - 3:3.4.0-0.1.rc1 -- autobuilt v3.4.0-rc1 - -* Tue Aug 31 2021 Lokesh Mandvekar - 3:3.3.1-2 -- bump release to be on par with f35 - -* Mon Aug 30 2021 RH Container Bot - 3:3.3.1-1 -- autobuilt v3.3.1 - -* Fri Aug 27 2021 Lokesh Mandvekar - 3:3.3.0-2 -- update gvproxy binary name - -* Fri Aug 20 2021 RH Container Bot - 3:3.3.0-1 -- autobuilt v3.3.0 - -* Tue Aug 17 2021 RH Container Bot - 3:3.3.0-0.28.rc3 -- autobuilt v3.3.0-rc3 - -* Mon Aug 16 2021 Lokesh Mandvekar - 3:3.3.0-0.27.rc2 -- Bump to v3.3.0-rc2 -- Include podman-gvproxy subpackage which provides -/usr/libexecdir/podman/podman-gvproxy - -* Tue Aug 03 2021 Lokesh Mandvekar - 3:3.3.0-0.26.rc1 -- Bump to v3.3.0-rc1 - -* Mon Aug 02 2021 Lokesh Mandvekar - 3:3.3.0-0.25.dev.gitd32e566 -- Resolves: #1983596, #1987739 - Security fix for CVE-2021-34558 - -* Fri Jul 23 2021 Fedora Release Engineering - 3:3.3.0-0.24.dev.gitd32e566 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jul 16 2021 Lokesh Mandvekar - 3:3.3.0-0.23.dev.gitd32e566 -- Resolves: #1969264, #1982881 - Security fix for CVE-2021-3602 - -* Wed Jul 14 2021 Lokesh Mandvekar - 3:3.3.0-0.22.dev.git599b7d7 -- rebuild with gating.yaml changes - -* Tue Jul 06 2021 Lokesh Mandvekar - 3:3.3.0-0.21.dev.git599b7d7 -- rebuild for openQA - -* Tue Jun 29 2021 Lokesh Mandvekar - 3:3.3.0-0.20.dev.git599b7d7 -- remove /etc/sysconfdir/cni/net.d/87-podman-bridge.conflist -- bodhi will not be ignored for this one so cut us some slack ;) - -* Thu Jun 24 2021 RH Container Bot - 3:3.3.0-0.19.dev.gitfc34f35 -- autobuilt fc34f35 - -* Wed Jun 23 2021 RH Container Bot - 3:3.3.0-0.18.dev.gitd3afc6b -- autobuilt d3afc6b - -* Tue Jun 22 2021 RH Container Bot - 3:3.3.0-0.17.dev.gitbe15e69 -- autobuilt be15e69 - -* Mon Jun 21 2021 RH Container Bot - 3:3.3.0-0.16.dev.git18bf92f -- autobuilt 18bf92f - -* Mon Jun 21 2021 RH Container Bot - 3:3.3.0-0.15.dev.git928687e -- autobuilt 928687e - -* Sun Jun 20 2021 RH Container Bot - 3:3.3.0-0.14.dev.gitd8cd205 -- autobuilt d8cd205 - -* Sat Jun 19 2021 RH Container Bot - 3:3.3.0-0.13.dev.git48db8d9 -- autobuilt 48db8d9 - -* Fri Jun 18 2021 RH Container Bot - 3:3.3.0-0.12.dev.gitce04a3e -- autobuilt ce04a3e - -* Thu Jun 17 2021 RH Container Bot - 3:3.3.0-0.11.dev.git814a8b6 -- autobuilt 814a8b6 - -* Wed Jun 16 2021 RH Container Bot - 3:3.3.0-0.10.dev.git092b2ec -- autobuilt 092b2ec - -* Tue Jun 15 2021 RH Container Bot - 3:3.3.0-0.9.dev.gite2f51ee -- autobuilt e2f51ee - -* Mon Jun 14 2021 Lokesh Mandvekar - 3:3.3.0-0.8.dev.gite549ca5 -- BR: go-rpm-macros to re-enable debuginfo - -* Sun Jun 13 2021 RH Container Bot - 3:3.3.0-0.7.dev.gite549ca5 -- autobuilt e549ca5 - -* Sat Jun 12 2021 RH Container Bot - 3:3.3.0-0.6.dev.git45dc3d6 -- autobuilt 45dc3d6 - -* Fri Jun 11 2021 RH Container Bot - 3:3.3.0-0.5.dev.gited983c9 -- autobuilt ed983c9 - -* Thu Jun 10 2021 RH Container Bot - 3:3.3.0-0.4.dev.gitea39735 -- autobuilt ea39735 - -* Wed Jun 09 2021 RH Container Bot - 3:3.3.0-0.3.dev.gitda1bade -- autobuilt da1bade - -* Tue Jun 08 2021 Lokesh Mandvekar - 3:3.3.0-0.2.dev.git9a3a732 -- include podman-machine-cni in podman-plugins subpackage - -* Tue Jun 08 2021 RH Container Bot - 3:3.3.0-0.1.dev.git9a3a732 -- bump to 3.3.0 -- autobuilt 9a3a732 - -* Tue May 18 2021 Lokesh Mandvekar - 3:3.2.0-0.27.dev.git353f04b -- disable debuginfo temporarily to get a successful build past gating issues - -* Tue May 18 2021 RH Container Bot - 3:3.2.0-0.26.dev.git353f04b -- autobuilt 353f04b - -* Tue May 18 2021 Lokesh Mandvekar - 3:3.2.0-0.25.dev.gita7fa0da -- use containers-common >= 4:1-19 with container-selinux 2.162.1 - -* Tue May 18 2021 RH Container Bot - 3:3.2.0-0.24.dev.gita7fa0da -- autobuilt a7fa0da - -* Mon May 17 2021 RH Container Bot - 3:3.2.0-0.23.dev.gita6a3df0 -- autobuilt a6a3df0 - -* Sun May 16 2021 RH Container Bot - 3:3.2.0-0.22.dev.git90a12ac -- autobuilt 90a12ac - -* Sat May 15 2021 RH Container Bot - 3:3.2.0-0.21.dev.git2b0b971 -- autobuilt 2b0b971 - -* Thu May 13 2021 Daniel J Walsh - 3:3.2.0-0.20.dev.git4dc52f6 -- Add suggests qemu-user-static - -* Thu May 13 2021 RH Container Bot - 3:3.2.0-0.19.dev.git4dc52f6 -- autobuilt 4dc52f6 - -* Wed May 12 2021 RH Container Bot - 3:3.2.0-0.18.dev.git59dd357 -- autobuilt 59dd357 - -* Tue May 11 2021 Lokesh Mandvekar - 3:3.2.0-0.17.dev.git57b6425 -- bump epoch to account for bad v3.2.0-rc1 in stable - -* Tue May 11 2021 RH Container Bot - 2:3.2.0-0.16.dev.git57b6425 -- autobuilt 57b6425 - -* Sun May 09 2021 RH Container Bot - 2:3.2.0-0.15.dev.git54bed10 -- autobuilt 54bed10 - -* Sat May 08 2021 RH Container Bot - 2:3.2.0-0.14.dev.git141d3f1 -- autobuilt 141d3f1 - -* Fri May 07 2021 RH Container Bot - 2:3.2.0-0.13.dev.git5616887 -- autobuilt 5616887 - -* Fri May 07 2021 RH Container Bot - 2:3.2.0-0.12.dev.gitb533fcb -- autobuilt b533fcb - -* Thu May 06 2021 RH Container Bot - 2:3.2.0-0.11.dev.git8cc96bd -- autobuilt 8cc96bd - -* Thu May 06 2021 RH Container Bot - 2:3.2.0-0.10.dev.gitb6405c1 -- autobuilt b6405c1 - -* Mon May 03 2021 RH Container Bot - 2:3.2.0-0.9.dev.git697ec8f -- autobuilt 697ec8f - -* Wed Apr 28 2021 RH Container Bot - 2:3.2.0-0.8.dev.git4ca34fc -- autobuilt 4ca34fc - -* Wed Apr 28 2021 RH Container Bot - 2:3.2.0-0.7.dev.git99e5a76 -- autobuilt 99e5a76 - -* Tue Apr 27 2021 RH Container Bot - 2:3.2.0-0.6.dev.git3148e01 -- autobuilt 3148e01 - -* Mon Apr 26 2021 RH Container Bot - 2:3.2.0-0.5.dev.git476c76f -- autobuilt 476c76f - -* Tue Apr 20 2021 RH Container Bot - 2:3.2.0-0.4.dev.gitcf2c3a1 -- autobuilt cf2c3a1 - -* Fri Apr 16 2021 Lokesh Mandvekar - 2:3.2.0-0.3.dev.git35b62ef -- slirp4netns and fuse-overlayfs deps are in containers-common - -* Thu Apr 15 2021 Lokesh Mandvekar - 2:3.2.0-0.2.dev.git373f15f -- container-selinux and crun dependencies moved to containers-common - -* Thu Apr 15 2021 RH Container Bot - 2:3.2.0-0.1.dev.git373f15f -- bump to 3.2.0 -- autobuilt 373f15f - -* Mon Apr 05 2021 Lokesh Mandvekar - 2:3.1.0-0.102.dev.git259004f -- adjust dependencies - -* Mon Mar 29 2021 RH Container Bot - 2:3.1.0-0.101.dev.git259004f -- autobuilt 259004f - -* Thu Mar 25 2021 Lokesh Mandvekar - 2:3.1.0-0.100.dev.gitdf1d561 -- bump crun requirement - -* Mon Mar 22 2021 RH Container Bot - 2:3.1.0-0.99.dev.gitdf1d561 -- autobuilt df1d561 - -* Mon Mar 15 2021 RH Container Bot - 2:3.1.0-0.98.dev.gite7dc592 -- autobuilt e7dc592 - -* Fri Mar 12 2021 RH Container Bot - 2:3.1.0-0.97.dev.gitfc02d16 -- autobuilt fc02d16 - -* Fri Mar 12 2021 RH Container Bot - 2:3.1.0-0.96.dev.git5b22ddd -- autobuilt 5b22ddd - -* Thu Mar 11 2021 RH Container Bot - 2:3.1.0-0.95.dev.git81737b3 -- autobuilt 81737b3 - -* Thu Mar 11 2021 RH Container Bot - 2:3.1.0-0.94.dev.git8d33bfa -- autobuilt 8d33bfa - -* Wed Mar 10 2021 RH Container Bot - 2:3.1.0-0.93.dev.gite2d35e5 -- autobuilt e2d35e5 - -* Wed Mar 10 2021 RH Container Bot - 2:3.1.0-0.92.dev.git786757f -- autobuilt 786757f - -* Wed Mar 10 2021 RH Container Bot - 2:3.1.0-0.91.dev.git5331096 -- autobuilt 5331096 - -* Wed Mar 10 2021 RH Container Bot - 2:3.1.0-0.90.dev.git1ac2fb7 -- autobuilt 1ac2fb7 - -* Tue Mar 09 2021 RH Container Bot - 2:3.1.0-0.89.dev.git09473d4 -- autobuilt 09473d4 - -* Tue Mar 09 2021 RH Container Bot - 2:3.1.0-0.88.dev.git66ac942 -- autobuilt 66ac942 - -* Tue Mar 09 2021 RH Container Bot - 2:3.1.0-0.87.dev.git36ec835 -- autobuilt 36ec835 - -* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.86.dev.git789d579 -- autobuilt 789d579 - -* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.85.dev.gitff46d13 -- autobuilt ff46d13 - -* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.84.dev.gitba36d79 -- autobuilt ba36d79 - -* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.83.dev.gitb386d23 -- autobuilt b386d23 - -* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.82.dev.git1e1035c -- autobuilt 1e1035c - -* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.81.dev.gitb6079bc -- autobuilt b6079bc - -* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.80.dev.git6fe634c -- autobuilt 6fe634c - -* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.79.dev.git7c09752 -- autobuilt 7c09752 - -* Sun Mar 07 2021 RH Container Bot - 2:3.1.0-0.78.dev.gitb7c00f2 -- autobuilt b7c00f2 - -* Sat Mar 06 2021 RH Container Bot - 2:3.1.0-0.77.dev.gita9fcd9d -- autobuilt a9fcd9d - -* Sat Mar 06 2021 RH Container Bot - 2:3.1.0-0.76.dev.git77a597a -- autobuilt 77a597a - -* Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.75.dev.git2a78157 -- autobuilt 2a78157 - -* Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.74.dev.git44e6d20 -- autobuilt 44e6d20 - -* Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.73.dev.git0bac30d -- autobuilt 0bac30d - -* Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.72.dev.gitc6cefa5 -- autobuilt c6cefa5 - -* Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.71.dev.git05080a1 -- autobuilt 05080a1 - -* Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.70.dev.git4e5cc6a -- autobuilt 4e5cc6a - -* Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.69.dev.gite65bcc1 -- autobuilt e65bcc1 - -* Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.68.dev.git7a92de4 -- autobuilt 7a92de4 - -* Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.67.dev.git87a78c0 -- autobuilt 87a78c0 - -* Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.66.dev.git17cacea -- autobuilt 17cacea - -* Wed Mar 03 2021 Lokesh Mandvekar - 2:3.1.0-0.65.dev.git87e2056 -- built 87e2056 - -* Tue Mar 02 2021 RH Container Bot - 2:3.1.0-0.64.dev.git426178a -- autobuilt 426178a - -* Tue Mar 02 2021 RH Container Bot - 2:3.1.0-0.63.dev.gitc726732 -- autobuilt c726732 - -* Tue Mar 02 2021 RH Container Bot - 2:3.1.0-0.62.dev.git7497dcb -- autobuilt 7497dcb - -* Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.61.dev.git8af6680 -- autobuilt 8af6680 - -* Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.60.dev.git73044b2 -- autobuilt 73044b2 - -* Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.59.dev.git8daa014 -- autobuilt 8daa014 - -* Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.58.dev.gitb5827d8 -- autobuilt b5827d8 - -* Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.57.dev.gitb154c51 -- autobuilt b154c51 - -* Sat Feb 27 2021 RH Container Bot - 2:3.1.0-0.56.dev.git9600ea6 -- autobuilt 9600ea6 - -* Fri Feb 26 2021 RH Container Bot - 2:3.1.0-0.55.dev.git397aae3 -- autobuilt 397aae3 - -* Fri Feb 26 2021 RH Container Bot - 2:3.1.0-0.54.dev.git05410e8 -- autobuilt 05410e8 - -* Thu Feb 25 2021 RH Container Bot - 2:3.1.0-0.53.dev.gitbde1d3f -- autobuilt bde1d3f - -* Thu Feb 25 2021 RH Container Bot - 2:3.1.0-0.52.dev.gitb220d6c -- autobuilt b220d6c - -* Thu Feb 25 2021 RH Container Bot - 2:3.1.0-0.51.dev.git9ec8106 -- autobuilt 9ec8106 - -* Thu Feb 25 2021 RH Container Bot - 2:3.1.0-0.50.dev.git79e8032 -- autobuilt 79e8032 - -* Wed Feb 24 2021 RH Container Bot - 2:3.1.0-0.49.dev.git25d8195 -- autobuilt 25d8195 - -* Wed Feb 24 2021 RH Container Bot - 2:3.1.0-0.48.dev.gitdec06b1 -- autobuilt dec06b1 - -* Wed Feb 24 2021 RH Container Bot - 2:3.1.0-0.47.dev.git49fa19d -- autobuilt 49fa19d - -* Tue Feb 23 2021 RH Container Bot - 2:3.1.0-0.46.dev.gitca0af71 -- autobuilt ca0af71 - -* Tue Feb 23 2021 RH Container Bot - 2:3.1.0-0.45.dev.git4dfcd58 -- autobuilt 4dfcd58 - -* Tue Feb 23 2021 RH Container Bot - 2:3.1.0-0.44.dev.git1702cbc -- autobuilt 1702cbc - -* Tue Feb 23 2021 RH Container Bot - 2:3.1.0-0.43.dev.git96fc9d9 -- autobuilt 96fc9d9 - -* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.42.dev.gitd999328 -- autobuilt d999328 - -* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.41.dev.gitc69decc -- autobuilt c69decc - -* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.40.dev.gita6e7d19 -- autobuilt a6e7d19 - -* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.39.dev.gitf8ff172 -- autobuilt f8ff172 - -* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.38.dev.gitcb3af5b -- autobuilt cb3af5b - -* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.37.dev.git6fbf73e -- autobuilt 6fbf73e - -* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.36.dev.git10d52c0 -- autobuilt 10d52c0 - -* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.35.dev.gitd92b946 -- autobuilt d92b946 - -* Sun Feb 21 2021 RH Container Bot - 2:3.1.0-0.34.dev.git4a6582b -- autobuilt 4a6582b - -* Sun Feb 21 2021 RH Container Bot - 2:3.1.0-0.33.dev.git7b52654 -- autobuilt 7b52654 - -* Fri Feb 19 2021 RH Container Bot - 2:3.1.0-0.32.dev.git4aaaa6c -- autobuilt 4aaaa6c - -* Fri Feb 19 2021 RH Container Bot - 2:3.1.0-0.31.dev.gitb6db60e -- autobuilt b6db60e - -* Fri Feb 19 2021 RH Container Bot - 2:3.1.0-0.30.dev.git6a9257a -- autobuilt 6a9257a - -* Thu Feb 18 2021 RH Container Bot - 2:3.1.0-0.29.dev.git1c6c94d -- autobuilt 1c6c94d - -* Thu Feb 18 2021 RH Container Bot - 2:3.1.0-0.28.dev.gitb2bb05d -- autobuilt b2bb05d - -* Thu Feb 18 2021 RH Container Bot - 2:3.1.0-0.27.dev.gitc3419d2 -- autobuilt c3419d2 - -* Wed Feb 17 2021 RH Container Bot - 2:3.1.0-0.26.dev.gitd48f4a0 -- autobuilt d48f4a0 - -* Wed Feb 17 2021 RH Container Bot - 2:3.1.0-0.25.dev.git516dc6d -- autobuilt 516dc6d - -* Wed Feb 17 2021 RH Container Bot - 2:3.1.0-0.24.dev.git2e522ff -- autobuilt 2e522ff - -* Wed Feb 17 2021 RH Container Bot - 2:3.1.0-0.23.dev.gitd55d80a -- autobuilt d55d80a - -* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.22.dev.git5004212 -- autobuilt 5004212 - -* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.21.dev.git7fb347a -- autobuilt 7fb347a - -* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.20.dev.git58a4793 -- autobuilt 58a4793 - -* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.19.dev.gitaadb16d -- autobuilt aadb16d - -* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.18.dev.git8c444e6 -- autobuilt 8c444e6 - -* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.17.dev.gitac9a048 -- autobuilt ac9a048 - -* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.16.dev.gitdf8ba7f -- autobuilt df8ba7f - -* Mon Feb 15 2021 RH Container Bot - 2:3.1.0-0.15.dev.git30607d7 -- autobuilt 30607d7 - -* Sat Feb 13 2021 RH Container Bot - 2:3.1.0-0.14.dev.git3ba0afd -- autobuilt 3ba0afd - -* Sat Feb 13 2021 RH Container Bot - 2:3.1.0-0.13.dev.git9d57aa7 -- autobuilt 9d57aa7 - -* Fri Feb 12 2021 RH Container Bot - 2:3.1.0-0.12.dev.git87b2722 -- autobuilt 87b2722 - -* Fri Feb 12 2021 RH Container Bot - 2:3.1.0-0.11.dev.git1d15ed7 -- autobuilt 1d15ed7 - -* Fri Feb 12 2021 RH Container Bot - 2:3.1.0-0.10.dev.git73cf06a -- autobuilt 73cf06a - -* Fri Feb 12 2021 RH Container Bot - 2:3.1.0-0.9.dev.git291f596 -- autobuilt 291f596 - -* Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.8.dev.git1b284a2 -- autobuilt 1b284a2 - -* Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.7.dev.gitb38b143 -- autobuilt b38b143 - -* Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.6.dev.gita500d93 -- autobuilt a500d93 - -* Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.5.dev.gitafe4ce6 -- autobuilt afe4ce6 - -* Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.4.dev.gitca354f1 -- autobuilt ca354f1 - -* Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.3.dev.gitdb64865 -- autobuilt db64865 - -* Wed Feb 10 2021 RH Container Bot - 2:3.1.0-0.2.dev.git4d604c1 -- autobuilt 4d604c1 - -* Wed Feb 10 2021 RH Container Bot - 2:3.1.0-0.1.dev.git88ab83d -- bump to 3.1.0 -- autobuilt 88ab83d - -* Wed Feb 10 2021 RH Container Bot - 2:3.0.0-0.213.dev.gitb4ca924 -- autobuilt b4ca924 - -* Wed Feb 10 2021 RH Container Bot - 2:3.0.0-0.212.dev.git629a979 -- autobuilt 629a979 - -* Wed Feb 10 2021 RH Container Bot - 2:3.0.0-0.211.dev.git055e2dd -- autobuilt 055e2dd - -* Wed Feb 10 2021 RH Container Bot - 2:3.0.0-0.210.dev.git2d829ae -- autobuilt 2d829ae - -* Tue Feb 09 2021 RH Container Bot - 2:3.0.0-0.209.dev.git8600c3b -- autobuilt 8600c3b - -* Tue Feb 09 2021 RH Container Bot - 2:3.0.0-0.208.dev.git763d522 -- autobuilt 763d522 - -* Tue Feb 09 2021 RH Container Bot - 2:3.0.0-0.207.dev.gitf98605e -- autobuilt f98605e - -* Tue Feb 09 2021 RH Container Bot - 2:3.0.0-0.206.dev.git9da4169 -- autobuilt 9da4169 - -* Mon Feb 08 2021 RH Container Bot - 2:3.0.0-0.205.dev.git19507d0 -- autobuilt 19507d0 - -* Wed Feb 03 2021 RH Container Bot - 2:3.0.0-0.204.dev.gita086f60 -- autobuilt a086f60 - -* Wed Feb 03 2021 RH Container Bot - 2:3.0.0-0.203.dev.git9742165 -- autobuilt 9742165 - -* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.202.dev.gitd1e0afd -- autobuilt d1e0afd - -* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.201.dev.gitaab8a93 -- autobuilt aab8a93 - -* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.200.dev.git628b0d7 -- autobuilt 628b0d7 - -* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.199.dev.gitd66a18c -- autobuilt d66a18c - -* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.198.dev.git828279d -- autobuilt 828279d - -* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.197.dev.git2314af7 -- autobuilt 2314af7 - -* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.196.dev.git52575db -- autobuilt 52575db - -* Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.195.dev.git48a0e00 -- autobuilt 48a0e00 - -* Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.194.dev.git182e841 -- autobuilt 182e841 - -* Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.193.dev.git2018334 -- autobuilt 2018334 - -* Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.192.dev.gitb045c17 -- autobuilt b045c17 - -* Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.191.dev.git4ead806 -- autobuilt 4ead806 - -* Sat Jan 30 2021 RH Container Bot - 2:3.0.0-0.190.dev.git735b16e -- autobuilt 735b16e - -* Fri Jan 29 2021 RH Container Bot - 2:3.0.0-0.189.dev.git2686e40 -- autobuilt 2686e40 - -* Fri Jan 29 2021 RH Container Bot - 2:3.0.0-0.188.dev.gitf3a7bc1 -- autobuilt f3a7bc1 - -* Fri Jan 29 2021 RH Container Bot - 2:3.0.0-0.187.dev.git4ee66c2 -- autobuilt 4ee66c2 - -* Thu Jan 28 2021 RH Container Bot - 2:3.0.0-0.186.dev.git0c6a889 -- autobuilt 0c6a889 - -* Thu Jan 28 2021 RH Container Bot - 2:3.0.0-0.185.dev.git2ee034c -- autobuilt 2ee034c - -* Thu Jan 28 2021 RH Container Bot - 2:3.0.0-0.184.dev.gitfb653c4 -- autobuilt fb653c4 - -* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.183.dev.git9d59daa -- autobuilt 9d59daa - -* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.182.dev.git14cc4aa -- autobuilt 14cc4aa - -* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.181.dev.git1814fa2 -- autobuilt 1814fa2 - -* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.180.dev.git2ff4da9 -- autobuilt 2ff4da9 - -* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.179.dev.git179b9d1 -- autobuilt 179b9d1 - -* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.178.dev.git2102e26 -- autobuilt 2102e26 - -* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.177.dev.gitc3b3984 -- autobuilt c3b3984 - -* Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.176.dev.git5d44446 -- autobuilt 5d44446 - -* Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.175.dev.gitad1e0bb -- autobuilt ad1e0bb - -* Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.174.dev.gitf13385e -- autobuilt f13385e - -* Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.173.dev.gitefcd48b -- autobuilt efcd48b - -* Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.172.dev.gite5e447d -- autobuilt e5e447d - -* Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.171.dev.git79565d1 -- autobuilt 79565d1 - -* Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.170.dev.git6ba8819 -- autobuilt 6ba8819 - -* Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.169.dev.git63cef43 -- autobuilt 63cef43 - -* Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.168.dev.git23b879d -- autobuilt 23b879d - -* Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.167.dev.gitf4e8572 -- autobuilt f4e8572 - -* Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.166.dev.gitb4b7838 -- autobuilt b4b7838 - -* Sun Jan 24 2021 RH Container Bot - 2:3.0.0-0.165.dev.git479fc22 -- autobuilt 479fc22 - -* Sat Jan 23 2021 RH Container Bot - 2:3.0.0-0.164.dev.git3f5af4e -- autobuilt 3f5af4e - -* Sat Jan 23 2021 RH Container Bot - 2:3.0.0-0.163.dev.git6cef7c7 -- autobuilt 6cef7c7 - -* Fri Jan 22 2021 RH Container Bot - 2:3.0.0-0.162.dev.git474ba4c -- autobuilt 474ba4c - -* Fri Jan 22 2021 RH Container Bot - 2:3.0.0-0.161.dev.git47616fe -- autobuilt 47616fe - -* Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.160.dev.git6fd83de -- autobuilt 6fd83de - -* Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.159.dev.git3ba1a8d -- autobuilt 3ba1a8d - -* Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.158.dev.gitd102d02 -- autobuilt d102d02 - -* Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.157.dev.git7d297dd -- autobuilt 7d297dd - -* Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.156.dev.git5598229 -- autobuilt 5598229 - -* Wed Jan 20 2021 RH Container Bot - 2:3.0.0-0.155.dev.git14443cc -- autobuilt 14443cc - -* Wed Jan 20 2021 RH Container Bot - 2:3.0.0-0.154.dev.gitfe4f9ba -- autobuilt fe4f9ba - -* Wed Jan 20 2021 RH Container Bot - 2:3.0.0-0.153.dev.git7d024a2 -- autobuilt 7d024a2 - -* Wed Jan 20 2021 RH Container Bot - 2:3.0.0-0.152.dev.git54c465b -- autobuilt 54c465b - -* Tue Jan 19 2021 RH Container Bot - 2:3.0.0-0.151.dev.git5e7262d -- autobuilt 5e7262d - -* Tue Jan 19 2021 RH Container Bot - 2:3.0.0-0.150.dev.gitd99e475 -- autobuilt d99e475 - -* Tue Jan 19 2021 RH Container Bot - 2:3.0.0-0.149.dev.git8c6df5e -- autobuilt 8c6df5e - -* Tue Jan 19 2021 RH Container Bot - 2:3.0.0-0.148.dev.git9a10f20 -- autobuilt 9a10f20 - -* Mon Jan 18 2021 RH Container Bot - 2:3.0.0-0.147.dev.git5f1a7a7 -- autobuilt 5f1a7a7 - -* Sun Jan 17 2021 RH Container Bot - 2:3.0.0-0.146.dev.git5b3c7a5 -- autobuilt 5b3c7a5 - -* Sun Jan 17 2021 RH Container Bot - 2:3.0.0-0.145.dev.git341c4b1 -- autobuilt 341c4b1 - -* Sat Jan 16 2021 RH Container Bot - 2:3.0.0-0.144.dev.git73b036d -- autobuilt 73b036d - -* Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.143.dev.git83ed464 -- autobuilt 83ed464 - -* Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.142.dev.git0400dc0 -- autobuilt 0400dc0 - -* Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.141.dev.git7d3a628 -- autobuilt 7d3a628 - -* Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.140.dev.git5a166b2 -- autobuilt 5a166b2 - -* Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.139.dev.git3ceef00 -- autobuilt 3ceef00 - -* Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.138.dev.git3fcf346 -- autobuilt 3fcf346 - -* Thu Jan 14 2021 RH Container Bot - 2:3.0.0-0.137.dev.git2b7793b -- autobuilt 2b7793b - -* Thu Jan 14 2021 RH Container Bot - 2:3.0.0-0.136.dev.gita944f90 -- autobuilt a944f90 - -* Thu Jan 14 2021 RH Container Bot - 2:3.0.0-0.135.dev.git9f50d48 -- autobuilt 9f50d48 - -* Thu Jan 14 2021 RH Container Bot - 2:3.0.0-0.134.dev.git4e4477c -- autobuilt 4e4477c - -* Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.133.dev.gitb2ac2a3 -- autobuilt b2ac2a3 - -* Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.132.dev.gitbbff9c8 -- autobuilt bbff9c8 - -* Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.131.dev.git9473dda -- autobuilt 9473dda - -* Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.130.dev.git99c5746 -- autobuilt 99c5746 - -* Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.129.dev.git183f443 -- autobuilt 183f443 - -* Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.128.dev.gitf52a9ee -- autobuilt f52a9ee - -* Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.127.dev.git265ec91 -- autobuilt 265ec91 - -* Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.126.dev.git0ccc888 -- autobuilt 0ccc888 - -* Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.125.dev.git0532fda -- autobuilt 0532fda - -* Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.124.dev.git64b86d0 -- autobuilt 64b86d0 - -* Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.123.dev.git5575c7b -- autobuilt 5575c7b - -* Mon Jan 11 2021 RH Container Bot - 2:3.0.0-0.122.dev.git5681907 -- autobuilt 5681907 - -* Mon Jan 11 2021 RH Container Bot - 2:3.0.0-0.121.dev.git20217f5 -- autobuilt 20217f5 - -* Mon Jan 11 2021 RH Container Bot - 2:3.0.0-0.120.dev.gitd2503ae -- autobuilt d2503ae - -* Mon Jan 11 2021 RH Container Bot - 2:3.0.0-0.119.dev.git3b987a7 -- autobuilt 3b987a7 - -* Sun Jan 10 2021 RH Container Bot - 2:3.0.0-0.118.dev.git41613bd -- autobuilt 41613bd - -* Sun Jan 10 2021 RH Container Bot - 2:3.0.0-0.117.dev.gitbc0fa65 -- autobuilt bc0fa65 - -* Fri Jan 8 2021 RH Container Bot - 2:3.0.0-0.116.dev.git49db79e -- autobuilt 49db79e - -* Fri Jan 8 2021 RH Container Bot - 2:3.0.0-0.115.dev.gita0b432d -- autobuilt a0b432d - -* Thu Jan 7 2021 RH Container Bot - 2:3.0.0-0.114.dev.git78cda71 -- autobuilt 78cda71 - -* Thu Jan 7 2021 RH Container Bot - 2:3.0.0-0.113.dev.git3cf41c4 -- autobuilt 3cf41c4 - -* Thu Jan 7 2021 RH Container Bot - 2:3.0.0-0.112.dev.gita475150 -- autobuilt a475150 - -* Thu Jan 7 2021 RH Container Bot - 2:3.0.0-0.111.dev.git355e387 -- autobuilt 355e387 - -* Wed Jan 6 2021 RH Container Bot - 2:3.0.0-0.110.dev.gitbb82c37 -- autobuilt bb82c37 - -* Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.109.dev.gitffe2b1e -- autobuilt ffe2b1e - -* Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.108.dev.git1f59276 -- autobuilt 1f59276 - -* Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.107.dev.gitb84b7c8 -- autobuilt b84b7c8 - -* Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.106.dev.gitbc21fab -- autobuilt bc21fab - -* Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.105.dev.git1b9366d -- autobuilt 1b9366d - -* Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.104.dev.git618c355 -- autobuilt 618c355 - -* Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.103.dev.gitced7c0a -- autobuilt ced7c0a - -* Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.102.dev.gitb502854 -- autobuilt b502854 - -* Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.101.dev.git6a1fbe7 -- autobuilt 6a1fbe7 - -* Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.100.dev.gitf261bfc -- autobuilt f261bfc - -* Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.99.dev.git8e4d19d -- autobuilt 8e4d19d - -* Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.98.dev.git23f25b8 -- autobuilt 23f25b8 - -* Sat Jan 2 2021 RH Container Bot - 2:3.0.0-0.97.dev.git142b4ac -- autobuilt 142b4ac - -* Thu Dec 31 2020 RH Container Bot - 2:3.0.0-0.96.dev.git39b1cb4 -- autobuilt 39b1cb4 - -* Wed Dec 30 2020 RH Container Bot - 2:3.0.0-0.95.dev.gitc6c9b45 -- autobuilt c6c9b45 - -* Wed Dec 30 2020 RH Container Bot - 2:3.0.0-0.94.dev.gitef12e36 -- autobuilt ef12e36 - -* Wed Dec 30 2020 RH Container Bot - 2:3.0.0-0.93.dev.git7f0771f -- autobuilt 7f0771f - -* Fri Dec 25 2020 RH Container Bot - 2:3.0.0-0.92.dev.git9c9f02a -- autobuilt 9c9f02a - -* Thu Dec 24 2020 RH Container Bot - 2:3.0.0-0.91.dev.git8f75ed9 -- autobuilt 8f75ed9 - -* Thu Dec 24 2020 RH Container Bot - 2:3.0.0-0.90.dev.gitb176c62 -- autobuilt b176c62 - -* Thu Dec 24 2020 RH Container Bot - 2:3.0.0-0.89.dev.git231c528 -- autobuilt 231c528 - -* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.88.dev.git9ac5ed1 -- autobuilt 9ac5ed1 - -* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.87.dev.gitbbc0deb -- autobuilt bbc0deb - -* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.86.dev.git54b82a1 -- autobuilt 54b82a1 - -* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.85.dev.git0778c11 -- autobuilt 0778c11 - -* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.84.dev.git3728ca9 -- autobuilt 3728ca9 - -* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.83.dev.git06a6fd9 -- autobuilt 06a6fd9 - -* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.82.dev.git9b6324f -- autobuilt 9b6324f - -* Tue Dec 22 2020 RH Container Bot - 2:3.0.0-0.81.dev.git07663f7 -- autobuilt 07663f7 - -* Tue Dec 22 2020 RH Container Bot - 2:3.0.0-0.80.dev.gitcfdb8fb -- autobuilt cfdb8fb - -* Tue Dec 22 2020 RH Container Bot - 2:3.0.0-0.79.dev.gitb4692f2 -- autobuilt b4692f2 - -* Mon Dec 21 2020 RH Container Bot - 2:3.0.0-0.78.dev.git182646b -- autobuilt 182646b - -* Mon Dec 21 2020 RH Container Bot - 2:3.0.0-0.77.dev.git076f77b -- autobuilt 076f77b - -* Mon Dec 21 2020 RH Container Bot - 2:3.0.0-0.76.dev.gitd692518 -- autobuilt d692518 - -* Fri Dec 18 2020 RH Container Bot - 2:3.0.0-0.75.dev.git5c6b5ef -- autobuilt 5c6b5ef - -* Fri Dec 18 2020 RH Container Bot - 2:3.0.0-0.74.dev.gitf568658 -- autobuilt f568658 - -* Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.73.dev.gita17afa9 -- autobuilt a17afa9 - -* Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.72.dev.git0333366 -- autobuilt 0333366 - -* Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.71.dev.git7592f8f -- autobuilt 7592f8f - -* Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.70.dev.gitd291013 -- autobuilt d291013 - -* Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.69.dev.gitc38ae47 -- autobuilt c38ae47 - -* Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.68.dev.git915ae6d -- autobuilt 915ae6d - -* Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.67.dev.git2a21dcd -- autobuilt 2a21dcd - -* Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.66.dev.gitbacb2fc -- autobuilt bacb2fc - -* Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.65.dev.git978c076 -- autobuilt 978c076 - -* Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.64.dev.gitf1f7b8f -- autobuilt f1f7b8f - -* Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.63.dev.git8333a9e -- autobuilt 8333a9e - -* Tue Dec 15 2020 RH Container Bot - 2:3.0.0-0.62.dev.git66e979a -- autobuilt 66e979a - -* Tue Dec 15 2020 RH Container Bot - 2:3.0.0-0.61.dev.gite689503 -- autobuilt e689503 - -* Tue Dec 15 2020 RH Container Bot - 2:3.0.0-0.60.dev.git9379ee9 -- autobuilt 9379ee9 - -* Mon Dec 14 2020 RH Container Bot - 2:3.0.0-0.59.dev.git999d40d -- autobuilt 999d40d - -* Mon Dec 14 2020 RH Container Bot - 2:3.0.0-0.58.dev.git0fd31e2 -- autobuilt 0fd31e2 - -* Mon Dec 14 2020 RH Container Bot - 2:3.0.0-0.57.dev.gitbdbf47f -- autobuilt bdbf47f - -* Sat Dec 12 2020 RH Container Bot - 2:3.0.0-0.56.dev.gita226e6e -- autobuilt a226e6e - -* Sat Dec 12 2020 RH Container Bot - 2:3.0.0-0.55.dev.git36bec38 -- autobuilt 36bec38 - -* Sat Dec 12 2020 RH Container Bot - 2:3.0.0-0.54.dev.git1d50245 -- autobuilt 1d50245 - -* Sat Dec 12 2020 RH Container Bot - 2:3.0.0-0.53.dev.gitfbcd445 -- autobuilt fbcd445 - -* Fri Dec 11 2020 RH Container Bot - 2:3.0.0-0.52.dev.gitb0a287c -- autobuilt b0a287c - -* Fri Dec 11 2020 RH Container Bot - 2:3.0.0-0.51.dev.git99ac30a -- autobuilt 99ac30a - -* Fri Dec 11 2020 RH Container Bot - 2:3.0.0-0.50.dev.gitdd95478 -- autobuilt dd95478 - -* Thu Dec 10 2020 RH Container Bot - 2:3.0.0-0.49.dev.git6823a5d -- autobuilt 6823a5d - -* Thu Dec 10 2020 RH Container Bot - 2:3.0.0-0.48.dev.git2bb1490 -- autobuilt 2bb1490 - -* Thu Dec 10 2020 RH Container Bot - 2:3.0.0-0.47.dev.gitdeb0042 -- autobuilt deb0042 - -* Thu Dec 10 2020 RH Container Bot - 2:3.0.0-0.46.dev.giteaa19a1 -- autobuilt eaa19a1 - -* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.45.dev.git9216be2 -- autobuilt 9216be2 - -* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.44.dev.giteb053df -- autobuilt eb053df - -* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.43.dev.git43567c6 -- autobuilt 43567c6 - -* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.42.dev.git9abbe07 -- autobuilt 9abbe07 - -* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.41.dev.git3cd143f -- autobuilt 3cd143f - -* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.40.dev.gitb875c5c -- autobuilt b875c5c - -* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.39.dev.git2472600 -- autobuilt 2472600 - -* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.38.dev.gitdd295f2 -- autobuilt dd295f2 - -* Tue Dec 8 2020 RH Container Bot - 2:3.0.0-0.37.dev.git7caef9c -- autobuilt 7caef9c - -* Tue Dec 8 2020 RH Container Bot - 2:3.0.0-0.36.dev.git47d2a4b -- autobuilt 47d2a4b - -* Tue Dec 8 2020 RH Container Bot - 2:3.0.0-0.35.dev.git0cccba8 -- autobuilt 0cccba8 - -* Tue Dec 8 2020 RH Container Bot - 2:3.0.0-0.34.dev.git9b3a81a -- autobuilt 9b3a81a - -* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.33.dev.gite2f9120 -- autobuilt e2f9120 - -* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.32.dev.gitbfbeece -- autobuilt bfbeece - -* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.31.dev.gita5ca039 -- autobuilt a5ca039 - -* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.30.dev.git3569e24 -- autobuilt 3569e24 - -* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.29.dev.gite6f80fa -- autobuilt e6f80fa - -* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.28.dev.gite117ad3 -- autobuilt e117ad3 - -* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.27.dev.git0c96731 -- autobuilt 0c96731 - -* Sat Dec 5 2020 RH Container Bot - 2:3.0.0-0.26.dev.git0c2a43b -- autobuilt 0c2a43b - -* Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.25.dev.git8e83799 -- autobuilt 8e83799 - -* Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.24.dev.gitb6536d2 -- autobuilt b6536d2 - -* Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.23.dev.gitc55b831 -- autobuilt c55b831 - -* Fri Dec 4 2020 Lokesh Mandvekar - 2:3.0.0-0.22.dev.gitf01630a -- make both checksec and koji happy - -* Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.21.dev.gitf01630a -- autobuilt f01630a - -* Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.20.dev.gitec0411a -- autobuilt ec0411a - -* Thu Dec 3 2020 Lokesh Mandvekar - 2:3.0.0-0.19.dev.git85b412d -- Harden binaries -- Reported-by: Wade Mealing - -* Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.18.dev.git70284b1 -- autobuilt 70284b1 - -* Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.17.dev.gitc675d8a -- autobuilt c675d8a - -* Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.16.dev.git85b412d -- autobuilt 85b412d - -* Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.15.dev.git9180872 -- autobuilt 9180872 - -* Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.14.dev.git5cf7aa6 -- autobuilt 5cf7aa6 - -* Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.13.dev.git7984842 -- autobuilt 7984842 - -* Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.12.dev.gitd456765 -- autobuilt d456765 - -* Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.11.dev.gite82ec90 -- autobuilt e82ec90 - -* Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.10.dev.git7210b86 -- autobuilt 7210b86 - -* Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.9.dev.gitd28874b -- autobuilt d28874b - -* Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.8.dev.git9c5fe95 -- autobuilt 9c5fe95 - -* Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.7.dev.gitb2cd6e0 -- autobuilt b2cd6e0 - -* Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.6.dev.gitc71ad9a -- autobuilt c71ad9a - -* Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.5.dev.gitce45b71 -- autobuilt ce45b71 - -* Tue Dec 1 2020 Lokesh Mandvekar - 2:3.0.0-0.4.dev.git429d949 -- use podman-plugins / dnsname upstream v1.1.1 - -* Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.3.dev.git429d949 -- autobuilt 429d949 - -* Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.2.dev.git2438390 -- autobuilt 2438390 - -* Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.1.dev.gitca612a3 -- bump to 3.0.0 -- autobuilt ca612a3 - -* Mon Nov 30 2020 RH Container Bot - 2:2.2.0-0.74.dev.gitc342583 -- autobuilt c342583 - -* Mon Nov 30 2020 RH Container Bot - 2:2.2.0-0.73.dev.gitf6fb297 -- autobuilt f6fb297 - -* Mon Nov 30 2020 RH Container Bot - 2:2.2.0-0.72.dev.git7ad1c9c -- autobuilt 7ad1c9c - -* Mon Nov 30 2020 RH Container Bot - 2:2.2.0-0.71.dev.gitfc85ec9 -- autobuilt fc85ec9 - -* Sat Nov 28 2020 RH Container Bot - 2:2.2.0-0.70.dev.git8b2c0a4 -- autobuilt 8b2c0a4 - -* Sat Nov 28 2020 RH Container Bot - 2:2.2.0-0.69.dev.gitf0d48aa -- autobuilt f0d48aa - -* Sat Nov 28 2020 RH Container Bot - 2:2.2.0-0.68.dev.git3110308 -- autobuilt 3110308 - -* Thu Nov 26 2020 RH Container Bot - 2:2.2.0-0.67.dev.gitad24392 -- autobuilt ad24392 - -* Wed Nov 25 2020 RH Container Bot - 2:2.2.0-0.66.dev.git397e9a9 -- autobuilt 397e9a9 - -* Tue Nov 24 2020 RH Container Bot - 2:2.2.0-0.65.dev.gitd408395 -- autobuilt d408395 - -* Tue Nov 24 2020 RH Container Bot - 2:2.2.0-0.64.dev.git850bdd2 -- autobuilt 850bdd2 - -* Tue Nov 24 2020 RH Container Bot - 2:2.2.0-0.63.dev.git4ebd9d9 -- autobuilt 4ebd9d9 - -* Mon Nov 23 2020 RH Container Bot - 2:2.2.0-0.62.dev.git4fe7c3f -- autobuilt 4fe7c3f - -* Mon Nov 23 2020 RH Container Bot - 2:2.2.0-0.61.dev.gitcd6c4cb -- autobuilt cd6c4cb - -* Mon Nov 23 2020 RH Container Bot - 2:2.2.0-0.60.dev.git5d55285 -- autobuilt 5d55285 - -* Mon Nov 23 2020 RH Container Bot - 2:2.2.0-0.59.dev.gitdd34341 -- autobuilt dd34341 - -* Sat Nov 21 2020 RH Container Bot - 2:2.2.0-0.58.dev.git5292d5a -- autobuilt 5292d5a - -* Fri Nov 20 2020 RH Container Bot - 2:2.2.0-0.57.dev.git042d488 -- autobuilt 042d488 - -* Thu Nov 19 2020 RH Container Bot - 2:2.2.0-0.56.dev.git70f91fb -- autobuilt 70f91fb - -* Wed Nov 18 2020 Lokesh Mandvekar - 2:2.2.0-0.55.dev.git286d356 -- bump dnsname to v1.1.0, commit a9c2a10 - -* Wed Nov 18 2020 RH Container Bot - 2:2.2.0-0.54.dev.git286d356 -- autobuilt 286d356 - -* Tue Nov 17 2020 Eduardo Santiago - 2:2.2.0-0.53.dev.git42ec4cf -- slight correction to the path of the containers-mounts source file - -* Tue Nov 17 2020 Lokesh Mandvekar - 2:2.2.0-0.52.dev.git42ec4cf -- containers-mounts.conf.5 in containers-common - -* Tue Nov 17 2020 Eduardo Santiago - 2:2.2.0-0.51.dev.git42ec4cf -- completion files: be smarter, package -remote files only with -remote - -* Tue Nov 17 2020 RH Container Bot - 2:2.2.0-0.50.dev.git42ec4cf -- autobuilt 42ec4cf - -* Sun Nov 15 2020 Eduardo Santiago - 2:2.2.0-0.49.dev.git3920756 -- package new zsh and fish completion files - -* Sun Nov 15 2020 RH Container Bot - 2:2.2.0-0.48.dev.git3920756 -- autobuilt 3920756 - -* Sat Nov 14 2020 RH Container Bot - 2:2.2.0-0.47.dev.git4eb9c28 -- autobuilt 4eb9c28 - -* Fri Nov 13 2020 RH Container Bot - 2:2.2.0-0.46.dev.git0b1a60e -- autobuilt 0b1a60e - -* Thu Nov 12 2020 RH Container Bot - 2:2.2.0-0.45.dev.git6c2503c -- autobuilt 6c2503c - -* Wed Nov 11 2020 Eduardo Santiago - 2:2.2.0-0.44.dev.gite443c01 -- distribute newly-added /usr/lib/tmpfiles.d/podman.conf - -* Wed Nov 11 2020 RH Container Bot - 2:2.2.0-0.43.dev.gite443c01 -- autobuilt e443c01 - -* Tue Nov 10 2020 RH Container Bot - 2:2.2.0-0.42.dev.gitda01191 -- autobuilt da01191 - -* Sat Nov 7 2020 RH Container Bot - 2:2.2.0-0.41.dev.gite2b82e6 -- autobuilt e2b82e6 - -* Fri Nov 6 2020 RH Container Bot - 2:2.2.0-0.40.dev.git07293bc -- autobuilt 07293bc - -* Fri Oct 23 2020 ashley-cui - 2:2.2.0-0.39.dev.git287edd4 -- ‘rebuild’ - -* Wed Oct 21 2020 RH Container Bot - 2:2.2.0-0.38.dev.git287edd4 -- autobuilt 287edd4 - -* Tue Oct 20 2020 RH Container Bot - 2:2.2.0-0.37.dev.git35b4cb1 -- autobuilt 35b4cb1 - -* Mon Oct 19 2020 RH Container Bot - 2:2.2.0-0.36.dev.git7ffcab0 -- autobuilt 7ffcab0 - -* Sun Oct 18 2020 RH Container Bot - 2:2.2.0-0.35.dev.git6ec96dc -- autobuilt 6ec96dc - -* Sat Oct 17 2020 RH Container Bot - 2:2.2.0-0.34.dev.git39f1bea -- autobuilt 39f1bea - -* Fri Oct 16 2020 RH Container Bot - 2:2.2.0-0.33.dev.git9f98b34 -- autobuilt 9f98b34 - -* Thu Oct 15 2020 RH Container Bot - 2:2.2.0-0.32.dev.gita82d60d -- autobuilt a82d60d - -* Wed Oct 14 2020 RH Container Bot - 2:2.2.0-0.31.dev.gitd30b4b7 -- autobuilt d30b4b7 - -* Tue Oct 13 2020 RH Container Bot - 2:2.2.0-0.30.dev.git7ad631b -- autobuilt 7ad631b - -* Mon Oct 12 2020 Jindrich Novy - 2:2.2.0-0.29.dev.git212011f -- use %%rhel instead of %%eln, thanks to Adam Samalik for noticing - -* Mon Oct 12 2020 RH Container Bot - 2:2.2.0-0.28.dev.git212011f -- autobuilt 212011f - -* Sat Oct 10 2020 RH Container Bot - 2:2.2.0-0.27.dev.git7876dd5 -- autobuilt 7876dd5 - -* Fri Oct 9 2020 RH Container Bot - 2:2.2.0-0.26.dev.git71d675a -- autobuilt 71d675a - -* Thu Oct 8 2020 RH Container Bot - 2:2.2.0-0.25.dev.git59b5f0a -- autobuilt 59b5f0a - -* Wed Oct 7 2020 RH Container Bot - 2:2.2.0-0.24.dev.gita7500e5 -- autobuilt a7500e5 - -* Tue Oct 6 2020 Lokesh Mandvekar - 2:2.2.0-0.23.dev.gitdefb754 -- btrfs deps for fedora only - -* Tue Oct 6 2020 RH Container Bot - 2:2.2.0-0.22.dev.gitdefb754 -- autobuilt defb754 - -* Mon Oct 5 2020 RH Container Bot - 2:2.2.0-0.21.dev.gitcaace52 -- autobuilt caace52 - -* Sat Oct 3 2020 Lokesh Mandvekar - 2:2.2.0-0.20.dev.git7c12967 -- rebuild - -* Sat Oct 3 2020 RH Container Bot - 2:2.2.0-0.19.dev.git7c12967 -- autobuilt 7c12967 - -* Fri Oct 2 2020 RH Container Bot - 2:2.2.0-0.18.dev.git14fd7b4 -- autobuilt 14fd7b4 - -* Thu Oct 1 2020 RH Container Bot - 2:2.2.0-0.17.dev.git556117c -- autobuilt 556117c - -* Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.16.dev.git4d57313 -- autobuilt 4d57313 - -* Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.15.dev.git08d036c -- autobuilt 08d036c - -* Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.14.dev.git19f080f -- autobuilt 19f080f - -* Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.13.dev.gite9eddda -- autobuilt e9eddda - -* Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.12.dev.gitb68b6f3 -- autobuilt b68b6f3 - -* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.11.dev.git453333a -- autobuilt 453333a - -* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.10.dev.git12f173f -- autobuilt 12f173f - -* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.9.dev.git2ee415b -- autobuilt 2ee415b - -* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.8.dev.gitbf10168 -- autobuilt bf10168 - -* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.7.dev.git84dede4 -- autobuilt 84dede4 - -* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.6.dev.git5cf8659 -- autobuilt 5cf8659 - -* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.5.dev.git4a7fb62 -- autobuilt 4a7fb62 - -* Mon Sep 28 2020 RH Container Bot - 2:2.2.0-0.4.dev.gite7e466e -- autobuilt e7e466e - -* Mon Sep 28 2020 RH Container Bot - 2:2.2.0-0.3.dev.gitb0e70a6 -- autobuilt b0e70a6 - -* Fri Sep 25 2020 RH Container Bot - 2:2.2.0-0.2.dev.git03d01ab -- autobuilt 03d01ab - -* Fri Sep 25 2020 RH Container Bot - 2:2.2.0-0.1.dev.gita1045ad -- bump to 2.2.0 -- autobuilt a1045ad - -* Tue Sep 22 2020 RH Container Bot - 2:2.1.0-0.287.dev.git141688c -- autobuilt 141688c - -* Mon Sep 21 2020 RH Container Bot - 2:2.1.0-0.286.dev.git84c87fc -- autobuilt 84c87fc - -* Mon Sep 21 2020 RH Container Bot - 2:2.1.0-0.285.dev.gitdd4dc4b -- autobuilt dd4dc4b - -* Sat Sep 19 2020 RH Container Bot - 2:2.1.0-0.284.dev.git8529435 -- autobuilt 8529435 - -* Fri Sep 18 2020 RH Container Bot - 2:2.1.0-0.283.dev.git5b7509c -- autobuilt 5b7509c - -* Fri Sep 18 2020 RH Container Bot - 2:2.1.0-0.282.dev.gitfc3daae -- autobuilt fc3daae - -* Fri Sep 18 2020 RH Container Bot - 2:2.1.0-0.281.dev.git273b954 -- autobuilt 273b954 - -* Thu Sep 17 2020 Merlin Mathesius - 2:2.1.0-0.280.dev.git1a929c7 -- Minor conditional updates to enable building for ELN - -* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.279.dev.gitf84f441 -- autobuilt f84f441 - -* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.278.dev.git175d7b1 -- autobuilt 175d7b1 - -* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.277.dev.gitdc23ef1 -- autobuilt dc23ef1 - -* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.276.dev.git031ddf9 -- autobuilt 031ddf9 - -* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.275.dev.git9f745d5 -- autobuilt 9f745d5 - -* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.274.dev.git1a929c7 -- autobuilt 1a929c7 - -* Wed Sep 16 2020 RH Container Bot - 2:2.1.0-0.273.dev.git8d7e795 -- autobuilt 8d7e795 - -* Wed Sep 16 2020 Lokesh Mandvekar - 2:2.1.0-0.272.dev.gitacf86ef -- fix dependencies for podman-plugins - -* Wed Sep 16 2020 Lokesh Mandvekar - 2:2.1.0-0.271.dev.gitacf86ef -- bump dnsname plugin commit and dependency on dnsmasq - -* Wed Sep 16 2020 RH Container Bot - 2:2.1.0-0.270.dev.gitacf86ef -- autobuilt acf86ef - -* Wed Sep 16 2020 RH Container Bot - 2:2.1.0-0.269.dev.git0d14d7b -- autobuilt 0d14d7b - -* Wed Sep 16 2020 RH Container Bot - 2:2.1.0-0.268.dev.gitb9c47fa -- autobuilt b9c47fa - -* Wed Sep 16 2020 RH Container Bot - 2:2.1.0-0.267.dev.git2604919 -- autobuilt 2604919 - -* Tue Sep 15 2020 RH Container Bot - 2:2.1.0-0.266.dev.git2eb3339 -- autobuilt 2eb3339 - -* Tue Sep 15 2020 RH Container Bot - 2:2.1.0-0.265.dev.gitbec96ab -- autobuilt bec96ab - -* Tue Sep 15 2020 RH Container Bot - 2:2.1.0-0.264.dev.git0be5836 -- autobuilt 0be5836 - -* Tue Sep 15 2020 RH Container Bot - 2:2.1.0-0.263.dev.git3f6045c -- autobuilt 3f6045c - -* Tue Sep 15 2020 RH Container Bot - 2:2.1.0-0.262.dev.git5c47a33 -- autobuilt 5c47a33 - -* Mon Sep 14 2020 RH Container Bot - 2:2.1.0-0.261.dev.gitfd7cdb2 -- autobuilt fd7cdb2 - -* Mon Sep 14 2020 RH Container Bot - 2:2.1.0-0.260.dev.gitb7a7cf6 -- autobuilt b7a7cf6 - -* Sun Sep 13 2020 RH Container Bot - 2:2.1.0-0.259.dev.git3f5f99b -- autobuilt 3f5f99b - -* Fri Sep 11 2020 RH Container Bot - 2:2.1.0-0.258.dev.git25fb0c2 -- autobuilt 25fb0c2 - -* Fri Sep 11 2020 RH Container Bot - 2:2.1.0-0.257.dev.git834c41d -- autobuilt 834c41d - -* Fri Sep 11 2020 RH Container Bot - 2:2.1.0-0.256.dev.git4f04007 -- autobuilt 4f04007 - -* Fri Sep 11 2020 RH Container Bot - 2:2.1.0-0.255.dev.git881f2df -- autobuilt 881f2df - -* Fri Sep 11 2020 RH Container Bot - 2:2.1.0-0.254.dev.git37658c0 -- autobuilt 37658c0 - -* Fri Sep 11 2020 RH Container Bot - 2:2.1.0-0.253.dev.git397de44 -- autobuilt 397de44 - -* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.252.dev.git10ba232 -- autobuilt 10ba232 - -* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.251.dev.git861451a -- autobuilt 861451a - -* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.250.dev.git96bc5eb -- autobuilt 96bc5eb - -* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.249.dev.git89a3483 -- autobuilt 89a3483 - -* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.248.dev.gitfc70360 -- autobuilt fc70360 - -* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.247.dev.gitaadf96a -- autobuilt aadf96a - -* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.246.dev.git3d33923 -- autobuilt 3d33923 - -* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.245.dev.gite1b4729 -- autobuilt e1b4729 - -* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.244.dev.git08b6020 -- autobuilt 08b6020 - -* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.243.dev.git68dace0 -- autobuilt 68dace0 - -* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.242.dev.git9c4c883 -- autobuilt 9c4c883 - -* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.241.dev.git5a09fd8 -- autobuilt 5a09fd8 - -* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.240.dev.git1b2b068 -- autobuilt 1b2b068 - -* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.239.dev.git6b1a1fc -- autobuilt 6b1a1fc - -* Tue Sep 8 2020 RH Container Bot - 2:2.1.0-0.238.dev.git814784c -- autobuilt 814784c - -* Tue Sep 8 2020 RH Container Bot - 2:2.1.0-0.237.dev.gite180de8 -- autobuilt e180de8 - -* Tue Sep 8 2020 RH Container Bot - 2:2.1.0-0.236.dev.git54a61e3 -- autobuilt 54a61e3 - -* Tue Sep 8 2020 RH Container Bot - 2:2.1.0-0.235.dev.git11679c2 -- autobuilt 11679c2 - -* Mon Sep 7 2020 RH Container Bot - 2:2.1.0-0.234.dev.gitbe7778d -- autobuilt be7778d - -* Mon Sep 7 2020 RH Container Bot - 2:2.1.0-0.233.dev.git21c6aae -- autobuilt 21c6aae - -* Sun Sep 6 2020 RH Container Bot - 2:2.1.0-0.232.dev.gitba8d0bb -- autobuilt ba8d0bb - -* Sat Sep 5 2020 RH Container Bot - 2:2.1.0-0.231.dev.gitf1323a9 -- autobuilt f1323a9 - -* Wed Sep 2 2020 RH Container Bot - 2:2.1.0-0.230.dev.gitfa487a6 -- autobuilt fa487a6 - -* Wed Sep 2 2020 RH Container Bot - 2:2.1.0-0.229.dev.git37791d7 -- autobuilt 37791d7 - -* Wed Sep 2 2020 RH Container Bot - 2:2.1.0-0.228.dev.git1184cdf -- autobuilt 1184cdf - -* Tue Sep 1 2020 RH Container Bot - 2:2.1.0-0.227.dev.gita867b16 -- autobuilt a867b16 - -* Tue Sep 1 2020 RH Container Bot - 2:2.1.0-0.226.dev.git557cf94 -- autobuilt 557cf94 - -* Mon Aug 31 2020 RH Container Bot - 2:2.1.0-0.225.dev.git138132e -- autobuilt 138132e - -* Mon Aug 31 2020 RH Container Bot - 2:2.1.0-0.224.dev.git0c076db -- autobuilt 0c076db - -* Mon Aug 31 2020 Lokesh Mandvekar - 2:2.1.0-0.223.dev.git575b3a3 -- bump - -* Sat Aug 29 2020 RH Container Bot - 2:2.1.0-0.222.dev.git575b3a3 -- autobuilt 575b3a3 - -* Fri Aug 28 2020 RH Container Bot - 2:2.1.0-0.221.dev.git4e3ea01 -- autobuilt 4e3ea01 - -* Fri Aug 28 2020 RH Container Bot - 2:2.1.0-0.220.dev.git1f9b854 -- autobuilt 1f9b854 - -* Fri Aug 28 2020 RH Container Bot - 2:2.1.0-0.219.dev.git522a32f -- autobuilt 522a32f - -* Fri Aug 28 2020 RH Container Bot - 2:2.1.0-0.218.dev.git0640cc7 -- autobuilt 0640cc7 - -* Fri Aug 28 2020 RH Container Bot - 2:2.1.0-0.217.dev.gitb1d6ea2 -- autobuilt b1d6ea2 - -* Fri Aug 28 2020 RH Container Bot - 2:2.1.0-0.216.dev.git061c93f -- autobuilt 061c93f - -* Thu Aug 27 2020 RH Container Bot - 2:2.1.0-0.215.dev.git72c5b35 -- autobuilt 72c5b35 - -* Thu Aug 27 2020 RH Container Bot - 2:2.1.0-0.214.dev.git7d3cadc -- autobuilt 7d3cadc - -* Thu Aug 27 2020 RH Container Bot - 2:2.1.0-0.213.dev.gitd6b0377 -- autobuilt d6b0377 - -* Wed Aug 26 2020 RH Container Bot - 2:2.1.0-0.212.dev.gitf99954c -- autobuilt f99954c - -* Wed Aug 26 2020 RH Container Bot - 2:2.1.0-0.211.dev.git3a9d524 -- autobuilt 3a9d524 - -* Tue Aug 25 2020 RH Container Bot - 2:2.1.0-0.210.dev.git6a06944 -- autobuilt 6a06944 - -* Mon Aug 24 2020 RH Container Bot - 2:2.1.0-0.209.dev.git8fdc116 -- autobuilt 8fdc116 - -* Mon Aug 24 2020 RH Container Bot - 2:2.1.0-0.208.dev.git2c567dc -- autobuilt 2c567dc - -* Sun Aug 23 2020 RH Container Bot - 2:2.1.0-0.207.dev.gite535f61 -- autobuilt e535f61 - -* Sun Aug 23 2020 RH Container Bot - 2:2.1.0-0.206.dev.git80d2c01 -- autobuilt 80d2c01 - -* Fri Aug 21 2020 RH Container Bot - 2:2.1.0-0.205.dev.git4828455 -- autobuilt 4828455 - -* Fri Aug 21 2020 RH Container Bot - 2:2.1.0-0.204.dev.gita8619bb -- autobuilt a8619bb - -* Thu Aug 20 2020 RH Container Bot - 2:2.1.0-0.203.dev.git516196f -- autobuilt 516196f - -* Thu Aug 20 2020 RH Container Bot - 2:2.1.0-0.202.dev.git7ccd821 -- autobuilt 7ccd821 - -* Thu Aug 20 2020 RH Container Bot - 2:2.1.0-0.201.dev.git7865db5 -- autobuilt 7865db5 - -* Wed Aug 19 2020 RH Container Bot - 2:2.1.0-0.200.dev.git42690ff -- autobuilt 42690ff - -* Wed Aug 19 2020 RH Container Bot - 2:2.1.0-0.199.dev.gitdcdb647 -- autobuilt dcdb647 - -* Wed Aug 19 2020 RH Container Bot - 2:2.1.0-0.198.dev.git9babd21 -- autobuilt 9babd21 - -* Wed Aug 19 2020 RH Container Bot - 2:2.1.0-0.197.dev.gitdd4e0da -- autobuilt dd4e0da - -* Wed Aug 19 2020 RH Container Bot - 2:2.1.0-0.196.dev.git7e2a1b3 -- autobuilt 7e2a1b3 - -* Tue Aug 18 2020 RH Container Bot - 2:2.1.0-0.195.dev.git9d096c1 -- autobuilt 9d096c1 - -* Tue Aug 18 2020 RH Container Bot - 2:2.1.0-0.194.dev.gitff1f81b -- autobuilt ff1f81b - -* Tue Aug 18 2020 RH Container Bot - 2:2.1.0-0.193.dev.git748e882 -- autobuilt 748e882 - -* Tue Aug 18 2020 RH Container Bot - 2:2.1.0-0.192.dev.git49d6468 -- autobuilt 49d6468 - -* Mon Aug 17 2020 RH Container Bot - 2:2.1.0-0.191.dev.git8caed30 -- autobuilt 8caed30 - -* Mon Aug 17 2020 RH Container Bot - 2:2.1.0-0.190.dev.git47108e2 -- autobuilt 47108e2 - -* Mon Aug 17 2020 RH Container Bot - 2:2.1.0-0.189.dev.gitfff66f1 -- autobuilt fff66f1 - -* Sun Aug 16 2020 RH Container Bot - 2:2.1.0-0.188.dev.git96fb5dc -- autobuilt 96fb5dc - -* Sat Aug 15 2020 RH Container Bot - 2:2.1.0-0.187.dev.gitca4423e -- autobuilt ca4423e - -* Thu Aug 13 2020 RH Container Bot - 2:2.1.0-0.186.dev.git81499a5 -- autobuilt 81499a5 - -* Thu Aug 13 2020 RH Container Bot - 2:2.1.0-0.185.dev.git9ede14e -- autobuilt 9ede14e - -* Thu Aug 13 2020 RH Container Bot - 2:2.1.0-0.184.dev.git90831df -- autobuilt 90831df - -* Wed Aug 12 2020 RH Container Bot - 2:2.1.0-0.183.dev.gitd777a7b -- autobuilt d777a7b - -* Wed Aug 12 2020 RH Container Bot - 2:2.1.0-0.182.dev.git4ef4f52 -- autobuilt 4ef4f52 - -* Wed Aug 12 2020 RH Container Bot - 2:2.1.0-0.181.dev.git8e4842a -- autobuilt 8e4842a - -* Wed Aug 12 2020 RH Container Bot - 2:2.1.0-0.180.dev.gitac96112 -- autobuilt ac96112 - -* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.179.dev.git8eaacec -- autobuilt 8eaacec - -* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.178.dev.git43f2771 -- autobuilt 43f2771 - -* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.177.dev.gitaa66c06 -- autobuilt aa66c06 - -* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.176.dev.git6d3075a -- autobuilt 6d3075a - -* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.175.dev.git68c67d2 -- autobuilt 68c67d2 - -* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.174.dev.gita90ae00 -- autobuilt a90ae00 - -* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.173.dev.git92b088b -- autobuilt 92b088b - -* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.172.dev.gitdf0ad51 -- autobuilt df0ad51 - -* Mon Aug 10 2020 RH Container Bot - 2:2.1.0-0.171.dev.git75d2fe6 -- autobuilt 75d2fe6 - -* Mon Aug 10 2020 RH Container Bot - 2:2.1.0-0.170.dev.git68fd9aa -- autobuilt 68fd9aa - -* Mon Aug 10 2020 RH Container Bot - 2:2.1.0-0.169.dev.git162625f -- autobuilt 162625f - -* Mon Aug 10 2020 RH Container Bot - 2:2.1.0-0.168.dev.gitda00482 -- autobuilt da00482 - -* Sun Aug 09 2020 RH Container Bot - 2:2.1.0-0.167.dev.git95e2e15 -- autobuilt 95e2e15 - -* Sat Aug 08 2020 RH Container Bot - 2:2.1.0-0.166.dev.git3173a18 -- autobuilt 3173a18 - -* Sat Aug 08 2020 RH Container Bot - 2:2.1.0-0.165.dev.git1298161 -- autobuilt 1298161 - -* Fri Aug 07 2020 RH Container Bot - 2:2.1.0-0.164.dev.git51159e7 -- autobuilt 51159e7 - -* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.163.dev.git0d4a269 -- autobuilt 0d4a269 - -* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.162.dev.gita948635 -- autobuilt a948635 - -* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.161.dev.gitbae6d5d -- autobuilt bae6d5d - -* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.160.dev.gitd1aaf33 -- autobuilt d1aaf33 - -* Wed Aug 05 2020 Eduardo Santiago - 2:2.1.0-0.159.dev.git7a7c8e9 -- add openssl, httpd-tools requirements to podman-tests - -* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.158.dev.git7a7c8e9 -- autobuilt 7a7c8e9 - -* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.157.dev.git4797190 -- autobuilt 4797190 - -* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.156.dev.git6260677 -- autobuilt 6260677 - -* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.155.dev.git0a3f3c9 -- autobuilt 0a3f3c9 - -* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.154.dev.git807efd6 -- autobuilt 807efd6 - -* Tue Aug 04 2020 Peter Oliver - 2:2.1.0-0.153.dev.git1709335 -- Include podman-auto-update systemd service and timer. - -* Tue Aug 04 2020 RH Container Bot - 2:2.1.0-0.152.dev.gitd4cf3c5 -- autobuilt d4cf3c5 - -* Tue Aug 04 2020 RH Container Bot - 2:2.1.0-0.151.dev.git93d6320 -- autobuilt 93d6320 - -* Tue Aug 04 2020 RH Container Bot - 2:2.1.0-0.150.dev.gitf7440ff -- autobuilt f7440ff - -* Tue Aug 04 2020 RH Container Bot - 2:2.1.0-0.149.dev.git1ed1e58 -- autobuilt 1ed1e58 - -* Mon Aug 03 2020 RH Container Bot - 2:2.1.0-0.148.dev.git1709335 -- autobuilt 1709335 - -* Mon Aug 03 2020 RH Container Bot - 2:2.1.0-0.147.dev.git2e3928e -- autobuilt 2e3928e - -* Mon Aug 03 2020 RH Container Bot - 2:2.1.0-0.146.dev.git41358f5 -- autobuilt 41358f5 - -* Mon Aug 03 2020 RH Container Bot - 2:2.1.0-0.145.dev.gitbfd3454 -- autobuilt bfd3454 - -* Sun Aug 02 2020 RH Container Bot - 2:2.1.0-0.144.dev.gitf4d4bd2 -- autobuilt f4d4bd2 - -* Sat Aug 01 2020 RH Container Bot - 2:2.1.0-0.143.dev.gitb425a4f -- autobuilt b425a4f - -* Sat Aug 01 2020 RH Container Bot - 2:2.1.0-0.142.dev.git0d064a0 -- autobuilt 0d064a0 - -* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.141.dev.git4c75fe3 -- autobuilt 4c75fe3 - -* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.140.dev.git7a15be5 -- autobuilt 7a15be5 - -* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.139.dev.git3cf8237 -- autobuilt 3cf8237 - -* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.138.dev.gitbb96c89 -- autobuilt bb96c89 - -* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.137.dev.gite911875 -- autobuilt e911875 - -* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.136.dev.git0e009d5 -- autobuilt 0e009d5 - -* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.135.dev.git1b784b4 -- autobuilt 1b784b4 - -* Thu Jul 30 2020 RH Container Bot - 2:2.1.0-0.134.dev.git4132b71 -- autobuilt 4132b71 - -* Thu Jul 30 2020 RH Container Bot - 2:2.1.0-0.133.dev.gitca2bda6 -- autobuilt ca2bda6 - -* Thu Jul 30 2020 RH Container Bot - 2:2.1.0-0.132.dev.git05b3e0e -- autobuilt 05b3e0e - -* Thu Jul 30 2020 RH Container Bot - 2:2.1.0-0.131.dev.git1170430 -- autobuilt 1170430 - -* Wed Jul 29 2020 RH Container Bot - 2:2.1.0-0.130.dev.gitc66ce8d -- autobuilt c66ce8d - -* Wed Jul 29 2020 RH Container Bot - 2:2.1.0-0.129.dev.giteaa2f52 -- autobuilt eaa2f52 - -* Wed Jul 29 2020 RH Container Bot - 2:2.1.0-0.128.dev.git044a7cb -- autobuilt 044a7cb - -* Wed Jul 29 2020 RH Container Bot - 2:2.1.0-0.127.dev.git7f38774 -- autobuilt 7f38774 - -* Wed Jul 29 2020 RH Container Bot - 2:2.1.0-0.126.dev.git83166a9 -- autobuilt 83166a9 - -* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.125.dev.git539bb4c -- autobuilt 539bb4c - -* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.124.dev.gitb0777ad -- autobuilt b0777ad - -* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.123.dev.git288ebec -- autobuilt 288ebec - -* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.122.dev.git6ed9868 -- autobuilt 6ed9868 - -* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.121.dev.gitec69497 -- autobuilt ec69497 - -* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.120.dev.git91c92d1 -- autobuilt 91c92d1 - -* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.119.dev.gitd463715 -- autobuilt d463715 - -* Mon Jul 27 2020 RH Container Bot - 2:2.1.0-0.118.dev.git2b7bc9b -- autobuilt 2b7bc9b - -* Mon Jul 27 2020 RH Container Bot - 2:2.1.0-0.117.dev.git956caf3 -- autobuilt 956caf3 - -* Mon Jul 27 2020 RH Container Bot - 2:2.1.0-0.116.dev.gitbf92ec5 -- autobuilt bf92ec5 - -* Mon Jul 27 2020 RH Container Bot - 2:2.1.0-0.115.dev.git5e9b54f -- autobuilt 5e9b54f - -* Mon Jul 27 2020 RH Container Bot - 2:2.1.0-0.114.dev.git55a7faf -- autobuilt 55a7faf - -* Mon Jul 27 2020 RH Container Bot - 2:2.1.0-0.113.dev.git71f7150 -- autobuilt 71f7150 - -* Sun Jul 26 2020 RH Container Bot - 2:2.1.0-0.112.dev.git11e8e65 -- autobuilt 11e8e65 - -* Fri Jul 24 2020 RH Container Bot - 2:2.1.0-0.111.dev.gitc2deeff -- autobuilt c2deeff - -* Fri Jul 24 2020 RH Container Bot - 2:2.1.0-0.110.dev.gitd924476 -- autobuilt d924476 - -* Thu Jul 23 2020 RH Container Bot - 2:2.1.0-0.109.dev.git197825d -- autobuilt 197825d - -* Thu Jul 23 2020 RH Container Bot - 2:2.1.0-0.108.dev.git961fa6a -- autobuilt 961fa6a - -* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.107.dev.git1aac197 -- autobuilt 1aac197 - -* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.106.dev.git9223b72 -- autobuilt 9223b72 - -* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.105.dev.gitd493374 -- autobuilt d493374 - -* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.104.dev.git80add29 -- autobuilt 80add29 - -* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.103.dev.git9f5d146 -- autobuilt 9f5d146 - -* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.102.dev.gitef03815 -- autobuilt ef03815 - -* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.101.dev.git59bad8b -- autobuilt 59bad8b - -* Tue Jul 21 2020 RH Container Bot - 2:2.1.0-0.100.dev.git344a791 -- autobuilt 344a791 - -* Tue Jul 21 2020 RH Container Bot - 2:2.1.0-0.99.dev.gite5b3563 -- autobuilt e5b3563 - -* Tue Jul 21 2020 RH Container Bot - 2:2.1.0-0.98.dev.gitbe5219a -- autobuilt be5219a - -* Tue Jul 21 2020 RH Container Bot - 2:2.1.0-0.97.dev.gitf8e2a35 -- autobuilt f8e2a35 - -* Tue Jul 21 2020 RH Container Bot - 2:2.1.0-0.96.dev.git644b5bc -- autobuilt 644b5bc - -* Tue Jul 21 2020 RH Container Bot - 2:2.1.0-0.95.dev.gitdf6920a -- autobuilt df6920a - -* Mon Jul 20 2020 RH Container Bot - 2:2.1.0-0.94.dev.git0d26a57 -- autobuilt 0d26a57 - -* Mon Jul 20 2020 RH Container Bot - 2:2.1.0-0.93.dev.gite8de509 -- autobuilt e8de509 - -* Mon Jul 20 2020 RH Container Bot - 2:2.1.0-0.92.dev.git17f9b80 -- autobuilt 17f9b80 - -* Sun Jul 19 2020 RH Container Bot - 2:2.1.0-0.91.dev.gitb7b8fce -- autobuilt b7b8fce - -* Sat Jul 18 2020 RH Container Bot - 2:2.1.0-0.90.dev.gitd087ade -- autobuilt d087ade - -* Sat Jul 18 2020 RH Container Bot - 2:2.1.0-0.89.dev.gitdeff289 -- autobuilt deff289 - -* Fri Jul 17 2020 RH Container Bot - 2:2.1.0-0.88.dev.git10c5f24 -- autobuilt 10c5f24 - -* Fri Jul 17 2020 RH Container Bot - 2:2.1.0-0.87.dev.gitdfca83d -- autobuilt dfca83d - -* Fri Jul 17 2020 RH Container Bot - 2:2.1.0-0.86.dev.gitd86bae2 -- autobuilt d86bae2 - -* Thu Jul 16 2020 RH Container Bot - 2:2.1.0-0.85.dev.git0bd5181 -- autobuilt 0bd5181 - -* Thu Jul 16 2020 RH Container Bot - 2:2.1.0-0.84.dev.gitf4766e0 -- autobuilt f4766e0 - -* Thu Jul 16 2020 RH Container Bot - 2:2.1.0-0.83.dev.git984fffc -- autobuilt 984fffc - -* Thu Jul 16 2020 RH Container Bot - 2:2.1.0-0.82.dev.git11fe857 -- autobuilt 11fe857 - -* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.81.dev.git9efeb1c -- autobuilt 9efeb1c - -* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.80.dev.git6dcff5c -- autobuilt 6dcff5c - -* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.79.dev.git9051546 -- autobuilt 9051546 - -* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.78.dev.git8704b78 -- autobuilt 8704b78 - -* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.77.dev.git60127cf -- autobuilt 60127cf - -* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.76.dev.git76f9f96 -- autobuilt 76f9f96 - -* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.75.dev.git4250d24 -- autobuilt 4250d24 - -* Tue Jul 14 2020 RH Container Bot - 2:2.1.0-0.74.dev.gitc4843d4 -- autobuilt c4843d4 - -* Tue Jul 14 2020 RH Container Bot - 2:2.1.0-0.73.dev.gita9a751f -- autobuilt a9a751f - -* Tue Jul 14 2020 RH Container Bot - 2:2.1.0-0.72.dev.gitd83077b -- autobuilt d83077b - -* Tue Jul 14 2020 RH Container Bot - 2:2.1.0-0.71.dev.git210f104 -- autobuilt 210f104 - -* Mon Jul 13 2020 RH Container Bot - 2:2.1.0-0.70.dev.git3d33590 -- autobuilt 3d33590 - -* Mon Jul 13 2020 RH Container Bot - 2:2.1.0-0.69.dev.gitd86acf2 -- autobuilt d86acf2 - -* Mon Jul 13 2020 RH Container Bot - 2:2.1.0-0.68.dev.gite2a8e03 -- autobuilt e2a8e03 - -* Sat Jul 11 2020 RH Container Bot - 2:2.1.0-0.67.dev.gite38001f -- autobuilt e38001f - -* Fri Jul 10 2020 RH Container Bot - 2:2.1.0-0.66.dev.git1d71753 -- autobuilt 1d71753 - -* Fri Jul 10 2020 RH Container Bot - 2:2.1.0-0.65.dev.git2ac8c69 -- autobuilt 2ac8c69 - -* Thu Jul 09 2020 RH Container Bot - 2:2.1.0-0.64.dev.gitd9cd003 -- autobuilt d9cd003 - -* Thu Jul 09 2020 RH Container Bot - 2:2.1.0-0.63.dev.gitbc3b3b3 -- autobuilt bc3b3b3 - -* Wed Jul 08 2020 RH Container Bot - 2:2.1.0-0.62.dev.gitedf5fe8 -- autobuilt edf5fe8 - -* Wed Jul 08 2020 RH Container Bot - 2:2.1.0-0.61.dev.gitb58d2b7 -- autobuilt b58d2b7 - -* Wed Jul 08 2020 RH Container Bot - 2:2.1.0-0.60.dev.git85d71ae -- autobuilt 85d71ae - -* Tue Jul 07 2020 RH Container Bot - 2:2.1.0-0.59.dev.git54d16f3 -- autobuilt 54d16f3 - -* Tue Jul 07 2020 RH Container Bot - 2:2.1.0-0.58.dev.gitcd08485 -- autobuilt cd08485 - -* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.57.dev.git1a93857 -- autobuilt 1a93857 - -* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.56.dev.gitb1cc781 -- autobuilt b1cc781 - -* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.55.dev.gitf4708a5 -- autobuilt f4708a5 - -* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.54.dev.git9532509 -- autobuilt 9532509 - -* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.53.dev.git9eac75a -- autobuilt 9eac75a - -* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.52.dev.git4bdc119 -- autobuilt 4bdc119 - -* Mon Jul 06 2020 Eduardo Santiago - 2:2.1.0-0.51.dev.git4351e33 -- bump crun dependency to 0.14, needed for --sdnotify option - -* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.50.dev.git4351e33 -- autobuilt 4351e33 - -* Sun Jul 05 2020 RH Container Bot - 2:2.1.0-0.49.dev.git41ccc04 -- autobuilt 41ccc04 - -* Fri Jul 03 2020 RH Container Bot - 2:2.1.0-0.48.dev.gitb9d48a9 -- autobuilt b9d48a9 - -* Thu Jul 02 2020 RH Container Bot - 2:2.1.0-0.47.dev.gitbd2fca0 -- autobuilt bd2fca0 - -* Thu Jul 02 2020 RH Container Bot - 2:2.1.0-0.46.dev.gitc131567 -- autobuilt c131567 - -* Thu Jul 02 2020 RH Container Bot - 2:2.1.0-0.45.dev.git9fb0b56 -- autobuilt 9fb0b56 - -* Wed Jul 01 2020 RH Container Bot - 2:2.1.0-0.44.dev.gite846952 -- autobuilt e846952 - -* Wed Jul 01 2020 RH Container Bot - 2:2.1.0-0.43.dev.gitd8718fd -- autobuilt d8718fd - -* Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.42.dev.git957e7a5 -- autobuilt 957e7a5 - -* Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.41.dev.git1a1e3f4 -- autobuilt 1a1e3f4 - -* Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.40.dev.git6fbd157 -- autobuilt 6fbd157 - -* Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.39.dev.gitc2a0ccd -- autobuilt c2a0ccd - -* Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.38.dev.git83bde3b -- autobuilt 83bde3b - -* Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.37.dev.gitb163ec3 -- autobuilt b163ec3 - -* Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.36.dev.gite0b93af -- autobuilt e0b93af - -* Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.35.dev.gitc682ca3 -- autobuilt c682ca3 - -* Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.34.dev.gitd90e8b6 -- autobuilt d90e8b6 - -* Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.33.dev.git6ac009d -- autobuilt 6ac009d - -* Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.32.dev.git771c887 -- autobuilt 771c887 - -* Fri Jun 26 2020 RH Container Bot - 2:2.1.0-0.31.dev.git673116c -- autobuilt 673116c - -* Fri Jun 26 2020 RH Container Bot - 2:2.1.0-0.30.dev.gitbb11b42 -- autobuilt bb11b42 - -* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.29.dev.git4db296f -- autobuilt 4db296f - -* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.28.dev.git358e69c -- autobuilt 358e69c - -* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.27.dev.git05e1df2 -- autobuilt 05e1df2 - -* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.26.dev.git7766192 -- autobuilt 7766192 - -* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.25.dev.gitc036eef -- autobuilt c036eef - -* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.24.dev.gitf8036c5 -- autobuilt f8036c5 - -* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.23.dev.gitcd36499 -- autobuilt cd36499 - -* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.22.dev.git35cca19 -- autobuilt 35cca19 - -* Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.21.dev.git2df3faa -- autobuilt 2df3faa - -* Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.20.dev.git4ee6659 -- autobuilt 4ee6659 - -* Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.19.dev.gitb61e429 -- autobuilt b61e429 - -* Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.18.dev.git6bc5dcc -- autobuilt 6bc5dcc - -* Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.17.dev.git0d26b8f -- autobuilt 0d26b8f - -* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.16.dev.git5fe122b -- autobuilt 5fe122b - -* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.15.dev.git81f4204 -- autobuilt 81f4204 - -* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.14.dev.gitaa6881d -- autobuilt aa6881d - -* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.13.dev.git92af85f -- autobuilt 92af85f - -* Tue Jun 23 2020 Lokesh Mandvekar - 2:2.1.0-0.12.dev.git73514b1 -- re-enable remote package - -* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.11.dev.git73514b1 -- autobuilt 73514b1 - -* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.10.dev.gitbbaba9f -- autobuilt bbaba9f - -* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.9.dev.git9e37fd4 -- autobuilt 9e37fd4 - -* Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.8.dev.git22a7d60 -- autobuilt 22a7d60 - -* Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.7.dev.git22942e3 -- autobuilt 22942e3 - -* Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.6.dev.git78b205c -- autobuilt 78b205c - -* Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.5.dev.git277732b -- autobuilt 277732b - -* Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.4.dev.git4afdbcd -- autobuilt 4afdbcd - -* Sun Jun 21 2020 RH Container Bot - 2:2.1.0-0.3.dev.git0e4b734 -- autobuilt 0e4b734 - -* Sun Jun 21 2020 RH Container Bot - 2:2.1.0-0.2.dev.git4a1dd9f -- autobuilt 4a1dd9f - -* Sat Jun 20 2020 RH Container Bot - 2:2.1.0-0.1.dev.gitbc256d9 -- bump to 2.1.0 -- autobuilt bc256d9 - -* Sat Jun 20 2020 RH Container Bot - 2:2.0.0-0.173.dev.gitf403aa3 -- autobuilt f403aa3 - -* Fri Jun 19 2020 RH Container Bot - 2:2.0.0-0.172.dev.git89dbd1a -- autobuilt 89dbd1a - -* Fri Jun 19 2020 RH Container Bot - 2:2.0.0-0.171.dev.git1a2eb3e -- autobuilt 1a2eb3e - -* Fri Jun 19 2020 RH Container Bot - 2:2.0.0-0.170.dev.git33a6027 -- autobuilt 33a6027 - -* Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.169.dev.gita2661b1 -- autobuilt a2661b1 - -* Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.168.dev.gite6b9b3a -- autobuilt e6b9b3a - -* Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.167.dev.git1099ad6 -- autobuilt 1099ad6 - -* Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.166.dev.git3eb0ad0 -- autobuilt 3eb0ad0 - -* Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.165.dev.gitb5f7afd -- autobuilt b5f7afd - -* Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.164.dev.git6472b44 -- autobuilt 6472b44 - -* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.163.dev.git7b00e49 -- autobuilt 7b00e49 - -* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.162.dev.git7b5073b -- autobuilt 7b5073b - -* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.161.dev.gita76bf11 -- autobuilt a76bf11 - -* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.160.dev.git5694104 -- autobuilt 5694104 - -* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.159.dev.gitf293606 -- autobuilt f293606 - -* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.158.dev.git1acd2ad -- autobuilt 1acd2ad - -* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.157.dev.git38391ed -- autobuilt 38391ed - -* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.156.dev.git4fb0f56 -- autobuilt 4fb0f56 - -* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.155.dev.git4b2da3e -- autobuilt 4b2da3e - -* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.154.dev.gite4e10df -- autobuilt e4e10df - -* Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.153.dev.git89630ad -- autobuilt 89630ad - -* Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.152.dev.gitd6965da -- autobuilt d6965da - -* Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.151.dev.git908bc3f -- autobuilt 908bc3f - -* Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.150.dev.git0968f25 -- autobuilt 0968f25 - -* Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.149.dev.gite0dd227 -- autobuilt e0dd227 - -* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.148.dev.git2c7b39d -- autobuilt 2c7b39d - -* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.147.dev.git8a42a32 -- autobuilt 8a42a32 - -* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.146.dev.git10c6c80 -- autobuilt 10c6c80 - -* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.145.dev.gitb897297 -- autobuilt b897297 - -* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.144.dev.git298d622 -- autobuilt 298d622 - -* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.143.dev.git230cd25 -- autobuilt 230cd25 - -* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.142.dev.gite94e3fd -- autobuilt e94e3fd - -* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.141.dev.gitc2690c2 -- autobuilt c2690c2 - -* Fri Jun 12 2020 RH Container Bot - 2:2.0.0-0.140.dev.git3f026eb -- autobuilt 3f026eb - -* Fri Jun 12 2020 RH Container Bot - 2:2.0.0-0.139.dev.git92dafdc -- autobuilt 92dafdc - -* Fri Jun 12 2020 RH Container Bot - 2:2.0.0-0.138.dev.git8aa5cf3 -- autobuilt 8aa5cf3 - -* Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.137.dev.git1f05606 -- autobuilt 1f05606 - -* Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.136.dev.git39ad038 -- autobuilt 39ad038 - -* Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.135.dev.git142e62c -- autobuilt 142e62c - -* Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.134.dev.git5f3e64f -- autobuilt 5f3e64f - -* Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.133.dev.git7b85d5c -- autobuilt 7b85d5c - -* Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.132.dev.gitb2200db -- autobuilt b2200db - -* Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.131.dev.git6c5bd15 -- autobuilt 6c5bd15 - -* Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.130.dev.git37c9078 -- autobuilt 37c9078 - -* Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.129.dev.git6346846 -- autobuilt 6346846 - -* Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.128.dev.git9967f28 -- autobuilt 9967f28 - -* Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.127.dev.gitfbe09d7 -- autobuilt fbe09d7 - -* Tue Jun 09 2020 RH Container Bot - 2:2.0.0-0.126.dev.gitc831ae1 -- autobuilt c831ae1 - -* Tue Jun 09 2020 RH Container Bot - 2:2.0.0-0.125.dev.git79f30af -- autobuilt 79f30af - -* Mon Jun 08 2020 RH Container Bot - 2:2.0.0-0.124.dev.gita85e979 -- autobuilt a85e979 - -* Mon Jun 08 2020 RH Container Bot - 2:2.0.0-0.123.dev.gitb8acc85 -- autobuilt b8acc85 - -* Mon Jun 08 2020 RH Container Bot - 2:2.0.0-0.122.dev.git2869cce -- autobuilt 2869cce - -* Sat Jun 06 2020 RH Container Bot - 2:2.0.0-0.121.dev.git1fcb678 -- autobuilt 1fcb678 - -* Fri Jun 05 2020 RH Container Bot - 2:2.0.0-0.120.dev.git723e823 -- autobuilt 723e823 - -* Fri Jun 05 2020 RH Container Bot - 2:2.0.0-0.119.dev.gitc448c03 -- autobuilt c448c03 - -* Fri Jun 05 2020 RH Container Bot - 2:2.0.0-0.118.dev.gitc6da1a8 -- autobuilt c6da1a8 - -* Fri Jun 05 2020 RH Container Bot - 2:2.0.0-0.117.dev.gitf243233 -- autobuilt f243233 - -* Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.116.dev.gitb057896 -- autobuilt b057896 - -* Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.115.dev.gitbf8337b -- autobuilt bf8337b - -* Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.114.dev.gitceef4f6 -- autobuilt ceef4f6 - -* Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.113.dev.git650ed43 -- autobuilt 650ed43 - -* Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.112.dev.gitff99c3e -- autobuilt ff99c3e - -* Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.111.dev.gitd6e70c6 -- autobuilt d6e70c6 - -* Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.110.dev.git1f8c509 -- autobuilt 1f8c509 - -* Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.109.dev.git986a277 -- autobuilt 986a277 - -* Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.108.dev.gitbba0a8b -- autobuilt bba0a8b - -* Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.107.dev.gitcbfb498 -- autobuilt cbfb498 - -* Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.106.dev.git9bd48a6 -- autobuilt 9bd48a6 - -* Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.105.dev.git428303c -- autobuilt 428303c - -* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.104.dev.git95ea39e -- autobuilt 95ea39e - -* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.103.dev.git4632a4b -- autobuilt 4632a4b - -* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.102.dev.gitc4ccd7c -- autobuilt c4ccd7c - -* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.101.dev.gitd10addc -- autobuilt d10addc - -* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.100.dev.git2937151 -- autobuilt 2937151 - -* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.99.dev.giteb488e7 -- autobuilt eb488e7 - -* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.98.dev.git92f5029 -- autobuilt 92f5029 - -* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.97.dev.gitcc02154 -- autobuilt cc02154 - -* Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.96.dev.gitd6bf6b9 -- autobuilt d6bf6b9 - -* Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.95.dev.git85d3641 -- autobuilt 85d3641 - -* Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.94.dev.git5f1c23d -- autobuilt 5f1c23d - -* Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.93.dev.gitf559cec -- autobuilt f559cec - -* Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.92.dev.git2c6016f -- autobuilt 2c6016f - -* Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.91.dev.git22713d6 -- autobuilt 22713d6 - -* Sun May 31 2020 RH Container Bot - 2:2.0.0-0.90.dev.gitbb05337 -- autobuilt bb05337 - -* Sat May 30 2020 RH Container Bot - 2:2.0.0-0.89.dev.git9037908 -- autobuilt 9037908 - -* Sat May 30 2020 RH Container Bot - 2:2.0.0-0.88.dev.gitc479d63 -- autobuilt c479d63 - -* Fri May 29 2020 RH Container Bot - 2:2.0.0-0.87.dev.git0eea051 -- autobuilt 0eea051 - -* Fri May 29 2020 RH Container Bot - 2:2.0.0-0.86.dev.git0c750a9 -- autobuilt 0c750a9 - -* Fri May 29 2020 RH Container Bot - 2:2.0.0-0.85.dev.git78c3846 -- autobuilt 78c3846 - -* Fri May 29 2020 RH Container Bot - 2:2.0.0-0.84.dev.git6e3aec3 -- autobuilt 6e3aec3 - -* Fri May 29 2020 RH Container Bot - 2:2.0.0-0.83.dev.gitcd1e25f -- autobuilt cd1e25f - -* Thu May 28 2020 Lokesh Mandvekar - 2:2.0.0-0.82.dev.gite8818ce -- use ABISupport buildtag for podman - -* Thu May 28 2020 RH Container Bot - 2:2.0.0-0.81.dev.gite8818ce -- autobuilt e8818ce - -* Thu May 28 2020 RH Container Bot - 2:2.0.0-0.80.dev.git4b2c980 -- autobuilt 4b2c980 - -* Wed May 27 2020 RH Container Bot - 2:2.0.0-0.79.dev.gitadca437 -- autobuilt adca437 - -* Wed May 27 2020 RH Container Bot - 2:2.0.0-0.78.dev.gitc64abd0 -- autobuilt c64abd0 - -* Wed May 27 2020 RH Container Bot - 2:2.0.0-0.77.dev.gitab3a620 -- autobuilt ab3a620 - -* Wed May 27 2020 RH Container Bot - 2:2.0.0-0.76.dev.git2a988a4 -- autobuilt 2a988a4 - -* Wed May 27 2020 RH Container Bot - 2:2.0.0-0.75.dev.git89b4683 -- autobuilt 89b4683 - -* Tue May 26 2020 RH Container Bot - 2:2.0.0-0.74.dev.git119e13d -- autobuilt 119e13d - -* Tue May 26 2020 RH Container Bot - 2:2.0.0-0.73.dev.gite704da0 -- autobuilt e704da0 - -* Tue May 26 2020 RH Container Bot - 2:2.0.0-0.72.dev.gitd32d588 -- autobuilt d32d588 - -* Tue May 26 2020 RH Container Bot - 2:2.0.0-0.71.dev.git07ef44e -- autobuilt 07ef44e - -* Mon May 25 2020 RH Container Bot - 2:2.0.0-0.70.dev.git1077d2d -- autobuilt 1077d2d - -* Mon May 25 2020 RH Container Bot - 2:2.0.0-0.69.dev.git0b7b974 -- autobuilt 0b7b974 - -* Sun May 24 2020 RH Container Bot - 2:2.0.0-0.68.dev.gitb4cd54a -- autobuilt b4cd54a - -* Sat May 23 2020 RH Container Bot - 2:2.0.0-0.67.dev.git56a95b0 -- autobuilt 56a95b0 - -* Sat May 23 2020 RH Container Bot - 2:2.0.0-0.66.dev.gite323d3e -- autobuilt e323d3e - -* Sat May 23 2020 RH Container Bot - 2:2.0.0-0.65.dev.gitc166b21 -- autobuilt c166b21 - -* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.64.dev.gite1193c8 -- autobuilt e1193c8 - -* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.63.dev.gita6ee8bf -- autobuilt a6ee8bf - -* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.62.dev.gitc8d6426 -- autobuilt c8d6426 - -* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.61.dev.git6aa802d -- autobuilt 6aa802d - -* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.60.dev.gitcf5d338 -- autobuilt cf5d338 - -* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.59.dev.git05c0ae6 -- autobuilt 05c0ae6 - -* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.58.dev.git05a0612 -- autobuilt 05a0612 - -* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.57.dev.git3f2ab6b -- autobuilt 3f2ab6b - -* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.56.dev.git398d462 -- autobuilt 398d462 - -* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.55.dev.gitbe43536 -- autobuilt be43536 - -* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.54.dev.gitb023d6d -- autobuilt b023d6d - -* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.53.dev.gitd688851 -- autobuilt d688851 - -* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.52.dev.gitf6aa620 -- autobuilt f6aa620 - -* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.51.dev.git9d3b466 -- autobuilt 9d3b466 - -* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.50.dev.git6409ff6 -- autobuilt 6409ff6 - -* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.49.dev.gitfeb97bb -- autobuilt feb97bb - -* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.48.dev.git6668b13 -- autobuilt 6668b13 - -* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.47.dev.git72e8803 -- autobuilt 72e8803 - -* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.46.dev.git8db7b9e -- autobuilt 8db7b9e - -* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.45.dev.git02b29db -- autobuilt 02b29db - -* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.44.dev.gite8e5a5f -- autobuilt e8e5a5f - -* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.43.dev.git6a75dfa -- autobuilt 6a75dfa - -* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.42.dev.gitb0bfa0e -- autobuilt b0bfa0e - -* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.41.dev.git09f8f14 -- autobuilt 09f8f14 - -* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.40.dev.git70d89bf -- autobuilt 70d89bf - -* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.39.dev.gita670014 -- autobuilt a670014 - -* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.38.dev.git4eee0d8 -- autobuilt 4eee0d8 - -* Mon May 18 2020 RH Container Bot - 2:2.0.0-0.37.dev.git0f8ad03 -- autobuilt 0f8ad03 - -* Mon May 18 2020 RH Container Bot - 2:2.0.0-0.36.dev.git9fe4933 -- autobuilt 9fe4933 - -* Mon May 18 2020 RH Container Bot - 2:2.0.0-0.35.dev.gitd6d4500 -- autobuilt d6d4500 - -* Mon May 18 2020 RH Container Bot - 2:2.0.0-0.34.dev.gitd4587c6 -- autobuilt d4587c6 - -* Sun May 17 2020 RH Container Bot - 2:2.0.0-0.33.dev.gitbfcec32 -- autobuilt bfcec32 - -* Fri May 15 2020 RH Container Bot - 2:2.0.0-0.32.dev.git343ab99 -- autobuilt 343ab99 - -* Fri May 15 2020 RH Container Bot - 2:2.0.0-0.31.dev.gitc61a45c -- autobuilt c61a45c - -* Fri May 15 2020 RH Container Bot - 2:2.0.0-0.30.dev.git59dd341 -- autobuilt 59dd341 - -* Fri May 15 2020 RH Container Bot - 2:2.0.0-0.29.dev.gitd5358e6 -- autobuilt d5358e6 - -* Fri May 15 2020 RH Container Bot - 2:2.0.0-0.28.dev.gita88cd9a -- autobuilt a88cd9a - -* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.27.dev.git4611ff5 -- autobuilt 4611ff5 - -* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.26.dev.git0d96251 -- autobuilt 0d96251 - -* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.25.dev.git77dbfc7 -- autobuilt 77dbfc7 - -* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.24.dev.git7e9ed37 -- autobuilt 7e9ed37 - -* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.23.dev.gite35edb6 -- autobuilt e35edb6 - -* Thu May 14 2020 Daniel J Walsh - 2:2.0.0-0.22.dev.gitf2f0de4 -- Add requires for oci-runtime -- Change crun to Recommends - -* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.21.dev.gitf2f0de4 -- autobuilt f2f0de4 - -* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.20.dev.git150679d -- autobuilt 150679d - -* Wed May 13 2020 RH Container Bot - 2:2.0.0-0.19.dev.gitfa5b33e -- autobuilt fa5b33e - -* Wed May 13 2020 RH Container Bot - 2:2.0.0-0.18.dev.git3c58e4f -- autobuilt 3c58e4f - -* Wed May 13 2020 Eduardo Santiago - 2:2.0.0-0.17.dev.gitd147b3e -- libpod.conf has been removed from the repo - -* Wed May 13 2020 RH Container Bot - 2:2.0.0-0.16.dev.gitd147b3e -- autobuilt d147b3e - -* Wed May 13 2020 RH Container Bot - 2:2.0.0-0.15.dev.gitb364420 -- autobuilt b364420 - -* Tue May 12 2020 RH Container Bot - 2:2.0.0-0.14.dev.git486a117 -- autobuilt 486a117 - -* Tue May 12 2020 Lokesh Mandvekar - 2:2.0.0-0.13.dev.git5b4e91d -- disable remote package - -* Mon May 11 2020 Lokesh Mandvekar - 2:2.0.0-0.12.dev.git8857ba2 -- gating test fix attempt by Ed Santiago - -* Mon May 11 2020 Lokesh Mandvekar - 2:2.0.0-0.11.dev.git8857ba2 -- do not modprobe br_netfilter - -* Thu Apr 16 2020 RH Container Bot - 2:2.0.0-0.10.dev.git8857ba2 -- autobuilt 8857ba2 - -* Thu Apr 16 2020 RH Container Bot - 2:2.0.0-0.9.dev.git155a7d6 -- autobuilt 155a7d6 - -* Thu Apr 16 2020 RH Container Bot - 2:2.0.0-0.8.dev.git084cfb8 -- autobuilt 084cfb8 - -* Thu Apr 16 2020 RH Container Bot - 2:2.0.0-0.7.dev.gitd6b3bc1 -- autobuilt d6b3bc1 - -* Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.6.dev.gitc7d1761 -- autobuilt c7d1761 - -* Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.5.dev.git3500a8b -- autobuilt 3500a8b - -* Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.4.dev.git97bded8 -- autobuilt 97bded8 - -* Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.3.dev.gitef297d4 -- autobuilt ef297d4 - -* Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.2.dev.git9b78bf9 -- autobuilt 9b78bf9 - -* Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.1.dev.gitcc9b78f -- bump to 2.0.0 -- autobuilt cc9b78f - -* Wed Apr 15 2020 RH Container Bot - 2:1.9.0-14.1.dev.git37ed662 -- autobuilt 37ed662 - -* Wed Apr 15 2020 RH Container Bot - 2:1.9.0-13.1.dev.gita756161 -- autobuilt a756161 - -* Wed Apr 15 2020 RH Container Bot - 2:1.9.0-12.1.dev.gitffcb99d -- autobuilt ffcb99d - -* Wed Apr 15 2020 RH Container Bot - 2:1.9.0-11.1.dev.gitf0b6cde -- autobuilt f0b6cde - -* Tue Apr 14 2020 RH Container Bot - 2:1.9.0-10.1.dev.git0d01f09 -- autobuilt 0d01f09 - -* Tue Apr 14 2020 RH Container Bot - 2:1.9.0-9.1.dev.gita6caae0 -- autobuilt a6caae0 - -* Tue Apr 14 2020 RH Container Bot - 2:1.9.0-8.1.dev.gite2a1373 -- autobuilt e2a1373 - -* Tue Apr 14 2020 RH Container Bot - 2:1.9.0-7.1.dev.git26c1535 -- autobuilt 26c1535 - -* Tue Apr 14 2020 RH Container Bot - 2:1.9.0-6.1.dev.gitd885342 -- autobuilt d885342 - -* Mon Apr 13 2020 RH Container Bot - 2:1.9.0-5.1.dev.git5cf64ae -- autobuilt 5cf64ae - -* Mon Apr 13 2020 RH Container Bot - 2:1.9.0-4.1.dev.git0b067b6 -- autobuilt 0b067b6 - -* Mon Apr 13 2020 RH Container Bot - 2:1.9.0-3.1.dev.gitd7695dd -- autobuilt d7695dd - -* Mon Apr 13 2020 Lokesh Mandvekar - 2:1.9.0-2.1.dev.git465b4bc -- bump release tag to preserve clean upgrade path - -* Mon Apr 13 2020 RH Container Bot - 2:1.9.0-0.2.dev.git465b4bc -- autobuilt 465b4bc - -* Mon Apr 13 2020 RH Container Bot - 2:1.9.0-0.1.dev.git309a7f7 -- bump to 1.9.0 -- autobuilt 309a7f7 - -* Fri Apr 10 2020 RH Container Bot - 2:1.8.3-0.102.dev.git1593d4c -- autobuilt 1593d4c - -* Fri Apr 10 2020 RH Container Bot - 2:1.8.3-0.101.dev.git2a8db9d -- autobuilt 2a8db9d - -* Fri Apr 10 2020 RH Container Bot - 2:1.8.3-0.100.dev.git838b5e1 -- autobuilt 838b5e1 - -* Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.99.dev.git3a4bd39 -- autobuilt 3a4bd39 - -* Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.98.dev.git1662310 -- autobuilt 1662310 - -* Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.97.dev.git555b30e -- autobuilt 555b30e - -* Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.96.dev.git46227e0 -- autobuilt 46227e0 - -* Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.95.dev.git3c94fa9 -- autobuilt 3c94fa9 - -* Wed Apr 08 2020 RH Container Bot - 2:1.8.3-0.94.dev.gitf71e4d3 -- autobuilt f71e4d3 - -* Wed Apr 08 2020 RH Container Bot - 2:1.8.3-0.93.dev.git1791fe6 -- autobuilt 1791fe6 - -* Wed Apr 08 2020 RH Container Bot - 2:1.8.3-0.92.dev.git291ad7f -- autobuilt 291ad7f - -* Wed Apr 08 2020 RH Container Bot - 2:1.8.3-0.91.dev.git522dcd6 -- autobuilt 522dcd6 - -* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.90.dev.gitb4840ec -- autobuilt b4840ec - -* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.89.dev.git11c8b01 -- autobuilt 11c8b01 - -* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.88.dev.git08fa3d5 -- autobuilt 08fa3d5 - -* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.87.dev.git9d0d9df -- autobuilt 9d0d9df - -* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.86.dev.git8289805 -- autobuilt 8289805 - -* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.85.dev.git44f910c -- autobuilt 44f910c - -* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.84.dev.gitc0e29b4 -- autobuilt c0e29b4 - -* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.83.dev.git64b6a19 -- autobuilt 64b6a19 - -* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.82.dev.git843fa25 -- autobuilt 843fa25 - -* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.81.dev.gita858b3a -- autobuilt a858b3a - -* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.80.dev.gite318b09 -- autobuilt e318b09 - -* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.79.dev.git09f553c -- autobuilt 09f553c - -* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.78.dev.git4b69cf0 -- autobuilt 4b69cf0 - -* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.77.dev.git5b853bb -- autobuilt 5b853bb - -* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.76.dev.git8dea3c3 -- autobuilt 8dea3c3 - -* Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.75.dev.gitf7dffed -- autobuilt f7dffed - -* Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.74.dev.git35f5867 -- autobuilt 35f5867 - -* Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.73.dev.git64cade0 -- autobuilt 64cade0 - -* Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.72.dev.git2d9b9e8 -- autobuilt 2d9b9e8 - -* Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.71.dev.gita168dcc -- autobuilt a168dcc - -* Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.70.dev.gitccb9e57 -- autobuilt ccb9e57 - -* Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.69.dev.gitccf0e0d -- autobuilt ccf0e0d - -* Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.68.dev.gitc3c6a7c -- autobuilt c3c6a7c - -* Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.67.dev.gitffd2d78 -- autobuilt ffd2d78 - -* Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.66.dev.git82610d6 -- autobuilt 82610d6 - -* Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.65.dev.git88455fe -- autobuilt 88455fe - -* Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.64.dev.gita8cde90 -- autobuilt a8cde90 - -* Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.63.dev.git0f357be -- autobuilt 0f357be - -* Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.62.dev.git0a16372 -- autobuilt 0a16372 - -* Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.61.dev.gitd534e52 -- autobuilt d534e52 - -* Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.60.dev.git82cbebc -- autobuilt 82cbebc - -* Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.59.dev.git394f1c2 -- autobuilt 394f1c2 - -* Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.58.dev.git6d36d05 -- autobuilt 6d36d05 - -* Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.57.dev.git9f5fcc3 -- autobuilt 9f5fcc3 - -* Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.56.dev.git6e8f6ca -- autobuilt 6e8f6ca - -* Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.55.dev.git56ab9e4 -- autobuilt 56ab9e4 - -* Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.54.dev.git4e3010d -- autobuilt 4e3010d - -* Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.53.dev.git9c7410d -- autobuilt 9c7410d - -* Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.52.dev.gitedd623c -- autobuilt edd623c - -* Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.51.dev.git95d9a1e -- autobuilt 95d9a1e - -* Mon Mar 30 2020 Lokesh Mandvekar - 2:1.8.3-0.50.dev.git0fa01c8 -- Resolves: gh#5316 - -* Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.49.dev.git0fa01c8 -- autobuilt 0fa01c8 - -* Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.48.dev.gitcc22b94 -- autobuilt cc22b94 - -* Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.47.dev.git8193751 -- autobuilt 8193751 - -* Sun Mar 29 2020 RH Container Bot - 2:1.8.3-0.46.dev.git598bb53 -- autobuilt 598bb53 - -* Sun Mar 29 2020 RH Container Bot - 2:1.8.3-0.45.dev.gitdabfa10 -- autobuilt dabfa10 - -* Sat Mar 28 2020 RH Container Bot - 2:1.8.3-0.44.dev.git684b4bd -- autobuilt 684b4bd - -* Sat Mar 28 2020 RH Container Bot - 2:1.8.3-0.43.dev.git21b67e6 -- autobuilt 21b67e6 - -* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.42.dev.git3336b10 -- autobuilt 3336b10 - -* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.41.dev.git1fe2fbb -- autobuilt 1fe2fbb - -* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.40.dev.git2c5c198 -- autobuilt 2c5c198 - -* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.39.dev.git4233250 -- autobuilt 4233250 - -* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.38.dev.git3ddb5b1 -- autobuilt 3ddb5b1 - -* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.37.dev.git7007680 -- autobuilt 7007680 - -* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.36.dev.git340312c -- autobuilt 340312c - -* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.35.dev.git1710eca -- autobuilt 1710eca - -* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.34.dev.git6a46a87 -- autobuilt 6a46a87 - -* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.33.dev.git913426c -- autobuilt 913426c - -* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.32.dev.git14ece7e -- autobuilt 14ece7e - -* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.31.dev.git8cccac5 -- autobuilt 8cccac5 - -* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.30.dev.gitc869b96 -- autobuilt c869b96 - -* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.29.dev.git18c1530 -- autobuilt 18c1530 - -* Wed Mar 25 2020 RH Container Bot - 2:1.8.3-0.28.dev.gitff0124a -- autobuilt ff0124a - -* Wed Mar 25 2020 RH Container Bot - 2:1.8.3-0.27.dev.git852dd7f -- autobuilt 852dd7f - -* Wed Mar 25 2020 RH Container Bot - 2:1.8.3-0.26.dev.git69b011d -- autobuilt 69b011d - -* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.25.dev.gitb452064 -- autobuilt b452064 - -* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.24.dev.git0c084d9 -- autobuilt 0c084d9 - -* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.23.dev.gitc29a4c6 -- autobuilt c29a4c6 - -* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.22.dev.git14050c6 -- autobuilt 14050c6 - -* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.21.dev.git0334c8d -- autobuilt 0334c8d - -* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.20.dev.git0275eed -- autobuilt 0275eed - -* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.19.dev.gita2ffd5c -- autobuilt a2ffd5c - -* Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.18.dev.git02de8d5 -- autobuilt 02de8d5 - -* Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.17.dev.git48b3143 -- autobuilt 48b3143 - -* Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.16.dev.gitb743f60 -- autobuilt b743f60 - -* Mon Mar 23 2020 Lokesh Mandvekar - 2:1.8.3-0.15.dev.gite34ec61 -- do not use hack/ostree_tag.sh - -* Mon Mar 23 2020 Lokesh Mandvekar - 2:1.8.3-0.14.dev.gite34ec61 -- Add APIv2 service files - -* Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.13.dev.gite34ec61 -- autobuilt e34ec61 - -* Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.12.dev.gitd6c9f3e -- autobuilt d6c9f3e - -* Sun Mar 22 2020 RH Container Bot - 2:1.8.3-0.11.dev.git31d1445 -- autobuilt 31d1445 - -* Sun Mar 22 2020 RH Container Bot - 2:1.8.3-0.10.dev.git98687ad -- autobuilt 98687ad - -* Sat Mar 21 2020 RH Container Bot - 2:1.8.3-0.9.dev.git2ffff3c -- autobuilt 2ffff3c - -* Sat Mar 21 2020 RH Container Bot - 2:1.8.3-0.8.dev.git89a3e59 -- autobuilt 89a3e59 - -* Sat Mar 21 2020 RH Container Bot - 2:1.8.3-0.7.dev.gite1f2851 -- autobuilt e1f2851 - -* Sat Mar 21 2020 RH Container Bot - 2:1.8.3-0.6.dev.git77187da -- autobuilt 77187da - -* Fri Mar 20 2020 RH Container Bot - 2:1.8.3-0.5.dev.git7a095af -- autobuilt 7a095af - -* Fri Mar 20 2020 RH Container Bot - 2:1.8.3-0.4.dev.git6df1d20 -- autobuilt 6df1d20 - -* Fri Mar 20 2020 RH Container Bot - 2:1.8.3-0.3.dev.gitccc30c6 -- autobuilt ccc30c6 - -* Thu Mar 19 2020 RH Container Bot - 2:1.8.3-0.2.dev.gitd927b43 -- autobuilt d927b43 - -* Thu Mar 19 2020 RH Container Bot - 2:1.8.3-0.1.dev.gitaa6c8c2 -- bump to 1.8.3 -- autobuilt aa6c8c2 - -* Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.9.dev.gitcccd05c -- autobuilt cccd05c - -* Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.8.dev.git1cb3e3a -- autobuilt 1cb3e3a - -* Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.7.dev.gitedcc73e -- autobuilt edcc73e - -* Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.6.dev.gite87fe4d -- autobuilt e87fe4d - -* Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.5.dev.gitbd9386d -- autobuilt bd9386d - -* Wed Mar 18 2020 RH Container Bot - 2:1.8.2-0.4.dev.git45e7cbf -- autobuilt 45e7cbf - -* Wed Mar 18 2020 RH Container Bot - 2:1.8.2-0.3.dev.gitf3a28de -- autobuilt f3a28de - -* Tue Mar 17 2020 RH Container Bot - 2:1.8.2-0.2.dev.git8f1ce4b -- autobuilt 8f1ce4b - -* Mon Mar 16 2020 RH Container Bot - 2:1.8.2-0.1.dev.git412a114 -- bump to 1.8.2 -- autobuilt 412a114 - -* Mon Mar 02 2020 Lokesh Mandvekar - 2:1.8.1-0.4.dev.git275e9b8 -- bump release tag for smooth upgrade path - -* Mon Mar 02 2020 RH Container Bot - 2:1.8.1-0.3.dev.git275e9b8 -- autobuilt 275e9b8 - -* Sat Feb 22 2020 Lokesh Mandvekar - 2:1.8.1-0.2.dev.git0bd29f8 -- bump release tag - -* Mon Feb 17 2020 Lokesh Mandvekar - 2:1.8.1-0.1.dev.git0bd29f8 -- bump to 1.8.1-dev -- built commit 0bd29f8 - -* Thu Feb 06 2020 Lokesh Mandvekar - 2:1.8.0-0.4.dev.git5092c07 -- bump crun dependency - -* Wed Feb 05 2020 RH Container Bot - 2:1.8.0-0.3.dev.git5092c07 -- autobuilt 5092c07 - -* Tue Feb 04 2020 RH Container Bot - 2:1.8.0-0.2.dev.gitc4f6d56 -- autobuilt c4f6d56 - -* Sun Feb 02 2020 RH Container Bot - 2:1.8.0-0.1.dev.git4699d5e -- bump to 1.8.0 -- autobuilt 4699d5e - -* Fri Jan 31 2020 RH Container Bot - 2:1.7.1-0.66.dev.git36af283 -- autobuilt 36af283 - -* Thu Jan 30 2020 RH Container Bot - 2:1.7.1-0.65.dev.giteb28365 -- autobuilt eb28365 - -* Wed Jan 29 2020 RH Container Bot - 2:1.7.1-0.64.dev.gitb2ae45c -- autobuilt b2ae45c - -* Tue Jan 28 2020 RH Container Bot - 2:1.7.1-0.63.dev.git326cdf9 -- autobuilt 326cdf9 - -* Mon Jan 27 2020 RH Container Bot - 2:1.7.1-0.62.dev.gitc28af15 -- autobuilt c28af15 - -* Sat Jan 25 2020 RH Container Bot - 2:1.7.1-0.61.dev.git975854a -- autobuilt 975854a - -* Thu Jan 23 2020 RH Container Bot - 2:1.7.1-0.60.dev.git5bad873 -- autobuilt 5bad873 - -* Thu Jan 23 2020 RH Container Bot - 2:1.7.1-0.59.dev.git8beeb06 -- autobuilt 8beeb06 - -* Thu Jan 23 2020 RH Container Bot - 2:1.7.1-0.58.dev.git6518421 -- autobuilt 6518421 - -* Thu Jan 23 2020 RH Container Bot - 2:1.7.1-0.57.dev.gite6cf0ec -- autobuilt e6cf0ec - -* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.56.dev.gitac3a6b8 -- autobuilt ac3a6b8 - -* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.55.dev.git8b377a7 -- autobuilt 8b377a7 - -* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.54.dev.gitc42383f -- autobuilt c42383f - -* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.53.dev.gitc40664d -- autobuilt c40664d - -* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.52.dev.git9f146b1 -- autobuilt 9f146b1 - -* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.51.dev.git7e1afe0 -- autobuilt 7e1afe0 - -* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.50.dev.git55abb6d -- autobuilt 55abb6d - -* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.49.dev.gitd52132b -- autobuilt d52132b - -* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.48.dev.gitaa13779 -- autobuilt aa13779 - -* Tue Jan 21 2020 RH Container Bot - 2:1.7.1-0.47.dev.gitf63005e -- autobuilt f63005e - -* Tue Jan 21 2020 RH Container Bot - 2:1.7.1-0.46.dev.gitf467bb2 -- autobuilt f467bb2 - -* Tue Jan 21 2020 RH Container Bot - 2:1.7.1-0.45.dev.gitfb2bd26 -- autobuilt fb2bd26 - -* Sat Jan 18 2020 RH Container Bot - 2:1.7.1-0.44.dev.git9be6430 -- autobuilt 9be6430 - -* Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.43.dev.gitce4bf33 -- autobuilt ce4bf33 - -* Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.42.dev.git3b6a843 -- autobuilt 3b6a843 - -* Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.41.dev.gitab7e1a4 -- autobuilt ab7e1a4 - -* Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.40.dev.gitf5e614b -- autobuilt f5e614b - -* Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.39.dev.gitacbb6c0 -- autobuilt acbb6c0 - -* Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.38.dev.git74b89da -- autobuilt 74b89da - -* Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.37.dev.git79fbe72 -- autobuilt 79fbe72 - -* Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.36.dev.git30245af -- autobuilt 30245af - -* Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.35.dev.git1d7176b -- autobuilt 1d7176b - -* Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.34.dev.gitdb00ee9 -- autobuilt db00ee9 - -* Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.33.dev.git61fbce7 -- autobuilt 61fbce7 - -* Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.32.dev.gite1e405b -- autobuilt e1e405b - -* Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.31.dev.git978b891 -- autobuilt 978b891 - -* Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.30.dev.git34429f3 -- autobuilt 34429f3 - -* Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.29.dev.gite025b43 -- autobuilt e025b43 - -* Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.28.dev.gitd914cc2 -- autobuilt d914cc2 - -* Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.27.dev.git12aa9ca -- autobuilt 12aa9ca - -* Tue Jan 14 2020 RH Container Bot - 2:1.7.1-0.26.dev.gitad5137b -- autobuilt ad5137b - -* Tue Jan 14 2020 RH Container Bot - 2:1.7.1-0.25.dev.git564bd69 -- autobuilt 564bd69 - -* Tue Jan 14 2020 RH Container Bot - 2:1.7.1-0.24.dev.git3961882 -- autobuilt 3961882 - -* Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.23.dev.git79ec2a9 -- autobuilt 79ec2a9 - -* Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.22.dev.git6c3d383 -- autobuilt 6c3d383 - -* Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.21.dev.git796ae87 -- autobuilt 796ae87 - -* Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.20.dev.gite83a1b8 -- autobuilt e83a1b8 - -* Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.19.dev.git9e2e4d7 -- autobuilt 9e2e4d7 - -* Sun Jan 12 2020 RH Container Bot - 2:1.7.1-0.18.dev.git55dd73c -- autobuilt 55dd73c - -* Sat Jan 11 2020 RH Container Bot - 2:1.7.1-0.17.dev.git2d5fd7c -- autobuilt 2d5fd7c - -* Fri Jan 10 2020 RH Container Bot - 2:1.7.1-0.16.dev.git0e9c208 -- autobuilt 0e9c208 - -* Fri Jan 10 2020 RH Container Bot - 2:1.7.1-0.15.dev.gite1ffac6 -- autobuilt e1ffac6 - -* Fri Jan 10 2020 RH Container Bot - 2:1.7.1-0.14.dev.git6ed88e0 -- autobuilt 6ed88e0 - -* Thu Jan 09 2020 RH Container Bot - 2:1.7.1-0.13.dev.gitf57fdd0 -- autobuilt f57fdd0 - -* Thu Jan 09 2020 RH Container Bot - 2:1.7.1-0.12.dev.git154b5ca -- autobuilt 154b5ca - -* Thu Jan 09 2020 RH Container Bot - 2:1.7.1-0.11.dev.gitf3fc10f -- autobuilt f3fc10f - -* Wed Jan 08 2020 RH Container Bot - 2:1.7.1-0.10.dev.gitc99b413 -- autobuilt c99b413 - -* Wed Jan 08 2020 RH Container Bot - 2:1.7.1-0.9.dev.gitc6ad42a -- autobuilt c6ad42a - -* Wed Jan 08 2020 RH Container Bot - 2:1.7.1-0.8.dev.git27caffb -- autobuilt 27caffb - -* Wed Jan 08 2020 Jindrich Novy - 2:1.7.1-0.7.dev.git0b9dd1a -- require container-selinux only when selinux-policy is installed and - move podman-remote man pages to dedicated package (#1765818) - -* Wed Jan 08 2020 RH Container Bot - 2:1.7.1-0.6.dev.git0b9dd1a -- autobuilt 0b9dd1a - -* Tue Jan 07 2020 RH Container Bot - 2:1.7.1-0.5.dev.gitc41fd09 -- autobuilt c41fd09 - -* Tue Jan 07 2020 RH Container Bot - 2:1.7.1-0.4.dev.gitbd3d8f4 -- autobuilt bd3d8f4 - -* Tue Jan 07 2020 RH Container Bot - 2:1.7.1-0.3.dev.gitf85b3a0 -- autobuilt f85b3a0 - -* Tue Jan 07 2020 Jindrich Novy - 2:1.7.1-0.2.dev.gite362220 -- always require container-selinux (#1765818) - -* Mon Jan 06 2020 RH Container Bot - 2:1.7.1-0.1.dev.gite362220 -- bump to 1.7.1 -- autobuilt e362220 - -* Mon Jan 06 2020 RH Container Bot - 2:1.7.0-0.28.dev.git2d8f1c8 -- autobuilt 2d8f1c8 - -* Mon Jan 06 2020 RH Container Bot - 2:1.7.0-0.27.dev.git2e0157a -- autobuilt 2e0157a - -* Mon Jan 06 2020 Jindrich Novy - 2:1.7.0-0.26.dev.git9758a97 -- also obsolete former podman-manpages package - -* Mon Jan 06 2020 Jindrich Novy - 2:1.7.0-0.25.dev.git9758a97 -- add podman-manpages provide to main podman package - -* Mon Jan 06 2020 Jindrich Novy - 2:1.7.0-0.24.dev.git9758a97 -- merge podman-manpages with podman package - -* Fri Jan 03 2020 RH Container Bot - 2:1.7.0-0.23.dev.git9758a97 -- autobuilt 9758a97 - -* Thu Jan 02 2020 RH Container Bot - 2:1.7.0-0.22.dev.git50b4446 -- autobuilt 50b4446 - -* Thu Jan 02 2020 RH Container Bot - 2:1.7.0-0.21.dev.git1faa5bb -- autobuilt 1faa5bb - -* Tue Dec 31 2019 RH Container Bot - 2:1.7.0-0.20.dev.git6a370cb -- autobuilt 6a370cb - -* Fri Dec 20 2019 RH Container Bot - 2:1.7.0-0.19.dev.gitfcd48db -- autobuilt fcd48db - -* Fri Dec 20 2019 RH Container Bot - 2:1.7.0-0.18.dev.gite33d7e9 -- autobuilt e33d7e9 - -* Thu Dec 19 2019 RH Container Bot - 2:1.7.0-0.17.dev.git1ba6d0f -- autobuilt 1ba6d0f - -* Thu Dec 19 2019 RH Container Bot - 2:1.7.0-0.16.dev.gitc1a7911 -- autobuilt c1a7911 - -* Tue Dec 17 2019 RH Container Bot - 2:1.7.0-0.15.dev.gite6b8433 -- autobuilt e6b8433 - -* Tue Dec 17 2019 RH Container Bot - 2:1.7.0-0.14.dev.gitfab67f3 -- autobuilt fab67f3 - -* Tue Dec 17 2019 RH Container Bot - 2:1.7.0-0.13.dev.git1e440a3 -- autobuilt 1e440a3 - -* Tue Dec 17 2019 RH Container Bot - 2:1.7.0-0.12.dev.git4329204 -- autobuilt 4329204 - -* Mon Dec 16 2019 RH Container Bot - 2:1.7.0-0.11.dev.git1162183 -- autobuilt 1162183 - -* Mon Dec 16 2019 RH Container Bot - 2:1.7.0-0.10.dev.gitb2f05e0 -- autobuilt b2f05e0 - -* Mon Dec 16 2019 RH Container Bot - 2:1.7.0-0.9.dev.git19064e5 -- autobuilt 19064e5 - -* Sat Dec 14 2019 RH Container Bot - 2:1.7.0-0.8.dev.git6c7b6d9 -- autobuilt 6c7b6d9 - -* Fri Dec 13 2019 RH Container Bot - 2:1.7.0-0.7.dev.git885967f -- autobuilt 885967f - -* Fri Dec 13 2019 RH Container Bot - 2:1.7.0-0.6.dev.git22849ff -- autobuilt 22849ff - -* Fri Dec 13 2019 RH Container Bot - 2:1.7.0-0.5.dev.git71a0c0f -- autobuilt 71a0c0f - -* Fri Dec 13 2019 RH Container Bot - 2:1.7.0-0.4.dev.git123e7ea -- autobuilt 123e7ea - -* Thu Dec 12 2019 RH Container Bot - 2:1.7.0-0.3.dev.git16de498 -- autobuilt 16de498 - -* Wed Dec 11 2019 RH Container Bot - 2:1.7.0-0.2.dev.gitf81f15f -- autobuilt f81f15f - -* Wed Dec 11 2019 RH Container Bot - 2:1.7.0-0.1.dev.git5941138 -- bump to 1.7.0 -- autobuilt 5941138 - -* Wed Dec 11 2019 RH Container Bot - 2:1.6.4-0.74.dev.git11541ae -- autobuilt 11541ae - -* Wed Dec 11 2019 RH Container Bot - 2:1.6.4-0.73.dev.gitdd64038 -- autobuilt dd64038 - -* Wed Dec 11 2019 RH Container Bot - 2:1.6.4-0.72.dev.gita18de10 -- autobuilt a18de10 - -* Wed Dec 11 2019 RH Container Bot - 2:1.6.4-0.71.dev.git282787f -- autobuilt 282787f - -* Mon Dec 09 2019 RH Container Bot - 2:1.6.4-0.70.dev.gitc2dab75 -- autobuilt c2dab75 - -* Sat Dec 07 2019 RH Container Bot - 2:1.6.4-0.69.dev.git7287f69 -- autobuilt 7287f69 - -* Fri Dec 06 2019 RH Container Bot - 2:1.6.4-0.68.dev.git82a83b9 -- autobuilt 82a83b9 - -* Fri Dec 06 2019 RH Container Bot - 2:1.6.4-0.67.dev.git8924a30 -- autobuilt 8924a30 - -* Fri Dec 06 2019 RH Container Bot - 2:1.6.4-0.66.dev.gite9c4820 -- autobuilt e9c4820 - -* Thu Dec 05 2019 RH Container Bot - 2:1.6.4-0.65.dev.git465e142 -- autobuilt 465e142 - -* Thu Dec 05 2019 RH Container Bot - 2:1.6.4-0.64.dev.git4fb724c -- autobuilt 4fb724c - -* Thu Dec 05 2019 RH Container Bot - 2:1.6.4-0.63.dev.git813b00e -- autobuilt 813b00e - -* Thu Dec 05 2019 RH Container Bot - 2:1.6.4-0.62.dev.gitbc40282 -- autobuilt bc40282 - -* Wed Dec 04 2019 RH Container Bot - 2:1.6.4-0.61.dev.git4dbab37 -- autobuilt 4dbab37 - -* Wed Dec 04 2019 RH Container Bot - 2:1.6.4-0.60.dev.gite47b7a6 -- autobuilt e47b7a6 - -* Wed Dec 04 2019 RH Container Bot - 2:1.6.4-0.59.dev.git10f7334 -- autobuilt 10f7334 - -* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.58.dev.git06e2a20 -- autobuilt 06e2a20 - -* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.57.dev.git5c3af00 -- autobuilt 5c3af00 - -* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.56.dev.git748de3c -- autobuilt 748de3c - -* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.55.dev.gitd8bfd11 -- autobuilt d8bfd11 - -* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.54.dev.gitb88f2c4 -- autobuilt b88f2c4 - -* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.53.dev.git9e361fd -- autobuilt 9e361fd - -* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.52.dev.git309452d -- autobuilt 309452d - -* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.51.dev.git6458f96 -- autobuilt 6458f96 - -* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.50.dev.gitb905850 -- autobuilt b905850 - -* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.49.dev.gitc9696c4 -- autobuilt c9696c4 - -* Mon Dec 02 2019 RH Container Bot - 2:1.6.4-0.48.dev.git7117286 -- autobuilt 7117286 - -* Mon Dec 02 2019 RH Container Bot - 2:1.6.4-0.47.dev.git8d00c83 -- autobuilt 8d00c83 - -* Mon Dec 02 2019 RH Container Bot - 2:1.6.4-0.46.dev.gite4275b3 -- autobuilt e4275b3 - -* Fri Nov 29 2019 RH Container Bot - 2:1.6.4-0.45.dev.git39c705e -- autobuilt 39c705e - -* Fri Nov 29 2019 RH Container Bot - 2:1.6.4-0.44.dev.git7f53178 -- autobuilt 7f53178 - -* Fri Nov 29 2019 RH Container Bot - 2:1.6.4-0.43.dev.git1c0356e -- autobuilt 1c0356e - -* Thu Nov 28 2019 RH Container Bot - 2:1.6.4-0.42.dev.gitaa95726 -- autobuilt aa95726 - -* Wed Nov 27 2019 RH Container Bot - 2:1.6.4-0.41.dev.git2178875 -- autobuilt 2178875 - -* Tue Nov 26 2019 RH Container Bot - 2:1.6.4-0.40.dev.git27a09f8 -- autobuilt 27a09f8 - -* Tue Nov 26 2019 RH Container Bot - 2:1.6.4-0.39.dev.gitb29928f -- autobuilt b29928f - -* Tue Nov 26 2019 RH Container Bot - 2:1.6.4-0.38.dev.gitf5ef3d5 -- autobuilt f5ef3d5 - -* Tue Nov 26 2019 RH Container Bot - 2:1.6.4-0.37.dev.gitaef3858 -- autobuilt aef3858 - -* Mon Nov 25 2019 RH Container Bot - 2:1.6.4-0.36.dev.git9fb0adf -- autobuilt 9fb0adf - -* Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.35.dev.git6187e72 -- autobuilt 6187e72 - -* Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.34.dev.git1284260 -- autobuilt 1284260 - -* Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.33.dev.gitc2dfef5 -- autobuilt c2dfef5 - -* Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.32.dev.gite4b8054 -- autobuilt e4b8054 - -* Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.31.dev.git22e7d7d -- autobuilt 22e7d7d - -* Thu Nov 21 2019 RH Container Bot - 2:1.6.4-0.30.dev.git6392477 -- autobuilt 6392477 - -* Tue Nov 19 2019 RH Container Bot - 2:1.6.4-0.29.dev.gitc673ff8 -- autobuilt c673ff8 - -* Tue Nov 19 2019 RH Container Bot - 2:1.6.4-0.28.dev.gitf3f219a -- autobuilt f3f219a - -* Mon Nov 18 2019 RH Container Bot - 2:1.6.4-0.27.dev.git741b90c -- autobuilt 741b90c - -* Sun Nov 17 2019 RH Container Bot - 2:1.6.4-0.26.dev.gitdb32ed1 -- autobuilt db32ed1 - -* Sat Nov 16 2019 RH Container Bot - 2:1.6.4-0.25.dev.gitc6f2383 -- autobuilt c6f2383 - -* Fri Nov 15 2019 RH Container Bot - 2:1.6.4-0.24.dev.git51c08f3 -- autobuilt 51c08f3 - -* Thu Nov 14 2019 RH Container Bot - 2:1.6.4-0.23.dev.gitd7ed9fa -- autobuilt d7ed9fa - -* Wed Nov 13 2019 RH Container Bot - 2:1.6.4-0.22.dev.git225f22b -- autobuilt 225f22b - -* Wed Nov 13 2019 RH Container Bot - 2:1.6.4-0.21.dev.git15220af -- autobuilt 15220af - -* Mon Nov 11 2019 RH Container Bot - 2:1.6.4-0.20.dev.gitde32b89 -- autobuilt de32b89 - -* Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.19.dev.gitb713e53 -- autobuilt b713e53 - -* Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.18.dev.gitf456ce9 -- autobuilt f456ce9 - -* Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.17.dev.git4ed12f9 -- autobuilt 4ed12f9 - -* Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.16.dev.git92af260 -- autobuilt 92af260 - -* Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.15.dev.git3463a71 -- autobuilt 3463a71 - -* Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.14.dev.git3ec9ee0 -- autobuilt 3ec9ee0 - -* Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.13.dev.gitd919961 -- autobuilt d919961 - -* Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.12.dev.git3474997 -- autobuilt 3474997 - -* Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.11.dev.git24efb5e -- autobuilt 24efb5e - -* Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.10.dev.gitb4a83bf -- autobuilt b4a83bf - -* Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.9.dev.gitaad2904 -- autobuilt aad2904 - -* Wed Nov 06 2019 RH Container Bot - 2:1.6.4-0.8.dev.git2e2d82c -- autobuilt 2e2d82c - -* Wed Nov 06 2019 RH Container Bot - 2:1.6.4-0.7.dev.git581a7ec -- autobuilt 581a7ec - -* Wed Nov 06 2019 RH Container Bot - 2:1.6.4-0.6.dev.git6f7c290 -- autobuilt 6f7c290 - -* Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.5.dev.gitb4b7272 -- autobuilt b4b7272 - -* Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.4.dev.git7eda1b0 -- autobuilt 7eda1b0 - -* Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.3.dev.gita904e21 -- autobuilt a904e21 - -* Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.2.dev.git08c5c54 -- autobuilt 08c5c54 - -* Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.1.dev.gitcc19b09 -- bump to 1.6.4 -- autobuilt cc19b09 - -* Tue Nov 05 2019 RH Container Bot - 2:1.6.3-0.47.dev.git1db4556 -- autobuilt 1db4556 - -* Mon Nov 04 2019 RH Container Bot - 2:1.6.3-0.46.dev.git17eadda -- autobuilt 17eadda - -* Mon Nov 04 2019 RH Container Bot - 2:1.6.3-0.45.dev.git8e5aad9 -- autobuilt 8e5aad9 - -* Mon Nov 04 2019 RH Container Bot - 2:1.6.3-0.44.dev.gitefc7f15 -- autobuilt efc7f15 - -* Sun Nov 03 2019 RH Container Bot - 2:1.6.3-0.43.dev.gitca4c24c -- autobuilt ca4c24c - -* Sat Nov 02 2019 RH Container Bot - 2:1.6.3-0.42.dev.git2bf4df4 -- autobuilt 2bf4df4 - -* Sat Nov 02 2019 RH Container Bot - 2:1.6.3-0.41.dev.git10d67fc -- autobuilt 10d67fc - -* Fri Nov 01 2019 RH Container Bot - 2:1.6.3-0.40.dev.git8238107 -- autobuilt 8238107 - -* Fri Nov 01 2019 RH Container Bot - 2:1.6.3-0.39.dev.git04e8bf3 -- autobuilt 04e8bf3 - -* Fri Nov 01 2019 RH Container Bot - 2:1.6.3-0.38.dev.git69165fa -- autobuilt 69165fa - -* Fri Nov 01 2019 RH Container Bot - 2:1.6.3-0.37.dev.git7c7f000 -- autobuilt 7c7f000 - -* Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.36.dev.git2dae257 -- autobuilt 2dae257 - -* Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.35.dev.git0bfdeae -- autobuilt 0bfdeae - -* Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.34.dev.git1e750f7 -- autobuilt 1e750f7 - -* Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.33.dev.git5af166f -- autobuilt 5af166f - -* Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.32.dev.git1b3e79d -- autobuilt 1b3e79d - -* Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.31.dev.git381fa4d -- autobuilt 381fa4d - -* Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.30.dev.git9ba8dae -- autobuilt 9ba8dae - -* Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.29.dev.gita35d002 -- autobuilt a35d002 - -* Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.28.dev.git63b57f5 -- autobuilt 63b57f5 - -* Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.27.dev.git4762b63 -- autobuilt 4762b63 - -* Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.26.dev.gite7540d0 -- autobuilt e7540d0 - -* Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.25.dev.git6c6e783 -- autobuilt 6c6e783 - -* Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.24.dev.git59582c5 -- autobuilt 59582c5 - -* Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.23.dev.gita56131f -- autobuilt a56131f - -* Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.22.dev.git8e264ca -- autobuilt 8e264ca - -* Mon Oct 28 2019 RH Container Bot - 2:1.6.3-0.21.dev.git1b5c2d1 -- autobuilt 1b5c2d1 - -* Mon Oct 28 2019 RH Container Bot - 2:1.6.3-0.20.dev.git94864ad -- autobuilt 94864ad - -* Sun Oct 27 2019 RH Container Bot - 2:1.6.3-0.19.dev.gitac73fd3 -- autobuilt ac73fd3 - -* Sat Oct 26 2019 RH Container Bot - 2:1.6.3-0.18.dev.gitea46937 -- autobuilt ea46937 - -* Fri Oct 25 2019 RH Container Bot - 2:1.6.3-0.17.dev.gita01cb22 -- autobuilt a01cb22 - -* Thu Oct 24 2019 RH Container Bot - 2:1.6.3-0.16.dev.git77c7a28 -- autobuilt 77c7a28 - -* Thu Oct 24 2019 RH Container Bot - 2:1.6.3-0.15.dev.gitba4a808 -- autobuilt ba4a808 - -* Thu Oct 24 2019 RH Container Bot - 2:1.6.3-0.14.dev.git43b1c2f -- autobuilt 43b1c2f - -* Thu Oct 24 2019 RH Container Bot - 2:1.6.3-0.13.dev.git674dc2b -- autobuilt 674dc2b - -* Wed Oct 23 2019 RH Container Bot - 2:1.6.3-0.12.dev.git299a430 -- autobuilt 299a430 - -* Wed Oct 23 2019 RH Container Bot - 2:1.6.3-0.11.dev.git2e6c9aa -- autobuilt 2e6c9aa - -* Wed Oct 23 2019 RH Container Bot - 2:1.6.3-0.10.dev.gitef556cf -- autobuilt ef556cf - -* Tue Oct 22 2019 RH Container Bot - 2:1.6.3-0.9.dev.git46ad6bc -- autobuilt 46ad6bc - -* Tue Oct 22 2019 RH Container Bot - 2:1.6.3-0.8.dev.gitd358840 -- autobuilt d358840 - -* Tue Oct 22 2019 RH Container Bot - 2:1.6.3-0.7.dev.git5431ace -- autobuilt 5431ace - -* Mon Oct 21 2019 RH Container Bot - 2:1.6.3-0.6.dev.gitefc54c3 -- autobuilt efc54c3 - -* Mon Oct 21 2019 RH Container Bot - 2:1.6.3-0.5.dev.gitd2591a5 -- autobuilt d2591a5 - -* Sun Oct 20 2019 RH Container Bot - 2:1.6.3-0.4.dev.gitd3520de -- autobuilt d3520de - -* Fri Oct 18 2019 RH Container Bot - 2:1.6.3-0.3.dev.git02ab9c7 -- autobuilt 02ab9c7 - -* Fri Oct 18 2019 RH Container Bot - 2:1.6.3-0.2.dev.gitf0da9cf -- autobuilt f0da9cf - -* Thu Oct 17 2019 RH Container Bot - 2:1.6.3-0.1.dev.gitb6fdfa0 -- bump to 1.6.3 -- autobuilt b6fdfa0 - -* Thu Oct 17 2019 RH Container Bot - 2:1.6.2-0.41.dev.git2b0892e -- autobuilt 2b0892e - -* Thu Oct 17 2019 RH Container Bot - 2:1.6.2-0.40.dev.gitf2d9a9d -- autobuilt f2d9a9d - -* Thu Oct 17 2019 RH Container Bot - 2:1.6.2-0.39.dev.gitd7cbcfa -- autobuilt d7cbcfa - -* Thu Oct 17 2019 RH Container Bot - 2:1.6.2-0.38.dev.git392846c -- autobuilt 392846c - -* Wed Oct 16 2019 RH Container Bot - 2:1.6.2-0.37.dev.gite7d5ac0 -- autobuilt e7d5ac0 - -* Wed Oct 16 2019 RH Container Bot - 2:1.6.2-0.36.dev.gitdc1f8b6 -- autobuilt dc1f8b6 - -* Wed Oct 16 2019 RH Container Bot - 2:1.6.2-0.35.dev.git7825c58 -- autobuilt 7825c58 - -* Wed Oct 16 2019 RH Container Bot - 2:1.6.2-0.34.dev.git8172460 -- autobuilt 8172460 - -* Tue Oct 15 2019 RH Container Bot - 2:1.6.2-0.33.dev.git5f72e6e -- autobuilt 5f72e6e - -* Mon Oct 14 2019 RH Container Bot - 2:1.6.2-0.32.dev.gita9190da -- autobuilt a9190da - -* Mon Oct 14 2019 RH Container Bot - 2:1.6.2-0.31.dev.git3e45d07 -- autobuilt 3e45d07 - -* Sat Oct 12 2019 RH Container Bot - 2:1.6.2-0.30.dev.gita8993ba -- autobuilt a8993ba - -* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.29.dev.gitb0b3506 -- autobuilt b0b3506 - -* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.28.dev.git79d05b9 -- autobuilt 79d05b9 - -* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.27.dev.gitcee6478 -- autobuilt cee6478 - -* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.26.dev.giteb6ca05 -- autobuilt eb6ca05 - -* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.25.dev.git50b1884 -- autobuilt 50b1884 - -* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.24.dev.git9f1f4ef -- autobuilt 9f1f4ef - -* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.23.dev.git495db28 -- autobuilt 495db28 - -* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.22.dev.git43dcc91 -- autobuilt 43dcc91 - -* Thu Oct 10 2019 RH Container Bot - 2:1.6.2-0.21.dev.git6d35eac -- autobuilt 6d35eac - -* Thu Oct 10 2019 RH Container Bot - 2:1.6.2-0.20.dev.gitf39e097 -- autobuilt f39e097 - -* Thu Oct 10 2019 RH Container Bot - 2:1.6.2-0.19.dev.gita7f2668 -- autobuilt a7f2668 - -* Wed Oct 09 2019 RH Container Bot - 2:1.6.2-0.18.dev.git12c9b53 -- autobuilt 12c9b53 - -* Wed Oct 09 2019 RH Container Bot - 2:1.6.2-0.17.dev.gitf61e399 -- autobuilt f61e399 - -* Wed Oct 09 2019 Lokesh Mandvekar - 2:1.6.2-0.16.dev.gitc3c40f9 -- remove polkit dependency for now - -* Wed Oct 09 2019 Lokesh Mandvekar - 2:1.6.2-0.15.dev.gitc3c40f9 -- Requires: crun >= 0.10.2-1 and polkit - -* Wed Oct 09 2019 RH Container Bot - 2:1.6.2-0.14.dev.gitc3c40f9 -- autobuilt c3c40f9 - -* Tue Oct 08 2019 RH Container Bot - 2:1.6.2-0.13.dev.git10cbaad -- autobuilt 10cbaad - -* Tue Oct 08 2019 Lokesh Mandvekar - 2:1.6.2-0.12.dev.gitc817ea1 -- add runc back - -* Mon Oct 07 2019 RH Container Bot - 2:1.6.2-0.11.dev.gitc817ea1 -- autobuilt c817ea1 - -* Mon Oct 07 2019 RH Container Bot - 2:1.6.2-0.10.dev.git589261f -- autobuilt 589261f - -* Fri Oct 04 2019 RH Container Bot - 2:1.6.2-0.9.dev.git2c2782a -- autobuilt 2c2782a - -* Fri Oct 04 2019 RH Container Bot - 2:1.6.2-0.8.dev.gitbd08fc0 -- autobuilt bd08fc0 - -* Fri Oct 04 2019 RH Container Bot - 2:1.6.2-0.7.dev.git70d5b0a -- autobuilt 70d5b0a - -* Fri Oct 04 2019 RH Container Bot - 2:1.6.2-0.6.dev.git1fe9556 -- autobuilt 1fe9556 - -* Thu Oct 03 2019 RH Container Bot - 2:1.6.2-0.5.dev.git7af4074 -- autobuilt 7af4074 - -* Thu Oct 03 2019 RH Container Bot - 2:1.6.2-0.4.dev.git86c8650 -- autobuilt 86c8650 - -* Thu Oct 03 2019 RH Container Bot - 2:1.6.2-0.3.dev.gitf96fbfc -- autobuilt f96fbfc - -* Thu Oct 03 2019 RH Container Bot - 2:1.6.2-0.2.dev.gitb32cb4b -- autobuilt b32cb4b - -* Wed Oct 02 2019 RH Container Bot - 2:1.6.2-0.1.dev.gite67e9e1 -- bump to 1.6.2 -- autobuilt e67e9e1 - -* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.12.dev.git960f07b -- autobuilt 960f07b - -* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.11.dev.git0046b01 -- autobuilt 0046b01 - -* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.10.dev.gitdac7889 -- autobuilt dac7889 - -* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.9.dev.git2648955 -- autobuilt 2648955 - -* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.8.dev.git257a985 -- autobuilt 257a985 - -* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.7.dev.git32a2ce8 -- autobuilt 32a2ce8 - -* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.6.dev.git74879c8 -- autobuilt 74879c8 - -* Tue Oct 01 2019 Lokesh Mandvekar - 2:1.6.1-0.5.dev.git7a56963 -- Requires: crun >= 0.10-1 - -* Tue Oct 01 2019 RH Container Bot - 2:1.6.1-0.4.dev.git7a56963 -- autobuilt 7a56963 - -* Tue Oct 01 2019 RH Container Bot - 2:1.6.1-0.3.dev.git8f2ec88 -- autobuilt 8f2ec88 - -* Tue Oct 01 2019 RH Container Bot - 2:1.6.1-0.2.dev.git049aafa -- autobuilt 049aafa - -* Tue Oct 01 2019 RH Container Bot - 2:1.6.1-0.1.dev.git5d344db -- bump to 1.6.1 -- autobuilt 5d344db - -* Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.42.dev.gitd7eba02 -- autobuilt d7eba02 - -* Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.41.dev.git5702dd7 -- autobuilt 5702dd7 - -* Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.40.dev.gitb063383 -- autobuilt b063383 - -* Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.39.dev.git04b3a73 -- autobuilt 04b3a73 - -* Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.38.dev.git2c23729 -- autobuilt 2c23729 - -* Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.37.dev.git150ba5e -- autobuilt 150ba5e - -* Sun Sep 29 2019 RH Container Bot - 2:1.6.0-0.36.dev.git01b7af8 -- autobuilt 01b7af8 - -* Sat Sep 28 2019 RH Container Bot - 2:1.6.0-0.35.dev.git01a802e -- autobuilt 01a802e - -* Fri Sep 27 2019 RH Container Bot - 2:1.6.0-0.34.dev.gite87012d -- autobuilt e87012d - -* Fri Sep 27 2019 RH Container Bot - 2:1.6.0-0.33.dev.git0fb807d -- autobuilt 0fb807d - -* Fri Sep 27 2019 RH Container Bot - 2:1.6.0-0.32.dev.gitd4399ee -- autobuilt d4399ee - -* Fri Sep 27 2019 RH Container Bot - 2:1.6.0-0.31.dev.gita8c2b5d -- autobuilt a8c2b5d - -* Thu Sep 26 2019 RH Container Bot - 2:1.6.0-0.30.dev.git851e377 -- autobuilt 851e377 - -* Thu Sep 26 2019 RH Container Bot - 2:1.6.0-0.29.dev.gitd76b21e -- autobuilt d76b21e - -* Wed Sep 25 2019 RH Container Bot - 2:1.6.0-0.28.dev.git3ed265c -- autobuilt 3ed265c - -* Wed Sep 25 2019 RH Container Bot - 2:1.6.0-0.27.dev.git19075ca -- autobuilt 19075ca - -* Wed Sep 25 2019 RH Container Bot - 2:1.6.0-0.26.dev.git8ab3c86 -- autobuilt 8ab3c86 - -* Wed Sep 25 2019 RH Container Bot - 2:1.6.0-0.25.dev.gitf197ebe -- autobuilt f197ebe - -* Wed Sep 25 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.24.dev.git240095e -- autobuilt 240095e - -* Wed Sep 25 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.23.dev.git525be7d -- autobuilt 525be7d - -* Tue Sep 24 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.22.dev.git0000afc -- autobuilt 0000afc - -* Tue Sep 24 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.21.dev.git1dfac0e -- autobuilt 1dfac0e - -* Tue Sep 24 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.20.dev.gitb300b98 -- autobuilt b300b98 - -* Tue Sep 24 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.19.dev.git83b2348 -- autobuilt 83b2348 - -* Mon Sep 23 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.18.dev.git6ce8d05 -- autobuilt 6ce8d05 - -* Mon Sep 23 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.17.dev.gitf5951c7 -- autobuilt f5951c7 - -* Mon Sep 23 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.16.dev.gita74dfda -- autobuilt a74dfda - -* Sun Sep 22 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.15.dev.gitc0eff1a -- autobuilt c0eff1a - -* Sat Sep 21 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.14.dev.git0d95e3a -- autobuilt 0d95e3a - -* Sat Sep 21 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.13.dev.gite947d63 -- autobuilt e947d63 - -* Sat Sep 21 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.12.dev.git819b63c -- autobuilt 819b63c - -* Fri Sep 20 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.11.dev.git66f4bc7 -- autobuilt 66f4bc7 - -* Fri Sep 20 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.10.dev.git7ed1816 -- autobuilt 7ed1816 - -* Fri Sep 20 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.9.dev.git9dc764c -- autobuilt 9dc764c - -* Thu Sep 19 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.8.dev.gitc38844f -- autobuilt c38844f - -* Thu Sep 19 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.7.dev.git408f278 -- autobuilt 408f278 - -* Wed Sep 18 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.6.dev.gitfe48b9e -- autobuilt fe48b9e - -* Wed Sep 18 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.5.dev.git8133aa1 -- autobuilt 8133aa1 - -* Wed Sep 18 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.4.dev.git2c51d6f -- autobuilt 2c51d6f - -* Tue Sep 17 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.3.dev.git143caa9 -- autobuilt 143caa9 - -* Tue Sep 17 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.2.dev.git799aa70 -- autobuilt 799aa70 - -* Mon Sep 16 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.1.dev.git2aa6771 -- bump to 1.6.0 -- autobuilt 2aa6771 - -* Mon Sep 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.92.dev.git2a4e062 -- autobuilt 2a4e062 - -* Mon Sep 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.91.dev.git0014d6c -- autobuilt 0014d6c - -* Mon Sep 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.90.dev.git1f5514e -- autobuilt 1f5514e - -* Sat Sep 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.89.dev.gita1970e1 -- autobuilt a1970e1 - -* Sat Sep 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.88.dev.git2366fd7 -- autobuilt 2366fd7 - -* Fri Sep 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.87.dev.git0079c24 -- autobuilt 0079c24 - -* Fri Sep 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.86.dev.gitd74cede -- autobuilt d74cede - -* Fri Sep 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.85.dev.git7875e00 -- autobuilt 7875e00 - -* Fri Sep 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.84.dev.git5c09c4d -- autobuilt 5c09c4d - -* Fri Sep 13 2019 Daniel J Walsh - 2:1.5.2-0.83.dev.gitb095d8a -- Grab specific version of crun or newer. - -* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.82.dev.gitb095d8a -- autobuilt b095d8a - -* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.81.dev.gitb43a36d -- autobuilt b43a36d - -* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.80.dev.git1ddfc11 -- autobuilt 1ddfc11 - -* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.79.dev.gitaf8fedc -- autobuilt af8fedc - -* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.78.dev.gitafa3d11 -- autobuilt afa3d11 - -* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.77.dev.git57e093b -- autobuilt 57e093b - -* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.76.dev.gitce31aa3 -- autobuilt ce31aa3 - -* Wed Sep 11 2019 Lokesh Mandvekar - 2:1.5.2-0.75.dev.git79ebb5f -- use conmon package as dependency - -* Wed Sep 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.74.dev.git79ebb5f -- autobuilt 79ebb5f - -* Wed Sep 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.73.dev.gitf73c3b8 -- autobuilt f73c3b8 - -* Wed Sep 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.72.dev.git093013b -- autobuilt 093013b - -* Wed Sep 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.71.dev.git9cf852c -- autobuilt 9cf852c - -* Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.70.dev.git7ac6ed3 -- autobuilt 7ac6ed3 - -* Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.69.dev.git997c4b5 -- autobuilt 997c4b5 - -* Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.68.dev.gitc1761ba -- autobuilt c1761ba - -* Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.67.dev.git095647c -- autobuilt 095647c - -* Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.66.dev.git5233536 -- autobuilt 5233536 - -* Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.65.dev.git9a55bce -- autobuilt 9a55bce - -* Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.64.dev.git7042a3d -- autobuilt 7042a3d - -* Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.63.dev.git511b071 -- autobuilt 511b071 - -* Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.62.dev.git16a7049 -- autobuilt 16a7049 - -* Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.61.dev.gitd78521d -- autobuilt d78521d - -* Sun Sep 08 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.60.dev.gitf500feb -- autobuilt f500feb - -* Sun Sep 08 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.59.dev.git7312811 -- autobuilt 7312811 - -* Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.58.dev.git30cbb00 -- autobuilt 30cbb00 - -* Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.57.dev.git290def5 -- autobuilt 290def5 - -* Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.56.dev.git575ffee -- autobuilt 575ffee - -* Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.55.dev.git8898085 -- autobuilt 8898085 - -* Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.54.dev.git24171ae -- autobuilt 24171ae - -* Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.53.dev.gita4572c4 -- autobuilt a4572c4 - -* Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.52.dev.gitcef5bec -- autobuilt cef5bec - -* Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.51.dev.git3f81f44 -- autobuilt 3f81f44 - -* Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.50.dev.gitb962b1e -- autobuilt b962b1e - -* Wed Sep 04 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.49.dev.gite74fcd7 -- autobuilt e74fcd7 - -* Wed Sep 04 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.48.dev.git84140f5 -- autobuilt 84140f5 - -* Wed Sep 04 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.47.dev.gitf1a3e02 -- autobuilt f1a3e02 - -* Wed Sep 04 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.46.dev.git1d8a940 -- autobuilt 1d8a940 - -* Tue Sep 03 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.45.dev.gita16f63e -- autobuilt a16f63e - -* Tue Sep 03 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.44.dev.gitc039499 -- autobuilt c039499 - -* Tue Sep 03 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.43.dev.git50a1910 -- autobuilt 50a1910 - -* Mon Sep 02 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.42.dev.git099549b -- autobuilt 099549b - -* Sun Sep 01 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.41.dev.gite5568d4 -- autobuilt e5568d4 - -* Fri Aug 30 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.40.dev.git8ba21ac -- autobuilt 8ba21ac - -* Fri Aug 30 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.39.dev.git3e0fdc7 -- autobuilt 3e0fdc7 - -* Thu Aug 29 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.38.dev.gitd110998 -- autobuilt d110998 - -* Thu Aug 29 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.37.dev.gitab5f52c -- autobuilt ab5f52c - -* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.36.dev.git1eb6b27 -- autobuilt 1eb6b27 - -* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.35.dev.gitbdf9e56 -- autobuilt bdf9e56 - -* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.34.dev.git4e209fc -- autobuilt 4e209fc - -* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.33.dev.git61dc63f -- autobuilt 61dc63f - -* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.32.dev.gite5c5a33 -- autobuilt e5c5a33 - -* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.31.dev.gita1a1342 -- autobuilt a1a1342 - -* Tue Aug 27 2019 Daniel J Walsh - 2:1.5.2-0.30.dev.gitf221c61 -- Require crun rather then runc -- Switch to crun by default for cgroupsV2 support - -* Tue Aug 27 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.29.dev.gitf221c61 -- autobuilt f221c61 - -* Mon Aug 26 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.28.dev.gitcec354a -- autobuilt cec354a - -* Mon Aug 26 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.27.dev.git112a3cc -- autobuilt 112a3cc - -* Mon Aug 26 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.26.dev.git67926d8 -- autobuilt 67926d8 - -* Sun Aug 25 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.25.dev.gitc0528c1 -- autobuilt c0528c1 - -* Thu Aug 22 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.24.dev.git59261cf -- autobuilt 59261cf - -* Thu Aug 22 2019 Daniel J Walsh - 2:1.5.2-0.23.dev.gitb263dd9 -- Move man5 man pages into podman-manpage package - -* Thu Aug 22 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.22.dev.gitb263dd9 -- autobuilt b263dd9 - -* Thu Aug 22 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.21.dev.git34002f9 -- autobuilt 34002f9 - -* Thu Aug 22 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.20.dev.git18f2328 -- autobuilt 18f2328 - -* Wed Aug 21 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.19.dev.gitecc5cc5 -- autobuilt ecc5cc5 - -* Wed Aug 21 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.18.dev.git1ff984d -- autobuilt 1ff984d - -* Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.17.dev.git1ad8fe5 -- autobuilt 1ad8fe5 - -* Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.16.dev.gitf618bc3 -- autobuilt f618bc3 - -* Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.15.dev.gita3c46fc -- autobuilt a3c46fc - -* Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.14.dev.git230faa8 -- autobuilt 230faa8 - -* Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.13.dev.git34fc1d0 -- autobuilt 34fc1d0 - -* Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.12.dev.git890378e -- autobuilt 890378e - -* Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.11.dev.gitd23639a -- autobuilt d23639a - -* Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.10.dev.gitc137e8f -- autobuilt c137e8f - -* Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.9.dev.gitb1acc43 -- autobuilt b1acc43 - -* Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.8.dev.gitbd0b05f -- autobuilt bd0b05f - -* Sun Aug 18 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.7.dev.git438cbf4 -- autobuilt 438cbf4 - -* Sat Aug 17 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.6.dev.git76f327f -- autobuilt 76f327f - -* Sat Aug 17 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.5.dev.git098ce2f -- autobuilt 098ce2f - -* Fri Aug 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.4.dev.git8eab96e -- autobuilt 8eab96e - -* Fri Aug 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.3.dev.git704cc58 -- autobuilt 704cc58 - -* Fri Aug 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.2.dev.git2d47f1a -- autobuilt 2d47f1a - -* Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.1.dev.git05149e6 -- bump to 1.5.2 -- autobuilt 05149e6 - -* Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-9.16.dev.gitb9a176b -- autobuilt b9a176b - -* Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-8.16.dev.git74224d9 -- autobuilt 74224d9 - -* Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-7.16.dev.git3f1657d -- autobuilt 3f1657d - -* Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-6.16.dev.gitf9ddf91 -- autobuilt f9ddf91 - -* Wed Aug 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-5.16.dev.gitbf9e801 -- autobuilt bf9e801 - -* Wed Aug 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-4.16.dev.gitf5dcb80 -- autobuilt f5dcb80 - -* Wed Aug 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-3.16.dev.git4823cf8 -- autobuilt 4823cf8 - -* Wed Aug 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-2.16.dev.gita734b53 -- autobuilt a734b53 - -* Tue Aug 13 2019 Dan Walsh - 2:1.5.1-1.16.dev.gitce64c14 -- Add recommends libvarlink-util - -* Tue Aug 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.16.dev.gitce64c14 -- autobuilt ce64c14 - -* Tue Aug 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.15.dev.git7a859f0 -- autobuilt 7a859f0 - -* Tue Aug 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.14.dev.git031437b -- autobuilt 031437b - -* Tue Aug 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.13.dev.gitc48243e -- autobuilt c48243e - -* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.12.dev.gitf634fd3 -- autobuilt f634fd3 - -* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.11.dev.git3cf4567 -- autobuilt 3cf4567 - -* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.10.dev.git9bee690 -- autobuilt 9bee690 - -* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.9.dev.gitca7bae7 -- autobuilt ca7bae7 - -* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.8.dev.gitec93c9d -- autobuilt ec93c9d - -* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.7.dev.gitf18cfa4 -- autobuilt f18cfa4 - -* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.6.dev.git2348c28 -- autobuilt 2348c28 - -* Sun Aug 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.5.dev.git1467197 -- autobuilt 1467197 - -* Sun Aug 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.4.dev.git7bbaa36 -- autobuilt 7bbaa36 - -* Sat Aug 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.3.dev.git3bc861c -- autobuilt 3bc861c - -* Sat Aug 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.2.dev.git926901d -- autobuilt 926901d - -* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.1.dev.git2018faa -- bump to 1.5.1 -- autobuilt 2018faa - -* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.99.dev.gitbb80586 -- autobuilt bb80586 - -* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.98.dev.gitd05798e -- autobuilt d05798e - -* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.97.dev.git4b91f60 -- autobuilt 4b91f60 - -* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.96.dev.gitdc38168 -- autobuilt dc38168 - -* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.95.dev.git00a20f7 -- autobuilt 00a20f7 - -* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.94.dev.git2a19036 -- autobuilt 2a19036 - -* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.93.dev.git76840f2 -- autobuilt 76840f2 - -* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.92.dev.git4349f42 -- autobuilt 4349f42 - -* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.91.dev.git202eade -- autobuilt 202eade - -* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.90.dev.git09cedd1 -- autobuilt 09cedd1 - -* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.89.dev.git3959a35 -- autobuilt 3959a35 - -* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.88.dev.git5701fe6 -- autobuilt 5701fe6 - -* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.87.dev.git31bfb12 -- autobuilt 31bfb12 - -* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.86.dev.git41de7b1 -- autobuilt 41de7b1 - -* Wed Aug 07 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.85.dev.git35ecf49 -- autobuilt 35ecf49 - -* Wed Aug 07 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.84.dev.git66ea32c -- autobuilt 66ea32c - -* Tue Aug 06 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.83.dev.gitf0a5b7f -- autobuilt f0a5b7f - -* Tue Aug 06 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.82.dev.gitb5618d9 -- autobuilt b5618d9 - -* Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.81.dev.git3bffe77 -- autobuilt 3bffe77 - -* Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.80.dev.git337358a -- autobuilt 337358a - -* Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.79.dev.git626dfdb -- autobuilt 626dfdb - -* Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.78.dev.gite2f38cd -- autobuilt e2f38cd - -* Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.77.dev.gitb609de2 -- autobuilt b609de2 - -* Sun Aug 04 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.76.dev.git389a7b7 -- autobuilt 389a7b7 - -* Sun Aug 04 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.75.dev.gitd9ea4db -- autobuilt d9ea4db - -* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.74.dev.git140e08e -- autobuilt 140e08e - -* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.73.dev.git3cc9ab8 -- autobuilt 3cc9ab8 - -* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.72.dev.git5370c53 -- autobuilt 5370c53 - -* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.71.dev.git2cc5913 -- autobuilt 2cc5913 - -* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.70.dev.gite3240da -- autobuilt e3240da - -* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.69.dev.gite48dc50 -- autobuilt e48dc50 - -* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.68.dev.git1bbcb2f -- autobuilt 1bbcb2f - -* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.67.dev.gite1a099e -- autobuilt e1a099e - -* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.66.dev.gitafb493a -- autobuilt afb493a - -* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.65.dev.git6f62dac -- autobuilt 6f62dac - -* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.64.dev.gitee15e76 -- autobuilt ee15e76 - -* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.63.dev.git5056964 -- autobuilt 5056964 - -* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.62.dev.git3215ea6 -- autobuilt 3215ea6 - -* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.61.dev.gitccf4ec2 -- autobuilt ccf4ec2 - -* Wed Jul 31 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.60.dev.gita622f8d -- autobuilt a622f8d - -* Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.59.dev.git680a383 -- autobuilt 680a383 - -* Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.58.dev.gite84ed3c -- autobuilt e84ed3c - -* Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.57.dev.git1a00895 -- autobuilt 1a00895 - -* Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.56.dev.git4196a59 -- autobuilt 4196a59 - -* Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.55.dev.git040355d -- autobuilt 040355d - -* Mon Jul 29 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.54.dev.git7d635ac -- autobuilt 7d635ac - -* Mon Jul 29 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.53.dev.gitc3c45f3 -- autobuilt c3c45f3 - -* Mon Jul 29 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.52.dev.git6665269 -- autobuilt 6665269 - -* Mon Jul 29 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.51.dev.git2ca7861 -- autobuilt 2ca7861 - -* Sun Jul 28 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.50.dev.git2c98bd5 -- autobuilt 2c98bd5 - -* Fri Jul 26 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.49.dev.git0c4dfcf -- autobuilt 0c4dfcf - -* Fri Jul 26 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.48.dev.giteca157f -- autobuilt eca157f - -* Fri Jul 26 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.47.dev.git1910d68 -- autobuilt 1910d68 - -* Fri Jul 26 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.46.dev.git4674d00 -- autobuilt 4674d00 - -* Thu Jul 25 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.45.dev.gitdff82d9 -- autobuilt dff82d9 - -* Thu Jul 25 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.44.dev.git5763618 -- autobuilt 5763618 - -* Thu Jul 25 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.43.dev.git7c9095e -- autobuilt 7c9095e - -* Wed Jul 24 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.42.dev.git2283471 -- autobuilt 2283471 - -* Wed Jul 24 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.41.dev.git0917783 -- autobuilt 0917783 - -* Wed Jul 24 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.40.dev.giteae9a00 -- autobuilt eae9a00 - -* Wed Jul 24 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.39.dev.git3c6b111 -- autobuilt 3c6b111 - -* Tue Jul 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.38.dev.git7dbc6d8 -- autobuilt 7dbc6d8 - -* Tue Jul 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.37.dev.gitbb253af -- autobuilt bb253af - -* Tue Jul 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.36.dev.gitce60c4d -- autobuilt ce60c4d - -* Tue Jul 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.35.dev.git2674920 -- autobuilt 2674920 - -* Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.34.dev.gita12a231 -- autobuilt a12a231 - -* Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.33.dev.gitcf9efa9 -- autobuilt cf9efa9 - -* Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.32.dev.git69f74f1 -- autobuilt 69f74f1 - -* Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.31.dev.gitab7b47c -- autobuilt ab7b47c - -* Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.30.dev.git3b52e4d -- autobuilt 3b52e4d - -* Sun Jul 21 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.29.dev.gitd6b41eb -- autobuilt d6b41eb - -* Sat Jul 20 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.28.dev.gita5aa44c -- autobuilt a5aa44c - -* Sat Jul 20 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.27.dev.git8364552 -- autobuilt 8364552 - -* Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.26.dev.git02140ea -- autobuilt 02140ea - -* Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.25.dev.git398aeac -- autobuilt 398aeac - -* Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.24.dev.gitdeb087d -- autobuilt deb087d - -* Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.23.dev.gitb59abdc -- autobuilt b59abdc - -* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.22.dev.git2254a35 -- autobuilt 2254a35 - -* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.21.dev.git1065548 -- autobuilt 1065548 - -* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.20.dev.gitade0d87 -- autobuilt ade0d87 - -* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.19.dev.git22e62e8 -- autobuilt 22e62e8 - -* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.18.dev.gitadcde23 -- autobuilt adcde23 - -* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.17.dev.git456c045 -- autobuilt 456c045 - -* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.16.dev.git7488ed6 -- autobuilt 7488ed6 - -* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.15.dev.gitb2734ba -- autobuilt b2734ba - -* Wed Jul 17 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.14.dev.git1c02905 -- autobuilt 1c02905 - -* Wed Jul 17 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.13.dev.git04a9cb0 -- autobuilt 04a9cb0 - -* Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.12.dev.gitfe83308 -- autobuilt fe83308 - -* Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.11.dev.git400851a -- autobuilt 400851a - -* Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.10.dev.gita449e9a -- autobuilt a449e9a - -* Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.9.dev.git386ffd2 -- autobuilt 386ffd2 - -* Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.8.dev.git7e4db44 -- autobuilt 7e4db44 - -* Mon Jul 15 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.7.dev.gitd2291ec -- autobuilt d2291ec - -* Sun Jul 14 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.6.dev.git456b6ab -- autobuilt 456b6ab - -* Fri Jul 12 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.5.dev.gite2e8477 -- built conmon 1de71ad - -* Thu Jul 11 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.4.dev.gite2e8477 -- autobuilt e2e8477 - -* Wed Jul 10 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.3.dev.gitdf3f5af -- autobuilt df3f5af - -* Tue Jul 09 2019 Lokesh Mandvekar - 2:1.4.5-0.2.dev.gitcea0e93 -- Resolves: #1727933 - containers-monuts.conf.5 moved to containers-common - -* Sun Jul 07 2019 Lokesh Mandvekar - 2:1.4.5-0.1.dev.gitf7407f2 -- bump to v1.4.5-dev -- use new name for go-md2man -- include centos conditionals - -* Sun Jun 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.30.dev.git7c4e444 -- autobuilt 7c4e444 - -* Sat Jun 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.29.dev.gitd9bdd3c -- autobuilt d9bdd3c - -* Fri Jun 21 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.28.dev.git39fdf91 -- autobuilt 39fdf91 - -* Thu Jun 20 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.27.dev.gitb4f9bc8 -- autobuilt b4f9bc8 - -* Wed Jun 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.26.dev.git240b846 -- bump to 1.4.3 -- autobuilt 240b846 - -* Tue Jun 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.2-0.25.dev.git8bcfd24 -- autobuilt 8bcfd24 - -* Sun Jun 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.2-0.24.dev.git670fc03 -- autobuilt 670fc03 - -* Sat Jun 15 2019 Lokesh Mandvekar (Bot) - 2:1.4.2-0.23.dev.git185b413 -- bump to 1.4.2 -- autobuilt 185b413 - -* Fri Jun 14 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.22.dev.git2784cf3 -- autobuilt 2784cf3 - -* Thu Jun 13 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.21.dev.git77d1cf0 -- autobuilt 77d1cf0 - -* Wed Jun 12 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.20.dev.gitf8a84fd -- autobuilt f8a84fd - -* Tue Jun 11 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.19.dev.gitc93b8d6 -- do not install /usr/libexec/crio - conflicts with crio - -* Tue Jun 11 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.18.dev.gitc93b8d6 -- autobuilt c93b8d6 - -* Mon Jun 10 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.17.dev.gitfcb7c14 -- autobuilt fcb7c14 - -* Sun Jun 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.16.dev.git39f5ea4 -- autobuilt 39f5ea4 - -* Sat Jun 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.15.dev.gitcae5af5 -- bump to 1.4.1 -- autobuilt cae5af5 - -* Fri Jun 07 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.14.dev.gitba36a5f -- autobuilt ba36a5f - -* Fri Jun 07 2019 Lokesh Mandvekar - 2:1.3.2-0.13.dev.git6d285b8 -- Resolves: #1716809 - use conmon v0.2.0 - -* Thu Jun 06 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.12.dev.git6d285b8 -- autobuilt 6d285b8 - -* Wed Jun 05 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.11.dev.git3fb9669 -- autobuilt 3fb9669 - -* Tue Jun 04 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.10.dev.git0ede794 -- autobuilt 0ede794 - -* Sun Jun 02 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.9.dev.git176a41c -- autobuilt 176a41c - -* Sat Jun 01 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.8.dev.git2068919 -- autobuilt 2068919 - -* Fri May 31 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.7.dev.git558ce8d -- autobuilt 558ce8d - -* Thu May 30 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.6.dev.gitc871653 -- autobuilt c871653 - -* Wed May 29 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.5.dev.git8649dbd -- autobuilt 8649dbd - -* Mon May 27 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.4.dev.git25f8c21 -- autobuilt 25f8c21 - -* Sun May 26 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.3.dev.gitb1d590b -- autobuilt b1d590b - -* Fri May 24 2019 Lokesh Mandvekar - 2:1.3.2-0.2.dev.git1ac06d8 -- built commit 1ac06d8 -- BR: systemd-devel -- correct build steps for %%{name}-remote - -* Fri May 24 2019 Dan Walsh - 2:1.3.2-0.1.dev.git5296428 -- Bump up to latest on master - -* Fri May 10 2019 Lokesh Mandvekar - 2:1.3.1-0.1.dev.git9ae3221 -- bump to v1.3.1-dev -- built 9ae3221 -- correct release tag format for unreleased versions - -* Thu Apr 25 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-21.dev.gitb01fdcb -- autobuilt b01fdcb - -* Tue Apr 23 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-20.dev.gitd652c86 -- autobuilt d652c86 - -* Sat Apr 20 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-19.dev.git9f92b21 -- autobuilt 9f92b21 - -* Fri Apr 19 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-18.dev.gite4947e5 -- autobuilt e4947e5 - -* Thu Apr 18 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-17.dev.gitbf5ffda -- autobuilt bf5ffda - -* Wed Apr 17 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-16.dev.gita87cf6f -- autobuilt a87cf6f - -* Tue Apr 16 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-15.dev.gitc1e2b58 -- autobuilt c1e2b58 - -* Mon Apr 15 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-14.dev.git167ce59 -- autobuilt 167ce59 - -* Sun Apr 14 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-13.dev.gitb926005 -- autobuilt b926005 - -* Sat Apr 13 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-12.dev.git1572367 -- autobuilt 1572367 - -* Fri Apr 12 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-11.dev.git387d601 -- autobuilt 387d601 - -* Thu Apr 11 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-10.dev.git6cd6eb6 -- autobuilt 6cd6eb6 - -* Wed Apr 10 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-9.dev.git60ef8f8 -- autobuilt 60ef8f8 - -* Tue Apr 09 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-8.dev.gitc94903a -- autobuilt c94903a - -* Sat Apr 06 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-7.dev.gitbc320be -- autobuilt bc320be - -* Fri Apr 05 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-6.dev.gitbda28c6 -- autobuilt bda28c6 - -* Thu Apr 04 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-5.dev.git4bda537 -- autobuilt 4bda537 - -* Wed Apr 03 2019 Lokesh Mandvekar - 2:1.3.0-4.dev.gitad467ba -- Resolves: #1695492 - own /usr/libexec/podman - -* Tue Apr 02 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-3.dev.gitad467ba -- autobuilt ad467ba - -* Mon Apr 01 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-2.dev.gitcd35e20 -- bump to 1.3.0 -- autobuilt cd35e20 - -* Sun Mar 31 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-30.dev.git833204d -- autobuilt 833204d - -* Sat Mar 30 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-29.dev.git7b73974 -- autobuilt 7b73974 - -* Fri Mar 29 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-28.dev.gitfdf979a -- autobuilt fdf979a - -* Thu Mar 28 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-27.dev.git850326c -- autobuilt 850326c - -* Wed Mar 27 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-26.dev.gitfc546d4 -- autobuilt fc546d4 - -* Mon Mar 25 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-25.dev.gitd0c6a35 -- autobuilt d0c6a35 - -* Sat Mar 23 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-24.dev.git0458daf -- autobuilt 0458daf - -* Fri Mar 22 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-23.dev.git68e3df3 -- autobuilt 68e3df3 - -* Thu Mar 21 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-22.dev.gitc230f0c -- autobuilt c230f0c - -* Wed Mar 20 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-21.dev.git537c382 -- autobuilt 537c382 - -* Tue Mar 19 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-20.dev.gitac523cb -- autobuilt ac523cb - -* Mon Mar 18 2019 Eduardo Santiago - 2:1.2.0-19.dev.git6aa8078 -- include zsh completion - -* Fri Mar 15 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-18.dev.git31f11a8 -- autobuilt 31f11a8 - -* Thu Mar 14 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-17.dev.git7426d4f -- autobuilt 7426d4f - -* Wed Mar 13 2019 Eduardo Santiago - 2:1.2.0-16.dev.git883566f -- new -tests subpackage - -* Wed Mar 13 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-15.dev.git883566f -- autobuilt 883566f - -* Tue Mar 12 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-14.dev.gitde0192a -- autobuilt de0192a - -* Sun Mar 10 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-13.dev.gitd95f97a -- autobuilt d95f97a - -* Sat Mar 09 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-12.dev.git9b21f14 -- autobuilt 9b21f14 - -* Fri Mar 08 2019 Lokesh Mandvekar - 2:1.2.0-11.dev.git1b2f867 -- Resolves: #1686813 - conmon bundled inside podman rpm - -* Fri Mar 08 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-10.dev.git1b2f867 -- autobuilt 1b2f867 - -* Thu Mar 07 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-9.dev.git614409f -- autobuilt 614409f - -* Wed Mar 06 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-8.dev.git40f7843 -- autobuilt 40f7843 - -* Tue Mar 05 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-7.dev.git4b80517 -- autobuilt 4b80517 - -* Mon Mar 04 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-6.dev.gitf3a3d8e -- autobuilt f3a3d8e - -* Sat Mar 02 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-5.dev.git9adcda7 -- autobuilt 9adcda7 - -* Fri Mar 01 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-4.dev.git9137315 -- autobuilt 9137315 - -* Thu Feb 28 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-3.dev.git5afae0b -- autobuilt 5afae0b - -* Wed Feb 27 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-2.dev.git623fcfa -- bump to 1.2.0 -- autobuilt 623fcfa - -* Tue Feb 26 2019 Dan Walsh - 2:1.0.1-39.dev.gitcf52144 -* Tue Feb 26 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-38.dev.gitcf52144 -- autobuilt cf52144 - -* Mon Feb 25 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-37.dev.git553ac80 -- autobuilt 553ac80 - -* Sun Feb 24 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-36.dev.gitcc4addd -- autobuilt cc4addd - -* Sat Feb 23 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-35.dev.gitb223d4e -- autobuilt b223d4e - -* Fri Feb 22 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-34.dev.git1788add -- autobuilt 1788add - -* Thu Feb 21 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-33.dev.git4934bf2 -- autobuilt 4934bf2 - -* Wed Feb 20 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-32.dev.git3b88c73 -- autobuilt 3b88c73 - -* Tue Feb 19 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-31.dev.git228d1cb -- autobuilt 228d1cb - -* Mon Feb 18 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-30.dev.git3f32eae -- autobuilt 3f32eae - -* Sun Feb 17 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-29.dev.git1cb16bd -- autobuilt 1cb16bd - -* Sat Feb 16 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-28.dev.git0a521e1 -- autobuilt 0a521e1 - -* Fri Feb 15 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-27.dev.git81ace5c -- autobuilt 81ace5c - -* Thu Feb 14 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-26.dev.gitdfc64e1 -- autobuilt dfc64e1 - -* Wed Feb 13 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-25.dev.gitee27c39 -- autobuilt ee27c39 - -* Tue Feb 12 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-24.dev.git8923703 -- autobuilt 8923703 - -* Sun Feb 10 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-23.dev.gitc86e8f1 -- autobuilt c86e8f1 - -* Sat Feb 09 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-22.dev.gitafd4d5f -- autobuilt afd4d5f - -* Fri Feb 08 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-21.dev.git962850c -- autobuilt 962850c - -* Thu Feb 07 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-20.dev.gitf250745 -- autobuilt f250745 - -* Wed Feb 06 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-19.dev.git650e242 -- autobuilt 650e242 - -* Tue Feb 05 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-18.dev.git778f986 -- autobuilt 778f986 - -* Sun Feb 03 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-17.dev.gitd5593b8 -- autobuilt d5593b8 - -* Sat Feb 02 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-16.dev.gite6426af -- autobuilt e6426af - -* Fri Feb 01 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-15.dev.gite97dc8e -- autobuilt e97dc8e - -* Thu Jan 31 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-14.dev.git805c6d9 -- autobuilt 805c6d9 - -* Wed Jan 30 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-13.dev.gitad5579e -- autobuilt ad5579e - -* Tue Jan 29 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-12.dev.gitebe9297 -- autobuilt ebe9297 - -* Thu Jan 24 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-11.dev.gitc9e1f36 -- autobuilt c9e1f36 - -* Wed Jan 23 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-10.dev.git7838a13 -- autobuilt 7838a13 - -* Tue Jan 22 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-9.dev.gitec96987 -- autobuilt ec96987 - -* Mon Jan 21 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-8.dev.gitef2f6f9 -- autobuilt ef2f6f9 - -* Sun Jan 20 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-7.dev.git579fc0f -- autobuilt 579fc0f - -* Sat Jan 19 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-6.dev.git0d4bfb0 -- autobuilt 0d4bfb0 - -* Fri Jan 18 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-5.dev.gite3dc660 -- autobuilt e3dc660 - -* Thu Jan 17 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-4.dev.git0e3264a -- autobuilt 0e3264a - -* Wed Jan 16 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-3.dev.git1b2f752 -- autobuilt 1b2f752 - -* Tue Jan 15 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-2.dev.git6301f6a -- bump to 1.0.1 -- autobuilt 6301f6a - -* Mon Jan 14 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-3.dev.git140ae25 -- autobuilt 140ae25 - -* Sat Jan 12 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-2.dev.git5c86efb -- bump to 0.12.2 -- autobuilt 5c86efb - -* Fri Jan 11 2019 bbaude - 1:1.0.0-1.dev.git82e8011 -- Upstream 1.0.0 release - -* Thu Jan 10 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-27.dev.git0f6535c -- autobuilt 0f6535c - -* Wed Jan 09 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-26.dev.gitc9d63fe -- autobuilt c9d63fe - -* Tue Jan 08 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-25.dev.gitfaa2462 -- autobuilt faa2462 - -* Mon Jan 07 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-24.dev.gitb83b07c -- autobuilt b83b07c - -* Sat Jan 05 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-23.dev.git4e0c0ec -- autobuilt 4e0c0ec - -* Fri Jan 04 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-22.dev.git9ffd480 -- autobuilt 9ffd480 - -* Thu Jan 03 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-21.dev.git098c134 -- autobuilt 098c134 - -* Tue Jan 01 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-20.dev.git7438b7b -- autobuilt 7438b7b - -* Sat Dec 29 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb9.dev.git1aa55ed -- autobuilt 1aa55ed - -* Thu Dec 27 2018 Igor Gnatenko - 2:0.12.2-1.nightly.git5c86efb8.dev.gitc50332d -- Enable python dependency generator - -* Tue Dec 25 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb7.dev.gitc50332d -- autobuilt c50332d - -* Mon Dec 24 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb6.dev.git8fe3050 -- autobuilt 8fe3050 - -* Sun Dec 23 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb5.dev.git792f109 -- autobuilt 792f109 - -* Sat Dec 22 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb4.dev.gitfe186c6 -- autobuilt fe186c6 - -* Fri Dec 21 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb3.dev.gitfa998f2 -- autobuilt fa998f2 - -* Thu Dec 20 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb2.dev.git6b059a5 -- autobuilt 6b059a5 - -* Wed Dec 19 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb1.dev.gitc8eaf59 -- autobuilt c8eaf59 - -* Tue Dec 18 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb0.dev.git68414c5 -- autobuilt 68414c5 - -* Mon Dec 17 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-9.dev.gitb21d474 -- autobuilt b21d474 - -* Sat Dec 15 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-8.dev.gitc086118 -- autobuilt c086118 - -* Fri Dec 14 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-7.dev.git93b5ccf -- autobuilt 93b5ccf - -* Thu Dec 13 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-6.dev.git508388b -- autobuilt 508388b - -* Wed Dec 12 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-5.dev.git8a3361f -- autobuilt 8a3361f - -* Tue Dec 11 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-4.dev.git235a630 -- autobuilt 235a630 - -* Sat Dec 08 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-3.dev.git1f547b2 -- autobuilt 1f547b2 - -* Fri Dec 07 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-2.dev.gita387c72 -- bump to 0.12.2 -- autobuilt a387c72 - -* Thu Dec 06 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-15.dev.git75b19ca -- autobuilt 75b19ca - -* Wed Dec 05 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-14.dev.git320085a -- autobuilt 320085a - -* Tue Dec 04 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-13.dev.git5f6ad82 -- autobuilt 5f6ad82 - -* Sun Dec 02 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-12.dev.git41f250c -- autobuilt 41f250c - -* Sat Dec 01 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-11.dev.git6b8f89d -- autobuilt 6b8f89d - -* Thu Nov 29 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-10.dev.git3af62f6 -- autobuilt 3af62f6 - -* Tue Nov 27 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-9.dev.git3956050 -- autobuilt 3956050 - -* Mon Nov 26 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-8.dev.gite3ece3b -- autobuilt e3ece3b - -* Sat Nov 24 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-7.dev.git78604c3 -- autobuilt 78604c3 - -* Thu Nov 22 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-6.dev.git1fdfeb8 -- autobuilt 1fdfeb8 - -* Wed Nov 21 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-5.dev.git23feb0d -- autobuilt 23feb0d - -* Tue Nov 20 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-4.dev.gitea928f2 -- autobuilt ea928f2 - -* Sat Nov 17 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-3.dev.gitcd5742f -- autobuilt cd5742f - -* Fri Nov 16 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-2.dev.git236408b -- autobuilt 236408b - -* Wed Nov 14 2018 Lokesh Mandvekar - 2:0.11.2-1.dev.git97bded4 -- bump epoch cause previous version was messed up -- built 97bded4 - -* Tue Nov 13 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.git79657161 -- bump to 0.11.2 -- autobuilt 7965716 - -* Sat Nov 10 2018 Dan Walsh - 1:0.11.20.11.2-2.dev.git78e6d8e1 -- Remove dirty flag from podman version - - -* Sat Nov 10 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.git7965716.dev.git78e6d8e1 -- bump to 0.11.2 -- autobuilt 78e6d8e - -* Fri Nov 09 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.git7965716.dev.git78e6d8e.dev.gitf5473c61 -- bump to 0.11.2 -- autobuilt f5473c6 - -* Thu Nov 08 2018 baude - 1:0.11.1-1.dev.gita4adfe5 -- Upstream 0.11.1-1 - -* Thu Nov 08 2018 Lokesh Mandvekar (Bot) - 1:0.10.2-3.dev.git672f572 -- autobuilt 672f572 - -* Wed Nov 07 2018 Lokesh Mandvekar (Bot) - 1:0.10.2-2.dev.gite9f8aed -- autobuilt e9f8aed - -* Sun Oct 28 2018 Lokesh Mandvekar - 1:0.10.2-1.dev.git4955572 -- Resolves: #1643744 - build podman with ostree support -- bump to v0.10.2 -- built commit 4955572 - -* Fri Oct 19 2018 Lokesh Mandvekar - 1:0.10.1.3-3.dev.gitdb08685 -- consistent epoch:version-release in changelog - -* Thu Oct 18 2018 Lokesh Mandvekar - 1:0.10.1.3-2.dev.gitdb08685 -- correct epoch mentions - -* Thu Oct 18 2018 Lokesh Mandvekar - 1:0.10.1.3-1.dev.gitdb08685 -- bump to v0.10.1.3 - -* Thu Oct 11 2018 baude - 1:0.10.1-1.gitda5c894 -- Upstream v0.10.1 release - -* Fri Sep 28 2018 Lokesh Mandvekar - 1:0.9.4-3.dev.gite7e81e6 -- built libpod commit e7e81e6 -- built conmon from cri-o commit 2cbe48b - -* Tue Sep 25 2018 Dan Walsh - 1:0.9.4-2.dev.gitaf791f3 -- Fix required version of runc - -* Mon Sep 24 2018 Lokesh Mandvekar - 1:0.9.4-1.dev.gitaf791f3 -- bump to v0.9.4 -- built af791f3 - -* Wed Sep 19 2018 Lokesh Mandvekar - 1:0.9.3-2.dev.gitc3a0874 -- autobuilt c3a0874 - -* Mon Sep 17 2018 Lokesh Mandvekar - 1:0.9.3-1.dev.git28a2bf8 -- bump to v0.9.3 -- built commit 28a2bf82 - -* Tue Sep 11 2018 Lokesh Mandvekar - 1:0.9.1.1-1.dev.git95dbcad -- bump to v0.9.1.1 -- built commit 95dbcad - -* Tue Sep 11 2018 baude - 1:0.9.1-1.dev.git123de30 -- Upstream release of 0.9.1 -- Do not build with devicemapper - -* Tue Sep 4 2018 Dan Walsh - 1:0.8.5-5.git65c31d4 -- Fix required version of runc - -* Tue Sep 4 2018 Dan Walsh - 1:0.8.5-4.dev.git65c31d4 -- Fix rpm -qi podman to show the correct URL - -* Tue Sep 4 2018 Dan Walsh - 1:0.8.5-3.dev.git65c31d4 -- Fix required version of runc - -* Mon Sep 3 2018 Dan Walsh - 1:0.8.5-2.dev.git65c31d4 -- Add a specific version of runc or later to require - -* Thu Aug 30 2018 Lokesh Mandvekar - 1:0.8.5-1.dev.git65c31d4 -- bump to v0.8.5-dev -- built commit 65c31d4 -- correct min dep on containernetworking-plugins for upgrade from -containernetworking-cni - -* Mon Aug 20 2018 Lokesh Mandvekar - 1:0.8.3-4.dev.git3d55721f -- Resolves: #1619411 - python3-podman should require python3-psutil -- podman-docker should conflict with moby-engine -- require nftables -- recommend slirp4netns and fuse-overlayfs (latter only for kernel >= 4.18) - -* Sun Aug 12 2018 Dan Walsh - 1:0.8.3-3.dev.git3d55721f -- Add podman-docker support -- Force cgroupfs for non root podman - -* Sun Aug 12 2018 Lokesh Mandvekar - 1:0.8.3-2.dev.git3d55721f -- Requires: conmon -- use default %%gobuild - -* Sat Aug 11 2018 Lokesh Mandvekar - 1:0.8.3-1.dev.git3d55721f -- bump to v0.8.3-dev -- built commit 3d55721f -- bump Epoch to 1, cause my autobuilder messed up earlier - -* Wed Aug 01 2018 Lokesh Mandvekar (Bot) - 0.8.10.8.1-1.dev.git1a439f91 -- bump to 0.8.1 -- autobuilt 1a439f9 - -* Tue Jul 31 2018 Lokesh Mandvekar (Bot) - 0.8.10.8.1-1.dev.git1a439f9.dev.git5a4e5901 -- bump to 0.8.1 -- autobuilt 5a4e590 - -* Sun Jul 29 2018 Lokesh Mandvekar (Bot) - 0.8.10.8.1-1.dev.git1a439f9.dev.git5a4e590.dev.git433cbd51 -- bump to 0.8.1 -- autobuilt 433cbd5 - -* Sat Jul 28 2018 Lokesh Mandvekar (Bot) - 0.8.10.8.1-1.dev.git1a439f9.dev.git5a4e590.dev.git433cbd5.dev.git87d8edb1 -- bump to 0.8.1 -- autobuilt 87d8edb - -* Fri Jul 27 2018 Lokesh Mandvekar - 0.7.4-7.dev.git3dd577e -- fix python package version - -* Fri Jul 27 2018 Igor Gnatenko - 0.7.4-6.dev.git3dd577e -- Rebuild for new binutils - -* Fri Jul 27 2018 Lokesh Mandvekar (Bot) - 0.7.4-5.dev.git3dd577e -- autobuilt 3dd577e - -* Thu Jul 26 2018 Lokesh Mandvekar (Bot) - 0.7.4-4.dev.git9c806a4 -- autobuilt 9c806a4 - -* Wed Jul 25 2018 Lokesh Mandvekar (Bot) - 0.7.4-3.dev.gitc90b740 -- autobuilt c90b740 - -* Tue Jul 24 2018 Lokesh Mandvekar - 0.7.4-2.dev.git9a18681 -- pypodman package exists only if varlink - -* Mon Jul 23 2018 Lokesh Mandvekar - 0.7.4-1.dev.git9a18681 -- bump to v0.7.4-dev -- built commit 9a18681 - -* Mon Jul 23 2018 Dan Walsh - 0.7.3-2.dev.git06c546e -- Add Reccommeds container-selinux - -* Sun Jul 15 2018 Lokesh Mandvekar - 0.7.3-1.dev.git06c546e -- built commit 06c546e - -* Sat Jul 14 2018 Dan Walsh - 0.7.2-10.dev.git86154b6 -- Add install of pypodman - -* Fri Jul 13 2018 Fedora Release Engineering - 0.7.2-9.dev.git86154b6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Thu Jul 12 2018 Lokesh Mandvekar (Bot) - 0.7.2-8.dev.git86154b6 -- autobuilt 86154b6 - -* Wed Jul 11 2018 Lokesh Mandvekar (Bot) - 0.7.2-7.dev.git84cfdb2 -- autobuilt 84cfdb2 - -* Tue Jul 10 2018 Lokesh Mandvekar (Bot) - 0.7.2-6.dev.git4f9b1ae -- autobuilt 4f9b1ae - -* Mon Jul 09 2018 Lokesh Mandvekar (Bot) - 0.7.2-5.gitc7424b6 -- autobuilt c7424b6 - -* Mon Jul 09 2018 Dan Walsh - 0.7.2-4.gitf661e1d -- Add ostree support - -* Mon Jul 09 2018 Lokesh Mandvekar (Bot) - 0.7.2-3.gitf661e1d -- autobuilt f661e1d - -* Sun Jul 08 2018 Lokesh Mandvekar (Bot) - 0.7.2-2.git0660108 -- autobuilt 0660108 - -* Sat Jul 07 2018 Lokesh Mandvekar (Bot) - 0.7.2-1.gitca6ffbc -- bump to 0.7.2 -- autobuilt ca6ffbc - -* Fri Jul 06 2018 Lokesh Mandvekar (Bot) - 0.7.1-6.git99959e5 -- autobuilt 99959e5 - -* Thu Jul 05 2018 Lokesh Mandvekar (Bot) - 0.7.1-5.gitf2462ca -- autobuilt f2462ca - -* Wed Jul 04 2018 Lokesh Mandvekar (Bot) - 0.7.1-4.git6d8fac8 -- autobuilt 6d8fac8 - -* Tue Jul 03 2018 Lokesh Mandvekar (Bot) - 0.7.1-3.git767b3dd -- autobuilt 767b3dd - -* Mon Jul 02 2018 Miro Hrončok - 0.7.1-2.gitb96be3a -- Rebuilt for Python 3.7 - -* Sat Jun 30 2018 Lokesh Mandvekar (Bot) - 0.7.1-1.gitb96be3a -- bump to 0.7.1 -- autobuilt b96be3a - -* Fri Jun 29 2018 Lokesh Mandvekar (Bot) - 0.6.5-6.gitd61d8a3 -- autobuilt d61d8a3 - -* Thu Jun 28 2018 Lokesh Mandvekar (Bot) - 0.6.5-5.gitfd12c89 -- autobuilt fd12c89 - -* Wed Jun 27 2018 Lokesh Mandvekar (Bot) - 0.6.5-4.git56133f7 -- autobuilt 56133f7 - -* Tue Jun 26 2018 Lokesh Mandvekar (Bot) - 0.6.5-3.git208b9a6 -- autobuilt 208b9a6 - -* Mon Jun 25 2018 Lokesh Mandvekar (Bot) - 0.6.5-2.gite89bbd6 -- autobuilt e89bbd6 - -* Sat Jun 23 2018 Lokesh Mandvekar (Bot) - 0.6.5-1.git7182339 -- bump to 0.6.5 -- autobuilt 7182339 - -* Fri Jun 22 2018 Lokesh Mandvekar (Bot) - 0.6.4-7.git4bd0f22 -- autobuilt 4bd0f22 - -* Thu Jun 21 2018 Lokesh Mandvekar (Bot) - 0.6.4-6.git6804fde -- autobuilt 6804fde - -* Wed Jun 20 2018 Lokesh Mandvekar (Bot) - 0.6.4-5.gitf228cf7 -- autobuilt f228cf7 - -* Tue Jun 19 2018 Miro Hrončok - 0.6.4-4.git5645789 -- Rebuilt for Python 3.7 - -* Tue Jun 19 2018 Lokesh Mandvekar (Bot) - 0.6.4-3.git5645789 -- autobuilt 5645789 - -* Mon Jun 18 2018 Lokesh Mandvekar (Bot) - 0.6.4-2.git9e13457 -- autobuilt 9e13457 - -* Sat Jun 16 2018 Lokesh Mandvekar (Bot) - 0.6.4-1.gitb43677c -- bump to 0.6.4 -- autobuilt b43677c - -* Fri Jun 15 2018 Lokesh Mandvekar (Bot) - 0.6.3-6.git6bdf023 -- autobuilt 6bdf023 - -* Thu Jun 14 2018 Lokesh Mandvekar (Bot) - 0.6.3-5.git65033b5 -- autobuilt 65033b5 - -* Wed Jun 13 2018 Lokesh Mandvekar (Bot) - 0.6.3-4.git95ea3d4 -- autobuilt 95ea3d4 - -* Tue Jun 12 2018 Lokesh Mandvekar (Bot) - 0.6.3-3.gitab72130 -- autobuilt ab72130 - -* Mon Jun 11 2018 Lokesh Mandvekar (Bot) - 0.6.3-2.git1e9e530 -- autobuilt 1e9e530 - -* Sat Jun 09 2018 Lokesh Mandvekar (Bot) - 0.6.3-1.gitb78e7e4 -- bump to 0.6.3 -- autobuilt b78e7e4 - -* Fri Jun 08 2018 Lokesh Mandvekar (Bot) - 0.6.2-7.git1cbce85 -- autobuilt 1cbce85 - -* Thu Jun 07 2018 Lokesh Mandvekar (Bot) - 0.6.2-6.gitb1ebad9 -- autobuilt b1ebad9 - -* Wed Jun 06 2018 Lokesh Mandvekar (Bot) - 0.6.2-5.git7b2b2bc -- autobuilt 7b2b2bc - -* Tue Jun 05 2018 Lokesh Mandvekar (Bot) - 0.6.2-4.git14cf6d2 -- autobuilt 14cf6d2 - -* Mon Jun 04 2018 Lokesh Mandvekar (Bot) - 0.6.2-3.gitcae49fc -- autobuilt cae49fc - -* Sun Jun 03 2018 Lokesh Mandvekar (Bot) - 0.6.2-2.git13f7450 -- autobuilt 13f7450 - -* Sat Jun 02 2018 Lokesh Mandvekar (Bot) - 0.6.2-1.git22e6f11 -- bump to 0.6.2 -- autobuilt 22e6f11 - -* Fri Jun 01 2018 Lokesh Mandvekar (Bot) - 0.6.1-4.gita9e9fd4 -- autobuilt a9e9fd4 - -* Thu May 31 2018 Lokesh Mandvekar (Bot) - 0.6.1-3.gita127b4f -- autobuilt a127b4f - -* Wed May 30 2018 Lokesh Mandvekar (Bot) - 0.6.1-2.git8ee0f2b -- autobuilt 8ee0f2b - -* Sat May 26 2018 Lokesh Mandvekar (Bot) - 0.6.1-1.git44d1c1c -- bump to 0.6.1 -- autobuilt 44d1c1c - -* Fri May 18 2018 Lokesh Mandvekar - 0.5.3-7.gitc54b423 -- make python3-podman the same version as the main package -- build python3-podman only for fedora >= 28 - -* Fri May 18 2018 Lokesh Mandvekar (Bot) - 0.5.3-6.gitc54b423 -- autobuilt c54b423 - -* Wed May 16 2018 Lokesh Mandvekar - 0.5.3-5.git624660c -- built commit 624660c -- New subapackage: python3-podman - -* Wed May 16 2018 Lokesh Mandvekar (Bot) - 0.5.3-4.git9fcc475 -- autobuilt 9fcc475 - -* Wed May 16 2018 Lokesh Mandvekar (Bot) - 0.5.3-3.git0613844 -- autobuilt 0613844 - -* Tue May 15 2018 Lokesh Mandvekar (Bot) - 0.5.3-2.git45838b9 -- autobuilt 45838b9 - -* Fri May 11 2018 Lokesh Mandvekar - 0.5.3-1.git07253fc -- bump to v0.5.3 -- built commit 07253fc - -* Fri May 11 2018 Lokesh Mandvekar (Bot) - 0.5.2-5.gitcc1bad8 -- autobuilt cc1bad8 - -* Wed May 09 2018 Lokesh Mandvekar (Bot) - 0.5.2-4.git2526355 -- autobuilt 2526355 - -* Tue May 08 2018 Lokesh Mandvekar (Bot) - 0.5.2-3.gitfaa8c3e -- autobuilt faa8c3e - -* Sun May 06 2018 Lokesh Mandvekar (Bot) - 0.5.2-2.gitfa4705c -- autobuilt fa4705c - -* Sat May 05 2018 Lokesh Mandvekar (Bot) - 0.5.2-1.gitbb0e754 -- bump to 0.5.2 -- autobuilt bb0e754 - -* Fri May 04 2018 Lokesh Mandvekar (Bot) - 0.5.1-5.git5ae940a -- autobuilt 5ae940a - -* Wed May 02 2018 Lokesh Mandvekar (Bot) - 0.5.1-4.git64dc803 -- autobuilt commit 64dc803 - -* Wed May 02 2018 Lokesh Mandvekar (Bot) - 0.5.1-3.git970eaf0 -- autobuilt commit 970eaf0 - -* Tue May 01 2018 Lokesh Mandvekar (Bot) - 0.5.1-2.git7a0a855 -- autobuilt commit 7a0a855 - -* Sun Apr 29 2018 Lokesh Mandvekar - 0.5.1-1.giteda0fd7 -- reflect version number correctly -- my builder script error ended up picking the wrong version number previously - -* Sun Apr 29 2018 Lokesh Mandvekar (Bot) - 0.4.2-5.giteda0fd7 -- autobuilt commit eda0fd7 - -* Sat Apr 28 2018 Lokesh Mandvekar (Bot) - 0.4.2-4.git6774425 -- autobuilt commit 6774425 - -* Fri Apr 27 2018 Lokesh Mandvekar (Bot) - 0.4.2-3.git39a7a77 -- autobuilt commit 39a7a77 - -* Thu Apr 26 2018 Lokesh Mandvekar (Bot) - 0.4.2-2.git58cb8f7 -- autobuilt commit 58cb8f7 - -* Wed Apr 25 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de -- bump to 0.4.2 -- autobuilt commit bef93de - -* Tue Apr 24 2018 Lokesh Mandvekar - 0.4.4-1.git398133e -- use correct version number - -* Tue Apr 24 2018 Lokesh Mandvekar (Bot) - 0.4.2-22.git398133e -- autobuilt commit 398133e - -* Sun Apr 22 2018 Lokesh Mandvekar (Bot) - 0.4.2-21.gitcf1d884 -- autobuilt commit cf1d884 - -* Fri Apr 20 2018 Lokesh Mandvekar (Bot) - 0.4.2-20.git9b457e3 -- autobuilt commit 9b457e3 - -* Fri Apr 20 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de9.git228732d -- autobuilt commit 228732d - -* Thu Apr 19 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de8.gitf2658ec -- autobuilt commit f2658ec - -* Thu Apr 19 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de7.git6a9dbf3 -- autobuilt commit 6a9dbf3 - -* Tue Apr 17 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de6.git96d1162 -- autobuilt commit 96d1162 - -* Tue Apr 17 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de5.git96d1162 -- autobuilt commit 96d1162 - -* Mon Apr 16 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de4.git6c5ebb0 -- autobuilt commit 6c5ebb0 - -* Mon Apr 16 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de3.gitfa8442e -- autobuilt commit fa8442e - -* Mon Apr 16 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de2.gitfa8442e -- autobuilt commit fa8442e - -* Sun Apr 15 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de1.gitfa8442e -- autobuilt commit fa8442e - -* Sat Apr 14 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de0.git62b59df -- autobuilt commit 62b59df - -* Fri Apr 13 2018 Lokesh Mandvekar (Bot) - 0.4.2-9.git191da31 -- autobuilt commit 191da31 - -* Thu Apr 12 2018 Lokesh Mandvekar (Bot) - 0.4.2-8.git6f51a5b -- autobuilt commit 6f51a5b - -* Wed Apr 11 2018 Lokesh Mandvekar (Bot) - 0.4.2-7.git77a1665 -- autobuilt commit 77a1665 - -* Tue Apr 10 2018 Lokesh Mandvekar (Bot) - 0.4.2-6.git864b9c0 -- autobuilt commit 864b9c0 - -* Tue Apr 10 2018 Lokesh Mandvekar (Bot) - 0.4.2-5.git864b9c0 -- autobuilt commit 864b9c0 - -* Tue Apr 10 2018 Lokesh Mandvekar (Bot) - 0.4.2-4.git998fd2e -- autobuilt commit 998fd2e - -* Sun Apr 08 2018 Lokesh Mandvekar (Bot) - 0.4.2-3.git998fd2e -- autobuilt commit 998fd2e - -* Sun Apr 08 2018 Lokesh Mandvekar - 0.4.2-2.git998fd2e -- autobuilt commit 998fd2e - -* Sun Apr 08 2018 Lokesh Mandvekar - 0.4.2-1.gitbef93de.git998fd2e -- bump to 0.4.2 -- autobuilt commit 998fd2e - -* Thu Mar 29 2018 baude - 0.3.5-2.gitdb6bf9e3 -- Upstream release 0.3.5 - -* Tue Mar 27 2018 Lokesh Mandvekar - 0.3.5-1.git304bf53 -- built commit 304bf53 - -* Fri Mar 23 2018 baude - 0.3.4-1.git57b403e -- Upstream release 0.3.4 - -* Fri Mar 16 2018 baude - 0.3.3-2.dev.gitbc358eb -- Upstream release 0.3.3 - -* Wed Mar 14 2018 Lokesh Mandvekar - 0.3.3-1.dev.gitbc358eb -- built podman commit bc358eb -- built conmon from cri-o commit 712f3b8 - -* Fri Mar 09 2018 baude - 0.3.2-1.gitf79a39a -- Release 0.3.2-1 - -* Sun Mar 04 2018 baude - 0.3.1-2.git98b95ff -- Correct RPM version - -* Fri Mar 02 2018 baude - 0.3.1-1-gitc187538 -- Release 0.3.1-1 - -* Sun Feb 25 2018 Peter Robinson 0.2.2-2.git525e3b1 -- Build on ARMv7 too (Fedora supports containers on that arch too) - -* Fri Feb 23 2018 baude - 0.2.2-1.git525e3b1 -- Release 0.2.2 - -* Fri Feb 16 2018 baude - 0.2.1-1.git3d0100b -- Release 0.2.1 - -* Wed Feb 14 2018 baude - 0.2-3.git3d0100b -- Add dep for atomic-registries - -* Tue Feb 13 2018 baude - 0.2-2.git3d0100b -- Add more 64bit arches -- Add containernetworking-cni dependancy -- Add iptables dependancy - -* Mon Feb 12 2018 baude - 0-2.1.git3d0100 -- Release 0.2 - -* Tue Feb 06 2018 Lokesh Mandvekar - 0-0.3.git367213a -- Resolves: #1541554 - first official build -- built commit 367213a - -* Fri Feb 02 2018 Lokesh Mandvekar - 0-0.2.git0387f69 -- built commit 0387f69 - -* Wed Jan 10 2018 Frantisek Kluknavsky - 0-0.1.gitc1b2278 -- First package for Fedora +%autochangelog diff --git a/sources b/sources index a4f6436..3279414 100644 --- a/sources +++ b/sources @@ -1,3 +1 @@ -SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 -SHA512 (gvisor-tap-vsock-4ee84d6.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a -SHA512 (v4.0.0-rc2.tar.gz) = 2960cf23f8b2335ca2cc68f3d86b370f25ecd1f98c9dc895645beebdc41793f7bb9ea7bce2e8a2485b9025f3645035d4a75becee696315140acc9edeff11feed +SHA512 (v4.0.0-rc3.tar.gz) = 4446509526e77aa1a317262c6d09c468a7753580077bb5cf28e065bfa7ba8b86e2f8ea620a92de94616bf48f2d0121a051363df327118d0fbc50a99f4ca6c814 From 9489f19528fa88ce60b11236e4bf5eaef5835ddf Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 28 Jan 2022 16:18:12 -0500 Subject: [PATCH 1979/2185] remove conditional gobuild macro definition Signed-off-by: Lokesh Mandvekar --- podman.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/podman.spec b/podman.spec index 8651831..b0efe09 100644 --- a/podman.spec +++ b/podman.spec @@ -7,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 From 07b92278eab94572857e1495c0c6866cd791844b Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 31 Jan 2022 08:23:13 -0500 Subject: [PATCH 1980/2185] Revert last 4 commits For some weird reason, scratch and local mock builds passed but tagged build failed. So reverting the last 4 commits to and re-bumping to v4.0.0-rc3 to check if issue persists. This reverts commit 9489f19528fa88ce60b11236e4bf5eaef5835ddf. This reverts commit 7899f80e600693c80c020c72ea4cd01264670c02. This reverts commit e48e1b54729580bc0b3742a48b8641fd1d261db9. This reverts commit e03f14c82566e95a75058209811381473c24d4dc. --- .gitignore | 1 - podman.spec | 6180 ++++++++++++++++++++++++++++++++++++++++++++++++++- sources | 4 +- 3 files changed, 6107 insertions(+), 78 deletions(-) diff --git a/.gitignore b/.gitignore index f486658..426ae1c 100644 --- a/.gitignore +++ b/.gitignore @@ -1794,4 +1794,3 @@ /v3.4.4.tar.gz /v4.0.0-rc1.tar.gz /v4.0.0-rc2.tar.gz -/v4.0.0-rc3.tar.gz diff --git a/podman.spec b/podman.spec index b0efe09..c3c5b87 100644 --- a/podman.spec +++ b/podman.spec @@ -1,3 +1,8 @@ +%global with_devel 0 +%global with_bundled 1 +%global with_check 0 +%global with_unit_test 0 + %global with_debug 1 %if 0%{?with_debug} @@ -7,6 +12,10 @@ %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 @@ -36,17 +45,23 @@ %global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) -%global built_tag v4.0.0-rc3 +%global built_tag v4.0.0-rc2 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) -%global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) -Epoch: 3 Name: podman -# TODO: Switch to gen_version and autorelease after v4.0.0 +%if 0%{?fedora} +Epoch: 3 +%else +Epoch: 0 +%endif Version: 4.0.0 -Release: 0.3.rc3%{?dist} +# RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER +# N.foo if released, 0.N.foo if unreleased +# Rawhide almost always ships unreleased builds, +# so release tag should be of the form 0.N.foo +Release: 0.2.rc2%{?dist} Summary: Manage Pods, Containers and Container Images -License: ASL 2.0 and BSD and ISC and MIT +License: ASL 2.0 URL: https://%{name}.io/ ExclusiveArch: %{golang_arches} Source0: %{git0}/archive/%{built_tag}.tar.gz @@ -62,11 +77,7 @@ BuildRequires: glib2-devel BuildRequires: glibc-devel BuildRequires: glibc-static BuildRequires: git-core -%if 0%{?fedora} BuildRequires: go-md2man -%else -BuildRequires: golang-github-cpuguy83-md2man -%endif BuildRequires: go-rpm-macros BuildRequires: gpgme-devel BuildRequires: libassuan-devel @@ -82,77 +93,76 @@ BuildRequires: ostree-devel BuildRequires: systemd BuildRequires: systemd-devel Requires: conmon >= 2:2.0.30-2 -Requires: containers-common >= 4:1-46 +Requires: containers-common >= 4:1-30 Requires: containernetworking-plugins >= 1.0.0-15.1 Requires: iptables Requires: nftables Recommends: %{name}-plugins = %{epoch}:%{version}-%{release} Recommends: catatonit Suggests: qemu-user-static + # vendored libraries -# 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/BurntSushi/toml)) = v1.0.0 -Provides: bundled(golang(github.com/blang/semver)) = v3.5.1+incompatible -Provides: bundled(golang(github.com/buger/goterm)) = v1.0.1 -Provides: bundled(golang(github.com/checkpoint_restore/checkpointctl)) = v0.0.0_20211204171957_54b4ebfdb681 -Provides: bundled(golang(github.com/checkpoint_restore/go_criu/v5)) = v5.3.0 -Provides: bundled(golang(github.com/container_orchestrated_devices/container_device_interface)) = v0.0.0_20220111162300_46367ec063fd -Provides: bundled(golang(github.com/containernetworking/cni)) = v1.0.1 -Provides: bundled(golang(github.com/containernetworking/plugins)) = v1.0.1 -Provides: bundled(golang(github.com/containers/buildah)) = v1.24.0 -Provides: bundled(golang(github.com/containers/common)) = v0.47.1 -Provides: bundled(golang(github.com/containers/conmon)) = v2.0.20+incompatible -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/psgo)) = v1.7.2 -Provides: bundled(golang(github.com/containers/storage)) = v1.38.1 -Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.3.2 -Provides: bundled(golang(github.com/coreos/stream_metadata_go)) = v0.0.0_20210225230131_70edb9eb47b3 -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/digitalocean/go_qemu)) = v0.0.0_20210326154740_ac9e0b687001 +# awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort +Provides: bundled(golang(github.com/BurntSushi/toml)) = v0.3.1 +#Provides: bundled(golang(github.com/blang/semver)) = v3.5.1+incompatible +#Provides: bundled(golang(github.com/buger/goterm)) = v0.0.0-20181115115552-c206103e1f37 +#Provides: bundled(golang(github.com/checkpoint-restore/go-criu)) = v0.0.0-20190109184317-bdb7599cd87b +#Provides: bundled(golang(github.com/codahale/hdrhistogram)) = v0.0.0-20161010025455-3a0bb77429bd +Provides: bundled(golang(github.com/containernetworking/cni)) = v0.8.0 +Provides: bundled(golang(github.com/containernetworking/plugins)) = v0.8.7 +#Provides: bundled(golang(github.com/containers/buildah)) = v1.15.1-0.20200813183340-0a8dc1f8064c +#Provides: bundled(golang(github.com/containers/common)) = v0.20.3-0.20200827091701-a550d6a98aa3 +#Provides: bundled(golang(github.com/containers/conmon)) = v2.0.20+incompatible +Provides: bundled(golang(github.com/containers/image/v5)) = v5.5.2 +Provides: bundled(golang(github.com/containers/psgo)) = v1.5.1 +Provides: bundled(golang(github.com/containers/storage)) = v1.23.2 +Provides: bundled(golang(github.com/coreos/go-systemd/v22)) = v22.1.0 +Provides: bundled(golang(github.com/cri-o/ocicni)) = v0.2.0 +Provides: bundled(golang(github.com/cyphar/filepath-securejoin)) = v0.2.2 +Provides: bundled(golang(github.com/davecgh/go-spew)) = v1.1.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_connections)) = v0.4.0 -Provides: bundled(golang(github.com/docker/go_plugins_helpers)) = v0.0.0_20211224144127_6eecb7beb651 -Provides: bundled(golang(github.com/docker/go_units)) = v0.4.0 -Provides: bundled(golang(github.com/dtylman/scp)) = v0.0.0_20181017070807_f3000a34aef4 -Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.5.1 +#Provides: bundled(golang(github.com/docker/docker)) = v1.4.2-0.20191219165747-a9416c67da9f +Provides: bundled(golang(github.com/docker/go-connections)) = v0.4.0 +Provides: bundled(golang(github.com/docker/go-units)) = v0.4.0 +Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.4.9 Provides: bundled(golang(github.com/ghodss/yaml)) = v1.0.0 -Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.0.6 -Provides: bundled(golang(github.com/google/shlex)) = v0.0.0_20191202100458_e7afc7fbc510 -Provides: bundled(golang(github.com/google/uuid)) = v1.3.0 -Provides: bundled(golang(github.com/gorilla/handlers)) = v1.5.1 -Provides: bundled(golang(github.com/gorilla/mux)) = v1.8.0 +Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.0.3 +#Provides: bundled(golang(github.com/google/shlex)) = v0.0.0-20181106134648-c34317bd91bf +Provides: bundled(golang(github.com/google/uuid)) = v1.1.2 +Provides: bundled(golang(github.com/gorilla/mux)) = v1.7.4 Provides: bundled(golang(github.com/gorilla/schema)) = v1.2.0 -Provides: bundled(golang(github.com/hashicorp/go_multierror)) = v1.1.1 +Provides: bundled(golang(github.com/hashicorp/go-multierror)) = v1.1.0 Provides: bundled(golang(github.com/hpcloud/tail)) = v1.0.0 -Provides: bundled(golang(github.com/json_iterator/go)) = v1.1.12 -Provides: bundled(golang(github.com/mattn/go_isatty)) = v0.0.14 -Provides: bundled(golang(github.com/moby/term)) = v0.0.0_20210619224110_3f7ff695adc6 -Provides: bundled(golang(github.com/mrunalp/fileutils)) = v0.5.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.3_0.20220114050600_8b9d41f48198 -Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.0 -Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.0.3_0.20211214071223_8958f93039ab -Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20220110225228_7e2d60f1e41f -Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.0 +Provides: bundled(golang(github.com/json-iterator/go)) = v1.1.10 +#Provides: bundled(golang(github.com/mrunalp/fileutils)) = v0.0.0-20171103030105-7d4729fb3618 +Provides: bundled(golang(github.com/onsi/ginkgo)) = v1.14.0 +Provides: bundled(golang(github.com/onsi/gomega)) = v1.10.1 +Provides: bundled(golang(github.com/opencontainers/go-digest)) = v1.0.0 +#Provides: bundled(golang(github.com/opencontainers/image-spec)) = v1.0.2-0.20190823105129-775207bd45b6 +#Provides: bundled(golang(github.com/opencontainers/runc)) = v1.0.0-rc91.0.20200708210054-ce54a9d4d79b +#Provides: bundled(golang(github.com/opencontainers/runtime-spec)) = v1.0.3-0.20200817204227-f9c09b4ea1df +Provides: bundled(golang(github.com/opencontainers/runtime-tools)) = v0.9.0 +Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.6.0 +Provides: bundled(golang(github.com/opentracing/opentracing-go)) = v1.2.0 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/rootless_containers/rootlesskit)) = v0.14.6 -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/rootless-containers/rootlesskit)) = v0.10.0 +Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.6.0 +Provides: bundled(golang(github.com/spf13/cobra)) = v0.0.7 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(github.com/uber/jaeger_client_go)) = v2.30.0+incompatible -Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.10 -Provides: bundled(golang(github.com/vbauerster/mpb/v6)) = v6.0.4 -Provides: bundled(golang(github.com/vishvananda/netlink)) = v1.1.1_0.20220115184804_dd687eb2f2d4 -Provides: bundled(golang(k8s.io/api)) = v0.22.4 -Provides: bundled(golang(k8s.io/apimachinery)) = v0.22.4 +Provides: bundled(golang(github.com/stretchr/testify)) = v1.6.1 +#Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0-20180916011248-d98352740cb2 +Provides: bundled(golang(github.com/uber/jaeger-client-go)) = v2.25.0+incompatible +Provides: bundled(golang(github.com/uber/jaeger-lib)) = v2.2.0+incompatible +#Provides: bundled(golang(github.com/varlink/go)) = v0.0.0-20190502142041-0f1d566d194b +Provides: bundled(golang(github.com/vishvananda/netlink)) = v1.1.0 +Provides: bundled(golang(go.etcd.io/bbolt)) = v1.3.5 +#Provides: bundled(golang(golang.org/x/crypto)) = v0.0.0-20200622213623-75b288015ac9 +#Provides: bundled(golang(golang.org/x/net)) = v0.0.0-20200707034311-ab3426394381 +#Provides: bundled(golang(golang.org/x/sync)) = v0.0.0-20200317015054-43a5402ce75a +#Provides: bundled(golang(golang.org/x/sys)) = v0.0.0-20200728102440-3e129f6d46b1 +Provides: bundled(golang(k8s.io/api)) = v0.18.8 +Provides: bundled(golang(k8s.io/apimachinery)) = v0.19.0 %description %{name} (Pod Manager) is a fully featured container engine that is a simple @@ -184,6 +194,167 @@ This package installs a script named docker that emulates the Docker CLI by executes %{name} commands, it also creates links between all Docker CLI man pages and %{name}. +%if 0%{?with_devel} +%package devel +Summary: Library for applications looking to use Container Pods +BuildArch: noarch +Provides: libpod-devel = %{epoch}:%{version}-%{release} + +%if 0%{?with_check} && ! 0%{?with_bundled} +BuildRequires: golang(github.com/BurntSushi/toml) +BuildRequires: golang(github.com/containerd/cgroups) +BuildRequires: golang(github.com/containernetworking/plugins/pkg/ns) +BuildRequires: golang(github.com/containers/image/copy) +BuildRequires: golang(github.com/containers/image/directory) +BuildRequires: golang(github.com/containers/image/docker) +BuildRequires: golang(github.com/containers/image/docker/archive) +BuildRequires: golang(github.com/containers/image/docker/reference) +BuildRequires: golang(github.com/containers/image/docker/tarfile) +BuildRequires: golang(github.com/containers/image/image) +BuildRequires: golang(github.com/containers/image/oci/archive) +BuildRequires: golang(github.com/containers/image/pkg/strslice) +BuildRequires: golang(github.com/containers/image/pkg/sysregistries) +BuildRequires: golang(github.com/containers/image/signature) +BuildRequires: golang(github.com/containers/image/storage) +BuildRequires: golang(github.com/containers/image/tarball) +BuildRequires: golang(github.com/containers/image/transports/alltransports) +BuildRequires: golang(github.com/containers/image/types) +BuildRequires: golang(github.com/containers/storage) +BuildRequires: golang(github.com/containers/storage/pkg/archive) +BuildRequires: golang(github.com/containers/storage/pkg/idtools) +BuildRequires: golang(github.com/containers/storage/pkg/reexec) +BuildRequires: golang(github.com/coreos/go-systemd/dbus) +BuildRequires: golang(github.com/cri-o/ocicni/pkg/ocicni) +BuildRequires: golang(github.com/docker/distribution/reference) +BuildRequires: golang(github.com/docker/docker/daemon/caps) +BuildRequires: golang(github.com/docker/docker/pkg/mount) +BuildRequires: golang(github.com/docker/docker/pkg/namesgenerator) +BuildRequires: golang(github.com/docker/docker/pkg/stringid) +BuildRequires: golang(github.com/docker/docker/pkg/system) +BuildRequires: golang(github.com/docker/docker/pkg/term) +BuildRequires: golang(github.com/docker/docker/pkg/truncindex) +BuildRequires: golang(github.com/ghodss/yaml) +BuildRequires: golang(github.com/godbus/dbus) +BuildRequires: golang(github.com/mattn/go-sqlite3) +BuildRequires: golang(github.com/mrunalp/fileutils) +BuildRequires: golang(github.com/opencontainers/go-digest) +BuildRequires: golang(github.com/opencontainers/image-spec/specs-go/v1) +BuildRequires: golang(github.com/opencontainers/runc/libcontainer) +BuildRequires: golang(github.com/opencontainers/runtime-spec/specs-go) +BuildRequires: golang(github.com/opencontainers/runtime-tools/generate) +BuildRequires: golang(github.com/opencontainers/selinux/go-selinux) +BuildRequires: golang(github.com/opencontainers/selinux/go-selinux/label) +BuildRequires: golang(github.com/pkg/errors) +BuildRequires: golang(github.com/sirupsen/logrus) +BuildRequires: golang(github.com/ulule/deepcopier) +BuildRequires: golang(golang.org/x/crypto/ssh/terminal) +BuildRequires: golang(golang.org/x/sys/unix) +BuildRequires: golang(k8s.io/apimachinery/pkg/util/wait) +BuildRequires: golang(k8s.io/client-go/tools/remotecommand) +BuildRequires: golang(k8s.io/kubernetes/pkg/kubelet/container) +%endif + +Requires: golang(github.com/BurntSushi/toml) +Requires: golang(github.com/containerd/cgroups) +Requires: golang(github.com/containernetworking/plugins/pkg/ns) +Requires: golang(github.com/containers/image/copy) +Requires: golang(github.com/containers/image/directory) +Requires: golang(github.com/containers/image/docker) +Requires: golang(github.com/containers/image/docker/archive) +Requires: golang(github.com/containers/image/docker/reference) +Requires: golang(github.com/containers/image/docker/tarfile) +Requires: golang(github.com/containers/image/image) +Requires: golang(github.com/containers/image/oci/archive) +Requires: golang(github.com/containers/image/pkg/strslice) +Requires: golang(github.com/containers/image/pkg/sysregistries) +Requires: golang(github.com/containers/image/signature) +Requires: golang(github.com/containers/image/storage) +Requires: golang(github.com/containers/image/tarball) +Requires: golang(github.com/containers/image/transports/alltransports) +Requires: golang(github.com/containers/image/types) +Requires: golang(github.com/containers/storage) +Requires: golang(github.com/containers/storage/pkg/archive) +Requires: golang(github.com/containers/storage/pkg/idtools) +Requires: golang(github.com/containers/storage/pkg/reexec) +Requires: golang(github.com/coreos/go-systemd/dbus) +Requires: golang(github.com/cri-o/ocicni/pkg/ocicni) +Requires: golang(github.com/docker/distribution/reference) +Requires: golang(github.com/docker/docker/daemon/caps) +Requires: golang(github.com/docker/docker/pkg/mount) +Requires: golang(github.com/docker/docker/pkg/namesgenerator) +Requires: golang(github.com/docker/docker/pkg/stringid) +Requires: golang(github.com/docker/docker/pkg/system) +Requires: golang(github.com/docker/docker/pkg/term) +Requires: golang(github.com/docker/docker/pkg/truncindex) +Requires: golang(github.com/ghodss/yaml) +Requires: golang(github.com/godbus/dbus) +Requires: golang(github.com/mattn/go-sqlite3) +Requires: golang(github.com/mrunalp/fileutils) +Requires: golang(github.com/opencontainers/go-digest) +Requires: golang(github.com/opencontainers/image-spec/specs-go/v1) +Requires: golang(github.com/opencontainers/runc/libcontainer) +Requires: golang(github.com/opencontainers/runtime-spec/specs-go) +Requires: golang(github.com/opencontainers/runtime-tools/generate) +Requires: golang(github.com/opencontainers/selinux/go-selinux) +Requires: golang(github.com/opencontainers/selinux/go-selinux/label) +Requires: golang(github.com/pkg/errors) +Requires: golang(github.com/sirupsen/logrus) +Requires: golang(github.com/ulule/deepcopier) +Requires: golang(golang.org/x/crypto/ssh/terminal) +Requires: golang(golang.org/x/sys/unix) +Requires: golang(k8s.io/apimachinery/pkg/util/wait) +Requires: golang(k8s.io/client-go/tools/remotecommand) +Requires: golang(k8s.io/kubernetes/pkg/kubelet/container) + +Provides: golang(%{import_path}/cmd/%{name}/docker) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/cmd/%{name}/formats) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/libkpod) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/%{name}) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/%{name}/common) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/%{name}/driver) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/%{name}/layers) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/pkg/annotations) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/pkg/chrootuser) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/pkg/registrar) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/pkg/storage) = %{epoch}:%{version}-%{release} +Provides: golang(%{import_path}/utils) = %{epoch}:%{version}-%{release} + +%description devel +%{summary} + +This package contains library source intended for +building other packages which use import path with +%{import_path} prefix. +%endif + +%if 0%{?with_unit_test} && 0%{?with_devel} +%package unit-test-devel +Summary: Unit tests for %{name} package +%if 0%{?with_check} +#Here comes all BuildRequires: PACKAGE the unit tests +#in %%check section need for running +%endif + +# test subpackage tests code from devel subpackage +Requires: %{name}-devel = %{epoch}:%{version}-%{release} + +%if 0%{?with_check} && ! 0%{?with_bundled} +BuildRequires: golang(github.com/stretchr/testify/assert) +BuildRequires: golang(github.com/urfave/cli) +%endif + +Requires: golang(github.com/stretchr/testify/assert) +Requires: golang(github.com/urfave/cli) + +%description unit-test-devel +%{summary} +%{repo} provides a library for applications looking to use the +Container Pod concept popularized by Kubernetes. + +This package contains unit tests for project +providing packages with %{import_path} prefix. +%endif + %if 0%{?fedora} || 0%{?rhel} %package tests Summary: Tests for %{name} @@ -316,13 +487,13 @@ popd %install install -dp %{buildroot}%{_unitdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ - install.bin \ - install.man \ + install.bin-nobuild \ + install.man-nobuild \ install.systemd \ install.completions \ install.docker \ - install.docker-docs \ - install.remote \ + install.docker-docs-nobuild \ + install.remote-nobuild \ mv pkg/hooks/README.md pkg/hooks/README-hooks.md @@ -337,14 +508,75 @@ install -dp %{buildroot}%{_libexecdir}/%{name} install -p -m0755 bin/gvproxy %{buildroot}%{_libexecdir}/%{name} popd -# remove dockerfile and dockerignore manpages -rm %{buildroot}%{_mandir}/man5/docker{file,ignore}.5 - # do not include docker and podman-remote man pages in main package for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},," | grep -v -e remote -e docker`; do echo "$file*" >> podman.file-list done +# source code for building projects +%if 0%{?with_devel} +install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ + +echo "%%dir %%{gopath}/src/%%{import_path}/." >> devel.file-list +# find all *.go but no *_test.go files and generate devel.file-list +for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go" | grep -v "vendor") ; do + dirprefix=$(dirname $file) + install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$dirprefix + cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file + echo "%%{gopath}/src/%%{import_path}/$file" >> devel.file-list + + while [ "$dirprefix" != "." ]; do + echo "%%dir %%{gopath}/src/%%{import_path}/$dirprefix" >> devel.file-list + dirprefix=$(dirname $dirprefix) + done +done +%endif + +# testing files for this project +%if 0%{?with_unit_test} && 0%{?with_devel} +install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ +# find all *_test.go files and generate unit-test-devel.file-list +for file in $(find . -iname "*_test.go" | grep -v "vendor") ; do + dirprefix=$(dirname $file) + install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$dirprefix + cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file + echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test-devel.file-list + + while [ "$dirprefix" != "." ]; do + echo "%%dir %%{gopath}/src/%%{import_path}/$dirprefix" >> devel.file-list + dirprefix=$(dirname $dirprefix) + done +done +%endif + +%if 0%{?with_devel} +sort -u -o devel.file-list devel.file-list +%endif + +%check +%if 0%{?with_check} && 0%{?with_unit_test} && 0%{?with_devel} +%if ! 0%{?with_bundled} +export GOPATH=%{buildroot}/%{gopath}:%{gopath} +%else +# Since we aren't packaging up the vendor directory we need to link +# back to it somehow. Hack it up so that we can add the vendor +# directory from BUILD dir as a gopath to be searched when executing +# tests from the BUILDROOT dir. +ln -s ./ ./vendor/src # ./vendor/src -> ./vendor + +export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} +%endif + +%if ! 0%{?gotest:1} +%global gotest go test +%endif + +%gotest %{import_path}/cmd/%{name} +%gotest %{import_path}/libkpod +%gotest %{import_path}/libpod +%gotest %{import_path}/pkg/registrar +%endif + install -d -p %{buildroot}/%{_datadir}/%{name}/test/system cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ @@ -366,6 +598,7 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_unitdir}/%{name}* %{_userunitdir}/%{name}* %{_usr}/lib/tmpfiles.d/%{name}.conf +%{_mandir}/man5/docker*.5.gz %files docker %{_bindir}/docker @@ -379,6 +612,14 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %dir %{gopath}/src/%{provider}.%{provider_tld}/%{project} %endif +%if 0%{?with_unit_test} && 0%{?with_devel} +%files unit-test-devel -f unit-test-devel.file-list +%license LICENSE +%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md transfer.md +%endif + +#### DO NOT REMOVE - NEEDED FOR CENTOS +%if 0%{?fedora} || 0%{?rhel} %files remote %license LICENSE %{_bindir}/%{name}-remote @@ -392,6 +633,7 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %files tests %license LICENSE %{_datadir}/%{name}/test +%endif %files plugins %license %{repo_plugins}-%{commit_plugins}/LICENSE @@ -409,5 +651,5791 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ rm -f %{_sharedstatedir}/containers/storage/libpod/defaultCNINetExists exit 0 +# rhcontainerbot account currently managed by lsm5 %changelog -%autochangelog +* Fri Jan 21 2022 RH Container Bot - 3:4.0.0-0.2.rc2 +- autobuilt v4.0.0-rc2 + +* Mon Jan 10 2022 RH Container Bot - 3:4.0.0-0.1.rc1 +- autobuilt v4.0.0-rc1 + +* Wed Dec 08 2021 RH Container Bot - 3:3.4.4-1 +- autobuilt v3.4.4 + +* Tue Dec 07 2021 RH Container Bot - 3:3.4.3-1 +- autobuilt v3.4.3 + +* Fri Nov 12 2021 RH Container Bot - 3:3.4.2-1 +- autobuilt v3.4.2 + +* Wed Oct 20 2021 RH Container Bot - 3:3.4.1-1 +- autobuilt v3.4.1 + +* Tue Oct 05 2021 Stephen Gallagher - 3:3.4.0-4 +- Drop i686 support for RHEL >= 9 +- RHEL 9 does not have i686 support for golang + +* Mon Oct 04 2021 Lokesh Mandvekar - 3:3.4.0-3 +- Gating tests: fix permissions error +- From: Ed Santiago + +* Fri Oct 01 2021 Timm Bäder - 3:3.4.0-2 +- Remove individual flags from $CFLAGS instead of hardcoding all flags + +* Thu Sep 30 2021 RH Container Bot - 3:3.4.0-1 +- autobuilt v3.4.0 + +* Mon Sep 27 2021 Lokesh Mandvekar - 3:3.4.0-0.11.rc2 +- bump containers-common dep + +* Fri Sep 24 2021 Lokesh Mandvekar - 3:3.4.0-0.10.rc2 +- build with libsubid buildtag + +* Fri Sep 24 2021 Lokesh Mandvekar - 3:3.4.0-0.9.rc2 +- depend on shadow-utils-subid for f35 and higher + +* Fri Sep 24 2021 Lokesh Mandvekar - 3:3.4.0-0.8.rc2 +- bump release to stay ahead of older fedoras + +* Fri Sep 24 2021 RH Container Bot - 3:3.4.0-0.7.rc2 +- autobuilt v3.4.0-rc2 + +* Thu Sep 23 2021 Daniel J Walsh - 3:3.4.0-0.6.rc1 +- Add shadow-utils-subid-devel requirement + +* Thu Sep 23 2021 Daniel J Walsh - 3:3.4.0-0.5.rc1 +- rm -f /var/lib/containers/storage/libpod/defaultCNINetExists in post + +* Wed Sep 22 2021 Lokesh Mandvekar - 3:3.4.0-0.4.rc1 +- bump conmon requirement for remote gating tests + +* Wed Sep 22 2021 Lokesh Mandvekar - 3:3.4.0-0.3.rc1 +- Requires: conmon >= 2:2.0.30 for remote gating tests + +* Tue Sep 21 2021 Lokesh Mandvekar - 3:3.4.0-0.2.rc1 +- rebuild for podman-remote gating tests + +* Thu Sep 16 2021 RH Container Bot - 3:3.4.0-0.1.rc1 +- autobuilt v3.4.0-rc1 + +* Tue Aug 31 2021 Lokesh Mandvekar - 3:3.3.1-2 +- bump release to be on par with f35 + +* Mon Aug 30 2021 RH Container Bot - 3:3.3.1-1 +- autobuilt v3.3.1 + +* Fri Aug 27 2021 Lokesh Mandvekar - 3:3.3.0-2 +- update gvproxy binary name + +* Fri Aug 20 2021 RH Container Bot - 3:3.3.0-1 +- autobuilt v3.3.0 + +* Tue Aug 17 2021 RH Container Bot - 3:3.3.0-0.28.rc3 +- autobuilt v3.3.0-rc3 + +* Mon Aug 16 2021 Lokesh Mandvekar - 3:3.3.0-0.27.rc2 +- Bump to v3.3.0-rc2 +- Include podman-gvproxy subpackage which provides +/usr/libexecdir/podman/podman-gvproxy + +* Tue Aug 03 2021 Lokesh Mandvekar - 3:3.3.0-0.26.rc1 +- Bump to v3.3.0-rc1 + +* Mon Aug 02 2021 Lokesh Mandvekar - 3:3.3.0-0.25.dev.gitd32e566 +- Resolves: #1983596, #1987739 - Security fix for CVE-2021-34558 + +* Fri Jul 23 2021 Fedora Release Engineering - 3:3.3.0-0.24.dev.gitd32e566 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jul 16 2021 Lokesh Mandvekar - 3:3.3.0-0.23.dev.gitd32e566 +- Resolves: #1969264, #1982881 - Security fix for CVE-2021-3602 + +* Wed Jul 14 2021 Lokesh Mandvekar - 3:3.3.0-0.22.dev.git599b7d7 +- rebuild with gating.yaml changes + +* Tue Jul 06 2021 Lokesh Mandvekar - 3:3.3.0-0.21.dev.git599b7d7 +- rebuild for openQA + +* Tue Jun 29 2021 Lokesh Mandvekar - 3:3.3.0-0.20.dev.git599b7d7 +- remove /etc/sysconfdir/cni/net.d/87-podman-bridge.conflist +- bodhi will not be ignored for this one so cut us some slack ;) + +* Thu Jun 24 2021 RH Container Bot - 3:3.3.0-0.19.dev.gitfc34f35 +- autobuilt fc34f35 + +* Wed Jun 23 2021 RH Container Bot - 3:3.3.0-0.18.dev.gitd3afc6b +- autobuilt d3afc6b + +* Tue Jun 22 2021 RH Container Bot - 3:3.3.0-0.17.dev.gitbe15e69 +- autobuilt be15e69 + +* Mon Jun 21 2021 RH Container Bot - 3:3.3.0-0.16.dev.git18bf92f +- autobuilt 18bf92f + +* Mon Jun 21 2021 RH Container Bot - 3:3.3.0-0.15.dev.git928687e +- autobuilt 928687e + +* Sun Jun 20 2021 RH Container Bot - 3:3.3.0-0.14.dev.gitd8cd205 +- autobuilt d8cd205 + +* Sat Jun 19 2021 RH Container Bot - 3:3.3.0-0.13.dev.git48db8d9 +- autobuilt 48db8d9 + +* Fri Jun 18 2021 RH Container Bot - 3:3.3.0-0.12.dev.gitce04a3e +- autobuilt ce04a3e + +* Thu Jun 17 2021 RH Container Bot - 3:3.3.0-0.11.dev.git814a8b6 +- autobuilt 814a8b6 + +* Wed Jun 16 2021 RH Container Bot - 3:3.3.0-0.10.dev.git092b2ec +- autobuilt 092b2ec + +* Tue Jun 15 2021 RH Container Bot - 3:3.3.0-0.9.dev.gite2f51ee +- autobuilt e2f51ee + +* Mon Jun 14 2021 Lokesh Mandvekar - 3:3.3.0-0.8.dev.gite549ca5 +- BR: go-rpm-macros to re-enable debuginfo + +* Sun Jun 13 2021 RH Container Bot - 3:3.3.0-0.7.dev.gite549ca5 +- autobuilt e549ca5 + +* Sat Jun 12 2021 RH Container Bot - 3:3.3.0-0.6.dev.git45dc3d6 +- autobuilt 45dc3d6 + +* Fri Jun 11 2021 RH Container Bot - 3:3.3.0-0.5.dev.gited983c9 +- autobuilt ed983c9 + +* Thu Jun 10 2021 RH Container Bot - 3:3.3.0-0.4.dev.gitea39735 +- autobuilt ea39735 + +* Wed Jun 09 2021 RH Container Bot - 3:3.3.0-0.3.dev.gitda1bade +- autobuilt da1bade + +* Tue Jun 08 2021 Lokesh Mandvekar - 3:3.3.0-0.2.dev.git9a3a732 +- include podman-machine-cni in podman-plugins subpackage + +* Tue Jun 08 2021 RH Container Bot - 3:3.3.0-0.1.dev.git9a3a732 +- bump to 3.3.0 +- autobuilt 9a3a732 + +* Tue May 18 2021 Lokesh Mandvekar - 3:3.2.0-0.27.dev.git353f04b +- disable debuginfo temporarily to get a successful build past gating issues + +* Tue May 18 2021 RH Container Bot - 3:3.2.0-0.26.dev.git353f04b +- autobuilt 353f04b + +* Tue May 18 2021 Lokesh Mandvekar - 3:3.2.0-0.25.dev.gita7fa0da +- use containers-common >= 4:1-19 with container-selinux 2.162.1 + +* Tue May 18 2021 RH Container Bot - 3:3.2.0-0.24.dev.gita7fa0da +- autobuilt a7fa0da + +* Mon May 17 2021 RH Container Bot - 3:3.2.0-0.23.dev.gita6a3df0 +- autobuilt a6a3df0 + +* Sun May 16 2021 RH Container Bot - 3:3.2.0-0.22.dev.git90a12ac +- autobuilt 90a12ac + +* Sat May 15 2021 RH Container Bot - 3:3.2.0-0.21.dev.git2b0b971 +- autobuilt 2b0b971 + +* Thu May 13 2021 Daniel J Walsh - 3:3.2.0-0.20.dev.git4dc52f6 +- Add suggests qemu-user-static + +* Thu May 13 2021 RH Container Bot - 3:3.2.0-0.19.dev.git4dc52f6 +- autobuilt 4dc52f6 + +* Wed May 12 2021 RH Container Bot - 3:3.2.0-0.18.dev.git59dd357 +- autobuilt 59dd357 + +* Tue May 11 2021 Lokesh Mandvekar - 3:3.2.0-0.17.dev.git57b6425 +- bump epoch to account for bad v3.2.0-rc1 in stable + +* Tue May 11 2021 RH Container Bot - 2:3.2.0-0.16.dev.git57b6425 +- autobuilt 57b6425 + +* Sun May 09 2021 RH Container Bot - 2:3.2.0-0.15.dev.git54bed10 +- autobuilt 54bed10 + +* Sat May 08 2021 RH Container Bot - 2:3.2.0-0.14.dev.git141d3f1 +- autobuilt 141d3f1 + +* Fri May 07 2021 RH Container Bot - 2:3.2.0-0.13.dev.git5616887 +- autobuilt 5616887 + +* Fri May 07 2021 RH Container Bot - 2:3.2.0-0.12.dev.gitb533fcb +- autobuilt b533fcb + +* Thu May 06 2021 RH Container Bot - 2:3.2.0-0.11.dev.git8cc96bd +- autobuilt 8cc96bd + +* Thu May 06 2021 RH Container Bot - 2:3.2.0-0.10.dev.gitb6405c1 +- autobuilt b6405c1 + +* Mon May 03 2021 RH Container Bot - 2:3.2.0-0.9.dev.git697ec8f +- autobuilt 697ec8f + +* Wed Apr 28 2021 RH Container Bot - 2:3.2.0-0.8.dev.git4ca34fc +- autobuilt 4ca34fc + +* Wed Apr 28 2021 RH Container Bot - 2:3.2.0-0.7.dev.git99e5a76 +- autobuilt 99e5a76 + +* Tue Apr 27 2021 RH Container Bot - 2:3.2.0-0.6.dev.git3148e01 +- autobuilt 3148e01 + +* Mon Apr 26 2021 RH Container Bot - 2:3.2.0-0.5.dev.git476c76f +- autobuilt 476c76f + +* Tue Apr 20 2021 RH Container Bot - 2:3.2.0-0.4.dev.gitcf2c3a1 +- autobuilt cf2c3a1 + +* Fri Apr 16 2021 Lokesh Mandvekar - 2:3.2.0-0.3.dev.git35b62ef +- slirp4netns and fuse-overlayfs deps are in containers-common + +* Thu Apr 15 2021 Lokesh Mandvekar - 2:3.2.0-0.2.dev.git373f15f +- container-selinux and crun dependencies moved to containers-common + +* Thu Apr 15 2021 RH Container Bot - 2:3.2.0-0.1.dev.git373f15f +- bump to 3.2.0 +- autobuilt 373f15f + +* Mon Apr 05 2021 Lokesh Mandvekar - 2:3.1.0-0.102.dev.git259004f +- adjust dependencies + +* Mon Mar 29 2021 RH Container Bot - 2:3.1.0-0.101.dev.git259004f +- autobuilt 259004f + +* Thu Mar 25 2021 Lokesh Mandvekar - 2:3.1.0-0.100.dev.gitdf1d561 +- bump crun requirement + +* Mon Mar 22 2021 RH Container Bot - 2:3.1.0-0.99.dev.gitdf1d561 +- autobuilt df1d561 + +* Mon Mar 15 2021 RH Container Bot - 2:3.1.0-0.98.dev.gite7dc592 +- autobuilt e7dc592 + +* Fri Mar 12 2021 RH Container Bot - 2:3.1.0-0.97.dev.gitfc02d16 +- autobuilt fc02d16 + +* Fri Mar 12 2021 RH Container Bot - 2:3.1.0-0.96.dev.git5b22ddd +- autobuilt 5b22ddd + +* Thu Mar 11 2021 RH Container Bot - 2:3.1.0-0.95.dev.git81737b3 +- autobuilt 81737b3 + +* Thu Mar 11 2021 RH Container Bot - 2:3.1.0-0.94.dev.git8d33bfa +- autobuilt 8d33bfa + +* Wed Mar 10 2021 RH Container Bot - 2:3.1.0-0.93.dev.gite2d35e5 +- autobuilt e2d35e5 + +* Wed Mar 10 2021 RH Container Bot - 2:3.1.0-0.92.dev.git786757f +- autobuilt 786757f + +* Wed Mar 10 2021 RH Container Bot - 2:3.1.0-0.91.dev.git5331096 +- autobuilt 5331096 + +* Wed Mar 10 2021 RH Container Bot - 2:3.1.0-0.90.dev.git1ac2fb7 +- autobuilt 1ac2fb7 + +* Tue Mar 09 2021 RH Container Bot - 2:3.1.0-0.89.dev.git09473d4 +- autobuilt 09473d4 + +* Tue Mar 09 2021 RH Container Bot - 2:3.1.0-0.88.dev.git66ac942 +- autobuilt 66ac942 + +* Tue Mar 09 2021 RH Container Bot - 2:3.1.0-0.87.dev.git36ec835 +- autobuilt 36ec835 + +* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.86.dev.git789d579 +- autobuilt 789d579 + +* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.85.dev.gitff46d13 +- autobuilt ff46d13 + +* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.84.dev.gitba36d79 +- autobuilt ba36d79 + +* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.83.dev.gitb386d23 +- autobuilt b386d23 + +* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.82.dev.git1e1035c +- autobuilt 1e1035c + +* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.81.dev.gitb6079bc +- autobuilt b6079bc + +* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.80.dev.git6fe634c +- autobuilt 6fe634c + +* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.79.dev.git7c09752 +- autobuilt 7c09752 + +* Sun Mar 07 2021 RH Container Bot - 2:3.1.0-0.78.dev.gitb7c00f2 +- autobuilt b7c00f2 + +* Sat Mar 06 2021 RH Container Bot - 2:3.1.0-0.77.dev.gita9fcd9d +- autobuilt a9fcd9d + +* Sat Mar 06 2021 RH Container Bot - 2:3.1.0-0.76.dev.git77a597a +- autobuilt 77a597a + +* Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.75.dev.git2a78157 +- autobuilt 2a78157 + +* Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.74.dev.git44e6d20 +- autobuilt 44e6d20 + +* Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.73.dev.git0bac30d +- autobuilt 0bac30d + +* Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.72.dev.gitc6cefa5 +- autobuilt c6cefa5 + +* Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.71.dev.git05080a1 +- autobuilt 05080a1 + +* Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.70.dev.git4e5cc6a +- autobuilt 4e5cc6a + +* Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.69.dev.gite65bcc1 +- autobuilt e65bcc1 + +* Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.68.dev.git7a92de4 +- autobuilt 7a92de4 + +* Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.67.dev.git87a78c0 +- autobuilt 87a78c0 + +* Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.66.dev.git17cacea +- autobuilt 17cacea + +* Wed Mar 03 2021 Lokesh Mandvekar - 2:3.1.0-0.65.dev.git87e2056 +- built 87e2056 + +* Tue Mar 02 2021 RH Container Bot - 2:3.1.0-0.64.dev.git426178a +- autobuilt 426178a + +* Tue Mar 02 2021 RH Container Bot - 2:3.1.0-0.63.dev.gitc726732 +- autobuilt c726732 + +* Tue Mar 02 2021 RH Container Bot - 2:3.1.0-0.62.dev.git7497dcb +- autobuilt 7497dcb + +* Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.61.dev.git8af6680 +- autobuilt 8af6680 + +* Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.60.dev.git73044b2 +- autobuilt 73044b2 + +* Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.59.dev.git8daa014 +- autobuilt 8daa014 + +* Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.58.dev.gitb5827d8 +- autobuilt b5827d8 + +* Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.57.dev.gitb154c51 +- autobuilt b154c51 + +* Sat Feb 27 2021 RH Container Bot - 2:3.1.0-0.56.dev.git9600ea6 +- autobuilt 9600ea6 + +* Fri Feb 26 2021 RH Container Bot - 2:3.1.0-0.55.dev.git397aae3 +- autobuilt 397aae3 + +* Fri Feb 26 2021 RH Container Bot - 2:3.1.0-0.54.dev.git05410e8 +- autobuilt 05410e8 + +* Thu Feb 25 2021 RH Container Bot - 2:3.1.0-0.53.dev.gitbde1d3f +- autobuilt bde1d3f + +* Thu Feb 25 2021 RH Container Bot - 2:3.1.0-0.52.dev.gitb220d6c +- autobuilt b220d6c + +* Thu Feb 25 2021 RH Container Bot - 2:3.1.0-0.51.dev.git9ec8106 +- autobuilt 9ec8106 + +* Thu Feb 25 2021 RH Container Bot - 2:3.1.0-0.50.dev.git79e8032 +- autobuilt 79e8032 + +* Wed Feb 24 2021 RH Container Bot - 2:3.1.0-0.49.dev.git25d8195 +- autobuilt 25d8195 + +* Wed Feb 24 2021 RH Container Bot - 2:3.1.0-0.48.dev.gitdec06b1 +- autobuilt dec06b1 + +* Wed Feb 24 2021 RH Container Bot - 2:3.1.0-0.47.dev.git49fa19d +- autobuilt 49fa19d + +* Tue Feb 23 2021 RH Container Bot - 2:3.1.0-0.46.dev.gitca0af71 +- autobuilt ca0af71 + +* Tue Feb 23 2021 RH Container Bot - 2:3.1.0-0.45.dev.git4dfcd58 +- autobuilt 4dfcd58 + +* Tue Feb 23 2021 RH Container Bot - 2:3.1.0-0.44.dev.git1702cbc +- autobuilt 1702cbc + +* Tue Feb 23 2021 RH Container Bot - 2:3.1.0-0.43.dev.git96fc9d9 +- autobuilt 96fc9d9 + +* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.42.dev.gitd999328 +- autobuilt d999328 + +* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.41.dev.gitc69decc +- autobuilt c69decc + +* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.40.dev.gita6e7d19 +- autobuilt a6e7d19 + +* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.39.dev.gitf8ff172 +- autobuilt f8ff172 + +* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.38.dev.gitcb3af5b +- autobuilt cb3af5b + +* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.37.dev.git6fbf73e +- autobuilt 6fbf73e + +* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.36.dev.git10d52c0 +- autobuilt 10d52c0 + +* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.35.dev.gitd92b946 +- autobuilt d92b946 + +* Sun Feb 21 2021 RH Container Bot - 2:3.1.0-0.34.dev.git4a6582b +- autobuilt 4a6582b + +* Sun Feb 21 2021 RH Container Bot - 2:3.1.0-0.33.dev.git7b52654 +- autobuilt 7b52654 + +* Fri Feb 19 2021 RH Container Bot - 2:3.1.0-0.32.dev.git4aaaa6c +- autobuilt 4aaaa6c + +* Fri Feb 19 2021 RH Container Bot - 2:3.1.0-0.31.dev.gitb6db60e +- autobuilt b6db60e + +* Fri Feb 19 2021 RH Container Bot - 2:3.1.0-0.30.dev.git6a9257a +- autobuilt 6a9257a + +* Thu Feb 18 2021 RH Container Bot - 2:3.1.0-0.29.dev.git1c6c94d +- autobuilt 1c6c94d + +* Thu Feb 18 2021 RH Container Bot - 2:3.1.0-0.28.dev.gitb2bb05d +- autobuilt b2bb05d + +* Thu Feb 18 2021 RH Container Bot - 2:3.1.0-0.27.dev.gitc3419d2 +- autobuilt c3419d2 + +* Wed Feb 17 2021 RH Container Bot - 2:3.1.0-0.26.dev.gitd48f4a0 +- autobuilt d48f4a0 + +* Wed Feb 17 2021 RH Container Bot - 2:3.1.0-0.25.dev.git516dc6d +- autobuilt 516dc6d + +* Wed Feb 17 2021 RH Container Bot - 2:3.1.0-0.24.dev.git2e522ff +- autobuilt 2e522ff + +* Wed Feb 17 2021 RH Container Bot - 2:3.1.0-0.23.dev.gitd55d80a +- autobuilt d55d80a + +* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.22.dev.git5004212 +- autobuilt 5004212 + +* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.21.dev.git7fb347a +- autobuilt 7fb347a + +* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.20.dev.git58a4793 +- autobuilt 58a4793 + +* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.19.dev.gitaadb16d +- autobuilt aadb16d + +* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.18.dev.git8c444e6 +- autobuilt 8c444e6 + +* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.17.dev.gitac9a048 +- autobuilt ac9a048 + +* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.16.dev.gitdf8ba7f +- autobuilt df8ba7f + +* Mon Feb 15 2021 RH Container Bot - 2:3.1.0-0.15.dev.git30607d7 +- autobuilt 30607d7 + +* Sat Feb 13 2021 RH Container Bot - 2:3.1.0-0.14.dev.git3ba0afd +- autobuilt 3ba0afd + +* Sat Feb 13 2021 RH Container Bot - 2:3.1.0-0.13.dev.git9d57aa7 +- autobuilt 9d57aa7 + +* Fri Feb 12 2021 RH Container Bot - 2:3.1.0-0.12.dev.git87b2722 +- autobuilt 87b2722 + +* Fri Feb 12 2021 RH Container Bot - 2:3.1.0-0.11.dev.git1d15ed7 +- autobuilt 1d15ed7 + +* Fri Feb 12 2021 RH Container Bot - 2:3.1.0-0.10.dev.git73cf06a +- autobuilt 73cf06a + +* Fri Feb 12 2021 RH Container Bot - 2:3.1.0-0.9.dev.git291f596 +- autobuilt 291f596 + +* Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.8.dev.git1b284a2 +- autobuilt 1b284a2 + +* Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.7.dev.gitb38b143 +- autobuilt b38b143 + +* Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.6.dev.gita500d93 +- autobuilt a500d93 + +* Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.5.dev.gitafe4ce6 +- autobuilt afe4ce6 + +* Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.4.dev.gitca354f1 +- autobuilt ca354f1 + +* Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.3.dev.gitdb64865 +- autobuilt db64865 + +* Wed Feb 10 2021 RH Container Bot - 2:3.1.0-0.2.dev.git4d604c1 +- autobuilt 4d604c1 + +* Wed Feb 10 2021 RH Container Bot - 2:3.1.0-0.1.dev.git88ab83d +- bump to 3.1.0 +- autobuilt 88ab83d + +* Wed Feb 10 2021 RH Container Bot - 2:3.0.0-0.213.dev.gitb4ca924 +- autobuilt b4ca924 + +* Wed Feb 10 2021 RH Container Bot - 2:3.0.0-0.212.dev.git629a979 +- autobuilt 629a979 + +* Wed Feb 10 2021 RH Container Bot - 2:3.0.0-0.211.dev.git055e2dd +- autobuilt 055e2dd + +* Wed Feb 10 2021 RH Container Bot - 2:3.0.0-0.210.dev.git2d829ae +- autobuilt 2d829ae + +* Tue Feb 09 2021 RH Container Bot - 2:3.0.0-0.209.dev.git8600c3b +- autobuilt 8600c3b + +* Tue Feb 09 2021 RH Container Bot - 2:3.0.0-0.208.dev.git763d522 +- autobuilt 763d522 + +* Tue Feb 09 2021 RH Container Bot - 2:3.0.0-0.207.dev.gitf98605e +- autobuilt f98605e + +* Tue Feb 09 2021 RH Container Bot - 2:3.0.0-0.206.dev.git9da4169 +- autobuilt 9da4169 + +* Mon Feb 08 2021 RH Container Bot - 2:3.0.0-0.205.dev.git19507d0 +- autobuilt 19507d0 + +* Wed Feb 03 2021 RH Container Bot - 2:3.0.0-0.204.dev.gita086f60 +- autobuilt a086f60 + +* Wed Feb 03 2021 RH Container Bot - 2:3.0.0-0.203.dev.git9742165 +- autobuilt 9742165 + +* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.202.dev.gitd1e0afd +- autobuilt d1e0afd + +* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.201.dev.gitaab8a93 +- autobuilt aab8a93 + +* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.200.dev.git628b0d7 +- autobuilt 628b0d7 + +* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.199.dev.gitd66a18c +- autobuilt d66a18c + +* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.198.dev.git828279d +- autobuilt 828279d + +* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.197.dev.git2314af7 +- autobuilt 2314af7 + +* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.196.dev.git52575db +- autobuilt 52575db + +* Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.195.dev.git48a0e00 +- autobuilt 48a0e00 + +* Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.194.dev.git182e841 +- autobuilt 182e841 + +* Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.193.dev.git2018334 +- autobuilt 2018334 + +* Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.192.dev.gitb045c17 +- autobuilt b045c17 + +* Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.191.dev.git4ead806 +- autobuilt 4ead806 + +* Sat Jan 30 2021 RH Container Bot - 2:3.0.0-0.190.dev.git735b16e +- autobuilt 735b16e + +* Fri Jan 29 2021 RH Container Bot - 2:3.0.0-0.189.dev.git2686e40 +- autobuilt 2686e40 + +* Fri Jan 29 2021 RH Container Bot - 2:3.0.0-0.188.dev.gitf3a7bc1 +- autobuilt f3a7bc1 + +* Fri Jan 29 2021 RH Container Bot - 2:3.0.0-0.187.dev.git4ee66c2 +- autobuilt 4ee66c2 + +* Thu Jan 28 2021 RH Container Bot - 2:3.0.0-0.186.dev.git0c6a889 +- autobuilt 0c6a889 + +* Thu Jan 28 2021 RH Container Bot - 2:3.0.0-0.185.dev.git2ee034c +- autobuilt 2ee034c + +* Thu Jan 28 2021 RH Container Bot - 2:3.0.0-0.184.dev.gitfb653c4 +- autobuilt fb653c4 + +* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.183.dev.git9d59daa +- autobuilt 9d59daa + +* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.182.dev.git14cc4aa +- autobuilt 14cc4aa + +* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.181.dev.git1814fa2 +- autobuilt 1814fa2 + +* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.180.dev.git2ff4da9 +- autobuilt 2ff4da9 + +* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.179.dev.git179b9d1 +- autobuilt 179b9d1 + +* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.178.dev.git2102e26 +- autobuilt 2102e26 + +* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.177.dev.gitc3b3984 +- autobuilt c3b3984 + +* Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.176.dev.git5d44446 +- autobuilt 5d44446 + +* Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.175.dev.gitad1e0bb +- autobuilt ad1e0bb + +* Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.174.dev.gitf13385e +- autobuilt f13385e + +* Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.173.dev.gitefcd48b +- autobuilt efcd48b + +* Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.172.dev.gite5e447d +- autobuilt e5e447d + +* Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.171.dev.git79565d1 +- autobuilt 79565d1 + +* Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.170.dev.git6ba8819 +- autobuilt 6ba8819 + +* Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.169.dev.git63cef43 +- autobuilt 63cef43 + +* Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.168.dev.git23b879d +- autobuilt 23b879d + +* Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.167.dev.gitf4e8572 +- autobuilt f4e8572 + +* Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.166.dev.gitb4b7838 +- autobuilt b4b7838 + +* Sun Jan 24 2021 RH Container Bot - 2:3.0.0-0.165.dev.git479fc22 +- autobuilt 479fc22 + +* Sat Jan 23 2021 RH Container Bot - 2:3.0.0-0.164.dev.git3f5af4e +- autobuilt 3f5af4e + +* Sat Jan 23 2021 RH Container Bot - 2:3.0.0-0.163.dev.git6cef7c7 +- autobuilt 6cef7c7 + +* Fri Jan 22 2021 RH Container Bot - 2:3.0.0-0.162.dev.git474ba4c +- autobuilt 474ba4c + +* Fri Jan 22 2021 RH Container Bot - 2:3.0.0-0.161.dev.git47616fe +- autobuilt 47616fe + +* Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.160.dev.git6fd83de +- autobuilt 6fd83de + +* Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.159.dev.git3ba1a8d +- autobuilt 3ba1a8d + +* Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.158.dev.gitd102d02 +- autobuilt d102d02 + +* Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.157.dev.git7d297dd +- autobuilt 7d297dd + +* Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.156.dev.git5598229 +- autobuilt 5598229 + +* Wed Jan 20 2021 RH Container Bot - 2:3.0.0-0.155.dev.git14443cc +- autobuilt 14443cc + +* Wed Jan 20 2021 RH Container Bot - 2:3.0.0-0.154.dev.gitfe4f9ba +- autobuilt fe4f9ba + +* Wed Jan 20 2021 RH Container Bot - 2:3.0.0-0.153.dev.git7d024a2 +- autobuilt 7d024a2 + +* Wed Jan 20 2021 RH Container Bot - 2:3.0.0-0.152.dev.git54c465b +- autobuilt 54c465b + +* Tue Jan 19 2021 RH Container Bot - 2:3.0.0-0.151.dev.git5e7262d +- autobuilt 5e7262d + +* Tue Jan 19 2021 RH Container Bot - 2:3.0.0-0.150.dev.gitd99e475 +- autobuilt d99e475 + +* Tue Jan 19 2021 RH Container Bot - 2:3.0.0-0.149.dev.git8c6df5e +- autobuilt 8c6df5e + +* Tue Jan 19 2021 RH Container Bot - 2:3.0.0-0.148.dev.git9a10f20 +- autobuilt 9a10f20 + +* Mon Jan 18 2021 RH Container Bot - 2:3.0.0-0.147.dev.git5f1a7a7 +- autobuilt 5f1a7a7 + +* Sun Jan 17 2021 RH Container Bot - 2:3.0.0-0.146.dev.git5b3c7a5 +- autobuilt 5b3c7a5 + +* Sun Jan 17 2021 RH Container Bot - 2:3.0.0-0.145.dev.git341c4b1 +- autobuilt 341c4b1 + +* Sat Jan 16 2021 RH Container Bot - 2:3.0.0-0.144.dev.git73b036d +- autobuilt 73b036d + +* Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.143.dev.git83ed464 +- autobuilt 83ed464 + +* Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.142.dev.git0400dc0 +- autobuilt 0400dc0 + +* Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.141.dev.git7d3a628 +- autobuilt 7d3a628 + +* Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.140.dev.git5a166b2 +- autobuilt 5a166b2 + +* Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.139.dev.git3ceef00 +- autobuilt 3ceef00 + +* Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.138.dev.git3fcf346 +- autobuilt 3fcf346 + +* Thu Jan 14 2021 RH Container Bot - 2:3.0.0-0.137.dev.git2b7793b +- autobuilt 2b7793b + +* Thu Jan 14 2021 RH Container Bot - 2:3.0.0-0.136.dev.gita944f90 +- autobuilt a944f90 + +* Thu Jan 14 2021 RH Container Bot - 2:3.0.0-0.135.dev.git9f50d48 +- autobuilt 9f50d48 + +* Thu Jan 14 2021 RH Container Bot - 2:3.0.0-0.134.dev.git4e4477c +- autobuilt 4e4477c + +* Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.133.dev.gitb2ac2a3 +- autobuilt b2ac2a3 + +* Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.132.dev.gitbbff9c8 +- autobuilt bbff9c8 + +* Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.131.dev.git9473dda +- autobuilt 9473dda + +* Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.130.dev.git99c5746 +- autobuilt 99c5746 + +* Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.129.dev.git183f443 +- autobuilt 183f443 + +* Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.128.dev.gitf52a9ee +- autobuilt f52a9ee + +* Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.127.dev.git265ec91 +- autobuilt 265ec91 + +* Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.126.dev.git0ccc888 +- autobuilt 0ccc888 + +* Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.125.dev.git0532fda +- autobuilt 0532fda + +* Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.124.dev.git64b86d0 +- autobuilt 64b86d0 + +* Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.123.dev.git5575c7b +- autobuilt 5575c7b + +* Mon Jan 11 2021 RH Container Bot - 2:3.0.0-0.122.dev.git5681907 +- autobuilt 5681907 + +* Mon Jan 11 2021 RH Container Bot - 2:3.0.0-0.121.dev.git20217f5 +- autobuilt 20217f5 + +* Mon Jan 11 2021 RH Container Bot - 2:3.0.0-0.120.dev.gitd2503ae +- autobuilt d2503ae + +* Mon Jan 11 2021 RH Container Bot - 2:3.0.0-0.119.dev.git3b987a7 +- autobuilt 3b987a7 + +* Sun Jan 10 2021 RH Container Bot - 2:3.0.0-0.118.dev.git41613bd +- autobuilt 41613bd + +* Sun Jan 10 2021 RH Container Bot - 2:3.0.0-0.117.dev.gitbc0fa65 +- autobuilt bc0fa65 + +* Fri Jan 8 2021 RH Container Bot - 2:3.0.0-0.116.dev.git49db79e +- autobuilt 49db79e + +* Fri Jan 8 2021 RH Container Bot - 2:3.0.0-0.115.dev.gita0b432d +- autobuilt a0b432d + +* Thu Jan 7 2021 RH Container Bot - 2:3.0.0-0.114.dev.git78cda71 +- autobuilt 78cda71 + +* Thu Jan 7 2021 RH Container Bot - 2:3.0.0-0.113.dev.git3cf41c4 +- autobuilt 3cf41c4 + +* Thu Jan 7 2021 RH Container Bot - 2:3.0.0-0.112.dev.gita475150 +- autobuilt a475150 + +* Thu Jan 7 2021 RH Container Bot - 2:3.0.0-0.111.dev.git355e387 +- autobuilt 355e387 + +* Wed Jan 6 2021 RH Container Bot - 2:3.0.0-0.110.dev.gitbb82c37 +- autobuilt bb82c37 + +* Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.109.dev.gitffe2b1e +- autobuilt ffe2b1e + +* Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.108.dev.git1f59276 +- autobuilt 1f59276 + +* Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.107.dev.gitb84b7c8 +- autobuilt b84b7c8 + +* Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.106.dev.gitbc21fab +- autobuilt bc21fab + +* Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.105.dev.git1b9366d +- autobuilt 1b9366d + +* Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.104.dev.git618c355 +- autobuilt 618c355 + +* Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.103.dev.gitced7c0a +- autobuilt ced7c0a + +* Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.102.dev.gitb502854 +- autobuilt b502854 + +* Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.101.dev.git6a1fbe7 +- autobuilt 6a1fbe7 + +* Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.100.dev.gitf261bfc +- autobuilt f261bfc + +* Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.99.dev.git8e4d19d +- autobuilt 8e4d19d + +* Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.98.dev.git23f25b8 +- autobuilt 23f25b8 + +* Sat Jan 2 2021 RH Container Bot - 2:3.0.0-0.97.dev.git142b4ac +- autobuilt 142b4ac + +* Thu Dec 31 2020 RH Container Bot - 2:3.0.0-0.96.dev.git39b1cb4 +- autobuilt 39b1cb4 + +* Wed Dec 30 2020 RH Container Bot - 2:3.0.0-0.95.dev.gitc6c9b45 +- autobuilt c6c9b45 + +* Wed Dec 30 2020 RH Container Bot - 2:3.0.0-0.94.dev.gitef12e36 +- autobuilt ef12e36 + +* Wed Dec 30 2020 RH Container Bot - 2:3.0.0-0.93.dev.git7f0771f +- autobuilt 7f0771f + +* Fri Dec 25 2020 RH Container Bot - 2:3.0.0-0.92.dev.git9c9f02a +- autobuilt 9c9f02a + +* Thu Dec 24 2020 RH Container Bot - 2:3.0.0-0.91.dev.git8f75ed9 +- autobuilt 8f75ed9 + +* Thu Dec 24 2020 RH Container Bot - 2:3.0.0-0.90.dev.gitb176c62 +- autobuilt b176c62 + +* Thu Dec 24 2020 RH Container Bot - 2:3.0.0-0.89.dev.git231c528 +- autobuilt 231c528 + +* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.88.dev.git9ac5ed1 +- autobuilt 9ac5ed1 + +* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.87.dev.gitbbc0deb +- autobuilt bbc0deb + +* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.86.dev.git54b82a1 +- autobuilt 54b82a1 + +* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.85.dev.git0778c11 +- autobuilt 0778c11 + +* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.84.dev.git3728ca9 +- autobuilt 3728ca9 + +* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.83.dev.git06a6fd9 +- autobuilt 06a6fd9 + +* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.82.dev.git9b6324f +- autobuilt 9b6324f + +* Tue Dec 22 2020 RH Container Bot - 2:3.0.0-0.81.dev.git07663f7 +- autobuilt 07663f7 + +* Tue Dec 22 2020 RH Container Bot - 2:3.0.0-0.80.dev.gitcfdb8fb +- autobuilt cfdb8fb + +* Tue Dec 22 2020 RH Container Bot - 2:3.0.0-0.79.dev.gitb4692f2 +- autobuilt b4692f2 + +* Mon Dec 21 2020 RH Container Bot - 2:3.0.0-0.78.dev.git182646b +- autobuilt 182646b + +* Mon Dec 21 2020 RH Container Bot - 2:3.0.0-0.77.dev.git076f77b +- autobuilt 076f77b + +* Mon Dec 21 2020 RH Container Bot - 2:3.0.0-0.76.dev.gitd692518 +- autobuilt d692518 + +* Fri Dec 18 2020 RH Container Bot - 2:3.0.0-0.75.dev.git5c6b5ef +- autobuilt 5c6b5ef + +* Fri Dec 18 2020 RH Container Bot - 2:3.0.0-0.74.dev.gitf568658 +- autobuilt f568658 + +* Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.73.dev.gita17afa9 +- autobuilt a17afa9 + +* Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.72.dev.git0333366 +- autobuilt 0333366 + +* Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.71.dev.git7592f8f +- autobuilt 7592f8f + +* Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.70.dev.gitd291013 +- autobuilt d291013 + +* Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.69.dev.gitc38ae47 +- autobuilt c38ae47 + +* Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.68.dev.git915ae6d +- autobuilt 915ae6d + +* Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.67.dev.git2a21dcd +- autobuilt 2a21dcd + +* Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.66.dev.gitbacb2fc +- autobuilt bacb2fc + +* Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.65.dev.git978c076 +- autobuilt 978c076 + +* Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.64.dev.gitf1f7b8f +- autobuilt f1f7b8f + +* Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.63.dev.git8333a9e +- autobuilt 8333a9e + +* Tue Dec 15 2020 RH Container Bot - 2:3.0.0-0.62.dev.git66e979a +- autobuilt 66e979a + +* Tue Dec 15 2020 RH Container Bot - 2:3.0.0-0.61.dev.gite689503 +- autobuilt e689503 + +* Tue Dec 15 2020 RH Container Bot - 2:3.0.0-0.60.dev.git9379ee9 +- autobuilt 9379ee9 + +* Mon Dec 14 2020 RH Container Bot - 2:3.0.0-0.59.dev.git999d40d +- autobuilt 999d40d + +* Mon Dec 14 2020 RH Container Bot - 2:3.0.0-0.58.dev.git0fd31e2 +- autobuilt 0fd31e2 + +* Mon Dec 14 2020 RH Container Bot - 2:3.0.0-0.57.dev.gitbdbf47f +- autobuilt bdbf47f + +* Sat Dec 12 2020 RH Container Bot - 2:3.0.0-0.56.dev.gita226e6e +- autobuilt a226e6e + +* Sat Dec 12 2020 RH Container Bot - 2:3.0.0-0.55.dev.git36bec38 +- autobuilt 36bec38 + +* Sat Dec 12 2020 RH Container Bot - 2:3.0.0-0.54.dev.git1d50245 +- autobuilt 1d50245 + +* Sat Dec 12 2020 RH Container Bot - 2:3.0.0-0.53.dev.gitfbcd445 +- autobuilt fbcd445 + +* Fri Dec 11 2020 RH Container Bot - 2:3.0.0-0.52.dev.gitb0a287c +- autobuilt b0a287c + +* Fri Dec 11 2020 RH Container Bot - 2:3.0.0-0.51.dev.git99ac30a +- autobuilt 99ac30a + +* Fri Dec 11 2020 RH Container Bot - 2:3.0.0-0.50.dev.gitdd95478 +- autobuilt dd95478 + +* Thu Dec 10 2020 RH Container Bot - 2:3.0.0-0.49.dev.git6823a5d +- autobuilt 6823a5d + +* Thu Dec 10 2020 RH Container Bot - 2:3.0.0-0.48.dev.git2bb1490 +- autobuilt 2bb1490 + +* Thu Dec 10 2020 RH Container Bot - 2:3.0.0-0.47.dev.gitdeb0042 +- autobuilt deb0042 + +* Thu Dec 10 2020 RH Container Bot - 2:3.0.0-0.46.dev.giteaa19a1 +- autobuilt eaa19a1 + +* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.45.dev.git9216be2 +- autobuilt 9216be2 + +* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.44.dev.giteb053df +- autobuilt eb053df + +* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.43.dev.git43567c6 +- autobuilt 43567c6 + +* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.42.dev.git9abbe07 +- autobuilt 9abbe07 + +* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.41.dev.git3cd143f +- autobuilt 3cd143f + +* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.40.dev.gitb875c5c +- autobuilt b875c5c + +* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.39.dev.git2472600 +- autobuilt 2472600 + +* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.38.dev.gitdd295f2 +- autobuilt dd295f2 + +* Tue Dec 8 2020 RH Container Bot - 2:3.0.0-0.37.dev.git7caef9c +- autobuilt 7caef9c + +* Tue Dec 8 2020 RH Container Bot - 2:3.0.0-0.36.dev.git47d2a4b +- autobuilt 47d2a4b + +* Tue Dec 8 2020 RH Container Bot - 2:3.0.0-0.35.dev.git0cccba8 +- autobuilt 0cccba8 + +* Tue Dec 8 2020 RH Container Bot - 2:3.0.0-0.34.dev.git9b3a81a +- autobuilt 9b3a81a + +* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.33.dev.gite2f9120 +- autobuilt e2f9120 + +* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.32.dev.gitbfbeece +- autobuilt bfbeece + +* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.31.dev.gita5ca039 +- autobuilt a5ca039 + +* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.30.dev.git3569e24 +- autobuilt 3569e24 + +* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.29.dev.gite6f80fa +- autobuilt e6f80fa + +* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.28.dev.gite117ad3 +- autobuilt e117ad3 + +* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.27.dev.git0c96731 +- autobuilt 0c96731 + +* Sat Dec 5 2020 RH Container Bot - 2:3.0.0-0.26.dev.git0c2a43b +- autobuilt 0c2a43b + +* Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.25.dev.git8e83799 +- autobuilt 8e83799 + +* Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.24.dev.gitb6536d2 +- autobuilt b6536d2 + +* Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.23.dev.gitc55b831 +- autobuilt c55b831 + +* Fri Dec 4 2020 Lokesh Mandvekar - 2:3.0.0-0.22.dev.gitf01630a +- make both checksec and koji happy + +* Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.21.dev.gitf01630a +- autobuilt f01630a + +* Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.20.dev.gitec0411a +- autobuilt ec0411a + +* Thu Dec 3 2020 Lokesh Mandvekar - 2:3.0.0-0.19.dev.git85b412d +- Harden binaries +- Reported-by: Wade Mealing + +* Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.18.dev.git70284b1 +- autobuilt 70284b1 + +* Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.17.dev.gitc675d8a +- autobuilt c675d8a + +* Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.16.dev.git85b412d +- autobuilt 85b412d + +* Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.15.dev.git9180872 +- autobuilt 9180872 + +* Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.14.dev.git5cf7aa6 +- autobuilt 5cf7aa6 + +* Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.13.dev.git7984842 +- autobuilt 7984842 + +* Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.12.dev.gitd456765 +- autobuilt d456765 + +* Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.11.dev.gite82ec90 +- autobuilt e82ec90 + +* Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.10.dev.git7210b86 +- autobuilt 7210b86 + +* Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.9.dev.gitd28874b +- autobuilt d28874b + +* Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.8.dev.git9c5fe95 +- autobuilt 9c5fe95 + +* Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.7.dev.gitb2cd6e0 +- autobuilt b2cd6e0 + +* Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.6.dev.gitc71ad9a +- autobuilt c71ad9a + +* Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.5.dev.gitce45b71 +- autobuilt ce45b71 + +* Tue Dec 1 2020 Lokesh Mandvekar - 2:3.0.0-0.4.dev.git429d949 +- use podman-plugins / dnsname upstream v1.1.1 + +* Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.3.dev.git429d949 +- autobuilt 429d949 + +* Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.2.dev.git2438390 +- autobuilt 2438390 + +* Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.1.dev.gitca612a3 +- bump to 3.0.0 +- autobuilt ca612a3 + +* Mon Nov 30 2020 RH Container Bot - 2:2.2.0-0.74.dev.gitc342583 +- autobuilt c342583 + +* Mon Nov 30 2020 RH Container Bot - 2:2.2.0-0.73.dev.gitf6fb297 +- autobuilt f6fb297 + +* Mon Nov 30 2020 RH Container Bot - 2:2.2.0-0.72.dev.git7ad1c9c +- autobuilt 7ad1c9c + +* Mon Nov 30 2020 RH Container Bot - 2:2.2.0-0.71.dev.gitfc85ec9 +- autobuilt fc85ec9 + +* Sat Nov 28 2020 RH Container Bot - 2:2.2.0-0.70.dev.git8b2c0a4 +- autobuilt 8b2c0a4 + +* Sat Nov 28 2020 RH Container Bot - 2:2.2.0-0.69.dev.gitf0d48aa +- autobuilt f0d48aa + +* Sat Nov 28 2020 RH Container Bot - 2:2.2.0-0.68.dev.git3110308 +- autobuilt 3110308 + +* Thu Nov 26 2020 RH Container Bot - 2:2.2.0-0.67.dev.gitad24392 +- autobuilt ad24392 + +* Wed Nov 25 2020 RH Container Bot - 2:2.2.0-0.66.dev.git397e9a9 +- autobuilt 397e9a9 + +* Tue Nov 24 2020 RH Container Bot - 2:2.2.0-0.65.dev.gitd408395 +- autobuilt d408395 + +* Tue Nov 24 2020 RH Container Bot - 2:2.2.0-0.64.dev.git850bdd2 +- autobuilt 850bdd2 + +* Tue Nov 24 2020 RH Container Bot - 2:2.2.0-0.63.dev.git4ebd9d9 +- autobuilt 4ebd9d9 + +* Mon Nov 23 2020 RH Container Bot - 2:2.2.0-0.62.dev.git4fe7c3f +- autobuilt 4fe7c3f + +* Mon Nov 23 2020 RH Container Bot - 2:2.2.0-0.61.dev.gitcd6c4cb +- autobuilt cd6c4cb + +* Mon Nov 23 2020 RH Container Bot - 2:2.2.0-0.60.dev.git5d55285 +- autobuilt 5d55285 + +* Mon Nov 23 2020 RH Container Bot - 2:2.2.0-0.59.dev.gitdd34341 +- autobuilt dd34341 + +* Sat Nov 21 2020 RH Container Bot - 2:2.2.0-0.58.dev.git5292d5a +- autobuilt 5292d5a + +* Fri Nov 20 2020 RH Container Bot - 2:2.2.0-0.57.dev.git042d488 +- autobuilt 042d488 + +* Thu Nov 19 2020 RH Container Bot - 2:2.2.0-0.56.dev.git70f91fb +- autobuilt 70f91fb + +* Wed Nov 18 2020 Lokesh Mandvekar - 2:2.2.0-0.55.dev.git286d356 +- bump dnsname to v1.1.0, commit a9c2a10 + +* Wed Nov 18 2020 RH Container Bot - 2:2.2.0-0.54.dev.git286d356 +- autobuilt 286d356 + +* Tue Nov 17 2020 Eduardo Santiago - 2:2.2.0-0.53.dev.git42ec4cf +- slight correction to the path of the containers-mounts source file + +* Tue Nov 17 2020 Lokesh Mandvekar - 2:2.2.0-0.52.dev.git42ec4cf +- containers-mounts.conf.5 in containers-common + +* Tue Nov 17 2020 Eduardo Santiago - 2:2.2.0-0.51.dev.git42ec4cf +- completion files: be smarter, package -remote files only with -remote + +* Tue Nov 17 2020 RH Container Bot - 2:2.2.0-0.50.dev.git42ec4cf +- autobuilt 42ec4cf + +* Sun Nov 15 2020 Eduardo Santiago - 2:2.2.0-0.49.dev.git3920756 +- package new zsh and fish completion files + +* Sun Nov 15 2020 RH Container Bot - 2:2.2.0-0.48.dev.git3920756 +- autobuilt 3920756 + +* Sat Nov 14 2020 RH Container Bot - 2:2.2.0-0.47.dev.git4eb9c28 +- autobuilt 4eb9c28 + +* Fri Nov 13 2020 RH Container Bot - 2:2.2.0-0.46.dev.git0b1a60e +- autobuilt 0b1a60e + +* Thu Nov 12 2020 RH Container Bot - 2:2.2.0-0.45.dev.git6c2503c +- autobuilt 6c2503c + +* Wed Nov 11 2020 Eduardo Santiago - 2:2.2.0-0.44.dev.gite443c01 +- distribute newly-added /usr/lib/tmpfiles.d/podman.conf + +* Wed Nov 11 2020 RH Container Bot - 2:2.2.0-0.43.dev.gite443c01 +- autobuilt e443c01 + +* Tue Nov 10 2020 RH Container Bot - 2:2.2.0-0.42.dev.gitda01191 +- autobuilt da01191 + +* Sat Nov 7 2020 RH Container Bot - 2:2.2.0-0.41.dev.gite2b82e6 +- autobuilt e2b82e6 + +* Fri Nov 6 2020 RH Container Bot - 2:2.2.0-0.40.dev.git07293bc +- autobuilt 07293bc + +* Fri Oct 23 2020 ashley-cui - 2:2.2.0-0.39.dev.git287edd4 +- ‘rebuild’ + +* Wed Oct 21 2020 RH Container Bot - 2:2.2.0-0.38.dev.git287edd4 +- autobuilt 287edd4 + +* Tue Oct 20 2020 RH Container Bot - 2:2.2.0-0.37.dev.git35b4cb1 +- autobuilt 35b4cb1 + +* Mon Oct 19 2020 RH Container Bot - 2:2.2.0-0.36.dev.git7ffcab0 +- autobuilt 7ffcab0 + +* Sun Oct 18 2020 RH Container Bot - 2:2.2.0-0.35.dev.git6ec96dc +- autobuilt 6ec96dc + +* Sat Oct 17 2020 RH Container Bot - 2:2.2.0-0.34.dev.git39f1bea +- autobuilt 39f1bea + +* Fri Oct 16 2020 RH Container Bot - 2:2.2.0-0.33.dev.git9f98b34 +- autobuilt 9f98b34 + +* Thu Oct 15 2020 RH Container Bot - 2:2.2.0-0.32.dev.gita82d60d +- autobuilt a82d60d + +* Wed Oct 14 2020 RH Container Bot - 2:2.2.0-0.31.dev.gitd30b4b7 +- autobuilt d30b4b7 + +* Tue Oct 13 2020 RH Container Bot - 2:2.2.0-0.30.dev.git7ad631b +- autobuilt 7ad631b + +* Mon Oct 12 2020 Jindrich Novy - 2:2.2.0-0.29.dev.git212011f +- use %%rhel instead of %%eln, thanks to Adam Samalik for noticing + +* Mon Oct 12 2020 RH Container Bot - 2:2.2.0-0.28.dev.git212011f +- autobuilt 212011f + +* Sat Oct 10 2020 RH Container Bot - 2:2.2.0-0.27.dev.git7876dd5 +- autobuilt 7876dd5 + +* Fri Oct 9 2020 RH Container Bot - 2:2.2.0-0.26.dev.git71d675a +- autobuilt 71d675a + +* Thu Oct 8 2020 RH Container Bot - 2:2.2.0-0.25.dev.git59b5f0a +- autobuilt 59b5f0a + +* Wed Oct 7 2020 RH Container Bot - 2:2.2.0-0.24.dev.gita7500e5 +- autobuilt a7500e5 + +* Tue Oct 6 2020 Lokesh Mandvekar - 2:2.2.0-0.23.dev.gitdefb754 +- btrfs deps for fedora only + +* Tue Oct 6 2020 RH Container Bot - 2:2.2.0-0.22.dev.gitdefb754 +- autobuilt defb754 + +* Mon Oct 5 2020 RH Container Bot - 2:2.2.0-0.21.dev.gitcaace52 +- autobuilt caace52 + +* Sat Oct 3 2020 Lokesh Mandvekar - 2:2.2.0-0.20.dev.git7c12967 +- rebuild + +* Sat Oct 3 2020 RH Container Bot - 2:2.2.0-0.19.dev.git7c12967 +- autobuilt 7c12967 + +* Fri Oct 2 2020 RH Container Bot - 2:2.2.0-0.18.dev.git14fd7b4 +- autobuilt 14fd7b4 + +* Thu Oct 1 2020 RH Container Bot - 2:2.2.0-0.17.dev.git556117c +- autobuilt 556117c + +* Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.16.dev.git4d57313 +- autobuilt 4d57313 + +* Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.15.dev.git08d036c +- autobuilt 08d036c + +* Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.14.dev.git19f080f +- autobuilt 19f080f + +* Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.13.dev.gite9eddda +- autobuilt e9eddda + +* Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.12.dev.gitb68b6f3 +- autobuilt b68b6f3 + +* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.11.dev.git453333a +- autobuilt 453333a + +* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.10.dev.git12f173f +- autobuilt 12f173f + +* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.9.dev.git2ee415b +- autobuilt 2ee415b + +* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.8.dev.gitbf10168 +- autobuilt bf10168 + +* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.7.dev.git84dede4 +- autobuilt 84dede4 + +* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.6.dev.git5cf8659 +- autobuilt 5cf8659 + +* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.5.dev.git4a7fb62 +- autobuilt 4a7fb62 + +* Mon Sep 28 2020 RH Container Bot - 2:2.2.0-0.4.dev.gite7e466e +- autobuilt e7e466e + +* Mon Sep 28 2020 RH Container Bot - 2:2.2.0-0.3.dev.gitb0e70a6 +- autobuilt b0e70a6 + +* Fri Sep 25 2020 RH Container Bot - 2:2.2.0-0.2.dev.git03d01ab +- autobuilt 03d01ab + +* Fri Sep 25 2020 RH Container Bot - 2:2.2.0-0.1.dev.gita1045ad +- bump to 2.2.0 +- autobuilt a1045ad + +* Tue Sep 22 2020 RH Container Bot - 2:2.1.0-0.287.dev.git141688c +- autobuilt 141688c + +* Mon Sep 21 2020 RH Container Bot - 2:2.1.0-0.286.dev.git84c87fc +- autobuilt 84c87fc + +* Mon Sep 21 2020 RH Container Bot - 2:2.1.0-0.285.dev.gitdd4dc4b +- autobuilt dd4dc4b + +* Sat Sep 19 2020 RH Container Bot - 2:2.1.0-0.284.dev.git8529435 +- autobuilt 8529435 + +* Fri Sep 18 2020 RH Container Bot - 2:2.1.0-0.283.dev.git5b7509c +- autobuilt 5b7509c + +* Fri Sep 18 2020 RH Container Bot - 2:2.1.0-0.282.dev.gitfc3daae +- autobuilt fc3daae + +* Fri Sep 18 2020 RH Container Bot - 2:2.1.0-0.281.dev.git273b954 +- autobuilt 273b954 + +* Thu Sep 17 2020 Merlin Mathesius - 2:2.1.0-0.280.dev.git1a929c7 +- Minor conditional updates to enable building for ELN + +* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.279.dev.gitf84f441 +- autobuilt f84f441 + +* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.278.dev.git175d7b1 +- autobuilt 175d7b1 + +* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.277.dev.gitdc23ef1 +- autobuilt dc23ef1 + +* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.276.dev.git031ddf9 +- autobuilt 031ddf9 + +* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.275.dev.git9f745d5 +- autobuilt 9f745d5 + +* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.274.dev.git1a929c7 +- autobuilt 1a929c7 + +* Wed Sep 16 2020 RH Container Bot - 2:2.1.0-0.273.dev.git8d7e795 +- autobuilt 8d7e795 + +* Wed Sep 16 2020 Lokesh Mandvekar - 2:2.1.0-0.272.dev.gitacf86ef +- fix dependencies for podman-plugins + +* Wed Sep 16 2020 Lokesh Mandvekar - 2:2.1.0-0.271.dev.gitacf86ef +- bump dnsname plugin commit and dependency on dnsmasq + +* Wed Sep 16 2020 RH Container Bot - 2:2.1.0-0.270.dev.gitacf86ef +- autobuilt acf86ef + +* Wed Sep 16 2020 RH Container Bot - 2:2.1.0-0.269.dev.git0d14d7b +- autobuilt 0d14d7b + +* Wed Sep 16 2020 RH Container Bot - 2:2.1.0-0.268.dev.gitb9c47fa +- autobuilt b9c47fa + +* Wed Sep 16 2020 RH Container Bot - 2:2.1.0-0.267.dev.git2604919 +- autobuilt 2604919 + +* Tue Sep 15 2020 RH Container Bot - 2:2.1.0-0.266.dev.git2eb3339 +- autobuilt 2eb3339 + +* Tue Sep 15 2020 RH Container Bot - 2:2.1.0-0.265.dev.gitbec96ab +- autobuilt bec96ab + +* Tue Sep 15 2020 RH Container Bot - 2:2.1.0-0.264.dev.git0be5836 +- autobuilt 0be5836 + +* Tue Sep 15 2020 RH Container Bot - 2:2.1.0-0.263.dev.git3f6045c +- autobuilt 3f6045c + +* Tue Sep 15 2020 RH Container Bot - 2:2.1.0-0.262.dev.git5c47a33 +- autobuilt 5c47a33 + +* Mon Sep 14 2020 RH Container Bot - 2:2.1.0-0.261.dev.gitfd7cdb2 +- autobuilt fd7cdb2 + +* Mon Sep 14 2020 RH Container Bot - 2:2.1.0-0.260.dev.gitb7a7cf6 +- autobuilt b7a7cf6 + +* Sun Sep 13 2020 RH Container Bot - 2:2.1.0-0.259.dev.git3f5f99b +- autobuilt 3f5f99b + +* Fri Sep 11 2020 RH Container Bot - 2:2.1.0-0.258.dev.git25fb0c2 +- autobuilt 25fb0c2 + +* Fri Sep 11 2020 RH Container Bot - 2:2.1.0-0.257.dev.git834c41d +- autobuilt 834c41d + +* Fri Sep 11 2020 RH Container Bot - 2:2.1.0-0.256.dev.git4f04007 +- autobuilt 4f04007 + +* Fri Sep 11 2020 RH Container Bot - 2:2.1.0-0.255.dev.git881f2df +- autobuilt 881f2df + +* Fri Sep 11 2020 RH Container Bot - 2:2.1.0-0.254.dev.git37658c0 +- autobuilt 37658c0 + +* Fri Sep 11 2020 RH Container Bot - 2:2.1.0-0.253.dev.git397de44 +- autobuilt 397de44 + +* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.252.dev.git10ba232 +- autobuilt 10ba232 + +* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.251.dev.git861451a +- autobuilt 861451a + +* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.250.dev.git96bc5eb +- autobuilt 96bc5eb + +* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.249.dev.git89a3483 +- autobuilt 89a3483 + +* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.248.dev.gitfc70360 +- autobuilt fc70360 + +* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.247.dev.gitaadf96a +- autobuilt aadf96a + +* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.246.dev.git3d33923 +- autobuilt 3d33923 + +* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.245.dev.gite1b4729 +- autobuilt e1b4729 + +* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.244.dev.git08b6020 +- autobuilt 08b6020 + +* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.243.dev.git68dace0 +- autobuilt 68dace0 + +* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.242.dev.git9c4c883 +- autobuilt 9c4c883 + +* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.241.dev.git5a09fd8 +- autobuilt 5a09fd8 + +* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.240.dev.git1b2b068 +- autobuilt 1b2b068 + +* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.239.dev.git6b1a1fc +- autobuilt 6b1a1fc + +* Tue Sep 8 2020 RH Container Bot - 2:2.1.0-0.238.dev.git814784c +- autobuilt 814784c + +* Tue Sep 8 2020 RH Container Bot - 2:2.1.0-0.237.dev.gite180de8 +- autobuilt e180de8 + +* Tue Sep 8 2020 RH Container Bot - 2:2.1.0-0.236.dev.git54a61e3 +- autobuilt 54a61e3 + +* Tue Sep 8 2020 RH Container Bot - 2:2.1.0-0.235.dev.git11679c2 +- autobuilt 11679c2 + +* Mon Sep 7 2020 RH Container Bot - 2:2.1.0-0.234.dev.gitbe7778d +- autobuilt be7778d + +* Mon Sep 7 2020 RH Container Bot - 2:2.1.0-0.233.dev.git21c6aae +- autobuilt 21c6aae + +* Sun Sep 6 2020 RH Container Bot - 2:2.1.0-0.232.dev.gitba8d0bb +- autobuilt ba8d0bb + +* Sat Sep 5 2020 RH Container Bot - 2:2.1.0-0.231.dev.gitf1323a9 +- autobuilt f1323a9 + +* Wed Sep 2 2020 RH Container Bot - 2:2.1.0-0.230.dev.gitfa487a6 +- autobuilt fa487a6 + +* Wed Sep 2 2020 RH Container Bot - 2:2.1.0-0.229.dev.git37791d7 +- autobuilt 37791d7 + +* Wed Sep 2 2020 RH Container Bot - 2:2.1.0-0.228.dev.git1184cdf +- autobuilt 1184cdf + +* Tue Sep 1 2020 RH Container Bot - 2:2.1.0-0.227.dev.gita867b16 +- autobuilt a867b16 + +* Tue Sep 1 2020 RH Container Bot - 2:2.1.0-0.226.dev.git557cf94 +- autobuilt 557cf94 + +* Mon Aug 31 2020 RH Container Bot - 2:2.1.0-0.225.dev.git138132e +- autobuilt 138132e + +* Mon Aug 31 2020 RH Container Bot - 2:2.1.0-0.224.dev.git0c076db +- autobuilt 0c076db + +* Mon Aug 31 2020 Lokesh Mandvekar - 2:2.1.0-0.223.dev.git575b3a3 +- bump + +* Sat Aug 29 2020 RH Container Bot - 2:2.1.0-0.222.dev.git575b3a3 +- autobuilt 575b3a3 + +* Fri Aug 28 2020 RH Container Bot - 2:2.1.0-0.221.dev.git4e3ea01 +- autobuilt 4e3ea01 + +* Fri Aug 28 2020 RH Container Bot - 2:2.1.0-0.220.dev.git1f9b854 +- autobuilt 1f9b854 + +* Fri Aug 28 2020 RH Container Bot - 2:2.1.0-0.219.dev.git522a32f +- autobuilt 522a32f + +* Fri Aug 28 2020 RH Container Bot - 2:2.1.0-0.218.dev.git0640cc7 +- autobuilt 0640cc7 + +* Fri Aug 28 2020 RH Container Bot - 2:2.1.0-0.217.dev.gitb1d6ea2 +- autobuilt b1d6ea2 + +* Fri Aug 28 2020 RH Container Bot - 2:2.1.0-0.216.dev.git061c93f +- autobuilt 061c93f + +* Thu Aug 27 2020 RH Container Bot - 2:2.1.0-0.215.dev.git72c5b35 +- autobuilt 72c5b35 + +* Thu Aug 27 2020 RH Container Bot - 2:2.1.0-0.214.dev.git7d3cadc +- autobuilt 7d3cadc + +* Thu Aug 27 2020 RH Container Bot - 2:2.1.0-0.213.dev.gitd6b0377 +- autobuilt d6b0377 + +* Wed Aug 26 2020 RH Container Bot - 2:2.1.0-0.212.dev.gitf99954c +- autobuilt f99954c + +* Wed Aug 26 2020 RH Container Bot - 2:2.1.0-0.211.dev.git3a9d524 +- autobuilt 3a9d524 + +* Tue Aug 25 2020 RH Container Bot - 2:2.1.0-0.210.dev.git6a06944 +- autobuilt 6a06944 + +* Mon Aug 24 2020 RH Container Bot - 2:2.1.0-0.209.dev.git8fdc116 +- autobuilt 8fdc116 + +* Mon Aug 24 2020 RH Container Bot - 2:2.1.0-0.208.dev.git2c567dc +- autobuilt 2c567dc + +* Sun Aug 23 2020 RH Container Bot - 2:2.1.0-0.207.dev.gite535f61 +- autobuilt e535f61 + +* Sun Aug 23 2020 RH Container Bot - 2:2.1.0-0.206.dev.git80d2c01 +- autobuilt 80d2c01 + +* Fri Aug 21 2020 RH Container Bot - 2:2.1.0-0.205.dev.git4828455 +- autobuilt 4828455 + +* Fri Aug 21 2020 RH Container Bot - 2:2.1.0-0.204.dev.gita8619bb +- autobuilt a8619bb + +* Thu Aug 20 2020 RH Container Bot - 2:2.1.0-0.203.dev.git516196f +- autobuilt 516196f + +* Thu Aug 20 2020 RH Container Bot - 2:2.1.0-0.202.dev.git7ccd821 +- autobuilt 7ccd821 + +* Thu Aug 20 2020 RH Container Bot - 2:2.1.0-0.201.dev.git7865db5 +- autobuilt 7865db5 + +* Wed Aug 19 2020 RH Container Bot - 2:2.1.0-0.200.dev.git42690ff +- autobuilt 42690ff + +* Wed Aug 19 2020 RH Container Bot - 2:2.1.0-0.199.dev.gitdcdb647 +- autobuilt dcdb647 + +* Wed Aug 19 2020 RH Container Bot - 2:2.1.0-0.198.dev.git9babd21 +- autobuilt 9babd21 + +* Wed Aug 19 2020 RH Container Bot - 2:2.1.0-0.197.dev.gitdd4e0da +- autobuilt dd4e0da + +* Wed Aug 19 2020 RH Container Bot - 2:2.1.0-0.196.dev.git7e2a1b3 +- autobuilt 7e2a1b3 + +* Tue Aug 18 2020 RH Container Bot - 2:2.1.0-0.195.dev.git9d096c1 +- autobuilt 9d096c1 + +* Tue Aug 18 2020 RH Container Bot - 2:2.1.0-0.194.dev.gitff1f81b +- autobuilt ff1f81b + +* Tue Aug 18 2020 RH Container Bot - 2:2.1.0-0.193.dev.git748e882 +- autobuilt 748e882 + +* Tue Aug 18 2020 RH Container Bot - 2:2.1.0-0.192.dev.git49d6468 +- autobuilt 49d6468 + +* Mon Aug 17 2020 RH Container Bot - 2:2.1.0-0.191.dev.git8caed30 +- autobuilt 8caed30 + +* Mon Aug 17 2020 RH Container Bot - 2:2.1.0-0.190.dev.git47108e2 +- autobuilt 47108e2 + +* Mon Aug 17 2020 RH Container Bot - 2:2.1.0-0.189.dev.gitfff66f1 +- autobuilt fff66f1 + +* Sun Aug 16 2020 RH Container Bot - 2:2.1.0-0.188.dev.git96fb5dc +- autobuilt 96fb5dc + +* Sat Aug 15 2020 RH Container Bot - 2:2.1.0-0.187.dev.gitca4423e +- autobuilt ca4423e + +* Thu Aug 13 2020 RH Container Bot - 2:2.1.0-0.186.dev.git81499a5 +- autobuilt 81499a5 + +* Thu Aug 13 2020 RH Container Bot - 2:2.1.0-0.185.dev.git9ede14e +- autobuilt 9ede14e + +* Thu Aug 13 2020 RH Container Bot - 2:2.1.0-0.184.dev.git90831df +- autobuilt 90831df + +* Wed Aug 12 2020 RH Container Bot - 2:2.1.0-0.183.dev.gitd777a7b +- autobuilt d777a7b + +* Wed Aug 12 2020 RH Container Bot - 2:2.1.0-0.182.dev.git4ef4f52 +- autobuilt 4ef4f52 + +* Wed Aug 12 2020 RH Container Bot - 2:2.1.0-0.181.dev.git8e4842a +- autobuilt 8e4842a + +* Wed Aug 12 2020 RH Container Bot - 2:2.1.0-0.180.dev.gitac96112 +- autobuilt ac96112 + +* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.179.dev.git8eaacec +- autobuilt 8eaacec + +* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.178.dev.git43f2771 +- autobuilt 43f2771 + +* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.177.dev.gitaa66c06 +- autobuilt aa66c06 + +* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.176.dev.git6d3075a +- autobuilt 6d3075a + +* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.175.dev.git68c67d2 +- autobuilt 68c67d2 + +* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.174.dev.gita90ae00 +- autobuilt a90ae00 + +* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.173.dev.git92b088b +- autobuilt 92b088b + +* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.172.dev.gitdf0ad51 +- autobuilt df0ad51 + +* Mon Aug 10 2020 RH Container Bot - 2:2.1.0-0.171.dev.git75d2fe6 +- autobuilt 75d2fe6 + +* Mon Aug 10 2020 RH Container Bot - 2:2.1.0-0.170.dev.git68fd9aa +- autobuilt 68fd9aa + +* Mon Aug 10 2020 RH Container Bot - 2:2.1.0-0.169.dev.git162625f +- autobuilt 162625f + +* Mon Aug 10 2020 RH Container Bot - 2:2.1.0-0.168.dev.gitda00482 +- autobuilt da00482 + +* Sun Aug 09 2020 RH Container Bot - 2:2.1.0-0.167.dev.git95e2e15 +- autobuilt 95e2e15 + +* Sat Aug 08 2020 RH Container Bot - 2:2.1.0-0.166.dev.git3173a18 +- autobuilt 3173a18 + +* Sat Aug 08 2020 RH Container Bot - 2:2.1.0-0.165.dev.git1298161 +- autobuilt 1298161 + +* Fri Aug 07 2020 RH Container Bot - 2:2.1.0-0.164.dev.git51159e7 +- autobuilt 51159e7 + +* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.163.dev.git0d4a269 +- autobuilt 0d4a269 + +* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.162.dev.gita948635 +- autobuilt a948635 + +* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.161.dev.gitbae6d5d +- autobuilt bae6d5d + +* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.160.dev.gitd1aaf33 +- autobuilt d1aaf33 + +* Wed Aug 05 2020 Eduardo Santiago - 2:2.1.0-0.159.dev.git7a7c8e9 +- add openssl, httpd-tools requirements to podman-tests + +* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.158.dev.git7a7c8e9 +- autobuilt 7a7c8e9 + +* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.157.dev.git4797190 +- autobuilt 4797190 + +* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.156.dev.git6260677 +- autobuilt 6260677 + +* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.155.dev.git0a3f3c9 +- autobuilt 0a3f3c9 + +* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.154.dev.git807efd6 +- autobuilt 807efd6 + +* Tue Aug 04 2020 Peter Oliver - 2:2.1.0-0.153.dev.git1709335 +- Include podman-auto-update systemd service and timer. + +* Tue Aug 04 2020 RH Container Bot - 2:2.1.0-0.152.dev.gitd4cf3c5 +- autobuilt d4cf3c5 + +* Tue Aug 04 2020 RH Container Bot - 2:2.1.0-0.151.dev.git93d6320 +- autobuilt 93d6320 + +* Tue Aug 04 2020 RH Container Bot - 2:2.1.0-0.150.dev.gitf7440ff +- autobuilt f7440ff + +* Tue Aug 04 2020 RH Container Bot - 2:2.1.0-0.149.dev.git1ed1e58 +- autobuilt 1ed1e58 + +* Mon Aug 03 2020 RH Container Bot - 2:2.1.0-0.148.dev.git1709335 +- autobuilt 1709335 + +* Mon Aug 03 2020 RH Container Bot - 2:2.1.0-0.147.dev.git2e3928e +- autobuilt 2e3928e + +* Mon Aug 03 2020 RH Container Bot - 2:2.1.0-0.146.dev.git41358f5 +- autobuilt 41358f5 + +* Mon Aug 03 2020 RH Container Bot - 2:2.1.0-0.145.dev.gitbfd3454 +- autobuilt bfd3454 + +* Sun Aug 02 2020 RH Container Bot - 2:2.1.0-0.144.dev.gitf4d4bd2 +- autobuilt f4d4bd2 + +* Sat Aug 01 2020 RH Container Bot - 2:2.1.0-0.143.dev.gitb425a4f +- autobuilt b425a4f + +* Sat Aug 01 2020 RH Container Bot - 2:2.1.0-0.142.dev.git0d064a0 +- autobuilt 0d064a0 + +* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.141.dev.git4c75fe3 +- autobuilt 4c75fe3 + +* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.140.dev.git7a15be5 +- autobuilt 7a15be5 + +* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.139.dev.git3cf8237 +- autobuilt 3cf8237 + +* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.138.dev.gitbb96c89 +- autobuilt bb96c89 + +* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.137.dev.gite911875 +- autobuilt e911875 + +* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.136.dev.git0e009d5 +- autobuilt 0e009d5 + +* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.135.dev.git1b784b4 +- autobuilt 1b784b4 + +* Thu Jul 30 2020 RH Container Bot - 2:2.1.0-0.134.dev.git4132b71 +- autobuilt 4132b71 + +* Thu Jul 30 2020 RH Container Bot - 2:2.1.0-0.133.dev.gitca2bda6 +- autobuilt ca2bda6 + +* Thu Jul 30 2020 RH Container Bot - 2:2.1.0-0.132.dev.git05b3e0e +- autobuilt 05b3e0e + +* Thu Jul 30 2020 RH Container Bot - 2:2.1.0-0.131.dev.git1170430 +- autobuilt 1170430 + +* Wed Jul 29 2020 RH Container Bot - 2:2.1.0-0.130.dev.gitc66ce8d +- autobuilt c66ce8d + +* Wed Jul 29 2020 RH Container Bot - 2:2.1.0-0.129.dev.giteaa2f52 +- autobuilt eaa2f52 + +* Wed Jul 29 2020 RH Container Bot - 2:2.1.0-0.128.dev.git044a7cb +- autobuilt 044a7cb + +* Wed Jul 29 2020 RH Container Bot - 2:2.1.0-0.127.dev.git7f38774 +- autobuilt 7f38774 + +* Wed Jul 29 2020 RH Container Bot - 2:2.1.0-0.126.dev.git83166a9 +- autobuilt 83166a9 + +* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.125.dev.git539bb4c +- autobuilt 539bb4c + +* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.124.dev.gitb0777ad +- autobuilt b0777ad + +* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.123.dev.git288ebec +- autobuilt 288ebec + +* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.122.dev.git6ed9868 +- autobuilt 6ed9868 + +* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.121.dev.gitec69497 +- autobuilt ec69497 + +* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.120.dev.git91c92d1 +- autobuilt 91c92d1 + +* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.119.dev.gitd463715 +- autobuilt d463715 + +* Mon Jul 27 2020 RH Container Bot - 2:2.1.0-0.118.dev.git2b7bc9b +- autobuilt 2b7bc9b + +* Mon Jul 27 2020 RH Container Bot - 2:2.1.0-0.117.dev.git956caf3 +- autobuilt 956caf3 + +* Mon Jul 27 2020 RH Container Bot - 2:2.1.0-0.116.dev.gitbf92ec5 +- autobuilt bf92ec5 + +* Mon Jul 27 2020 RH Container Bot - 2:2.1.0-0.115.dev.git5e9b54f +- autobuilt 5e9b54f + +* Mon Jul 27 2020 RH Container Bot - 2:2.1.0-0.114.dev.git55a7faf +- autobuilt 55a7faf + +* Mon Jul 27 2020 RH Container Bot - 2:2.1.0-0.113.dev.git71f7150 +- autobuilt 71f7150 + +* Sun Jul 26 2020 RH Container Bot - 2:2.1.0-0.112.dev.git11e8e65 +- autobuilt 11e8e65 + +* Fri Jul 24 2020 RH Container Bot - 2:2.1.0-0.111.dev.gitc2deeff +- autobuilt c2deeff + +* Fri Jul 24 2020 RH Container Bot - 2:2.1.0-0.110.dev.gitd924476 +- autobuilt d924476 + +* Thu Jul 23 2020 RH Container Bot - 2:2.1.0-0.109.dev.git197825d +- autobuilt 197825d + +* Thu Jul 23 2020 RH Container Bot - 2:2.1.0-0.108.dev.git961fa6a +- autobuilt 961fa6a + +* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.107.dev.git1aac197 +- autobuilt 1aac197 + +* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.106.dev.git9223b72 +- autobuilt 9223b72 + +* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.105.dev.gitd493374 +- autobuilt d493374 + +* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.104.dev.git80add29 +- autobuilt 80add29 + +* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.103.dev.git9f5d146 +- autobuilt 9f5d146 + +* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.102.dev.gitef03815 +- autobuilt ef03815 + +* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.101.dev.git59bad8b +- autobuilt 59bad8b + +* Tue Jul 21 2020 RH Container Bot - 2:2.1.0-0.100.dev.git344a791 +- autobuilt 344a791 + +* Tue Jul 21 2020 RH Container Bot - 2:2.1.0-0.99.dev.gite5b3563 +- autobuilt e5b3563 + +* Tue Jul 21 2020 RH Container Bot - 2:2.1.0-0.98.dev.gitbe5219a +- autobuilt be5219a + +* Tue Jul 21 2020 RH Container Bot - 2:2.1.0-0.97.dev.gitf8e2a35 +- autobuilt f8e2a35 + +* Tue Jul 21 2020 RH Container Bot - 2:2.1.0-0.96.dev.git644b5bc +- autobuilt 644b5bc + +* Tue Jul 21 2020 RH Container Bot - 2:2.1.0-0.95.dev.gitdf6920a +- autobuilt df6920a + +* Mon Jul 20 2020 RH Container Bot - 2:2.1.0-0.94.dev.git0d26a57 +- autobuilt 0d26a57 + +* Mon Jul 20 2020 RH Container Bot - 2:2.1.0-0.93.dev.gite8de509 +- autobuilt e8de509 + +* Mon Jul 20 2020 RH Container Bot - 2:2.1.0-0.92.dev.git17f9b80 +- autobuilt 17f9b80 + +* Sun Jul 19 2020 RH Container Bot - 2:2.1.0-0.91.dev.gitb7b8fce +- autobuilt b7b8fce + +* Sat Jul 18 2020 RH Container Bot - 2:2.1.0-0.90.dev.gitd087ade +- autobuilt d087ade + +* Sat Jul 18 2020 RH Container Bot - 2:2.1.0-0.89.dev.gitdeff289 +- autobuilt deff289 + +* Fri Jul 17 2020 RH Container Bot - 2:2.1.0-0.88.dev.git10c5f24 +- autobuilt 10c5f24 + +* Fri Jul 17 2020 RH Container Bot - 2:2.1.0-0.87.dev.gitdfca83d +- autobuilt dfca83d + +* Fri Jul 17 2020 RH Container Bot - 2:2.1.0-0.86.dev.gitd86bae2 +- autobuilt d86bae2 + +* Thu Jul 16 2020 RH Container Bot - 2:2.1.0-0.85.dev.git0bd5181 +- autobuilt 0bd5181 + +* Thu Jul 16 2020 RH Container Bot - 2:2.1.0-0.84.dev.gitf4766e0 +- autobuilt f4766e0 + +* Thu Jul 16 2020 RH Container Bot - 2:2.1.0-0.83.dev.git984fffc +- autobuilt 984fffc + +* Thu Jul 16 2020 RH Container Bot - 2:2.1.0-0.82.dev.git11fe857 +- autobuilt 11fe857 + +* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.81.dev.git9efeb1c +- autobuilt 9efeb1c + +* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.80.dev.git6dcff5c +- autobuilt 6dcff5c + +* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.79.dev.git9051546 +- autobuilt 9051546 + +* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.78.dev.git8704b78 +- autobuilt 8704b78 + +* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.77.dev.git60127cf +- autobuilt 60127cf + +* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.76.dev.git76f9f96 +- autobuilt 76f9f96 + +* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.75.dev.git4250d24 +- autobuilt 4250d24 + +* Tue Jul 14 2020 RH Container Bot - 2:2.1.0-0.74.dev.gitc4843d4 +- autobuilt c4843d4 + +* Tue Jul 14 2020 RH Container Bot - 2:2.1.0-0.73.dev.gita9a751f +- autobuilt a9a751f + +* Tue Jul 14 2020 RH Container Bot - 2:2.1.0-0.72.dev.gitd83077b +- autobuilt d83077b + +* Tue Jul 14 2020 RH Container Bot - 2:2.1.0-0.71.dev.git210f104 +- autobuilt 210f104 + +* Mon Jul 13 2020 RH Container Bot - 2:2.1.0-0.70.dev.git3d33590 +- autobuilt 3d33590 + +* Mon Jul 13 2020 RH Container Bot - 2:2.1.0-0.69.dev.gitd86acf2 +- autobuilt d86acf2 + +* Mon Jul 13 2020 RH Container Bot - 2:2.1.0-0.68.dev.gite2a8e03 +- autobuilt e2a8e03 + +* Sat Jul 11 2020 RH Container Bot - 2:2.1.0-0.67.dev.gite38001f +- autobuilt e38001f + +* Fri Jul 10 2020 RH Container Bot - 2:2.1.0-0.66.dev.git1d71753 +- autobuilt 1d71753 + +* Fri Jul 10 2020 RH Container Bot - 2:2.1.0-0.65.dev.git2ac8c69 +- autobuilt 2ac8c69 + +* Thu Jul 09 2020 RH Container Bot - 2:2.1.0-0.64.dev.gitd9cd003 +- autobuilt d9cd003 + +* Thu Jul 09 2020 RH Container Bot - 2:2.1.0-0.63.dev.gitbc3b3b3 +- autobuilt bc3b3b3 + +* Wed Jul 08 2020 RH Container Bot - 2:2.1.0-0.62.dev.gitedf5fe8 +- autobuilt edf5fe8 + +* Wed Jul 08 2020 RH Container Bot - 2:2.1.0-0.61.dev.gitb58d2b7 +- autobuilt b58d2b7 + +* Wed Jul 08 2020 RH Container Bot - 2:2.1.0-0.60.dev.git85d71ae +- autobuilt 85d71ae + +* Tue Jul 07 2020 RH Container Bot - 2:2.1.0-0.59.dev.git54d16f3 +- autobuilt 54d16f3 + +* Tue Jul 07 2020 RH Container Bot - 2:2.1.0-0.58.dev.gitcd08485 +- autobuilt cd08485 + +* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.57.dev.git1a93857 +- autobuilt 1a93857 + +* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.56.dev.gitb1cc781 +- autobuilt b1cc781 + +* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.55.dev.gitf4708a5 +- autobuilt f4708a5 + +* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.54.dev.git9532509 +- autobuilt 9532509 + +* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.53.dev.git9eac75a +- autobuilt 9eac75a + +* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.52.dev.git4bdc119 +- autobuilt 4bdc119 + +* Mon Jul 06 2020 Eduardo Santiago - 2:2.1.0-0.51.dev.git4351e33 +- bump crun dependency to 0.14, needed for --sdnotify option + +* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.50.dev.git4351e33 +- autobuilt 4351e33 + +* Sun Jul 05 2020 RH Container Bot - 2:2.1.0-0.49.dev.git41ccc04 +- autobuilt 41ccc04 + +* Fri Jul 03 2020 RH Container Bot - 2:2.1.0-0.48.dev.gitb9d48a9 +- autobuilt b9d48a9 + +* Thu Jul 02 2020 RH Container Bot - 2:2.1.0-0.47.dev.gitbd2fca0 +- autobuilt bd2fca0 + +* Thu Jul 02 2020 RH Container Bot - 2:2.1.0-0.46.dev.gitc131567 +- autobuilt c131567 + +* Thu Jul 02 2020 RH Container Bot - 2:2.1.0-0.45.dev.git9fb0b56 +- autobuilt 9fb0b56 + +* Wed Jul 01 2020 RH Container Bot - 2:2.1.0-0.44.dev.gite846952 +- autobuilt e846952 + +* Wed Jul 01 2020 RH Container Bot - 2:2.1.0-0.43.dev.gitd8718fd +- autobuilt d8718fd + +* Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.42.dev.git957e7a5 +- autobuilt 957e7a5 + +* Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.41.dev.git1a1e3f4 +- autobuilt 1a1e3f4 + +* Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.40.dev.git6fbd157 +- autobuilt 6fbd157 + +* Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.39.dev.gitc2a0ccd +- autobuilt c2a0ccd + +* Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.38.dev.git83bde3b +- autobuilt 83bde3b + +* Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.37.dev.gitb163ec3 +- autobuilt b163ec3 + +* Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.36.dev.gite0b93af +- autobuilt e0b93af + +* Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.35.dev.gitc682ca3 +- autobuilt c682ca3 + +* Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.34.dev.gitd90e8b6 +- autobuilt d90e8b6 + +* Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.33.dev.git6ac009d +- autobuilt 6ac009d + +* Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.32.dev.git771c887 +- autobuilt 771c887 + +* Fri Jun 26 2020 RH Container Bot - 2:2.1.0-0.31.dev.git673116c +- autobuilt 673116c + +* Fri Jun 26 2020 RH Container Bot - 2:2.1.0-0.30.dev.gitbb11b42 +- autobuilt bb11b42 + +* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.29.dev.git4db296f +- autobuilt 4db296f + +* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.28.dev.git358e69c +- autobuilt 358e69c + +* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.27.dev.git05e1df2 +- autobuilt 05e1df2 + +* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.26.dev.git7766192 +- autobuilt 7766192 + +* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.25.dev.gitc036eef +- autobuilt c036eef + +* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.24.dev.gitf8036c5 +- autobuilt f8036c5 + +* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.23.dev.gitcd36499 +- autobuilt cd36499 + +* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.22.dev.git35cca19 +- autobuilt 35cca19 + +* Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.21.dev.git2df3faa +- autobuilt 2df3faa + +* Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.20.dev.git4ee6659 +- autobuilt 4ee6659 + +* Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.19.dev.gitb61e429 +- autobuilt b61e429 + +* Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.18.dev.git6bc5dcc +- autobuilt 6bc5dcc + +* Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.17.dev.git0d26b8f +- autobuilt 0d26b8f + +* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.16.dev.git5fe122b +- autobuilt 5fe122b + +* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.15.dev.git81f4204 +- autobuilt 81f4204 + +* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.14.dev.gitaa6881d +- autobuilt aa6881d + +* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.13.dev.git92af85f +- autobuilt 92af85f + +* Tue Jun 23 2020 Lokesh Mandvekar - 2:2.1.0-0.12.dev.git73514b1 +- re-enable remote package + +* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.11.dev.git73514b1 +- autobuilt 73514b1 + +* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.10.dev.gitbbaba9f +- autobuilt bbaba9f + +* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.9.dev.git9e37fd4 +- autobuilt 9e37fd4 + +* Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.8.dev.git22a7d60 +- autobuilt 22a7d60 + +* Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.7.dev.git22942e3 +- autobuilt 22942e3 + +* Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.6.dev.git78b205c +- autobuilt 78b205c + +* Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.5.dev.git277732b +- autobuilt 277732b + +* Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.4.dev.git4afdbcd +- autobuilt 4afdbcd + +* Sun Jun 21 2020 RH Container Bot - 2:2.1.0-0.3.dev.git0e4b734 +- autobuilt 0e4b734 + +* Sun Jun 21 2020 RH Container Bot - 2:2.1.0-0.2.dev.git4a1dd9f +- autobuilt 4a1dd9f + +* Sat Jun 20 2020 RH Container Bot - 2:2.1.0-0.1.dev.gitbc256d9 +- bump to 2.1.0 +- autobuilt bc256d9 + +* Sat Jun 20 2020 RH Container Bot - 2:2.0.0-0.173.dev.gitf403aa3 +- autobuilt f403aa3 + +* Fri Jun 19 2020 RH Container Bot - 2:2.0.0-0.172.dev.git89dbd1a +- autobuilt 89dbd1a + +* Fri Jun 19 2020 RH Container Bot - 2:2.0.0-0.171.dev.git1a2eb3e +- autobuilt 1a2eb3e + +* Fri Jun 19 2020 RH Container Bot - 2:2.0.0-0.170.dev.git33a6027 +- autobuilt 33a6027 + +* Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.169.dev.gita2661b1 +- autobuilt a2661b1 + +* Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.168.dev.gite6b9b3a +- autobuilt e6b9b3a + +* Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.167.dev.git1099ad6 +- autobuilt 1099ad6 + +* Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.166.dev.git3eb0ad0 +- autobuilt 3eb0ad0 + +* Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.165.dev.gitb5f7afd +- autobuilt b5f7afd + +* Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.164.dev.git6472b44 +- autobuilt 6472b44 + +* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.163.dev.git7b00e49 +- autobuilt 7b00e49 + +* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.162.dev.git7b5073b +- autobuilt 7b5073b + +* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.161.dev.gita76bf11 +- autobuilt a76bf11 + +* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.160.dev.git5694104 +- autobuilt 5694104 + +* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.159.dev.gitf293606 +- autobuilt f293606 + +* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.158.dev.git1acd2ad +- autobuilt 1acd2ad + +* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.157.dev.git38391ed +- autobuilt 38391ed + +* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.156.dev.git4fb0f56 +- autobuilt 4fb0f56 + +* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.155.dev.git4b2da3e +- autobuilt 4b2da3e + +* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.154.dev.gite4e10df +- autobuilt e4e10df + +* Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.153.dev.git89630ad +- autobuilt 89630ad + +* Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.152.dev.gitd6965da +- autobuilt d6965da + +* Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.151.dev.git908bc3f +- autobuilt 908bc3f + +* Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.150.dev.git0968f25 +- autobuilt 0968f25 + +* Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.149.dev.gite0dd227 +- autobuilt e0dd227 + +* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.148.dev.git2c7b39d +- autobuilt 2c7b39d + +* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.147.dev.git8a42a32 +- autobuilt 8a42a32 + +* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.146.dev.git10c6c80 +- autobuilt 10c6c80 + +* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.145.dev.gitb897297 +- autobuilt b897297 + +* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.144.dev.git298d622 +- autobuilt 298d622 + +* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.143.dev.git230cd25 +- autobuilt 230cd25 + +* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.142.dev.gite94e3fd +- autobuilt e94e3fd + +* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.141.dev.gitc2690c2 +- autobuilt c2690c2 + +* Fri Jun 12 2020 RH Container Bot - 2:2.0.0-0.140.dev.git3f026eb +- autobuilt 3f026eb + +* Fri Jun 12 2020 RH Container Bot - 2:2.0.0-0.139.dev.git92dafdc +- autobuilt 92dafdc + +* Fri Jun 12 2020 RH Container Bot - 2:2.0.0-0.138.dev.git8aa5cf3 +- autobuilt 8aa5cf3 + +* Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.137.dev.git1f05606 +- autobuilt 1f05606 + +* Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.136.dev.git39ad038 +- autobuilt 39ad038 + +* Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.135.dev.git142e62c +- autobuilt 142e62c + +* Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.134.dev.git5f3e64f +- autobuilt 5f3e64f + +* Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.133.dev.git7b85d5c +- autobuilt 7b85d5c + +* Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.132.dev.gitb2200db +- autobuilt b2200db + +* Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.131.dev.git6c5bd15 +- autobuilt 6c5bd15 + +* Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.130.dev.git37c9078 +- autobuilt 37c9078 + +* Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.129.dev.git6346846 +- autobuilt 6346846 + +* Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.128.dev.git9967f28 +- autobuilt 9967f28 + +* Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.127.dev.gitfbe09d7 +- autobuilt fbe09d7 + +* Tue Jun 09 2020 RH Container Bot - 2:2.0.0-0.126.dev.gitc831ae1 +- autobuilt c831ae1 + +* Tue Jun 09 2020 RH Container Bot - 2:2.0.0-0.125.dev.git79f30af +- autobuilt 79f30af + +* Mon Jun 08 2020 RH Container Bot - 2:2.0.0-0.124.dev.gita85e979 +- autobuilt a85e979 + +* Mon Jun 08 2020 RH Container Bot - 2:2.0.0-0.123.dev.gitb8acc85 +- autobuilt b8acc85 + +* Mon Jun 08 2020 RH Container Bot - 2:2.0.0-0.122.dev.git2869cce +- autobuilt 2869cce + +* Sat Jun 06 2020 RH Container Bot - 2:2.0.0-0.121.dev.git1fcb678 +- autobuilt 1fcb678 + +* Fri Jun 05 2020 RH Container Bot - 2:2.0.0-0.120.dev.git723e823 +- autobuilt 723e823 + +* Fri Jun 05 2020 RH Container Bot - 2:2.0.0-0.119.dev.gitc448c03 +- autobuilt c448c03 + +* Fri Jun 05 2020 RH Container Bot - 2:2.0.0-0.118.dev.gitc6da1a8 +- autobuilt c6da1a8 + +* Fri Jun 05 2020 RH Container Bot - 2:2.0.0-0.117.dev.gitf243233 +- autobuilt f243233 + +* Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.116.dev.gitb057896 +- autobuilt b057896 + +* Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.115.dev.gitbf8337b +- autobuilt bf8337b + +* Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.114.dev.gitceef4f6 +- autobuilt ceef4f6 + +* Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.113.dev.git650ed43 +- autobuilt 650ed43 + +* Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.112.dev.gitff99c3e +- autobuilt ff99c3e + +* Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.111.dev.gitd6e70c6 +- autobuilt d6e70c6 + +* Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.110.dev.git1f8c509 +- autobuilt 1f8c509 + +* Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.109.dev.git986a277 +- autobuilt 986a277 + +* Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.108.dev.gitbba0a8b +- autobuilt bba0a8b + +* Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.107.dev.gitcbfb498 +- autobuilt cbfb498 + +* Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.106.dev.git9bd48a6 +- autobuilt 9bd48a6 + +* Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.105.dev.git428303c +- autobuilt 428303c + +* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.104.dev.git95ea39e +- autobuilt 95ea39e + +* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.103.dev.git4632a4b +- autobuilt 4632a4b + +* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.102.dev.gitc4ccd7c +- autobuilt c4ccd7c + +* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.101.dev.gitd10addc +- autobuilt d10addc + +* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.100.dev.git2937151 +- autobuilt 2937151 + +* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.99.dev.giteb488e7 +- autobuilt eb488e7 + +* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.98.dev.git92f5029 +- autobuilt 92f5029 + +* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.97.dev.gitcc02154 +- autobuilt cc02154 + +* Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.96.dev.gitd6bf6b9 +- autobuilt d6bf6b9 + +* Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.95.dev.git85d3641 +- autobuilt 85d3641 + +* Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.94.dev.git5f1c23d +- autobuilt 5f1c23d + +* Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.93.dev.gitf559cec +- autobuilt f559cec + +* Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.92.dev.git2c6016f +- autobuilt 2c6016f + +* Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.91.dev.git22713d6 +- autobuilt 22713d6 + +* Sun May 31 2020 RH Container Bot - 2:2.0.0-0.90.dev.gitbb05337 +- autobuilt bb05337 + +* Sat May 30 2020 RH Container Bot - 2:2.0.0-0.89.dev.git9037908 +- autobuilt 9037908 + +* Sat May 30 2020 RH Container Bot - 2:2.0.0-0.88.dev.gitc479d63 +- autobuilt c479d63 + +* Fri May 29 2020 RH Container Bot - 2:2.0.0-0.87.dev.git0eea051 +- autobuilt 0eea051 + +* Fri May 29 2020 RH Container Bot - 2:2.0.0-0.86.dev.git0c750a9 +- autobuilt 0c750a9 + +* Fri May 29 2020 RH Container Bot - 2:2.0.0-0.85.dev.git78c3846 +- autobuilt 78c3846 + +* Fri May 29 2020 RH Container Bot - 2:2.0.0-0.84.dev.git6e3aec3 +- autobuilt 6e3aec3 + +* Fri May 29 2020 RH Container Bot - 2:2.0.0-0.83.dev.gitcd1e25f +- autobuilt cd1e25f + +* Thu May 28 2020 Lokesh Mandvekar - 2:2.0.0-0.82.dev.gite8818ce +- use ABISupport buildtag for podman + +* Thu May 28 2020 RH Container Bot - 2:2.0.0-0.81.dev.gite8818ce +- autobuilt e8818ce + +* Thu May 28 2020 RH Container Bot - 2:2.0.0-0.80.dev.git4b2c980 +- autobuilt 4b2c980 + +* Wed May 27 2020 RH Container Bot - 2:2.0.0-0.79.dev.gitadca437 +- autobuilt adca437 + +* Wed May 27 2020 RH Container Bot - 2:2.0.0-0.78.dev.gitc64abd0 +- autobuilt c64abd0 + +* Wed May 27 2020 RH Container Bot - 2:2.0.0-0.77.dev.gitab3a620 +- autobuilt ab3a620 + +* Wed May 27 2020 RH Container Bot - 2:2.0.0-0.76.dev.git2a988a4 +- autobuilt 2a988a4 + +* Wed May 27 2020 RH Container Bot - 2:2.0.0-0.75.dev.git89b4683 +- autobuilt 89b4683 + +* Tue May 26 2020 RH Container Bot - 2:2.0.0-0.74.dev.git119e13d +- autobuilt 119e13d + +* Tue May 26 2020 RH Container Bot - 2:2.0.0-0.73.dev.gite704da0 +- autobuilt e704da0 + +* Tue May 26 2020 RH Container Bot - 2:2.0.0-0.72.dev.gitd32d588 +- autobuilt d32d588 + +* Tue May 26 2020 RH Container Bot - 2:2.0.0-0.71.dev.git07ef44e +- autobuilt 07ef44e + +* Mon May 25 2020 RH Container Bot - 2:2.0.0-0.70.dev.git1077d2d +- autobuilt 1077d2d + +* Mon May 25 2020 RH Container Bot - 2:2.0.0-0.69.dev.git0b7b974 +- autobuilt 0b7b974 + +* Sun May 24 2020 RH Container Bot - 2:2.0.0-0.68.dev.gitb4cd54a +- autobuilt b4cd54a + +* Sat May 23 2020 RH Container Bot - 2:2.0.0-0.67.dev.git56a95b0 +- autobuilt 56a95b0 + +* Sat May 23 2020 RH Container Bot - 2:2.0.0-0.66.dev.gite323d3e +- autobuilt e323d3e + +* Sat May 23 2020 RH Container Bot - 2:2.0.0-0.65.dev.gitc166b21 +- autobuilt c166b21 + +* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.64.dev.gite1193c8 +- autobuilt e1193c8 + +* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.63.dev.gita6ee8bf +- autobuilt a6ee8bf + +* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.62.dev.gitc8d6426 +- autobuilt c8d6426 + +* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.61.dev.git6aa802d +- autobuilt 6aa802d + +* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.60.dev.gitcf5d338 +- autobuilt cf5d338 + +* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.59.dev.git05c0ae6 +- autobuilt 05c0ae6 + +* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.58.dev.git05a0612 +- autobuilt 05a0612 + +* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.57.dev.git3f2ab6b +- autobuilt 3f2ab6b + +* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.56.dev.git398d462 +- autobuilt 398d462 + +* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.55.dev.gitbe43536 +- autobuilt be43536 + +* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.54.dev.gitb023d6d +- autobuilt b023d6d + +* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.53.dev.gitd688851 +- autobuilt d688851 + +* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.52.dev.gitf6aa620 +- autobuilt f6aa620 + +* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.51.dev.git9d3b466 +- autobuilt 9d3b466 + +* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.50.dev.git6409ff6 +- autobuilt 6409ff6 + +* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.49.dev.gitfeb97bb +- autobuilt feb97bb + +* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.48.dev.git6668b13 +- autobuilt 6668b13 + +* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.47.dev.git72e8803 +- autobuilt 72e8803 + +* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.46.dev.git8db7b9e +- autobuilt 8db7b9e + +* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.45.dev.git02b29db +- autobuilt 02b29db + +* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.44.dev.gite8e5a5f +- autobuilt e8e5a5f + +* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.43.dev.git6a75dfa +- autobuilt 6a75dfa + +* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.42.dev.gitb0bfa0e +- autobuilt b0bfa0e + +* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.41.dev.git09f8f14 +- autobuilt 09f8f14 + +* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.40.dev.git70d89bf +- autobuilt 70d89bf + +* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.39.dev.gita670014 +- autobuilt a670014 + +* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.38.dev.git4eee0d8 +- autobuilt 4eee0d8 + +* Mon May 18 2020 RH Container Bot - 2:2.0.0-0.37.dev.git0f8ad03 +- autobuilt 0f8ad03 + +* Mon May 18 2020 RH Container Bot - 2:2.0.0-0.36.dev.git9fe4933 +- autobuilt 9fe4933 + +* Mon May 18 2020 RH Container Bot - 2:2.0.0-0.35.dev.gitd6d4500 +- autobuilt d6d4500 + +* Mon May 18 2020 RH Container Bot - 2:2.0.0-0.34.dev.gitd4587c6 +- autobuilt d4587c6 + +* Sun May 17 2020 RH Container Bot - 2:2.0.0-0.33.dev.gitbfcec32 +- autobuilt bfcec32 + +* Fri May 15 2020 RH Container Bot - 2:2.0.0-0.32.dev.git343ab99 +- autobuilt 343ab99 + +* Fri May 15 2020 RH Container Bot - 2:2.0.0-0.31.dev.gitc61a45c +- autobuilt c61a45c + +* Fri May 15 2020 RH Container Bot - 2:2.0.0-0.30.dev.git59dd341 +- autobuilt 59dd341 + +* Fri May 15 2020 RH Container Bot - 2:2.0.0-0.29.dev.gitd5358e6 +- autobuilt d5358e6 + +* Fri May 15 2020 RH Container Bot - 2:2.0.0-0.28.dev.gita88cd9a +- autobuilt a88cd9a + +* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.27.dev.git4611ff5 +- autobuilt 4611ff5 + +* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.26.dev.git0d96251 +- autobuilt 0d96251 + +* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.25.dev.git77dbfc7 +- autobuilt 77dbfc7 + +* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.24.dev.git7e9ed37 +- autobuilt 7e9ed37 + +* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.23.dev.gite35edb6 +- autobuilt e35edb6 + +* Thu May 14 2020 Daniel J Walsh - 2:2.0.0-0.22.dev.gitf2f0de4 +- Add requires for oci-runtime +- Change crun to Recommends + +* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.21.dev.gitf2f0de4 +- autobuilt f2f0de4 + +* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.20.dev.git150679d +- autobuilt 150679d + +* Wed May 13 2020 RH Container Bot - 2:2.0.0-0.19.dev.gitfa5b33e +- autobuilt fa5b33e + +* Wed May 13 2020 RH Container Bot - 2:2.0.0-0.18.dev.git3c58e4f +- autobuilt 3c58e4f + +* Wed May 13 2020 Eduardo Santiago - 2:2.0.0-0.17.dev.gitd147b3e +- libpod.conf has been removed from the repo + +* Wed May 13 2020 RH Container Bot - 2:2.0.0-0.16.dev.gitd147b3e +- autobuilt d147b3e + +* Wed May 13 2020 RH Container Bot - 2:2.0.0-0.15.dev.gitb364420 +- autobuilt b364420 + +* Tue May 12 2020 RH Container Bot - 2:2.0.0-0.14.dev.git486a117 +- autobuilt 486a117 + +* Tue May 12 2020 Lokesh Mandvekar - 2:2.0.0-0.13.dev.git5b4e91d +- disable remote package + +* Mon May 11 2020 Lokesh Mandvekar - 2:2.0.0-0.12.dev.git8857ba2 +- gating test fix attempt by Ed Santiago + +* Mon May 11 2020 Lokesh Mandvekar - 2:2.0.0-0.11.dev.git8857ba2 +- do not modprobe br_netfilter + +* Thu Apr 16 2020 RH Container Bot - 2:2.0.0-0.10.dev.git8857ba2 +- autobuilt 8857ba2 + +* Thu Apr 16 2020 RH Container Bot - 2:2.0.0-0.9.dev.git155a7d6 +- autobuilt 155a7d6 + +* Thu Apr 16 2020 RH Container Bot - 2:2.0.0-0.8.dev.git084cfb8 +- autobuilt 084cfb8 + +* Thu Apr 16 2020 RH Container Bot - 2:2.0.0-0.7.dev.gitd6b3bc1 +- autobuilt d6b3bc1 + +* Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.6.dev.gitc7d1761 +- autobuilt c7d1761 + +* Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.5.dev.git3500a8b +- autobuilt 3500a8b + +* Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.4.dev.git97bded8 +- autobuilt 97bded8 + +* Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.3.dev.gitef297d4 +- autobuilt ef297d4 + +* Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.2.dev.git9b78bf9 +- autobuilt 9b78bf9 + +* Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.1.dev.gitcc9b78f +- bump to 2.0.0 +- autobuilt cc9b78f + +* Wed Apr 15 2020 RH Container Bot - 2:1.9.0-14.1.dev.git37ed662 +- autobuilt 37ed662 + +* Wed Apr 15 2020 RH Container Bot - 2:1.9.0-13.1.dev.gita756161 +- autobuilt a756161 + +* Wed Apr 15 2020 RH Container Bot - 2:1.9.0-12.1.dev.gitffcb99d +- autobuilt ffcb99d + +* Wed Apr 15 2020 RH Container Bot - 2:1.9.0-11.1.dev.gitf0b6cde +- autobuilt f0b6cde + +* Tue Apr 14 2020 RH Container Bot - 2:1.9.0-10.1.dev.git0d01f09 +- autobuilt 0d01f09 + +* Tue Apr 14 2020 RH Container Bot - 2:1.9.0-9.1.dev.gita6caae0 +- autobuilt a6caae0 + +* Tue Apr 14 2020 RH Container Bot - 2:1.9.0-8.1.dev.gite2a1373 +- autobuilt e2a1373 + +* Tue Apr 14 2020 RH Container Bot - 2:1.9.0-7.1.dev.git26c1535 +- autobuilt 26c1535 + +* Tue Apr 14 2020 RH Container Bot - 2:1.9.0-6.1.dev.gitd885342 +- autobuilt d885342 + +* Mon Apr 13 2020 RH Container Bot - 2:1.9.0-5.1.dev.git5cf64ae +- autobuilt 5cf64ae + +* Mon Apr 13 2020 RH Container Bot - 2:1.9.0-4.1.dev.git0b067b6 +- autobuilt 0b067b6 + +* Mon Apr 13 2020 RH Container Bot - 2:1.9.0-3.1.dev.gitd7695dd +- autobuilt d7695dd + +* Mon Apr 13 2020 Lokesh Mandvekar - 2:1.9.0-2.1.dev.git465b4bc +- bump release tag to preserve clean upgrade path + +* Mon Apr 13 2020 RH Container Bot - 2:1.9.0-0.2.dev.git465b4bc +- autobuilt 465b4bc + +* Mon Apr 13 2020 RH Container Bot - 2:1.9.0-0.1.dev.git309a7f7 +- bump to 1.9.0 +- autobuilt 309a7f7 + +* Fri Apr 10 2020 RH Container Bot - 2:1.8.3-0.102.dev.git1593d4c +- autobuilt 1593d4c + +* Fri Apr 10 2020 RH Container Bot - 2:1.8.3-0.101.dev.git2a8db9d +- autobuilt 2a8db9d + +* Fri Apr 10 2020 RH Container Bot - 2:1.8.3-0.100.dev.git838b5e1 +- autobuilt 838b5e1 + +* Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.99.dev.git3a4bd39 +- autobuilt 3a4bd39 + +* Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.98.dev.git1662310 +- autobuilt 1662310 + +* Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.97.dev.git555b30e +- autobuilt 555b30e + +* Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.96.dev.git46227e0 +- autobuilt 46227e0 + +* Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.95.dev.git3c94fa9 +- autobuilt 3c94fa9 + +* Wed Apr 08 2020 RH Container Bot - 2:1.8.3-0.94.dev.gitf71e4d3 +- autobuilt f71e4d3 + +* Wed Apr 08 2020 RH Container Bot - 2:1.8.3-0.93.dev.git1791fe6 +- autobuilt 1791fe6 + +* Wed Apr 08 2020 RH Container Bot - 2:1.8.3-0.92.dev.git291ad7f +- autobuilt 291ad7f + +* Wed Apr 08 2020 RH Container Bot - 2:1.8.3-0.91.dev.git522dcd6 +- autobuilt 522dcd6 + +* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.90.dev.gitb4840ec +- autobuilt b4840ec + +* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.89.dev.git11c8b01 +- autobuilt 11c8b01 + +* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.88.dev.git08fa3d5 +- autobuilt 08fa3d5 + +* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.87.dev.git9d0d9df +- autobuilt 9d0d9df + +* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.86.dev.git8289805 +- autobuilt 8289805 + +* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.85.dev.git44f910c +- autobuilt 44f910c + +* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.84.dev.gitc0e29b4 +- autobuilt c0e29b4 + +* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.83.dev.git64b6a19 +- autobuilt 64b6a19 + +* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.82.dev.git843fa25 +- autobuilt 843fa25 + +* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.81.dev.gita858b3a +- autobuilt a858b3a + +* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.80.dev.gite318b09 +- autobuilt e318b09 + +* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.79.dev.git09f553c +- autobuilt 09f553c + +* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.78.dev.git4b69cf0 +- autobuilt 4b69cf0 + +* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.77.dev.git5b853bb +- autobuilt 5b853bb + +* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.76.dev.git8dea3c3 +- autobuilt 8dea3c3 + +* Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.75.dev.gitf7dffed +- autobuilt f7dffed + +* Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.74.dev.git35f5867 +- autobuilt 35f5867 + +* Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.73.dev.git64cade0 +- autobuilt 64cade0 + +* Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.72.dev.git2d9b9e8 +- autobuilt 2d9b9e8 + +* Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.71.dev.gita168dcc +- autobuilt a168dcc + +* Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.70.dev.gitccb9e57 +- autobuilt ccb9e57 + +* Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.69.dev.gitccf0e0d +- autobuilt ccf0e0d + +* Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.68.dev.gitc3c6a7c +- autobuilt c3c6a7c + +* Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.67.dev.gitffd2d78 +- autobuilt ffd2d78 + +* Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.66.dev.git82610d6 +- autobuilt 82610d6 + +* Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.65.dev.git88455fe +- autobuilt 88455fe + +* Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.64.dev.gita8cde90 +- autobuilt a8cde90 + +* Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.63.dev.git0f357be +- autobuilt 0f357be + +* Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.62.dev.git0a16372 +- autobuilt 0a16372 + +* Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.61.dev.gitd534e52 +- autobuilt d534e52 + +* Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.60.dev.git82cbebc +- autobuilt 82cbebc + +* Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.59.dev.git394f1c2 +- autobuilt 394f1c2 + +* Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.58.dev.git6d36d05 +- autobuilt 6d36d05 + +* Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.57.dev.git9f5fcc3 +- autobuilt 9f5fcc3 + +* Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.56.dev.git6e8f6ca +- autobuilt 6e8f6ca + +* Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.55.dev.git56ab9e4 +- autobuilt 56ab9e4 + +* Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.54.dev.git4e3010d +- autobuilt 4e3010d + +* Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.53.dev.git9c7410d +- autobuilt 9c7410d + +* Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.52.dev.gitedd623c +- autobuilt edd623c + +* Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.51.dev.git95d9a1e +- autobuilt 95d9a1e + +* Mon Mar 30 2020 Lokesh Mandvekar - 2:1.8.3-0.50.dev.git0fa01c8 +- Resolves: gh#5316 + +* Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.49.dev.git0fa01c8 +- autobuilt 0fa01c8 + +* Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.48.dev.gitcc22b94 +- autobuilt cc22b94 + +* Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.47.dev.git8193751 +- autobuilt 8193751 + +* Sun Mar 29 2020 RH Container Bot - 2:1.8.3-0.46.dev.git598bb53 +- autobuilt 598bb53 + +* Sun Mar 29 2020 RH Container Bot - 2:1.8.3-0.45.dev.gitdabfa10 +- autobuilt dabfa10 + +* Sat Mar 28 2020 RH Container Bot - 2:1.8.3-0.44.dev.git684b4bd +- autobuilt 684b4bd + +* Sat Mar 28 2020 RH Container Bot - 2:1.8.3-0.43.dev.git21b67e6 +- autobuilt 21b67e6 + +* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.42.dev.git3336b10 +- autobuilt 3336b10 + +* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.41.dev.git1fe2fbb +- autobuilt 1fe2fbb + +* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.40.dev.git2c5c198 +- autobuilt 2c5c198 + +* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.39.dev.git4233250 +- autobuilt 4233250 + +* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.38.dev.git3ddb5b1 +- autobuilt 3ddb5b1 + +* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.37.dev.git7007680 +- autobuilt 7007680 + +* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.36.dev.git340312c +- autobuilt 340312c + +* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.35.dev.git1710eca +- autobuilt 1710eca + +* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.34.dev.git6a46a87 +- autobuilt 6a46a87 + +* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.33.dev.git913426c +- autobuilt 913426c + +* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.32.dev.git14ece7e +- autobuilt 14ece7e + +* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.31.dev.git8cccac5 +- autobuilt 8cccac5 + +* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.30.dev.gitc869b96 +- autobuilt c869b96 + +* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.29.dev.git18c1530 +- autobuilt 18c1530 + +* Wed Mar 25 2020 RH Container Bot - 2:1.8.3-0.28.dev.gitff0124a +- autobuilt ff0124a + +* Wed Mar 25 2020 RH Container Bot - 2:1.8.3-0.27.dev.git852dd7f +- autobuilt 852dd7f + +* Wed Mar 25 2020 RH Container Bot - 2:1.8.3-0.26.dev.git69b011d +- autobuilt 69b011d + +* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.25.dev.gitb452064 +- autobuilt b452064 + +* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.24.dev.git0c084d9 +- autobuilt 0c084d9 + +* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.23.dev.gitc29a4c6 +- autobuilt c29a4c6 + +* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.22.dev.git14050c6 +- autobuilt 14050c6 + +* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.21.dev.git0334c8d +- autobuilt 0334c8d + +* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.20.dev.git0275eed +- autobuilt 0275eed + +* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.19.dev.gita2ffd5c +- autobuilt a2ffd5c + +* Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.18.dev.git02de8d5 +- autobuilt 02de8d5 + +* Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.17.dev.git48b3143 +- autobuilt 48b3143 + +* Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.16.dev.gitb743f60 +- autobuilt b743f60 + +* Mon Mar 23 2020 Lokesh Mandvekar - 2:1.8.3-0.15.dev.gite34ec61 +- do not use hack/ostree_tag.sh + +* Mon Mar 23 2020 Lokesh Mandvekar - 2:1.8.3-0.14.dev.gite34ec61 +- Add APIv2 service files + +* Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.13.dev.gite34ec61 +- autobuilt e34ec61 + +* Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.12.dev.gitd6c9f3e +- autobuilt d6c9f3e + +* Sun Mar 22 2020 RH Container Bot - 2:1.8.3-0.11.dev.git31d1445 +- autobuilt 31d1445 + +* Sun Mar 22 2020 RH Container Bot - 2:1.8.3-0.10.dev.git98687ad +- autobuilt 98687ad + +* Sat Mar 21 2020 RH Container Bot - 2:1.8.3-0.9.dev.git2ffff3c +- autobuilt 2ffff3c + +* Sat Mar 21 2020 RH Container Bot - 2:1.8.3-0.8.dev.git89a3e59 +- autobuilt 89a3e59 + +* Sat Mar 21 2020 RH Container Bot - 2:1.8.3-0.7.dev.gite1f2851 +- autobuilt e1f2851 + +* Sat Mar 21 2020 RH Container Bot - 2:1.8.3-0.6.dev.git77187da +- autobuilt 77187da + +* Fri Mar 20 2020 RH Container Bot - 2:1.8.3-0.5.dev.git7a095af +- autobuilt 7a095af + +* Fri Mar 20 2020 RH Container Bot - 2:1.8.3-0.4.dev.git6df1d20 +- autobuilt 6df1d20 + +* Fri Mar 20 2020 RH Container Bot - 2:1.8.3-0.3.dev.gitccc30c6 +- autobuilt ccc30c6 + +* Thu Mar 19 2020 RH Container Bot - 2:1.8.3-0.2.dev.gitd927b43 +- autobuilt d927b43 + +* Thu Mar 19 2020 RH Container Bot - 2:1.8.3-0.1.dev.gitaa6c8c2 +- bump to 1.8.3 +- autobuilt aa6c8c2 + +* Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.9.dev.gitcccd05c +- autobuilt cccd05c + +* Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.8.dev.git1cb3e3a +- autobuilt 1cb3e3a + +* Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.7.dev.gitedcc73e +- autobuilt edcc73e + +* Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.6.dev.gite87fe4d +- autobuilt e87fe4d + +* Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.5.dev.gitbd9386d +- autobuilt bd9386d + +* Wed Mar 18 2020 RH Container Bot - 2:1.8.2-0.4.dev.git45e7cbf +- autobuilt 45e7cbf + +* Wed Mar 18 2020 RH Container Bot - 2:1.8.2-0.3.dev.gitf3a28de +- autobuilt f3a28de + +* Tue Mar 17 2020 RH Container Bot - 2:1.8.2-0.2.dev.git8f1ce4b +- autobuilt 8f1ce4b + +* Mon Mar 16 2020 RH Container Bot - 2:1.8.2-0.1.dev.git412a114 +- bump to 1.8.2 +- autobuilt 412a114 + +* Mon Mar 02 2020 Lokesh Mandvekar - 2:1.8.1-0.4.dev.git275e9b8 +- bump release tag for smooth upgrade path + +* Mon Mar 02 2020 RH Container Bot - 2:1.8.1-0.3.dev.git275e9b8 +- autobuilt 275e9b8 + +* Sat Feb 22 2020 Lokesh Mandvekar - 2:1.8.1-0.2.dev.git0bd29f8 +- bump release tag + +* Mon Feb 17 2020 Lokesh Mandvekar - 2:1.8.1-0.1.dev.git0bd29f8 +- bump to 1.8.1-dev +- built commit 0bd29f8 + +* Thu Feb 06 2020 Lokesh Mandvekar - 2:1.8.0-0.4.dev.git5092c07 +- bump crun dependency + +* Wed Feb 05 2020 RH Container Bot - 2:1.8.0-0.3.dev.git5092c07 +- autobuilt 5092c07 + +* Tue Feb 04 2020 RH Container Bot - 2:1.8.0-0.2.dev.gitc4f6d56 +- autobuilt c4f6d56 + +* Sun Feb 02 2020 RH Container Bot - 2:1.8.0-0.1.dev.git4699d5e +- bump to 1.8.0 +- autobuilt 4699d5e + +* Fri Jan 31 2020 RH Container Bot - 2:1.7.1-0.66.dev.git36af283 +- autobuilt 36af283 + +* Thu Jan 30 2020 RH Container Bot - 2:1.7.1-0.65.dev.giteb28365 +- autobuilt eb28365 + +* Wed Jan 29 2020 RH Container Bot - 2:1.7.1-0.64.dev.gitb2ae45c +- autobuilt b2ae45c + +* Tue Jan 28 2020 RH Container Bot - 2:1.7.1-0.63.dev.git326cdf9 +- autobuilt 326cdf9 + +* Mon Jan 27 2020 RH Container Bot - 2:1.7.1-0.62.dev.gitc28af15 +- autobuilt c28af15 + +* Sat Jan 25 2020 RH Container Bot - 2:1.7.1-0.61.dev.git975854a +- autobuilt 975854a + +* Thu Jan 23 2020 RH Container Bot - 2:1.7.1-0.60.dev.git5bad873 +- autobuilt 5bad873 + +* Thu Jan 23 2020 RH Container Bot - 2:1.7.1-0.59.dev.git8beeb06 +- autobuilt 8beeb06 + +* Thu Jan 23 2020 RH Container Bot - 2:1.7.1-0.58.dev.git6518421 +- autobuilt 6518421 + +* Thu Jan 23 2020 RH Container Bot - 2:1.7.1-0.57.dev.gite6cf0ec +- autobuilt e6cf0ec + +* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.56.dev.gitac3a6b8 +- autobuilt ac3a6b8 + +* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.55.dev.git8b377a7 +- autobuilt 8b377a7 + +* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.54.dev.gitc42383f +- autobuilt c42383f + +* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.53.dev.gitc40664d +- autobuilt c40664d + +* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.52.dev.git9f146b1 +- autobuilt 9f146b1 + +* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.51.dev.git7e1afe0 +- autobuilt 7e1afe0 + +* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.50.dev.git55abb6d +- autobuilt 55abb6d + +* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.49.dev.gitd52132b +- autobuilt d52132b + +* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.48.dev.gitaa13779 +- autobuilt aa13779 + +* Tue Jan 21 2020 RH Container Bot - 2:1.7.1-0.47.dev.gitf63005e +- autobuilt f63005e + +* Tue Jan 21 2020 RH Container Bot - 2:1.7.1-0.46.dev.gitf467bb2 +- autobuilt f467bb2 + +* Tue Jan 21 2020 RH Container Bot - 2:1.7.1-0.45.dev.gitfb2bd26 +- autobuilt fb2bd26 + +* Sat Jan 18 2020 RH Container Bot - 2:1.7.1-0.44.dev.git9be6430 +- autobuilt 9be6430 + +* Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.43.dev.gitce4bf33 +- autobuilt ce4bf33 + +* Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.42.dev.git3b6a843 +- autobuilt 3b6a843 + +* Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.41.dev.gitab7e1a4 +- autobuilt ab7e1a4 + +* Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.40.dev.gitf5e614b +- autobuilt f5e614b + +* Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.39.dev.gitacbb6c0 +- autobuilt acbb6c0 + +* Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.38.dev.git74b89da +- autobuilt 74b89da + +* Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.37.dev.git79fbe72 +- autobuilt 79fbe72 + +* Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.36.dev.git30245af +- autobuilt 30245af + +* Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.35.dev.git1d7176b +- autobuilt 1d7176b + +* Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.34.dev.gitdb00ee9 +- autobuilt db00ee9 + +* Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.33.dev.git61fbce7 +- autobuilt 61fbce7 + +* Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.32.dev.gite1e405b +- autobuilt e1e405b + +* Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.31.dev.git978b891 +- autobuilt 978b891 + +* Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.30.dev.git34429f3 +- autobuilt 34429f3 + +* Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.29.dev.gite025b43 +- autobuilt e025b43 + +* Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.28.dev.gitd914cc2 +- autobuilt d914cc2 + +* Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.27.dev.git12aa9ca +- autobuilt 12aa9ca + +* Tue Jan 14 2020 RH Container Bot - 2:1.7.1-0.26.dev.gitad5137b +- autobuilt ad5137b + +* Tue Jan 14 2020 RH Container Bot - 2:1.7.1-0.25.dev.git564bd69 +- autobuilt 564bd69 + +* Tue Jan 14 2020 RH Container Bot - 2:1.7.1-0.24.dev.git3961882 +- autobuilt 3961882 + +* Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.23.dev.git79ec2a9 +- autobuilt 79ec2a9 + +* Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.22.dev.git6c3d383 +- autobuilt 6c3d383 + +* Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.21.dev.git796ae87 +- autobuilt 796ae87 + +* Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.20.dev.gite83a1b8 +- autobuilt e83a1b8 + +* Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.19.dev.git9e2e4d7 +- autobuilt 9e2e4d7 + +* Sun Jan 12 2020 RH Container Bot - 2:1.7.1-0.18.dev.git55dd73c +- autobuilt 55dd73c + +* Sat Jan 11 2020 RH Container Bot - 2:1.7.1-0.17.dev.git2d5fd7c +- autobuilt 2d5fd7c + +* Fri Jan 10 2020 RH Container Bot - 2:1.7.1-0.16.dev.git0e9c208 +- autobuilt 0e9c208 + +* Fri Jan 10 2020 RH Container Bot - 2:1.7.1-0.15.dev.gite1ffac6 +- autobuilt e1ffac6 + +* Fri Jan 10 2020 RH Container Bot - 2:1.7.1-0.14.dev.git6ed88e0 +- autobuilt 6ed88e0 + +* Thu Jan 09 2020 RH Container Bot - 2:1.7.1-0.13.dev.gitf57fdd0 +- autobuilt f57fdd0 + +* Thu Jan 09 2020 RH Container Bot - 2:1.7.1-0.12.dev.git154b5ca +- autobuilt 154b5ca + +* Thu Jan 09 2020 RH Container Bot - 2:1.7.1-0.11.dev.gitf3fc10f +- autobuilt f3fc10f + +* Wed Jan 08 2020 RH Container Bot - 2:1.7.1-0.10.dev.gitc99b413 +- autobuilt c99b413 + +* Wed Jan 08 2020 RH Container Bot - 2:1.7.1-0.9.dev.gitc6ad42a +- autobuilt c6ad42a + +* Wed Jan 08 2020 RH Container Bot - 2:1.7.1-0.8.dev.git27caffb +- autobuilt 27caffb + +* Wed Jan 08 2020 Jindrich Novy - 2:1.7.1-0.7.dev.git0b9dd1a +- require container-selinux only when selinux-policy is installed and + move podman-remote man pages to dedicated package (#1765818) + +* Wed Jan 08 2020 RH Container Bot - 2:1.7.1-0.6.dev.git0b9dd1a +- autobuilt 0b9dd1a + +* Tue Jan 07 2020 RH Container Bot - 2:1.7.1-0.5.dev.gitc41fd09 +- autobuilt c41fd09 + +* Tue Jan 07 2020 RH Container Bot - 2:1.7.1-0.4.dev.gitbd3d8f4 +- autobuilt bd3d8f4 + +* Tue Jan 07 2020 RH Container Bot - 2:1.7.1-0.3.dev.gitf85b3a0 +- autobuilt f85b3a0 + +* Tue Jan 07 2020 Jindrich Novy - 2:1.7.1-0.2.dev.gite362220 +- always require container-selinux (#1765818) + +* Mon Jan 06 2020 RH Container Bot - 2:1.7.1-0.1.dev.gite362220 +- bump to 1.7.1 +- autobuilt e362220 + +* Mon Jan 06 2020 RH Container Bot - 2:1.7.0-0.28.dev.git2d8f1c8 +- autobuilt 2d8f1c8 + +* Mon Jan 06 2020 RH Container Bot - 2:1.7.0-0.27.dev.git2e0157a +- autobuilt 2e0157a + +* Mon Jan 06 2020 Jindrich Novy - 2:1.7.0-0.26.dev.git9758a97 +- also obsolete former podman-manpages package + +* Mon Jan 06 2020 Jindrich Novy - 2:1.7.0-0.25.dev.git9758a97 +- add podman-manpages provide to main podman package + +* Mon Jan 06 2020 Jindrich Novy - 2:1.7.0-0.24.dev.git9758a97 +- merge podman-manpages with podman package + +* Fri Jan 03 2020 RH Container Bot - 2:1.7.0-0.23.dev.git9758a97 +- autobuilt 9758a97 + +* Thu Jan 02 2020 RH Container Bot - 2:1.7.0-0.22.dev.git50b4446 +- autobuilt 50b4446 + +* Thu Jan 02 2020 RH Container Bot - 2:1.7.0-0.21.dev.git1faa5bb +- autobuilt 1faa5bb + +* Tue Dec 31 2019 RH Container Bot - 2:1.7.0-0.20.dev.git6a370cb +- autobuilt 6a370cb + +* Fri Dec 20 2019 RH Container Bot - 2:1.7.0-0.19.dev.gitfcd48db +- autobuilt fcd48db + +* Fri Dec 20 2019 RH Container Bot - 2:1.7.0-0.18.dev.gite33d7e9 +- autobuilt e33d7e9 + +* Thu Dec 19 2019 RH Container Bot - 2:1.7.0-0.17.dev.git1ba6d0f +- autobuilt 1ba6d0f + +* Thu Dec 19 2019 RH Container Bot - 2:1.7.0-0.16.dev.gitc1a7911 +- autobuilt c1a7911 + +* Tue Dec 17 2019 RH Container Bot - 2:1.7.0-0.15.dev.gite6b8433 +- autobuilt e6b8433 + +* Tue Dec 17 2019 RH Container Bot - 2:1.7.0-0.14.dev.gitfab67f3 +- autobuilt fab67f3 + +* Tue Dec 17 2019 RH Container Bot - 2:1.7.0-0.13.dev.git1e440a3 +- autobuilt 1e440a3 + +* Tue Dec 17 2019 RH Container Bot - 2:1.7.0-0.12.dev.git4329204 +- autobuilt 4329204 + +* Mon Dec 16 2019 RH Container Bot - 2:1.7.0-0.11.dev.git1162183 +- autobuilt 1162183 + +* Mon Dec 16 2019 RH Container Bot - 2:1.7.0-0.10.dev.gitb2f05e0 +- autobuilt b2f05e0 + +* Mon Dec 16 2019 RH Container Bot - 2:1.7.0-0.9.dev.git19064e5 +- autobuilt 19064e5 + +* Sat Dec 14 2019 RH Container Bot - 2:1.7.0-0.8.dev.git6c7b6d9 +- autobuilt 6c7b6d9 + +* Fri Dec 13 2019 RH Container Bot - 2:1.7.0-0.7.dev.git885967f +- autobuilt 885967f + +* Fri Dec 13 2019 RH Container Bot - 2:1.7.0-0.6.dev.git22849ff +- autobuilt 22849ff + +* Fri Dec 13 2019 RH Container Bot - 2:1.7.0-0.5.dev.git71a0c0f +- autobuilt 71a0c0f + +* Fri Dec 13 2019 RH Container Bot - 2:1.7.0-0.4.dev.git123e7ea +- autobuilt 123e7ea + +* Thu Dec 12 2019 RH Container Bot - 2:1.7.0-0.3.dev.git16de498 +- autobuilt 16de498 + +* Wed Dec 11 2019 RH Container Bot - 2:1.7.0-0.2.dev.gitf81f15f +- autobuilt f81f15f + +* Wed Dec 11 2019 RH Container Bot - 2:1.7.0-0.1.dev.git5941138 +- bump to 1.7.0 +- autobuilt 5941138 + +* Wed Dec 11 2019 RH Container Bot - 2:1.6.4-0.74.dev.git11541ae +- autobuilt 11541ae + +* Wed Dec 11 2019 RH Container Bot - 2:1.6.4-0.73.dev.gitdd64038 +- autobuilt dd64038 + +* Wed Dec 11 2019 RH Container Bot - 2:1.6.4-0.72.dev.gita18de10 +- autobuilt a18de10 + +* Wed Dec 11 2019 RH Container Bot - 2:1.6.4-0.71.dev.git282787f +- autobuilt 282787f + +* Mon Dec 09 2019 RH Container Bot - 2:1.6.4-0.70.dev.gitc2dab75 +- autobuilt c2dab75 + +* Sat Dec 07 2019 RH Container Bot - 2:1.6.4-0.69.dev.git7287f69 +- autobuilt 7287f69 + +* Fri Dec 06 2019 RH Container Bot - 2:1.6.4-0.68.dev.git82a83b9 +- autobuilt 82a83b9 + +* Fri Dec 06 2019 RH Container Bot - 2:1.6.4-0.67.dev.git8924a30 +- autobuilt 8924a30 + +* Fri Dec 06 2019 RH Container Bot - 2:1.6.4-0.66.dev.gite9c4820 +- autobuilt e9c4820 + +* Thu Dec 05 2019 RH Container Bot - 2:1.6.4-0.65.dev.git465e142 +- autobuilt 465e142 + +* Thu Dec 05 2019 RH Container Bot - 2:1.6.4-0.64.dev.git4fb724c +- autobuilt 4fb724c + +* Thu Dec 05 2019 RH Container Bot - 2:1.6.4-0.63.dev.git813b00e +- autobuilt 813b00e + +* Thu Dec 05 2019 RH Container Bot - 2:1.6.4-0.62.dev.gitbc40282 +- autobuilt bc40282 + +* Wed Dec 04 2019 RH Container Bot - 2:1.6.4-0.61.dev.git4dbab37 +- autobuilt 4dbab37 + +* Wed Dec 04 2019 RH Container Bot - 2:1.6.4-0.60.dev.gite47b7a6 +- autobuilt e47b7a6 + +* Wed Dec 04 2019 RH Container Bot - 2:1.6.4-0.59.dev.git10f7334 +- autobuilt 10f7334 + +* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.58.dev.git06e2a20 +- autobuilt 06e2a20 + +* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.57.dev.git5c3af00 +- autobuilt 5c3af00 + +* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.56.dev.git748de3c +- autobuilt 748de3c + +* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.55.dev.gitd8bfd11 +- autobuilt d8bfd11 + +* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.54.dev.gitb88f2c4 +- autobuilt b88f2c4 + +* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.53.dev.git9e361fd +- autobuilt 9e361fd + +* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.52.dev.git309452d +- autobuilt 309452d + +* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.51.dev.git6458f96 +- autobuilt 6458f96 + +* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.50.dev.gitb905850 +- autobuilt b905850 + +* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.49.dev.gitc9696c4 +- autobuilt c9696c4 + +* Mon Dec 02 2019 RH Container Bot - 2:1.6.4-0.48.dev.git7117286 +- autobuilt 7117286 + +* Mon Dec 02 2019 RH Container Bot - 2:1.6.4-0.47.dev.git8d00c83 +- autobuilt 8d00c83 + +* Mon Dec 02 2019 RH Container Bot - 2:1.6.4-0.46.dev.gite4275b3 +- autobuilt e4275b3 + +* Fri Nov 29 2019 RH Container Bot - 2:1.6.4-0.45.dev.git39c705e +- autobuilt 39c705e + +* Fri Nov 29 2019 RH Container Bot - 2:1.6.4-0.44.dev.git7f53178 +- autobuilt 7f53178 + +* Fri Nov 29 2019 RH Container Bot - 2:1.6.4-0.43.dev.git1c0356e +- autobuilt 1c0356e + +* Thu Nov 28 2019 RH Container Bot - 2:1.6.4-0.42.dev.gitaa95726 +- autobuilt aa95726 + +* Wed Nov 27 2019 RH Container Bot - 2:1.6.4-0.41.dev.git2178875 +- autobuilt 2178875 + +* Tue Nov 26 2019 RH Container Bot - 2:1.6.4-0.40.dev.git27a09f8 +- autobuilt 27a09f8 + +* Tue Nov 26 2019 RH Container Bot - 2:1.6.4-0.39.dev.gitb29928f +- autobuilt b29928f + +* Tue Nov 26 2019 RH Container Bot - 2:1.6.4-0.38.dev.gitf5ef3d5 +- autobuilt f5ef3d5 + +* Tue Nov 26 2019 RH Container Bot - 2:1.6.4-0.37.dev.gitaef3858 +- autobuilt aef3858 + +* Mon Nov 25 2019 RH Container Bot - 2:1.6.4-0.36.dev.git9fb0adf +- autobuilt 9fb0adf + +* Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.35.dev.git6187e72 +- autobuilt 6187e72 + +* Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.34.dev.git1284260 +- autobuilt 1284260 + +* Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.33.dev.gitc2dfef5 +- autobuilt c2dfef5 + +* Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.32.dev.gite4b8054 +- autobuilt e4b8054 + +* Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.31.dev.git22e7d7d +- autobuilt 22e7d7d + +* Thu Nov 21 2019 RH Container Bot - 2:1.6.4-0.30.dev.git6392477 +- autobuilt 6392477 + +* Tue Nov 19 2019 RH Container Bot - 2:1.6.4-0.29.dev.gitc673ff8 +- autobuilt c673ff8 + +* Tue Nov 19 2019 RH Container Bot - 2:1.6.4-0.28.dev.gitf3f219a +- autobuilt f3f219a + +* Mon Nov 18 2019 RH Container Bot - 2:1.6.4-0.27.dev.git741b90c +- autobuilt 741b90c + +* Sun Nov 17 2019 RH Container Bot - 2:1.6.4-0.26.dev.gitdb32ed1 +- autobuilt db32ed1 + +* Sat Nov 16 2019 RH Container Bot - 2:1.6.4-0.25.dev.gitc6f2383 +- autobuilt c6f2383 + +* Fri Nov 15 2019 RH Container Bot - 2:1.6.4-0.24.dev.git51c08f3 +- autobuilt 51c08f3 + +* Thu Nov 14 2019 RH Container Bot - 2:1.6.4-0.23.dev.gitd7ed9fa +- autobuilt d7ed9fa + +* Wed Nov 13 2019 RH Container Bot - 2:1.6.4-0.22.dev.git225f22b +- autobuilt 225f22b + +* Wed Nov 13 2019 RH Container Bot - 2:1.6.4-0.21.dev.git15220af +- autobuilt 15220af + +* Mon Nov 11 2019 RH Container Bot - 2:1.6.4-0.20.dev.gitde32b89 +- autobuilt de32b89 + +* Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.19.dev.gitb713e53 +- autobuilt b713e53 + +* Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.18.dev.gitf456ce9 +- autobuilt f456ce9 + +* Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.17.dev.git4ed12f9 +- autobuilt 4ed12f9 + +* Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.16.dev.git92af260 +- autobuilt 92af260 + +* Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.15.dev.git3463a71 +- autobuilt 3463a71 + +* Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.14.dev.git3ec9ee0 +- autobuilt 3ec9ee0 + +* Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.13.dev.gitd919961 +- autobuilt d919961 + +* Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.12.dev.git3474997 +- autobuilt 3474997 + +* Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.11.dev.git24efb5e +- autobuilt 24efb5e + +* Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.10.dev.gitb4a83bf +- autobuilt b4a83bf + +* Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.9.dev.gitaad2904 +- autobuilt aad2904 + +* Wed Nov 06 2019 RH Container Bot - 2:1.6.4-0.8.dev.git2e2d82c +- autobuilt 2e2d82c + +* Wed Nov 06 2019 RH Container Bot - 2:1.6.4-0.7.dev.git581a7ec +- autobuilt 581a7ec + +* Wed Nov 06 2019 RH Container Bot - 2:1.6.4-0.6.dev.git6f7c290 +- autobuilt 6f7c290 + +* Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.5.dev.gitb4b7272 +- autobuilt b4b7272 + +* Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.4.dev.git7eda1b0 +- autobuilt 7eda1b0 + +* Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.3.dev.gita904e21 +- autobuilt a904e21 + +* Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.2.dev.git08c5c54 +- autobuilt 08c5c54 + +* Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.1.dev.gitcc19b09 +- bump to 1.6.4 +- autobuilt cc19b09 + +* Tue Nov 05 2019 RH Container Bot - 2:1.6.3-0.47.dev.git1db4556 +- autobuilt 1db4556 + +* Mon Nov 04 2019 RH Container Bot - 2:1.6.3-0.46.dev.git17eadda +- autobuilt 17eadda + +* Mon Nov 04 2019 RH Container Bot - 2:1.6.3-0.45.dev.git8e5aad9 +- autobuilt 8e5aad9 + +* Mon Nov 04 2019 RH Container Bot - 2:1.6.3-0.44.dev.gitefc7f15 +- autobuilt efc7f15 + +* Sun Nov 03 2019 RH Container Bot - 2:1.6.3-0.43.dev.gitca4c24c +- autobuilt ca4c24c + +* Sat Nov 02 2019 RH Container Bot - 2:1.6.3-0.42.dev.git2bf4df4 +- autobuilt 2bf4df4 + +* Sat Nov 02 2019 RH Container Bot - 2:1.6.3-0.41.dev.git10d67fc +- autobuilt 10d67fc + +* Fri Nov 01 2019 RH Container Bot - 2:1.6.3-0.40.dev.git8238107 +- autobuilt 8238107 + +* Fri Nov 01 2019 RH Container Bot - 2:1.6.3-0.39.dev.git04e8bf3 +- autobuilt 04e8bf3 + +* Fri Nov 01 2019 RH Container Bot - 2:1.6.3-0.38.dev.git69165fa +- autobuilt 69165fa + +* Fri Nov 01 2019 RH Container Bot - 2:1.6.3-0.37.dev.git7c7f000 +- autobuilt 7c7f000 + +* Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.36.dev.git2dae257 +- autobuilt 2dae257 + +* Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.35.dev.git0bfdeae +- autobuilt 0bfdeae + +* Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.34.dev.git1e750f7 +- autobuilt 1e750f7 + +* Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.33.dev.git5af166f +- autobuilt 5af166f + +* Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.32.dev.git1b3e79d +- autobuilt 1b3e79d + +* Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.31.dev.git381fa4d +- autobuilt 381fa4d + +* Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.30.dev.git9ba8dae +- autobuilt 9ba8dae + +* Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.29.dev.gita35d002 +- autobuilt a35d002 + +* Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.28.dev.git63b57f5 +- autobuilt 63b57f5 + +* Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.27.dev.git4762b63 +- autobuilt 4762b63 + +* Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.26.dev.gite7540d0 +- autobuilt e7540d0 + +* Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.25.dev.git6c6e783 +- autobuilt 6c6e783 + +* Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.24.dev.git59582c5 +- autobuilt 59582c5 + +* Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.23.dev.gita56131f +- autobuilt a56131f + +* Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.22.dev.git8e264ca +- autobuilt 8e264ca + +* Mon Oct 28 2019 RH Container Bot - 2:1.6.3-0.21.dev.git1b5c2d1 +- autobuilt 1b5c2d1 + +* Mon Oct 28 2019 RH Container Bot - 2:1.6.3-0.20.dev.git94864ad +- autobuilt 94864ad + +* Sun Oct 27 2019 RH Container Bot - 2:1.6.3-0.19.dev.gitac73fd3 +- autobuilt ac73fd3 + +* Sat Oct 26 2019 RH Container Bot - 2:1.6.3-0.18.dev.gitea46937 +- autobuilt ea46937 + +* Fri Oct 25 2019 RH Container Bot - 2:1.6.3-0.17.dev.gita01cb22 +- autobuilt a01cb22 + +* Thu Oct 24 2019 RH Container Bot - 2:1.6.3-0.16.dev.git77c7a28 +- autobuilt 77c7a28 + +* Thu Oct 24 2019 RH Container Bot - 2:1.6.3-0.15.dev.gitba4a808 +- autobuilt ba4a808 + +* Thu Oct 24 2019 RH Container Bot - 2:1.6.3-0.14.dev.git43b1c2f +- autobuilt 43b1c2f + +* Thu Oct 24 2019 RH Container Bot - 2:1.6.3-0.13.dev.git674dc2b +- autobuilt 674dc2b + +* Wed Oct 23 2019 RH Container Bot - 2:1.6.3-0.12.dev.git299a430 +- autobuilt 299a430 + +* Wed Oct 23 2019 RH Container Bot - 2:1.6.3-0.11.dev.git2e6c9aa +- autobuilt 2e6c9aa + +* Wed Oct 23 2019 RH Container Bot - 2:1.6.3-0.10.dev.gitef556cf +- autobuilt ef556cf + +* Tue Oct 22 2019 RH Container Bot - 2:1.6.3-0.9.dev.git46ad6bc +- autobuilt 46ad6bc + +* Tue Oct 22 2019 RH Container Bot - 2:1.6.3-0.8.dev.gitd358840 +- autobuilt d358840 + +* Tue Oct 22 2019 RH Container Bot - 2:1.6.3-0.7.dev.git5431ace +- autobuilt 5431ace + +* Mon Oct 21 2019 RH Container Bot - 2:1.6.3-0.6.dev.gitefc54c3 +- autobuilt efc54c3 + +* Mon Oct 21 2019 RH Container Bot - 2:1.6.3-0.5.dev.gitd2591a5 +- autobuilt d2591a5 + +* Sun Oct 20 2019 RH Container Bot - 2:1.6.3-0.4.dev.gitd3520de +- autobuilt d3520de + +* Fri Oct 18 2019 RH Container Bot - 2:1.6.3-0.3.dev.git02ab9c7 +- autobuilt 02ab9c7 + +* Fri Oct 18 2019 RH Container Bot - 2:1.6.3-0.2.dev.gitf0da9cf +- autobuilt f0da9cf + +* Thu Oct 17 2019 RH Container Bot - 2:1.6.3-0.1.dev.gitb6fdfa0 +- bump to 1.6.3 +- autobuilt b6fdfa0 + +* Thu Oct 17 2019 RH Container Bot - 2:1.6.2-0.41.dev.git2b0892e +- autobuilt 2b0892e + +* Thu Oct 17 2019 RH Container Bot - 2:1.6.2-0.40.dev.gitf2d9a9d +- autobuilt f2d9a9d + +* Thu Oct 17 2019 RH Container Bot - 2:1.6.2-0.39.dev.gitd7cbcfa +- autobuilt d7cbcfa + +* Thu Oct 17 2019 RH Container Bot - 2:1.6.2-0.38.dev.git392846c +- autobuilt 392846c + +* Wed Oct 16 2019 RH Container Bot - 2:1.6.2-0.37.dev.gite7d5ac0 +- autobuilt e7d5ac0 + +* Wed Oct 16 2019 RH Container Bot - 2:1.6.2-0.36.dev.gitdc1f8b6 +- autobuilt dc1f8b6 + +* Wed Oct 16 2019 RH Container Bot - 2:1.6.2-0.35.dev.git7825c58 +- autobuilt 7825c58 + +* Wed Oct 16 2019 RH Container Bot - 2:1.6.2-0.34.dev.git8172460 +- autobuilt 8172460 + +* Tue Oct 15 2019 RH Container Bot - 2:1.6.2-0.33.dev.git5f72e6e +- autobuilt 5f72e6e + +* Mon Oct 14 2019 RH Container Bot - 2:1.6.2-0.32.dev.gita9190da +- autobuilt a9190da + +* Mon Oct 14 2019 RH Container Bot - 2:1.6.2-0.31.dev.git3e45d07 +- autobuilt 3e45d07 + +* Sat Oct 12 2019 RH Container Bot - 2:1.6.2-0.30.dev.gita8993ba +- autobuilt a8993ba + +* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.29.dev.gitb0b3506 +- autobuilt b0b3506 + +* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.28.dev.git79d05b9 +- autobuilt 79d05b9 + +* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.27.dev.gitcee6478 +- autobuilt cee6478 + +* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.26.dev.giteb6ca05 +- autobuilt eb6ca05 + +* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.25.dev.git50b1884 +- autobuilt 50b1884 + +* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.24.dev.git9f1f4ef +- autobuilt 9f1f4ef + +* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.23.dev.git495db28 +- autobuilt 495db28 + +* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.22.dev.git43dcc91 +- autobuilt 43dcc91 + +* Thu Oct 10 2019 RH Container Bot - 2:1.6.2-0.21.dev.git6d35eac +- autobuilt 6d35eac + +* Thu Oct 10 2019 RH Container Bot - 2:1.6.2-0.20.dev.gitf39e097 +- autobuilt f39e097 + +* Thu Oct 10 2019 RH Container Bot - 2:1.6.2-0.19.dev.gita7f2668 +- autobuilt a7f2668 + +* Wed Oct 09 2019 RH Container Bot - 2:1.6.2-0.18.dev.git12c9b53 +- autobuilt 12c9b53 + +* Wed Oct 09 2019 RH Container Bot - 2:1.6.2-0.17.dev.gitf61e399 +- autobuilt f61e399 + +* Wed Oct 09 2019 Lokesh Mandvekar - 2:1.6.2-0.16.dev.gitc3c40f9 +- remove polkit dependency for now + +* Wed Oct 09 2019 Lokesh Mandvekar - 2:1.6.2-0.15.dev.gitc3c40f9 +- Requires: crun >= 0.10.2-1 and polkit + +* Wed Oct 09 2019 RH Container Bot - 2:1.6.2-0.14.dev.gitc3c40f9 +- autobuilt c3c40f9 + +* Tue Oct 08 2019 RH Container Bot - 2:1.6.2-0.13.dev.git10cbaad +- autobuilt 10cbaad + +* Tue Oct 08 2019 Lokesh Mandvekar - 2:1.6.2-0.12.dev.gitc817ea1 +- add runc back + +* Mon Oct 07 2019 RH Container Bot - 2:1.6.2-0.11.dev.gitc817ea1 +- autobuilt c817ea1 + +* Mon Oct 07 2019 RH Container Bot - 2:1.6.2-0.10.dev.git589261f +- autobuilt 589261f + +* Fri Oct 04 2019 RH Container Bot - 2:1.6.2-0.9.dev.git2c2782a +- autobuilt 2c2782a + +* Fri Oct 04 2019 RH Container Bot - 2:1.6.2-0.8.dev.gitbd08fc0 +- autobuilt bd08fc0 + +* Fri Oct 04 2019 RH Container Bot - 2:1.6.2-0.7.dev.git70d5b0a +- autobuilt 70d5b0a + +* Fri Oct 04 2019 RH Container Bot - 2:1.6.2-0.6.dev.git1fe9556 +- autobuilt 1fe9556 + +* Thu Oct 03 2019 RH Container Bot - 2:1.6.2-0.5.dev.git7af4074 +- autobuilt 7af4074 + +* Thu Oct 03 2019 RH Container Bot - 2:1.6.2-0.4.dev.git86c8650 +- autobuilt 86c8650 + +* Thu Oct 03 2019 RH Container Bot - 2:1.6.2-0.3.dev.gitf96fbfc +- autobuilt f96fbfc + +* Thu Oct 03 2019 RH Container Bot - 2:1.6.2-0.2.dev.gitb32cb4b +- autobuilt b32cb4b + +* Wed Oct 02 2019 RH Container Bot - 2:1.6.2-0.1.dev.gite67e9e1 +- bump to 1.6.2 +- autobuilt e67e9e1 + +* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.12.dev.git960f07b +- autobuilt 960f07b + +* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.11.dev.git0046b01 +- autobuilt 0046b01 + +* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.10.dev.gitdac7889 +- autobuilt dac7889 + +* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.9.dev.git2648955 +- autobuilt 2648955 + +* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.8.dev.git257a985 +- autobuilt 257a985 + +* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.7.dev.git32a2ce8 +- autobuilt 32a2ce8 + +* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.6.dev.git74879c8 +- autobuilt 74879c8 + +* Tue Oct 01 2019 Lokesh Mandvekar - 2:1.6.1-0.5.dev.git7a56963 +- Requires: crun >= 0.10-1 + +* Tue Oct 01 2019 RH Container Bot - 2:1.6.1-0.4.dev.git7a56963 +- autobuilt 7a56963 + +* Tue Oct 01 2019 RH Container Bot - 2:1.6.1-0.3.dev.git8f2ec88 +- autobuilt 8f2ec88 + +* Tue Oct 01 2019 RH Container Bot - 2:1.6.1-0.2.dev.git049aafa +- autobuilt 049aafa + +* Tue Oct 01 2019 RH Container Bot - 2:1.6.1-0.1.dev.git5d344db +- bump to 1.6.1 +- autobuilt 5d344db + +* Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.42.dev.gitd7eba02 +- autobuilt d7eba02 + +* Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.41.dev.git5702dd7 +- autobuilt 5702dd7 + +* Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.40.dev.gitb063383 +- autobuilt b063383 + +* Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.39.dev.git04b3a73 +- autobuilt 04b3a73 + +* Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.38.dev.git2c23729 +- autobuilt 2c23729 + +* Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.37.dev.git150ba5e +- autobuilt 150ba5e + +* Sun Sep 29 2019 RH Container Bot - 2:1.6.0-0.36.dev.git01b7af8 +- autobuilt 01b7af8 + +* Sat Sep 28 2019 RH Container Bot - 2:1.6.0-0.35.dev.git01a802e +- autobuilt 01a802e + +* Fri Sep 27 2019 RH Container Bot - 2:1.6.0-0.34.dev.gite87012d +- autobuilt e87012d + +* Fri Sep 27 2019 RH Container Bot - 2:1.6.0-0.33.dev.git0fb807d +- autobuilt 0fb807d + +* Fri Sep 27 2019 RH Container Bot - 2:1.6.0-0.32.dev.gitd4399ee +- autobuilt d4399ee + +* Fri Sep 27 2019 RH Container Bot - 2:1.6.0-0.31.dev.gita8c2b5d +- autobuilt a8c2b5d + +* Thu Sep 26 2019 RH Container Bot - 2:1.6.0-0.30.dev.git851e377 +- autobuilt 851e377 + +* Thu Sep 26 2019 RH Container Bot - 2:1.6.0-0.29.dev.gitd76b21e +- autobuilt d76b21e + +* Wed Sep 25 2019 RH Container Bot - 2:1.6.0-0.28.dev.git3ed265c +- autobuilt 3ed265c + +* Wed Sep 25 2019 RH Container Bot - 2:1.6.0-0.27.dev.git19075ca +- autobuilt 19075ca + +* Wed Sep 25 2019 RH Container Bot - 2:1.6.0-0.26.dev.git8ab3c86 +- autobuilt 8ab3c86 + +* Wed Sep 25 2019 RH Container Bot - 2:1.6.0-0.25.dev.gitf197ebe +- autobuilt f197ebe + +* Wed Sep 25 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.24.dev.git240095e +- autobuilt 240095e + +* Wed Sep 25 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.23.dev.git525be7d +- autobuilt 525be7d + +* Tue Sep 24 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.22.dev.git0000afc +- autobuilt 0000afc + +* Tue Sep 24 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.21.dev.git1dfac0e +- autobuilt 1dfac0e + +* Tue Sep 24 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.20.dev.gitb300b98 +- autobuilt b300b98 + +* Tue Sep 24 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.19.dev.git83b2348 +- autobuilt 83b2348 + +* Mon Sep 23 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.18.dev.git6ce8d05 +- autobuilt 6ce8d05 + +* Mon Sep 23 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.17.dev.gitf5951c7 +- autobuilt f5951c7 + +* Mon Sep 23 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.16.dev.gita74dfda +- autobuilt a74dfda + +* Sun Sep 22 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.15.dev.gitc0eff1a +- autobuilt c0eff1a + +* Sat Sep 21 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.14.dev.git0d95e3a +- autobuilt 0d95e3a + +* Sat Sep 21 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.13.dev.gite947d63 +- autobuilt e947d63 + +* Sat Sep 21 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.12.dev.git819b63c +- autobuilt 819b63c + +* Fri Sep 20 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.11.dev.git66f4bc7 +- autobuilt 66f4bc7 + +* Fri Sep 20 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.10.dev.git7ed1816 +- autobuilt 7ed1816 + +* Fri Sep 20 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.9.dev.git9dc764c +- autobuilt 9dc764c + +* Thu Sep 19 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.8.dev.gitc38844f +- autobuilt c38844f + +* Thu Sep 19 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.7.dev.git408f278 +- autobuilt 408f278 + +* Wed Sep 18 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.6.dev.gitfe48b9e +- autobuilt fe48b9e + +* Wed Sep 18 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.5.dev.git8133aa1 +- autobuilt 8133aa1 + +* Wed Sep 18 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.4.dev.git2c51d6f +- autobuilt 2c51d6f + +* Tue Sep 17 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.3.dev.git143caa9 +- autobuilt 143caa9 + +* Tue Sep 17 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.2.dev.git799aa70 +- autobuilt 799aa70 + +* Mon Sep 16 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.1.dev.git2aa6771 +- bump to 1.6.0 +- autobuilt 2aa6771 + +* Mon Sep 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.92.dev.git2a4e062 +- autobuilt 2a4e062 + +* Mon Sep 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.91.dev.git0014d6c +- autobuilt 0014d6c + +* Mon Sep 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.90.dev.git1f5514e +- autobuilt 1f5514e + +* Sat Sep 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.89.dev.gita1970e1 +- autobuilt a1970e1 + +* Sat Sep 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.88.dev.git2366fd7 +- autobuilt 2366fd7 + +* Fri Sep 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.87.dev.git0079c24 +- autobuilt 0079c24 + +* Fri Sep 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.86.dev.gitd74cede +- autobuilt d74cede + +* Fri Sep 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.85.dev.git7875e00 +- autobuilt 7875e00 + +* Fri Sep 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.84.dev.git5c09c4d +- autobuilt 5c09c4d + +* Fri Sep 13 2019 Daniel J Walsh - 2:1.5.2-0.83.dev.gitb095d8a +- Grab specific version of crun or newer. + +* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.82.dev.gitb095d8a +- autobuilt b095d8a + +* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.81.dev.gitb43a36d +- autobuilt b43a36d + +* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.80.dev.git1ddfc11 +- autobuilt 1ddfc11 + +* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.79.dev.gitaf8fedc +- autobuilt af8fedc + +* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.78.dev.gitafa3d11 +- autobuilt afa3d11 + +* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.77.dev.git57e093b +- autobuilt 57e093b + +* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.76.dev.gitce31aa3 +- autobuilt ce31aa3 + +* Wed Sep 11 2019 Lokesh Mandvekar - 2:1.5.2-0.75.dev.git79ebb5f +- use conmon package as dependency + +* Wed Sep 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.74.dev.git79ebb5f +- autobuilt 79ebb5f + +* Wed Sep 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.73.dev.gitf73c3b8 +- autobuilt f73c3b8 + +* Wed Sep 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.72.dev.git093013b +- autobuilt 093013b + +* Wed Sep 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.71.dev.git9cf852c +- autobuilt 9cf852c + +* Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.70.dev.git7ac6ed3 +- autobuilt 7ac6ed3 + +* Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.69.dev.git997c4b5 +- autobuilt 997c4b5 + +* Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.68.dev.gitc1761ba +- autobuilt c1761ba + +* Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.67.dev.git095647c +- autobuilt 095647c + +* Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.66.dev.git5233536 +- autobuilt 5233536 + +* Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.65.dev.git9a55bce +- autobuilt 9a55bce + +* Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.64.dev.git7042a3d +- autobuilt 7042a3d + +* Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.63.dev.git511b071 +- autobuilt 511b071 + +* Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.62.dev.git16a7049 +- autobuilt 16a7049 + +* Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.61.dev.gitd78521d +- autobuilt d78521d + +* Sun Sep 08 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.60.dev.gitf500feb +- autobuilt f500feb + +* Sun Sep 08 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.59.dev.git7312811 +- autobuilt 7312811 + +* Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.58.dev.git30cbb00 +- autobuilt 30cbb00 + +* Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.57.dev.git290def5 +- autobuilt 290def5 + +* Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.56.dev.git575ffee +- autobuilt 575ffee + +* Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.55.dev.git8898085 +- autobuilt 8898085 + +* Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.54.dev.git24171ae +- autobuilt 24171ae + +* Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.53.dev.gita4572c4 +- autobuilt a4572c4 + +* Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.52.dev.gitcef5bec +- autobuilt cef5bec + +* Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.51.dev.git3f81f44 +- autobuilt 3f81f44 + +* Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.50.dev.gitb962b1e +- autobuilt b962b1e + +* Wed Sep 04 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.49.dev.gite74fcd7 +- autobuilt e74fcd7 + +* Wed Sep 04 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.48.dev.git84140f5 +- autobuilt 84140f5 + +* Wed Sep 04 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.47.dev.gitf1a3e02 +- autobuilt f1a3e02 + +* Wed Sep 04 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.46.dev.git1d8a940 +- autobuilt 1d8a940 + +* Tue Sep 03 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.45.dev.gita16f63e +- autobuilt a16f63e + +* Tue Sep 03 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.44.dev.gitc039499 +- autobuilt c039499 + +* Tue Sep 03 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.43.dev.git50a1910 +- autobuilt 50a1910 + +* Mon Sep 02 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.42.dev.git099549b +- autobuilt 099549b + +* Sun Sep 01 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.41.dev.gite5568d4 +- autobuilt e5568d4 + +* Fri Aug 30 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.40.dev.git8ba21ac +- autobuilt 8ba21ac + +* Fri Aug 30 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.39.dev.git3e0fdc7 +- autobuilt 3e0fdc7 + +* Thu Aug 29 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.38.dev.gitd110998 +- autobuilt d110998 + +* Thu Aug 29 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.37.dev.gitab5f52c +- autobuilt ab5f52c + +* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.36.dev.git1eb6b27 +- autobuilt 1eb6b27 + +* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.35.dev.gitbdf9e56 +- autobuilt bdf9e56 + +* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.34.dev.git4e209fc +- autobuilt 4e209fc + +* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.33.dev.git61dc63f +- autobuilt 61dc63f + +* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.32.dev.gite5c5a33 +- autobuilt e5c5a33 + +* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.31.dev.gita1a1342 +- autobuilt a1a1342 + +* Tue Aug 27 2019 Daniel J Walsh - 2:1.5.2-0.30.dev.gitf221c61 +- Require crun rather then runc +- Switch to crun by default for cgroupsV2 support + +* Tue Aug 27 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.29.dev.gitf221c61 +- autobuilt f221c61 + +* Mon Aug 26 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.28.dev.gitcec354a +- autobuilt cec354a + +* Mon Aug 26 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.27.dev.git112a3cc +- autobuilt 112a3cc + +* Mon Aug 26 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.26.dev.git67926d8 +- autobuilt 67926d8 + +* Sun Aug 25 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.25.dev.gitc0528c1 +- autobuilt c0528c1 + +* Thu Aug 22 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.24.dev.git59261cf +- autobuilt 59261cf + +* Thu Aug 22 2019 Daniel J Walsh - 2:1.5.2-0.23.dev.gitb263dd9 +- Move man5 man pages into podman-manpage package + +* Thu Aug 22 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.22.dev.gitb263dd9 +- autobuilt b263dd9 + +* Thu Aug 22 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.21.dev.git34002f9 +- autobuilt 34002f9 + +* Thu Aug 22 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.20.dev.git18f2328 +- autobuilt 18f2328 + +* Wed Aug 21 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.19.dev.gitecc5cc5 +- autobuilt ecc5cc5 + +* Wed Aug 21 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.18.dev.git1ff984d +- autobuilt 1ff984d + +* Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.17.dev.git1ad8fe5 +- autobuilt 1ad8fe5 + +* Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.16.dev.gitf618bc3 +- autobuilt f618bc3 + +* Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.15.dev.gita3c46fc +- autobuilt a3c46fc + +* Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.14.dev.git230faa8 +- autobuilt 230faa8 + +* Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.13.dev.git34fc1d0 +- autobuilt 34fc1d0 + +* Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.12.dev.git890378e +- autobuilt 890378e + +* Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.11.dev.gitd23639a +- autobuilt d23639a + +* Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.10.dev.gitc137e8f +- autobuilt c137e8f + +* Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.9.dev.gitb1acc43 +- autobuilt b1acc43 + +* Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.8.dev.gitbd0b05f +- autobuilt bd0b05f + +* Sun Aug 18 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.7.dev.git438cbf4 +- autobuilt 438cbf4 + +* Sat Aug 17 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.6.dev.git76f327f +- autobuilt 76f327f + +* Sat Aug 17 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.5.dev.git098ce2f +- autobuilt 098ce2f + +* Fri Aug 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.4.dev.git8eab96e +- autobuilt 8eab96e + +* Fri Aug 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.3.dev.git704cc58 +- autobuilt 704cc58 + +* Fri Aug 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.2.dev.git2d47f1a +- autobuilt 2d47f1a + +* Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.1.dev.git05149e6 +- bump to 1.5.2 +- autobuilt 05149e6 + +* Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-9.16.dev.gitb9a176b +- autobuilt b9a176b + +* Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-8.16.dev.git74224d9 +- autobuilt 74224d9 + +* Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-7.16.dev.git3f1657d +- autobuilt 3f1657d + +* Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-6.16.dev.gitf9ddf91 +- autobuilt f9ddf91 + +* Wed Aug 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-5.16.dev.gitbf9e801 +- autobuilt bf9e801 + +* Wed Aug 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-4.16.dev.gitf5dcb80 +- autobuilt f5dcb80 + +* Wed Aug 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-3.16.dev.git4823cf8 +- autobuilt 4823cf8 + +* Wed Aug 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-2.16.dev.gita734b53 +- autobuilt a734b53 + +* Tue Aug 13 2019 Dan Walsh - 2:1.5.1-1.16.dev.gitce64c14 +- Add recommends libvarlink-util + +* Tue Aug 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.16.dev.gitce64c14 +- autobuilt ce64c14 + +* Tue Aug 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.15.dev.git7a859f0 +- autobuilt 7a859f0 + +* Tue Aug 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.14.dev.git031437b +- autobuilt 031437b + +* Tue Aug 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.13.dev.gitc48243e +- autobuilt c48243e + +* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.12.dev.gitf634fd3 +- autobuilt f634fd3 + +* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.11.dev.git3cf4567 +- autobuilt 3cf4567 + +* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.10.dev.git9bee690 +- autobuilt 9bee690 + +* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.9.dev.gitca7bae7 +- autobuilt ca7bae7 + +* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.8.dev.gitec93c9d +- autobuilt ec93c9d + +* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.7.dev.gitf18cfa4 +- autobuilt f18cfa4 + +* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.6.dev.git2348c28 +- autobuilt 2348c28 + +* Sun Aug 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.5.dev.git1467197 +- autobuilt 1467197 + +* Sun Aug 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.4.dev.git7bbaa36 +- autobuilt 7bbaa36 + +* Sat Aug 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.3.dev.git3bc861c +- autobuilt 3bc861c + +* Sat Aug 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.2.dev.git926901d +- autobuilt 926901d + +* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.1.dev.git2018faa +- bump to 1.5.1 +- autobuilt 2018faa + +* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.99.dev.gitbb80586 +- autobuilt bb80586 + +* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.98.dev.gitd05798e +- autobuilt d05798e + +* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.97.dev.git4b91f60 +- autobuilt 4b91f60 + +* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.96.dev.gitdc38168 +- autobuilt dc38168 + +* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.95.dev.git00a20f7 +- autobuilt 00a20f7 + +* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.94.dev.git2a19036 +- autobuilt 2a19036 + +* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.93.dev.git76840f2 +- autobuilt 76840f2 + +* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.92.dev.git4349f42 +- autobuilt 4349f42 + +* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.91.dev.git202eade +- autobuilt 202eade + +* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.90.dev.git09cedd1 +- autobuilt 09cedd1 + +* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.89.dev.git3959a35 +- autobuilt 3959a35 + +* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.88.dev.git5701fe6 +- autobuilt 5701fe6 + +* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.87.dev.git31bfb12 +- autobuilt 31bfb12 + +* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.86.dev.git41de7b1 +- autobuilt 41de7b1 + +* Wed Aug 07 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.85.dev.git35ecf49 +- autobuilt 35ecf49 + +* Wed Aug 07 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.84.dev.git66ea32c +- autobuilt 66ea32c + +* Tue Aug 06 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.83.dev.gitf0a5b7f +- autobuilt f0a5b7f + +* Tue Aug 06 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.82.dev.gitb5618d9 +- autobuilt b5618d9 + +* Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.81.dev.git3bffe77 +- autobuilt 3bffe77 + +* Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.80.dev.git337358a +- autobuilt 337358a + +* Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.79.dev.git626dfdb +- autobuilt 626dfdb + +* Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.78.dev.gite2f38cd +- autobuilt e2f38cd + +* Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.77.dev.gitb609de2 +- autobuilt b609de2 + +* Sun Aug 04 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.76.dev.git389a7b7 +- autobuilt 389a7b7 + +* Sun Aug 04 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.75.dev.gitd9ea4db +- autobuilt d9ea4db + +* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.74.dev.git140e08e +- autobuilt 140e08e + +* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.73.dev.git3cc9ab8 +- autobuilt 3cc9ab8 + +* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.72.dev.git5370c53 +- autobuilt 5370c53 + +* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.71.dev.git2cc5913 +- autobuilt 2cc5913 + +* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.70.dev.gite3240da +- autobuilt e3240da + +* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.69.dev.gite48dc50 +- autobuilt e48dc50 + +* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.68.dev.git1bbcb2f +- autobuilt 1bbcb2f + +* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.67.dev.gite1a099e +- autobuilt e1a099e + +* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.66.dev.gitafb493a +- autobuilt afb493a + +* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.65.dev.git6f62dac +- autobuilt 6f62dac + +* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.64.dev.gitee15e76 +- autobuilt ee15e76 + +* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.63.dev.git5056964 +- autobuilt 5056964 + +* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.62.dev.git3215ea6 +- autobuilt 3215ea6 + +* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.61.dev.gitccf4ec2 +- autobuilt ccf4ec2 + +* Wed Jul 31 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.60.dev.gita622f8d +- autobuilt a622f8d + +* Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.59.dev.git680a383 +- autobuilt 680a383 + +* Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.58.dev.gite84ed3c +- autobuilt e84ed3c + +* Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.57.dev.git1a00895 +- autobuilt 1a00895 + +* Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.56.dev.git4196a59 +- autobuilt 4196a59 + +* Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.55.dev.git040355d +- autobuilt 040355d + +* Mon Jul 29 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.54.dev.git7d635ac +- autobuilt 7d635ac + +* Mon Jul 29 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.53.dev.gitc3c45f3 +- autobuilt c3c45f3 + +* Mon Jul 29 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.52.dev.git6665269 +- autobuilt 6665269 + +* Mon Jul 29 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.51.dev.git2ca7861 +- autobuilt 2ca7861 + +* Sun Jul 28 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.50.dev.git2c98bd5 +- autobuilt 2c98bd5 + +* Fri Jul 26 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.49.dev.git0c4dfcf +- autobuilt 0c4dfcf + +* Fri Jul 26 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.48.dev.giteca157f +- autobuilt eca157f + +* Fri Jul 26 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.47.dev.git1910d68 +- autobuilt 1910d68 + +* Fri Jul 26 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.46.dev.git4674d00 +- autobuilt 4674d00 + +* Thu Jul 25 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.45.dev.gitdff82d9 +- autobuilt dff82d9 + +* Thu Jul 25 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.44.dev.git5763618 +- autobuilt 5763618 + +* Thu Jul 25 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.43.dev.git7c9095e +- autobuilt 7c9095e + +* Wed Jul 24 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.42.dev.git2283471 +- autobuilt 2283471 + +* Wed Jul 24 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.41.dev.git0917783 +- autobuilt 0917783 + +* Wed Jul 24 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.40.dev.giteae9a00 +- autobuilt eae9a00 + +* Wed Jul 24 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.39.dev.git3c6b111 +- autobuilt 3c6b111 + +* Tue Jul 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.38.dev.git7dbc6d8 +- autobuilt 7dbc6d8 + +* Tue Jul 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.37.dev.gitbb253af +- autobuilt bb253af + +* Tue Jul 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.36.dev.gitce60c4d +- autobuilt ce60c4d + +* Tue Jul 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.35.dev.git2674920 +- autobuilt 2674920 + +* Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.34.dev.gita12a231 +- autobuilt a12a231 + +* Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.33.dev.gitcf9efa9 +- autobuilt cf9efa9 + +* Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.32.dev.git69f74f1 +- autobuilt 69f74f1 + +* Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.31.dev.gitab7b47c +- autobuilt ab7b47c + +* Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.30.dev.git3b52e4d +- autobuilt 3b52e4d + +* Sun Jul 21 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.29.dev.gitd6b41eb +- autobuilt d6b41eb + +* Sat Jul 20 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.28.dev.gita5aa44c +- autobuilt a5aa44c + +* Sat Jul 20 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.27.dev.git8364552 +- autobuilt 8364552 + +* Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.26.dev.git02140ea +- autobuilt 02140ea + +* Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.25.dev.git398aeac +- autobuilt 398aeac + +* Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.24.dev.gitdeb087d +- autobuilt deb087d + +* Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.23.dev.gitb59abdc +- autobuilt b59abdc + +* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.22.dev.git2254a35 +- autobuilt 2254a35 + +* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.21.dev.git1065548 +- autobuilt 1065548 + +* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.20.dev.gitade0d87 +- autobuilt ade0d87 + +* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.19.dev.git22e62e8 +- autobuilt 22e62e8 + +* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.18.dev.gitadcde23 +- autobuilt adcde23 + +* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.17.dev.git456c045 +- autobuilt 456c045 + +* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.16.dev.git7488ed6 +- autobuilt 7488ed6 + +* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.15.dev.gitb2734ba +- autobuilt b2734ba + +* Wed Jul 17 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.14.dev.git1c02905 +- autobuilt 1c02905 + +* Wed Jul 17 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.13.dev.git04a9cb0 +- autobuilt 04a9cb0 + +* Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.12.dev.gitfe83308 +- autobuilt fe83308 + +* Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.11.dev.git400851a +- autobuilt 400851a + +* Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.10.dev.gita449e9a +- autobuilt a449e9a + +* Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.9.dev.git386ffd2 +- autobuilt 386ffd2 + +* Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.8.dev.git7e4db44 +- autobuilt 7e4db44 + +* Mon Jul 15 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.7.dev.gitd2291ec +- autobuilt d2291ec + +* Sun Jul 14 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.6.dev.git456b6ab +- autobuilt 456b6ab + +* Fri Jul 12 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.5.dev.gite2e8477 +- built conmon 1de71ad + +* Thu Jul 11 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.4.dev.gite2e8477 +- autobuilt e2e8477 + +* Wed Jul 10 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.3.dev.gitdf3f5af +- autobuilt df3f5af + +* Tue Jul 09 2019 Lokesh Mandvekar - 2:1.4.5-0.2.dev.gitcea0e93 +- Resolves: #1727933 - containers-monuts.conf.5 moved to containers-common + +* Sun Jul 07 2019 Lokesh Mandvekar - 2:1.4.5-0.1.dev.gitf7407f2 +- bump to v1.4.5-dev +- use new name for go-md2man +- include centos conditionals + +* Sun Jun 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.30.dev.git7c4e444 +- autobuilt 7c4e444 + +* Sat Jun 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.29.dev.gitd9bdd3c +- autobuilt d9bdd3c + +* Fri Jun 21 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.28.dev.git39fdf91 +- autobuilt 39fdf91 + +* Thu Jun 20 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.27.dev.gitb4f9bc8 +- autobuilt b4f9bc8 + +* Wed Jun 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.26.dev.git240b846 +- bump to 1.4.3 +- autobuilt 240b846 + +* Tue Jun 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.2-0.25.dev.git8bcfd24 +- autobuilt 8bcfd24 + +* Sun Jun 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.2-0.24.dev.git670fc03 +- autobuilt 670fc03 + +* Sat Jun 15 2019 Lokesh Mandvekar (Bot) - 2:1.4.2-0.23.dev.git185b413 +- bump to 1.4.2 +- autobuilt 185b413 + +* Fri Jun 14 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.22.dev.git2784cf3 +- autobuilt 2784cf3 + +* Thu Jun 13 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.21.dev.git77d1cf0 +- autobuilt 77d1cf0 + +* Wed Jun 12 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.20.dev.gitf8a84fd +- autobuilt f8a84fd + +* Tue Jun 11 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.19.dev.gitc93b8d6 +- do not install /usr/libexec/crio - conflicts with crio + +* Tue Jun 11 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.18.dev.gitc93b8d6 +- autobuilt c93b8d6 + +* Mon Jun 10 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.17.dev.gitfcb7c14 +- autobuilt fcb7c14 + +* Sun Jun 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.16.dev.git39f5ea4 +- autobuilt 39f5ea4 + +* Sat Jun 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.15.dev.gitcae5af5 +- bump to 1.4.1 +- autobuilt cae5af5 + +* Fri Jun 07 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.14.dev.gitba36a5f +- autobuilt ba36a5f + +* Fri Jun 07 2019 Lokesh Mandvekar - 2:1.3.2-0.13.dev.git6d285b8 +- Resolves: #1716809 - use conmon v0.2.0 + +* Thu Jun 06 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.12.dev.git6d285b8 +- autobuilt 6d285b8 + +* Wed Jun 05 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.11.dev.git3fb9669 +- autobuilt 3fb9669 + +* Tue Jun 04 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.10.dev.git0ede794 +- autobuilt 0ede794 + +* Sun Jun 02 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.9.dev.git176a41c +- autobuilt 176a41c + +* Sat Jun 01 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.8.dev.git2068919 +- autobuilt 2068919 + +* Fri May 31 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.7.dev.git558ce8d +- autobuilt 558ce8d + +* Thu May 30 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.6.dev.gitc871653 +- autobuilt c871653 + +* Wed May 29 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.5.dev.git8649dbd +- autobuilt 8649dbd + +* Mon May 27 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.4.dev.git25f8c21 +- autobuilt 25f8c21 + +* Sun May 26 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.3.dev.gitb1d590b +- autobuilt b1d590b + +* Fri May 24 2019 Lokesh Mandvekar - 2:1.3.2-0.2.dev.git1ac06d8 +- built commit 1ac06d8 +- BR: systemd-devel +- correct build steps for %%{name}-remote + +* Fri May 24 2019 Dan Walsh - 2:1.3.2-0.1.dev.git5296428 +- Bump up to latest on master + +* Fri May 10 2019 Lokesh Mandvekar - 2:1.3.1-0.1.dev.git9ae3221 +- bump to v1.3.1-dev +- built 9ae3221 +- correct release tag format for unreleased versions + +* Thu Apr 25 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-21.dev.gitb01fdcb +- autobuilt b01fdcb + +* Tue Apr 23 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-20.dev.gitd652c86 +- autobuilt d652c86 + +* Sat Apr 20 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-19.dev.git9f92b21 +- autobuilt 9f92b21 + +* Fri Apr 19 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-18.dev.gite4947e5 +- autobuilt e4947e5 + +* Thu Apr 18 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-17.dev.gitbf5ffda +- autobuilt bf5ffda + +* Wed Apr 17 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-16.dev.gita87cf6f +- autobuilt a87cf6f + +* Tue Apr 16 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-15.dev.gitc1e2b58 +- autobuilt c1e2b58 + +* Mon Apr 15 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-14.dev.git167ce59 +- autobuilt 167ce59 + +* Sun Apr 14 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-13.dev.gitb926005 +- autobuilt b926005 + +* Sat Apr 13 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-12.dev.git1572367 +- autobuilt 1572367 + +* Fri Apr 12 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-11.dev.git387d601 +- autobuilt 387d601 + +* Thu Apr 11 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-10.dev.git6cd6eb6 +- autobuilt 6cd6eb6 + +* Wed Apr 10 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-9.dev.git60ef8f8 +- autobuilt 60ef8f8 + +* Tue Apr 09 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-8.dev.gitc94903a +- autobuilt c94903a + +* Sat Apr 06 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-7.dev.gitbc320be +- autobuilt bc320be + +* Fri Apr 05 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-6.dev.gitbda28c6 +- autobuilt bda28c6 + +* Thu Apr 04 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-5.dev.git4bda537 +- autobuilt 4bda537 + +* Wed Apr 03 2019 Lokesh Mandvekar - 2:1.3.0-4.dev.gitad467ba +- Resolves: #1695492 - own /usr/libexec/podman + +* Tue Apr 02 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-3.dev.gitad467ba +- autobuilt ad467ba + +* Mon Apr 01 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-2.dev.gitcd35e20 +- bump to 1.3.0 +- autobuilt cd35e20 + +* Sun Mar 31 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-30.dev.git833204d +- autobuilt 833204d + +* Sat Mar 30 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-29.dev.git7b73974 +- autobuilt 7b73974 + +* Fri Mar 29 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-28.dev.gitfdf979a +- autobuilt fdf979a + +* Thu Mar 28 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-27.dev.git850326c +- autobuilt 850326c + +* Wed Mar 27 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-26.dev.gitfc546d4 +- autobuilt fc546d4 + +* Mon Mar 25 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-25.dev.gitd0c6a35 +- autobuilt d0c6a35 + +* Sat Mar 23 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-24.dev.git0458daf +- autobuilt 0458daf + +* Fri Mar 22 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-23.dev.git68e3df3 +- autobuilt 68e3df3 + +* Thu Mar 21 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-22.dev.gitc230f0c +- autobuilt c230f0c + +* Wed Mar 20 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-21.dev.git537c382 +- autobuilt 537c382 + +* Tue Mar 19 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-20.dev.gitac523cb +- autobuilt ac523cb + +* Mon Mar 18 2019 Eduardo Santiago - 2:1.2.0-19.dev.git6aa8078 +- include zsh completion + +* Fri Mar 15 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-18.dev.git31f11a8 +- autobuilt 31f11a8 + +* Thu Mar 14 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-17.dev.git7426d4f +- autobuilt 7426d4f + +* Wed Mar 13 2019 Eduardo Santiago - 2:1.2.0-16.dev.git883566f +- new -tests subpackage + +* Wed Mar 13 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-15.dev.git883566f +- autobuilt 883566f + +* Tue Mar 12 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-14.dev.gitde0192a +- autobuilt de0192a + +* Sun Mar 10 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-13.dev.gitd95f97a +- autobuilt d95f97a + +* Sat Mar 09 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-12.dev.git9b21f14 +- autobuilt 9b21f14 + +* Fri Mar 08 2019 Lokesh Mandvekar - 2:1.2.0-11.dev.git1b2f867 +- Resolves: #1686813 - conmon bundled inside podman rpm + +* Fri Mar 08 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-10.dev.git1b2f867 +- autobuilt 1b2f867 + +* Thu Mar 07 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-9.dev.git614409f +- autobuilt 614409f + +* Wed Mar 06 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-8.dev.git40f7843 +- autobuilt 40f7843 + +* Tue Mar 05 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-7.dev.git4b80517 +- autobuilt 4b80517 + +* Mon Mar 04 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-6.dev.gitf3a3d8e +- autobuilt f3a3d8e + +* Sat Mar 02 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-5.dev.git9adcda7 +- autobuilt 9adcda7 + +* Fri Mar 01 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-4.dev.git9137315 +- autobuilt 9137315 + +* Thu Feb 28 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-3.dev.git5afae0b +- autobuilt 5afae0b + +* Wed Feb 27 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-2.dev.git623fcfa +- bump to 1.2.0 +- autobuilt 623fcfa + +* Tue Feb 26 2019 Dan Walsh - 2:1.0.1-39.dev.gitcf52144 +* Tue Feb 26 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-38.dev.gitcf52144 +- autobuilt cf52144 + +* Mon Feb 25 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-37.dev.git553ac80 +- autobuilt 553ac80 + +* Sun Feb 24 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-36.dev.gitcc4addd +- autobuilt cc4addd + +* Sat Feb 23 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-35.dev.gitb223d4e +- autobuilt b223d4e + +* Fri Feb 22 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-34.dev.git1788add +- autobuilt 1788add + +* Thu Feb 21 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-33.dev.git4934bf2 +- autobuilt 4934bf2 + +* Wed Feb 20 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-32.dev.git3b88c73 +- autobuilt 3b88c73 + +* Tue Feb 19 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-31.dev.git228d1cb +- autobuilt 228d1cb + +* Mon Feb 18 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-30.dev.git3f32eae +- autobuilt 3f32eae + +* Sun Feb 17 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-29.dev.git1cb16bd +- autobuilt 1cb16bd + +* Sat Feb 16 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-28.dev.git0a521e1 +- autobuilt 0a521e1 + +* Fri Feb 15 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-27.dev.git81ace5c +- autobuilt 81ace5c + +* Thu Feb 14 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-26.dev.gitdfc64e1 +- autobuilt dfc64e1 + +* Wed Feb 13 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-25.dev.gitee27c39 +- autobuilt ee27c39 + +* Tue Feb 12 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-24.dev.git8923703 +- autobuilt 8923703 + +* Sun Feb 10 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-23.dev.gitc86e8f1 +- autobuilt c86e8f1 + +* Sat Feb 09 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-22.dev.gitafd4d5f +- autobuilt afd4d5f + +* Fri Feb 08 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-21.dev.git962850c +- autobuilt 962850c + +* Thu Feb 07 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-20.dev.gitf250745 +- autobuilt f250745 + +* Wed Feb 06 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-19.dev.git650e242 +- autobuilt 650e242 + +* Tue Feb 05 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-18.dev.git778f986 +- autobuilt 778f986 + +* Sun Feb 03 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-17.dev.gitd5593b8 +- autobuilt d5593b8 + +* Sat Feb 02 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-16.dev.gite6426af +- autobuilt e6426af + +* Fri Feb 01 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-15.dev.gite97dc8e +- autobuilt e97dc8e + +* Thu Jan 31 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-14.dev.git805c6d9 +- autobuilt 805c6d9 + +* Wed Jan 30 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-13.dev.gitad5579e +- autobuilt ad5579e + +* Tue Jan 29 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-12.dev.gitebe9297 +- autobuilt ebe9297 + +* Thu Jan 24 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-11.dev.gitc9e1f36 +- autobuilt c9e1f36 + +* Wed Jan 23 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-10.dev.git7838a13 +- autobuilt 7838a13 + +* Tue Jan 22 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-9.dev.gitec96987 +- autobuilt ec96987 + +* Mon Jan 21 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-8.dev.gitef2f6f9 +- autobuilt ef2f6f9 + +* Sun Jan 20 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-7.dev.git579fc0f +- autobuilt 579fc0f + +* Sat Jan 19 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-6.dev.git0d4bfb0 +- autobuilt 0d4bfb0 + +* Fri Jan 18 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-5.dev.gite3dc660 +- autobuilt e3dc660 + +* Thu Jan 17 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-4.dev.git0e3264a +- autobuilt 0e3264a + +* Wed Jan 16 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-3.dev.git1b2f752 +- autobuilt 1b2f752 + +* Tue Jan 15 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-2.dev.git6301f6a +- bump to 1.0.1 +- autobuilt 6301f6a + +* Mon Jan 14 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-3.dev.git140ae25 +- autobuilt 140ae25 + +* Sat Jan 12 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-2.dev.git5c86efb +- bump to 0.12.2 +- autobuilt 5c86efb + +* Fri Jan 11 2019 bbaude - 1:1.0.0-1.dev.git82e8011 +- Upstream 1.0.0 release + +* Thu Jan 10 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-27.dev.git0f6535c +- autobuilt 0f6535c + +* Wed Jan 09 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-26.dev.gitc9d63fe +- autobuilt c9d63fe + +* Tue Jan 08 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-25.dev.gitfaa2462 +- autobuilt faa2462 + +* Mon Jan 07 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-24.dev.gitb83b07c +- autobuilt b83b07c + +* Sat Jan 05 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-23.dev.git4e0c0ec +- autobuilt 4e0c0ec + +* Fri Jan 04 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-22.dev.git9ffd480 +- autobuilt 9ffd480 + +* Thu Jan 03 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-21.dev.git098c134 +- autobuilt 098c134 + +* Tue Jan 01 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-20.dev.git7438b7b +- autobuilt 7438b7b + +* Sat Dec 29 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb9.dev.git1aa55ed +- autobuilt 1aa55ed + +* Thu Dec 27 2018 Igor Gnatenko - 2:0.12.2-1.nightly.git5c86efb8.dev.gitc50332d +- Enable python dependency generator + +* Tue Dec 25 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb7.dev.gitc50332d +- autobuilt c50332d + +* Mon Dec 24 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb6.dev.git8fe3050 +- autobuilt 8fe3050 + +* Sun Dec 23 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb5.dev.git792f109 +- autobuilt 792f109 + +* Sat Dec 22 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb4.dev.gitfe186c6 +- autobuilt fe186c6 + +* Fri Dec 21 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb3.dev.gitfa998f2 +- autobuilt fa998f2 + +* Thu Dec 20 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb2.dev.git6b059a5 +- autobuilt 6b059a5 + +* Wed Dec 19 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb1.dev.gitc8eaf59 +- autobuilt c8eaf59 + +* Tue Dec 18 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb0.dev.git68414c5 +- autobuilt 68414c5 + +* Mon Dec 17 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-9.dev.gitb21d474 +- autobuilt b21d474 + +* Sat Dec 15 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-8.dev.gitc086118 +- autobuilt c086118 + +* Fri Dec 14 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-7.dev.git93b5ccf +- autobuilt 93b5ccf + +* Thu Dec 13 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-6.dev.git508388b +- autobuilt 508388b + +* Wed Dec 12 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-5.dev.git8a3361f +- autobuilt 8a3361f + +* Tue Dec 11 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-4.dev.git235a630 +- autobuilt 235a630 + +* Sat Dec 08 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-3.dev.git1f547b2 +- autobuilt 1f547b2 + +* Fri Dec 07 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-2.dev.gita387c72 +- bump to 0.12.2 +- autobuilt a387c72 + +* Thu Dec 06 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-15.dev.git75b19ca +- autobuilt 75b19ca + +* Wed Dec 05 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-14.dev.git320085a +- autobuilt 320085a + +* Tue Dec 04 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-13.dev.git5f6ad82 +- autobuilt 5f6ad82 + +* Sun Dec 02 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-12.dev.git41f250c +- autobuilt 41f250c + +* Sat Dec 01 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-11.dev.git6b8f89d +- autobuilt 6b8f89d + +* Thu Nov 29 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-10.dev.git3af62f6 +- autobuilt 3af62f6 + +* Tue Nov 27 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-9.dev.git3956050 +- autobuilt 3956050 + +* Mon Nov 26 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-8.dev.gite3ece3b +- autobuilt e3ece3b + +* Sat Nov 24 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-7.dev.git78604c3 +- autobuilt 78604c3 + +* Thu Nov 22 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-6.dev.git1fdfeb8 +- autobuilt 1fdfeb8 + +* Wed Nov 21 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-5.dev.git23feb0d +- autobuilt 23feb0d + +* Tue Nov 20 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-4.dev.gitea928f2 +- autobuilt ea928f2 + +* Sat Nov 17 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-3.dev.gitcd5742f +- autobuilt cd5742f + +* Fri Nov 16 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-2.dev.git236408b +- autobuilt 236408b + +* Wed Nov 14 2018 Lokesh Mandvekar - 2:0.11.2-1.dev.git97bded4 +- bump epoch cause previous version was messed up +- built 97bded4 + +* Tue Nov 13 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.git79657161 +- bump to 0.11.2 +- autobuilt 7965716 + +* Sat Nov 10 2018 Dan Walsh - 1:0.11.20.11.2-2.dev.git78e6d8e1 +- Remove dirty flag from podman version + + +* Sat Nov 10 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.git7965716.dev.git78e6d8e1 +- bump to 0.11.2 +- autobuilt 78e6d8e + +* Fri Nov 09 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.git7965716.dev.git78e6d8e.dev.gitf5473c61 +- bump to 0.11.2 +- autobuilt f5473c6 + +* Thu Nov 08 2018 baude - 1:0.11.1-1.dev.gita4adfe5 +- Upstream 0.11.1-1 + +* Thu Nov 08 2018 Lokesh Mandvekar (Bot) - 1:0.10.2-3.dev.git672f572 +- autobuilt 672f572 + +* Wed Nov 07 2018 Lokesh Mandvekar (Bot) - 1:0.10.2-2.dev.gite9f8aed +- autobuilt e9f8aed + +* Sun Oct 28 2018 Lokesh Mandvekar - 1:0.10.2-1.dev.git4955572 +- Resolves: #1643744 - build podman with ostree support +- bump to v0.10.2 +- built commit 4955572 + +* Fri Oct 19 2018 Lokesh Mandvekar - 1:0.10.1.3-3.dev.gitdb08685 +- consistent epoch:version-release in changelog + +* Thu Oct 18 2018 Lokesh Mandvekar - 1:0.10.1.3-2.dev.gitdb08685 +- correct epoch mentions + +* Thu Oct 18 2018 Lokesh Mandvekar - 1:0.10.1.3-1.dev.gitdb08685 +- bump to v0.10.1.3 + +* Thu Oct 11 2018 baude - 1:0.10.1-1.gitda5c894 +- Upstream v0.10.1 release + +* Fri Sep 28 2018 Lokesh Mandvekar - 1:0.9.4-3.dev.gite7e81e6 +- built libpod commit e7e81e6 +- built conmon from cri-o commit 2cbe48b + +* Tue Sep 25 2018 Dan Walsh - 1:0.9.4-2.dev.gitaf791f3 +- Fix required version of runc + +* Mon Sep 24 2018 Lokesh Mandvekar - 1:0.9.4-1.dev.gitaf791f3 +- bump to v0.9.4 +- built af791f3 + +* Wed Sep 19 2018 Lokesh Mandvekar - 1:0.9.3-2.dev.gitc3a0874 +- autobuilt c3a0874 + +* Mon Sep 17 2018 Lokesh Mandvekar - 1:0.9.3-1.dev.git28a2bf8 +- bump to v0.9.3 +- built commit 28a2bf82 + +* Tue Sep 11 2018 Lokesh Mandvekar - 1:0.9.1.1-1.dev.git95dbcad +- bump to v0.9.1.1 +- built commit 95dbcad + +* Tue Sep 11 2018 baude - 1:0.9.1-1.dev.git123de30 +- Upstream release of 0.9.1 +- Do not build with devicemapper + +* Tue Sep 4 2018 Dan Walsh - 1:0.8.5-5.git65c31d4 +- Fix required version of runc + +* Tue Sep 4 2018 Dan Walsh - 1:0.8.5-4.dev.git65c31d4 +- Fix rpm -qi podman to show the correct URL + +* Tue Sep 4 2018 Dan Walsh - 1:0.8.5-3.dev.git65c31d4 +- Fix required version of runc + +* Mon Sep 3 2018 Dan Walsh - 1:0.8.5-2.dev.git65c31d4 +- Add a specific version of runc or later to require + +* Thu Aug 30 2018 Lokesh Mandvekar - 1:0.8.5-1.dev.git65c31d4 +- bump to v0.8.5-dev +- built commit 65c31d4 +- correct min dep on containernetworking-plugins for upgrade from +containernetworking-cni + +* Mon Aug 20 2018 Lokesh Mandvekar - 1:0.8.3-4.dev.git3d55721f +- Resolves: #1619411 - python3-podman should require python3-psutil +- podman-docker should conflict with moby-engine +- require nftables +- recommend slirp4netns and fuse-overlayfs (latter only for kernel >= 4.18) + +* Sun Aug 12 2018 Dan Walsh - 1:0.8.3-3.dev.git3d55721f +- Add podman-docker support +- Force cgroupfs for non root podman + +* Sun Aug 12 2018 Lokesh Mandvekar - 1:0.8.3-2.dev.git3d55721f +- Requires: conmon +- use default %%gobuild + +* Sat Aug 11 2018 Lokesh Mandvekar - 1:0.8.3-1.dev.git3d55721f +- bump to v0.8.3-dev +- built commit 3d55721f +- bump Epoch to 1, cause my autobuilder messed up earlier + +* Wed Aug 01 2018 Lokesh Mandvekar (Bot) - 0.8.10.8.1-1.dev.git1a439f91 +- bump to 0.8.1 +- autobuilt 1a439f9 + +* Tue Jul 31 2018 Lokesh Mandvekar (Bot) - 0.8.10.8.1-1.dev.git1a439f9.dev.git5a4e5901 +- bump to 0.8.1 +- autobuilt 5a4e590 + +* Sun Jul 29 2018 Lokesh Mandvekar (Bot) - 0.8.10.8.1-1.dev.git1a439f9.dev.git5a4e590.dev.git433cbd51 +- bump to 0.8.1 +- autobuilt 433cbd5 + +* Sat Jul 28 2018 Lokesh Mandvekar (Bot) - 0.8.10.8.1-1.dev.git1a439f9.dev.git5a4e590.dev.git433cbd5.dev.git87d8edb1 +- bump to 0.8.1 +- autobuilt 87d8edb + +* Fri Jul 27 2018 Lokesh Mandvekar - 0.7.4-7.dev.git3dd577e +- fix python package version + +* Fri Jul 27 2018 Igor Gnatenko - 0.7.4-6.dev.git3dd577e +- Rebuild for new binutils + +* Fri Jul 27 2018 Lokesh Mandvekar (Bot) - 0.7.4-5.dev.git3dd577e +- autobuilt 3dd577e + +* Thu Jul 26 2018 Lokesh Mandvekar (Bot) - 0.7.4-4.dev.git9c806a4 +- autobuilt 9c806a4 + +* Wed Jul 25 2018 Lokesh Mandvekar (Bot) - 0.7.4-3.dev.gitc90b740 +- autobuilt c90b740 + +* Tue Jul 24 2018 Lokesh Mandvekar - 0.7.4-2.dev.git9a18681 +- pypodman package exists only if varlink + +* Mon Jul 23 2018 Lokesh Mandvekar - 0.7.4-1.dev.git9a18681 +- bump to v0.7.4-dev +- built commit 9a18681 + +* Mon Jul 23 2018 Dan Walsh - 0.7.3-2.dev.git06c546e +- Add Reccommeds container-selinux + +* Sun Jul 15 2018 Lokesh Mandvekar - 0.7.3-1.dev.git06c546e +- built commit 06c546e + +* Sat Jul 14 2018 Dan Walsh - 0.7.2-10.dev.git86154b6 +- Add install of pypodman + +* Fri Jul 13 2018 Fedora Release Engineering - 0.7.2-9.dev.git86154b6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Jul 12 2018 Lokesh Mandvekar (Bot) - 0.7.2-8.dev.git86154b6 +- autobuilt 86154b6 + +* Wed Jul 11 2018 Lokesh Mandvekar (Bot) - 0.7.2-7.dev.git84cfdb2 +- autobuilt 84cfdb2 + +* Tue Jul 10 2018 Lokesh Mandvekar (Bot) - 0.7.2-6.dev.git4f9b1ae +- autobuilt 4f9b1ae + +* Mon Jul 09 2018 Lokesh Mandvekar (Bot) - 0.7.2-5.gitc7424b6 +- autobuilt c7424b6 + +* Mon Jul 09 2018 Dan Walsh - 0.7.2-4.gitf661e1d +- Add ostree support + +* Mon Jul 09 2018 Lokesh Mandvekar (Bot) - 0.7.2-3.gitf661e1d +- autobuilt f661e1d + +* Sun Jul 08 2018 Lokesh Mandvekar (Bot) - 0.7.2-2.git0660108 +- autobuilt 0660108 + +* Sat Jul 07 2018 Lokesh Mandvekar (Bot) - 0.7.2-1.gitca6ffbc +- bump to 0.7.2 +- autobuilt ca6ffbc + +* Fri Jul 06 2018 Lokesh Mandvekar (Bot) - 0.7.1-6.git99959e5 +- autobuilt 99959e5 + +* Thu Jul 05 2018 Lokesh Mandvekar (Bot) - 0.7.1-5.gitf2462ca +- autobuilt f2462ca + +* Wed Jul 04 2018 Lokesh Mandvekar (Bot) - 0.7.1-4.git6d8fac8 +- autobuilt 6d8fac8 + +* Tue Jul 03 2018 Lokesh Mandvekar (Bot) - 0.7.1-3.git767b3dd +- autobuilt 767b3dd + +* Mon Jul 02 2018 Miro Hrončok - 0.7.1-2.gitb96be3a +- Rebuilt for Python 3.7 + +* Sat Jun 30 2018 Lokesh Mandvekar (Bot) - 0.7.1-1.gitb96be3a +- bump to 0.7.1 +- autobuilt b96be3a + +* Fri Jun 29 2018 Lokesh Mandvekar (Bot) - 0.6.5-6.gitd61d8a3 +- autobuilt d61d8a3 + +* Thu Jun 28 2018 Lokesh Mandvekar (Bot) - 0.6.5-5.gitfd12c89 +- autobuilt fd12c89 + +* Wed Jun 27 2018 Lokesh Mandvekar (Bot) - 0.6.5-4.git56133f7 +- autobuilt 56133f7 + +* Tue Jun 26 2018 Lokesh Mandvekar (Bot) - 0.6.5-3.git208b9a6 +- autobuilt 208b9a6 + +* Mon Jun 25 2018 Lokesh Mandvekar (Bot) - 0.6.5-2.gite89bbd6 +- autobuilt e89bbd6 + +* Sat Jun 23 2018 Lokesh Mandvekar (Bot) - 0.6.5-1.git7182339 +- bump to 0.6.5 +- autobuilt 7182339 + +* Fri Jun 22 2018 Lokesh Mandvekar (Bot) - 0.6.4-7.git4bd0f22 +- autobuilt 4bd0f22 + +* Thu Jun 21 2018 Lokesh Mandvekar (Bot) - 0.6.4-6.git6804fde +- autobuilt 6804fde + +* Wed Jun 20 2018 Lokesh Mandvekar (Bot) - 0.6.4-5.gitf228cf7 +- autobuilt f228cf7 + +* Tue Jun 19 2018 Miro Hrončok - 0.6.4-4.git5645789 +- Rebuilt for Python 3.7 + +* Tue Jun 19 2018 Lokesh Mandvekar (Bot) - 0.6.4-3.git5645789 +- autobuilt 5645789 + +* Mon Jun 18 2018 Lokesh Mandvekar (Bot) - 0.6.4-2.git9e13457 +- autobuilt 9e13457 + +* Sat Jun 16 2018 Lokesh Mandvekar (Bot) - 0.6.4-1.gitb43677c +- bump to 0.6.4 +- autobuilt b43677c + +* Fri Jun 15 2018 Lokesh Mandvekar (Bot) - 0.6.3-6.git6bdf023 +- autobuilt 6bdf023 + +* Thu Jun 14 2018 Lokesh Mandvekar (Bot) - 0.6.3-5.git65033b5 +- autobuilt 65033b5 + +* Wed Jun 13 2018 Lokesh Mandvekar (Bot) - 0.6.3-4.git95ea3d4 +- autobuilt 95ea3d4 + +* Tue Jun 12 2018 Lokesh Mandvekar (Bot) - 0.6.3-3.gitab72130 +- autobuilt ab72130 + +* Mon Jun 11 2018 Lokesh Mandvekar (Bot) - 0.6.3-2.git1e9e530 +- autobuilt 1e9e530 + +* Sat Jun 09 2018 Lokesh Mandvekar (Bot) - 0.6.3-1.gitb78e7e4 +- bump to 0.6.3 +- autobuilt b78e7e4 + +* Fri Jun 08 2018 Lokesh Mandvekar (Bot) - 0.6.2-7.git1cbce85 +- autobuilt 1cbce85 + +* Thu Jun 07 2018 Lokesh Mandvekar (Bot) - 0.6.2-6.gitb1ebad9 +- autobuilt b1ebad9 + +* Wed Jun 06 2018 Lokesh Mandvekar (Bot) - 0.6.2-5.git7b2b2bc +- autobuilt 7b2b2bc + +* Tue Jun 05 2018 Lokesh Mandvekar (Bot) - 0.6.2-4.git14cf6d2 +- autobuilt 14cf6d2 + +* Mon Jun 04 2018 Lokesh Mandvekar (Bot) - 0.6.2-3.gitcae49fc +- autobuilt cae49fc + +* Sun Jun 03 2018 Lokesh Mandvekar (Bot) - 0.6.2-2.git13f7450 +- autobuilt 13f7450 + +* Sat Jun 02 2018 Lokesh Mandvekar (Bot) - 0.6.2-1.git22e6f11 +- bump to 0.6.2 +- autobuilt 22e6f11 + +* Fri Jun 01 2018 Lokesh Mandvekar (Bot) - 0.6.1-4.gita9e9fd4 +- autobuilt a9e9fd4 + +* Thu May 31 2018 Lokesh Mandvekar (Bot) - 0.6.1-3.gita127b4f +- autobuilt a127b4f + +* Wed May 30 2018 Lokesh Mandvekar (Bot) - 0.6.1-2.git8ee0f2b +- autobuilt 8ee0f2b + +* Sat May 26 2018 Lokesh Mandvekar (Bot) - 0.6.1-1.git44d1c1c +- bump to 0.6.1 +- autobuilt 44d1c1c + +* Fri May 18 2018 Lokesh Mandvekar - 0.5.3-7.gitc54b423 +- make python3-podman the same version as the main package +- build python3-podman only for fedora >= 28 + +* Fri May 18 2018 Lokesh Mandvekar (Bot) - 0.5.3-6.gitc54b423 +- autobuilt c54b423 + +* Wed May 16 2018 Lokesh Mandvekar - 0.5.3-5.git624660c +- built commit 624660c +- New subapackage: python3-podman + +* Wed May 16 2018 Lokesh Mandvekar (Bot) - 0.5.3-4.git9fcc475 +- autobuilt 9fcc475 + +* Wed May 16 2018 Lokesh Mandvekar (Bot) - 0.5.3-3.git0613844 +- autobuilt 0613844 + +* Tue May 15 2018 Lokesh Mandvekar (Bot) - 0.5.3-2.git45838b9 +- autobuilt 45838b9 + +* Fri May 11 2018 Lokesh Mandvekar - 0.5.3-1.git07253fc +- bump to v0.5.3 +- built commit 07253fc + +* Fri May 11 2018 Lokesh Mandvekar (Bot) - 0.5.2-5.gitcc1bad8 +- autobuilt cc1bad8 + +* Wed May 09 2018 Lokesh Mandvekar (Bot) - 0.5.2-4.git2526355 +- autobuilt 2526355 + +* Tue May 08 2018 Lokesh Mandvekar (Bot) - 0.5.2-3.gitfaa8c3e +- autobuilt faa8c3e + +* Sun May 06 2018 Lokesh Mandvekar (Bot) - 0.5.2-2.gitfa4705c +- autobuilt fa4705c + +* Sat May 05 2018 Lokesh Mandvekar (Bot) - 0.5.2-1.gitbb0e754 +- bump to 0.5.2 +- autobuilt bb0e754 + +* Fri May 04 2018 Lokesh Mandvekar (Bot) - 0.5.1-5.git5ae940a +- autobuilt 5ae940a + +* Wed May 02 2018 Lokesh Mandvekar (Bot) - 0.5.1-4.git64dc803 +- autobuilt commit 64dc803 + +* Wed May 02 2018 Lokesh Mandvekar (Bot) - 0.5.1-3.git970eaf0 +- autobuilt commit 970eaf0 + +* Tue May 01 2018 Lokesh Mandvekar (Bot) - 0.5.1-2.git7a0a855 +- autobuilt commit 7a0a855 + +* Sun Apr 29 2018 Lokesh Mandvekar - 0.5.1-1.giteda0fd7 +- reflect version number correctly +- my builder script error ended up picking the wrong version number previously + +* Sun Apr 29 2018 Lokesh Mandvekar (Bot) - 0.4.2-5.giteda0fd7 +- autobuilt commit eda0fd7 + +* Sat Apr 28 2018 Lokesh Mandvekar (Bot) - 0.4.2-4.git6774425 +- autobuilt commit 6774425 + +* Fri Apr 27 2018 Lokesh Mandvekar (Bot) - 0.4.2-3.git39a7a77 +- autobuilt commit 39a7a77 + +* Thu Apr 26 2018 Lokesh Mandvekar (Bot) - 0.4.2-2.git58cb8f7 +- autobuilt commit 58cb8f7 + +* Wed Apr 25 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de +- bump to 0.4.2 +- autobuilt commit bef93de + +* Tue Apr 24 2018 Lokesh Mandvekar - 0.4.4-1.git398133e +- use correct version number + +* Tue Apr 24 2018 Lokesh Mandvekar (Bot) - 0.4.2-22.git398133e +- autobuilt commit 398133e + +* Sun Apr 22 2018 Lokesh Mandvekar (Bot) - 0.4.2-21.gitcf1d884 +- autobuilt commit cf1d884 + +* Fri Apr 20 2018 Lokesh Mandvekar (Bot) - 0.4.2-20.git9b457e3 +- autobuilt commit 9b457e3 + +* Fri Apr 20 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de9.git228732d +- autobuilt commit 228732d + +* Thu Apr 19 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de8.gitf2658ec +- autobuilt commit f2658ec + +* Thu Apr 19 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de7.git6a9dbf3 +- autobuilt commit 6a9dbf3 + +* Tue Apr 17 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de6.git96d1162 +- autobuilt commit 96d1162 + +* Tue Apr 17 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de5.git96d1162 +- autobuilt commit 96d1162 + +* Mon Apr 16 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de4.git6c5ebb0 +- autobuilt commit 6c5ebb0 + +* Mon Apr 16 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de3.gitfa8442e +- autobuilt commit fa8442e + +* Mon Apr 16 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de2.gitfa8442e +- autobuilt commit fa8442e + +* Sun Apr 15 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de1.gitfa8442e +- autobuilt commit fa8442e + +* Sat Apr 14 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de0.git62b59df +- autobuilt commit 62b59df + +* Fri Apr 13 2018 Lokesh Mandvekar (Bot) - 0.4.2-9.git191da31 +- autobuilt commit 191da31 + +* Thu Apr 12 2018 Lokesh Mandvekar (Bot) - 0.4.2-8.git6f51a5b +- autobuilt commit 6f51a5b + +* Wed Apr 11 2018 Lokesh Mandvekar (Bot) - 0.4.2-7.git77a1665 +- autobuilt commit 77a1665 + +* Tue Apr 10 2018 Lokesh Mandvekar (Bot) - 0.4.2-6.git864b9c0 +- autobuilt commit 864b9c0 + +* Tue Apr 10 2018 Lokesh Mandvekar (Bot) - 0.4.2-5.git864b9c0 +- autobuilt commit 864b9c0 + +* Tue Apr 10 2018 Lokesh Mandvekar (Bot) - 0.4.2-4.git998fd2e +- autobuilt commit 998fd2e + +* Sun Apr 08 2018 Lokesh Mandvekar (Bot) - 0.4.2-3.git998fd2e +- autobuilt commit 998fd2e + +* Sun Apr 08 2018 Lokesh Mandvekar - 0.4.2-2.git998fd2e +- autobuilt commit 998fd2e + +* Sun Apr 08 2018 Lokesh Mandvekar - 0.4.2-1.gitbef93de.git998fd2e +- bump to 0.4.2 +- autobuilt commit 998fd2e + +* Thu Mar 29 2018 baude - 0.3.5-2.gitdb6bf9e3 +- Upstream release 0.3.5 + +* Tue Mar 27 2018 Lokesh Mandvekar - 0.3.5-1.git304bf53 +- built commit 304bf53 + +* Fri Mar 23 2018 baude - 0.3.4-1.git57b403e +- Upstream release 0.3.4 + +* Fri Mar 16 2018 baude - 0.3.3-2.dev.gitbc358eb +- Upstream release 0.3.3 + +* Wed Mar 14 2018 Lokesh Mandvekar - 0.3.3-1.dev.gitbc358eb +- built podman commit bc358eb +- built conmon from cri-o commit 712f3b8 + +* Fri Mar 09 2018 baude - 0.3.2-1.gitf79a39a +- Release 0.3.2-1 + +* Sun Mar 04 2018 baude - 0.3.1-2.git98b95ff +- Correct RPM version + +* Fri Mar 02 2018 baude - 0.3.1-1-gitc187538 +- Release 0.3.1-1 + +* Sun Feb 25 2018 Peter Robinson 0.2.2-2.git525e3b1 +- Build on ARMv7 too (Fedora supports containers on that arch too) + +* Fri Feb 23 2018 baude - 0.2.2-1.git525e3b1 +- Release 0.2.2 + +* Fri Feb 16 2018 baude - 0.2.1-1.git3d0100b +- Release 0.2.1 + +* Wed Feb 14 2018 baude - 0.2-3.git3d0100b +- Add dep for atomic-registries + +* Tue Feb 13 2018 baude - 0.2-2.git3d0100b +- Add more 64bit arches +- Add containernetworking-cni dependancy +- Add iptables dependancy + +* Mon Feb 12 2018 baude - 0-2.1.git3d0100 +- Release 0.2 + +* Tue Feb 06 2018 Lokesh Mandvekar - 0-0.3.git367213a +- Resolves: #1541554 - first official build +- built commit 367213a + +* Fri Feb 02 2018 Lokesh Mandvekar - 0-0.2.git0387f69 +- built commit 0387f69 + +* Wed Jan 10 2018 Frantisek Kluknavsky - 0-0.1.gitc1b2278 +- First package for Fedora diff --git a/sources b/sources index 3279414..a4f6436 100644 --- a/sources +++ b/sources @@ -1 +1,3 @@ -SHA512 (v4.0.0-rc3.tar.gz) = 4446509526e77aa1a317262c6d09c468a7753580077bb5cf28e065bfa7ba8b86e2f8ea620a92de94616bf48f2d0121a051363df327118d0fbc50a99f4ca6c814 +SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 +SHA512 (gvisor-tap-vsock-4ee84d6.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a +SHA512 (v4.0.0-rc2.tar.gz) = 2960cf23f8b2335ca2cc68f3d86b370f25ecd1f98c9dc895645beebdc41793f7bb9ea7bce2e8a2485b9025f3645035d4a75becee696315140acc9edeff11feed From 7f1b0f5ff23984915c7d07ab604dd6bf68c898f2 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 31 Jan 2022 08:38:15 -0500 Subject: [PATCH 1981/2185] podman-3:4.0.0-0.3.rc3 - bump to v4.0.0-rc3 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 22 +++++++++++++--------- sources | 4 +--- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 426ae1c..f486658 100644 --- a/.gitignore +++ b/.gitignore @@ -1794,3 +1794,4 @@ /v3.4.4.tar.gz /v4.0.0-rc1.tar.gz /v4.0.0-rc2.tar.gz +/v4.0.0-rc3.tar.gz diff --git a/podman.spec b/podman.spec index c3c5b87..b66a2dc 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,7 @@ %global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) -%global built_tag v4.0.0-rc2 +%global built_tag v4.0.0-rc3 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) Name: podman @@ -59,7 +59,7 @@ Version: 4.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.2.rc2%{?dist} +Release: 0.3.rc3%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -93,7 +93,7 @@ BuildRequires: ostree-devel BuildRequires: systemd BuildRequires: systemd-devel Requires: conmon >= 2:2.0.30-2 -Requires: containers-common >= 4:1-30 +Requires: containers-common >= 4:1-46 Requires: containernetworking-plugins >= 1.0.0-15.1 Requires: iptables Requires: nftables @@ -487,13 +487,13 @@ popd %install install -dp %{buildroot}%{_unitdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ - install.bin-nobuild \ - install.man-nobuild \ + install.bin \ + install.man \ install.systemd \ install.completions \ install.docker \ - install.docker-docs-nobuild \ - install.remote-nobuild \ + install.docker-docs \ + install.remote \ mv pkg/hooks/README.md pkg/hooks/README-hooks.md @@ -553,6 +553,8 @@ done sort -u -o devel.file-list devel.file-list %endif +rm -f %{buildroot}%{_mandir}/man5/docker*.5 + %check %if 0%{?with_check} && 0%{?with_unit_test} && 0%{?with_devel} %if ! 0%{?with_bundled} @@ -597,8 +599,7 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_datadir}/fish/vendor_completions.d/%{name}.fish %{_unitdir}/%{name}* %{_userunitdir}/%{name}* -%{_usr}/lib/tmpfiles.d/%{name}.conf -%{_mandir}/man5/docker*.5.gz +%{_tmpfilesdir}/%{name}.conf %files docker %{_bindir}/docker @@ -653,6 +654,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jan 31 2022 Lokesh Mandvekar - 3:4.0.0-0.3.rc3 +- bump to v4.0.0-rc3 + * Fri Jan 21 2022 RH Container Bot - 3:4.0.0-0.2.rc2 - autobuilt v4.0.0-rc2 diff --git a/sources b/sources index a4f6436..3279414 100644 --- a/sources +++ b/sources @@ -1,3 +1 @@ -SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 -SHA512 (gvisor-tap-vsock-4ee84d6.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a -SHA512 (v4.0.0-rc2.tar.gz) = 2960cf23f8b2335ca2cc68f3d86b370f25ecd1f98c9dc895645beebdc41793f7bb9ea7bce2e8a2485b9025f3645035d4a75becee696315140acc9edeff11feed +SHA512 (v4.0.0-rc3.tar.gz) = 4446509526e77aa1a317262c6d09c468a7753580077bb5cf28e065bfa7ba8b86e2f8ea620a92de94616bf48f2d0121a051363df327118d0fbc50a99f4ca6c814 From 50350e0b9c766ab71a857c612e54e59d0f8357f9 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 31 Jan 2022 08:45:43 -0500 Subject: [PATCH 1982/2185] list all tarballs in sources Signed-off-by: Lokesh Mandvekar --- sources | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources b/sources index 3279414..49c36df 100644 --- a/sources +++ b/sources @@ -1 +1,3 @@ +SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 +SHA512 (gvisor-tap-vsock-4ee84d6.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a SHA512 (v4.0.0-rc3.tar.gz) = 4446509526e77aa1a317262c6d09c468a7753580077bb5cf28e065bfa7ba8b86e2f8ea620a92de94616bf48f2d0121a051363df327118d0fbc50a99f4ca6c814 From 738fec804135b6c6a3071eecfbffcbc9058e3ab9 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 31 Jan 2022 09:00:30 -0500 Subject: [PATCH 1983/2185] remove unused packages, update provides and fix license Signed-off-by: Lokesh Mandvekar --- podman.spec | 357 +++++++++------------------------------------------- 1 file changed, 57 insertions(+), 300 deletions(-) diff --git a/podman.spec b/podman.spec index b66a2dc..8b3d738 100644 --- a/podman.spec +++ b/podman.spec @@ -1,8 +1,3 @@ -%global with_devel 0 -%global with_bundled 1 -%global with_check 0 -%global with_unit_test 0 - %global with_debug 1 %if 0%{?with_debug} @@ -12,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 @@ -61,7 +52,7 @@ Version: 4.0.0 # so release tag should be of the form 0.N.foo Release: 0.3.rc3%{?dist} Summary: Manage Pods, Containers and Container Images -License: ASL 2.0 +License: ASL 2.0 and BSD and ISC and MIT URL: https://%{name}.io/ ExclusiveArch: %{golang_arches} Source0: %{git0}/archive/%{built_tag}.tar.gz @@ -102,67 +93,68 @@ Recommends: catatonit Suggests: qemu-user-static # vendored libraries -# awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort -Provides: bundled(golang(github.com/BurntSushi/toml)) = v0.3.1 -#Provides: bundled(golang(github.com/blang/semver)) = v3.5.1+incompatible -#Provides: bundled(golang(github.com/buger/goterm)) = v0.0.0-20181115115552-c206103e1f37 -#Provides: bundled(golang(github.com/checkpoint-restore/go-criu)) = v0.0.0-20190109184317-bdb7599cd87b -#Provides: bundled(golang(github.com/codahale/hdrhistogram)) = v0.0.0-20161010025455-3a0bb77429bd -Provides: bundled(golang(github.com/containernetworking/cni)) = v0.8.0 -Provides: bundled(golang(github.com/containernetworking/plugins)) = v0.8.7 -#Provides: bundled(golang(github.com/containers/buildah)) = v1.15.1-0.20200813183340-0a8dc1f8064c -#Provides: bundled(golang(github.com/containers/common)) = v0.20.3-0.20200827091701-a550d6a98aa3 -#Provides: bundled(golang(github.com/containers/conmon)) = v2.0.20+incompatible -Provides: bundled(golang(github.com/containers/image/v5)) = v5.5.2 -Provides: bundled(golang(github.com/containers/psgo)) = v1.5.1 -Provides: bundled(golang(github.com/containers/storage)) = v1.23.2 -Provides: bundled(golang(github.com/coreos/go-systemd/v22)) = v22.1.0 -Provides: bundled(golang(github.com/cri-o/ocicni)) = v0.2.0 -Provides: bundled(golang(github.com/cyphar/filepath-securejoin)) = v0.2.2 -Provides: bundled(golang(github.com/davecgh/go-spew)) = v1.1.1 +Provides: bundled(golang(github.com/BurntSushi/toml)) = v1.0.0 +Provides: bundled(golang(github.com/blang/semver)) = v3.5.1+incompatible +Provides: bundled(golang(github.com/buger/goterm)) = v1.0.1 +Provides: bundled(golang(github.com/checkpoint_restore/checkpointctl)) = v0.0.0_20211204171957_54b4ebfdb681 +Provides: bundled(golang(github.com/checkpoint_restore/go_criu/v5)) = v5.3.0 +Provides: bundled(golang(github.com/container_orchestrated_devices/container_device_interface)) = v0.0.0_20220111162300_46367ec063fd +Provides: bundled(golang(github.com/containernetworking/cni)) = v1.0.1 +Provides: bundled(golang(github.com/containernetworking/plugins)) = v1.0.1 +Provides: bundled(golang(github.com/containers/buildah)) = v1.24.0 +Provides: bundled(golang(github.com/containers/common)) = v0.47.1 +Provides: bundled(golang(github.com/containers/conmon)) = v2.0.20+incompatible +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/psgo)) = v1.7.2 +Provides: bundled(golang(github.com/containers/storage)) = v1.38.1 +Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.3.2 +Provides: bundled(golang(github.com/coreos/stream_metadata_go)) = v0.0.0_20210225230131_70edb9eb47b3 +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/digitalocean/go_qemu)) = v0.0.0_20210326154740_ac9e0b687001 Provides: bundled(golang(github.com/docker/distribution)) = v2.7.1+incompatible -#Provides: bundled(golang(github.com/docker/docker)) = v1.4.2-0.20191219165747-a9416c67da9f -Provides: bundled(golang(github.com/docker/go-connections)) = v0.4.0 -Provides: bundled(golang(github.com/docker/go-units)) = v0.4.0 -Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.4.9 +Provides: bundled(golang(github.com/docker/docker)) = v20.10.12+incompatible +Provides: bundled(golang(github.com/docker/go_connections)) = v0.4.0 +Provides: bundled(golang(github.com/docker/go_plugins_helpers)) = v0.0.0_20211224144127_6eecb7beb651 +Provides: bundled(golang(github.com/docker/go_units)) = v0.4.0 +Provides: bundled(golang(github.com/dtylman/scp)) = v0.0.0_20181017070807_f3000a34aef4 +Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.5.1 Provides: bundled(golang(github.com/ghodss/yaml)) = v1.0.0 -Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.0.3 -#Provides: bundled(golang(github.com/google/shlex)) = v0.0.0-20181106134648-c34317bd91bf -Provides: bundled(golang(github.com/google/uuid)) = v1.1.2 -Provides: bundled(golang(github.com/gorilla/mux)) = v1.7.4 +Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.0.6 +Provides: bundled(golang(github.com/google/shlex)) = v0.0.0_20191202100458_e7afc7fbc510 +Provides: bundled(golang(github.com/google/uuid)) = v1.3.0 +Provides: bundled(golang(github.com/gorilla/handlers)) = v1.5.1 +Provides: bundled(golang(github.com/gorilla/mux)) = v1.8.0 Provides: bundled(golang(github.com/gorilla/schema)) = v1.2.0 -Provides: bundled(golang(github.com/hashicorp/go-multierror)) = v1.1.0 +Provides: bundled(golang(github.com/hashicorp/go_multierror)) = v1.1.1 Provides: bundled(golang(github.com/hpcloud/tail)) = v1.0.0 -Provides: bundled(golang(github.com/json-iterator/go)) = v1.1.10 -#Provides: bundled(golang(github.com/mrunalp/fileutils)) = v0.0.0-20171103030105-7d4729fb3618 -Provides: bundled(golang(github.com/onsi/ginkgo)) = v1.14.0 -Provides: bundled(golang(github.com/onsi/gomega)) = v1.10.1 -Provides: bundled(golang(github.com/opencontainers/go-digest)) = v1.0.0 -#Provides: bundled(golang(github.com/opencontainers/image-spec)) = v1.0.2-0.20190823105129-775207bd45b6 -#Provides: bundled(golang(github.com/opencontainers/runc)) = v1.0.0-rc91.0.20200708210054-ce54a9d4d79b -#Provides: bundled(golang(github.com/opencontainers/runtime-spec)) = v1.0.3-0.20200817204227-f9c09b4ea1df -Provides: bundled(golang(github.com/opencontainers/runtime-tools)) = v0.9.0 -Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.6.0 -Provides: bundled(golang(github.com/opentracing/opentracing-go)) = v1.2.0 +Provides: bundled(golang(github.com/json_iterator/go)) = v1.1.12 +Provides: bundled(golang(github.com/mattn/go_isatty)) = v0.0.14 +Provides: bundled(golang(github.com/moby/term)) = v0.0.0_20210619224110_3f7ff695adc6 +Provides: bundled(golang(github.com/mrunalp/fileutils)) = v0.5.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.3_0.20220114050600_8b9d41f48198 +Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.0 +Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.0.3_0.20211214071223_8958f93039ab +Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20220110225228_7e2d60f1e41f +Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.0 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/rootless-containers/rootlesskit)) = v0.10.0 -Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.6.0 -Provides: bundled(golang(github.com/spf13/cobra)) = v0.0.7 +Provides: bundled(golang(github.com/pmezard/go_difflib)) = v1.0.0 +Provides: bundled(golang(github.com/rootless_containers/rootlesskit)) = v0.14.6 +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/spf13/pflag)) = v1.0.5 -Provides: bundled(golang(github.com/stretchr/testify)) = v1.6.1 -#Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0-20180916011248-d98352740cb2 -Provides: bundled(golang(github.com/uber/jaeger-client-go)) = v2.25.0+incompatible -Provides: bundled(golang(github.com/uber/jaeger-lib)) = v2.2.0+incompatible -#Provides: bundled(golang(github.com/varlink/go)) = v0.0.0-20190502142041-0f1d566d194b -Provides: bundled(golang(github.com/vishvananda/netlink)) = v1.1.0 -Provides: bundled(golang(go.etcd.io/bbolt)) = v1.3.5 -#Provides: bundled(golang(golang.org/x/crypto)) = v0.0.0-20200622213623-75b288015ac9 -#Provides: bundled(golang(golang.org/x/net)) = v0.0.0-20200707034311-ab3426394381 -#Provides: bundled(golang(golang.org/x/sync)) = v0.0.0-20200317015054-43a5402ce75a -#Provides: bundled(golang(golang.org/x/sys)) = v0.0.0-20200728102440-3e129f6d46b1 -Provides: bundled(golang(k8s.io/api)) = v0.18.8 -Provides: bundled(golang(k8s.io/apimachinery)) = v0.19.0 +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(github.com/uber/jaeger_client_go)) = v2.30.0+incompatible +Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.10 +Provides: bundled(golang(github.com/vbauerster/mpb/v6)) = v6.0.4 +Provides: bundled(golang(github.com/vishvananda/netlink)) = v1.1.1_0.20220115184804_dd687eb2f2d4 +Provides: bundled(golang(k8s.io/api)) = v0.22.4 +Provides: bundled(golang(k8s.io/apimachinery)) = v0.22.4 %description %{name} (Pod Manager) is a fully featured container engine that is a simple @@ -194,168 +186,6 @@ This package installs a script named docker that emulates the Docker CLI by executes %{name} commands, it also creates links between all Docker CLI man pages and %{name}. -%if 0%{?with_devel} -%package devel -Summary: Library for applications looking to use Container Pods -BuildArch: noarch -Provides: libpod-devel = %{epoch}:%{version}-%{release} - -%if 0%{?with_check} && ! 0%{?with_bundled} -BuildRequires: golang(github.com/BurntSushi/toml) -BuildRequires: golang(github.com/containerd/cgroups) -BuildRequires: golang(github.com/containernetworking/plugins/pkg/ns) -BuildRequires: golang(github.com/containers/image/copy) -BuildRequires: golang(github.com/containers/image/directory) -BuildRequires: golang(github.com/containers/image/docker) -BuildRequires: golang(github.com/containers/image/docker/archive) -BuildRequires: golang(github.com/containers/image/docker/reference) -BuildRequires: golang(github.com/containers/image/docker/tarfile) -BuildRequires: golang(github.com/containers/image/image) -BuildRequires: golang(github.com/containers/image/oci/archive) -BuildRequires: golang(github.com/containers/image/pkg/strslice) -BuildRequires: golang(github.com/containers/image/pkg/sysregistries) -BuildRequires: golang(github.com/containers/image/signature) -BuildRequires: golang(github.com/containers/image/storage) -BuildRequires: golang(github.com/containers/image/tarball) -BuildRequires: golang(github.com/containers/image/transports/alltransports) -BuildRequires: golang(github.com/containers/image/types) -BuildRequires: golang(github.com/containers/storage) -BuildRequires: golang(github.com/containers/storage/pkg/archive) -BuildRequires: golang(github.com/containers/storage/pkg/idtools) -BuildRequires: golang(github.com/containers/storage/pkg/reexec) -BuildRequires: golang(github.com/coreos/go-systemd/dbus) -BuildRequires: golang(github.com/cri-o/ocicni/pkg/ocicni) -BuildRequires: golang(github.com/docker/distribution/reference) -BuildRequires: golang(github.com/docker/docker/daemon/caps) -BuildRequires: golang(github.com/docker/docker/pkg/mount) -BuildRequires: golang(github.com/docker/docker/pkg/namesgenerator) -BuildRequires: golang(github.com/docker/docker/pkg/stringid) -BuildRequires: golang(github.com/docker/docker/pkg/system) -BuildRequires: golang(github.com/docker/docker/pkg/term) -BuildRequires: golang(github.com/docker/docker/pkg/truncindex) -BuildRequires: golang(github.com/ghodss/yaml) -BuildRequires: golang(github.com/godbus/dbus) -BuildRequires: golang(github.com/mattn/go-sqlite3) -BuildRequires: golang(github.com/mrunalp/fileutils) -BuildRequires: golang(github.com/opencontainers/go-digest) -BuildRequires: golang(github.com/opencontainers/image-spec/specs-go/v1) -BuildRequires: golang(github.com/opencontainers/runc/libcontainer) -BuildRequires: golang(github.com/opencontainers/runtime-spec/specs-go) -BuildRequires: golang(github.com/opencontainers/runtime-tools/generate) -BuildRequires: golang(github.com/opencontainers/selinux/go-selinux) -BuildRequires: golang(github.com/opencontainers/selinux/go-selinux/label) -BuildRequires: golang(github.com/pkg/errors) -BuildRequires: golang(github.com/sirupsen/logrus) -BuildRequires: golang(github.com/ulule/deepcopier) -BuildRequires: golang(golang.org/x/crypto/ssh/terminal) -BuildRequires: golang(golang.org/x/sys/unix) -BuildRequires: golang(k8s.io/apimachinery/pkg/util/wait) -BuildRequires: golang(k8s.io/client-go/tools/remotecommand) -BuildRequires: golang(k8s.io/kubernetes/pkg/kubelet/container) -%endif - -Requires: golang(github.com/BurntSushi/toml) -Requires: golang(github.com/containerd/cgroups) -Requires: golang(github.com/containernetworking/plugins/pkg/ns) -Requires: golang(github.com/containers/image/copy) -Requires: golang(github.com/containers/image/directory) -Requires: golang(github.com/containers/image/docker) -Requires: golang(github.com/containers/image/docker/archive) -Requires: golang(github.com/containers/image/docker/reference) -Requires: golang(github.com/containers/image/docker/tarfile) -Requires: golang(github.com/containers/image/image) -Requires: golang(github.com/containers/image/oci/archive) -Requires: golang(github.com/containers/image/pkg/strslice) -Requires: golang(github.com/containers/image/pkg/sysregistries) -Requires: golang(github.com/containers/image/signature) -Requires: golang(github.com/containers/image/storage) -Requires: golang(github.com/containers/image/tarball) -Requires: golang(github.com/containers/image/transports/alltransports) -Requires: golang(github.com/containers/image/types) -Requires: golang(github.com/containers/storage) -Requires: golang(github.com/containers/storage/pkg/archive) -Requires: golang(github.com/containers/storage/pkg/idtools) -Requires: golang(github.com/containers/storage/pkg/reexec) -Requires: golang(github.com/coreos/go-systemd/dbus) -Requires: golang(github.com/cri-o/ocicni/pkg/ocicni) -Requires: golang(github.com/docker/distribution/reference) -Requires: golang(github.com/docker/docker/daemon/caps) -Requires: golang(github.com/docker/docker/pkg/mount) -Requires: golang(github.com/docker/docker/pkg/namesgenerator) -Requires: golang(github.com/docker/docker/pkg/stringid) -Requires: golang(github.com/docker/docker/pkg/system) -Requires: golang(github.com/docker/docker/pkg/term) -Requires: golang(github.com/docker/docker/pkg/truncindex) -Requires: golang(github.com/ghodss/yaml) -Requires: golang(github.com/godbus/dbus) -Requires: golang(github.com/mattn/go-sqlite3) -Requires: golang(github.com/mrunalp/fileutils) -Requires: golang(github.com/opencontainers/go-digest) -Requires: golang(github.com/opencontainers/image-spec/specs-go/v1) -Requires: golang(github.com/opencontainers/runc/libcontainer) -Requires: golang(github.com/opencontainers/runtime-spec/specs-go) -Requires: golang(github.com/opencontainers/runtime-tools/generate) -Requires: golang(github.com/opencontainers/selinux/go-selinux) -Requires: golang(github.com/opencontainers/selinux/go-selinux/label) -Requires: golang(github.com/pkg/errors) -Requires: golang(github.com/sirupsen/logrus) -Requires: golang(github.com/ulule/deepcopier) -Requires: golang(golang.org/x/crypto/ssh/terminal) -Requires: golang(golang.org/x/sys/unix) -Requires: golang(k8s.io/apimachinery/pkg/util/wait) -Requires: golang(k8s.io/client-go/tools/remotecommand) -Requires: golang(k8s.io/kubernetes/pkg/kubelet/container) - -Provides: golang(%{import_path}/cmd/%{name}/docker) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/cmd/%{name}/formats) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/libkpod) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/%{name}) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/%{name}/common) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/%{name}/driver) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/%{name}/layers) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/pkg/annotations) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/pkg/chrootuser) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/pkg/registrar) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/pkg/storage) = %{epoch}:%{version}-%{release} -Provides: golang(%{import_path}/utils) = %{epoch}:%{version}-%{release} - -%description devel -%{summary} - -This package contains library source intended for -building other packages which use import path with -%{import_path} prefix. -%endif - -%if 0%{?with_unit_test} && 0%{?with_devel} -%package unit-test-devel -Summary: Unit tests for %{name} package -%if 0%{?with_check} -#Here comes all BuildRequires: PACKAGE the unit tests -#in %%check section need for running -%endif - -# test subpackage tests code from devel subpackage -Requires: %{name}-devel = %{epoch}:%{version}-%{release} - -%if 0%{?with_check} && ! 0%{?with_bundled} -BuildRequires: golang(github.com/stretchr/testify/assert) -BuildRequires: golang(github.com/urfave/cli) -%endif - -Requires: golang(github.com/stretchr/testify/assert) -Requires: golang(github.com/urfave/cli) - -%description unit-test-devel -%{summary} -%{repo} provides a library for applications looking to use the -Container Pod concept popularized by Kubernetes. - -This package contains unit tests for project -providing packages with %{import_path} prefix. -%endif - -%if 0%{?fedora} || 0%{?rhel} %package tests Summary: Tests for %{name} @@ -513,72 +343,8 @@ for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},, echo "$file*" >> podman.file-list done -# source code for building projects -%if 0%{?with_devel} -install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ - -echo "%%dir %%{gopath}/src/%%{import_path}/." >> devel.file-list -# find all *.go but no *_test.go files and generate devel.file-list -for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go" | grep -v "vendor") ; do - dirprefix=$(dirname $file) - install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$dirprefix - cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file - echo "%%{gopath}/src/%%{import_path}/$file" >> devel.file-list - - while [ "$dirprefix" != "." ]; do - echo "%%dir %%{gopath}/src/%%{import_path}/$dirprefix" >> devel.file-list - dirprefix=$(dirname $dirprefix) - done -done -%endif - -# testing files for this project -%if 0%{?with_unit_test} && 0%{?with_devel} -install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ -# find all *_test.go files and generate unit-test-devel.file-list -for file in $(find . -iname "*_test.go" | grep -v "vendor") ; do - dirprefix=$(dirname $file) - install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$dirprefix - cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file - echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test-devel.file-list - - while [ "$dirprefix" != "." ]; do - echo "%%dir %%{gopath}/src/%%{import_path}/$dirprefix" >> devel.file-list - dirprefix=$(dirname $dirprefix) - done -done -%endif - -%if 0%{?with_devel} -sort -u -o devel.file-list devel.file-list -%endif - rm -f %{buildroot}%{_mandir}/man5/docker*.5 -%check -%if 0%{?with_check} && 0%{?with_unit_test} && 0%{?with_devel} -%if ! 0%{?with_bundled} -export GOPATH=%{buildroot}/%{gopath}:%{gopath} -%else -# Since we aren't packaging up the vendor directory we need to link -# back to it somehow. Hack it up so that we can add the vendor -# directory from BUILD dir as a gopath to be searched when executing -# tests from the BUILDROOT dir. -ln -s ./ ./vendor/src # ./vendor/src -> ./vendor - -export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} -%endif - -%if ! 0%{?gotest:1} -%global gotest go test -%endif - -%gotest %{import_path}/cmd/%{name} -%gotest %{import_path}/libkpod -%gotest %{import_path}/libpod -%gotest %{import_path}/pkg/registrar -%endif - install -d -p %{buildroot}/%{_datadir}/%{name}/test/system cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ @@ -613,14 +379,6 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %dir %{gopath}/src/%{provider}.%{provider_tld}/%{project} %endif -%if 0%{?with_unit_test} && 0%{?with_devel} -%files unit-test-devel -f unit-test-devel.file-list -%license LICENSE -%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md transfer.md -%endif - -#### DO NOT REMOVE - NEEDED FOR CENTOS -%if 0%{?fedora} || 0%{?rhel} %files remote %license LICENSE %{_bindir}/%{name}-remote @@ -634,7 +392,6 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %files tests %license LICENSE %{_datadir}/%{name}/test -%endif %files plugins %license %{repo_plugins}-%{commit_plugins}/LICENSE From 1a8a59f0eb6eb62d33ca3f08cda55395398de232 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 31 Jan 2022 09:07:42 -0500 Subject: [PATCH 1984/2185] podman-3:4.0.0-0.4.rc3 - fix license, conditionals and update provides Signed-off-by: Lokesh Mandvekar --- podman.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 8b3d738..da7a41f 100644 --- a/podman.spec +++ b/podman.spec @@ -50,7 +50,7 @@ Version: 4.0.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.3.rc3%{?dist} +Release: 0.4.rc3%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and BSD and ISC and MIT URL: https://%{name}.io/ @@ -217,7 +217,6 @@ run %{name}-remote in production. %{name}-remote uses the version 2 API to connect to a %{name} client to manage pods, containers and container images. %{name}-remote supports ssh connections as well. -%endif %package plugins Summary: Plugins for %{name} @@ -411,6 +410,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jan 31 2022 Lokesh Mandvekar - 3:4.0.0-0.4.rc3 +- fix license, conditionals and update provides + * Mon Jan 31 2022 Lokesh Mandvekar - 3:4.0.0-0.3.rc3 - bump to v4.0.0-rc3 From 06c601234feac4f5da7b6e1d92430d62f556f3b9 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 4 Feb 2022 10:15:17 -0500 Subject: [PATCH 1985/2185] bump to v4.0.0-rc4, adjust dependencies Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 15 ++------------- sources | 2 +- 3 files changed, 4 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index f486658..7a8ecc8 100644 --- a/.gitignore +++ b/.gitignore @@ -1795,3 +1795,4 @@ /v4.0.0-rc1.tar.gz /v4.0.0-rc2.tar.gz /v4.0.0-rc3.tar.gz +/v4.0.0-rc4.tar.gz diff --git a/podman.spec b/podman.spec index da7a41f..5f98b44 100644 --- a/podman.spec +++ b/podman.spec @@ -14,11 +14,6 @@ # https://github.com/containers/%%{name} %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -# To build a random user's fork/commit, comment out above line, -# uncomment below line and replace the placeholders and commit0 below with the right info -#%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO -#%%global commit0 d32e56658aec5246c3a5dc4d2156918d4f3031a7 -#%%global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7}) # dnsname %global repo_plugins dnsname @@ -36,7 +31,7 @@ %global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) -%global built_tag v4.0.0-rc3 +%global built_tag v4.0.0-rc4 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) Name: podman @@ -46,11 +41,7 @@ Epoch: 3 Epoch: 0 %endif Version: 4.0.0 -# RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER -# N.foo if released, 0.N.foo if unreleased -# Rawhide almost always ships unreleased builds, -# so release tag should be of the form 0.N.foo -Release: 0.4.rc3%{?dist} +Release: 0.5.rc4%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and BSD and ISC and MIT URL: https://%{name}.io/ @@ -85,10 +76,8 @@ BuildRequires: systemd BuildRequires: systemd-devel Requires: conmon >= 2:2.0.30-2 Requires: containers-common >= 4:1-46 -Requires: containernetworking-plugins >= 1.0.0-15.1 Requires: iptables Requires: nftables -Recommends: %{name}-plugins = %{epoch}:%{version}-%{release} Recommends: catatonit Suggests: qemu-user-static diff --git a/sources b/sources index 49c36df..ed99ecd 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-4ee84d6.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a -SHA512 (v4.0.0-rc3.tar.gz) = 4446509526e77aa1a317262c6d09c468a7753580077bb5cf28e065bfa7ba8b86e2f8ea620a92de94616bf48f2d0121a051363df327118d0fbc50a99f4ca6c814 +SHA512 (v4.0.0-rc4.tar.gz) = f668138919be30b7ee9e7f125437cd9fa32c64d28f7e7428b4b59b7103643bce19031be3234fcee484eb9b5195b472ad6e02ea911254d40db1cd7adafc05fb9b From 610b55e14b68a6b8c83e46a1b338a9a37ea1ebea Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 10 Feb 2022 15:10:39 -0500 Subject: [PATCH 1986/2185] account for latest shadow-utils-subid Signed-off-by: Lokesh Mandvekar --- podman.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 5f98b44..bfa97ad 100644 --- a/podman.spec +++ b/podman.spec @@ -66,7 +66,9 @@ BuildRequires: libassuan-devel BuildRequires: libgpg-error-devel BuildRequires: libseccomp-devel BuildRequires: libselinux-devel -%if 0%{?fedora} >= 35 +%if 0%{?fedora} >= 36 +BuildRequires: shadow-utils-subid-devel >= 2:4.11.1-2 +%else BuildRequires: shadow-utils-subid-devel %endif BuildRequires: pkgconfig From 4d3b5e5f43a69b95968c9ba8b94626af143ec0d1 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 10 Feb 2022 15:31:01 -0500 Subject: [PATCH 1987/2185] rebuild to be ahead of f36 Signed-off-by: Lokesh Mandvekar From 631b0fb6c800660b2e2ac7aeee8e79f46ee19718 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 10 Feb 2022 15:33:00 -0500 Subject: [PATCH 1988/2185] podman-3:4.0.0-0.6.rc4 - shadow-utils-subid soname change (update changelog in spec file) Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index bfa97ad..1ff4cb1 100644 --- a/podman.spec +++ b/podman.spec @@ -41,7 +41,7 @@ Epoch: 3 Epoch: 0 %endif Version: 4.0.0 -Release: 0.5.rc4%{?dist} +Release: 0.6.rc4%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and BSD and ISC and MIT URL: https://%{name}.io/ @@ -401,6 +401,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Feb 10 2022 Lokesh Mandvekar - 3:4.0.0-0.6.rc4 +- shadow-utils-subid soname change + * Mon Jan 31 2022 Lokesh Mandvekar - 3:4.0.0-0.4.rc3 - fix license, conditionals and update provides From 0730e83422dc4d4f283498c316ee9a0d8a68482d Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 11 Feb 2022 17:12:24 -0500 Subject: [PATCH 1989/2185] podman-3:4.0.0-0.7.rc5 - bump to v4.0.0-rc5 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7a8ecc8..bae9d4e 100644 --- a/.gitignore +++ b/.gitignore @@ -1796,3 +1796,4 @@ /v4.0.0-rc2.tar.gz /v4.0.0-rc3.tar.gz /v4.0.0-rc4.tar.gz +/v4.0.0-rc5.tar.gz diff --git a/podman.spec b/podman.spec index 1ff4cb1..611b680 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ %global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) -%global built_tag v4.0.0-rc4 +%global built_tag v4.0.0-rc5 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) Name: podman @@ -41,7 +41,7 @@ Epoch: 3 Epoch: 0 %endif Version: 4.0.0 -Release: 0.6.rc4%{?dist} +Release: 0.7.rc5%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and BSD and ISC and MIT URL: https://%{name}.io/ @@ -401,6 +401,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Feb 11 2022 Lokesh Mandvekar - 3:4.0.0-0.7.rc5 +- bump to v4.0.0-rc5 + * Thu Feb 10 2022 Lokesh Mandvekar - 3:4.0.0-0.6.rc4 - shadow-utils-subid soname change diff --git a/sources b/sources index ed99ecd..45e55f9 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-4ee84d6.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a -SHA512 (v4.0.0-rc4.tar.gz) = f668138919be30b7ee9e7f125437cd9fa32c64d28f7e7428b4b59b7103643bce19031be3234fcee484eb9b5195b472ad6e02ea911254d40db1cd7adafc05fb9b +SHA512 (v4.0.0-rc5.tar.gz) = 68993fd6d6160413295311617c87087c882391f7458e76394045594c823a9a29c36924e6d271db83617f068c20e5ee9a722d52498761e652f91527b7e93962a1 From 61d0b97021784c4cdd2f4c81482b1524056118cd Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 17 Feb 2022 14:40:27 -0500 Subject: [PATCH 1990/2185] bump to v4.0.0 switch to autospec Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 5834 +-------------------------------------------------- sources | 2 +- 3 files changed, 17 insertions(+), 5820 deletions(-) diff --git a/.gitignore b/.gitignore index bae9d4e..bda4450 100644 --- a/.gitignore +++ b/.gitignore @@ -1797,3 +1797,4 @@ /v4.0.0-rc3.tar.gz /v4.0.0-rc4.tar.gz /v4.0.0-rc5.tar.gz +/v4.0.0.tar.gz diff --git a/podman.spec b/podman.spec index 611b680..98de963 100644 --- a/podman.spec +++ b/podman.spec @@ -31,8 +31,9 @@ %global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) -%global built_tag v4.0.0-rc5 +%global built_tag v4.0.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) +%global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) Name: podman %if 0%{?fedora} @@ -40,10 +41,10 @@ Epoch: 3 %else Epoch: 0 %endif -Version: 4.0.0 -Release: 0.7.rc5%{?dist} +Version: %{gen_version} +Release: %autorelease Summary: Manage Pods, Containers and Container Images -License: ASL 2.0 and BSD and ISC and MIT +License: ASL 2.0 and BSD and ISC and MIT and MPLv2.0 URL: https://%{name}.io/ ExclusiveArch: %{golang_arches} Source0: %{git0}/archive/%{built_tag}.tar.gz @@ -82,31 +83,31 @@ Requires: iptables Requires: nftables Recommends: catatonit Suggests: qemu-user-static - # vendored libraries +# 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/BurntSushi/toml)) = v1.0.0 Provides: bundled(golang(github.com/blang/semver)) = v3.5.1+incompatible -Provides: bundled(golang(github.com/buger/goterm)) = v1.0.1 +Provides: bundled(golang(github.com/buger/goterm)) = v1.0.4 Provides: bundled(golang(github.com/checkpoint_restore/checkpointctl)) = v0.0.0_20211204171957_54b4ebfdb681 Provides: bundled(golang(github.com/checkpoint_restore/go_criu/v5)) = v5.3.0 Provides: bundled(golang(github.com/container_orchestrated_devices/container_device_interface)) = v0.0.0_20220111162300_46367ec063fd Provides: bundled(golang(github.com/containernetworking/cni)) = v1.0.1 Provides: bundled(golang(github.com/containernetworking/plugins)) = v1.0.1 -Provides: bundled(golang(github.com/containers/buildah)) = v1.24.0 -Provides: bundled(golang(github.com/containers/common)) = v0.47.1 +Provides: bundled(golang(github.com/containers/buildah)) = v1.24.1 +Provides: bundled(golang(github.com/containers/common)) = v0.47.4 Provides: bundled(golang(github.com/containers/conmon)) = v2.0.20+incompatible -Provides: bundled(golang(github.com/containers/image/v5)) = v5.19.0 +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/psgo)) = v1.7.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/coreos/go_systemd/v22)) = v22.3.2 Provides: bundled(golang(github.com/coreos/stream_metadata_go)) = v0.0.0_20210225230131_70edb9eb47b3 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/digitalocean/go_qemu)) = v0.0.0_20210326154740_ac9e0b687001 -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_connections)) = v0.4.0 +Provides: bundled(golang(github.com/docker/go_connections)) = v0.4.1_0.20210727194412_58542c764a11 Provides: bundled(golang(github.com/docker/go_plugins_helpers)) = v0.0.0_20211224144127_6eecb7beb651 Provides: bundled(golang(github.com/docker/go_units)) = v0.4.0 Provides: bundled(golang(github.com/dtylman/scp)) = v0.0.0_20181017070807_f3000a34aef4 @@ -125,7 +126,7 @@ Provides: bundled(golang(github.com/mattn/go_isatty)) = v0.0.14 Provides: bundled(golang(github.com/moby/term)) = v0.0.0_20210619224110_3f7ff695adc6 Provides: bundled(golang(github.com/mrunalp/fileutils)) = v0.5.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/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.20220114050600_8b9d41f48198 Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.0 @@ -362,13 +363,6 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_mandir}/man1/docker*.1* %{_usr}/lib/tmpfiles.d/%{name}-docker.conf -%if 0%{?with_devel} -%files -n libpod-devel -f devel.file-list -%license LICENSE -%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md transfer.md -%dir %{gopath}/src/%{provider}.%{provider_tld}/%{project} -%endif - %files remote %license LICENSE %{_bindir}/%{name}-remote @@ -399,5803 +393,5 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ rm -f %{_sharedstatedir}/containers/storage/libpod/defaultCNINetExists exit 0 -# rhcontainerbot account currently managed by lsm5 %changelog -* Fri Feb 11 2022 Lokesh Mandvekar - 3:4.0.0-0.7.rc5 -- bump to v4.0.0-rc5 - -* Thu Feb 10 2022 Lokesh Mandvekar - 3:4.0.0-0.6.rc4 -- shadow-utils-subid soname change - -* Mon Jan 31 2022 Lokesh Mandvekar - 3:4.0.0-0.4.rc3 -- fix license, conditionals and update provides - -* Mon Jan 31 2022 Lokesh Mandvekar - 3:4.0.0-0.3.rc3 -- bump to v4.0.0-rc3 - -* Fri Jan 21 2022 RH Container Bot - 3:4.0.0-0.2.rc2 -- autobuilt v4.0.0-rc2 - -* Mon Jan 10 2022 RH Container Bot - 3:4.0.0-0.1.rc1 -- autobuilt v4.0.0-rc1 - -* Wed Dec 08 2021 RH Container Bot - 3:3.4.4-1 -- autobuilt v3.4.4 - -* Tue Dec 07 2021 RH Container Bot - 3:3.4.3-1 -- autobuilt v3.4.3 - -* Fri Nov 12 2021 RH Container Bot - 3:3.4.2-1 -- autobuilt v3.4.2 - -* Wed Oct 20 2021 RH Container Bot - 3:3.4.1-1 -- autobuilt v3.4.1 - -* Tue Oct 05 2021 Stephen Gallagher - 3:3.4.0-4 -- Drop i686 support for RHEL >= 9 -- RHEL 9 does not have i686 support for golang - -* Mon Oct 04 2021 Lokesh Mandvekar - 3:3.4.0-3 -- Gating tests: fix permissions error -- From: Ed Santiago - -* Fri Oct 01 2021 Timm Bäder - 3:3.4.0-2 -- Remove individual flags from $CFLAGS instead of hardcoding all flags - -* Thu Sep 30 2021 RH Container Bot - 3:3.4.0-1 -- autobuilt v3.4.0 - -* Mon Sep 27 2021 Lokesh Mandvekar - 3:3.4.0-0.11.rc2 -- bump containers-common dep - -* Fri Sep 24 2021 Lokesh Mandvekar - 3:3.4.0-0.10.rc2 -- build with libsubid buildtag - -* Fri Sep 24 2021 Lokesh Mandvekar - 3:3.4.0-0.9.rc2 -- depend on shadow-utils-subid for f35 and higher - -* Fri Sep 24 2021 Lokesh Mandvekar - 3:3.4.0-0.8.rc2 -- bump release to stay ahead of older fedoras - -* Fri Sep 24 2021 RH Container Bot - 3:3.4.0-0.7.rc2 -- autobuilt v3.4.0-rc2 - -* Thu Sep 23 2021 Daniel J Walsh - 3:3.4.0-0.6.rc1 -- Add shadow-utils-subid-devel requirement - -* Thu Sep 23 2021 Daniel J Walsh - 3:3.4.0-0.5.rc1 -- rm -f /var/lib/containers/storage/libpod/defaultCNINetExists in post - -* Wed Sep 22 2021 Lokesh Mandvekar - 3:3.4.0-0.4.rc1 -- bump conmon requirement for remote gating tests - -* Wed Sep 22 2021 Lokesh Mandvekar - 3:3.4.0-0.3.rc1 -- Requires: conmon >= 2:2.0.30 for remote gating tests - -* Tue Sep 21 2021 Lokesh Mandvekar - 3:3.4.0-0.2.rc1 -- rebuild for podman-remote gating tests - -* Thu Sep 16 2021 RH Container Bot - 3:3.4.0-0.1.rc1 -- autobuilt v3.4.0-rc1 - -* Tue Aug 31 2021 Lokesh Mandvekar - 3:3.3.1-2 -- bump release to be on par with f35 - -* Mon Aug 30 2021 RH Container Bot - 3:3.3.1-1 -- autobuilt v3.3.1 - -* Fri Aug 27 2021 Lokesh Mandvekar - 3:3.3.0-2 -- update gvproxy binary name - -* Fri Aug 20 2021 RH Container Bot - 3:3.3.0-1 -- autobuilt v3.3.0 - -* Tue Aug 17 2021 RH Container Bot - 3:3.3.0-0.28.rc3 -- autobuilt v3.3.0-rc3 - -* Mon Aug 16 2021 Lokesh Mandvekar - 3:3.3.0-0.27.rc2 -- Bump to v3.3.0-rc2 -- Include podman-gvproxy subpackage which provides -/usr/libexecdir/podman/podman-gvproxy - -* Tue Aug 03 2021 Lokesh Mandvekar - 3:3.3.0-0.26.rc1 -- Bump to v3.3.0-rc1 - -* Mon Aug 02 2021 Lokesh Mandvekar - 3:3.3.0-0.25.dev.gitd32e566 -- Resolves: #1983596, #1987739 - Security fix for CVE-2021-34558 - -* Fri Jul 23 2021 Fedora Release Engineering - 3:3.3.0-0.24.dev.gitd32e566 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jul 16 2021 Lokesh Mandvekar - 3:3.3.0-0.23.dev.gitd32e566 -- Resolves: #1969264, #1982881 - Security fix for CVE-2021-3602 - -* Wed Jul 14 2021 Lokesh Mandvekar - 3:3.3.0-0.22.dev.git599b7d7 -- rebuild with gating.yaml changes - -* Tue Jul 06 2021 Lokesh Mandvekar - 3:3.3.0-0.21.dev.git599b7d7 -- rebuild for openQA - -* Tue Jun 29 2021 Lokesh Mandvekar - 3:3.3.0-0.20.dev.git599b7d7 -- remove /etc/sysconfdir/cni/net.d/87-podman-bridge.conflist -- bodhi will not be ignored for this one so cut us some slack ;) - -* Thu Jun 24 2021 RH Container Bot - 3:3.3.0-0.19.dev.gitfc34f35 -- autobuilt fc34f35 - -* Wed Jun 23 2021 RH Container Bot - 3:3.3.0-0.18.dev.gitd3afc6b -- autobuilt d3afc6b - -* Tue Jun 22 2021 RH Container Bot - 3:3.3.0-0.17.dev.gitbe15e69 -- autobuilt be15e69 - -* Mon Jun 21 2021 RH Container Bot - 3:3.3.0-0.16.dev.git18bf92f -- autobuilt 18bf92f - -* Mon Jun 21 2021 RH Container Bot - 3:3.3.0-0.15.dev.git928687e -- autobuilt 928687e - -* Sun Jun 20 2021 RH Container Bot - 3:3.3.0-0.14.dev.gitd8cd205 -- autobuilt d8cd205 - -* Sat Jun 19 2021 RH Container Bot - 3:3.3.0-0.13.dev.git48db8d9 -- autobuilt 48db8d9 - -* Fri Jun 18 2021 RH Container Bot - 3:3.3.0-0.12.dev.gitce04a3e -- autobuilt ce04a3e - -* Thu Jun 17 2021 RH Container Bot - 3:3.3.0-0.11.dev.git814a8b6 -- autobuilt 814a8b6 - -* Wed Jun 16 2021 RH Container Bot - 3:3.3.0-0.10.dev.git092b2ec -- autobuilt 092b2ec - -* Tue Jun 15 2021 RH Container Bot - 3:3.3.0-0.9.dev.gite2f51ee -- autobuilt e2f51ee - -* Mon Jun 14 2021 Lokesh Mandvekar - 3:3.3.0-0.8.dev.gite549ca5 -- BR: go-rpm-macros to re-enable debuginfo - -* Sun Jun 13 2021 RH Container Bot - 3:3.3.0-0.7.dev.gite549ca5 -- autobuilt e549ca5 - -* Sat Jun 12 2021 RH Container Bot - 3:3.3.0-0.6.dev.git45dc3d6 -- autobuilt 45dc3d6 - -* Fri Jun 11 2021 RH Container Bot - 3:3.3.0-0.5.dev.gited983c9 -- autobuilt ed983c9 - -* Thu Jun 10 2021 RH Container Bot - 3:3.3.0-0.4.dev.gitea39735 -- autobuilt ea39735 - -* Wed Jun 09 2021 RH Container Bot - 3:3.3.0-0.3.dev.gitda1bade -- autobuilt da1bade - -* Tue Jun 08 2021 Lokesh Mandvekar - 3:3.3.0-0.2.dev.git9a3a732 -- include podman-machine-cni in podman-plugins subpackage - -* Tue Jun 08 2021 RH Container Bot - 3:3.3.0-0.1.dev.git9a3a732 -- bump to 3.3.0 -- autobuilt 9a3a732 - -* Tue May 18 2021 Lokesh Mandvekar - 3:3.2.0-0.27.dev.git353f04b -- disable debuginfo temporarily to get a successful build past gating issues - -* Tue May 18 2021 RH Container Bot - 3:3.2.0-0.26.dev.git353f04b -- autobuilt 353f04b - -* Tue May 18 2021 Lokesh Mandvekar - 3:3.2.0-0.25.dev.gita7fa0da -- use containers-common >= 4:1-19 with container-selinux 2.162.1 - -* Tue May 18 2021 RH Container Bot - 3:3.2.0-0.24.dev.gita7fa0da -- autobuilt a7fa0da - -* Mon May 17 2021 RH Container Bot - 3:3.2.0-0.23.dev.gita6a3df0 -- autobuilt a6a3df0 - -* Sun May 16 2021 RH Container Bot - 3:3.2.0-0.22.dev.git90a12ac -- autobuilt 90a12ac - -* Sat May 15 2021 RH Container Bot - 3:3.2.0-0.21.dev.git2b0b971 -- autobuilt 2b0b971 - -* Thu May 13 2021 Daniel J Walsh - 3:3.2.0-0.20.dev.git4dc52f6 -- Add suggests qemu-user-static - -* Thu May 13 2021 RH Container Bot - 3:3.2.0-0.19.dev.git4dc52f6 -- autobuilt 4dc52f6 - -* Wed May 12 2021 RH Container Bot - 3:3.2.0-0.18.dev.git59dd357 -- autobuilt 59dd357 - -* Tue May 11 2021 Lokesh Mandvekar - 3:3.2.0-0.17.dev.git57b6425 -- bump epoch to account for bad v3.2.0-rc1 in stable - -* Tue May 11 2021 RH Container Bot - 2:3.2.0-0.16.dev.git57b6425 -- autobuilt 57b6425 - -* Sun May 09 2021 RH Container Bot - 2:3.2.0-0.15.dev.git54bed10 -- autobuilt 54bed10 - -* Sat May 08 2021 RH Container Bot - 2:3.2.0-0.14.dev.git141d3f1 -- autobuilt 141d3f1 - -* Fri May 07 2021 RH Container Bot - 2:3.2.0-0.13.dev.git5616887 -- autobuilt 5616887 - -* Fri May 07 2021 RH Container Bot - 2:3.2.0-0.12.dev.gitb533fcb -- autobuilt b533fcb - -* Thu May 06 2021 RH Container Bot - 2:3.2.0-0.11.dev.git8cc96bd -- autobuilt 8cc96bd - -* Thu May 06 2021 RH Container Bot - 2:3.2.0-0.10.dev.gitb6405c1 -- autobuilt b6405c1 - -* Mon May 03 2021 RH Container Bot - 2:3.2.0-0.9.dev.git697ec8f -- autobuilt 697ec8f - -* Wed Apr 28 2021 RH Container Bot - 2:3.2.0-0.8.dev.git4ca34fc -- autobuilt 4ca34fc - -* Wed Apr 28 2021 RH Container Bot - 2:3.2.0-0.7.dev.git99e5a76 -- autobuilt 99e5a76 - -* Tue Apr 27 2021 RH Container Bot - 2:3.2.0-0.6.dev.git3148e01 -- autobuilt 3148e01 - -* Mon Apr 26 2021 RH Container Bot - 2:3.2.0-0.5.dev.git476c76f -- autobuilt 476c76f - -* Tue Apr 20 2021 RH Container Bot - 2:3.2.0-0.4.dev.gitcf2c3a1 -- autobuilt cf2c3a1 - -* Fri Apr 16 2021 Lokesh Mandvekar - 2:3.2.0-0.3.dev.git35b62ef -- slirp4netns and fuse-overlayfs deps are in containers-common - -* Thu Apr 15 2021 Lokesh Mandvekar - 2:3.2.0-0.2.dev.git373f15f -- container-selinux and crun dependencies moved to containers-common - -* Thu Apr 15 2021 RH Container Bot - 2:3.2.0-0.1.dev.git373f15f -- bump to 3.2.0 -- autobuilt 373f15f - -* Mon Apr 05 2021 Lokesh Mandvekar - 2:3.1.0-0.102.dev.git259004f -- adjust dependencies - -* Mon Mar 29 2021 RH Container Bot - 2:3.1.0-0.101.dev.git259004f -- autobuilt 259004f - -* Thu Mar 25 2021 Lokesh Mandvekar - 2:3.1.0-0.100.dev.gitdf1d561 -- bump crun requirement - -* Mon Mar 22 2021 RH Container Bot - 2:3.1.0-0.99.dev.gitdf1d561 -- autobuilt df1d561 - -* Mon Mar 15 2021 RH Container Bot - 2:3.1.0-0.98.dev.gite7dc592 -- autobuilt e7dc592 - -* Fri Mar 12 2021 RH Container Bot - 2:3.1.0-0.97.dev.gitfc02d16 -- autobuilt fc02d16 - -* Fri Mar 12 2021 RH Container Bot - 2:3.1.0-0.96.dev.git5b22ddd -- autobuilt 5b22ddd - -* Thu Mar 11 2021 RH Container Bot - 2:3.1.0-0.95.dev.git81737b3 -- autobuilt 81737b3 - -* Thu Mar 11 2021 RH Container Bot - 2:3.1.0-0.94.dev.git8d33bfa -- autobuilt 8d33bfa - -* Wed Mar 10 2021 RH Container Bot - 2:3.1.0-0.93.dev.gite2d35e5 -- autobuilt e2d35e5 - -* Wed Mar 10 2021 RH Container Bot - 2:3.1.0-0.92.dev.git786757f -- autobuilt 786757f - -* Wed Mar 10 2021 RH Container Bot - 2:3.1.0-0.91.dev.git5331096 -- autobuilt 5331096 - -* Wed Mar 10 2021 RH Container Bot - 2:3.1.0-0.90.dev.git1ac2fb7 -- autobuilt 1ac2fb7 - -* Tue Mar 09 2021 RH Container Bot - 2:3.1.0-0.89.dev.git09473d4 -- autobuilt 09473d4 - -* Tue Mar 09 2021 RH Container Bot - 2:3.1.0-0.88.dev.git66ac942 -- autobuilt 66ac942 - -* Tue Mar 09 2021 RH Container Bot - 2:3.1.0-0.87.dev.git36ec835 -- autobuilt 36ec835 - -* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.86.dev.git789d579 -- autobuilt 789d579 - -* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.85.dev.gitff46d13 -- autobuilt ff46d13 - -* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.84.dev.gitba36d79 -- autobuilt ba36d79 - -* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.83.dev.gitb386d23 -- autobuilt b386d23 - -* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.82.dev.git1e1035c -- autobuilt 1e1035c - -* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.81.dev.gitb6079bc -- autobuilt b6079bc - -* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.80.dev.git6fe634c -- autobuilt 6fe634c - -* Mon Mar 08 2021 RH Container Bot - 2:3.1.0-0.79.dev.git7c09752 -- autobuilt 7c09752 - -* Sun Mar 07 2021 RH Container Bot - 2:3.1.0-0.78.dev.gitb7c00f2 -- autobuilt b7c00f2 - -* Sat Mar 06 2021 RH Container Bot - 2:3.1.0-0.77.dev.gita9fcd9d -- autobuilt a9fcd9d - -* Sat Mar 06 2021 RH Container Bot - 2:3.1.0-0.76.dev.git77a597a -- autobuilt 77a597a - -* Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.75.dev.git2a78157 -- autobuilt 2a78157 - -* Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.74.dev.git44e6d20 -- autobuilt 44e6d20 - -* Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.73.dev.git0bac30d -- autobuilt 0bac30d - -* Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.72.dev.gitc6cefa5 -- autobuilt c6cefa5 - -* Fri Mar 05 2021 RH Container Bot - 2:3.1.0-0.71.dev.git05080a1 -- autobuilt 05080a1 - -* Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.70.dev.git4e5cc6a -- autobuilt 4e5cc6a - -* Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.69.dev.gite65bcc1 -- autobuilt e65bcc1 - -* Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.68.dev.git7a92de4 -- autobuilt 7a92de4 - -* Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.67.dev.git87a78c0 -- autobuilt 87a78c0 - -* Thu Mar 04 2021 RH Container Bot - 2:3.1.0-0.66.dev.git17cacea -- autobuilt 17cacea - -* Wed Mar 03 2021 Lokesh Mandvekar - 2:3.1.0-0.65.dev.git87e2056 -- built 87e2056 - -* Tue Mar 02 2021 RH Container Bot - 2:3.1.0-0.64.dev.git426178a -- autobuilt 426178a - -* Tue Mar 02 2021 RH Container Bot - 2:3.1.0-0.63.dev.gitc726732 -- autobuilt c726732 - -* Tue Mar 02 2021 RH Container Bot - 2:3.1.0-0.62.dev.git7497dcb -- autobuilt 7497dcb - -* Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.61.dev.git8af6680 -- autobuilt 8af6680 - -* Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.60.dev.git73044b2 -- autobuilt 73044b2 - -* Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.59.dev.git8daa014 -- autobuilt 8daa014 - -* Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.58.dev.gitb5827d8 -- autobuilt b5827d8 - -* Mon Mar 01 2021 RH Container Bot - 2:3.1.0-0.57.dev.gitb154c51 -- autobuilt b154c51 - -* Sat Feb 27 2021 RH Container Bot - 2:3.1.0-0.56.dev.git9600ea6 -- autobuilt 9600ea6 - -* Fri Feb 26 2021 RH Container Bot - 2:3.1.0-0.55.dev.git397aae3 -- autobuilt 397aae3 - -* Fri Feb 26 2021 RH Container Bot - 2:3.1.0-0.54.dev.git05410e8 -- autobuilt 05410e8 - -* Thu Feb 25 2021 RH Container Bot - 2:3.1.0-0.53.dev.gitbde1d3f -- autobuilt bde1d3f - -* Thu Feb 25 2021 RH Container Bot - 2:3.1.0-0.52.dev.gitb220d6c -- autobuilt b220d6c - -* Thu Feb 25 2021 RH Container Bot - 2:3.1.0-0.51.dev.git9ec8106 -- autobuilt 9ec8106 - -* Thu Feb 25 2021 RH Container Bot - 2:3.1.0-0.50.dev.git79e8032 -- autobuilt 79e8032 - -* Wed Feb 24 2021 RH Container Bot - 2:3.1.0-0.49.dev.git25d8195 -- autobuilt 25d8195 - -* Wed Feb 24 2021 RH Container Bot - 2:3.1.0-0.48.dev.gitdec06b1 -- autobuilt dec06b1 - -* Wed Feb 24 2021 RH Container Bot - 2:3.1.0-0.47.dev.git49fa19d -- autobuilt 49fa19d - -* Tue Feb 23 2021 RH Container Bot - 2:3.1.0-0.46.dev.gitca0af71 -- autobuilt ca0af71 - -* Tue Feb 23 2021 RH Container Bot - 2:3.1.0-0.45.dev.git4dfcd58 -- autobuilt 4dfcd58 - -* Tue Feb 23 2021 RH Container Bot - 2:3.1.0-0.44.dev.git1702cbc -- autobuilt 1702cbc - -* Tue Feb 23 2021 RH Container Bot - 2:3.1.0-0.43.dev.git96fc9d9 -- autobuilt 96fc9d9 - -* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.42.dev.gitd999328 -- autobuilt d999328 - -* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.41.dev.gitc69decc -- autobuilt c69decc - -* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.40.dev.gita6e7d19 -- autobuilt a6e7d19 - -* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.39.dev.gitf8ff172 -- autobuilt f8ff172 - -* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.38.dev.gitcb3af5b -- autobuilt cb3af5b - -* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.37.dev.git6fbf73e -- autobuilt 6fbf73e - -* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.36.dev.git10d52c0 -- autobuilt 10d52c0 - -* Mon Feb 22 2021 RH Container Bot - 2:3.1.0-0.35.dev.gitd92b946 -- autobuilt d92b946 - -* Sun Feb 21 2021 RH Container Bot - 2:3.1.0-0.34.dev.git4a6582b -- autobuilt 4a6582b - -* Sun Feb 21 2021 RH Container Bot - 2:3.1.0-0.33.dev.git7b52654 -- autobuilt 7b52654 - -* Fri Feb 19 2021 RH Container Bot - 2:3.1.0-0.32.dev.git4aaaa6c -- autobuilt 4aaaa6c - -* Fri Feb 19 2021 RH Container Bot - 2:3.1.0-0.31.dev.gitb6db60e -- autobuilt b6db60e - -* Fri Feb 19 2021 RH Container Bot - 2:3.1.0-0.30.dev.git6a9257a -- autobuilt 6a9257a - -* Thu Feb 18 2021 RH Container Bot - 2:3.1.0-0.29.dev.git1c6c94d -- autobuilt 1c6c94d - -* Thu Feb 18 2021 RH Container Bot - 2:3.1.0-0.28.dev.gitb2bb05d -- autobuilt b2bb05d - -* Thu Feb 18 2021 RH Container Bot - 2:3.1.0-0.27.dev.gitc3419d2 -- autobuilt c3419d2 - -* Wed Feb 17 2021 RH Container Bot - 2:3.1.0-0.26.dev.gitd48f4a0 -- autobuilt d48f4a0 - -* Wed Feb 17 2021 RH Container Bot - 2:3.1.0-0.25.dev.git516dc6d -- autobuilt 516dc6d - -* Wed Feb 17 2021 RH Container Bot - 2:3.1.0-0.24.dev.git2e522ff -- autobuilt 2e522ff - -* Wed Feb 17 2021 RH Container Bot - 2:3.1.0-0.23.dev.gitd55d80a -- autobuilt d55d80a - -* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.22.dev.git5004212 -- autobuilt 5004212 - -* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.21.dev.git7fb347a -- autobuilt 7fb347a - -* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.20.dev.git58a4793 -- autobuilt 58a4793 - -* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.19.dev.gitaadb16d -- autobuilt aadb16d - -* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.18.dev.git8c444e6 -- autobuilt 8c444e6 - -* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.17.dev.gitac9a048 -- autobuilt ac9a048 - -* Tue Feb 16 2021 RH Container Bot - 2:3.1.0-0.16.dev.gitdf8ba7f -- autobuilt df8ba7f - -* Mon Feb 15 2021 RH Container Bot - 2:3.1.0-0.15.dev.git30607d7 -- autobuilt 30607d7 - -* Sat Feb 13 2021 RH Container Bot - 2:3.1.0-0.14.dev.git3ba0afd -- autobuilt 3ba0afd - -* Sat Feb 13 2021 RH Container Bot - 2:3.1.0-0.13.dev.git9d57aa7 -- autobuilt 9d57aa7 - -* Fri Feb 12 2021 RH Container Bot - 2:3.1.0-0.12.dev.git87b2722 -- autobuilt 87b2722 - -* Fri Feb 12 2021 RH Container Bot - 2:3.1.0-0.11.dev.git1d15ed7 -- autobuilt 1d15ed7 - -* Fri Feb 12 2021 RH Container Bot - 2:3.1.0-0.10.dev.git73cf06a -- autobuilt 73cf06a - -* Fri Feb 12 2021 RH Container Bot - 2:3.1.0-0.9.dev.git291f596 -- autobuilt 291f596 - -* Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.8.dev.git1b284a2 -- autobuilt 1b284a2 - -* Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.7.dev.gitb38b143 -- autobuilt b38b143 - -* Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.6.dev.gita500d93 -- autobuilt a500d93 - -* Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.5.dev.gitafe4ce6 -- autobuilt afe4ce6 - -* Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.4.dev.gitca354f1 -- autobuilt ca354f1 - -* Thu Feb 11 2021 RH Container Bot - 2:3.1.0-0.3.dev.gitdb64865 -- autobuilt db64865 - -* Wed Feb 10 2021 RH Container Bot - 2:3.1.0-0.2.dev.git4d604c1 -- autobuilt 4d604c1 - -* Wed Feb 10 2021 RH Container Bot - 2:3.1.0-0.1.dev.git88ab83d -- bump to 3.1.0 -- autobuilt 88ab83d - -* Wed Feb 10 2021 RH Container Bot - 2:3.0.0-0.213.dev.gitb4ca924 -- autobuilt b4ca924 - -* Wed Feb 10 2021 RH Container Bot - 2:3.0.0-0.212.dev.git629a979 -- autobuilt 629a979 - -* Wed Feb 10 2021 RH Container Bot - 2:3.0.0-0.211.dev.git055e2dd -- autobuilt 055e2dd - -* Wed Feb 10 2021 RH Container Bot - 2:3.0.0-0.210.dev.git2d829ae -- autobuilt 2d829ae - -* Tue Feb 09 2021 RH Container Bot - 2:3.0.0-0.209.dev.git8600c3b -- autobuilt 8600c3b - -* Tue Feb 09 2021 RH Container Bot - 2:3.0.0-0.208.dev.git763d522 -- autobuilt 763d522 - -* Tue Feb 09 2021 RH Container Bot - 2:3.0.0-0.207.dev.gitf98605e -- autobuilt f98605e - -* Tue Feb 09 2021 RH Container Bot - 2:3.0.0-0.206.dev.git9da4169 -- autobuilt 9da4169 - -* Mon Feb 08 2021 RH Container Bot - 2:3.0.0-0.205.dev.git19507d0 -- autobuilt 19507d0 - -* Wed Feb 03 2021 RH Container Bot - 2:3.0.0-0.204.dev.gita086f60 -- autobuilt a086f60 - -* Wed Feb 03 2021 RH Container Bot - 2:3.0.0-0.203.dev.git9742165 -- autobuilt 9742165 - -* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.202.dev.gitd1e0afd -- autobuilt d1e0afd - -* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.201.dev.gitaab8a93 -- autobuilt aab8a93 - -* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.200.dev.git628b0d7 -- autobuilt 628b0d7 - -* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.199.dev.gitd66a18c -- autobuilt d66a18c - -* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.198.dev.git828279d -- autobuilt 828279d - -* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.197.dev.git2314af7 -- autobuilt 2314af7 - -* Tue Feb 02 2021 RH Container Bot - 2:3.0.0-0.196.dev.git52575db -- autobuilt 52575db - -* Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.195.dev.git48a0e00 -- autobuilt 48a0e00 - -* Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.194.dev.git182e841 -- autobuilt 182e841 - -* Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.193.dev.git2018334 -- autobuilt 2018334 - -* Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.192.dev.gitb045c17 -- autobuilt b045c17 - -* Mon Feb 01 2021 RH Container Bot - 2:3.0.0-0.191.dev.git4ead806 -- autobuilt 4ead806 - -* Sat Jan 30 2021 RH Container Bot - 2:3.0.0-0.190.dev.git735b16e -- autobuilt 735b16e - -* Fri Jan 29 2021 RH Container Bot - 2:3.0.0-0.189.dev.git2686e40 -- autobuilt 2686e40 - -* Fri Jan 29 2021 RH Container Bot - 2:3.0.0-0.188.dev.gitf3a7bc1 -- autobuilt f3a7bc1 - -* Fri Jan 29 2021 RH Container Bot - 2:3.0.0-0.187.dev.git4ee66c2 -- autobuilt 4ee66c2 - -* Thu Jan 28 2021 RH Container Bot - 2:3.0.0-0.186.dev.git0c6a889 -- autobuilt 0c6a889 - -* Thu Jan 28 2021 RH Container Bot - 2:3.0.0-0.185.dev.git2ee034c -- autobuilt 2ee034c - -* Thu Jan 28 2021 RH Container Bot - 2:3.0.0-0.184.dev.gitfb653c4 -- autobuilt fb653c4 - -* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.183.dev.git9d59daa -- autobuilt 9d59daa - -* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.182.dev.git14cc4aa -- autobuilt 14cc4aa - -* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.181.dev.git1814fa2 -- autobuilt 1814fa2 - -* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.180.dev.git2ff4da9 -- autobuilt 2ff4da9 - -* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.179.dev.git179b9d1 -- autobuilt 179b9d1 - -* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.178.dev.git2102e26 -- autobuilt 2102e26 - -* Wed Jan 27 2021 RH Container Bot - 2:3.0.0-0.177.dev.gitc3b3984 -- autobuilt c3b3984 - -* Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.176.dev.git5d44446 -- autobuilt 5d44446 - -* Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.175.dev.gitad1e0bb -- autobuilt ad1e0bb - -* Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.174.dev.gitf13385e -- autobuilt f13385e - -* Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.173.dev.gitefcd48b -- autobuilt efcd48b - -* Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.172.dev.gite5e447d -- autobuilt e5e447d - -* Tue Jan 26 2021 RH Container Bot - 2:3.0.0-0.171.dev.git79565d1 -- autobuilt 79565d1 - -* Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.170.dev.git6ba8819 -- autobuilt 6ba8819 - -* Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.169.dev.git63cef43 -- autobuilt 63cef43 - -* Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.168.dev.git23b879d -- autobuilt 23b879d - -* Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.167.dev.gitf4e8572 -- autobuilt f4e8572 - -* Mon Jan 25 2021 RH Container Bot - 2:3.0.0-0.166.dev.gitb4b7838 -- autobuilt b4b7838 - -* Sun Jan 24 2021 RH Container Bot - 2:3.0.0-0.165.dev.git479fc22 -- autobuilt 479fc22 - -* Sat Jan 23 2021 RH Container Bot - 2:3.0.0-0.164.dev.git3f5af4e -- autobuilt 3f5af4e - -* Sat Jan 23 2021 RH Container Bot - 2:3.0.0-0.163.dev.git6cef7c7 -- autobuilt 6cef7c7 - -* Fri Jan 22 2021 RH Container Bot - 2:3.0.0-0.162.dev.git474ba4c -- autobuilt 474ba4c - -* Fri Jan 22 2021 RH Container Bot - 2:3.0.0-0.161.dev.git47616fe -- autobuilt 47616fe - -* Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.160.dev.git6fd83de -- autobuilt 6fd83de - -* Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.159.dev.git3ba1a8d -- autobuilt 3ba1a8d - -* Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.158.dev.gitd102d02 -- autobuilt d102d02 - -* Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.157.dev.git7d297dd -- autobuilt 7d297dd - -* Thu Jan 21 2021 RH Container Bot - 2:3.0.0-0.156.dev.git5598229 -- autobuilt 5598229 - -* Wed Jan 20 2021 RH Container Bot - 2:3.0.0-0.155.dev.git14443cc -- autobuilt 14443cc - -* Wed Jan 20 2021 RH Container Bot - 2:3.0.0-0.154.dev.gitfe4f9ba -- autobuilt fe4f9ba - -* Wed Jan 20 2021 RH Container Bot - 2:3.0.0-0.153.dev.git7d024a2 -- autobuilt 7d024a2 - -* Wed Jan 20 2021 RH Container Bot - 2:3.0.0-0.152.dev.git54c465b -- autobuilt 54c465b - -* Tue Jan 19 2021 RH Container Bot - 2:3.0.0-0.151.dev.git5e7262d -- autobuilt 5e7262d - -* Tue Jan 19 2021 RH Container Bot - 2:3.0.0-0.150.dev.gitd99e475 -- autobuilt d99e475 - -* Tue Jan 19 2021 RH Container Bot - 2:3.0.0-0.149.dev.git8c6df5e -- autobuilt 8c6df5e - -* Tue Jan 19 2021 RH Container Bot - 2:3.0.0-0.148.dev.git9a10f20 -- autobuilt 9a10f20 - -* Mon Jan 18 2021 RH Container Bot - 2:3.0.0-0.147.dev.git5f1a7a7 -- autobuilt 5f1a7a7 - -* Sun Jan 17 2021 RH Container Bot - 2:3.0.0-0.146.dev.git5b3c7a5 -- autobuilt 5b3c7a5 - -* Sun Jan 17 2021 RH Container Bot - 2:3.0.0-0.145.dev.git341c4b1 -- autobuilt 341c4b1 - -* Sat Jan 16 2021 RH Container Bot - 2:3.0.0-0.144.dev.git73b036d -- autobuilt 73b036d - -* Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.143.dev.git83ed464 -- autobuilt 83ed464 - -* Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.142.dev.git0400dc0 -- autobuilt 0400dc0 - -* Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.141.dev.git7d3a628 -- autobuilt 7d3a628 - -* Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.140.dev.git5a166b2 -- autobuilt 5a166b2 - -* Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.139.dev.git3ceef00 -- autobuilt 3ceef00 - -* Fri Jan 15 2021 RH Container Bot - 2:3.0.0-0.138.dev.git3fcf346 -- autobuilt 3fcf346 - -* Thu Jan 14 2021 RH Container Bot - 2:3.0.0-0.137.dev.git2b7793b -- autobuilt 2b7793b - -* Thu Jan 14 2021 RH Container Bot - 2:3.0.0-0.136.dev.gita944f90 -- autobuilt a944f90 - -* Thu Jan 14 2021 RH Container Bot - 2:3.0.0-0.135.dev.git9f50d48 -- autobuilt 9f50d48 - -* Thu Jan 14 2021 RH Container Bot - 2:3.0.0-0.134.dev.git4e4477c -- autobuilt 4e4477c - -* Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.133.dev.gitb2ac2a3 -- autobuilt b2ac2a3 - -* Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.132.dev.gitbbff9c8 -- autobuilt bbff9c8 - -* Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.131.dev.git9473dda -- autobuilt 9473dda - -* Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.130.dev.git99c5746 -- autobuilt 99c5746 - -* Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.129.dev.git183f443 -- autobuilt 183f443 - -* Wed Jan 13 2021 RH Container Bot - 2:3.0.0-0.128.dev.gitf52a9ee -- autobuilt f52a9ee - -* Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.127.dev.git265ec91 -- autobuilt 265ec91 - -* Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.126.dev.git0ccc888 -- autobuilt 0ccc888 - -* Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.125.dev.git0532fda -- autobuilt 0532fda - -* Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.124.dev.git64b86d0 -- autobuilt 64b86d0 - -* Tue Jan 12 2021 RH Container Bot - 2:3.0.0-0.123.dev.git5575c7b -- autobuilt 5575c7b - -* Mon Jan 11 2021 RH Container Bot - 2:3.0.0-0.122.dev.git5681907 -- autobuilt 5681907 - -* Mon Jan 11 2021 RH Container Bot - 2:3.0.0-0.121.dev.git20217f5 -- autobuilt 20217f5 - -* Mon Jan 11 2021 RH Container Bot - 2:3.0.0-0.120.dev.gitd2503ae -- autobuilt d2503ae - -* Mon Jan 11 2021 RH Container Bot - 2:3.0.0-0.119.dev.git3b987a7 -- autobuilt 3b987a7 - -* Sun Jan 10 2021 RH Container Bot - 2:3.0.0-0.118.dev.git41613bd -- autobuilt 41613bd - -* Sun Jan 10 2021 RH Container Bot - 2:3.0.0-0.117.dev.gitbc0fa65 -- autobuilt bc0fa65 - -* Fri Jan 8 2021 RH Container Bot - 2:3.0.0-0.116.dev.git49db79e -- autobuilt 49db79e - -* Fri Jan 8 2021 RH Container Bot - 2:3.0.0-0.115.dev.gita0b432d -- autobuilt a0b432d - -* Thu Jan 7 2021 RH Container Bot - 2:3.0.0-0.114.dev.git78cda71 -- autobuilt 78cda71 - -* Thu Jan 7 2021 RH Container Bot - 2:3.0.0-0.113.dev.git3cf41c4 -- autobuilt 3cf41c4 - -* Thu Jan 7 2021 RH Container Bot - 2:3.0.0-0.112.dev.gita475150 -- autobuilt a475150 - -* Thu Jan 7 2021 RH Container Bot - 2:3.0.0-0.111.dev.git355e387 -- autobuilt 355e387 - -* Wed Jan 6 2021 RH Container Bot - 2:3.0.0-0.110.dev.gitbb82c37 -- autobuilt bb82c37 - -* Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.109.dev.gitffe2b1e -- autobuilt ffe2b1e - -* Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.108.dev.git1f59276 -- autobuilt 1f59276 - -* Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.107.dev.gitb84b7c8 -- autobuilt b84b7c8 - -* Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.106.dev.gitbc21fab -- autobuilt bc21fab - -* Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.105.dev.git1b9366d -- autobuilt 1b9366d - -* Tue Jan 5 2021 RH Container Bot - 2:3.0.0-0.104.dev.git618c355 -- autobuilt 618c355 - -* Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.103.dev.gitced7c0a -- autobuilt ced7c0a - -* Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.102.dev.gitb502854 -- autobuilt b502854 - -* Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.101.dev.git6a1fbe7 -- autobuilt 6a1fbe7 - -* Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.100.dev.gitf261bfc -- autobuilt f261bfc - -* Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.99.dev.git8e4d19d -- autobuilt 8e4d19d - -* Mon Jan 4 2021 RH Container Bot - 2:3.0.0-0.98.dev.git23f25b8 -- autobuilt 23f25b8 - -* Sat Jan 2 2021 RH Container Bot - 2:3.0.0-0.97.dev.git142b4ac -- autobuilt 142b4ac - -* Thu Dec 31 2020 RH Container Bot - 2:3.0.0-0.96.dev.git39b1cb4 -- autobuilt 39b1cb4 - -* Wed Dec 30 2020 RH Container Bot - 2:3.0.0-0.95.dev.gitc6c9b45 -- autobuilt c6c9b45 - -* Wed Dec 30 2020 RH Container Bot - 2:3.0.0-0.94.dev.gitef12e36 -- autobuilt ef12e36 - -* Wed Dec 30 2020 RH Container Bot - 2:3.0.0-0.93.dev.git7f0771f -- autobuilt 7f0771f - -* Fri Dec 25 2020 RH Container Bot - 2:3.0.0-0.92.dev.git9c9f02a -- autobuilt 9c9f02a - -* Thu Dec 24 2020 RH Container Bot - 2:3.0.0-0.91.dev.git8f75ed9 -- autobuilt 8f75ed9 - -* Thu Dec 24 2020 RH Container Bot - 2:3.0.0-0.90.dev.gitb176c62 -- autobuilt b176c62 - -* Thu Dec 24 2020 RH Container Bot - 2:3.0.0-0.89.dev.git231c528 -- autobuilt 231c528 - -* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.88.dev.git9ac5ed1 -- autobuilt 9ac5ed1 - -* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.87.dev.gitbbc0deb -- autobuilt bbc0deb - -* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.86.dev.git54b82a1 -- autobuilt 54b82a1 - -* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.85.dev.git0778c11 -- autobuilt 0778c11 - -* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.84.dev.git3728ca9 -- autobuilt 3728ca9 - -* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.83.dev.git06a6fd9 -- autobuilt 06a6fd9 - -* Wed Dec 23 2020 RH Container Bot - 2:3.0.0-0.82.dev.git9b6324f -- autobuilt 9b6324f - -* Tue Dec 22 2020 RH Container Bot - 2:3.0.0-0.81.dev.git07663f7 -- autobuilt 07663f7 - -* Tue Dec 22 2020 RH Container Bot - 2:3.0.0-0.80.dev.gitcfdb8fb -- autobuilt cfdb8fb - -* Tue Dec 22 2020 RH Container Bot - 2:3.0.0-0.79.dev.gitb4692f2 -- autobuilt b4692f2 - -* Mon Dec 21 2020 RH Container Bot - 2:3.0.0-0.78.dev.git182646b -- autobuilt 182646b - -* Mon Dec 21 2020 RH Container Bot - 2:3.0.0-0.77.dev.git076f77b -- autobuilt 076f77b - -* Mon Dec 21 2020 RH Container Bot - 2:3.0.0-0.76.dev.gitd692518 -- autobuilt d692518 - -* Fri Dec 18 2020 RH Container Bot - 2:3.0.0-0.75.dev.git5c6b5ef -- autobuilt 5c6b5ef - -* Fri Dec 18 2020 RH Container Bot - 2:3.0.0-0.74.dev.gitf568658 -- autobuilt f568658 - -* Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.73.dev.gita17afa9 -- autobuilt a17afa9 - -* Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.72.dev.git0333366 -- autobuilt 0333366 - -* Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.71.dev.git7592f8f -- autobuilt 7592f8f - -* Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.70.dev.gitd291013 -- autobuilt d291013 - -* Thu Dec 17 2020 RH Container Bot - 2:3.0.0-0.69.dev.gitc38ae47 -- autobuilt c38ae47 - -* Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.68.dev.git915ae6d -- autobuilt 915ae6d - -* Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.67.dev.git2a21dcd -- autobuilt 2a21dcd - -* Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.66.dev.gitbacb2fc -- autobuilt bacb2fc - -* Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.65.dev.git978c076 -- autobuilt 978c076 - -* Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.64.dev.gitf1f7b8f -- autobuilt f1f7b8f - -* Wed Dec 16 2020 RH Container Bot - 2:3.0.0-0.63.dev.git8333a9e -- autobuilt 8333a9e - -* Tue Dec 15 2020 RH Container Bot - 2:3.0.0-0.62.dev.git66e979a -- autobuilt 66e979a - -* Tue Dec 15 2020 RH Container Bot - 2:3.0.0-0.61.dev.gite689503 -- autobuilt e689503 - -* Tue Dec 15 2020 RH Container Bot - 2:3.0.0-0.60.dev.git9379ee9 -- autobuilt 9379ee9 - -* Mon Dec 14 2020 RH Container Bot - 2:3.0.0-0.59.dev.git999d40d -- autobuilt 999d40d - -* Mon Dec 14 2020 RH Container Bot - 2:3.0.0-0.58.dev.git0fd31e2 -- autobuilt 0fd31e2 - -* Mon Dec 14 2020 RH Container Bot - 2:3.0.0-0.57.dev.gitbdbf47f -- autobuilt bdbf47f - -* Sat Dec 12 2020 RH Container Bot - 2:3.0.0-0.56.dev.gita226e6e -- autobuilt a226e6e - -* Sat Dec 12 2020 RH Container Bot - 2:3.0.0-0.55.dev.git36bec38 -- autobuilt 36bec38 - -* Sat Dec 12 2020 RH Container Bot - 2:3.0.0-0.54.dev.git1d50245 -- autobuilt 1d50245 - -* Sat Dec 12 2020 RH Container Bot - 2:3.0.0-0.53.dev.gitfbcd445 -- autobuilt fbcd445 - -* Fri Dec 11 2020 RH Container Bot - 2:3.0.0-0.52.dev.gitb0a287c -- autobuilt b0a287c - -* Fri Dec 11 2020 RH Container Bot - 2:3.0.0-0.51.dev.git99ac30a -- autobuilt 99ac30a - -* Fri Dec 11 2020 RH Container Bot - 2:3.0.0-0.50.dev.gitdd95478 -- autobuilt dd95478 - -* Thu Dec 10 2020 RH Container Bot - 2:3.0.0-0.49.dev.git6823a5d -- autobuilt 6823a5d - -* Thu Dec 10 2020 RH Container Bot - 2:3.0.0-0.48.dev.git2bb1490 -- autobuilt 2bb1490 - -* Thu Dec 10 2020 RH Container Bot - 2:3.0.0-0.47.dev.gitdeb0042 -- autobuilt deb0042 - -* Thu Dec 10 2020 RH Container Bot - 2:3.0.0-0.46.dev.giteaa19a1 -- autobuilt eaa19a1 - -* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.45.dev.git9216be2 -- autobuilt 9216be2 - -* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.44.dev.giteb053df -- autobuilt eb053df - -* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.43.dev.git43567c6 -- autobuilt 43567c6 - -* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.42.dev.git9abbe07 -- autobuilt 9abbe07 - -* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.41.dev.git3cd143f -- autobuilt 3cd143f - -* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.40.dev.gitb875c5c -- autobuilt b875c5c - -* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.39.dev.git2472600 -- autobuilt 2472600 - -* Wed Dec 9 2020 RH Container Bot - 2:3.0.0-0.38.dev.gitdd295f2 -- autobuilt dd295f2 - -* Tue Dec 8 2020 RH Container Bot - 2:3.0.0-0.37.dev.git7caef9c -- autobuilt 7caef9c - -* Tue Dec 8 2020 RH Container Bot - 2:3.0.0-0.36.dev.git47d2a4b -- autobuilt 47d2a4b - -* Tue Dec 8 2020 RH Container Bot - 2:3.0.0-0.35.dev.git0cccba8 -- autobuilt 0cccba8 - -* Tue Dec 8 2020 RH Container Bot - 2:3.0.0-0.34.dev.git9b3a81a -- autobuilt 9b3a81a - -* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.33.dev.gite2f9120 -- autobuilt e2f9120 - -* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.32.dev.gitbfbeece -- autobuilt bfbeece - -* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.31.dev.gita5ca039 -- autobuilt a5ca039 - -* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.30.dev.git3569e24 -- autobuilt 3569e24 - -* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.29.dev.gite6f80fa -- autobuilt e6f80fa - -* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.28.dev.gite117ad3 -- autobuilt e117ad3 - -* Mon Dec 7 2020 RH Container Bot - 2:3.0.0-0.27.dev.git0c96731 -- autobuilt 0c96731 - -* Sat Dec 5 2020 RH Container Bot - 2:3.0.0-0.26.dev.git0c2a43b -- autobuilt 0c2a43b - -* Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.25.dev.git8e83799 -- autobuilt 8e83799 - -* Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.24.dev.gitb6536d2 -- autobuilt b6536d2 - -* Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.23.dev.gitc55b831 -- autobuilt c55b831 - -* Fri Dec 4 2020 Lokesh Mandvekar - 2:3.0.0-0.22.dev.gitf01630a -- make both checksec and koji happy - -* Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.21.dev.gitf01630a -- autobuilt f01630a - -* Fri Dec 4 2020 RH Container Bot - 2:3.0.0-0.20.dev.gitec0411a -- autobuilt ec0411a - -* Thu Dec 3 2020 Lokesh Mandvekar - 2:3.0.0-0.19.dev.git85b412d -- Harden binaries -- Reported-by: Wade Mealing - -* Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.18.dev.git70284b1 -- autobuilt 70284b1 - -* Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.17.dev.gitc675d8a -- autobuilt c675d8a - -* Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.16.dev.git85b412d -- autobuilt 85b412d - -* Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.15.dev.git9180872 -- autobuilt 9180872 - -* Thu Dec 3 2020 RH Container Bot - 2:3.0.0-0.14.dev.git5cf7aa6 -- autobuilt 5cf7aa6 - -* Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.13.dev.git7984842 -- autobuilt 7984842 - -* Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.12.dev.gitd456765 -- autobuilt d456765 - -* Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.11.dev.gite82ec90 -- autobuilt e82ec90 - -* Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.10.dev.git7210b86 -- autobuilt 7210b86 - -* Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.9.dev.gitd28874b -- autobuilt d28874b - -* Wed Dec 2 2020 RH Container Bot - 2:3.0.0-0.8.dev.git9c5fe95 -- autobuilt 9c5fe95 - -* Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.7.dev.gitb2cd6e0 -- autobuilt b2cd6e0 - -* Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.6.dev.gitc71ad9a -- autobuilt c71ad9a - -* Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.5.dev.gitce45b71 -- autobuilt ce45b71 - -* Tue Dec 1 2020 Lokesh Mandvekar - 2:3.0.0-0.4.dev.git429d949 -- use podman-plugins / dnsname upstream v1.1.1 - -* Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.3.dev.git429d949 -- autobuilt 429d949 - -* Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.2.dev.git2438390 -- autobuilt 2438390 - -* Tue Dec 1 2020 RH Container Bot - 2:3.0.0-0.1.dev.gitca612a3 -- bump to 3.0.0 -- autobuilt ca612a3 - -* Mon Nov 30 2020 RH Container Bot - 2:2.2.0-0.74.dev.gitc342583 -- autobuilt c342583 - -* Mon Nov 30 2020 RH Container Bot - 2:2.2.0-0.73.dev.gitf6fb297 -- autobuilt f6fb297 - -* Mon Nov 30 2020 RH Container Bot - 2:2.2.0-0.72.dev.git7ad1c9c -- autobuilt 7ad1c9c - -* Mon Nov 30 2020 RH Container Bot - 2:2.2.0-0.71.dev.gitfc85ec9 -- autobuilt fc85ec9 - -* Sat Nov 28 2020 RH Container Bot - 2:2.2.0-0.70.dev.git8b2c0a4 -- autobuilt 8b2c0a4 - -* Sat Nov 28 2020 RH Container Bot - 2:2.2.0-0.69.dev.gitf0d48aa -- autobuilt f0d48aa - -* Sat Nov 28 2020 RH Container Bot - 2:2.2.0-0.68.dev.git3110308 -- autobuilt 3110308 - -* Thu Nov 26 2020 RH Container Bot - 2:2.2.0-0.67.dev.gitad24392 -- autobuilt ad24392 - -* Wed Nov 25 2020 RH Container Bot - 2:2.2.0-0.66.dev.git397e9a9 -- autobuilt 397e9a9 - -* Tue Nov 24 2020 RH Container Bot - 2:2.2.0-0.65.dev.gitd408395 -- autobuilt d408395 - -* Tue Nov 24 2020 RH Container Bot - 2:2.2.0-0.64.dev.git850bdd2 -- autobuilt 850bdd2 - -* Tue Nov 24 2020 RH Container Bot - 2:2.2.0-0.63.dev.git4ebd9d9 -- autobuilt 4ebd9d9 - -* Mon Nov 23 2020 RH Container Bot - 2:2.2.0-0.62.dev.git4fe7c3f -- autobuilt 4fe7c3f - -* Mon Nov 23 2020 RH Container Bot - 2:2.2.0-0.61.dev.gitcd6c4cb -- autobuilt cd6c4cb - -* Mon Nov 23 2020 RH Container Bot - 2:2.2.0-0.60.dev.git5d55285 -- autobuilt 5d55285 - -* Mon Nov 23 2020 RH Container Bot - 2:2.2.0-0.59.dev.gitdd34341 -- autobuilt dd34341 - -* Sat Nov 21 2020 RH Container Bot - 2:2.2.0-0.58.dev.git5292d5a -- autobuilt 5292d5a - -* Fri Nov 20 2020 RH Container Bot - 2:2.2.0-0.57.dev.git042d488 -- autobuilt 042d488 - -* Thu Nov 19 2020 RH Container Bot - 2:2.2.0-0.56.dev.git70f91fb -- autobuilt 70f91fb - -* Wed Nov 18 2020 Lokesh Mandvekar - 2:2.2.0-0.55.dev.git286d356 -- bump dnsname to v1.1.0, commit a9c2a10 - -* Wed Nov 18 2020 RH Container Bot - 2:2.2.0-0.54.dev.git286d356 -- autobuilt 286d356 - -* Tue Nov 17 2020 Eduardo Santiago - 2:2.2.0-0.53.dev.git42ec4cf -- slight correction to the path of the containers-mounts source file - -* Tue Nov 17 2020 Lokesh Mandvekar - 2:2.2.0-0.52.dev.git42ec4cf -- containers-mounts.conf.5 in containers-common - -* Tue Nov 17 2020 Eduardo Santiago - 2:2.2.0-0.51.dev.git42ec4cf -- completion files: be smarter, package -remote files only with -remote - -* Tue Nov 17 2020 RH Container Bot - 2:2.2.0-0.50.dev.git42ec4cf -- autobuilt 42ec4cf - -* Sun Nov 15 2020 Eduardo Santiago - 2:2.2.0-0.49.dev.git3920756 -- package new zsh and fish completion files - -* Sun Nov 15 2020 RH Container Bot - 2:2.2.0-0.48.dev.git3920756 -- autobuilt 3920756 - -* Sat Nov 14 2020 RH Container Bot - 2:2.2.0-0.47.dev.git4eb9c28 -- autobuilt 4eb9c28 - -* Fri Nov 13 2020 RH Container Bot - 2:2.2.0-0.46.dev.git0b1a60e -- autobuilt 0b1a60e - -* Thu Nov 12 2020 RH Container Bot - 2:2.2.0-0.45.dev.git6c2503c -- autobuilt 6c2503c - -* Wed Nov 11 2020 Eduardo Santiago - 2:2.2.0-0.44.dev.gite443c01 -- distribute newly-added /usr/lib/tmpfiles.d/podman.conf - -* Wed Nov 11 2020 RH Container Bot - 2:2.2.0-0.43.dev.gite443c01 -- autobuilt e443c01 - -* Tue Nov 10 2020 RH Container Bot - 2:2.2.0-0.42.dev.gitda01191 -- autobuilt da01191 - -* Sat Nov 7 2020 RH Container Bot - 2:2.2.0-0.41.dev.gite2b82e6 -- autobuilt e2b82e6 - -* Fri Nov 6 2020 RH Container Bot - 2:2.2.0-0.40.dev.git07293bc -- autobuilt 07293bc - -* Fri Oct 23 2020 ashley-cui - 2:2.2.0-0.39.dev.git287edd4 -- ‘rebuild’ - -* Wed Oct 21 2020 RH Container Bot - 2:2.2.0-0.38.dev.git287edd4 -- autobuilt 287edd4 - -* Tue Oct 20 2020 RH Container Bot - 2:2.2.0-0.37.dev.git35b4cb1 -- autobuilt 35b4cb1 - -* Mon Oct 19 2020 RH Container Bot - 2:2.2.0-0.36.dev.git7ffcab0 -- autobuilt 7ffcab0 - -* Sun Oct 18 2020 RH Container Bot - 2:2.2.0-0.35.dev.git6ec96dc -- autobuilt 6ec96dc - -* Sat Oct 17 2020 RH Container Bot - 2:2.2.0-0.34.dev.git39f1bea -- autobuilt 39f1bea - -* Fri Oct 16 2020 RH Container Bot - 2:2.2.0-0.33.dev.git9f98b34 -- autobuilt 9f98b34 - -* Thu Oct 15 2020 RH Container Bot - 2:2.2.0-0.32.dev.gita82d60d -- autobuilt a82d60d - -* Wed Oct 14 2020 RH Container Bot - 2:2.2.0-0.31.dev.gitd30b4b7 -- autobuilt d30b4b7 - -* Tue Oct 13 2020 RH Container Bot - 2:2.2.0-0.30.dev.git7ad631b -- autobuilt 7ad631b - -* Mon Oct 12 2020 Jindrich Novy - 2:2.2.0-0.29.dev.git212011f -- use %%rhel instead of %%eln, thanks to Adam Samalik for noticing - -* Mon Oct 12 2020 RH Container Bot - 2:2.2.0-0.28.dev.git212011f -- autobuilt 212011f - -* Sat Oct 10 2020 RH Container Bot - 2:2.2.0-0.27.dev.git7876dd5 -- autobuilt 7876dd5 - -* Fri Oct 9 2020 RH Container Bot - 2:2.2.0-0.26.dev.git71d675a -- autobuilt 71d675a - -* Thu Oct 8 2020 RH Container Bot - 2:2.2.0-0.25.dev.git59b5f0a -- autobuilt 59b5f0a - -* Wed Oct 7 2020 RH Container Bot - 2:2.2.0-0.24.dev.gita7500e5 -- autobuilt a7500e5 - -* Tue Oct 6 2020 Lokesh Mandvekar - 2:2.2.0-0.23.dev.gitdefb754 -- btrfs deps for fedora only - -* Tue Oct 6 2020 RH Container Bot - 2:2.2.0-0.22.dev.gitdefb754 -- autobuilt defb754 - -* Mon Oct 5 2020 RH Container Bot - 2:2.2.0-0.21.dev.gitcaace52 -- autobuilt caace52 - -* Sat Oct 3 2020 Lokesh Mandvekar - 2:2.2.0-0.20.dev.git7c12967 -- rebuild - -* Sat Oct 3 2020 RH Container Bot - 2:2.2.0-0.19.dev.git7c12967 -- autobuilt 7c12967 - -* Fri Oct 2 2020 RH Container Bot - 2:2.2.0-0.18.dev.git14fd7b4 -- autobuilt 14fd7b4 - -* Thu Oct 1 2020 RH Container Bot - 2:2.2.0-0.17.dev.git556117c -- autobuilt 556117c - -* Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.16.dev.git4d57313 -- autobuilt 4d57313 - -* Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.15.dev.git08d036c -- autobuilt 08d036c - -* Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.14.dev.git19f080f -- autobuilt 19f080f - -* Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.13.dev.gite9eddda -- autobuilt e9eddda - -* Wed Sep 30 2020 RH Container Bot - 2:2.2.0-0.12.dev.gitb68b6f3 -- autobuilt b68b6f3 - -* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.11.dev.git453333a -- autobuilt 453333a - -* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.10.dev.git12f173f -- autobuilt 12f173f - -* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.9.dev.git2ee415b -- autobuilt 2ee415b - -* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.8.dev.gitbf10168 -- autobuilt bf10168 - -* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.7.dev.git84dede4 -- autobuilt 84dede4 - -* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.6.dev.git5cf8659 -- autobuilt 5cf8659 - -* Tue Sep 29 2020 RH Container Bot - 2:2.2.0-0.5.dev.git4a7fb62 -- autobuilt 4a7fb62 - -* Mon Sep 28 2020 RH Container Bot - 2:2.2.0-0.4.dev.gite7e466e -- autobuilt e7e466e - -* Mon Sep 28 2020 RH Container Bot - 2:2.2.0-0.3.dev.gitb0e70a6 -- autobuilt b0e70a6 - -* Fri Sep 25 2020 RH Container Bot - 2:2.2.0-0.2.dev.git03d01ab -- autobuilt 03d01ab - -* Fri Sep 25 2020 RH Container Bot - 2:2.2.0-0.1.dev.gita1045ad -- bump to 2.2.0 -- autobuilt a1045ad - -* Tue Sep 22 2020 RH Container Bot - 2:2.1.0-0.287.dev.git141688c -- autobuilt 141688c - -* Mon Sep 21 2020 RH Container Bot - 2:2.1.0-0.286.dev.git84c87fc -- autobuilt 84c87fc - -* Mon Sep 21 2020 RH Container Bot - 2:2.1.0-0.285.dev.gitdd4dc4b -- autobuilt dd4dc4b - -* Sat Sep 19 2020 RH Container Bot - 2:2.1.0-0.284.dev.git8529435 -- autobuilt 8529435 - -* Fri Sep 18 2020 RH Container Bot - 2:2.1.0-0.283.dev.git5b7509c -- autobuilt 5b7509c - -* Fri Sep 18 2020 RH Container Bot - 2:2.1.0-0.282.dev.gitfc3daae -- autobuilt fc3daae - -* Fri Sep 18 2020 RH Container Bot - 2:2.1.0-0.281.dev.git273b954 -- autobuilt 273b954 - -* Thu Sep 17 2020 Merlin Mathesius - 2:2.1.0-0.280.dev.git1a929c7 -- Minor conditional updates to enable building for ELN - -* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.279.dev.gitf84f441 -- autobuilt f84f441 - -* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.278.dev.git175d7b1 -- autobuilt 175d7b1 - -* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.277.dev.gitdc23ef1 -- autobuilt dc23ef1 - -* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.276.dev.git031ddf9 -- autobuilt 031ddf9 - -* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.275.dev.git9f745d5 -- autobuilt 9f745d5 - -* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.274.dev.git1a929c7 -- autobuilt 1a929c7 - -* Wed Sep 16 2020 RH Container Bot - 2:2.1.0-0.273.dev.git8d7e795 -- autobuilt 8d7e795 - -* Wed Sep 16 2020 Lokesh Mandvekar - 2:2.1.0-0.272.dev.gitacf86ef -- fix dependencies for podman-plugins - -* Wed Sep 16 2020 Lokesh Mandvekar - 2:2.1.0-0.271.dev.gitacf86ef -- bump dnsname plugin commit and dependency on dnsmasq - -* Wed Sep 16 2020 RH Container Bot - 2:2.1.0-0.270.dev.gitacf86ef -- autobuilt acf86ef - -* Wed Sep 16 2020 RH Container Bot - 2:2.1.0-0.269.dev.git0d14d7b -- autobuilt 0d14d7b - -* Wed Sep 16 2020 RH Container Bot - 2:2.1.0-0.268.dev.gitb9c47fa -- autobuilt b9c47fa - -* Wed Sep 16 2020 RH Container Bot - 2:2.1.0-0.267.dev.git2604919 -- autobuilt 2604919 - -* Tue Sep 15 2020 RH Container Bot - 2:2.1.0-0.266.dev.git2eb3339 -- autobuilt 2eb3339 - -* Tue Sep 15 2020 RH Container Bot - 2:2.1.0-0.265.dev.gitbec96ab -- autobuilt bec96ab - -* Tue Sep 15 2020 RH Container Bot - 2:2.1.0-0.264.dev.git0be5836 -- autobuilt 0be5836 - -* Tue Sep 15 2020 RH Container Bot - 2:2.1.0-0.263.dev.git3f6045c -- autobuilt 3f6045c - -* Tue Sep 15 2020 RH Container Bot - 2:2.1.0-0.262.dev.git5c47a33 -- autobuilt 5c47a33 - -* Mon Sep 14 2020 RH Container Bot - 2:2.1.0-0.261.dev.gitfd7cdb2 -- autobuilt fd7cdb2 - -* Mon Sep 14 2020 RH Container Bot - 2:2.1.0-0.260.dev.gitb7a7cf6 -- autobuilt b7a7cf6 - -* Sun Sep 13 2020 RH Container Bot - 2:2.1.0-0.259.dev.git3f5f99b -- autobuilt 3f5f99b - -* Fri Sep 11 2020 RH Container Bot - 2:2.1.0-0.258.dev.git25fb0c2 -- autobuilt 25fb0c2 - -* Fri Sep 11 2020 RH Container Bot - 2:2.1.0-0.257.dev.git834c41d -- autobuilt 834c41d - -* Fri Sep 11 2020 RH Container Bot - 2:2.1.0-0.256.dev.git4f04007 -- autobuilt 4f04007 - -* Fri Sep 11 2020 RH Container Bot - 2:2.1.0-0.255.dev.git881f2df -- autobuilt 881f2df - -* Fri Sep 11 2020 RH Container Bot - 2:2.1.0-0.254.dev.git37658c0 -- autobuilt 37658c0 - -* Fri Sep 11 2020 RH Container Bot - 2:2.1.0-0.253.dev.git397de44 -- autobuilt 397de44 - -* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.252.dev.git10ba232 -- autobuilt 10ba232 - -* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.251.dev.git861451a -- autobuilt 861451a - -* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.250.dev.git96bc5eb -- autobuilt 96bc5eb - -* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.249.dev.git89a3483 -- autobuilt 89a3483 - -* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.248.dev.gitfc70360 -- autobuilt fc70360 - -* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.247.dev.gitaadf96a -- autobuilt aadf96a - -* Thu Sep 10 2020 RH Container Bot - 2:2.1.0-0.246.dev.git3d33923 -- autobuilt 3d33923 - -* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.245.dev.gite1b4729 -- autobuilt e1b4729 - -* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.244.dev.git08b6020 -- autobuilt 08b6020 - -* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.243.dev.git68dace0 -- autobuilt 68dace0 - -* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.242.dev.git9c4c883 -- autobuilt 9c4c883 - -* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.241.dev.git5a09fd8 -- autobuilt 5a09fd8 - -* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.240.dev.git1b2b068 -- autobuilt 1b2b068 - -* Wed Sep 9 2020 RH Container Bot - 2:2.1.0-0.239.dev.git6b1a1fc -- autobuilt 6b1a1fc - -* Tue Sep 8 2020 RH Container Bot - 2:2.1.0-0.238.dev.git814784c -- autobuilt 814784c - -* Tue Sep 8 2020 RH Container Bot - 2:2.1.0-0.237.dev.gite180de8 -- autobuilt e180de8 - -* Tue Sep 8 2020 RH Container Bot - 2:2.1.0-0.236.dev.git54a61e3 -- autobuilt 54a61e3 - -* Tue Sep 8 2020 RH Container Bot - 2:2.1.0-0.235.dev.git11679c2 -- autobuilt 11679c2 - -* Mon Sep 7 2020 RH Container Bot - 2:2.1.0-0.234.dev.gitbe7778d -- autobuilt be7778d - -* Mon Sep 7 2020 RH Container Bot - 2:2.1.0-0.233.dev.git21c6aae -- autobuilt 21c6aae - -* Sun Sep 6 2020 RH Container Bot - 2:2.1.0-0.232.dev.gitba8d0bb -- autobuilt ba8d0bb - -* Sat Sep 5 2020 RH Container Bot - 2:2.1.0-0.231.dev.gitf1323a9 -- autobuilt f1323a9 - -* Wed Sep 2 2020 RH Container Bot - 2:2.1.0-0.230.dev.gitfa487a6 -- autobuilt fa487a6 - -* Wed Sep 2 2020 RH Container Bot - 2:2.1.0-0.229.dev.git37791d7 -- autobuilt 37791d7 - -* Wed Sep 2 2020 RH Container Bot - 2:2.1.0-0.228.dev.git1184cdf -- autobuilt 1184cdf - -* Tue Sep 1 2020 RH Container Bot - 2:2.1.0-0.227.dev.gita867b16 -- autobuilt a867b16 - -* Tue Sep 1 2020 RH Container Bot - 2:2.1.0-0.226.dev.git557cf94 -- autobuilt 557cf94 - -* Mon Aug 31 2020 RH Container Bot - 2:2.1.0-0.225.dev.git138132e -- autobuilt 138132e - -* Mon Aug 31 2020 RH Container Bot - 2:2.1.0-0.224.dev.git0c076db -- autobuilt 0c076db - -* Mon Aug 31 2020 Lokesh Mandvekar - 2:2.1.0-0.223.dev.git575b3a3 -- bump - -* Sat Aug 29 2020 RH Container Bot - 2:2.1.0-0.222.dev.git575b3a3 -- autobuilt 575b3a3 - -* Fri Aug 28 2020 RH Container Bot - 2:2.1.0-0.221.dev.git4e3ea01 -- autobuilt 4e3ea01 - -* Fri Aug 28 2020 RH Container Bot - 2:2.1.0-0.220.dev.git1f9b854 -- autobuilt 1f9b854 - -* Fri Aug 28 2020 RH Container Bot - 2:2.1.0-0.219.dev.git522a32f -- autobuilt 522a32f - -* Fri Aug 28 2020 RH Container Bot - 2:2.1.0-0.218.dev.git0640cc7 -- autobuilt 0640cc7 - -* Fri Aug 28 2020 RH Container Bot - 2:2.1.0-0.217.dev.gitb1d6ea2 -- autobuilt b1d6ea2 - -* Fri Aug 28 2020 RH Container Bot - 2:2.1.0-0.216.dev.git061c93f -- autobuilt 061c93f - -* Thu Aug 27 2020 RH Container Bot - 2:2.1.0-0.215.dev.git72c5b35 -- autobuilt 72c5b35 - -* Thu Aug 27 2020 RH Container Bot - 2:2.1.0-0.214.dev.git7d3cadc -- autobuilt 7d3cadc - -* Thu Aug 27 2020 RH Container Bot - 2:2.1.0-0.213.dev.gitd6b0377 -- autobuilt d6b0377 - -* Wed Aug 26 2020 RH Container Bot - 2:2.1.0-0.212.dev.gitf99954c -- autobuilt f99954c - -* Wed Aug 26 2020 RH Container Bot - 2:2.1.0-0.211.dev.git3a9d524 -- autobuilt 3a9d524 - -* Tue Aug 25 2020 RH Container Bot - 2:2.1.0-0.210.dev.git6a06944 -- autobuilt 6a06944 - -* Mon Aug 24 2020 RH Container Bot - 2:2.1.0-0.209.dev.git8fdc116 -- autobuilt 8fdc116 - -* Mon Aug 24 2020 RH Container Bot - 2:2.1.0-0.208.dev.git2c567dc -- autobuilt 2c567dc - -* Sun Aug 23 2020 RH Container Bot - 2:2.1.0-0.207.dev.gite535f61 -- autobuilt e535f61 - -* Sun Aug 23 2020 RH Container Bot - 2:2.1.0-0.206.dev.git80d2c01 -- autobuilt 80d2c01 - -* Fri Aug 21 2020 RH Container Bot - 2:2.1.0-0.205.dev.git4828455 -- autobuilt 4828455 - -* Fri Aug 21 2020 RH Container Bot - 2:2.1.0-0.204.dev.gita8619bb -- autobuilt a8619bb - -* Thu Aug 20 2020 RH Container Bot - 2:2.1.0-0.203.dev.git516196f -- autobuilt 516196f - -* Thu Aug 20 2020 RH Container Bot - 2:2.1.0-0.202.dev.git7ccd821 -- autobuilt 7ccd821 - -* Thu Aug 20 2020 RH Container Bot - 2:2.1.0-0.201.dev.git7865db5 -- autobuilt 7865db5 - -* Wed Aug 19 2020 RH Container Bot - 2:2.1.0-0.200.dev.git42690ff -- autobuilt 42690ff - -* Wed Aug 19 2020 RH Container Bot - 2:2.1.0-0.199.dev.gitdcdb647 -- autobuilt dcdb647 - -* Wed Aug 19 2020 RH Container Bot - 2:2.1.0-0.198.dev.git9babd21 -- autobuilt 9babd21 - -* Wed Aug 19 2020 RH Container Bot - 2:2.1.0-0.197.dev.gitdd4e0da -- autobuilt dd4e0da - -* Wed Aug 19 2020 RH Container Bot - 2:2.1.0-0.196.dev.git7e2a1b3 -- autobuilt 7e2a1b3 - -* Tue Aug 18 2020 RH Container Bot - 2:2.1.0-0.195.dev.git9d096c1 -- autobuilt 9d096c1 - -* Tue Aug 18 2020 RH Container Bot - 2:2.1.0-0.194.dev.gitff1f81b -- autobuilt ff1f81b - -* Tue Aug 18 2020 RH Container Bot - 2:2.1.0-0.193.dev.git748e882 -- autobuilt 748e882 - -* Tue Aug 18 2020 RH Container Bot - 2:2.1.0-0.192.dev.git49d6468 -- autobuilt 49d6468 - -* Mon Aug 17 2020 RH Container Bot - 2:2.1.0-0.191.dev.git8caed30 -- autobuilt 8caed30 - -* Mon Aug 17 2020 RH Container Bot - 2:2.1.0-0.190.dev.git47108e2 -- autobuilt 47108e2 - -* Mon Aug 17 2020 RH Container Bot - 2:2.1.0-0.189.dev.gitfff66f1 -- autobuilt fff66f1 - -* Sun Aug 16 2020 RH Container Bot - 2:2.1.0-0.188.dev.git96fb5dc -- autobuilt 96fb5dc - -* Sat Aug 15 2020 RH Container Bot - 2:2.1.0-0.187.dev.gitca4423e -- autobuilt ca4423e - -* Thu Aug 13 2020 RH Container Bot - 2:2.1.0-0.186.dev.git81499a5 -- autobuilt 81499a5 - -* Thu Aug 13 2020 RH Container Bot - 2:2.1.0-0.185.dev.git9ede14e -- autobuilt 9ede14e - -* Thu Aug 13 2020 RH Container Bot - 2:2.1.0-0.184.dev.git90831df -- autobuilt 90831df - -* Wed Aug 12 2020 RH Container Bot - 2:2.1.0-0.183.dev.gitd777a7b -- autobuilt d777a7b - -* Wed Aug 12 2020 RH Container Bot - 2:2.1.0-0.182.dev.git4ef4f52 -- autobuilt 4ef4f52 - -* Wed Aug 12 2020 RH Container Bot - 2:2.1.0-0.181.dev.git8e4842a -- autobuilt 8e4842a - -* Wed Aug 12 2020 RH Container Bot - 2:2.1.0-0.180.dev.gitac96112 -- autobuilt ac96112 - -* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.179.dev.git8eaacec -- autobuilt 8eaacec - -* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.178.dev.git43f2771 -- autobuilt 43f2771 - -* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.177.dev.gitaa66c06 -- autobuilt aa66c06 - -* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.176.dev.git6d3075a -- autobuilt 6d3075a - -* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.175.dev.git68c67d2 -- autobuilt 68c67d2 - -* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.174.dev.gita90ae00 -- autobuilt a90ae00 - -* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.173.dev.git92b088b -- autobuilt 92b088b - -* Tue Aug 11 2020 RH Container Bot - 2:2.1.0-0.172.dev.gitdf0ad51 -- autobuilt df0ad51 - -* Mon Aug 10 2020 RH Container Bot - 2:2.1.0-0.171.dev.git75d2fe6 -- autobuilt 75d2fe6 - -* Mon Aug 10 2020 RH Container Bot - 2:2.1.0-0.170.dev.git68fd9aa -- autobuilt 68fd9aa - -* Mon Aug 10 2020 RH Container Bot - 2:2.1.0-0.169.dev.git162625f -- autobuilt 162625f - -* Mon Aug 10 2020 RH Container Bot - 2:2.1.0-0.168.dev.gitda00482 -- autobuilt da00482 - -* Sun Aug 09 2020 RH Container Bot - 2:2.1.0-0.167.dev.git95e2e15 -- autobuilt 95e2e15 - -* Sat Aug 08 2020 RH Container Bot - 2:2.1.0-0.166.dev.git3173a18 -- autobuilt 3173a18 - -* Sat Aug 08 2020 RH Container Bot - 2:2.1.0-0.165.dev.git1298161 -- autobuilt 1298161 - -* Fri Aug 07 2020 RH Container Bot - 2:2.1.0-0.164.dev.git51159e7 -- autobuilt 51159e7 - -* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.163.dev.git0d4a269 -- autobuilt 0d4a269 - -* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.162.dev.gita948635 -- autobuilt a948635 - -* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.161.dev.gitbae6d5d -- autobuilt bae6d5d - -* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.160.dev.gitd1aaf33 -- autobuilt d1aaf33 - -* Wed Aug 05 2020 Eduardo Santiago - 2:2.1.0-0.159.dev.git7a7c8e9 -- add openssl, httpd-tools requirements to podman-tests - -* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.158.dev.git7a7c8e9 -- autobuilt 7a7c8e9 - -* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.157.dev.git4797190 -- autobuilt 4797190 - -* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.156.dev.git6260677 -- autobuilt 6260677 - -* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.155.dev.git0a3f3c9 -- autobuilt 0a3f3c9 - -* Wed Aug 05 2020 RH Container Bot - 2:2.1.0-0.154.dev.git807efd6 -- autobuilt 807efd6 - -* Tue Aug 04 2020 Peter Oliver - 2:2.1.0-0.153.dev.git1709335 -- Include podman-auto-update systemd service and timer. - -* Tue Aug 04 2020 RH Container Bot - 2:2.1.0-0.152.dev.gitd4cf3c5 -- autobuilt d4cf3c5 - -* Tue Aug 04 2020 RH Container Bot - 2:2.1.0-0.151.dev.git93d6320 -- autobuilt 93d6320 - -* Tue Aug 04 2020 RH Container Bot - 2:2.1.0-0.150.dev.gitf7440ff -- autobuilt f7440ff - -* Tue Aug 04 2020 RH Container Bot - 2:2.1.0-0.149.dev.git1ed1e58 -- autobuilt 1ed1e58 - -* Mon Aug 03 2020 RH Container Bot - 2:2.1.0-0.148.dev.git1709335 -- autobuilt 1709335 - -* Mon Aug 03 2020 RH Container Bot - 2:2.1.0-0.147.dev.git2e3928e -- autobuilt 2e3928e - -* Mon Aug 03 2020 RH Container Bot - 2:2.1.0-0.146.dev.git41358f5 -- autobuilt 41358f5 - -* Mon Aug 03 2020 RH Container Bot - 2:2.1.0-0.145.dev.gitbfd3454 -- autobuilt bfd3454 - -* Sun Aug 02 2020 RH Container Bot - 2:2.1.0-0.144.dev.gitf4d4bd2 -- autobuilt f4d4bd2 - -* Sat Aug 01 2020 RH Container Bot - 2:2.1.0-0.143.dev.gitb425a4f -- autobuilt b425a4f - -* Sat Aug 01 2020 RH Container Bot - 2:2.1.0-0.142.dev.git0d064a0 -- autobuilt 0d064a0 - -* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.141.dev.git4c75fe3 -- autobuilt 4c75fe3 - -* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.140.dev.git7a15be5 -- autobuilt 7a15be5 - -* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.139.dev.git3cf8237 -- autobuilt 3cf8237 - -* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.138.dev.gitbb96c89 -- autobuilt bb96c89 - -* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.137.dev.gite911875 -- autobuilt e911875 - -* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.136.dev.git0e009d5 -- autobuilt 0e009d5 - -* Fri Jul 31 2020 RH Container Bot - 2:2.1.0-0.135.dev.git1b784b4 -- autobuilt 1b784b4 - -* Thu Jul 30 2020 RH Container Bot - 2:2.1.0-0.134.dev.git4132b71 -- autobuilt 4132b71 - -* Thu Jul 30 2020 RH Container Bot - 2:2.1.0-0.133.dev.gitca2bda6 -- autobuilt ca2bda6 - -* Thu Jul 30 2020 RH Container Bot - 2:2.1.0-0.132.dev.git05b3e0e -- autobuilt 05b3e0e - -* Thu Jul 30 2020 RH Container Bot - 2:2.1.0-0.131.dev.git1170430 -- autobuilt 1170430 - -* Wed Jul 29 2020 RH Container Bot - 2:2.1.0-0.130.dev.gitc66ce8d -- autobuilt c66ce8d - -* Wed Jul 29 2020 RH Container Bot - 2:2.1.0-0.129.dev.giteaa2f52 -- autobuilt eaa2f52 - -* Wed Jul 29 2020 RH Container Bot - 2:2.1.0-0.128.dev.git044a7cb -- autobuilt 044a7cb - -* Wed Jul 29 2020 RH Container Bot - 2:2.1.0-0.127.dev.git7f38774 -- autobuilt 7f38774 - -* Wed Jul 29 2020 RH Container Bot - 2:2.1.0-0.126.dev.git83166a9 -- autobuilt 83166a9 - -* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.125.dev.git539bb4c -- autobuilt 539bb4c - -* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.124.dev.gitb0777ad -- autobuilt b0777ad - -* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.123.dev.git288ebec -- autobuilt 288ebec - -* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.122.dev.git6ed9868 -- autobuilt 6ed9868 - -* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.121.dev.gitec69497 -- autobuilt ec69497 - -* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.120.dev.git91c92d1 -- autobuilt 91c92d1 - -* Tue Jul 28 2020 RH Container Bot - 2:2.1.0-0.119.dev.gitd463715 -- autobuilt d463715 - -* Mon Jul 27 2020 RH Container Bot - 2:2.1.0-0.118.dev.git2b7bc9b -- autobuilt 2b7bc9b - -* Mon Jul 27 2020 RH Container Bot - 2:2.1.0-0.117.dev.git956caf3 -- autobuilt 956caf3 - -* Mon Jul 27 2020 RH Container Bot - 2:2.1.0-0.116.dev.gitbf92ec5 -- autobuilt bf92ec5 - -* Mon Jul 27 2020 RH Container Bot - 2:2.1.0-0.115.dev.git5e9b54f -- autobuilt 5e9b54f - -* Mon Jul 27 2020 RH Container Bot - 2:2.1.0-0.114.dev.git55a7faf -- autobuilt 55a7faf - -* Mon Jul 27 2020 RH Container Bot - 2:2.1.0-0.113.dev.git71f7150 -- autobuilt 71f7150 - -* Sun Jul 26 2020 RH Container Bot - 2:2.1.0-0.112.dev.git11e8e65 -- autobuilt 11e8e65 - -* Fri Jul 24 2020 RH Container Bot - 2:2.1.0-0.111.dev.gitc2deeff -- autobuilt c2deeff - -* Fri Jul 24 2020 RH Container Bot - 2:2.1.0-0.110.dev.gitd924476 -- autobuilt d924476 - -* Thu Jul 23 2020 RH Container Bot - 2:2.1.0-0.109.dev.git197825d -- autobuilt 197825d - -* Thu Jul 23 2020 RH Container Bot - 2:2.1.0-0.108.dev.git961fa6a -- autobuilt 961fa6a - -* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.107.dev.git1aac197 -- autobuilt 1aac197 - -* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.106.dev.git9223b72 -- autobuilt 9223b72 - -* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.105.dev.gitd493374 -- autobuilt d493374 - -* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.104.dev.git80add29 -- autobuilt 80add29 - -* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.103.dev.git9f5d146 -- autobuilt 9f5d146 - -* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.102.dev.gitef03815 -- autobuilt ef03815 - -* Wed Jul 22 2020 RH Container Bot - 2:2.1.0-0.101.dev.git59bad8b -- autobuilt 59bad8b - -* Tue Jul 21 2020 RH Container Bot - 2:2.1.0-0.100.dev.git344a791 -- autobuilt 344a791 - -* Tue Jul 21 2020 RH Container Bot - 2:2.1.0-0.99.dev.gite5b3563 -- autobuilt e5b3563 - -* Tue Jul 21 2020 RH Container Bot - 2:2.1.0-0.98.dev.gitbe5219a -- autobuilt be5219a - -* Tue Jul 21 2020 RH Container Bot - 2:2.1.0-0.97.dev.gitf8e2a35 -- autobuilt f8e2a35 - -* Tue Jul 21 2020 RH Container Bot - 2:2.1.0-0.96.dev.git644b5bc -- autobuilt 644b5bc - -* Tue Jul 21 2020 RH Container Bot - 2:2.1.0-0.95.dev.gitdf6920a -- autobuilt df6920a - -* Mon Jul 20 2020 RH Container Bot - 2:2.1.0-0.94.dev.git0d26a57 -- autobuilt 0d26a57 - -* Mon Jul 20 2020 RH Container Bot - 2:2.1.0-0.93.dev.gite8de509 -- autobuilt e8de509 - -* Mon Jul 20 2020 RH Container Bot - 2:2.1.0-0.92.dev.git17f9b80 -- autobuilt 17f9b80 - -* Sun Jul 19 2020 RH Container Bot - 2:2.1.0-0.91.dev.gitb7b8fce -- autobuilt b7b8fce - -* Sat Jul 18 2020 RH Container Bot - 2:2.1.0-0.90.dev.gitd087ade -- autobuilt d087ade - -* Sat Jul 18 2020 RH Container Bot - 2:2.1.0-0.89.dev.gitdeff289 -- autobuilt deff289 - -* Fri Jul 17 2020 RH Container Bot - 2:2.1.0-0.88.dev.git10c5f24 -- autobuilt 10c5f24 - -* Fri Jul 17 2020 RH Container Bot - 2:2.1.0-0.87.dev.gitdfca83d -- autobuilt dfca83d - -* Fri Jul 17 2020 RH Container Bot - 2:2.1.0-0.86.dev.gitd86bae2 -- autobuilt d86bae2 - -* Thu Jul 16 2020 RH Container Bot - 2:2.1.0-0.85.dev.git0bd5181 -- autobuilt 0bd5181 - -* Thu Jul 16 2020 RH Container Bot - 2:2.1.0-0.84.dev.gitf4766e0 -- autobuilt f4766e0 - -* Thu Jul 16 2020 RH Container Bot - 2:2.1.0-0.83.dev.git984fffc -- autobuilt 984fffc - -* Thu Jul 16 2020 RH Container Bot - 2:2.1.0-0.82.dev.git11fe857 -- autobuilt 11fe857 - -* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.81.dev.git9efeb1c -- autobuilt 9efeb1c - -* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.80.dev.git6dcff5c -- autobuilt 6dcff5c - -* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.79.dev.git9051546 -- autobuilt 9051546 - -* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.78.dev.git8704b78 -- autobuilt 8704b78 - -* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.77.dev.git60127cf -- autobuilt 60127cf - -* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.76.dev.git76f9f96 -- autobuilt 76f9f96 - -* Wed Jul 15 2020 RH Container Bot - 2:2.1.0-0.75.dev.git4250d24 -- autobuilt 4250d24 - -* Tue Jul 14 2020 RH Container Bot - 2:2.1.0-0.74.dev.gitc4843d4 -- autobuilt c4843d4 - -* Tue Jul 14 2020 RH Container Bot - 2:2.1.0-0.73.dev.gita9a751f -- autobuilt a9a751f - -* Tue Jul 14 2020 RH Container Bot - 2:2.1.0-0.72.dev.gitd83077b -- autobuilt d83077b - -* Tue Jul 14 2020 RH Container Bot - 2:2.1.0-0.71.dev.git210f104 -- autobuilt 210f104 - -* Mon Jul 13 2020 RH Container Bot - 2:2.1.0-0.70.dev.git3d33590 -- autobuilt 3d33590 - -* Mon Jul 13 2020 RH Container Bot - 2:2.1.0-0.69.dev.gitd86acf2 -- autobuilt d86acf2 - -* Mon Jul 13 2020 RH Container Bot - 2:2.1.0-0.68.dev.gite2a8e03 -- autobuilt e2a8e03 - -* Sat Jul 11 2020 RH Container Bot - 2:2.1.0-0.67.dev.gite38001f -- autobuilt e38001f - -* Fri Jul 10 2020 RH Container Bot - 2:2.1.0-0.66.dev.git1d71753 -- autobuilt 1d71753 - -* Fri Jul 10 2020 RH Container Bot - 2:2.1.0-0.65.dev.git2ac8c69 -- autobuilt 2ac8c69 - -* Thu Jul 09 2020 RH Container Bot - 2:2.1.0-0.64.dev.gitd9cd003 -- autobuilt d9cd003 - -* Thu Jul 09 2020 RH Container Bot - 2:2.1.0-0.63.dev.gitbc3b3b3 -- autobuilt bc3b3b3 - -* Wed Jul 08 2020 RH Container Bot - 2:2.1.0-0.62.dev.gitedf5fe8 -- autobuilt edf5fe8 - -* Wed Jul 08 2020 RH Container Bot - 2:2.1.0-0.61.dev.gitb58d2b7 -- autobuilt b58d2b7 - -* Wed Jul 08 2020 RH Container Bot - 2:2.1.0-0.60.dev.git85d71ae -- autobuilt 85d71ae - -* Tue Jul 07 2020 RH Container Bot - 2:2.1.0-0.59.dev.git54d16f3 -- autobuilt 54d16f3 - -* Tue Jul 07 2020 RH Container Bot - 2:2.1.0-0.58.dev.gitcd08485 -- autobuilt cd08485 - -* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.57.dev.git1a93857 -- autobuilt 1a93857 - -* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.56.dev.gitb1cc781 -- autobuilt b1cc781 - -* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.55.dev.gitf4708a5 -- autobuilt f4708a5 - -* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.54.dev.git9532509 -- autobuilt 9532509 - -* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.53.dev.git9eac75a -- autobuilt 9eac75a - -* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.52.dev.git4bdc119 -- autobuilt 4bdc119 - -* Mon Jul 06 2020 Eduardo Santiago - 2:2.1.0-0.51.dev.git4351e33 -- bump crun dependency to 0.14, needed for --sdnotify option - -* Mon Jul 06 2020 RH Container Bot - 2:2.1.0-0.50.dev.git4351e33 -- autobuilt 4351e33 - -* Sun Jul 05 2020 RH Container Bot - 2:2.1.0-0.49.dev.git41ccc04 -- autobuilt 41ccc04 - -* Fri Jul 03 2020 RH Container Bot - 2:2.1.0-0.48.dev.gitb9d48a9 -- autobuilt b9d48a9 - -* Thu Jul 02 2020 RH Container Bot - 2:2.1.0-0.47.dev.gitbd2fca0 -- autobuilt bd2fca0 - -* Thu Jul 02 2020 RH Container Bot - 2:2.1.0-0.46.dev.gitc131567 -- autobuilt c131567 - -* Thu Jul 02 2020 RH Container Bot - 2:2.1.0-0.45.dev.git9fb0b56 -- autobuilt 9fb0b56 - -* Wed Jul 01 2020 RH Container Bot - 2:2.1.0-0.44.dev.gite846952 -- autobuilt e846952 - -* Wed Jul 01 2020 RH Container Bot - 2:2.1.0-0.43.dev.gitd8718fd -- autobuilt d8718fd - -* Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.42.dev.git957e7a5 -- autobuilt 957e7a5 - -* Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.41.dev.git1a1e3f4 -- autobuilt 1a1e3f4 - -* Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.40.dev.git6fbd157 -- autobuilt 6fbd157 - -* Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.39.dev.gitc2a0ccd -- autobuilt c2a0ccd - -* Tue Jun 30 2020 RH Container Bot - 2:2.1.0-0.38.dev.git83bde3b -- autobuilt 83bde3b - -* Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.37.dev.gitb163ec3 -- autobuilt b163ec3 - -* Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.36.dev.gite0b93af -- autobuilt e0b93af - -* Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.35.dev.gitc682ca3 -- autobuilt c682ca3 - -* Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.34.dev.gitd90e8b6 -- autobuilt d90e8b6 - -* Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.33.dev.git6ac009d -- autobuilt 6ac009d - -* Mon Jun 29 2020 RH Container Bot - 2:2.1.0-0.32.dev.git771c887 -- autobuilt 771c887 - -* Fri Jun 26 2020 RH Container Bot - 2:2.1.0-0.31.dev.git673116c -- autobuilt 673116c - -* Fri Jun 26 2020 RH Container Bot - 2:2.1.0-0.30.dev.gitbb11b42 -- autobuilt bb11b42 - -* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.29.dev.git4db296f -- autobuilt 4db296f - -* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.28.dev.git358e69c -- autobuilt 358e69c - -* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.27.dev.git05e1df2 -- autobuilt 05e1df2 - -* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.26.dev.git7766192 -- autobuilt 7766192 - -* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.25.dev.gitc036eef -- autobuilt c036eef - -* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.24.dev.gitf8036c5 -- autobuilt f8036c5 - -* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.23.dev.gitcd36499 -- autobuilt cd36499 - -* Thu Jun 25 2020 RH Container Bot - 2:2.1.0-0.22.dev.git35cca19 -- autobuilt 35cca19 - -* Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.21.dev.git2df3faa -- autobuilt 2df3faa - -* Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.20.dev.git4ee6659 -- autobuilt 4ee6659 - -* Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.19.dev.gitb61e429 -- autobuilt b61e429 - -* Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.18.dev.git6bc5dcc -- autobuilt 6bc5dcc - -* Wed Jun 24 2020 RH Container Bot - 2:2.1.0-0.17.dev.git0d26b8f -- autobuilt 0d26b8f - -* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.16.dev.git5fe122b -- autobuilt 5fe122b - -* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.15.dev.git81f4204 -- autobuilt 81f4204 - -* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.14.dev.gitaa6881d -- autobuilt aa6881d - -* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.13.dev.git92af85f -- autobuilt 92af85f - -* Tue Jun 23 2020 Lokesh Mandvekar - 2:2.1.0-0.12.dev.git73514b1 -- re-enable remote package - -* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.11.dev.git73514b1 -- autobuilt 73514b1 - -* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.10.dev.gitbbaba9f -- autobuilt bbaba9f - -* Tue Jun 23 2020 RH Container Bot - 2:2.1.0-0.9.dev.git9e37fd4 -- autobuilt 9e37fd4 - -* Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.8.dev.git22a7d60 -- autobuilt 22a7d60 - -* Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.7.dev.git22942e3 -- autobuilt 22942e3 - -* Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.6.dev.git78b205c -- autobuilt 78b205c - -* Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.5.dev.git277732b -- autobuilt 277732b - -* Mon Jun 22 2020 RH Container Bot - 2:2.1.0-0.4.dev.git4afdbcd -- autobuilt 4afdbcd - -* Sun Jun 21 2020 RH Container Bot - 2:2.1.0-0.3.dev.git0e4b734 -- autobuilt 0e4b734 - -* Sun Jun 21 2020 RH Container Bot - 2:2.1.0-0.2.dev.git4a1dd9f -- autobuilt 4a1dd9f - -* Sat Jun 20 2020 RH Container Bot - 2:2.1.0-0.1.dev.gitbc256d9 -- bump to 2.1.0 -- autobuilt bc256d9 - -* Sat Jun 20 2020 RH Container Bot - 2:2.0.0-0.173.dev.gitf403aa3 -- autobuilt f403aa3 - -* Fri Jun 19 2020 RH Container Bot - 2:2.0.0-0.172.dev.git89dbd1a -- autobuilt 89dbd1a - -* Fri Jun 19 2020 RH Container Bot - 2:2.0.0-0.171.dev.git1a2eb3e -- autobuilt 1a2eb3e - -* Fri Jun 19 2020 RH Container Bot - 2:2.0.0-0.170.dev.git33a6027 -- autobuilt 33a6027 - -* Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.169.dev.gita2661b1 -- autobuilt a2661b1 - -* Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.168.dev.gite6b9b3a -- autobuilt e6b9b3a - -* Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.167.dev.git1099ad6 -- autobuilt 1099ad6 - -* Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.166.dev.git3eb0ad0 -- autobuilt 3eb0ad0 - -* Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.165.dev.gitb5f7afd -- autobuilt b5f7afd - -* Thu Jun 18 2020 RH Container Bot - 2:2.0.0-0.164.dev.git6472b44 -- autobuilt 6472b44 - -* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.163.dev.git7b00e49 -- autobuilt 7b00e49 - -* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.162.dev.git7b5073b -- autobuilt 7b5073b - -* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.161.dev.gita76bf11 -- autobuilt a76bf11 - -* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.160.dev.git5694104 -- autobuilt 5694104 - -* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.159.dev.gitf293606 -- autobuilt f293606 - -* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.158.dev.git1acd2ad -- autobuilt 1acd2ad - -* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.157.dev.git38391ed -- autobuilt 38391ed - -* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.156.dev.git4fb0f56 -- autobuilt 4fb0f56 - -* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.155.dev.git4b2da3e -- autobuilt 4b2da3e - -* Wed Jun 17 2020 RH Container Bot - 2:2.0.0-0.154.dev.gite4e10df -- autobuilt e4e10df - -* Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.153.dev.git89630ad -- autobuilt 89630ad - -* Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.152.dev.gitd6965da -- autobuilt d6965da - -* Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.151.dev.git908bc3f -- autobuilt 908bc3f - -* Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.150.dev.git0968f25 -- autobuilt 0968f25 - -* Tue Jun 16 2020 RH Container Bot - 2:2.0.0-0.149.dev.gite0dd227 -- autobuilt e0dd227 - -* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.148.dev.git2c7b39d -- autobuilt 2c7b39d - -* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.147.dev.git8a42a32 -- autobuilt 8a42a32 - -* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.146.dev.git10c6c80 -- autobuilt 10c6c80 - -* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.145.dev.gitb897297 -- autobuilt b897297 - -* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.144.dev.git298d622 -- autobuilt 298d622 - -* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.143.dev.git230cd25 -- autobuilt 230cd25 - -* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.142.dev.gite94e3fd -- autobuilt e94e3fd - -* Mon Jun 15 2020 RH Container Bot - 2:2.0.0-0.141.dev.gitc2690c2 -- autobuilt c2690c2 - -* Fri Jun 12 2020 RH Container Bot - 2:2.0.0-0.140.dev.git3f026eb -- autobuilt 3f026eb - -* Fri Jun 12 2020 RH Container Bot - 2:2.0.0-0.139.dev.git92dafdc -- autobuilt 92dafdc - -* Fri Jun 12 2020 RH Container Bot - 2:2.0.0-0.138.dev.git8aa5cf3 -- autobuilt 8aa5cf3 - -* Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.137.dev.git1f05606 -- autobuilt 1f05606 - -* Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.136.dev.git39ad038 -- autobuilt 39ad038 - -* Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.135.dev.git142e62c -- autobuilt 142e62c - -* Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.134.dev.git5f3e64f -- autobuilt 5f3e64f - -* Thu Jun 11 2020 RH Container Bot - 2:2.0.0-0.133.dev.git7b85d5c -- autobuilt 7b85d5c - -* Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.132.dev.gitb2200db -- autobuilt b2200db - -* Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.131.dev.git6c5bd15 -- autobuilt 6c5bd15 - -* Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.130.dev.git37c9078 -- autobuilt 37c9078 - -* Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.129.dev.git6346846 -- autobuilt 6346846 - -* Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.128.dev.git9967f28 -- autobuilt 9967f28 - -* Wed Jun 10 2020 RH Container Bot - 2:2.0.0-0.127.dev.gitfbe09d7 -- autobuilt fbe09d7 - -* Tue Jun 09 2020 RH Container Bot - 2:2.0.0-0.126.dev.gitc831ae1 -- autobuilt c831ae1 - -* Tue Jun 09 2020 RH Container Bot - 2:2.0.0-0.125.dev.git79f30af -- autobuilt 79f30af - -* Mon Jun 08 2020 RH Container Bot - 2:2.0.0-0.124.dev.gita85e979 -- autobuilt a85e979 - -* Mon Jun 08 2020 RH Container Bot - 2:2.0.0-0.123.dev.gitb8acc85 -- autobuilt b8acc85 - -* Mon Jun 08 2020 RH Container Bot - 2:2.0.0-0.122.dev.git2869cce -- autobuilt 2869cce - -* Sat Jun 06 2020 RH Container Bot - 2:2.0.0-0.121.dev.git1fcb678 -- autobuilt 1fcb678 - -* Fri Jun 05 2020 RH Container Bot - 2:2.0.0-0.120.dev.git723e823 -- autobuilt 723e823 - -* Fri Jun 05 2020 RH Container Bot - 2:2.0.0-0.119.dev.gitc448c03 -- autobuilt c448c03 - -* Fri Jun 05 2020 RH Container Bot - 2:2.0.0-0.118.dev.gitc6da1a8 -- autobuilt c6da1a8 - -* Fri Jun 05 2020 RH Container Bot - 2:2.0.0-0.117.dev.gitf243233 -- autobuilt f243233 - -* Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.116.dev.gitb057896 -- autobuilt b057896 - -* Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.115.dev.gitbf8337b -- autobuilt bf8337b - -* Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.114.dev.gitceef4f6 -- autobuilt ceef4f6 - -* Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.113.dev.git650ed43 -- autobuilt 650ed43 - -* Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.112.dev.gitff99c3e -- autobuilt ff99c3e - -* Thu Jun 04 2020 RH Container Bot - 2:2.0.0-0.111.dev.gitd6e70c6 -- autobuilt d6e70c6 - -* Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.110.dev.git1f8c509 -- autobuilt 1f8c509 - -* Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.109.dev.git986a277 -- autobuilt 986a277 - -* Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.108.dev.gitbba0a8b -- autobuilt bba0a8b - -* Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.107.dev.gitcbfb498 -- autobuilt cbfb498 - -* Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.106.dev.git9bd48a6 -- autobuilt 9bd48a6 - -* Wed Jun 03 2020 RH Container Bot - 2:2.0.0-0.105.dev.git428303c -- autobuilt 428303c - -* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.104.dev.git95ea39e -- autobuilt 95ea39e - -* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.103.dev.git4632a4b -- autobuilt 4632a4b - -* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.102.dev.gitc4ccd7c -- autobuilt c4ccd7c - -* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.101.dev.gitd10addc -- autobuilt d10addc - -* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.100.dev.git2937151 -- autobuilt 2937151 - -* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.99.dev.giteb488e7 -- autobuilt eb488e7 - -* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.98.dev.git92f5029 -- autobuilt 92f5029 - -* Tue Jun 02 2020 RH Container Bot - 2:2.0.0-0.97.dev.gitcc02154 -- autobuilt cc02154 - -* Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.96.dev.gitd6bf6b9 -- autobuilt d6bf6b9 - -* Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.95.dev.git85d3641 -- autobuilt 85d3641 - -* Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.94.dev.git5f1c23d -- autobuilt 5f1c23d - -* Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.93.dev.gitf559cec -- autobuilt f559cec - -* Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.92.dev.git2c6016f -- autobuilt 2c6016f - -* Mon Jun 01 2020 RH Container Bot - 2:2.0.0-0.91.dev.git22713d6 -- autobuilt 22713d6 - -* Sun May 31 2020 RH Container Bot - 2:2.0.0-0.90.dev.gitbb05337 -- autobuilt bb05337 - -* Sat May 30 2020 RH Container Bot - 2:2.0.0-0.89.dev.git9037908 -- autobuilt 9037908 - -* Sat May 30 2020 RH Container Bot - 2:2.0.0-0.88.dev.gitc479d63 -- autobuilt c479d63 - -* Fri May 29 2020 RH Container Bot - 2:2.0.0-0.87.dev.git0eea051 -- autobuilt 0eea051 - -* Fri May 29 2020 RH Container Bot - 2:2.0.0-0.86.dev.git0c750a9 -- autobuilt 0c750a9 - -* Fri May 29 2020 RH Container Bot - 2:2.0.0-0.85.dev.git78c3846 -- autobuilt 78c3846 - -* Fri May 29 2020 RH Container Bot - 2:2.0.0-0.84.dev.git6e3aec3 -- autobuilt 6e3aec3 - -* Fri May 29 2020 RH Container Bot - 2:2.0.0-0.83.dev.gitcd1e25f -- autobuilt cd1e25f - -* Thu May 28 2020 Lokesh Mandvekar - 2:2.0.0-0.82.dev.gite8818ce -- use ABISupport buildtag for podman - -* Thu May 28 2020 RH Container Bot - 2:2.0.0-0.81.dev.gite8818ce -- autobuilt e8818ce - -* Thu May 28 2020 RH Container Bot - 2:2.0.0-0.80.dev.git4b2c980 -- autobuilt 4b2c980 - -* Wed May 27 2020 RH Container Bot - 2:2.0.0-0.79.dev.gitadca437 -- autobuilt adca437 - -* Wed May 27 2020 RH Container Bot - 2:2.0.0-0.78.dev.gitc64abd0 -- autobuilt c64abd0 - -* Wed May 27 2020 RH Container Bot - 2:2.0.0-0.77.dev.gitab3a620 -- autobuilt ab3a620 - -* Wed May 27 2020 RH Container Bot - 2:2.0.0-0.76.dev.git2a988a4 -- autobuilt 2a988a4 - -* Wed May 27 2020 RH Container Bot - 2:2.0.0-0.75.dev.git89b4683 -- autobuilt 89b4683 - -* Tue May 26 2020 RH Container Bot - 2:2.0.0-0.74.dev.git119e13d -- autobuilt 119e13d - -* Tue May 26 2020 RH Container Bot - 2:2.0.0-0.73.dev.gite704da0 -- autobuilt e704da0 - -* Tue May 26 2020 RH Container Bot - 2:2.0.0-0.72.dev.gitd32d588 -- autobuilt d32d588 - -* Tue May 26 2020 RH Container Bot - 2:2.0.0-0.71.dev.git07ef44e -- autobuilt 07ef44e - -* Mon May 25 2020 RH Container Bot - 2:2.0.0-0.70.dev.git1077d2d -- autobuilt 1077d2d - -* Mon May 25 2020 RH Container Bot - 2:2.0.0-0.69.dev.git0b7b974 -- autobuilt 0b7b974 - -* Sun May 24 2020 RH Container Bot - 2:2.0.0-0.68.dev.gitb4cd54a -- autobuilt b4cd54a - -* Sat May 23 2020 RH Container Bot - 2:2.0.0-0.67.dev.git56a95b0 -- autobuilt 56a95b0 - -* Sat May 23 2020 RH Container Bot - 2:2.0.0-0.66.dev.gite323d3e -- autobuilt e323d3e - -* Sat May 23 2020 RH Container Bot - 2:2.0.0-0.65.dev.gitc166b21 -- autobuilt c166b21 - -* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.64.dev.gite1193c8 -- autobuilt e1193c8 - -* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.63.dev.gita6ee8bf -- autobuilt a6ee8bf - -* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.62.dev.gitc8d6426 -- autobuilt c8d6426 - -* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.61.dev.git6aa802d -- autobuilt 6aa802d - -* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.60.dev.gitcf5d338 -- autobuilt cf5d338 - -* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.59.dev.git05c0ae6 -- autobuilt 05c0ae6 - -* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.58.dev.git05a0612 -- autobuilt 05a0612 - -* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.57.dev.git3f2ab6b -- autobuilt 3f2ab6b - -* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.56.dev.git398d462 -- autobuilt 398d462 - -* Fri May 22 2020 RH Container Bot - 2:2.0.0-0.55.dev.gitbe43536 -- autobuilt be43536 - -* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.54.dev.gitb023d6d -- autobuilt b023d6d - -* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.53.dev.gitd688851 -- autobuilt d688851 - -* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.52.dev.gitf6aa620 -- autobuilt f6aa620 - -* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.51.dev.git9d3b466 -- autobuilt 9d3b466 - -* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.50.dev.git6409ff6 -- autobuilt 6409ff6 - -* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.49.dev.gitfeb97bb -- autobuilt feb97bb - -* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.48.dev.git6668b13 -- autobuilt 6668b13 - -* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.47.dev.git72e8803 -- autobuilt 72e8803 - -* Thu May 21 2020 RH Container Bot - 2:2.0.0-0.46.dev.git8db7b9e -- autobuilt 8db7b9e - -* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.45.dev.git02b29db -- autobuilt 02b29db - -* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.44.dev.gite8e5a5f -- autobuilt e8e5a5f - -* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.43.dev.git6a75dfa -- autobuilt 6a75dfa - -* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.42.dev.gitb0bfa0e -- autobuilt b0bfa0e - -* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.41.dev.git09f8f14 -- autobuilt 09f8f14 - -* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.40.dev.git70d89bf -- autobuilt 70d89bf - -* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.39.dev.gita670014 -- autobuilt a670014 - -* Wed May 20 2020 RH Container Bot - 2:2.0.0-0.38.dev.git4eee0d8 -- autobuilt 4eee0d8 - -* Mon May 18 2020 RH Container Bot - 2:2.0.0-0.37.dev.git0f8ad03 -- autobuilt 0f8ad03 - -* Mon May 18 2020 RH Container Bot - 2:2.0.0-0.36.dev.git9fe4933 -- autobuilt 9fe4933 - -* Mon May 18 2020 RH Container Bot - 2:2.0.0-0.35.dev.gitd6d4500 -- autobuilt d6d4500 - -* Mon May 18 2020 RH Container Bot - 2:2.0.0-0.34.dev.gitd4587c6 -- autobuilt d4587c6 - -* Sun May 17 2020 RH Container Bot - 2:2.0.0-0.33.dev.gitbfcec32 -- autobuilt bfcec32 - -* Fri May 15 2020 RH Container Bot - 2:2.0.0-0.32.dev.git343ab99 -- autobuilt 343ab99 - -* Fri May 15 2020 RH Container Bot - 2:2.0.0-0.31.dev.gitc61a45c -- autobuilt c61a45c - -* Fri May 15 2020 RH Container Bot - 2:2.0.0-0.30.dev.git59dd341 -- autobuilt 59dd341 - -* Fri May 15 2020 RH Container Bot - 2:2.0.0-0.29.dev.gitd5358e6 -- autobuilt d5358e6 - -* Fri May 15 2020 RH Container Bot - 2:2.0.0-0.28.dev.gita88cd9a -- autobuilt a88cd9a - -* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.27.dev.git4611ff5 -- autobuilt 4611ff5 - -* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.26.dev.git0d96251 -- autobuilt 0d96251 - -* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.25.dev.git77dbfc7 -- autobuilt 77dbfc7 - -* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.24.dev.git7e9ed37 -- autobuilt 7e9ed37 - -* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.23.dev.gite35edb6 -- autobuilt e35edb6 - -* Thu May 14 2020 Daniel J Walsh - 2:2.0.0-0.22.dev.gitf2f0de4 -- Add requires for oci-runtime -- Change crun to Recommends - -* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.21.dev.gitf2f0de4 -- autobuilt f2f0de4 - -* Thu May 14 2020 RH Container Bot - 2:2.0.0-0.20.dev.git150679d -- autobuilt 150679d - -* Wed May 13 2020 RH Container Bot - 2:2.0.0-0.19.dev.gitfa5b33e -- autobuilt fa5b33e - -* Wed May 13 2020 RH Container Bot - 2:2.0.0-0.18.dev.git3c58e4f -- autobuilt 3c58e4f - -* Wed May 13 2020 Eduardo Santiago - 2:2.0.0-0.17.dev.gitd147b3e -- libpod.conf has been removed from the repo - -* Wed May 13 2020 RH Container Bot - 2:2.0.0-0.16.dev.gitd147b3e -- autobuilt d147b3e - -* Wed May 13 2020 RH Container Bot - 2:2.0.0-0.15.dev.gitb364420 -- autobuilt b364420 - -* Tue May 12 2020 RH Container Bot - 2:2.0.0-0.14.dev.git486a117 -- autobuilt 486a117 - -* Tue May 12 2020 Lokesh Mandvekar - 2:2.0.0-0.13.dev.git5b4e91d -- disable remote package - -* Mon May 11 2020 Lokesh Mandvekar - 2:2.0.0-0.12.dev.git8857ba2 -- gating test fix attempt by Ed Santiago - -* Mon May 11 2020 Lokesh Mandvekar - 2:2.0.0-0.11.dev.git8857ba2 -- do not modprobe br_netfilter - -* Thu Apr 16 2020 RH Container Bot - 2:2.0.0-0.10.dev.git8857ba2 -- autobuilt 8857ba2 - -* Thu Apr 16 2020 RH Container Bot - 2:2.0.0-0.9.dev.git155a7d6 -- autobuilt 155a7d6 - -* Thu Apr 16 2020 RH Container Bot - 2:2.0.0-0.8.dev.git084cfb8 -- autobuilt 084cfb8 - -* Thu Apr 16 2020 RH Container Bot - 2:2.0.0-0.7.dev.gitd6b3bc1 -- autobuilt d6b3bc1 - -* Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.6.dev.gitc7d1761 -- autobuilt c7d1761 - -* Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.5.dev.git3500a8b -- autobuilt 3500a8b - -* Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.4.dev.git97bded8 -- autobuilt 97bded8 - -* Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.3.dev.gitef297d4 -- autobuilt ef297d4 - -* Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.2.dev.git9b78bf9 -- autobuilt 9b78bf9 - -* Wed Apr 15 2020 RH Container Bot - 2:2.0.0-0.1.dev.gitcc9b78f -- bump to 2.0.0 -- autobuilt cc9b78f - -* Wed Apr 15 2020 RH Container Bot - 2:1.9.0-14.1.dev.git37ed662 -- autobuilt 37ed662 - -* Wed Apr 15 2020 RH Container Bot - 2:1.9.0-13.1.dev.gita756161 -- autobuilt a756161 - -* Wed Apr 15 2020 RH Container Bot - 2:1.9.0-12.1.dev.gitffcb99d -- autobuilt ffcb99d - -* Wed Apr 15 2020 RH Container Bot - 2:1.9.0-11.1.dev.gitf0b6cde -- autobuilt f0b6cde - -* Tue Apr 14 2020 RH Container Bot - 2:1.9.0-10.1.dev.git0d01f09 -- autobuilt 0d01f09 - -* Tue Apr 14 2020 RH Container Bot - 2:1.9.0-9.1.dev.gita6caae0 -- autobuilt a6caae0 - -* Tue Apr 14 2020 RH Container Bot - 2:1.9.0-8.1.dev.gite2a1373 -- autobuilt e2a1373 - -* Tue Apr 14 2020 RH Container Bot - 2:1.9.0-7.1.dev.git26c1535 -- autobuilt 26c1535 - -* Tue Apr 14 2020 RH Container Bot - 2:1.9.0-6.1.dev.gitd885342 -- autobuilt d885342 - -* Mon Apr 13 2020 RH Container Bot - 2:1.9.0-5.1.dev.git5cf64ae -- autobuilt 5cf64ae - -* Mon Apr 13 2020 RH Container Bot - 2:1.9.0-4.1.dev.git0b067b6 -- autobuilt 0b067b6 - -* Mon Apr 13 2020 RH Container Bot - 2:1.9.0-3.1.dev.gitd7695dd -- autobuilt d7695dd - -* Mon Apr 13 2020 Lokesh Mandvekar - 2:1.9.0-2.1.dev.git465b4bc -- bump release tag to preserve clean upgrade path - -* Mon Apr 13 2020 RH Container Bot - 2:1.9.0-0.2.dev.git465b4bc -- autobuilt 465b4bc - -* Mon Apr 13 2020 RH Container Bot - 2:1.9.0-0.1.dev.git309a7f7 -- bump to 1.9.0 -- autobuilt 309a7f7 - -* Fri Apr 10 2020 RH Container Bot - 2:1.8.3-0.102.dev.git1593d4c -- autobuilt 1593d4c - -* Fri Apr 10 2020 RH Container Bot - 2:1.8.3-0.101.dev.git2a8db9d -- autobuilt 2a8db9d - -* Fri Apr 10 2020 RH Container Bot - 2:1.8.3-0.100.dev.git838b5e1 -- autobuilt 838b5e1 - -* Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.99.dev.git3a4bd39 -- autobuilt 3a4bd39 - -* Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.98.dev.git1662310 -- autobuilt 1662310 - -* Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.97.dev.git555b30e -- autobuilt 555b30e - -* Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.96.dev.git46227e0 -- autobuilt 46227e0 - -* Thu Apr 09 2020 RH Container Bot - 2:1.8.3-0.95.dev.git3c94fa9 -- autobuilt 3c94fa9 - -* Wed Apr 08 2020 RH Container Bot - 2:1.8.3-0.94.dev.gitf71e4d3 -- autobuilt f71e4d3 - -* Wed Apr 08 2020 RH Container Bot - 2:1.8.3-0.93.dev.git1791fe6 -- autobuilt 1791fe6 - -* Wed Apr 08 2020 RH Container Bot - 2:1.8.3-0.92.dev.git291ad7f -- autobuilt 291ad7f - -* Wed Apr 08 2020 RH Container Bot - 2:1.8.3-0.91.dev.git522dcd6 -- autobuilt 522dcd6 - -* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.90.dev.gitb4840ec -- autobuilt b4840ec - -* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.89.dev.git11c8b01 -- autobuilt 11c8b01 - -* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.88.dev.git08fa3d5 -- autobuilt 08fa3d5 - -* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.87.dev.git9d0d9df -- autobuilt 9d0d9df - -* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.86.dev.git8289805 -- autobuilt 8289805 - -* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.85.dev.git44f910c -- autobuilt 44f910c - -* Tue Apr 07 2020 RH Container Bot - 2:1.8.3-0.84.dev.gitc0e29b4 -- autobuilt c0e29b4 - -* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.83.dev.git64b6a19 -- autobuilt 64b6a19 - -* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.82.dev.git843fa25 -- autobuilt 843fa25 - -* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.81.dev.gita858b3a -- autobuilt a858b3a - -* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.80.dev.gite318b09 -- autobuilt e318b09 - -* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.79.dev.git09f553c -- autobuilt 09f553c - -* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.78.dev.git4b69cf0 -- autobuilt 4b69cf0 - -* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.77.dev.git5b853bb -- autobuilt 5b853bb - -* Mon Apr 06 2020 RH Container Bot - 2:1.8.3-0.76.dev.git8dea3c3 -- autobuilt 8dea3c3 - -* Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.75.dev.gitf7dffed -- autobuilt f7dffed - -* Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.74.dev.git35f5867 -- autobuilt 35f5867 - -* Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.73.dev.git64cade0 -- autobuilt 64cade0 - -* Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.72.dev.git2d9b9e8 -- autobuilt 2d9b9e8 - -* Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.71.dev.gita168dcc -- autobuilt a168dcc - -* Fri Apr 03 2020 RH Container Bot - 2:1.8.3-0.70.dev.gitccb9e57 -- autobuilt ccb9e57 - -* Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.69.dev.gitccf0e0d -- autobuilt ccf0e0d - -* Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.68.dev.gitc3c6a7c -- autobuilt c3c6a7c - -* Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.67.dev.gitffd2d78 -- autobuilt ffd2d78 - -* Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.66.dev.git82610d6 -- autobuilt 82610d6 - -* Thu Apr 02 2020 RH Container Bot - 2:1.8.3-0.65.dev.git88455fe -- autobuilt 88455fe - -* Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.64.dev.gita8cde90 -- autobuilt a8cde90 - -* Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.63.dev.git0f357be -- autobuilt 0f357be - -* Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.62.dev.git0a16372 -- autobuilt 0a16372 - -* Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.61.dev.gitd534e52 -- autobuilt d534e52 - -* Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.60.dev.git82cbebc -- autobuilt 82cbebc - -* Wed Apr 01 2020 RH Container Bot - 2:1.8.3-0.59.dev.git394f1c2 -- autobuilt 394f1c2 - -* Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.58.dev.git6d36d05 -- autobuilt 6d36d05 - -* Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.57.dev.git9f5fcc3 -- autobuilt 9f5fcc3 - -* Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.56.dev.git6e8f6ca -- autobuilt 6e8f6ca - -* Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.55.dev.git56ab9e4 -- autobuilt 56ab9e4 - -* Tue Mar 31 2020 RH Container Bot - 2:1.8.3-0.54.dev.git4e3010d -- autobuilt 4e3010d - -* Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.53.dev.git9c7410d -- autobuilt 9c7410d - -* Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.52.dev.gitedd623c -- autobuilt edd623c - -* Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.51.dev.git95d9a1e -- autobuilt 95d9a1e - -* Mon Mar 30 2020 Lokesh Mandvekar - 2:1.8.3-0.50.dev.git0fa01c8 -- Resolves: gh#5316 - -* Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.49.dev.git0fa01c8 -- autobuilt 0fa01c8 - -* Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.48.dev.gitcc22b94 -- autobuilt cc22b94 - -* Mon Mar 30 2020 RH Container Bot - 2:1.8.3-0.47.dev.git8193751 -- autobuilt 8193751 - -* Sun Mar 29 2020 RH Container Bot - 2:1.8.3-0.46.dev.git598bb53 -- autobuilt 598bb53 - -* Sun Mar 29 2020 RH Container Bot - 2:1.8.3-0.45.dev.gitdabfa10 -- autobuilt dabfa10 - -* Sat Mar 28 2020 RH Container Bot - 2:1.8.3-0.44.dev.git684b4bd -- autobuilt 684b4bd - -* Sat Mar 28 2020 RH Container Bot - 2:1.8.3-0.43.dev.git21b67e6 -- autobuilt 21b67e6 - -* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.42.dev.git3336b10 -- autobuilt 3336b10 - -* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.41.dev.git1fe2fbb -- autobuilt 1fe2fbb - -* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.40.dev.git2c5c198 -- autobuilt 2c5c198 - -* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.39.dev.git4233250 -- autobuilt 4233250 - -* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.38.dev.git3ddb5b1 -- autobuilt 3ddb5b1 - -* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.37.dev.git7007680 -- autobuilt 7007680 - -* Fri Mar 27 2020 RH Container Bot - 2:1.8.3-0.36.dev.git340312c -- autobuilt 340312c - -* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.35.dev.git1710eca -- autobuilt 1710eca - -* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.34.dev.git6a46a87 -- autobuilt 6a46a87 - -* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.33.dev.git913426c -- autobuilt 913426c - -* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.32.dev.git14ece7e -- autobuilt 14ece7e - -* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.31.dev.git8cccac5 -- autobuilt 8cccac5 - -* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.30.dev.gitc869b96 -- autobuilt c869b96 - -* Thu Mar 26 2020 RH Container Bot - 2:1.8.3-0.29.dev.git18c1530 -- autobuilt 18c1530 - -* Wed Mar 25 2020 RH Container Bot - 2:1.8.3-0.28.dev.gitff0124a -- autobuilt ff0124a - -* Wed Mar 25 2020 RH Container Bot - 2:1.8.3-0.27.dev.git852dd7f -- autobuilt 852dd7f - -* Wed Mar 25 2020 RH Container Bot - 2:1.8.3-0.26.dev.git69b011d -- autobuilt 69b011d - -* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.25.dev.gitb452064 -- autobuilt b452064 - -* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.24.dev.git0c084d9 -- autobuilt 0c084d9 - -* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.23.dev.gitc29a4c6 -- autobuilt c29a4c6 - -* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.22.dev.git14050c6 -- autobuilt 14050c6 - -* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.21.dev.git0334c8d -- autobuilt 0334c8d - -* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.20.dev.git0275eed -- autobuilt 0275eed - -* Tue Mar 24 2020 RH Container Bot - 2:1.8.3-0.19.dev.gita2ffd5c -- autobuilt a2ffd5c - -* Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.18.dev.git02de8d5 -- autobuilt 02de8d5 - -* Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.17.dev.git48b3143 -- autobuilt 48b3143 - -* Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.16.dev.gitb743f60 -- autobuilt b743f60 - -* Mon Mar 23 2020 Lokesh Mandvekar - 2:1.8.3-0.15.dev.gite34ec61 -- do not use hack/ostree_tag.sh - -* Mon Mar 23 2020 Lokesh Mandvekar - 2:1.8.3-0.14.dev.gite34ec61 -- Add APIv2 service files - -* Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.13.dev.gite34ec61 -- autobuilt e34ec61 - -* Mon Mar 23 2020 RH Container Bot - 2:1.8.3-0.12.dev.gitd6c9f3e -- autobuilt d6c9f3e - -* Sun Mar 22 2020 RH Container Bot - 2:1.8.3-0.11.dev.git31d1445 -- autobuilt 31d1445 - -* Sun Mar 22 2020 RH Container Bot - 2:1.8.3-0.10.dev.git98687ad -- autobuilt 98687ad - -* Sat Mar 21 2020 RH Container Bot - 2:1.8.3-0.9.dev.git2ffff3c -- autobuilt 2ffff3c - -* Sat Mar 21 2020 RH Container Bot - 2:1.8.3-0.8.dev.git89a3e59 -- autobuilt 89a3e59 - -* Sat Mar 21 2020 RH Container Bot - 2:1.8.3-0.7.dev.gite1f2851 -- autobuilt e1f2851 - -* Sat Mar 21 2020 RH Container Bot - 2:1.8.3-0.6.dev.git77187da -- autobuilt 77187da - -* Fri Mar 20 2020 RH Container Bot - 2:1.8.3-0.5.dev.git7a095af -- autobuilt 7a095af - -* Fri Mar 20 2020 RH Container Bot - 2:1.8.3-0.4.dev.git6df1d20 -- autobuilt 6df1d20 - -* Fri Mar 20 2020 RH Container Bot - 2:1.8.3-0.3.dev.gitccc30c6 -- autobuilt ccc30c6 - -* Thu Mar 19 2020 RH Container Bot - 2:1.8.3-0.2.dev.gitd927b43 -- autobuilt d927b43 - -* Thu Mar 19 2020 RH Container Bot - 2:1.8.3-0.1.dev.gitaa6c8c2 -- bump to 1.8.3 -- autobuilt aa6c8c2 - -* Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.9.dev.gitcccd05c -- autobuilt cccd05c - -* Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.8.dev.git1cb3e3a -- autobuilt 1cb3e3a - -* Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.7.dev.gitedcc73e -- autobuilt edcc73e - -* Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.6.dev.gite87fe4d -- autobuilt e87fe4d - -* Thu Mar 19 2020 RH Container Bot - 2:1.8.2-0.5.dev.gitbd9386d -- autobuilt bd9386d - -* Wed Mar 18 2020 RH Container Bot - 2:1.8.2-0.4.dev.git45e7cbf -- autobuilt 45e7cbf - -* Wed Mar 18 2020 RH Container Bot - 2:1.8.2-0.3.dev.gitf3a28de -- autobuilt f3a28de - -* Tue Mar 17 2020 RH Container Bot - 2:1.8.2-0.2.dev.git8f1ce4b -- autobuilt 8f1ce4b - -* Mon Mar 16 2020 RH Container Bot - 2:1.8.2-0.1.dev.git412a114 -- bump to 1.8.2 -- autobuilt 412a114 - -* Mon Mar 02 2020 Lokesh Mandvekar - 2:1.8.1-0.4.dev.git275e9b8 -- bump release tag for smooth upgrade path - -* Mon Mar 02 2020 RH Container Bot - 2:1.8.1-0.3.dev.git275e9b8 -- autobuilt 275e9b8 - -* Sat Feb 22 2020 Lokesh Mandvekar - 2:1.8.1-0.2.dev.git0bd29f8 -- bump release tag - -* Mon Feb 17 2020 Lokesh Mandvekar - 2:1.8.1-0.1.dev.git0bd29f8 -- bump to 1.8.1-dev -- built commit 0bd29f8 - -* Thu Feb 06 2020 Lokesh Mandvekar - 2:1.8.0-0.4.dev.git5092c07 -- bump crun dependency - -* Wed Feb 05 2020 RH Container Bot - 2:1.8.0-0.3.dev.git5092c07 -- autobuilt 5092c07 - -* Tue Feb 04 2020 RH Container Bot - 2:1.8.0-0.2.dev.gitc4f6d56 -- autobuilt c4f6d56 - -* Sun Feb 02 2020 RH Container Bot - 2:1.8.0-0.1.dev.git4699d5e -- bump to 1.8.0 -- autobuilt 4699d5e - -* Fri Jan 31 2020 RH Container Bot - 2:1.7.1-0.66.dev.git36af283 -- autobuilt 36af283 - -* Thu Jan 30 2020 RH Container Bot - 2:1.7.1-0.65.dev.giteb28365 -- autobuilt eb28365 - -* Wed Jan 29 2020 RH Container Bot - 2:1.7.1-0.64.dev.gitb2ae45c -- autobuilt b2ae45c - -* Tue Jan 28 2020 RH Container Bot - 2:1.7.1-0.63.dev.git326cdf9 -- autobuilt 326cdf9 - -* Mon Jan 27 2020 RH Container Bot - 2:1.7.1-0.62.dev.gitc28af15 -- autobuilt c28af15 - -* Sat Jan 25 2020 RH Container Bot - 2:1.7.1-0.61.dev.git975854a -- autobuilt 975854a - -* Thu Jan 23 2020 RH Container Bot - 2:1.7.1-0.60.dev.git5bad873 -- autobuilt 5bad873 - -* Thu Jan 23 2020 RH Container Bot - 2:1.7.1-0.59.dev.git8beeb06 -- autobuilt 8beeb06 - -* Thu Jan 23 2020 RH Container Bot - 2:1.7.1-0.58.dev.git6518421 -- autobuilt 6518421 - -* Thu Jan 23 2020 RH Container Bot - 2:1.7.1-0.57.dev.gite6cf0ec -- autobuilt e6cf0ec - -* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.56.dev.gitac3a6b8 -- autobuilt ac3a6b8 - -* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.55.dev.git8b377a7 -- autobuilt 8b377a7 - -* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.54.dev.gitc42383f -- autobuilt c42383f - -* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.53.dev.gitc40664d -- autobuilt c40664d - -* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.52.dev.git9f146b1 -- autobuilt 9f146b1 - -* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.51.dev.git7e1afe0 -- autobuilt 7e1afe0 - -* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.50.dev.git55abb6d -- autobuilt 55abb6d - -* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.49.dev.gitd52132b -- autobuilt d52132b - -* Wed Jan 22 2020 RH Container Bot - 2:1.7.1-0.48.dev.gitaa13779 -- autobuilt aa13779 - -* Tue Jan 21 2020 RH Container Bot - 2:1.7.1-0.47.dev.gitf63005e -- autobuilt f63005e - -* Tue Jan 21 2020 RH Container Bot - 2:1.7.1-0.46.dev.gitf467bb2 -- autobuilt f467bb2 - -* Tue Jan 21 2020 RH Container Bot - 2:1.7.1-0.45.dev.gitfb2bd26 -- autobuilt fb2bd26 - -* Sat Jan 18 2020 RH Container Bot - 2:1.7.1-0.44.dev.git9be6430 -- autobuilt 9be6430 - -* Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.43.dev.gitce4bf33 -- autobuilt ce4bf33 - -* Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.42.dev.git3b6a843 -- autobuilt 3b6a843 - -* Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.41.dev.gitab7e1a4 -- autobuilt ab7e1a4 - -* Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.40.dev.gitf5e614b -- autobuilt f5e614b - -* Fri Jan 17 2020 RH Container Bot - 2:1.7.1-0.39.dev.gitacbb6c0 -- autobuilt acbb6c0 - -* Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.38.dev.git74b89da -- autobuilt 74b89da - -* Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.37.dev.git79fbe72 -- autobuilt 79fbe72 - -* Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.36.dev.git30245af -- autobuilt 30245af - -* Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.35.dev.git1d7176b -- autobuilt 1d7176b - -* Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.34.dev.gitdb00ee9 -- autobuilt db00ee9 - -* Thu Jan 16 2020 RH Container Bot - 2:1.7.1-0.33.dev.git61fbce7 -- autobuilt 61fbce7 - -* Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.32.dev.gite1e405b -- autobuilt e1e405b - -* Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.31.dev.git978b891 -- autobuilt 978b891 - -* Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.30.dev.git34429f3 -- autobuilt 34429f3 - -* Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.29.dev.gite025b43 -- autobuilt e025b43 - -* Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.28.dev.gitd914cc2 -- autobuilt d914cc2 - -* Wed Jan 15 2020 RH Container Bot - 2:1.7.1-0.27.dev.git12aa9ca -- autobuilt 12aa9ca - -* Tue Jan 14 2020 RH Container Bot - 2:1.7.1-0.26.dev.gitad5137b -- autobuilt ad5137b - -* Tue Jan 14 2020 RH Container Bot - 2:1.7.1-0.25.dev.git564bd69 -- autobuilt 564bd69 - -* Tue Jan 14 2020 RH Container Bot - 2:1.7.1-0.24.dev.git3961882 -- autobuilt 3961882 - -* Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.23.dev.git79ec2a9 -- autobuilt 79ec2a9 - -* Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.22.dev.git6c3d383 -- autobuilt 6c3d383 - -* Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.21.dev.git796ae87 -- autobuilt 796ae87 - -* Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.20.dev.gite83a1b8 -- autobuilt e83a1b8 - -* Mon Jan 13 2020 RH Container Bot - 2:1.7.1-0.19.dev.git9e2e4d7 -- autobuilt 9e2e4d7 - -* Sun Jan 12 2020 RH Container Bot - 2:1.7.1-0.18.dev.git55dd73c -- autobuilt 55dd73c - -* Sat Jan 11 2020 RH Container Bot - 2:1.7.1-0.17.dev.git2d5fd7c -- autobuilt 2d5fd7c - -* Fri Jan 10 2020 RH Container Bot - 2:1.7.1-0.16.dev.git0e9c208 -- autobuilt 0e9c208 - -* Fri Jan 10 2020 RH Container Bot - 2:1.7.1-0.15.dev.gite1ffac6 -- autobuilt e1ffac6 - -* Fri Jan 10 2020 RH Container Bot - 2:1.7.1-0.14.dev.git6ed88e0 -- autobuilt 6ed88e0 - -* Thu Jan 09 2020 RH Container Bot - 2:1.7.1-0.13.dev.gitf57fdd0 -- autobuilt f57fdd0 - -* Thu Jan 09 2020 RH Container Bot - 2:1.7.1-0.12.dev.git154b5ca -- autobuilt 154b5ca - -* Thu Jan 09 2020 RH Container Bot - 2:1.7.1-0.11.dev.gitf3fc10f -- autobuilt f3fc10f - -* Wed Jan 08 2020 RH Container Bot - 2:1.7.1-0.10.dev.gitc99b413 -- autobuilt c99b413 - -* Wed Jan 08 2020 RH Container Bot - 2:1.7.1-0.9.dev.gitc6ad42a -- autobuilt c6ad42a - -* Wed Jan 08 2020 RH Container Bot - 2:1.7.1-0.8.dev.git27caffb -- autobuilt 27caffb - -* Wed Jan 08 2020 Jindrich Novy - 2:1.7.1-0.7.dev.git0b9dd1a -- require container-selinux only when selinux-policy is installed and - move podman-remote man pages to dedicated package (#1765818) - -* Wed Jan 08 2020 RH Container Bot - 2:1.7.1-0.6.dev.git0b9dd1a -- autobuilt 0b9dd1a - -* Tue Jan 07 2020 RH Container Bot - 2:1.7.1-0.5.dev.gitc41fd09 -- autobuilt c41fd09 - -* Tue Jan 07 2020 RH Container Bot - 2:1.7.1-0.4.dev.gitbd3d8f4 -- autobuilt bd3d8f4 - -* Tue Jan 07 2020 RH Container Bot - 2:1.7.1-0.3.dev.gitf85b3a0 -- autobuilt f85b3a0 - -* Tue Jan 07 2020 Jindrich Novy - 2:1.7.1-0.2.dev.gite362220 -- always require container-selinux (#1765818) - -* Mon Jan 06 2020 RH Container Bot - 2:1.7.1-0.1.dev.gite362220 -- bump to 1.7.1 -- autobuilt e362220 - -* Mon Jan 06 2020 RH Container Bot - 2:1.7.0-0.28.dev.git2d8f1c8 -- autobuilt 2d8f1c8 - -* Mon Jan 06 2020 RH Container Bot - 2:1.7.0-0.27.dev.git2e0157a -- autobuilt 2e0157a - -* Mon Jan 06 2020 Jindrich Novy - 2:1.7.0-0.26.dev.git9758a97 -- also obsolete former podman-manpages package - -* Mon Jan 06 2020 Jindrich Novy - 2:1.7.0-0.25.dev.git9758a97 -- add podman-manpages provide to main podman package - -* Mon Jan 06 2020 Jindrich Novy - 2:1.7.0-0.24.dev.git9758a97 -- merge podman-manpages with podman package - -* Fri Jan 03 2020 RH Container Bot - 2:1.7.0-0.23.dev.git9758a97 -- autobuilt 9758a97 - -* Thu Jan 02 2020 RH Container Bot - 2:1.7.0-0.22.dev.git50b4446 -- autobuilt 50b4446 - -* Thu Jan 02 2020 RH Container Bot - 2:1.7.0-0.21.dev.git1faa5bb -- autobuilt 1faa5bb - -* Tue Dec 31 2019 RH Container Bot - 2:1.7.0-0.20.dev.git6a370cb -- autobuilt 6a370cb - -* Fri Dec 20 2019 RH Container Bot - 2:1.7.0-0.19.dev.gitfcd48db -- autobuilt fcd48db - -* Fri Dec 20 2019 RH Container Bot - 2:1.7.0-0.18.dev.gite33d7e9 -- autobuilt e33d7e9 - -* Thu Dec 19 2019 RH Container Bot - 2:1.7.0-0.17.dev.git1ba6d0f -- autobuilt 1ba6d0f - -* Thu Dec 19 2019 RH Container Bot - 2:1.7.0-0.16.dev.gitc1a7911 -- autobuilt c1a7911 - -* Tue Dec 17 2019 RH Container Bot - 2:1.7.0-0.15.dev.gite6b8433 -- autobuilt e6b8433 - -* Tue Dec 17 2019 RH Container Bot - 2:1.7.0-0.14.dev.gitfab67f3 -- autobuilt fab67f3 - -* Tue Dec 17 2019 RH Container Bot - 2:1.7.0-0.13.dev.git1e440a3 -- autobuilt 1e440a3 - -* Tue Dec 17 2019 RH Container Bot - 2:1.7.0-0.12.dev.git4329204 -- autobuilt 4329204 - -* Mon Dec 16 2019 RH Container Bot - 2:1.7.0-0.11.dev.git1162183 -- autobuilt 1162183 - -* Mon Dec 16 2019 RH Container Bot - 2:1.7.0-0.10.dev.gitb2f05e0 -- autobuilt b2f05e0 - -* Mon Dec 16 2019 RH Container Bot - 2:1.7.0-0.9.dev.git19064e5 -- autobuilt 19064e5 - -* Sat Dec 14 2019 RH Container Bot - 2:1.7.0-0.8.dev.git6c7b6d9 -- autobuilt 6c7b6d9 - -* Fri Dec 13 2019 RH Container Bot - 2:1.7.0-0.7.dev.git885967f -- autobuilt 885967f - -* Fri Dec 13 2019 RH Container Bot - 2:1.7.0-0.6.dev.git22849ff -- autobuilt 22849ff - -* Fri Dec 13 2019 RH Container Bot - 2:1.7.0-0.5.dev.git71a0c0f -- autobuilt 71a0c0f - -* Fri Dec 13 2019 RH Container Bot - 2:1.7.0-0.4.dev.git123e7ea -- autobuilt 123e7ea - -* Thu Dec 12 2019 RH Container Bot - 2:1.7.0-0.3.dev.git16de498 -- autobuilt 16de498 - -* Wed Dec 11 2019 RH Container Bot - 2:1.7.0-0.2.dev.gitf81f15f -- autobuilt f81f15f - -* Wed Dec 11 2019 RH Container Bot - 2:1.7.0-0.1.dev.git5941138 -- bump to 1.7.0 -- autobuilt 5941138 - -* Wed Dec 11 2019 RH Container Bot - 2:1.6.4-0.74.dev.git11541ae -- autobuilt 11541ae - -* Wed Dec 11 2019 RH Container Bot - 2:1.6.4-0.73.dev.gitdd64038 -- autobuilt dd64038 - -* Wed Dec 11 2019 RH Container Bot - 2:1.6.4-0.72.dev.gita18de10 -- autobuilt a18de10 - -* Wed Dec 11 2019 RH Container Bot - 2:1.6.4-0.71.dev.git282787f -- autobuilt 282787f - -* Mon Dec 09 2019 RH Container Bot - 2:1.6.4-0.70.dev.gitc2dab75 -- autobuilt c2dab75 - -* Sat Dec 07 2019 RH Container Bot - 2:1.6.4-0.69.dev.git7287f69 -- autobuilt 7287f69 - -* Fri Dec 06 2019 RH Container Bot - 2:1.6.4-0.68.dev.git82a83b9 -- autobuilt 82a83b9 - -* Fri Dec 06 2019 RH Container Bot - 2:1.6.4-0.67.dev.git8924a30 -- autobuilt 8924a30 - -* Fri Dec 06 2019 RH Container Bot - 2:1.6.4-0.66.dev.gite9c4820 -- autobuilt e9c4820 - -* Thu Dec 05 2019 RH Container Bot - 2:1.6.4-0.65.dev.git465e142 -- autobuilt 465e142 - -* Thu Dec 05 2019 RH Container Bot - 2:1.6.4-0.64.dev.git4fb724c -- autobuilt 4fb724c - -* Thu Dec 05 2019 RH Container Bot - 2:1.6.4-0.63.dev.git813b00e -- autobuilt 813b00e - -* Thu Dec 05 2019 RH Container Bot - 2:1.6.4-0.62.dev.gitbc40282 -- autobuilt bc40282 - -* Wed Dec 04 2019 RH Container Bot - 2:1.6.4-0.61.dev.git4dbab37 -- autobuilt 4dbab37 - -* Wed Dec 04 2019 RH Container Bot - 2:1.6.4-0.60.dev.gite47b7a6 -- autobuilt e47b7a6 - -* Wed Dec 04 2019 RH Container Bot - 2:1.6.4-0.59.dev.git10f7334 -- autobuilt 10f7334 - -* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.58.dev.git06e2a20 -- autobuilt 06e2a20 - -* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.57.dev.git5c3af00 -- autobuilt 5c3af00 - -* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.56.dev.git748de3c -- autobuilt 748de3c - -* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.55.dev.gitd8bfd11 -- autobuilt d8bfd11 - -* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.54.dev.gitb88f2c4 -- autobuilt b88f2c4 - -* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.53.dev.git9e361fd -- autobuilt 9e361fd - -* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.52.dev.git309452d -- autobuilt 309452d - -* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.51.dev.git6458f96 -- autobuilt 6458f96 - -* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.50.dev.gitb905850 -- autobuilt b905850 - -* Tue Dec 03 2019 RH Container Bot - 2:1.6.4-0.49.dev.gitc9696c4 -- autobuilt c9696c4 - -* Mon Dec 02 2019 RH Container Bot - 2:1.6.4-0.48.dev.git7117286 -- autobuilt 7117286 - -* Mon Dec 02 2019 RH Container Bot - 2:1.6.4-0.47.dev.git8d00c83 -- autobuilt 8d00c83 - -* Mon Dec 02 2019 RH Container Bot - 2:1.6.4-0.46.dev.gite4275b3 -- autobuilt e4275b3 - -* Fri Nov 29 2019 RH Container Bot - 2:1.6.4-0.45.dev.git39c705e -- autobuilt 39c705e - -* Fri Nov 29 2019 RH Container Bot - 2:1.6.4-0.44.dev.git7f53178 -- autobuilt 7f53178 - -* Fri Nov 29 2019 RH Container Bot - 2:1.6.4-0.43.dev.git1c0356e -- autobuilt 1c0356e - -* Thu Nov 28 2019 RH Container Bot - 2:1.6.4-0.42.dev.gitaa95726 -- autobuilt aa95726 - -* Wed Nov 27 2019 RH Container Bot - 2:1.6.4-0.41.dev.git2178875 -- autobuilt 2178875 - -* Tue Nov 26 2019 RH Container Bot - 2:1.6.4-0.40.dev.git27a09f8 -- autobuilt 27a09f8 - -* Tue Nov 26 2019 RH Container Bot - 2:1.6.4-0.39.dev.gitb29928f -- autobuilt b29928f - -* Tue Nov 26 2019 RH Container Bot - 2:1.6.4-0.38.dev.gitf5ef3d5 -- autobuilt f5ef3d5 - -* Tue Nov 26 2019 RH Container Bot - 2:1.6.4-0.37.dev.gitaef3858 -- autobuilt aef3858 - -* Mon Nov 25 2019 RH Container Bot - 2:1.6.4-0.36.dev.git9fb0adf -- autobuilt 9fb0adf - -* Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.35.dev.git6187e72 -- autobuilt 6187e72 - -* Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.34.dev.git1284260 -- autobuilt 1284260 - -* Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.33.dev.gitc2dfef5 -- autobuilt c2dfef5 - -* Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.32.dev.gite4b8054 -- autobuilt e4b8054 - -* Fri Nov 22 2019 RH Container Bot - 2:1.6.4-0.31.dev.git22e7d7d -- autobuilt 22e7d7d - -* Thu Nov 21 2019 RH Container Bot - 2:1.6.4-0.30.dev.git6392477 -- autobuilt 6392477 - -* Tue Nov 19 2019 RH Container Bot - 2:1.6.4-0.29.dev.gitc673ff8 -- autobuilt c673ff8 - -* Tue Nov 19 2019 RH Container Bot - 2:1.6.4-0.28.dev.gitf3f219a -- autobuilt f3f219a - -* Mon Nov 18 2019 RH Container Bot - 2:1.6.4-0.27.dev.git741b90c -- autobuilt 741b90c - -* Sun Nov 17 2019 RH Container Bot - 2:1.6.4-0.26.dev.gitdb32ed1 -- autobuilt db32ed1 - -* Sat Nov 16 2019 RH Container Bot - 2:1.6.4-0.25.dev.gitc6f2383 -- autobuilt c6f2383 - -* Fri Nov 15 2019 RH Container Bot - 2:1.6.4-0.24.dev.git51c08f3 -- autobuilt 51c08f3 - -* Thu Nov 14 2019 RH Container Bot - 2:1.6.4-0.23.dev.gitd7ed9fa -- autobuilt d7ed9fa - -* Wed Nov 13 2019 RH Container Bot - 2:1.6.4-0.22.dev.git225f22b -- autobuilt 225f22b - -* Wed Nov 13 2019 RH Container Bot - 2:1.6.4-0.21.dev.git15220af -- autobuilt 15220af - -* Mon Nov 11 2019 RH Container Bot - 2:1.6.4-0.20.dev.gitde32b89 -- autobuilt de32b89 - -* Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.19.dev.gitb713e53 -- autobuilt b713e53 - -* Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.18.dev.gitf456ce9 -- autobuilt f456ce9 - -* Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.17.dev.git4ed12f9 -- autobuilt 4ed12f9 - -* Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.16.dev.git92af260 -- autobuilt 92af260 - -* Fri Nov 08 2019 RH Container Bot - 2:1.6.4-0.15.dev.git3463a71 -- autobuilt 3463a71 - -* Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.14.dev.git3ec9ee0 -- autobuilt 3ec9ee0 - -* Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.13.dev.gitd919961 -- autobuilt d919961 - -* Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.12.dev.git3474997 -- autobuilt 3474997 - -* Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.11.dev.git24efb5e -- autobuilt 24efb5e - -* Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.10.dev.gitb4a83bf -- autobuilt b4a83bf - -* Thu Nov 07 2019 RH Container Bot - 2:1.6.4-0.9.dev.gitaad2904 -- autobuilt aad2904 - -* Wed Nov 06 2019 RH Container Bot - 2:1.6.4-0.8.dev.git2e2d82c -- autobuilt 2e2d82c - -* Wed Nov 06 2019 RH Container Bot - 2:1.6.4-0.7.dev.git581a7ec -- autobuilt 581a7ec - -* Wed Nov 06 2019 RH Container Bot - 2:1.6.4-0.6.dev.git6f7c290 -- autobuilt 6f7c290 - -* Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.5.dev.gitb4b7272 -- autobuilt b4b7272 - -* Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.4.dev.git7eda1b0 -- autobuilt 7eda1b0 - -* Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.3.dev.gita904e21 -- autobuilt a904e21 - -* Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.2.dev.git08c5c54 -- autobuilt 08c5c54 - -* Tue Nov 05 2019 RH Container Bot - 2:1.6.4-0.1.dev.gitcc19b09 -- bump to 1.6.4 -- autobuilt cc19b09 - -* Tue Nov 05 2019 RH Container Bot - 2:1.6.3-0.47.dev.git1db4556 -- autobuilt 1db4556 - -* Mon Nov 04 2019 RH Container Bot - 2:1.6.3-0.46.dev.git17eadda -- autobuilt 17eadda - -* Mon Nov 04 2019 RH Container Bot - 2:1.6.3-0.45.dev.git8e5aad9 -- autobuilt 8e5aad9 - -* Mon Nov 04 2019 RH Container Bot - 2:1.6.3-0.44.dev.gitefc7f15 -- autobuilt efc7f15 - -* Sun Nov 03 2019 RH Container Bot - 2:1.6.3-0.43.dev.gitca4c24c -- autobuilt ca4c24c - -* Sat Nov 02 2019 RH Container Bot - 2:1.6.3-0.42.dev.git2bf4df4 -- autobuilt 2bf4df4 - -* Sat Nov 02 2019 RH Container Bot - 2:1.6.3-0.41.dev.git10d67fc -- autobuilt 10d67fc - -* Fri Nov 01 2019 RH Container Bot - 2:1.6.3-0.40.dev.git8238107 -- autobuilt 8238107 - -* Fri Nov 01 2019 RH Container Bot - 2:1.6.3-0.39.dev.git04e8bf3 -- autobuilt 04e8bf3 - -* Fri Nov 01 2019 RH Container Bot - 2:1.6.3-0.38.dev.git69165fa -- autobuilt 69165fa - -* Fri Nov 01 2019 RH Container Bot - 2:1.6.3-0.37.dev.git7c7f000 -- autobuilt 7c7f000 - -* Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.36.dev.git2dae257 -- autobuilt 2dae257 - -* Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.35.dev.git0bfdeae -- autobuilt 0bfdeae - -* Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.34.dev.git1e750f7 -- autobuilt 1e750f7 - -* Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.33.dev.git5af166f -- autobuilt 5af166f - -* Thu Oct 31 2019 RH Container Bot - 2:1.6.3-0.32.dev.git1b3e79d -- autobuilt 1b3e79d - -* Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.31.dev.git381fa4d -- autobuilt 381fa4d - -* Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.30.dev.git9ba8dae -- autobuilt 9ba8dae - -* Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.29.dev.gita35d002 -- autobuilt a35d002 - -* Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.28.dev.git63b57f5 -- autobuilt 63b57f5 - -* Wed Oct 30 2019 RH Container Bot - 2:1.6.3-0.27.dev.git4762b63 -- autobuilt 4762b63 - -* Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.26.dev.gite7540d0 -- autobuilt e7540d0 - -* Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.25.dev.git6c6e783 -- autobuilt 6c6e783 - -* Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.24.dev.git59582c5 -- autobuilt 59582c5 - -* Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.23.dev.gita56131f -- autobuilt a56131f - -* Tue Oct 29 2019 RH Container Bot - 2:1.6.3-0.22.dev.git8e264ca -- autobuilt 8e264ca - -* Mon Oct 28 2019 RH Container Bot - 2:1.6.3-0.21.dev.git1b5c2d1 -- autobuilt 1b5c2d1 - -* Mon Oct 28 2019 RH Container Bot - 2:1.6.3-0.20.dev.git94864ad -- autobuilt 94864ad - -* Sun Oct 27 2019 RH Container Bot - 2:1.6.3-0.19.dev.gitac73fd3 -- autobuilt ac73fd3 - -* Sat Oct 26 2019 RH Container Bot - 2:1.6.3-0.18.dev.gitea46937 -- autobuilt ea46937 - -* Fri Oct 25 2019 RH Container Bot - 2:1.6.3-0.17.dev.gita01cb22 -- autobuilt a01cb22 - -* Thu Oct 24 2019 RH Container Bot - 2:1.6.3-0.16.dev.git77c7a28 -- autobuilt 77c7a28 - -* Thu Oct 24 2019 RH Container Bot - 2:1.6.3-0.15.dev.gitba4a808 -- autobuilt ba4a808 - -* Thu Oct 24 2019 RH Container Bot - 2:1.6.3-0.14.dev.git43b1c2f -- autobuilt 43b1c2f - -* Thu Oct 24 2019 RH Container Bot - 2:1.6.3-0.13.dev.git674dc2b -- autobuilt 674dc2b - -* Wed Oct 23 2019 RH Container Bot - 2:1.6.3-0.12.dev.git299a430 -- autobuilt 299a430 - -* Wed Oct 23 2019 RH Container Bot - 2:1.6.3-0.11.dev.git2e6c9aa -- autobuilt 2e6c9aa - -* Wed Oct 23 2019 RH Container Bot - 2:1.6.3-0.10.dev.gitef556cf -- autobuilt ef556cf - -* Tue Oct 22 2019 RH Container Bot - 2:1.6.3-0.9.dev.git46ad6bc -- autobuilt 46ad6bc - -* Tue Oct 22 2019 RH Container Bot - 2:1.6.3-0.8.dev.gitd358840 -- autobuilt d358840 - -* Tue Oct 22 2019 RH Container Bot - 2:1.6.3-0.7.dev.git5431ace -- autobuilt 5431ace - -* Mon Oct 21 2019 RH Container Bot - 2:1.6.3-0.6.dev.gitefc54c3 -- autobuilt efc54c3 - -* Mon Oct 21 2019 RH Container Bot - 2:1.6.3-0.5.dev.gitd2591a5 -- autobuilt d2591a5 - -* Sun Oct 20 2019 RH Container Bot - 2:1.6.3-0.4.dev.gitd3520de -- autobuilt d3520de - -* Fri Oct 18 2019 RH Container Bot - 2:1.6.3-0.3.dev.git02ab9c7 -- autobuilt 02ab9c7 - -* Fri Oct 18 2019 RH Container Bot - 2:1.6.3-0.2.dev.gitf0da9cf -- autobuilt f0da9cf - -* Thu Oct 17 2019 RH Container Bot - 2:1.6.3-0.1.dev.gitb6fdfa0 -- bump to 1.6.3 -- autobuilt b6fdfa0 - -* Thu Oct 17 2019 RH Container Bot - 2:1.6.2-0.41.dev.git2b0892e -- autobuilt 2b0892e - -* Thu Oct 17 2019 RH Container Bot - 2:1.6.2-0.40.dev.gitf2d9a9d -- autobuilt f2d9a9d - -* Thu Oct 17 2019 RH Container Bot - 2:1.6.2-0.39.dev.gitd7cbcfa -- autobuilt d7cbcfa - -* Thu Oct 17 2019 RH Container Bot - 2:1.6.2-0.38.dev.git392846c -- autobuilt 392846c - -* Wed Oct 16 2019 RH Container Bot - 2:1.6.2-0.37.dev.gite7d5ac0 -- autobuilt e7d5ac0 - -* Wed Oct 16 2019 RH Container Bot - 2:1.6.2-0.36.dev.gitdc1f8b6 -- autobuilt dc1f8b6 - -* Wed Oct 16 2019 RH Container Bot - 2:1.6.2-0.35.dev.git7825c58 -- autobuilt 7825c58 - -* Wed Oct 16 2019 RH Container Bot - 2:1.6.2-0.34.dev.git8172460 -- autobuilt 8172460 - -* Tue Oct 15 2019 RH Container Bot - 2:1.6.2-0.33.dev.git5f72e6e -- autobuilt 5f72e6e - -* Mon Oct 14 2019 RH Container Bot - 2:1.6.2-0.32.dev.gita9190da -- autobuilt a9190da - -* Mon Oct 14 2019 RH Container Bot - 2:1.6.2-0.31.dev.git3e45d07 -- autobuilt 3e45d07 - -* Sat Oct 12 2019 RH Container Bot - 2:1.6.2-0.30.dev.gita8993ba -- autobuilt a8993ba - -* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.29.dev.gitb0b3506 -- autobuilt b0b3506 - -* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.28.dev.git79d05b9 -- autobuilt 79d05b9 - -* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.27.dev.gitcee6478 -- autobuilt cee6478 - -* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.26.dev.giteb6ca05 -- autobuilt eb6ca05 - -* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.25.dev.git50b1884 -- autobuilt 50b1884 - -* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.24.dev.git9f1f4ef -- autobuilt 9f1f4ef - -* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.23.dev.git495db28 -- autobuilt 495db28 - -* Fri Oct 11 2019 RH Container Bot - 2:1.6.2-0.22.dev.git43dcc91 -- autobuilt 43dcc91 - -* Thu Oct 10 2019 RH Container Bot - 2:1.6.2-0.21.dev.git6d35eac -- autobuilt 6d35eac - -* Thu Oct 10 2019 RH Container Bot - 2:1.6.2-0.20.dev.gitf39e097 -- autobuilt f39e097 - -* Thu Oct 10 2019 RH Container Bot - 2:1.6.2-0.19.dev.gita7f2668 -- autobuilt a7f2668 - -* Wed Oct 09 2019 RH Container Bot - 2:1.6.2-0.18.dev.git12c9b53 -- autobuilt 12c9b53 - -* Wed Oct 09 2019 RH Container Bot - 2:1.6.2-0.17.dev.gitf61e399 -- autobuilt f61e399 - -* Wed Oct 09 2019 Lokesh Mandvekar - 2:1.6.2-0.16.dev.gitc3c40f9 -- remove polkit dependency for now - -* Wed Oct 09 2019 Lokesh Mandvekar - 2:1.6.2-0.15.dev.gitc3c40f9 -- Requires: crun >= 0.10.2-1 and polkit - -* Wed Oct 09 2019 RH Container Bot - 2:1.6.2-0.14.dev.gitc3c40f9 -- autobuilt c3c40f9 - -* Tue Oct 08 2019 RH Container Bot - 2:1.6.2-0.13.dev.git10cbaad -- autobuilt 10cbaad - -* Tue Oct 08 2019 Lokesh Mandvekar - 2:1.6.2-0.12.dev.gitc817ea1 -- add runc back - -* Mon Oct 07 2019 RH Container Bot - 2:1.6.2-0.11.dev.gitc817ea1 -- autobuilt c817ea1 - -* Mon Oct 07 2019 RH Container Bot - 2:1.6.2-0.10.dev.git589261f -- autobuilt 589261f - -* Fri Oct 04 2019 RH Container Bot - 2:1.6.2-0.9.dev.git2c2782a -- autobuilt 2c2782a - -* Fri Oct 04 2019 RH Container Bot - 2:1.6.2-0.8.dev.gitbd08fc0 -- autobuilt bd08fc0 - -* Fri Oct 04 2019 RH Container Bot - 2:1.6.2-0.7.dev.git70d5b0a -- autobuilt 70d5b0a - -* Fri Oct 04 2019 RH Container Bot - 2:1.6.2-0.6.dev.git1fe9556 -- autobuilt 1fe9556 - -* Thu Oct 03 2019 RH Container Bot - 2:1.6.2-0.5.dev.git7af4074 -- autobuilt 7af4074 - -* Thu Oct 03 2019 RH Container Bot - 2:1.6.2-0.4.dev.git86c8650 -- autobuilt 86c8650 - -* Thu Oct 03 2019 RH Container Bot - 2:1.6.2-0.3.dev.gitf96fbfc -- autobuilt f96fbfc - -* Thu Oct 03 2019 RH Container Bot - 2:1.6.2-0.2.dev.gitb32cb4b -- autobuilt b32cb4b - -* Wed Oct 02 2019 RH Container Bot - 2:1.6.2-0.1.dev.gite67e9e1 -- bump to 1.6.2 -- autobuilt e67e9e1 - -* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.12.dev.git960f07b -- autobuilt 960f07b - -* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.11.dev.git0046b01 -- autobuilt 0046b01 - -* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.10.dev.gitdac7889 -- autobuilt dac7889 - -* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.9.dev.git2648955 -- autobuilt 2648955 - -* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.8.dev.git257a985 -- autobuilt 257a985 - -* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.7.dev.git32a2ce8 -- autobuilt 32a2ce8 - -* Wed Oct 02 2019 RH Container Bot - 2:1.6.1-0.6.dev.git74879c8 -- autobuilt 74879c8 - -* Tue Oct 01 2019 Lokesh Mandvekar - 2:1.6.1-0.5.dev.git7a56963 -- Requires: crun >= 0.10-1 - -* Tue Oct 01 2019 RH Container Bot - 2:1.6.1-0.4.dev.git7a56963 -- autobuilt 7a56963 - -* Tue Oct 01 2019 RH Container Bot - 2:1.6.1-0.3.dev.git8f2ec88 -- autobuilt 8f2ec88 - -* Tue Oct 01 2019 RH Container Bot - 2:1.6.1-0.2.dev.git049aafa -- autobuilt 049aafa - -* Tue Oct 01 2019 RH Container Bot - 2:1.6.1-0.1.dev.git5d344db -- bump to 1.6.1 -- autobuilt 5d344db - -* Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.42.dev.gitd7eba02 -- autobuilt d7eba02 - -* Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.41.dev.git5702dd7 -- autobuilt 5702dd7 - -* Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.40.dev.gitb063383 -- autobuilt b063383 - -* Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.39.dev.git04b3a73 -- autobuilt 04b3a73 - -* Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.38.dev.git2c23729 -- autobuilt 2c23729 - -* Mon Sep 30 2019 RH Container Bot - 2:1.6.0-0.37.dev.git150ba5e -- autobuilt 150ba5e - -* Sun Sep 29 2019 RH Container Bot - 2:1.6.0-0.36.dev.git01b7af8 -- autobuilt 01b7af8 - -* Sat Sep 28 2019 RH Container Bot - 2:1.6.0-0.35.dev.git01a802e -- autobuilt 01a802e - -* Fri Sep 27 2019 RH Container Bot - 2:1.6.0-0.34.dev.gite87012d -- autobuilt e87012d - -* Fri Sep 27 2019 RH Container Bot - 2:1.6.0-0.33.dev.git0fb807d -- autobuilt 0fb807d - -* Fri Sep 27 2019 RH Container Bot - 2:1.6.0-0.32.dev.gitd4399ee -- autobuilt d4399ee - -* Fri Sep 27 2019 RH Container Bot - 2:1.6.0-0.31.dev.gita8c2b5d -- autobuilt a8c2b5d - -* Thu Sep 26 2019 RH Container Bot - 2:1.6.0-0.30.dev.git851e377 -- autobuilt 851e377 - -* Thu Sep 26 2019 RH Container Bot - 2:1.6.0-0.29.dev.gitd76b21e -- autobuilt d76b21e - -* Wed Sep 25 2019 RH Container Bot - 2:1.6.0-0.28.dev.git3ed265c -- autobuilt 3ed265c - -* Wed Sep 25 2019 RH Container Bot - 2:1.6.0-0.27.dev.git19075ca -- autobuilt 19075ca - -* Wed Sep 25 2019 RH Container Bot - 2:1.6.0-0.26.dev.git8ab3c86 -- autobuilt 8ab3c86 - -* Wed Sep 25 2019 RH Container Bot - 2:1.6.0-0.25.dev.gitf197ebe -- autobuilt f197ebe - -* Wed Sep 25 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.24.dev.git240095e -- autobuilt 240095e - -* Wed Sep 25 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.23.dev.git525be7d -- autobuilt 525be7d - -* Tue Sep 24 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.22.dev.git0000afc -- autobuilt 0000afc - -* Tue Sep 24 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.21.dev.git1dfac0e -- autobuilt 1dfac0e - -* Tue Sep 24 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.20.dev.gitb300b98 -- autobuilt b300b98 - -* Tue Sep 24 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.19.dev.git83b2348 -- autobuilt 83b2348 - -* Mon Sep 23 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.18.dev.git6ce8d05 -- autobuilt 6ce8d05 - -* Mon Sep 23 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.17.dev.gitf5951c7 -- autobuilt f5951c7 - -* Mon Sep 23 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.16.dev.gita74dfda -- autobuilt a74dfda - -* Sun Sep 22 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.15.dev.gitc0eff1a -- autobuilt c0eff1a - -* Sat Sep 21 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.14.dev.git0d95e3a -- autobuilt 0d95e3a - -* Sat Sep 21 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.13.dev.gite947d63 -- autobuilt e947d63 - -* Sat Sep 21 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.12.dev.git819b63c -- autobuilt 819b63c - -* Fri Sep 20 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.11.dev.git66f4bc7 -- autobuilt 66f4bc7 - -* Fri Sep 20 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.10.dev.git7ed1816 -- autobuilt 7ed1816 - -* Fri Sep 20 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.9.dev.git9dc764c -- autobuilt 9dc764c - -* Thu Sep 19 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.8.dev.gitc38844f -- autobuilt c38844f - -* Thu Sep 19 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.7.dev.git408f278 -- autobuilt 408f278 - -* Wed Sep 18 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.6.dev.gitfe48b9e -- autobuilt fe48b9e - -* Wed Sep 18 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.5.dev.git8133aa1 -- autobuilt 8133aa1 - -* Wed Sep 18 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.4.dev.git2c51d6f -- autobuilt 2c51d6f - -* Tue Sep 17 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.3.dev.git143caa9 -- autobuilt 143caa9 - -* Tue Sep 17 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.2.dev.git799aa70 -- autobuilt 799aa70 - -* Mon Sep 16 2019 Lokesh Mandvekar (Bot) - 2:1.6.0-0.1.dev.git2aa6771 -- bump to 1.6.0 -- autobuilt 2aa6771 - -* Mon Sep 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.92.dev.git2a4e062 -- autobuilt 2a4e062 - -* Mon Sep 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.91.dev.git0014d6c -- autobuilt 0014d6c - -* Mon Sep 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.90.dev.git1f5514e -- autobuilt 1f5514e - -* Sat Sep 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.89.dev.gita1970e1 -- autobuilt a1970e1 - -* Sat Sep 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.88.dev.git2366fd7 -- autobuilt 2366fd7 - -* Fri Sep 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.87.dev.git0079c24 -- autobuilt 0079c24 - -* Fri Sep 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.86.dev.gitd74cede -- autobuilt d74cede - -* Fri Sep 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.85.dev.git7875e00 -- autobuilt 7875e00 - -* Fri Sep 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.84.dev.git5c09c4d -- autobuilt 5c09c4d - -* Fri Sep 13 2019 Daniel J Walsh - 2:1.5.2-0.83.dev.gitb095d8a -- Grab specific version of crun or newer. - -* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.82.dev.gitb095d8a -- autobuilt b095d8a - -* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.81.dev.gitb43a36d -- autobuilt b43a36d - -* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.80.dev.git1ddfc11 -- autobuilt 1ddfc11 - -* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.79.dev.gitaf8fedc -- autobuilt af8fedc - -* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.78.dev.gitafa3d11 -- autobuilt afa3d11 - -* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.77.dev.git57e093b -- autobuilt 57e093b - -* Thu Sep 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.76.dev.gitce31aa3 -- autobuilt ce31aa3 - -* Wed Sep 11 2019 Lokesh Mandvekar - 2:1.5.2-0.75.dev.git79ebb5f -- use conmon package as dependency - -* Wed Sep 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.74.dev.git79ebb5f -- autobuilt 79ebb5f - -* Wed Sep 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.73.dev.gitf73c3b8 -- autobuilt f73c3b8 - -* Wed Sep 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.72.dev.git093013b -- autobuilt 093013b - -* Wed Sep 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.71.dev.git9cf852c -- autobuilt 9cf852c - -* Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.70.dev.git7ac6ed3 -- autobuilt 7ac6ed3 - -* Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.69.dev.git997c4b5 -- autobuilt 997c4b5 - -* Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.68.dev.gitc1761ba -- autobuilt c1761ba - -* Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.67.dev.git095647c -- autobuilt 095647c - -* Tue Sep 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.66.dev.git5233536 -- autobuilt 5233536 - -* Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.65.dev.git9a55bce -- autobuilt 9a55bce - -* Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.64.dev.git7042a3d -- autobuilt 7042a3d - -* Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.63.dev.git511b071 -- autobuilt 511b071 - -* Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.62.dev.git16a7049 -- autobuilt 16a7049 - -* Mon Sep 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.61.dev.gitd78521d -- autobuilt d78521d - -* Sun Sep 08 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.60.dev.gitf500feb -- autobuilt f500feb - -* Sun Sep 08 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.59.dev.git7312811 -- autobuilt 7312811 - -* Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.58.dev.git30cbb00 -- autobuilt 30cbb00 - -* Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.57.dev.git290def5 -- autobuilt 290def5 - -* Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.56.dev.git575ffee -- autobuilt 575ffee - -* Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.55.dev.git8898085 -- autobuilt 8898085 - -* Fri Sep 06 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.54.dev.git24171ae -- autobuilt 24171ae - -* Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.53.dev.gita4572c4 -- autobuilt a4572c4 - -* Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.52.dev.gitcef5bec -- autobuilt cef5bec - -* Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.51.dev.git3f81f44 -- autobuilt 3f81f44 - -* Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.50.dev.gitb962b1e -- autobuilt b962b1e - -* Wed Sep 04 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.49.dev.gite74fcd7 -- autobuilt e74fcd7 - -* Wed Sep 04 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.48.dev.git84140f5 -- autobuilt 84140f5 - -* Wed Sep 04 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.47.dev.gitf1a3e02 -- autobuilt f1a3e02 - -* Wed Sep 04 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.46.dev.git1d8a940 -- autobuilt 1d8a940 - -* Tue Sep 03 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.45.dev.gita16f63e -- autobuilt a16f63e - -* Tue Sep 03 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.44.dev.gitc039499 -- autobuilt c039499 - -* Tue Sep 03 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.43.dev.git50a1910 -- autobuilt 50a1910 - -* Mon Sep 02 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.42.dev.git099549b -- autobuilt 099549b - -* Sun Sep 01 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.41.dev.gite5568d4 -- autobuilt e5568d4 - -* Fri Aug 30 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.40.dev.git8ba21ac -- autobuilt 8ba21ac - -* Fri Aug 30 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.39.dev.git3e0fdc7 -- autobuilt 3e0fdc7 - -* Thu Aug 29 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.38.dev.gitd110998 -- autobuilt d110998 - -* Thu Aug 29 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.37.dev.gitab5f52c -- autobuilt ab5f52c - -* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.36.dev.git1eb6b27 -- autobuilt 1eb6b27 - -* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.35.dev.gitbdf9e56 -- autobuilt bdf9e56 - -* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.34.dev.git4e209fc -- autobuilt 4e209fc - -* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.33.dev.git61dc63f -- autobuilt 61dc63f - -* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.32.dev.gite5c5a33 -- autobuilt e5c5a33 - -* Wed Aug 28 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.31.dev.gita1a1342 -- autobuilt a1a1342 - -* Tue Aug 27 2019 Daniel J Walsh - 2:1.5.2-0.30.dev.gitf221c61 -- Require crun rather then runc -- Switch to crun by default for cgroupsV2 support - -* Tue Aug 27 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.29.dev.gitf221c61 -- autobuilt f221c61 - -* Mon Aug 26 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.28.dev.gitcec354a -- autobuilt cec354a - -* Mon Aug 26 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.27.dev.git112a3cc -- autobuilt 112a3cc - -* Mon Aug 26 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.26.dev.git67926d8 -- autobuilt 67926d8 - -* Sun Aug 25 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.25.dev.gitc0528c1 -- autobuilt c0528c1 - -* Thu Aug 22 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.24.dev.git59261cf -- autobuilt 59261cf - -* Thu Aug 22 2019 Daniel J Walsh - 2:1.5.2-0.23.dev.gitb263dd9 -- Move man5 man pages into podman-manpage package - -* Thu Aug 22 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.22.dev.gitb263dd9 -- autobuilt b263dd9 - -* Thu Aug 22 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.21.dev.git34002f9 -- autobuilt 34002f9 - -* Thu Aug 22 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.20.dev.git18f2328 -- autobuilt 18f2328 - -* Wed Aug 21 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.19.dev.gitecc5cc5 -- autobuilt ecc5cc5 - -* Wed Aug 21 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.18.dev.git1ff984d -- autobuilt 1ff984d - -* Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.17.dev.git1ad8fe5 -- autobuilt 1ad8fe5 - -* Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.16.dev.gitf618bc3 -- autobuilt f618bc3 - -* Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.15.dev.gita3c46fc -- autobuilt a3c46fc - -* Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.14.dev.git230faa8 -- autobuilt 230faa8 - -* Tue Aug 20 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.13.dev.git34fc1d0 -- autobuilt 34fc1d0 - -* Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.12.dev.git890378e -- autobuilt 890378e - -* Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.11.dev.gitd23639a -- autobuilt d23639a - -* Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.10.dev.gitc137e8f -- autobuilt c137e8f - -* Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.9.dev.gitb1acc43 -- autobuilt b1acc43 - -* Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.8.dev.gitbd0b05f -- autobuilt bd0b05f - -* Sun Aug 18 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.7.dev.git438cbf4 -- autobuilt 438cbf4 - -* Sat Aug 17 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.6.dev.git76f327f -- autobuilt 76f327f - -* Sat Aug 17 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.5.dev.git098ce2f -- autobuilt 098ce2f - -* Fri Aug 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.4.dev.git8eab96e -- autobuilt 8eab96e - -* Fri Aug 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.3.dev.git704cc58 -- autobuilt 704cc58 - -* Fri Aug 16 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.2.dev.git2d47f1a -- autobuilt 2d47f1a - -* Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.2-0.1.dev.git05149e6 -- bump to 1.5.2 -- autobuilt 05149e6 - -* Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-9.16.dev.gitb9a176b -- autobuilt b9a176b - -* Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-8.16.dev.git74224d9 -- autobuilt 74224d9 - -* Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-7.16.dev.git3f1657d -- autobuilt 3f1657d - -* Thu Aug 15 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-6.16.dev.gitf9ddf91 -- autobuilt f9ddf91 - -* Wed Aug 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-5.16.dev.gitbf9e801 -- autobuilt bf9e801 - -* Wed Aug 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-4.16.dev.gitf5dcb80 -- autobuilt f5dcb80 - -* Wed Aug 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-3.16.dev.git4823cf8 -- autobuilt 4823cf8 - -* Wed Aug 14 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-2.16.dev.gita734b53 -- autobuilt a734b53 - -* Tue Aug 13 2019 Dan Walsh - 2:1.5.1-1.16.dev.gitce64c14 -- Add recommends libvarlink-util - -* Tue Aug 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.16.dev.gitce64c14 -- autobuilt ce64c14 - -* Tue Aug 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.15.dev.git7a859f0 -- autobuilt 7a859f0 - -* Tue Aug 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.14.dev.git031437b -- autobuilt 031437b - -* Tue Aug 13 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.13.dev.gitc48243e -- autobuilt c48243e - -* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.12.dev.gitf634fd3 -- autobuilt f634fd3 - -* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.11.dev.git3cf4567 -- autobuilt 3cf4567 - -* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.10.dev.git9bee690 -- autobuilt 9bee690 - -* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.9.dev.gitca7bae7 -- autobuilt ca7bae7 - -* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.8.dev.gitec93c9d -- autobuilt ec93c9d - -* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.7.dev.gitf18cfa4 -- autobuilt f18cfa4 - -* Mon Aug 12 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.6.dev.git2348c28 -- autobuilt 2348c28 - -* Sun Aug 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.5.dev.git1467197 -- autobuilt 1467197 - -* Sun Aug 11 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.4.dev.git7bbaa36 -- autobuilt 7bbaa36 - -* Sat Aug 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.3.dev.git3bc861c -- autobuilt 3bc861c - -* Sat Aug 10 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.2.dev.git926901d -- autobuilt 926901d - -* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.5.1-0.1.dev.git2018faa -- bump to 1.5.1 -- autobuilt 2018faa - -* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.99.dev.gitbb80586 -- autobuilt bb80586 - -* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.98.dev.gitd05798e -- autobuilt d05798e - -* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.97.dev.git4b91f60 -- autobuilt 4b91f60 - -* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.96.dev.gitdc38168 -- autobuilt dc38168 - -* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.95.dev.git00a20f7 -- autobuilt 00a20f7 - -* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.94.dev.git2a19036 -- autobuilt 2a19036 - -* Fri Aug 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.93.dev.git76840f2 -- autobuilt 76840f2 - -* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.92.dev.git4349f42 -- autobuilt 4349f42 - -* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.91.dev.git202eade -- autobuilt 202eade - -* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.90.dev.git09cedd1 -- autobuilt 09cedd1 - -* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.89.dev.git3959a35 -- autobuilt 3959a35 - -* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.88.dev.git5701fe6 -- autobuilt 5701fe6 - -* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.87.dev.git31bfb12 -- autobuilt 31bfb12 - -* Thu Aug 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.86.dev.git41de7b1 -- autobuilt 41de7b1 - -* Wed Aug 07 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.85.dev.git35ecf49 -- autobuilt 35ecf49 - -* Wed Aug 07 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.84.dev.git66ea32c -- autobuilt 66ea32c - -* Tue Aug 06 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.83.dev.gitf0a5b7f -- autobuilt f0a5b7f - -* Tue Aug 06 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.82.dev.gitb5618d9 -- autobuilt b5618d9 - -* Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.81.dev.git3bffe77 -- autobuilt 3bffe77 - -* Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.80.dev.git337358a -- autobuilt 337358a - -* Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.79.dev.git626dfdb -- autobuilt 626dfdb - -* Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.78.dev.gite2f38cd -- autobuilt e2f38cd - -* Mon Aug 05 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.77.dev.gitb609de2 -- autobuilt b609de2 - -* Sun Aug 04 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.76.dev.git389a7b7 -- autobuilt 389a7b7 - -* Sun Aug 04 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.75.dev.gitd9ea4db -- autobuilt d9ea4db - -* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.74.dev.git140e08e -- autobuilt 140e08e - -* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.73.dev.git3cc9ab8 -- autobuilt 3cc9ab8 - -* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.72.dev.git5370c53 -- autobuilt 5370c53 - -* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.71.dev.git2cc5913 -- autobuilt 2cc5913 - -* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.70.dev.gite3240da -- autobuilt e3240da - -* Fri Aug 02 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.69.dev.gite48dc50 -- autobuilt e48dc50 - -* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.68.dev.git1bbcb2f -- autobuilt 1bbcb2f - -* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.67.dev.gite1a099e -- autobuilt e1a099e - -* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.66.dev.gitafb493a -- autobuilt afb493a - -* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.65.dev.git6f62dac -- autobuilt 6f62dac - -* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.64.dev.gitee15e76 -- autobuilt ee15e76 - -* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.63.dev.git5056964 -- autobuilt 5056964 - -* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.62.dev.git3215ea6 -- autobuilt 3215ea6 - -* Thu Aug 01 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.61.dev.gitccf4ec2 -- autobuilt ccf4ec2 - -* Wed Jul 31 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.60.dev.gita622f8d -- autobuilt a622f8d - -* Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.59.dev.git680a383 -- autobuilt 680a383 - -* Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.58.dev.gite84ed3c -- autobuilt e84ed3c - -* Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.57.dev.git1a00895 -- autobuilt 1a00895 - -* Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.56.dev.git4196a59 -- autobuilt 4196a59 - -* Tue Jul 30 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.55.dev.git040355d -- autobuilt 040355d - -* Mon Jul 29 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.54.dev.git7d635ac -- autobuilt 7d635ac - -* Mon Jul 29 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.53.dev.gitc3c45f3 -- autobuilt c3c45f3 - -* Mon Jul 29 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.52.dev.git6665269 -- autobuilt 6665269 - -* Mon Jul 29 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.51.dev.git2ca7861 -- autobuilt 2ca7861 - -* Sun Jul 28 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.50.dev.git2c98bd5 -- autobuilt 2c98bd5 - -* Fri Jul 26 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.49.dev.git0c4dfcf -- autobuilt 0c4dfcf - -* Fri Jul 26 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.48.dev.giteca157f -- autobuilt eca157f - -* Fri Jul 26 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.47.dev.git1910d68 -- autobuilt 1910d68 - -* Fri Jul 26 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.46.dev.git4674d00 -- autobuilt 4674d00 - -* Thu Jul 25 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.45.dev.gitdff82d9 -- autobuilt dff82d9 - -* Thu Jul 25 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.44.dev.git5763618 -- autobuilt 5763618 - -* Thu Jul 25 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.43.dev.git7c9095e -- autobuilt 7c9095e - -* Wed Jul 24 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.42.dev.git2283471 -- autobuilt 2283471 - -* Wed Jul 24 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.41.dev.git0917783 -- autobuilt 0917783 - -* Wed Jul 24 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.40.dev.giteae9a00 -- autobuilt eae9a00 - -* Wed Jul 24 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.39.dev.git3c6b111 -- autobuilt 3c6b111 - -* Tue Jul 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.38.dev.git7dbc6d8 -- autobuilt 7dbc6d8 - -* Tue Jul 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.37.dev.gitbb253af -- autobuilt bb253af - -* Tue Jul 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.36.dev.gitce60c4d -- autobuilt ce60c4d - -* Tue Jul 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.35.dev.git2674920 -- autobuilt 2674920 - -* Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.34.dev.gita12a231 -- autobuilt a12a231 - -* Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.33.dev.gitcf9efa9 -- autobuilt cf9efa9 - -* Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.32.dev.git69f74f1 -- autobuilt 69f74f1 - -* Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.31.dev.gitab7b47c -- autobuilt ab7b47c - -* Mon Jul 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.30.dev.git3b52e4d -- autobuilt 3b52e4d - -* Sun Jul 21 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.29.dev.gitd6b41eb -- autobuilt d6b41eb - -* Sat Jul 20 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.28.dev.gita5aa44c -- autobuilt a5aa44c - -* Sat Jul 20 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.27.dev.git8364552 -- autobuilt 8364552 - -* Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.26.dev.git02140ea -- autobuilt 02140ea - -* Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.25.dev.git398aeac -- autobuilt 398aeac - -* Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.24.dev.gitdeb087d -- autobuilt deb087d - -* Fri Jul 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.23.dev.gitb59abdc -- autobuilt b59abdc - -* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.22.dev.git2254a35 -- autobuilt 2254a35 - -* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.21.dev.git1065548 -- autobuilt 1065548 - -* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.20.dev.gitade0d87 -- autobuilt ade0d87 - -* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.19.dev.git22e62e8 -- autobuilt 22e62e8 - -* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.18.dev.gitadcde23 -- autobuilt adcde23 - -* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.17.dev.git456c045 -- autobuilt 456c045 - -* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.16.dev.git7488ed6 -- autobuilt 7488ed6 - -* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.15.dev.gitb2734ba -- autobuilt b2734ba - -* Wed Jul 17 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.14.dev.git1c02905 -- autobuilt 1c02905 - -* Wed Jul 17 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.13.dev.git04a9cb0 -- autobuilt 04a9cb0 - -* Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.12.dev.gitfe83308 -- autobuilt fe83308 - -* Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.11.dev.git400851a -- autobuilt 400851a - -* Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.10.dev.gita449e9a -- autobuilt a449e9a - -* Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.9.dev.git386ffd2 -- autobuilt 386ffd2 - -* Tue Jul 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.8.dev.git7e4db44 -- autobuilt 7e4db44 - -* Mon Jul 15 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.7.dev.gitd2291ec -- autobuilt d2291ec - -* Sun Jul 14 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.6.dev.git456b6ab -- autobuilt 456b6ab - -* Fri Jul 12 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.5.dev.gite2e8477 -- built conmon 1de71ad - -* Thu Jul 11 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.4.dev.gite2e8477 -- autobuilt e2e8477 - -* Wed Jul 10 2019 Lokesh Mandvekar (Bot) - 2:1.4.5-0.3.dev.gitdf3f5af -- autobuilt df3f5af - -* Tue Jul 09 2019 Lokesh Mandvekar - 2:1.4.5-0.2.dev.gitcea0e93 -- Resolves: #1727933 - containers-monuts.conf.5 moved to containers-common - -* Sun Jul 07 2019 Lokesh Mandvekar - 2:1.4.5-0.1.dev.gitf7407f2 -- bump to v1.4.5-dev -- use new name for go-md2man -- include centos conditionals - -* Sun Jun 23 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.30.dev.git7c4e444 -- autobuilt 7c4e444 - -* Sat Jun 22 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.29.dev.gitd9bdd3c -- autobuilt d9bdd3c - -* Fri Jun 21 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.28.dev.git39fdf91 -- autobuilt 39fdf91 - -* Thu Jun 20 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.27.dev.gitb4f9bc8 -- autobuilt b4f9bc8 - -* Wed Jun 19 2019 Lokesh Mandvekar (Bot) - 2:1.4.3-0.26.dev.git240b846 -- bump to 1.4.3 -- autobuilt 240b846 - -* Tue Jun 18 2019 Lokesh Mandvekar (Bot) - 2:1.4.2-0.25.dev.git8bcfd24 -- autobuilt 8bcfd24 - -* Sun Jun 16 2019 Lokesh Mandvekar (Bot) - 2:1.4.2-0.24.dev.git670fc03 -- autobuilt 670fc03 - -* Sat Jun 15 2019 Lokesh Mandvekar (Bot) - 2:1.4.2-0.23.dev.git185b413 -- bump to 1.4.2 -- autobuilt 185b413 - -* Fri Jun 14 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.22.dev.git2784cf3 -- autobuilt 2784cf3 - -* Thu Jun 13 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.21.dev.git77d1cf0 -- autobuilt 77d1cf0 - -* Wed Jun 12 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.20.dev.gitf8a84fd -- autobuilt f8a84fd - -* Tue Jun 11 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.19.dev.gitc93b8d6 -- do not install /usr/libexec/crio - conflicts with crio - -* Tue Jun 11 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.18.dev.gitc93b8d6 -- autobuilt c93b8d6 - -* Mon Jun 10 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.17.dev.gitfcb7c14 -- autobuilt fcb7c14 - -* Sun Jun 09 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.16.dev.git39f5ea4 -- autobuilt 39f5ea4 - -* Sat Jun 08 2019 Lokesh Mandvekar (Bot) - 2:1.4.1-0.15.dev.gitcae5af5 -- bump to 1.4.1 -- autobuilt cae5af5 - -* Fri Jun 07 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.14.dev.gitba36a5f -- autobuilt ba36a5f - -* Fri Jun 07 2019 Lokesh Mandvekar - 2:1.3.2-0.13.dev.git6d285b8 -- Resolves: #1716809 - use conmon v0.2.0 - -* Thu Jun 06 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.12.dev.git6d285b8 -- autobuilt 6d285b8 - -* Wed Jun 05 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.11.dev.git3fb9669 -- autobuilt 3fb9669 - -* Tue Jun 04 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.10.dev.git0ede794 -- autobuilt 0ede794 - -* Sun Jun 02 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.9.dev.git176a41c -- autobuilt 176a41c - -* Sat Jun 01 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.8.dev.git2068919 -- autobuilt 2068919 - -* Fri May 31 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.7.dev.git558ce8d -- autobuilt 558ce8d - -* Thu May 30 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.6.dev.gitc871653 -- autobuilt c871653 - -* Wed May 29 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.5.dev.git8649dbd -- autobuilt 8649dbd - -* Mon May 27 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.4.dev.git25f8c21 -- autobuilt 25f8c21 - -* Sun May 26 2019 Lokesh Mandvekar (Bot) - 2:1.3.2-0.3.dev.gitb1d590b -- autobuilt b1d590b - -* Fri May 24 2019 Lokesh Mandvekar - 2:1.3.2-0.2.dev.git1ac06d8 -- built commit 1ac06d8 -- BR: systemd-devel -- correct build steps for %%{name}-remote - -* Fri May 24 2019 Dan Walsh - 2:1.3.2-0.1.dev.git5296428 -- Bump up to latest on master - -* Fri May 10 2019 Lokesh Mandvekar - 2:1.3.1-0.1.dev.git9ae3221 -- bump to v1.3.1-dev -- built 9ae3221 -- correct release tag format for unreleased versions - -* Thu Apr 25 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-21.dev.gitb01fdcb -- autobuilt b01fdcb - -* Tue Apr 23 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-20.dev.gitd652c86 -- autobuilt d652c86 - -* Sat Apr 20 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-19.dev.git9f92b21 -- autobuilt 9f92b21 - -* Fri Apr 19 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-18.dev.gite4947e5 -- autobuilt e4947e5 - -* Thu Apr 18 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-17.dev.gitbf5ffda -- autobuilt bf5ffda - -* Wed Apr 17 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-16.dev.gita87cf6f -- autobuilt a87cf6f - -* Tue Apr 16 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-15.dev.gitc1e2b58 -- autobuilt c1e2b58 - -* Mon Apr 15 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-14.dev.git167ce59 -- autobuilt 167ce59 - -* Sun Apr 14 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-13.dev.gitb926005 -- autobuilt b926005 - -* Sat Apr 13 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-12.dev.git1572367 -- autobuilt 1572367 - -* Fri Apr 12 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-11.dev.git387d601 -- autobuilt 387d601 - -* Thu Apr 11 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-10.dev.git6cd6eb6 -- autobuilt 6cd6eb6 - -* Wed Apr 10 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-9.dev.git60ef8f8 -- autobuilt 60ef8f8 - -* Tue Apr 09 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-8.dev.gitc94903a -- autobuilt c94903a - -* Sat Apr 06 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-7.dev.gitbc320be -- autobuilt bc320be - -* Fri Apr 05 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-6.dev.gitbda28c6 -- autobuilt bda28c6 - -* Thu Apr 04 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-5.dev.git4bda537 -- autobuilt 4bda537 - -* Wed Apr 03 2019 Lokesh Mandvekar - 2:1.3.0-4.dev.gitad467ba -- Resolves: #1695492 - own /usr/libexec/podman - -* Tue Apr 02 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-3.dev.gitad467ba -- autobuilt ad467ba - -* Mon Apr 01 2019 Lokesh Mandvekar (Bot) - 2:1.3.0-2.dev.gitcd35e20 -- bump to 1.3.0 -- autobuilt cd35e20 - -* Sun Mar 31 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-30.dev.git833204d -- autobuilt 833204d - -* Sat Mar 30 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-29.dev.git7b73974 -- autobuilt 7b73974 - -* Fri Mar 29 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-28.dev.gitfdf979a -- autobuilt fdf979a - -* Thu Mar 28 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-27.dev.git850326c -- autobuilt 850326c - -* Wed Mar 27 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-26.dev.gitfc546d4 -- autobuilt fc546d4 - -* Mon Mar 25 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-25.dev.gitd0c6a35 -- autobuilt d0c6a35 - -* Sat Mar 23 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-24.dev.git0458daf -- autobuilt 0458daf - -* Fri Mar 22 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-23.dev.git68e3df3 -- autobuilt 68e3df3 - -* Thu Mar 21 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-22.dev.gitc230f0c -- autobuilt c230f0c - -* Wed Mar 20 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-21.dev.git537c382 -- autobuilt 537c382 - -* Tue Mar 19 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-20.dev.gitac523cb -- autobuilt ac523cb - -* Mon Mar 18 2019 Eduardo Santiago - 2:1.2.0-19.dev.git6aa8078 -- include zsh completion - -* Fri Mar 15 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-18.dev.git31f11a8 -- autobuilt 31f11a8 - -* Thu Mar 14 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-17.dev.git7426d4f -- autobuilt 7426d4f - -* Wed Mar 13 2019 Eduardo Santiago - 2:1.2.0-16.dev.git883566f -- new -tests subpackage - -* Wed Mar 13 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-15.dev.git883566f -- autobuilt 883566f - -* Tue Mar 12 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-14.dev.gitde0192a -- autobuilt de0192a - -* Sun Mar 10 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-13.dev.gitd95f97a -- autobuilt d95f97a - -* Sat Mar 09 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-12.dev.git9b21f14 -- autobuilt 9b21f14 - -* Fri Mar 08 2019 Lokesh Mandvekar - 2:1.2.0-11.dev.git1b2f867 -- Resolves: #1686813 - conmon bundled inside podman rpm - -* Fri Mar 08 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-10.dev.git1b2f867 -- autobuilt 1b2f867 - -* Thu Mar 07 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-9.dev.git614409f -- autobuilt 614409f - -* Wed Mar 06 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-8.dev.git40f7843 -- autobuilt 40f7843 - -* Tue Mar 05 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-7.dev.git4b80517 -- autobuilt 4b80517 - -* Mon Mar 04 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-6.dev.gitf3a3d8e -- autobuilt f3a3d8e - -* Sat Mar 02 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-5.dev.git9adcda7 -- autobuilt 9adcda7 - -* Fri Mar 01 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-4.dev.git9137315 -- autobuilt 9137315 - -* Thu Feb 28 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-3.dev.git5afae0b -- autobuilt 5afae0b - -* Wed Feb 27 2019 Lokesh Mandvekar (Bot) - 2:1.2.0-2.dev.git623fcfa -- bump to 1.2.0 -- autobuilt 623fcfa - -* Tue Feb 26 2019 Dan Walsh - 2:1.0.1-39.dev.gitcf52144 -* Tue Feb 26 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-38.dev.gitcf52144 -- autobuilt cf52144 - -* Mon Feb 25 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-37.dev.git553ac80 -- autobuilt 553ac80 - -* Sun Feb 24 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-36.dev.gitcc4addd -- autobuilt cc4addd - -* Sat Feb 23 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-35.dev.gitb223d4e -- autobuilt b223d4e - -* Fri Feb 22 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-34.dev.git1788add -- autobuilt 1788add - -* Thu Feb 21 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-33.dev.git4934bf2 -- autobuilt 4934bf2 - -* Wed Feb 20 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-32.dev.git3b88c73 -- autobuilt 3b88c73 - -* Tue Feb 19 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-31.dev.git228d1cb -- autobuilt 228d1cb - -* Mon Feb 18 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-30.dev.git3f32eae -- autobuilt 3f32eae - -* Sun Feb 17 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-29.dev.git1cb16bd -- autobuilt 1cb16bd - -* Sat Feb 16 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-28.dev.git0a521e1 -- autobuilt 0a521e1 - -* Fri Feb 15 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-27.dev.git81ace5c -- autobuilt 81ace5c - -* Thu Feb 14 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-26.dev.gitdfc64e1 -- autobuilt dfc64e1 - -* Wed Feb 13 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-25.dev.gitee27c39 -- autobuilt ee27c39 - -* Tue Feb 12 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-24.dev.git8923703 -- autobuilt 8923703 - -* Sun Feb 10 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-23.dev.gitc86e8f1 -- autobuilt c86e8f1 - -* Sat Feb 09 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-22.dev.gitafd4d5f -- autobuilt afd4d5f - -* Fri Feb 08 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-21.dev.git962850c -- autobuilt 962850c - -* Thu Feb 07 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-20.dev.gitf250745 -- autobuilt f250745 - -* Wed Feb 06 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-19.dev.git650e242 -- autobuilt 650e242 - -* Tue Feb 05 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-18.dev.git778f986 -- autobuilt 778f986 - -* Sun Feb 03 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-17.dev.gitd5593b8 -- autobuilt d5593b8 - -* Sat Feb 02 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-16.dev.gite6426af -- autobuilt e6426af - -* Fri Feb 01 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-15.dev.gite97dc8e -- autobuilt e97dc8e - -* Thu Jan 31 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-14.dev.git805c6d9 -- autobuilt 805c6d9 - -* Wed Jan 30 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-13.dev.gitad5579e -- autobuilt ad5579e - -* Tue Jan 29 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-12.dev.gitebe9297 -- autobuilt ebe9297 - -* Thu Jan 24 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-11.dev.gitc9e1f36 -- autobuilt c9e1f36 - -* Wed Jan 23 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-10.dev.git7838a13 -- autobuilt 7838a13 - -* Tue Jan 22 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-9.dev.gitec96987 -- autobuilt ec96987 - -* Mon Jan 21 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-8.dev.gitef2f6f9 -- autobuilt ef2f6f9 - -* Sun Jan 20 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-7.dev.git579fc0f -- autobuilt 579fc0f - -* Sat Jan 19 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-6.dev.git0d4bfb0 -- autobuilt 0d4bfb0 - -* Fri Jan 18 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-5.dev.gite3dc660 -- autobuilt e3dc660 - -* Thu Jan 17 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-4.dev.git0e3264a -- autobuilt 0e3264a - -* Wed Jan 16 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-3.dev.git1b2f752 -- autobuilt 1b2f752 - -* Tue Jan 15 2019 Lokesh Mandvekar (Bot) - 2:1.0.1-2.dev.git6301f6a -- bump to 1.0.1 -- autobuilt 6301f6a - -* Mon Jan 14 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-3.dev.git140ae25 -- autobuilt 140ae25 - -* Sat Jan 12 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-2.dev.git5c86efb -- bump to 0.12.2 -- autobuilt 5c86efb - -* Fri Jan 11 2019 bbaude - 1:1.0.0-1.dev.git82e8011 -- Upstream 1.0.0 release - -* Thu Jan 10 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-27.dev.git0f6535c -- autobuilt 0f6535c - -* Wed Jan 09 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-26.dev.gitc9d63fe -- autobuilt c9d63fe - -* Tue Jan 08 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-25.dev.gitfaa2462 -- autobuilt faa2462 - -* Mon Jan 07 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-24.dev.gitb83b07c -- autobuilt b83b07c - -* Sat Jan 05 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-23.dev.git4e0c0ec -- autobuilt 4e0c0ec - -* Fri Jan 04 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-22.dev.git9ffd480 -- autobuilt 9ffd480 - -* Thu Jan 03 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-21.dev.git098c134 -- autobuilt 098c134 - -* Tue Jan 01 2019 Lokesh Mandvekar (Bot) - 2:0.12.2-20.dev.git7438b7b -- autobuilt 7438b7b - -* Sat Dec 29 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb9.dev.git1aa55ed -- autobuilt 1aa55ed - -* Thu Dec 27 2018 Igor Gnatenko - 2:0.12.2-1.nightly.git5c86efb8.dev.gitc50332d -- Enable python dependency generator - -* Tue Dec 25 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb7.dev.gitc50332d -- autobuilt c50332d - -* Mon Dec 24 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb6.dev.git8fe3050 -- autobuilt 8fe3050 - -* Sun Dec 23 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb5.dev.git792f109 -- autobuilt 792f109 - -* Sat Dec 22 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb4.dev.gitfe186c6 -- autobuilt fe186c6 - -* Fri Dec 21 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb3.dev.gitfa998f2 -- autobuilt fa998f2 - -* Thu Dec 20 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb2.dev.git6b059a5 -- autobuilt 6b059a5 - -* Wed Dec 19 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb1.dev.gitc8eaf59 -- autobuilt c8eaf59 - -* Tue Dec 18 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-1.nightly.git5c86efb0.dev.git68414c5 -- autobuilt 68414c5 - -* Mon Dec 17 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-9.dev.gitb21d474 -- autobuilt b21d474 - -* Sat Dec 15 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-8.dev.gitc086118 -- autobuilt c086118 - -* Fri Dec 14 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-7.dev.git93b5ccf -- autobuilt 93b5ccf - -* Thu Dec 13 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-6.dev.git508388b -- autobuilt 508388b - -* Wed Dec 12 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-5.dev.git8a3361f -- autobuilt 8a3361f - -* Tue Dec 11 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-4.dev.git235a630 -- autobuilt 235a630 - -* Sat Dec 08 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-3.dev.git1f547b2 -- autobuilt 1f547b2 - -* Fri Dec 07 2018 Lokesh Mandvekar (Bot) - 2:0.12.2-2.dev.gita387c72 -- bump to 0.12.2 -- autobuilt a387c72 - -* Thu Dec 06 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-15.dev.git75b19ca -- autobuilt 75b19ca - -* Wed Dec 05 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-14.dev.git320085a -- autobuilt 320085a - -* Tue Dec 04 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-13.dev.git5f6ad82 -- autobuilt 5f6ad82 - -* Sun Dec 02 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-12.dev.git41f250c -- autobuilt 41f250c - -* Sat Dec 01 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-11.dev.git6b8f89d -- autobuilt 6b8f89d - -* Thu Nov 29 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-10.dev.git3af62f6 -- autobuilt 3af62f6 - -* Tue Nov 27 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-9.dev.git3956050 -- autobuilt 3956050 - -* Mon Nov 26 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-8.dev.gite3ece3b -- autobuilt e3ece3b - -* Sat Nov 24 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-7.dev.git78604c3 -- autobuilt 78604c3 - -* Thu Nov 22 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-6.dev.git1fdfeb8 -- autobuilt 1fdfeb8 - -* Wed Nov 21 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-5.dev.git23feb0d -- autobuilt 23feb0d - -* Tue Nov 20 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-4.dev.gitea928f2 -- autobuilt ea928f2 - -* Sat Nov 17 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-3.dev.gitcd5742f -- autobuilt cd5742f - -* Fri Nov 16 2018 Lokesh Mandvekar (Bot) - 2:0.11.2-2.dev.git236408b -- autobuilt 236408b - -* Wed Nov 14 2018 Lokesh Mandvekar - 2:0.11.2-1.dev.git97bded4 -- bump epoch cause previous version was messed up -- built 97bded4 - -* Tue Nov 13 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.git79657161 -- bump to 0.11.2 -- autobuilt 7965716 - -* Sat Nov 10 2018 Dan Walsh - 1:0.11.20.11.2-2.dev.git78e6d8e1 -- Remove dirty flag from podman version - - -* Sat Nov 10 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.git7965716.dev.git78e6d8e1 -- bump to 0.11.2 -- autobuilt 78e6d8e - -* Fri Nov 09 2018 Lokesh Mandvekar (Bot) - 1:0.11.20.11.2-1.dev.git7965716.dev.git78e6d8e.dev.gitf5473c61 -- bump to 0.11.2 -- autobuilt f5473c6 - -* Thu Nov 08 2018 baude - 1:0.11.1-1.dev.gita4adfe5 -- Upstream 0.11.1-1 - -* Thu Nov 08 2018 Lokesh Mandvekar (Bot) - 1:0.10.2-3.dev.git672f572 -- autobuilt 672f572 - -* Wed Nov 07 2018 Lokesh Mandvekar (Bot) - 1:0.10.2-2.dev.gite9f8aed -- autobuilt e9f8aed - -* Sun Oct 28 2018 Lokesh Mandvekar - 1:0.10.2-1.dev.git4955572 -- Resolves: #1643744 - build podman with ostree support -- bump to v0.10.2 -- built commit 4955572 - -* Fri Oct 19 2018 Lokesh Mandvekar - 1:0.10.1.3-3.dev.gitdb08685 -- consistent epoch:version-release in changelog - -* Thu Oct 18 2018 Lokesh Mandvekar - 1:0.10.1.3-2.dev.gitdb08685 -- correct epoch mentions - -* Thu Oct 18 2018 Lokesh Mandvekar - 1:0.10.1.3-1.dev.gitdb08685 -- bump to v0.10.1.3 - -* Thu Oct 11 2018 baude - 1:0.10.1-1.gitda5c894 -- Upstream v0.10.1 release - -* Fri Sep 28 2018 Lokesh Mandvekar - 1:0.9.4-3.dev.gite7e81e6 -- built libpod commit e7e81e6 -- built conmon from cri-o commit 2cbe48b - -* Tue Sep 25 2018 Dan Walsh - 1:0.9.4-2.dev.gitaf791f3 -- Fix required version of runc - -* Mon Sep 24 2018 Lokesh Mandvekar - 1:0.9.4-1.dev.gitaf791f3 -- bump to v0.9.4 -- built af791f3 - -* Wed Sep 19 2018 Lokesh Mandvekar - 1:0.9.3-2.dev.gitc3a0874 -- autobuilt c3a0874 - -* Mon Sep 17 2018 Lokesh Mandvekar - 1:0.9.3-1.dev.git28a2bf8 -- bump to v0.9.3 -- built commit 28a2bf82 - -* Tue Sep 11 2018 Lokesh Mandvekar - 1:0.9.1.1-1.dev.git95dbcad -- bump to v0.9.1.1 -- built commit 95dbcad - -* Tue Sep 11 2018 baude - 1:0.9.1-1.dev.git123de30 -- Upstream release of 0.9.1 -- Do not build with devicemapper - -* Tue Sep 4 2018 Dan Walsh - 1:0.8.5-5.git65c31d4 -- Fix required version of runc - -* Tue Sep 4 2018 Dan Walsh - 1:0.8.5-4.dev.git65c31d4 -- Fix rpm -qi podman to show the correct URL - -* Tue Sep 4 2018 Dan Walsh - 1:0.8.5-3.dev.git65c31d4 -- Fix required version of runc - -* Mon Sep 3 2018 Dan Walsh - 1:0.8.5-2.dev.git65c31d4 -- Add a specific version of runc or later to require - -* Thu Aug 30 2018 Lokesh Mandvekar - 1:0.8.5-1.dev.git65c31d4 -- bump to v0.8.5-dev -- built commit 65c31d4 -- correct min dep on containernetworking-plugins for upgrade from -containernetworking-cni - -* Mon Aug 20 2018 Lokesh Mandvekar - 1:0.8.3-4.dev.git3d55721f -- Resolves: #1619411 - python3-podman should require python3-psutil -- podman-docker should conflict with moby-engine -- require nftables -- recommend slirp4netns and fuse-overlayfs (latter only for kernel >= 4.18) - -* Sun Aug 12 2018 Dan Walsh - 1:0.8.3-3.dev.git3d55721f -- Add podman-docker support -- Force cgroupfs for non root podman - -* Sun Aug 12 2018 Lokesh Mandvekar - 1:0.8.3-2.dev.git3d55721f -- Requires: conmon -- use default %%gobuild - -* Sat Aug 11 2018 Lokesh Mandvekar - 1:0.8.3-1.dev.git3d55721f -- bump to v0.8.3-dev -- built commit 3d55721f -- bump Epoch to 1, cause my autobuilder messed up earlier - -* Wed Aug 01 2018 Lokesh Mandvekar (Bot) - 0.8.10.8.1-1.dev.git1a439f91 -- bump to 0.8.1 -- autobuilt 1a439f9 - -* Tue Jul 31 2018 Lokesh Mandvekar (Bot) - 0.8.10.8.1-1.dev.git1a439f9.dev.git5a4e5901 -- bump to 0.8.1 -- autobuilt 5a4e590 - -* Sun Jul 29 2018 Lokesh Mandvekar (Bot) - 0.8.10.8.1-1.dev.git1a439f9.dev.git5a4e590.dev.git433cbd51 -- bump to 0.8.1 -- autobuilt 433cbd5 - -* Sat Jul 28 2018 Lokesh Mandvekar (Bot) - 0.8.10.8.1-1.dev.git1a439f9.dev.git5a4e590.dev.git433cbd5.dev.git87d8edb1 -- bump to 0.8.1 -- autobuilt 87d8edb - -* Fri Jul 27 2018 Lokesh Mandvekar - 0.7.4-7.dev.git3dd577e -- fix python package version - -* Fri Jul 27 2018 Igor Gnatenko - 0.7.4-6.dev.git3dd577e -- Rebuild for new binutils - -* Fri Jul 27 2018 Lokesh Mandvekar (Bot) - 0.7.4-5.dev.git3dd577e -- autobuilt 3dd577e - -* Thu Jul 26 2018 Lokesh Mandvekar (Bot) - 0.7.4-4.dev.git9c806a4 -- autobuilt 9c806a4 - -* Wed Jul 25 2018 Lokesh Mandvekar (Bot) - 0.7.4-3.dev.gitc90b740 -- autobuilt c90b740 - -* Tue Jul 24 2018 Lokesh Mandvekar - 0.7.4-2.dev.git9a18681 -- pypodman package exists only if varlink - -* Mon Jul 23 2018 Lokesh Mandvekar - 0.7.4-1.dev.git9a18681 -- bump to v0.7.4-dev -- built commit 9a18681 - -* Mon Jul 23 2018 Dan Walsh - 0.7.3-2.dev.git06c546e -- Add Reccommeds container-selinux - -* Sun Jul 15 2018 Lokesh Mandvekar - 0.7.3-1.dev.git06c546e -- built commit 06c546e - -* Sat Jul 14 2018 Dan Walsh - 0.7.2-10.dev.git86154b6 -- Add install of pypodman - -* Fri Jul 13 2018 Fedora Release Engineering - 0.7.2-9.dev.git86154b6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Thu Jul 12 2018 Lokesh Mandvekar (Bot) - 0.7.2-8.dev.git86154b6 -- autobuilt 86154b6 - -* Wed Jul 11 2018 Lokesh Mandvekar (Bot) - 0.7.2-7.dev.git84cfdb2 -- autobuilt 84cfdb2 - -* Tue Jul 10 2018 Lokesh Mandvekar (Bot) - 0.7.2-6.dev.git4f9b1ae -- autobuilt 4f9b1ae - -* Mon Jul 09 2018 Lokesh Mandvekar (Bot) - 0.7.2-5.gitc7424b6 -- autobuilt c7424b6 - -* Mon Jul 09 2018 Dan Walsh - 0.7.2-4.gitf661e1d -- Add ostree support - -* Mon Jul 09 2018 Lokesh Mandvekar (Bot) - 0.7.2-3.gitf661e1d -- autobuilt f661e1d - -* Sun Jul 08 2018 Lokesh Mandvekar (Bot) - 0.7.2-2.git0660108 -- autobuilt 0660108 - -* Sat Jul 07 2018 Lokesh Mandvekar (Bot) - 0.7.2-1.gitca6ffbc -- bump to 0.7.2 -- autobuilt ca6ffbc - -* Fri Jul 06 2018 Lokesh Mandvekar (Bot) - 0.7.1-6.git99959e5 -- autobuilt 99959e5 - -* Thu Jul 05 2018 Lokesh Mandvekar (Bot) - 0.7.1-5.gitf2462ca -- autobuilt f2462ca - -* Wed Jul 04 2018 Lokesh Mandvekar (Bot) - 0.7.1-4.git6d8fac8 -- autobuilt 6d8fac8 - -* Tue Jul 03 2018 Lokesh Mandvekar (Bot) - 0.7.1-3.git767b3dd -- autobuilt 767b3dd - -* Mon Jul 02 2018 Miro Hrončok - 0.7.1-2.gitb96be3a -- Rebuilt for Python 3.7 - -* Sat Jun 30 2018 Lokesh Mandvekar (Bot) - 0.7.1-1.gitb96be3a -- bump to 0.7.1 -- autobuilt b96be3a - -* Fri Jun 29 2018 Lokesh Mandvekar (Bot) - 0.6.5-6.gitd61d8a3 -- autobuilt d61d8a3 - -* Thu Jun 28 2018 Lokesh Mandvekar (Bot) - 0.6.5-5.gitfd12c89 -- autobuilt fd12c89 - -* Wed Jun 27 2018 Lokesh Mandvekar (Bot) - 0.6.5-4.git56133f7 -- autobuilt 56133f7 - -* Tue Jun 26 2018 Lokesh Mandvekar (Bot) - 0.6.5-3.git208b9a6 -- autobuilt 208b9a6 - -* Mon Jun 25 2018 Lokesh Mandvekar (Bot) - 0.6.5-2.gite89bbd6 -- autobuilt e89bbd6 - -* Sat Jun 23 2018 Lokesh Mandvekar (Bot) - 0.6.5-1.git7182339 -- bump to 0.6.5 -- autobuilt 7182339 - -* Fri Jun 22 2018 Lokesh Mandvekar (Bot) - 0.6.4-7.git4bd0f22 -- autobuilt 4bd0f22 - -* Thu Jun 21 2018 Lokesh Mandvekar (Bot) - 0.6.4-6.git6804fde -- autobuilt 6804fde - -* Wed Jun 20 2018 Lokesh Mandvekar (Bot) - 0.6.4-5.gitf228cf7 -- autobuilt f228cf7 - -* Tue Jun 19 2018 Miro Hrončok - 0.6.4-4.git5645789 -- Rebuilt for Python 3.7 - -* Tue Jun 19 2018 Lokesh Mandvekar (Bot) - 0.6.4-3.git5645789 -- autobuilt 5645789 - -* Mon Jun 18 2018 Lokesh Mandvekar (Bot) - 0.6.4-2.git9e13457 -- autobuilt 9e13457 - -* Sat Jun 16 2018 Lokesh Mandvekar (Bot) - 0.6.4-1.gitb43677c -- bump to 0.6.4 -- autobuilt b43677c - -* Fri Jun 15 2018 Lokesh Mandvekar (Bot) - 0.6.3-6.git6bdf023 -- autobuilt 6bdf023 - -* Thu Jun 14 2018 Lokesh Mandvekar (Bot) - 0.6.3-5.git65033b5 -- autobuilt 65033b5 - -* Wed Jun 13 2018 Lokesh Mandvekar (Bot) - 0.6.3-4.git95ea3d4 -- autobuilt 95ea3d4 - -* Tue Jun 12 2018 Lokesh Mandvekar (Bot) - 0.6.3-3.gitab72130 -- autobuilt ab72130 - -* Mon Jun 11 2018 Lokesh Mandvekar (Bot) - 0.6.3-2.git1e9e530 -- autobuilt 1e9e530 - -* Sat Jun 09 2018 Lokesh Mandvekar (Bot) - 0.6.3-1.gitb78e7e4 -- bump to 0.6.3 -- autobuilt b78e7e4 - -* Fri Jun 08 2018 Lokesh Mandvekar (Bot) - 0.6.2-7.git1cbce85 -- autobuilt 1cbce85 - -* Thu Jun 07 2018 Lokesh Mandvekar (Bot) - 0.6.2-6.gitb1ebad9 -- autobuilt b1ebad9 - -* Wed Jun 06 2018 Lokesh Mandvekar (Bot) - 0.6.2-5.git7b2b2bc -- autobuilt 7b2b2bc - -* Tue Jun 05 2018 Lokesh Mandvekar (Bot) - 0.6.2-4.git14cf6d2 -- autobuilt 14cf6d2 - -* Mon Jun 04 2018 Lokesh Mandvekar (Bot) - 0.6.2-3.gitcae49fc -- autobuilt cae49fc - -* Sun Jun 03 2018 Lokesh Mandvekar (Bot) - 0.6.2-2.git13f7450 -- autobuilt 13f7450 - -* Sat Jun 02 2018 Lokesh Mandvekar (Bot) - 0.6.2-1.git22e6f11 -- bump to 0.6.2 -- autobuilt 22e6f11 - -* Fri Jun 01 2018 Lokesh Mandvekar (Bot) - 0.6.1-4.gita9e9fd4 -- autobuilt a9e9fd4 - -* Thu May 31 2018 Lokesh Mandvekar (Bot) - 0.6.1-3.gita127b4f -- autobuilt a127b4f - -* Wed May 30 2018 Lokesh Mandvekar (Bot) - 0.6.1-2.git8ee0f2b -- autobuilt 8ee0f2b - -* Sat May 26 2018 Lokesh Mandvekar (Bot) - 0.6.1-1.git44d1c1c -- bump to 0.6.1 -- autobuilt 44d1c1c - -* Fri May 18 2018 Lokesh Mandvekar - 0.5.3-7.gitc54b423 -- make python3-podman the same version as the main package -- build python3-podman only for fedora >= 28 - -* Fri May 18 2018 Lokesh Mandvekar (Bot) - 0.5.3-6.gitc54b423 -- autobuilt c54b423 - -* Wed May 16 2018 Lokesh Mandvekar - 0.5.3-5.git624660c -- built commit 624660c -- New subapackage: python3-podman - -* Wed May 16 2018 Lokesh Mandvekar (Bot) - 0.5.3-4.git9fcc475 -- autobuilt 9fcc475 - -* Wed May 16 2018 Lokesh Mandvekar (Bot) - 0.5.3-3.git0613844 -- autobuilt 0613844 - -* Tue May 15 2018 Lokesh Mandvekar (Bot) - 0.5.3-2.git45838b9 -- autobuilt 45838b9 - -* Fri May 11 2018 Lokesh Mandvekar - 0.5.3-1.git07253fc -- bump to v0.5.3 -- built commit 07253fc - -* Fri May 11 2018 Lokesh Mandvekar (Bot) - 0.5.2-5.gitcc1bad8 -- autobuilt cc1bad8 - -* Wed May 09 2018 Lokesh Mandvekar (Bot) - 0.5.2-4.git2526355 -- autobuilt 2526355 - -* Tue May 08 2018 Lokesh Mandvekar (Bot) - 0.5.2-3.gitfaa8c3e -- autobuilt faa8c3e - -* Sun May 06 2018 Lokesh Mandvekar (Bot) - 0.5.2-2.gitfa4705c -- autobuilt fa4705c - -* Sat May 05 2018 Lokesh Mandvekar (Bot) - 0.5.2-1.gitbb0e754 -- bump to 0.5.2 -- autobuilt bb0e754 - -* Fri May 04 2018 Lokesh Mandvekar (Bot) - 0.5.1-5.git5ae940a -- autobuilt 5ae940a - -* Wed May 02 2018 Lokesh Mandvekar (Bot) - 0.5.1-4.git64dc803 -- autobuilt commit 64dc803 - -* Wed May 02 2018 Lokesh Mandvekar (Bot) - 0.5.1-3.git970eaf0 -- autobuilt commit 970eaf0 - -* Tue May 01 2018 Lokesh Mandvekar (Bot) - 0.5.1-2.git7a0a855 -- autobuilt commit 7a0a855 - -* Sun Apr 29 2018 Lokesh Mandvekar - 0.5.1-1.giteda0fd7 -- reflect version number correctly -- my builder script error ended up picking the wrong version number previously - -* Sun Apr 29 2018 Lokesh Mandvekar (Bot) - 0.4.2-5.giteda0fd7 -- autobuilt commit eda0fd7 - -* Sat Apr 28 2018 Lokesh Mandvekar (Bot) - 0.4.2-4.git6774425 -- autobuilt commit 6774425 - -* Fri Apr 27 2018 Lokesh Mandvekar (Bot) - 0.4.2-3.git39a7a77 -- autobuilt commit 39a7a77 - -* Thu Apr 26 2018 Lokesh Mandvekar (Bot) - 0.4.2-2.git58cb8f7 -- autobuilt commit 58cb8f7 - -* Wed Apr 25 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de -- bump to 0.4.2 -- autobuilt commit bef93de - -* Tue Apr 24 2018 Lokesh Mandvekar - 0.4.4-1.git398133e -- use correct version number - -* Tue Apr 24 2018 Lokesh Mandvekar (Bot) - 0.4.2-22.git398133e -- autobuilt commit 398133e - -* Sun Apr 22 2018 Lokesh Mandvekar (Bot) - 0.4.2-21.gitcf1d884 -- autobuilt commit cf1d884 - -* Fri Apr 20 2018 Lokesh Mandvekar (Bot) - 0.4.2-20.git9b457e3 -- autobuilt commit 9b457e3 - -* Fri Apr 20 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de9.git228732d -- autobuilt commit 228732d - -* Thu Apr 19 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de8.gitf2658ec -- autobuilt commit f2658ec - -* Thu Apr 19 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de7.git6a9dbf3 -- autobuilt commit 6a9dbf3 - -* Tue Apr 17 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de6.git96d1162 -- autobuilt commit 96d1162 - -* Tue Apr 17 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de5.git96d1162 -- autobuilt commit 96d1162 - -* Mon Apr 16 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de4.git6c5ebb0 -- autobuilt commit 6c5ebb0 - -* Mon Apr 16 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de3.gitfa8442e -- autobuilt commit fa8442e - -* Mon Apr 16 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de2.gitfa8442e -- autobuilt commit fa8442e - -* Sun Apr 15 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de1.gitfa8442e -- autobuilt commit fa8442e - -* Sat Apr 14 2018 Lokesh Mandvekar (Bot) - 0.4.2-1.gitbef93de0.git62b59df -- autobuilt commit 62b59df - -* Fri Apr 13 2018 Lokesh Mandvekar (Bot) - 0.4.2-9.git191da31 -- autobuilt commit 191da31 - -* Thu Apr 12 2018 Lokesh Mandvekar (Bot) - 0.4.2-8.git6f51a5b -- autobuilt commit 6f51a5b - -* Wed Apr 11 2018 Lokesh Mandvekar (Bot) - 0.4.2-7.git77a1665 -- autobuilt commit 77a1665 - -* Tue Apr 10 2018 Lokesh Mandvekar (Bot) - 0.4.2-6.git864b9c0 -- autobuilt commit 864b9c0 - -* Tue Apr 10 2018 Lokesh Mandvekar (Bot) - 0.4.2-5.git864b9c0 -- autobuilt commit 864b9c0 - -* Tue Apr 10 2018 Lokesh Mandvekar (Bot) - 0.4.2-4.git998fd2e -- autobuilt commit 998fd2e - -* Sun Apr 08 2018 Lokesh Mandvekar (Bot) - 0.4.2-3.git998fd2e -- autobuilt commit 998fd2e - -* Sun Apr 08 2018 Lokesh Mandvekar - 0.4.2-2.git998fd2e -- autobuilt commit 998fd2e - -* Sun Apr 08 2018 Lokesh Mandvekar - 0.4.2-1.gitbef93de.git998fd2e -- bump to 0.4.2 -- autobuilt commit 998fd2e - -* Thu Mar 29 2018 baude - 0.3.5-2.gitdb6bf9e3 -- Upstream release 0.3.5 - -* Tue Mar 27 2018 Lokesh Mandvekar - 0.3.5-1.git304bf53 -- built commit 304bf53 - -* Fri Mar 23 2018 baude - 0.3.4-1.git57b403e -- Upstream release 0.3.4 - -* Fri Mar 16 2018 baude - 0.3.3-2.dev.gitbc358eb -- Upstream release 0.3.3 - -* Wed Mar 14 2018 Lokesh Mandvekar - 0.3.3-1.dev.gitbc358eb -- built podman commit bc358eb -- built conmon from cri-o commit 712f3b8 - -* Fri Mar 09 2018 baude - 0.3.2-1.gitf79a39a -- Release 0.3.2-1 - -* Sun Mar 04 2018 baude - 0.3.1-2.git98b95ff -- Correct RPM version - -* Fri Mar 02 2018 baude - 0.3.1-1-gitc187538 -- Release 0.3.1-1 - -* Sun Feb 25 2018 Peter Robinson 0.2.2-2.git525e3b1 -- Build on ARMv7 too (Fedora supports containers on that arch too) - -* Fri Feb 23 2018 baude - 0.2.2-1.git525e3b1 -- Release 0.2.2 - -* Fri Feb 16 2018 baude - 0.2.1-1.git3d0100b -- Release 0.2.1 - -* Wed Feb 14 2018 baude - 0.2-3.git3d0100b -- Add dep for atomic-registries - -* Tue Feb 13 2018 baude - 0.2-2.git3d0100b -- Add more 64bit arches -- Add containernetworking-cni dependancy -- Add iptables dependancy - -* Mon Feb 12 2018 baude - 0-2.1.git3d0100 -- Release 0.2 - -* Tue Feb 06 2018 Lokesh Mandvekar - 0-0.3.git367213a -- Resolves: #1541554 - first official build -- built commit 367213a - -* Fri Feb 02 2018 Lokesh Mandvekar - 0-0.2.git0387f69 -- built commit 0387f69 - -* Wed Jan 10 2018 Frantisek Kluknavsky - 0-0.1.gitc1b2278 -- First package for Fedora +%autochangelog diff --git a/sources b/sources index 45e55f9..01712af 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-4ee84d6.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a -SHA512 (v4.0.0-rc5.tar.gz) = 68993fd6d6160413295311617c87087c882391f7458e76394045594c823a9a29c36924e6d271db83617f068c20e5ee9a722d52498761e652f91527b7e93962a1 +SHA512 (v4.0.0.tar.gz) = 2e25f303d143bc4e265f0f8998ea1c4af3d6da8b35452cf6b27a4eb204805a9b5f75f4b6430921b42c80b76a6b5c9cf35a732c265727a11261fca25cc96f57e7 From a76d08dc5ce396f176110ad640341b946e84fa25 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 17 Feb 2022 15:54:24 -0500 Subject: [PATCH 1991/2185] remove conditional epoch - probably messes with autospec Signed-off-by: Lokesh Mandvekar --- podman.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/podman.spec b/podman.spec index 98de963..cbd8400 100644 --- a/podman.spec +++ b/podman.spec @@ -36,11 +36,7 @@ %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) Name: podman -%if 0%{?fedora} Epoch: 3 -%else -Epoch: 0 -%endif Version: %{gen_version} Release: %autorelease Summary: Manage Pods, Containers and Container Images From 3edbe8cf0a54ea4dfaddba33fad222386165eae2 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 17 Feb 2022 16:14:04 -0500 Subject: [PATCH 1992/2185] remove unwanted conditionals and scriptlets Signed-off-by: Lokesh Mandvekar --- podman.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/podman.spec b/podman.spec index cbd8400..addea7b 100644 --- a/podman.spec +++ b/podman.spec @@ -63,11 +63,7 @@ BuildRequires: libassuan-devel BuildRequires: libgpg-error-devel BuildRequires: libseccomp-devel BuildRequires: libselinux-devel -%if 0%{?fedora} >= 36 -BuildRequires: shadow-utils-subid-devel >= 2:4.11.1-2 -%else BuildRequires: shadow-utils-subid-devel -%endif BuildRequires: pkgconfig BuildRequires: make BuildRequires: ostree-devel @@ -385,9 +381,5 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/gvproxy -%triggerpostun -- %{name} <= 3.2 -rm -f %{_sharedstatedir}/containers/storage/libpod/defaultCNINetExists -exit 0 - %changelog %autochangelog From 7aacfca52622c945c526acf168bb3d67c6ce5d6c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 17 Feb 2022 16:33:29 -0500 Subject: [PATCH 1993/2185] add placeholder changelog entry until autospec bz2051542 is fixed Signed-off-by: Lokesh Mandvekar --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index addea7b..778ba31 100644 --- a/podman.spec +++ b/podman.spec @@ -382,4 +382,8 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_libexecdir}/%{name}/gvproxy %changelog -%autochangelog +#%%autochangelog +* Thu Feb 017 2022 Lokesh Mandvekar - 3:4.0.0 +- bump to v4.0.0 +- autospec misbehaves if the git logs ever used an unescaped rpm macro +- so adding a manual changelog entry (rhbz#2051542) From fc31a699bbb3f9aa9e3e9314ddf133c81a93d648 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 21 Feb 2022 12:59:45 -0500 Subject: [PATCH 1994/2185] add patch to fix version remove unnecessary conditionals Signed-off-by: Lokesh Mandvekar --- fix-version.patch | 46 ++++++++++++++++++++++++++++++++++++++++++++++ podman.spec | 3 +-- 2 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 fix-version.patch diff --git a/fix-version.patch b/fix-version.patch new file mode 100644 index 0000000..e2a63d4 --- /dev/null +++ b/fix-version.patch @@ -0,0 +1,46 @@ +From 49f8da7271ed9b9256a182aca004700047e271ed Mon Sep 17 00:00:00 2001 +From: Matthew Heon +Date: Wed, 16 Feb 2022 14:10:39 -0500 +Subject: [PATCH] Bump to v4.0.0 + +Signed-off-by: Matthew Heon +--- + test/apiv2/01-basic.at | 2 +- + version/version.go | 4 ++-- + 2 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/test/apiv2/01-basic.at b/test/apiv2/01-basic.at +index 06db6278578..e4348a9a70e 100644 +--- a/test/apiv2/01-basic.at ++++ b/test/apiv2/01-basic.at +@@ -19,7 +19,7 @@ for i in /version version; do + t GET $i 200 \ + .Components[0].Name="Podman Engine" \ + .Components[0].Details.APIVersion~4[0-9.-]\\+ \ +- .Components[0].Details.MinAPIVersion=3.3.1 \ ++ .Components[0].Details.MinAPIVersion=4.0.0 \ + .Components[0].Details.Os=linux \ + .ApiVersion=1.40 \ + .MinAPIVersion=1.24 \ +diff --git a/version/version.go b/version/version.go +index da74029677a..02d110198e3 100644 +--- a/version/version.go ++++ b/version/version.go +@@ -27,7 +27,7 @@ const ( + // NOTE: remember to bump the version at the top + // of the top-level README.md file when this is + // bumped. +-var Version = semver.MustParse("4.0.0-dev") ++var Version = semver.MustParse("4.0.0") + + // See https://docs.docker.com/engine/api/v1.40/ + // libpod compat handlers are expected to honor docker API versions +@@ -38,7 +38,7 @@ var Version = semver.MustParse("4.0.0-dev") + var APIVersion = map[Tree]map[Level]semver.Version{ + Libpod: { + CurrentAPI: Version, +- MinimalAPI: semver.MustParse("3.3.1"), ++ MinimalAPI: semver.MustParse("4.0.0"), + }, + Compat: { + CurrentAPI: semver.MustParse("1.40.0"), diff --git a/podman.spec b/podman.spec index 778ba31..a50c673 100644 --- a/podman.spec +++ b/podman.spec @@ -46,10 +46,9 @@ ExclusiveArch: %{golang_arches} Source0: %{git0}/archive/%{built_tag}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{shortcommit_plugins}.tar.gz Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{shortcommit_gvproxy}.tar.gz +Patch0: fix-version.patch Provides: %{name}-manpages = %{epoch}:%{version}-%{release} -%if 0%{?fedora} && ! 0%{?rhel} BuildRequires: btrfs-progs-devel -%endif BuildRequires: gcc BuildRequires: golang >= 1.16.6 BuildRequires: glib2-devel From bbc4d5af60a44017ab2b43d03f5be5797e870aef Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 25 Feb 2022 11:50:25 -0500 Subject: [PATCH 1995/2185] bump to v4.0.1, add iptables modules for fedora >= 36 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + fix-version.patch | 46 ---------------------------------------------- podman.spec | 9 +++++++-- sources | 2 +- 4 files changed, 9 insertions(+), 49 deletions(-) delete mode 100644 fix-version.patch diff --git a/.gitignore b/.gitignore index bda4450..b32c6fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1798,3 +1798,4 @@ /v4.0.0-rc4.tar.gz /v4.0.0-rc5.tar.gz /v4.0.0.tar.gz +/v4.0.1.tar.gz diff --git a/fix-version.patch b/fix-version.patch deleted file mode 100644 index e2a63d4..0000000 --- a/fix-version.patch +++ /dev/null @@ -1,46 +0,0 @@ -From 49f8da7271ed9b9256a182aca004700047e271ed Mon Sep 17 00:00:00 2001 -From: Matthew Heon -Date: Wed, 16 Feb 2022 14:10:39 -0500 -Subject: [PATCH] Bump to v4.0.0 - -Signed-off-by: Matthew Heon ---- - test/apiv2/01-basic.at | 2 +- - version/version.go | 4 ++-- - 2 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/test/apiv2/01-basic.at b/test/apiv2/01-basic.at -index 06db6278578..e4348a9a70e 100644 ---- a/test/apiv2/01-basic.at -+++ b/test/apiv2/01-basic.at -@@ -19,7 +19,7 @@ for i in /version version; do - t GET $i 200 \ - .Components[0].Name="Podman Engine" \ - .Components[0].Details.APIVersion~4[0-9.-]\\+ \ -- .Components[0].Details.MinAPIVersion=3.3.1 \ -+ .Components[0].Details.MinAPIVersion=4.0.0 \ - .Components[0].Details.Os=linux \ - .ApiVersion=1.40 \ - .MinAPIVersion=1.24 \ -diff --git a/version/version.go b/version/version.go -index da74029677a..02d110198e3 100644 ---- a/version/version.go -+++ b/version/version.go -@@ -27,7 +27,7 @@ const ( - // NOTE: remember to bump the version at the top - // of the top-level README.md file when this is - // bumped. --var Version = semver.MustParse("4.0.0-dev") -+var Version = semver.MustParse("4.0.0") - - // See https://docs.docker.com/engine/api/v1.40/ - // libpod compat handlers are expected to honor docker API versions -@@ -38,7 +38,7 @@ var Version = semver.MustParse("4.0.0-dev") - var APIVersion = map[Tree]map[Level]semver.Version{ - Libpod: { - CurrentAPI: Version, -- MinimalAPI: semver.MustParse("3.3.1"), -+ MinimalAPI: semver.MustParse("4.0.0"), - }, - Compat: { - CurrentAPI: semver.MustParse("1.40.0"), diff --git a/podman.spec b/podman.spec index a50c673..19ce20b 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ %global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) -%global built_tag v4.0.0 +%global built_tag v4.0.1 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) @@ -46,7 +46,6 @@ ExclusiveArch: %{golang_arches} Source0: %{git0}/archive/%{built_tag}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{shortcommit_plugins}.tar.gz Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{shortcommit_gvproxy}.tar.gz -Patch0: fix-version.patch Provides: %{name}-manpages = %{epoch}:%{version}-%{release} BuildRequires: btrfs-progs-devel BuildRequires: gcc @@ -306,6 +305,9 @@ PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{build install.docker \ install.docker-docs \ install.remote \ +%if 0%{?fedora} >= 36 + install.modules-load +%endif mv pkg/hooks/README.md pkg/hooks/README-hooks.md @@ -348,6 +350,9 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_unitdir}/%{name}* %{_userunitdir}/%{name}* %{_tmpfilesdir}/%{name}.conf +%if 0%{?fedora} >= 36 +%{_modulesloaddir}/%{name}-iptables.conf +%endif %files docker %{_bindir}/docker diff --git a/sources b/sources index 01712af..5dc6d66 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-4ee84d6.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a -SHA512 (v4.0.0.tar.gz) = 2e25f303d143bc4e265f0f8998ea1c4af3d6da8b35452cf6b27a4eb204805a9b5f75f4b6430921b42c80b76a6b5c9cf35a732c265727a11261fca25cc96f57e7 +SHA512 (v4.0.1.tar.gz) = b333c91f1c04ef084df05dc6f31717e89078a3e5c6b620c403c29e4a3c9db30bbd15537334a645206d85bfb9679b1f4748c46936d9ca21c1f77066e8cf0f25c8 From 130fdcbff8350385220a8ca8d6b89f9c0cedca4d Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 25 Feb 2022 13:49:36 -0500 Subject: [PATCH 1996/2185] add checks for centos to account for rhcontainerbot/podman4 copr Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/podman.spec b/podman.spec index 19ce20b..ab4d88c 100644 --- a/podman.spec +++ b/podman.spec @@ -47,7 +47,9 @@ Source0: %{git0}/archive/%{built_tag}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{shortcommit_plugins}.tar.gz Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{shortcommit_gvproxy}.tar.gz Provides: %{name}-manpages = %{epoch}:%{version}-%{release} +%if ! 0%{?centos} BuildRequires: btrfs-progs-devel +%endif BuildRequires: gcc BuildRequires: golang >= 1.16.6 BuildRequires: glib2-devel @@ -260,10 +262,7 @@ LDFLAGS="-X %{import_path}/libpod/define.buildInfo=$(date +%s)" %gobuild -o bin/rootlessport %{import_path}/cmd/rootlessport # build %%{name} -export BUILDTAGS="seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/selinux_tag.sh) $(hack/systemd_tag.sh)" -%if 0%{?fedora} >= 35 -export BUILDTAGS+=" $(hack/libsubid_tag.sh)" -%endif +export BUILDTAGS="seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/selinux_tag.sh) $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)" %gobuild -o bin/%{name} %{import_path}/cmd/%{name} From 628dce2c203de232a026f9ea76f42b68c61aa312 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 3 Mar 2022 09:47:43 -0500 Subject: [PATCH 1997/2185] bump to v4.0.2 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 6 +++--- sources | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b32c6fc..9b155ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1799,3 +1799,4 @@ /v4.0.0-rc5.tar.gz /v4.0.0.tar.gz /v4.0.1.tar.gz +/v4.0.2.tar.gz diff --git a/podman.spec b/podman.spec index ab4d88c..6847607 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ %global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) -%global built_tag v4.0.1 +%global built_tag v4.0.2 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) @@ -386,7 +386,7 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %changelog #%%autochangelog -* Thu Feb 017 2022 Lokesh Mandvekar - 3:4.0.0 +* Thu Feb 17 2022 Lokesh Mandvekar - 3:4.0.0 - bump to v4.0.0 - autospec misbehaves if the git logs ever used an unescaped rpm macro -- so adding a manual changelog entry (rhbz#2051542) +- so adding a manual changelog entry diff --git a/sources b/sources index 5dc6d66..8123eaf 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-4ee84d6.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a -SHA512 (v4.0.1.tar.gz) = b333c91f1c04ef084df05dc6f31717e89078a3e5c6b620c403c29e4a3c9db30bbd15537334a645206d85bfb9679b1f4748c46936d9ca21c1f77066e8cf0f25c8 +SHA512 (v4.0.2.tar.gz) = f3c42b3b3c75ca451b4c22c2d6f9f1b9ab9437b118b16e19f17f92f28b5849f8e3de4ebc97d8d249f565a61ba187214928c25a031204163a59174e94ce300a59 From ec4650d2ca9f39addcfeee5198c5df95397936e4 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 7 Mar 2022 11:26:10 -0700 Subject: [PATCH 1998/2185] Gating tests: include more package versions In headers of gating tests, also include aardvark, netavark, containers-common, containernetworking-plugins Signed-off-by: Ed Santiago --- tests/roles/run_bats_tests/files/run_bats_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/roles/run_bats_tests/files/run_bats_tests.sh b/tests/roles/run_bats_tests/files/run_bats_tests.sh index dce908b..6456841 100755 --- a/tests/roles/run_bats_tests/files/run_bats_tests.sh +++ b/tests/roles/run_bats_tests/files/run_bats_tests.sh @@ -27,7 +27,7 @@ exec &> >(tee -a $FULL_LOG) echo "Packages:" echo " Kernel: $(uname -r)" rpm -qa |\ - egrep 'podman|conmon|crun|runc|iptable|slirp|systemd|container-selinux' |\ + egrep 'podman|conmon|containers-common|crun|runc|iptable|slirp|aardvark|netavark|containernetworking-plugins|systemd|container-selinux' |\ sort |\ sed -e 's/^/ /' From ac29f66df485d986c7e7c744b32857065221f441 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 9 Mar 2022 14:41:40 -0500 Subject: [PATCH 1999/2185] go-rpm-macros not defined for rhel8 Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/podman.spec b/podman.spec index 6847607..89ed86f 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,9 @@ BuildRequires: glibc-devel BuildRequires: glibc-static BuildRequires: git-core BuildRequires: go-md2man +%if ! 0%{?rhel} <= 8 BuildRequires: go-rpm-macros +%endif BuildRequires: gpgme-devel BuildRequires: libassuan-devel BuildRequires: libgpg-error-devel From 6c8d356fea2875f8c3b7de7481918a97484b0cde Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 9 Mar 2022 15:53:13 -0500 Subject: [PATCH 2000/2185] adjust conditionals for centos 8 Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 89ed86f..8050a98 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ BuildRequires: glibc-devel BuildRequires: glibc-static BuildRequires: git-core BuildRequires: go-md2man -%if ! 0%{?rhel} <= 8 +%if 0%{?fedora} || 0%{?rhel} >= 9 BuildRequires: go-rpm-macros %endif BuildRequires: gpgme-devel From b87369aa74959dca2e6aaeaf4a61cc96030322f4 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 29 Mar 2022 12:22:15 -0400 Subject: [PATCH 2001/2185] update placeholder changelog Signed-off-by: Lokesh Mandvekar --- podman.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/podman.spec b/podman.spec index 8050a98..77aa33d 100644 --- a/podman.spec +++ b/podman.spec @@ -388,7 +388,5 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %changelog #%%autochangelog -* Thu Feb 17 2022 Lokesh Mandvekar - 3:4.0.0 -- bump to v4.0.0 -- autospec misbehaves if the git logs ever used an unescaped rpm macro -- so adding a manual changelog entry +* Thu Feb 17 2022 Lokesh Mandvekar +- placeholder changelog cause autospec doesn't like macros in git logs From 43d36da0f766defd3ee7b7e5e74038f004412704 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 1 Apr 2022 18:04:05 +0000 Subject: [PATCH 2002/2185] auto bump to v4.0.3 --- .gitignore | 1 + podman.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9b155ec..0c13cdf 100644 --- a/.gitignore +++ b/.gitignore @@ -1800,3 +1800,4 @@ /v4.0.0.tar.gz /v4.0.1.tar.gz /v4.0.2.tar.gz +/v4.0.3.tar.gz diff --git a/podman.spec b/podman.spec index 77aa33d..8c8c870 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ %global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) -%global built_tag v4.0.2 +%global built_tag v4.0.3 %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 8123eaf..7a8378d 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-4ee84d6.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a -SHA512 (v4.0.2.tar.gz) = f3c42b3b3c75ca451b4c22c2d6f9f1b9ab9437b118b16e19f17f92f28b5849f8e3de4ebc97d8d249f565a61ba187214928c25a031204163a59174e94ce300a59 +SHA512 (v4.0.3.tar.gz) = a7c6f9a0f33641520c4143e6a3568129021783557f8ea7c846e4bc3f7da9bf70cb30b19cc7c6527809df2c46e6ded1d162a929dc4f44a5daafcf9d211b43b44a From 349ebe9613880c2d3fb9141e6a38b222b005ab9c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 26 Apr 2022 08:08:59 -0400 Subject: [PATCH 2003/2185] try autochangelog Signed-off-by: Lokesh Mandvekar --- podman.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/podman.spec b/podman.spec index 8c8c870..6a6cb73 100644 --- a/podman.spec +++ b/podman.spec @@ -387,6 +387,4 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_libexecdir}/%{name}/gvproxy %changelog -#%%autochangelog -* Thu Feb 17 2022 Lokesh Mandvekar -- placeholder changelog cause autospec doesn't like macros in git logs +%autochangelog From 95d6654b3a41dd802db0344357c04248fd3507c5 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 26 Apr 2022 08:19:41 -0400 Subject: [PATCH 2004/2185] Revert "try autochangelog" This reverts commit 349ebe9613880c2d3fb9141e6a38b222b005ab9c. autochangelog doesn't work yet, so reverting to not block upcoming builds. --- podman.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 6a6cb73..8c8c870 100644 --- a/podman.spec +++ b/podman.spec @@ -387,4 +387,6 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_libexecdir}/%{name}/gvproxy %changelog -%autochangelog +#%%autochangelog +* Thu Feb 17 2022 Lokesh Mandvekar +- placeholder changelog cause autospec doesn't like macros in git logs From 4a0f0ff9bd4c33a35f45431ba886157a60711071 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 28 Apr 2022 17:04:38 +0000 Subject: [PATCH 2005/2185] auto bump to v4.1.0-rc1 --- .gitignore | 1 + podman.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0c13cdf..f5e144d 100644 --- a/.gitignore +++ b/.gitignore @@ -1801,3 +1801,4 @@ /v4.0.1.tar.gz /v4.0.2.tar.gz /v4.0.3.tar.gz +/v4.1.0-rc1.tar.gz diff --git a/podman.spec b/podman.spec index 8c8c870..0d92839 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ %global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) -%global built_tag v4.0.3 +%global built_tag v4.1.0-rc1 %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 7a8378d..2198093 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-4ee84d6.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a -SHA512 (v4.0.3.tar.gz) = a7c6f9a0f33641520c4143e6a3568129021783557f8ea7c846e4bc3f7da9bf70cb30b19cc7c6527809df2c46e6ded1d162a929dc4f44a5daafcf9d211b43b44a +SHA512 (v4.1.0-rc1.tar.gz) = 3b16a92506aab69a2c2c9138a5a0ca56d70c7d5f14805dbf17b45a12f91eb4383472770dd89a3426698d646c6c3063c7d36bda340eeb4287a97a42a6cd93638f From f744e4cf1c9031f250b2c8277ef68d8d5ea602a0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 4 May 2022 21:04:12 +0000 Subject: [PATCH 2006/2185] auto bump to v4.1.0-rc2 --- .gitignore | 1 + podman.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f5e144d..65be41e 100644 --- a/.gitignore +++ b/.gitignore @@ -1802,3 +1802,4 @@ /v4.0.2.tar.gz /v4.0.3.tar.gz /v4.1.0-rc1.tar.gz +/v4.1.0-rc2.tar.gz diff --git a/podman.spec b/podman.spec index 0d92839..153e695 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ %global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) -%global built_tag v4.1.0-rc1 +%global built_tag v4.1.0-rc2 %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 2198093..3b300b7 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-4ee84d6.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a -SHA512 (v4.1.0-rc1.tar.gz) = 3b16a92506aab69a2c2c9138a5a0ca56d70c7d5f14805dbf17b45a12f91eb4383472770dd89a3426698d646c6c3063c7d36bda340eeb4287a97a42a6cd93638f +SHA512 (v4.1.0-rc2.tar.gz) = ee55b3acadc153e02836aba72f62da6fcc9d30975455ac85a1e814633bbd2556f685a1a43c071b669ac2255ae05978861f1b64be1ca7616f78c09751ef77a4e0 From 9a0c36bcffd23cabd9c08d571ef78f30075bdb19 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 6 May 2022 12:08:27 -0400 Subject: [PATCH 2007/2185] bump to v4.1.0 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 52 ++++++++++++++++++++++++++-------------------------- sources | 2 +- 3 files changed, 28 insertions(+), 27 deletions(-) diff --git a/.gitignore b/.gitignore index 65be41e..f83b107 100644 --- a/.gitignore +++ b/.gitignore @@ -1803,3 +1803,4 @@ /v4.0.3.tar.gz /v4.1.0-rc1.tar.gz /v4.1.0-rc2.tar.gz +/v4.1.0.tar.gz diff --git a/podman.spec b/podman.spec index 153e695..aa27b72 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ %global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 %global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) -%global built_tag v4.1.0-rc2 +%global built_tag v4.1.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) @@ -73,74 +73,74 @@ BuildRequires: systemd BuildRequires: systemd-devel Requires: conmon >= 2:2.0.30-2 Requires: containers-common >= 4:1-46 +Suggests: containernetworking-plugins >= 0.9.1-1 +Requires: netavark >= 1.0.3-1 Requires: iptables Requires: nftables Recommends: catatonit Suggests: qemu-user-static # vendored libraries # 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/BurntSushi/toml)) = v1.0.0 +Provides: bundled(golang(github.com/BurntSushi/toml)) = v1.1.0 Provides: bundled(golang(github.com/blang/semver)) = v3.5.1+incompatible Provides: bundled(golang(github.com/buger/goterm)) = v1.0.4 -Provides: bundled(golang(github.com/checkpoint_restore/checkpointctl)) = v0.0.0_20211204171957_54b4ebfdb681 +Provides: bundled(golang(github.com/checkpoint_restore/checkpointctl)) = v0.0.0_20220321135231_33f4a66335f0 Provides: bundled(golang(github.com/checkpoint_restore/go_criu/v5)) = v5.3.0 -Provides: bundled(golang(github.com/container_orchestrated_devices/container_device_interface)) = v0.0.0_20220111162300_46367ec063fd -Provides: bundled(golang(github.com/containernetworking/cni)) = v1.0.1 -Provides: bundled(golang(github.com/containernetworking/plugins)) = v1.0.1 -Provides: bundled(golang(github.com/containers/buildah)) = v1.24.1 -Provides: bundled(golang(github.com/containers/common)) = v0.47.4 +Provides: bundled(golang(github.com/container_orchestrated_devices/container_device_interface)) = v0.4.0 +Provides: bundled(golang(github.com/containernetworking/cni)) = v1.1.0 +Provides: bundled(golang(github.com/containernetworking/plugins)) = v1.1.1 +Provides: bundled(golang(github.com/containers/buildah)) = v1.26.1 +Provides: bundled(golang(github.com/containers/common)) = v0.48.0 Provides: bundled(golang(github.com/containers/conmon)) = v2.0.20+incompatible -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/image/v5)) = v5.21.1 +Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.4 Provides: bundled(golang(github.com/containers/psgo)) = v1.7.2 -Provides: bundled(golang(github.com/containers/storage)) = v1.38.2 +Provides: bundled(golang(github.com/containers/storage)) = v1.40.2 Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.3.2 Provides: bundled(golang(github.com/coreos/stream_metadata_go)) = v0.0.0_20210225230131_70edb9eb47b3 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/digitalocean/go_qemu)) = v0.0.0_20210326154740_ac9e0b687001 -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/distribution)) = v2.8.1+incompatible +Provides: bundled(golang(github.com/docker/docker)) = v20.10.14+incompatible Provides: bundled(golang(github.com/docker/go_connections)) = v0.4.1_0.20210727194412_58542c764a11 Provides: bundled(golang(github.com/docker/go_plugins_helpers)) = v0.0.0_20211224144127_6eecb7beb651 Provides: bundled(golang(github.com/docker/go_units)) = v0.4.0 Provides: bundled(golang(github.com/dtylman/scp)) = v0.0.0_20181017070807_f3000a34aef4 -Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.5.1 +Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.5.4 Provides: bundled(golang(github.com/ghodss/yaml)) = v1.0.0 -Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.0.6 +Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.1.0 +Provides: bundled(golang(github.com/google/gofuzz)) = v1.2.0 Provides: bundled(golang(github.com/google/shlex)) = v0.0.0_20191202100458_e7afc7fbc510 Provides: bundled(golang(github.com/google/uuid)) = v1.3.0 Provides: bundled(golang(github.com/gorilla/handlers)) = v1.5.1 Provides: bundled(golang(github.com/gorilla/mux)) = v1.8.0 Provides: bundled(golang(github.com/gorilla/schema)) = v1.2.0 Provides: bundled(golang(github.com/hashicorp/go_multierror)) = v1.1.1 -Provides: bundled(golang(github.com/hpcloud/tail)) = v1.0.0 Provides: bundled(golang(github.com/json_iterator/go)) = v1.1.12 Provides: bundled(golang(github.com/mattn/go_isatty)) = v0.0.14 Provides: bundled(golang(github.com/moby/term)) = v0.0.0_20210619224110_3f7ff695adc6 -Provides: bundled(golang(github.com/mrunalp/fileutils)) = v0.5.0 +Provides: bundled(golang(github.com/nxadm/tail)) = v1.4.8 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.19.0 Provides: bundled(golang(github.com/opencontainers/go_digest)) = v1.0.0 Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.0.3_0.20220114050600_8b9d41f48198 -Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.0 +Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.1 Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.0.3_0.20211214071223_8958f93039ab Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20220110225228_7e2d60f1e41f -Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.0 +Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.1 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/rootless_containers/rootlesskit)) = v0.14.6 +Provides: bundled(golang(github.com/rootless_containers/rootlesskit)) = v1.0.1 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/spf13/cobra)) = v1.4.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/stretchr/testify)) = v1.7.1 Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0_20200815063812_42c35b437635 Provides: bundled(golang(github.com/uber/jaeger_client_go)) = v2.30.0+incompatible Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.10 -Provides: bundled(golang(github.com/vbauerster/mpb/v6)) = v6.0.4 +Provides: bundled(golang(github.com/vbauerster/mpb/v7)) = v7.4.1 Provides: bundled(golang(github.com/vishvananda/netlink)) = v1.1.1_0.20220115184804_dd687eb2f2d4 -Provides: bundled(golang(k8s.io/api)) = v0.22.4 -Provides: bundled(golang(k8s.io/apimachinery)) = v0.22.4 %description %{name} (Pod Manager) is a fully featured container engine that is a simple diff --git a/sources b/sources index 3b300b7..e5a9d79 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-4ee84d6.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a -SHA512 (v4.1.0-rc2.tar.gz) = ee55b3acadc153e02836aba72f62da6fcc9d30975455ac85a1e814633bbd2556f685a1a43c071b669ac2255ae05978861f1b64be1ca7616f78c09751ef77a4e0 +SHA512 (v4.1.0.tar.gz) = 4d5f240423f21b1224ce44853a2265359dacee0d921f0ea53a7fca34f9076ebfaa49f4327a59ac51f5bf5b9dafb47dda3a9bb8e609237cc69f833b42b95bcd0a From 8d5f758a1d3b695815945f9daa0907c9c2977aa4 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 9 May 2022 06:26:05 -0600 Subject: [PATCH 2008/2185] setup: log results of 'ip addr' Purpose: try to diagnose gating-test failure which looks like a bad combination of netavark + cni Signed-off-by: Ed Santiago --- tests/roles/run_bats_tests/files/run_bats_tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/roles/run_bats_tests/files/run_bats_tests.sh b/tests/roles/run_bats_tests/files/run_bats_tests.sh index 6456841..249c3ec 100755 --- a/tests/roles/run_bats_tests/files/run_bats_tests.sh +++ b/tests/roles/run_bats_tests/files/run_bats_tests.sh @@ -35,6 +35,9 @@ divider='------------------------------------------------------------------' echo $divider printenv | sort echo $divider +echo "ip addr:" +ip addr +echo $divider testdir=/usr/share/${TEST_PACKAGE}/test/system From b98b56cfd405ced9a3f12360a5436755f0864b0f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 18 May 2022 15:16:30 -0400 Subject: [PATCH 2009/2185] build deb packages using debbuild Signed-off-by: Lokesh Mandvekar --- podman.spec | 91 +++++++++++++++++++++++++++++++++-------------------- 1 file changed, 57 insertions(+), 34 deletions(-) diff --git a/podman.spec b/podman.spec index aa27b72..6334d8a 100644 --- a/podman.spec +++ b/podman.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} @@ -21,7 +25,6 @@ %global import_path_plugins %{provider}.%{provider_tld}/%{project}/%{repo_plugins} %global git_plugins https://%{import_path_plugins} %global commit_plugins 18822f9a4fb35d1349eb256f4cd2bfd372474d84 -%global shortcommit_plugins %(c=%{commit_plugins}; echo ${c:0:7}) # gvproxy %global repo_gvproxy gvisor-tap-vsock @@ -29,34 +32,53 @@ %global import_path_gvproxy %%{provider}.%{provider_tld}/%{project}/%{repo_gvproxy} %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 -%global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) %global built_tag v4.1.0 -%global built_tag_strip %(b=%{built_tag}; echo ${b:1}) -%global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) Name: podman Epoch: 3 -Version: %{gen_version} -Release: %autorelease -Summary: Manage Pods, Containers and Container Images +Version: 4.1.0 +%if "%{_vendor}" == "debbuild" +Maintainer: Lokesh Mandvekar +License: ASL-2.0+ +Release: 0%{?dist} +%else License: ASL 2.0 and BSD and ISC and MIT and MPLv2.0 -URL: https://%{name}.io/ +Release: %autorelease ExclusiveArch: %{golang_arches} +%endif +Summary: Manage Pods, Containers and Container Images +URL: https://%{name}.io/ Source0: %{git0}/archive/%{built_tag}.tar.gz -Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{shortcommit_plugins}.tar.gz -Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{shortcommit_gvproxy}.tar.gz +Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{commit_plugins}.tar.gz +Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{commit_gvproxy}.tar.gz Provides: %{name}-manpages = %{epoch}:%{version}-%{release} +BuildRequires: go-md2man +BuildRequires: golang +Requires: iptables +Requires: nftables +Recommends: catatonit +%if "%{_vendor}" == "debbuild" +BuildRequires: git +BuildRequires: libassuan-dev +BuildRequires: libglib2.0-dev +BuildRequires: libgpg-error-dev +BuildRequires: libgpgme-dev +BuildRequires: libseccomp-dev +BuildRequires: libsystemd-dev +BuildRequires: pkg-config +Requires: conmon >= 2:2.0.30 +Requires: containers-common >= 4:1 +Requires: uidmap +%else %if ! 0%{?centos} BuildRequires: btrfs-progs-devel %endif BuildRequires: gcc -BuildRequires: golang >= 1.16.6 BuildRequires: glib2-devel BuildRequires: glibc-devel BuildRequires: glibc-static BuildRequires: git-core -BuildRequires: go-md2man %if 0%{?fedora} || 0%{?rhel} >= 9 BuildRequires: go-rpm-macros %endif @@ -73,11 +95,8 @@ BuildRequires: systemd BuildRequires: systemd-devel Requires: conmon >= 2:2.0.30-2 Requires: containers-common >= 4:1-46 -Suggests: containernetworking-plugins >= 0.9.1-1 Requires: netavark >= 1.0.3-1 -Requires: iptables -Requires: nftables -Recommends: catatonit +Suggests: containernetworking-plugins >= 0.9.1-1 Suggests: qemu-user-static # vendored libraries # 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' @@ -141,6 +160,7 @@ Provides: bundled(golang(github.com/uber/jaeger_client_go)) = v2.30.0+incompatib Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.10 Provides: bundled(golang(github.com/vbauerster/mpb/v7)) = v7.4.1 Provides: bundled(golang(github.com/vishvananda/netlink)) = v1.1.1_0.20220115184804_dd687eb2f2d4 +%endif %description %{name} (Pod Manager) is a fully featured container engine that is a simple @@ -227,7 +247,7 @@ gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding. %prep -%autosetup -Sgit -n %{name}-%{built_tag_strip} +%autosetup -Sgit sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile # untar dnsname @@ -237,9 +257,8 @@ tar zxf %{SOURCE1} tar zxf %{SOURCE2} %build +%if "%{_vendor}" != "debbuild" %set_build_flags -export GO111MODULE=off -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') @@ -249,12 +268,16 @@ 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 GO111MODULE=off +export GOPATH=$(pwd)/_build:$(pwd) mkdir _build -pushd _build +cd _build mkdir -p src/%{provider}.%{provider_tld}/%{project} ln -s ../../../../ src/%{import_path} -popd +cd .. ln -s vendor src # build date. FIXME: Makefile uses '/v2/libpod', that doesn't work here? @@ -269,30 +292,30 @@ export BUILDTAGS="seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installe %gobuild -o bin/%{name} %{import_path}/cmd/%{name} # build %%{name}-remote -export BUILDTAGS+=" exclude_graphdriver_btrfs btrfs_noversion remote" +export BUILDTAGS="seccomp exclude_graphdriver_devicemapper exclude_graphdriver_btrfs btrfs_noversion $(hack/selinux_tag.sh) $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh) remote" %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} -pushd %{repo_plugins}-%{commit_plugins} +cd %{repo_plugins}-%{commit_plugins} mkdir _build -pushd _build +cd _build mkdir -p src/%{provider}.%{provider_tld}/%{project} ln -s ../../../../ src/%{import_path_plugins} -popd +cd .. ln -s vendor src export GOPATH=$(pwd)/_build:$(pwd) %gobuild -o bin/dnsname %{import_path_plugins}/plugins/meta/dnsname -popd +cd .. -pushd %{repo_gvproxy}-%{commit_gvproxy} +cd %{repo_gvproxy}-%{commit_gvproxy} mkdir _build -pushd _build +cd _build mkdir -p src/%{provider}.%{provider_tld}/%{project} ln -s ../../../../ src/%{import_path_gvproxy} -popd +cd .. ln -s vendor src export GOPATH=$(pwd)/_build:$(pwd) %gobuild -o bin/gvproxy %{import_path_gvproxy}/cmd/gvproxy -popd +cd .. %{__make} docs docker-docs @@ -313,15 +336,15 @@ PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{build mv pkg/hooks/README.md pkg/hooks/README-hooks.md # install dnsname plugin -pushd %{repo_plugins}-%{commit_plugins} +cd %{repo_plugins}-%{commit_plugins} %{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install -popd +cd .. # install gvproxy -pushd %{repo_gvproxy}-%{commit_gvproxy} +cd %{repo_gvproxy}-%{commit_gvproxy} install -dp %{buildroot}%{_libexecdir}/%{name} install -p -m0755 bin/gvproxy %{buildroot}%{_libexecdir}/%{name} -popd +cd .. # do not include docker and podman-remote man pages in main package for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},," | grep -v -e remote -e docker`; do From 1b451062e544d7081bf9671648d7a6d9ddcab9d6 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 30 May 2022 10:44:05 -0400 Subject: [PATCH 2010/2185] Resolves: #2090108 - catatonit should be a full dependency Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 6334d8a..b27b565 100644 --- a/podman.spec +++ b/podman.spec @@ -55,9 +55,9 @@ Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{commit_gvpro Provides: %{name}-manpages = %{epoch}:%{version}-%{release} BuildRequires: go-md2man BuildRequires: golang +Requires: catatonit Requires: iptables Requires: nftables -Recommends: catatonit %if "%{_vendor}" == "debbuild" BuildRequires: git BuildRequires: libassuan-dev From f59e3036428facca7b14f13e7625a2c72a59fbfc Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 30 May 2022 10:48:36 -0400 Subject: [PATCH 2011/2185] try autochangelog Signed-off-by: Lokesh Mandvekar --- podman.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/podman.spec b/podman.spec index b27b565..5c5d189 100644 --- a/podman.spec +++ b/podman.spec @@ -410,6 +410,6 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_libexecdir}/%{name}/gvproxy %changelog -#%%autochangelog -* Thu Feb 17 2022 Lokesh Mandvekar -- placeholder changelog cause autospec doesn't like macros in git logs +%autochangelog +#* Thu Feb 17 2022 Lokesh Mandvekar +#- placeholder changelog cause autospec doesn't like macros in git logs From 9faf8fd0ca6821c318a3328d18f2d60204d34aac Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 30 May 2022 10:56:06 -0400 Subject: [PATCH 2012/2185] remove commented changelog entry Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/podman.spec b/podman.spec index 5c5d189..70a17d1 100644 --- a/podman.spec +++ b/podman.spec @@ -411,5 +411,3 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %changelog %autochangelog -#* Thu Feb 17 2022 Lokesh Mandvekar -#- placeholder changelog cause autospec doesn't like macros in git logs From 0450c4d77036c9a41c59cc4cac690304b56c04f3 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 30 May 2022 11:25:58 -0400 Subject: [PATCH 2013/2185] Revert last 2 commits This reverts commit 9faf8fd0ca6821c318a3328d18f2d60204d34aac. This reverts commit f59e3036428facca7b14f13e7625a2c72a59fbfc. --- podman.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 70a17d1..b27b565 100644 --- a/podman.spec +++ b/podman.spec @@ -410,4 +410,6 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_libexecdir}/%{name}/gvproxy %changelog -%autochangelog +#%%autochangelog +* Thu Feb 17 2022 Lokesh Mandvekar +- placeholder changelog cause autospec doesn't like macros in git logs From e1f2b874a9446e9f2cae237335c24585b5363478 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 30 May 2022 11:45:31 -0400 Subject: [PATCH 2014/2185] use new filenames in sources Signed-off-by: Lokesh Mandvekar --- .gitignore | 2 ++ sources | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f83b107..7fc29c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1804,3 +1804,5 @@ /v4.1.0-rc1.tar.gz /v4.1.0-rc2.tar.gz /v4.1.0.tar.gz +/dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz +/gvisor-tap-vsock-4ee84d66bd86668f011733d8873989b5862bcd07.tar.gz diff --git a/sources b/sources index e5a9d79..f84c06c 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 -SHA512 (gvisor-tap-vsock-4ee84d6.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a +SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 +SHA512 (gvisor-tap-vsock-4ee84d66bd86668f011733d8873989b5862bcd07.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a SHA512 (v4.1.0.tar.gz) = 4d5f240423f21b1224ce44853a2265359dacee0d921f0ea53a7fca34f9076ebfaa49f4327a59ac51f5bf5b9dafb47dda3a9bb8e609237cc69f833b42b95bcd0a From ac9f52b02eead73e4eaf35834f7767c9c3da769c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 6 Jun 2022 15:17:21 -0400 Subject: [PATCH 2015/2185] try autochangelog Signed-off-by: Lokesh Mandvekar --- podman.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/podman.spec b/podman.spec index b27b565..23464e0 100644 --- a/podman.spec +++ b/podman.spec @@ -410,6 +410,6 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_libexecdir}/%{name}/gvproxy %changelog -#%%autochangelog -* Thu Feb 17 2022 Lokesh Mandvekar -- placeholder changelog cause autospec doesn't like macros in git logs +%if "%{_vendor}" != "debbuild" +%autochangelog +%endif From 4f9d66f3bc508c0eb761e0458d876fecd811d627 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Jun 2022 14:16:31 +0000 Subject: [PATCH 2016/2185] auto bump to v4.1.1 --- .gitignore | 1 + podman.spec | 4 ++-- sources | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7fc29c7..33ba6fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1806,3 +1806,4 @@ /v4.1.0.tar.gz /dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz /gvisor-tap-vsock-4ee84d66bd86668f011733d8873989b5862bcd07.tar.gz +/v4.1.1.tar.gz diff --git a/podman.spec b/podman.spec index 23464e0..54ab419 100644 --- a/podman.spec +++ b/podman.spec @@ -33,11 +33,11 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 -%global built_tag v4.1.0 +%global built_tag v4.1.1 Name: podman Epoch: 3 -Version: 4.1.0 +Version: 4.1.1 %if "%{_vendor}" == "debbuild" Maintainer: Lokesh Mandvekar License: ASL-2.0+ diff --git a/sources b/sources index f84c06c..32fb308 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-4ee84d66bd86668f011733d8873989b5862bcd07.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a -SHA512 (v4.1.0.tar.gz) = 4d5f240423f21b1224ce44853a2265359dacee0d921f0ea53a7fca34f9076ebfaa49f4327a59ac51f5bf5b9dafb47dda3a9bb8e609237cc69f833b42b95bcd0a +SHA512 (v4.1.1.tar.gz) = 19dd2800b59dacf7edd5d8204bdaffa0959910c7751b582f5a12b8d644b52f9d6581b9c3b4cba3ddb0707f6a90c0dbc93de6d8e2eaa6a4234ebb9dfa28e693b3 From c5d712256628c55abc7fea348c22bba927ec7714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= Date: Sat, 18 Jun 2022 12:17:51 +0200 Subject: [PATCH 2017/2185] Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629 From d11fdff711d27b07cd96d2bbb418aea7a9059534 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 29 Jun 2022 10:19:44 -0400 Subject: [PATCH 2018/2185] Explicitly list tmpfiles dir for debbuild For whatever reason, debbuild doesn't install /usr/lib/tmpfiles.d/podman.conf Also use Packager tag in debbuild Signed-off-by: Lokesh Mandvekar --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 54ab419..5fa1159 100644 --- a/podman.spec +++ b/podman.spec @@ -39,7 +39,7 @@ Name: podman Epoch: 3 Version: 4.1.1 %if "%{_vendor}" == "debbuild" -Maintainer: Lokesh Mandvekar +Packager: Lokesh Mandvekar License: ASL-2.0+ Release: 0%{?dist} %else @@ -373,7 +373,11 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_datadir}/fish/vendor_completions.d/%{name}.fish %{_unitdir}/%{name}* %{_userunitdir}/%{name}* +%if "%{_vendor}" == "debbuild" +%{_usr}/lib/tmpfiles.d/%{name}.conf +%else %{_tmpfilesdir}/%{name}.conf +%endif %if 0%{?fedora} >= 36 %{_modulesloaddir}/%{name}-iptables.conf %endif From fafe089927464bab63e49c8d45b2bbbda2150d0a Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 6 Jul 2022 13:41:29 -0400 Subject: [PATCH 2019/2185] podman requires podman-gvproxy Related: https://github.com/containers/podman/issues/14809 Signed-off-by: Lokesh Mandvekar --- podman.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/podman.spec b/podman.spec index 5fa1159..42596f1 100644 --- a/podman.spec +++ b/podman.spec @@ -96,6 +96,7 @@ BuildRequires: systemd-devel Requires: conmon >= 2:2.0.30-2 Requires: containers-common >= 4:1-46 Requires: netavark >= 1.0.3-1 +Recommends: %{name}-gvproxy = %{epoch}:%{version}-%{release} Suggests: containernetworking-plugins >= 0.9.1-1 Suggests: qemu-user-static # vendored libraries From b1b55e4da189748f414ebf3915b696c9bb87e91a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 11 Jul 2022 20:03:10 +0000 Subject: [PATCH 2020/2185] auto bump to v4.2.0-rc1 --- .gitignore | 1 + podman.spec | 4 ++-- sources | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 33ba6fd..e17e1d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1807,3 +1807,4 @@ /dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz /gvisor-tap-vsock-4ee84d66bd86668f011733d8873989b5862bcd07.tar.gz /v4.1.1.tar.gz +/v4.2.0-rc1.tar.gz diff --git a/podman.spec b/podman.spec index 42596f1..4648cff 100644 --- a/podman.spec +++ b/podman.spec @@ -33,11 +33,11 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 -%global built_tag v4.1.1 +%global built_tag v4.2.0-rc1 Name: podman Epoch: 3 -Version: 4.1.1 +Version: 4.2.0~rc1 %if "%{_vendor}" == "debbuild" Packager: Lokesh Mandvekar License: ASL-2.0+ diff --git a/sources b/sources index 32fb308..d279045 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-4ee84d66bd86668f011733d8873989b5862bcd07.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a -SHA512 (v4.1.1.tar.gz) = 19dd2800b59dacf7edd5d8204bdaffa0959910c7751b582f5a12b8d644b52f9d6581b9c3b4cba3ddb0707f6a90c0dbc93de6d8e2eaa6a4234ebb9dfa28e693b3 +SHA512 (v4.2.0-rc1.tar.gz) = 8015150c2532a8698fd7c202b7817db9e8df9d545bd25fb0d097ba0643e1f635fdb6062df785ece1fd3d9872ea9ef638296d85c64116b739eaff1409212ec319 From 7d5dc0bbb9f044d3e55af6fc82173ca2f36d9961 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 11 Jul 2022 16:49:32 -0400 Subject: [PATCH 2021/2185] tmp fix to unblock build such that debbuild works too Signed-off-by: Lokesh Mandvekar --- podman.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 4648cff..0989345 100644 --- a/podman.spec +++ b/podman.spec @@ -34,6 +34,7 @@ %global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 %global built_tag v4.2.0-rc1 +%global tarball_tag 4.2.0-rc1 Name: podman Epoch: 3 @@ -248,7 +249,7 @@ gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding. %prep -%autosetup -Sgit +%autosetup -Sgit -n %{name}-%{tarball_tag} sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile # untar dnsname From 7b1104045df9e57b65a0a00d591c168e4fe8e3ef Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Tue, 19 Jul 2022 13:58:55 -0500 Subject: [PATCH 2022/2185] Rebuild for CVE-2022-{1705,32148,30631,30633,28131,30635,30632,30630,1962} in golang From da18dcce950c59dd951c4b96f624b2798b1048f0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 22 Jul 2022 15:08:45 +0000 Subject: [PATCH 2023/2185] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 06315f40bea38780ef6b0cb90885a356a0ac8ccc Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 22 Jul 2022 14:28:41 -0400 Subject: [PATCH 2024/2185] revert to v4.1.1 with Epoch bump for golang CVE fixes Signed-off-by: Lokesh Mandvekar --- podman.spec | 8 ++++---- sources | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/podman.spec b/podman.spec index 0989345..3f0fdcf 100644 --- a/podman.spec +++ b/podman.spec @@ -33,12 +33,12 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 -%global built_tag v4.2.0-rc1 -%global tarball_tag 4.2.0-rc1 +%global built_tag v4.1.1 +%global tarball_tag 4.1.1 Name: podman -Epoch: 3 -Version: 4.2.0~rc1 +Epoch: 4 +Version: 4.1.1 %if "%{_vendor}" == "debbuild" Packager: Lokesh Mandvekar License: ASL-2.0+ diff --git a/sources b/sources index d279045..32fb308 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-4ee84d66bd86668f011733d8873989b5862bcd07.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a -SHA512 (v4.2.0-rc1.tar.gz) = 8015150c2532a8698fd7c202b7817db9e8df9d545bd25fb0d097ba0643e1f635fdb6062df785ece1fd3d9872ea9ef638296d85c64116b739eaff1409212ec319 +SHA512 (v4.1.1.tar.gz) = 19dd2800b59dacf7edd5d8204bdaffa0959910c7751b582f5a12b8d644b52f9d6581b9c3b4cba3ddb0707f6a90c0dbc93de6d8e2eaa6a4234ebb9dfa28e693b3 From e441f802590a5225dbe97d4d25ca64aaeec92a36 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 22 Jul 2022 14:37:14 -0400 Subject: [PATCH 2025/2185] Bump back to v4.2.0-rc1 with Epoch bump maintained Signed-off-by: Lokesh Mandvekar --- podman.spec | 6 +++--- sources | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/podman.spec b/podman.spec index 3f0fdcf..f9d8cf8 100644 --- a/podman.spec +++ b/podman.spec @@ -33,12 +33,12 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 -%global built_tag v4.1.1 -%global tarball_tag 4.1.1 +%global built_tag v4.2.0-rc1 +%global tarball_tag 4.2.0-rc1 Name: podman Epoch: 4 -Version: 4.1.1 +Version: 4.2.0~rc1 %if "%{_vendor}" == "debbuild" Packager: Lokesh Mandvekar License: ASL-2.0+ diff --git a/sources b/sources index 32fb308..d279045 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-4ee84d66bd86668f011733d8873989b5862bcd07.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a -SHA512 (v4.1.1.tar.gz) = 19dd2800b59dacf7edd5d8204bdaffa0959910c7751b582f5a12b8d644b52f9d6581b9c3b4cba3ddb0707f6a90c0dbc93de6d8e2eaa6a4234ebb9dfa28e693b3 +SHA512 (v4.2.0-rc1.tar.gz) = 8015150c2532a8698fd7c202b7817db9e8df9d545bd25fb0d097ba0643e1f635fdb6062df785ece1fd3d9872ea9ef638296d85c64116b739eaff1409212ec319 From 5948daee94f4765771546abe63b2a518f9a96207 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 22 Jul 2022 14:49:35 -0400 Subject: [PATCH 2026/2185] Revert "Bump back to v4.2.0-rc1 with Epoch bump maintained" Need to get a successful build for f36 v4.1.1 This reverts commit e441f802590a5225dbe97d4d25ca64aaeec92a36. --- podman.spec | 6 +++--- sources | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/podman.spec b/podman.spec index f9d8cf8..3f0fdcf 100644 --- a/podman.spec +++ b/podman.spec @@ -33,12 +33,12 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 -%global built_tag v4.2.0-rc1 -%global tarball_tag 4.2.0-rc1 +%global built_tag v4.1.1 +%global tarball_tag 4.1.1 Name: podman Epoch: 4 -Version: 4.2.0~rc1 +Version: 4.1.1 %if "%{_vendor}" == "debbuild" Packager: Lokesh Mandvekar License: ASL-2.0+ diff --git a/sources b/sources index d279045..32fb308 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-4ee84d66bd86668f011733d8873989b5862bcd07.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a -SHA512 (v4.2.0-rc1.tar.gz) = 8015150c2532a8698fd7c202b7817db9e8df9d545bd25fb0d097ba0643e1f635fdb6062df785ece1fd3d9872ea9ef638296d85c64116b739eaff1409212ec319 +SHA512 (v4.1.1.tar.gz) = 19dd2800b59dacf7edd5d8204bdaffa0959910c7751b582f5a12b8d644b52f9d6581b9c3b4cba3ddb0707f6a90c0dbc93de6d8e2eaa6a4234ebb9dfa28e693b3 From 6a6b10b5547e2e4ca0a132df6f1b7a714b8086c1 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 22 Jul 2022 14:56:49 -0400 Subject: [PATCH 2027/2185] bump for 4.1.1 rebuild Signed-off-by: Lokesh Mandvekar From 5c9abf78988c88ae2ba804d7a5281c87ceb873fc Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 22 Jul 2022 14:57:11 -0400 Subject: [PATCH 2028/2185] bump for 4.1.1 rebuild Signed-off-by: Lokesh Mandvekar From 1517acd4a369cd6ce5ea48e8db167747669e28c6 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 3 Aug 2022 09:55:33 -0400 Subject: [PATCH 2029/2185] Bump to v4.2.0-rc2 use gvisor-tap-vsock commit fdc231ae Signed-off-by: Lokesh Mandvekar --- .gitignore | 2 ++ podman.spec | 43 +++++++++++++++++++------------------------ sources | 4 ++-- 3 files changed, 23 insertions(+), 26 deletions(-) diff --git a/.gitignore b/.gitignore index e17e1d4..ddb7b92 100644 --- a/.gitignore +++ b/.gitignore @@ -1808,3 +1808,5 @@ /gvisor-tap-vsock-4ee84d66bd86668f011733d8873989b5862bcd07.tar.gz /v4.1.1.tar.gz /v4.2.0-rc1.tar.gz +/gvisor-tap-vsock-fdc231ae7b8fe1aec4cf0b8777274fa21b70d789.tar.gz +/v4.2.0-rc2.tar.gz diff --git a/podman.spec b/podman.spec index 3f0fdcf..74d9b76 100644 --- a/podman.spec +++ b/podman.spec @@ -31,14 +31,14 @@ # https://github.com/containers/gvisor-tap-vsock %global import_path_gvproxy %%{provider}.%{provider_tld}/%{project}/%{repo_gvproxy} %global git_gvproxy https://%{import_path_gvproxy} -%global commit_gvproxy 4ee84d66bd86668f011733d8873989b5862bcd07 +%global commit_gvproxy fdc231ae7b8fe1aec4cf0b8777274fa21b70d789 -%global built_tag v4.1.1 -%global tarball_tag 4.1.1 +%global built_tag v4.2.0-rc2 +%global tarball_tag 4.2.0-rc2 Name: podman Epoch: 4 -Version: 4.1.1 +Version: 4.2.0~rc2 %if "%{_vendor}" == "debbuild" Packager: Lokesh Mandvekar License: ASL-2.0+ @@ -103,27 +103,26 @@ Suggests: qemu-user-static # vendored libraries # 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/BurntSushi/toml)) = v1.1.0 -Provides: bundled(golang(github.com/blang/semver)) = v3.5.1+incompatible +Provides: bundled(golang(github.com/blang/semver/v4)) = v4.0.0 Provides: bundled(golang(github.com/buger/goterm)) = v1.0.4 Provides: bundled(golang(github.com/checkpoint_restore/checkpointctl)) = v0.0.0_20220321135231_33f4a66335f0 Provides: bundled(golang(github.com/checkpoint_restore/go_criu/v5)) = v5.3.0 Provides: bundled(golang(github.com/container_orchestrated_devices/container_device_interface)) = v0.4.0 -Provides: bundled(golang(github.com/containernetworking/cni)) = v1.1.0 +Provides: bundled(golang(github.com/containernetworking/cni)) = v1.1.1 Provides: bundled(golang(github.com/containernetworking/plugins)) = v1.1.1 -Provides: bundled(golang(github.com/containers/buildah)) = v1.26.1 -Provides: bundled(golang(github.com/containers/common)) = v0.48.0 +Provides: bundled(golang(github.com/containers/buildah)) = v1.26.1_0.20220716095526_d31d27c357ab +Provides: bundled(golang(github.com/containers/common)) = v0.48.1_0.20220718075257_ecddf87b3840 Provides: bundled(golang(github.com/containers/conmon)) = v2.0.20+incompatible -Provides: bundled(golang(github.com/containers/image/v5)) = v5.21.1 -Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.4 +Provides: bundled(golang(github.com/containers/image/v5)) = v5.21.2_0.20220721072459_bf19265865b7 +Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.5 Provides: bundled(golang(github.com/containers/psgo)) = v1.7.2 -Provides: bundled(golang(github.com/containers/storage)) = v1.40.2 +Provides: bundled(golang(github.com/containers/storage)) = v1.41.1_0.20220714115232_fc9b0ff5272a Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.3.2 Provides: bundled(golang(github.com/coreos/stream_metadata_go)) = v0.0.0_20210225230131_70edb9eb47b3 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/digitalocean/go_qemu)) = v0.0.0_20210326154740_ac9e0b687001 Provides: bundled(golang(github.com/docker/distribution)) = v2.8.1+incompatible -Provides: bundled(golang(github.com/docker/docker)) = v20.10.14+incompatible +Provides: bundled(golang(github.com/docker/docker)) = v20.10.17+incompatible Provides: bundled(golang(github.com/docker/go_connections)) = v0.4.1_0.20210727194412_58542c764a11 Provides: bundled(golang(github.com/docker/go_plugins_helpers)) = v0.0.0_20211224144127_6eecb7beb651 Provides: bundled(golang(github.com/docker/go_units)) = v0.4.0 @@ -146,21 +145,19 @@ Provides: bundled(golang(github.com/onsi/ginkgo)) = v1.16.5 Provides: bundled(golang(github.com/onsi/gomega)) = v1.19.0 Provides: bundled(golang(github.com/opencontainers/go_digest)) = v1.0.0 Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.0.3_0.20220114050600_8b9d41f48198 -Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.1 +Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.3 Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.0.3_0.20211214071223_8958f93039ab -Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20220110225228_7e2d60f1e41f +Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20220714195903_17b3287fafb7 Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.1 -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/rootless_containers/rootlesskit)) = v1.0.1 -Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.8.1 -Provides: bundled(golang(github.com/spf13/cobra)) = v1.4.0 +Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.9.0 +Provides: bundled(golang(github.com/spf13/cobra)) = v1.5.0 Provides: bundled(golang(github.com/spf13/pflag)) = v1.0.5 -Provides: bundled(golang(github.com/stretchr/testify)) = v1.7.1 +Provides: bundled(golang(github.com/stretchr/testify)) = v1.8.0 Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0_20200815063812_42c35b437635 Provides: bundled(golang(github.com/uber/jaeger_client_go)) = v2.30.0+incompatible Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.10 -Provides: bundled(golang(github.com/vbauerster/mpb/v7)) = v7.4.1 +Provides: bundled(golang(github.com/vbauerster/mpb/v7)) = v7.4.2 Provides: bundled(golang(github.com/vishvananda/netlink)) = v1.1.1_0.20220115184804_dd687eb2f2d4 %endif @@ -335,8 +332,6 @@ PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{build install.modules-load %endif -mv pkg/hooks/README.md pkg/hooks/README-hooks.md - # install dnsname plugin cd %{repo_plugins}-%{commit_plugins} %{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install @@ -363,7 +358,7 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %files -f %{name}.file-list %license LICENSE -%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md transfer.md +%doc README.md CONTRIBUTING.md install.md transfer.md %{_bindir}/%{name} %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/rootlessport diff --git a/sources b/sources index 32fb308..dd274f7 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 -SHA512 (gvisor-tap-vsock-4ee84d66bd86668f011733d8873989b5862bcd07.tar.gz) = 6b0e97f25f0c9ec0f018edcf9c1801daaeacc4d97d05cc2b453467e071c50693bb44d483bac34e64e0c9de71e78e47810a7c46d028553adee9fd6f593df8eb1a -SHA512 (v4.1.1.tar.gz) = 19dd2800b59dacf7edd5d8204bdaffa0959910c7751b582f5a12b8d644b52f9d6581b9c3b4cba3ddb0707f6a90c0dbc93de6d8e2eaa6a4234ebb9dfa28e693b3 +SHA512 (gvisor-tap-vsock-fdc231ae7b8fe1aec4cf0b8777274fa21b70d789.tar.gz) = 9441a6b0dc64961994ec9c268ad81916c4b88bf5c508c32dc6b0f68a993dc0c57c92304bfaa525aafe6445107314fc6954a65dbfb53432450ac0076d7d68c1ba +SHA512 (v4.2.0-rc2.tar.gz) = 008ada00eadbb2c4fe6250052bbd0dc07636b119f82a01804b5c3e3ffa0944b6e1adbe3c0b819b818a40918e3450648fda49834eb7114c74a61a7a18f0a83d44 From b1bf6f6ae471b5cc112b4ac2cce5231a2dd612dd Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 5 Aug 2022 18:03:37 +0000 Subject: [PATCH 2030/2185] auto bump to v4.2.0-rc3 --- .gitignore | 1 + podman.spec | 4 ++-- sources | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ddb7b92..4037942 100644 --- a/.gitignore +++ b/.gitignore @@ -1810,3 +1810,4 @@ /v4.2.0-rc1.tar.gz /gvisor-tap-vsock-fdc231ae7b8fe1aec4cf0b8777274fa21b70d789.tar.gz /v4.2.0-rc2.tar.gz +/v4.2.0-rc3.tar.gz diff --git a/podman.spec b/podman.spec index 74d9b76..9c75392 100644 --- a/podman.spec +++ b/podman.spec @@ -33,12 +33,12 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy fdc231ae7b8fe1aec4cf0b8777274fa21b70d789 -%global built_tag v4.2.0-rc2 +%global built_tag v4.2.0-rc3 %global tarball_tag 4.2.0-rc2 Name: podman Epoch: 4 -Version: 4.2.0~rc2 +Version: 4.2.0~rc3 %if "%{_vendor}" == "debbuild" Packager: Lokesh Mandvekar License: ASL-2.0+ diff --git a/sources b/sources index dd274f7..b4016a1 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-fdc231ae7b8fe1aec4cf0b8777274fa21b70d789.tar.gz) = 9441a6b0dc64961994ec9c268ad81916c4b88bf5c508c32dc6b0f68a993dc0c57c92304bfaa525aafe6445107314fc6954a65dbfb53432450ac0076d7d68c1ba -SHA512 (v4.2.0-rc2.tar.gz) = 008ada00eadbb2c4fe6250052bbd0dc07636b119f82a01804b5c3e3ffa0944b6e1adbe3c0b819b818a40918e3450648fda49834eb7114c74a61a7a18f0a83d44 +SHA512 (v4.2.0-rc3.tar.gz) = 89126935127b72b3d2965a78bbb6a00c5c6297c25093e79ba91d78b5c1b06e383d66422a57511e1e9a9199e81b6f6368737b958d332bd0329fccf18dfe73667d From c68a14b355daaf95215b9fc8e70d6d0d78509752 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 5 Aug 2022 15:44:12 -0400 Subject: [PATCH 2031/2185] fix tarball_tag macro Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 9c75392..9d6efb5 100644 --- a/podman.spec +++ b/podman.spec @@ -34,7 +34,7 @@ %global commit_gvproxy fdc231ae7b8fe1aec4cf0b8777274fa21b70d789 %global built_tag v4.2.0-rc3 -%global tarball_tag 4.2.0-rc2 +%global tarball_tag 4.2.0-rc3 Name: podman Epoch: 4 From ec532ea28e1209300f0b5ef2072a80b3dd559c68 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 11 Aug 2022 01:03:21 +0000 Subject: [PATCH 2032/2185] auto bump to v4.2.0 --- .gitignore | 1 + podman.spec | 4 ++-- sources | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4037942..11be9e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1811,3 +1811,4 @@ /gvisor-tap-vsock-fdc231ae7b8fe1aec4cf0b8777274fa21b70d789.tar.gz /v4.2.0-rc2.tar.gz /v4.2.0-rc3.tar.gz +/v4.2.0.tar.gz diff --git a/podman.spec b/podman.spec index 9d6efb5..ba42faf 100644 --- a/podman.spec +++ b/podman.spec @@ -33,12 +33,12 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy fdc231ae7b8fe1aec4cf0b8777274fa21b70d789 -%global built_tag v4.2.0-rc3 +%global built_tag v4.2.0 %global tarball_tag 4.2.0-rc3 Name: podman Epoch: 4 -Version: 4.2.0~rc3 +Version: 4.2.0 %if "%{_vendor}" == "debbuild" Packager: Lokesh Mandvekar License: ASL-2.0+ diff --git a/sources b/sources index b4016a1..babfaad 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-fdc231ae7b8fe1aec4cf0b8777274fa21b70d789.tar.gz) = 9441a6b0dc64961994ec9c268ad81916c4b88bf5c508c32dc6b0f68a993dc0c57c92304bfaa525aafe6445107314fc6954a65dbfb53432450ac0076d7d68c1ba -SHA512 (v4.2.0-rc3.tar.gz) = 89126935127b72b3d2965a78bbb6a00c5c6297c25093e79ba91d78b5c1b06e383d66422a57511e1e9a9199e81b6f6368737b958d332bd0329fccf18dfe73667d +SHA512 (v4.2.0.tar.gz) = bc9e28d9938127f91be10ea8bc6c6f638a01d74d120efad5ad1e72c5f7b893685871e83872434745bc72ecaca430355b0f59d302660e8b4a53cc88a88cc37f9c From 699339b3290d5e0e5a2ff66710d5260d334d00ea Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 11 Aug 2022 10:36:18 -0400 Subject: [PATCH 2033/2185] fix tarball_tag Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index ba42faf..300e113 100644 --- a/podman.spec +++ b/podman.spec @@ -34,7 +34,7 @@ %global commit_gvproxy fdc231ae7b8fe1aec4cf0b8777274fa21b70d789 %global built_tag v4.2.0 -%global tarball_tag 4.2.0-rc3 +%global tarball_tag 4.2.0 Name: podman Epoch: 4 From e9ac2c1dc00751357d1b831b36dcd0ffe4a31c57 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 16 Aug 2022 14:34:39 -0400 Subject: [PATCH 2034/2185] Fix debbuild maintainer issue Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 300e113..43921e4 100644 --- a/podman.spec +++ b/podman.spec @@ -40,7 +40,7 @@ Name: podman Epoch: 4 Version: 4.2.0 %if "%{_vendor}" == "debbuild" -Packager: Lokesh Mandvekar +Packager: Podman Debbuild Maintainers License: ASL-2.0+ Release: 0%{?dist} %else From db835ca70ac1e41840368f528a69663bf97ca566 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 17 Aug 2022 13:59:00 -0400 Subject: [PATCH 2035/2185] use easier tag macros to make both fedora and debbuild happy Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/podman.spec b/podman.spec index 43921e4..046e98c 100644 --- a/podman.spec +++ b/podman.spec @@ -33,8 +33,7 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy fdc231ae7b8fe1aec4cf0b8777274fa21b70d789 -%global built_tag v4.2.0 -%global tarball_tag 4.2.0 +%global built_tag_strip 4.2.0 Name: podman Epoch: 4 @@ -50,7 +49,7 @@ ExclusiveArch: %{golang_arches} %endif Summary: Manage Pods, Containers and Container Images URL: https://%{name}.io/ -Source0: %{git0}/archive/%{built_tag}.tar.gz +Source0: %{git0}/archive/v%{built_tag_strip}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{commit_plugins}.tar.gz Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{commit_gvproxy}.tar.gz Provides: %{name}-manpages = %{epoch}:%{version}-%{release} @@ -246,7 +245,7 @@ gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding. %prep -%autosetup -Sgit -n %{name}-%{tarball_tag} +%autosetup -Sgit -n %{name}-%{built_tag_strip} sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile # untar dnsname From 8a2abf2a294efd6958f7075fa39deb2bb1fc8544 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 19 Aug 2022 16:13:59 -0400 Subject: [PATCH 2036/2185] Attempt to fix debian 11 and ubuntu 18.04, 20.04 Doesn't work yet :( Signed-off-by: Lokesh Mandvekar --- podman.spec | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 046e98c..1c6f8ef 100644 --- a/podman.spec +++ b/podman.spec @@ -1,6 +1,11 @@ %if "%{_vendor}" == "debbuild" +# Older distros don't work yet +%if (0%{?debian} && 0%{?debian} <= 11) || (0%{?ubuntu} && 0%{?ubuntu} < 2204) +%define gobuild(o:) GO111MODULE=off %{_prefix}/lib/go-1.16/bin/go build -buildmode pie -tags=" ${BUILDTAGS:-}" -a -v -x %{?**}; +%else %define gobuild(o:) GO111MODULE=off go build -buildmode pie -tags=" ${BUILDTAGS:-}" -a -v -x %{?**}; %endif +%endif %global with_debug 1 @@ -54,7 +59,6 @@ Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{commit_plugi Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{commit_gvproxy}.tar.gz Provides: %{name}-manpages = %{epoch}:%{version}-%{release} BuildRequires: go-md2man -BuildRequires: golang Requires: catatonit Requires: iptables Requires: nftables @@ -67,6 +71,13 @@ BuildRequires: libgpgme-dev BuildRequires: libseccomp-dev BuildRequires: libsystemd-dev BuildRequires: pkg-config +%if (0%{?debian} && 0%{?debian} <= 11) || (0%{?ubuntu} && 0%{?ubuntu} < 2204) +BuildRequires: golang-1.16 +BuildRequires: libc6 < 2.32 +%else +BuildRequires: golang +BuildRequires: libc6 +%endif Requires: conmon >= 2:2.0.30 Requires: containers-common >= 4:1 Requires: uidmap @@ -78,6 +89,7 @@ BuildRequires: gcc BuildRequires: glib2-devel BuildRequires: glibc-devel BuildRequires: glibc-static +BuildRequires: golang BuildRequires: git-core %if 0%{?fedora} || 0%{?rhel} >= 9 BuildRequires: go-rpm-macros From 5040ffb31d5c47dc2cbca8c3941d7dbdeabeebb3 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 22 Aug 2022 09:17:49 -0400 Subject: [PATCH 2037/2185] install systemd units for debbuild Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/podman.spec b/podman.spec index 1c6f8ef..0808a50 100644 --- a/podman.spec +++ b/podman.spec @@ -1,4 +1,7 @@ %if "%{_vendor}" == "debbuild" +%global _unitdir %{_usr}/lib/systemd/system +%global _userunitdir %{_usr}/lib/systemd/user +%global _tmpfilesdir %{_usr}/lib/tmpfiles.d # Older distros don't work yet %if (0%{?debian} && 0%{?debian} <= 11) || (0%{?ubuntu} && 0%{?ubuntu} < 2204) %define gobuild(o:) GO111MODULE=off %{_prefix}/lib/go-1.16/bin/go build -buildmode pie -tags=" ${BUILDTAGS:-}" -a -v -x %{?**}; @@ -381,11 +384,7 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_datadir}/fish/vendor_completions.d/%{name}.fish %{_unitdir}/%{name}* %{_userunitdir}/%{name}* -%if "%{_vendor}" == "debbuild" -%{_usr}/lib/tmpfiles.d/%{name}.conf -%else %{_tmpfilesdir}/%{name}.conf -%endif %if 0%{?fedora} >= 36 %{_modulesloaddir}/%{name}-iptables.conf %endif From 03abdee179e84b0f727562070fa022a2a76bb84b Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 24 Aug 2022 09:44:18 -0400 Subject: [PATCH 2038/2185] account for upcoming tmpfilesdir/podman-docker.conf Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 0808a50..5ef298f 100644 --- a/podman.spec +++ b/podman.spec @@ -384,7 +384,7 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_datadir}/fish/vendor_completions.d/%{name}.fish %{_unitdir}/%{name}* %{_userunitdir}/%{name}* -%{_tmpfilesdir}/%{name}.conf +%{_tmpfilesdir}/%{name}*.conf %if 0%{?fedora} >= 36 %{_modulesloaddir}/%{name}-iptables.conf %endif From 6b7d7d7194b614524cd0ab398d0fb77710b5b677 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 24 Aug 2022 10:14:56 -0400 Subject: [PATCH 2039/2185] account for upcoming /usr/lib/user-tmpfiles.d/podman-docker.conf in podman-docker Signed-off-by: Lokesh Mandvekar --- podman.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 5ef298f..c59dea0 100644 --- a/podman.spec +++ b/podman.spec @@ -384,7 +384,7 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_datadir}/fish/vendor_completions.d/%{name}.fish %{_unitdir}/%{name}* %{_userunitdir}/%{name}* -%{_tmpfilesdir}/%{name}*.conf +%{_tmpfilesdir}/%{name}.conf %if 0%{?fedora} >= 36 %{_modulesloaddir}/%{name}-iptables.conf %endif @@ -392,7 +392,7 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %files docker %{_bindir}/docker %{_mandir}/man1/docker*.1* -%{_usr}/lib/tmpfiles.d/%{name}-docker.conf +%{_usr}/lib/*tmpfiles.d/%{name}-docker.conf %files remote %license LICENSE From 374ec52fa08e35795e8eb47b28567aeb721f0cd5 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 24 Aug 2022 11:08:01 -0400 Subject: [PATCH 2040/2185] use tmpfilesdir macro Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index c59dea0..56a4330 100644 --- a/podman.spec +++ b/podman.spec @@ -392,7 +392,7 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %files docker %{_bindir}/docker %{_mandir}/man1/docker*.1* -%{_usr}/lib/*tmpfiles.d/%{name}-docker.conf +%{_tmpfilesdir}/%{name}-docker.conf %files remote %license LICENSE From be5377fc2b8a07ad5c3b89423965a3953c903fd6 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 26 Aug 2022 11:10:21 -0400 Subject: [PATCH 2041/2185] Packit: remove files installed by unreleased versions Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/podman.spec b/podman.spec index 56a4330..9bcaa53 100644 --- a/podman.spec +++ b/podman.spec @@ -370,6 +370,13 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ #define license tag if not already defined %{!?_licensedir:%global license %doc} +# PACKIT PACKIT PACKIT PACKIT PACKIT PACKIT PACKIT PACKIT PACKIT PACKIT +# These files will be installed by unreleased versions of %%{name} and upstream is +# not comfy with a patch using packit's fix-spec-files action so let's remove the file here. +# The packager will need to revisit this section on every upstream release. +# See: https://github.com/containers/podman/pull/15457#discussion_r955423853 +rm -f %{buildroot}%{_datadir}/user-tmpfiles.d/%{name}-docker.conf + %files -f %{name}.file-list %license LICENSE %doc README.md CONTRIBUTING.md install.md transfer.md From 7275adbfce45139d94230eec04b1324876ecee6a Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 5 Sep 2022 11:37:08 -0400 Subject: [PATCH 2042/2185] update license for debbuild Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 9bcaa53..ecd8770 100644 --- a/podman.spec +++ b/podman.spec @@ -48,7 +48,7 @@ Epoch: 4 Version: 4.2.0 %if "%{_vendor}" == "debbuild" Packager: Podman Debbuild Maintainers -License: ASL-2.0+ +License: ASL-2.0+ and BSD and ISC and MIT and MPLv2.0 Release: 0%{?dist} %else License: ASL 2.0 and BSD and ISC and MIT and MPLv2.0 From 5d2388704f77327d3a44483eaa3d85473b881e3f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 7 Sep 2022 14:04:08 +0000 Subject: [PATCH 2043/2185] auto bump to v4.2.1 --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index ecd8770..0c2f31d 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,7 @@ Name: podman Epoch: 4 -Version: 4.2.0 +Version: 4.2.1 %if "%{_vendor}" == "debbuild" Packager: Podman Debbuild Maintainers License: ASL-2.0+ and BSD and ISC and MIT and MPLv2.0 From 61bf449d93a645ab614d9aa373af970d7b82a990 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 7 Sep 2022 15:50:54 -0400 Subject: [PATCH 2044/2185] use correct tarball Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 11be9e0..a867bc9 100644 --- a/.gitignore +++ b/.gitignore @@ -1812,3 +1812,4 @@ /v4.2.0-rc2.tar.gz /v4.2.0-rc3.tar.gz /v4.2.0.tar.gz +/v4.2.1.tar.gz diff --git a/podman.spec b/podman.spec index 0c2f31d..9ecac85 100644 --- a/podman.spec +++ b/podman.spec @@ -41,7 +41,7 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy fdc231ae7b8fe1aec4cf0b8777274fa21b70d789 -%global built_tag_strip 4.2.0 +%global built_tag_strip 4.2.1 Name: podman Epoch: 4 diff --git a/sources b/sources index babfaad..8bbf537 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-fdc231ae7b8fe1aec4cf0b8777274fa21b70d789.tar.gz) = 9441a6b0dc64961994ec9c268ad81916c4b88bf5c508c32dc6b0f68a993dc0c57c92304bfaa525aafe6445107314fc6954a65dbfb53432450ac0076d7d68c1ba -SHA512 (v4.2.0.tar.gz) = bc9e28d9938127f91be10ea8bc6c6f638a01d74d120efad5ad1e72c5f7b893685871e83872434745bc72ecaca430355b0f59d302660e8b4a53cc88a88cc37f9c +SHA512 (v4.2.1.tar.gz) = a8a6e3228c1cb6860bb27515bd081b5c395a17bd69fab8797758b84631d08d2389e554621080e66ecc04818c1c4d132ea6ed0edfedcfea6d7886a70ebc95297d From 9cae7541f445426a445d5e6ba8bdc89b981b1a4d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 27 Sep 2022 15:43:27 +0000 Subject: [PATCH 2045/2185] auto bump to v4.3.0-rc1 --- .gitignore | 1 + podman.spec | 4 ++-- sources | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a867bc9..608a92f 100644 --- a/.gitignore +++ b/.gitignore @@ -1813,3 +1813,4 @@ /v4.2.0-rc3.tar.gz /v4.2.0.tar.gz /v4.2.1.tar.gz +/v4.3.0-rc1.tar.gz diff --git a/podman.spec b/podman.spec index 9ecac85..ad0b408 100644 --- a/podman.spec +++ b/podman.spec @@ -41,11 +41,11 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy fdc231ae7b8fe1aec4cf0b8777274fa21b70d789 -%global built_tag_strip 4.2.1 +%global built_tag_strip 4.3.0-rc1 Name: podman Epoch: 4 -Version: 4.2.1 +Version: 4.3.0~rc1 %if "%{_vendor}" == "debbuild" Packager: Podman Debbuild Maintainers License: ASL-2.0+ and BSD and ISC and MIT and MPLv2.0 diff --git a/sources b/sources index 8bbf537..b24c663 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-fdc231ae7b8fe1aec4cf0b8777274fa21b70d789.tar.gz) = 9441a6b0dc64961994ec9c268ad81916c4b88bf5c508c32dc6b0f68a993dc0c57c92304bfaa525aafe6445107314fc6954a65dbfb53432450ac0076d7d68c1ba -SHA512 (v4.2.1.tar.gz) = a8a6e3228c1cb6860bb27515bd081b5c395a17bd69fab8797758b84631d08d2389e554621080e66ecc04818c1c4d132ea6ed0edfedcfea6d7886a70ebc95297d +SHA512 (v4.3.0-rc1.tar.gz) = d85a871e63cef76a83bc386a5f62621307c04aaf29d7d739139b77063da83d00cbf68740717d4b6347774df781bd2bd9eb14b74ced15b09e85f04e1b380e9292 From 694c4b04dbf916026f3217fbbcf04499e2aaa1f9 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 7 Oct 2022 10:08:46 -0400 Subject: [PATCH 2046/2185] Remove debbuild macros and depend on containers-common-extra Signed-off-by: Lokesh Mandvekar --- podman.spec | 73 ++++++++++++----------------------------------------- 1 file changed, 16 insertions(+), 57 deletions(-) diff --git a/podman.spec b/podman.spec index ad0b408..53a2781 100644 --- a/podman.spec +++ b/podman.spec @@ -1,15 +1,3 @@ -%if "%{_vendor}" == "debbuild" -%global _unitdir %{_usr}/lib/systemd/system -%global _userunitdir %{_usr}/lib/systemd/user -%global _tmpfilesdir %{_usr}/lib/tmpfiles.d -# Older distros don't work yet -%if (0%{?debian} && 0%{?debian} <= 11) || (0%{?ubuntu} && 0%{?ubuntu} < 2204) -%define gobuild(o:) GO111MODULE=off %{_prefix}/lib/go-1.16/bin/go build -buildmode pie -tags=" ${BUILDTAGS:-}" -a -v -x %{?**}; -%else -%define gobuild(o:) GO111MODULE=off go build -buildmode pie -tags=" ${BUILDTAGS:-}" -a -v -x %{?**}; -%endif -%endif - %global with_debug 1 %if 0%{?with_debug} @@ -41,62 +29,32 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy fdc231ae7b8fe1aec4cf0b8777274fa21b70d789 -%global built_tag_strip 4.3.0-rc1 +%global built_tag v4.3.0-rc1 +%global built_tag_strip %(b=%{built_tag}; echo ${b:1}) +%global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) Name: podman Epoch: 4 -Version: 4.3.0~rc1 -%if "%{_vendor}" == "debbuild" -Packager: Podman Debbuild Maintainers -License: ASL-2.0+ and BSD and ISC and MIT and MPLv2.0 -Release: 0%{?dist} -%else +Version: %{gen_version} License: ASL 2.0 and BSD and ISC and MIT and MPLv2.0 Release: %autorelease ExclusiveArch: %{golang_arches} -%endif Summary: Manage Pods, Containers and Container Images URL: https://%{name}.io/ -Source0: %{git0}/archive/v%{built_tag_strip}.tar.gz +# All SourceN files fetched from upstream +Source0: %{git0}/archive/%{built_tag}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{commit_plugins}.tar.gz Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{commit_gvproxy}.tar.gz Provides: %{name}-manpages = %{epoch}:%{version}-%{release} BuildRequires: go-md2man -Requires: catatonit -Requires: iptables -Requires: nftables -%if "%{_vendor}" == "debbuild" -BuildRequires: git -BuildRequires: libassuan-dev -BuildRequires: libglib2.0-dev -BuildRequires: libgpg-error-dev -BuildRequires: libgpgme-dev -BuildRequires: libseccomp-dev -BuildRequires: libsystemd-dev -BuildRequires: pkg-config -%if (0%{?debian} && 0%{?debian} <= 11) || (0%{?ubuntu} && 0%{?ubuntu} < 2204) -BuildRequires: golang-1.16 -BuildRequires: libc6 < 2.32 -%else -BuildRequires: golang -BuildRequires: libc6 -%endif -Requires: conmon >= 2:2.0.30 -Requires: containers-common >= 4:1 -Requires: uidmap -%else -%if ! 0%{?centos} BuildRequires: btrfs-progs-devel -%endif BuildRequires: gcc BuildRequires: glib2-devel BuildRequires: glibc-devel BuildRequires: glibc-static BuildRequires: golang BuildRequires: git-core -%if 0%{?fedora} || 0%{?rhel} >= 9 BuildRequires: go-rpm-macros -%endif BuildRequires: gpgme-devel BuildRequires: libassuan-devel BuildRequires: libgpg-error-devel @@ -108,12 +66,18 @@ BuildRequires: make BuildRequires: ostree-devel BuildRequires: systemd BuildRequires: systemd-devel +Requires: catatonit Requires: conmon >= 2:2.0.30-2 -Requires: containers-common >= 4:1-46 -Requires: netavark >= 1.0.3-1 +%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 Recommends: %{name}-gvproxy = %{epoch}:%{version}-%{release} -Suggests: containernetworking-plugins >= 0.9.1-1 -Suggests: qemu-user-static # vendored libraries # 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/BurntSushi/toml)) = v1.1.0 @@ -173,7 +137,6 @@ Provides: bundled(golang(github.com/uber/jaeger_client_go)) = v2.30.0+incompatib Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.10 Provides: bundled(golang(github.com/vbauerster/mpb/v7)) = v7.4.2 Provides: bundled(golang(github.com/vishvananda/netlink)) = v1.1.1_0.20220115184804_dd687eb2f2d4 -%endif %description %{name} (Pod Manager) is a fully featured container engine that is a simple @@ -270,7 +233,6 @@ tar zxf %{SOURCE1} tar zxf %{SOURCE2} %build -%if "%{_vendor}" != "debbuild" %set_build_flags export CGO_CFLAGS=$CFLAGS # These extra flags present in $CFLAGS have been skipped for now as they break the build @@ -281,7 +243,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 GO111MODULE=off export GOPATH=$(pwd)/_build:$(pwd) @@ -428,6 +389,4 @@ rm -f %{buildroot}%{_datadir}/user-tmpfiles.d/%{name}-docker.conf %{_libexecdir}/%{name}/gvproxy %changelog -%if "%{_vendor}" != "debbuild" %autochangelog -%endif From 4d37af8ee2d2cf52854660ea4bed94991c772393 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 7 Oct 2022 10:14:14 -0400 Subject: [PATCH 2047/2185] update bundled provides Signed-off-by: Lokesh Mandvekar --- podman.spec | 96 ++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 80 insertions(+), 16 deletions(-) diff --git a/podman.spec b/podman.spec index 53a2781..1071496 100644 --- a/podman.spec +++ b/podman.spec @@ -80,63 +80,127 @@ Requires: containers-common-extra >= 4:1-62 Recommends: %{name}-gvproxy = %{epoch}:%{version}-%{release} # vendored libraries # 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/BurntSushi/toml)) = v1.1.0 +Provides: bundled(golang(github.com/Azure/go_ansiterm)) = v0.0.0_20210617225240_d185dfc1b5a1 +Provides: bundled(golang(github.com/BurntSushi/toml)) = v1.2.0 +Provides: bundled(golang(github.com/Microsoft/go_winio)) = v0.5.2 +Provides: bundled(golang(github.com/Microsoft/hcsshim)) = v0.9.4 +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/blang/semver)) = v3.5.1+incompatible Provides: bundled(golang(github.com/blang/semver/v4)) = v4.0.0 Provides: bundled(golang(github.com/buger/goterm)) = v1.0.4 Provides: bundled(golang(github.com/checkpoint_restore/checkpointctl)) = v0.0.0_20220321135231_33f4a66335f0 Provides: bundled(golang(github.com/checkpoint_restore/go_criu/v5)) = v5.3.0 -Provides: bundled(golang(github.com/container_orchestrated_devices/container_device_interface)) = v0.4.0 -Provides: bundled(golang(github.com/containernetworking/cni)) = v1.1.1 +Provides: bundled(golang(github.com/chzyer/readline)) = v1.5.1 +Provides: bundled(golang(github.com/container_orchestrated_devices/container_device_interface)) = v0.5.1 +Provides: bundled(golang(github.com/containerd/cgroups)) = v1.0.4 +Provides: bundled(golang(github.com/containerd/containerd)) = v1.6.8 +Provides: bundled(golang(github.com/containerd/stargz_snapshotter/estargz)) = v0.12.0 +Provides: bundled(golang(github.com/containernetworking/cni)) = v1.1.2 Provides: bundled(golang(github.com/containernetworking/plugins)) = v1.1.1 -Provides: bundled(golang(github.com/containers/buildah)) = v1.26.1_0.20220716095526_d31d27c357ab -Provides: bundled(golang(github.com/containers/common)) = v0.48.1_0.20220718075257_ecddf87b3840 +Provides: bundled(golang(github.com/containers/buildah)) = v1.27.1_0.20220921131114_d3064796af36 +Provides: bundled(golang(github.com/containers/common)) = v0.49.2_0.20220920205255_8062f81c5497 Provides: bundled(golang(github.com/containers/conmon)) = v2.0.20+incompatible -Provides: bundled(golang(github.com/containers/image/v5)) = v5.21.2_0.20220721072459_bf19265865b7 +Provides: bundled(golang(github.com/containers/image/v5)) = v5.22.1_0.20220919112403_fe51f7ffca50 +Provides: bundled(golang(github.com/containers/libtrust)) = v0.0.0_20200511145503_9c3a6c22cd9a Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.5 -Provides: bundled(golang(github.com/containers/psgo)) = v1.7.2 -Provides: bundled(golang(github.com/containers/storage)) = v1.41.1_0.20220714115232_fc9b0ff5272a -Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.3.2 +Provides: bundled(golang(github.com/containers/psgo)) = v1.7.3 +Provides: bundled(golang(github.com/containers/storage)) = v1.42.1_0.20220919112236_8a581aac3bdf +Provides: bundled(golang(github.com/coreos/go_systemd)) = v0.0.0_20190719114852_fd7a80b32e1f +Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.4.0 Provides: bundled(golang(github.com/coreos/stream_metadata_go)) = v0.0.0_20210225230131_70edb9eb47b3 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/digitalocean/go_libvirt)) = v0.0.0_20201209184759_e2a69bcd5bd1 Provides: bundled(golang(github.com/digitalocean/go_qemu)) = v0.0.0_20210326154740_ac9e0b687001 +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.17+incompatible +Provides: bundled(golang(github.com/docker/docker)) = v20.10.18+incompatible +Provides: bundled(golang(github.com/docker/docker_credential_helpers)) = v0.6.4 Provides: bundled(golang(github.com/docker/go_connections)) = v0.4.1_0.20210727194412_58542c764a11 Provides: bundled(golang(github.com/docker/go_plugins_helpers)) = v0.0.0_20211224144127_6eecb7beb651 -Provides: bundled(golang(github.com/docker/go_units)) = v0.4.0 -Provides: bundled(golang(github.com/dtylman/scp)) = v0.0.0_20181017070807_f3000a34aef4 +Provides: bundled(golang(github.com/docker/go_units)) = v0.5.0 +Provides: bundled(golang(github.com/felixge/httpsnoop)) = v1.0.3 Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.5.4 +Provides: bundled(golang(github.com/fsouza/go_dockerclient)) = v1.8.3 Provides: bundled(golang(github.com/ghodss/yaml)) = v1.0.0 +Provides: bundled(golang(github.com/go_task/slim_sprig)) = v0.0.0_20210107165309_348f09dbbbc0 Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.1.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.11.0 +Provides: bundled(golang(github.com/google/go_intervals)) = v0.0.2 Provides: bundled(golang(github.com/google/gofuzz)) = v1.2.0 Provides: bundled(golang(github.com/google/shlex)) = v0.0.0_20191202100458_e7afc7fbc510 Provides: bundled(golang(github.com/google/uuid)) = v1.3.0 Provides: bundled(golang(github.com/gorilla/handlers)) = v1.5.1 Provides: bundled(golang(github.com/gorilla/mux)) = v1.8.0 Provides: bundled(golang(github.com/gorilla/schema)) = v1.2.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.0 +Provides: bundled(golang(github.com/jinzhu/copier)) = v0.3.5 Provides: bundled(golang(github.com/json_iterator/go)) = v1.1.12 -Provides: bundled(golang(github.com/mattn/go_isatty)) = v0.0.14 +Provides: bundled(golang(github.com/klauspost/compress)) = v1.15.10 +Provides: bundled(golang(github.com/klauspost/pgzip)) = v1.2.5 +Provides: bundled(golang(github.com/kr/fs)) = v0.1.0 +Provides: bundled(golang(github.com/letsencrypt/boulder)) = v0.0.0_20220723181115_27de4befb95e +Provides: bundled(golang(github.com/manifoldco/promptui)) = v0.9.0 +Provides: bundled(golang(github.com/mattn/go_isatty)) = v0.0.16 +Provides: bundled(golang(github.com/mattn/go_runewidth)) = v0.0.13 +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/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/onsi/ginkgo)) = v1.16.5 -Provides: bundled(golang(github.com/onsi/gomega)) = v1.19.0 +Provides: bundled(golang(github.com/onsi/gomega)) = v1.20.2 Provides: bundled(golang(github.com/opencontainers/go_digest)) = v1.0.0 Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.0.3_0.20220114050600_8b9d41f48198 -Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.3 +Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.4 Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.0.3_0.20211214071223_8958f93039ab Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20220714195903_17b3287fafb7 Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.1 +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/pkg/sftp)) = v1.13.5 +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.2.0 +Provides: bundled(golang(github.com/rogpeppe/go_internal)) = v1.8.0 Provides: bundled(golang(github.com/rootless_containers/rootlesskit)) = v1.0.1 +Provides: bundled(golang(github.com/seccomp/libseccomp_golang)) = v0.10.0 +Provides: bundled(golang(github.com/sigstore/sigstore)) = v1.4.1 Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.9.0 Provides: bundled(golang(github.com/spf13/cobra)) = v1.5.0 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.0 +Provides: bundled(golang(github.com/sylabs/sif/v2)) = v2.7.2 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.0 +Provides: bundled(golang(github.com/titanous/rocacheck)) = v0.0.0_20171023193734_afe73141d399 Provides: bundled(golang(github.com/uber/jaeger_client_go)) = v2.30.0+incompatible Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.10 -Provides: bundled(golang(github.com/vbauerster/mpb/v7)) = v7.4.2 +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.1.1_0.20220115184804_dd687eb2f2d4 +Provides: bundled(golang(github.com/vishvananda/netns)) = v0.0.0_20210104183010_2eb08e3e575f +Provides: bundled(golang(github.com/vmihailenco/msgpack/v5)) = v5.3.5 +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(sigs.k8s.io/yaml)) = v1.3.0 %description %{name} (Pod Manager) is a fully featured container engine that is a simple From 82a33c81045a3160a22e21847a9e39194925d24b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 7 Oct 2022 15:14:28 +0000 Subject: [PATCH 2048/2185] auto bump to v4.3.0-rc1 --- podman.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 1071496..139f70f 100644 --- a/podman.spec +++ b/podman.spec @@ -30,12 +30,12 @@ %global commit_gvproxy fdc231ae7b8fe1aec4cf0b8777274fa21b70d789 %global built_tag v4.3.0-rc1 -%global built_tag_strip %(b=%{built_tag}; echo ${b:1}) +%global built_tag_strip 4.3.0-rc1 %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) Name: podman Epoch: 4 -Version: %{gen_version} +Version: 4.3.0~rc1 License: ASL 2.0 and BSD and ISC and MIT and MPLv2.0 Release: %autorelease ExclusiveArch: %{golang_arches} From d3f0f4826088553399fb6cda44e49f94e98c2017 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 7 Oct 2022 12:05:20 -0400 Subject: [PATCH 2049/2185] Revert "auto bump to v4.3.0-rc1" This reverts commit 82a33c81045a3160a22e21847a9e39194925d24b done by autobuilder. --- podman.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 139f70f..1071496 100644 --- a/podman.spec +++ b/podman.spec @@ -30,12 +30,12 @@ %global commit_gvproxy fdc231ae7b8fe1aec4cf0b8777274fa21b70d789 %global built_tag v4.3.0-rc1 -%global built_tag_strip 4.3.0-rc1 +%global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) Name: podman Epoch: 4 -Version: 4.3.0~rc1 +Version: %{gen_version} License: ASL 2.0 and BSD and ISC and MIT and MPLv2.0 Release: %autorelease ExclusiveArch: %{golang_arches} From 14ceb9e2ba9fad48213c5e022d0fd8e69022f96c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 19 Oct 2022 13:15:47 +0000 Subject: [PATCH 2050/2185] auto bump to v4.3.0 --- .gitignore | 1 + podman.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 608a92f..4006721 100644 --- a/.gitignore +++ b/.gitignore @@ -1814,3 +1814,4 @@ /v4.2.0.tar.gz /v4.2.1.tar.gz /v4.3.0-rc1.tar.gz +/v4.3.0.tar.gz diff --git a/podman.spec b/podman.spec index 1071496..72afb19 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy fdc231ae7b8fe1aec4cf0b8777274fa21b70d789 -%global built_tag v4.3.0-rc1 +%global built_tag v4.3.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 b24c663..d4b5054 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-fdc231ae7b8fe1aec4cf0b8777274fa21b70d789.tar.gz) = 9441a6b0dc64961994ec9c268ad81916c4b88bf5c508c32dc6b0f68a993dc0c57c92304bfaa525aafe6445107314fc6954a65dbfb53432450ac0076d7d68c1ba -SHA512 (v4.3.0-rc1.tar.gz) = d85a871e63cef76a83bc386a5f62621307c04aaf29d7d739139b77063da83d00cbf68740717d4b6347774df781bd2bd9eb14b74ced15b09e85f04e1b380e9292 +SHA512 (v4.3.0.tar.gz) = b5b70e83a67ccfea149cb7df87a452d51fbb5e87ab3d1c6b4f623ba0f8f8a25442cee6ae8b8d31ea844f08c3ea4962e865ddb90e61c185dfad29d3b23aa8338f From 638b79cc3905666cab12ff01228b2dfa4099573f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 20 Oct 2022 18:41:08 +0530 Subject: [PATCH 2051/2185] fix sdnotify gating test (merged upstream) Signed-off-by: Lokesh Mandvekar --- gating-test1.patch | 45 +++++++++++++++++++++++++++++++++++++++++++++ podman.spec | 1 + 2 files changed, 46 insertions(+) create mode 100644 gating-test1.patch diff --git a/gating-test1.patch b/gating-test1.patch new file mode 100644 index 0000000..39a9655 --- /dev/null +++ b/gating-test1.patch @@ -0,0 +1,45 @@ +From 14563ef132ddaa44083d5b2452ef036abb203493 Mon Sep 17 00:00:00 2001 +From: Ed Santiago +Date: Tue, 18 Oct 2022 10:24:46 -0600 +Subject: [PATCH] system tests: fix broken bashisms + +gating tests failing on rawhide, and will probably fail +on f36 and f37 due to long-broken bugs that are now +caught by (bats, I think? new version of bash? who knows). + +This is a partial cherry-pick of #16220, omitting the +change to testimage (not needed here) + +Signed-off-by: Ed Santiago +--- + test/system/260-sdnotify.bats | 2 ++ + test/system/270-socket-activation.bats | 2 +- + 2 files changed, 3 insertions(+), 1 deletion(-) + +diff --git a/test/system/260-sdnotify.bats b/test/system/260-sdnotify.bats +index c4724d60528..970a2e3c7c5 100644 +--- a/test/system/260-sdnotify.bats ++++ b/test/system/260-sdnotify.bats +@@ -41,7 +41,9 @@ function teardown() { + function _start_socat() { + _SOCAT_LOG="$PODMAN_TMPDIR/socat.log" + ++ # Reset socat logfile to empty + rm -f $_SOCAT_LOG ++ touch $_SOCAT_LOG + # Execute in subshell so we can close fd3 (which BATS uses). + # This is a superstitious ritual to try to avoid leaving processes behind, + # and thus prevent CI hangs. +diff --git a/test/system/270-socket-activation.bats b/test/system/270-socket-activation.bats +index 6d582be180f..a8ae2343315 100644 +--- a/test/system/270-socket-activation.bats ++++ b/test/system/270-socket-activation.bats +@@ -101,7 +101,7 @@ function teardown() { + die "Pause pid file does not exist: $pause_pid_file" + fi + +- echo "kill -9 $(< pause_pid_file)" ++ echo "kill -9 $(< $pause_pid_file) [pause process]" + kill -9 $(< $pause_pid_file) + + run curl -s --max-time 3 --unix-socket $SERVICE_SOCK_ADDR $_PING diff --git a/podman.spec b/podman.spec index 72afb19..7f2a93f 100644 --- a/podman.spec +++ b/podman.spec @@ -45,6 +45,7 @@ URL: https://%{name}.io/ Source0: %{git0}/archive/%{built_tag}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{commit_plugins}.tar.gz Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{commit_gvproxy}.tar.gz +Patch0: gating-test1.patch Provides: %{name}-manpages = %{epoch}:%{version}-%{release} BuildRequires: go-md2man BuildRequires: btrfs-progs-devel From 86969acc658495a3b6f7de27c57dc4b6e60c82dd Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 11 Nov 2022 17:46:19 +0530 Subject: [PATCH 2052/2185] bump to v4.3.1 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 3 +-- sources | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4006721..f851f47 100644 --- a/.gitignore +++ b/.gitignore @@ -1815,3 +1815,4 @@ /v4.2.1.tar.gz /v4.3.0-rc1.tar.gz /v4.3.0.tar.gz +/v4.3.1.tar.gz diff --git a/podman.spec b/podman.spec index 7f2a93f..97d7fa4 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy fdc231ae7b8fe1aec4cf0b8777274fa21b70d789 -%global built_tag v4.3.0 +%global built_tag v4.3.1 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) @@ -45,7 +45,6 @@ URL: https://%{name}.io/ Source0: %{git0}/archive/%{built_tag}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{commit_plugins}.tar.gz Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{commit_gvproxy}.tar.gz -Patch0: gating-test1.patch Provides: %{name}-manpages = %{epoch}:%{version}-%{release} BuildRequires: go-md2man BuildRequires: btrfs-progs-devel diff --git a/sources b/sources index d4b5054..ea1cd69 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-fdc231ae7b8fe1aec4cf0b8777274fa21b70d789.tar.gz) = 9441a6b0dc64961994ec9c268ad81916c4b88bf5c508c32dc6b0f68a993dc0c57c92304bfaa525aafe6445107314fc6954a65dbfb53432450ac0076d7d68c1ba -SHA512 (v4.3.0.tar.gz) = b5b70e83a67ccfea149cb7df87a452d51fbb5e87ab3d1c6b4f623ba0f8f8a25442cee6ae8b8d31ea844f08c3ea4962e865ddb90e61c185dfad29d3b23aa8338f +SHA512 (v4.3.1.tar.gz) = 907dafc6481cbcb7a9b6771c3682a88d6c3b055050c0a180f9ceb985c1a3826318056b62dd6d2859a2a23eba7aad4bf26404327d5479bde98658745fa7d88efa From 1653a48aa74b12af369c29029c005c7c5a50070a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 16 Jan 2023 00:03:42 +0000 Subject: [PATCH 2053/2185] auto bump to v4.4.0-rc1 --- .gitignore | 1 + podman.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f851f47..6d5222d 100644 --- a/.gitignore +++ b/.gitignore @@ -1816,3 +1816,4 @@ /v4.3.0-rc1.tar.gz /v4.3.0.tar.gz /v4.3.1.tar.gz +/v4.4.0-rc1.tar.gz diff --git a/podman.spec b/podman.spec index 97d7fa4..81d1801 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy fdc231ae7b8fe1aec4cf0b8777274fa21b70d789 -%global built_tag v4.3.1 +%global built_tag v4.4.0-rc1 %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 ea1cd69..e633964 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-fdc231ae7b8fe1aec4cf0b8777274fa21b70d789.tar.gz) = 9441a6b0dc64961994ec9c268ad81916c4b88bf5c508c32dc6b0f68a993dc0c57c92304bfaa525aafe6445107314fc6954a65dbfb53432450ac0076d7d68c1ba -SHA512 (v4.3.1.tar.gz) = 907dafc6481cbcb7a9b6771c3682a88d6c3b055050c0a180f9ceb985c1a3826318056b62dd6d2859a2a23eba7aad4bf26404327d5479bde98658745fa7d88efa +SHA512 (v4.4.0-rc1.tar.gz) = d11e5f5c96e2b4d48bab05f054e64965f9ef24fc53d35d063bc8f006bc9bd7eebae7fc496ff1a6f70ec7abc6515de5de1a186a9068c8171829e6f04c61f28f20 From 260db876ce8ed3438175d13559c924ef035adb40 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 16 Jan 2023 18:09:24 +0530 Subject: [PATCH 2054/2185] add quadlet subpackage Signed-off-by: Lokesh Mandvekar --- podman.spec | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 81d1801..4c2e6c2 100644 --- a/podman.spec +++ b/podman.spec @@ -286,6 +286,17 @@ It is based on the network stack of gVisor. Compared to libslirp, gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding. +%package quadlet +Summary: Easily create systemd services using %{name} +Requires: %{name} = %{epoch}:%{version}-%{release} +Conflicts: quadlet + +%description quadlet +This package installs a systemd generator for *.container files in +/etc/containers/systemd. Such files are automatically converted into +systemd service units, allowing easily written and maintained +podman-based system services. + %prep %autosetup -Sgit -n %{name}-%{built_tag_strip} sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile @@ -324,15 +335,21 @@ LDFLAGS="-X %{import_path}/libpod/define.buildInfo=$(date +%s)" # build rootlessport first %gobuild -o bin/rootlessport %{import_path}/cmd/rootlessport +export BASEBUILDTAGS="seccomp exclude_graphdriver_devicemapper $(hack/selinux_tag.sh) $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)" + # build %%{name} -export BUILDTAGS="seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/selinux_tag.sh) $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)" +export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh)" %gobuild -o bin/%{name} %{import_path}/cmd/%{name} # build %%{name}-remote -export BUILDTAGS="seccomp exclude_graphdriver_devicemapper exclude_graphdriver_btrfs btrfs_noversion $(hack/selinux_tag.sh) $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh) remote" +export BUILDTAGS="$BASEBUILDTAGS exclude_graphdriver_btrfs btrfs_noversion remote" %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} +# build quadlet +export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh)" +%gobuild -o bin/quadlet %{import_path}/cmd/quadlet + cd %{repo_plugins}-%{commit_plugins} mkdir _build cd _build @@ -452,5 +469,11 @@ rm -f %{buildroot}%{_datadir}/user-tmpfiles.d/%{name}-docker.conf %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/gvproxy +%files quadlet +%license LICENSE +%{_libexecdir}/%{name}/quadlet +%{_systemdgeneratordir}/%{name}-system-generator +%{_systemdusergeneratordir}/%{name}-user-generator + %changelog %autochangelog From 68abbd302d9bc5240eb13db69c8b5a6cc8e43ab2 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 16 Jan 2023 18:10:37 +0530 Subject: [PATCH 2055/2185] update bundled golang provides Signed-off-by: Lokesh Mandvekar --- podman.spec | 80 +++++++++++++++++++++++++---------------------------- 1 file changed, 37 insertions(+), 43 deletions(-) diff --git a/podman.spec b/podman.spec index 4c2e6c2..0f4c088 100644 --- a/podman.spec +++ b/podman.spec @@ -81,33 +81,32 @@ Recommends: %{name}-gvproxy = %{epoch}:%{version}-%{release} # vendored libraries # 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.0 -Provides: bundled(golang(github.com/Microsoft/go_winio)) = v0.5.2 -Provides: bundled(golang(github.com/Microsoft/hcsshim)) = v0.9.4 +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/blang/semver)) = v3.5.1+incompatible Provides: bundled(golang(github.com/blang/semver/v4)) = v4.0.0 Provides: bundled(golang(github.com/buger/goterm)) = v1.0.4 Provides: bundled(golang(github.com/checkpoint_restore/checkpointctl)) = v0.0.0_20220321135231_33f4a66335f0 -Provides: bundled(golang(github.com/checkpoint_restore/go_criu/v5)) = v5.3.0 +Provides: bundled(golang(github.com/checkpoint_restore/go_criu/v6)) = v6.3.0 Provides: bundled(golang(github.com/chzyer/readline)) = v1.5.1 -Provides: bundled(golang(github.com/container_orchestrated_devices/container_device_interface)) = v0.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.8 -Provides: bundled(golang(github.com/containerd/stargz_snapshotter/estargz)) = v0.12.0 +Provides: bundled(golang(github.com/containerd/containerd)) = v1.6.14 +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.1.1 -Provides: bundled(golang(github.com/containers/buildah)) = v1.27.1_0.20220921131114_d3064796af36 -Provides: bundled(golang(github.com/containers/common)) = v0.49.2_0.20220920205255_8062f81c5497 +Provides: bundled(golang(github.com/containers/buildah)) = v1.28.1_0.20221221082547_8403b6ebc13d +Provides: bundled(golang(github.com/containers/common)) = v0.50.2_0.20230105184634_df156f4ee73f Provides: bundled(golang(github.com/containers/conmon)) = v2.0.20+incompatible -Provides: bundled(golang(github.com/containers/image/v5)) = v5.22.1_0.20220919112403_fe51f7ffca50 +Provides: bundled(golang(github.com/containers/image/v5)) = v5.23.1_0.20230104183125_aaf0985b36f9 Provides: bundled(golang(github.com/containers/libtrust)) = v0.0.0_20200511145503_9c3a6c22cd9a -Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.5 -Provides: bundled(golang(github.com/containers/psgo)) = v1.7.3 -Provides: bundled(golang(github.com/containers/storage)) = v1.42.1_0.20220919112236_8a581aac3bdf +Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.6 +Provides: bundled(golang(github.com/containers/psgo)) = v1.8.0 +Provides: bundled(golang(github.com/containers/storage)) = v1.44.1_0.20230105105526_fc91849352e5 Provides: bundled(golang(github.com/coreos/go_systemd)) = v0.0.0_20190719114852_fd7a80b32e1f -Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.4.0 +Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.5.0 Provides: bundled(golang(github.com/coreos/stream_metadata_go)) = v0.0.0_20210225230131_70edb9eb47b3 Provides: bundled(golang(github.com/cyphar/filepath_securejoin)) = v0.2.3 Provides: bundled(golang(github.com/davecgh/go_spew)) = v1.1.1 @@ -115,22 +114,21 @@ Provides: bundled(golang(github.com/digitalocean/go_libvirt)) = v0.0.0_202012091 Provides: bundled(golang(github.com/digitalocean/go_qemu)) = v0.0.0_20210326154740_ac9e0b687001 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.18+incompatible -Provides: bundled(golang(github.com/docker/docker_credential_helpers)) = v0.6.4 +Provides: bundled(golang(github.com/docker/docker)) = v20.10.22+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_plugins_helpers)) = v0.0.0_20211224144127_6eecb7beb651 Provides: bundled(golang(github.com/docker/go_units)) = v0.5.0 Provides: bundled(golang(github.com/felixge/httpsnoop)) = v1.0.3 -Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.5.4 -Provides: bundled(golang(github.com/fsouza/go_dockerclient)) = v1.8.3 +Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.6.0 +Provides: bundled(golang(github.com/fsouza/go_dockerclient)) = v1.9.0 Provides: bundled(golang(github.com/ghodss/yaml)) = v1.0.0 -Provides: bundled(golang(github.com/go_task/slim_sprig)) = v0.0.0_20210107165309_348f09dbbbc0 -Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.1.0 +Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.1.1_0.20221029134443_4b691ce883d5 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.11.0 +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/gofuzz)) = v1.2.0 Provides: bundled(golang(github.com/google/shlex)) = v0.0.0_20191202100458_e7afc7fbc510 @@ -141,16 +139,15 @@ Provides: bundled(golang(github.com/gorilla/schema)) = v1.2.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.0 +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/json_iterator/go)) = v1.1.12 -Provides: bundled(golang(github.com/klauspost/compress)) = v1.15.10 -Provides: bundled(golang(github.com/klauspost/pgzip)) = v1.2.5 +Provides: bundled(golang(github.com/klauspost/compress)) = v1.15.14 +Provides: bundled(golang(github.com/klauspost/pgzip)) = v1.2.6_0.20220930104621_17e8dac29df8 Provides: bundled(golang(github.com/kr/fs)) = v0.1.0 -Provides: bundled(golang(github.com/letsencrypt/boulder)) = v0.0.0_20220723181115_27de4befb95e +Provides: bundled(golang(github.com/letsencrypt/boulder)) = v0.0.0_20221109233200_85aa52084eaf Provides: bundled(golang(github.com/manifoldco/promptui)) = v0.9.0 -Provides: bundled(golang(github.com/mattn/go_isatty)) = v0.0.16 -Provides: bundled(golang(github.com/mattn/go_runewidth)) = v0.0.13 +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 @@ -162,13 +159,13 @@ 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/onsi/ginkgo)) = v1.16.5 -Provides: bundled(golang(github.com/onsi/gomega)) = v1.20.2 +Provides: bundled(golang(github.com/onsi/gomega)) = v1.24.2 Provides: bundled(golang(github.com/opencontainers/go_digest)) = v1.0.0 -Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.0.3_0.20220114050600_8b9d41f48198 +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.20211214071223_8958f93039ab -Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20220714195903_17b3287fafb7 -Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.1 +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 @@ -176,32 +173,29 @@ Provides: bundled(golang(github.com/pkg/sftp)) = v1.13.5 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.2.0 -Provides: bundled(golang(github.com/rogpeppe/go_internal)) = v1.8.0 -Provides: bundled(golang(github.com/rootless_containers/rootlesskit)) = v1.0.1 +Provides: bundled(golang(github.com/rootless_containers/rootlesskit)) = v1.1.0 Provides: bundled(golang(github.com/seccomp/libseccomp_golang)) = v0.10.0 -Provides: bundled(golang(github.com/sigstore/sigstore)) = v1.4.1 +Provides: bundled(golang(github.com/sigstore/sigstore)) = v1.5.0 Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.9.0 -Provides: bundled(golang(github.com/spf13/cobra)) = v1.5.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.0 -Provides: bundled(golang(github.com/sylabs/sif/v2)) = v2.7.2 +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.0 +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/uber/jaeger_client_go)) = v2.30.0+incompatible -Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.10 +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.1.1_0.20220115184804_dd687eb2f2d4 Provides: bundled(golang(github.com/vishvananda/netns)) = v0.0.0_20210104183010_2eb08e3e575f -Provides: bundled(golang(github.com/vmihailenco/msgpack/v5)) = v5.3.5 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(sigs.k8s.io/yaml)) = v1.3.0 - %description %{name} (Pod Manager) is a fully featured container engine that is a simple daemonless tool. %{name} provides a Docker-CLI comparable command line that From 4c4356f482dbe8adfade3e36da61c2d4adc21f1e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 17 Jan 2023 21:10:16 +0530 Subject: [PATCH 2056/2185] specify QUADLET envvar in gating test config Signed-off-by: Lokesh Mandvekar --- tests/test_podman_cgroups_vn.yml | 2 ++ tests/test_podman_remote.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/test_podman_cgroups_vn.yml b/tests/test_podman_cgroups_vn.yml index f069182..5d48663 100644 --- a/tests/test_podman_cgroups_vn.yml +++ b/tests/test_podman_cgroups_vn.yml @@ -12,8 +12,10 @@ package: podman environment: PODMAN: /usr/bin/podman + QUADLET: /usr/libexec/podman/quadlet - name: podman rootless cgroupsv{{ want_cgroups }} package: podman environment: PODMAN: /usr/bin/podman + QUADLET: /usr/libexec/podman/quadlet become: true diff --git a/tests/test_podman_remote.yml b/tests/test_podman_remote.yml index 8c61093..204d137 100644 --- a/tests/test_podman_remote.yml +++ b/tests/test_podman_remote.yml @@ -10,8 +10,10 @@ package: podman environment: PODMAN: /usr/bin/podman-remote + QUADLET: /usr/libexec/podman/quadlet - name: podman-remote rootless package: podman environment: PODMAN: /usr/bin/podman-remote + QUADLET: /usr/libexec/podman/quadlet become: true From 22fedbed3ef56a7d7b8d8921b1f7e85f76dcd34f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 18 Jan 2023 18:02:09 +0530 Subject: [PATCH 2057/2185] bump to v4.4.0-rc2 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6d5222d..f8d8735 100644 --- a/.gitignore +++ b/.gitignore @@ -1817,3 +1817,4 @@ /v4.3.0.tar.gz /v4.3.1.tar.gz /v4.4.0-rc1.tar.gz +/v4.4.0-rc2.tar.gz diff --git a/podman.spec b/podman.spec index 0f4c088..437c1fa 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy fdc231ae7b8fe1aec4cf0b8777274fa21b70d789 -%global built_tag v4.4.0-rc1 +%global built_tag v4.4.0-rc2 %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 e633964..82f2162 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-fdc231ae7b8fe1aec4cf0b8777274fa21b70d789.tar.gz) = 9441a6b0dc64961994ec9c268ad81916c4b88bf5c508c32dc6b0f68a993dc0c57c92304bfaa525aafe6445107314fc6954a65dbfb53432450ac0076d7d68c1ba -SHA512 (v4.4.0-rc1.tar.gz) = d11e5f5c96e2b4d48bab05f054e64965f9ef24fc53d35d063bc8f006bc9bd7eebae7fc496ff1a6f70ec7abc6515de5de1a186a9068c8171829e6f04c61f28f20 +SHA512 (v4.4.0-rc2.tar.gz) = c207d1bfe90c4d81638c88a1f08ee8441f8456f68736293bc4e17f88c116794cde99e46fcfca40c293f4264bd714b8d88fbeaffbb2012d2be7217d0bc5d4de54 From 1b0a5374f56d7268e09f2f2f6dab603aea34a3e2 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 19 Jan 2023 18:43:17 +0530 Subject: [PATCH 2058/2185] bump gvproxy to 0.5.0 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f8d8735..005ebd8 100644 --- a/.gitignore +++ b/.gitignore @@ -1818,3 +1818,4 @@ /v4.3.1.tar.gz /v4.4.0-rc1.tar.gz /v4.4.0-rc2.tar.gz +/gvisor-tap-vsock-aab0ac9367fc5142f5857c36ac2352bcb3c60ab7.tar.gz diff --git a/podman.spec b/podman.spec index 437c1fa..e353d35 100644 --- a/podman.spec +++ b/podman.spec @@ -27,7 +27,7 @@ # https://github.com/containers/gvisor-tap-vsock %global import_path_gvproxy %%{provider}.%{provider_tld}/%{project}/%{repo_gvproxy} %global git_gvproxy https://%{import_path_gvproxy} -%global commit_gvproxy fdc231ae7b8fe1aec4cf0b8777274fa21b70d789 +%global commit_gvproxy aab0ac9367fc5142f5857c36ac2352bcb3c60ab7 %global built_tag v4.4.0-rc2 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) diff --git a/sources b/sources index 82f2162..75652db 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 -SHA512 (gvisor-tap-vsock-fdc231ae7b8fe1aec4cf0b8777274fa21b70d789.tar.gz) = 9441a6b0dc64961994ec9c268ad81916c4b88bf5c508c32dc6b0f68a993dc0c57c92304bfaa525aafe6445107314fc6954a65dbfb53432450ac0076d7d68c1ba +SHA512 (gvisor-tap-vsock-aab0ac9367fc5142f5857c36ac2352bcb3c60ab7.tar.gz) = e138125f0fad46f84afebad5769d4428cb29f24ce34e209b21689dc4409487bf2e946c9eb6551297baf36286c9be9a5310a77df4884563cfe247113980f18291 SHA512 (v4.4.0-rc2.tar.gz) = c207d1bfe90c4d81638c88a1f08ee8441f8456f68736293bc4e17f88c116794cde99e46fcfca40c293f4264bd714b8d88fbeaffbb2012d2be7217d0bc5d4de54 From 3d2fca72819f9093f67739e757f1b54e54b68792 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 23 Jan 2023 16:04:03 +0530 Subject: [PATCH 2059/2185] Revert to v4.3.1 and bump Epoch to 5 This reverts commits 22fedbe, 4c4356f, 68abbd3 and 260db87. Prep for CVE-2022-41717. Signed-off-by: Lokesh Mandvekar --- .gitignore | 2 - podman.spec | 111 +++++++++++++------------------ sources | 2 +- tests/test_podman_cgroups_vn.yml | 2 - tests/test_podman_remote.yml | 2 - 5 files changed, 48 insertions(+), 71 deletions(-) diff --git a/.gitignore b/.gitignore index 005ebd8..bb786a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1816,6 +1816,4 @@ /v4.3.0-rc1.tar.gz /v4.3.0.tar.gz /v4.3.1.tar.gz -/v4.4.0-rc1.tar.gz -/v4.4.0-rc2.tar.gz /gvisor-tap-vsock-aab0ac9367fc5142f5857c36ac2352bcb3c60ab7.tar.gz diff --git a/podman.spec b/podman.spec index e353d35..af957ac 100644 --- a/podman.spec +++ b/podman.spec @@ -29,12 +29,12 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy aab0ac9367fc5142f5857c36ac2352bcb3c60ab7 -%global built_tag v4.4.0-rc2 +%global built_tag v4.3.1 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) Name: podman -Epoch: 4 +Epoch: 5 Version: %{gen_version} License: ASL 2.0 and BSD and ISC and MIT and MPLv2.0 Release: %autorelease @@ -81,32 +81,33 @@ Recommends: %{name}-gvproxy = %{epoch}:%{version}-%{release} # vendored libraries # 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/BurntSushi/toml)) = v1.2.0 +Provides: bundled(golang(github.com/Microsoft/go_winio)) = v0.5.2 +Provides: bundled(golang(github.com/Microsoft/hcsshim)) = v0.9.4 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/blang/semver)) = v3.5.1+incompatible Provides: bundled(golang(github.com/blang/semver/v4)) = v4.0.0 Provides: bundled(golang(github.com/buger/goterm)) = v1.0.4 Provides: bundled(golang(github.com/checkpoint_restore/checkpointctl)) = v0.0.0_20220321135231_33f4a66335f0 -Provides: bundled(golang(github.com/checkpoint_restore/go_criu/v6)) = v6.3.0 +Provides: bundled(golang(github.com/checkpoint_restore/go_criu/v5)) = v5.3.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/container_orchestrated_devices/container_device_interface)) = v0.5.1 Provides: bundled(golang(github.com/containerd/cgroups)) = v1.0.4 -Provides: bundled(golang(github.com/containerd/containerd)) = v1.6.14 -Provides: bundled(golang(github.com/containerd/stargz_snapshotter/estargz)) = v0.13.0 +Provides: bundled(golang(github.com/containerd/containerd)) = v1.6.8 +Provides: bundled(golang(github.com/containerd/stargz_snapshotter/estargz)) = v0.12.0 Provides: bundled(golang(github.com/containernetworking/cni)) = v1.1.2 Provides: bundled(golang(github.com/containernetworking/plugins)) = v1.1.1 -Provides: bundled(golang(github.com/containers/buildah)) = v1.28.1_0.20221221082547_8403b6ebc13d -Provides: bundled(golang(github.com/containers/common)) = v0.50.2_0.20230105184634_df156f4ee73f +Provides: bundled(golang(github.com/containers/buildah)) = v1.27.1_0.20220921131114_d3064796af36 +Provides: bundled(golang(github.com/containers/common)) = v0.49.2_0.20220920205255_8062f81c5497 Provides: bundled(golang(github.com/containers/conmon)) = v2.0.20+incompatible -Provides: bundled(golang(github.com/containers/image/v5)) = v5.23.1_0.20230104183125_aaf0985b36f9 +Provides: bundled(golang(github.com/containers/image/v5)) = v5.22.1_0.20220919112403_fe51f7ffca50 Provides: bundled(golang(github.com/containers/libtrust)) = v0.0.0_20200511145503_9c3a6c22cd9a -Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.6 -Provides: bundled(golang(github.com/containers/psgo)) = v1.8.0 -Provides: bundled(golang(github.com/containers/storage)) = v1.44.1_0.20230105105526_fc91849352e5 +Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.5 +Provides: bundled(golang(github.com/containers/psgo)) = v1.7.3 +Provides: bundled(golang(github.com/containers/storage)) = v1.42.1_0.20220919112236_8a581aac3bdf Provides: bundled(golang(github.com/coreos/go_systemd)) = v0.0.0_20190719114852_fd7a80b32e1f -Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.5.0 +Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.4.0 Provides: bundled(golang(github.com/coreos/stream_metadata_go)) = v0.0.0_20210225230131_70edb9eb47b3 Provides: bundled(golang(github.com/cyphar/filepath_securejoin)) = v0.2.3 Provides: bundled(golang(github.com/davecgh/go_spew)) = v1.1.1 @@ -114,21 +115,22 @@ Provides: bundled(golang(github.com/digitalocean/go_libvirt)) = v0.0.0_202012091 Provides: bundled(golang(github.com/digitalocean/go_qemu)) = v0.0.0_20210326154740_ac9e0b687001 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.22+incompatible -Provides: bundled(golang(github.com/docker/docker_credential_helpers)) = v0.7.0 +Provides: bundled(golang(github.com/docker/docker)) = v20.10.18+incompatible +Provides: bundled(golang(github.com/docker/docker_credential_helpers)) = v0.6.4 Provides: bundled(golang(github.com/docker/go_connections)) = v0.4.1_0.20210727194412_58542c764a11 Provides: bundled(golang(github.com/docker/go_plugins_helpers)) = v0.0.0_20211224144127_6eecb7beb651 Provides: bundled(golang(github.com/docker/go_units)) = v0.5.0 Provides: bundled(golang(github.com/felixge/httpsnoop)) = v1.0.3 -Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.6.0 -Provides: bundled(golang(github.com/fsouza/go_dockerclient)) = v1.9.0 +Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.5.4 +Provides: bundled(golang(github.com/fsouza/go_dockerclient)) = v1.8.3 Provides: bundled(golang(github.com/ghodss/yaml)) = v1.0.0 -Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.1.1_0.20221029134443_4b691ce883d5 +Provides: bundled(golang(github.com/go_task/slim_sprig)) = v0.0.0_20210107165309_348f09dbbbc0 +Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.1.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_containerregistry)) = v0.11.0 Provides: bundled(golang(github.com/google/go_intervals)) = v0.0.2 Provides: bundled(golang(github.com/google/gofuzz)) = v1.2.0 Provides: bundled(golang(github.com/google/shlex)) = v0.0.0_20191202100458_e7afc7fbc510 @@ -139,15 +141,16 @@ Provides: bundled(golang(github.com/gorilla/schema)) = v1.2.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/inconshreveable/mousetrap)) = v1.0.0 Provides: bundled(golang(github.com/jinzhu/copier)) = v0.3.5 Provides: bundled(golang(github.com/json_iterator/go)) = v1.1.12 -Provides: bundled(golang(github.com/klauspost/compress)) = v1.15.14 -Provides: bundled(golang(github.com/klauspost/pgzip)) = v1.2.6_0.20220930104621_17e8dac29df8 +Provides: bundled(golang(github.com/klauspost/compress)) = v1.15.10 +Provides: bundled(golang(github.com/klauspost/pgzip)) = v1.2.5 Provides: bundled(golang(github.com/kr/fs)) = v0.1.0 -Provides: bundled(golang(github.com/letsencrypt/boulder)) = v0.0.0_20221109233200_85aa52084eaf +Provides: bundled(golang(github.com/letsencrypt/boulder)) = v0.0.0_20220723181115_27de4befb95e 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_isatty)) = v0.0.16 +Provides: bundled(golang(github.com/mattn/go_runewidth)) = v0.0.13 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 @@ -159,13 +162,13 @@ 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/onsi/ginkgo)) = v1.16.5 -Provides: bundled(golang(github.com/onsi/gomega)) = v1.24.2 +Provides: bundled(golang(github.com/onsi/gomega)) = v1.20.2 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/image_spec)) = v1.0.3_0.20220114050600_8b9d41f48198 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/opencontainers/runtime_spec)) = v1.0.3_0.20211214071223_8958f93039ab +Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20220714195903_17b3287fafb7 +Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.1 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 @@ -173,29 +176,32 @@ Provides: bundled(golang(github.com/pkg/sftp)) = v1.13.5 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.2.0 -Provides: bundled(golang(github.com/rootless_containers/rootlesskit)) = v1.1.0 +Provides: bundled(golang(github.com/rogpeppe/go_internal)) = v1.8.0 +Provides: bundled(golang(github.com/rootless_containers/rootlesskit)) = v1.0.1 Provides: bundled(golang(github.com/seccomp/libseccomp_golang)) = v0.10.0 -Provides: bundled(golang(github.com/sigstore/sigstore)) = v1.5.0 +Provides: bundled(golang(github.com/sigstore/sigstore)) = v1.4.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/cobra)) = v1.5.0 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/stretchr/testify)) = v1.8.0 +Provides: bundled(golang(github.com/sylabs/sif/v2)) = v2.7.2 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/theupdateframework/go_tuf)) = v0.5.0 Provides: bundled(golang(github.com/titanous/rocacheck)) = v0.0.0_20171023193734_afe73141d399 Provides: bundled(golang(github.com/uber/jaeger_client_go)) = v2.30.0+incompatible -Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.11 +Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.10 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.1.1_0.20220115184804_dd687eb2f2d4 Provides: bundled(golang(github.com/vishvananda/netns)) = v0.0.0_20210104183010_2eb08e3e575f +Provides: bundled(golang(github.com/vmihailenco/msgpack/v5)) = v5.3.5 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(sigs.k8s.io/yaml)) = v1.3.0 + %description %{name} (Pod Manager) is a fully featured container engine that is a simple daemonless tool. %{name} provides a Docker-CLI comparable command line that @@ -280,17 +286,6 @@ It is based on the network stack of gVisor. Compared to libslirp, gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding. -%package quadlet -Summary: Easily create systemd services using %{name} -Requires: %{name} = %{epoch}:%{version}-%{release} -Conflicts: quadlet - -%description quadlet -This package installs a systemd generator for *.container files in -/etc/containers/systemd. Such files are automatically converted into -systemd service units, allowing easily written and maintained -podman-based system services. - %prep %autosetup -Sgit -n %{name}-%{built_tag_strip} sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile @@ -329,21 +324,15 @@ LDFLAGS="-X %{import_path}/libpod/define.buildInfo=$(date +%s)" # build rootlessport first %gobuild -o bin/rootlessport %{import_path}/cmd/rootlessport -export BASEBUILDTAGS="seccomp exclude_graphdriver_devicemapper $(hack/selinux_tag.sh) $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)" - # build %%{name} -export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh)" +export BUILDTAGS="seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/selinux_tag.sh) $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)" %gobuild -o bin/%{name} %{import_path}/cmd/%{name} # build %%{name}-remote -export BUILDTAGS="$BASEBUILDTAGS exclude_graphdriver_btrfs btrfs_noversion remote" +export BUILDTAGS="seccomp exclude_graphdriver_devicemapper exclude_graphdriver_btrfs btrfs_noversion $(hack/selinux_tag.sh) $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh) remote" %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} -# build quadlet -export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh)" -%gobuild -o bin/quadlet %{import_path}/cmd/quadlet - cd %{repo_plugins}-%{commit_plugins} mkdir _build cd _build @@ -463,11 +452,5 @@ rm -f %{buildroot}%{_datadir}/user-tmpfiles.d/%{name}-docker.conf %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/gvproxy -%files quadlet -%license LICENSE -%{_libexecdir}/%{name}/quadlet -%{_systemdgeneratordir}/%{name}-system-generator -%{_systemdusergeneratordir}/%{name}-user-generator - %changelog %autochangelog diff --git a/sources b/sources index 75652db..9b24543 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-aab0ac9367fc5142f5857c36ac2352bcb3c60ab7.tar.gz) = e138125f0fad46f84afebad5769d4428cb29f24ce34e209b21689dc4409487bf2e946c9eb6551297baf36286c9be9a5310a77df4884563cfe247113980f18291 -SHA512 (v4.4.0-rc2.tar.gz) = c207d1bfe90c4d81638c88a1f08ee8441f8456f68736293bc4e17f88c116794cde99e46fcfca40c293f4264bd714b8d88fbeaffbb2012d2be7217d0bc5d4de54 +SHA512 (v4.3.1.tar.gz) = 907dafc6481cbcb7a9b6771c3682a88d6c3b055050c0a180f9ceb985c1a3826318056b62dd6d2859a2a23eba7aad4bf26404327d5479bde98658745fa7d88efa diff --git a/tests/test_podman_cgroups_vn.yml b/tests/test_podman_cgroups_vn.yml index 5d48663..f069182 100644 --- a/tests/test_podman_cgroups_vn.yml +++ b/tests/test_podman_cgroups_vn.yml @@ -12,10 +12,8 @@ package: podman environment: PODMAN: /usr/bin/podman - QUADLET: /usr/libexec/podman/quadlet - name: podman rootless cgroupsv{{ want_cgroups }} package: podman environment: PODMAN: /usr/bin/podman - QUADLET: /usr/libexec/podman/quadlet become: true diff --git a/tests/test_podman_remote.yml b/tests/test_podman_remote.yml index 204d137..8c61093 100644 --- a/tests/test_podman_remote.yml +++ b/tests/test_podman_remote.yml @@ -10,10 +10,8 @@ package: podman environment: PODMAN: /usr/bin/podman-remote - QUADLET: /usr/libexec/podman/quadlet - name: podman-remote rootless package: podman environment: PODMAN: /usr/bin/podman-remote - QUADLET: /usr/libexec/podman/quadlet become: true From b376f4e57a680dcb3d7ffeefa7c8c47ed6996d91 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 2 Feb 2023 17:24:35 +0530 Subject: [PATCH 2060/2185] bump to v4.4.0 Signed-off-by: Lokesh Mandvekar --- .gitignore | 3 + podman.spec | 152 ++++++++++++++++++++----------- sources | 2 +- tests/test_podman_cgroups_vn.yml | 2 + tests/test_podman_remote.yml | 2 + 5 files changed, 108 insertions(+), 53 deletions(-) diff --git a/.gitignore b/.gitignore index bb786a9..006c3b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1816,4 +1816,7 @@ /v4.3.0-rc1.tar.gz /v4.3.0.tar.gz /v4.3.1.tar.gz +/v4.4.0-rc1.tar.gz +/v4.4.0-rc2.tar.gz /gvisor-tap-vsock-aab0ac9367fc5142f5857c36ac2352bcb3c60ab7.tar.gz +/v4.4.0.tar.gz diff --git a/podman.spec b/podman.spec index af957ac..a26917f 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy aab0ac9367fc5142f5857c36ac2352bcb3c60ab7 -%global built_tag v4.3.1 +%global built_tag v4.4.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) @@ -69,91 +69,112 @@ BuildRequires: systemd-devel Requires: catatonit Requires: conmon >= 2:2.0.30-2 %if 0%{?fedora} > 37 -Requires: containers-common-extra >= 4:1-78 +Requires: containers-common-extra >= 4:1-84 %else %if 0%{?fedora} == 37 -Requires: containers-common-extra >= 4:1-73 +Requires: containers-common-extra >= 4:1-78 %else -Requires: containers-common-extra >= 4:1-62 +Requires: containers-common-extra >= 4:1-66 %endif %endif Recommends: %{name}-gvproxy = %{epoch}:%{version}-%{release} # vendored libraries # 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.0 -Provides: bundled(golang(github.com/Microsoft/go_winio)) = v0.5.2 -Provides: bundled(golang(github.com/Microsoft/hcsshim)) = v0.9.4 +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/blang/semver)) = v3.5.1+incompatible +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/buger/goterm)) = v1.0.4 Provides: bundled(golang(github.com/checkpoint_restore/checkpointctl)) = v0.0.0_20220321135231_33f4a66335f0 -Provides: bundled(golang(github.com/checkpoint_restore/go_criu/v5)) = v5.3.0 +Provides: bundled(golang(github.com/checkpoint_restore/go_criu/v6)) = v6.3.0 Provides: bundled(golang(github.com/chzyer/readline)) = v1.5.1 -Provides: bundled(golang(github.com/container_orchestrated_devices/container_device_interface)) = v0.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.8 -Provides: bundled(golang(github.com/containerd/stargz_snapshotter/estargz)) = v0.12.0 +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.1.1 -Provides: bundled(golang(github.com/containers/buildah)) = v1.27.1_0.20220921131114_d3064796af36 -Provides: bundled(golang(github.com/containers/common)) = v0.49.2_0.20220920205255_8062f81c5497 +Provides: bundled(golang(github.com/containernetworking/plugins)) = v1.2.0 +Provides: bundled(golang(github.com/containers/buildah)) = v1.29.0 +Provides: bundled(golang(github.com/containers/common)) = v0.51.0 Provides: bundled(golang(github.com/containers/conmon)) = v2.0.20+incompatible -Provides: bundled(golang(github.com/containers/image/v5)) = v5.22.1_0.20220919112403_fe51f7ffca50 -Provides: bundled(golang(github.com/containers/libtrust)) = v0.0.0_20200511145503_9c3a6c22cd9a -Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.5 -Provides: bundled(golang(github.com/containers/psgo)) = v1.7.3 -Provides: bundled(golang(github.com/containers/storage)) = v1.42.1_0.20220919112236_8a581aac3bdf +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/psgo)) = v1.8.0 +Provides: bundled(golang(github.com/containers/storage)) = v1.45.3 +Provides: bundled(golang(github.com/coreos/go_oidc/v3)) = v3.5.0 Provides: bundled(golang(github.com/coreos/go_systemd)) = v0.0.0_20190719114852_fd7a80b32e1f -Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.4.0 +Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.5.0 Provides: bundled(golang(github.com/coreos/stream_metadata_go)) = v0.0.0_20210225230131_70edb9eb47b3 +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/digitalocean/go_libvirt)) = v0.0.0_20201209184759_e2a69bcd5bd1 Provides: bundled(golang(github.com/digitalocean/go_qemu)) = v0.0.0_20210326154740_ac9e0b687001 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.18+incompatible -Provides: bundled(golang(github.com/docker/docker_credential_helpers)) = v0.6.4 +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_plugins_helpers)) = v0.0.0_20211224144127_6eecb7beb651 Provides: bundled(golang(github.com/docker/go_units)) = v0.5.0 Provides: bundled(golang(github.com/felixge/httpsnoop)) = v1.0.3 -Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.5.4 -Provides: bundled(golang(github.com/fsouza/go_dockerclient)) = v1.8.3 +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_task/slim_sprig)) = v0.0.0_20210107165309_348f09dbbbc0 -Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.1.0 +Provides: bundled(golang(github.com/go_jose/go_jose/v3)) = v3.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/go_playground/locales)) = v0.14.0 +Provides: bundled(golang(github.com/go_playground/universal_translator)) = v0.18.0 +Provides: bundled(golang(github.com/go_playground/validator/v10)) = v10.11.1 +Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.1.1_0.20221029134443_4b691ce883d5 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.11.0 +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/gofuzz)) = v1.2.0 Provides: bundled(golang(github.com/google/shlex)) = v0.0.0_20191202100458_e7afc7fbc510 +Provides: bundled(golang(github.com/google/trillian)) = v1.5.0 Provides: bundled(golang(github.com/google/uuid)) = v1.3.0 Provides: bundled(golang(github.com/gorilla/handlers)) = v1.5.1 Provides: bundled(golang(github.com/gorilla/mux)) = v1.8.0 Provides: bundled(golang(github.com/gorilla/schema)) = v1.2.0 Provides: bundled(golang(github.com/hashicorp/errwrap)) = v1.1.0 +Provides: bundled(golang(github.com/hashicorp/go_cleanhttp)) = v0.5.2 Provides: bundled(golang(github.com/hashicorp/go_multierror)) = v1.1.1 +Provides: bundled(golang(github.com/hashicorp/go_retryablehttp)) = v0.7.2 Provides: bundled(golang(github.com/imdario/mergo)) = v0.3.13 -Provides: bundled(golang(github.com/inconshreveable/mousetrap)) = v1.0.0 +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.10 -Provides: bundled(golang(github.com/klauspost/pgzip)) = v1.2.5 +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/kr/fs)) = v0.1.0 -Provides: bundled(golang(github.com/letsencrypt/boulder)) = v0.0.0_20220723181115_27de4befb95e +Provides: bundled(golang(github.com/leodido/go_urn)) = v1.2.1 +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_isatty)) = v0.0.16 -Provides: bundled(golang(github.com/mattn/go_runewidth)) = v0.0.13 +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 @@ -161,42 +182,46 @@ Provides: bundled(golang(github.com/modern_go/concurrent)) = v0.0.0_201803060126 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.20.2 +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.20220114050600_8b9d41f48198 +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.20211214071223_8958f93039ab -Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20220714195903_17b3287fafb7 -Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.1 +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/opentracing/opentracing_go)) = v1.2.0 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/pkg/sftp)) = v1.13.5 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.2.0 -Provides: bundled(golang(github.com/rogpeppe/go_internal)) = v1.8.0 -Provides: bundled(golang(github.com/rootless_containers/rootlesskit)) = v1.0.1 +Provides: bundled(golang(github.com/rivo/uniseg)) = v0.4.3 +Provides: bundled(golang(github.com/rootless_containers/rootlesskit)) = v1.1.0 Provides: bundled(golang(github.com/seccomp/libseccomp_golang)) = v0.10.0 -Provides: bundled(golang(github.com/sigstore/sigstore)) = v1.4.1 +Provides: bundled(golang(github.com/segmentio/ksuid)) = v1.0.4 +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.5.0 +Provides: bundled(golang(github.com/skratchdot/open_golang)) = v0.0.0_20200116055534_eef842397966 +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.0 -Provides: bundled(golang(github.com/sylabs/sif/v2)) = v2.7.2 +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.0 +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/uber/jaeger_client_go)) = v2.30.0+incompatible -Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.10 +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.1.1_0.20220115184804_dd687eb2f2d4 +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/vmihailenco/msgpack/v5)) = v5.3.5 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 @@ -286,6 +311,17 @@ It is based on the network stack of gVisor. Compared to libslirp, gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding. +%package quadlet +Summary: Easily create systemd services using %{name} +Requires: %{name} = %{epoch}:%{version}-%{release} +Conflicts: quadlet + +%description quadlet +This package installs a systemd generator for *.container files in +/etc/containers/systemd. Such files are automatically converted into +systemd service units, allowing easily written and maintained +podman-based system services. + %prep %autosetup -Sgit -n %{name}-%{built_tag_strip} sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile @@ -324,15 +360,21 @@ LDFLAGS="-X %{import_path}/libpod/define.buildInfo=$(date +%s)" # build rootlessport first %gobuild -o bin/rootlessport %{import_path}/cmd/rootlessport +export BASEBUILDTAGS="seccomp exclude_graphdriver_devicemapper $(hack/selinux_tag.sh) $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)" + # build %%{name} -export BUILDTAGS="seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/selinux_tag.sh) $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)" +export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh)" %gobuild -o bin/%{name} %{import_path}/cmd/%{name} # build %%{name}-remote -export BUILDTAGS="seccomp exclude_graphdriver_devicemapper exclude_graphdriver_btrfs btrfs_noversion $(hack/selinux_tag.sh) $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh) remote" +export BUILDTAGS="$BASEBUILDTAGS exclude_graphdriver_btrfs btrfs_noversion remote" %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} +# build quadlet +export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh)" +%gobuild -o bin/quadlet %{import_path}/cmd/quadlet + cd %{repo_plugins}-%{commit_plugins} mkdir _build cd _build @@ -452,5 +494,11 @@ rm -f %{buildroot}%{_datadir}/user-tmpfiles.d/%{name}-docker.conf %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/gvproxy +%files quadlet +%license LICENSE +%{_libexecdir}/%{name}/quadlet +%{_systemdgeneratordir}/%{name}-system-generator +%{_systemdusergeneratordir}/%{name}-user-generator + %changelog %autochangelog diff --git a/sources b/sources index 9b24543..ff19b6d 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-aab0ac9367fc5142f5857c36ac2352bcb3c60ab7.tar.gz) = e138125f0fad46f84afebad5769d4428cb29f24ce34e209b21689dc4409487bf2e946c9eb6551297baf36286c9be9a5310a77df4884563cfe247113980f18291 -SHA512 (v4.3.1.tar.gz) = 907dafc6481cbcb7a9b6771c3682a88d6c3b055050c0a180f9ceb985c1a3826318056b62dd6d2859a2a23eba7aad4bf26404327d5479bde98658745fa7d88efa +SHA512 (v4.4.0.tar.gz) = 5813c78647ca8ebb809eccaebaa54f4570ef5cea66678bdde5dc5e7a1df77119b56a8acdc0886a45d905419c16a26467f7deb21e6515f2f35b3295baedaa1cd3 diff --git a/tests/test_podman_cgroups_vn.yml b/tests/test_podman_cgroups_vn.yml index f069182..5d48663 100644 --- a/tests/test_podman_cgroups_vn.yml +++ b/tests/test_podman_cgroups_vn.yml @@ -12,8 +12,10 @@ package: podman environment: PODMAN: /usr/bin/podman + QUADLET: /usr/libexec/podman/quadlet - name: podman rootless cgroupsv{{ want_cgroups }} package: podman environment: PODMAN: /usr/bin/podman + QUADLET: /usr/libexec/podman/quadlet become: true diff --git a/tests/test_podman_remote.yml b/tests/test_podman_remote.yml index 8c61093..204d137 100644 --- a/tests/test_podman_remote.yml +++ b/tests/test_podman_remote.yml @@ -10,8 +10,10 @@ package: podman environment: PODMAN: /usr/bin/podman-remote + QUADLET: /usr/libexec/podman/quadlet - name: podman-remote rootless package: podman environment: PODMAN: /usr/bin/podman-remote + QUADLET: /usr/libexec/podman/quadlet become: true From 313c3e86a81c69ebe76cb363a4fbe2df4f7a3704 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 9 Feb 2023 15:55:12 +0530 Subject: [PATCH 2061/2185] bump to v4.4.1 Fold podman-quadlet into podman main package Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + gating-test1.patch | 45 --------------------------------------------- podman.spec | 26 +++++++++----------------- sources | 2 +- 4 files changed, 11 insertions(+), 63 deletions(-) delete mode 100644 gating-test1.patch diff --git a/.gitignore b/.gitignore index 006c3b7..af6a8de 100644 --- a/.gitignore +++ b/.gitignore @@ -1820,3 +1820,4 @@ /v4.4.0-rc2.tar.gz /gvisor-tap-vsock-aab0ac9367fc5142f5857c36ac2352bcb3c60ab7.tar.gz /v4.4.0.tar.gz +/v4.4.1.tar.gz diff --git a/gating-test1.patch b/gating-test1.patch deleted file mode 100644 index 39a9655..0000000 --- a/gating-test1.patch +++ /dev/null @@ -1,45 +0,0 @@ -From 14563ef132ddaa44083d5b2452ef036abb203493 Mon Sep 17 00:00:00 2001 -From: Ed Santiago -Date: Tue, 18 Oct 2022 10:24:46 -0600 -Subject: [PATCH] system tests: fix broken bashisms - -gating tests failing on rawhide, and will probably fail -on f36 and f37 due to long-broken bugs that are now -caught by (bats, I think? new version of bash? who knows). - -This is a partial cherry-pick of #16220, omitting the -change to testimage (not needed here) - -Signed-off-by: Ed Santiago ---- - test/system/260-sdnotify.bats | 2 ++ - test/system/270-socket-activation.bats | 2 +- - 2 files changed, 3 insertions(+), 1 deletion(-) - -diff --git a/test/system/260-sdnotify.bats b/test/system/260-sdnotify.bats -index c4724d60528..970a2e3c7c5 100644 ---- a/test/system/260-sdnotify.bats -+++ b/test/system/260-sdnotify.bats -@@ -41,7 +41,9 @@ function teardown() { - function _start_socat() { - _SOCAT_LOG="$PODMAN_TMPDIR/socat.log" - -+ # Reset socat logfile to empty - rm -f $_SOCAT_LOG -+ touch $_SOCAT_LOG - # Execute in subshell so we can close fd3 (which BATS uses). - # This is a superstitious ritual to try to avoid leaving processes behind, - # and thus prevent CI hangs. -diff --git a/test/system/270-socket-activation.bats b/test/system/270-socket-activation.bats -index 6d582be180f..a8ae2343315 100644 ---- a/test/system/270-socket-activation.bats -+++ b/test/system/270-socket-activation.bats -@@ -101,7 +101,7 @@ function teardown() { - die "Pause pid file does not exist: $pause_pid_file" - fi - -- echo "kill -9 $(< pause_pid_file)" -+ echo "kill -9 $(< $pause_pid_file) [pause process]" - kill -9 $(< $pause_pid_file) - - run curl -s --max-time 3 --unix-socket $SERVICE_SOCK_ADDR $_PING diff --git a/podman.spec b/podman.spec index a26917f..ad8ddcc 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy aab0ac9367fc5142f5857c36ac2352bcb3c60ab7 -%global built_tag v4.4.0 +%global built_tag v4.4.1 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) @@ -38,7 +38,7 @@ Epoch: 5 Version: %{gen_version} License: ASL 2.0 and BSD and ISC and MIT and MPLv2.0 Release: %autorelease -ExclusiveArch: %{golang_arches} +ExclusiveArch: %{golang_arches_future} Summary: Manage Pods, Containers and Container Images URL: https://%{name}.io/ # All SourceN files fetched from upstream @@ -78,6 +78,9 @@ Requires: containers-common-extra >= 4:1-66 %endif %endif Recommends: %{name}-gvproxy = %{epoch}:%{version}-%{release} +Provides: %{name}-quadlet +Obsoletes: %{name}-quadlet <= 5:4.4.0-1 +Provides: %{name}-quadlet = %{epoch}:%{version}-%{release} # vendored libraries # 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 @@ -437,19 +440,13 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ #define license tag if not already defined %{!?_licensedir:%global license %doc} -# PACKIT PACKIT PACKIT PACKIT PACKIT PACKIT PACKIT PACKIT PACKIT PACKIT -# These files will be installed by unreleased versions of %%{name} and upstream is -# not comfy with a patch using packit's fix-spec-files action so let's remove the file here. -# The packager will need to revisit this section on every upstream release. -# See: https://github.com/containers/podman/pull/15457#discussion_r955423853 -rm -f %{buildroot}%{_datadir}/user-tmpfiles.d/%{name}-docker.conf - %files -f %{name}.file-list %license LICENSE %doc README.md CONTRIBUTING.md install.md transfer.md %{_bindir}/%{name} %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/rootlessport +%{_libexecdir}/%{name}/quadlet %{_datadir}/bash-completion/completions/%{name} # By "owning" the site-functions dir, we don't need to Require zsh %dir %{_datadir}/zsh/site-functions @@ -459,14 +456,15 @@ rm -f %{buildroot}%{_datadir}/user-tmpfiles.d/%{name}-docker.conf %{_unitdir}/%{name}* %{_userunitdir}/%{name}* %{_tmpfilesdir}/%{name}.conf -%if 0%{?fedora} >= 36 +%{_systemdgeneratordir}/%{name}-system-generator +%{_systemdusergeneratordir}/%{name}-user-generator %{_modulesloaddir}/%{name}-iptables.conf -%endif %files docker %{_bindir}/docker %{_mandir}/man1/docker*.1* %{_tmpfilesdir}/%{name}-docker.conf +%{_user_tmpfilesdir}/%{name}-docker.conf %files remote %license LICENSE @@ -494,11 +492,5 @@ rm -f %{buildroot}%{_datadir}/user-tmpfiles.d/%{name}-docker.conf %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/gvproxy -%files quadlet -%license LICENSE -%{_libexecdir}/%{name}/quadlet -%{_systemdgeneratordir}/%{name}-system-generator -%{_systemdusergeneratordir}/%{name}-user-generator - %changelog %autochangelog diff --git a/sources b/sources index ff19b6d..a860097 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-aab0ac9367fc5142f5857c36ac2352bcb3c60ab7.tar.gz) = e138125f0fad46f84afebad5769d4428cb29f24ce34e209b21689dc4409487bf2e946c9eb6551297baf36286c9be9a5310a77df4884563cfe247113980f18291 -SHA512 (v4.4.0.tar.gz) = 5813c78647ca8ebb809eccaebaa54f4570ef5cea66678bdde5dc5e7a1df77119b56a8acdc0886a45d905419c16a26467f7deb21e6515f2f35b3295baedaa1cd3 +SHA512 (v4.4.1.tar.gz) = 33a22b7941f4f6715baa1cd2d5b29a4e2e95264c5239877122448f71e1408d8c393bcd2cdaef9516a580eede911c84f1cfea9d7b4c9d287a2737986fdc604e2c From d7de8d0da422d72d50e38bbacc9e4d8c4242e802 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 13 Feb 2023 15:25:12 +0530 Subject: [PATCH 2062/2185] remove quadlet package specification completely Signed-off-by: Lokesh Mandvekar --- podman.spec | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/podman.spec b/podman.spec index ad8ddcc..8f074cb 100644 --- a/podman.spec +++ b/podman.spec @@ -314,17 +314,6 @@ It is based on the network stack of gVisor. Compared to libslirp, gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding. -%package quadlet -Summary: Easily create systemd services using %{name} -Requires: %{name} = %{epoch}:%{version}-%{release} -Conflicts: quadlet - -%description quadlet -This package installs a systemd generator for *.container files in -/etc/containers/systemd. Such files are automatically converted into -systemd service units, allowing easily written and maintained -podman-based system services. - %prep %autosetup -Sgit -n %{name}-%{built_tag_strip} sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile From 179d1821842e5b12d6611187c7749ed8176fb25d Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 17 Feb 2023 15:44:24 +0530 Subject: [PATCH 2063/2185] Resolves: #2168256, #2170631 - CVE-2023-0778 Signed-off-by: Lokesh Mandvekar --- CVE-2023-0778.patch | 102 ++++++++++++++++++++++++++++++++++++++++++++ podman.spec | 1 + 2 files changed, 103 insertions(+) create mode 100644 CVE-2023-0778.patch diff --git a/CVE-2023-0778.patch b/CVE-2023-0778.patch new file mode 100644 index 0000000..3fadf81 --- /dev/null +++ b/CVE-2023-0778.patch @@ -0,0 +1,102 @@ +From 805e94b034ceb59e10a57413c1493b7e8b7e33a0 Mon Sep 17 00:00:00 2001 +From: Aditya R +Date: Fri, 10 Feb 2023 15:16:27 +0530 +Subject: [PATCH] volume,container: chroot to source before exporting content + +* Utils must support higher level API to create Tar with chrooted into + directory +* Volume export: use TarwithChroot instead of Tar so we can make sure no + symlink can be exported by tar if it exists outside of the source +directory. +* container export: use chroot and Tar instead of Tar so we can make sure no + symlink can be exported by tar if it exists outside of the mointPoint. + +[NO NEW TESTS NEEDED] +[NO TESTS NEEDED] +Race needs combination of external/in-container mechanism which is hard to repro in CI. + +Closes: BZ:#2168256 +CVE: https://access.redhat.com/security/cve/CVE-2023-0778 + +Signed-off-by: Aditya R + + + +Signed-off-by: Matt Heon +--- + libpod/container_internal.go | 4 ++-- + utils/utils.go | 25 ++++++++++++++++++++++++- + 2 files changed, 26 insertions(+), 3 deletions(-) + +diff --git a/libpod/container_internal.go b/libpod/container_internal.go +index c37d6be2b1b..ee6a7b6cc2c 100644 +--- a/libpod/container_internal.go ++++ b/libpod/container_internal.go +@@ -34,7 +34,7 @@ import ( + "github.com/containers/podman/v4/pkg/systemd/notifyproxy" + "github.com/containers/podman/v4/pkg/util" + "github.com/containers/storage" +- "github.com/containers/storage/pkg/archive" ++ "github.com/containers/storage/pkg/chrootarchive" + "github.com/containers/storage/pkg/idtools" + "github.com/containers/storage/pkg/lockfile" + "github.com/containers/storage/pkg/mount" +@@ -763,7 +763,7 @@ func (c *Container) export(out io.Writer) error { + }() + } + +- input, err := archive.Tar(mountPoint, archive.Uncompressed) ++ input, err := chrootarchive.Tar(mountPoint, nil, mountPoint) + if err != nil { + return fmt.Errorf("reading container directory %q: %w", c.ID(), err) + } +diff --git a/utils/utils.go b/utils/utils.go +index f9f96f2835e..81b77e544a3 100644 +--- a/utils/utils.go ++++ b/utils/utils.go +@@ -13,6 +13,7 @@ import ( + + "github.com/containers/common/pkg/cgroups" + "github.com/containers/storage/pkg/archive" ++ "github.com/containers/storage/pkg/chrootarchive" + "github.com/godbus/dbus/v5" + "github.com/sirupsen/logrus" + ) +@@ -63,7 +64,7 @@ func CreateTarFromSrc(source string, dest string) error { + return fmt.Errorf("could not create tarball file '%s': %w", dest, err) + } + defer file.Close() +- return TarToFilesystem(source, file) ++ return TarChrootToFilesystem(source, file) + } + + // TarToFilesystem creates a tarball from source and writes to an os.file +@@ -87,6 +88,28 @@ func Tar(source string) (io.ReadCloser, error) { + return archive.Tar(source, archive.Uncompressed) + } + ++// TarChrootToFilesystem creates a tarball from source and writes to an os.file ++// provided while chrooted to the source. ++func TarChrootToFilesystem(source string, tarball *os.File) error { ++ tb, err := TarWithChroot(source) ++ if err != nil { ++ return err ++ } ++ _, err = io.Copy(tarball, tb) ++ if err != nil { ++ return err ++ } ++ logrus.Debugf("wrote tarball file %s", tarball.Name()) ++ return nil ++} ++ ++// TarWithChroot creates a tarball from source and returns a readcloser of it ++// while chrooted to the source. ++func TarWithChroot(source string) (io.ReadCloser, error) { ++ logrus.Debugf("creating tarball of %s", source) ++ return chrootarchive.Tar(source, nil, source) ++} ++ + // RemoveScientificNotationFromFloat returns a float without any + // scientific notation if the number has any. + // golang does not handle conversion of float64s that have scientific diff --git a/podman.spec b/podman.spec index 8f074cb..48fe6a6 100644 --- a/podman.spec +++ b/podman.spec @@ -45,6 +45,7 @@ URL: https://%{name}.io/ Source0: %{git0}/archive/%{built_tag}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{commit_plugins}.tar.gz Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{commit_gvproxy}.tar.gz +Patch0: CVE-2023-0778.patch Provides: %{name}-manpages = %{epoch}:%{version}-%{release} BuildRequires: go-md2man BuildRequires: btrfs-progs-devel From c82d37a5b3c102088775e16bca817437e425b5d1 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 21 Feb 2023 20:09:20 -0500 Subject: [PATCH 2064/2185] Sync modules-load conditionals ELN tracks rawhide and therefore is new enough for this. Either way, the %files listing needs to use the same conditional. --- podman.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 48fe6a6..430340a 100644 --- a/podman.spec +++ b/podman.spec @@ -402,7 +402,7 @@ PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{build install.docker \ install.docker-docs \ install.remote \ -%if 0%{?fedora} >= 36 +%if 0%{?fedora} >= 36 || 0%{?rhel} >= 10 install.modules-load %endif @@ -448,7 +448,9 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_tmpfilesdir}/%{name}.conf %{_systemdgeneratordir}/%{name}-system-generator %{_systemdusergeneratordir}/%{name}-user-generator +%if 0%{?fedora} >= 36 || 0%{?rhel} >= 10 %{_modulesloaddir}/%{name}-iptables.conf +%endif %files docker %{_bindir}/docker From 1e823da91a5479747d65ec91dc7c6e3f96822685 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 28 Feb 2023 12:50:25 +0000 Subject: [PATCH 2065/2185] auto bump to v4.4.2 --- .gitignore | 1 + podman.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index af6a8de..11db366 100644 --- a/.gitignore +++ b/.gitignore @@ -1821,3 +1821,4 @@ /gvisor-tap-vsock-aab0ac9367fc5142f5857c36ac2352bcb3c60ab7.tar.gz /v4.4.0.tar.gz /v4.4.1.tar.gz +/v4.4.2.tar.gz diff --git a/podman.spec b/podman.spec index 430340a..e219e1f 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy aab0ac9367fc5142f5857c36ac2352bcb3c60ab7 -%global built_tag v4.4.1 +%global built_tag v4.4.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 a860097..5f08825 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-aab0ac9367fc5142f5857c36ac2352bcb3c60ab7.tar.gz) = e138125f0fad46f84afebad5769d4428cb29f24ce34e209b21689dc4409487bf2e946c9eb6551297baf36286c9be9a5310a77df4884563cfe247113980f18291 -SHA512 (v4.4.1.tar.gz) = 33a22b7941f4f6715baa1cd2d5b29a4e2e95264c5239877122448f71e1408d8c393bcd2cdaef9516a580eede911c84f1cfea9d7b4c9d287a2737986fdc604e2c +SHA512 (v4.4.2.tar.gz) = 057b6321b5223039155bca73b54c5239b17b8adc24c35762e860acec768dfec2ecb06d9d1f5d5da2ebea4c3cca3b508fbd0c101a9c76805f48050d1a4e12bd74 From 1a9e693b724671778150394e4cb1d6844d48eedc Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 1 Mar 2023 16:35:28 +0530 Subject: [PATCH 2066/2185] remove CVE-2023-0778.patch merged upstream Signed-off-by: Lokesh Mandvekar --- CVE-2023-0778.patch | 102 -------------------------------------------- podman.spec | 1 - 2 files changed, 103 deletions(-) delete mode 100644 CVE-2023-0778.patch diff --git a/CVE-2023-0778.patch b/CVE-2023-0778.patch deleted file mode 100644 index 3fadf81..0000000 --- a/CVE-2023-0778.patch +++ /dev/null @@ -1,102 +0,0 @@ -From 805e94b034ceb59e10a57413c1493b7e8b7e33a0 Mon Sep 17 00:00:00 2001 -From: Aditya R -Date: Fri, 10 Feb 2023 15:16:27 +0530 -Subject: [PATCH] volume,container: chroot to source before exporting content - -* Utils must support higher level API to create Tar with chrooted into - directory -* Volume export: use TarwithChroot instead of Tar so we can make sure no - symlink can be exported by tar if it exists outside of the source -directory. -* container export: use chroot and Tar instead of Tar so we can make sure no - symlink can be exported by tar if it exists outside of the mointPoint. - -[NO NEW TESTS NEEDED] -[NO TESTS NEEDED] -Race needs combination of external/in-container mechanism which is hard to repro in CI. - -Closes: BZ:#2168256 -CVE: https://access.redhat.com/security/cve/CVE-2023-0778 - -Signed-off-by: Aditya R - - - -Signed-off-by: Matt Heon ---- - libpod/container_internal.go | 4 ++-- - utils/utils.go | 25 ++++++++++++++++++++++++- - 2 files changed, 26 insertions(+), 3 deletions(-) - -diff --git a/libpod/container_internal.go b/libpod/container_internal.go -index c37d6be2b1b..ee6a7b6cc2c 100644 ---- a/libpod/container_internal.go -+++ b/libpod/container_internal.go -@@ -34,7 +34,7 @@ import ( - "github.com/containers/podman/v4/pkg/systemd/notifyproxy" - "github.com/containers/podman/v4/pkg/util" - "github.com/containers/storage" -- "github.com/containers/storage/pkg/archive" -+ "github.com/containers/storage/pkg/chrootarchive" - "github.com/containers/storage/pkg/idtools" - "github.com/containers/storage/pkg/lockfile" - "github.com/containers/storage/pkg/mount" -@@ -763,7 +763,7 @@ func (c *Container) export(out io.Writer) error { - }() - } - -- input, err := archive.Tar(mountPoint, archive.Uncompressed) -+ input, err := chrootarchive.Tar(mountPoint, nil, mountPoint) - if err != nil { - return fmt.Errorf("reading container directory %q: %w", c.ID(), err) - } -diff --git a/utils/utils.go b/utils/utils.go -index f9f96f2835e..81b77e544a3 100644 ---- a/utils/utils.go -+++ b/utils/utils.go -@@ -13,6 +13,7 @@ import ( - - "github.com/containers/common/pkg/cgroups" - "github.com/containers/storage/pkg/archive" -+ "github.com/containers/storage/pkg/chrootarchive" - "github.com/godbus/dbus/v5" - "github.com/sirupsen/logrus" - ) -@@ -63,7 +64,7 @@ func CreateTarFromSrc(source string, dest string) error { - return fmt.Errorf("could not create tarball file '%s': %w", dest, err) - } - defer file.Close() -- return TarToFilesystem(source, file) -+ return TarChrootToFilesystem(source, file) - } - - // TarToFilesystem creates a tarball from source and writes to an os.file -@@ -87,6 +88,28 @@ func Tar(source string) (io.ReadCloser, error) { - return archive.Tar(source, archive.Uncompressed) - } - -+// TarChrootToFilesystem creates a tarball from source and writes to an os.file -+// provided while chrooted to the source. -+func TarChrootToFilesystem(source string, tarball *os.File) error { -+ tb, err := TarWithChroot(source) -+ if err != nil { -+ return err -+ } -+ _, err = io.Copy(tarball, tb) -+ if err != nil { -+ return err -+ } -+ logrus.Debugf("wrote tarball file %s", tarball.Name()) -+ return nil -+} -+ -+// TarWithChroot creates a tarball from source and returns a readcloser of it -+// while chrooted to the source. -+func TarWithChroot(source string) (io.ReadCloser, error) { -+ logrus.Debugf("creating tarball of %s", source) -+ return chrootarchive.Tar(source, nil, source) -+} -+ - // RemoveScientificNotationFromFloat returns a float without any - // scientific notation if the number has any. - // golang does not handle conversion of float64s that have scientific diff --git a/podman.spec b/podman.spec index e219e1f..10ceaae 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,6 @@ URL: https://%{name}.io/ Source0: %{git0}/archive/%{built_tag}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{commit_plugins}.tar.gz Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{commit_gvproxy}.tar.gz -Patch0: CVE-2023-0778.patch Provides: %{name}-manpages = %{epoch}:%{version}-%{release} BuildRequires: go-md2man BuildRequires: btrfs-progs-devel From 81b573afb17cb738f95e083af1b5addea3e01937 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 6 Mar 2023 16:22:21 +0530 Subject: [PATCH 2067/2185] migrated to SPDX license Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 10ceaae..c18cfd2 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ Name: podman Epoch: 5 Version: %{gen_version} -License: ASL 2.0 and BSD and ISC 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: Manage Pods, Containers and Container Images From bf8062ab84e61c0ba4f8982b407c9263d84ce410 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 23 Mar 2023 18:02:05 +0000 Subject: [PATCH 2068/2185] auto bump to v4.4.3 --- .gitignore | 1 + podman.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 11db366..72fca03 100644 --- a/.gitignore +++ b/.gitignore @@ -1822,3 +1822,4 @@ /v4.4.0.tar.gz /v4.4.1.tar.gz /v4.4.2.tar.gz +/v4.4.3.tar.gz diff --git a/podman.spec b/podman.spec index c18cfd2..0dbb4e7 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy aab0ac9367fc5142f5857c36ac2352bcb3c60ab7 -%global built_tag v4.4.2 +%global built_tag v4.4.3 %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 5f08825..04dae2f 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-aab0ac9367fc5142f5857c36ac2352bcb3c60ab7.tar.gz) = e138125f0fad46f84afebad5769d4428cb29f24ce34e209b21689dc4409487bf2e946c9eb6551297baf36286c9be9a5310a77df4884563cfe247113980f18291 -SHA512 (v4.4.2.tar.gz) = 057b6321b5223039155bca73b54c5239b17b8adc24c35762e860acec768dfec2ecb06d9d1f5d5da2ebea4c3cca3b508fbd0c101a9c76805f48050d1a4e12bd74 +SHA512 (v4.4.3.tar.gz) = fc8e6ef989c07c51ed2e25bba5b192bebef5dcbcba36b0c4f7daa0f86e0d424725c3cdff60f6053149435ce4a0d33c0c59d8614a233dc247fe26e162ab82cfe2 From 839d9423732053430033b091377ac0d5464a5e32 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 24 Mar 2023 12:46:47 +0530 Subject: [PATCH 2069/2185] ensure no buildroot macro left in /usr/bin/docker A new change soon to be merged upstream will leave the buildroot macro in /usr/bin/docker in the rpmbuild process. This commit will sanitize the buildroot macro from /usr/bin/docker. Signed-off-by: Lokesh Mandvekar --- podman.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/podman.spec b/podman.spec index 0dbb4e7..3c73148 100644 --- a/podman.spec +++ b/podman.spec @@ -416,6 +416,9 @@ install -dp %{buildroot}%{_libexecdir}/%{name} install -p -m0755 bin/gvproxy %{buildroot}%{_libexecdir}/%{name} cd .. +# Sanitize paths in %%{_bindir}/docker +sed -i 's;%{buildroot}%{_sysconfdir};%{_sysconfdir}/containers;g' %{buildroot}%{_bindir}/docker + # do not include docker and podman-remote man pages in main package for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},," | grep -v -e remote -e docker`; do echo "$file*" >> podman.file-list From 144403ee6289eb01901acb0516df5c096685a003 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 27 Mar 2023 20:02:41 +0000 Subject: [PATCH 2070/2185] auto bump to v4.4.4 --- .gitignore | 1 + podman.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 72fca03..8dea053 100644 --- a/.gitignore +++ b/.gitignore @@ -1823,3 +1823,4 @@ /v4.4.1.tar.gz /v4.4.2.tar.gz /v4.4.3.tar.gz +/v4.4.4.tar.gz diff --git a/podman.spec b/podman.spec index 3c73148..1cf445d 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy aab0ac9367fc5142f5857c36ac2352bcb3c60ab7 -%global built_tag v4.4.3 +%global built_tag v4.4.4 %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 04dae2f..869aee8 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-aab0ac9367fc5142f5857c36ac2352bcb3c60ab7.tar.gz) = e138125f0fad46f84afebad5769d4428cb29f24ce34e209b21689dc4409487bf2e946c9eb6551297baf36286c9be9a5310a77df4884563cfe247113980f18291 -SHA512 (v4.4.3.tar.gz) = fc8e6ef989c07c51ed2e25bba5b192bebef5dcbcba36b0c4f7daa0f86e0d424725c3cdff60f6053149435ce4a0d33c0c59d8614a233dc247fe26e162ab82cfe2 +SHA512 (v4.4.4.tar.gz) = eec7e4630a7f6ee29bda5d6daf302318381d5a1158830bcc266356a3dfbb9eb97b3201e146b4a0c0577dc5633ac74713716c002412317908298b92aea37e11fd From f12cda32c2d29f201a13e5dab5239469c061d29e Mon Sep 17 00:00:00 2001 From: Miroslav Vadkerti Date: Sat, 25 Mar 2023 03:30:47 +0100 Subject: [PATCH 2071/2185] Adjust tests for new Ansible Testing Farm 2023-03.1 has updated to a new Ansible version. Unfortunately, playbooks using the deprecated `warn:` parameter for the shell/command modules will fail because this had been deprecated This should fix the problem. Signed-off-by: Miroslav Vadkerti --- tests/roles/set_cgroups/tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/roles/set_cgroups/tasks/main.yml b/tests/roles/set_cgroups/tasks/main.yml index 133d7fe..a900673 100644 --- a/tests/roles/set_cgroups/tasks/main.yml +++ b/tests/roles/set_cgroups/tasks/main.yml @@ -27,12 +27,10 @@ - name: remove cgroup option from kernel flags shell: cmd: sed -i -e "s/^\(kernelopts=.*\)systemd\.unified_cgroup_hierarchy=.\(.*\)/\1 \2/" /boot/grub2/grubenv - warn: false - name: add it with the desired value shell: cmd: sed -i -e "s/^\(kernelopts=.*\)/\1 systemd.unified_cgroup_hierarchy=0/" /boot/grub2/grubenv - warn: false when: want_cgroups == 1 - name: grubenv, post-edit, cat From a5a566a1431ff2cad807f6e0d007c09220ad181e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 3 Apr 2023 16:50:02 +0530 Subject: [PATCH 2072/2185] Resolves: #2183641 - use min conmon v2.1.7 Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 1cf445d..169f6e1 100644 --- a/podman.spec +++ b/podman.spec @@ -67,7 +67,7 @@ BuildRequires: ostree-devel BuildRequires: systemd BuildRequires: systemd-devel Requires: catatonit -Requires: conmon >= 2:2.0.30-2 +Requires: conmon >= 2:2.1.7-2 %if 0%{?fedora} > 37 Requires: containers-common-extra >= 4:1-84 %else From e623fbceb21f0c1e2a19edc245f5a93625b1fb36 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 3 Apr 2023 18:18:19 +0530 Subject: [PATCH 2073/2185] Fix ETCDIR usage for future upstream changes in docker wrapper Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/podman.spec b/podman.spec index 169f6e1..36e1264 100644 --- a/podman.spec +++ b/podman.spec @@ -393,7 +393,7 @@ cd .. %install install -dp %{buildroot}%{_unitdir} -PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ +PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{_sysconfdir} \ install.bin \ install.man \ install.systemd \ @@ -416,9 +416,6 @@ install -dp %{buildroot}%{_libexecdir}/%{name} install -p -m0755 bin/gvproxy %{buildroot}%{_libexecdir}/%{name} cd .. -# Sanitize paths in %%{_bindir}/docker -sed -i 's;%{buildroot}%{_sysconfdir};%{_sysconfdir}/containers;g' %{buildroot}%{_bindir}/docker - # do not include docker and podman-remote man pages in main package for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},," | grep -v -e remote -e docker`; do echo "$file*" >> podman.file-list From 92f1a6c1b4c1cac971e082e9736ebbb2377290ca Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 5 Apr 2023 09:22:06 +0200 Subject: [PATCH 2074/2185] bump to v4.5.0-rc1 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 6 ++++-- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8dea053..7dcf335 100644 --- a/.gitignore +++ b/.gitignore @@ -1824,3 +1824,4 @@ /v4.4.2.tar.gz /v4.4.3.tar.gz /v4.4.4.tar.gz +/v4.5.0-rc1.tar.gz diff --git a/podman.spec b/podman.spec index 36e1264..db44007 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy aab0ac9367fc5142f5857c36ac2352bcb3c60ab7 -%global built_tag v4.4.4 +%global built_tag v4.5.0-rc1 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) @@ -401,10 +401,12 @@ PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{_sysc install.docker \ install.docker-docs \ install.remote \ -%if 0%{?fedora} >= 36 || 0%{?rhel} >= 10 +%if 0%{?fedora} || 0%{?rhel} >= 10 install.modules-load %endif +sed -i 's;%{buildroot};;g' %{buildroot}%{_bindir}/docker + # install dnsname plugin cd %{repo_plugins}-%{commit_plugins} %{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install diff --git a/sources b/sources index 869aee8..c1a6521 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-aab0ac9367fc5142f5857c36ac2352bcb3c60ab7.tar.gz) = e138125f0fad46f84afebad5769d4428cb29f24ce34e209b21689dc4409487bf2e946c9eb6551297baf36286c9be9a5310a77df4884563cfe247113980f18291 -SHA512 (v4.4.4.tar.gz) = eec7e4630a7f6ee29bda5d6daf302318381d5a1158830bcc266356a3dfbb9eb97b3201e146b4a0c0577dc5633ac74713716c002412317908298b92aea37e11fd +SHA512 (v4.5.0-rc1.tar.gz) = 693cc8e67de614e364627b7dbe29c8a4b207cf1cd43f37e1a4108b0afeb6c3f8c62e20ded27570442cf72377ef0730bcde9fe2c692b664354e4aa10eb242b5d1 From 3cc557cca3ea4285f058f3163ff8ca50900043ef Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 5 Apr 2023 09:54:28 +0200 Subject: [PATCH 2075/2185] BR: gettext-envsubst Signed-off-by: Lokesh Mandvekar --- podman.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/podman.spec b/podman.spec index db44007..e34aa92 100644 --- a/podman.spec +++ b/podman.spec @@ -46,6 +46,7 @@ Source0: %{git0}/archive/%{built_tag}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{commit_plugins}.tar.gz Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{commit_gvproxy}.tar.gz Provides: %{name}-manpages = %{epoch}:%{version}-%{release} +BuildRequires: gettext-envsubst BuildRequires: go-md2man BuildRequires: btrfs-progs-devel BuildRequires: gcc From ddbea30cde339a4b1f71640cb1bde95ff4273b9d Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 12 Apr 2023 09:25:24 -0400 Subject: [PATCH 2076/2185] bump to v4.5.0-rc2 --- .gitignore | 1 + podman.spec | 120 ++++++++++++++++++++++++++-------------------------- sources | 2 +- 3 files changed, 63 insertions(+), 60 deletions(-) diff --git a/.gitignore b/.gitignore index 7dcf335..4956ed9 100644 --- a/.gitignore +++ b/.gitignore @@ -1825,3 +1825,4 @@ /v4.4.3.tar.gz /v4.4.4.tar.gz /v4.5.0-rc1.tar.gz +/v4.5.0-rc2.tar.gz diff --git a/podman.spec b/podman.spec index e34aa92..5278e23 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy aab0ac9367fc5142f5857c36ac2352bcb3c60ab7 -%global built_tag v4.5.0-rc1 +%global built_tag v4.5.0-rc2 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) @@ -69,13 +69,13 @@ BuildRequires: systemd BuildRequires: systemd-devel Requires: catatonit Requires: conmon >= 2:2.1.7-2 -%if 0%{?fedora} > 37 -Requires: containers-common-extra >= 4:1-84 +%if 0%{?fedora} > 38 +Requires: containers-common-extra >= 4:1-90 %else -%if 0%{?fedora} == 37 -Requires: containers-common-extra >= 4:1-78 +%if 0%{?fedora} == 38 +Requires: containers-common-extra >= 4:1-89 %else -Requires: containers-common-extra >= 4:1-66 +Requires: containers-common-extra >= 4:1-82 %endif %endif Recommends: %{name}-gvproxy = %{epoch}:%{version}-%{release} @@ -87,33 +87,34 @@ Provides: %{name}-quadlet = %{epoch}:%{version}-%{release} 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/Microsoft/hcsshim)) = v0.10.0_rc.7 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/asaskevich/govalidator)) = v0.0.0_20230301143203_a9d515a09cc2 Provides: bundled(golang(github.com/blang/semver/v4)) = v4.0.0 Provides: bundled(golang(github.com/buger/goterm)) = v1.0.4 -Provides: bundled(golang(github.com/checkpoint_restore/checkpointctl)) = v0.0.0_20220321135231_33f4a66335f0 +Provides: bundled(golang(github.com/checkpoint_restore/checkpointctl)) = v0.1.0 Provides: bundled(golang(github.com/checkpoint_restore/go_criu/v6)) = v6.3.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/container_orchestrated_devices/container_device_interface)) = v0.5.4 +Provides: bundled(golang(github.com/containerd/cgroups)) = v1.1.0 +Provides: bundled(golang(github.com/containerd/containerd)) = v1.7.0 +Provides: bundled(golang(github.com/containerd/stargz_snapshotter/estargz)) = v0.14.3 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/buildah)) = v1.29.0 -Provides: bundled(golang(github.com/containers/common)) = v0.51.0 +Provides: bundled(golang(github.com/containers/buildah)) = v1.30.0 +Provides: bundled(golang(github.com/containers/common)) = v0.52.0 Provides: bundled(golang(github.com/containers/conmon)) = v2.0.20+incompatible -Provides: bundled(golang(github.com/containers/image/v5)) = v5.24.0 +Provides: bundled(golang(github.com/containers/image/v5)) = v5.25.0 +Provides: bundled(golang(github.com/containers/libhvee)) = v0.0.2 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/psgo)) = v1.8.0 -Provides: bundled(golang(github.com/containers/storage)) = v1.45.3 +Provides: bundled(golang(github.com/containers/storage)) = v1.46.1 Provides: bundled(golang(github.com/coreos/go_oidc/v3)) = v3.5.0 Provides: bundled(golang(github.com/coreos/go_systemd)) = v0.0.0_20190719114852_fd7a80b32e1f Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.5.0 -Provides: bundled(golang(github.com/coreos/stream_metadata_go)) = v0.0.0_20210225230131_70edb9eb47b3 +Provides: bundled(golang(github.com/coreos/stream_metadata_go)) = v0.4.1 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 @@ -121,39 +122,41 @@ Provides: bundled(golang(github.com/digitalocean/go_libvirt)) = v0.0.0_202012091 Provides: bundled(golang(github.com/digitalocean/go_qemu)) = v0.0.0_20210326154740_ac9e0b687001 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)) = v23.0.3+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_plugins_helpers)) = v0.0.0_20211224144127_6eecb7beb651 Provides: bundled(golang(github.com/docker/go_units)) = v0.5.0 Provides: bundled(golang(github.com/felixge/httpsnoop)) = v1.0.3 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/fsouza/go_dockerclient)) = v1.9.7 Provides: bundled(golang(github.com/go_jose/go_jose/v3)) = v3.0.0 +Provides: bundled(golang(github.com/go_logr/logr)) = v1.2.3 +Provides: bundled(golang(github.com/go_logr/stdr)) = v1.2.2 +Provides: bundled(golang(github.com/go_ole/go_ole)) = v1.2.6 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/runtime)) = v0.25.0 +Provides: bundled(golang(github.com/go_openapi/spec)) = v0.20.8 +Provides: bundled(golang(github.com/go_openapi/strfmt)) = v0.21.7 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/go_playground/locales)) = v0.14.0 -Provides: bundled(golang(github.com/go_playground/universal_translator)) = v0.18.0 -Provides: bundled(golang(github.com/go_playground/validator/v10)) = v10.11.1 +Provides: bundled(golang(github.com/go_openapi/validate)) = v0.22.1 +Provides: bundled(golang(github.com/go_playground/locales)) = v0.14.1 +Provides: bundled(golang(github.com/go_playground/universal_translator)) = v0.18.1 +Provides: bundled(golang(github.com/go_playground/validator/v10)) = v10.12.0 Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.1.1_0.20221029134443_4b691ce883d5 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/golang/protobuf)) = v1.5.3 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_containerregistry)) = v0.13.0 Provides: bundled(golang(github.com/google/go_intervals)) = v0.0.2 Provides: bundled(golang(github.com/google/gofuzz)) = v1.2.0 Provides: bundled(golang(github.com/google/shlex)) = v0.0.0_20191202100458_e7afc7fbc510 -Provides: bundled(golang(github.com/google/trillian)) = v1.5.0 +Provides: bundled(golang(github.com/google/trillian)) = v1.5.1 Provides: bundled(golang(github.com/google/uuid)) = v1.3.0 Provides: bundled(golang(github.com/gorilla/handlers)) = v1.5.1 Provides: bundled(golang(github.com/gorilla/mux)) = v1.8.0 @@ -162,73 +165,72 @@ Provides: bundled(golang(github.com/hashicorp/errwrap)) = v1.1.0 Provides: bundled(golang(github.com/hashicorp/go_cleanhttp)) = v0.5.2 Provides: bundled(golang(github.com/hashicorp/go_multierror)) = v1.1.1 Provides: bundled(golang(github.com/hashicorp/go_retryablehttp)) = v0.7.2 -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/imdario/mergo)) = v0.3.15 +Provides: bundled(golang(github.com/inconshreveable/mousetrap)) = v1.1.0 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/compress)) = v1.16.4 Provides: bundled(golang(github.com/klauspost/pgzip)) = v1.2.6_0.20220930104621_17e8dac29df8 Provides: bundled(golang(github.com/kr/fs)) = v0.1.0 -Provides: bundled(golang(github.com/leodido/go_urn)) = v1.2.1 -Provides: bundled(golang(github.com/letsencrypt/boulder)) = v0.0.0_20221109233200_85aa52084eaf +Provides: bundled(golang(github.com/leodido/go_urn)) = v1.2.2 +Provides: bundled(golang(github.com/letsencrypt/boulder)) = v0.0.0_20230213213521_fdfea0d469b6 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/mattn/go_sqlite3)) = v1.14.16 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/patternmatcher)) = v0.5.0 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/moby/sys/sequential)) = v0.5.0 +Provides: bundled(golang(github.com/moby/term)) = v0.0.0_20221120202655_abb19827d345 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/onsi/gomega)) = v1.27.6 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/opencontainers/image_spec)) = v1.1.0_rc2.0.20221005185240_3a7f492d3f1b +Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.5 +Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.1.0_rc.1 +Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20230317050512_e931285f4b69 +Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.11.0 +Provides: bundled(golang(github.com/openshift/imagebuilder)) = v1.2.4 Provides: bundled(golang(github.com/opentracing/opentracing_go)) = v1.2.0 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/pkg/sftp)) = v1.13.5 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/rivo/uniseg)) = v0.4.4 Provides: bundled(golang(github.com/rootless_containers/rootlesskit)) = v1.1.0 Provides: bundled(golang(github.com/seccomp/libseccomp_golang)) = v0.10.0 Provides: bundled(golang(github.com/segmentio/ksuid)) = v1.0.4 -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/sigstore/fulcio)) = v1.2.0 +Provides: bundled(golang(github.com/sigstore/rekor)) = v1.1.0 +Provides: bundled(golang(github.com/sigstore/sigstore)) = v1.6.0 Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.9.0 Provides: bundled(golang(github.com/skratchdot/open_golang)) = v0.0.0_20200116055534_eef842397966 -Provides: bundled(golang(github.com/spf13/cobra)) = v1.6.1 +Provides: bundled(golang(github.com/spf13/cobra)) = v1.7.0 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/stretchr/testify)) = v1.8.2 +Provides: bundled(golang(github.com/sylabs/sif/v2)) = v2.11.1 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/tchap/go_patricia/v2)) = v2.3.1 +Provides: bundled(golang(github.com/theupdateframework/go_tuf)) = v0.5.2 Provides: bundled(golang(github.com/titanous/rocacheck)) = v0.0.0_20171023193734_afe73141d399 Provides: bundled(golang(github.com/uber/jaeger_client_go)) = v2.30.0+incompatible 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/vbatts/tar_split)) = v0.11.3 +Provides: bundled(golang(github.com/vbauerster/mpb/v8)) = v8.3.0 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(sigs.k8s.io/yaml)) = v1.3.0 %description diff --git a/sources b/sources index c1a6521..258a018 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-aab0ac9367fc5142f5857c36ac2352bcb3c60ab7.tar.gz) = e138125f0fad46f84afebad5769d4428cb29f24ce34e209b21689dc4409487bf2e946c9eb6551297baf36286c9be9a5310a77df4884563cfe247113980f18291 -SHA512 (v4.5.0-rc1.tar.gz) = 693cc8e67de614e364627b7dbe29c8a4b207cf1cd43f37e1a4108b0afeb6c3f8c62e20ded27570442cf72377ef0730bcde9fe2c692b664354e4aa10eb242b5d1 +SHA512 (v4.5.0-rc2.tar.gz) = fa421b2c0be60a2a0b8bec1ccbc0f98c8ac37d08c0fb49efe07ca3f9314c7f26201af5d7e79721d6ec988f82163c07474ac53619603def6dfdd3f14176868ad2 From a4c6b7d041a5470ea6ae9aaa16247d49eb4cdc3e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 14 Apr 2023 15:19:02 +0000 Subject: [PATCH 2077/2185] auto bump to v4.5.0 --- .gitignore | 1 + podman.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4956ed9..55ee588 100644 --- a/.gitignore +++ b/.gitignore @@ -1826,3 +1826,4 @@ /v4.4.4.tar.gz /v4.5.0-rc1.tar.gz /v4.5.0-rc2.tar.gz +/v4.5.0.tar.gz diff --git a/podman.spec b/podman.spec index 5278e23..bc652fd 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy aab0ac9367fc5142f5857c36ac2352bcb3c60ab7 -%global built_tag v4.5.0-rc2 +%global built_tag v4.5.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 258a018..dac3d81 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-aab0ac9367fc5142f5857c36ac2352bcb3c60ab7.tar.gz) = e138125f0fad46f84afebad5769d4428cb29f24ce34e209b21689dc4409487bf2e946c9eb6551297baf36286c9be9a5310a77df4884563cfe247113980f18291 -SHA512 (v4.5.0-rc2.tar.gz) = fa421b2c0be60a2a0b8bec1ccbc0f98c8ac37d08c0fb49efe07ca3f9314c7f26201af5d7e79721d6ec988f82163c07474ac53619603def6dfdd3f14176868ad2 +SHA512 (v4.5.0.tar.gz) = 8a699dc01fc3d7c4a9e5ef4f166170303fc30e0f6695c61f763944e1cb755e75896108e0c4166d184fe49e3a6859f045aa3883047ebba9290e851fc128d77cac From fb6959e0d61f21f21aabb169c24f3b76f4def489 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 24 Apr 2023 19:16:03 -0400 Subject: [PATCH 2078/2185] Disable btrfs in RHEL builds btrfs-progs is not supported on RHEL. BUILDTAGS is already set properly to compile if not present. --- podman.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/podman.spec b/podman.spec index bc652fd..91cd9ec 100644 --- a/podman.spec +++ b/podman.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 @@ -48,7 +54,9 @@ Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{commit_gvpro Provides: %{name}-manpages = %{epoch}:%{version}-%{release} BuildRequires: gettext-envsubst BuildRequires: go-md2man +%if %{with btrfs} BuildRequires: btrfs-progs-devel +%endif BuildRequires: gcc BuildRequires: glib2-devel BuildRequires: glibc-devel From fdd5bef7e5ab0e9c98a3f978ce50108a7661bc87 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 25 Apr 2023 14:19:10 -0400 Subject: [PATCH 2079/2185] fix macro --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 91cd9ec..38209f8 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ # gvproxy %global repo_gvproxy gvisor-tap-vsock # https://github.com/containers/gvisor-tap-vsock -%global import_path_gvproxy %%{provider}.%{provider_tld}/%{project}/%{repo_gvproxy} +%global import_path_gvproxy %{provider}.%{provider_tld}/%{project}/%{repo_gvproxy} %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy aab0ac9367fc5142f5857c36ac2352bcb3c60ab7 From a37af540a5a52bce056b0032f8d5c3fbb7b4186f Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 8 May 2023 09:31:11 -0600 Subject: [PATCH 2080/2185] Disable systemd resolved Fixes flake: 'dial tcp: lookup cdn03.quay.io: no such host' Okay, doesn't actually fix as in _fix_, just fix as in "sweep it under the rug". The actual bug is in systemd-resolved, or in the quay.io/cloudflare.net DNS nameservers, or in the weird specific setup for cdn03 (it's a CNAME, compared to cdn01/02 which are A). Maybe a combination of all of the above. I don't care; I just want the flakes gone. I realize that this makes our testing environment different from default Fedora, and am okay with that because I suspect many Fedora users disable systemd-resolved as SOP. Signed-off-by: Ed Santiago --- .../files/disable_systemd_resolved.sh | 41 +++++++++++++++++++ .../disable_systemd_resolved/tasks/main.yml | 3 ++ tests/test_podman.yml | 1 + 3 files changed, 45 insertions(+) create mode 100755 tests/roles/disable_systemd_resolved/files/disable_systemd_resolved.sh create mode 100644 tests/roles/disable_systemd_resolved/tasks/main.yml diff --git a/tests/roles/disable_systemd_resolved/files/disable_systemd_resolved.sh b/tests/roles/disable_systemd_resolved/files/disable_systemd_resolved.sh new file mode 100755 index 0000000..f5cb4da --- /dev/null +++ b/tests/roles/disable_systemd_resolved/files/disable_systemd_resolved.sh @@ -0,0 +1,41 @@ +#!/bin/bash +# +# Excerpted from https://github.com/containers/automation_images/blob/main/systemd_banish.sh +# +# Early 2023: https://github.com/containers/podman/issues/16973 +# +# We see countless instances of "lookup cdn03.quay.io" flakes. +# Disabling the systemd resolver has completely resolved those, +# from multiple flakes per day to zero in a month. +# +# Opinions differ on the merits of systemd-resolve, but the fact is +# it breaks our CI testing. Kill it. +nsswitch=/etc/authselect/nsswitch.conf +if [[ -e $nsswitch ]]; then + if grep -q -E 'hosts:.*resolve' $nsswitch; then + echo "Disabling systemd-resolved" + sed -i -e 's/^\(hosts: *\).*/\1files dns myhostname/' $nsswitch + systemctl disable --now systemd-resolved + rm -f /etc/resolv.conf + + # NetworkManager may already be running, or it may not.... + systemctl start NetworkManager + sleep 1 + systemctl restart NetworkManager + + # ...and it may create resolv.conf upon start/restart, or it + # may not. Keep restarting until it does. (Yes, I realize + # this is cargocult thinking. Don't care. Not worth the effort + # to diagnose and solve properly.) + retries=10 + while ! test -e /etc/resolv.conf;do + retries=$((retries - 1)) + if [[ $retries -eq 0 ]]; then + echo "Timed out waiting for resolv.conf" >&2 + echo "...gonna try continuing. Expect failures." >&2 + fi + systemctl restart NetworkManager + sleep 5 + done + fi +fi diff --git a/tests/roles/disable_systemd_resolved/tasks/main.yml b/tests/roles/disable_systemd_resolved/tasks/main.yml new file mode 100644 index 0000000..7c77540 --- /dev/null +++ b/tests/roles/disable_systemd_resolved/tasks/main.yml @@ -0,0 +1,3 @@ +--- +- name: disable systemd resolved + script: ./disable_systemd_resolved.sh diff --git a/tests/test_podman.yml b/tests/test_podman.yml index 9674dea..0b4c41b 100644 --- a/tests/test_podman.yml +++ b/tests/test_podman.yml @@ -7,6 +7,7 @@ - artifacts: ./artifacts rootless_user: testuser roles: + - role: disable_systemd_resolved - role: rootless_user_ready tasks: From f6e2b9b14a805ccbd806199bdae0028ee2593f93 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 24 May 2023 09:41:45 -0400 Subject: [PATCH 2081/2185] rewrite spec to minimize diff with soon to be upstream packit-maintained spec --- podman.spec | 411 ++++++++++++++++++++++++++++++++-------------------- 1 file changed, 251 insertions(+), 160 deletions(-) diff --git a/podman.spec b/podman.spec index 38209f8..05ca71e 100644 --- a/podman.spec +++ b/podman.spec @@ -7,12 +7,58 @@ %global debug_package %{nil} %endif +# 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. +%if !0%{?fedora} && 0%{?rhel} <= 8 +%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 + %if 0%{?rhel} %bcond_with btrfs +# _user_tmpfiles.d currently undefined on rhel +%global _user_tmpfilesdir %{_datadir}/user-tmpfiles.d %else %bcond_without btrfs %endif +# RHEL 8 needs /usr/bin/python3 to build docs +%if 0%{?rhel} == 8 +%bcond_without python3 +%else +%bcond_with python3 +%endif + +%if 0%{?fedora} || 0%{?rhel} >= 10 +%bcond_without modules_load +%else +%bcond_with modules_load +%endif + +%if 0%{?fedora} || 0%{?rhel} >= 9 +%bcond_without go_rpm_macros +%else +%bcond_with go_rpm_macros +%endif + +# copr_username is only set on copr environments, not on others like koji +%if "%{?copr_username}" != "rhcontainerbot" +%bcond_with copr +%else +%bcond_without copr +%endif + +%if 0%{?centos} <= 8 +%bcond_without changelog +%else +%bcond_with changelog +%endif + +%if 0%{?fedora} +%bcond_without golang_arches_future +%else +%bcond_with golang_arches_future +%endif + %global provider github %global provider_tld com %global project containers @@ -35,24 +81,37 @@ %global git_gvproxy https://%{import_path_gvproxy} %global commit_gvproxy aab0ac9367fc5142f5857c36ac2352bcb3c60ab7 -%global built_tag v4.5.0 -%global built_tag_strip %(b=%{built_tag}; echo ${b:1}) -%global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) +# podman +%global git0 https://github.com/containers/%{name} Name: podman +%if %{with copr} +Epoch: 101 +%else Epoch: 5 -Version: %{gen_version} +%endif +# DO NOT TOUCH the Version string! +# The TRUE source of this specfile is: +# https://github.com/containers/podman/blob/main/rpm/podman.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: 4.5.0 License: Apache-2.0 and BSD-2-Clause and BSD-3-Clause and ISC and MIT and MPL-2.0 Release: %autorelease +%if %{with golang_arches_future} ExclusiveArch: %{golang_arches_future} +%else +ExclusiveArch: aarch64 ppc64le s390x x86_64 +%endif Summary: Manage Pods, Containers and Container Images URL: https://%{name}.io/ # All SourceN files fetched from upstream -Source0: %{git0}/archive/%{built_tag}.tar.gz +Source0: %{git0}/archive/v%{version}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{commit_plugins}.tar.gz Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{commit_gvproxy}.tar.gz Provides: %{name}-manpages = %{epoch}:%{version}-%{release} -BuildRequires: gettext-envsubst +BuildRequires: %{_bindir}/envsubst BuildRequires: go-md2man %if %{with btrfs} BuildRequires: btrfs-progs-devel @@ -63,7 +122,9 @@ BuildRequires: glibc-devel BuildRequires: glibc-static BuildRequires: golang BuildRequires: git-core +%if %{with go_rpm_macros} BuildRequires: go-rpm-macros +%endif BuildRequires: gpgme-devel BuildRequires: libassuan-devel BuildRequires: libgpg-error-devel @@ -75,6 +136,9 @@ BuildRequires: make BuildRequires: ostree-devel BuildRequires: systemd BuildRequires: systemd-devel +%if %{with python3} +BuildRequires: python3 +%endif Requires: catatonit Requires: conmon >= 2:2.1.7-2 %if 0%{?fedora} > 38 @@ -90,156 +154,179 @@ Recommends: %{name}-gvproxy = %{epoch}:%{version}-%{release} Provides: %{name}-quadlet Obsoletes: %{name}-quadlet <= 5:4.4.0-1 Provides: %{name}-quadlet = %{epoch}:%{version}-%{release} +# TODO: need to find the right action in packit propose-downstream to update +# the goimports here. None of the actions seem to work so far. +# DO NOT DELETE BELOW LINE - used for updating downstream goimports # vendored libraries -# 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.10.0_rc.7 -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_20230301143203_a9d515a09cc2 -Provides: bundled(golang(github.com/blang/semver/v4)) = v4.0.0 -Provides: bundled(golang(github.com/buger/goterm)) = v1.0.4 -Provides: bundled(golang(github.com/checkpoint_restore/checkpointctl)) = v0.1.0 -Provides: bundled(golang(github.com/checkpoint_restore/go_criu/v6)) = v6.3.0 -Provides: bundled(golang(github.com/chzyer/readline)) = v1.5.1 -Provides: bundled(golang(github.com/container_orchestrated_devices/container_device_interface)) = v0.5.4 -Provides: bundled(golang(github.com/containerd/cgroups)) = v1.1.0 -Provides: bundled(golang(github.com/containerd/containerd)) = v1.7.0 -Provides: bundled(golang(github.com/containerd/stargz_snapshotter/estargz)) = v0.14.3 -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/buildah)) = v1.30.0 -Provides: bundled(golang(github.com/containers/common)) = v0.52.0 -Provides: bundled(golang(github.com/containers/conmon)) = v2.0.20+incompatible -Provides: bundled(golang(github.com/containers/image/v5)) = v5.25.0 -Provides: bundled(golang(github.com/containers/libhvee)) = v0.0.2 -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/psgo)) = v1.8.0 -Provides: bundled(golang(github.com/containers/storage)) = v1.46.1 -Provides: bundled(golang(github.com/coreos/go_oidc/v3)) = v3.5.0 -Provides: bundled(golang(github.com/coreos/go_systemd)) = v0.0.0_20190719114852_fd7a80b32e1f -Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.5.0 -Provides: bundled(golang(github.com/coreos/stream_metadata_go)) = v0.4.1 -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/digitalocean/go_libvirt)) = v0.0.0_20201209184759_e2a69bcd5bd1 -Provides: bundled(golang(github.com/digitalocean/go_qemu)) = v0.0.0_20210326154740_ac9e0b687001 -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)) = v23.0.3+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_plugins_helpers)) = v0.0.0_20211224144127_6eecb7beb651 -Provides: bundled(golang(github.com/docker/go_units)) = v0.5.0 -Provides: bundled(golang(github.com/felixge/httpsnoop)) = v1.0.3 -Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.6.0 -Provides: bundled(golang(github.com/fsouza/go_dockerclient)) = v1.9.7 -Provides: bundled(golang(github.com/go_jose/go_jose/v3)) = v3.0.0 -Provides: bundled(golang(github.com/go_logr/logr)) = v1.2.3 -Provides: bundled(golang(github.com/go_logr/stdr)) = v1.2.2 -Provides: bundled(golang(github.com/go_ole/go_ole)) = v1.2.6 -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.25.0 -Provides: bundled(golang(github.com/go_openapi/spec)) = v0.20.8 -Provides: bundled(golang(github.com/go_openapi/strfmt)) = v0.21.7 -Provides: bundled(golang(github.com/go_openapi/swag)) = v0.22.3 -Provides: bundled(golang(github.com/go_openapi/validate)) = v0.22.1 -Provides: bundled(golang(github.com/go_playground/locales)) = v0.14.1 -Provides: bundled(golang(github.com/go_playground/universal_translator)) = v0.18.1 -Provides: bundled(golang(github.com/go_playground/validator/v10)) = v10.12.0 -Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.1.1_0.20221029134443_4b691ce883d5 -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.3 -Provides: bundled(golang(github.com/google/go_cmp)) = v0.5.9 -Provides: bundled(golang(github.com/google/go_containerregistry)) = v0.13.0 -Provides: bundled(golang(github.com/google/go_intervals)) = v0.0.2 -Provides: bundled(golang(github.com/google/gofuzz)) = v1.2.0 -Provides: bundled(golang(github.com/google/shlex)) = v0.0.0_20191202100458_e7afc7fbc510 -Provides: bundled(golang(github.com/google/trillian)) = v1.5.1 -Provides: bundled(golang(github.com/google/uuid)) = v1.3.0 -Provides: bundled(golang(github.com/gorilla/handlers)) = v1.5.1 -Provides: bundled(golang(github.com/gorilla/mux)) = v1.8.0 -Provides: bundled(golang(github.com/gorilla/schema)) = v1.2.0 -Provides: bundled(golang(github.com/hashicorp/errwrap)) = v1.1.0 -Provides: bundled(golang(github.com/hashicorp/go_cleanhttp)) = v0.5.2 -Provides: bundled(golang(github.com/hashicorp/go_multierror)) = v1.1.1 -Provides: bundled(golang(github.com/hashicorp/go_retryablehttp)) = v0.7.2 -Provides: bundled(golang(github.com/imdario/mergo)) = v0.3.15 -Provides: bundled(golang(github.com/inconshreveable/mousetrap)) = v1.1.0 -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.16.4 -Provides: bundled(golang(github.com/klauspost/pgzip)) = v1.2.6_0.20220930104621_17e8dac29df8 -Provides: bundled(golang(github.com/kr/fs)) = v0.1.0 -Provides: bundled(golang(github.com/leodido/go_urn)) = v1.2.2 -Provides: bundled(golang(github.com/letsencrypt/boulder)) = v0.0.0_20230213213521_fdfea0d469b6 -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/mattn/go_sqlite3)) = v1.14.16 -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/patternmatcher)) = v0.5.0 -Provides: bundled(golang(github.com/moby/sys/mountinfo)) = v0.6.2 -Provides: bundled(golang(github.com/moby/sys/sequential)) = v0.5.0 -Provides: bundled(golang(github.com/moby/term)) = v0.0.0_20221120202655_abb19827d345 -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.27.6 -Provides: bundled(golang(github.com/opencontainers/go_digest)) = v1.0.0 -Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.1.0_rc2.0.20221005185240_3a7f492d3f1b -Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.5 -Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.1.0_rc.1 -Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20230317050512_e931285f4b69 -Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.11.0 -Provides: bundled(golang(github.com/openshift/imagebuilder)) = v1.2.4 -Provides: bundled(golang(github.com/opentracing/opentracing_go)) = v1.2.0 -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/pkg/sftp)) = v1.13.5 -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.4 -Provides: bundled(golang(github.com/rootless_containers/rootlesskit)) = v1.1.0 -Provides: bundled(golang(github.com/seccomp/libseccomp_golang)) = v0.10.0 -Provides: bundled(golang(github.com/segmentio/ksuid)) = v1.0.4 -Provides: bundled(golang(github.com/sigstore/fulcio)) = v1.2.0 -Provides: bundled(golang(github.com/sigstore/rekor)) = v1.1.0 -Provides: bundled(golang(github.com/sigstore/sigstore)) = v1.6.0 -Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.9.0 -Provides: bundled(golang(github.com/skratchdot/open_golang)) = v0.0.0_20200116055534_eef842397966 -Provides: bundled(golang(github.com/spf13/cobra)) = v1.7.0 -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.2 -Provides: bundled(golang(github.com/sylabs/sif/v2)) = v2.11.1 -Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0_20200815063812_42c35b437635 -Provides: bundled(golang(github.com/tchap/go_patricia/v2)) = v2.3.1 -Provides: bundled(golang(github.com/theupdateframework/go_tuf)) = v0.5.2 -Provides: bundled(golang(github.com/titanous/rocacheck)) = v0.0.0_20171023193734_afe73141d399 -Provides: bundled(golang(github.com/uber/jaeger_client_go)) = v2.30.0+incompatible -Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.11 -Provides: bundled(golang(github.com/vbatts/tar_split)) = v0.11.3 -Provides: bundled(golang(github.com/vbauerster/mpb/v8)) = v8.3.0 -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(sigs.k8s.io/yaml)) = v1.3.0 +Provides: bundled(golang(github.com/BurntSushi/toml)) +Provides: bundled(golang(github.com/blang/semver/v4)) +Provides: bundled(golang(github.com/buger/goterm)) +Provides: bundled(golang(github.com/checkpoint-restore/checkpointctl/lib)) +Provides: bundled(golang(github.com/checkpoint-restore/go-criu/v6)) +Provides: bundled(golang(github.com/checkpoint-restore/go-criu/v6/rpc)) +Provides: bundled(golang(github.com/checkpoint-restore/go-criu/v6/stats)) +Provides: bundled(golang(github.com/container-orchestrated-devices/container-device-interface/pkg/cdi)) +Provides: bundled(golang(github.com/containernetworking/cni/pkg/types/040)) +Provides: bundled(golang(github.com/containernetworking/plugins/pkg/ns)) +Provides: bundled(golang(github.com/containers/buildah)) +Provides: bundled(golang(github.com/containers/buildah/copier)) +Provides: bundled(golang(github.com/containers/buildah/define)) +Provides: bundled(golang(github.com/containers/buildah/imagebuildah)) +Provides: bundled(golang(github.com/containers/buildah/pkg/chrootuser)) +Provides: bundled(golang(github.com/containers/buildah/pkg/cli)) +Provides: bundled(golang(github.com/containers/buildah/pkg/overlay)) +Provides: bundled(golang(github.com/containers/buildah/pkg/parse)) +Provides: bundled(golang(github.com/containers/buildah/pkg/util)) +Provides: bundled(golang(github.com/containers/buildah/util)) +Provides: bundled(golang(github.com/containers/common/libimage)) +Provides: bundled(golang(github.com/containers/common/libimage/define)) +Provides: bundled(golang(github.com/containers/common/libnetwork/cni)) +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/resolvconf)) +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/apparmor)) +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/cgroups)) +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/download)) +Provides: bundled(golang(github.com/containers/common/pkg/filters)) +Provides: bundled(golang(github.com/containers/common/pkg/flag)) +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/machine)) +Provides: bundled(golang(github.com/containers/common/pkg/netns)) +Provides: bundled(golang(github.com/containers/common/pkg/parse)) +Provides: bundled(golang(github.com/containers/common/pkg/report)) +Provides: bundled(golang(github.com/containers/common/pkg/resize)) +Provides: bundled(golang(github.com/containers/common/pkg/seccomp)) +Provides: bundled(golang(github.com/containers/common/pkg/secrets)) +Provides: bundled(golang(github.com/containers/common/pkg/ssh)) +Provides: bundled(golang(github.com/containers/common/pkg/subscriptions)) +Provides: bundled(golang(github.com/containers/common/pkg/sysinfo)) +Provides: bundled(golang(github.com/containers/common/pkg/umask)) +Provides: bundled(golang(github.com/containers/common/pkg/util)) +Provides: bundled(golang(github.com/containers/conmon/runner/config)) +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/manifest)) +Provides: bundled(golang(github.com/containers/image/v5/pkg/cli)) +Provides: bundled(golang(github.com/containers/image/v5/pkg/cli/sigstore)) +Provides: bundled(golang(github.com/containers/image/v5/pkg/compression)) +Provides: bundled(golang(github.com/containers/image/v5/pkg/docker/config)) +Provides: bundled(golang(github.com/containers/image/v5/pkg/shortnames)) +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/signature/signer)) +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/ocicrypt/config)) +Provides: bundled(golang(github.com/containers/ocicrypt/helpers)) +Provides: bundled(golang(github.com/containers/psgo)) +Provides: bundled(golang(github.com/containers/storage)) +Provides: bundled(golang(github.com/containers/storage/drivers/quota)) +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/directory)) +Provides: bundled(golang(github.com/containers/storage/pkg/fileutils)) +Provides: bundled(golang(github.com/containers/storage/pkg/homedir)) +Provides: bundled(golang(github.com/containers/storage/pkg/idmap)) +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/parsers/kernel)) +Provides: bundled(golang(github.com/containers/storage/pkg/reexec)) +Provides: bundled(golang(github.com/containers/storage/pkg/regexp)) +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/coreos/go-systemd/v22/activation)) +Provides: bundled(golang(github.com/coreos/go-systemd/v22/daemon)) +Provides: bundled(golang(github.com/coreos/go-systemd/v22/dbus)) +Provides: bundled(golang(github.com/coreos/stream-metadata-go/fedoracoreos)) +Provides: bundled(golang(github.com/coreos/stream-metadata-go/release)) +Provides: bundled(golang(github.com/coreos/stream-metadata-go/stream)) +Provides: bundled(golang(github.com/cyphar/filepath-securejoin)) +Provides: bundled(golang(github.com/digitalocean/go-qemu/qmp)) +Provides: bundled(golang(github.com/docker/docker/api/types)) +Provides: bundled(golang(github.com/docker/docker/api/types/container)) +Provides: bundled(golang(github.com/docker/docker/api/types/events)) +Provides: bundled(golang(github.com/docker/docker/api/types/mount)) +Provides: bundled(golang(github.com/docker/docker/api/types/network)) +Provides: bundled(golang(github.com/docker/docker/api/types/registry)) +Provides: bundled(golang(github.com/docker/docker/api/types/swarm)) +Provides: bundled(golang(github.com/docker/docker/api/types/volume)) +Provides: bundled(golang(github.com/docker/docker/pkg/homedir)) +Provides: bundled(golang(github.com/docker/docker/pkg/jsonmessage)) +Provides: bundled(golang(github.com/docker/docker/pkg/meminfo)) +Provides: bundled(golang(github.com/docker/docker/pkg/namesgenerator)) +Provides: bundled(golang(github.com/docker/docker/pkg/parsers)) +Provides: bundled(golang(github.com/docker/go-connections/nat)) +Provides: bundled(golang(github.com/docker/go-plugins-helpers/sdk)) +Provides: bundled(golang(github.com/docker/go-plugins-helpers/volume)) +Provides: bundled(golang(github.com/docker/go-units)) +Provides: bundled(golang(github.com/fsnotify/fsnotify)) +Provides: bundled(golang(github.com/godbus/dbus/v5)) +Provides: bundled(golang(github.com/google/gofuzz)) +Provides: bundled(golang(github.com/google/shlex)) +Provides: bundled(golang(github.com/google/uuid)) +Provides: bundled(golang(github.com/gorilla/handlers)) +Provides: bundled(golang(github.com/gorilla/mux)) +Provides: bundled(golang(github.com/gorilla/schema)) +Provides: bundled(golang(github.com/hashicorp/go-multierror)) +Provides: bundled(golang(github.com/json-iterator/go)) +Provides: bundled(golang(github.com/mattn/go-sqlite3)) +Provides: bundled(golang(github.com/moby/term)) +Provides: bundled(golang(github.com/nxadm/tail)) +Provides: bundled(golang(github.com/nxadm/tail/watch)) +Provides: bundled(golang(github.com/onsi/ginkgo/v2)) +Provides: bundled(golang(github.com/onsi/gomega)) +Provides: bundled(golang(github.com/onsi/gomega/format)) +Provides: bundled(golang(github.com/onsi/gomega/gexec)) +Provides: bundled(golang(github.com/onsi/gomega/matchers)) +Provides: bundled(golang(github.com/onsi/gomega/types)) +Provides: bundled(golang(github.com/opencontainers/go-digest)) +Provides: bundled(golang(github.com/opencontainers/image-spec/specs-go/v1)) +Provides: bundled(golang(github.com/opencontainers/runc/libcontainer/cgroups)) +Provides: bundled(golang(github.com/opencontainers/runc/libcontainer/configs)) +Provides: bundled(golang(github.com/opencontainers/runc/libcontainer/devices)) +Provides: bundled(golang(github.com/opencontainers/runc/libcontainer/user)) +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/runtime-tools/validate/capabilities)) +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/rootless-containers/rootlesskit/pkg/port)) +Provides: bundled(golang(github.com/rootless-containers/rootlesskit/pkg/port/builtin)) +Provides: bundled(golang(github.com/rootless-containers/rootlesskit/pkg/port/portutil)) +Provides: bundled(golang(github.com/sirupsen/logrus)) +Provides: bundled(golang(github.com/sirupsen/logrus/hooks/syslog)) +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(github.com/ulikunitz/xz)) +Provides: bundled(golang(github.com/vbauerster/mpb/v8)) +Provides: bundled(golang(github.com/vbauerster/mpb/v8/decor)) +Provides: bundled(golang(github.com/vishvananda/netlink)) +Provides: bundled(golang(go.etcd.io/bbolt)) +Provides: bundled(golang(golang.org/x/net/proxy)) +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(google.golang.org/protobuf/proto)) +Provides: bundled(golang(gopkg.in/inf.v0)) +Provides: bundled(golang(gopkg.in/yaml.v3)) +Provides: bundled(golang(sigs.k8s.io/yaml)) %description %{name} (Pod Manager) is a fully featured container engine that is a simple @@ -326,7 +413,7 @@ gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding. %prep -%autosetup -Sgit -n %{name}-%{built_tag_strip} +%autosetup -Sgit -n %{name}-%{version} sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile # untar dnsname @@ -363,11 +450,10 @@ LDFLAGS="-X %{import_path}/libpod/define.buildInfo=$(date +%s)" # build rootlessport first %gobuild -o bin/rootlessport %{import_path}/cmd/rootlessport -export BASEBUILDTAGS="seccomp exclude_graphdriver_devicemapper $(hack/selinux_tag.sh) $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)" +export BASEBUILDTAGS="seccomp exclude_graphdriver_devicemapper $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)" # build %%{name} export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh)" - %gobuild -o bin/%{name} %{import_path}/cmd/%{name} # build %%{name}-remote @@ -412,7 +498,7 @@ PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{_sysc install.docker \ install.docker-docs \ install.remote \ -%if 0%{?fedora} || 0%{?rhel} >= 10 +%if %{with modules_load} install.modules-load %endif @@ -460,7 +546,7 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_tmpfilesdir}/%{name}.conf %{_systemdgeneratordir}/%{name}-system-generator %{_systemdusergeneratordir}/%{name}-user-generator -%if 0%{?fedora} >= 36 || 0%{?rhel} >= 10 +%if %{with modules_load} %{_modulesloaddir}/%{name}-iptables.conf %endif @@ -497,4 +583,9 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_libexecdir}/%{name}/gvproxy %changelog +%if %{with changelog} +* Mon May 01 2023 RH Container Bot +- Placeholder changelog for envs that are not autochangelog-ready +%else %autochangelog +%endif From 35be92c7523346193a4edba7f3a3906ca294c002 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 26 May 2023 13:40:48 -0400 Subject: [PATCH 2082/2185] bump to v4.5.1 --- .gitignore | 2 ++ podman.spec | 12 +++++++----- sources | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 55ee588..89dd461 100644 --- a/.gitignore +++ b/.gitignore @@ -1827,3 +1827,5 @@ /v4.5.0-rc1.tar.gz /v4.5.0-rc2.tar.gz /v4.5.0.tar.gz +/gvisor-tap-vsock-407efb5dcdb0f4445935f7360535800b60447544.tar.gz +/v4.5.1.tar.gz diff --git a/podman.spec b/podman.spec index 05ca71e..41d456a 100644 --- a/podman.spec +++ b/podman.spec @@ -79,7 +79,7 @@ # https://github.com/containers/gvisor-tap-vsock %global import_path_gvproxy %{provider}.%{provider_tld}/%{project}/%{repo_gvproxy} %global git_gvproxy https://%{import_path_gvproxy} -%global commit_gvproxy aab0ac9367fc5142f5857c36ac2352bcb3c60ab7 +%global commit_gvproxy 407efb5dcdb0f4445935f7360535800b60447544 # podman %global git0 https://github.com/containers/%{name} @@ -96,7 +96,7 @@ Epoch: 5 # 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: 4.5.0 +Version: 4.5.1 License: Apache-2.0 and BSD-2-Clause and BSD-3-Clause and ISC and MIT and MPL-2.0 Release: %autorelease %if %{with golang_arches_future} @@ -234,7 +234,6 @@ Provides: bundled(golang(github.com/containers/storage)) Provides: bundled(golang(github.com/containers/storage/drivers/quota)) 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/directory)) Provides: bundled(golang(github.com/containers/storage/pkg/fileutils)) Provides: bundled(golang(github.com/containers/storage/pkg/homedir)) Provides: bundled(golang(github.com/containers/storage/pkg/idmap)) @@ -267,9 +266,9 @@ Provides: bundled(golang(github.com/docker/docker/api/types/swarm)) Provides: bundled(golang(github.com/docker/docker/api/types/volume)) Provides: bundled(golang(github.com/docker/docker/pkg/homedir)) Provides: bundled(golang(github.com/docker/docker/pkg/jsonmessage)) -Provides: bundled(golang(github.com/docker/docker/pkg/meminfo)) Provides: bundled(golang(github.com/docker/docker/pkg/namesgenerator)) Provides: bundled(golang(github.com/docker/docker/pkg/parsers)) +Provides: bundled(golang(github.com/docker/docker/pkg/system)) Provides: bundled(golang(github.com/docker/go-connections/nat)) Provides: bundled(golang(github.com/docker/go-plugins-helpers/sdk)) Provides: bundled(golang(github.com/docker/go-plugins-helpers/volume)) @@ -288,7 +287,7 @@ Provides: bundled(golang(github.com/mattn/go-sqlite3)) Provides: bundled(golang(github.com/moby/term)) Provides: bundled(golang(github.com/nxadm/tail)) Provides: bundled(golang(github.com/nxadm/tail/watch)) -Provides: bundled(golang(github.com/onsi/ginkgo/v2)) +Provides: bundled(golang(github.com/onsi/ginkgo)) Provides: bundled(golang(github.com/onsi/gomega)) Provides: bundled(golang(github.com/onsi/gomega/format)) Provides: bundled(golang(github.com/onsi/gomega/gexec)) @@ -484,6 +483,7 @@ cd .. ln -s vendor src export GOPATH=$(pwd)/_build:$(pwd) %gobuild -o bin/gvproxy %{import_path_gvproxy}/cmd/gvproxy +%gobuild -o bin/gvforwarder %{import_path_gvproxy}/cmd/vm cd .. %{__make} docs docker-docs @@ -513,6 +513,7 @@ cd .. cd %{repo_gvproxy}-%{commit_gvproxy} install -dp %{buildroot}%{_libexecdir}/%{name} install -p -m0755 bin/gvproxy %{buildroot}%{_libexecdir}/%{name} +install -p -m0755 bin/gvforwarder %{buildroot}%{_libexecdir}/%{name} cd .. # do not include docker and podman-remote man pages in main package @@ -581,6 +582,7 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %doc %{repo_gvproxy}-%{commit_gvproxy}/README.md %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/gvproxy +%{_libexecdir}/%{name}/gvforwarder %changelog %if %{with changelog} diff --git a/sources b/sources index dac3d81..72a79cd 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 -SHA512 (gvisor-tap-vsock-aab0ac9367fc5142f5857c36ac2352bcb3c60ab7.tar.gz) = e138125f0fad46f84afebad5769d4428cb29f24ce34e209b21689dc4409487bf2e946c9eb6551297baf36286c9be9a5310a77df4884563cfe247113980f18291 -SHA512 (v4.5.0.tar.gz) = 8a699dc01fc3d7c4a9e5ef4f166170303fc30e0f6695c61f763944e1cb755e75896108e0c4166d184fe49e3a6859f045aa3883047ebba9290e851fc128d77cac +SHA512 (gvisor-tap-vsock-407efb5dcdb0f4445935f7360535800b60447544.tar.gz) = 8b9e687c8be7063641839b5764787ae82561635ae6410585a3c70552bed741e6a63154f55d0209a6408861d5ee76619a765e70b2deda37d38802f6e5b57f2a4c +SHA512 (v4.5.1.tar.gz) = c09af81063dba7125d06bb982ae6db5c1933bb32273f194f90875b5c63b916f94d0daacf09212139ae8dc5f8cfa224e7fd1d83e1a22df19be2adde84583ee049 From ec69e1ec9cac2b807ab8d6a4ee93127130b478c4 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 3 Jul 2023 10:06:58 -0400 Subject: [PATCH 2083/2185] bump to v4.6.0-rc1 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 201 ++++++++++++++++++++++------------------------------ sources | 2 +- 3 files changed, 86 insertions(+), 118 deletions(-) diff --git a/.gitignore b/.gitignore index 89dd461..3f9c3cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1829,3 +1829,4 @@ /v4.5.0.tar.gz /gvisor-tap-vsock-407efb5dcdb0f4445935f7360535800b60447544.tar.gz /v4.5.1.tar.gz +/v4.6.0-rc1.tar.gz diff --git a/podman.spec b/podman.spec index 41d456a..79a4297 100644 --- a/podman.spec +++ b/podman.spec @@ -9,84 +9,46 @@ # 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. -%if !0%{?fedora} && 0%{?rhel} <= 8 +%if %{defined rhel} && 0%{?rhel} == 8 %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 %{?**}; +%define rhel8py3 1 %endif -%if 0%{?rhel} -%bcond_with btrfs +%global gomodulesmode GO111MODULE=on + +%if %{defined rhel} # _user_tmpfiles.d currently undefined on rhel %global _user_tmpfilesdir %{_datadir}/user-tmpfiles.d -%else -%bcond_without btrfs %endif -# RHEL 8 needs /usr/bin/python3 to build docs -%if 0%{?rhel} == 8 -%bcond_without python3 -%else -%bcond_with python3 +%if %{defined fedora} +%define build_with_btrfs 1 %endif -%if 0%{?fedora} || 0%{?rhel} >= 10 -%bcond_without modules_load -%else -%bcond_with modules_load -%endif +%global container_base_path github.com/containers +%global container_base_url https://%{container_base_path} -%if 0%{?fedora} || 0%{?rhel} >= 9 -%bcond_without go_rpm_macros -%else -%bcond_with go_rpm_macros -%endif +# For LDFLAGS +%global ld_project %{container_base_path}/%{name}/v4 +%global ld_libpod %{ld_project}/libpod -# copr_username is only set on copr environments, not on others like koji -%if "%{?copr_username}" != "rhcontainerbot" -%bcond_with copr -%else -%bcond_without copr -%endif - -%if 0%{?centos} <= 8 -%bcond_without changelog -%else -%bcond_with changelog -%endif - -%if 0%{?fedora} -%bcond_without golang_arches_future -%else -%bcond_with golang_arches_future -%endif - -%global provider github -%global provider_tld com -%global project containers -%global repo %{name} -# https://github.com/containers/%%{name} -%global import_path %{provider}.%{provider_tld}/%{project}/%{repo} -%global git0 https://%{import_path} +# %%{name} +%global git0 %{container_base_url}/%{name} # dnsname %global repo_plugins dnsname -# https://github.com/containers/dnsname -%global import_path_plugins %{provider}.%{provider_tld}/%{project}/%{repo_plugins} -%global git_plugins https://%{import_path_plugins} +%global git_plugins %{container_base_url}/%{repo_plugins} %global commit_plugins 18822f9a4fb35d1349eb256f4cd2bfd372474d84 +%global import_path_plugins %{container_base_path}/%{repo_plugins} # gvproxy %global repo_gvproxy gvisor-tap-vsock -# https://github.com/containers/gvisor-tap-vsock -%global import_path_gvproxy %{provider}.%{provider_tld}/%{project}/%{repo_gvproxy} -%global git_gvproxy https://%{import_path_gvproxy} +%global git_gvproxy %{container_base_url}/%{repo_gvproxy} %global commit_gvproxy 407efb5dcdb0f4445935f7360535800b60447544 -# podman -%global git0 https://github.com/containers/%{name} - Name: podman -%if %{with copr} -Epoch: 101 +%if %{defined copr_username} +Epoch: 102 %else Epoch: 5 %endif @@ -96,10 +58,10 @@ Epoch: 5 # 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: 4.5.1 +Version: 4.6.0~rc1 License: Apache-2.0 and BSD-2-Clause and BSD-3-Clause and ISC and MIT and MPL-2.0 Release: %autorelease -%if %{with golang_arches_future} +%if %{defined golang_arches_future} ExclusiveArch: %{golang_arches_future} %else ExclusiveArch: aarch64 ppc64le s390x x86_64 @@ -107,13 +69,13 @@ ExclusiveArch: aarch64 ppc64le s390x x86_64 Summary: Manage Pods, Containers and Container Images URL: https://%{name}.io/ # All SourceN files fetched from upstream -Source0: %{git0}/archive/v%{version}.tar.gz +Source0: %{git0}/archive/v4.6.0-rc1.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{commit_plugins}.tar.gz Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{commit_gvproxy}.tar.gz Provides: %{name}-manpages = %{epoch}:%{version}-%{release} BuildRequires: %{_bindir}/envsubst -BuildRequires: go-md2man -%if %{with btrfs} +BuildRequires: %{_bindir}/go-md2man +%if %{defined build_with_btrfs} BuildRequires: btrfs-progs-devel %endif BuildRequires: gcc @@ -122,7 +84,7 @@ BuildRequires: glibc-devel BuildRequires: glibc-static BuildRequires: golang BuildRequires: git-core -%if %{with go_rpm_macros} +%if !%{defined gobuild} BuildRequires: go-rpm-macros %endif BuildRequires: gpgme-devel @@ -136,38 +98,28 @@ BuildRequires: make BuildRequires: ostree-devel BuildRequires: systemd BuildRequires: systemd-devel -%if %{with python3} +%if %{defined rhel8py3} BuildRequires: python3 %endif Requires: catatonit Requires: conmon >= 2:2.1.7-2 -%if 0%{?fedora} > 38 -Requires: containers-common-extra >= 4:1-90 -%else -%if 0%{?fedora} == 38 -Requires: containers-common-extra >= 4:1-89 -%else -Requires: containers-common-extra >= 4:1-82 -%endif -%endif +Requires: containers-common-extra Recommends: %{name}-gvproxy = %{epoch}:%{version}-%{release} Provides: %{name}-quadlet Obsoletes: %{name}-quadlet <= 5:4.4.0-1 Provides: %{name}-quadlet = %{epoch}:%{version}-%{release} -# TODO: need to find the right action in packit propose-downstream to update -# the goimports here. None of the actions seem to work so far. # DO NOT DELETE BELOW LINE - used for updating downstream goimports # vendored libraries -Provides: bundled(golang(github.com/BurntSushi/toml)) Provides: bundled(golang(github.com/blang/semver/v4)) Provides: bundled(golang(github.com/buger/goterm)) +Provides: bundled(golang(github.com/BurntSushi/toml)) Provides: bundled(golang(github.com/checkpoint-restore/checkpointctl/lib)) Provides: bundled(golang(github.com/checkpoint-restore/go-criu/v6)) Provides: bundled(golang(github.com/checkpoint-restore/go-criu/v6/rpc)) Provides: bundled(golang(github.com/checkpoint-restore/go-criu/v6/stats)) -Provides: bundled(golang(github.com/container-orchestrated-devices/container-device-interface/pkg/cdi)) Provides: bundled(golang(github.com/containernetworking/cni/pkg/types/040)) Provides: bundled(golang(github.com/containernetworking/plugins/pkg/ns)) +Provides: bundled(golang(github.com/container-orchestrated-devices/container-device-interface/pkg/cdi)) Provides: bundled(golang(github.com/containers/buildah)) Provides: bundled(golang(github.com/containers/buildah/copier)) Provides: bundled(golang(github.com/containers/buildah/define)) @@ -183,7 +135,9 @@ Provides: bundled(golang(github.com/containers/common/libimage/define)) Provides: bundled(golang(github.com/containers/common/libnetwork/cni)) 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/apparmor)) @@ -203,8 +157,10 @@ Provides: bundled(golang(github.com/containers/common/pkg/netns)) Provides: bundled(golang(github.com/containers/common/pkg/parse)) Provides: bundled(golang(github.com/containers/common/pkg/report)) Provides: bundled(golang(github.com/containers/common/pkg/resize)) +Provides: bundled(golang(github.com/containers/common/pkg/rootlessport)) Provides: bundled(golang(github.com/containers/common/pkg/seccomp)) Provides: bundled(golang(github.com/containers/common/pkg/secrets)) +Provides: bundled(golang(github.com/containers/common/pkg/servicereaper)) Provides: bundled(golang(github.com/containers/common/pkg/ssh)) Provides: bundled(golang(github.com/containers/common/pkg/subscriptions)) Provides: bundled(golang(github.com/containers/common/pkg/sysinfo)) @@ -234,6 +190,7 @@ Provides: bundled(golang(github.com/containers/storage)) Provides: bundled(golang(github.com/containers/storage/drivers/quota)) 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/directory)) Provides: bundled(golang(github.com/containers/storage/pkg/fileutils)) Provides: bundled(golang(github.com/containers/storage/pkg/homedir)) Provides: bundled(golang(github.com/containers/storage/pkg/idmap)) @@ -256,6 +213,7 @@ Provides: bundled(golang(github.com/coreos/stream-metadata-go/release)) Provides: bundled(golang(github.com/coreos/stream-metadata-go/stream)) Provides: bundled(golang(github.com/cyphar/filepath-securejoin)) Provides: bundled(golang(github.com/digitalocean/go-qemu/qmp)) +Provides: bundled(golang(github.com/docker/distribution/registry/api/errcode)) Provides: bundled(golang(github.com/docker/docker/api/types)) Provides: bundled(golang(github.com/docker/docker/api/types/container)) Provides: bundled(golang(github.com/docker/docker/api/types/events)) @@ -266,14 +224,13 @@ Provides: bundled(golang(github.com/docker/docker/api/types/swarm)) Provides: bundled(golang(github.com/docker/docker/api/types/volume)) Provides: bundled(golang(github.com/docker/docker/pkg/homedir)) Provides: bundled(golang(github.com/docker/docker/pkg/jsonmessage)) +Provides: bundled(golang(github.com/docker/docker/pkg/meminfo)) Provides: bundled(golang(github.com/docker/docker/pkg/namesgenerator)) Provides: bundled(golang(github.com/docker/docker/pkg/parsers)) -Provides: bundled(golang(github.com/docker/docker/pkg/system)) Provides: bundled(golang(github.com/docker/go-connections/nat)) Provides: bundled(golang(github.com/docker/go-plugins-helpers/sdk)) Provides: bundled(golang(github.com/docker/go-plugins-helpers/volume)) Provides: bundled(golang(github.com/docker/go-units)) -Provides: bundled(golang(github.com/fsnotify/fsnotify)) Provides: bundled(golang(github.com/godbus/dbus/v5)) Provides: bundled(golang(github.com/google/gofuzz)) Provides: bundled(golang(github.com/google/shlex)) @@ -287,7 +244,7 @@ Provides: bundled(golang(github.com/mattn/go-sqlite3)) Provides: bundled(golang(github.com/moby/term)) Provides: bundled(golang(github.com/nxadm/tail)) Provides: bundled(golang(github.com/nxadm/tail/watch)) -Provides: bundled(golang(github.com/onsi/ginkgo)) +Provides: bundled(golang(github.com/onsi/ginkgo/v2)) Provides: bundled(golang(github.com/onsi/gomega)) Provides: bundled(golang(github.com/onsi/gomega/format)) Provides: bundled(golang(github.com/onsi/gomega/gexec)) @@ -411,8 +368,21 @@ It is based on the network stack of gVisor. Compared to libslirp, gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding. +%package -n %{name}sh +Summary: Confined login and user shell using %{name} +Requires: %{name} = %{epoch}:%{version}-%{release} +Provides: %{name}-shell = %{epoch}:%{version}-%{release} +Provides: %{name}-%{name}sh = %{epoch}:%{version}-%{release} + +%description -n %{name}sh +%{name}sh provides a confined login and user shell with access to volumes and +capabilities specified in user quadlets. + +It is a symlink to %{_bindir}/%{name} and execs into the `%{name}sh` container +when `%{_bindir}/%{name}sh is set as a login shell or set as os.Args[0]. + %prep -%autosetup -Sgit -n %{name}-%{version} +%autosetup -Sgit -n %{name}-4.6.0-rc1 sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile # untar dnsname @@ -424,6 +394,7 @@ tar zxf %{SOURCE2} %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') @@ -433,61 +404,52 @@ 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 GO111MODULE=off -export GOPATH=$(pwd)/_build:$(pwd) - -mkdir _build -cd _build -mkdir -p src/%{provider}.%{provider_tld}/%{project} -ln -s ../../../../ src/%{import_path} -cd .. -ln -s vendor src - -# build date. FIXME: Makefile uses '/v2/libpod', that doesn't work here? -LDFLAGS="-X %{import_path}/libpod/define.buildInfo=$(date +%s)" +LDFLAGS="-X %{ld_libpod}/define.buildInfo=$(date +%s) \ + -X %{ld_libpod}/config._installPrefix=%{_prefix} \ + -X %{ld_libpod}/config._etcDir=%{_sysconfdir} \ + -X %{ld_project}/pkg/systemd/quadlet._binDir=%{_bindir}" # build rootlessport first -%gobuild -o bin/rootlessport %{import_path}/cmd/rootlessport +%gobuild -o bin/rootlessport ./cmd/rootlessport export BASEBUILDTAGS="seccomp exclude_graphdriver_devicemapper $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)" # build %%{name} export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh)" -%gobuild -o bin/%{name} %{import_path}/cmd/%{name} +%gobuild -o bin/%{name} ./cmd/%{name} # build %%{name}-remote export BUILDTAGS="$BASEBUILDTAGS exclude_graphdriver_btrfs btrfs_noversion remote" -%gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} +%gobuild -o bin/%{name}-remote ./cmd/%{name} # build quadlet export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh)" -%gobuild -o bin/quadlet %{import_path}/cmd/quadlet +%gobuild -o bin/quadlet ./cmd/quadlet +# reset LDFLAGS for plugins and gvisor binaries +LDFLAGS='' + +# build gvisor-tap-vsock binaries +cd %{repo_gvproxy}-%{commit_gvproxy} +%gobuild -o bin/gvproxy ./cmd/gvproxy +%gobuild -o bin/gvforwarder ./cmd/vm +cd .. + +%{__make} docs docker-docs + +# build dnsname the old way otherwise it fails on koji cd %{repo_plugins}-%{commit_plugins} mkdir _build cd _build -mkdir -p src/%{provider}.%{provider_tld}/%{project} +mkdir -p src/%{container_base_path} ln -s ../../../../ src/%{import_path_plugins} cd .. ln -s vendor src export GOPATH=$(pwd)/_build:$(pwd) +%define gomodulesmode GO111MODULE=off %gobuild -o bin/dnsname %{import_path_plugins}/plugins/meta/dnsname cd .. -cd %{repo_gvproxy}-%{commit_gvproxy} -mkdir _build -cd _build -mkdir -p src/%{provider}.%{provider_tld}/%{project} -ln -s ../../../../ src/%{import_path_gvproxy} -cd .. -ln -s vendor src -export GOPATH=$(pwd)/_build:$(pwd) -%gobuild -o bin/gvproxy %{import_path_gvproxy}/cmd/gvproxy -%gobuild -o bin/gvforwarder %{import_path_gvproxy}/cmd/vm -cd .. - -%{__make} docs docker-docs - %install install -dp %{buildroot}%{_unitdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{_sysconfdir} \ @@ -498,7 +460,7 @@ PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{_sysc install.docker \ install.docker-docs \ install.remote \ -%if %{with modules_load} +%if %{defined _modulesloaddir} install.modules-load %endif @@ -547,7 +509,7 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_tmpfilesdir}/%{name}.conf %{_systemdgeneratordir}/%{name}-system-generator %{_systemdusergeneratordir}/%{name}-user-generator -%if %{with modules_load} +%if %{defined _modulesloaddir} %{_modulesloaddir}/%{name}-iptables.conf %endif @@ -584,10 +546,15 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_libexecdir}/%{name}/gvproxy %{_libexecdir}/%{name}/gvforwarder +%files -n %{name}sh +%license LICENSE +%doc README.md CONTRIBUTING.md install.md transfer.md +%{_bindir}/%{name}sh + %changelog -%if %{with changelog} +%if %{defined autochangelog} +%autochangelog +%else * Mon May 01 2023 RH Container Bot - Placeholder changelog for envs that are not autochangelog-ready -%else -%autochangelog %endif diff --git a/sources b/sources index 72a79cd..7b644eb 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-407efb5dcdb0f4445935f7360535800b60447544.tar.gz) = 8b9e687c8be7063641839b5764787ae82561635ae6410585a3c70552bed741e6a63154f55d0209a6408861d5ee76619a765e70b2deda37d38802f6e5b57f2a4c -SHA512 (v4.5.1.tar.gz) = c09af81063dba7125d06bb982ae6db5c1933bb32273f194f90875b5c63b916f94d0daacf09212139ae8dc5f8cfa224e7fd1d83e1a22df19be2adde84583ee049 +SHA512 (v4.6.0-rc1.tar.gz) = 624c039e02ce3a4214070d26229ef6f9ec9ae18750bc95eb1a221f01afdeac6ce667ffd1752d3a9c220f36e78b38aba5e25b582933c65c3e570d8fbf2a78943c From 223a82f86b175b0aa6587ea1ac171b8d5be03a91 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 13 Jul 2023 16:01:55 -0400 Subject: [PATCH 2084/2185] bump to v4.6.0-rc2 --- .gitignore | 1 + podman.spec | 181 +--------------------------------------------------- sources | 2 +- 3 files changed, 5 insertions(+), 179 deletions(-) diff --git a/.gitignore b/.gitignore index 3f9c3cf..3b07634 100644 --- a/.gitignore +++ b/.gitignore @@ -1830,3 +1830,4 @@ /gvisor-tap-vsock-407efb5dcdb0f4445935f7360535800b60447544.tar.gz /v4.5.1.tar.gz /v4.6.0-rc1.tar.gz +/v4.6.0-rc2.tar.gz diff --git a/podman.spec b/podman.spec index 79a4297..b907f5b 100644 --- a/podman.spec +++ b/podman.spec @@ -58,7 +58,7 @@ Epoch: 5 # 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: 4.6.0~rc1 +Version: 4.6.0~rc2 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} @@ -69,7 +69,7 @@ ExclusiveArch: aarch64 ppc64le s390x x86_64 Summary: Manage Pods, Containers and Container Images URL: https://%{name}.io/ # All SourceN files fetched from upstream -Source0: %{git0}/archive/v4.6.0-rc1.tar.gz +Source0: %{git0}/archive/v4.6.0-rc2.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{commit_plugins}.tar.gz Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{commit_gvproxy}.tar.gz Provides: %{name}-manpages = %{epoch}:%{version}-%{release} @@ -108,181 +108,6 @@ Recommends: %{name}-gvproxy = %{epoch}:%{version}-%{release} Provides: %{name}-quadlet Obsoletes: %{name}-quadlet <= 5:4.4.0-1 Provides: %{name}-quadlet = %{epoch}:%{version}-%{release} -# DO NOT DELETE BELOW LINE - used for updating downstream goimports -# vendored libraries -Provides: bundled(golang(github.com/blang/semver/v4)) -Provides: bundled(golang(github.com/buger/goterm)) -Provides: bundled(golang(github.com/BurntSushi/toml)) -Provides: bundled(golang(github.com/checkpoint-restore/checkpointctl/lib)) -Provides: bundled(golang(github.com/checkpoint-restore/go-criu/v6)) -Provides: bundled(golang(github.com/checkpoint-restore/go-criu/v6/rpc)) -Provides: bundled(golang(github.com/checkpoint-restore/go-criu/v6/stats)) -Provides: bundled(golang(github.com/containernetworking/cni/pkg/types/040)) -Provides: bundled(golang(github.com/containernetworking/plugins/pkg/ns)) -Provides: bundled(golang(github.com/container-orchestrated-devices/container-device-interface/pkg/cdi)) -Provides: bundled(golang(github.com/containers/buildah)) -Provides: bundled(golang(github.com/containers/buildah/copier)) -Provides: bundled(golang(github.com/containers/buildah/define)) -Provides: bundled(golang(github.com/containers/buildah/imagebuildah)) -Provides: bundled(golang(github.com/containers/buildah/pkg/chrootuser)) -Provides: bundled(golang(github.com/containers/buildah/pkg/cli)) -Provides: bundled(golang(github.com/containers/buildah/pkg/overlay)) -Provides: bundled(golang(github.com/containers/buildah/pkg/parse)) -Provides: bundled(golang(github.com/containers/buildah/pkg/util)) -Provides: bundled(golang(github.com/containers/buildah/util)) -Provides: bundled(golang(github.com/containers/common/libimage)) -Provides: bundled(golang(github.com/containers/common/libimage/define)) -Provides: bundled(golang(github.com/containers/common/libnetwork/cni)) -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/apparmor)) -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/cgroups)) -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/download)) -Provides: bundled(golang(github.com/containers/common/pkg/filters)) -Provides: bundled(golang(github.com/containers/common/pkg/flag)) -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/machine)) -Provides: bundled(golang(github.com/containers/common/pkg/netns)) -Provides: bundled(golang(github.com/containers/common/pkg/parse)) -Provides: bundled(golang(github.com/containers/common/pkg/report)) -Provides: bundled(golang(github.com/containers/common/pkg/resize)) -Provides: bundled(golang(github.com/containers/common/pkg/rootlessport)) -Provides: bundled(golang(github.com/containers/common/pkg/seccomp)) -Provides: bundled(golang(github.com/containers/common/pkg/secrets)) -Provides: bundled(golang(github.com/containers/common/pkg/servicereaper)) -Provides: bundled(golang(github.com/containers/common/pkg/ssh)) -Provides: bundled(golang(github.com/containers/common/pkg/subscriptions)) -Provides: bundled(golang(github.com/containers/common/pkg/sysinfo)) -Provides: bundled(golang(github.com/containers/common/pkg/umask)) -Provides: bundled(golang(github.com/containers/common/pkg/util)) -Provides: bundled(golang(github.com/containers/conmon/runner/config)) -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/manifest)) -Provides: bundled(golang(github.com/containers/image/v5/pkg/cli)) -Provides: bundled(golang(github.com/containers/image/v5/pkg/cli/sigstore)) -Provides: bundled(golang(github.com/containers/image/v5/pkg/compression)) -Provides: bundled(golang(github.com/containers/image/v5/pkg/docker/config)) -Provides: bundled(golang(github.com/containers/image/v5/pkg/shortnames)) -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/signature/signer)) -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/ocicrypt/config)) -Provides: bundled(golang(github.com/containers/ocicrypt/helpers)) -Provides: bundled(golang(github.com/containers/psgo)) -Provides: bundled(golang(github.com/containers/storage)) -Provides: bundled(golang(github.com/containers/storage/drivers/quota)) -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/directory)) -Provides: bundled(golang(github.com/containers/storage/pkg/fileutils)) -Provides: bundled(golang(github.com/containers/storage/pkg/homedir)) -Provides: bundled(golang(github.com/containers/storage/pkg/idmap)) -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/parsers/kernel)) -Provides: bundled(golang(github.com/containers/storage/pkg/reexec)) -Provides: bundled(golang(github.com/containers/storage/pkg/regexp)) -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/coreos/go-systemd/v22/activation)) -Provides: bundled(golang(github.com/coreos/go-systemd/v22/daemon)) -Provides: bundled(golang(github.com/coreos/go-systemd/v22/dbus)) -Provides: bundled(golang(github.com/coreos/stream-metadata-go/fedoracoreos)) -Provides: bundled(golang(github.com/coreos/stream-metadata-go/release)) -Provides: bundled(golang(github.com/coreos/stream-metadata-go/stream)) -Provides: bundled(golang(github.com/cyphar/filepath-securejoin)) -Provides: bundled(golang(github.com/digitalocean/go-qemu/qmp)) -Provides: bundled(golang(github.com/docker/distribution/registry/api/errcode)) -Provides: bundled(golang(github.com/docker/docker/api/types)) -Provides: bundled(golang(github.com/docker/docker/api/types/container)) -Provides: bundled(golang(github.com/docker/docker/api/types/events)) -Provides: bundled(golang(github.com/docker/docker/api/types/mount)) -Provides: bundled(golang(github.com/docker/docker/api/types/network)) -Provides: bundled(golang(github.com/docker/docker/api/types/registry)) -Provides: bundled(golang(github.com/docker/docker/api/types/swarm)) -Provides: bundled(golang(github.com/docker/docker/api/types/volume)) -Provides: bundled(golang(github.com/docker/docker/pkg/homedir)) -Provides: bundled(golang(github.com/docker/docker/pkg/jsonmessage)) -Provides: bundled(golang(github.com/docker/docker/pkg/meminfo)) -Provides: bundled(golang(github.com/docker/docker/pkg/namesgenerator)) -Provides: bundled(golang(github.com/docker/docker/pkg/parsers)) -Provides: bundled(golang(github.com/docker/go-connections/nat)) -Provides: bundled(golang(github.com/docker/go-plugins-helpers/sdk)) -Provides: bundled(golang(github.com/docker/go-plugins-helpers/volume)) -Provides: bundled(golang(github.com/docker/go-units)) -Provides: bundled(golang(github.com/godbus/dbus/v5)) -Provides: bundled(golang(github.com/google/gofuzz)) -Provides: bundled(golang(github.com/google/shlex)) -Provides: bundled(golang(github.com/google/uuid)) -Provides: bundled(golang(github.com/gorilla/handlers)) -Provides: bundled(golang(github.com/gorilla/mux)) -Provides: bundled(golang(github.com/gorilla/schema)) -Provides: bundled(golang(github.com/hashicorp/go-multierror)) -Provides: bundled(golang(github.com/json-iterator/go)) -Provides: bundled(golang(github.com/mattn/go-sqlite3)) -Provides: bundled(golang(github.com/moby/term)) -Provides: bundled(golang(github.com/nxadm/tail)) -Provides: bundled(golang(github.com/nxadm/tail/watch)) -Provides: bundled(golang(github.com/onsi/ginkgo/v2)) -Provides: bundled(golang(github.com/onsi/gomega)) -Provides: bundled(golang(github.com/onsi/gomega/format)) -Provides: bundled(golang(github.com/onsi/gomega/gexec)) -Provides: bundled(golang(github.com/onsi/gomega/matchers)) -Provides: bundled(golang(github.com/onsi/gomega/types)) -Provides: bundled(golang(github.com/opencontainers/go-digest)) -Provides: bundled(golang(github.com/opencontainers/image-spec/specs-go/v1)) -Provides: bundled(golang(github.com/opencontainers/runc/libcontainer/cgroups)) -Provides: bundled(golang(github.com/opencontainers/runc/libcontainer/configs)) -Provides: bundled(golang(github.com/opencontainers/runc/libcontainer/devices)) -Provides: bundled(golang(github.com/opencontainers/runc/libcontainer/user)) -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/runtime-tools/validate/capabilities)) -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/rootless-containers/rootlesskit/pkg/port)) -Provides: bundled(golang(github.com/rootless-containers/rootlesskit/pkg/port/builtin)) -Provides: bundled(golang(github.com/rootless-containers/rootlesskit/pkg/port/portutil)) -Provides: bundled(golang(github.com/sirupsen/logrus)) -Provides: bundled(golang(github.com/sirupsen/logrus/hooks/syslog)) -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(github.com/ulikunitz/xz)) -Provides: bundled(golang(github.com/vbauerster/mpb/v8)) -Provides: bundled(golang(github.com/vbauerster/mpb/v8/decor)) -Provides: bundled(golang(github.com/vishvananda/netlink)) -Provides: bundled(golang(go.etcd.io/bbolt)) -Provides: bundled(golang(golang.org/x/net/proxy)) -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(google.golang.org/protobuf/proto)) -Provides: bundled(golang(gopkg.in/inf.v0)) -Provides: bundled(golang(gopkg.in/yaml.v3)) -Provides: bundled(golang(sigs.k8s.io/yaml)) %description %{name} (Pod Manager) is a fully featured container engine that is a simple @@ -382,7 +207,7 @@ It is a symlink to %{_bindir}/%{name} and execs into the `%{name}sh` container when `%{_bindir}/%{name}sh is set as a login shell or set as os.Args[0]. %prep -%autosetup -Sgit -n %{name}-4.6.0-rc1 +%autosetup -Sgit -n %{name}-4.6.0-rc2 sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile # untar dnsname diff --git a/sources b/sources index 7b644eb..0c97bd1 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-407efb5dcdb0f4445935f7360535800b60447544.tar.gz) = 8b9e687c8be7063641839b5764787ae82561635ae6410585a3c70552bed741e6a63154f55d0209a6408861d5ee76619a765e70b2deda37d38802f6e5b57f2a4c -SHA512 (v4.6.0-rc1.tar.gz) = 624c039e02ce3a4214070d26229ef6f9ec9ae18750bc95eb1a221f01afdeac6ce667ffd1752d3a9c220f36e78b38aba5e25b582933c65c3e570d8fbf2a78943c +SHA512 (v4.6.0-rc2.tar.gz) = 96dc23df93269c5c83e15bfeb33606505205aef7ee2064f69babf6f4fae9c2d1a416d397f34119de30f1d086192b307771c67d66ae256ace1dfd4a24b7c675bf From 8f90708bfad9355f6d85e10aca9fb45671c54eb3 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 20 Jul 2023 22:09:02 +0000 Subject: [PATCH 2085/2185] [packit] 4.6.0 upstream release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream tag: v4.6.0 Upstream commit: 38e6fab9 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/podman.git refs/heads/*:refs/remotes/packit/* git checkout packit/4.6.0-rawhide-update-propose_downstream ``` --- .gitignore | 1 + .packit.yaml | 41 +++++++++++++++++++++++++++++++++++++++++ README.packit | 3 +++ podman.spec | 6 +++--- sources | 2 +- 5 files changed, 49 insertions(+), 4 deletions(-) create mode 100644 .packit.yaml create mode 100644 README.packit diff --git a/.gitignore b/.gitignore index 3b07634..32554f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1831,3 +1831,4 @@ /v4.5.1.tar.gz /v4.6.0-rc1.tar.gz /v4.6.0-rc2.tar.gz +/v4.6.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..2d53d26 --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,41 @@ +--- +# See the documentation for more information: +# https://packit.dev/docs/configuration/ + +# Build targets can be found at: +# https://copr.fedorainfracloud.org/coprs/rhcontainerbot/packit-builds/ + +specfile_path: rpm/podman.spec +upstream_tag_template: v{version} + +jobs: + - &copr + job: copr_build + trigger: pull_request + owner: rhcontainerbot + project: packit-builds + enable_net: true + srpm_build_deps: + - make + + - <<: *copr + # Run on commit to main branch + trigger: commit + branch: main + project: podman-next + + - 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..9d6cbbc --- /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.1. diff --git a/podman.spec b/podman.spec index b907f5b..afbb6fc 100644 --- a/podman.spec +++ b/podman.spec @@ -58,7 +58,7 @@ Epoch: 5 # 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: 4.6.0~rc2 +Version: 4.6.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} @@ -69,7 +69,7 @@ ExclusiveArch: aarch64 ppc64le s390x x86_64 Summary: Manage Pods, Containers and Container Images URL: https://%{name}.io/ # All SourceN files fetched from upstream -Source0: %{git0}/archive/v4.6.0-rc2.tar.gz +Source0: %{git0}/archive/v%{version}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{commit_plugins}.tar.gz Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{commit_gvproxy}.tar.gz Provides: %{name}-manpages = %{epoch}:%{version}-%{release} @@ -207,7 +207,7 @@ It is a symlink to %{_bindir}/%{name} and execs into the `%{name}sh` container when `%{_bindir}/%{name}sh is set as a login shell or set as os.Args[0]. %prep -%autosetup -Sgit -n %{name}-4.6.0-rc2 +%autosetup -Sgit -n %{name}-%{version} sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile # untar dnsname diff --git a/sources b/sources index 0c97bd1..930594b 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ +SHA512 (v4.6.0.tar.gz) = a0f045e3275f072abcf2e59636527f1b98b7579d7b64df37cbabbf1f9d2cb3852a95240f6145ccd81d4b31da0175003ab0043d269c75f9dfb31586065554c986 SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-407efb5dcdb0f4445935f7360535800b60447544.tar.gz) = 8b9e687c8be7063641839b5764787ae82561635ae6410585a3c70552bed741e6a63154f55d0209a6408861d5ee76619a765e70b2deda37d38802f6e5b57f2a4c -SHA512 (v4.6.0-rc2.tar.gz) = 96dc23df93269c5c83e15bfeb33606505205aef7ee2064f69babf6f4fae9c2d1a416d397f34119de30f1d086192b307771c67d66ae256ace1dfd4a24b7c675bf From ebd0cee2487bc67d40f5765ea8307e12c53e6153 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jul 2023 05:57:58 +0000 Subject: [PATCH 2086/2185] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 107772583a39cc9532aab0bd859a913af92e8cad Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 24 Jul 2023 08:34:58 -0400 Subject: [PATCH 2087/2185] gvproxy removed for rawhide and copr builds Ref: (WIP) https://bugzilla.redhat.com/show_bug.cgi?id=2224434 This might cause breakage in rawhide, but can't be worse than what it already is. --- podman.spec | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/podman.spec b/podman.spec index afbb6fc..44691da 100644 --- a/podman.spec +++ b/podman.spec @@ -25,6 +25,15 @@ %define build_with_btrfs 1 %endif +# gvproxy can be included as a standalone package on copr. +# It is currently open for review on bugzilla until which fedora releases can't +# include it. Official rawhide should be able to fetch the last active build of +# gvproxy, the min version requirement has been removed to allow it. +# Ref: https://bugzilla.redhat.com/show_bug.cgi?id=2224434 +%if !%{defined copr_username} && 0%{?fedora} <= 38 +%define gvproxy_subpackage 1 +%endif + %global container_base_path github.com/containers %global container_base_url https://%{container_base_path} @@ -71,7 +80,9 @@ URL: https://%{name}.io/ # All SourceN files fetched from upstream Source0: %{git0}/archive/v%{version}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{commit_plugins}.tar.gz +%if %{defined gvproxy_subpackage} Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{commit_gvproxy}.tar.gz +%endif Provides: %{name}-manpages = %{epoch}:%{version}-%{release} BuildRequires: %{_bindir}/envsubst BuildRequires: %{_bindir}/go-md2man @@ -104,7 +115,11 @@ BuildRequires: python3 Requires: catatonit Requires: conmon >= 2:2.1.7-2 Requires: containers-common-extra +%if %{defined gvproxy_subpackage} Recommends: %{name}-gvproxy = %{epoch}:%{version}-%{release} +%else +Recommends: %{name}-gvproxy +%endif Provides: %{name}-quadlet Obsoletes: %{name}-quadlet <= 5:4.4.0-1 Provides: %{name}-quadlet = %{epoch}:%{version}-%{release} @@ -174,7 +189,11 @@ connections as well. %package plugins Summary: Plugins for %{name} Requires: dnsmasq +%if %{defined gvproxy_subpackage} Recommends: %{name}-gvproxy = %{epoch}:%{version}-%{release} +%else +Recommends: %{name}-gvproxy +%endif %description plugins This plugin sets up the use of dnsmasq on a given CNI network so @@ -184,6 +203,7 @@ that dnsmasq will read in. Similarly, when a pod is removed from the network, it will remove the entry from the hosts file. Each CNI network will have its own dnsmasq instance. +%if %{defined gvproxy_subpackage} %package gvproxy Summary: Go replacement for libslirp and VPNKit @@ -192,6 +212,7 @@ A replacement for libslirp and VPNKit, written in pure Go. It is based on the network stack of gVisor. Compared to libslirp, gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding. +%endif %package -n %{name}sh Summary: Confined login and user shell using %{name} @@ -213,8 +234,10 @@ sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile # untar dnsname tar zxf %{SOURCE1} +%if %{defined gvproxy_subpackage} # untar %%{name}-gvproxy tar zxf %{SOURCE2} +%endif %build %set_build_flags @@ -254,11 +277,13 @@ export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag # reset LDFLAGS for plugins and gvisor binaries LDFLAGS='' +%if %{defined gvproxy_subpackage} # build gvisor-tap-vsock binaries cd %{repo_gvproxy}-%{commit_gvproxy} %gobuild -o bin/gvproxy ./cmd/gvproxy %gobuild -o bin/gvforwarder ./cmd/vm cd .. +%endif %{__make} docs docker-docs @@ -296,12 +321,14 @@ cd %{repo_plugins}-%{commit_plugins} %{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install cd .. +%if %{defined gvproxy_subpackage} # install gvproxy cd %{repo_gvproxy}-%{commit_gvproxy} install -dp %{buildroot}%{_libexecdir}/%{name} install -p -m0755 bin/gvproxy %{buildroot}%{_libexecdir}/%{name} install -p -m0755 bin/gvforwarder %{buildroot}%{_libexecdir}/%{name} cd .. +%endif # do not include docker and podman-remote man pages in main package for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},," | grep -v -e remote -e docker`; do @@ -364,12 +391,14 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %dir %{_libexecdir}/cni %{_libexecdir}/cni/dnsname +%if %{defined gvproxy_subpackage} %files gvproxy %license %{repo_gvproxy}-%{commit_gvproxy}/LICENSE %doc %{repo_gvproxy}-%{commit_gvproxy}/README.md %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/gvproxy %{_libexecdir}/%{name}/gvforwarder +%endif %files -n %{name}sh %license LICENSE From db46064115b0f944217d2e967c9d92f89101e6e5 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 10 Aug 2023 20:58:58 +0000 Subject: [PATCH 2088/2185] [packit] 4.6.1 upstream release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream tag: v4.6.1 Upstream commit: f3069b3f 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/podman.git refs/heads/*:refs/remotes/packit/* git checkout packit/4.6.1-rawhide-update-propose_downstream ``` --- .gitignore | 1 + README.packit | 2 +- podman.spec | 21 +++++++++++++++------ sources | 2 +- 4 files changed, 18 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 32554f2..832a07c 100644 --- a/.gitignore +++ b/.gitignore @@ -1832,3 +1832,4 @@ /v4.6.0-rc1.tar.gz /v4.6.0-rc2.tar.gz /v4.6.0.tar.gz +/v4.6.1.tar.gz diff --git a/README.packit b/README.packit index 9d6cbbc..d7c433c 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.1. +The file was generated using packit 0.78.2.post2+g81828af. diff --git a/podman.spec b/podman.spec index 44691da..8372b55 100644 --- a/podman.spec +++ b/podman.spec @@ -7,12 +7,18 @@ %global debug_package %{nil} %endif -# 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. -%if %{defined rhel} && 0%{?rhel} == 8 +# 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} && !%{defined eln} %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 %{?**}; +# python3 dep conditional for rhel8 +%if %{?rhel} == 8 %define rhel8py3 1 %endif +%endif %global gomodulesmode GO111MODULE=on @@ -25,12 +31,13 @@ %define build_with_btrfs 1 %endif -# gvproxy can be included as a standalone package on copr. +# gvproxy doesn't currently build on rawhide because of go1.21. +# It can be included as a standalone package on copr. # It is currently open for review on bugzilla until which fedora releases can't # include it. Official rawhide should be able to fetch the last active build of # gvproxy, the min version requirement has been removed to allow it. # Ref: https://bugzilla.redhat.com/show_bug.cgi?id=2224434 -%if !%{defined copr_username} && 0%{?fedora} <= 38 +%if !%{defined copr_username} && 0%{?fedora} <= 37 %define gvproxy_subpackage 1 %endif @@ -50,10 +57,12 @@ %global commit_plugins 18822f9a4fb35d1349eb256f4cd2bfd372474d84 %global import_path_plugins %{container_base_path}/%{repo_plugins} +%if %{defined gvproxy_subpackage} # gvproxy %global repo_gvproxy gvisor-tap-vsock %global git_gvproxy %{container_base_url}/%{repo_gvproxy} %global commit_gvproxy 407efb5dcdb0f4445935f7360535800b60447544 +%endif Name: podman %if %{defined copr_username} @@ -67,7 +76,7 @@ Epoch: 5 # 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: 4.6.0 +Version: 4.6.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} diff --git a/sources b/sources index 930594b..8909bac 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (v4.6.0.tar.gz) = a0f045e3275f072abcf2e59636527f1b98b7579d7b64df37cbabbf1f9d2cb3852a95240f6145ccd81d4b31da0175003ab0043d269c75f9dfb31586065554c986 +SHA512 (v4.6.1.tar.gz) = e875fd8f40be94a589ac2404e82e282490bdd639b75943f669feadf81a26abf9a1bf6649be7d9d2dd07e62df58af7d495c673f30c98cc27a2cf6e7892daf3f28 SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-407efb5dcdb0f4445935f7360535800b60447544.tar.gz) = 8b9e687c8be7063641839b5764787ae82561635ae6410585a3c70552bed741e6a63154f55d0209a6408861d5ee76619a765e70b2deda37d38802f6e5b57f2a4c From 6e02a17fe3b484dd0023ade1e1c66841ed807cd3 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 22 Aug 2023 09:15:27 -0400 Subject: [PATCH 2089/2185] spdx compatible version string --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 8372b55..6dd0a90 100644 --- a/podman.spec +++ b/podman.spec @@ -77,7 +77,7 @@ Epoch: 5 # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. Version: 4.6.1 -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 386b867edd387908a8b054ecb241623ff92f52b3 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 28 Aug 2023 19:16:12 +0000 Subject: [PATCH 2090/2185] [packit] 4.6.2 upstream release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream tag: v4.6.2 Upstream commit: 5db42e86 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/podman.git refs/heads/*:refs/remotes/packit/* git checkout packit/4.6.2-rawhide-update-propose_downstream ``` --- .gitignore | 1 + .packit.yaml | 52 +++++++++++++++++++++++++++++++++++++-------------- README.packit | 2 +- podman.spec | 4 +++- sources | 2 +- 5 files changed, 44 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 832a07c..a609cd9 100644 --- a/.gitignore +++ b/.gitignore @@ -1833,3 +1833,4 @@ /v4.6.0-rc2.tar.gz /v4.6.0.tar.gz /v4.6.1.tar.gz +/v4.6.2.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 2d53d26..fb8aefa 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -2,27 +2,51 @@ # See the documentation for more information: # https://packit.dev/docs/configuration/ -# Build targets can be found at: -# https://copr.fedorainfracloud.org/coprs/rhcontainerbot/packit-builds/ - specfile_path: rpm/podman.spec upstream_tag_template: v{version} -jobs: - - &copr - job: copr_build - trigger: pull_request - owner: rhcontainerbot - project: packit-builds - enable_net: true - srpm_build_deps: - - make +srpm_build_deps: + - make - - <<: *copr - # Run on commit to main branch +jobs: + - job: copr_build + trigger: pull_request + enable_net: true + # keep in sync with https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next + targets: + - fedora-all-x86_64 + - fedora-all-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 branch: main + owner: rhcontainerbot project: podman-next + enable_net: true + + - job: tests + identifier: cockpit-revdeps + trigger: pull_request + targets: + - fedora-latest-stable + - fedora-development + tf_extra_params: + environments: + - artifacts: + - type: repository-file + id: https://copr.fedorainfracloud.org/coprs/g/cockpit/main-builds/repo/fedora-$releasever/group_cockpit-main-builds-fedora-$releasever.repo + - type: repository-file + id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/fedora-$releasever/rhcontainerbot-podman-next-fedora-$releasever.repo + tmt: + context: + revdeps: "yes" - job: propose_downstream trigger: release 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/podman.spec b/podman.spec index 6dd0a90..35f6168 100644 --- a/podman.spec +++ b/podman.spec @@ -76,7 +76,8 @@ Epoch: 5 # 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: 4.6.1 +Version: 4.6.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 %if %{defined golang_arches_future} @@ -115,6 +116,7 @@ BuildRequires: libselinux-devel BuildRequires: shadow-utils-subid-devel BuildRequires: pkgconfig BuildRequires: make +BuildRequires: man-db BuildRequires: ostree-devel BuildRequires: systemd BuildRequires: systemd-devel diff --git a/sources b/sources index 8909bac..8ebecd1 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (v4.6.1.tar.gz) = e875fd8f40be94a589ac2404e82e282490bdd639b75943f669feadf81a26abf9a1bf6649be7d9d2dd07e62df58af7d495c673f30c98cc27a2cf6e7892daf3f28 +SHA512 (v4.6.2.tar.gz) = 0c89ff3df21e9ca0eb6891600eb86c47463a53bd004d1564cc4661f0ea303dc245b47467d586db29587f960d5c78e0326b7f33ef87ba95e142e3320c56ceaa99 SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (gvisor-tap-vsock-407efb5dcdb0f4445935f7360535800b60447544.tar.gz) = 8b9e687c8be7063641839b5764787ae82561635ae6410585a3c70552bed741e6a63154f55d0209a6408861d5ee76619a765e70b2deda37d38802f6e5b57f2a4c From 01f53fd3b585ecab4e80c90ebdeb6e1338937816 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 29 Aug 2023 14:34:10 -0400 Subject: [PATCH 2091/2185] tests: add passt to rpm -qa so we know what version is used in tests --- tests/roles/run_bats_tests/files/run_bats_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/roles/run_bats_tests/files/run_bats_tests.sh b/tests/roles/run_bats_tests/files/run_bats_tests.sh index 249c3ec..90884cb 100755 --- a/tests/roles/run_bats_tests/files/run_bats_tests.sh +++ b/tests/roles/run_bats_tests/files/run_bats_tests.sh @@ -27,7 +27,7 @@ exec &> >(tee -a $FULL_LOG) echo "Packages:" echo " Kernel: $(uname -r)" rpm -qa |\ - egrep 'podman|conmon|containers-common|crun|runc|iptable|slirp|aardvark|netavark|containernetworking-plugins|systemd|container-selinux' |\ + egrep 'podman|conmon|containers-common|crun|runc|iptable|slirp|aardvark|netavark|containernetworking-plugins|systemd|container-selinux|passt' |\ sort |\ sed -e 's/^/ /' From e937b31ec5a1f2cff1c1514e49b702469f5f6e7e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 12 Sep 2023 15:39:19 -0400 Subject: [PATCH 2092/2185] podman has hard dependency on gvisor-tap-vsock-gvforwarder --- podman.spec | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/podman.spec b/podman.spec index 35f6168..4473d84 100644 --- a/podman.spec +++ b/podman.spec @@ -95,7 +95,6 @@ Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{commit_gvpro %endif Provides: %{name}-manpages = %{epoch}:%{version}-%{release} BuildRequires: %{_bindir}/envsubst -BuildRequires: %{_bindir}/go-md2man %if %{defined build_with_btrfs} BuildRequires: btrfs-progs-devel %endif @@ -131,6 +130,7 @@ Recommends: %{name}-gvproxy = %{epoch}:%{version}-%{release} %else Recommends: %{name}-gvproxy %endif +Requires: gvisor-tap-vsock-gvforwarder Provides: %{name}-quadlet Obsoletes: %{name}-quadlet <= 5:4.4.0-1 Provides: %{name}-quadlet = %{epoch}:%{version}-%{release} @@ -223,6 +223,13 @@ A replacement for libslirp and VPNKit, written in pure Go. It is based on the network stack of gVisor. Compared to libslirp, gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding. + +%global desc_gvforwarder Forward traffic from a tap interface over vsock +%package -n gvisor-tap-vsock-gvforwarder +Summary: %{desc_gvforwarder} + +%description -n gvisor-tap-vsock-gvforwarder +%{desc_gvforwarder} %endif %package -n %{name}sh @@ -236,7 +243,7 @@ Provides: %{name}-%{name}sh = %{epoch}:%{version}-%{release} capabilities specified in user quadlets. It is a symlink to %{_bindir}/%{name} and execs into the `%{name}sh` container -when `%{_bindir}/%{name}sh is set as a login shell or set as os.Args[0]. +when `%{_bindir}/%{name}sh` is set as a login shell or set as os.Args[0]. %prep %autosetup -Sgit -n %{name}-%{version} @@ -393,7 +400,6 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_datadir}/zsh/site-functions/_%{name}-remote %files tests -%license LICENSE %{_datadir}/%{name}/test %files plugins @@ -408,12 +414,13 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %doc %{repo_gvproxy}-%{commit_gvproxy}/README.md %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/gvproxy + +%files -n gvisor-tap-vsock-gvforwarder +%dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/gvforwarder %endif %files -n %{name}sh -%license LICENSE -%doc README.md CONTRIBUTING.md install.md transfer.md %{_bindir}/%{name}sh %changelog From 4c9244aceaf785d4b4fa17340e68baba13f77cac Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 15 Sep 2023 19:16:17 -0400 Subject: [PATCH 2093/2185] bump to v4.7.0-rc1 --- .gitignore | 1 + podman.spec | 16 +++------------- sources | 3 +-- 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index a609cd9..e543672 100644 --- a/.gitignore +++ b/.gitignore @@ -1834,3 +1834,4 @@ /v4.6.0.tar.gz /v4.6.1.tar.gz /v4.6.2.tar.gz +/v4.7.0-rc1.tar.gz diff --git a/podman.spec b/podman.spec index 4473d84..1a4b257 100644 --- a/podman.spec +++ b/podman.spec @@ -76,7 +76,7 @@ Epoch: 5 # 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: 4.6.2 +Version: 4.7.0~rc1 # 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 @@ -88,7 +88,7 @@ ExclusiveArch: aarch64 ppc64le s390x x86_64 Summary: Manage Pods, Containers and Container Images URL: https://%{name}.io/ # All SourceN files fetched from upstream -Source0: %{git0}/archive/v%{version}.tar.gz +Source0: %{git0}/archive/v4.7.0-rc1.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{commit_plugins}.tar.gz %if %{defined gvproxy_subpackage} Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{commit_gvproxy}.tar.gz @@ -223,13 +223,6 @@ A replacement for libslirp and VPNKit, written in pure Go. It is based on the network stack of gVisor. Compared to libslirp, gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding. - -%global desc_gvforwarder Forward traffic from a tap interface over vsock -%package -n gvisor-tap-vsock-gvforwarder -Summary: %{desc_gvforwarder} - -%description -n gvisor-tap-vsock-gvforwarder -%{desc_gvforwarder} %endif %package -n %{name}sh @@ -246,7 +239,7 @@ It is a symlink to %{_bindir}/%{name} and execs into the `%{name}sh` container when `%{_bindir}/%{name}sh` is set as a login shell or set as os.Args[0]. %prep -%autosetup -Sgit -n %{name}-%{version} +%autosetup -Sgit -n %{name}-4.7.0-rc1 sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile # untar dnsname @@ -414,9 +407,6 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %doc %{repo_gvproxy}-%{commit_gvproxy}/README.md %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/gvproxy - -%files -n gvisor-tap-vsock-gvforwarder -%dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/gvforwarder %endif diff --git a/sources b/sources index 8ebecd1..a77bd5d 100644 --- a/sources +++ b/sources @@ -1,3 +1,2 @@ -SHA512 (v4.6.2.tar.gz) = 0c89ff3df21e9ca0eb6891600eb86c47463a53bd004d1564cc4661f0ea303dc245b47467d586db29587f960d5c78e0326b7f33ef87ba95e142e3320c56ceaa99 SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 -SHA512 (gvisor-tap-vsock-407efb5dcdb0f4445935f7360535800b60447544.tar.gz) = 8b9e687c8be7063641839b5764787ae82561635ae6410585a3c70552bed741e6a63154f55d0209a6408861d5ee76619a765e70b2deda37d38802f6e5b57f2a4c +SHA512 (v4.7.0-rc1.tar.gz) = 3a69210db0bc074627818d7990506a361402fbdd70c312464dd351f9664eaea91190fe438cc194cd1f572afbcbba4cf4a187b688c724c1784a01165d8bdaf56c From 115cfab7c702702c29f7088dfd1fb322e25f436c Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 18 Sep 2023 12:38:07 -0400 Subject: [PATCH 2094/2185] Do not conditionalize sources This makes it possible to use a tarball generated on Rawhide/F38 to build a package for F37 or Fedora ELN. Signed-off-by: Stephen Gallagher --- podman.spec | 6 +----- sources | 1 + 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/podman.spec b/podman.spec index 1a4b257..fb21255 100644 --- a/podman.spec +++ b/podman.spec @@ -37,7 +37,7 @@ # include it. Official rawhide should be able to fetch the last active build of # gvproxy, the min version requirement has been removed to allow it. # Ref: https://bugzilla.redhat.com/show_bug.cgi?id=2224434 -%if !%{defined copr_username} && 0%{?fedora} <= 37 +%if !%{defined copr_username} && 0%{?fedora} && 0%{?fedora} <= 37 %define gvproxy_subpackage 1 %endif @@ -57,12 +57,10 @@ %global commit_plugins 18822f9a4fb35d1349eb256f4cd2bfd372474d84 %global import_path_plugins %{container_base_path}/%{repo_plugins} -%if %{defined gvproxy_subpackage} # gvproxy %global repo_gvproxy gvisor-tap-vsock %global git_gvproxy %{container_base_url}/%{repo_gvproxy} %global commit_gvproxy 407efb5dcdb0f4445935f7360535800b60447544 -%endif Name: podman %if %{defined copr_username} @@ -90,9 +88,7 @@ URL: https://%{name}.io/ # All SourceN files fetched from upstream Source0: %{git0}/archive/v4.7.0-rc1.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{commit_plugins}.tar.gz -%if %{defined gvproxy_subpackage} Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{commit_gvproxy}.tar.gz -%endif Provides: %{name}-manpages = %{epoch}:%{version}-%{release} BuildRequires: %{_bindir}/envsubst %if %{defined build_with_btrfs} diff --git a/sources b/sources index a77bd5d..e63fc86 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (v4.7.0-rc1.tar.gz) = 3a69210db0bc074627818d7990506a361402fbdd70c312464dd351f9664eaea91190fe438cc194cd1f572afbcbba4cf4a187b688c724c1784a01165d8bdaf56c +SHA512 (gvisor-tap-vsock-407efb5dcdb0f4445935f7360535800b60447544.tar.gz) = 8b9e687c8be7063641839b5764787ae82561635ae6410585a3c70552bed741e6a63154f55d0209a6408861d5ee76619a765e70b2deda37d38802f6e5b57f2a4c From 027f479fd260895dda5fb8b46add822a15efd633 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 27 Sep 2023 18:03:01 +0000 Subject: [PATCH 2095/2185] [packit] 4.7.0 upstream release Upstream tag: v4.7.0 Upstream commit: 073183fe --- .gitignore | 1 + .packit.yaml | 14 ++++++++- README.packit | 2 +- podman.spec | 78 ++++----------------------------------------------- sources | 3 +- 5 files changed, 22 insertions(+), 76 deletions(-) diff --git a/.gitignore b/.gitignore index e543672..b3ba3c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1835,3 +1835,4 @@ /v4.6.1.tar.gz /v4.6.2.tar.gz /v4.7.0-rc1.tar.gz +/v4.7.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index fb8aefa..3044626 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -6,16 +6,25 @@ specfile_path: rpm/podman.spec upstream_tag_template: v{version} srpm_build_deps: + - git-archive-all - make +actions: + fix-spec-file: + - "bash .packit.sh" + jobs: - job: copr_build trigger: pull_request + notifications: + failure_comment: + message: "Ephemeral COPR build failed. @containers/packit-build please check." enable_net: true - # keep in sync with https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next 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 @@ -26,6 +35,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." branch: main owner: rhcontainerbot project: podman-next diff --git a/README.packit b/README.packit index 797aefb..8b12de4 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.81.0.post1.dev4+g3347ce2b. diff --git a/podman.spec b/podman.spec index fb21255..e7fc75d 100644 --- a/podman.spec +++ b/podman.spec @@ -31,16 +31,6 @@ %define build_with_btrfs 1 %endif -# gvproxy doesn't currently build on rawhide because of go1.21. -# It can be included as a standalone package on copr. -# It is currently open for review on bugzilla until which fedora releases can't -# include it. Official rawhide should be able to fetch the last active build of -# gvproxy, the min version requirement has been removed to allow it. -# Ref: https://bugzilla.redhat.com/show_bug.cgi?id=2224434 -%if !%{defined copr_username} && 0%{?fedora} && 0%{?fedora} <= 37 -%define gvproxy_subpackage 1 -%endif - %global container_base_path github.com/containers %global container_base_url https://%{container_base_path} @@ -57,11 +47,6 @@ %global commit_plugins 18822f9a4fb35d1349eb256f4cd2bfd372474d84 %global import_path_plugins %{container_base_path}/%{repo_plugins} -# gvproxy -%global repo_gvproxy gvisor-tap-vsock -%global git_gvproxy %{container_base_url}/%{repo_gvproxy} -%global commit_gvproxy 407efb5dcdb0f4445935f7360535800b60447544 - Name: podman %if %{defined copr_username} Epoch: 102 @@ -74,7 +59,7 @@ Epoch: 5 # 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: 4.7.0~rc1 +Version: 4.7.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,9 +71,8 @@ ExclusiveArch: aarch64 ppc64le s390x x86_64 Summary: Manage Pods, Containers and Container Images URL: https://%{name}.io/ # All SourceN files fetched from upstream -Source0: %{git0}/archive/v4.7.0-rc1.tar.gz +Source0: %{git0}/archive/v%{version}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{commit_plugins}.tar.gz -Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{commit_gvproxy}.tar.gz Provides: %{name}-manpages = %{epoch}:%{version}-%{release} BuildRequires: %{_bindir}/envsubst %if %{defined build_with_btrfs} @@ -121,12 +105,8 @@ BuildRequires: python3 Requires: catatonit Requires: conmon >= 2:2.1.7-2 Requires: containers-common-extra -%if %{defined gvproxy_subpackage} -Recommends: %{name}-gvproxy = %{epoch}:%{version}-%{release} -%else -Recommends: %{name}-gvproxy -%endif Requires: gvisor-tap-vsock-gvforwarder +Recommends: gvisor-tap-vsock Provides: %{name}-quadlet Obsoletes: %{name}-quadlet <= 5:4.4.0-1 Provides: %{name}-quadlet = %{epoch}:%{version}-%{release} @@ -196,11 +176,7 @@ connections as well. %package plugins Summary: Plugins for %{name} Requires: dnsmasq -%if %{defined gvproxy_subpackage} -Recommends: %{name}-gvproxy = %{epoch}:%{version}-%{release} -%else -Recommends: %{name}-gvproxy -%endif +Recommends: gvisor-tap-vsock %description plugins This plugin sets up the use of dnsmasq on a given CNI network so @@ -210,17 +186,6 @@ that dnsmasq will read in. Similarly, when a pod is removed from the network, it will remove the entry from the hosts file. Each CNI network will have its own dnsmasq instance. -%if %{defined gvproxy_subpackage} -%package gvproxy -Summary: Go replacement for libslirp and VPNKit - -%description gvproxy -A replacement for libslirp and VPNKit, written in pure Go. -It is based on the network stack of gVisor. Compared to libslirp, -gvisor-tap-vsock brings a configurable DNS server and -dynamic port forwarding. -%endif - %package -n %{name}sh Summary: Confined login and user shell using %{name} Requires: %{name} = %{epoch}:%{version}-%{release} @@ -235,17 +200,12 @@ It is a symlink to %{_bindir}/%{name} and execs into the `%{name}sh` container when `%{_bindir}/%{name}sh` is set as a login shell or set as os.Args[0]. %prep -%autosetup -Sgit -n %{name}-4.7.0-rc1 +%autosetup -Sgit -n %{name}-%{version} sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile # untar dnsname tar zxf %{SOURCE1} -%if %{defined gvproxy_subpackage} -# untar %%{name}-gvproxy -tar zxf %{SOURCE2} -%endif - %build %set_build_flags export CGO_CFLAGS=$CFLAGS @@ -281,17 +241,9 @@ export BUILDTAGS="$BASEBUILDTAGS exclude_graphdriver_btrfs btrfs_noversion remot export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh)" %gobuild -o bin/quadlet ./cmd/quadlet -# reset LDFLAGS for plugins and gvisor binaries +# reset LDFLAGS for plugins binaries LDFLAGS='' -%if %{defined gvproxy_subpackage} -# build gvisor-tap-vsock binaries -cd %{repo_gvproxy}-%{commit_gvproxy} -%gobuild -o bin/gvproxy ./cmd/gvproxy -%gobuild -o bin/gvforwarder ./cmd/vm -cd .. -%endif - %{__make} docs docker-docs # build dnsname the old way otherwise it fails on koji @@ -328,15 +280,6 @@ cd %{repo_plugins}-%{commit_plugins} %{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install cd .. -%if %{defined gvproxy_subpackage} -# install gvproxy -cd %{repo_gvproxy}-%{commit_gvproxy} -install -dp %{buildroot}%{_libexecdir}/%{name} -install -p -m0755 bin/gvproxy %{buildroot}%{_libexecdir}/%{name} -install -p -m0755 bin/gvforwarder %{buildroot}%{_libexecdir}/%{name} -cd .. -%endif - # do not include docker and podman-remote man pages in main package for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},," | grep -v -e remote -e docker`; do echo "$file*" >> podman.file-list @@ -397,15 +340,6 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %dir %{_libexecdir}/cni %{_libexecdir}/cni/dnsname -%if %{defined gvproxy_subpackage} -%files gvproxy -%license %{repo_gvproxy}-%{commit_gvproxy}/LICENSE -%doc %{repo_gvproxy}-%{commit_gvproxy}/README.md -%dir %{_libexecdir}/%{name} -%{_libexecdir}/%{name}/gvproxy -%{_libexecdir}/%{name}/gvforwarder -%endif - %files -n %{name}sh %{_bindir}/%{name}sh diff --git a/sources b/sources index e63fc86..921e188 100644 --- a/sources +++ b/sources @@ -1,3 +1,2 @@ +SHA512 (v4.7.0.tar.gz) = 4cab8698a819cd42de4cb588978c94c91b0c85693db2476aa6d20d7f4e4a7674d417703f70bdbb5a0e94b678fd585ae03a95ff0e5b7eb2682d9f400b92915742 SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 -SHA512 (v4.7.0-rc1.tar.gz) = 3a69210db0bc074627818d7990506a361402fbdd70c312464dd351f9664eaea91190fe438cc194cd1f572afbcbba4cf4a187b688c724c1784a01165d8bdaf56c -SHA512 (gvisor-tap-vsock-407efb5dcdb0f4445935f7360535800b60447544.tar.gz) = 8b9e687c8be7063641839b5764787ae82561635ae6410585a3c70552bed741e6a63154f55d0209a6408861d5ee76619a765e70b2deda37d38802f6e5b57f2a4c From 7f157c74c7dd869c6f4a9f2c05c12dc3f0c9eddf Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 5 Oct 2023 17:20:28 +0000 Subject: [PATCH 2096/2185] [packit] 4.7.1 upstream release Upstream tag: v4.7.1 Upstream commit: ef83eeb9 --- .gitignore | 1 + README.packit | 2 +- podman.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b3ba3c9..7d467e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1836,3 +1836,4 @@ /v4.6.2.tar.gz /v4.7.0-rc1.tar.gz /v4.7.0.tar.gz +/v4.7.1.tar.gz diff --git a/README.packit b/README.packit index 8b12de4..a50d49c 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.81.0.post1.dev4+g3347ce2b. +The file was generated using packit 0.82.0.post1.dev2+g77334714. diff --git a/podman.spec b/podman.spec index e7fc75d..2dda8f6 100644 --- a/podman.spec +++ b/podman.spec @@ -59,7 +59,7 @@ Epoch: 5 # 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: 4.7.0 +Version: 4.7.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 921e188..152c219 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (v4.7.0.tar.gz) = 4cab8698a819cd42de4cb588978c94c91b0c85693db2476aa6d20d7f4e4a7674d417703f70bdbb5a0e94b678fd585ae03a95ff0e5b7eb2682d9f400b92915742 +SHA512 (v4.7.1.tar.gz) = cb89a687900bdc8ab9aec01d11c4e3062d8735122aa03639fa6eeecde10ea4bc3633381bce1e65955bf112d4fda330182f81d81054916b1eca8b7354c0f55c14 SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 From c11e262ddd341550e0f2cc0501b876bafe5e34d3 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 31 Oct 2023 14:09:21 +0000 Subject: [PATCH 2097/2185] [packit] 4.7.2 upstream release Upstream tag: v4.7.2 Upstream commit: 750b4c3a --- .gitignore | 1 + README.packit | 2 +- podman.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7d467e1..ca7f342 100644 --- a/.gitignore +++ b/.gitignore @@ -1837,3 +1837,4 @@ /v4.7.0-rc1.tar.gz /v4.7.0.tar.gz /v4.7.1.tar.gz +/v4.7.2.tar.gz diff --git a/README.packit b/README.packit index a50d49c..5998f60 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.82.0.post1.dev2+g77334714. +The file was generated using packit 0.85.0. diff --git a/podman.spec b/podman.spec index 2dda8f6..8ae7567 100644 --- a/podman.spec +++ b/podman.spec @@ -59,7 +59,7 @@ Epoch: 5 # 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: 4.7.1 +Version: 4.7.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 152c219..46638fd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (v4.7.1.tar.gz) = cb89a687900bdc8ab9aec01d11c4e3062d8735122aa03639fa6eeecde10ea4bc3633381bce1e65955bf112d4fda330182f81d81054916b1eca8b7354c0f55c14 +SHA512 (v4.7.2.tar.gz) = 1873a158f2e0527b6e57929f391c4ea5adee5fba33e861eb7744cd0ac845f7296f6149b5e824142e701e5b4db95466585206f37402298301f99cc40b781a51ba SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 From e13f1e1d16374e52c86ef9c5aa6cd7751046c788 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 27 Nov 2023 16:00:53 +0530 Subject: [PATCH 2098/2185] bump to v4.8.0-rc1 --- .gitignore | 1 + podman.spec | 6 +++--- sources | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ca7f342..345f3d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1838,3 +1838,4 @@ /v4.7.0.tar.gz /v4.7.1.tar.gz /v4.7.2.tar.gz +/v4.8.0-rc1.tar.gz diff --git a/podman.spec b/podman.spec index 8ae7567..5cb58ca 100644 --- a/podman.spec +++ b/podman.spec @@ -59,7 +59,7 @@ Epoch: 5 # 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: 4.7.2 +Version: 4.8.0~rc1 # 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 @@ -71,7 +71,7 @@ ExclusiveArch: aarch64 ppc64le s390x x86_64 Summary: Manage Pods, Containers and Container Images URL: https://%{name}.io/ # All SourceN files fetched from upstream -Source0: %{git0}/archive/v%{version}.tar.gz +Source0: %{git0}/archive/v%{version_no_tilde}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{commit_plugins}.tar.gz Provides: %{name}-manpages = %{epoch}:%{version}-%{release} BuildRequires: %{_bindir}/envsubst @@ -200,7 +200,7 @@ It is a symlink to %{_bindir}/%{name} and execs into the `%{name}sh` container when `%{_bindir}/%{name}sh` is set as a login shell or set as os.Args[0]. %prep -%autosetup -Sgit -n %{name}-%{version} +%autosetup -Sgit -n %{name}-%{version_no_tilde} sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile # untar dnsname diff --git a/sources b/sources index 46638fd..1328ecc 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (v4.7.2.tar.gz) = 1873a158f2e0527b6e57929f391c4ea5adee5fba33e861eb7744cd0ac845f7296f6149b5e824142e701e5b4db95466585206f37402298301f99cc40b781a51ba SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 +SHA512 (v4.8.0-rc1.tar.gz) = 5b3cb3e78d311cf41c5b79ac0b93c34e77b7168230b6f307304be210a34606a937aa6039e2de14a5ae6271b94e7a19e12503335c3796f57c968df004d5f13607 From 4f6306fd2a1915cfcebf6a276592d4d232c3e6d6 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 27 Nov 2023 19:53:07 +0000 Subject: [PATCH 2099/2185] [packit] 4.8.0 upstream release Upstream tag: v4.8.0 Upstream commit: c4dfcf14 --- .gitignore | 1 + .packit.yaml | 3 +++ README.packit | 2 +- podman.spec | 22 ++++++++++++++++++++-- sources | 2 +- 5 files changed, 26 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 345f3d8..6e0dfb2 100644 --- a/.gitignore +++ b/.gitignore @@ -1839,3 +1839,4 @@ /v4.7.1.tar.gz /v4.7.2.tar.gz /v4.8.0-rc1.tar.gz +/v4.8.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 3044626..31218d6 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -46,6 +46,9 @@ jobs: - job: tests identifier: cockpit-revdeps trigger: pull_request + notifications: + failure_comment: + message: "Cockpit tests failed for commit {commit_sha}. @martinpitt, @jelly, @mvollmer please check." targets: - fedora-latest-stable - fedora-development diff --git a/README.packit b/README.packit index 5998f60..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.85.0. +The file was generated using packit 0.86.2.post1.dev2+g209847d1. diff --git a/podman.spec b/podman.spec index 5cb58ca..0f5bf54 100644 --- a/podman.spec +++ b/podman.spec @@ -31,6 +31,10 @@ %define build_with_btrfs 1 %endif +%if %{defined copr_username} +%define copr_build 1 +%endif + %global container_base_path github.com/containers %global container_base_url https://%{container_base_path} @@ -48,7 +52,7 @@ %global import_path_plugins %{container_base_path}/%{repo_plugins} Name: podman -%if %{defined copr_username} +%if %{defined copr_build} Epoch: 102 %else Epoch: 5 @@ -59,7 +63,7 @@ Epoch: 5 # 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: 4.8.0~rc1 +Version: 4.8.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 @@ -105,7 +109,11 @@ BuildRequires: python3 Requires: catatonit Requires: conmon >= 2:2.1.7-2 Requires: containers-common-extra +%if %{defined rhel} && !%{defined eln} +Recommends: gvisor-tap-vsock-gvforwarder +%else Requires: gvisor-tap-vsock-gvforwarder +%endif Recommends: gvisor-tap-vsock Provides: %{name}-quadlet Obsoletes: %{name}-quadlet <= 5:4.4.0-1 @@ -203,6 +211,14 @@ when `%{_bindir}/%{name}sh` is set as a login shell or set as os.Args[0]. %autosetup -Sgit -n %{name}-%{version_no_tilde} sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile +# These changes are only meant for copr builds +%if %{defined copr_build} +# podman --version should show short sha +sed -i "s/^const RawVersion = .*/const RawVersion = \"##VERSION##-##SHORT_SHA##\"/" version/rawversion/version.go +# use ParseTolerant to allow short sha in version +sed -i "s/^var Version.*/var Version, err = semver.ParseTolerant(rawversion.RawVersion)/" version/version.go +%endif + # untar dnsname tar zxf %{SOURCE1} @@ -219,6 +235,8 @@ 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 GOPROXY=direct + LDFLAGS="-X %{ld_libpod}/define.buildInfo=$(date +%s) \ -X %{ld_libpod}/config._installPrefix=%{_prefix} \ -X %{ld_libpod}/config._etcDir=%{_sysconfdir} \ diff --git a/sources b/sources index 1328ecc..029e7a0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ +SHA512 (v4.8.0.tar.gz) = 2178a9c8428a0cf2c402e0f299efe2ad9a797143e641a92438112694a4acbdfb69ba8c104c87f4763d001f17cedb709eef24d86460d095a61a64d29a168a2051 SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 -SHA512 (v4.8.0-rc1.tar.gz) = 5b3cb3e78d311cf41c5b79ac0b93c34e77b7168230b6f307304be210a34606a937aa6039e2de14a5ae6271b94e7a19e12503335c3796f57c968df004d5f13607 From 14d4b9b6968bc634ff2cb42c6635cda0ba578abd Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 5 Dec 2023 11:53:59 +0000 Subject: [PATCH 2100/2185] [packit] 4.8.1 upstream release Upstream tag: v4.8.1 Upstream commit: ef6e5ac4 --- .gitignore | 1 + README.packit | 2 +- podman.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6e0dfb2..2263470 100644 --- a/.gitignore +++ b/.gitignore @@ -1840,3 +1840,4 @@ /v4.7.2.tar.gz /v4.8.0-rc1.tar.gz /v4.8.0.tar.gz +/v4.8.1.tar.gz diff --git a/README.packit b/README.packit index d778d97..d51b2f8 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.dev5+g6e286a7b. diff --git a/podman.spec b/podman.spec index 0f5bf54..f87be59 100644 --- a/podman.spec +++ b/podman.spec @@ -63,7 +63,7 @@ Epoch: 5 # 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: 4.8.0 +Version: 4.8.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 029e7a0..bc9c268 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (v4.8.0.tar.gz) = 2178a9c8428a0cf2c402e0f299efe2ad9a797143e641a92438112694a4acbdfb69ba8c104c87f4763d001f17cedb709eef24d86460d095a61a64d29a168a2051 +SHA512 (v4.8.1.tar.gz) = a9188b81d4f4babb04c5a44d8a3aefb73c5d8f53d056d32c5c8563f296e27fa4f4b60f6c8581bebb7ee47c3f760743fd386211906ef0a88249f78256b24a4764 SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 From bda0c5e41c313d39f7ca109d7d7b1e438cb3dd31 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 11 Dec 2023 12:56:12 +0000 Subject: [PATCH 2101/2185] [packit] 4.8.2 upstream release Upstream tag: v4.8.2 Upstream commit: aa546902 --- .gitignore | 1 + podman.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2263470..9740f8d 100644 --- a/.gitignore +++ b/.gitignore @@ -1841,3 +1841,4 @@ /v4.8.0-rc1.tar.gz /v4.8.0.tar.gz /v4.8.1.tar.gz +/v4.8.2.tar.gz diff --git a/podman.spec b/podman.spec index f87be59..781ddcc 100644 --- a/podman.spec +++ b/podman.spec @@ -63,7 +63,7 @@ Epoch: 5 # 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: 4.8.1 +Version: 4.8.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 bc9c268..deb78ef 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (v4.8.1.tar.gz) = a9188b81d4f4babb04c5a44d8a3aefb73c5d8f53d056d32c5c8563f296e27fa4f4b60f6c8581bebb7ee47c3f760743fd386211906ef0a88249f78256b24a4764 +SHA512 (v4.8.2.tar.gz) = 4ad4d03010fc706bb53de4d5de4779f0f32f623cda301f5bbcfd9d2e8f443f2955d2c8b9278f4741aad72498e87081475a53d5e5b1ce8a28035e18aa6d5acb0c SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 From fc12c4b81d5920298081341d3040f23e89278e7d Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 3 Jan 2024 13:57:10 +0000 Subject: [PATCH 2102/2185] [packit] 4.8.3 upstream release Upstream tag: v4.8.3 Upstream commit: 85dc30df --- .gitignore | 1 + README.packit | 2 +- podman.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9740f8d..5a13f58 100644 --- a/.gitignore +++ b/.gitignore @@ -1842,3 +1842,4 @@ /v4.8.0.tar.gz /v4.8.1.tar.gz /v4.8.2.tar.gz +/v4.8.3.tar.gz diff --git a/README.packit b/README.packit index d51b2f8..f27b296 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.dev5+g6e286a7b. +The file was generated using packit 0.87.1.post1.dev11+gd1f7091b. diff --git a/podman.spec b/podman.spec index 781ddcc..ad6197a 100644 --- a/podman.spec +++ b/podman.spec @@ -63,7 +63,7 @@ Epoch: 5 # 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: 4.8.2 +Version: 4.8.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 deb78ef..b5b288c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (v4.8.2.tar.gz) = 4ad4d03010fc706bb53de4d5de4779f0f32f623cda301f5bbcfd9d2e8f443f2955d2c8b9278f4741aad72498e87081475a53d5e5b1ce8a28035e18aa6d5acb0c +SHA512 (v4.8.3.tar.gz) = 13ade866b888d32ada3b38130d7cc4677591136e25234e040b478c5d002d1b7907ed46731996d25cc41b992b98b75f109c6e6eea44251f4ad89162b20266976d SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 From 3f3916b2710859a8916eaf7fadaffe1acde109e7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 22:04:45 +0000 Subject: [PATCH 2103/2185] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 464a2d7e2d9d3cda998cacbf185aa8ef9d329a13 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 24 Jan 2024 09:53:20 +0000 Subject: [PATCH 2104/2185] [packit] 4.9.0 upstream release Upstream tag: v4.9.0 Upstream commit: f7c7b0a7 --- .gitignore | 1 + README.packit | 2 +- podman.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5a13f58..e120800 100644 --- a/.gitignore +++ b/.gitignore @@ -1843,3 +1843,4 @@ /v4.8.1.tar.gz /v4.8.2.tar.gz /v4.8.3.tar.gz +/v4.9.0.tar.gz diff --git a/README.packit b/README.packit index f27b296..bba9424 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.dev11+gd1f7091b. +The file was generated using packit 0.89.0.post1.dev4+gabf90471. diff --git a/podman.spec b/podman.spec index ad6197a..58f3a15 100644 --- a/podman.spec +++ b/podman.spec @@ -63,7 +63,7 @@ Epoch: 5 # 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: 4.8.3 +Version: 4.9.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 b5b288c..9ffe3c4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (v4.8.3.tar.gz) = 13ade866b888d32ada3b38130d7cc4677591136e25234e040b478c5d002d1b7907ed46731996d25cc41b992b98b75f109c6e6eea44251f4ad89162b20266976d +SHA512 (v4.9.0.tar.gz) = 70f395c8ff048aafeab81a526b2ff3a884a16f4e55435e643d8cea620ac2d48ef93b5482f6fcc75cffc9652b76dc385ff3baa911797600e30b0bb125e289ce52 SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 From 7f7ad320ba038c6178b2cf52487ccacc615f8beb Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 25 Jan 2024 00:10:24 -0500 Subject: [PATCH 2105/2185] Use go-rpm-macros on RHEL 10 The macros in ELN and c10s have the necessary support. https://github.com/containers/podman/pull/21358 --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 58f3a15..d86905c 100644 --- a/podman.spec +++ b/podman.spec @@ -12,7 +12,7 @@ # 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} && !%{defined eln} +%if %{defined rhel} && 0%{?rhel} < 10 %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 %{?**}; # python3 dep conditional for rhel8 %if %{?rhel} == 8 From aa55adeec93edf42f810c2d8c241b57d6f78836b Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 1 Feb 2024 14:13:35 +0000 Subject: [PATCH 2106/2185] [packit] 4.9.1 upstream release Upstream tag: v4.9.1 Upstream commit: 118829d7 --- .gitignore | 1 + README.packit | 2 +- podman.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e120800..3c651b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1844,3 +1844,4 @@ /v4.8.2.tar.gz /v4.8.3.tar.gz /v4.9.0.tar.gz +/v4.9.1.tar.gz diff --git a/README.packit b/README.packit index bba9424..9a6e969 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.89.0.post1.dev4+gabf90471. +The file was generated using packit 0.90.0.post1.dev3+g3d9551d2. diff --git a/podman.spec b/podman.spec index d86905c..fb0148d 100644 --- a/podman.spec +++ b/podman.spec @@ -63,7 +63,7 @@ Epoch: 5 # 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: 4.9.0 +Version: 4.9.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 9ffe3c4..805f1dc 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (v4.9.0.tar.gz) = 70f395c8ff048aafeab81a526b2ff3a884a16f4e55435e643d8cea620ac2d48ef93b5482f6fcc75cffc9652b76dc385ff3baa911797600e30b0bb125e289ce52 +SHA512 (v4.9.1.tar.gz) = 59cece9806df3b69e202b39e0a45d71b3f6fd77dbbbe1452bc046468d5504fc52c21ad3056a89bab7d3f9a86c86e22369902e0a2840ca43e0dd3a6c4c10affc2 SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 From 67da5bfbb77e6d0d47b27486194037ba3bca106f Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Thu, 1 Feb 2024 06:33:04 -0700 Subject: [PATCH 2107/2185] Much-belated cleanup - remove all references to cgroups v1. That code never worked, and "cgroups v2" in test names was misleading because it implied an alternative. Remove it. - refactor podman remote and local tests - clean up docs - Ansible bitrot cleanup ("this is deprecated, use that") Tested using 1minutetip but even so this is a big change and we need to be prepared for fallout in the next bodhi. Signed-off-by: Ed Santiago --- tests/README | 13 +--- tests/roles/run_bats_tests/tasks/main.yml | 2 +- tests/roles/set_cgroups/tasks/main.yml | 73 ------------------- ...an_cgroups_vn.yml => run_podman_tests.yml} | 15 ++-- tests/test_podman.yml | 22 ++---- tests/test_podman_remote.yml | 19 ----- 6 files changed, 17 insertions(+), 127 deletions(-) delete mode 100644 tests/roles/set_cgroups/tasks/main.yml rename tests/{test_podman_cgroups_vn.yml => run_podman_tests.yml} (59%) delete mode 100644 tests/test_podman_remote.yml diff --git a/tests/README b/tests/README index 672acdb..72aa202 100644 --- a/tests/README +++ b/tests/README @@ -1,21 +1,14 @@ I'm sorry. The playbooks here are a much-too-complicated way of saying: - - test podman (root and rootless) under cgroups v2 - - reboot into cgroups v1 - - repeat the same podman tests - -We can't use standard-test-basic any more because, tl;dr, that has to -be the last stanza in the playbook and it doesn't offer any mechanism -for running a reboot in the middle of tests. (I actually found a way -but it was even uglier than this approach). + - test podman (root and rootless) + - same, with podman-remote The starting point is tests.yml . From there: tests.yml \- test_podman.yml |- roles/rootless_user_ready/ - \- test_podman_cgroups_vn.yml (runs twice: cgroups v2, v1) - |- roles/set_cgroups/ + \- run_podman_tests.yml (once for local, once for remote) \- roles/run_bats_tests/ (runs tests: root, rootless) Principal result is the file 'artifacts/test.log'. It will contain diff --git a/tests/roles/run_bats_tests/tasks/main.yml b/tests/roles/run_bats_tests/tasks/main.yml index a207c05..decf8ef 100644 --- a/tests/roles/run_bats_tests/tasks/main.yml +++ b/tests/roles/run_bats_tests/tasks/main.yml @@ -4,7 +4,7 @@ copy: dest=/tmp/test.log content='' force=yes mode=0666 - name: execute tests - include: run_one_test.yml + include_tasks: run_one_test.yml with_items: "{{ tests }}" loop_control: loop_var: test diff --git a/tests/roles/set_cgroups/tasks/main.yml b/tests/roles/set_cgroups/tasks/main.yml deleted file mode 100644 index a900673..0000000 --- a/tests/roles/set_cgroups/tasks/main.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -# Check the CURRENT cgroup level; we get this from /proc/cmdline -- name: check current kernel options - shell: fgrep systemd.unified_cgroup_hierarchy=0 /proc/cmdline - register: result - ignore_errors: true - -- name: determine current cgroups | assume v2 - set_fact: current_cgroups=2 - -- name: determine current cgroups | looks like v1 - set_fact: current_cgroups=1 - when: result is succeeded - -- debug: - msg: "want: v{{ want_cgroups }} actual: v{{ current_cgroups }}" - -- name: grubenv, pre-edit, cat - shell: cat /boot/grub2/grubenv - register: grubenv - -- name: grubenv, pre-edit, show - debug: - msg: "{{ grubenv.stdout_lines }}" - -# Update grubenv file to reflect the desired cgroup level -- name: remove cgroup option from kernel flags - shell: - cmd: sed -i -e "s/^\(kernelopts=.*\)systemd\.unified_cgroup_hierarchy=.\(.*\)/\1 \2/" /boot/grub2/grubenv - -- name: add it with the desired value - shell: - cmd: sed -i -e "s/^\(kernelopts=.*\)/\1 systemd.unified_cgroup_hierarchy=0/" /boot/grub2/grubenv - when: want_cgroups == 1 - -- name: grubenv, post-edit, cat - shell: cat /boot/grub2/grubenv - register: grubenv - -- name: grubenv, post-edit, show - debug: - msg: "post: {{ grubenv.stdout_lines }}" - -# If want != have, reboot -- name: reboot and wait - block: - - name: reboot - reboot: - reboot_timeout: 900 - ignore_errors: yes - - name: wait and reconnect - wait_for_connection: - timeout: 900 - when: want_cgroups|int != current_cgroups|int - -- set_fact: - expected_fstype: - - none - - tmpfs - - cgroup2fs - -- name: confirm cgroups setting - shell: stat -f -c "%T" /sys/fs/cgroup - register: fstype - -- debug: - msg: "stat(/sys/fs/cgroup) = {{ fstype.stdout }}" - -- name: system cgroups is the expected type - assert: - that: - - fstype.stdout == expected_fstype[want_cgroups|int] - fail_msg: "stat(/sys/fs/cgroup) = {{ fstype.stdout }} (expected {{ expected_fstype[want_cgroups|int] }})" diff --git a/tests/test_podman_cgroups_vn.yml b/tests/run_podman_tests.yml similarity index 59% rename from tests/test_podman_cgroups_vn.yml rename to tests/run_podman_tests.yml index 5d48663..de7ddff 100644 --- a/tests/test_podman_cgroups_vn.yml +++ b/tests/run_podman_tests.yml @@ -1,21 +1,22 @@ --- -# Requires: 'want_cgroups' variable set to 1 or 2 -- include_role: - name: set_cgroups +- name: "podman-remote | install" + dnf: name="podman-remote" state=installed + when: podman_bin == "podman-remote" + - include_role: name: run_bats_tests vars: tests: # Yes, this is horrible duplication, but trying to refactor in ansible # yields even more horrible unreadable code. This is the lesser evil. - - name: podman root cgroupsv{{ want_cgroups }} + - name: "{{ podman_bin }} root" package: podman environment: - PODMAN: /usr/bin/podman + PODMAN: /usr/bin/{{ podman_bin }} QUADLET: /usr/libexec/podman/quadlet - - name: podman rootless cgroupsv{{ want_cgroups }} + - name: "{{ podman_bin }} rootless" package: podman environment: - PODMAN: /usr/bin/podman + PODMAN: /usr/bin/{{ podman_bin }} QUADLET: /usr/libexec/podman/quadlet become: true diff --git a/tests/test_podman.yml b/tests/test_podman.yml index 0b4c41b..e5c82a1 100644 --- a/tests/test_podman.yml +++ b/tests/test_podman.yml @@ -24,24 +24,12 @@ - name: clear test results (results.yml) local_action: copy content="results:\n" dest={{ artifacts }}/results.yml - # These are the actual tests: set cgroups vN, then run root/rootless tests. - # - # FIXME FIXME FIXME: 2020-05-21: 'loop' should be '2, 1' but there's some - # nightmarish bug in CI wherein reboots hang forever. There's a bug open[1] - # but it seems dead. Without a working reboot, there's no way to test v1. - # [1] https://redhat.service-now.com/surl.do?n=PNT0808530 - # I'm leaving this as a 'loop' in (foolish? vain?) hope that the bug will - # be fixed. Let's revisit this after, say, 2020-08. If the bug persists - # then let's just revert the entire cgroups v1 change, and go back to - # using standard-test-basic. - - name: set cgroups and run podman tests - include_tasks: test_podman_cgroups_vn.yml - loop: [ 2 ] + # These are the actual tests. + - name: test podman + include_tasks: run_podman_tests.yml + loop: [ podman, podman-remote ] loop_control: - loop_var: want_cgroups - - - name: test podman-remote - include_tasks: test_podman_remote.yml + loop_var: podman_bin - name: test toolbox include_tasks: test_toolbox.yml diff --git a/tests/test_podman_remote.yml b/tests/test_podman_remote.yml deleted file mode 100644 index 204d137..0000000 --- a/tests/test_podman_remote.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -- name: "podman-remote | install" - dnf: name="podman-remote" state=installed - -- include_role: - name: run_bats_tests - vars: - tests: - - name: podman-remote root - package: podman - environment: - PODMAN: /usr/bin/podman-remote - QUADLET: /usr/libexec/podman/quadlet - - name: podman-remote rootless - package: podman - environment: - PODMAN: /usr/bin/podman-remote - QUADLET: /usr/libexec/podman/quadlet - become: true From eb3ec998998a6e2bf6f0d83d06a09caffca94b58 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 2 Feb 2024 23:33:04 +0000 Subject: [PATCH 2108/2185] [packit] 4.9.2 upstream release Upstream tag: v4.9.2 Upstream commit: f9a48ebc --- .gitignore | 1 + podman.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3c651b8..20643d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1845,3 +1845,4 @@ /v4.8.3.tar.gz /v4.9.0.tar.gz /v4.9.1.tar.gz +/v4.9.2.tar.gz diff --git a/podman.spec b/podman.spec index fb0148d..c1a741a 100644 --- a/podman.spec +++ b/podman.spec @@ -63,7 +63,7 @@ Epoch: 5 # 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: 4.9.1 +Version: 4.9.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 805f1dc..595152b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (v4.9.1.tar.gz) = 59cece9806df3b69e202b39e0a45d71b3f6fd77dbbbe1452bc046468d5504fc52c21ad3056a89bab7d3f9a86c86e22369902e0a2840ca43e0dd3a6c4c10affc2 +SHA512 (v4.9.2.tar.gz) = 09f6c1839d67fb7404688c8fc6fcb65471ca9f9d1651f7c5c57baa52eb64f0a8f73523d7761a857794b6307d3a943aecd92fc247dd193ccf1d53eb234f9f6ff5 SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 From 2ab1bb3d2d6b3e9df18449494a081fcbe8044d4c Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 8 Feb 2024 16:39:24 +0000 Subject: [PATCH 2109/2185] [packit] 5.0.0-rc1 upstream release Upstream tag: v5.0.0-rc1 Upstream commit: dc218a3c --- .gitignore | 1 + .packit.yaml | 13 +++++++------ README.packit | 2 +- podman.spec | 54 ++++++--------------------------------------------- sources | 3 +-- 5 files changed, 16 insertions(+), 57 deletions(-) diff --git a/.gitignore b/.gitignore index 20643d1..1039674 100644 --- a/.gitignore +++ b/.gitignore @@ -1846,3 +1846,4 @@ /v4.9.0.tar.gz /v4.9.1.tar.gz /v4.9.2.tar.gz +/v5.0.0-rc1.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 31218d6..afcebd1 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -67,14 +67,15 @@ jobs: trigger: release update_release: false dist_git_branches: - - fedora-all + - fedora-development # Implies fedora-rawhide and any branched but unreleased version, will include f40 before f40 is marked stable. - job: koji_build trigger: commit dist_git_branches: - - fedora-all + - fedora-development - - job: bodhi_update - trigger: commit - dist_git_branches: - - fedora-branched # rawhide updates are created automatically + # TODO: Revisit once fedora 40 is branched and manual bodhi is enabled + #- job: bodhi_update + #trigger: commit + #dist_git_branches: + #- fedora-40 # rawhide updates are created automatically diff --git a/README.packit b/README.packit index 9a6e969..29cc7d8 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.90.0.post1.dev3+g3d9551d2. +The file was generated using packit 0.90.0.post1.dev9+g1f0325d1. diff --git a/podman.spec b/podman.spec index c1a741a..1caee6d 100644 --- a/podman.spec +++ b/podman.spec @@ -45,12 +45,6 @@ # %%{name} %global git0 %{container_base_url}/%{name} -# dnsname -%global repo_plugins dnsname -%global git_plugins %{container_base_url}/%{repo_plugins} -%global commit_plugins 18822f9a4fb35d1349eb256f4cd2bfd372474d84 -%global import_path_plugins %{container_base_path}/%{repo_plugins} - Name: podman %if %{defined copr_build} Epoch: 102 @@ -63,7 +57,7 @@ Epoch: 5 # 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: 4.9.2 +Version: 5.0.0~rc1 # 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 @@ -76,7 +70,6 @@ Summary: Manage Pods, Containers and Container Images URL: https://%{name}.io/ # All SourceN files fetched from upstream Source0: %{git0}/archive/v%{version_no_tilde}.tar.gz -Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{commit_plugins}.tar.gz Provides: %{name}-manpages = %{epoch}:%{version}-%{release} BuildRequires: %{_bindir}/envsubst %if %{defined build_with_btrfs} @@ -181,19 +174,6 @@ run %{name}-remote in production. manage pods, containers and container images. %{name}-remote supports ssh connections as well. -%package plugins -Summary: Plugins for %{name} -Requires: dnsmasq -Recommends: gvisor-tap-vsock - -%description plugins -This plugin sets up the use of dnsmasq on a given CNI network so -that Pods can resolve each other by name. When configured, -the pod and its IP address are added to a network specific hosts file -that dnsmasq will read in. Similarly, when a pod -is removed from the network, it will remove the entry from the hosts -file. Each CNI network will have its own dnsmasq instance. - %package -n %{name}sh Summary: Confined login and user shell using %{name} Requires: %{name} = %{epoch}:%{version}-%{release} @@ -211,6 +191,11 @@ when `%{_bindir}/%{name}sh` is set as a login shell or set as os.Args[0]. %autosetup -Sgit -n %{name}-%{version_no_tilde} sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile +# cgroups-v1 is supported on rhel9 +%if 0%{?rhel} == 9 +sed -i '/DELETE ON RHEL9/,/DELETE ON RHEL9/d' libpod/runtime.go +%endif + # These changes are only meant for copr builds %if %{defined copr_build} # podman --version should show short sha @@ -219,9 +204,6 @@ sed -i "s/^const RawVersion = .*/const RawVersion = \"##VERSION##-##SHORT_SHA##\ sed -i "s/^var Version.*/var Version, err = semver.ParseTolerant(rawversion.RawVersion)/" version/version.go %endif -# untar dnsname -tar zxf %{SOURCE1} - %build %set_build_flags export CGO_CFLAGS=$CFLAGS @@ -264,19 +246,6 @@ LDFLAGS='' %{__make} docs docker-docs -# build dnsname the old way otherwise it fails on koji -cd %{repo_plugins}-%{commit_plugins} -mkdir _build -cd _build -mkdir -p src/%{container_base_path} -ln -s ../../../../ src/%{import_path_plugins} -cd .. -ln -s vendor src -export GOPATH=$(pwd)/_build:$(pwd) -%define gomodulesmode GO111MODULE=off -%gobuild -o bin/dnsname %{import_path_plugins}/plugins/meta/dnsname -cd .. - %install install -dp %{buildroot}%{_unitdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{_sysconfdir} \ @@ -293,11 +262,6 @@ PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{_sysc sed -i 's;%{buildroot};;g' %{buildroot}%{_bindir}/docker -# install dnsname plugin -cd %{repo_plugins}-%{commit_plugins} -%{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install -cd .. - # do not include docker and podman-remote man pages in main package for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},," | grep -v -e remote -e docker`; do echo "$file*" >> podman.file-list @@ -352,12 +316,6 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %files tests %{_datadir}/%{name}/test -%files plugins -%license %{repo_plugins}-%{commit_plugins}/LICENSE -%doc %{repo_plugins}-%{commit_plugins}/{README.md,README_PODMAN.md} -%dir %{_libexecdir}/cni -%{_libexecdir}/cni/dnsname - %files -n %{name}sh %{_bindir}/%{name}sh diff --git a/sources b/sources index 595152b..8937017 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (v4.9.2.tar.gz) = 09f6c1839d67fb7404688c8fc6fcb65471ca9f9d1651f7c5c57baa52eb64f0a8f73523d7761a857794b6307d3a943aecd92fc247dd193ccf1d53eb234f9f6ff5 -SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 +SHA512 (v5.0.0-rc1.tar.gz) = 95452d5489b167cff24620b5a7504e1363d8276cf4e7c026d43ea2e9b24dde1c595b6e763a1065087d876e5ad56e62f7cda6e53838abdeac7eeb3deadcfd88ae From a26b20b47b17202bf2328fdc352ca8e78a2bc4b1 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 9 Feb 2024 19:03:12 +0530 Subject: [PATCH 2110/2185] update podman module version --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 1caee6d..68b810f 100644 --- a/podman.spec +++ b/podman.spec @@ -39,7 +39,7 @@ %global container_base_url https://%{container_base_path} # For LDFLAGS -%global ld_project %{container_base_path}/%{name}/v4 +%global ld_project %{container_base_path}/%{name}/v5 %global ld_libpod %{ld_project}/libpod # %%{name} From 67ebd1f331e6357d86e60868257dff099b691a32 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Sun, 11 Feb 2024 23:34:59 +0000 Subject: [PATCH 2111/2185] Rebuild for golang 1.22.0 From 7bff8d08f668797fa44881a1bc65632c18bdeb94 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 13 Feb 2024 22:40:59 +0100 Subject: [PATCH 2112/2185] Update how Toolbx is spelt This is meant to make the project more searchable on the Internet. More and more people have been pointing out that "toolbox" is terribly difficult to search for, and it's impossible to find any decent Internet real estate by that name. Some exceptions: * The code repository is still https://github.com/containers/toolbox. It will be renamed after giving a heads-up to other contributors. * The name of the binary is still 'toolbox'. The name is embedded into existing Toolbx containers as their entry point, which is bind mounted from the host operating system when the containers are started. Trivially renaming the binary will prevent these containers from starting. * The name of the Fedora package is still 'toolbox'. https://src.fedoraproject.org/rpms/podman/pull-request/122 --- tests/test_podman.yml | 4 ++-- tests/{test_toolbox.yml => test_toolbx.yml} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename tests/{test_toolbox.yml => test_toolbx.yml} (89%) diff --git a/tests/test_podman.yml b/tests/test_podman.yml index e5c82a1..d471630 100644 --- a/tests/test_podman.yml +++ b/tests/test_podman.yml @@ -31,8 +31,8 @@ loop_control: loop_var: podman_bin - - name: test toolbox - include_tasks: test_toolbox.yml + - name: test toolbx + include_tasks: test_toolbx.yml # Postprocessing: check for FAIL or ERROR in any test, exit 1 if so - name: check results diff --git a/tests/test_toolbox.yml b/tests/test_toolbx.yml similarity index 89% rename from tests/test_toolbox.yml rename to tests/test_toolbx.yml index 9b0859c..a7470c5 100644 --- a/tests/test_toolbox.yml +++ b/tests/test_toolbx.yml @@ -3,7 +3,7 @@ name: run_bats_tests vars: tests: - - name: toolbox + - name: toolbx package: toolbox become: true environment: From 89acf13e05c727b0b001cc3a4cf4a2887135e89c Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 15 Feb 2024 15:04:49 +0100 Subject: [PATCH 2113/2185] Silence warnings about deprecated grep(1) use in test logs The egrep command was deprecated in 2007 as part of Grep 2.5.3, and since Grep 3.8 it actually warns about it [1]. The warning shows up in the test logs as: egrep: warning: egrep is obsolescent; using grep -E [1] Grep commit a9515624709865d4 https://git.savannah.gnu.org/cgit/grep.git/commit/?id=a9515624709865d4 https://src.fedoraproject.org/rpms/podman/pull-request/125 --- tests/roles/run_bats_tests/files/run_bats_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/roles/run_bats_tests/files/run_bats_tests.sh b/tests/roles/run_bats_tests/files/run_bats_tests.sh index 90884cb..bddd851 100755 --- a/tests/roles/run_bats_tests/files/run_bats_tests.sh +++ b/tests/roles/run_bats_tests/files/run_bats_tests.sh @@ -27,7 +27,7 @@ exec &> >(tee -a $FULL_LOG) echo "Packages:" echo " Kernel: $(uname -r)" rpm -qa |\ - egrep 'podman|conmon|containers-common|crun|runc|iptable|slirp|aardvark|netavark|containernetworking-plugins|systemd|container-selinux|passt' |\ + grep -E 'podman|conmon|containers-common|crun|runc|iptable|slirp|aardvark|netavark|containernetworking-plugins|systemd|container-selinux|passt' |\ sort |\ sed -e 's/^/ /' From 5b19639ef30694ebfc3cf0f6107131ec9a2cbacb Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 16 Feb 2024 16:47:08 +0000 Subject: [PATCH 2114/2185] [packit] 5.0.0-rc2 upstream release Upstream tag: v5.0.0-rc2 Upstream commit: f620aa0f --- .gitignore | 1 + README.packit | 2 +- podman.spec | 5 +++-- sources | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1039674..6d78021 100644 --- a/.gitignore +++ b/.gitignore @@ -1847,3 +1847,4 @@ /v4.9.1.tar.gz /v4.9.2.tar.gz /v5.0.0-rc1.tar.gz +/v5.0.0-rc2.tar.gz diff --git a/README.packit b/README.packit index 29cc7d8..f592284 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.90.0.post1.dev9+g1f0325d1. +The file was generated using packit 0.91.0.post1.dev4+ge6fd4a25. diff --git a/podman.spec b/podman.spec index 68b810f..e68bd1f 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Epoch: 5 # 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: 5.0.0~rc1 +Version: 5.0.0~rc2 # 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 @@ -248,7 +248,7 @@ LDFLAGS='' %install install -dp %{buildroot}%{_unitdir} -PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{_sysconfdir} \ +PODMAN_VERSION=%{version} %{__make} DESTDIR=%{buildroot} PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} \ install.bin \ install.man \ install.systemd \ @@ -300,6 +300,7 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %files docker %{_bindir}/docker %{_mandir}/man1/docker*.1* +%{_sysconfdir}/profile.d/%{name}-docker.* %{_tmpfilesdir}/%{name}-docker.conf %{_user_tmpfilesdir}/%{name}-docker.conf diff --git a/sources b/sources index 8937017..49d7659 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.0.0-rc1.tar.gz) = 95452d5489b167cff24620b5a7504e1363d8276cf4e7c026d43ea2e9b24dde1c595b6e763a1065087d876e5ad56e62f7cda6e53838abdeac7eeb3deadcfd88ae +SHA512 (v5.0.0-rc2.tar.gz) = 7680ad4f7e7e61068fdbf746ec42cb8e53b0150d8ee5fc7e996eaa8873df41d6426b00c05dd666e609e2187d8d44950ecce7b2999916a6607e11078244483017 From c2712c6a6b64069dbc00c991fd1688e75305f6c5 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Mon, 19 Feb 2024 20:32:59 +0100 Subject: [PATCH 2115/2185] Avoid running out of storage space when running the Toolbx tests Toolbx's system tests download several images when setting up the test suite, and cache them for later use by the tests [1]. This saves time and avoids hitting rate limits imposed by OCI registries by not downloading the same images repeatedly for several tests, but at the cost of increased use of storage space to cache the images. The images are cached under BATS_TMPDIR. It defaults to the TMPDIR environment variable, and if that's not set then to /tmp [2]. Normally, TMPDIR isn't set, and the images end up getting cached under /tmp. Now, /tmp is typically on tmpfs backed by RAM or swap, which means that it should be used for smaller size-bounded files only, and /var/tmp should be used for everything else [3]. The images are big enough that a collection of them can't be described as smaller and size-bounded, and it led to: 1..306 # test suite: Set up # test suite: Tear down not ok 1 setup_suite # (from function `setup_suite' in test file ./setup_suite.bash, line 55) # `_pull_and_cache_distro_image fedora "$((system_version-1))" || false' failed # Failed to cache image registry.fedoraproject.org/fedora-toolbox:40 to /tmp/bats-run-IPz4Cn/image-cache/fedora-toolbox-40 # time="2024-02-19T11:41:43Z" level=fatal msg="copying system image from manifest list: writing blob: write /tmp/bats-run-IPz4Cn/image-cache/fedora-toolbox-40/dir-put-blob607392514: no space left on device" # bats warning: Executed 1 instead of expected 306 tests So, change the default location of the BATS_TMPDIR environment variable to /var/tmp by setting TMPDIR. [1] Toolbx commit 50683c9d9a78adc9 https://github.com/containers/toolbox/commit/50683c9d9a78adc9 https://github.com/containers/toolbox/pull/375 [2] https://bats-core.readthedocs.io/en/stable/writing-tests.html [3] https://systemd.io/TEMPORARY_DIRECTORIES/ https://src.fedoraproject.org/rpms/podman/pull-request/128 --- tests/test_toolbx.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_toolbx.yml b/tests/test_toolbx.yml index a7470c5..58494f4 100644 --- a/tests/test_toolbx.yml +++ b/tests/test_toolbx.yml @@ -7,4 +7,5 @@ package: toolbox become: true environment: + TMPDIR: /var/tmp XDG_RUNTIME_DIR: /run/user/{{ rootless_uid }} From 01556b40d035c4cc08dc32d200cc07b7e0a9d08d Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 22 Feb 2024 21:06:16 +0000 Subject: [PATCH 2116/2185] [packit] 5.0.0-rc3 upstream release Upstream tag: v5.0.0-rc3 Upstream commit: 54795efe --- .gitignore | 1 + .packit.yaml | 11 +++++------ README.packit | 2 +- podman.spec | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 6d78021..5bee72e 100644 --- a/.gitignore +++ b/.gitignore @@ -1848,3 +1848,4 @@ /v4.9.2.tar.gz /v5.0.0-rc1.tar.gz /v5.0.0-rc2.tar.gz +/v5.0.0-rc3.tar.gz diff --git a/.packit.yaml b/.packit.yaml index afcebd1..45d14a0 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -72,10 +72,9 @@ jobs: - job: koji_build trigger: commit dist_git_branches: - - fedora-development + - fedora-all - # TODO: Revisit once fedora 40 is branched and manual bodhi is enabled - #- job: bodhi_update - #trigger: commit - #dist_git_branches: - #- fedora-40 # rawhide updates are created automatically + - job: bodhi_update + trigger: commit + dist_git_branches: + - fedora-branched # rawhide updates are created automatically diff --git a/README.packit b/README.packit index f592284..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.91.0.post1.dev4+ge6fd4a25. +The file was generated using packit 0.92.0. diff --git a/podman.spec b/podman.spec index e68bd1f..9f25660 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Epoch: 5 # 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: 5.0.0~rc2 +Version: 5.0.0~rc3 # 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 49d7659..bac6a1e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.0.0-rc2.tar.gz) = 7680ad4f7e7e61068fdbf746ec42cb8e53b0150d8ee5fc7e996eaa8873df41d6426b00c05dd666e609e2187d8d44950ecce7b2999916a6607e11078244483017 +SHA512 (v5.0.0-rc3.tar.gz) = d61e69bc98d7286b896ec9cb9ef4b9b2aec16637172aa1d11a25a6f6665d69eddb600534a5c4daf12d5ed622f20fdd05d7eb86ab67a5d08ac20205aebb427153 From a87dd6f5054839640d3fe94fd461b73a2176ff92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 26 Feb 2024 13:24:05 +0100 Subject: [PATCH 2117/2185] Use $SOURCE_DATE_EPOCH instead of the current date Using the current timestamp makes every build slightly different, breaking build reproducibility. --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 9f25660..825321d 100644 --- a/podman.spec +++ b/podman.spec @@ -219,7 +219,7 @@ export CGO_CFLAGS+=" -m64 -mtune=generic -fcf-protection=full" export GOPROXY=direct -LDFLAGS="-X %{ld_libpod}/define.buildInfo=$(date +%s) \ +LDFLAGS="-X %{ld_libpod}/define.buildInfo=${SOURCE_DATE_EPOCH:?} \ -X %{ld_libpod}/config._installPrefix=%{_prefix} \ -X %{ld_libpod}/config._etcDir=%{_sysconfdir} \ -X %{ld_project}/pkg/systemd/quadlet._binDir=%{_bindir}" From be971d6fbb3144a8db495f72dd847b058c283b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 26 Feb 2024 14:30:09 +0100 Subject: [PATCH 2118/2185] Make BuildRequires independent of the environment The spec file had %if %{defined rhel} && 0%{?rhel} < 10 %define gobuild(o:) ... %endif ... %if !%{defined gobuild} BuildRequires: go-rpm-macros %endif The intent apparently was to use BR:go-rpm-macros where available, and define %gobuild as a fallback where they are not available. This was unreliable, because the package may have been installed already, and then %gobuild would be defined when the srpm was being built, and then the srpm would NOT have the BR. Instead, use the same condition to wrap the definition of %gobuild and the BR lines to that the BR is always emitted when appropriate. --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 825321d..0b84fd5 100644 --- a/podman.spec +++ b/podman.spec @@ -81,7 +81,7 @@ BuildRequires: glibc-devel BuildRequires: glibc-static BuildRequires: golang BuildRequires: git-core -%if !%{defined gobuild} +%if %{undefined rhel} || 0%{?rhel} >= 10 BuildRequires: go-rpm-macros %endif BuildRequires: gpgme-devel From eaa62a527c2a96d6974bcf6f71a0c8259886b23a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 27 Feb 2024 15:18:55 +0100 Subject: [PATCH 2119/2185] Add fallback for $SOURCE_DATE_EPOCH not being set At least in all recent Fedora releases, SOURCE_DATE_EPOCH would be set. But the build should work even if it not set, e.g. in copr builds on c8s. Add 'date +%s' as a fallback. --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 0b84fd5..bad108f 100644 --- a/podman.spec +++ b/podman.spec @@ -219,7 +219,7 @@ export CGO_CFLAGS+=" -m64 -mtune=generic -fcf-protection=full" export GOPROXY=direct -LDFLAGS="-X %{ld_libpod}/define.buildInfo=${SOURCE_DATE_EPOCH:?} \ +LDFLAGS="-X %{ld_libpod}/define.buildInfo=${SOURCE_DATE_EPOCH:-$(date +%s)} \ -X %{ld_libpod}/config._installPrefix=%{_prefix} \ -X %{ld_libpod}/config._etcDir=%{_sysconfdir} \ -X %{ld_project}/pkg/systemd/quadlet._binDir=%{_bindir}" From 5a89a8566598871e6684dd5b5e4dd09bda84ea01 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 29 Feb 2024 14:17:38 +0100 Subject: [PATCH 2120/2185] Show the toolbox RPMs used to run the tests This will make it easier to debug test failures by confirming if they are caused by old buggy toolbox RPMs or if the fixes don't work as intended. https://src.fedoraproject.org/rpms/podman/pull-request/133 --- tests/roles/run_bats_tests/files/run_bats_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/roles/run_bats_tests/files/run_bats_tests.sh b/tests/roles/run_bats_tests/files/run_bats_tests.sh index bddd851..f1df29d 100755 --- a/tests/roles/run_bats_tests/files/run_bats_tests.sh +++ b/tests/roles/run_bats_tests/files/run_bats_tests.sh @@ -27,7 +27,7 @@ exec &> >(tee -a $FULL_LOG) echo "Packages:" echo " Kernel: $(uname -r)" rpm -qa |\ - grep -E 'podman|conmon|containers-common|crun|runc|iptable|slirp|aardvark|netavark|containernetworking-plugins|systemd|container-selinux|passt' |\ + grep -E 'toolbox|podman|conmon|containers-common|crun|runc|iptable|slirp|aardvark|netavark|containernetworking-plugins|systemd|container-selinux|passt' |\ sort |\ sed -e 's/^/ /' From 2035f28ac2bd266b59a232b06105aafc0a9835cf Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 5 Mar 2024 10:42:59 +0000 Subject: [PATCH 2121/2185] [packit] 5.0.0-rc4 upstream release Upstream tag: v5.0.0-rc4 Upstream commit: cfc5b8e0 --- .gitignore | 1 + README.packit | 2 +- podman.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5bee72e..603d0c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1849,3 +1849,4 @@ /v5.0.0-rc1.tar.gz /v5.0.0-rc2.tar.gz /v5.0.0-rc3.tar.gz +/v5.0.0-rc4.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/podman.spec b/podman.spec index bad108f..fe2c896 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Epoch: 5 # 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: 5.0.0~rc3 +Version: 5.0.0~rc4 # 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 bac6a1e..3a6575c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.0.0-rc3.tar.gz) = d61e69bc98d7286b896ec9cb9ef4b9b2aec16637172aa1d11a25a6f6665d69eddb600534a5c4daf12d5ed622f20fdd05d7eb86ab67a5d08ac20205aebb427153 +SHA512 (v5.0.0-rc4.tar.gz) = 034b411dfde2e3219b9bbdf5c966f474c9ed1a48a83793494abd0f74d164617f1321c2723384eb43827813faaf5737b378893c1555816badcbd1c81904349944 From f286b98e7d55120479d18174d06fedc895c0e60f Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 8 Mar 2024 02:49:36 +0000 Subject: [PATCH 2122/2185] [packit] 5.0.0-rc5 upstream release Upstream tag: v5.0.0-rc5 Upstream commit: bbad09bb --- .gitignore | 1 + podman.spec | 7 ++++--- sources | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 603d0c5..e2b93fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1850,3 +1850,4 @@ /v5.0.0-rc2.tar.gz /v5.0.0-rc3.tar.gz /v5.0.0-rc4.tar.gz +/v5.0.0-rc5.tar.gz diff --git a/podman.spec b/podman.spec index fe2c896..33fcd7d 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Epoch: 5 # 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: 5.0.0~rc4 +Version: 5.0.0~rc5 # 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 @@ -263,8 +263,8 @@ PODMAN_VERSION=%{version} %{__make} DESTDIR=%{buildroot} PREFIX=%{_prefix} ETCDI sed -i 's;%{buildroot};;g' %{buildroot}%{_bindir}/docker # do not include docker and podman-remote man pages in main package -for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},," | grep -v -e remote -e docker`; do - echo "$file*" >> podman.file-list +for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},," | grep -v -e %{name}sh.1 -e remote -e docker`; do + echo "$file*" >> %{name}.file-list done rm -f %{buildroot}%{_mandir}/man5/docker*.5 @@ -319,6 +319,7 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %files -n %{name}sh %{_bindir}/%{name}sh +%{_mandir}/man1/%{name}sh.1* %changelog %if %{defined autochangelog} diff --git a/sources b/sources index 3a6575c..6c4085c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.0.0-rc4.tar.gz) = 034b411dfde2e3219b9bbdf5c966f474c9ed1a48a83793494abd0f74d164617f1321c2723384eb43827813faaf5737b378893c1555816badcbd1c81904349944 +SHA512 (v5.0.0-rc5.tar.gz) = a3ccd6eb53d66297be30ec66efa0a5fa5f5050a647c6bc5cdb2fd4cd9dd5638c42328bf1429a2fa3f8dcc84bb7d1ffbdd9c6bf06862993277f5b60d740d91c1b From f8c84e24f28d09c9cbf34ca777dedc46147899be Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 11 Mar 2024 19:04:07 +0000 Subject: [PATCH 2123/2185] [packit] 5.0.0-rc6 upstream release Upstream tag: v5.0.0-rc6 Upstream commit: d26113ca --- .gitignore | 1 + README.packit | 2 +- podman.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e2b93fa..7121a47 100644 --- a/.gitignore +++ b/.gitignore @@ -1851,3 +1851,4 @@ /v5.0.0-rc3.tar.gz /v5.0.0-rc4.tar.gz /v5.0.0-rc5.tar.gz +/v5.0.0-rc6.tar.gz diff --git a/README.packit b/README.packit index 58aeb5d..38c0a99 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.93.0.post1.dev5+g0048024e. diff --git a/podman.spec b/podman.spec index 33fcd7d..ade996a 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Epoch: 5 # 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: 5.0.0~rc5 +Version: 5.0.0~rc6 # 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 6c4085c..ae872cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.0.0-rc5.tar.gz) = a3ccd6eb53d66297be30ec66efa0a5fa5f5050a647c6bc5cdb2fd4cd9dd5638c42328bf1429a2fa3f8dcc84bb7d1ffbdd9c6bf06862993277f5b60d740d91c1b +SHA512 (v5.0.0-rc6.tar.gz) = 6f2ddac9de6f949e1d89ccefebd755b750af6eedc438a78352a7b934408a6f09eb83727a027cb91276c46bb6f11dfb4bcbaf2417b0b805197ea9dd385fd7680b From c837778125f8316432d67821b7c5f26d66a9433f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 13 Mar 2024 17:43:31 +0530 Subject: [PATCH 2124/2185] Resolves: #2269148 - make passt a hard dep Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/podman.spec b/podman.spec index ade996a..fed5fbe 100644 --- a/podman.spec +++ b/podman.spec @@ -101,7 +101,14 @@ BuildRequires: python3 %endif Requires: catatonit Requires: conmon >= 2:2.1.7-2 +%if %{defined fedora} && 0%{?fedora} >= 40 +# TODO: Remove the f40 conditional after a few releases to keep conditionals to +# a minimum +# Ref: https://bugzilla.redhat.com/show_bug.cgi?id=2269148 +Requires: containers-common-extra >= 5:0.58.0-1 +%else Requires: containers-common-extra +%endif %if %{defined rhel} && !%{defined eln} Recommends: gvisor-tap-vsock-gvforwarder %else From 2c61db21a3208547d79989844225ba8a27d8947b Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 15 Mar 2024 13:24:06 +0000 Subject: [PATCH 2125/2185] [packit] 5.0.0-rc7 upstream release Upstream tag: v5.0.0-rc7 Upstream commit: f8888a13 --- .gitignore | 1 + podman.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7121a47..b98cf3d 100644 --- a/.gitignore +++ b/.gitignore @@ -1852,3 +1852,4 @@ /v5.0.0-rc4.tar.gz /v5.0.0-rc5.tar.gz /v5.0.0-rc6.tar.gz +/v5.0.0-rc7.tar.gz diff --git a/podman.spec b/podman.spec index fed5fbe..d666ad9 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Epoch: 5 # 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: 5.0.0~rc6 +Version: 5.0.0~rc7 # 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 ae872cd..591ba8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.0.0-rc6.tar.gz) = 6f2ddac9de6f949e1d89ccefebd755b750af6eedc438a78352a7b934408a6f09eb83727a027cb91276c46bb6f11dfb4bcbaf2417b0b805197ea9dd385fd7680b +SHA512 (v5.0.0-rc7.tar.gz) = ce66a6a061511bcb1e2e0044dbae50a421719974bc1126cc54c725d2d72282718e7cea8a5e0013b5e10b6d3ea9efb3d84716b4906312ed0190d6e5036dcd4f97 From 83525ea543cd663016ce3a4d2f4fdb4c3e971ed0 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 19 Mar 2024 17:25:18 +0000 Subject: [PATCH 2126/2185] [packit] 5.0.0 upstream release Upstream tag: v5.0.0 Upstream commit: e71ec6f1 --- .gitignore | 1 + README.packit | 2 +- podman.spec | 4 ++-- sources | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b98cf3d..0ee1a15 100644 --- a/.gitignore +++ b/.gitignore @@ -1853,3 +1853,4 @@ /v5.0.0-rc5.tar.gz /v5.0.0-rc6.tar.gz /v5.0.0-rc7.tar.gz +/v5.0.0.tar.gz diff --git a/README.packit b/README.packit index 38c0a99..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.dev5+g0048024e. +The file was generated using packit 0.94.0.post1.dev2+g7ce7e679. diff --git a/podman.spec b/podman.spec index d666ad9..0e54c62 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Epoch: 5 # 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: 5.0.0~rc7 +Version: 5.0.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 @@ -283,7 +283,7 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{!?_licensedir:%global license %doc} %files -f %{name}.file-list -%license LICENSE +%license LICENSE vendor/modules.txt %doc README.md CONTRIBUTING.md install.md transfer.md %{_bindir}/%{name} %dir %{_libexecdir}/%{name} diff --git a/sources b/sources index 591ba8e..55e702b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.0.0-rc7.tar.gz) = ce66a6a061511bcb1e2e0044dbae50a421719974bc1126cc54c725d2d72282718e7cea8a5e0013b5e10b6d3ea9efb3d84716b4906312ed0190d6e5036dcd4f97 +SHA512 (v5.0.0.tar.gz) = 8800d96d668cbc7a7ff85a09c71b3307a280c124513fd02fe478f415cf8db43ee47dc7e9c3b75046c6bda9f916937a2cc59887c2c4b26766c2f770abb87fd7ce From 9667d0f5b5069acb4f7d3faa158a2ea9255a9302 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Tue, 26 Mar 2024 09:31:14 -0600 Subject: [PATCH 2127/2185] Podman tests: force-install slirp4netns As of podman 5.0, slirp4 is no longer an RPM Requirement. It is not deprecated, though, so we should continue to test it. Signed-off-by: Ed Santiago --- tests/run_podman_tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/run_podman_tests.yml b/tests/run_podman_tests.yml index de7ddff..bfabdee 100644 --- a/tests/run_podman_tests.yml +++ b/tests/run_podman_tests.yml @@ -3,6 +3,11 @@ dnf: name="podman-remote" state=installed when: podman_bin == "podman-remote" +# As of podman 5.0, slirp is a soft dependency. Until/unless it is +# actually deprecated, we continue to test with it. +- name: "slirp4netns | install" + dnf: name="slirp4netns" state=installed + - include_role: name: run_bats_tests vars: From 8d795004db089c5924d49656cd3d4010e0ecabf0 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 1 Apr 2024 14:06:02 +0000 Subject: [PATCH 2128/2185] [packit] 5.0.1 upstream release Upstream tag: v5.0.1 Upstream commit: 946d055d --- .gitignore | 1 + README.packit | 2 +- podman.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0ee1a15..d945ecd 100644 --- a/.gitignore +++ b/.gitignore @@ -1854,3 +1854,4 @@ /v5.0.0-rc6.tar.gz /v5.0.0-rc7.tar.gz /v5.0.0.tar.gz +/v5.0.1.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/podman.spec b/podman.spec index 0e54c62..b1591c2 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Epoch: 5 # 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: 5.0.0 +Version: 5.0.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 55e702b..9eb6dd8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.0.0.tar.gz) = 8800d96d668cbc7a7ff85a09c71b3307a280c124513fd02fe478f415cf8db43ee47dc7e9c3b75046c6bda9f916937a2cc59887c2c4b26766c2f770abb87fd7ce +SHA512 (v5.0.1.tar.gz) = 4ab64beea9b23839caa35bf8ec0f097ed16b4d2f448ce16039bb55672ac8b1d8d8cadf86c21eb32dc2c1d30dabb5b57a141823aa5fc3f14f09741f76cffa6023 From af8c62e09e02a5f487ab0aa08253f72d0e7901bd Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 17 Apr 2024 19:15:35 +0000 Subject: [PATCH 2129/2185] Update to 5.0.2 upstream release Upstream tag: v5.0.2 Upstream commit: 3304dd95 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 33 ++++++++++++++++++++++++++++++++- README.packit | 2 +- podman.spec | 2 +- sources | 2 +- 5 files changed, 36 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d945ecd..6aed7ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1855,3 +1855,4 @@ /v5.0.0-rc7.tar.gz /v5.0.0.tar.gz /v5.0.1.tar.gz +/v5.0.2.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 45d14a0..83a5d0e 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -2,9 +2,17 @@ # See the documentation for more information: # https://packit.dev/docs/configuration/ -specfile_path: rpm/podman.spec +downstream_package_name: podman upstream_tag_template: v{version} +packages: + podman-fedora: + pkg_tool: fedpkg + specfile_path: rpm/podman.spec + podman-centos: + pkg_tool: centpkg + specfile_path: rpm/podman.spec + srpm_build_deps: - git-archive-all - make @@ -16,6 +24,7 @@ actions: jobs: - job: copr_build trigger: pull_request + packages: [podman-fedora] notifications: failure_comment: message: "Ephemeral COPR build failed. @containers/packit-build please check." @@ -25,6 +34,17 @@ jobs: - fedora-all-aarch64 - fedora-eln-x86_64 - fedora-eln-aarch64 + additional_repos: + - "copr://rhcontainerbot/podman-next" + + - job: copr_build + trigger: pull_request + packages: [podman-centos] + notifications: + failure_comment: + message: "Ephemeral COPR build failed. @containers/packit-build please check." + enable_net: true + targets: - centos-stream+epel-next-8-x86_64 - centos-stream+epel-next-8-aarch64 - centos-stream+epel-next-9-x86_64 @@ -46,6 +66,7 @@ jobs: - job: tests identifier: cockpit-revdeps trigger: pull_request + packages: [podman-fedora] notifications: failure_comment: message: "Cockpit tests failed for commit {commit_sha}. @martinpitt, @jelly, @mvollmer please check." @@ -66,15 +87,25 @@ jobs: - job: propose_downstream trigger: release update_release: false + packages: [podman-fedora] dist_git_branches: - fedora-development # Implies fedora-rawhide and any branched but unreleased version, will include f40 before f40 is marked stable. + - job: propose_downstream + trigger: release + update_release: false + packages: [podman-centos] + dist_git_branches: + - c10s + - job: koji_build trigger: commit + packages: [podman-fedora] dist_git_branches: - fedora-all - job: bodhi_update trigger: commit + packages: [podman-fedora] dist_git_branches: - fedora-branched # rawhide updates are created automatically diff --git a/README.packit b/README.packit index d401b46..60cc823 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.94.2. diff --git a/podman.spec b/podman.spec index b1591c2..2c02a7e 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Epoch: 5 # 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: 5.0.1 +Version: 5.0.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 9eb6dd8..9b50362 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.0.1.tar.gz) = 4ab64beea9b23839caa35bf8ec0f097ed16b4d2f448ce16039bb55672ac8b1d8d8cadf86c21eb32dc2c1d30dabb5b57a141823aa5fc3f14f09741f76cffa6023 +SHA512 (v5.0.2.tar.gz) = 70dbac9fc81d66eb9b0a5174f5776b805397005cacca917674d2b001591fadd05a776c956e693bad932e9eefe591c35da5c566e8e9e01db8be42bc454cd03104 From 2a0a1fc671fb9f724640e5cd967880c0ec706cda Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 10 May 2024 17:58:47 +0000 Subject: [PATCH 2130/2185] Update to 5.0.3 upstream release Upstream tag: v5.0.3 Upstream commit: d08315df Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- podman.spec | 4 +--- sources | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6aed7ed..9f4f8b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1856,3 +1856,4 @@ /v5.0.0.tar.gz /v5.0.1.tar.gz /v5.0.2.tar.gz +/v5.0.3.tar.gz diff --git a/README.packit b/README.packit index 60cc823..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.2. +The file was generated using packit 0.96.0.post1.dev4+gc5b1ea8e. diff --git a/podman.spec b/podman.spec index 2c02a7e..5c76509 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Epoch: 5 # 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: 5.0.2 +Version: 5.0.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 @@ -131,8 +131,6 @@ additional privileges. Both tools share image (not container) storage, hence each can use or manipulate images (but not containers) created by the other. -%{summary} -%{repo} Simple management tool for pods, containers and images %package docker Summary: Emulate Docker CLI using %{name} diff --git a/sources b/sources index 9b50362..376dbf4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.0.2.tar.gz) = 70dbac9fc81d66eb9b0a5174f5776b805397005cacca917674d2b001591fadd05a776c956e693bad932e9eefe591c35da5c566e8e9e01db8be42bc454cd03104 +SHA512 (v5.0.3.tar.gz) = c605a52cc5aba43d485796c4986f2d1be704e5c931473bf5ba1cf77f703cdb3d16f41d33da0b25287e8d001077f77caf117d3ea5dbd7c56a744274025d9ab07d From 1be277eb53d9fea63a26959780503ed5aefe91d5 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 15 May 2024 21:34:22 +0000 Subject: [PATCH 2131/2185] Update to 5.1.0-rc1 upstream release Upstream tag: v5.1.0-rc1 Upstream commit: 6a8f2e7f Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 12 +++++++----- podman.spec | 12 +++--------- sources | 2 +- 4 files changed, 12 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 9f4f8b4..cf8488f 100644 --- a/.gitignore +++ b/.gitignore @@ -1857,3 +1857,4 @@ /v5.0.1.tar.gz /v5.0.2.tar.gz /v5.0.3.tar.gz +/v5.1.0-rc1.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 83a5d0e..0d3eaca 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -45,16 +45,17 @@ jobs: message: "Ephemeral COPR build failed. @containers/packit-build please check." enable_net: true targets: - - 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 + - centos-stream-10-x86_64 + - centos-stream-10-aarch64 additional_repos: - "copr://rhcontainerbot/podman-next" # Run on commit to main branch - job: copr_build trigger: commit + packages: [podman-fedora] notifications: failure_comment: message: "podman-next COPR build failed. @containers/packit-build please check." @@ -89,7 +90,8 @@ jobs: update_release: false packages: [podman-fedora] dist_git_branches: - - fedora-development # Implies fedora-rawhide and any branched but unreleased version, will include f40 before f40 is marked stable. + - fedora-development + - fedora-latest - job: propose_downstream trigger: release diff --git a/podman.spec b/podman.spec index 5c76509..f65faec 100644 --- a/podman.spec +++ b/podman.spec @@ -11,13 +11,8 @@ # 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} && 0%{?rhel} < 10 %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 %{?**}; -# python3 dep conditional for rhel8 -%if %{?rhel} == 8 -%define rhel8py3 1 -%endif %endif %global gomodulesmode GO111MODULE=on @@ -57,7 +52,7 @@ Epoch: 5 # 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: 5.0.3 +Version: 5.1.0~rc1 # 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 @@ -96,9 +91,6 @@ BuildRequires: man-db BuildRequires: ostree-devel BuildRequires: systemd BuildRequires: systemd-devel -%if %{defined rhel8py3} -BuildRequires: python3 -%endif Requires: catatonit Requires: conmon >= 2:2.1.7-2 %if %{defined fedora} && 0%{?fedora} >= 40 @@ -151,7 +143,9 @@ pages and %{name}. Summary: Tests for %{name} Requires: %{name} = %{epoch}:%{version}-%{release} +%if %{defined fedora} Requires: bats +%endif Requires: jq Requires: skopeo Requires: nmap-ncat diff --git a/sources b/sources index 376dbf4..3292c39 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.0.3.tar.gz) = c605a52cc5aba43d485796c4986f2d1be704e5c931473bf5ba1cf77f703cdb3d16f41d33da0b25287e8d001077f77caf117d3ea5dbd7c56a744274025d9ab07d +SHA512 (v5.1.0-rc1.tar.gz) = ff864dc7a63a1604fc65a597e31d1bb9dffe3206a231b39cf6783cd0df41a1db4987e8bffbc664b66b483a966f45b807fed635ad3850e005f53f061e0805e906 From 5804eb7d29505e5f5429208468542318215a1b33 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 29 May 2024 20:25:53 +0000 Subject: [PATCH 2132/2185] Update to 5.1.0 upstream release Upstream tag: v5.1.0 Upstream commit: 4e9486db Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- podman.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cf8488f..4a24c71 100644 --- a/.gitignore +++ b/.gitignore @@ -1858,3 +1858,4 @@ /v5.0.2.tar.gz /v5.0.3.tar.gz /v5.1.0-rc1.tar.gz +/v5.1.0.tar.gz diff --git a/README.packit b/README.packit index 97de583..2fa216c 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.97.1.post1.dev4+g1268842e. diff --git a/podman.spec b/podman.spec index f65faec..a07ea0c 100644 --- a/podman.spec +++ b/podman.spec @@ -52,7 +52,7 @@ Epoch: 5 # 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: 5.1.0~rc1 +Version: 5.1.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 3292c39..3eeb0b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.1.0-rc1.tar.gz) = ff864dc7a63a1604fc65a597e31d1bb9dffe3206a231b39cf6783cd0df41a1db4987e8bffbc664b66b483a966f45b807fed635ad3850e005f53f061e0805e906 +SHA512 (v5.1.0.tar.gz) = 0cd6b5c8031c2e8e3fdd88f97c8f08881ef08cc6401d52c973730c6b5c9e3084e124394115ad016055527e70df0bc5d916ae77ab6c6bcd0c7689a0ba9de663a4 From a9f99ac984c2ceafb5af92cc1e9ccca1c1bfa607 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 4 Jun 2024 21:14:33 +0000 Subject: [PATCH 2133/2185] Update to 5.1.1 upstream release Upstream tag: v5.1.1 Upstream commit: bda6eb03 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- podman.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4a24c71..6693875 100644 --- a/.gitignore +++ b/.gitignore @@ -1859,3 +1859,4 @@ /v5.0.3.tar.gz /v5.1.0-rc1.tar.gz /v5.1.0.tar.gz +/v5.1.1.tar.gz diff --git a/README.packit b/README.packit index 2fa216c..d2b528d 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.97.1.post1.dev4+g1268842e. +The file was generated using packit 0.97.1.post1.dev6+gc8c0314a. diff --git a/podman.spec b/podman.spec index a07ea0c..f417547 100644 --- a/podman.spec +++ b/podman.spec @@ -52,7 +52,7 @@ Epoch: 5 # 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: 5.1.0 +Version: 5.1.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 3eeb0b0..078ea8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.1.0.tar.gz) = 0cd6b5c8031c2e8e3fdd88f97c8f08881ef08cc6401d52c973730c6b5c9e3084e124394115ad016055527e70df0bc5d916ae77ab6c6bcd0c7689a0ba9de663a4 +SHA512 (v5.1.1.tar.gz) = e896ee97980da4a522eb865d2eacb6876dd8bc5be1488aed8bd81a81af95faa1383b176b5d236d4af0f76bc30ddad5230df3e11c59ffc6f86e5b4cf3876ff184 From 8cbff1171773ae1c61f2da3c3c642708f3611cc3 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 10 Jul 2024 14:57:31 +0000 Subject: [PATCH 2134/2185] Update to 5.1.2 upstream release Upstream tag: v5.1.2 Upstream commit: 94a24974 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- podman.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6693875..0888d2a 100644 --- a/.gitignore +++ b/.gitignore @@ -1860,3 +1860,4 @@ /v5.1.0-rc1.tar.gz /v5.1.0.tar.gz /v5.1.1.tar.gz +/v5.1.2.tar.gz diff --git a/README.packit b/README.packit index d2b528d..2499381 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.97.1.post1.dev6+gc8c0314a. +The file was generated using packit 0.98.0. diff --git a/podman.spec b/podman.spec index f417547..02d3702 100644 --- a/podman.spec +++ b/podman.spec @@ -52,7 +52,7 @@ Epoch: 5 # 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: 5.1.1 +Version: 5.1.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 078ea8e..8cf705e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.1.1.tar.gz) = e896ee97980da4a522eb865d2eacb6876dd8bc5be1488aed8bd81a81af95faa1383b176b5d236d4af0f76bc30ddad5230df3e11c59ffc6f86e5b4cf3876ff184 +SHA512 (v5.1.2.tar.gz) = adfd4dc5a1f7e1887ca5ffc0c6ec4593f051566010c3cc7050294fd50d2cab3d0257ff6ea4cc1abd2ba8b12adcfe0310446ac66bfc2280d9a9597294ecbcd474 From 1ed846a4ae6c5daea33d47caf720dfcaf531db88 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 16 Jul 2024 13:40:34 -0400 Subject: [PATCH 2135/2185] Add PODMAN_TESTING var --- tests/run_podman_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/run_podman_tests.yml b/tests/run_podman_tests.yml index bfabdee..63e08e6 100644 --- a/tests/run_podman_tests.yml +++ b/tests/run_podman_tests.yml @@ -18,10 +18,12 @@ package: podman environment: PODMAN: /usr/bin/{{ podman_bin }} + PODMAN_TESTING: /usr/bin/{{ podman_bin }}-testing QUADLET: /usr/libexec/podman/quadlet - name: "{{ podman_bin }} rootless" package: podman environment: PODMAN: /usr/bin/{{ podman_bin }} + PODMAN_TESTING: /usr/bin/{{ podman_bin }}-testing QUADLET: /usr/libexec/podman/quadlet become: true From f605ca3f0cd48f006dc5889258a8561479058e1f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 17 Jul 2024 08:29:58 -0400 Subject: [PATCH 2136/2185] fix podman-testing binary --- tests/run_podman_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/run_podman_tests.yml b/tests/run_podman_tests.yml index 63e08e6..06b2525 100644 --- a/tests/run_podman_tests.yml +++ b/tests/run_podman_tests.yml @@ -18,12 +18,12 @@ package: podman environment: PODMAN: /usr/bin/{{ podman_bin }} - PODMAN_TESTING: /usr/bin/{{ podman_bin }}-testing + PODMAN_TESTING: /usr/bin/podman-testing QUADLET: /usr/libexec/podman/quadlet - name: "{{ podman_bin }} rootless" package: podman environment: PODMAN: /usr/bin/{{ podman_bin }} - PODMAN_TESTING: /usr/bin/{{ podman_bin }}-testing + PODMAN_TESTING: /usr/bin/podman-testing QUADLET: /usr/libexec/podman/quadlet become: true From 39c52acc0ca2c6a4dc4612cdddb7c0bed36a70f0 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 16 Jul 2024 13:44:38 +0000 Subject: [PATCH 2137/2185] Update to 5.2.0-rc1 upstream release Upstream tag: v5.2.0-rc1 Upstream commit: 973e8654 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 37 +++++++++++++++++++++++-------------- README.packit | 2 +- podman.spec | 38 ++++++++++++++++++++++++++++---------- sources | 2 +- 5 files changed, 54 insertions(+), 26 deletions(-) diff --git a/.gitignore b/.gitignore index 0888d2a..0187a35 100644 --- a/.gitignore +++ b/.gitignore @@ -1861,3 +1861,4 @@ /v5.1.0.tar.gz /v5.1.1.tar.gz /v5.1.2.tar.gz +/v5.2.0-rc1.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 0d3eaca..7783371 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -12,6 +12,8 @@ packages: podman-centos: pkg_tool: centpkg specfile_path: rpm/podman.spec + podman-rhel: + specfile_path: rpm/podman.spec srpm_build_deps: - git-archive-all @@ -25,32 +27,39 @@ jobs: - job: copr_build trigger: pull_request packages: [podman-fedora] - notifications: + notifications: &packit_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 - additional_repos: - - "copr://rhcontainerbot/podman-next" + 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/" - job: copr_build trigger: pull_request packages: [podman-centos] - notifications: - failure_comment: - message: "Ephemeral COPR build failed. @containers/packit-build please check." + notifications: *packit_build_failure_notification + enable_net: true + targets: + - centos-stream-9-x86_64 + - centos-stream-9-aarch64 + - centos-stream-10-x86_64 + - centos-stream-10-aarch64 + + - job: copr_build + trigger: pull_request + packages: [podman-rhel] + notifications: *packit_build_failure_notification enable_net: true targets: - epel-9-x86_64 - epel-9-aarch64 - - centos-stream-10-x86_64 - - centos-stream-10-aarch64 - additional_repos: - - "copr://rhcontainerbot/podman-next" # Run on commit to main branch - job: copr_build diff --git a/README.packit b/README.packit index 2499381..f49e745 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.98.0. +The file was generated using packit 0.99.0.post1.dev3+g7c61c94b. diff --git a/podman.spec b/podman.spec index 02d3702..5ce1213 100644 --- a/podman.spec +++ b/podman.spec @@ -52,7 +52,7 @@ Epoch: 5 # 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: 5.1.2 +Version: 5.2.0~rc1 # 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 @@ -101,12 +101,6 @@ Requires: containers-common-extra >= 5:0.58.0-1 %else Requires: containers-common-extra %endif -%if %{defined rhel} && !%{defined eln} -Recommends: gvisor-tap-vsock-gvforwarder -%else -Requires: gvisor-tap-vsock-gvforwarder -%endif -Recommends: gvisor-tap-vsock Provides: %{name}-quadlet Obsoletes: %{name}-quadlet <= 5:4.4.0-1 Provides: %{name}-quadlet = %{epoch}:%{version}-%{release} @@ -186,6 +180,17 @@ capabilities specified in user quadlets. It is a symlink to %{_bindir}/%{name} and execs into the `%{name}sh` container when `%{_bindir}/%{name}sh` is set as a login shell or set as os.Args[0]. +%package machine +Summary: Metapackage for setting up %{name} machine +Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: gvisor-tap-vsock +Requires: qemu +Requires: virtiofsd + +%description machine +This subpackage installs the dependencies for %{name} machine, for more see: +https://docs.podman.io/en/latest/markdown/podman-machine.1.html + %prep %autosetup -Sgit -n %{name}-%{version_no_tilde} sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile @@ -240,6 +245,10 @@ export BUILDTAGS="$BASEBUILDTAGS exclude_graphdriver_btrfs btrfs_noversion remot export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh)" %gobuild -o bin/quadlet ./cmd/quadlet +# build %%{name}-testing +export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh)" +%gobuild -o bin/podman-testing ./cmd/podman-testing + # reset LDFLAGS for plugins binaries LDFLAGS='' @@ -255,8 +264,9 @@ PODMAN_VERSION=%{version} %{__make} DESTDIR=%{buildroot} PREFIX=%{_prefix} ETCDI install.docker \ install.docker-docs \ install.remote \ + install.testing \ %if %{defined _modulesloaddir} - install.modules-load + install.modules-load %endif sed -i 's;%{buildroot};;g' %{buildroot}%{_bindir}/docker @@ -268,8 +278,11 @@ done rm -f %{buildroot}%{_mandir}/man5/docker*.5 -install -d -p %{buildroot}/%{_datadir}/%{name}/test/system -cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ +install -d -p %{buildroot}%{_datadir}/%{name}/test/system +cp -pav test/system %{buildroot}%{_datadir}/%{name}/test/ + +# symlink virtiofsd in %%{name} libexecdir for machine subpackage +ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name} #define license tag if not already defined %{!?_licensedir:%global license %doc} @@ -314,12 +327,17 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_datadir}/zsh/site-functions/_%{name}-remote %files tests +%{_bindir}/%{name}-testing %{_datadir}/%{name}/test %files -n %{name}sh %{_bindir}/%{name}sh %{_mandir}/man1/%{name}sh.1* +%files machine +%dir %{_libexecdir}/%{name} +%{_libexecdir}/%{name}/virtiofsd + %changelog %if %{defined autochangelog} %autochangelog diff --git a/sources b/sources index 8cf705e..1892e44 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.1.2.tar.gz) = adfd4dc5a1f7e1887ca5ffc0c6ec4593f051566010c3cc7050294fd50d2cab3d0257ff6ea4cc1abd2ba8b12adcfe0310446ac66bfc2280d9a9597294ecbcd474 +SHA512 (v5.2.0-rc1.tar.gz) = 83e237631612adaeab2e0f5c1f83f464d27ebbb67771371565e26e4a6b9b4847987d466d21a18a350722bebf7816520c0083e45da36564715c37102832131776 From b838253d9b915abab13901cc195e96b2daf7127b Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 23 Jul 2024 12:03:33 +0000 Subject: [PATCH 2138/2185] Update to 5.2.0-rc2 upstream release Upstream tag: v5.2.0-rc2 Upstream commit: 716874f4 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- podman.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0187a35..e688462 100644 --- a/.gitignore +++ b/.gitignore @@ -1862,3 +1862,4 @@ /v5.1.1.tar.gz /v5.1.2.tar.gz /v5.2.0-rc1.tar.gz +/v5.2.0-rc2.tar.gz diff --git a/README.packit b/README.packit index f49e745..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.99.0.post1.dev3+g7c61c94b. +The file was generated using packit 0.99.0.post1.dev18+g4850a935. diff --git a/podman.spec b/podman.spec index 5ce1213..38f1336 100644 --- a/podman.spec +++ b/podman.spec @@ -52,7 +52,7 @@ Epoch: 5 # 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: 5.2.0~rc1 +Version: 5.2.0~rc2 # 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 1892e44..82e5031 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.2.0-rc1.tar.gz) = 83e237631612adaeab2e0f5c1f83f464d27ebbb67771371565e26e4a6b9b4847987d466d21a18a350722bebf7816520c0083e45da36564715c37102832131776 +SHA512 (v5.2.0-rc2.tar.gz) = 5f7e185a33eb5cc1febe2baf3e0e538f5e4ece0c02992ff8c2e7cf7f971114e92e0442ba6289a682fe221ac5a33465023b8c1fd31a05c94bf5cd23fd8cd73fff From 44c5587573218691f914104989f37b443a4d7215 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 1 Aug 2024 10:41:34 -0400 Subject: [PATCH 2139/2185] check buildah and skopeo version in tests --- tests/roles/run_bats_tests/files/run_bats_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/roles/run_bats_tests/files/run_bats_tests.sh b/tests/roles/run_bats_tests/files/run_bats_tests.sh index f1df29d..e82a903 100755 --- a/tests/roles/run_bats_tests/files/run_bats_tests.sh +++ b/tests/roles/run_bats_tests/files/run_bats_tests.sh @@ -27,7 +27,7 @@ exec &> >(tee -a $FULL_LOG) echo "Packages:" echo " Kernel: $(uname -r)" rpm -qa |\ - grep -E 'toolbox|podman|conmon|containers-common|crun|runc|iptable|slirp|aardvark|netavark|containernetworking-plugins|systemd|container-selinux|passt' |\ + grep -E 'buildah|skopeo|toolbox|podman|conmon|containers-common|crun|runc|iptable|slirp|aardvark|netavark|containernetworking-plugins|systemd|container-selinux|passt' |\ sort |\ sed -e 's/^/ /' From bc8af09bfe76839807faaa9055709116227816b5 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 2 Aug 2024 12:06:33 +0000 Subject: [PATCH 2140/2185] Update to 5.2.0 upstream release Upstream tag: v5.2.0 Upstream commit: b22d5c61 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- podman.spec | 12 +++++++----- sources | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index e688462..e3c5cd3 100644 --- a/.gitignore +++ b/.gitignore @@ -1863,3 +1863,4 @@ /v5.1.2.tar.gz /v5.2.0-rc1.tar.gz /v5.2.0-rc2.tar.gz +/v5.2.0.tar.gz diff --git a/README.packit b/README.packit index 8d4e245..aeaae38 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.99.0.post1.dev29+g2e75e6ff. diff --git a/podman.spec b/podman.spec index 38f1336..4454e7b 100644 --- a/podman.spec +++ b/podman.spec @@ -52,7 +52,7 @@ Epoch: 5 # 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: 5.2.0~rc2 +Version: 5.2.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 @@ -264,9 +264,11 @@ PODMAN_VERSION=%{version} %{__make} DESTDIR=%{buildroot} PREFIX=%{_prefix} ETCDI install.docker \ install.docker-docs \ install.remote \ - install.testing \ -%if %{defined _modulesloaddir} - install.modules-load + install.testing + +# Only need this on Fedora until nftables becomes the default +%if %{defined fedora} +%{__make} DESTDIR=%{buildroot} MODULESLOADDIR=%{_modulesloaddir} install.modules-load %endif sed -i 's;%{buildroot};;g' %{buildroot}%{_bindir}/docker @@ -305,7 +307,7 @@ ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name} %{_tmpfilesdir}/%{name}.conf %{_systemdgeneratordir}/%{name}-system-generator %{_systemdusergeneratordir}/%{name}-user-generator -%if %{defined _modulesloaddir} +%if %{defined fedora} %{_modulesloaddir}/%{name}-iptables.conf %endif diff --git a/sources b/sources index 82e5031..ac60916 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.2.0-rc2.tar.gz) = 5f7e185a33eb5cc1febe2baf3e0e538f5e4ece0c02992ff8c2e7cf7f971114e92e0442ba6289a682fe221ac5a33465023b8c1fd31a05c94bf5cd23fd8cd73fff +SHA512 (v5.2.0.tar.gz) = cc5ac92ebeaac03074c1221fa4cbc3ea62af95d0d444208b88368208089e146ff2693281033caaecd909a5f01fe4a3f8a199fef8c6c9901c281431011e19f729 From a799555f38c6564c53a507ae4123b53b853cab1a Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 14 Aug 2024 18:08:17 +0000 Subject: [PATCH 2141/2185] Update to 5.2.1 upstream release Upstream tag: v5.2.1 Upstream commit: d0582c9e Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- podman.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e3c5cd3..d1392d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1864,3 +1864,4 @@ /v5.2.0-rc1.tar.gz /v5.2.0-rc2.tar.gz /v5.2.0.tar.gz +/v5.2.1.tar.gz diff --git a/README.packit b/README.packit index aeaae38..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.dev29+g2e75e6ff. +The file was generated using packit 0.100.1. diff --git a/podman.spec b/podman.spec index 4454e7b..267a32e 100644 --- a/podman.spec +++ b/podman.spec @@ -52,7 +52,7 @@ Epoch: 5 # 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: 5.2.0 +Version: 5.2.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 ac60916..15211eb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.2.0.tar.gz) = cc5ac92ebeaac03074c1221fa4cbc3ea62af95d0d444208b88368208089e146ff2693281033caaecd909a5f01fe4a3f8a199fef8c6c9901c281431011e19f729 +SHA512 (v5.2.1.tar.gz) = 62827a1bf0e3b9c59815fbdc1affc5e0524398088de90c3f2eee12208cc674daa4e3dfda3a77364f6c3d2d3c5e63a5792a7d44b19e015e30046cd593470dc410 From 38b9ee99ea9795cbba43b21ad7a1d3f2572431ae Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 21 Aug 2024 20:00:56 +0000 Subject: [PATCH 2142/2185] Update to 5.2.2 upstream release Upstream tag: v5.2.2 Upstream commit: fcee4810 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 3 +-- README.packit | 2 +- podman.spec | 2 +- sources | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d1392d7..75c42b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1865,3 +1865,4 @@ /v5.2.0-rc2.tar.gz /v5.2.0.tar.gz /v5.2.1.tar.gz +/v5.2.2.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 7783371..e840b9e 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -99,8 +99,7 @@ jobs: update_release: false packages: [podman-fedora] dist_git_branches: - - fedora-development - - fedora-latest + - fedora-all - job: propose_downstream trigger: release 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/podman.spec b/podman.spec index 267a32e..507c5df 100644 --- a/podman.spec +++ b/podman.spec @@ -52,7 +52,7 @@ Epoch: 5 # 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: 5.2.1 +Version: 5.2.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 15211eb..2b27ec4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.2.1.tar.gz) = 62827a1bf0e3b9c59815fbdc1affc5e0524398088de90c3f2eee12208cc674daa4e3dfda3a77364f6c3d2d3c5e63a5792a7d44b19e015e30046cd593470dc410 +SHA512 (v5.2.2.tar.gz) = a6c06689d4af80a35fa5867f8f3ea0ae3134fc40e3b3c101707842900444621337cf73eb9af42235ac5ccd12a11d707d98b29094514b00e6d6f158b4fe1f2973 From 4a3c9f78bf508d82d18ccc9a98b4e3566453bd35 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 28 Aug 2024 20:35:02 +0530 Subject: [PATCH 2143/2185] rebuild for shadow-utils bump Signed-off-by: Lokesh Mandvekar From 25c5d045531b0cbf1a6e3eb967702c53fa372b83 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 24 Sep 2024 15:20:02 +0000 Subject: [PATCH 2144/2185] Update to 5.2.3 upstream release Upstream tag: v5.2.3 Upstream commit: c5366a30 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 40 ++++++++++++++++++++++++++++++---------- README.packit | 2 +- podman.spec | 2 +- sources | 2 +- 5 files changed, 34 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 75c42b3..5ea107a 100644 --- a/.gitignore +++ b/.gitignore @@ -1866,3 +1866,4 @@ /v5.2.0.tar.gz /v5.2.1.tar.gz /v5.2.2.tar.gz +/v5.2.3.tar.gz diff --git a/.packit.yaml b/.packit.yaml index e840b9e..cc47847 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -14,6 +14,8 @@ packages: specfile_path: rpm/podman.spec podman-rhel: specfile_path: rpm/podman.spec + podman-eln: + specfile_path: rpm/podman.spec srpm_build_deps: - git-archive-all @@ -32,8 +34,21 @@ jobs: message: "Ephemeral COPR build failed. @containers/packit-build please check." enable_net: true 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 + + - job: copr_build + trigger: pull_request + packages: [podman-eln] + notifications: *packit_build_failure_notification + enable_net: true + targets: fedora-eln-x86_64: additional_repos: - "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/x86_64/" @@ -98,7 +113,7 @@ jobs: trigger: release update_release: false packages: [podman-fedora] - dist_git_branches: + dist_git_branches: &fedora_targets - fedora-all - job: propose_downstream @@ -110,12 +125,17 @@ jobs: - job: koji_build trigger: commit - packages: [podman-fedora] - dist_git_branches: - - fedora-all + sidetag_group: podman-releases + dist_git_branches: *fedora_targets - job: bodhi_update - trigger: commit - packages: [podman-fedora] - dist_git_branches: - - fedora-branched # rawhide updates are created automatically + trigger: koji_build + sidetag_group: podman-releases + # Dependencies are not rpm dependencies, but packages that should go in the + # same bodhi update + # Ref: https://packit.dev/docs/fedora-releases-guide/releasing-multiple-packages + dependencies: + - buildah + - containers-common + - skopeo + 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/podman.spec b/podman.spec index 507c5df..aa41553 100644 --- a/podman.spec +++ b/podman.spec @@ -52,7 +52,7 @@ Epoch: 5 # 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: 5.2.2 +Version: 5.2.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 2b27ec4..cee6dd4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.2.2.tar.gz) = a6c06689d4af80a35fa5867f8f3ea0ae3134fc40e3b3c101707842900444621337cf73eb9af42235ac5ccd12a11d707d98b29094514b00e6d6f158b4fe1f2973 +SHA512 (v5.2.3.tar.gz) = 65aedd77f96e03a4ff06167fa44930be0929969a1f0d411c89a3981b2250b8051c975441b74b5b05f9ba0798ff41ff4fdf539b7f1849b130565e2765bb8c872b From 9ee0404bb87287919158d6c81269f3136bc9d1af Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 26 Sep 2024 16:06:59 +0530 Subject: [PATCH 2145/2185] 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 2ea42c0f0b6dcf9a2ba62aa75295d2bb945ea16e Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 7 Oct 2024 16:05:36 +0000 Subject: [PATCH 2146/2185] Update to 5.2.4 upstream release Upstream tag: v5.2.4 Upstream commit: 76d0859d Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 5 +---- podman.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 5ea107a..bc8e9b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1867,3 +1867,4 @@ /v5.2.1.tar.gz /v5.2.2.tar.gz /v5.2.3.tar.gz +/v5.2.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/podman.spec b/podman.spec index aa41553..fdccb84 100644 --- a/podman.spec +++ b/podman.spec @@ -52,7 +52,7 @@ Epoch: 5 # 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: 5.2.3 +Version: 5.2.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 cee6dd4..4598fa3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.2.3.tar.gz) = 65aedd77f96e03a4ff06167fa44930be0929969a1f0d411c89a3981b2250b8051c975441b74b5b05f9ba0798ff41ff4fdf539b7f1849b130565e2765bb8c872b +SHA512 (v5.2.4.tar.gz) = c6dc05cb377ba6ca3bf7a8d7875c97af9e82b972812702e011e41f7922a4546166061dd5fb809fbef9dd13ee233744de7b7fe16906d8d9631133fc4205a980c5 From 7d7eeff1c693b2d6ff14edbd0a115cd996216a97 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 15 Oct 2024 13:21:58 +0530 Subject: [PATCH 2147/2185] c/common pr 2194 --- ...-upstream-c-common-PR-2194-to-podman.patch | 31 +++++++++++++++++++ podman.spec | 6 +--- 2 files changed, 32 insertions(+), 5 deletions(-) create mode 100644 0001-upstream-c-common-PR-2194-to-podman.patch diff --git a/0001-upstream-c-common-PR-2194-to-podman.patch b/0001-upstream-c-common-PR-2194-to-podman.patch new file mode 100644 index 0000000..1dcb477 --- /dev/null +++ b/0001-upstream-c-common-PR-2194-to-podman.patch @@ -0,0 +1,31 @@ +From 197741e4fa3510a14e78f572677d3b9154419cab Mon Sep 17 00:00:00 2001 +From: Lokesh Mandvekar +Date: Tue, 15 Oct 2024 13:17:50 +0530 +Subject: [PATCH] upstream c/common PR 2194 to podman + +Signed-off-by: Lokesh Mandvekar +--- + vendor/github.com/containers/common/pkg/config/default.go | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/vendor/github.com/containers/common/pkg/config/default.go b/vendor/github.com/containers/common/pkg/config/default.go +index 311b090b9..044748ab0 100644 +--- a/vendor/github.com/containers/common/pkg/config/default.go ++++ b/vendor/github.com/containers/common/pkg/config/default.go +@@ -120,12 +120,12 @@ var ( + additionalHelperBinariesDir string + + defaultUnixComposeProviders = []string{ +- "docker-compose", + "$HOME/.docker/cli-plugins/docker-compose", + "/usr/local/lib/docker/cli-plugins/docker-compose", + "/usr/local/libexec/docker/cli-plugins/docker-compose", + "/usr/lib/docker/cli-plugins/docker-compose", + "/usr/libexec/docker/cli-plugins/docker-compose", ++ "docker-compose", + "podman-compose", + } + +-- +2.47.0 + diff --git a/podman.spec b/podman.spec index fdccb84..5379c14 100644 --- a/podman.spec +++ b/podman.spec @@ -65,6 +65,7 @@ Summary: Manage Pods, Containers and Container Images URL: https://%{name}.io/ # All SourceN files fetched from upstream Source0: %{git0}/archive/v%{version_no_tilde}.tar.gz +Patch0: 0001-upstream-c-common-PR-2194-to-podman.patch Provides: %{name}-manpages = %{epoch}:%{version}-%{release} BuildRequires: %{_bindir}/envsubst %if %{defined build_with_btrfs} @@ -341,9 +342,4 @@ ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name} %{_libexecdir}/%{name}/virtiofsd %changelog -%if %{defined autochangelog} %autochangelog -%else -* Mon May 01 2023 RH Container Bot -- Placeholder changelog for envs that are not autochangelog-ready -%endif From 5f0570428b859349f0f7c71d3b49238e96de76fb Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 18 Oct 2024 23:10:27 +0530 Subject: [PATCH 2148/2185] bump to v5.2.5 Fixes: #2317464 - Security fix for CVE-2024-9675 Fixes: #2319019 - Security fix for CVE-2024-9676 Fixes: #2318511 - Security fix for CVE-2024-9341 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bc8e9b2..6e97bf3 100644 --- a/.gitignore +++ b/.gitignore @@ -1868,3 +1868,4 @@ /v5.2.2.tar.gz /v5.2.3.tar.gz /v5.2.4.tar.gz +/v5.2.5.tar.gz diff --git a/podman.spec b/podman.spec index 5379c14..53e0b24 100644 --- a/podman.spec +++ b/podman.spec @@ -52,7 +52,7 @@ Epoch: 5 # 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: 5.2.4 +Version: 5.2.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 4598fa3..27aeb20 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.2.4.tar.gz) = c6dc05cb377ba6ca3bf7a8d7875c97af9e82b972812702e011e41f7922a4546166061dd5fb809fbef9dd13ee233744de7b7fe16906d8d9631133fc4205a980c5 +SHA512 (v5.2.5.tar.gz) = 29f71c67a5700e8dffe45e6e91acab509d8c8924a5f3cf9b4eee95f665a9ed19333285df89da892699ee314cee27c0c8a4a62d29e4205198781f5d5f585135a9 From e7af4c8ac5d3b5d21a0846583f051eb0a23ed893 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 22 Oct 2024 15:58:40 +0000 Subject: [PATCH 2149/2185] Update to 5.3.0-rc1 upstream release Upstream tag: v5.3.0-rc1 Upstream commit: d306e801 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 23 +++++++++++++---------- README.packit | 2 +- podman.spec | 15 ++++++++------- sources | 2 +- 5 files changed, 24 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index 6e97bf3..bf2b1ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1869,3 +1869,4 @@ /v5.2.3.tar.gz /v5.2.4.tar.gz /v5.2.5.tar.gz +/v5.3.0-rc1.tar.gz diff --git a/.packit.yaml b/.packit.yaml index cc47847..0d5c3a3 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -62,19 +62,20 @@ jobs: notifications: *packit_build_failure_notification enable_net: true targets: - - centos-stream-9-x86_64 - - centos-stream-9-aarch64 + # - centos-stream-9-x86_64 + # - centos-stream-9-aarch64 - centos-stream-10-x86_64 - centos-stream-10-aarch64 - - job: copr_build - trigger: pull_request - packages: [podman-rhel] - notifications: *packit_build_failure_notification - enable_net: true - targets: - - epel-9-x86_64 - - epel-9-aarch64 + # Disabled until there is go 1.22 in epel-9 + # - job: copr_build + # trigger: pull_request + # packages: [podman-rhel] + # notifications: *packit_build_failure_notification + # enable_net: true + # targets: + # - epel-9-x86_64 + # - epel-9-aarch64 # Run on commit to main branch - job: copr_build @@ -125,11 +126,13 @@ jobs: - job: koji_build trigger: commit + packages: [podman-fedora] sidetag_group: podman-releases dist_git_branches: *fedora_targets - job: bodhi_update trigger: koji_build + packages: [podman-fedora] sidetag_group: podman-releases # Dependencies are not rpm dependencies, but packages that should go in the # same bodhi update 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/podman.spec b/podman.spec index 53e0b24..fd6a6ae 100644 --- a/podman.spec +++ b/podman.spec @@ -52,7 +52,7 @@ Epoch: 5 # 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: 5.2.5 +Version: 5.3.0~rc1 # 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 @@ -65,7 +65,6 @@ Summary: Manage Pods, Containers and Container Images URL: https://%{name}.io/ # All SourceN files fetched from upstream Source0: %{git0}/archive/v%{version_no_tilde}.tar.gz -Patch0: 0001-upstream-c-common-PR-2194-to-podman.patch Provides: %{name}-manpages = %{epoch}:%{version}-%{release} BuildRequires: %{_bindir}/envsubst %if %{defined build_with_btrfs} @@ -102,7 +101,6 @@ Requires: containers-common-extra >= 5:0.58.0-1 %else Requires: containers-common-extra %endif -Provides: %{name}-quadlet Obsoletes: %{name}-quadlet <= 5:4.4.0-1 Provides: %{name}-quadlet = %{epoch}:%{version}-%{release} @@ -267,15 +265,15 @@ PODMAN_VERSION=%{version} %{__make} DESTDIR=%{buildroot} PREFIX=%{_prefix} ETCDI install.remote \ install.testing -# Only need this on Fedora until nftables becomes the default -%if %{defined fedora} +# See above for the iptables.conf declaration +%if %{defined fedora} && 0%{?fedora} < 41 %{__make} DESTDIR=%{buildroot} MODULESLOADDIR=%{_modulesloaddir} install.modules-load %endif sed -i 's;%{buildroot};;g' %{buildroot}%{_bindir}/docker # do not include docker and podman-remote man pages in main package -for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},," | grep -v -e %{name}sh.1 -e remote -e docker`; do +for file in `find %{buildroot}%{_mandir}/man[157] -type f | sed "s,%{buildroot},," | grep -v -e %{name}sh.1 -e remote -e docker`; do echo "$file*" >> %{name}.file-list done @@ -308,7 +306,10 @@ ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name} %{_tmpfilesdir}/%{name}.conf %{_systemdgeneratordir}/%{name}-system-generator %{_systemdusergeneratordir}/%{name}-user-generator -%if %{defined fedora} +# iptables modules are only needed with iptables-legacy, +# as of f41 netavark will default to nftables so do not load unessary modules +# https://fedoraproject.org/wiki/Changes/NetavarkNftablesDefault +%if %{defined fedora} && 0%{?fedora} < 41 %{_modulesloaddir}/%{name}-iptables.conf %endif diff --git a/sources b/sources index 27aeb20..8f7476e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.2.5.tar.gz) = 29f71c67a5700e8dffe45e6e91acab509d8c8924a5f3cf9b4eee95f665a9ed19333285df89da892699ee314cee27c0c8a4a62d29e4205198781f5d5f585135a9 +SHA512 (v5.3.0-rc1.tar.gz) = dce8c2cd8bf10dd89353fe6553526e2bf937c883b80d4b76dc8d98e16901713038cc385668316abb40e620769afeb95d69686b4978bd81ca7f32d875b986e98b From 3565da350cf306cacb2189d513d1d34282812db3 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 31 Oct 2024 13:55:03 +0000 Subject: [PATCH 2150/2185] Update to 5.3.0-rc2 upstream release Upstream tag: v5.3.0-rc2 Upstream commit: ffad01fb Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- podman.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bf2b1ef..b37f5d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1870,3 +1870,4 @@ /v5.2.4.tar.gz /v5.2.5.tar.gz /v5.3.0-rc1.tar.gz +/v5.3.0-rc2.tar.gz diff --git a/README.packit b/README.packit index 2bd3f40..3d207b6 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.102.2.post1.dev2+gbdca14cb. diff --git a/podman.spec b/podman.spec index fd6a6ae..c1e9c68 100644 --- a/podman.spec +++ b/podman.spec @@ -52,7 +52,7 @@ Epoch: 5 # 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: 5.3.0~rc1 +Version: 5.3.0~rc2 # 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 8f7476e..dcb5bee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.3.0-rc1.tar.gz) = dce8c2cd8bf10dd89353fe6553526e2bf937c883b80d4b76dc8d98e16901713038cc385668316abb40e620769afeb95d69686b4978bd81ca7f32d875b986e98b +SHA512 (v5.3.0-rc2.tar.gz) = 1b8d93a5b8589c8ba8f89951dbd28fc8905b3cd34a438a74219dbeef5130e2774f765d89a3e11b4a7442dd6175bcf97b8365ab6d6435af52641a9b7386642446 From 12291ee7a73eaa4ab29f69bf892b332eb56c1b20 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 6 Nov 2024 19:17:42 +0000 Subject: [PATCH 2151/2185] Update to 5.3.0-rc3 upstream release Upstream tag: v5.3.0-rc3 Upstream commit: 8469dcc4 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- podman.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b37f5d6..43e998c 100644 --- a/.gitignore +++ b/.gitignore @@ -1871,3 +1871,4 @@ /v5.2.5.tar.gz /v5.3.0-rc1.tar.gz /v5.3.0-rc2.tar.gz +/v5.3.0-rc3.tar.gz diff --git a/README.packit b/README.packit index 3d207b6..1b4760d 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.2.post1.dev2+gbdca14cb. +The file was generated using packit 0.102.2.post1.dev4+g3142fcf8. diff --git a/podman.spec b/podman.spec index c1e9c68..a8fc62e 100644 --- a/podman.spec +++ b/podman.spec @@ -52,7 +52,7 @@ Epoch: 5 # 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: 5.3.0~rc2 +Version: 5.3.0~rc3 # 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 dcb5bee..ae7bd4d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.3.0-rc2.tar.gz) = 1b8d93a5b8589c8ba8f89951dbd28fc8905b3cd34a438a74219dbeef5130e2774f765d89a3e11b4a7442dd6175bcf97b8365ab6d6435af52641a9b7386642446 +SHA512 (v5.3.0-rc3.tar.gz) = d546d7424cab430c6de477bc4819ac11d87f521c17aa31c82ced92e66f2fe7d7fff54f66591b3d5b79cab513ab398997236e962bc539a5fe3eea32f0cc34e8c8 From dc0e6a1b2e41bbf3bdb0854b43990e3fa89ee166 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 13 Nov 2024 13:17:16 +0000 Subject: [PATCH 2152/2185] Update to 5.3.0 upstream release Upstream tag: v5.3.0 Upstream commit: 874bf2c3 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- podman.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 43e998c..cf680ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1872,3 +1872,4 @@ /v5.3.0-rc1.tar.gz /v5.3.0-rc2.tar.gz /v5.3.0-rc3.tar.gz +/v5.3.0.tar.gz diff --git a/README.packit b/README.packit index 1b4760d..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.2.post1.dev4+g3142fcf8. +The file was generated using packit 0.103.0. diff --git a/podman.spec b/podman.spec index a8fc62e..4746ac2 100644 --- a/podman.spec +++ b/podman.spec @@ -52,7 +52,7 @@ Epoch: 5 # 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: 5.3.0~rc3 +Version: 5.3.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 ae7bd4d..5ebad65 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.3.0-rc3.tar.gz) = d546d7424cab430c6de477bc4819ac11d87f521c17aa31c82ced92e66f2fe7d7fff54f66591b3d5b79cab513ab398997236e962bc539a5fe3eea32f0cc34e8c8 +SHA512 (v5.3.0.tar.gz) = 3f1ab7e792850e2e21823c59ca9e03d348e78267e3ec5344a04c38e51466159717944c318cf5e61ad9a785d9112b468b9fc37f3b60a40e8764d5cac9f58e7d16 From bedd327f6d5d4c692d9a0e7c0cae191c2d736aea Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 21 Nov 2024 15:42:16 +0000 Subject: [PATCH 2153/2185] Update to 5.3.1 upstream release Upstream tag: v5.3.1 Upstream commit: 4cbdfde5 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- podman.spec | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cf680ab..b7c1afc 100644 --- a/.gitignore +++ b/.gitignore @@ -1873,3 +1873,4 @@ /v5.3.0-rc2.tar.gz /v5.3.0-rc3.tar.gz /v5.3.0.tar.gz +/v5.3.1.tar.gz diff --git a/README.packit b/README.packit index c18262a..58044ba 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.104.0. diff --git a/podman.spec b/podman.spec index 4746ac2..345e113 100644 --- a/podman.spec +++ b/podman.spec @@ -52,7 +52,7 @@ Epoch: 5 # 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: 5.3.0 +Version: 5.3.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 5ebad65..31b1d65 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.3.0.tar.gz) = 3f1ab7e792850e2e21823c59ca9e03d348e78267e3ec5344a04c38e51466159717944c318cf5e61ad9a785d9112b468b9fc37f3b60a40e8764d5cac9f58e7d16 +SHA512 (v5.3.1.tar.gz) = e865104453cc2d7e3d76c83da84dbd6c4fb5224b089059d3eca3cbe3b5513e7964000eb66a2c6ac80ad09b3392d24900fe314bb464cdcc80b0dd6a74b6ea9262 From 89aed9941f2fa774249a55c3082ff9a3932c1022 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 27 Nov 2024 20:48:48 +0530 Subject: [PATCH 2154/2185] remove unused patch Signed-off-by: Lokesh Mandvekar --- ...-upstream-c-common-PR-2194-to-podman.patch | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 0001-upstream-c-common-PR-2194-to-podman.patch diff --git a/0001-upstream-c-common-PR-2194-to-podman.patch b/0001-upstream-c-common-PR-2194-to-podman.patch deleted file mode 100644 index 1dcb477..0000000 --- a/0001-upstream-c-common-PR-2194-to-podman.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 197741e4fa3510a14e78f572677d3b9154419cab Mon Sep 17 00:00:00 2001 -From: Lokesh Mandvekar -Date: Tue, 15 Oct 2024 13:17:50 +0530 -Subject: [PATCH] upstream c/common PR 2194 to podman - -Signed-off-by: Lokesh Mandvekar ---- - vendor/github.com/containers/common/pkg/config/default.go | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/vendor/github.com/containers/common/pkg/config/default.go b/vendor/github.com/containers/common/pkg/config/default.go -index 311b090b9..044748ab0 100644 ---- a/vendor/github.com/containers/common/pkg/config/default.go -+++ b/vendor/github.com/containers/common/pkg/config/default.go -@@ -120,12 +120,12 @@ var ( - additionalHelperBinariesDir string - - defaultUnixComposeProviders = []string{ -- "docker-compose", - "$HOME/.docker/cli-plugins/docker-compose", - "/usr/local/lib/docker/cli-plugins/docker-compose", - "/usr/local/libexec/docker/cli-plugins/docker-compose", - "/usr/lib/docker/cli-plugins/docker-compose", - "/usr/libexec/docker/cli-plugins/docker-compose", -+ "docker-compose", - "podman-compose", - } - --- -2.47.0 - From 6889e093102bc0d22ee0eac1f8ffeabde19ef0c2 Mon Sep 17 00:00:00 2001 From: Mikhail Gavrilov Date: Thu, 9 Jan 2025 05:52:53 +0500 Subject: [PATCH 2155/2185] apply MR https://github.com/containers/storage/pull/2193 --- 2193.patch | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++ podman.spec | 1 + 2 files changed, 84 insertions(+) create mode 100644 2193.patch diff --git a/2193.patch b/2193.patch new file mode 100644 index 0000000..fc7ba08 --- /dev/null +++ b/2193.patch @@ -0,0 +1,83 @@ +From 359b5d5c748876b20b6cbdd28d8df43b27bc71b5 Mon Sep 17 00:00:00 2001 +From: Paul Holzinger +Date: Tue, 3 Dec 2024 14:09:02 +0100 +Subject: [PATCH] store: correctly remove incomplete layers on load. + +In go one should never modify a slice while also iterating over it at +the same time. This causes weird side effects as the underlying array +elements are shifted around without the range loop index knowing. +So if you delete a element the loop will then actually skip the next one +and theoretically access out of bounds on the last element which does +not panic but rather return the default zero type, nil here which then +causes the panic on layer.Flags == nil. + +Here is a simple example to show the behavior: +func main() { + slice := []int{1, 2, 3, 4, 5, 6, 7, 8, 9} + for _, num := range slice { + if num == 5 { + slice = slices.DeleteFunc(slice, func(n int) bool { + return n == 5 + }) + } + fmt.Println(num) + } +} + +The loop will not print 6, but then as last number it prints 0 (the +default zero type for an int). + +Fixes #2184 + +Signed-off-by: Paul Holzinger +(cherry picked from commit 99b0d2d423c8093807d8a1464437152cd04d7d95) +--- + layers.go | 29 +++++++++++++++++++---------- + 1 file changed, 19 insertions(+), 10 deletions(-) + +diff --git a/vendor/github.com/containers/storage/layers.go b/vendor/github.com/containers/storage/layers.go +index 6fe1a08035..4769e581ae 100644 +--- a/vendor/github.com/containers/storage/layers.go ++++ b/vendor/github.com/containers/storage/layers.go +@@ -913,22 +913,31 @@ func (r *layerStore) load(lockedForWriting bool) (bool, error) { + // user of this storage area marked for deletion but didn't manage to + // actually delete. + var incompleteDeletionErrors error // = nil ++ var layersToDelete []*Layer + for _, layer := range r.layers { + if layer.Flags == nil { + layer.Flags = make(map[string]interface{}) + } + if layerHasIncompleteFlag(layer) { +- logrus.Warnf("Found incomplete layer %#v, deleting it", layer.ID) +- err := r.deleteInternal(layer.ID) +- if err != nil { +- // Don't return the error immediately, because deleteInternal does not saveLayers(); +- // Even if deleting one incomplete layer fails, call saveLayers() so that other possible successfully +- // deleted incomplete layers have their metadata correctly removed. +- incompleteDeletionErrors = multierror.Append(incompleteDeletionErrors, +- fmt.Errorf("deleting layer %#v: %w", layer.ID, err)) +- } +- modifiedLocations |= layerLocation(layer) ++ // Important: Do not call r.deleteInternal() here. It modifies r.layers ++ // which causes unexpected side effects while iterating over r.layers here. ++ // The range loop has no idea that the underlying elements where shifted ++ // around. ++ layersToDelete = append(layersToDelete, layer) ++ } ++ } ++ // Now actually delete the layers ++ for _, layer := range layersToDelete { ++ logrus.Warnf("Found incomplete layer %q, deleting it", layer.ID) ++ err := r.deleteInternal(layer.ID) ++ if err != nil { ++ // Don't return the error immediately, because deleteInternal does not saveLayers(); ++ // Even if deleting one incomplete layer fails, call saveLayers() so that other possible successfully ++ // deleted incomplete layers have their metadata correctly removed. ++ incompleteDeletionErrors = multierror.Append(incompleteDeletionErrors, ++ fmt.Errorf("deleting layer %#v: %w", layer.ID, err)) + } ++ modifiedLocations |= layerLocation(layer) + } + if err := r.saveLayers(modifiedLocations); err != nil { + return false, err diff --git a/podman.spec b/podman.spec index 345e113..da478f1 100644 --- a/podman.spec +++ b/podman.spec @@ -65,6 +65,7 @@ Summary: Manage Pods, Containers and Container Images URL: https://%{name}.io/ # All SourceN files fetched from upstream Source0: %{git0}/archive/v%{version_no_tilde}.tar.gz +Patch0: 2193.patch Provides: %{name}-manpages = %{epoch}:%{version}-%{release} BuildRequires: %{_bindir}/envsubst %if %{defined build_with_btrfs} From 935369422c1d16ed4d6cd7297fd9dcf2d17f2c59 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 10:29:23 +0000 Subject: [PATCH 2156/2185] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 4045fdac88a718fae986d0469b2756a3bbac1d12 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 22 Jan 2025 19:03:53 +0530 Subject: [PATCH 2157/2185] remove patch merged in upcoming upstream release Signed-off-by: Lokesh Mandvekar --- 2193.patch | 83 ----------------------------------------------------- podman.spec | 1 - 2 files changed, 84 deletions(-) delete mode 100644 2193.patch diff --git a/2193.patch b/2193.patch deleted file mode 100644 index fc7ba08..0000000 --- a/2193.patch +++ /dev/null @@ -1,83 +0,0 @@ -From 359b5d5c748876b20b6cbdd28d8df43b27bc71b5 Mon Sep 17 00:00:00 2001 -From: Paul Holzinger -Date: Tue, 3 Dec 2024 14:09:02 +0100 -Subject: [PATCH] store: correctly remove incomplete layers on load. - -In go one should never modify a slice while also iterating over it at -the same time. This causes weird side effects as the underlying array -elements are shifted around without the range loop index knowing. -So if you delete a element the loop will then actually skip the next one -and theoretically access out of bounds on the last element which does -not panic but rather return the default zero type, nil here which then -causes the panic on layer.Flags == nil. - -Here is a simple example to show the behavior: -func main() { - slice := []int{1, 2, 3, 4, 5, 6, 7, 8, 9} - for _, num := range slice { - if num == 5 { - slice = slices.DeleteFunc(slice, func(n int) bool { - return n == 5 - }) - } - fmt.Println(num) - } -} - -The loop will not print 6, but then as last number it prints 0 (the -default zero type for an int). - -Fixes #2184 - -Signed-off-by: Paul Holzinger -(cherry picked from commit 99b0d2d423c8093807d8a1464437152cd04d7d95) ---- - layers.go | 29 +++++++++++++++++++---------- - 1 file changed, 19 insertions(+), 10 deletions(-) - -diff --git a/vendor/github.com/containers/storage/layers.go b/vendor/github.com/containers/storage/layers.go -index 6fe1a08035..4769e581ae 100644 ---- a/vendor/github.com/containers/storage/layers.go -+++ b/vendor/github.com/containers/storage/layers.go -@@ -913,22 +913,31 @@ func (r *layerStore) load(lockedForWriting bool) (bool, error) { - // user of this storage area marked for deletion but didn't manage to - // actually delete. - var incompleteDeletionErrors error // = nil -+ var layersToDelete []*Layer - for _, layer := range r.layers { - if layer.Flags == nil { - layer.Flags = make(map[string]interface{}) - } - if layerHasIncompleteFlag(layer) { -- logrus.Warnf("Found incomplete layer %#v, deleting it", layer.ID) -- err := r.deleteInternal(layer.ID) -- if err != nil { -- // Don't return the error immediately, because deleteInternal does not saveLayers(); -- // Even if deleting one incomplete layer fails, call saveLayers() so that other possible successfully -- // deleted incomplete layers have their metadata correctly removed. -- incompleteDeletionErrors = multierror.Append(incompleteDeletionErrors, -- fmt.Errorf("deleting layer %#v: %w", layer.ID, err)) -- } -- modifiedLocations |= layerLocation(layer) -+ // Important: Do not call r.deleteInternal() here. It modifies r.layers -+ // which causes unexpected side effects while iterating over r.layers here. -+ // The range loop has no idea that the underlying elements where shifted -+ // around. -+ layersToDelete = append(layersToDelete, layer) -+ } -+ } -+ // Now actually delete the layers -+ for _, layer := range layersToDelete { -+ logrus.Warnf("Found incomplete layer %q, deleting it", layer.ID) -+ err := r.deleteInternal(layer.ID) -+ if err != nil { -+ // Don't return the error immediately, because deleteInternal does not saveLayers(); -+ // Even if deleting one incomplete layer fails, call saveLayers() so that other possible successfully -+ // deleted incomplete layers have their metadata correctly removed. -+ incompleteDeletionErrors = multierror.Append(incompleteDeletionErrors, -+ fmt.Errorf("deleting layer %#v: %w", layer.ID, err)) - } -+ modifiedLocations |= layerLocation(layer) - } - if err := r.saveLayers(modifiedLocations); err != nil { - return false, err diff --git a/podman.spec b/podman.spec index da478f1..345e113 100644 --- a/podman.spec +++ b/podman.spec @@ -65,7 +65,6 @@ Summary: Manage Pods, Containers and Container Images URL: https://%{name}.io/ # All SourceN files fetched from upstream Source0: %{git0}/archive/v%{version_no_tilde}.tar.gz -Patch0: 2193.patch Provides: %{name}-manpages = %{epoch}:%{version}-%{release} BuildRequires: %{_bindir}/envsubst %if %{defined build_with_btrfs} From 17ae2ac263408d0244d3ee8f2e7281a77017eb80 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 22 Jan 2025 13:39:33 +0000 Subject: [PATCH 2158/2185] Update to 5.3.2 upstream release Upstream tag: v5.3.2 Upstream commit: 85043bb1 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 26 ++++---------------------- README.packit | 2 +- podman.spec | 11 ++++++++++- sources | 2 +- 5 files changed, 17 insertions(+), 25 deletions(-) diff --git a/.gitignore b/.gitignore index b7c1afc..512967d 100644 --- a/.gitignore +++ b/.gitignore @@ -1874,3 +1874,4 @@ /v5.3.0-rc3.tar.gz /v5.3.0.tar.gz /v5.3.1.tar.gz +/v5.3.2.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 0d5c3a3..637e020 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -12,8 +12,6 @@ packages: podman-centos: pkg_tool: centpkg specfile_path: rpm/podman.spec - podman-rhel: - specfile_path: rpm/podman.spec podman-eln: specfile_path: rpm/podman.spec @@ -34,14 +32,8 @@ jobs: message: "Ephemeral COPR build failed. @containers/packit-build please check." enable_net: true 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 - job: copr_build trigger: pull_request @@ -62,21 +54,11 @@ jobs: notifications: *packit_build_failure_notification enable_net: true targets: - # - centos-stream-9-x86_64 - # - centos-stream-9-aarch64 + - centos-stream-9-x86_64 + - centos-stream-9-aarch64 - centos-stream-10-x86_64 - centos-stream-10-aarch64 - # Disabled until there is go 1.22 in epel-9 - # - job: copr_build - # trigger: pull_request - # packages: [podman-rhel] - # notifications: *packit_build_failure_notification - # enable_net: true - # targets: - # - epel-9-x86_64 - # - epel-9-aarch64 - # Run on commit to main branch - job: copr_build trigger: commit diff --git a/README.packit b/README.packit index 58044ba..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.104.0. +The file was generated using packit 0.106.0.post1.dev8+g521f1e1d. diff --git a/podman.spec b/podman.spec index 345e113..5aee7ce 100644 --- a/podman.spec +++ b/podman.spec @@ -40,6 +40,9 @@ # %%{name} %global git0 %{container_base_url}/%{name} +# podman-machine subpackage will be present only on these architectures +%global machine_arches x86_64 aarch64 + Name: podman %if %{defined copr_build} Epoch: 102 @@ -52,7 +55,7 @@ Epoch: 5 # 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: 5.3.1 +Version: 5.3.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 @@ -179,6 +182,7 @@ capabilities specified in user quadlets. It is a symlink to %{_bindir}/%{name} and execs into the `%{name}sh` container when `%{_bindir}/%{name}sh` is set as a login shell or set as os.Args[0]. +%ifarch %{machine_arches} %package machine Summary: Metapackage for setting up %{name} machine Requires: %{name} = %{epoch}:%{version}-%{release} @@ -189,6 +193,7 @@ Requires: virtiofsd %description machine This subpackage installs the dependencies for %{name} machine, for more see: https://docs.podman.io/en/latest/markdown/podman-machine.1.html +%endif %prep %autosetup -Sgit -n %{name}-%{version_no_tilde} @@ -282,8 +287,10 @@ rm -f %{buildroot}%{_mandir}/man5/docker*.5 install -d -p %{buildroot}%{_datadir}/%{name}/test/system cp -pav test/system %{buildroot}%{_datadir}/%{name}/test/ +%ifarch %{machine_arches} # symlink virtiofsd in %%{name} libexecdir for machine subpackage ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name} +%endif #define license tag if not already defined %{!?_licensedir:%global license %doc} @@ -338,9 +345,11 @@ ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name} %{_bindir}/%{name}sh %{_mandir}/man1/%{name}sh.1* +%ifarch %{machine_arches} %files machine %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/virtiofsd +%endif %changelog %autochangelog diff --git a/sources b/sources index 31b1d65..2e9b8fb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.3.1.tar.gz) = e865104453cc2d7e3d76c83da84dbd6c4fb5224b089059d3eca3cbe3b5513e7964000eb66a2c6ac80ad09b3392d24900fe314bb464cdcc80b0dd6a74b6ea9262 +SHA512 (v5.3.2.tar.gz) = b7007278dd3f493bd0d0185ed4328570d5af527d4864c4435e7b330543d60ba87f04f36c94407d4e11e622a4af8b6467f66474e9b66cbeacb8eecb3088b4439e From 3a51c052c8086f11e41dadc1cb3efd8827c11a59 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 30 Jan 2025 13:35:33 +0000 Subject: [PATCH 2159/2185] Update to 5.4.0-rc2 upstream release Upstream tag: v5.4.0-rc2 Upstream commit: 14f6a69d Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- podman.spec | 3 ++- sources | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 512967d..e394912 100644 --- a/.gitignore +++ b/.gitignore @@ -1875,3 +1875,4 @@ /v5.3.0.tar.gz /v5.3.1.tar.gz /v5.3.2.tar.gz +/v5.4.0-rc2.tar.gz diff --git a/README.packit b/README.packit index 8c905b9..5732d6a 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.0.1. diff --git a/podman.spec b/podman.spec index 5aee7ce..d8c58d1 100644 --- a/podman.spec +++ b/podman.spec @@ -55,7 +55,7 @@ Epoch: 5 # 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: 5.3.2 +Version: 5.4.0~rc2 # 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 @@ -189,6 +189,7 @@ Requires: %{name} = %{epoch}:%{version}-%{release} Requires: gvisor-tap-vsock Requires: qemu Requires: virtiofsd +ExclusiveArch: x86_64 aarch64 %description machine This subpackage installs the dependencies for %{name} machine, for more see: diff --git a/sources b/sources index 2e9b8fb..88bca5d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.3.2.tar.gz) = b7007278dd3f493bd0d0185ed4328570d5af527d4864c4435e7b330543d60ba87f04f36c94407d4e11e622a4af8b6467f66474e9b66cbeacb8eecb3088b4439e +SHA512 (v5.4.0-rc2.tar.gz) = 74c6e59489e4fc473f23c4642e72bd60c434a4160b871b47032d95b8a06e73ad7d1032299f8a421a42084b3fd7d090afbfd2688781dc4753986bbeb3a686e523 From 3713b0f06874557933ef55545235793792257272 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 4 Feb 2025 16:25:42 +0530 Subject: [PATCH 2160/2185] TMT: initial enablement Remove STI test triggers in favor of TMT. The upstream TMT enablement PR is at https://github.com/containers/podman/pull/24369 . The Fedora PR can be merged independently of upstream so we can get rid of STI asap. Toolbox tests are fetched from its own dist-git. Signed-off-by: Lokesh Mandvekar --- .fmf/version | 1 + .packit.yaml | 74 +++++++++++++++- gating.yaml | 7 ++ plans/cockpit-podman.fmf | 37 ++++++++ plans/system.fmf | 56 ++++++++++++ plans/tmt.fmf | 29 +++++++ plans/toolbox.fmf | 13 +++ test/tmt/system.fmf | 48 ++++++++++ test/tmt/system.sh | 43 +++++++++ test/tmt/tmt-envvars | 20 +++++ test/tmt/tmt.fmf | 14 +++ tests/README | 18 ---- tests/check_results.yml | 36 -------- .../files/disable_systemd_resolved.sh | 41 --------- .../disable_systemd_resolved/tasks/main.yml | 3 - .../roles/rootless_user_ready/tasks/main.yml | 14 --- .../run_bats_tests/files/run_bats_tests.sh | 73 ---------------- tests/roles/run_bats_tests/tasks/main.yml | 10 --- .../run_bats_tests/tasks/run_one_test.yml | 87 ------------------- tests/run_podman_tests.yml | 29 ------- tests/test_podman.yml | 39 --------- tests/test_toolbx.yml | 11 --- tests/tests.yml | 1 - 23 files changed, 340 insertions(+), 364 deletions(-) create mode 100644 .fmf/version create mode 100644 plans/cockpit-podman.fmf create mode 100644 plans/system.fmf create mode 100644 plans/tmt.fmf create mode 100644 plans/toolbox.fmf create mode 100644 test/tmt/system.fmf create mode 100644 test/tmt/system.sh create mode 100644 test/tmt/tmt-envvars create mode 100644 test/tmt/tmt.fmf delete mode 100644 tests/README delete mode 100644 tests/check_results.yml delete mode 100755 tests/roles/disable_systemd_resolved/files/disable_systemd_resolved.sh delete mode 100644 tests/roles/disable_systemd_resolved/tasks/main.yml delete mode 100644 tests/roles/rootless_user_ready/tasks/main.yml delete mode 100755 tests/roles/run_bats_tests/files/run_bats_tests.sh delete mode 100644 tests/roles/run_bats_tests/tasks/main.yml delete mode 100644 tests/roles/run_bats_tests/tasks/run_one_test.yml delete mode 100644 tests/run_podman_tests.yml delete mode 100644 tests/test_podman.yml delete mode 100644 tests/test_toolbx.yml delete mode 100644 tests/tests.yml 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 637e020..09334de 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -5,6 +5,27 @@ downstream_package_name: podman 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: test/tmt/ + dest: test/tmt/ + delete: true + mkpath: true + - src: .fmf/ + dest: .fmf/ + delete: true + - .packit.yaml + packages: podman-fedora: pkg_tool: fedpkg @@ -31,7 +52,7 @@ jobs: failure_comment: message: "Ephemeral COPR build failed. @containers/packit-build please check." enable_net: true - targets: + targets: &fedora_copr_targets - fedora-all-x86_64 - fedora-all-aarch64 @@ -53,7 +74,7 @@ jobs: packages: [podman-centos] notifications: *packit_build_failure_notification enable_net: true - targets: + targets: ¢os_copr_targets - centos-stream-9-x86_64 - centos-stream-9-aarch64 - centos-stream-10-x86_64 @@ -71,6 +92,55 @@ jobs: project: podman-next enable_net: true + - job: tests + trigger: pull_request + packages: [podman-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: [podman-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: [podman-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: [podman-centos] + targets: *centos_copr_targets + require: *release_tests + preserve_project: true + identifier: "release" + - job: tests identifier: cockpit-revdeps trigger: pull_request diff --git a/gating.yaml b/gating.yaml index 5ab3627..1fb3172 100644 --- a/gating.yaml +++ b/gating.yaml @@ -7,3 +7,10 @@ decision_contexts: subject_type: koji_build rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} + +--- !Policy +product_versions: + - rhel-* +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/plans/cockpit-podman.fmf b/plans/cockpit-podman.fmf new file mode 100644 index 0000000..9485470 --- /dev/null +++ b/plans/cockpit-podman.fmf @@ -0,0 +1,37 @@ +# reverse dependency test for https://github.com/cockpit-project/cockpit-podman/ +# packit should automatically notify the cockpit maintainers on failures. +# For questions, please contact @martinpitt, @jelly, @mvollmer +enabled: false + +adjust+: + when: revdeps == yes + enabled: true + +discover: + how: fmf + url: https://github.com/cockpit-project/cockpit-podman + ref: "main" + +execute: + how: tmt + +# not relevant for testing podman +environment: + TEST_AUDIT_NO_SELINUX: 1 + TEST_ALLOW_JOURNAL_MESSAGES: ".*" + +# This has to duplicate cockpit-podman's plan structure; see https://github.com/teemtee/tmt/issues/1770 +/podman-system: + summary: Run cockpit-podman system tests + discover+: + test: /test/browser/system + +/podman-user: + summary: Run cockpit-podman user tests + discover+: + test: /test/browser/user + +/podman-misc: + summary: Run other cockpit-podman tests + discover+: + test: /test/browser/other diff --git a/plans/system.fmf b/plans/system.fmf new file mode 100644 index 0000000..6a2c5ba --- /dev/null +++ b/plans/system.fmf @@ -0,0 +1,56 @@ +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 + +adjust+: + - enabled: false + when: revdeps == yes + +provision: + how: artemis + hardware: + memory: ">= 16 GB" + cpu: + cores: ">= 4" + threads: ">=8" + disk: + - size: ">= 512 GB" + +/local-root: + summary: Local rootful tests + discover+: + filter: 'tag:local & tag:root' + +/local-rootless: + summary: Local rootless tests + discover+: + filter: 'tag:local & tag:rootless' + +/remote-root: + summary: Remote rootful tests + discover+: + filter: 'tag:remote & tag:root' + +/remote-rootless: + summary: Remote rootless tests + discover+: + filter: 'tag:remote & tag:rootless' diff --git a/plans/tmt.fmf b/plans/tmt.fmf new file mode 100644 index 0000000..fa96694 --- /dev/null +++ b/plans/tmt.fmf @@ -0,0 +1,29 @@ +summary: Run tmt container provision test (downstream only) + +discover: + how: fmf + filter: 'tag:tmt & tag:downstream' + +execute: + how: tmt + +provision: + how: artemis + hardware: + memory: ">= 16 GB" + cpu: + cores: ">= 4" + threads: ">=8" + disk: + - size: ">= 512 GB" +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 + +adjust+: + - enabled: false + when: revdeps == yes diff --git a/plans/toolbox.fmf b/plans/toolbox.fmf new file mode 100644 index 0000000..81504f6 --- /dev/null +++ b/plans/toolbox.fmf @@ -0,0 +1,13 @@ +summary: Run toolbox tests (downstream only) +prepare: + - name: packages + how: install + package: [toolbox-tests] + +discover: + how: fmf + url: https://src.fedoraproject.org/rpms/toolbox + ref: "rawhide" + +execute: + how: tmt diff --git a/test/tmt/system.fmf b/test/tmt/system.fmf new file mode 100644 index 0000000..3e5d52d --- /dev/null +++ b/test/tmt/system.fmf @@ -0,0 +1,48 @@ +require: + - attr + - bats + - podman-remote + - podman-tests + - psmisc + - slirp4netns + +environment: + PODMAN: /usr/bin/podman + PODMAN_TESTING: /usr/bin/podman-testing + QUADLET: /usr/libexec/podman/quadlet + ROOTLESS_USER: "fedora" +adjust+: + - when: distro == centos-stream + environment+: + ROOTLESS_USER: "ec2-user" + - when: distro == rhel + environment+: + ROOTLESS_USER: "cloud-user" + +/local-root: + tag: [ local, root ] + summary: local rootful test + test: bash ./system.sh + duration: 30m + +/local-rootless: + tag: [ local, rootless ] + summary: rootless test + test: bash ./system.sh rootless + duration: 30m + +/remote-root: + tag: [ remote, root ] + summary: remote rootful test + test: bash ./system.sh + duration: 30m + environment+: + PODMAN: /usr/bin/podman-remote + +/remote-rootless: + tag: [ remote, rootless ] + summary: remote rootless test + test: bash ./system.sh rootless + duration: 30m + environment+: + PODMAN: /usr/bin/podman-remote diff --git a/test/tmt/system.sh b/test/tmt/system.sh new file mode 100644 index 0000000..9ed099f --- /dev/null +++ b/test/tmt/system.sh @@ -0,0 +1,43 @@ +#!/usr/bin/env bash + +set -exo pipefail + +uname -r + +loginctl enable-linger "$ROOTLESS_USER" + +rpm -q \ + aardvark-dns \ + buildah \ + conmon \ + container-selinux \ + containers-common \ + crun \ + netavark \ + passt \ + podman \ + podman-tests \ + skopeo \ + slirp4netns \ + systemd + +export system_service_cmd="/usr/bin/podman system service --timeout=0 &" +export test_cmd="whoami && cd /usr/share/podman/test/system && bats ." + +if [[ -z $1 ]]; then + if [[ $PODMAN == "/usr/bin/podman-remote" ]]; then + eval $system_service_cmd + fi + eval $test_cmd +elif [[ $1 == "rootless" ]]; then + if [[ $PODMAN == "/usr/bin/podman-remote" ]]; then + su - "$ROOTLESS_USER" -c "eval $system_service_cmd" + fi + su --whitelist-environment=$(cat ./tmt-envvars | tr '\n' ',') - "$ROOTLESS_USER" -c "eval $test_cmd" +fi + +# Kill all podman processes for remote tests +if [[ $PODMAN == "/usr/bin/podman-remote" ]]; then + killall -q podman +fi +exit 0 diff --git a/test/tmt/tmt-envvars b/test/tmt/tmt-envvars new file mode 100644 index 0000000..3ae53a1 --- /dev/null +++ b/test/tmt/tmt-envvars @@ -0,0 +1,20 @@ +TMT_TREE +TMT_PLAN_DATA +TMT_VERSION +TMT_TEST_NAME +TMT_TEST_DATA +TMT_TEST_SERIAL_NUMBER +TMT_TEST_ITERATION_ID +TMT_TEST_METADATA +TMT_SOURCE_DIR +TMT_REBOOT_COUNT +TMT_TEST_RESTART_COUNT +TMT_TOPOLOGY_BASH +TMT_TOPOLOGY_YAML +TMT_TEST_PIDFILE +TMT_TEST_PIDFILE_LOCK +TMT_TEST_PIDFILE_ROOT +PODMAN +PODMAN_TESTING +QUADLET +ROOTLESS_USER diff --git a/test/tmt/tmt.fmf b/test/tmt/tmt.fmf new file mode 100644 index 0000000..187fc1c --- /dev/null +++ b/test/tmt/tmt.fmf @@ -0,0 +1,14 @@ +enabled: false +adjust: + enabled: true + when: initiator != packit and distro != rhel-10 or distro != centos-stream-10 + +summary: Make sure that TMT container provision works +tag: [ tmt, downstream ] +require: + - tmt+provision-container +test: + tmt run --verbose --remove + provision --how container --image fedora + login --command 'cat /etc/os-release' + finish diff --git a/tests/README b/tests/README deleted file mode 100644 index 72aa202..0000000 --- a/tests/README +++ /dev/null @@ -1,18 +0,0 @@ -I'm sorry. The playbooks here are a much-too-complicated way of saying: - - - test podman (root and rootless) - - same, with podman-remote - -The starting point is tests.yml . From there: - - tests.yml - \- test_podman.yml - |- roles/rootless_user_ready/ - \- run_podman_tests.yml (once for local, once for remote) - \- roles/run_bats_tests/ (runs tests: root, rootless) - -Principal result is the file 'artifacts/test.log'. It will contain -one line for each test run, format will be '(PASS|FAIL|ERROR) ' - -For each completed test there will also be a 'test..bats.log' -containing some setup blurbs (RPMs, environment) and the full BATS log. diff --git a/tests/check_results.yml b/tests/check_results.yml deleted file mode 100644 index e1de3bd..0000000 --- a/tests/check_results.yml +++ /dev/null @@ -1,36 +0,0 @@ ---- -# Copied from standard-test-basic -# ...and, 2020-05-13, updated, looks like they changed the whole thing around -- name: Check the results - local_action: - module: shell - cmd: | - log="{{ artifacts }}/test.log" - if [ ! -f "$log" ]; then - echo ERROR - echo "Test results not found." 1>&2 - elif grep ^ERROR "$log" 1>&2; then - echo ERROR - elif grep ^FAIL "$log" 1>&2; then - echo FAIL - elif grep -q ^PASS "$log"; then - echo PASS - else - echo ERROR - echo "No test results found." 1>&2 - fi - register: test_results - -- name: Set role result - set_fact: - role_result: "{{ test_results.stdout }}" - role_message: "{{ test_results.stderr|d('test execution error.') }}" - -- name: display results - vars: - msg: | - role_result: {{ role_result|d('Undefined') }} - {{ role_message|d('[No error messages found]') }} - debug: - msg: "{{ msg.split('\n') }}" - failed_when: role_message|d("") != "" diff --git a/tests/roles/disable_systemd_resolved/files/disable_systemd_resolved.sh b/tests/roles/disable_systemd_resolved/files/disable_systemd_resolved.sh deleted file mode 100755 index f5cb4da..0000000 --- a/tests/roles/disable_systemd_resolved/files/disable_systemd_resolved.sh +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/bash -# -# Excerpted from https://github.com/containers/automation_images/blob/main/systemd_banish.sh -# -# Early 2023: https://github.com/containers/podman/issues/16973 -# -# We see countless instances of "lookup cdn03.quay.io" flakes. -# Disabling the systemd resolver has completely resolved those, -# from multiple flakes per day to zero in a month. -# -# Opinions differ on the merits of systemd-resolve, but the fact is -# it breaks our CI testing. Kill it. -nsswitch=/etc/authselect/nsswitch.conf -if [[ -e $nsswitch ]]; then - if grep -q -E 'hosts:.*resolve' $nsswitch; then - echo "Disabling systemd-resolved" - sed -i -e 's/^\(hosts: *\).*/\1files dns myhostname/' $nsswitch - systemctl disable --now systemd-resolved - rm -f /etc/resolv.conf - - # NetworkManager may already be running, or it may not.... - systemctl start NetworkManager - sleep 1 - systemctl restart NetworkManager - - # ...and it may create resolv.conf upon start/restart, or it - # may not. Keep restarting until it does. (Yes, I realize - # this is cargocult thinking. Don't care. Not worth the effort - # to diagnose and solve properly.) - retries=10 - while ! test -e /etc/resolv.conf;do - retries=$((retries - 1)) - if [[ $retries -eq 0 ]]; then - echo "Timed out waiting for resolv.conf" >&2 - echo "...gonna try continuing. Expect failures." >&2 - fi - systemctl restart NetworkManager - sleep 5 - done - fi -fi diff --git a/tests/roles/disable_systemd_resolved/tasks/main.yml b/tests/roles/disable_systemd_resolved/tasks/main.yml deleted file mode 100644 index 7c77540..0000000 --- a/tests/roles/disable_systemd_resolved/tasks/main.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -- name: disable systemd resolved - script: ./disable_systemd_resolved.sh diff --git a/tests/roles/rootless_user_ready/tasks/main.yml b/tests/roles/rootless_user_ready/tasks/main.yml deleted file mode 100644 index 88ad032..0000000 --- a/tests/roles/rootless_user_ready/tasks/main.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -- name: make sure rootless account exists - user: name={{ rootless_user }} - -- name: rootless account | enable linger - shell: loginctl enable-linger {{ rootless_user }} - -- name: rootless account | get uid - getent: - database: passwd - key: "{{ rootless_user }}" - -- name: rootless account | preserve uid - set_fact: rootless_uid="{{ getent_passwd[rootless_user][1] }}" diff --git a/tests/roles/run_bats_tests/files/run_bats_tests.sh b/tests/roles/run_bats_tests/files/run_bats_tests.sh deleted file mode 100755 index e82a903..0000000 --- a/tests/roles/run_bats_tests/files/run_bats_tests.sh +++ /dev/null @@ -1,73 +0,0 @@ -#!/bin/bash -# -# Run bats tests for a given $TEST_PACKAGE, e.g. buildah, podman -# -# This is invoked by the 'run_bats_tests' role; we assume that -# the package foo has a foo-tests subpackage which provides the -# directory /usr/share/foo/test/system, containing one or more .bats -# test files. -# -# We create two files: -# -# /tmp/test.summary.log - one-liner with FAIL, PASS, ERROR and a blurb -# /tmp/test.bats.log - full log of this script, plus the BATS run -# -export PATH=/usr/local/bin:/usr/sbin:/usr/bin - -FULL_LOG=/tmp/test.bats.log -rm -f $FULL_LOG -touch $FULL_LOG - -# Preserve output to a log file, but also emit on stdout. This covers -# RHEL (which preserves logfiles but runs ansible without --verbose) -# and Fedora (which hides logfiles but runs ansible --verbose). -exec &> >(tee -a $FULL_LOG) - -# Log program versions -echo "Packages:" -echo " Kernel: $(uname -r)" -rpm -qa |\ - grep -E 'buildah|skopeo|toolbox|podman|conmon|containers-common|crun|runc|iptable|slirp|aardvark|netavark|containernetworking-plugins|systemd|container-selinux|passt' |\ - sort |\ - sed -e 's/^/ /' - -divider='------------------------------------------------------------------' -echo $divider -printenv | sort -echo $divider -echo "ip addr:" -ip addr -echo $divider - -testdir=/usr/share/${TEST_PACKAGE}/test/system - -if ! cd $testdir; then - echo "FAIL ${TEST_NAME} : cd $testdir" > /tmp/test.summary.log - exit 0 -fi - -if [[ $PODMAN =~ remote ]]; then - ${PODMAN%%-remote} system service -t0 &>/dev/null & - PODMAN_SERVER_PID=$! -fi - -echo "\$ bats ." -bats . -rc=$? - -if [[ -n "$PODMAN_SERVER_PID" ]]; then - kill $PODMAN_SERVER_PID -fi - -echo $divider -echo "bats completed with status $rc" - -status=PASS -if [ $rc -ne 0 ]; then - status=FAIL -fi - -echo "${status} ${TEST_NAME}" > /tmp/test.summary.log - -# FIXME: for CI purposes, always exit 0. This allows subsequent tests. -exit 0 diff --git a/tests/roles/run_bats_tests/tasks/main.yml b/tests/roles/run_bats_tests/tasks/main.yml deleted file mode 100644 index decf8ef..0000000 --- a/tests/roles/run_bats_tests/tasks/main.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -# Create empty results file, world-writable -- name: initialize test.log file - copy: dest=/tmp/test.log content='' force=yes mode=0666 - -- name: execute tests - include_tasks: run_one_test.yml - with_items: "{{ tests }}" - loop_control: - loop_var: test diff --git a/tests/roles/run_bats_tests/tasks/run_one_test.yml b/tests/roles/run_bats_tests/tasks/run_one_test.yml deleted file mode 100644 index 9ef8cb7..0000000 --- a/tests/roles/run_bats_tests/tasks/run_one_test.yml +++ /dev/null @@ -1,87 +0,0 @@ ---- -- name: "{{ test.name }} | install test packages" - dnf: name="{{ test.package }}-tests" state=installed - -- name: "{{ test.name }} | define helper variables" - set_fact: - test_name_oneword: "{{ test.name | replace(' ','-') }}" - -# UGH. This is necessary because our caller sets some environment variables -# and we need to set a few more based on other caller variables; then we -# need to combine the two dicts when running the test. This seems to be -# the only way to do it in ansible. -- name: "{{ test.name }} | define local environment" - set_fact: - local_environment: - TEST_NAME: "{{ test.name }}" - TEST_PACKAGE: "{{ test.package }}" - TEST_ENV: "{{ test.environment }}" - -- name: "{{ test.name }} | setup/teardown helper | see if exists" - local_action: stat path={{ role_path }}/files/helper.{{ test_name_oneword }}.sh - register: helper - -- name: "{{ test.name }} | setup/teardown helper | install" - copy: src=helper.{{ test_name_oneword }}.sh dest=/tmp/helper.sh - when: helper.stat.exists - -# This is what runs the BATS tests. -- name: "{{ test.name }} | run test" - script: ./run_bats_tests.sh - args: - chdir: /usr/share/{{ test.package }}/test/system - become: "{{ true if test.become is defined else false }}" - become_user: "{{ rootless_user }}" - environment: "{{ local_environment | combine(test.environment) }}" - -# BATS tests will always exit zero and should leave behind two files: -# a full log (test.bats.log) and a one-line PASS/FAIL file (.summary.log) -- name: "{{ test.name }} | pull logs" - fetch: - src: "/tmp/test.{{ item }}.log" - dest: "{{ artifacts }}/test.{{ test_name_oneword }}.{{ item }}.log" - flat: yes - with_items: - - bats - - summary - -# Collect all the one-line PASS/FAIL results in one file, test.log -# Write the same thing, in a different format, to results.yml -# https://docs.fedoraproject.org/en-US/ci/standard-test-interface/ -- name: "{{ test.name }} | keep running tally of test results" - local_action: - module: shell - cmd: | - cd {{ artifacts }} - cat "test.{{ test_name_oneword }}.summary.log" >>test.log - - status=$(awk '{print $1}' >results.yml - echo " result: $status" >>results.yml - echo " logs: test.{{ test_name_oneword }}.bats.log" >>results.yml - - # delete the oneliner file, to keep artifacts dir clean - rm -f test.{{ test_name_oneword }}.summary.log - -- name: "{{ test.name }} | remove remote logs and helpers" - file: - dest=/tmp/{{ item }} - state=absent - with_items: - - test.bats.log - - test.summary.log - - helper.sh - -# AAAAARGH! -# -# Fedora gating tests are failing, because str-common-final/tasks/main.yml -# tries to pull test.log and other logs from $remote_host:/tmp/artifacts . -# Those don't exist, because I track status and artifacts locally, because -# with the reboot I can't rely on /tmp being preserved. -# I see no way to tell str-common-final to skip this step; so let's just -# push logs over upon completion of each subtest. -- name: keep remote artifacts synced - synchronize: - src: "{{ artifacts }}/" - dest: "{{ remote_artifacts|d('/tmp/artifacts') }}/" - mode: push diff --git a/tests/run_podman_tests.yml b/tests/run_podman_tests.yml deleted file mode 100644 index 06b2525..0000000 --- a/tests/run_podman_tests.yml +++ /dev/null @@ -1,29 +0,0 @@ ---- -- name: "podman-remote | install" - dnf: name="podman-remote" state=installed - when: podman_bin == "podman-remote" - -# As of podman 5.0, slirp is a soft dependency. Until/unless it is -# actually deprecated, we continue to test with it. -- name: "slirp4netns | install" - dnf: name="slirp4netns" state=installed - -- include_role: - name: run_bats_tests - vars: - tests: - # Yes, this is horrible duplication, but trying to refactor in ansible - # yields even more horrible unreadable code. This is the lesser evil. - - name: "{{ podman_bin }} root" - package: podman - environment: - PODMAN: /usr/bin/{{ podman_bin }} - PODMAN_TESTING: /usr/bin/podman-testing - QUADLET: /usr/libexec/podman/quadlet - - name: "{{ podman_bin }} rootless" - package: podman - environment: - PODMAN: /usr/bin/{{ podman_bin }} - PODMAN_TESTING: /usr/bin/podman-testing - QUADLET: /usr/libexec/podman/quadlet - become: true diff --git a/tests/test_podman.yml b/tests/test_podman.yml deleted file mode 100644 index d471630..0000000 --- a/tests/test_podman.yml +++ /dev/null @@ -1,39 +0,0 @@ ---- -- hosts: localhost - tags: - - classic - - container - vars: - - artifacts: ./artifacts - rootless_user: testuser - roles: - - role: disable_systemd_resolved - - role: rootless_user_ready - - tasks: - # At the start of a run, clean up state. Useful for test reruns. - - name: local artifacts directory exists - local_action: file path="{{ artifacts }}" state=directory - - - name: remove stale log files - local_action: shell rm -f {{ artifacts }}/test*.log - - - name: clear test results (test.log) - local_action: command truncate --size=0 {{ artifacts }}/test.log - - - name: clear test results (results.yml) - local_action: copy content="results:\n" dest={{ artifacts }}/results.yml - - # These are the actual tests. - - name: test podman - include_tasks: run_podman_tests.yml - loop: [ podman, podman-remote ] - loop_control: - loop_var: podman_bin - - - name: test toolbx - include_tasks: test_toolbx.yml - - # Postprocessing: check for FAIL or ERROR in any test, exit 1 if so - - name: check results - include_tasks: check_results.yml diff --git a/tests/test_toolbx.yml b/tests/test_toolbx.yml deleted file mode 100644 index 58494f4..0000000 --- a/tests/test_toolbx.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -- include_role: - name: run_bats_tests - vars: - tests: - - name: toolbx - package: toolbox - become: true - environment: - TMPDIR: /var/tmp - XDG_RUNTIME_DIR: /run/user/{{ rootless_uid }} diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index 80caee7..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1 +0,0 @@ -- import_playbook: test_podman.yml From 30326849d82ef9f2cb2360f5b048b00f0dd9594d Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 5 Feb 2025 19:03:28 +0000 Subject: [PATCH 2161/2185] Update to 5.4.0-rc3 upstream release Upstream tag: v5.4.0-rc3 Upstream commit: ad54787b Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 74 ++------------------------------------------------- README.packit | 2 +- podman.spec | 20 ++++++++++++-- sources | 2 +- 5 files changed, 23 insertions(+), 76 deletions(-) diff --git a/.gitignore b/.gitignore index e394912..9b90513 100644 --- a/.gitignore +++ b/.gitignore @@ -1876,3 +1876,4 @@ /v5.3.1.tar.gz /v5.3.2.tar.gz /v5.4.0-rc2.tar.gz +/v5.4.0-rc3.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 09334de..637e020 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -5,27 +5,6 @@ downstream_package_name: podman 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: test/tmt/ - dest: test/tmt/ - delete: true - mkpath: true - - src: .fmf/ - dest: .fmf/ - delete: true - - .packit.yaml - packages: podman-fedora: pkg_tool: fedpkg @@ -52,7 +31,7 @@ jobs: failure_comment: message: "Ephemeral COPR build failed. @containers/packit-build please check." enable_net: true - targets: &fedora_copr_targets + targets: - fedora-all-x86_64 - fedora-all-aarch64 @@ -74,7 +53,7 @@ jobs: packages: [podman-centos] notifications: *packit_build_failure_notification enable_net: true - targets: ¢os_copr_targets + targets: - centos-stream-9-x86_64 - centos-stream-9-aarch64 - centos-stream-10-x86_64 @@ -92,55 +71,6 @@ jobs: project: podman-next enable_net: true - - job: tests - trigger: pull_request - packages: [podman-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: [podman-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: [podman-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: [podman-centos] - targets: *centos_copr_targets - require: *release_tests - preserve_project: true - identifier: "release" - - job: tests identifier: cockpit-revdeps trigger: pull_request diff --git a/README.packit b/README.packit index 5732d6a..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 1.0.1. +The file was generated using packit 1.1.0. diff --git a/podman.spec b/podman.spec index d8c58d1..223f2fb 100644 --- a/podman.spec +++ b/podman.spec @@ -24,6 +24,8 @@ %if %{defined fedora} %define build_with_btrfs 1 +# qemu-system* isn't packageed for CentOS Stream / RHEL +%define qemu 1 %endif %if %{defined copr_username} @@ -55,7 +57,7 @@ Epoch: 5 # 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: 5.4.0~rc2 +Version: 5.4.0~rc3 # 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 @@ -142,6 +144,7 @@ Requires: %{name} = %{epoch}:%{version}-%{release} %if %{defined fedora} Requires: bats %endif +Requires: attr Requires: jq Requires: skopeo Requires: nmap-ncat @@ -187,7 +190,17 @@ when `%{_bindir}/%{name}sh` is set as a login shell or set as os.Args[0]. Summary: Metapackage for setting up %{name} machine Requires: %{name} = %{epoch}:%{version}-%{release} Requires: gvisor-tap-vsock -Requires: qemu +%if %{defined qemu} +%ifarch aarch64 +Requires: qemu-system-aarch64-core +%endif +%ifarch x86_64 +Requires: qemu-system-x86-core +%endif +%else +Requires: qemu-kvm +%endif +Requires: qemu-img Requires: virtiofsd ExclusiveArch: x86_64 aarch64 @@ -296,6 +309,9 @@ ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name} #define license tag if not already defined %{!?_licensedir:%global license %doc} +# Include empty check to silence rpmlint warning +%check + %files -f %{name}.file-list %license LICENSE vendor/modules.txt %doc README.md CONTRIBUTING.md install.md transfer.md diff --git a/sources b/sources index 88bca5d..6c05703 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.4.0-rc2.tar.gz) = 74c6e59489e4fc473f23c4642e72bd60c434a4160b871b47032d95b8a06e73ad7d1032299f8a421a42084b3fd7d090afbfd2688781dc4753986bbeb3a686e523 +SHA512 (v5.4.0-rc3.tar.gz) = f018ddead98b628dc4b11688e4c5a5a9087d068d7440687e44eb0dc0577a88ed0910f7a640a746bd1ddcb62dbe774495e433d43dfc97de93d3d5a2fc5d1f62cb From 1b7f37d3d5c5677aed5b10c1fc3cc4f0ed92fd21 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 11 Feb 2025 18:27:23 +0000 Subject: [PATCH 2162/2185] Update to 5.4.0 upstream release Upstream tag: v5.4.0 Upstream commit: f9f7d48b Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- podman.spec | 35 +++++++++++++++++++++-------------- sources | 2 +- 4 files changed, 24 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 9b90513..f05afda 100644 --- a/.gitignore +++ b/.gitignore @@ -1877,3 +1877,4 @@ /v5.3.2.tar.gz /v5.4.0-rc2.tar.gz /v5.4.0-rc3.tar.gz +/v5.4.0.tar.gz diff --git a/README.packit b/README.packit index c1b4159..7017e6c 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.0.post1.dev2+gf7b527d0. diff --git a/podman.spec b/podman.spec index 223f2fb..d8dff52 100644 --- a/podman.spec +++ b/podman.spec @@ -7,21 +7,8 @@ %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 -%if %{defined rhel} && 0%{?rhel} < 10 -%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 %{defined rhel} -# _user_tmpfiles.d currently undefined on rhel -%global _user_tmpfilesdir %{_datadir}/user-tmpfiles.d -%endif - %if %{defined fedora} %define build_with_btrfs 1 # qemu-system* isn't packageed for CentOS Stream / RHEL @@ -32,6 +19,11 @@ %define copr_build 1 %endif +# Only RHEL and CentOS Stream rpms are built with fips-enabled go compiler +%if %{defined rhel} +%define fips_enabled 1 +%endif + %global container_base_path github.com/containers %global container_base_url https://%{container_base_path} @@ -45,6 +37,12 @@ # podman-machine subpackage will be present only on these architectures %global machine_arches x86_64 aarch64 +%if %{defined copr_build} +%define build_origin Copr: %{?copr_username}/%{?copr_projectname} +%else +%define build_origin %{?packager} +%endif + Name: podman %if %{defined copr_build} Epoch: 102 @@ -57,7 +55,7 @@ Epoch: 5 # 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: 5.4.0~rc3 +Version: 5.4.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 @@ -242,6 +240,7 @@ export CGO_CFLAGS+=" -m64 -mtune=generic -fcf-protection=full" export GOPROXY=direct LDFLAGS="-X %{ld_libpod}/define.buildInfo=${SOURCE_DATE_EPOCH:-$(date +%s)} \ + -X \"%{ld_libpod}/define.buildOrigin=%{build_origin}\" \ -X %{ld_libpod}/config._installPrefix=%{_prefix} \ -X %{ld_libpod}/config._etcDir=%{_sysconfdir} \ -X %{ld_project}/pkg/systemd/quadlet._binDir=%{_bindir}" @@ -251,6 +250,14 @@ LDFLAGS="-X %{ld_libpod}/define.buildInfo=${SOURCE_DATE_EPOCH:-$(date +%s)} \ export BASEBUILDTAGS="seccomp exclude_graphdriver_devicemapper $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)" +# libtrust_openssl buildtag switches to using the FIPS-compatible func +# `ecdsa.HashSign`. +# Ref 1: https://github.com/golang-fips/go/blob/main/patches/015-add-hash-sign-verify.patch#L22 +# Ref 2: https://github.com/containers/libtrust/blob/main/ec_key_openssl.go#L23 +%if %{defined fips_enabled} +export BASEBUILDTAGS="$BASEBUILDTAGS libtrust_openssl" +%endif + # build %%{name} export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh)" %gobuild -o bin/%{name} ./cmd/%{name} diff --git a/sources b/sources index 6c05703..01e7baf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.4.0-rc3.tar.gz) = f018ddead98b628dc4b11688e4c5a5a9087d068d7440687e44eb0dc0577a88ed0910f7a640a746bd1ddcb62dbe774495e433d43dfc97de93d3d5a2fc5d1f62cb +SHA512 (v5.4.0.tar.gz) = f120178be0230ddc5d6b2b41d3c121fdecf5b8ef26bac74e0654e8be295e862ccb790e5a7178bfe65f93e2e106e92af3953d4b97c7383ec0b2fbfa250d72a8a1 From 357520e360afe3e5ccd8d571e56ef9db8d463a1e Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 11 Mar 2025 18:38:49 +0000 Subject: [PATCH 2163/2185] Update to 5.4.1 upstream release Upstream tag: v5.4.1 Upstream commit: b79bc8af Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 12 ++++++------ README.packit | 2 +- podman.spec | 16 +++++++--------- sources | 2 +- 5 files changed, 16 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index f05afda..d7759a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1878,3 +1878,4 @@ /v5.4.0-rc2.tar.gz /v5.4.0-rc3.tar.gz /v5.4.0.tar.gz +/v5.4.1.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 637e020..7c088fc 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -20,16 +20,16 @@ srpm_build_deps: - make actions: - fix-spec-file: - - "bash .packit.sh" + fix-spec-file: "bash .packit-copr-rpm.sh" + pre-sync: "bash .packit-rpm-git-commit.sh" jobs: - job: copr_build trigger: pull_request packages: [podman-fedora] - notifications: &packit_build_failure_notification + notifications: &packit_generic_failure_notification failure_comment: - message: "Ephemeral COPR build failed. @containers/packit-build please check." + message: "[NON-BLOCKING] Packit jobs failed. @containers/packit-build please check. Everyone else, feel free to ignore." enable_net: true targets: - fedora-all-x86_64 @@ -38,7 +38,7 @@ jobs: - job: copr_build trigger: pull_request packages: [podman-eln] - notifications: *packit_build_failure_notification + notifications: *packit_generic_failure_notification enable_net: true targets: fedora-eln-x86_64: @@ -51,7 +51,7 @@ jobs: - job: copr_build trigger: pull_request packages: [podman-centos] - notifications: *packit_build_failure_notification + notifications: *packit_generic_failure_notification enable_net: true targets: - centos-stream-9-x86_64 diff --git a/README.packit b/README.packit index 7017e6c..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.1.0.post1.dev2+gf7b527d0. +The file was generated using packit 1.2.0.post1.dev13+g55ed4527. diff --git a/podman.spec b/podman.spec index d8dff52..bf8ab1b 100644 --- a/podman.spec +++ b/podman.spec @@ -55,7 +55,7 @@ Epoch: 5 # 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: 5.4.0 +Version: 5.4.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 @@ -151,6 +151,7 @@ Requires: openssl Requires: socat Requires: buildah Requires: gnupg +Requires: xfsprogs %description tests %{summary} @@ -216,14 +217,6 @@ sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile sed -i '/DELETE ON RHEL9/,/DELETE ON RHEL9/d' libpod/runtime.go %endif -# These changes are only meant for copr builds -%if %{defined copr_build} -# podman --version should show short sha -sed -i "s/^const RawVersion = .*/const RawVersion = \"##VERSION##-##SHORT_SHA##\"/" version/rawversion/version.go -# use ParseTolerant to allow short sha in version -sed -i "s/^var Version.*/var Version, err = semver.ParseTolerant(rawversion.RawVersion)/" version/version.go -%endif - %build %set_build_flags export CGO_CFLAGS=$CFLAGS @@ -245,6 +238,11 @@ LDFLAGS="-X %{ld_libpod}/define.buildInfo=${SOURCE_DATE_EPOCH:-$(date +%s)} \ -X %{ld_libpod}/config._etcDir=%{_sysconfdir} \ -X %{ld_project}/pkg/systemd/quadlet._binDir=%{_bindir}" +# This variable will be set by Packit actions. See .packit.yaml in the root dir +# of the repo (upstream as well as Fedora dist-git). +GIT_COMMIT="b79bc8afe796cba51dd906270a7e1056ccdfcf9e""" +LDFLAGS="$LDFLAGS -X %{ld_libpod}/define.gitCommit=$GIT_COMMIT" + # build rootlessport first %gobuild -o bin/rootlessport ./cmd/rootlessport diff --git a/sources b/sources index 01e7baf..0539f17 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.4.0.tar.gz) = f120178be0230ddc5d6b2b41d3c121fdecf5b8ef26bac74e0654e8be295e862ccb790e5a7178bfe65f93e2e106e92af3953d4b97c7383ec0b2fbfa250d72a8a1 +SHA512 (v5.4.1.tar.gz) = 7cbe02c4fdfce83e8becd5c167768d25eab621794e736e7741ca8d4d1384e7db550c59b2f45356aaabd49d9d236bae65bad7f60dc2392a0903ceec812fa5d1c2 From 1127f92dc8507ca1efad44afcf8cdf686e39510b Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 2 Apr 2025 16:30:28 +0000 Subject: [PATCH 2164/2185] Update to 5.4.2 upstream release Upstream tag: v5.4.2 Upstream commit: be85287f Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- podman.spec | 6 +++--- sources | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d7759a9..b278a6a 100644 --- a/.gitignore +++ b/.gitignore @@ -1879,3 +1879,4 @@ /v5.4.0-rc3.tar.gz /v5.4.0.tar.gz /v5.4.1.tar.gz +/v5.4.2.tar.gz diff --git a/README.packit b/README.packit index f5cc99f..bb4a369 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.4.0.post1.dev4+g043c5fde. diff --git a/podman.spec b/podman.spec index bf8ab1b..4b8218c 100644 --- a/podman.spec +++ b/podman.spec @@ -55,14 +55,14 @@ Epoch: 5 # 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: 5.4.1 +Version: 5.4.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 %if %{defined golang_arches_future} ExclusiveArch: %{golang_arches_future} %else -ExclusiveArch: aarch64 ppc64le s390x x86_64 +ExclusiveArch: aarch64 ppc64le s390x x86_64 riscv64 %endif Summary: Manage Pods, Containers and Container Images URL: https://%{name}.io/ @@ -240,7 +240,7 @@ LDFLAGS="-X %{ld_libpod}/define.buildInfo=${SOURCE_DATE_EPOCH:-$(date +%s)} \ # This variable will be set by Packit actions. See .packit.yaml in the root dir # of the repo (upstream as well as Fedora dist-git). -GIT_COMMIT="b79bc8afe796cba51dd906270a7e1056ccdfcf9e""" +GIT_COMMIT="be85287fcf4590961614ee37be65eeb315e5d9ff" LDFLAGS="$LDFLAGS -X %{ld_libpod}/define.gitCommit=$GIT_COMMIT" # build rootlessport first diff --git a/sources b/sources index 0539f17..f9d6862 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.4.1.tar.gz) = 7cbe02c4fdfce83e8becd5c167768d25eab621794e736e7741ca8d4d1384e7db550c59b2f45356aaabd49d9d236bae65bad7f60dc2392a0903ceec812fa5d1c2 +SHA512 (v5.4.2.tar.gz) = 482fde529766ca1b509a08bab4beb59a5935ebc6b27bc886c33597183258631e8c8db03ebb521baefd7989305aa76fad14c1359e211a0fe75c855c14bbaca960 From 0a4fcce7a88e38ee4f37b4f9c34e49bf21d26b76 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 24 Apr 2025 17:01:03 +0000 Subject: [PATCH 2165/2185] Update to 5.5.0-rc1 upstream release Upstream tag: v5.5.0-rc1 Upstream commit: 6a597e0e Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 17 +++++++++++++---- README.packit | 2 +- podman.spec | 7 ++++--- sources | 2 +- 5 files changed, 20 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index b278a6a..7054f85 100644 --- a/.gitignore +++ b/.gitignore @@ -1880,3 +1880,4 @@ /v5.4.0.tar.gz /v5.4.1.tar.gz /v5.4.2.tar.gz +/v5.5.0-rc1.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 7c088fc..b4170f5 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -15,6 +15,9 @@ packages: podman-eln: specfile_path: rpm/podman.spec +# Disable automatic merging for Copr builds (and subsequent Testing Farm) +merge_pr_in_ci: false + srpm_build_deps: - git-archive-all - make @@ -32,11 +35,16 @@ jobs: message: "[NON-BLOCKING] Packit jobs failed. @containers/packit-build please check. Everyone else, feel free to ignore." enable_net: true targets: - - fedora-all-x86_64 - - fedora-all-aarch64 + - fedora-latest-stable-x86_64 + - fedora-latest-stable-aarch64 + - fedora-development-x86_64 + - fedora-development-aarch64 + - fedora-41-x86_64 + - fedora-41-aarch64 + # Ignore until golang is updated in distro buildroot to go 1.23.3+ - job: copr_build - trigger: pull_request + trigger: ignore packages: [podman-eln] notifications: *packit_generic_failure_notification enable_net: true @@ -48,8 +56,9 @@ jobs: additional_repos: - "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/aarch64/" + # Ignore until golang is updated in distro buildroot to go 1.23.3+ - job: copr_build - trigger: pull_request + trigger: ignore packages: [podman-centos] notifications: *packit_generic_failure_notification enable_net: true diff --git a/README.packit b/README.packit index bb4a369..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.4.0.post1.dev4+g043c5fde. +The file was generated using packit 1.6.0.post1.dev2+gd5a7662a. diff --git a/podman.spec b/podman.spec index 4b8218c..8bd4d91 100644 --- a/podman.spec +++ b/podman.spec @@ -55,7 +55,7 @@ Epoch: 5 # 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: 5.4.2 +Version: 5.5.0~rc1 # 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 @@ -149,6 +149,7 @@ Requires: nmap-ncat Requires: httpd-tools Requires: openssl Requires: socat +Requires: slirp4netns Requires: buildah Requires: gnupg Requires: xfsprogs @@ -240,13 +241,13 @@ LDFLAGS="-X %{ld_libpod}/define.buildInfo=${SOURCE_DATE_EPOCH:-$(date +%s)} \ # This variable will be set by Packit actions. See .packit.yaml in the root dir # of the repo (upstream as well as Fedora dist-git). -GIT_COMMIT="be85287fcf4590961614ee37be65eeb315e5d9ff" +GIT_COMMIT="6a597e0e89b0c597b9a5d8ac6b0f7ce66fb1fa14" LDFLAGS="$LDFLAGS -X %{ld_libpod}/define.gitCommit=$GIT_COMMIT" # build rootlessport first %gobuild -o bin/rootlessport ./cmd/rootlessport -export BASEBUILDTAGS="seccomp exclude_graphdriver_devicemapper $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)" +export BASEBUILDTAGS="seccomp $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)" # libtrust_openssl buildtag switches to using the FIPS-compatible func # `ecdsa.HashSign`. diff --git a/sources b/sources index f9d6862..37ab5c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.4.2.tar.gz) = 482fde529766ca1b509a08bab4beb59a5935ebc6b27bc886c33597183258631e8c8db03ebb521baefd7989305aa76fad14c1359e211a0fe75c855c14bbaca960 +SHA512 (v5.5.0-rc1.tar.gz) = 03e85be811886e316debf39280fc543e551db05551b1aae90451b38838215fc90e1f3a60030e5a8ea4ccd89db3f7c8e88dbc87a7240b472aa0def070144d671b From 96a0e2f43962bb19b650ed6c10c882c7bd9fbf91 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 1 May 2025 12:40:01 +0000 Subject: [PATCH 2166/2185] Update to 5.5.0-rc2 upstream release Upstream tag: v5.5.0-rc2 Upstream commit: 3c4cf521 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + podman.spec | 4 ++-- sources | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7054f85..85dc3dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1881,3 +1881,4 @@ /v5.4.1.tar.gz /v5.4.2.tar.gz /v5.5.0-rc1.tar.gz +/v5.5.0-rc2.tar.gz diff --git a/podman.spec b/podman.spec index 8bd4d91..36387cb 100644 --- a/podman.spec +++ b/podman.spec @@ -55,7 +55,7 @@ Epoch: 5 # 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: 5.5.0~rc1 +Version: 5.5.0~rc2 # 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 @@ -241,7 +241,7 @@ LDFLAGS="-X %{ld_libpod}/define.buildInfo=${SOURCE_DATE_EPOCH:-$(date +%s)} \ # This variable will be set by Packit actions. See .packit.yaml in the root dir # of the repo (upstream as well as Fedora dist-git). -GIT_COMMIT="6a597e0e89b0c597b9a5d8ac6b0f7ce66fb1fa14" +GIT_COMMIT="3c4cf521428ce11906976ddd08a5a6e8626cd50e" LDFLAGS="$LDFLAGS -X %{ld_libpod}/define.gitCommit=$GIT_COMMIT" # build rootlessport first diff --git a/sources b/sources index 37ab5c6..78f8b00 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.5.0-rc1.tar.gz) = 03e85be811886e316debf39280fc543e551db05551b1aae90451b38838215fc90e1f3a60030e5a8ea4ccd89db3f7c8e88dbc87a7240b472aa0def070144d671b +SHA512 (v5.5.0-rc2.tar.gz) = 6c64f95dff39d3dbab9b450931dcd09dd4ff06915aa5032b60d94320751f41ee94f9da0b17cab4b76092db378de6faead5d3ad66ae119f06ae1688865191c98c From c65ae6022531a5430e8e6d78f29193c3c83cb853 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 7 Feb 2025 17:16:50 +0530 Subject: [PATCH 2167/2185] TMT: fix hardware provisioning for toolbox test Only enable toolbox tests on fedora bodhi updates. Signed-off-by: Lokesh Mandvekar --- plans/toolbox.fmf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/plans/toolbox.fmf b/plans/toolbox.fmf index 81504f6..eb6ffda 100644 --- a/plans/toolbox.fmf +++ b/plans/toolbox.fmf @@ -1,4 +1,5 @@ summary: Run toolbox tests (downstream only) + prepare: - name: packages how: install @@ -11,3 +12,18 @@ discover: execute: how: tmt + +provision: + how: artemis + hardware: + memory: ">= 16 GB" + cpu: + cores: ">= 4" + threads: ">=8" + disk: + - size: ">= 512 GB" + +enabled: false +adjust: + - enabled: true + when: distro == fedora and initiator != packit From 16af8ff9677cb1bb3ae036f00e46513af0f1973c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 2 May 2025 16:23:47 +0530 Subject: [PATCH 2168/2185] cleanup: no plugins binaries built in rpm Signed-off-by: Lokesh Mandvekar --- podman.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/podman.spec b/podman.spec index 36387cb..903eac3 100644 --- a/podman.spec +++ b/podman.spec @@ -273,9 +273,6 @@ export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh)" %gobuild -o bin/podman-testing ./cmd/podman-testing -# reset LDFLAGS for plugins binaries -LDFLAGS='' - %{__make} docs docker-docs %install From cfd03ba6564b2ce4e80844d8ec124a2afda27018 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 2 May 2025 16:25:29 +0530 Subject: [PATCH 2169/2185] fix setup to test tmt itself do not enable on CentOS-Stream-10 and RHEL-10 as TMT is not yet present on EPEL10. Signed-off-by: Lokesh Mandvekar --- plans/tmt.fmf | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/plans/tmt.fmf b/plans/tmt.fmf index fa96694..4345cac 100644 --- a/plans/tmt.fmf +++ b/plans/tmt.fmf @@ -7,15 +7,6 @@ discover: execute: how: tmt -provision: - how: artemis - hardware: - memory: ">= 16 GB" - cpu: - cores: ">= 4" - threads: ">=8" - disk: - - size: ">= 512 GB" prepare: - when: distro == centos-stream or distro == rhel how: shell @@ -24,6 +15,8 @@ prepare: dnf -y config-manager --set-enabled epel order: 10 +enabled: true adjust+: - enabled: false - when: revdeps == yes + when: revdeps == yes or distro == centos-stream-10 or distro == rhel-10 + because: TMT is not yet available on EL10 environments From 9d09cecc7b3a65e45572123afee97064ee534bd2 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 2 May 2025 16:37:18 +0530 Subject: [PATCH 2170/2185] TMT: system tests: Load null_blk kernel module to have /dev/nullb0 This also depends on patches in https://github.com/containers/podman/pull/26022 which will be present in final v5.5.0. Signed-off-by: Lokesh Mandvekar --- plans/system.fmf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plans/system.fmf b/plans/system.fmf index 6a2c5ba..e41ffb8 100644 --- a/plans/system.fmf +++ b/plans/system.fmf @@ -5,6 +5,9 @@ execute: how: tmt prepare: + - how: shell + script: modprobe null_blk nr_devices=1 + order: 5 - when: distro == centos-stream or distro == rhel how: shell script: | From 6988f89e7220cf6526d00b5d93d327200e99d650 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 14 May 2025 15:51:54 +0000 Subject: [PATCH 2171/2185] Update to 5.5.0 upstream release Upstream tag: v5.5.0 Upstream commit: 0dbcb514 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 85dc3dc..8016e9a 100644 --- a/.gitignore +++ b/.gitignore @@ -1882,3 +1882,4 @@ /v5.4.2.tar.gz /v5.5.0-rc1.tar.gz /v5.5.0-rc2.tar.gz +/v5.5.0.tar.gz diff --git a/podman.spec b/podman.spec index 903eac3..f1652f0 100644 --- a/podman.spec +++ b/podman.spec @@ -55,7 +55,7 @@ Epoch: 5 # 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: 5.5.0~rc2 +Version: 5.5.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 @@ -241,7 +241,7 @@ LDFLAGS="-X %{ld_libpod}/define.buildInfo=${SOURCE_DATE_EPOCH:-$(date +%s)} \ # This variable will be set by Packit actions. See .packit.yaml in the root dir # of the repo (upstream as well as Fedora dist-git). -GIT_COMMIT="3c4cf521428ce11906976ddd08a5a6e8626cd50e" +GIT_COMMIT="0dbcb51477ee7ab8d3b47d30facf71fc38bb0c98" LDFLAGS="$LDFLAGS -X %{ld_libpod}/define.gitCommit=$GIT_COMMIT" # build rootlessport first @@ -273,6 +273,9 @@ export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh)" %gobuild -o bin/podman-testing ./cmd/podman-testing +# reset LDFLAGS for plugins binaries +LDFLAGS='' + %{__make} docs docker-docs %install diff --git a/sources b/sources index 78f8b00..8d3d639 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.5.0-rc2.tar.gz) = 6c64f95dff39d3dbab9b450931dcd09dd4ff06915aa5032b60d94320751f41ee94f9da0b17cab4b76092db378de6faead5d3ad66ae119f06ae1688865191c98c +SHA512 (v5.5.0.tar.gz) = 45dcfcad916d096bd0df83713a0d42257ba6071773f98551c65329a0fc441a4a106a3b6adc6479e9aebd4c36768d22dacaf3a060334ac7d4021c5c599c59a2ce From 3742f311a93e5fddac65fc654a4d4441e5022961 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 5 Jun 2025 21:57:23 +0000 Subject: [PATCH 2172/2185] Update to 5.5.1 upstream release Upstream tag: v5.5.1 Upstream commit: 850db76d Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- podman.spec | 4 ++-- sources | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8016e9a..d830461 100644 --- a/.gitignore +++ b/.gitignore @@ -1883,3 +1883,4 @@ /v5.5.0-rc1.tar.gz /v5.5.0-rc2.tar.gz /v5.5.0.tar.gz +/v5.5.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/podman.spec b/podman.spec index f1652f0..ef18e54 100644 --- a/podman.spec +++ b/podman.spec @@ -55,7 +55,7 @@ Epoch: 5 # 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: 5.5.0 +Version: 5.5.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 @@ -241,7 +241,7 @@ LDFLAGS="-X %{ld_libpod}/define.buildInfo=${SOURCE_DATE_EPOCH:-$(date +%s)} \ # This variable will be set by Packit actions. See .packit.yaml in the root dir # of the repo (upstream as well as Fedora dist-git). -GIT_COMMIT="0dbcb51477ee7ab8d3b47d30facf71fc38bb0c98" +GIT_COMMIT="850db76dd78a0641eddb9ee19ee6f60d2c59bcfa" LDFLAGS="$LDFLAGS -X %{ld_libpod}/define.gitCommit=$GIT_COMMIT" # build rootlessport first diff --git a/sources b/sources index 8d3d639..c93a23b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.5.0.tar.gz) = 45dcfcad916d096bd0df83713a0d42257ba6071773f98551c65329a0fc441a4a106a3b6adc6479e9aebd4c36768d22dacaf3a060334ac7d4021c5c599c59a2ce +SHA512 (v5.5.1.tar.gz) = 275c18cd84ee1aacd870baf4b661e3bbaff81b075e86300dd462e5dfcb1d83a4b191bac8e622a5aad55eeaf3c46be6acb78db5937537c82e11f5b52b827fe921 From ff3eab78dc34f46c25bb2b4247c822b68d6e3956 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 24 Jun 2025 17:25:45 +0000 Subject: [PATCH 2173/2185] Update to 5.5.2 upstream release Upstream tag: v5.5.2 Upstream commit: e7d82267 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- podman.spec | 9 ++++++--- sources | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d830461..6b19983 100644 --- a/.gitignore +++ b/.gitignore @@ -1884,3 +1884,4 @@ /v5.5.0-rc2.tar.gz /v5.5.0.tar.gz /v5.5.1.tar.gz +/v5.5.2.tar.gz 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/podman.spec b/podman.spec index ef18e54..085f09e 100644 --- a/podman.spec +++ b/podman.spec @@ -17,6 +17,9 @@ %if %{defined copr_username} %define copr_build 1 +%if "%{copr_username}" == "rhcontainerbot" && "%{copr_projectname}" == "podman-next" +%define next_build 1 +%endif %endif # Only RHEL and CentOS Stream rpms are built with fips-enabled go compiler @@ -44,7 +47,7 @@ %endif Name: podman -%if %{defined copr_build} +%if %{defined next_build} Epoch: 102 %else Epoch: 5 @@ -55,7 +58,7 @@ Epoch: 5 # 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: 5.5.1 +Version: 5.5.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 @@ -241,7 +244,7 @@ LDFLAGS="-X %{ld_libpod}/define.buildInfo=${SOURCE_DATE_EPOCH:-$(date +%s)} \ # This variable will be set by Packit actions. See .packit.yaml in the root dir # of the repo (upstream as well as Fedora dist-git). -GIT_COMMIT="850db76dd78a0641eddb9ee19ee6f60d2c59bcfa" +GIT_COMMIT="e7d8226745ba07a64b7176a7f128e4ef53225a0e" LDFLAGS="$LDFLAGS -X %{ld_libpod}/define.gitCommit=$GIT_COMMIT" # build rootlessport first diff --git a/sources b/sources index c93a23b..a54bd48 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.5.1.tar.gz) = 275c18cd84ee1aacd870baf4b661e3bbaff81b075e86300dd462e5dfcb1d83a4b191bac8e622a5aad55eeaf3c46be6acb78db5937537c82e11f5b52b827fe921 +SHA512 (v5.5.2.tar.gz) = c647e74c22053b95d09f81d9c594203492283bdb881245941fa2d7253946cbb4953d705313a0e57a0d6737cc07697381e8ba5ed388a74d440b74b5fe045821ec From 14d6a7ae7b13369012f2cb5a524409b4369f1668 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:59:27 +0000 Subject: [PATCH 2174/2185] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From b972298be7d228f47dbcc7413b982be7c6b25652 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 25 Jul 2025 19:03:28 +0000 Subject: [PATCH 2175/2185] Update to 5.6.0-rc1 upstream release Upstream tag: v5.6.0-rc1 Upstream commit: a3a6d9cc Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 53 +++++++++++++++++++++++++++++++++----------- gating.yaml | 1 + plans/tmt.fmf | 11 +++++---- plans/toolbox.fmf | 30 ++++++++++++------------- podman.spec | 28 +++++++++++------------ sources | 2 +- test/tmt/system.fmf | 15 ++++++++----- test/tmt/system.sh | 9 ++++---- test/tmt/tmt-envvars | 20 ----------------- test/tmt/tmt.fmf | 5 ++--- 11 files changed, 92 insertions(+), 83 deletions(-) delete mode 100644 test/tmt/tmt-envvars diff --git a/.gitignore b/.gitignore index 6b19983..f8517f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1885,3 +1885,4 @@ /v5.5.0.tar.gz /v5.5.1.tar.gz /v5.5.2.tar.gz +/v5.6.0-rc1.tar.gz diff --git a/.packit.yaml b/.packit.yaml index b4170f5..54f9d8e 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -5,6 +5,27 @@ downstream_package_name: podman 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: test/tmt/ + dest: test/tmt/ + delete: true + mkpath: true + - src: .fmf/ + dest: .fmf/ + delete: true + - .packit.yaml + packages: podman-fedora: pkg_tool: fedpkg @@ -35,12 +56,11 @@ jobs: message: "[NON-BLOCKING] Packit jobs failed. @containers/packit-build please check. Everyone else, feel free to ignore." enable_net: true targets: - - fedora-latest-stable-x86_64 - - fedora-latest-stable-aarch64 - - fedora-development-x86_64 - - fedora-development-aarch64 - - fedora-41-x86_64 - - fedora-41-aarch64 + - fedora-all-x86_64 + - fedora-all-aarch64 + # Re-enable these scans if OpenScanHub starts scanning go packages + # https://packit.dev/posts/openscanhub-prototype + osh_diff_scan_after_copr_build: false # Ignore until golang is updated in distro buildroot to go 1.23.3+ - job: copr_build @@ -80,6 +100,20 @@ jobs: project: podman-next enable_net: true + # Tests on Fedora + - job: tests + trigger: pull_request + packages: [podman-fedora] + notifications: *packit_generic_failure_notification + targets: + - fedora-all + tmt_plan: "/plans/system/*" + 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 + - job: tests identifier: cockpit-revdeps trigger: pull_request @@ -108,13 +142,6 @@ jobs: dist_git_branches: &fedora_targets - fedora-all - - job: propose_downstream - trigger: release - update_release: false - packages: [podman-centos] - dist_git_branches: - - c10s - - job: koji_build trigger: commit packages: [podman-fedora] diff --git a/gating.yaml b/gating.yaml index 1fb3172..92c7dc4 100644 --- a/gating.yaml +++ b/gating.yaml @@ -8,6 +8,7 @@ subject_type: koji_build rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} +# recipients: jnovy, lsm5, santiago --- !Policy product_versions: - rhel-* diff --git a/plans/tmt.fmf b/plans/tmt.fmf index 4345cac..1589b5c 100644 --- a/plans/tmt.fmf +++ b/plans/tmt.fmf @@ -1,5 +1,10 @@ summary: Run tmt container provision test (downstream only) +enabled: false +adjust+: + - enabled: true + when: initiator != packit and distro != rhel + discover: how: fmf filter: 'tag:tmt & tag:downstream' @@ -14,9 +19,3 @@ prepare: 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 - -enabled: true -adjust+: - - enabled: false - when: revdeps == yes or distro == centos-stream-10 or distro == rhel-10 - because: TMT is not yet available on EL10 environments diff --git a/plans/toolbox.fmf b/plans/toolbox.fmf index eb6ffda..0aceed0 100644 --- a/plans/toolbox.fmf +++ b/plans/toolbox.fmf @@ -1,5 +1,20 @@ summary: Run toolbox tests (downstream only) +enabled: false +adjust+: + - enabled: true + when: initiator != packit and distro == fedora + +provision: + how: artemis + hardware: + memory: ">= 16 GB" + cpu: + cores: ">= 4" + threads: ">=8" + disk: + - size: ">= 512 GB" + prepare: - name: packages how: install @@ -12,18 +27,3 @@ discover: execute: how: tmt - -provision: - how: artemis - hardware: - memory: ">= 16 GB" - cpu: - cores: ">= 4" - threads: ">=8" - disk: - - size: ">= 512 GB" - -enabled: false -adjust: - - enabled: true - when: distro == fedora and initiator != packit diff --git a/podman.spec b/podman.spec index 085f09e..11bd1ec 100644 --- a/podman.spec +++ b/podman.spec @@ -13,6 +13,8 @@ %define build_with_btrfs 1 # qemu-system* isn't packageed for CentOS Stream / RHEL %define qemu 1 +# bats is included in the default repos (No epel/copr etc.) +%define distro_bats 1 %endif %if %{defined copr_username} @@ -58,7 +60,7 @@ Epoch: 5 # 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: 5.5.2 +Version: 5.6.0~rc1 # 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 @@ -94,7 +96,7 @@ BuildRequires: shadow-utils-subid-devel BuildRequires: pkgconfig BuildRequires: make BuildRequires: man-db -BuildRequires: ostree-devel +BuildRequires: sqlite-devel BuildRequires: systemd BuildRequires: systemd-devel Requires: catatonit @@ -142,7 +144,7 @@ pages and %{name}. Summary: Tests for %{name} Requires: %{name} = %{epoch}:%{version}-%{release} -%if %{defined fedora} +%if %{defined distro_bats} Requires: bats %endif Requires: attr @@ -160,7 +162,8 @@ Requires: xfsprogs %description tests %{summary} -This package contains system tests for %{name} +This package contains system tests for %{name}. Only intended to be used for +gating tests. Not supported for end users / customers. %package remote Summary: (Experimental) Remote client for managing %{name} containers @@ -244,13 +247,13 @@ LDFLAGS="-X %{ld_libpod}/define.buildInfo=${SOURCE_DATE_EPOCH:-$(date +%s)} \ # This variable will be set by Packit actions. See .packit.yaml in the root dir # of the repo (upstream as well as Fedora dist-git). -GIT_COMMIT="e7d8226745ba07a64b7176a7f128e4ef53225a0e" +GIT_COMMIT="a3a6d9cc332bfda817d04796968264dd3c03e462" LDFLAGS="$LDFLAGS -X %{ld_libpod}/define.gitCommit=$GIT_COMMIT" # build rootlessport first %gobuild -o bin/rootlessport ./cmd/rootlessport -export BASEBUILDTAGS="seccomp $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)" +export BASEBUILDTAGS="seccomp $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh) libsqlite3 grpcnotrace" # libtrust_openssl buildtag switches to using the FIPS-compatible func # `ecdsa.HashSign`. @@ -261,19 +264,19 @@ export BASEBUILDTAGS="$BASEBUILDTAGS libtrust_openssl" %endif # build %%{name} -export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh)" +export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh)" %gobuild -o bin/%{name} ./cmd/%{name} # build %%{name}-remote -export BUILDTAGS="$BASEBUILDTAGS exclude_graphdriver_btrfs btrfs_noversion remote" +export BUILDTAGS="$BASEBUILDTAGS exclude_graphdriver_btrfs remote" %gobuild -o bin/%{name}-remote ./cmd/%{name} # build quadlet -export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh)" +export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh)" %gobuild -o bin/quadlet ./cmd/quadlet # build %%{name}-testing -export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh)" +export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh)" %gobuild -o bin/podman-testing ./cmd/podman-testing # reset LDFLAGS for plugins binaries @@ -293,11 +296,6 @@ PODMAN_VERSION=%{version} %{__make} DESTDIR=%{buildroot} PREFIX=%{_prefix} ETCDI install.remote \ install.testing -# See above for the iptables.conf declaration -%if %{defined fedora} && 0%{?fedora} < 41 -%{__make} DESTDIR=%{buildroot} MODULESLOADDIR=%{_modulesloaddir} install.modules-load -%endif - sed -i 's;%{buildroot};;g' %{buildroot}%{_bindir}/docker # do not include docker and podman-remote man pages in main package diff --git a/sources b/sources index a54bd48..cec2065 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.5.2.tar.gz) = c647e74c22053b95d09f81d9c594203492283bdb881245941fa2d7253946cbb4953d705313a0e57a0d6737cc07697381e8ba5ed388a74d440b74b5fe045821ec +SHA512 (v5.6.0-rc1.tar.gz) = 3de63a392de0b427cf7f729c081d3b6a6acc9776597a9962a343c40d29e26e217a43a2d4a7ddb23a914103de26abcbf0916de38e409872d6c2145e3649fd5ba6 diff --git a/test/tmt/system.fmf b/test/tmt/system.fmf index 3e5d52d..65f4dd0 100644 --- a/test/tmt/system.fmf +++ b/test/tmt/system.fmf @@ -1,14 +1,10 @@ require: - - attr - - bats - - podman-remote - podman-tests - psmisc - - slirp4netns environment: + # PODMAN_TESTING envvar is set in system.sh PODMAN: /usr/bin/podman - PODMAN_TESTING: /usr/bin/podman-testing QUADLET: /usr/libexec/podman/quadlet ROOTLESS_USER: "fedora" adjust+: @@ -18,13 +14,16 @@ adjust+: - when: distro == rhel environment+: ROOTLESS_USER: "cloud-user" + - when: initiator != "packit" + environment+: + RELEASE_TESTING: true /local-root: tag: [ local, root ] summary: local rootful test test: bash ./system.sh duration: 30m - + /local-rootless: tag: [ local, rootless ] summary: rootless test @@ -38,6 +37,8 @@ adjust+: duration: 30m environment+: PODMAN: /usr/bin/podman-remote + require+: + - podman-remote /remote-rootless: tag: [ remote, rootless ] @@ -46,3 +47,5 @@ adjust+: duration: 30m environment+: PODMAN: /usr/bin/podman-remote + require+: + - podman-remote diff --git a/test/tmt/system.sh b/test/tmt/system.sh index 9ed099f..3cd29da 100644 --- a/test/tmt/system.sh +++ b/test/tmt/system.sh @@ -12,6 +12,7 @@ rpm -q \ conmon \ container-selinux \ containers-common \ + criu \ crun \ netavark \ passt \ @@ -22,18 +23,18 @@ rpm -q \ systemd export system_service_cmd="/usr/bin/podman system service --timeout=0 &" -export test_cmd="whoami && cd /usr/share/podman/test/system && bats ." +export test_cmd="whoami && cd /usr/share/podman/test/system && PODMAN_TESTING=/usr/bin/podman-testing bats ." if [[ -z $1 ]]; then if [[ $PODMAN == "/usr/bin/podman-remote" ]]; then - eval $system_service_cmd + eval "$system_service_cmd" fi - eval $test_cmd + eval "$test_cmd" elif [[ $1 == "rootless" ]]; then if [[ $PODMAN == "/usr/bin/podman-remote" ]]; then su - "$ROOTLESS_USER" -c "eval $system_service_cmd" fi - su --whitelist-environment=$(cat ./tmt-envvars | tr '\n' ',') - "$ROOTLESS_USER" -c "eval $test_cmd" + su - "$ROOTLESS_USER" -c "eval $test_cmd" fi # Kill all podman processes for remote tests diff --git a/test/tmt/tmt-envvars b/test/tmt/tmt-envvars deleted file mode 100644 index 3ae53a1..0000000 --- a/test/tmt/tmt-envvars +++ /dev/null @@ -1,20 +0,0 @@ -TMT_TREE -TMT_PLAN_DATA -TMT_VERSION -TMT_TEST_NAME -TMT_TEST_DATA -TMT_TEST_SERIAL_NUMBER -TMT_TEST_ITERATION_ID -TMT_TEST_METADATA -TMT_SOURCE_DIR -TMT_REBOOT_COUNT -TMT_TEST_RESTART_COUNT -TMT_TOPOLOGY_BASH -TMT_TOPOLOGY_YAML -TMT_TEST_PIDFILE -TMT_TEST_PIDFILE_LOCK -TMT_TEST_PIDFILE_ROOT -PODMAN -PODMAN_TESTING -QUADLET -ROOTLESS_USER diff --git a/test/tmt/tmt.fmf b/test/tmt/tmt.fmf index 187fc1c..f016947 100644 --- a/test/tmt/tmt.fmf +++ b/test/tmt/tmt.fmf @@ -1,10 +1,9 @@ enabled: false adjust: enabled: true - when: initiator != packit and distro != rhel-10 or distro != centos-stream-10 - + when: initiator != packit && distro != rhel summary: Make sure that TMT container provision works -tag: [ tmt, downstream ] +tag: [downstream] require: - tmt+provision-container test: From 432485b9af427fafd7ea1a5da2731aed9957fa07 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 8 Aug 2025 17:29:42 +0000 Subject: [PATCH 2176/2185] Update to 5.6.0-rc2 upstream release Upstream tag: v5.6.0-rc2 Upstream commit: ec0652f4 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- podman.spec | 4 ++-- sources | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f8517f1..d488b6a 100644 --- a/.gitignore +++ b/.gitignore @@ -1886,3 +1886,4 @@ /v5.5.1.tar.gz /v5.5.2.tar.gz /v5.6.0-rc1.tar.gz +/v5.6.0-rc2.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/podman.spec b/podman.spec index 11bd1ec..456c521 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,7 @@ Epoch: 5 # 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: 5.6.0~rc1 +Version: 5.6.0~rc2 # 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 @@ -247,7 +247,7 @@ LDFLAGS="-X %{ld_libpod}/define.buildInfo=${SOURCE_DATE_EPOCH:-$(date +%s)} \ # This variable will be set by Packit actions. See .packit.yaml in the root dir # of the repo (upstream as well as Fedora dist-git). -GIT_COMMIT="a3a6d9cc332bfda817d04796968264dd3c03e462" +GIT_COMMIT="ec0652f4ad4c6a5bb039ed6d749e06b7dadbab15" LDFLAGS="$LDFLAGS -X %{ld_libpod}/define.gitCommit=$GIT_COMMIT" # build rootlessport first diff --git a/sources b/sources index cec2065..e883df9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.6.0-rc1.tar.gz) = 3de63a392de0b427cf7f729c081d3b6a6acc9776597a9962a343c40d29e26e217a43a2d4a7ddb23a914103de26abcbf0916de38e409872d6c2145e3649fd5ba6 +SHA512 (v5.6.0-rc2.tar.gz) = 9689d3641ca064a101cba0c38dae7adda47bfae49dff4c67a0a9798865e201b8f035abfbebbdda9003ccd393aa467571a4b7af3dc08206cc717c5f4aa0ad149c From 8d00804a67a2885eff452bba60453f0fda883bc5 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 15 Aug 2025 16:01:56 +0000 Subject: [PATCH 2177/2185] Update to 5.6.0 upstream release Upstream tag: v5.6.0 Upstream commit: da671ef6 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + podman.spec | 4 ++-- sources | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d488b6a..98f7d78 100644 --- a/.gitignore +++ b/.gitignore @@ -1887,3 +1887,4 @@ /v5.5.2.tar.gz /v5.6.0-rc1.tar.gz /v5.6.0-rc2.tar.gz +/v5.6.0.tar.gz diff --git a/podman.spec b/podman.spec index 456c521..d5bfdeb 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,7 @@ Epoch: 5 # 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: 5.6.0~rc2 +Version: 5.6.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 @@ -247,7 +247,7 @@ LDFLAGS="-X %{ld_libpod}/define.buildInfo=${SOURCE_DATE_EPOCH:-$(date +%s)} \ # This variable will be set by Packit actions. See .packit.yaml in the root dir # of the repo (upstream as well as Fedora dist-git). -GIT_COMMIT="ec0652f4ad4c6a5bb039ed6d749e06b7dadbab15" +GIT_COMMIT="da671ef6cfa3fc9ac6225c18f1dd0a70a951e43f" LDFLAGS="$LDFLAGS -X %{ld_libpod}/define.gitCommit=$GIT_COMMIT" # build rootlessport first diff --git a/sources b/sources index e883df9..b060ee3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.6.0-rc2.tar.gz) = 9689d3641ca064a101cba0c38dae7adda47bfae49dff4c67a0a9798865e201b8f035abfbebbdda9003ccd393aa467571a4b7af3dc08206cc717c5f4aa0ad149c +SHA512 (v5.6.0.tar.gz) = 683f729ae02da1e95ed2a17d09e70f53e4218fd36c362970324d533d07ba250dfdb193c79f66a266b0250c27d8ef3bf6987f3264c721d2dfc74b81d91854ebb3 From d4e2b6bddd9fe86b5e59efbd4eb928bdaa960b2d Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Fri, 15 Aug 2025 18:35:10 -0500 Subject: [PATCH 2178/2185] Rebuild for golang-1.25.0 From 427484e864da658035ccd263759ca4e702b0562a Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 4 Sep 2025 20:57:37 +0000 Subject: [PATCH 2179/2185] Update to 5.6.1 upstream release Upstream tag: v5.6.1 Upstream commit: 1e2b2315 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- podman.spec | 4 ++-- sources | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 98f7d78..da2ecc3 100644 --- a/.gitignore +++ b/.gitignore @@ -1888,3 +1888,4 @@ /v5.6.0-rc1.tar.gz /v5.6.0-rc2.tar.gz /v5.6.0.tar.gz +/v5.6.1.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/podman.spec b/podman.spec index d5bfdeb..39cf2e5 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,7 @@ Epoch: 5 # 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: 5.6.0 +Version: 5.6.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 @@ -247,7 +247,7 @@ LDFLAGS="-X %{ld_libpod}/define.buildInfo=${SOURCE_DATE_EPOCH:-$(date +%s)} \ # This variable will be set by Packit actions. See .packit.yaml in the root dir # of the repo (upstream as well as Fedora dist-git). -GIT_COMMIT="da671ef6cfa3fc9ac6225c18f1dd0a70a951e43f" +GIT_COMMIT="1e2b2315150b2ffa0971596fb5da8cd83f3ce0e1" LDFLAGS="$LDFLAGS -X %{ld_libpod}/define.gitCommit=$GIT_COMMIT" # build rootlessport first diff --git a/sources b/sources index b060ee3..13dbece 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.6.0.tar.gz) = 683f729ae02da1e95ed2a17d09e70f53e4218fd36c362970324d533d07ba250dfdb193c79f66a266b0250c27d8ef3bf6987f3264c721d2dfc74b81d91854ebb3 +SHA512 (v5.6.1.tar.gz) = 146858b4e64c638a20c7865b294180c344a0fd7c4815a0f95c69abe04397c1aef53379e34f3f092184d663cc6f4967db2872a5aa969e1aa5a8f06c86ccbd14e1 From af62b0af36a9d8bd82306e4eb1a2bd6e245323c3 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 30 Sep 2025 19:44:12 +0000 Subject: [PATCH 2180/2185] Update to 5.6.2 upstream release Upstream tag: v5.6.2 Upstream commit: 9dd5e1ed Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + podman.spec | 4 ++-- sources | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index da2ecc3..f36e502 100644 --- a/.gitignore +++ b/.gitignore @@ -1889,3 +1889,4 @@ /v5.6.0-rc2.tar.gz /v5.6.0.tar.gz /v5.6.1.tar.gz +/v5.6.2.tar.gz diff --git a/podman.spec b/podman.spec index 39cf2e5..d5f6bc5 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,7 @@ Epoch: 5 # 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: 5.6.1 +Version: 5.6.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 @@ -247,7 +247,7 @@ LDFLAGS="-X %{ld_libpod}/define.buildInfo=${SOURCE_DATE_EPOCH:-$(date +%s)} \ # This variable will be set by Packit actions. See .packit.yaml in the root dir # of the repo (upstream as well as Fedora dist-git). -GIT_COMMIT="1e2b2315150b2ffa0971596fb5da8cd83f3ce0e1" +GIT_COMMIT="9dd5e1ed33830612bc200d7a13db00af6ab865a4" LDFLAGS="$LDFLAGS -X %{ld_libpod}/define.gitCommit=$GIT_COMMIT" # build rootlessport first diff --git a/sources b/sources index 13dbece..1c082db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.6.1.tar.gz) = 146858b4e64c638a20c7865b294180c344a0fd7c4815a0f95c69abe04397c1aef53379e34f3f092184d663cc6f4967db2872a5aa969e1aa5a8f06c86ccbd14e1 +SHA512 (v5.6.2.tar.gz) = 89f819da18a95b2f7d4d3dce1c34ee3e133a42ef87a78bd3a15cb5e8affed1671a2ce134518e37ca952ddb0ce086d47ed9a84ff98b941c6d55753c402e156b95 From ed2e1e69f9de715f8a4991475bb56cec26ddc98e Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Fri, 10 Oct 2025 11:11:11 -0500 Subject: [PATCH 2181/2185] Rebuild for golang 1.25.2 From 1919b5a958bd1f721a27e7b0ab9728cb8f89a980 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 19 Sep 2025 09:03:38 -0400 Subject: [PATCH 2182/2185] bump to v5.7.0-rc1 --- .gitignore | 1 + podman.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f36e502..5be4b02 100644 --- a/.gitignore +++ b/.gitignore @@ -1890,3 +1890,4 @@ /v5.6.0.tar.gz /v5.6.1.tar.gz /v5.6.2.tar.gz +/v5.7.0-rc1.tar.gz diff --git a/podman.spec b/podman.spec index d5f6bc5..2b1c59a 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,7 @@ Epoch: 5 # 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: 5.6.2 +Version: 5.7.0~rc1 # 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 1c082db..65add35 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.6.2.tar.gz) = 89f819da18a95b2f7d4d3dce1c34ee3e133a42ef87a78bd3a15cb5e8affed1671a2ce134518e37ca952ddb0ce086d47ed9a84ff98b941c6d55753c402e156b95 +SHA512 (v5.7.0-rc1.tar.gz) = 8e97a65ee4fdca0c783167734cf83e04df66fe2e27efa3a06635f93c3211bffd736e4bfc2c15af91345acb2e288b24bc01a350d94dcff7fd0d87fa67b02ac67d From b84b597c897e9795274d5a0d8241b7bfcdcf6738 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 30 Oct 2025 14:36:25 +0000 Subject: [PATCH 2183/2185] Update to 5.7.0-rc2 upstream release Upstream tag: v5.7.0-rc2 Upstream commit: fa892f1d Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 3 --- README.packit | 2 +- podman.spec | 16 ++++++++++++++-- sources | 2 +- 5 files changed, 17 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 5be4b02..6bf1629 100644 --- a/.gitignore +++ b/.gitignore @@ -1891,3 +1891,4 @@ /v5.6.1.tar.gz /v5.6.2.tar.gz /v5.7.0-rc1.tar.gz +/v5.7.0-rc2.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 54f9d8e..60c542e 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -92,9 +92,6 @@ jobs: - job: copr_build trigger: commit packages: [podman-fedora] - notifications: - failure_comment: - message: "podman-next COPR build failed. @containers/packit-build please check." branch: main owner: rhcontainerbot project: podman-next 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/podman.spec b/podman.spec index 2b1c59a..9574462 100644 --- a/podman.spec +++ b/podman.spec @@ -15,6 +15,9 @@ %define qemu 1 # bats is included in the default repos (No epel/copr etc.) %define distro_bats 1 +%if %{?fedora} >= 43 +%define sequoia 1 +%endif %endif %if %{defined copr_username} @@ -60,7 +63,7 @@ Epoch: 5 # 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: 5.7.0~rc1 +Version: 5.7.0~rc2 # 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 @@ -109,6 +112,10 @@ Requires: containers-common-extra >= 5:0.58.0-1 %else Requires: containers-common-extra %endif +%if %{defined sequoia} +Requires: podman-sequoia +%endif + Obsoletes: %{name}-quadlet <= 5:4.4.0-1 Provides: %{name}-quadlet = %{epoch}:%{version}-%{release} @@ -247,7 +254,7 @@ LDFLAGS="-X %{ld_libpod}/define.buildInfo=${SOURCE_DATE_EPOCH:-$(date +%s)} \ # This variable will be set by Packit actions. See .packit.yaml in the root dir # of the repo (upstream as well as Fedora dist-git). -GIT_COMMIT="9dd5e1ed33830612bc200d7a13db00af6ab865a4" +GIT_COMMIT="fa892f1df01aacbbc3faf5ec941b39c29e9aa64f" LDFLAGS="$LDFLAGS -X %{ld_libpod}/define.gitCommit=$GIT_COMMIT" # build rootlessport first @@ -265,6 +272,11 @@ export BASEBUILDTAGS="$BASEBUILDTAGS libtrust_openssl" # build %%{name} export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh)" + +%if %{defined sequoia} +export BUILDTAGS="$BUILDTAGS containers_image_sequoia" +%endif + %gobuild -o bin/%{name} ./cmd/%{name} # build %%{name}-remote diff --git a/sources b/sources index 65add35..1a7ff23 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.7.0-rc1.tar.gz) = 8e97a65ee4fdca0c783167734cf83e04df66fe2e27efa3a06635f93c3211bffd736e4bfc2c15af91345acb2e288b24bc01a350d94dcff7fd0d87fa67b02ac67d +SHA512 (v5.7.0-rc2.tar.gz) = f30ac0daacac1791b376ad36e337be3fa49b1e41b1b8f7138f1507dd2f6de24d6a2b5428b46951c687d66ebf23ee8b50bdf289fc49e708c06aaf3a749407d62f From 881f2a0de01f4d925fe6cb3481eada904fe3dd35 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 11 Nov 2025 19:04:56 +0000 Subject: [PATCH 2184/2185] Update to 5.7.0 upstream release Upstream tag: v5.7.0 Upstream commit: 0370128f Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 21 ++++++++++++++------- README.packit | 2 +- plans/system.fmf | 9 --------- podman.spec | 4 ++-- sources | 2 +- 6 files changed, 19 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 6bf1629..9f533a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1892,3 +1892,4 @@ /v5.6.2.tar.gz /v5.7.0-rc1.tar.gz /v5.7.0-rc2.tar.gz +/v5.7.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 60c542e..117c7b5 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -105,11 +105,6 @@ jobs: targets: - fedora-all tmt_plan: "/plans/system/*" - 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 - job: tests identifier: cockpit-revdeps @@ -126,12 +121,24 @@ jobs: - artifacts: - type: repository-file id: https://copr.fedorainfracloud.org/coprs/g/cockpit/main-builds/repo/fedora-$releasever/group_cockpit-main-builds-fedora-$releasever.repo - - type: repository-file - id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/fedora-$releasever/rhcontainerbot-podman-next-fedora-$releasever.repo tmt: context: revdeps: "yes" + - job: tests + identifier: tmt-revdeps + trigger: pull_request + packages: [podman-fedora] + notifications: + failure_comment: + message: "tmt tests failed for commit {commit_sha}. @lsm5, @psss, @thrix please check." + targets: + - fedora-latest + fmf_url: https://github.com/teemtee/tmt + fmf_path: /plans/friends + fmf_ref: main + tmt_plan: "/podman" + - job: propose_downstream trigger: release update_release: false 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/plans/system.fmf b/plans/system.fmf index e41ffb8..b04c062 100644 --- a/plans/system.fmf +++ b/plans/system.fmf @@ -14,15 +14,6 @@ prepare: 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 adjust+: - enabled: false diff --git a/podman.spec b/podman.spec index 9574462..023585d 100644 --- a/podman.spec +++ b/podman.spec @@ -63,7 +63,7 @@ Epoch: 5 # 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: 5.7.0~rc2 +Version: 5.7.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 @@ -254,7 +254,7 @@ LDFLAGS="-X %{ld_libpod}/define.buildInfo=${SOURCE_DATE_EPOCH:-$(date +%s)} \ # This variable will be set by Packit actions. See .packit.yaml in the root dir # of the repo (upstream as well as Fedora dist-git). -GIT_COMMIT="fa892f1df01aacbbc3faf5ec941b39c29e9aa64f" +GIT_COMMIT="0370128fc8dcae93533334324ef838db8f8da8cb" LDFLAGS="$LDFLAGS -X %{ld_libpod}/define.gitCommit=$GIT_COMMIT" # build rootlessport first diff --git a/sources b/sources index 1a7ff23..9ab2336 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.7.0-rc2.tar.gz) = f30ac0daacac1791b376ad36e337be3fa49b1e41b1b8f7138f1507dd2f6de24d6a2b5428b46951c687d66ebf23ee8b50bdf289fc49e708c06aaf3a749407d62f +SHA512 (v5.7.0.tar.gz) = e53e3f6d441de7865733e085017ce1c3e0af5cb0ad0cf605f5d15e9813d38e1af22691d59498960ed7bd18e32ef003db4c151a4f4bd5bd0dbac69f4011851ff1 From ab91e7858ab72d5aaa3d9e051fc76e4f69dbc89c Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 10 Dec 2025 16:39:43 +0000 Subject: [PATCH 2185/2185] Update to 5.7.1 upstream release Upstream tag: v5.7.1 Upstream commit: f845d14e Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- podman.spec | 4 ++-- sources | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9f533a1..5bb2950 100644 --- a/.gitignore +++ b/.gitignore @@ -1893,3 +1893,4 @@ /v5.7.0-rc1.tar.gz /v5.7.0-rc2.tar.gz /v5.7.0.tar.gz +/v5.7.1.tar.gz diff --git a/README.packit b/README.packit index e03362b..1d2f35b 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.dev22+gfe66fd850. diff --git a/podman.spec b/podman.spec index 023585d..1475aed 100644 --- a/podman.spec +++ b/podman.spec @@ -63,7 +63,7 @@ Epoch: 5 # 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: 5.7.0 +Version: 5.7.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 @@ -254,7 +254,7 @@ LDFLAGS="-X %{ld_libpod}/define.buildInfo=${SOURCE_DATE_EPOCH:-$(date +%s)} \ # This variable will be set by Packit actions. See .packit.yaml in the root dir # of the repo (upstream as well as Fedora dist-git). -GIT_COMMIT="0370128fc8dcae93533334324ef838db8f8da8cb" +GIT_COMMIT="f845d14e941889ba4c071f35233d09b29d363c75" LDFLAGS="$LDFLAGS -X %{ld_libpod}/define.gitCommit=$GIT_COMMIT" # build rootlessport first diff --git a/sources b/sources index 9ab2336..1ab124d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.7.0.tar.gz) = e53e3f6d441de7865733e085017ce1c3e0af5cb0ad0cf605f5d15e9813d38e1af22691d59498960ed7bd18e32ef003db4c151a4f4bd5bd0dbac69f4011851ff1 +SHA512 (v5.7.1.tar.gz) = 81fd4c27ff1d16dcb85229d4e4fd2cb06943ddfe966b5324fa8a8a957b2d2ec2aed7c5da05d6c009148f53b76545b27b0cba506622c8861f70bf7cad6c214a08