From 692e60e47db120988d10dbe12d89bb2a13943945 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 17 Feb 2020 15:53:55 -0500 Subject: [PATCH 0001/1467] 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 217ef98f63ee2423a700da0627a823ee7a47c8ef Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 18 Feb 2020 08:43:07 -0500 Subject: [PATCH 0002/1467] Bump release to make sure new version installs on F32 and remove -dev branch --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index c0b9e62..832a544 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.4.dev.git%{shortcommit0}%{?dist} +Release: 3.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -648,6 +648,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Feb 18 2020 Dan Walsh - 2:1.8.0-3.git5092c07 +- Bump release to make sure new version installs on F32 and remove -dev branch + * Thu Feb 06 2020 Lokesh Mandvekar - 2:1.8.0-0.4.dev.git5092c07 - bump crun dependency From fad5738a873d9ffd18a59b3d86ee3690b8189681 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 18 Feb 2020 16:06:05 -0500 Subject: [PATCH 0003/1467] Bump release to make sure new version installs on F32 and remove -dev branch --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 832a544..31e0c3e 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 1dc0bd307a20f64f5396f6e553108b970b9a857f Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 18 Feb 2020 16:16:48 -0500 Subject: [PATCH 0004/1467] 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 f7fe11edd70dc85b4aceaf85c7b7b3cf7231d7cb Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 18 Feb 2020 17:24:27 -0500 Subject: [PATCH 0005/1467] podman-2:1.8.0-4 - bump to v1.8.0 - autobuilt 2ced909 - cosmetic changes for autobuilds Signed-off-by: Lokesh Mandvekar --- podman.spec | 106 ++++++++++++++++++++++++++++------------------------ 1 file changed, 58 insertions(+), 48 deletions(-) diff --git a/podman.spec b/podman.spec index 31e0c3e..09bf962 100644 --- a/podman.spec +++ b/podman.spec @@ -6,9 +6,13 @@ %if 0%{?fedora} || 0%{?centos} >= 8 #### DO NOT REMOVE - NEEDED FOR CENTOS %bcond_without varlink -%global with_debug 1 %else %bcond_with varlink +%endif + +%if 0%{?fedora} +%global with_debug 1 +%else %global with_debug 0 %endif @@ -24,27 +28,29 @@ %endif %define gogenerate go generate -%global provider github -%global provider_tld com -%global project containers -%global repo libpod +%define provider github +%define provider_tld com +%define project containers +%define 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 5092c078ec635c9f1598989b27ccf53369b3cf2b -%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) +%define provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} +%define import_path %{provider_prefix} +%define git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} +%define commit0 2ced9094d4728dd09f60a177faa32339a8d0f721 +%define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) -%global repo_plugins dnsname +%define 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}) +%define import_path_plugins %{provider}.%{provider_tld}/%{project}/%{repo_plugins} +%define git_plugins https://github.com/containers/dnsname +%define commit_plugins f5af33dedcfc5e707e5560baa4a72f8d96a968fe +%define shortcommit_plugins %(c=%{commit_plugins}; echo ${c:0: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 +%define built_tag_strip %(b=%{built_tag}; echo ${b:1}) +%define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz Name: podman %if 0%{?fedora} @@ -53,14 +59,12 @@ Epoch: 2 Epoch: 0 %endif Version: 1.8.0 -# Rawhide almost always ships unreleased builds, -# so release tag should be of the form 0.N.blahblah -Release: 3.git%{shortcommit0}%{?dist} +Release: 4%{?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 +Source0: %{download_url} +Source1: https://github.com/containers/dnsname/archive/f5af33dedcfc5e707e5560baa4a72f8d96a968fe/dnsname-f5af33d.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. @@ -85,7 +89,7 @@ Requires: iptables Requires: nftables Requires: conmon Requires: %{name}-plugins = %{epoch}:%{version}-%{release} -Requires: (container-selinux if selinux-policy) +Requires: container-selinux %if 0%{?fedora} BuildRequires: btrfs-progs-devel BuildRequires: ostree-devel @@ -99,6 +103,9 @@ Requires: crun >= 0.12.1-1 Requires: slirp4netns >= 0.3.0-2 Requires: runc %endif +%if 0%{?centos} >= 8 +Requires: libvarlink-util +%endif # vendored libraries # awk '{print "Provides: bundled(golang("$1")) = "$2}' vendor.conf | sort @@ -393,20 +400,19 @@ This package contains unit tests for project providing packages with %{import_path} prefix. %endif -%if 0%{?fedora} %package tests Summary: Tests for %{name} Requires: %{name} = %{epoch}:%{version}-%{release} Requires: bats Requires: jq -Obsoletes: oci-systemd-hook <= 0.2.0-3 %description tests %{summary} This package contains system tests for %{name} +%if 0%{?fedora} || 0%{?centos} >= 8 %package remote Summary: (Experimental) Remote client for managing %{name} containers @@ -433,15 +439,27 @@ 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 %{repo}-%{built_tag_strip} # untar dnsname tar zxf %{SOURCE1} %build export GO111MODULE=off -export GOPATH=$(pwd)/_build:$(pwd) +# build plugins first cause we don't wanna use podman's buildtags +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 + +export GOPATH=$(pwd)/_build:$(pwd) mkdir _build pushd _build mkdir -p src/%{provider}.%{provider_tld}/%{project} @@ -457,27 +475,12 @@ 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 +%if 0%{?fedora} || 0%{?centos} >= 8 # 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 -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 %if 0%{?fedora} sed -s 's/^runtime[ =].*"runc/runtime = "crun/' libpod.conf -i @@ -489,7 +492,7 @@ 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} +%if 0%{?fedora} || 0%{?centos} >= 8 install.remote \ %endif install.man \ @@ -515,7 +518,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} && 0%{?centos} < 8 +%if ! 0%{?fedora} && 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 @@ -630,17 +633,19 @@ exit 0 %endif #### DO NOT REMOVE - NEEDED FOR CENTOS -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?centos} >= 8 %files remote %license LICENSE %{_bindir}/%{name}-remote %{_mandir}/man1/%{name}-remote*.1* %{_mandir}/man5/%{name}-remote*.5* +%endif %files tests %license LICENSE -%{_datadir}/%{name}/test -%endif +%dir %{_datadir}/%{name}/test +%dir %{_datadir}/%{name}/test/system +%{_datadir}/%{name}/test/system/* %files plugins %license dnsname-%{commit_plugins}/LICENSE @@ -648,6 +653,11 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Feb 18 2020 Lokesh Mandvekar - 2:1.8.0-4 +- bump to v1.8.0 +- autobuilt 2ced909 +- cosmetic changes for autobuilds + * Tue Feb 18 2020 Dan Walsh - 2:1.8.0-3.git5092c07 - Bump release to make sure new version installs on F32 and remove -dev branch From e6276674c786677bfde9622ddc6c7376303daf98 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 18 Feb 2020 22:17:13 -0500 Subject: [PATCH 0006/1467] commit 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 27a9836..a1121c6 100644 --- a/.gitignore +++ b/.gitignore @@ -787,3 +787,4 @@ /libpod-4699d5e.tar.gz /libpod-c4f6d56.tar.gz /libpod-5092c07.tar.gz +/v1.8.0.tar.gz diff --git a/sources b/sources index 585c3f6..c178719 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-5092c07.tar.gz) = 207a78efcfb1fb85e2b297ba1a04b5ebef0f6423f747289f0c547c51e34c16d7a39149eb2854008695ccc177f0e58013184b4c4765de71ca272c635e443c0e55 +SHA512 (v1.8.0.tar.gz) = 8e46633742e7dda1b9f6b641051009485331a3a95fcc8ff4c59c46a66f86ce1b79c832c5775d825aa54b885edaf533be2f864257137277a5265509026d0a8b87 From 955de5c33e41859ccd2ef0680757ab77a377ab4d Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Thu, 20 Feb 2020 06:19:58 -0700 Subject: [PATCH 0007/1467] 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 4e458874e26d3130603e3add73e518d4fa271943 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Thu, 20 Feb 2020 08:00:24 -0700 Subject: [PATCH 0008/1467] Require: skopeo (in tests package) ...for new tests which check skopeo-podman credential compatibility Signed-off-by: Ed Santiago --- podman.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 09bf962..71a9c0c 100644 --- a/podman.spec +++ b/podman.spec @@ -406,6 +406,7 @@ Summary: Tests for %{name} Requires: %{name} = %{epoch}:%{version}-%{release} Requires: bats Requires: jq +Requires: skopeo %description tests %{summary} @@ -479,7 +480,7 @@ export BUILDTAGS+="exclude_graphdriver_btrfs containers_image_ostree_stub" # build %%{name}-remote export BUILDTAGS+="remoteclient" %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} -%endif +%endif %install %if 0%{?fedora} From cd0d9e0609092dfe1e82a5ef609598af842d17b8 Mon Sep 17 00:00:00 2001 From: Olivier Lemasle Date: Sat, 22 Feb 2020 13:39:20 +0100 Subject: [PATCH 0009/1467] 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 --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 71a9c0c..8a5314a 100644 --- a/podman.spec +++ b/podman.spec @@ -478,7 +478,7 @@ export BUILDTAGS+="exclude_graphdriver_btrfs containers_image_ostree_stub" %if 0%{?fedora} || 0%{?centos} >= 8 # build %%{name}-remote -export BUILDTAGS+="remoteclient" +export BUILDTAGS+=" remoteclient" %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} %endif From b6296c4ebf57fa837427d8932107d2ab7ed74a9d Mon Sep 17 00:00:00 2001 From: Olivier Lemasle Date: Sat, 22 Feb 2020 13:39:20 +0100 Subject: [PATCH 0010/1467] 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 0011/1467] 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 4e5102e9f13236506ca0dddb6df5df04b60b73c8 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sun, 23 Feb 2020 13:29:06 -0500 Subject: [PATCH 0012/1467] podman-2:1.8.0-5 - Resolves: #1806147 - correct buildtags for podman-remote Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 8a5314a..0b35535 100644 --- a/podman.spec +++ b/podman.spec @@ -59,7 +59,7 @@ Epoch: 2 Epoch: 0 %endif Version: 1.8.0 -Release: 4%{?dist} +Release: 5%{?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 Feb 23 2020 Lokesh Mandvekar - 2:1.8.0-5 +- Resolves: #1806147 - correct buildtags for podman-remote + * Tue Feb 18 2020 Lokesh Mandvekar - 2:1.8.0-4 - bump to v1.8.0 - autobuilt 2ced909 From 4a451c9d23d413c629ff85705733efa10f198a70 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sun, 23 Feb 2020 14:35:56 -0500 Subject: [PATCH 0013/1467] podman-2:1.8.1-0.3.rc1 - bump to v1.8.1-rc1 Signed-off-by: Lokesh Mandvekar --- podman.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/podman.spec b/podman.spec index 0b35535..35b1108 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ %define provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %define import_path %{provider_prefix} %define git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%define commit0 2ced9094d4728dd09f60a177faa32339a8d0f721 +%define commit0 aee4d1d3748ff55bb3bb355b55409ee668468c57 %define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %define repo_plugins dnsname @@ -48,7 +48,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.8.1-rc1 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz @@ -58,8 +58,8 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 1.8.0 -Release: 5%{?dist} +Version: 1.8.1 +Release: 0.3.rc1%{?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 Feb 23 2020 Lokesh Mandvekar - 2:1.8.1-0.3.rc1 +- bump to v1.8.1-rc1 + * Sun Feb 23 2020 Lokesh Mandvekar - 2:1.8.0-5 - Resolves: #1806147 - correct buildtags for podman-remote From eb32c6db11506962cf36574c1c7256cb688937a7 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sun, 23 Feb 2020 14:46:06 -0500 Subject: [PATCH 0014/1467] upload sources to lookaside cache 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 a1121c6..82a97e9 100644 --- a/.gitignore +++ b/.gitignore @@ -788,3 +788,4 @@ /libpod-c4f6d56.tar.gz /libpod-5092c07.tar.gz /v1.8.0.tar.gz +/v1.8.1-rc1.tar.gz diff --git a/podman.spec b/podman.spec index 35b1108..0a5cb31 100644 --- a/podman.spec +++ b/podman.spec @@ -601,7 +601,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 @@ -623,14 +623,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 diff --git a/sources b/sources index c178719..34b7077 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v1.8.0.tar.gz) = 8e46633742e7dda1b9f6b641051009485331a3a95fcc8ff4c59c46a66f86ce1b79c832c5775d825aa54b885edaf533be2f864257137277a5265509026d0a8b87 +SHA512 (v1.8.1-rc1.tar.gz) = b17acd9c52684c1f60db889429c2d905cfb3603849d0d988625e163c3944affc698e145e0b8bb8685312baa5a89ee62734ea23aea046e0a1f1676d890cf6b78e From a45db55b945940cfad1b8e96d335819a21c68a1b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 28 Feb 2020 19:12:06 +0000 Subject: [PATCH 0015/1467] podman-2:1.8.1-0.3.rc1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 4 ++-- sources | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 82a97e9..548c3e7 100644 --- a/.gitignore +++ b/.gitignore @@ -789,3 +789,4 @@ /libpod-5092c07.tar.gz /v1.8.0.tar.gz /v1.8.1-rc1.tar.gz +/v1.8.1-rc2.tar.gz diff --git a/podman.spec b/podman.spec index 0a5cb31..fb55938 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ %define provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %define import_path %{provider_prefix} %define git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%define commit0 aee4d1d3748ff55bb3bb355b55409ee668468c57 +%define commit0 9f8565a53030246ffcb3255da7a7ecce33cf3444 %define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %define repo_plugins dnsname @@ -48,7 +48,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.8.1-rc1 +%define built_tag v1.8.1-rc2 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz diff --git a/sources b/sources index 34b7077..4c64113 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v1.8.1-rc1.tar.gz) = b17acd9c52684c1f60db889429c2d905cfb3603849d0d988625e163c3944affc698e145e0b8bb8685312baa5a89ee62734ea23aea046e0a1f1676d890cf6b78e +SHA512 (v1.8.1-rc2.tar.gz) = bdb5ed13ab06bed4852b40ffd7ce5bca546cc134f31f8a299b1fcda514aaa370774a0e2a319412d57c8f055cc6b70821fbb063b6c80b9a121eb26fb6afde94d1 From 78ddd47978216a8eb1f050fa1aa66706e0864cba Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 2 Mar 2020 14:43:04 +0000 Subject: [PATCH 0016/1467] 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 97a29ee928427c74f0a2136e5c6fc718dd4c39a6 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sun, 1 Mar 2020 13:45:32 -0500 Subject: [PATCH 0017/1467] correct changelog entry Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index fb55938..ac145d9 100644 --- a/podman.spec +++ b/podman.spec @@ -59,7 +59,7 @@ Epoch: 2 Epoch: 0 %endif Version: 1.8.1 -Release: 0.3.rc1%{?dist} +Release: 0.4.rc2%{?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 01 2020 Lokesh Mandvekar - 2:1.8.1-0.4.rc2 +- correct changelog + * Sun Feb 23 2020 Lokesh Mandvekar - 2:1.8.1-0.3.rc1 - bump to v1.8.1-rc1 From 24db6bb09ff068802e904ef0cd42c6d5c8785cd2 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 2 Mar 2020 09:57:45 -0500 Subject: [PATCH 0018/1467] 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 3ce395d3affb67bbc10d11acfbee71a728322c22 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 6 Mar 2020 23:11:49 +0000 Subject: [PATCH 0019/1467] podman-2:1.8.1-0.4.rc2 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 4 ++-- sources | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 548c3e7..75c7c78 100644 --- a/.gitignore +++ b/.gitignore @@ -790,3 +790,4 @@ /v1.8.0.tar.gz /v1.8.1-rc1.tar.gz /v1.8.1-rc2.tar.gz +/v1.8.1-rc3.tar.gz diff --git a/podman.spec b/podman.spec index ac145d9..fb782c5 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ %define provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %define import_path %{provider_prefix} %define git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%define commit0 9f8565a53030246ffcb3255da7a7ecce33cf3444 +%define commit0 e5f7cb397874fec193fc9cdebc0cc29c0437e8d2 %define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %define repo_plugins dnsname @@ -48,7 +48,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.8.1-rc2 +%define built_tag v1.8.1-rc3 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz diff --git a/sources b/sources index 4c64113..9771000 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v1.8.1-rc2.tar.gz) = bdb5ed13ab06bed4852b40ffd7ce5bca546cc134f31f8a299b1fcda514aaa370774a0e2a319412d57c8f055cc6b70821fbb063b6c80b9a121eb26fb6afde94d1 +SHA512 (v1.8.1-rc3.tar.gz) = 2c80a858408c0b35878c438f87216b3cd302ffeedad5a209d015763aa0bbe0bafd5802ffb33b1c057594e4fd1d2612386b4c79221fbb69cc368ba4458820aac3 From a5ee7b9e221a39e856b8a80643785e32f5841d40 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sat, 7 Mar 2020 08:14:07 -0500 Subject: [PATCH 0020/1467] update changelog and 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 fb782c5..0dc3cc5 100644 --- a/podman.spec +++ b/podman.spec @@ -59,7 +59,7 @@ Epoch: 2 Epoch: 0 %endif Version: 1.8.1 -Release: 0.4.rc2%{?dist} +Release: 0.5.rc3%{?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 07 2020 Lokesh Mandvekar - 2:1.8.1-0.5.rc3 +- bump to v1.8.1-rc3 + * Sun Mar 01 2020 Lokesh Mandvekar - 2:1.8.1-0.4.rc2 - correct changelog From 97510a9ebd69778e2e99d3abeaf55d7660007ef6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 10 Mar 2020 13:40:00 +0000 Subject: [PATCH 0021/1467] podman-2:1.8.1-0.6.rc3 - autobuilt v1.8.1-rc4 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 75c7c78..9d4c60f 100644 --- a/.gitignore +++ b/.gitignore @@ -791,3 +791,4 @@ /v1.8.1-rc1.tar.gz /v1.8.1-rc2.tar.gz /v1.8.1-rc3.tar.gz +/v1.8.1-rc4.tar.gz diff --git a/podman.spec b/podman.spec index 0dc3cc5..29a8fd8 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ %define provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %define import_path %{provider_prefix} %define git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%define commit0 e5f7cb397874fec193fc9cdebc0cc29c0437e8d2 +%define commit0 d5b027f412d69096e689baa1ada45bc33f228b63 %define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %define repo_plugins dnsname @@ -48,7 +48,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.8.1-rc3 +%define built_tag v1.8.1-rc4 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz @@ -59,7 +59,7 @@ Epoch: 2 Epoch: 0 %endif Version: 1.8.1 -Release: 0.5.rc3%{?dist} +Release: 0.6.rc3%{?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 10 2020 RH Container Bot - 2:1.8.1-0.6.rc3 +- autobuilt v1.8.1-rc4 + * Sat Mar 07 2020 Lokesh Mandvekar - 2:1.8.1-0.5.rc3 - bump to v1.8.1-rc3 diff --git a/sources b/sources index 9771000..0e0b2b4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v1.8.1-rc3.tar.gz) = 2c80a858408c0b35878c438f87216b3cd302ffeedad5a209d015763aa0bbe0bafd5802ffb33b1c057594e4fd1d2612386b4c79221fbb69cc368ba4458820aac3 +SHA512 (v1.8.1-rc4.tar.gz) = 5965d461db12afa87d08114919b9e8ebaf94c18fe25dde43660254ee2a8bb3973219c5d6d8f6f25c12f4d21b3e345ae1a57dc6831dcde7f53cf201dc0d3a933a From e62b1f949d5bb8001de05e35c549ad70590a7c91 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 10 Mar 2020 09:52:02 -0400 Subject: [PATCH 0022/1467] podman-2:1.8.1-0.7.rc4 - correct 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 29a8fd8..ce224ff 100644 --- a/podman.spec +++ b/podman.spec @@ -59,7 +59,7 @@ Epoch: 2 Epoch: 0 %endif Version: 1.8.1 -Release: 0.6.rc3%{?dist} +Release: 0.7.rc4%{?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 10 2020 Lokesh Mandvekar - 2:1.8.1-0.7.rc4 +- correct release tag + * Tue Mar 10 2020 RH Container Bot - 2:1.8.1-0.6.rc3 - autobuilt v1.8.1-rc4 From 7406e2f9fa017a22cec1b2797869e27b5b2cdb2f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 11 Mar 2020 17:12:20 +0000 Subject: [PATCH 0023/1467] podman-2:1.8.1-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 9d4c60f..0012d4c 100644 --- a/.gitignore +++ b/.gitignore @@ -792,3 +792,4 @@ /v1.8.1-rc2.tar.gz /v1.8.1-rc3.tar.gz /v1.8.1-rc4.tar.gz +/v1.8.1.tar.gz diff --git a/podman.spec b/podman.spec index ce224ff..3fe6ef6 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ %define provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %define import_path %{provider_prefix} %define git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%define commit0 d5b027f412d69096e689baa1ada45bc33f228b63 +%define commit0 444a19cdd2e6108c75f6c1aadc1a2a9138a8bd73 %define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %define repo_plugins dnsname @@ -48,7 +48,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.8.1-rc4 +%define built_tag v1.8.1 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz @@ -59,7 +59,7 @@ Epoch: 2 Epoch: 0 %endif Version: 1.8.1 -Release: 0.7.rc4%{?dist} +Release: 1%{?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 11 2020 RH Container Bot - 2:1.8.1-1 +- autobuilt v1.8.1 + * Tue Mar 10 2020 Lokesh Mandvekar - 2:1.8.1-0.7.rc4 - correct release tag diff --git a/sources b/sources index 0e0b2b4..85e62c5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v1.8.1-rc4.tar.gz) = 5965d461db12afa87d08114919b9e8ebaf94c18fe25dde43660254ee2a8bb3973219c5d6d8f6f25c12f4d21b3e345ae1a57dc6831dcde7f53cf201dc0d3a933a +SHA512 (v1.8.1.tar.gz) = 48b5f9f67f3a5b9b0d91c24ac87a1a62146661bbcab385e63cf09ac56f85e384b4acae91d8e887557c4e87a37f56b10f90b3bb22278a2cfcc4f1da42ad4e5027 From 17bb2afa2705c23ddaafa463e0b4d42394d7fd2c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 11 Mar 2020 17:50:58 -0400 Subject: [PATCH 0024/1467] podman-2:1.8.1-2 - bump cause previous release went bad somewhere at fedora-infra Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 3fe6ef6..ab0c641 100644 --- a/podman.spec +++ b/podman.spec @@ -59,7 +59,7 @@ Epoch: 2 Epoch: 0 %endif Version: 1.8.1 -Release: 1%{?dist} +Release: 2%{?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 11 2020 Lokesh Mandvekar - 2:1.8.1-2 +- bump cause previous release went bad somewhere at fedora-infra + * Wed Mar 11 2020 RH Container Bot - 2:1.8.1-1 - autobuilt v1.8.1 From c8ef3c0a517f2e51cb915e1598a94b4dbe08553d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 16 Mar 2020 16:33:28 +0000 Subject: [PATCH 0025/1467] 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 0026/1467] 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 0027/1467] 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 0ba1ca465a00d3ac2c7afe497e2aa0985398944c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 18 Mar 2020 15:11:49 +0000 Subject: [PATCH 0028/1467] podman-2:1.8.1-0.2.rc1 - autobuilt v1.8.2-rc1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 0012d4c..9eab0b4 100644 --- a/.gitignore +++ b/.gitignore @@ -793,3 +793,4 @@ /v1.8.1-rc3.tar.gz /v1.8.1-rc4.tar.gz /v1.8.1.tar.gz +/v1.8.2-rc1.tar.gz diff --git a/podman.spec b/podman.spec index ab0c641..d7c15da 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ %define provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %define import_path %{provider_prefix} %define git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%define commit0 444a19cdd2e6108c75f6c1aadc1a2a9138a8bd73 +%define commit0 c617484c15db0c0f227cab3c57f36a1585092a31 %define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %define repo_plugins dnsname @@ -48,7 +48,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.8.1 +%define built_tag v1.8.2-rc1 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz @@ -58,8 +58,8 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 1.8.1 -Release: 2%{?dist} +Version: 1.8.2 +Release: 0.2.rc1%{?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 18 2020 RH Container Bot - 2:1.8.1-0.2.rc1 +- autobuilt v1.8.2-rc1 + * Wed Mar 11 2020 Lokesh Mandvekar - 2:1.8.1-2 - bump cause previous release went bad somewhere at fedora-infra diff --git a/sources b/sources index 85e62c5..9081aa8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v1.8.1.tar.gz) = 48b5f9f67f3a5b9b0d91c24ac87a1a62146661bbcab385e63cf09ac56f85e384b4acae91d8e887557c4e87a37f56b10f90b3bb22278a2cfcc4f1da42ad4e5027 +SHA512 (v1.8.2-rc1.tar.gz) = 602210ec3d2a11d224771f3a52eddf8b831d7cdc4e191ff7973781a6df7c32fde6311c8b3721cfae4265efc6ae7d00c61acd1500788ed96a86573ad4d1f94ac3 From aa233d993b3575b2d3d17e3be8ecfeb5f3391e1d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 18 Mar 2020 19:21:39 +0000 Subject: [PATCH 0029/1467] 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 0030/1467] 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 0031/1467] 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 0032/1467] 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 0033/1467] 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 0034/1467] 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 0035/1467] 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 bbd01477ba5ba934e7de12c3cf3bbbbcbc7f950e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 19 Mar 2020 21:11:26 +0000 Subject: [PATCH 0036/1467] podman-2:1.8.2-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 9eab0b4..662974e 100644 --- a/.gitignore +++ b/.gitignore @@ -794,3 +794,4 @@ /v1.8.1-rc4.tar.gz /v1.8.1.tar.gz /v1.8.2-rc1.tar.gz +/v1.8.2.tar.gz diff --git a/podman.spec b/podman.spec index d7c15da..274622c 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ %define provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %define import_path %{provider_prefix} %define git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%define commit0 c617484c15db0c0f227cab3c57f36a1585092a31 +%define commit0 028e3317eb1494b9b2acba4a0a295df80fae66cc %define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %define repo_plugins dnsname @@ -48,7 +48,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.8.2-rc1 +%define built_tag v1.8.2 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz @@ -59,7 +59,7 @@ Epoch: 2 Epoch: 0 %endif Version: 1.8.2 -Release: 0.2.rc1%{?dist} +Release: 1%{?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 19 2020 RH Container Bot - 2:1.8.2-1 +- autobuilt v1.8.2 + * Wed Mar 18 2020 RH Container Bot - 2:1.8.1-0.2.rc1 - autobuilt v1.8.2-rc1 diff --git a/sources b/sources index 9081aa8..3919cae 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v1.8.2-rc1.tar.gz) = 602210ec3d2a11d224771f3a52eddf8b831d7cdc4e191ff7973781a6df7c32fde6311c8b3721cfae4265efc6ae7d00c61acd1500788ed96a86573ad4d1f94ac3 +SHA512 (v1.8.2.tar.gz) = c6e1426f66299a21be66be033460c44830b422f8a3319f37bbe53030f6a2bf84b140a29f30b83f6b61199f1df373f81a6d73787d16423ad942fc8a9154c68366 From 32ab08a816c94766a1e37b825e4ee16acd7c085b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 19 Mar 2020 23:11:27 +0000 Subject: [PATCH 0037/1467] 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 0038/1467] 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 10e0f7ccb9e460a418454a9a5d1ed0aac3627b39 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 20 Mar 2020 07:38:52 -0400 Subject: [PATCH 0039/1467] autobuilt v1.8.2 --- podman.spec | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 274622c..4c507cc 100644 --- a/podman.spec +++ b/podman.spec @@ -59,12 +59,13 @@ Epoch: 2 Epoch: 0 %endif Version: 1.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ Source0: %{download_url} Source1: https://github.com/containers/dnsname/archive/f5af33dedcfc5e707e5560baa4a72f8d96a968fe/dnsname-f5af33d.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. @@ -561,6 +562,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 @@ -614,6 +622,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 dd05b9cf2374adf9d4d36da229adb104b8cc142f Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 20 Mar 2020 07:49:39 -0400 Subject: [PATCH 0040/1467] Install the APIV2 services --- podman.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/podman.spec b/podman.spec index 4c507cc..9909897 100644 --- a/podman.spec +++ b/podman.spec @@ -666,6 +666,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Fri Mar 20 2020 Dan Walsh - 2:1.8.2-2 +- Install the APIV2 services + * Thu Mar 19 2020 RH Container Bot - 2:1.8.2-1 - autobuilt v1.8.2 From 4c353afa75479bc84b66a07c95bb40019d1b255c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 20 Mar 2020 20:11:45 +0000 Subject: [PATCH 0041/1467] 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 0042/1467] 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 0043/1467] 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 0044/1467] 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 0045/1467] 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 0046/1467] 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 0047/1467] 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 0048/1467] 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 0049/1467] 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 0050/1467] 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 0051/1467] 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 0052/1467] 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 0053/1467] 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 0054/1467] 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 0055/1467] 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 0056/1467] 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 0057/1467] 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 0058/1467] 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 0059/1467] 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 0060/1467] 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 0061/1467] 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 0062/1467] 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 0063/1467] 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 0064/1467] 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 0065/1467] 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 0066/1467] 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 0067/1467] 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 0068/1467] 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 0069/1467] 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 0070/1467] 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 0071/1467] 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 0072/1467] 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 0073/1467] 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 0074/1467] 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 0075/1467] 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 0076/1467] 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 0077/1467] 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 0078/1467] 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 0079/1467] 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 0080/1467] 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 0081/1467] 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 0082/1467] 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 0083/1467] 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 0084/1467] 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 0085/1467] 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 0086/1467] 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 0087/1467] 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 0088/1467] 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 0089/1467] 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 0090/1467] 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 0091/1467] 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 0092/1467] 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 8aa99c4511e9ea82f0a449d76c7250ba36a00f06 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 30 Mar 2020 11:49:05 -0400 Subject: [PATCH 0093/1467] podman-2:1.8.2-3 - Resolves: gh#5316 Signed-off-by: Lokesh Mandvekar (cherry picked from commit 0daca6700d5c045436e60c0f07478d0d0063ea50) Signed-off-by: Lokesh Mandvekar --- podman.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/podman.spec b/podman.spec index 9909897..b31db31 100644 --- a/podman.spec +++ b/podman.spec @@ -59,13 +59,12 @@ Epoch: 2 Epoch: 0 %endif Version: 1.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ Source0: %{download_url} Source1: https://github.com/containers/dnsname/archive/f5af33dedcfc5e707e5560baa4a72f8d96a968fe/dnsname-f5af33d.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. @@ -514,6 +513,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 @@ -607,7 +611,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} @@ -626,6 +630,7 @@ exit 0 %{_unitdir}/%{name}.socket %{_userunitdir}/%{name}.service %{_userunitdir}/%{name}.socket +%{_sysconfdir}/modules-load.d/%{name}.conf %files docker %{_bindir}/docker @@ -666,6 +671,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Mar 30 2020 Lokesh Mandvekar - 2:1.8.2-3 +- Resolves: gh#5316 + * Fri Mar 20 2020 Dan Walsh - 2:1.8.2-2 - Install the APIV2 services From 772842e446fc214acde5f8ee896faa76321f6cab Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 31 Mar 2020 15:08:33 +0000 Subject: [PATCH 0094/1467] 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 0095/1467] 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 0096/1467] 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 0097/1467] 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 0098/1467] 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 0099/1467] 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 0100/1467] 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 0101/1467] 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 0102/1467] 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 0103/1467] 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 0104/1467] 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 0105/1467] 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 0106/1467] 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 0107/1467] 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 0108/1467] 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 0109/1467] 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 0110/1467] 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 0111/1467] 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 0112/1467] 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 0113/1467] 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 0114/1467] 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 0115/1467] 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 0116/1467] 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 0117/1467] 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 0118/1467] 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 0119/1467] 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 0120/1467] 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 0121/1467] 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 0122/1467] 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 0123/1467] 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 0124/1467] 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 0125/1467] 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 0126/1467] 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 0127/1467] 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 0128/1467] 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 0129/1467] 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 0130/1467] 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 0131/1467] 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 0132/1467] 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 0133/1467] 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 0134/1467] 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 0135/1467] 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 0136/1467] 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 0137/1467] 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 0138/1467] 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 0139/1467] 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 0140/1467] 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 0141/1467] 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 0142/1467] 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 0143/1467] 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 3a5e3ef16f377857ae57ba59c28552f8d97cc710 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 13 Apr 2020 15:08:37 +0000 Subject: [PATCH 0144/1467] podman-2:1.8.2-0.2.rc1 - autobuilt v1.9.0-rc1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 662974e..b730126 100644 --- a/.gitignore +++ b/.gitignore @@ -795,3 +795,4 @@ /v1.8.1.tar.gz /v1.8.2-rc1.tar.gz /v1.8.2.tar.gz +/v1.9.0-rc1.tar.gz diff --git a/podman.spec b/podman.spec index b31db31..02ae17e 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ %define provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %define import_path %{provider_prefix} %define git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%define commit0 028e3317eb1494b9b2acba4a0a295df80fae66cc +%define commit0 cbb5652a531bd19f1c6702f42c273596f79baee8 %define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %define repo_plugins dnsname @@ -48,7 +48,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.8.2 +%define built_tag v1.9.0-rc1 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz @@ -58,8 +58,8 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 1.8.2 -Release: 3%{?dist} +Version: 1.9.0 +Release: 0.2.rc1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -671,6 +671,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Apr 13 2020 RH Container Bot - 2:1.8.2-0.2.rc1 +- autobuilt v1.9.0-rc1 + * Mon Mar 30 2020 Lokesh Mandvekar - 2:1.8.2-3 - Resolves: gh#5316 diff --git a/sources b/sources index 3919cae..5970244 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v1.8.2.tar.gz) = c6e1426f66299a21be66be033460c44830b422f8a3319f37bbe53030f6a2bf84b140a29f30b83f6b61199f1df373f81a6d73787d16423ad942fc8a9154c68366 +SHA512 (v1.9.0-rc1.tar.gz) = 1fa42505c9d02b0e27019aa0ce46fde56f4c4cc77f123d805b99cc3d7554ce22b320a20271ec3cc8de99ac0cb5b990cc69b48b32d4290be21a693cf9a99e88b2 From 155fefcd968d6e70b76cec4fffdad9703da415d0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 13 Apr 2020 15:08:41 +0000 Subject: [PATCH 0145/1467] 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 838ad1242d525fa78beb2bc1832e18cc6a98aa1e Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Wed, 1 Apr 2020 12:53:59 -0500 Subject: [PATCH 0146/1467] 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 02ae17e..8823682 100644 --- a/podman.spec +++ b/podman.spec @@ -467,7 +467,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/ostree_tag.sh) $(hack/selinux_tag.sh)" From b801ecb570dee45f3cfdbfd0c5ca42f4217d9113 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 13 Apr 2020 11:45:58 -0400 Subject: [PATCH 0147/1467] podman- 2:1.9.0-0.3.rc1 - correct varlink go generate - container-selinux is a recommends for fedora and centos8 but requires for centos7 Signed-off-by: Lokesh Mandvekar --- podman.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 8823682..fab923b 100644 --- a/podman.spec +++ b/podman.spec @@ -59,7 +59,7 @@ Epoch: 2 Epoch: 0 %endif Version: 1.9.0 -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/ @@ -89,7 +89,6 @@ Requires: iptables Requires: nftables Requires: conmon Requires: %{name}-plugins = %{epoch}:%{version}-%{release} -Requires: container-selinux %if 0%{?fedora} BuildRequires: btrfs-progs-devel BuildRequires: ostree-devel @@ -97,14 +96,17 @@ Recommends: libvarlink-util Recommends: slirp4netns >= 0.3.0-2 Recommends: fuse-overlayfs >= 0.3-8 Recommends: runc +Recommends: container-selinux Requires: crun >= 0.12.1-1 %else #### DO NOT REMOVE - NEEDED FOR CENTOS Requires: slirp4netns >= 0.3.0-2 Requires: runc +Requires: container-selinux %endif %if 0%{?centos} >= 8 Requires: libvarlink-util +Recommends: container-selinux %endif # vendored libraries @@ -671,6 +673,10 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Apr 13 2020 Lokesh Mandvekar - 2:1.9.0-0.3.rc1 +- correct varlink go generate +- container-selinux is a recommends for fedora and centos8 but requires for centos7 + * Mon Apr 13 2020 RH Container Bot - 2:1.8.2-0.2.rc1 - autobuilt v1.9.0-rc1 From 6bc9ee114b154bd9ff10e9f42ef86bb0eb3df6cf Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 13 Apr 2020 16:10:38 +0000 Subject: [PATCH 0148/1467] 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 f908e25cf01eb74f02e09c92737ece272031b4df Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 13 Apr 2020 14:02:44 -0400 Subject: [PATCH 0149/1467] podman-2:1.9.0-0.4.rc1 - rewrite container-selinux conditionals more cleanly Signed-off-by: Lokesh Mandvekar --- podman.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/podman.spec b/podman.spec index fab923b..5c8aead 100644 --- a/podman.spec +++ b/podman.spec @@ -59,7 +59,7 @@ Epoch: 2 Epoch: 0 %endif Version: 1.9.0 -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/ @@ -96,17 +96,20 @@ Recommends: libvarlink-util Recommends: slirp4netns >= 0.3.0-2 Recommends: fuse-overlayfs >= 0.3-8 Recommends: runc -Recommends: container-selinux Requires: crun >= 0.12.1-1 %else #### DO NOT REMOVE - NEEDED FOR CENTOS Requires: slirp4netns >= 0.3.0-2 Requires: runc -Requires: container-selinux %endif %if 0%{?centos} >= 8 Requires: libvarlink-util +%endif +# container-selinux +%if 0%{?fedora} || 0%{?centos} >= 8 Recommends: container-selinux +%else +Requires: container-selinux %endif # vendored libraries @@ -673,6 +676,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Apr 13 2020 Lokesh Mandvekar - 2:1.9.0-0.4.rc1 +- rewrite container-selinux conditionals more cleanly + * Mon Apr 13 2020 Lokesh Mandvekar - 2:1.9.0-0.3.rc1 - correct varlink go generate - container-selinux is a recommends for fedora and centos8 but requires for centos7 From c0b112a930838c609456919ac47cef2738dce388 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 13 Apr 2020 14:07:00 -0400 Subject: [PATCH 0150/1467] 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 0151/1467] 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 0152/1467] 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 0153/1467] 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 0154/1467] 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 0155/1467] 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 0156/1467] 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 0157/1467] 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 6b1dc92ec85b79f482cfa0e253f2e1b516d9bf39 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 14 Apr 2020 18:07:33 +0000 Subject: [PATCH 0158/1467] podman-2:1.9.0-0.5.rc1 - autobuilt v1.9.0-rc2 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 b730126..6556fab 100644 --- a/.gitignore +++ b/.gitignore @@ -796,3 +796,4 @@ /v1.8.2-rc1.tar.gz /v1.8.2.tar.gz /v1.9.0-rc1.tar.gz +/v1.9.0-rc2.tar.gz diff --git a/podman.spec b/podman.spec index 5c8aead..3d50e7f 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ %define provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %define import_path %{provider_prefix} %define git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%define commit0 cbb5652a531bd19f1c6702f42c273596f79baee8 +%define commit0 443aab15e61759f072cd82fc3217dfda5cc97018 %define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %define repo_plugins dnsname @@ -48,7 +48,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.9.0-rc1 +%define built_tag v1.9.0-rc2 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz @@ -59,7 +59,7 @@ Epoch: 2 Epoch: 0 %endif Version: 1.9.0 -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/ @@ -676,6 +676,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Tue Apr 14 2020 RH Container Bot - 2:1.9.0-0.5.rc1 +- autobuilt v1.9.0-rc2 + * Mon Apr 13 2020 Lokesh Mandvekar - 2:1.9.0-0.4.rc1 - rewrite container-selinux conditionals more cleanly diff --git a/sources b/sources index 5970244..65f3174 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v1.9.0-rc1.tar.gz) = 1fa42505c9d02b0e27019aa0ce46fde56f4c4cc77f123d805b99cc3d7554ce22b320a20271ec3cc8de99ac0cb5b990cc69b48b32d4290be21a693cf9a99e88b2 +SHA512 (v1.9.0-rc2.tar.gz) = 54482f45012d43e6f15dbaba9c3486820943f497ea369ca5740f37ff0ece72c8beb29f1ce2285c8c0c65c867a3336f1a0f4b6fc5c00abccaa287c45e351a6931 From 16f508bdef4f6349399020463c6925ef44033ed9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 14 Apr 2020 18:07:39 +0000 Subject: [PATCH 0159/1467] 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 0160/1467] 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 0161/1467] 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 0162/1467] 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 0163/1467] 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 613553fb73247479b0ce9d9d94b89b17702b3e56 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Wed, 15 Apr 2020 09:21:22 -0500 Subject: [PATCH 0164/1467] update crun dep Signed-off-by: Brent Baude --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 3d50e7f..3b84ef2 100644 --- a/podman.spec +++ b/podman.spec @@ -96,7 +96,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 d030410fd58d611f105953e2a45a92942d86c8b2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Apr 2020 15:08:02 +0000 Subject: [PATCH 0165/1467] 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 0166/1467] 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 70862eedb8df0e53cae9891c362e13900b233f2d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Apr 2020 16:08:21 +0000 Subject: [PATCH 0167/1467] podman-2:1.9.0-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 6556fab..423704e 100644 --- a/.gitignore +++ b/.gitignore @@ -797,3 +797,4 @@ /v1.8.2.tar.gz /v1.9.0-rc1.tar.gz /v1.9.0-rc2.tar.gz +/v1.9.0.tar.gz diff --git a/podman.spec b/podman.spec index 3b84ef2..04cf0de 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ %define provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %define import_path %{provider_prefix} %define git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%define commit0 443aab15e61759f072cd82fc3217dfda5cc97018 +%define commit0 d985723506a29766ed21585ba8541033db6bd572 %define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %define repo_plugins dnsname @@ -48,7 +48,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.9.0-rc2 +%define built_tag v1.9.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz @@ -59,7 +59,7 @@ Epoch: 2 Epoch: 0 %endif Version: 1.9.0 -Release: 0.5.rc1%{?dist} +Release: 1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -676,6 +676,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Apr 15 2020 RH Container Bot - 2:1.9.0-1 +- autobuilt v1.9.0 + * Tue Apr 14 2020 RH Container Bot - 2:1.9.0-0.5.rc1 - autobuilt v1.9.0-rc2 diff --git a/sources b/sources index 65f3174..a763027 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v1.9.0-rc2.tar.gz) = 54482f45012d43e6f15dbaba9c3486820943f497ea369ca5740f37ff0ece72c8beb29f1ce2285c8c0c65c867a3336f1a0f4b6fc5c00abccaa287c45e351a6931 +SHA512 (v1.9.0.tar.gz) = ba7de72e03dc55896025b698465745873f3030547e19133b835e4f47c1cd1c0261f17845d50cbe7b824db2a9ed77def7883405637333e141f7abecada644b5be From ebd1f020c1d1076ed5a447a4be2f77ee00cb561e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 15 Apr 2020 17:08:06 +0000 Subject: [PATCH 0168/1467] 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 0169/1467] 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 0170/1467] 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 0171/1467] 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 0172/1467] 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 0173/1467] 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 0174/1467] 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 0175/1467] 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 0176/1467] 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 0177/1467] 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 fe6b8a99231fd19a018e5a4b875698d649c7cf1b Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 29 Apr 2020 09:23:06 -0400 Subject: [PATCH 0178/1467] podman-2:1.9.1-1 - new version Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 423704e..a9d76da 100644 --- a/.gitignore +++ b/.gitignore @@ -798,3 +798,4 @@ /v1.9.0-rc1.tar.gz /v1.9.0-rc2.tar.gz /v1.9.0.tar.gz +/v1.9.1.tar.gz diff --git a/podman.spec b/podman.spec index 04cf0de..5494920 100644 --- a/podman.spec +++ b/podman.spec @@ -36,7 +36,7 @@ %define provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %define import_path %{provider_prefix} %define git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%define commit0 d985723506a29766ed21585ba8541033db6bd572 +%define commit0 37a3aa6c83603ec774939a8d07c950dd3b26110a %define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %define repo_plugins dnsname @@ -48,7 +48,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.1 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz @@ -58,7 +58,7 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 1.9.0 +Version: 1.9.1 Release: 1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 @@ -676,6 +676,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed Apr 29 2020 Lokesh Mandvekar - 2:1.9.1-1 +- new version + * Wed Apr 15 2020 RH Container Bot - 2:1.9.0-1 - autobuilt v1.9.0 diff --git a/sources b/sources index a763027..463ef19 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v1.9.0.tar.gz) = ba7de72e03dc55896025b698465745873f3030547e19133b835e4f47c1cd1c0261f17845d50cbe7b824db2a9ed77def7883405637333e141f7abecada644b5be +SHA512 (v1.9.1.tar.gz) = b51b7181cd1273af35112e4102ce60165436a52971dc18dfede97bd0065f979560a900db71196760f3c3328f4fd5dc0914620fe3d1338be820ed2f29f25289e7 From 22fc8ba00ea188a9b62aa86f214f1d8f881fc097 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 29 Apr 2020 09:52:28 -0400 Subject: [PATCH 0179/1467] 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 646a5647bfbc0ad8b5af0bcbc8aa42b09e0c6c7d Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 29 Apr 2020 09:52:28 -0400 Subject: [PATCH 0180/1467] adjust dependencies for centos v/s fedora Signed-off-by: Lokesh Mandvekar --- podman.spec | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/podman.spec b/podman.spec index 5494920..a74f204 100644 --- a/podman.spec +++ b/podman.spec @@ -89,27 +89,24 @@ Requires: iptables Requires: nftables Requires: conmon 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: libvarlink-util -Recommends: slirp4netns >= 0.3.0-2 Recommends: fuse-overlayfs >= 0.3-8 -Recommends: runc Requires: crun >= 0.13-2 -%else -#### DO NOT REMOVE - NEEDED FOR CENTOS -Requires: slirp4netns >= 0.3.0-2 -Requires: runc %endif -%if 0%{?centos} >= 8 -Requires: libvarlink-util -%endif -# container-selinux %if 0%{?fedora} || 0%{?centos} >= 8 +Recommends: catatonit Recommends: container-selinux +Recommends: libvarlink-util +Recommends: runc +Recommends: slirp4netns >= 0.3.0-2 %else +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 0181/1467] 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 0182/1467] 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 0183/1467] 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 0184/1467] 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 0185/1467] 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 0186/1467] 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 0187/1467] 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 0188/1467] 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 0189/1467] 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 0190/1467] 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 0191/1467] 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 0192/1467] 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 0193/1467] 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 d9d71b20979ee1dd56a53b4e47cab7b3cf3bad0c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 13 May 2020 16:36:55 -0400 Subject: [PATCH 0194/1467] podman-2:1.9.2-1 - bump to v1.9.2 - update min deps on conmon and cni plugins Signed-off-by: Lokesh Mandvekar --- .gitignore | 2 ++ podman.spec | 17 +++++++++-------- sources | 3 ++- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index a9d76da..598b7f5 100644 --- a/.gitignore +++ b/.gitignore @@ -799,3 +799,5 @@ /v1.9.0-rc2.tar.gz /v1.9.0.tar.gz /v1.9.1.tar.gz +/libpod-5b4e91d.tar.gz +/v1.9.2.tar.gz diff --git a/podman.spec b/podman.spec index a74f204..247e4bb 100644 --- a/podman.spec +++ b/podman.spec @@ -33,11 +33,8 @@ %define project containers %define repo libpod # https://github.com/containers/libpod -%define provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} -%define import_path %{provider_prefix} +%define import_path %{provider}.%{provider_tld}/%{project}/%{repo} %define git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%define commit0 37a3aa6c83603ec774939a8d07c950dd3b26110a -%define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %define repo_plugins dnsname # https://github.com/containers/libpod @@ -48,7 +45,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.9.1 +%define built_tag v1.9.2 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz @@ -58,7 +55,7 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 1.9.1 +Version: 1.9.2 Release: 1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 @@ -84,10 +81,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.0.16-1 Requires: %{name}-plugins = %{epoch}:%{version}-%{release} Obsoletes: oci-systemd-hook <= 0.2.0-3 %if 0%{?fedora} @@ -673,6 +670,10 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Wed May 13 2020 Lokesh Mandvekar - 2:1.9.2-1 +- bump to v1.9.2 +- update min deps on conmon and cni plugins + * Wed Apr 29 2020 Lokesh Mandvekar - 2:1.9.1-1 - new version diff --git a/sources b/sources index 463ef19..8c3c87c 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v1.9.1.tar.gz) = b51b7181cd1273af35112e4102ce60165436a52971dc18dfede97bd0065f979560a900db71196760f3c3328f4fd5dc0914620fe3d1338be820ed2f29f25289e7 +SHA512 (libpod-5b4e91d.tar.gz) = 3266019ffdacbf3d5c4da2d2738993d9dc4c103bab1152096e16f593509fd55e80cacec71d7f08736b7c0190f9c83223b13e8ea6969bc12ea50d707f50d9cffa +SHA512 (v1.9.2.tar.gz) = 5f28239814e8df5cc3d938fc0743c92b6fa588c152cd49afa12fa580557d688915c1c171b1d8be83ae1c8ba3b51301324119201b56da9cbe428c476fa539009d From 27cf036e8e621034d13e6d99cf4a6615db0748f3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 13 May 2020 21:08:11 +0000 Subject: [PATCH 0195/1467] 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 0196/1467] 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 0197/1467] 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 0198/1467] 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 0199/1467] 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 0200/1467] 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 0201/1467] 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 0202/1467] 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 0203/1467] 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 0204/1467] 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 0205/1467] 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 0206/1467] 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 0207/1467] 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 0208/1467] 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 0209/1467] 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 0210/1467] 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 0211/1467] 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 0212/1467] 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 0213/1467] 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 0214/1467] 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 0215/1467] 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 0216/1467] 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 0217/1467] 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 0218/1467] 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 0219/1467] 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 097ae3e0a4f1cf81e312fcf9c01591f8e67af8d7 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 20 May 2020 10:34:55 -0600 Subject: [PATCH 0220/1467] update gating.yaml to gate on new testcase name Also: update decision context: I think for released branches it's supposed to be 'testing'. (It was set to 'stable', probably an accident of when f32 stabilized from master) --- gating.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gating.yaml b/gating.yaml index 92d738a..c2d0ba7 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,6 +1,6 @@ --- !Policy product_versions: - fedora-* -decision_context: bodhi_update_push_stable +decision_context: bodhi_update_push_testing rules: - - !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.complete} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} From 3531a03642a1f630ef5d12db0ee05dee8e0009a1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 20 May 2020 17:08:04 +0000 Subject: [PATCH 0221/1467] 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 0222/1467] 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 0223/1467] 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 0224/1467] 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 0225/1467] 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 0226/1467] 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 0227/1467] 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 0228/1467] 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 0229/1467] 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 0230/1467] 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 0231/1467] 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 0232/1467] 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 0233/1467] 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 0234/1467] 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 0235/1467] 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 0236/1467] 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 0237/1467] 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 0238/1467] 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 0239/1467] 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 0240/1467] 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 0241/1467] 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 0242/1467] 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 0243/1467] 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 0244/1467] 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 0245/1467] 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 0246/1467] 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 0247/1467] 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 0248/1467] 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 0249/1467] 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 0250/1467] 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 0251/1467] 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 0252/1467] 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 6c5a0a8a3b8527e9dc98ffb6dc12fb3bdc3b1719 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 25 May 2020 14:40:47 -0400 Subject: [PATCH 0253/1467] podman-2:1.9.3-1 - bump to v1.9.3 - require conmon >= 2:2.0.16-3 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 13 ++++++++++--- sources | 3 +-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 598b7f5..2950290 100644 --- a/.gitignore +++ b/.gitignore @@ -801,3 +801,4 @@ /v1.9.1.tar.gz /libpod-5b4e91d.tar.gz /v1.9.2.tar.gz +/v1.9.3.tar.gz diff --git a/podman.spec b/podman.spec index 247e4bb..4a2e856 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,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.3 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz @@ -55,7 +55,7 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 1.9.2 +Version: 1.9.3 Release: 1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 @@ -84,7 +84,7 @@ Requires: containers-common Requires: containernetworking-plugins >= 0.8.6-1 Requires: iptables Requires: nftables -Requires: conmon >= 2.0.16-1 +Requires: conmon >= 2:2.0.16-3 Requires: %{name}-plugins = %{epoch}:%{version}-%{release} Obsoletes: oci-systemd-hook <= 0.2.0-3 %if 0%{?fedora} @@ -670,6 +670,13 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon May 25 2020 Lokesh Mandvekar - 2:1.9.3-1 +- bump to v1.9.3 +- require conmon >= 2:2.0.16-3 + +* Fri May 15 2020 Lokesh Mandvekar - 2:1.9.2-2 +- use correct epoch for conmon + * Wed May 13 2020 Lokesh Mandvekar - 2:1.9.2-1 - bump to v1.9.2 - update min deps on conmon and cni plugins diff --git a/sources b/sources index 8c3c87c..6b786c5 100644 --- a/sources +++ b/sources @@ -1,3 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (libpod-5b4e91d.tar.gz) = 3266019ffdacbf3d5c4da2d2738993d9dc4c103bab1152096e16f593509fd55e80cacec71d7f08736b7c0190f9c83223b13e8ea6969bc12ea50d707f50d9cffa -SHA512 (v1.9.2.tar.gz) = 5f28239814e8df5cc3d938fc0743c92b6fa588c152cd49afa12fa580557d688915c1c171b1d8be83ae1c8ba3b51301324119201b56da9cbe428c476fa539009d +SHA512 (v1.9.3.tar.gz) = d85cdf49b740f47a341b7717a4bc22ff326d22234e224bd572a3d879b75eaa33139bebdc293c2e7bc41a9902289d89380b9b56975a0826172324e9a54f8f5e03 From b3827d20a938487f017b4c811aa894e36cee511d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 26 May 2020 16:09:14 +0000 Subject: [PATCH 0254/1467] 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 0255/1467] 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 0256/1467] 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 0257/1467] 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 0258/1467] 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 0259/1467] 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 0260/1467] 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 0261/1467] 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 0262/1467] 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 0263/1467] 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 0264/1467] 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 0265/1467] 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 0266/1467] 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 0267/1467] 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 0268/1467] 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 0269/1467] 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 0270/1467] 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 0271/1467] 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 0272/1467] 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 0273/1467] 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 0274/1467] 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 0275/1467] 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 0276/1467] 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 0277/1467] 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 0278/1467] 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 0279/1467] 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 0280/1467] 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 0281/1467] 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 0282/1467] 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 0283/1467] 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 0284/1467] 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 0285/1467] 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 0286/1467] 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 0287/1467] 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 0288/1467] 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 0289/1467] 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 0290/1467] 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 0291/1467] 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 0292/1467] 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 0293/1467] 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 0294/1467] 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 0295/1467] 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 0296/1467] 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 0297/1467] 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 0298/1467] 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 0299/1467] 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 0300/1467] 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 0301/1467] 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 c691e9fd540180d9a98a4c428133a1bc72444130 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Thu, 4 Jun 2020 12:31:14 -0500 Subject: [PATCH 0302/1467] build rc4 on f32 Signed-off-by: Brent Baude --- podman.spec | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/podman.spec b/podman.spec index 4a2e856..695fc4e 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.9.3 +%define built_tag v2.0.0-rc4 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz @@ -55,8 +55,8 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 1.9.3 -Release: 1%{?dist} +Version: 2.0.0 +Release: rc4%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -482,9 +482,6 @@ export BUILDTAGS+=" remoteclient" %endif %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 @@ -503,10 +500,6 @@ PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{build 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 @@ -619,12 +612,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 -%{_userunitdir}/io.%{name}.socket -%{_usr}/lib/tmpfiles.d/%{name}.conf %{_unitdir}/%{name}.service %{_unitdir}/%{name}.socket %{_userunitdir}/%{name}.service @@ -670,6 +657,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu Jun 04 2020 Brent Baude - 2:2.0.0-rc4 +- rc4 + * Mon May 25 2020 Lokesh Mandvekar - 2:1.9.3-1 - bump to v1.9.3 - require conmon >= 2:2.0.16-3 From d455d86cc70621e91bd1fd2c9ec11e9d02ce47b6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 4 Jun 2020 18:09:57 +0000 Subject: [PATCH 0303/1467] 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 2ea3bb6109f9df2afb4b7baeb43abd6073a90994 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Thu, 4 Jun 2020 14:33:59 -0500 Subject: [PATCH 0304/1467] add sources Signed-off-by: Brent Baude --- .gitignore | 1 + sources | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2950290..5b1344c 100644 --- a/.gitignore +++ b/.gitignore @@ -802,3 +802,4 @@ /libpod-5b4e91d.tar.gz /v1.9.2.tar.gz /v1.9.3.tar.gz +/v2.0.0-rc4.tar.gz diff --git a/sources b/sources index 6b786c5..4de2874 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc SHA512 (v1.9.3.tar.gz) = d85cdf49b740f47a341b7717a4bc22ff326d22234e224bd572a3d879b75eaa33139bebdc293c2e7bc41a9902289d89380b9b56975a0826172324e9a54f8f5e03 +SHA512 (v2.0.0-rc4.tar.gz) = efb65a6522d3779ef09d6a8ec5212bc2e724bc20110315b70f3b3fea96641997319d3828dc819aec01f7804e4dcc805640d9ee81f35641e12c087d6215392bc6 From 227582e840db88632112e74a775f0c2350cfbda0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 5 Jun 2020 14:10:15 +0000 Subject: [PATCH 0305/1467] 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 0306/1467] 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 0307/1467] 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 0308/1467] 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 0309/1467] 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 0310/1467] 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 0311/1467] 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 324ec6e5a94910118d2be816072d3fb90a104ed9 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 8 Jun 2020 15:46:41 -0400 Subject: [PATCH 0312/1467] d Signed-off-by: Daniel J Walsh --- podman.spec | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/podman.spec b/podman.spec index 695fc4e..714fbee 100644 --- a/podman.spec +++ b/podman.spec @@ -55,8 +55,13 @@ Epoch: 2 %else Epoch: 0 %endif +<<<<<<< Updated upstream Version: 2.0.0 Release: rc4%{?dist} +======= +Version: 1.9.2 +Release: 2%{?dist} +>>>>>>> Stashed changes Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -485,6 +490,7 @@ export BUILDTAGS+=" remoteclient" 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 +rm docs/libpod.conf.5.md install -dp %{buildroot}%{_unitdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ @@ -612,6 +618,14 @@ exit 0 %dir %{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/_%{name} %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist +<<<<<<< Updated upstream +======= +%{_unitdir}/io.%{name}.service +%{_unitdir}/io.%{name}.socket +%{_userunitdir}/io.%{name}.service +%{_userunitdir}/io.%{name}.socket +%{_usr}/lib/tmpfiles.d/%{name}.conf +>>>>>>> Stashed changes %{_unitdir}/%{name}.service %{_unitdir}/%{name}.socket %{_userunitdir}/%{name}.service @@ -657,6 +671,7 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +<<<<<<< Updated upstream * Thu Jun 04 2020 Brent Baude - 2:2.0.0-rc4 - rc4 @@ -666,6 +681,10 @@ exit 0 * Fri May 15 2020 Lokesh Mandvekar - 2:1.9.2-2 - use correct epoch for conmon +======= +* Mon May 25 2020 Dan Walsh - 2:1.9.2-2 +- Remove libpod.conf +>>>>>>> Stashed changes * Wed May 13 2020 Lokesh Mandvekar - 2:1.9.2-1 - bump to v1.9.2 From 2b0093e05877f8c3314c21918b8e3c4ae2861268 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 8 Jun 2020 15:51:03 -0400 Subject: [PATCH 0313/1467] Remove /etc/modules-load.d/podman.conf --- podman.spec | 30 ++++-------------------------- 1 file changed, 4 insertions(+), 26 deletions(-) diff --git a/podman.spec b/podman.spec index 714fbee..542259d 100644 --- a/podman.spec +++ b/podman.spec @@ -55,13 +55,8 @@ Epoch: 2 %else Epoch: 0 %endif -<<<<<<< Updated upstream Version: 2.0.0 -Release: rc4%{?dist} -======= -Version: 1.9.2 -Release: 2%{?dist} ->>>>>>> Stashed changes +Release: rc4.1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -490,7 +485,6 @@ export BUILDTAGS+=" remoteclient" 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 -rm docs/libpod.conf.5.md install -dp %{buildroot}%{_unitdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ @@ -511,11 +505,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 @@ -618,19 +607,10 @@ exit 0 %dir %{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/_%{name} %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist -<<<<<<< Updated upstream -======= -%{_unitdir}/io.%{name}.service -%{_unitdir}/io.%{name}.socket -%{_userunitdir}/io.%{name}.service -%{_userunitdir}/io.%{name}.socket -%{_usr}/lib/tmpfiles.d/%{name}.conf ->>>>>>> Stashed changes %{_unitdir}/%{name}.service %{_unitdir}/%{name}.socket %{_userunitdir}/%{name}.service %{_userunitdir}/%{name}.socket -%{_sysconfdir}/modules-load.d/%{name}.conf %files docker %{_bindir}/docker @@ -671,7 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog -<<<<<<< Updated upstream +* Mon Jun 8 2020 Dan Walsh - 2:2.0.0-rc4.1 +- Remove /etc/modules-load.d/podman.conf + * Thu Jun 04 2020 Brent Baude - 2:2.0.0-rc4 - rc4 @@ -681,10 +663,6 @@ exit 0 * Fri May 15 2020 Lokesh Mandvekar - 2:1.9.2-2 - use correct epoch for conmon -======= -* Mon May 25 2020 Dan Walsh - 2:1.9.2-2 -- Remove libpod.conf ->>>>>>> Stashed changes * Wed May 13 2020 Lokesh Mandvekar - 2:1.9.2-1 - bump to v1.9.2 From f195b404666af0a029c3a6ee54efc748d7dd0865 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 8 Jun 2020 22:10:00 +0000 Subject: [PATCH 0314/1467] 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 0315/1467] 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 0316/1467] 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 0317/1467] 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 0318/1467] 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 0319/1467] 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 0320/1467] 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 0321/1467] 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 0322/1467] 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 e5637d00ba5d43bbeeb28a0335a7885b06ccbd21 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Wed, 10 Jun 2020 13:42:58 -0500 Subject: [PATCH 0323/1467] rc5 Signed-off-by: Brent Baude --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5b1344c..05d2ed9 100644 --- a/.gitignore +++ b/.gitignore @@ -803,3 +803,4 @@ /v1.9.2.tar.gz /v1.9.3.tar.gz /v2.0.0-rc4.tar.gz +/v2.0.0-rc5.tar.gz diff --git a/podman.spec b/podman.spec index 542259d..0947a0d 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,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 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz @@ -56,7 +56,7 @@ Epoch: 2 Epoch: 0 %endif Version: 2.0.0 -Release: rc4.1%{?dist} +Release: rc4%{?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 Jun 10 2020 Brent Baude - 2:2.0.0-rc5 +- rc5 + * Mon Jun 8 2020 Dan Walsh - 2:2.0.0-rc4.1 - Remove /etc/modules-load.d/podman.conf diff --git a/sources b/sources index 4de2874..f2a478b 100644 --- a/sources +++ b/sources @@ -1,3 +1,4 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc SHA512 (v1.9.3.tar.gz) = d85cdf49b740f47a341b7717a4bc22ff326d22234e224bd572a3d879b75eaa33139bebdc293c2e7bc41a9902289d89380b9b56975a0826172324e9a54f8f5e03 SHA512 (v2.0.0-rc4.tar.gz) = efb65a6522d3779ef09d6a8ec5212bc2e724bc20110315b70f3b3fea96641997319d3828dc819aec01f7804e4dcc805640d9ee81f35641e12c087d6215392bc6 +SHA512 (v2.0.0-rc5.tar.gz) = 145ca6fbe3ca92cf614a1d1c3d9fa490d66f08348e0335173845569c5a697e3598c5c5f40a3d7f33583e8e19c636731b05d1e08f8b5a4936ed09033c7e358e8c From fce0caee755d14ba481554c2bee1d94cee5c5808 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Wed, 10 Jun 2020 13:44:36 -0500 Subject: [PATCH 0324/1467] rc5 Signed-off-by: Brent Baude --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 0947a0d..6b66835 100644 --- a/podman.spec +++ b/podman.spec @@ -56,7 +56,7 @@ Epoch: 2 Epoch: 0 %endif Version: 2.0.0 -Release: rc4%{?dist} +Release: rc5%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ From 797da2202a0179787b6c14abe6b2874be8b17ffa Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 10 Jun 2020 13:35:23 -0600 Subject: [PATCH 0325/1467] tests subpackage: now Requires: nmap-ncat ...because of new networking test Signed-off-by: Ed Santiago --- podman.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/podman.spec b/podman.spec index 6b66835..ed88d0f 100644 --- a/podman.spec +++ b/podman.spec @@ -406,6 +406,7 @@ Requires: %{name} = %{epoch}:%{version}-%{release} Requires: bats Requires: jq Requires: skopeo +Requires: nmap-ncat %description tests %{summary} From ba8f6388198fc8302b400adf034e6c3c56d23642 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 11 Jun 2020 09:09:47 +0000 Subject: [PATCH 0326/1467] 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 0327/1467] 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 0328/1467] 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 0329/1467] 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 0330/1467] 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 0331/1467] 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 0332/1467] 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 0333/1467] 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 0334/1467] 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 2c88e2135e14ac4993178bae0f87fe8dd8e6f2ea Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 15 Jun 2020 08:39:27 -0400 Subject: [PATCH 0335/1467] add release tag guidelines comment Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/podman.spec b/podman.spec index ed88d0f..f98ac28 100644 --- a/podman.spec +++ b/podman.spec @@ -56,6 +56,8 @@ 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 Release: rc5%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 From a262792a7d9cf524ff92e9e45344d872a6eec342 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 15 Jun 2020 08:39:27 -0400 Subject: [PATCH 0336/1467] 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 0337/1467] 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 d04f8f327a68b483123af954a88ec91552bc6ac3 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 15 Jun 2020 08:42:49 -0400 Subject: [PATCH 0338/1467] 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 f98ac28..95b5837 100644 --- a/podman.spec +++ b/podman.spec @@ -653,6 +653,7 @@ exit 0 %doc dnsname-%{commit_plugins}/{README.md,README_PODMAN.md} %{_libexecdir}/cni/dnsname +# rhcontainerbot account currently managed by lsm5 %changelog * Wed Jun 10 2020 Brent Baude - 2:2.0.0-rc5 - rc5 From bbce4f954cc79f57342427a62cfca201d1da0a09 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 15 Jun 2020 13:10:37 +0000 Subject: [PATCH 0339/1467] 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 0f8ff50367905488676ab9c835b132b591720567 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 15 Jun 2020 10:02:17 -0400 Subject: [PATCH 0340/1467] podman-2:2.0.0-0.1.rc5 - correct release tag format Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 95b5837..0c3c918 100644 --- a/podman.spec +++ b/podman.spec @@ -58,7 +58,7 @@ Epoch: 0 Version: 2.0.0 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased -Release: rc5%{?dist} +Release: 0.1.rc5%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -655,6 +655,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jun 15 2020 Lokesh Mandvekar - 2:2.0.0-0.1.rc5 +- correct release tag format + * Wed Jun 10 2020 Brent Baude - 2:2.0.0-rc5 - rc5 From f076361cbb08e84d1be479958fc22a3667e0cdd7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 15 Jun 2020 14:09:42 +0000 Subject: [PATCH 0341/1467] 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 0342/1467] 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 0343/1467] 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 0344/1467] 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 df4018959fabfa728768c8432f32caa6d7b40c6c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 15 Jun 2020 13:57:27 -0400 Subject: [PATCH 0345/1467] podman-2:2.0.0-0.2.rc6 - built v2.0.0-rc6 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 35 +++++++++++++++++++++++------------ sources | 4 +--- 3 files changed, 25 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 05d2ed9..3f7bad3 100644 --- a/.gitignore +++ b/.gitignore @@ -804,3 +804,4 @@ /v1.9.3.tar.gz /v2.0.0-rc4.tar.gz /v2.0.0-rc5.tar.gz +/v2.0.0-rc6.tar.gz diff --git a/podman.spec b/podman.spec index 0c3c918..68a7926 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,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 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz @@ -58,7 +58,7 @@ Epoch: 0 Version: 2.0.0 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased -Release: 0.1.rc5%{?dist} +Release: 0.2.rc6%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -484,22 +484,25 @@ export BUILDTAGS+=" remoteclient" %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} %endif +%{__make} docs + %install -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 \ +install -dp %{buildroot}%{_userunitdir} +install -dp %{buildroot}%{_tmpfilesdir} +PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} \ + ETCDIR=%{buildroot}%{_sysconfdir} BUILDTAGS="varlink" \ + install.bin-nobuild \ %if 0%{?fedora} || 0%{?centos} >= 8 - install.remote \ + install.remote-nobuild \ %endif - install.man \ - install.cni \ - install.systemd \ - install.completions \ - install.docker + install.man-nobuild \ + install.cni \ + install.systemd \ + install.completions \ + install.docker mv pkg/hooks/README.md pkg/hooks/README-hooks.md @@ -614,6 +617,11 @@ exit 0 %{_unitdir}/%{name}.socket %{_userunitdir}/%{name}.service %{_userunitdir}/%{name}.socket +%{_unitdir}/io.%{name}.service +%{_unitdir}/io.%{name}.socket +%{_userunitdir}/io.%{name}.service +%{_userunitdir}/io.%{name}.socket +%{_tmpfilesdir}/%{name}.conf %files docker %{_bindir}/docker @@ -655,6 +663,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jun 15 2020 Lokesh Mandvekar - 2:2.0.0-0.2.rc6 +- built v2.0.0-rc6 + * Mon Jun 15 2020 Lokesh Mandvekar - 2:2.0.0-0.1.rc5 - correct release tag format diff --git a/sources b/sources index f2a478b..1a16892 100644 --- a/sources +++ b/sources @@ -1,4 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v1.9.3.tar.gz) = d85cdf49b740f47a341b7717a4bc22ff326d22234e224bd572a3d879b75eaa33139bebdc293c2e7bc41a9902289d89380b9b56975a0826172324e9a54f8f5e03 -SHA512 (v2.0.0-rc4.tar.gz) = efb65a6522d3779ef09d6a8ec5212bc2e724bc20110315b70f3b3fea96641997319d3828dc819aec01f7804e4dcc805640d9ee81f35641e12c087d6215392bc6 -SHA512 (v2.0.0-rc5.tar.gz) = 145ca6fbe3ca92cf614a1d1c3d9fa490d66f08348e0335173845569c5a697e3598c5c5f40a3d7f33583e8e19c636731b05d1e08f8b5a4936ed09033c7e358e8c +SHA512 (v2.0.0-rc6.tar.gz) = a21b0d5321ad4bf5dc5274f1f544d1c7da594296694fc814bbd3d956d41f0bb09310ce65212a33163ad330983057b36697e834deb78196f804e0c3a6c00b711c From 4beb3f19703a884de9eb52b679ec106809a9ca71 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 15 Jun 2020 18:09:44 +0000 Subject: [PATCH 0346/1467] 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 0347/1467] 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 0348/1467] 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 0349/1467] 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 0350/1467] 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 0351/1467] 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 0352/1467] 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 0353/1467] 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 0354/1467] 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 0355/1467] 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 0356/1467] 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 0357/1467] 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 0358/1467] 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 0359/1467] 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 0360/1467] 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 0361/1467] 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 7dbb38a6812e200d2005738196d7dba90e8db16c Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Wed, 17 Jun 2020 16:26:41 -0500 Subject: [PATCH 0362/1467] rc7 Signed-off-by: Brent Baude --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3f7bad3..268726b 100644 --- a/.gitignore +++ b/.gitignore @@ -805,3 +805,4 @@ /v2.0.0-rc4.tar.gz /v2.0.0-rc5.tar.gz /v2.0.0-rc6.tar.gz +/v2.0.0-rc7.tar.gz diff --git a/podman.spec b/podman.spec index 68a7926..403fcca 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,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 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz @@ -58,7 +58,7 @@ Epoch: 0 Version: 2.0.0 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased -Release: 0.2.rc6%{?dist} +Release: 0.3.rc7%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -663,6 +663,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Jun 17 2020 Brent Baude - 2:2.0.0-0.3.rc7 +- built v2.0.0-rc7 + * Mon Jun 15 2020 Lokesh Mandvekar - 2:2.0.0-0.2.rc6 - built v2.0.0-rc6 diff --git a/sources b/sources index 1a16892..b249174 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc SHA512 (v2.0.0-rc6.tar.gz) = a21b0d5321ad4bf5dc5274f1f544d1c7da594296694fc814bbd3d956d41f0bb09310ce65212a33163ad330983057b36697e834deb78196f804e0c3a6c00b711c +SHA512 (v2.0.0-rc7.tar.gz) = ec52d8473ff4bdcf044e10f7627bdd7c879ea966e2968ad8a988b9d731b900852394102e8e2841bef504114ec4d9971f4ecf7246cece4303ad89eb38122e9090 From b863566532dec454c230b0f658b13e1f60c02c7a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 17 Jun 2020 22:09:25 +0000 Subject: [PATCH 0363/1467] 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 0364/1467] 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 0365/1467] 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 0366/1467] 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 0367/1467] 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 0368/1467] 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 0369/1467] 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 0370/1467] 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 0371/1467] 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 0372/1467] 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 0373/1467] 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 467d74db000ec5889509a7af1b1bee0fb0afd752 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sat, 20 Jun 2020 10:47:48 -0400 Subject: [PATCH 0374/1467] podman-2:2.0.0-1 - bump to v2.0.0 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 8 +++++--- sources | 4 +--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 268726b..b1aa247 100644 --- a/.gitignore +++ b/.gitignore @@ -806,3 +806,4 @@ /v2.0.0-rc5.tar.gz /v2.0.0-rc6.tar.gz /v2.0.0-rc7.tar.gz +/v2.0.0.tar.gz diff --git a/podman.spec b/podman.spec index 403fcca..adc589b 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,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 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz @@ -58,7 +58,7 @@ Epoch: 0 Version: 2.0.0 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased -Release: 0.3.rc7%{?dist} +Release: 1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -647,7 +647,6 @@ exit 0 %license LICENSE %{_bindir}/%{name}-remote %{_mandir}/man1/%{name}-remote*.1* -%{_mandir}/man5/%{name}-remote*.5* %endif %files tests @@ -663,6 +662,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jun 19 2020 Lokesh Mandvekar - 2:2.0.0-1 +- bump to v2.0.0 + * Wed Jun 17 2020 Brent Baude - 2:2.0.0-0.3.rc7 - built v2.0.0-rc7 diff --git a/sources b/sources index b249174..229788d 100644 --- a/sources +++ b/sources @@ -1,3 +1 @@ -SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v2.0.0-rc6.tar.gz) = a21b0d5321ad4bf5dc5274f1f544d1c7da594296694fc814bbd3d956d41f0bb09310ce65212a33163ad330983057b36697e834deb78196f804e0c3a6c00b711c -SHA512 (v2.0.0-rc7.tar.gz) = ec52d8473ff4bdcf044e10f7627bdd7c879ea966e2968ad8a988b9d731b900852394102e8e2841bef504114ec4d9971f4ecf7246cece4303ad89eb38122e9090 +SHA512 (v2.0.0.tar.gz) = 29f7e365dbd4ab6d20ee3e85939804f74dcfe95f65a6d030d1c10a36512c29d3934907cbb014047d659fd96ed3a2946570ef7922cd77cc729370ac099b4b58a2 From c29e05666343c64e46ec3a04dc31a2b11a38fb7a Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sat, 20 Jun 2020 10:50:26 -0400 Subject: [PATCH 0375/1467] include all tarballs Signed-off-by: Lokesh Mandvekar --- sources | 1 + 1 file changed, 1 insertion(+) diff --git a/sources b/sources index 229788d..069e200 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ +SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc SHA512 (v2.0.0.tar.gz) = 29f7e365dbd4ab6d20ee3e85939804f74dcfe95f65a6d030d1c10a36512c29d3934907cbb014047d659fd96ed3a2946570ef7922cd77cc729370ac099b4b58a2 From 902e1063ef5146a1258eab9ff970ca2596079d25 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sat, 20 Jun 2020 11:19:20 -0400 Subject: [PATCH 0376/1467] podman-2:2.0.0-2 - depend on conmon-2:2.0.18-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 adc589b..0193b58 100644 --- a/podman.spec +++ b/podman.spec @@ -58,7 +58,7 @@ Epoch: 0 Version: 2.0.0 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -86,7 +86,7 @@ Requires: containers-common Requires: containernetworking-plugins >= 0.8.6-1 Requires: iptables Requires: nftables -Requires: conmon >= 2:2.0.16-3 +Requires: conmon >= 2:2.0.18-1 Requires: %{name}-plugins = %{epoch}:%{version}-%{release} Obsoletes: oci-systemd-hook <= 0.2.0-3 %if 0%{?fedora} @@ -662,6 +662,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sat Jun 20 2020 Lokesh Mandvekar - 2:2.0.0-2 +- depend on conmon-2:2.0.18-1 + * Fri Jun 19 2020 Lokesh Mandvekar - 2:2.0.0-1 - bump to v2.0.0 From 9d5f4613b52beb595daf0930b068f98f45886bd8 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 20 Jun 2020 18:09:17 +0000 Subject: [PATCH 0377/1467] 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 0378/1467] 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 0379/1467] 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 0380/1467] 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 2b5c4b088e8ad8c9ae0d67eb2539f1e5fe310cbe Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 22 Jun 2020 14:24:53 +0000 Subject: [PATCH 0381/1467] podman-2:2.0.0-3 - autobuilt v2.0.0-rc7 Signed-off-by: RH Container Bot --- podman.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/podman.spec b/podman.spec index 0193b58..582bee7 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,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 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz @@ -58,7 +58,7 @@ Epoch: 0 Version: 2.0.0 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased -Release: 2%{?dist} +Release: 3%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -662,6 +662,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jun 22 2020 RH Container Bot - 2:2.0.0-3 +- autobuilt v2.0.0-rc7 + * Sat Jun 20 2020 Lokesh Mandvekar - 2:2.0.0-2 - depend on conmon-2:2.0.18-1 diff --git a/sources b/sources index 069e200..e3a9122 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v2.0.0.tar.gz) = 29f7e365dbd4ab6d20ee3e85939804f74dcfe95f65a6d030d1c10a36512c29d3934907cbb014047d659fd96ed3a2946570ef7922cd77cc729370ac099b4b58a2 +SHA512 (v2.0.0-rc7.tar.gz) = ec52d8473ff4bdcf044e10f7627bdd7c879ea966e2968ad8a988b9d731b900852394102e8e2841bef504114ec4d9971f4ecf7246cece4303ad89eb38122e9090 From bd5a9139ed15c923d6ba7491665d5b407db63587 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 22 Jun 2020 11:08:53 -0400 Subject: [PATCH 0382/1467] Revert "podman-2:2.0.0-3" This reverts commit 2b5c4b088e8ad8c9ae0d67eb2539f1e5fe310cbe. Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 ++----- sources | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/podman.spec b/podman.spec index 582bee7..0193b58 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,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 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz @@ -58,7 +58,7 @@ Epoch: 0 Version: 2.0.0 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased -Release: 3%{?dist} +Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -662,9 +662,6 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog -* Mon Jun 22 2020 RH Container Bot - 2:2.0.0-3 -- autobuilt v2.0.0-rc7 - * Sat Jun 20 2020 Lokesh Mandvekar - 2:2.0.0-2 - depend on conmon-2:2.0.18-1 diff --git a/sources b/sources index e3a9122..069e200 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v2.0.0-rc7.tar.gz) = ec52d8473ff4bdcf044e10f7627bdd7c879ea966e2968ad8a988b9d731b900852394102e8e2841bef504114ec4d9971f4ecf7246cece4303ad89eb38122e9090 +SHA512 (v2.0.0.tar.gz) = 29f7e365dbd4ab6d20ee3e85939804f74dcfe95f65a6d030d1c10a36512c29d3934907cbb014047d659fd96ed3a2946570ef7922cd77cc729370ac099b4b58a2 From bdc1b22e34b2728bf2840cfd230600d24818a0cd Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 22 Jun 2020 15:09:37 +0000 Subject: [PATCH 0383/1467] 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 0384/1467] 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 0385/1467] 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 0386/1467] 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 0387/1467] 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 0388/1467] 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 0389/1467] 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 0390/1467] 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 0391/1467] 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 0392/1467] 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 0393/1467] 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 0394/1467] 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 0395/1467] 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 4f24105e5c771ac80f2d84f10d470ef99b66354f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 23 Jun 2020 17:31:45 -0400 Subject: [PATCH 0396/1467] add comments to allow building random commits Signed-off-by: Lokesh Mandvekar --- podman.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/podman.spec b/podman.spec index 0193b58..8f9c57d 100644 --- a/podman.spec +++ b/podman.spec @@ -63,6 +63,10 @@ Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ Source0: %{download_url} +# To build a random user's fork/commit, comment out above line, +# uncomment below Source0, and replace the placeholders with the right info +# Also, adjust %%prep section as necessary. +#Source0: https://github.com/$GITHUB_USER/$GITHUB_USER_REPO/archive/$BRANCH.tar.gz Source1: https://github.com/containers/dnsname/archive/f5af33dedcfc5e707e5560baa4a72f8d96a968fe/dnsname-f5af33d.tar.gz Provides: %{name}-manpages = %{epoch}:%{version}-%{release} Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release} @@ -443,6 +447,10 @@ file. Each CNI network will have its own dnsmasq instance. %prep %autosetup -Sgit -n %{repo}-%{built_tag_strip} +# If you have replaced Source0 for building a random commit, uncomment +# comment out the autosetup line above and uncomment below autosetup line +# Use appropriate value for $BRANCH as in Source0 +#%%autosetup -Sgit -n %{repo}-$BRANCH # untar dnsname tar zxf %{SOURCE1} From d903524ef01e7fb3f2baf82c37e91a5ca1004359 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 23 Jun 2020 17:32:27 -0400 Subject: [PATCH 0397/1467] no macros in comments Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 8f9c57d..19db26d 100644 --- a/podman.spec +++ b/podman.spec @@ -450,7 +450,7 @@ file. Each CNI network will have its own dnsmasq instance. # If you have replaced Source0 for building a random commit, uncomment # comment out the autosetup line above and uncomment below autosetup line # Use appropriate value for $BRANCH as in Source0 -#%%autosetup -Sgit -n %{repo}-$BRANCH +#%%autosetup -Sgit -n %%{repo}-$BRANCH # untar dnsname tar zxf %{SOURCE1} From d473856d4f19303bafe68aec590f24693d68a123 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 23 Jun 2020 23:08:50 +0000 Subject: [PATCH 0398/1467] 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 0399/1467] 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 0400/1467] 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 0401/1467] 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 0402/1467] 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 0403/1467] 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 0404/1467] 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 0405/1467] 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 0406/1467] 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 0407/1467] 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 0408/1467] 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 0409/1467] 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 0410/1467] 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 0411/1467] 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 0412/1467] 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 742c7824b70c754e491eb4e26cc3016aa530390a Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 26 Jun 2020 09:51:00 -0400 Subject: [PATCH 0413/1467] podman-2:2.0.1-1 - bump to v2.0.1 Signed-off-by: Lokesh Mandvekar --- .gitignore | 2 ++ podman.spec | 19 ++++++------------- sources | 2 +- 3 files changed, 9 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index b1aa247..fe477d0 100644 --- a/.gitignore +++ b/.gitignore @@ -807,3 +807,5 @@ /v2.0.0-rc6.tar.gz /v2.0.0-rc7.tar.gz /v2.0.0.tar.gz +/libpod-6bc5dcc.tar.gz +/v2.0.1.tar.gz diff --git a/podman.spec b/podman.spec index 19db26d..a6e6a49 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,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 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz @@ -55,10 +55,10 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 2.0.0 +Version: 2.0.1 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased -Release: 2%{?dist} +Release: 1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -497,9 +497,6 @@ export BUILDTAGS+=" remoteclient" %install rm -rf docs/containers-mounts.conf.5.md -install -dp %{buildroot}%{_unitdir} -install -dp %{buildroot}%{_userunitdir} -install -dp %{buildroot}%{_tmpfilesdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} \ ETCDIR=%{buildroot}%{_sysconfdir} BUILDTAGS="varlink" \ install.bin-nobuild \ @@ -567,13 +564,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 @@ -670,6 +660,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jun 26 2020 Lokesh Mandvekar - 2:2.0.1-1 +- bump to v2.0.1 + * Sat Jun 20 2020 Lokesh Mandvekar - 2:2.0.0-2 - depend on conmon-2:2.0.18-1 diff --git a/sources b/sources index 069e200..7bb6822 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v2.0.0.tar.gz) = 29f7e365dbd4ab6d20ee3e85939804f74dcfe95f65a6d030d1c10a36512c29d3934907cbb014047d659fd96ed3a2946570ef7922cd77cc729370ac099b4b58a2 +SHA512 (v2.0.1.tar.gz) = e52d3eef3d698360a0196dca6338c319511b6685c0237bd4d24a3763eb5e46262946d7609d1f36798dec6eb63d4511efdc8b77fa22c06bd55b666505f4fe6730 From d073fb1cf126276177780bc77f87dea92c8e2162 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 26 Jun 2020 14:09:31 +0000 Subject: [PATCH 0414/1467] 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 0415/1467] 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 0416/1467] 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 0417/1467] 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 0418/1467] 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 0419/1467] 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 0420/1467] 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 0421/1467] 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 0422/1467] 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 0423/1467] 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 0424/1467] 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 0425/1467] 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 0426/1467] 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 0427/1467] 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 0428/1467] 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 0429/1467] 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 0430/1467] 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 0431/1467] 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 0432/1467] 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 0433/1467] 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 0434/1467] 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 0435/1467] 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 0436/1467] 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 0437/1467] 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 0438/1467] 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 0439/1467] 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 0440/1467] 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 0441/1467] 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 0442/1467] 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 2aa8321d39f8e71fb0ad87ab352c4e3084b2ffeb Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 7 Jul 2020 14:54:48 -0400 Subject: [PATCH 0443/1467] remove varlink for centos Signed-off-by: Lokesh Mandvekar --- podman.spec | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/podman.spec b/podman.spec index a6e6a49..cc39a6a 100644 --- a/podman.spec +++ b/podman.spec @@ -98,11 +98,11 @@ BuildRequires: btrfs-progs-devel BuildRequires: ostree-devel Recommends: fuse-overlayfs >= 0.3-8 Requires: crun >= 0.13-2 +Recommends: libvarlink-util %endif %if 0%{?fedora} || 0%{?centos} >= 8 Recommends: catatonit Recommends: container-selinux -Recommends: libvarlink-util Recommends: runc Recommends: slirp4netns >= 0.3.0-2 %else @@ -477,18 +477,24 @@ mkdir -p src/%{provider}.%{provider_tld}/%{project} ln -s ../../../../ src/%{import_path} popd ln -s vendor src + +%if 0%{?fedora} && ! 0%{?centos} %gogenerate ./pkg/varlink/... +%endif # 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 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%{?fedora} && ! 0%{?centos} +export BUILDTAGS+=" varlink" +%endif %if 0%{?centos} -export BUILDTAGS+="exclude_graphdriver_btrfs containers_image_ostree_stub" +export BUILDTAGS+=" exclude_graphdriver_btrfs containers_image_ostree_stub" %endif %gobuild -o bin/%{name} %{import_path}/cmd/%{name} %if 0%{?fedora} || 0%{?centos} >= 8 # build %%{name}-remote -export BUILDTAGS+=" remoteclient" +export BUILDTAGS+=" remote" %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} %endif @@ -498,7 +504,10 @@ export BUILDTAGS+=" remoteclient" rm -rf docs/containers-mounts.conf.5.md PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} \ - ETCDIR=%{buildroot}%{_sysconfdir} BUILDTAGS="varlink" \ + ETCDIR=%{buildroot}%{_sysconfdir} \ +%if 0%{?fedora} && ! 0%{?centos} + BUILDTAGS="varlink" \ +%endif install.bin-nobuild \ %if 0%{?fedora} || 0%{?centos} >= 8 install.remote-nobuild \ @@ -615,11 +624,13 @@ exit 0 %{_unitdir}/%{name}.socket %{_userunitdir}/%{name}.service %{_userunitdir}/%{name}.socket +%if 0%{?fedora} && ! 0%{?centos} %{_unitdir}/io.%{name}.service %{_unitdir}/io.%{name}.socket %{_userunitdir}/io.%{name}.service %{_userunitdir}/io.%{name}.socket %{_tmpfilesdir}/%{name}.conf +%endif %files docker %{_bindir}/docker From a3af169e0098a9f7fa1a04e10a1585b8cb945edf Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 7 Jul 2020 19:13:10 +0000 Subject: [PATCH 0444/1467] podman-2:2.0.2-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fe477d0..5ae6b08 100644 --- a/.gitignore +++ b/.gitignore @@ -809,3 +809,4 @@ /v2.0.0.tar.gz /libpod-6bc5dcc.tar.gz /v2.0.1.tar.gz +/v2.0.2.tar.gz diff --git a/podman.spec b/podman.spec index cc39a6a..6394e80 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,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 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz @@ -55,7 +55,7 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 2.0.1 +Version: 2.0.2 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased Release: 1%{?dist} @@ -671,6 +671,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Jul 07 2020 RH Container Bot - 2:2.0.2-1 +- autobuilt v2.0.2 + * Fri Jun 26 2020 Lokesh Mandvekar - 2:2.0.1-1 - bump to v2.0.1 diff --git a/sources b/sources index 7bb6822..ff181c8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v2.0.1.tar.gz) = e52d3eef3d698360a0196dca6338c319511b6685c0237bd4d24a3763eb5e46262946d7609d1f36798dec6eb63d4511efdc8b77fa22c06bd55b666505f4fe6730 +SHA512 (v2.0.2.tar.gz) = 2446a6e603da1dd43683515e6f70849bc3a3a9a4c072ca262e22d90c378aa67a03b10bc7a22035f100d9f1fe5c519e83e87749ed95fb84c4e74da542e25e08f7 From 86c84863a1f93f9e4770e7103487bbe14b439b8f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 8 Jul 2020 14:08:53 -0400 Subject: [PATCH 0445/1467] upstream name changed, but %{import_path} still the same Signed-off-by: Lokesh Mandvekar --- podman.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/podman.spec b/podman.spec index 6394e80..857d204 100644 --- a/podman.spec +++ b/podman.spec @@ -34,7 +34,7 @@ %define repo libpod # https://github.com/containers/libpod %define import_path %{provider}.%{provider_tld}/%{project}/%{repo} -%define git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} +%define git0 https://%{import_path} %define repo_plugins dnsname # https://github.com/containers/libpod @@ -47,7 +47,7 @@ # to decide whether to autobuild (non-rawhide only) %define built_tag v2.0.2 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) -%define download_url https://github.com/containers/libpod/archive/%{built_tag}.tar.gz +%define download_url %{git0}/archive/%{built_tag}.tar.gz Name: podman %if 0%{?fedora} @@ -227,7 +227,7 @@ 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 +%{name} is a simple management tool for pods, containers and images %package docker Summary: Emulate Docker CLI using %{name} @@ -398,7 +398,7 @@ Requires: golang(github.com/urfave/cli) %description unit-test-devel %{summary} -%{repo} provides a library for applications looking to use the +%{name} provides a library for applications looking to use the Container Pod concept popularized by Kubernetes. This package contains unit tests for project @@ -446,11 +446,11 @@ 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}-%{built_tag_strip} +%autosetup -Sgit -n %{name}-%{built_tag_strip} # If you have replaced Source0 for building a random commit, uncomment # comment out the autosetup line above and uncomment below autosetup line # Use appropriate value for $BRANCH as in Source0 -#%%autosetup -Sgit -n %%{repo}-$BRANCH +#%%autosetup -Sgit -n %%{name}-$BRANCH # untar dnsname tar zxf %{SOURCE1} From f36faa18d4790219f62ba7dacaf865a9c3e64f81 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 8 Jul 2020 19:09:38 +0000 Subject: [PATCH 0446/1467] 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 0447/1467] 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 0448/1467] 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 0449/1467] 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 0450/1467] 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 0451/1467] 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 0452/1467] 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 0453/1467] 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 df99a0e1a1ae9f4d9baa4d22f57a8002bce655e8 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sun, 12 Jul 2020 11:13:43 -0400 Subject: [PATCH 0454/1467] re-enable varlink for podman Signed-off-by: Lokesh Mandvekar --- podman.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/podman.spec b/podman.spec index 857d204..01e7a6f 100644 --- a/podman.spec +++ b/podman.spec @@ -58,7 +58,7 @@ Epoch: 0 Version: 2.0.2 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -98,13 +98,13 @@ BuildRequires: btrfs-progs-devel BuildRequires: ostree-devel Recommends: fuse-overlayfs >= 0.3-8 Requires: crun >= 0.13-2 -Recommends: libvarlink-util %endif %if 0%{?fedora} || 0%{?centos} >= 8 Recommends: catatonit Recommends: container-selinux Recommends: runc Recommends: slirp4netns >= 0.3.0-2 +Recommends: libvarlink-util %else Requires: catatonit Requires: container-selinux @@ -478,13 +478,13 @@ ln -s ../../../../ src/%{import_path} popd ln -s vendor src -%if 0%{?fedora} && ! 0%{?centos} +%if %{with varlink} %gogenerate ./pkg/varlink/... %endif # build %%{name} 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)" -%if 0%{?fedora} && ! 0%{?centos} +%if %{with varlink} export BUILDTAGS+=" varlink" %endif %if 0%{?centos} @@ -505,7 +505,7 @@ rm -rf docs/containers-mounts.conf.5.md PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} \ ETCDIR=%{buildroot}%{_sysconfdir} \ -%if 0%{?fedora} && ! 0%{?centos} +%if %{with varlink} BUILDTAGS="varlink" \ %endif install.bin-nobuild \ @@ -624,7 +624,7 @@ exit 0 %{_unitdir}/%{name}.socket %{_userunitdir}/%{name}.service %{_userunitdir}/%{name}.socket -%if 0%{?fedora} && ! 0%{?centos} +%if %{with varlink} %{_unitdir}/io.%{name}.service %{_unitdir}/io.%{name}.socket %{_userunitdir}/io.%{name}.service @@ -671,6 +671,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Jul 12 2020 Lokesh Mandvekar - 2:2.0.2-2 +- re-enable varlink for centos8 + * Tue Jul 07 2020 RH Container Bot - 2:2.0.2-1 - autobuilt v2.0.2 From 2aa4353e9c7f5c629498134b3440c1f1b7db18d9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 13 Jul 2020 12:09:50 +0000 Subject: [PATCH 0455/1467] 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 0456/1467] 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 0457/1467] 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 0458/1467] 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 0459/1467] 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 0460/1467] 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 0461/1467] 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 0462/1467] 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 0463/1467] 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 0464/1467] 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 0465/1467] 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 0466/1467] 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 0467/1467] 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 0468/1467] 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 0469/1467] 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 0470/1467] 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 0471/1467] 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 0472/1467] 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 0473/1467] 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 0474/1467] 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 0475/1467] 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 0476/1467] 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 0477/1467] 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 0478/1467] 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 0479/1467] 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 0480/1467] 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 0481/1467] 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 0482/1467] 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 0483/1467] 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 0484/1467] 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 0485/1467] 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 0486/1467] 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 0487/1467] 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 0488/1467] 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 0489/1467] 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 0490/1467] 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 0491/1467] 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 0492/1467] 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 0493/1467] 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 0494/1467] 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 0495/1467] 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 c14694998ab19e8508c06b5fd8657f7fbbdf6a2b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 23 Jul 2020 17:49:45 +0000 Subject: [PATCH 0496/1467] podman-2:2.0.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 5ae6b08..eb1dd6c 100644 --- a/.gitignore +++ b/.gitignore @@ -810,3 +810,4 @@ /libpod-6bc5dcc.tar.gz /v2.0.1.tar.gz /v2.0.2.tar.gz +/v2.0.3.tar.gz diff --git a/podman.spec b/podman.spec index 01e7a6f..bf09c37 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,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 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz @@ -55,10 +55,10 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 2.0.2 +Version: 2.0.3 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased -Release: 2%{?dist} +Release: 1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -671,6 +671,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Jul 23 17:49:29 GMT 2020 RH Container Bot - 2:2.0.3-1 +- autobuilt v2.0.3 + * Sun Jul 12 2020 Lokesh Mandvekar - 2:2.0.2-2 - re-enable varlink for centos8 diff --git a/sources b/sources index ff181c8..33f7e24 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v2.0.2.tar.gz) = 2446a6e603da1dd43683515e6f70849bc3a3a9a4c072ca262e22d90c378aa67a03b10bc7a22035f100d9f1fe5c519e83e87749ed95fb84c4e74da542e25e08f7 +SHA512 (v2.0.3.tar.gz) = ee6d4f4735196fc07e03e9c1e99aa62650d9651bd5f24657398d42b3f2ebf59240a49fecfbf71a3d90636ea44c243cc4f7504c43d8f48e76ee504b3d10762240 From 657020c766fa281c99b684ef7030cfb8cd11c63f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 23 Jul 2020 18:10:13 +0000 Subject: [PATCH 0497/1467] 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 0498/1467] 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 0499/1467] 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 0500/1467] 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 0501/1467] 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 0502/1467] 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 0503/1467] 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 0504/1467] 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 0505/1467] 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 0506/1467] 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 0507/1467] 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 0508/1467] 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 0509/1467] 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 0510/1467] 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 0511/1467] 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 0512/1467] 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 0513/1467] 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 0514/1467] 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 0515/1467] 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 0516/1467] 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 0517/1467] 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 0518/1467] 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 f8738b5dc40a53373af4c4ac96fe615db58e60f1 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 29 Jul 2020 13:40:08 -0400 Subject: [PATCH 0519/1467] remove tz info from changelog for centos Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index bf09c37..282afb2 100644 --- a/podman.spec +++ b/podman.spec @@ -671,7 +671,7 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog -* Thu Jul 23 17:49:29 GMT 2020 RH Container Bot - 2:2.0.3-1 +* Thu Jul 23 RH Container Bot - 2:2.0.3-1 - autobuilt v2.0.3 * Sun Jul 12 2020 Lokesh Mandvekar - 2:2.0.2-2 From 61204036c93ba39f6f3ffde6c9e0163ef65d6063 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 29 Jul 2020 13:49:05 -0400 Subject: [PATCH 0520/1467] correct changelog Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 282afb2..2edb5cc 100644 --- a/podman.spec +++ b/podman.spec @@ -671,7 +671,7 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog -* Thu Jul 23 RH Container Bot - 2:2.0.3-1 +* Thu Jul 23 2020 RH Container Bot - 2:2.0.3-1 - autobuilt v2.0.3 * Sun Jul 12 2020 Lokesh Mandvekar - 2:2.0.2-2 From 3847324e3b2b957c7e49f9a523653cd1cdfea5c0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 29 Jul 2020 19:10:25 +0000 Subject: [PATCH 0521/1467] 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 0522/1467] 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 0523/1467] 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 0524/1467] 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 0525/1467] 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 0526/1467] 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 0527/1467] 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 0528/1467] 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 0529/1467] 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 0530/1467] 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 0531/1467] 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 0532/1467] 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 0533/1467] 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 c1521d4c1f6039f90df6d09e72692db196a3095f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 31 Jul 2020 21:10:00 +0000 Subject: [PATCH 0534/1467] podman-2:2.0.4-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index eb1dd6c..fd32f2b 100644 --- a/.gitignore +++ b/.gitignore @@ -811,3 +811,4 @@ /v2.0.1.tar.gz /v2.0.2.tar.gz /v2.0.3.tar.gz +/v2.0.4.tar.gz diff --git a/podman.spec b/podman.spec index 2edb5cc..b5a561e 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,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 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz @@ -55,7 +55,7 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 2.0.3 +Version: 2.0.4 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased Release: 1%{?dist} @@ -671,6 +671,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Jul 31 21:09:48 GMT 2020 RH Container Bot - 2:2.0.4-1 +- autobuilt v2.0.4 + * Thu Jul 23 2020 RH Container Bot - 2:2.0.3-1 - autobuilt v2.0.3 diff --git a/sources b/sources index 33f7e24..8943543 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v2.0.3.tar.gz) = ee6d4f4735196fc07e03e9c1e99aa62650d9651bd5f24657398d42b3f2ebf59240a49fecfbf71a3d90636ea44c243cc4f7504c43d8f48e76ee504b3d10762240 +SHA512 (v2.0.4.tar.gz) = 39313615b4c0befec3a073b7bf4a689208e39cb7bcba81f6d8982e188402c457cbe4835a128274761e55ab1272a780f9747caa07746fe62af7a568eebc96ad6a From 580b3fbcdcea15fe1695a94959584e7db5764c13 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 31 Jul 2020 23:09:58 +0000 Subject: [PATCH 0535/1467] 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 05e86bad1c6bebe0e3565734391dda8635615097 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sat, 1 Aug 2020 08:51:06 -0400 Subject: [PATCH 0536/1467] remove timezone from changelog for centos7 Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index b5a561e..d61916e 100644 --- a/podman.spec +++ b/podman.spec @@ -671,7 +671,7 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog -* Fri Jul 31 21:09:48 GMT 2020 RH Container Bot - 2:2.0.4-1 +* Fri Jul 31 2020 RH Container Bot - 2:2.0.4-1 - autobuilt v2.0.4 * Thu Jul 23 2020 RH Container Bot - 2:2.0.3-1 From f0f45b8ce14da88d7eed479b12f966bd7a411490 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 1 Aug 2020 13:10:56 +0000 Subject: [PATCH 0537/1467] 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 0538/1467] 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 0539/1467] 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 0540/1467] 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 0541/1467] 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 0542/1467] 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 0543/1467] 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 0544/1467] 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 0545/1467] 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 0546/1467] 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 0547/1467] 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 0548/1467] 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 0549/1467] 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 0550/1467] 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 0551/1467] 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 0552/1467] 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 0553/1467] 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 0554/1467] 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 0555/1467] 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 0556/1467] 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 0557/1467] 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 0558/1467] 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 0559/1467] 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 0560/1467] 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 0561/1467] 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 0562/1467] 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 0563/1467] 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 0564/1467] 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 0565/1467] 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 0566/1467] 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 0567/1467] 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 0568/1467] 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 0569/1467] 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 0570/1467] 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 0571/1467] 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 0572/1467] 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 0573/1467] 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 0574/1467] 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 0575/1467] 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 0576/1467] 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 0577/1467] 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 0578/1467] 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 bca3c024d02be3dd33a2c528b16f78327f5c1140 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 12 Aug 2020 17:57:38 -0400 Subject: [PATCH 0579/1467] 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 d61916e..88b7559 100644 --- a/podman.spec +++ b/podman.spec @@ -488,7 +488,7 @@ export BUILDTAGS="systemd seccomp exclude_graphdriver_devicemapper $(hack/btrfs_ export BUILDTAGS+=" varlink" %endif %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 0580/1467] 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 0581/1467] 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 0582/1467] 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 0583/1467] 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 0584/1467] 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 266b62ebac7ed0dbc396c6d4cc12a7469a9bfecd Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 13 Aug 2020 13:59:41 -0400 Subject: [PATCH 0585/1467] use correct 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 88b7559..71f9770 100644 --- a/podman.spec +++ b/podman.spec @@ -494,7 +494,7 @@ export BUILDTAGS+=" containers_image_ostree_stub" %if 0%{?fedora} || 0%{?centos} >= 8 # build %%{name}-remote -export BUILDTAGS+=" remote" +export BUILDTAGS+=" exclude_graphdriver_btrfs btrfs_noversion remote" %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} %endif From 29c30d0b3e67132249bb18e756f41ac08296cdfa Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 13 Aug 2020 20:10:06 +0000 Subject: [PATCH 0586/1467] 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 0587/1467] 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 0588/1467] 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 0589/1467] 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 0590/1467] 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 0591/1467] 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 0592/1467] 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 0593/1467] 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 0594/1467] 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 0595/1467] 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 0596/1467] 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 0597/1467] 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 0598/1467] 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 0599/1467] 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 0600/1467] 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 0601/1467] 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 0602/1467] 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 0603/1467] 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 0604/1467] 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 0605/1467] 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 0606/1467] 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 0607/1467] 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 0608/1467] 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 0609/1467] 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 0610/1467] 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 0611/1467] 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 0612/1467] 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 c0a4062d46708d28d21e88d396645e466baee6a2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 24 Aug 2020 23:12:19 +0000 Subject: [PATCH 0613/1467] podman-2:2.0.5-1 Signed-off-by: RH Container Bot --- .gitignore | 1 + podman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fd32f2b..5b35e80 100644 --- a/.gitignore +++ b/.gitignore @@ -812,3 +812,4 @@ /v2.0.2.tar.gz /v2.0.3.tar.gz /v2.0.4.tar.gz +/v2.0.5.tar.gz diff --git a/podman.spec b/podman.spec index 71f9770..fd57a35 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,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 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz @@ -55,7 +55,7 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 2.0.4 +Version: 2.0.5 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased Release: 1%{?dist} @@ -671,6 +671,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Aug 24 2020 RH Container Bot - 2:2.0.5-1 +- autobuilt v2.0.5 + * Fri Jul 31 2020 RH Container Bot - 2:2.0.4-1 - autobuilt v2.0.4 diff --git a/sources b/sources index 8943543..8390c04 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v2.0.4.tar.gz) = 39313615b4c0befec3a073b7bf4a689208e39cb7bcba81f6d8982e188402c457cbe4835a128274761e55ab1272a780f9747caa07746fe62af7a568eebc96ad6a +SHA512 (v2.0.5.tar.gz) = efe1bdfd1fec61d470c748ac1cfff8ec4a64a47751becac2c35d85e61f1f1d511781f4fafb3463558bd5df347f3ee021c4f9ed00823b6cb5dd8963a2c2bc570b From 9a5b19b371e266730bd92062210803368be300e1 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 19 Aug 2020 06:44:16 -0600 Subject: [PATCH 0614/1467] 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 fd57a35..6380234 100644 --- a/podman.spec +++ b/podman.spec @@ -490,6 +490,10 @@ export BUILDTAGS+=" varlink" %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} %if 0%{?fedora} || 0%{?centos} >= 8 From 152865a64b8a0dc02591a23b0bc49734a25e396c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 25 Aug 2020 08:46:39 -0400 Subject: [PATCH 0615/1467] buildinfo in LDFLAGS Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 6380234..e97c5fb 100644 --- a/podman.spec +++ b/podman.spec @@ -58,7 +58,7 @@ Epoch: 0 Version: 2.0.5 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -675,6 +675,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Aug 25 2020 Lokesh Mandvekar - 2:2.0.5-2 +- buildinfo in LDFLAGS + * Mon Aug 24 2020 RH Container Bot - 2:2.0.5-1 - autobuilt v2.0.5 From 51a97541439bb0991a1beaf285644f8e62f71aa2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 25 Aug 2020 18:11:47 +0000 Subject: [PATCH 0616/1467] 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 0617/1467] 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 0618/1467] 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 0619/1467] 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 0620/1467] 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 0621/1467] 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 0622/1467] 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 0623/1467] 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 0624/1467] 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 0625/1467] 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 707511b6dd8552acee371f5b9c22d1701cabe9f7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 28 Aug 2020 16:31:05 +0000 Subject: [PATCH 0626/1467] podman-2:2.0.5-0.2.rc1 - autobuilt v2.0.6-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 5b35e80..2f5e826 100644 --- a/.gitignore +++ b/.gitignore @@ -813,3 +813,4 @@ /v2.0.3.tar.gz /v2.0.4.tar.gz /v2.0.5.tar.gz +/v2.0.6-rc1.tar.gz diff --git a/podman.spec b/podman.spec index e97c5fb..a15679c 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,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 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz @@ -55,10 +55,10 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 2.0.5 +Version: 2.0.6 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased -Release: 2%{?dist} +Release: 0.2.rc1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -675,6 +675,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Aug 28 2020 RH Container Bot - 2:2.0.5-0.2.rc1 +- autobuilt v2.0.6-rc1 + * Tue Aug 25 2020 Lokesh Mandvekar - 2:2.0.5-2 - buildinfo in LDFLAGS diff --git a/sources b/sources index 8390c04..392c209 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v2.0.5.tar.gz) = efe1bdfd1fec61d470c748ac1cfff8ec4a64a47751becac2c35d85e61f1f1d511781f4fafb3463558bd5df347f3ee021c4f9ed00823b6cb5dd8963a2c2bc570b +SHA512 (v2.0.6-rc1.tar.gz) = 92d79b84718e88f05b5cbb268186f242762e756b1c3e71c5fe2ede45cddfb3b68de105355c45ee65162f64b7f6309e89d27dc69810fade88cbefd9d4adf6a06d From 037f97e3192be7c7acbd6b76fa6caeff18dfbbca Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 28 Aug 2020 12:32:51 -0400 Subject: [PATCH 0627/1467] correct messed up changelog 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 a15679c..193c19c 100644 --- a/podman.spec +++ b/podman.spec @@ -675,7 +675,7 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog -* Fri Aug 28 2020 RH Container Bot - 2:2.0.5-0.2.rc1 +* Fri Aug 28 2020 RH Container Bot - 2:2.0.6-0.2.rc1 - autobuilt v2.0.6-rc1 * Tue Aug 25 2020 Lokesh Mandvekar - 2:2.0.5-2 From 0f9821ac4884ce2068c08009d91923f8fc619f86 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 28 Aug 2020 19:11:08 +0000 Subject: [PATCH 0628/1467] 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 0629/1467] 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 0630/1467] 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 0631/1467] 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 0632/1467] 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 0633/1467] 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 0634/1467] 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 0635/1467] 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 0636/1467] 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 0637/1467] 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 3a603f34d2d9bbd71f1c1d06f40a048111d84ef0 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 1 Sep 2020 15:22:42 -0400 Subject: [PATCH 0638/1467] podman-2:2.0.6-1 - bump to v2.0.6 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 2f5e826..b9bd6c9 100644 --- a/.gitignore +++ b/.gitignore @@ -814,3 +814,4 @@ /v2.0.4.tar.gz /v2.0.5.tar.gz /v2.0.6-rc1.tar.gz +/v2.0.6.tar.gz diff --git a/podman.spec b/podman.spec index 193c19c..3159ecd 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,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 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz @@ -58,7 +58,7 @@ Epoch: 0 Version: 2.0.6 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased -Release: 0.2.rc1%{?dist} +Release: 1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -675,6 +675,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Sep 01 2020 Lokesh Mandvekar - 2:2.0.6-1 +- bump to v2.0.6 + * Fri Aug 28 2020 RH Container Bot - 2:2.0.6-0.2.rc1 - autobuilt v2.0.6-rc1 diff --git a/sources b/sources index 392c209..c6f51a6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v2.0.6-rc1.tar.gz) = 92d79b84718e88f05b5cbb268186f242762e756b1c3e71c5fe2ede45cddfb3b68de105355c45ee65162f64b7f6309e89d27dc69810fade88cbefd9d4adf6a06d +SHA512 (v2.0.6.tar.gz) = b0e4d8211fea920cabd0e5481b3363762afd09eabdcbfa0861ee19950a812af676069aee4085fdbe0207d4ff9f8e85bb955b14309b0de74455e55bd5db92410f From 0a231c8a97f6822d35413b976b08615c9707d94b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 2 Sep 2020 11:11:56 +0000 Subject: [PATCH 0639/1467] 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 0640/1467] 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 0641/1467] 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 0642/1467] 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 0643/1467] 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 0644/1467] 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 0645/1467] 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 0646/1467] 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 0647/1467] 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 0648/1467] 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 0649/1467] 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 0650/1467] 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 0651/1467] 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 0652/1467] 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 0653/1467] 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 0654/1467] 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 0655/1467] 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 0656/1467] 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 0657/1467] 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 0658/1467] 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 0659/1467] 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 0660/1467] 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 0661/1467] 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 0662/1467] 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 0663/1467] 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 0664/1467] 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 0665/1467] 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 0666/1467] 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 0667/1467] 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 0668/1467] 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 0669/1467] 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 0670/1467] 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 0671/1467] 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 0672/1467] 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 a0a0f04347d32222bdbc4ff1a17f018026c66106 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 14 Sep 2020 14:00:48 +0000 Subject: [PATCH 0673/1467] podman-2:2.1.0-0.1.rc1 autobuilt v2.1.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 b9bd6c9..b0cb42f 100644 --- a/.gitignore +++ b/.gitignore @@ -815,3 +815,4 @@ /v2.0.5.tar.gz /v2.0.6-rc1.tar.gz /v2.0.6.tar.gz +/v2.1.0-rc1.tar.gz diff --git a/podman.spec b/podman.spec index 3159ecd..05ef80e 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,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 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz @@ -55,10 +55,10 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 2.0.6 +Version: 2.1.0 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased -Release: 1%{?dist} +Release: 0.1.rc1 Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -675,6 +675,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Sep 14 2020 RH Container Bot - 2:2.1.0-0.1.rc1 +- autobuilt v2.1.0-rc1 + * Tue Sep 01 2020 Lokesh Mandvekar - 2:2.0.6-1 - bump to v2.0.6 diff --git a/sources b/sources index c6f51a6..5384cc3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v2.0.6.tar.gz) = b0e4d8211fea920cabd0e5481b3363762afd09eabdcbfa0861ee19950a812af676069aee4085fdbe0207d4ff9f8e85bb955b14309b0de74455e55bd5db92410f +SHA512 (v2.1.0-rc1.tar.gz) = 17f9d73a63f0d54c0ce80f830c0e2829bb54e1d1f69d3bdac70a0d5be5e20a604ec0f3e3f8978b2b13c2481a301475ff1e529115e94a0c87995af1a74f0d21b4 From 5ca4944c618bce36a9cbb5aa22b3582b67959f29 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 14 Sep 2020 14:41:04 -0400 Subject: [PATCH 0674/1467] podman-2:2.1.0-0.2.rc1 - use correct 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 05ef80e..12e5ada 100644 --- a/podman.spec +++ b/podman.spec @@ -58,7 +58,7 @@ Epoch: 0 Version: 2.1.0 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased -Release: 0.1.rc1 +Release: 0.2.rc1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -675,6 +675,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Sep 14 14:40:56 EDT 2020 Lokesh Mandvekar - 2:2.1.0-0.2.rc1 +- use correct release tag + * Mon Sep 14 2020 RH Container Bot - 2:2.1.0-0.1.rc1 - autobuilt v2.1.0-rc1 From 2304af7d3662e154cf5b86e0067c6044e685cfda Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 14 Sep 2020 16:17:40 -0400 Subject: [PATCH 0675/1467] fix build 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 12e5ada..5fa4337 100644 --- a/podman.spec +++ b/podman.spec @@ -31,7 +31,7 @@ %define provider github %define provider_tld com %define project containers -%define repo libpod +%define repo %{name} # https://github.com/containers/libpod %define import_path %{provider}.%{provider_tld}/%{project}/%{repo} %define git0 https://%{import_path} @@ -488,7 +488,7 @@ export BUILDTAGS="systemd seccomp exclude_graphdriver_devicemapper $(hack/btrfs_ export BUILDTAGS+=" varlink" %endif %if 0%{?centos} -export BUILDTAGS+=" containers_image_ostree_stub" +export BUILDTAGS+=" exclude_graphdriver_btrfs containers_image_ostree_stub" %endif # build date. FIXME: Makefile uses '/v2/libpod', that doesn't work here? @@ -626,8 +626,12 @@ exit 0 %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist %{_unitdir}/%{name}.service %{_unitdir}/%{name}.socket +%{_unitdir}/%{name}-auto-update.service +%{_unitdir}/%{name}-auto-update.timer %{_userunitdir}/%{name}.service %{_userunitdir}/%{name}.socket +%{_userunitdir}/%{name}-auto-update.service +%{_userunitdir}/%{name}-auto-update.timer %if %{with varlink} %{_unitdir}/io.%{name}.service %{_unitdir}/io.%{name}.socket From cf81b0b4b3278b6acc65594655d95d6cc1358286 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 15 Sep 2020 03:12:47 +0000 Subject: [PATCH 0676/1467] 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 0677/1467] 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 0678/1467] 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 0679/1467] 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 0680/1467] 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 0681/1467] 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 0682/1467] 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 0683/1467] 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 0684/1467] 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 0685/1467] 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 0686/1467] 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 927e806e785da0559754c10b13390d71a8b01236 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 16 Sep 2020 13:36:14 -0400 Subject: [PATCH 0687/1467] podman-2:2.1.0-0.3.rc1 - plugins requires dnsmasq Signed-off-by: Lokesh Mandvekar --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 5fa4337..ada6794 100644 --- a/podman.spec +++ b/podman.spec @@ -58,7 +58,7 @@ Epoch: 0 Version: 2.1.0 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased -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/ @@ -436,6 +436,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 @@ -679,6 +680,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 16 13:36:01 EDT 2020 Lokesh Mandvekar - 2:2.1.0-0.3.rc1 +- plugins requires dnsmasq + * Mon Sep 14 14:40:56 EDT 2020 Lokesh Mandvekar - 2:2.1.0-0.2.rc1 - use correct release tag From 997231ff8f38d0d28bb292d97348202bd80aa173 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 16 Sep 2020 21:12:36 +0000 Subject: [PATCH 0688/1467] 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 0689/1467] 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 0690/1467] 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 0691/1467] 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 0692/1467] 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 0693/1467] 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 44a3fb6ec0f6b2d9fa0be51503fb5909509c600d Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 17 Sep 2020 21:12:34 +0000 Subject: [PATCH 0694/1467] podman-2:2.1.0-0.4.rc1 autobuilt v2.1.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 b0cb42f..320bc23 100644 --- a/.gitignore +++ b/.gitignore @@ -816,3 +816,4 @@ /v2.0.6-rc1.tar.gz /v2.0.6.tar.gz /v2.1.0-rc1.tar.gz +/v2.1.0-rc2.tar.gz diff --git a/podman.spec b/podman.spec index ada6794..2f62236 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,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 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz @@ -58,7 +58,7 @@ Epoch: 0 Version: 2.1.0 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased -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/ @@ -680,6 +680,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.4.rc1 +- autobuilt v2.1.0-rc2 + * Wed Sep 16 13:36:01 EDT 2020 Lokesh Mandvekar - 2:2.1.0-0.3.rc1 - plugins requires dnsmasq diff --git a/sources b/sources index 5384cc3..ebbbbfc 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v2.1.0-rc1.tar.gz) = 17f9d73a63f0d54c0ce80f830c0e2829bb54e1d1f69d3bdac70a0d5be5e20a604ec0f3e3f8978b2b13c2481a301475ff1e529115e94a0c87995af1a74f0d21b4 +SHA512 (v2.1.0-rc2.tar.gz) = 9ec5ccfe0f82f19a16fd89cbd5e20311ae90a30d570da0ffa66746e8393da34840d08c9e0ce8c094558736f3e465e64ac6848a2accae56123f0d1079fce7d43b From 386876fb241fe82ec4a4cb5e8fca7fe38772afb6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 17 Sep 2020 21:13:37 +0000 Subject: [PATCH 0695/1467] 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 0696/1467] 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 0697/1467] 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 73b0f7aa936518568e88cbf46f139fe6af87f699 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 18 Sep 2020 08:27:34 -0400 Subject: [PATCH 0698/1467] podman-2:2.1.0-0.5.rc2 - fix release tag Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 2f62236..190d1cb 100644 --- a/podman.spec +++ b/podman.spec @@ -58,7 +58,7 @@ Epoch: 0 Version: 2.1.0 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased -Release: 0.4.rc1%{?dist} +Release: 0.5.rc2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -680,10 +680,13 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Sep 18 2020 Lokesh Mandvekar - 2:2.1.0-0.5.rc2 +- fix release tag + * Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.4.rc1 - autobuilt v2.1.0-rc2 -* Wed Sep 16 13:36:01 EDT 2020 Lokesh Mandvekar - 2:2.1.0-0.3.rc1 +* Wed Sep 16 2020 Lokesh Mandvekar - 2:2.1.0-0.3.rc1 - plugins requires dnsmasq * Mon Sep 14 14:40:56 EDT 2020 Lokesh Mandvekar - 2:2.1.0-0.2.rc1 From fae6e37c749435b73948b551aa6c712133485158 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 18 Sep 2020 13:12:49 +0000 Subject: [PATCH 0699/1467] 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 0700/1467] 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 0701/1467] 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 0702/1467] 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 0703/1467] 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 0704/1467] 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 0705/1467] 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 cb93654a02b3613c0f985043b29e98587d34b384 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 22 Sep 2020 17:53:09 +0000 Subject: [PATCH 0706/1467] podman-2:2.1.0-1 autobuilt v2.1.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 320bc23..37e3de5 100644 --- a/.gitignore +++ b/.gitignore @@ -817,3 +817,4 @@ /v2.0.6.tar.gz /v2.1.0-rc1.tar.gz /v2.1.0-rc2.tar.gz +/v2.1.0.tar.gz diff --git a/podman.spec b/podman.spec index 190d1cb..9100396 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,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 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz @@ -58,7 +58,7 @@ Epoch: 0 Version: 2.1.0 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased -Release: 0.5.rc2%{?dist} +Release: 1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -680,6 +680,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Sep 22 2020 RH Container Bot - 2:2.1.0-1 +- autobuilt v2.1.0 + * Fri Sep 18 2020 Lokesh Mandvekar - 2:2.1.0-0.5.rc2 - fix release tag diff --git a/sources b/sources index ebbbbfc..fd09024 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v2.1.0-rc2.tar.gz) = 9ec5ccfe0f82f19a16fd89cbd5e20311ae90a30d570da0ffa66746e8393da34840d08c9e0ce8c094558736f3e465e64ac6848a2accae56123f0d1079fce7d43b +SHA512 (v2.1.0.tar.gz) = eb9b0cb184138af022e6d8e145fc6c4188c75c0695e0c6e62d54112a6b143424dd0caf9686f83637d08ff1fdbc24afca564c89f8cb4ab68b8f8d07345856398e From 27b5a733406a3699a1ce9ac96749f4fed785a260 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 22 Sep 2020 15:23:56 -0400 Subject: [PATCH 0707/1467] fix build issues with varlink buildtag Upstream PR: https://github.com/containers/podman/pull/7734 Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 9100396..9b4383b 100644 --- a/podman.spec +++ b/podman.spec @@ -67,7 +67,8 @@ Source0: %{download_url} # uncomment below Source0, and replace the placeholders with the right info # Also, adjust %%prep section as necessary. #Source0: https://github.com/$GITHUB_USER/$GITHUB_USER_REPO/archive/$BRANCH.tar.gz -Source1: https://github.com/containers/dnsname/archive/f5af33dedcfc5e707e5560baa4a72f8d96a968fe/dnsname-f5af33d.tar.gz +Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{shortcommit_plugins}.tar.gz +Patch0: 0001-fix-build-with-varlink.patch 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. @@ -97,7 +98,7 @@ Obsoletes: oci-systemd-hook <= 0.2.0-3 BuildRequires: btrfs-progs-devel BuildRequires: ostree-devel Recommends: fuse-overlayfs >= 0.3-8 -Requires: crun >= 0.13-2 +Requires: crun >= 0.14-2 %endif %if 0%{?fedora} || 0%{?centos} >= 8 Recommends: catatonit From ac96438b1e8e8fa569d4fdf2e2ce37d003701b79 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 22 Sep 2020 15:27:30 -0400 Subject: [PATCH 0708/1467] actually add build fix patch Signed-off-by: Lokesh Mandvekar --- 0001-fix-build-with-varlink.patch | 45 +++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 0001-fix-build-with-varlink.patch diff --git a/0001-fix-build-with-varlink.patch b/0001-fix-build-with-varlink.patch new file mode 100644 index 0000000..41232d2 --- /dev/null +++ b/0001-fix-build-with-varlink.patch @@ -0,0 +1,45 @@ +From 8030fd390a1940e52191013803564641778cd54c Mon Sep 17 00:00:00 2001 +From: Lokesh Mandvekar +Date: Tue, 22 Sep 2020 15:01:01 -0400 +Subject: [PATCH] fix build with varlink + +Signed-off-by: Lokesh Mandvekar +--- + pkg/varlinkapi/system.go | 8 +++++++- + 1 file changed, 7 insertions(+), 1 deletion(-) + +diff --git a/pkg/varlinkapi/system.go b/pkg/varlinkapi/system.go +index 9e4db2611..e5c766a6d 100644 +--- a/pkg/varlinkapi/system.go ++++ b/pkg/varlinkapi/system.go +@@ -7,6 +7,7 @@ import ( + "fmt" + "os" + goruntime "runtime" ++ "strconv" + "time" + + "github.com/containers/image/v5/pkg/sysregistriesv2" +@@ -22,13 +23,18 @@ func (i *VarlinkAPI) GetVersion(call iopodman.VarlinkCall) error { + return err + } + ++ int64APIVersion, err := strconv.ParseInt(versionInfo.APIVersion, 10, 64) ++ if err != nil { ++ return err ++ } ++ + return call.ReplyGetVersion( + versionInfo.Version, + versionInfo.GoVersion, + versionInfo.GitCommit, + time.Unix(versionInfo.Built, 0).Format(time.RFC3339), + versionInfo.OsArch, +- versionInfo.APIVersion, ++ int64APIVersion, + ) + } + +-- +2.28.0 + From 3d89601498af74cbdb2fc626c48c2ee69d32dd4e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 22 Sep 2020 18:03:37 -0400 Subject: [PATCH 0709/1467] make centos7 happy Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 9b4383b..e21bd29 100644 --- a/podman.spec +++ b/podman.spec @@ -693,7 +693,7 @@ exit 0 * Wed Sep 16 2020 Lokesh Mandvekar - 2:2.1.0-0.3.rc1 - plugins requires dnsmasq -* Mon Sep 14 14:40:56 EDT 2020 Lokesh Mandvekar - 2:2.1.0-0.2.rc1 +* Mon Sep 14 2020 Lokesh Mandvekar - 2:2.1.0-0.2.rc1 - use correct release tag * Mon Sep 14 2020 RH Container Bot - 2:2.1.0-0.1.rc1 From 6d67e0272f2f7798dc8fce13106c587ec4842fd9 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 22 Sep 2020 19:13:49 -0400 Subject: [PATCH 0710/1467] podman-2:2.1.0-1 - autobuilt v2.1.0 - Resolves: #1874268, #1881345 - CVE-2020-14370 Signed-off-by: Lokesh Mandvekar --- podman.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index e21bd29..caf936f 100644 --- a/podman.spec +++ b/podman.spec @@ -67,7 +67,7 @@ Source0: %{download_url} # uncomment below Source0, and replace the placeholders with the right info # Also, adjust %%prep section as necessary. #Source0: https://github.com/$GITHUB_USER/$GITHUB_USER_REPO/archive/$BRANCH.tar.gz -Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{shortcommit_plugins}.tar.gz +Source1: https://github.com/containers/dnsname/archive/f5af33dedcfc5e707e5560baa4a72f8d96a968fe/dnsname-f5af33d.tar.gz Patch0: 0001-fix-build-with-varlink.patch Provides: %{name}-manpages = %{epoch}:%{version}-%{release} Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release} @@ -683,6 +683,7 @@ exit 0 %changelog * Tue Sep 22 2020 RH Container Bot - 2:2.1.0-1 - autobuilt v2.1.0 +- Resolves: #1874268, #1881345 - CVE-2020-14370 * Fri Sep 18 2020 Lokesh Mandvekar - 2:2.1.0-0.5.rc2 - fix release tag From 217f4344ec796dd1134a5ba54a8ce2fb5a32a5b6 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 18 Sep 2020 11:56:41 -0400 Subject: [PATCH 0711/1467] 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 5da7ade97fc7b448992dd359a250d2c25ed64d7d Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 18 Sep 2020 11:56:41 -0400 Subject: [PATCH 0712/1467] 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 (cherry picked from commit 217f4344ec796dd1134a5ba54a8ce2fb5a32a5b6) Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index caf936f..e6147a1 100644 --- a/podman.spec +++ b/podman.spec @@ -92,7 +92,7 @@ Requires: containernetworking-plugins >= 0.8.6-1 Requires: iptables Requires: nftables Requires: conmon >= 2:2.0.18-1 -Requires: %{name}-plugins = %{epoch}:%{version}-%{release} +Recommends: %{name}-plugins = %{epoch}:%{version}-%{release} Obsoletes: oci-systemd-hook <= 0.2.0-3 %if 0%{?fedora} BuildRequires: btrfs-progs-devel From 5cdbd0d453136c75e09960c9bed4ce4b428a1409 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 23 Sep 2020 16:43:31 -0400 Subject: [PATCH 0713/1467] podman-2:2.1.0-2 - podman-plugins is a weak dep for podman Signed-off-by: Lokesh Mandvekar (cherry picked from commit c1d4bd28f07ae1f4a2255cba984ae963de675f26) Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index e6147a1..69e5db6 100644 --- a/podman.spec +++ b/podman.spec @@ -58,7 +58,9 @@ Epoch: 0 Version: 2.1.0 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased -Release: 1%{?dist} +# Rawhide almost always ships unreleased builds, +# so release tag should be of the form 0.N.foo +Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -681,6 +683,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 23 2020 Lokesh Mandvekar - 2:2.1.0-2 +- podman-plugins is a weak dep for podman + * Tue Sep 22 2020 RH Container Bot - 2:2.1.0-1 - autobuilt v2.1.0 - Resolves: #1874268, #1881345 - CVE-2020-14370 From 9c2c22e4919ce06bece4c6d1f4e5913ea0079e06 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 25 Sep 2020 20:08:16 +0000 Subject: [PATCH 0714/1467] 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 0715/1467] 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 70ec865d1b79d829bb5f1dc9f0a394e180403b94 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sun, 27 Sep 2020 09:39:39 -0400 Subject: [PATCH 0716/1467] podman-2:2.1.1-1 - bump to v2.1.1 - depend on containers-common >= 1.1.1-9 for f33 gating tests 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 37e3de5..9c70d8f 100644 --- a/.gitignore +++ b/.gitignore @@ -818,3 +818,4 @@ /v2.1.0-rc1.tar.gz /v2.1.0-rc2.tar.gz /v2.1.0.tar.gz +/v2.1.1.tar.gz diff --git a/podman.spec b/podman.spec index 69e5db6..9f64981 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,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 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz @@ -55,7 +55,7 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 2.1.0 +Version: 2.1.1 # RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, @@ -89,7 +89,7 @@ BuildRequires: pkgconfig BuildRequires: make BuildRequires: systemd BuildRequires: systemd-devel -Requires: containers-common +Requires: containers-common >= 1.1.1-9 Requires: containernetworking-plugins >= 0.8.6-1 Requires: iptables Requires: nftables @@ -683,6 +683,10 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 23 2020 Lokesh Mandvekar - 2:2.1.1-1 +- bump to v2.1.1 +- depend on containers-common >= 1.1.1-9 for f33 gating tests + * Wed Sep 23 2020 Lokesh Mandvekar - 2:2.1.0-2 - podman-plugins is a weak dep for podman diff --git a/sources b/sources index fd09024..7bf9ccb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc -SHA512 (v2.1.0.tar.gz) = eb9b0cb184138af022e6d8e145fc6c4188c75c0695e0c6e62d54112a6b143424dd0caf9686f83637d08ff1fdbc24afca564c89f8cb4ab68b8f8d07345856398e +SHA512 (v2.1.1.tar.gz) = 94096aca1816bb1726b74c71a3c3cd50c4c783110c79dd00e851e6292438ccae7b933b6028177039a7d7d96373afcb783f4bc0449a62c18ae97d73767ee3fa26 From 7c988791aac9ba1c1136132405b0073b78f312c7 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sun, 27 Sep 2020 10:59:41 -0400 Subject: [PATCH 0717/1467] update Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 9f64981..90e7e1b 100644 --- a/podman.spec +++ b/podman.spec @@ -89,7 +89,7 @@ BuildRequires: pkgconfig BuildRequires: make BuildRequires: systemd BuildRequires: systemd-devel -Requires: containers-common >= 1.1.1-9 +Requires: containers-common Requires: containernetworking-plugins >= 0.8.6-1 Requires: iptables Requires: nftables From 100487af42cfe735c655c9330fb9a2b6171b1e07 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sun, 27 Sep 2020 14:31:24 -0400 Subject: [PATCH 0718/1467] adjust deps for centos7 Signed-off-by: Lokesh Mandvekar --- 0001-fix-build-with-varlink.patch | 45 ------------------------------- podman.spec | 10 ++++--- 2 files changed, 6 insertions(+), 49 deletions(-) delete mode 100644 0001-fix-build-with-varlink.patch diff --git a/0001-fix-build-with-varlink.patch b/0001-fix-build-with-varlink.patch deleted file mode 100644 index 41232d2..0000000 --- a/0001-fix-build-with-varlink.patch +++ /dev/null @@ -1,45 +0,0 @@ -From 8030fd390a1940e52191013803564641778cd54c Mon Sep 17 00:00:00 2001 -From: Lokesh Mandvekar -Date: Tue, 22 Sep 2020 15:01:01 -0400 -Subject: [PATCH] fix build with varlink - -Signed-off-by: Lokesh Mandvekar ---- - pkg/varlinkapi/system.go | 8 +++++++- - 1 file changed, 7 insertions(+), 1 deletion(-) - -diff --git a/pkg/varlinkapi/system.go b/pkg/varlinkapi/system.go -index 9e4db2611..e5c766a6d 100644 ---- a/pkg/varlinkapi/system.go -+++ b/pkg/varlinkapi/system.go -@@ -7,6 +7,7 @@ import ( - "fmt" - "os" - goruntime "runtime" -+ "strconv" - "time" - - "github.com/containers/image/v5/pkg/sysregistriesv2" -@@ -22,13 +23,18 @@ func (i *VarlinkAPI) GetVersion(call iopodman.VarlinkCall) error { - return err - } - -+ int64APIVersion, err := strconv.ParseInt(versionInfo.APIVersion, 10, 64) -+ if err != nil { -+ return err -+ } -+ - return call.ReplyGetVersion( - versionInfo.Version, - versionInfo.GoVersion, - versionInfo.GitCommit, - time.Unix(versionInfo.Built, 0).Format(time.RFC3339), - versionInfo.OsArch, -- versionInfo.APIVersion, -+ int64APIVersion, - ) - } - --- -2.28.0 - diff --git a/podman.spec b/podman.spec index 90e7e1b..20c5805 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,7 @@ Version: 2.1.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: 2%{?dist} +Release: 3%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -70,7 +70,6 @@ Source0: %{download_url} # Also, adjust %%prep section as necessary. #Source0: https://github.com/$GITHUB_USER/$GITHUB_USER_REPO/archive/$BRANCH.tar.gz Source1: https://github.com/containers/dnsname/archive/f5af33dedcfc5e707e5560baa4a72f8d96a968fe/dnsname-f5af33d.tar.gz -Patch0: 0001-fix-build-with-varlink.patch 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. @@ -94,7 +93,6 @@ Requires: containernetworking-plugins >= 0.8.6-1 Requires: iptables Requires: nftables Requires: conmon >= 2:2.0.18-1 -Recommends: %{name}-plugins = %{epoch}:%{version}-%{release} Obsoletes: oci-systemd-hook <= 0.2.0-3 %if 0%{?fedora} BuildRequires: btrfs-progs-devel @@ -103,12 +101,14 @@ Recommends: fuse-overlayfs >= 0.3-8 Requires: crun >= 0.14-2 %endif %if 0%{?fedora} || 0%{?centos} >= 8 +Recommends: %{name}-plugins = %{epoch}:%{version}-%{release} Recommends: catatonit Recommends: container-selinux Recommends: runc Recommends: slirp4netns >= 0.3.0-2 Recommends: libvarlink-util %else +Requires: %{name}-plugins = %{epoch}:%{version}-%{release} Requires: catatonit Requires: container-selinux Requires: runc @@ -683,9 +683,11 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Sep 27 14:31:14 EDT 2020 Lokesh Mandvekar - 2:2.1.1-3 +- adjust deps for centos7 + * Wed Sep 23 2020 Lokesh Mandvekar - 2:2.1.1-1 - bump to v2.1.1 -- depend on containers-common >= 1.1.1-9 for f33 gating tests * Wed Sep 23 2020 Lokesh Mandvekar - 2:2.1.0-2 - podman-plugins is a weak dep for podman From 93e384f46ee13779798628af66585d6ac5e8fb24 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sun, 27 Sep 2020 15:56:34 -0400 Subject: [PATCH 0719/1467] podman-2:2.1.1-4 - correct bad date 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 20c5805..9f97f79 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,7 @@ Version: 2.1.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: 3%{?dist} +Release: 4%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -683,7 +683,10 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog -* Sun Sep 27 14:31:14 EDT 2020 Lokesh Mandvekar - 2:2.1.1-3 +* Sun Sep 27 2020 Lokesh Mandvekar - 2:2.1.1-4 +- correct bad date in changelog + +* Sun Sep 27 2020 Lokesh Mandvekar - 2:2.1.1-3 - adjust deps for centos7 * Wed Sep 23 2020 Lokesh Mandvekar - 2:2.1.1-1 From 4eb0bb3a035b1db70c09056e57490d3e333d25a6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 28 Sep 2020 15:12:29 +0000 Subject: [PATCH 0720/1467] 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 0721/1467] 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 0722/1467] 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 0723/1467] 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 0724/1467] 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 0725/1467] 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 0726/1467] 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 0727/1467] 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 0728/1467] 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 0729/1467] 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 0730/1467] 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 0731/1467] 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 0732/1467] 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 0733/1467] 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 0734/1467] 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 dc67fdbcc1856b94c808ddf851e29b1cc70cbf58 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 30 Sep 2020 10:41:51 -0400 Subject: [PATCH 0735/1467] podman-2:2.1.1-5 - fedora requires crun >= 0.15-3 Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 9f97f79..d57ddd7 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,7 @@ Version: 2.1.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: 4%{?dist} +Release: 5%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -98,7 +98,7 @@ Obsoletes: oci-systemd-hook <= 0.2.0-3 BuildRequires: btrfs-progs-devel BuildRequires: ostree-devel Recommends: fuse-overlayfs >= 0.3-8 -Requires: crun >= 0.14-2 +Requires: crun >= 0.15-3 %endif %if 0%{?fedora} || 0%{?centos} >= 8 Recommends: %{name}-plugins = %{epoch}:%{version}-%{release} @@ -683,6 +683,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 30 2020 Lokesh Mandvekar - 2:2.1.1-5 +- fedora requires crun >= 0.15-3 + * Sun Sep 27 2020 Lokesh Mandvekar - 2:2.1.1-4 - correct bad date in changelog From 2ea4e812e45df4a22de8df0ec7af5d2bbfe0a1e7 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 30 Sep 2020 11:01:47 -0400 Subject: [PATCH 0736/1467] podman-2:2.1.1-6 - fedora Requires: crun-0.15-4 Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index d57ddd7..6e9b187 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,7 @@ Version: 2.1.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: 5%{?dist} +Release: 6%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -98,7 +98,7 @@ Obsoletes: oci-systemd-hook <= 0.2.0-3 BuildRequires: btrfs-progs-devel BuildRequires: ostree-devel Recommends: fuse-overlayfs >= 0.3-8 -Requires: crun >= 0.15-3 +Requires: crun >= 0.15-4 %endif %if 0%{?fedora} || 0%{?centos} >= 8 Recommends: %{name}-plugins = %{epoch}:%{version}-%{release} @@ -683,6 +683,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 30 2020 Lokesh Mandvekar - 2:2.1.1-6 +- fedora Requires: crun-0.15-4 + * Wed Sep 30 2020 Lokesh Mandvekar - 2:2.1.1-5 - fedora requires crun >= 0.15-3 From 5d1014bb11fdcd325e42b6059dd72357e7588e96 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 30 Sep 2020 14:53:10 -0400 Subject: [PATCH 0737/1467] podman-2:2.1.1-7 - fix crun gating test issue - bump release tag to preserve upgrade path (cherry picked from commit 851325f1b654cdbc521d9f696ad0d37d670eb33c) Signed-off-by: Lokesh Mandvekar --- gating-test-crun.patch | 33 +++++++++++++++++++++++++++++++++ podman.spec | 7 ++++++- 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 gating-test-crun.patch diff --git a/gating-test-crun.patch b/gating-test-crun.patch new file mode 100644 index 0000000..18f7930 --- /dev/null +++ b/gating-test-crun.patch @@ -0,0 +1,33 @@ +From f732e2edcb5a1b925aa2bea65bfe1162edec032e Mon Sep 17 00:00:00 2001 +From: Ed Santiago +Date: Tue, 29 Sep 2020 06:20:21 -0600 +Subject: [PATCH] Gating-test fix: deal with new crun error msg + +crun changed an error message: + + https://github.com/containers/crun/pull/439 + +It's a good change, absolutely the right thing to do, but +it broke gating tests. Fix tests so they handle both old +and new format. + +Fixes: #7814 + +Signed-off-by: Ed Santiago +--- + test/system/030-run.bats | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/test/system/030-run.bats b/test/system/030-run.bats +index 4a286d3ae1..b3599cc173 100644 +--- a/test/system/030-run.bats ++++ b/test/system/030-run.bats +@@ -14,7 +14,7 @@ load helpers + # ...but check the configured runtime engine, and switch to crun as needed + run_podman info --format '{{ .Host.OCIRuntime.Path }}' + if expr "$output" : ".*/crun"; then +- err_no_such_cmd="Error: executable file not found in \$PATH: No such file or directory: OCI runtime command not found error" ++ err_no_such_cmd="Error: executable file.* not found in \$PATH: No such file or directory: OCI runtime command not found error" + err_no_exec_dir="Error: open executable: Operation not permitted: OCI runtime permission denied error" + fi + diff --git a/podman.spec b/podman.spec index 6e9b187..44eaf99 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,7 @@ Version: 2.1.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: 6%{?dist} +Release: 7%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -70,6 +70,7 @@ Source0: %{download_url} # Also, adjust %%prep section as necessary. #Source0: https://github.com/$GITHUB_USER/$GITHUB_USER_REPO/archive/$BRANCH.tar.gz Source1: https://github.com/containers/dnsname/archive/f5af33dedcfc5e707e5560baa4a72f8d96a968fe/dnsname-f5af33d.tar.gz +Patch0: gating-test-crun.patch 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. @@ -683,6 +684,10 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Sep 30 2020 Lokesh Mandvekar - 2:2.1.1-7 +- fix crun gating test issue +- bump release tag to preserve upgrade path + * Wed Sep 30 2020 Lokesh Mandvekar - 2:2.1.1-6 - fedora Requires: crun-0.15-4 From 82d43108aa5a2e79eb21ed087d0e96d17a5cbabe Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 1 Oct 2020 12:48:51 +0000 Subject: [PATCH 0738/1467] 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 0739/1467] 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 0740/1467] 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 fa4859ea695a2ae7c8bcb45f7c43818a99b90e93 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Thu, 24 Sep 2020 12:38:01 +0000 Subject: [PATCH 0741/1467] Require container-selinux when selinux-policy is installed (#1881218) (cherry picked from commit 5620973b1af4f2b5ca491eae27b6e25bf460781e) Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 44eaf99..e86b3c3 100644 --- a/podman.spec +++ b/podman.spec @@ -104,7 +104,7 @@ Requires: crun >= 0.15-4 %if 0%{?fedora} || 0%{?centos} >= 8 Recommends: %{name}-plugins = %{epoch}:%{version}-%{release} Recommends: catatonit -Recommends: container-selinux +Requires: (container-selinux if selinux-policy) Recommends: runc Recommends: slirp4netns >= 0.3.0-2 Recommends: libvarlink-util From 3293ad92798de0ecb2d381c5d108d3558ebd2558 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 2 Oct 2020 10:43:51 -0400 Subject: [PATCH 0742/1467] podman-2:2.1.1-8 - Requires: (container-selinux if selinux-policy) Signed-off-by: Lokesh Mandvekar (cherry picked from commit 176a630bfb546abfbda3e7a90770dde537e8b3e6) Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index e86b3c3..6f7ab30 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,7 @@ Version: 2.1.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: 7%{?dist} +Release: 8%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -684,6 +684,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Oct 2 2020 Lokesh Mandvekar - 2:2.1.1-8 +- Requires: (container-selinux if selinux-policy) + * Wed Sep 30 2020 Lokesh Mandvekar - 2:2.1.1-7 - fix crun gating test issue - bump release tag to preserve upgrade path From 961c224a54f14aa571bffc24aadd2db68ee33269 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 3 Oct 2020 14:31:36 +0000 Subject: [PATCH 0743/1467] 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 0744/1467] 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 80213126a2ee073527e5df9286aa81dc7f68e3b3 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 2 Oct 2020 15:24:58 -0400 Subject: [PATCH 0745/1467] podman-2:2.1.1-9 - fix capset issue on podman run (upstream PR#7898) Signed-off-by: Lokesh Mandvekar (cherry picked from commit 0a3af289296fe26eb367857918fe132bd6dd2dc3) Signed-off-by: Lokesh Mandvekar --- fix-capset-issue.patch | 102 +++++++++++++++++++++++++++++++++++++++++ podman.spec | 6 ++- 2 files changed, 107 insertions(+), 1 deletion(-) create mode 100644 fix-capset-issue.patch diff --git a/fix-capset-issue.patch b/fix-capset-issue.patch new file mode 100644 index 0000000..044705e --- /dev/null +++ b/fix-capset-issue.patch @@ -0,0 +1,102 @@ +From 445b6cc2e776e5c0417acfe119772bcdb7fbd9f2 Mon Sep 17 00:00:00 2001 +From: Giuseppe Scrivano +Date: Tue, 29 Sep 2020 10:06:48 +0200 +Subject: [PATCH] capabilities: always set ambient and inheritable + +change capabilities handling to reflect what docker does. + +Bounding: set to caplist +Inheritable: set to caplist +Effective: if uid != 0 then clear; else set to caplist +Permitted: if uid != 0 then clear; else set to caplist +Ambient: clear + +Signed-off-by: Giuseppe Scrivano +(cherry picked from commit 703381b4a2b1dc761ffee0d8e36b47f21ffd92c5) +--- + pkg/specgen/generate/security.go | 3 ++- + test/e2e/cp_test.go | 4 ++-- + test/system/030-run.bats | 4 ++-- + test/system/075-exec.bats | 4 ++-- + 4 files changed, 8 insertions(+), 7 deletions(-) + +diff --git a/pkg/specgen/generate/security.go b/pkg/specgen/generate/security.go +index 87e8029a75..d5e8cd4ff4 100644 +--- a/pkg/specgen/generate/security.go ++++ b/pkg/specgen/generate/security.go +@@ -130,12 +130,13 @@ func securityConfigureGenerator(s *specgen.SpecGenerator, g *generate.Generator, + } + + configSpec := g.Config ++ configSpec.Process.Capabilities.Ambient = []string{} + configSpec.Process.Capabilities.Bounding = caplist ++ configSpec.Process.Capabilities.Inheritable = caplist + + if s.User == "" || s.User == "root" || s.User == "0" { + configSpec.Process.Capabilities.Effective = caplist + configSpec.Process.Capabilities.Permitted = caplist +- configSpec.Process.Capabilities.Inheritable = caplist + } else { + userCaps, err := capabilities.NormalizeCapabilities(s.CapAdd) + if err != nil { +diff --git a/test/e2e/cp_test.go b/test/e2e/cp_test.go +index a53485fa46..0a9fa990c5 100644 +--- a/test/e2e/cp_test.go ++++ b/test/e2e/cp_test.go +@@ -269,11 +269,11 @@ var _ = Describe("Podman cp", func() { + session.WaitWithDefaultTimeout() + Expect(session.ExitCode()).To(Equal(0)) + +- session = podmanTest.Podman([]string{"exec", "-u", "testuser", "testctr", "touch", "testfile"}) ++ session = podmanTest.Podman([]string{"exec", "-u", "testuser", "testctr", "touch", "/tmp/testfile"}) + session.WaitWithDefaultTimeout() + Expect(session.ExitCode()).To(Equal(0)) + +- session = podmanTest.Podman([]string{"cp", "--pause=false", "testctr:testfile", "testfile1"}) ++ session = podmanTest.Podman([]string{"cp", "--pause=false", "testctr:/tmp/testfile", "testfile1"}) + session.WaitWithDefaultTimeout() + Expect(session.ExitCode()).To(Equal(0)) + +diff --git a/test/system/030-run.bats b/test/system/030-run.bats +index 518d902a7b..59983fef01 100644 +--- a/test/system/030-run.bats ++++ b/test/system/030-run.bats +@@ -312,7 +312,7 @@ echo $rand | 0 | $rand + @test "podman run : --userns=keep-id: passwd file is modifiable" { + skip_if_remote "FIXME: pending #7195" + +- run_podman run -d --userns=keep-id $IMAGE sh -c 'while ! test -e /stop; do sleep 0.1; done' ++ run_podman run -d --userns=keep-id --cap-add=dac_override $IMAGE sh -c 'while ! test -e /tmp/stop; do sleep 0.1; done' + cid="$output" + + # Assign a UID that is (a) not in our image /etc/passwd and (b) not +@@ -333,7 +333,7 @@ echo $rand | 0 | $rand + is "$output" "newuser3:x:$uid:999:$gecos:/home/newuser3:/bin/sh" \ + "newuser3 added to /etc/passwd in container" + +- run_podman exec $cid touch /stop ++ run_podman exec $cid touch /tmp/stop + run_podman wait $cid + } + +diff --git a/test/system/075-exec.bats b/test/system/075-exec.bats +index e9db8c27eb..edd7dedc43 100644 +--- a/test/system/075-exec.bats ++++ b/test/system/075-exec.bats +@@ -92,14 +92,14 @@ load helpers + # #6829 : add username to /etc/passwd inside container if --userns=keep-id + @test "podman exec - with keep-id" { + run_podman run -d --userns=keep-id $IMAGE sh -c \ +- "echo READY;while [ ! -f /stop ]; do sleep 1; done" ++ "echo READY;while [ ! -f /tmp/stop ]; do sleep 1; done" + cid="$output" + wait_for_ready $cid + + run_podman exec $cid id -un + is "$output" "$(id -un)" "container is running as current user" + +- run_podman exec --user=$(id -un) $cid touch /stop ++ run_podman exec --user=$(id -un) $cid touch /tmp/stop + run_podman wait $cid + run_podman rm $cid + } diff --git a/podman.spec b/podman.spec index 6f7ab30..1e0d65c 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,7 @@ Version: 2.1.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: 8%{?dist} +Release: 9%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -71,6 +71,7 @@ Source0: %{download_url} #Source0: https://github.com/$GITHUB_USER/$GITHUB_USER_REPO/archive/$BRANCH.tar.gz Source1: https://github.com/containers/dnsname/archive/f5af33dedcfc5e707e5560baa4a72f8d96a968fe/dnsname-f5af33d.tar.gz Patch0: gating-test-crun.patch +Patch1: fix-capset-issue.patch 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. @@ -684,6 +685,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Oct 2 2020 Lokesh Mandvekar - 2:2.1.1-9 +- fix capset issue on podman run (upstream PR#7898) + * Fri Oct 2 2020 Lokesh Mandvekar - 2:2.1.1-8 - Requires: (container-selinux if selinux-policy) From 24950cb7aea02f059025277b17fcd7956e9e09ed Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 2 Oct 2020 16:11:14 -0400 Subject: [PATCH 0746/1467] correct containers-common dependency Signed-off-by: Lokesh Mandvekar (cherry picked from commit 8daa8e6f6b5e30a24be2405d7e9edf99ead0f290) Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 1e0d65c..36c9575 100644 --- a/podman.spec +++ b/podman.spec @@ -90,7 +90,6 @@ BuildRequires: pkgconfig BuildRequires: make BuildRequires: systemd BuildRequires: systemd-devel -Requires: containers-common Requires: containernetworking-plugins >= 0.8.6-1 Requires: iptables Requires: nftables @@ -99,8 +98,11 @@ Obsoletes: oci-systemd-hook <= 0.2.0-3 %if 0%{?fedora} BuildRequires: btrfs-progs-devel BuildRequires: ostree-devel +Requires: containers-common >= 1:1.2.0-2 Recommends: fuse-overlayfs >= 0.3-8 -Requires: crun >= 0.15-4 +Recommends: crun >= 0.15-5 +%else +Requires: containers-common >= 2:1.2.0-2 %endif %if 0%{?fedora} || 0%{?centos} >= 8 Recommends: %{name}-plugins = %{epoch}:%{version}-%{release} @@ -687,6 +689,7 @@ exit 0 %changelog * Fri Oct 2 2020 Lokesh Mandvekar - 2:2.1.1-9 - fix capset issue on podman run (upstream PR#7898) +- Requires containers-common >= %%epoch:1.2.0-2 * Fri Oct 2 2020 Lokesh Mandvekar - 2:2.1.1-8 - Requires: (container-selinux if selinux-policy) From 29c393733ab1bd03bad0d062a07fcbeeafb00545 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sun, 4 Oct 2020 19:20:35 -0400 Subject: [PATCH 0747/1467] podman-2:2.1.1-10 - fix permission denied issue when using --net=host Signed-off-by: Lokesh Mandvekar (cherry picked from commit 5f498229e275dbd84b6ef311ef52a79912ed317a) Signed-off-by: Lokesh Mandvekar --- net-host.patch | 133 +++++++++++++++++++++++++++++++++++++++++++++++++ podman.spec | 6 ++- 2 files changed, 138 insertions(+), 1 deletion(-) create mode 100644 net-host.patch diff --git a/net-host.patch b/net-host.patch new file mode 100644 index 0000000..8164da8 --- /dev/null +++ b/net-host.patch @@ -0,0 +1,133 @@ +From e896ca924f214404be48de116fb18cb21404cbca Mon Sep 17 00:00:00 2001 +From: Daniel J Walsh +Date: Mon, 28 Sep 2020 15:55:06 -0400 +Subject: [PATCH] Ignore containers.conf sysctl when namespaces set to host + +If user sets namespace to host, then default sysctls need to be ignored +that are specific to that namespace. + +--net=host ignore sysctls that begin with net. +--ipc=host ignore fs.mqueue +--uts=host ignore kernel.domainname and kernel.hostname + +Signed-off-by: Daniel J Walsh +(cherry picked from commit 0d70df119539d818224b0d014602aaad2bd1b95e) +Signed-off-by: Lokesh Mandvekar +--- + cmd/podman/common/create.go | 2 +- + pkg/specgen/generate/security.go | 46 ++++++++++++++++++++++++++++++++ + test/e2e/containers_conf_test.go | 6 +++++ + test/e2e/run_test.go | 5 ++++ + 4 files changed, 58 insertions(+), 1 deletion(-) + +diff --git a/cmd/podman/common/create.go b/cmd/podman/common/create.go +index 7e3dc7fb4e..d5cad675d5 100644 +--- a/cmd/podman/common/create.go ++++ b/cmd/podman/common/create.go +@@ -448,7 +448,7 @@ func GetCreateFlags(cf *ContainerCLIOpts) *pflag.FlagSet { + + createFlags.StringSliceVar( + &cf.Sysctl, +- "sysctl", containerConfig.Sysctls(), ++ "sysctl", []string{}, + "Sysctl options", + ) + createFlags.StringVar( +diff --git a/pkg/specgen/generate/security.go b/pkg/specgen/generate/security.go +index d5e8cd4ff4..d17cd4a9a2 100644 +--- a/pkg/specgen/generate/security.go ++++ b/pkg/specgen/generate/security.go +@@ -7,6 +7,7 @@ import ( + "github.com/containers/common/pkg/capabilities" + "github.com/containers/common/pkg/config" + "github.com/containers/podman/v2/libpod" ++ "github.com/containers/podman/v2/libpod/define" + "github.com/containers/podman/v2/libpod/image" + "github.com/containers/podman/v2/pkg/specgen" + "github.com/containers/podman/v2/pkg/util" +@@ -168,7 +169,52 @@ func securityConfigureGenerator(s *specgen.SpecGenerator, g *generate.Generator, + } + + g.SetRootReadonly(s.ReadOnlyFilesystem) ++ ++ // Add default sysctls ++ defaultSysctls, err := util.ValidateSysctls(rtc.Sysctls()) ++ if err != nil { ++ return err ++ } ++ for sysctlKey, sysctlVal := range defaultSysctls { ++ ++ // Ignore mqueue sysctls if --ipc=host ++ if s.IpcNS.IsHost() && strings.HasPrefix(sysctlKey, "fs.mqueue.") { ++ logrus.Infof("Sysctl %s=%s ignored in containers.conf, since IPC Namespace set to host", sysctlKey, sysctlVal) ++ ++ continue ++ } ++ ++ // Ignore net sysctls if --net=host ++ if s.NetNS.IsHost() && strings.HasPrefix(sysctlKey, "net.") { ++ logrus.Infof("Sysctl %s=%s ignored in containers.conf, since Network Namespace set to host", sysctlKey, sysctlVal) ++ continue ++ } ++ ++ // Ignore uts sysctls if --uts=host ++ if s.UtsNS.IsHost() && (strings.HasPrefix(sysctlKey, "kernel.domainname") || strings.HasPrefix(sysctlKey, "kernel.hostname")) { ++ logrus.Infof("Sysctl %s=%s ignored in containers.conf, since UTS Namespace set to host", sysctlKey, sysctlVal) ++ continue ++ } ++ ++ g.AddLinuxSysctl(sysctlKey, sysctlVal) ++ } ++ + for sysctlKey, sysctlVal := range s.Sysctl { ++ ++ if s.IpcNS.IsHost() && strings.HasPrefix(sysctlKey, "fs.mqueue.") { ++ return errors.Wrapf(define.ErrInvalidArg, "sysctl %s=%s can't be set since IPC Namespace set to host", sysctlKey, sysctlVal) ++ } ++ ++ // Ignore net sysctls if --net=host ++ if s.NetNS.IsHost() && strings.HasPrefix(sysctlKey, "net.") { ++ return errors.Wrapf(define.ErrInvalidArg, "sysctl %s=%s can't be set since Host Namespace set to host", sysctlKey, sysctlVal) ++ } ++ ++ // Ignore uts sysctls if --uts=host ++ if s.UtsNS.IsHost() && (strings.HasPrefix(sysctlKey, "kernel.domainname") || strings.HasPrefix(sysctlKey, "kernel.hostname")) { ++ return errors.Wrapf(define.ErrInvalidArg, "sysctl %s=%s can't be set since UTS Namespace set to host", sysctlKey, sysctlVal) ++ } ++ + g.AddLinuxSysctl(sysctlKey, sysctlVal) + } + +diff --git a/test/e2e/containers_conf_test.go b/test/e2e/containers_conf_test.go +index 8339b77321..981b9638db 100644 +--- a/test/e2e/containers_conf_test.go ++++ b/test/e2e/containers_conf_test.go +@@ -182,6 +182,12 @@ var _ = Describe("Podman run", func() { + session.WaitWithDefaultTimeout() + Expect(session.ExitCode()).To(Equal(0)) + Expect(session.OutputToString()).To(ContainSubstring("1000")) ++ ++ // Ignore containers.conf setting if --net=host ++ session = podmanTest.Podman([]string{"run", "--rm", "--net", "host", fedoraMinimal, "cat", "/proc/sys/net/ipv4/ping_group_range"}) ++ session.WaitWithDefaultTimeout() ++ Expect(session.ExitCode()).To(Equal(0)) ++ Expect(session.OutputToString()).ToNot((ContainSubstring("1000"))) + }) + + It("podman run containers.conf search domain", func() { +diff --git a/test/e2e/run_test.go b/test/e2e/run_test.go +index c8655dcad0..359c6a41c2 100644 +--- a/test/e2e/run_test.go ++++ b/test/e2e/run_test.go +@@ -375,6 +375,11 @@ USER bin` + session.WaitWithDefaultTimeout() + Expect(session.ExitCode()).To(Equal(0)) + Expect(session.OutputToString()).To(ContainSubstring("net.core.somaxconn = 65535")) ++ ++ // network sysctls should fail if --net=host is set ++ session = podmanTest.Podman([]string{"run", "--net", "host", "--rm", "--sysctl", "net.core.somaxconn=65535", ALPINE, "sysctl", "net.core.somaxconn"}) ++ session.WaitWithDefaultTimeout() ++ Expect(session.ExitCode()).To(Equal(125)) + }) + + It("podman run blkio-weight test", func() { diff --git a/podman.spec b/podman.spec index 36c9575..a4132ac 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,7 @@ Version: 2.1.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: 9%{?dist} +Release: 10%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -72,6 +72,7 @@ Source0: %{download_url} Source1: https://github.com/containers/dnsname/archive/f5af33dedcfc5e707e5560baa4a72f8d96a968fe/dnsname-f5af33d.tar.gz Patch0: gating-test-crun.patch Patch1: fix-capset-issue.patch +Patch2: net-host.patch 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. @@ -687,6 +688,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Oct 4 2020 Lokesh Mandvekar - 2:2.1.1-10 +- fix permission denied issue when using --net=host + * Fri Oct 2 2020 Lokesh Mandvekar - 2:2.1.1-9 - fix capset issue on podman run (upstream PR#7898) - Requires containers-common >= %%epoch:1.2.0-2 From 0a48396b421210984e51a7fb41699d1de291776c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 5 Oct 2020 14:31:52 +0000 Subject: [PATCH 0748/1467] 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 0749/1467] 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 0750/1467] 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 0751/1467] 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 0752/1467] 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 0753/1467] 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 0754/1467] 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 0755/1467] 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 0756/1467] 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 0757/1467] 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 0758/1467] 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 0759/1467] 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 0760/1467] 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 0761/1467] 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 0762/1467] 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 0763/1467] 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 0764/1467] 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 50bd50384e4fe8a89a5e0284440c60e467cc6beb Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 19 Oct 2020 06:27:01 -0600 Subject: [PATCH 0765/1467] 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 (cherry picked from commit fee6ccac125f77013703c2ad6f2b14a765d35dde) Signed-off-by: Lokesh Mandvekar --- podman.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/podman.spec b/podman.spec index a4132ac..d65ab9c 100644 --- a/podman.spec +++ b/podman.spec @@ -421,6 +421,10 @@ Requires: bats Requires: jq Requires: skopeo Requires: nmap-ncat +Requires: httpd-tools +Requires: openssl +Requires: socat +Requires: buildah %description tests %{summary} From 084cb31972a6511eca8766504c0453ad0edb8787 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 20 Oct 2020 14:37:19 +0000 Subject: [PATCH 0766/1467] 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 0767/1467] 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 0768/1467] 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 0769/1467] 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 0770/1467] 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 0771/1467] 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 0772/1467] 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 0773/1467] 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 0774/1467] 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 0775/1467] 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 0776/1467] 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 0777/1467] 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 0778/1467] 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 0779/1467] 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 0780/1467] 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 0781/1467] 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 0782/1467] 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 0783/1467] 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 0784/1467] 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 0785/1467] 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 450ca035e162887ee312c713b95192692a23b827 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 18 Nov 2020 12:43:28 -0500 Subject: [PATCH 0786/1467] podman-2:2.1.1-13 - bump dnsname to v1.1.0, commit a9c2a10 Signed-off-by: Lokesh Mandvekar --- .gitignore | 2 ++ podman.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 9c70d8f..9725f05 100644 --- a/.gitignore +++ b/.gitignore @@ -819,3 +819,5 @@ /v2.1.0-rc2.tar.gz /v2.1.0.tar.gz /v2.1.1.tar.gz +/dnsname-a9c2a10.tar.gz +/podman-286d356.tar.gz diff --git a/podman.spec b/podman.spec index d65ab9c..f17079f 100644 --- a/podman.spec +++ b/podman.spec @@ -38,10 +38,10 @@ %define repo_plugins dnsname # https://github.com/containers/libpod -%define import_path_plugins %{provider}.%{provider_tld}/%{project}/%{repo_plugins} -%define git_plugins https://github.com/containers/dnsname -%define commit_plugins f5af33dedcfc5e707e5560baa4a72f8d96a968fe -%define shortcommit_plugins %(c=%{commit_plugins}; echo ${c:0:7}) +%global import_path_plugins %%{provider}.%{provider_tld}/%{project}/%{repo_plugins} +%global git_plugins https://%{import_path_plugins} +%global commit_plugins a9c2a10a3a24e082996cf2d9edb1cee295651413 +%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) @@ -60,7 +60,7 @@ Version: 2.1.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: 10%{?dist} +Release: 13%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -69,7 +69,7 @@ Source0: %{download_url} # uncomment below Source0, and replace the placeholders with the right info # Also, adjust %%prep section as necessary. #Source0: https://github.com/$GITHUB_USER/$GITHUB_USER_REPO/archive/$BRANCH.tar.gz -Source1: https://github.com/containers/dnsname/archive/f5af33dedcfc5e707e5560baa4a72f8d96a968fe/dnsname-f5af33d.tar.gz +Source1: https://github.com/containers/dnsname/archive/%{commit_plugins}/dnsname-%{shortcommit_plugins}.tar.gz Patch0: gating-test-crun.patch Patch1: fix-capset-issue.patch Patch2: net-host.patch @@ -692,6 +692,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Nov 18 2020 Lokesh Mandvekar - 2:2.1.1-13 +- bump dnsname to v1.1.0, commit a9c2a10 + * Sun Oct 4 2020 Lokesh Mandvekar - 2:2.1.1-10 - fix permission denied issue when using --net=host diff --git a/sources b/sources index 7bf9ccb..d4e60b0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc +SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 SHA512 (v2.1.1.tar.gz) = 94096aca1816bb1726b74c71a3c3cd50c4c783110c79dd00e851e6292438ccae7b933b6028177039a7d7d96373afcb783f4bc0449a62c18ae97d73767ee3fa26 From b465086792a9ab3ac0c387e67530248c71d4c732 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 18 Nov 2020 13:16:00 -0500 Subject: [PATCH 0787/1467] Remove containers-mounts.conf.5.md Present in containers-common From: Ed Santiago Signed-off-by: Lokesh Mandvekar --- podman.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index f17079f..a5063af 100644 --- a/podman.spec +++ b/podman.spec @@ -465,6 +465,8 @@ file. Each CNI network will have its own dnsmasq instance. # Use appropriate value for $BRANCH as in Source0 #%%autosetup -Sgit -n %%{name}-$BRANCH +rm -f docs/source/markdown/containers-mounts.conf.5.md + # untar dnsname tar zxf %{SOURCE1} @@ -518,8 +520,6 @@ export BUILDTAGS+=" exclude_graphdriver_btrfs btrfs_noversion remote" %{__make} docs %install -rm -rf docs/containers-mounts.conf.5.md - PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} \ ETCDIR=%{buildroot}%{_sysconfdir} \ %if %{with varlink} From 3b441767f11b5662c64d1cdd2e389672f4aabe1a Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 18 Nov 2020 13:20:00 -0500 Subject: [PATCH 0788/1467] remove patches merged upstream for v2.2 Signed-off-by: Lokesh Mandvekar (cherry picked from commit 4bbf1704bc7b0c39c5b86edb6e30787988d98a72) Signed-off-by: Lokesh Mandvekar --- fix-capset-issue.patch | 102 ------------------------------- gating-test-crun.patch | 33 ---------- net-host.patch | 133 ----------------------------------------- podman.spec | 3 - 4 files changed, 271 deletions(-) delete mode 100644 fix-capset-issue.patch delete mode 100644 gating-test-crun.patch delete mode 100644 net-host.patch diff --git a/fix-capset-issue.patch b/fix-capset-issue.patch deleted file mode 100644 index 044705e..0000000 --- a/fix-capset-issue.patch +++ /dev/null @@ -1,102 +0,0 @@ -From 445b6cc2e776e5c0417acfe119772bcdb7fbd9f2 Mon Sep 17 00:00:00 2001 -From: Giuseppe Scrivano -Date: Tue, 29 Sep 2020 10:06:48 +0200 -Subject: [PATCH] capabilities: always set ambient and inheritable - -change capabilities handling to reflect what docker does. - -Bounding: set to caplist -Inheritable: set to caplist -Effective: if uid != 0 then clear; else set to caplist -Permitted: if uid != 0 then clear; else set to caplist -Ambient: clear - -Signed-off-by: Giuseppe Scrivano -(cherry picked from commit 703381b4a2b1dc761ffee0d8e36b47f21ffd92c5) ---- - pkg/specgen/generate/security.go | 3 ++- - test/e2e/cp_test.go | 4 ++-- - test/system/030-run.bats | 4 ++-- - test/system/075-exec.bats | 4 ++-- - 4 files changed, 8 insertions(+), 7 deletions(-) - -diff --git a/pkg/specgen/generate/security.go b/pkg/specgen/generate/security.go -index 87e8029a75..d5e8cd4ff4 100644 ---- a/pkg/specgen/generate/security.go -+++ b/pkg/specgen/generate/security.go -@@ -130,12 +130,13 @@ func securityConfigureGenerator(s *specgen.SpecGenerator, g *generate.Generator, - } - - configSpec := g.Config -+ configSpec.Process.Capabilities.Ambient = []string{} - configSpec.Process.Capabilities.Bounding = caplist -+ configSpec.Process.Capabilities.Inheritable = caplist - - if s.User == "" || s.User == "root" || s.User == "0" { - configSpec.Process.Capabilities.Effective = caplist - configSpec.Process.Capabilities.Permitted = caplist -- configSpec.Process.Capabilities.Inheritable = caplist - } else { - userCaps, err := capabilities.NormalizeCapabilities(s.CapAdd) - if err != nil { -diff --git a/test/e2e/cp_test.go b/test/e2e/cp_test.go -index a53485fa46..0a9fa990c5 100644 ---- a/test/e2e/cp_test.go -+++ b/test/e2e/cp_test.go -@@ -269,11 +269,11 @@ var _ = Describe("Podman cp", func() { - session.WaitWithDefaultTimeout() - Expect(session.ExitCode()).To(Equal(0)) - -- session = podmanTest.Podman([]string{"exec", "-u", "testuser", "testctr", "touch", "testfile"}) -+ session = podmanTest.Podman([]string{"exec", "-u", "testuser", "testctr", "touch", "/tmp/testfile"}) - session.WaitWithDefaultTimeout() - Expect(session.ExitCode()).To(Equal(0)) - -- session = podmanTest.Podman([]string{"cp", "--pause=false", "testctr:testfile", "testfile1"}) -+ session = podmanTest.Podman([]string{"cp", "--pause=false", "testctr:/tmp/testfile", "testfile1"}) - session.WaitWithDefaultTimeout() - Expect(session.ExitCode()).To(Equal(0)) - -diff --git a/test/system/030-run.bats b/test/system/030-run.bats -index 518d902a7b..59983fef01 100644 ---- a/test/system/030-run.bats -+++ b/test/system/030-run.bats -@@ -312,7 +312,7 @@ echo $rand | 0 | $rand - @test "podman run : --userns=keep-id: passwd file is modifiable" { - skip_if_remote "FIXME: pending #7195" - -- run_podman run -d --userns=keep-id $IMAGE sh -c 'while ! test -e /stop; do sleep 0.1; done' -+ run_podman run -d --userns=keep-id --cap-add=dac_override $IMAGE sh -c 'while ! test -e /tmp/stop; do sleep 0.1; done' - cid="$output" - - # Assign a UID that is (a) not in our image /etc/passwd and (b) not -@@ -333,7 +333,7 @@ echo $rand | 0 | $rand - is "$output" "newuser3:x:$uid:999:$gecos:/home/newuser3:/bin/sh" \ - "newuser3 added to /etc/passwd in container" - -- run_podman exec $cid touch /stop -+ run_podman exec $cid touch /tmp/stop - run_podman wait $cid - } - -diff --git a/test/system/075-exec.bats b/test/system/075-exec.bats -index e9db8c27eb..edd7dedc43 100644 ---- a/test/system/075-exec.bats -+++ b/test/system/075-exec.bats -@@ -92,14 +92,14 @@ load helpers - # #6829 : add username to /etc/passwd inside container if --userns=keep-id - @test "podman exec - with keep-id" { - run_podman run -d --userns=keep-id $IMAGE sh -c \ -- "echo READY;while [ ! -f /stop ]; do sleep 1; done" -+ "echo READY;while [ ! -f /tmp/stop ]; do sleep 1; done" - cid="$output" - wait_for_ready $cid - - run_podman exec $cid id -un - is "$output" "$(id -un)" "container is running as current user" - -- run_podman exec --user=$(id -un) $cid touch /stop -+ run_podman exec --user=$(id -un) $cid touch /tmp/stop - run_podman wait $cid - run_podman rm $cid - } diff --git a/gating-test-crun.patch b/gating-test-crun.patch deleted file mode 100644 index 18f7930..0000000 --- a/gating-test-crun.patch +++ /dev/null @@ -1,33 +0,0 @@ -From f732e2edcb5a1b925aa2bea65bfe1162edec032e Mon Sep 17 00:00:00 2001 -From: Ed Santiago -Date: Tue, 29 Sep 2020 06:20:21 -0600 -Subject: [PATCH] Gating-test fix: deal with new crun error msg - -crun changed an error message: - - https://github.com/containers/crun/pull/439 - -It's a good change, absolutely the right thing to do, but -it broke gating tests. Fix tests so they handle both old -and new format. - -Fixes: #7814 - -Signed-off-by: Ed Santiago ---- - test/system/030-run.bats | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/test/system/030-run.bats b/test/system/030-run.bats -index 4a286d3ae1..b3599cc173 100644 ---- a/test/system/030-run.bats -+++ b/test/system/030-run.bats -@@ -14,7 +14,7 @@ load helpers - # ...but check the configured runtime engine, and switch to crun as needed - run_podman info --format '{{ .Host.OCIRuntime.Path }}' - if expr "$output" : ".*/crun"; then -- err_no_such_cmd="Error: executable file not found in \$PATH: No such file or directory: OCI runtime command not found error" -+ err_no_such_cmd="Error: executable file.* not found in \$PATH: No such file or directory: OCI runtime command not found error" - err_no_exec_dir="Error: open executable: Operation not permitted: OCI runtime permission denied error" - fi - diff --git a/net-host.patch b/net-host.patch deleted file mode 100644 index 8164da8..0000000 --- a/net-host.patch +++ /dev/null @@ -1,133 +0,0 @@ -From e896ca924f214404be48de116fb18cb21404cbca Mon Sep 17 00:00:00 2001 -From: Daniel J Walsh -Date: Mon, 28 Sep 2020 15:55:06 -0400 -Subject: [PATCH] Ignore containers.conf sysctl when namespaces set to host - -If user sets namespace to host, then default sysctls need to be ignored -that are specific to that namespace. - ---net=host ignore sysctls that begin with net. ---ipc=host ignore fs.mqueue ---uts=host ignore kernel.domainname and kernel.hostname - -Signed-off-by: Daniel J Walsh -(cherry picked from commit 0d70df119539d818224b0d014602aaad2bd1b95e) -Signed-off-by: Lokesh Mandvekar ---- - cmd/podman/common/create.go | 2 +- - pkg/specgen/generate/security.go | 46 ++++++++++++++++++++++++++++++++ - test/e2e/containers_conf_test.go | 6 +++++ - test/e2e/run_test.go | 5 ++++ - 4 files changed, 58 insertions(+), 1 deletion(-) - -diff --git a/cmd/podman/common/create.go b/cmd/podman/common/create.go -index 7e3dc7fb4e..d5cad675d5 100644 ---- a/cmd/podman/common/create.go -+++ b/cmd/podman/common/create.go -@@ -448,7 +448,7 @@ func GetCreateFlags(cf *ContainerCLIOpts) *pflag.FlagSet { - - createFlags.StringSliceVar( - &cf.Sysctl, -- "sysctl", containerConfig.Sysctls(), -+ "sysctl", []string{}, - "Sysctl options", - ) - createFlags.StringVar( -diff --git a/pkg/specgen/generate/security.go b/pkg/specgen/generate/security.go -index d5e8cd4ff4..d17cd4a9a2 100644 ---- a/pkg/specgen/generate/security.go -+++ b/pkg/specgen/generate/security.go -@@ -7,6 +7,7 @@ import ( - "github.com/containers/common/pkg/capabilities" - "github.com/containers/common/pkg/config" - "github.com/containers/podman/v2/libpod" -+ "github.com/containers/podman/v2/libpod/define" - "github.com/containers/podman/v2/libpod/image" - "github.com/containers/podman/v2/pkg/specgen" - "github.com/containers/podman/v2/pkg/util" -@@ -168,7 +169,52 @@ func securityConfigureGenerator(s *specgen.SpecGenerator, g *generate.Generator, - } - - g.SetRootReadonly(s.ReadOnlyFilesystem) -+ -+ // Add default sysctls -+ defaultSysctls, err := util.ValidateSysctls(rtc.Sysctls()) -+ if err != nil { -+ return err -+ } -+ for sysctlKey, sysctlVal := range defaultSysctls { -+ -+ // Ignore mqueue sysctls if --ipc=host -+ if s.IpcNS.IsHost() && strings.HasPrefix(sysctlKey, "fs.mqueue.") { -+ logrus.Infof("Sysctl %s=%s ignored in containers.conf, since IPC Namespace set to host", sysctlKey, sysctlVal) -+ -+ continue -+ } -+ -+ // Ignore net sysctls if --net=host -+ if s.NetNS.IsHost() && strings.HasPrefix(sysctlKey, "net.") { -+ logrus.Infof("Sysctl %s=%s ignored in containers.conf, since Network Namespace set to host", sysctlKey, sysctlVal) -+ continue -+ } -+ -+ // Ignore uts sysctls if --uts=host -+ if s.UtsNS.IsHost() && (strings.HasPrefix(sysctlKey, "kernel.domainname") || strings.HasPrefix(sysctlKey, "kernel.hostname")) { -+ logrus.Infof("Sysctl %s=%s ignored in containers.conf, since UTS Namespace set to host", sysctlKey, sysctlVal) -+ continue -+ } -+ -+ g.AddLinuxSysctl(sysctlKey, sysctlVal) -+ } -+ - for sysctlKey, sysctlVal := range s.Sysctl { -+ -+ if s.IpcNS.IsHost() && strings.HasPrefix(sysctlKey, "fs.mqueue.") { -+ return errors.Wrapf(define.ErrInvalidArg, "sysctl %s=%s can't be set since IPC Namespace set to host", sysctlKey, sysctlVal) -+ } -+ -+ // Ignore net sysctls if --net=host -+ if s.NetNS.IsHost() && strings.HasPrefix(sysctlKey, "net.") { -+ return errors.Wrapf(define.ErrInvalidArg, "sysctl %s=%s can't be set since Host Namespace set to host", sysctlKey, sysctlVal) -+ } -+ -+ // Ignore uts sysctls if --uts=host -+ if s.UtsNS.IsHost() && (strings.HasPrefix(sysctlKey, "kernel.domainname") || strings.HasPrefix(sysctlKey, "kernel.hostname")) { -+ return errors.Wrapf(define.ErrInvalidArg, "sysctl %s=%s can't be set since UTS Namespace set to host", sysctlKey, sysctlVal) -+ } -+ - g.AddLinuxSysctl(sysctlKey, sysctlVal) - } - -diff --git a/test/e2e/containers_conf_test.go b/test/e2e/containers_conf_test.go -index 8339b77321..981b9638db 100644 ---- a/test/e2e/containers_conf_test.go -+++ b/test/e2e/containers_conf_test.go -@@ -182,6 +182,12 @@ var _ = Describe("Podman run", func() { - session.WaitWithDefaultTimeout() - Expect(session.ExitCode()).To(Equal(0)) - Expect(session.OutputToString()).To(ContainSubstring("1000")) -+ -+ // Ignore containers.conf setting if --net=host -+ session = podmanTest.Podman([]string{"run", "--rm", "--net", "host", fedoraMinimal, "cat", "/proc/sys/net/ipv4/ping_group_range"}) -+ session.WaitWithDefaultTimeout() -+ Expect(session.ExitCode()).To(Equal(0)) -+ Expect(session.OutputToString()).ToNot((ContainSubstring("1000"))) - }) - - It("podman run containers.conf search domain", func() { -diff --git a/test/e2e/run_test.go b/test/e2e/run_test.go -index c8655dcad0..359c6a41c2 100644 ---- a/test/e2e/run_test.go -+++ b/test/e2e/run_test.go -@@ -375,6 +375,11 @@ USER bin` - session.WaitWithDefaultTimeout() - Expect(session.ExitCode()).To(Equal(0)) - Expect(session.OutputToString()).To(ContainSubstring("net.core.somaxconn = 65535")) -+ -+ // network sysctls should fail if --net=host is set -+ session = podmanTest.Podman([]string{"run", "--net", "host", "--rm", "--sysctl", "net.core.somaxconn=65535", ALPINE, "sysctl", "net.core.somaxconn"}) -+ session.WaitWithDefaultTimeout() -+ Expect(session.ExitCode()).To(Equal(125)) - }) - - It("podman run blkio-weight test", func() { diff --git a/podman.spec b/podman.spec index a5063af..fdce961 100644 --- a/podman.spec +++ b/podman.spec @@ -70,9 +70,6 @@ Source0: %{download_url} # Also, adjust %%prep section as necessary. #Source0: https://github.com/$GITHUB_USER/$GITHUB_USER_REPO/archive/$BRANCH.tar.gz Source1: https://github.com/containers/dnsname/archive/%{commit_plugins}/dnsname-%{shortcommit_plugins}.tar.gz -Patch0: gating-test-crun.patch -Patch1: fix-capset-issue.patch -Patch2: net-host.patch 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. From ede9b4e0655b5b58a8fbd84190406db8ebf0cae9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 18 Nov 2020 19:32:39 +0000 Subject: [PATCH 0789/1467] podman-2:2.2.0-0.1.rc1 autobuilt v2.2.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 9725f05..446713e 100644 --- a/.gitignore +++ b/.gitignore @@ -821,3 +821,4 @@ /v2.1.1.tar.gz /dnsname-a9c2a10.tar.gz /podman-286d356.tar.gz +/v2.2.0-rc1.tar.gz diff --git a/podman.spec b/podman.spec index fdce961..03ba624 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,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 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz @@ -55,12 +55,12 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 2.1.1 +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: 13%{?dist} +Release: 0.1.rc1 Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -689,6 +689,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Nov 18 2020 RH Container Bot - 2:2.2.0-0.1.rc1 +- autobuilt v2.2.0-rc1 + * Wed Nov 18 2020 Lokesh Mandvekar - 2:2.1.1-13 - bump dnsname to v1.1.0, commit a9c2a10 diff --git a/sources b/sources index d4e60b0..8e19127 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (v2.1.1.tar.gz) = 94096aca1816bb1726b74c71a3c3cd50c4c783110c79dd00e851e6292438ccae7b933b6028177039a7d7d96373afcb783f4bc0449a62c18ae97d73767ee3fa26 +SHA512 (v2.2.0-rc1.tar.gz) = e0145fc38b46da0adb385e514df1de3a759512a2434176c850b1b8820136bf479a8eea0c014513d5b03a2589b2c6084c707d96177ece2c79322558197ace8e56 From e6a9f5d09d2befe63bbc69f75e95c754b142359a Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 18 Nov 2020 13:15:20 -0700 Subject: [PATCH 0790/1467] 2.2.0-rc1 : fix broken build - add back %{?dist}, accidentally removed in last commit; without this we don't get the '.f33' - package new fish/zsh completion files - package less-new tmpfiles.d/podman.conf Signed-off-by: Ed Santiago (cherry picked from commit 3272f460dbee669201a462f37f480613b84552aa) Signed-off-by: Lokesh Mandvekar --- podman.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/podman.spec b/podman.spec index 03ba624..dfaa8af 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,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.rc1 +Release: 0.1.rc1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -629,10 +629,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} +%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}.service %{_unitdir}/%{name}.socket @@ -640,6 +642,7 @@ exit 0 %{_unitdir}/%{name}-auto-update.timer %{_userunitdir}/%{name}.service %{_userunitdir}/%{name}.socket + %{_userunitdir}/%{name}-auto-update.service %{_userunitdir}/%{name}-auto-update.timer %if %{with varlink} @@ -673,7 +676,13 @@ exit 0 %files remote %license LICENSE %{_bindir}/%{name}-remote -%{_mandir}/man1/%{name}-remote*.1* +%{_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*.* %endif %files tests From 68ef1d72cb4f2a4f151c1903ee1e5a956c3f8e2f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 18 Nov 2020 16:07:45 -0500 Subject: [PATCH 0791/1467] podman-2:2.2.0-0.2.rc1 - require containers-common 1:1.2.0-8 for shortnames Signed-off-by: Lokesh Mandvekar --- podman.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/podman.spec b/podman.spec index dfaa8af..b77e839 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,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.rc1%{?dist} +Release: 0.2.rc1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -96,11 +96,11 @@ Obsoletes: oci-systemd-hook <= 0.2.0-3 %if 0%{?fedora} BuildRequires: btrfs-progs-devel BuildRequires: ostree-devel -Requires: containers-common >= 1:1.2.0-2 +Requires: containers-common >= 1:1.2.0-8 Recommends: fuse-overlayfs >= 0.3-8 Recommends: crun >= 0.15-5 %else -Requires: containers-common >= 2:1.2.0-2 +Requires: containers-common >= 2:1.2.0-8 %endif %if 0%{?fedora} || 0%{?centos} >= 8 Recommends: %{name}-plugins = %{epoch}:%{version}-%{release} @@ -698,6 +698,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Nov 18 2020 Lokesh Mandvekar - 2:2.2.0-0.2.rc1 +- require containers-common 1:1.2.0-8 for shortnames + * Wed Nov 18 2020 RH Container Bot - 2:2.2.0-0.1.rc1 - autobuilt v2.2.0-rc1 From c2691743fe4644b94f3e0a3a58cc12c66e351e76 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 18 Nov 2020 16:17:11 -0500 Subject: [PATCH 0792/1467] podman-2:2.2.0-0.3.rc1 - podman-plugins should require podman Signed-off-by: Lokesh Mandvekar (cherry picked from commit fe0c24ca600abcefba7af022900698ab125039ed) Signed-off-by: Lokesh Mandvekar --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index b77e839..2ddb65a 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,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.rc1%{?dist} +Release: 0.3.rc1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -446,6 +446,7 @@ connections as well. %package plugins Summary: Plugins for %{name} Requires: dnsmasq +Requires: %{name} = %{epoch}:%{version}-%{release} %description plugins This plugin sets up the use of dnsmasq on a given CNI network so @@ -698,6 +699,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Wed Nov 18 2020 Lokesh Mandvekar - 2:2.2.0-0.3.rc1 +- podman-plugins should require podman + * Wed Nov 18 2020 Lokesh Mandvekar - 2:2.2.0-0.2.rc1 - require containers-common 1:1.2.0-8 for shortnames From 5d8573d1270a19f1101a54170031908618ae79aa Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 18 Nov 2020 16:18:55 -0500 Subject: [PATCH 0793/1467] better changelog message for latest entry Signed-off-by: Lokesh Mandvekar --- podman.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 2ddb65a..bd0fa1c 100644 --- a/podman.spec +++ b/podman.spec @@ -700,7 +700,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog * Wed Nov 18 2020 Lokesh Mandvekar - 2:2.2.0-0.3.rc1 -- podman-plugins should require podman +- podman-plugins should require podman otherwise it can cause funny upgrade +scenarios, where if "podman" upgrade fails, "podman-plugins" could still +succeed * Wed Nov 18 2020 Lokesh Mandvekar - 2:2.2.0-0.2.rc1 - require containers-common 1:1.2.0-8 for shortnames From 7c3ac165941ccdc9be59ee400003371e29fb906a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 19 Nov 2020 14:33:53 +0000 Subject: [PATCH 0794/1467] 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 63f15c58c257b8c382f276bba5d823d4651a8f41 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 19 Nov 2020 15:21:18 -0500 Subject: [PATCH 0795/1467] use %define instead of %global for centos Signed-off-by: Lokesh Mandvekar --- podman.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/podman.spec b/podman.spec index bd0fa1c..1c11227 100644 --- a/podman.spec +++ b/podman.spec @@ -38,10 +38,10 @@ %define 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 a9c2a10a3a24e082996cf2d9edb1cee295651413 -%global shortcommit_plugins %(c=%{commit_plugins}; echo ${c:0:7}) +%define import_path_plugins %%{provider}.%{provider_tld}/%{project}/%{repo_plugins} +%define git_plugins https://%{import_path_plugins} +%define commit_plugins a9c2a10a3a24e082996cf2d9edb1cee295651413 +%define shortcommit_plugins %(c=%{commit_plugins}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) From 25ecad4ee0cff0354fc1a4f71ca0633d87f93cbd Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 19 Nov 2020 15:28:25 -0500 Subject: [PATCH 0796/1467] use full url for Source1 Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 1c11227..a59d6e0 100644 --- a/podman.spec +++ b/podman.spec @@ -69,7 +69,7 @@ Source0: %{download_url} # uncomment below Source0, and replace the placeholders with the right info # Also, adjust %%prep section as necessary. #Source0: https://github.com/$GITHUB_USER/$GITHUB_USER_REPO/archive/$BRANCH.tar.gz -Source1: https://github.com/containers/dnsname/archive/%{commit_plugins}/dnsname-%{shortcommit_plugins}.tar.gz +Source1: https://github.com/containers/dnsname/archive/a9c2a10a3a24e082996cf2d9edb1cee295651413/dnsname-a9c2a10.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. From 5432758b144fd51aa9ea904c446516499aeac0ae Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 19 Nov 2020 16:00:10 -0500 Subject: [PATCH 0797/1467] hardcode import_path Signed-off-by: Lokesh Mandvekar --- podman.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/podman.spec b/podman.spec index a59d6e0..a7f469b 100644 --- a/podman.spec +++ b/podman.spec @@ -32,7 +32,7 @@ %define provider_tld com %define project containers %define repo %{name} -# https://github.com/containers/libpod +# https://github.com/containers/podman %define import_path %{provider}.%{provider_tld}/%{project}/%{repo} %define git0 https://%{import_path} @@ -475,7 +475,7 @@ export GO111MODULE=off pushd dnsname-%{commit_plugins} mkdir _build pushd _build -mkdir -p src/%{provider}.%{provider_tld}/%{project} +mkdir -p src/github.com/containers ln -s ../../../../ src/%{import_path_plugins} popd ln -s vendor src @@ -486,7 +486,7 @@ popd export GOPATH=$(pwd)/_build:$(pwd) mkdir _build pushd _build -mkdir -p src/%{provider}.%{provider_tld}/%{project} +mkdir -p src/github.com/containers ln -s ../../../../ src/%{import_path} popd ln -s vendor src From 0cbec811318fe978eb608bbda77d9d1a8ba91c56 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 20 Nov 2020 14:33:17 +0000 Subject: [PATCH 0798/1467] 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 a16b12bb087f6daf089e89aa1e1e3f47cef5915b Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 20 Nov 2020 11:16:51 -0500 Subject: [PATCH 0799/1467] use %global instead of %define for podman-plugins Signed-off-by: Lokesh Mandvekar --- podman.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/podman.spec b/podman.spec index a7f469b..82bb5de 100644 --- a/podman.spec +++ b/podman.spec @@ -36,12 +36,12 @@ %define import_path %{provider}.%{provider_tld}/%{project}/%{repo} %define git0 https://%{import_path} -%define repo_plugins dnsname +%global repo_plugins dnsname # https://github.com/containers/libpod -%define import_path_plugins %%{provider}.%{provider_tld}/%{project}/%{repo_plugins} -%define git_plugins https://%{import_path_plugins} -%define commit_plugins a9c2a10a3a24e082996cf2d9edb1cee295651413 -%define shortcommit_plugins %(c=%{commit_plugins}; echo ${c:0:7}) +%global import_path_plugins %%{provider}.%{provider_tld}/%{project}/%{repo_plugins} +%global git_plugins https://%{import_path_plugins} +%global commit_plugins a9c2a10a3a24e082996cf2d9edb1cee295651413 +%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) @@ -475,7 +475,7 @@ export GO111MODULE=off pushd dnsname-%{commit_plugins} mkdir _build pushd _build -mkdir -p src/github.com/containers +mkdir -p src/%{provider}.%{provider_tld}/%{project} ln -s ../../../../ src/%{import_path_plugins} popd ln -s vendor src @@ -486,7 +486,7 @@ popd export GOPATH=$(pwd)/_build:$(pwd) mkdir _build pushd _build -mkdir -p src/github.com/containers +mkdir -p src/%{provider}.%{provider_tld}/%{project} ln -s ../../../../ src/%{import_path} popd ln -s vendor src From 5bac95eb1e42fb0d32f901d8637b742fd813ffc8 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 20 Nov 2020 11:18:12 -0500 Subject: [PATCH 0800/1467] podman-2:2.2.0-0.4.rc1 - use latest containers-common 1.2.0-9 Signed-off-by: Lokesh Mandvekar --- podman.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/podman.spec b/podman.spec index 82bb5de..8ace87b 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,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.rc1%{?dist} +Release: 0.4.rc1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -96,11 +96,11 @@ Obsoletes: oci-systemd-hook <= 0.2.0-3 %if 0%{?fedora} BuildRequires: btrfs-progs-devel BuildRequires: ostree-devel -Requires: containers-common >= 1:1.2.0-8 +Requires: containers-common >= 1:1.2.0-9 Recommends: fuse-overlayfs >= 0.3-8 Recommends: crun >= 0.15-5 %else -Requires: containers-common >= 2:1.2.0-8 +Requires: containers-common >= 2:1.2.0-9 %endif %if 0%{?fedora} || 0%{?centos} >= 8 Recommends: %{name}-plugins = %{epoch}:%{version}-%{release} @@ -699,6 +699,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Nov 20 2020 Lokesh Mandvekar - 2:2.2.0-0.4.rc1 +- use latest containers-common 1.2.0-9 + * Wed Nov 18 2020 Lokesh Mandvekar - 2:2.2.0-0.3.rc1 - podman-plugins should require podman otherwise it can cause funny upgrade scenarios, where if "podman" upgrade fails, "podman-plugins" could still From b8c95c5e84feea49ec31753bbf58f96b918e8fd8 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 20 Nov 2020 13:45:57 -0500 Subject: [PATCH 0801/1467] handle centos7 Signed-off-by: Lokesh Mandvekar --- podman.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/podman.spec b/podman.spec index 8ace87b..3fbc4ab 100644 --- a/podman.spec +++ b/podman.spec @@ -547,9 +547,13 @@ done # do not install remote manpages on centos7 %if ! 0%{?fedora} && 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 -f %{buildroot}%{_mandir}/man1/docker-remote.1 +rm -f %{buildroot}%{_mandir}/man1/%{name}-remote.1 +rm -f %{buildroot}%{_mandir}/man5/%{name}-remote.conf.5 +rm -f %{buildroot}%{_datadir}/bash-completion/completions/%{name}-remote +rm -f %{buildroot}%{_datadir}/zsh/site-functions/_%{name}-remote +rm -f %{buildroot}%{_datadir}/fish/vendor_completions/%{name}-remote.fish + %endif # source codes for building projects @@ -643,7 +647,6 @@ exit 0 %{_unitdir}/%{name}-auto-update.timer %{_userunitdir}/%{name}.service %{_userunitdir}/%{name}.socket - %{_userunitdir}/%{name}-auto-update.service %{_userunitdir}/%{name}-auto-update.timer %if %{with varlink} From 5fab7f28a05cb7b9b8f9f0d2b38349cf03191b4a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Sat, 21 Nov 2020 14:32:50 +0000 Subject: [PATCH 0802/1467] 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 0803/1467] 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 6795c07998e33070c3365ba23a58057adb4042a7 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 23 Nov 2020 13:41:19 -0500 Subject: [PATCH 0804/1467] podman-2:2.2.0-0.5.rc1 - handle centos7 Signed-off-by: Lokesh Mandvekar --- podman.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/podman.spec b/podman.spec index 3fbc4ab..a9909e8 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,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.rc1%{?dist} +Release: 0.5.rc1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -552,8 +552,8 @@ rm -f %{buildroot}%{_mandir}/man1/%{name}-remote.1 rm -f %{buildroot}%{_mandir}/man5/%{name}-remote.conf.5 rm -f %{buildroot}%{_datadir}/bash-completion/completions/%{name}-remote rm -f %{buildroot}%{_datadir}/zsh/site-functions/_%{name}-remote -rm -f %{buildroot}%{_datadir}/fish/vendor_completions/%{name}-remote.fish - +rm -f %{buildroot}%{_datadir}/fish/vendor_completions.d/%{name}-remote.fish +rm -f %{buildroot}%{_tmpfilesdir}/%{name}.conf %endif # source codes for building projects @@ -682,11 +682,12 @@ exit 0 %{_bindir}/%{name}-remote %{_mandir}/man1/%{name}-remote*.* %{_datadir}/bash-completion/completions/%{name}-remote +%dir %{_datadir}/fish %dir %{_datadir}/fish/vendor_completions.d %{_datadir}/fish/vendor_completions.d/%{name}-remote.fish +%dir %{_datadir}/zsh %dir %{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/_%{name}-remote -#%%{_datadir}/man/man5/%%{name}-remote*.* %endif %files tests @@ -702,6 +703,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Nov 23 2020 Lokesh Mandvekar - 2:2.2.0-0.5.rc1 +- handle centos7 + * Fri Nov 20 2020 Lokesh Mandvekar - 2:2.2.0-0.4.rc1 - use latest containers-common 1.2.0-9 From 966f988c95b868996da3e259250f1dac6c395481 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 23 Nov 2020 20:20:47 +0000 Subject: [PATCH 0805/1467] 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 0806/1467] 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 0807/1467] 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 0808/1467] 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 132846cd081b4f6ff084632d51c241fcc77295b1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 24 Nov 2020 12:33:27 +0000 Subject: [PATCH 0809/1467] podman-2:2.2.0-0.6.rc2 autobuilt v2.2.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 446713e..d67ca62 100644 --- a/.gitignore +++ b/.gitignore @@ -822,3 +822,4 @@ /dnsname-a9c2a10.tar.gz /podman-286d356.tar.gz /v2.2.0-rc1.tar.gz +/v2.2.0-rc2.tar.gz diff --git a/podman.spec b/podman.spec index a9909e8..aad1081 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,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 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz @@ -60,7 +60,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.rc1%{?dist} +Release: 0.6.rc2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -703,6 +703,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Nov 24 2020 RH Container Bot - 2:2.2.0-0.6.rc2 +- autobuilt v2.2.0-rc2 + * Mon Nov 23 2020 Lokesh Mandvekar - 2:2.2.0-0.5.rc1 - handle centos7 diff --git a/sources b/sources index 8e19127..6c9d34b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (v2.2.0-rc1.tar.gz) = e0145fc38b46da0adb385e514df1de3a759512a2434176c850b1b8820136bf479a8eea0c014513d5b03a2589b2c6084c707d96177ece2c79322558197ace8e56 +SHA512 (v2.2.0-rc2.tar.gz) = 2478fcb41226690e61bc47643773c3027133ab44865a395df811e7b0977bcb33704f4aa41bfe2aba0636fb63fa0900aa15e3b946b85b542715c121a829220484 From 1b6b4eafcf356efed929df14fa910af29dd56aa0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 24 Nov 2020 18:03:00 +0000 Subject: [PATCH 0810/1467] 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 0811/1467] 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 0812/1467] 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 0813/1467] 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 0814/1467] 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 0815/1467] 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 0816/1467] 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 0817/1467] 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 0818/1467] 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 0819/1467] 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 0820/1467] 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 0821/1467] 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 540063311a1f83408e0e309b8dc948993c346b92 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 1 Dec 2020 02:33:35 +0000 Subject: [PATCH 0822/1467] podman-2:2.2.0-1 autobuilt v2.2.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 d67ca62..6ef8763 100644 --- a/.gitignore +++ b/.gitignore @@ -823,3 +823,4 @@ /podman-286d356.tar.gz /v2.2.0-rc1.tar.gz /v2.2.0-rc2.tar.gz +/v2.2.0.tar.gz diff --git a/podman.spec b/podman.spec index aad1081..2c627e2 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,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 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz @@ -60,7 +60,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.rc2%{?dist} +Release: 1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -703,6 +703,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Dec 1 2020 RH Container Bot - 2:2.2.0-1 +- autobuilt v2.2.0 + * Tue Nov 24 2020 RH Container Bot - 2:2.2.0-0.6.rc2 - autobuilt v2.2.0-rc2 diff --git a/sources b/sources index 6c9d34b..ecc85f0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 -SHA512 (v2.2.0-rc2.tar.gz) = 2478fcb41226690e61bc47643773c3027133ab44865a395df811e7b0977bcb33704f4aa41bfe2aba0636fb63fa0900aa15e3b946b85b542715c121a829220484 +SHA512 (v2.2.0.tar.gz) = 8c8a8ec73c8d454450d83f1f0429b3e09e2a6a331c6ee2ce1733ebc30850a95a265669fbebf02b15508c4cbf036a03f849dcf1918875424f139f2706ee0c1b8d From 68c92378606b3ce4525f58ab64e9616e5b686400 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 1 Dec 2020 14:02:46 +0000 Subject: [PATCH 0823/1467] 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 0824/1467] 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 0825/1467] 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 0826/1467] 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 4690ee0136c8f7d8fae60ec55d65a37b064bb10c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 1 Dec 2020 12:25:35 -0500 Subject: [PATCH 0827/1467] podman-2:2.2.0-2 - use podman-plugins / dnsname upstream v1.1.1 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + podman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6ef8763..2fa212e 100644 --- a/.gitignore +++ b/.gitignore @@ -824,3 +824,4 @@ /v2.2.0-rc1.tar.gz /v2.2.0-rc2.tar.gz /v2.2.0.tar.gz +/dnsname-c654c95.tar.gz diff --git a/podman.spec b/podman.spec index 2c627e2..66e90ae 100644 --- a/podman.spec +++ b/podman.spec @@ -40,7 +40,7 @@ # 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 a9c2a10a3a24e082996cf2d9edb1cee295651413 +%global commit_plugins c654c95366ac5f309ca3e5727c9b858864247328 %global shortcommit_plugins %(c=%{commit_plugins}; echo ${c:0:7}) # Used for comparing with latest upstream tag @@ -60,7 +60,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: 1%{?dist} +Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -69,7 +69,7 @@ Source0: %{download_url} # uncomment below Source0, and replace the placeholders with the right info # Also, adjust %%prep section as necessary. #Source0: https://github.com/$GITHUB_USER/$GITHUB_USER_REPO/archive/$BRANCH.tar.gz -Source1: https://github.com/containers/dnsname/archive/a9c2a10a3a24e082996cf2d9edb1cee295651413/dnsname-a9c2a10.tar.gz +Source1: https://github.com/containers/dnsname/archive/c654c95366ac5f309ca3e5727c9b858864247328/dnsname-c654c95.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. @@ -703,6 +703,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Dec 1 2020 Lokesh Mandvekar - 2:2.2.0-2 +- use podman-plugins / dnsname upstream v1.1.1 + * Tue Dec 1 2020 RH Container Bot - 2:2.2.0-1 - autobuilt v2.2.0 diff --git a/sources b/sources index ecc85f0..2da6b4a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868 +SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 SHA512 (v2.2.0.tar.gz) = 8c8a8ec73c8d454450d83f1f0429b3e09e2a6a331c6ee2ce1733ebc30850a95a265669fbebf02b15508c4cbf036a03f849dcf1918875424f139f2706ee0c1b8d From 10145f1bdf8f49f7aca89dab63d4f3eecd9050df Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 1 Dec 2020 19:33:14 +0000 Subject: [PATCH 0828/1467] 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 0829/1467] 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 0830/1467] 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 0831/1467] 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 0832/1467] 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 0833/1467] 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 0834/1467] 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 eab33a46b9fb5cee0fc1232ab327d6336bc0ad82 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 2 Dec 2020 13:40:08 -0500 Subject: [PATCH 0835/1467] handle btrfs for centos Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 66e90ae..9473adf 100644 --- a/podman.spec +++ b/podman.spec @@ -501,7 +501,7 @@ export BUILDTAGS="systemd seccomp exclude_graphdriver_devicemapper $(hack/btrfs_ export BUILDTAGS+=" varlink" %endif %if 0%{?centos} -export BUILDTAGS+=" exclude_graphdriver_btrfs containers_image_ostree_stub" +export BUILDTAGS+=" exclude_graphdriver_btrfs btrfs_noversion containers_image_ostree_stub" %endif # build date. FIXME: Makefile uses '/v2/libpod', that doesn't work here? From edb873c46d2e5d622cee1581b0fc4ed604d86db2 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 2 Dec 2020 19:32:52 +0000 Subject: [PATCH 0836/1467] 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 0837/1467] 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 0838/1467] 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 0839/1467] 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 0840/1467] 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 0841/1467] 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 0842/1467] 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 0843/1467] 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 0844/1467] 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 0845/1467] 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 0846/1467] 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 0847/1467] 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 0848/1467] 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 0849/1467] 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 0850/1467] 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 0851/1467] 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 0852/1467] 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 0853/1467] 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 0854/1467] 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 0855/1467] 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 aa5f4c2e24fd8729baa16b7162480766981332a7 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 7 Dec 2020 10:08:03 -0500 Subject: [PATCH 0856/1467] Harden cgo based golang binaries - adjust CGO_CFLAGS to make both koji and checksec happy Reported-by: Wade Mealing Signed-off-by: Lokesh Mandvekar --- podman.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/podman.spec b/podman.spec index 9473adf..ba016ce 100644 --- a/podman.spec +++ b/podman.spec @@ -470,6 +470,12 @@ tar zxf %{SOURCE1} %build export GO111MODULE=off +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" # build plugins first cause we don't wanna use podman's buildtags pushd dnsname-%{commit_plugins} From c3a1c76c950305e518b8bea0d8e8a17701025747 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 7 Dec 2020 10:09:20 -0500 Subject: [PATCH 0857/1467] podman-2:2.2.0-3 - harden cgo based golang binaries Reported-by: Wade Mealing Signed-off-by: Lokesh Mandvekar --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index ba016ce..82ef65c 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,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: 2%{?dist} +Release: 3%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -709,6 +709,10 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Dec 7 2020 Lokesh Mandvekar - 2:2.2.0-3 +- harden cgo based golang binaries +- Reported-by: Wade Mealing + * Tue Dec 1 2020 Lokesh Mandvekar - 2:2.2.0-2 - use podman-plugins / dnsname upstream v1.1.1 From 7a29eeae7ce0ee139eb01315cb1a3da22cad5fa9 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 7 Dec 2020 10:31:29 -0500 Subject: [PATCH 0858/1467] -fcf-protection cflag NOT for centos <= 7 Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 82ef65c..7435f07 100644 --- a/podman.spec +++ b/podman.spec @@ -472,7 +472,10 @@ tar zxf %{SOURCE1} export GO111MODULE=off 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 14cadff0a4bf969baef51183e496578d2d96814c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 7 Dec 2020 10:31:29 -0500 Subject: [PATCH 0859/1467] -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 d909aed18cd11798a2d3aa6f75ab1b25a7047757 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 7 Dec 2020 10:32:33 -0500 Subject: [PATCH 0860/1467] podman-2:2.2.0-4 - bump release tag to make centos OBS 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 7435f07..a0c82fc 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,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: 3%{?dist} +Release: 4%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -712,6 +712,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Dec 7 2020 Lokesh Mandvekar - 2:2.2.0-4 +- bump release tag to make centos OBS happy + * Mon Dec 7 2020 Lokesh Mandvekar - 2:2.2.0-3 - harden cgo based golang binaries - Reported-by: Wade Mealing From 1e029202d50dff20f80d00e0785f0478a5cd5bc0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 7 Dec 2020 16:02:46 +0000 Subject: [PATCH 0861/1467] 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 0862/1467] 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 0863/1467] 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 0864/1467] 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 0865/1467] 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 0866/1467] 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 2a7686f0acbda93105ad5d71ceee1cac4fbd2edc Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 8 Dec 2020 14:33:13 +0000 Subject: [PATCH 0867/1467] podman-2:2.2.1-1 autobuilt v2.2.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 2fa212e..ccf8974 100644 --- a/.gitignore +++ b/.gitignore @@ -825,3 +825,4 @@ /v2.2.0-rc2.tar.gz /v2.2.0.tar.gz /dnsname-c654c95.tar.gz +/v2.2.1.tar.gz diff --git a/podman.spec b/podman.spec index a0c82fc..6bd6e96 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,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 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz @@ -55,12 +55,12 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 2.2.0 +Version: 2.2.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/ @@ -712,6 +712,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Dec 8 2020 RH Container Bot - 2:2.2.1-1 +- autobuilt v2.2.1 + * Mon Dec 7 2020 Lokesh Mandvekar - 2:2.2.0-4 - bump release tag to make centos OBS happy diff --git a/sources b/sources index 2da6b4a..01ae7d3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (v2.2.0.tar.gz) = 8c8a8ec73c8d454450d83f1f0429b3e09e2a6a331c6ee2ce1733ebc30850a95a265669fbebf02b15508c4cbf036a03f849dcf1918875424f139f2706ee0c1b8d +SHA512 (v2.2.1.tar.gz) = 4c6eda9320daf18b5f0e892c0f3019a5658d983936c25a195bcb1fbc28c18a9a65e87043faddeb47e9f62c9b445efc2906a2b7ccedca877941fadb21b1b68367 From fc09b08c7470b050385afaadc0758ebfb75e037a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 8 Dec 2020 15:33:31 +0000 Subject: [PATCH 0868/1467] 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 0869/1467] 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 0870/1467] 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 0871/1467] 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 0872/1467] 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 0873/1467] 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 0874/1467] 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 0875/1467] 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 0876/1467] 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 0877/1467] 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 0878/1467] 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 0879/1467] 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 0880/1467] 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 0881/1467] 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 0882/1467] 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 0883/1467] 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 0884/1467] 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 0885/1467] 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 0886/1467] 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 0887/1467] 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 0888/1467] 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 0889/1467] 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 0890/1467] 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 0891/1467] 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 0892/1467] 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 0893/1467] 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 0894/1467] 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 0895/1467] 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 0896/1467] 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 0897/1467] 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 0898/1467] 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 0899/1467] 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 0900/1467] 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 0901/1467] 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 0902/1467] 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 0903/1467] 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 0904/1467] 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 0905/1467] 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 0906/1467] 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 0907/1467] 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 0908/1467] 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 0909/1467] 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 0910/1467] 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 0911/1467] 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 0912/1467] 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 0913/1467] 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 0914/1467] 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 0915/1467] 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 0916/1467] 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 0917/1467] 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 0918/1467] 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 0919/1467] 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 0920/1467] 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 0921/1467] 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 0922/1467] 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 0923/1467] 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 0924/1467] 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 0925/1467] 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 0926/1467] 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 0927/1467] 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 0928/1467] 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 0929/1467] 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 0930/1467] 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 0931/1467] 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 0932/1467] 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 0933/1467] 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 0934/1467] 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 0935/1467] 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 0936/1467] 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 0937/1467] 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 0938/1467] 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 0939/1467] 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 0940/1467] 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 0941/1467] 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 0942/1467] 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 0943/1467] 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 0944/1467] 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 0945/1467] 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 0946/1467] 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 0947/1467] 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 0948/1467] 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 0949/1467] 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 0950/1467] 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 0951/1467] 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 0952/1467] 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 0953/1467] 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 0954/1467] 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 90db42a56cf4c0c944229459a71a7131706f95cf Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 11 Jan 2021 14:37:44 -0500 Subject: [PATCH 0955/1467] BR: git-core instead of git Signed-off-by: Lokesh Mandvekar (cherry picked from commit fb46e70f3556f2b7999f881ed6fa8610c0e96ce8) --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 6bd6e96..d0ec2c2 100644 --- a/podman.spec +++ b/podman.spec @@ -77,7 +77,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 0956/1467] 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 0957/1467] 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 0958/1467] 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 0959/1467] 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 0960/1467] 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 0961/1467] 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 0962/1467] 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 0963/1467] 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 0964/1467] 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 0965/1467] 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 0966/1467] 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 0967/1467] 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 0968/1467] 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 0969/1467] 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 0970/1467] 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 0971/1467] 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 0972/1467] 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 0973/1467] 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 0974/1467] 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 0975/1467] 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 0976/1467] 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 0977/1467] 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 0978/1467] 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 0979/1467] 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 0980/1467] 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 0981/1467] 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 8127fac7be9569c6b1078cace5517a65fb483889 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 18 Jan 2021 16:03:17 +0000 Subject: [PATCH 0982/1467] podman-2:3.0.0-0.1.rc1 autobuilt v3.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 ccf8974..60ed953 100644 --- a/.gitignore +++ b/.gitignore @@ -826,3 +826,4 @@ /v2.2.0.tar.gz /dnsname-c654c95.tar.gz /v2.2.1.tar.gz +/v3.0.0-rc1.tar.gz diff --git a/podman.spec b/podman.spec index d0ec2c2..bffe1d3 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,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 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz @@ -55,12 +55,12 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 2.2.1 +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: 1%{?dist} +Release: 0.1.rc1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -712,6 +712,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jan 18 2021 RH Container Bot - 2:3.0.0-0.1.rc1 +- autobuilt v3.0.0-rc1 + * Tue Dec 8 2020 RH Container Bot - 2:2.2.1-1 - autobuilt v2.2.1 diff --git a/sources b/sources index 01ae7d3..dccb33c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (v2.2.1.tar.gz) = 4c6eda9320daf18b5f0e892c0f3019a5658d983936c25a195bcb1fbc28c18a9a65e87043faddeb47e9f62c9b445efc2906a2b7ccedca877941fadb21b1b68367 +SHA512 (v3.0.0-rc1.tar.gz) = 118c7b9fd3ca05d32cfbc5e6a1ba9e62a62d4c55201eec580380b7f4e19162c09fdefc9950fd5d04090e16c0393507c261d7c83a3e89e9ffafc72bcf234f0c28 From 9829f9c48e8e77ae7b3126e3cecabdf5d6317b4e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 18 Jan 2021 11:28:06 -0500 Subject: [PATCH 0983/1467] Revert "podman-2:3.0.0-0.1.rc1" do not bump to 3.0 on f32 This reverts commit 8127fac7be9569c6b1078cace5517a65fb483889. --- .gitignore | 1 - podman.spec | 9 +++------ sources | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 60ed953..ccf8974 100644 --- a/.gitignore +++ b/.gitignore @@ -826,4 +826,3 @@ /v2.2.0.tar.gz /dnsname-c654c95.tar.gz /v2.2.1.tar.gz -/v3.0.0-rc1.tar.gz diff --git a/podman.spec b/podman.spec index bffe1d3..d0ec2c2 100644 --- a/podman.spec +++ b/podman.spec @@ -45,7 +45,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 v2.2.1 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz @@ -55,12 +55,12 @@ Epoch: 2 %else Epoch: 0 %endif -Version: 3.0.0 +Version: 2.2.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: 0.1.rc1%{?dist} +Release: 1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -712,9 +712,6 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog -* Mon Jan 18 2021 RH Container Bot - 2:3.0.0-0.1.rc1 -- autobuilt v3.0.0-rc1 - * Tue Dec 8 2020 RH Container Bot - 2:2.2.1-1 - autobuilt v2.2.1 diff --git a/sources b/sources index dccb33c..01ae7d3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0 -SHA512 (v3.0.0-rc1.tar.gz) = 118c7b9fd3ca05d32cfbc5e6a1ba9e62a62d4c55201eec580380b7f4e19162c09fdefc9950fd5d04090e16c0393507c261d7c83a3e89e9ffafc72bcf234f0c28 +SHA512 (v2.2.1.tar.gz) = 4c6eda9320daf18b5f0e892c0f3019a5658d983936c25a195bcb1fbc28c18a9a65e87043faddeb47e9f62c9b445efc2906a2b7ccedca877941fadb21b1b68367 From 2a1b3a36380be4cba0b961a3db620f0eac876f63 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 18 Jan 2021 11:39:21 -0500 Subject: [PATCH 0984/1467] bump release for centos7 Signed-off-by: Lokesh Mandvekar --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index d0ec2c2..212d6b6 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,7 @@ Version: 2.2.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/ @@ -712,6 +712,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Jan 18 2021 Lokesh Mandvekar - 2:2.2.1-2 +- bump release + * Tue Dec 8 2020 RH Container Bot - 2:2.2.1-1 - autobuilt v2.2.1 From b9f88def2784b22254e073e4209a815a8400bd1a Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 18 Jan 2021 19:33:05 +0000 Subject: [PATCH 0985/1467] 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 0986/1467] 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 0987/1467] 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 0988/1467] 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 0989/1467] 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 0990/1467] 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 0991/1467] 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 0992/1467] 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 0993/1467] 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 0994/1467] 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 0995/1467] 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 0996/1467] 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 0997/1467] 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 0998/1467] 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 0999/1467] 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 1000/1467] 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 1001/1467] 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 1002/1467] 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 1003/1467] 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 1004/1467] 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 1005/1467] 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 1006/1467] 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 1007/1467] 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 1008/1467] 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 1009/1467] 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 1010/1467] 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 1011/1467] 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 1012/1467] 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 1013/1467] 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 1014/1467] 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 1015/1467] 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 1016/1467] 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 1017/1467] 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 1018/1467] 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 1019/1467] 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 1020/1467] 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 1021/1467] 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 1022/1467] 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 1023/1467] 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 1024/1467] 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 1025/1467] 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 1026/1467] 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 1027/1467] 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 1028/1467] 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 1029/1467] 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 1030/1467] 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 1031/1467] 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 1032/1467] 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 1033/1467] 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 1034/1467] 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 1035/1467] 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 1036/1467] 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 1037/1467] 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 1038/1467] 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 1039/1467] 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 1040/1467] 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 1041/1467] 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 1042/1467] 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 1043/1467] 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 1044/1467] 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 1045/1467] 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 1046/1467] 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 1047/1467] 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 1048/1467] 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 1049/1467] 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 1050/1467] 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 1051/1467] 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 1052/1467] 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 1053/1467] 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 1054/1467] 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 1055/1467] 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 1056/1467] 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 1057/1467] 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 1058/1467] 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 1059/1467] 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 1060/1467] 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 1061/1467] 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 1062/1467] 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 1063/1467] 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 1064/1467] 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 1065/1467] 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 1066/1467] 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 1067/1467] 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 1068/1467] 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 1069/1467] 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 1070/1467] 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 1071/1467] 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 1072/1467] 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 1073/1467] 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 1074/1467] 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 1075/1467] 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 1076/1467] 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 1077/1467] 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 1078/1467] 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 1079/1467] 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 1080/1467] 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 1081/1467] 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 1082/1467] 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 1083/1467] 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 1084/1467] 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 1085/1467] 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 1086/1467] 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 1087/1467] 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 1088/1467] 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 1089/1467] 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 1090/1467] 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 1091/1467] 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 1092/1467] 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 1093/1467] 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 1094/1467] 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 1095/1467] 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 1096/1467] 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 1097/1467] 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 1098/1467] 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 1099/1467] 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 1100/1467] 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 1101/1467] 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 1102/1467] 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 1103/1467] 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 1104/1467] 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 1105/1467] 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 1106/1467] 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 1107/1467] 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 1108/1467] 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 1109/1467] 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 1110/1467] 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 1111/1467] 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 1112/1467] 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 1113/1467] 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 1114/1467] 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 1115/1467] 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 1116/1467] 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 1117/1467] 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 1118/1467] 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 1119/1467] 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 1120/1467] 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 1121/1467] 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 1122/1467] 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 1123/1467] 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 1124/1467] 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 1125/1467] 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 1126/1467] 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 1127/1467] 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 1128/1467] 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 1129/1467] 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 1130/1467] 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 1131/1467] 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 1132/1467] 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 1133/1467] 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 1134/1467] 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 1135/1467] 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 1136/1467] 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 1137/1467] 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 1138/1467] 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 1139/1467] 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 1140/1467] 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 1141/1467] 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 1142/1467] 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 1143/1467] 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 1144/1467] 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 1145/1467] 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 1146/1467] 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 1147/1467] 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 1148/1467] 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 1149/1467] 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 1150/1467] 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 1151/1467] 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 1152/1467] 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 1153/1467] 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 1154/1467] 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 1155/1467] 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 1156/1467] 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 1157/1467] 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 1158/1467] 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 1159/1467] 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 1160/1467] 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 1161/1467] 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 1162/1467] 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 1163/1467] 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 1164/1467] 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 1165/1467] 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 1166/1467] 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 1167/1467] 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 1168/1467] 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 1169/1467] 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 1170/1467] 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 1171/1467] 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 1172/1467] 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 1173/1467] 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 1174/1467] 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 1175/1467] 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 1176/1467] 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 1177/1467] 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 1178/1467] 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 1179/1467] 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 1180/1467] 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 1181/1467] 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 1182/1467] 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 1183/1467] 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 1184/1467] 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 1185/1467] 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 1186/1467] 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 1187/1467] 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 1188/1467] 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 1189/1467] 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 1190/1467] 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 1191/1467] 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 1192/1467] 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 1193/1467] 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 1194/1467] 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 1195/1467] 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 1196/1467] 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 1197/1467] 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 1198/1467] 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 1199/1467] 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 1200/1467] 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 1201/1467] 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 1202/1467] 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 1203/1467] 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 1204/1467] 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 1205/1467] 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 1206/1467] 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 1207/1467] 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 1208/1467] 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 1209/1467] 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 1210/1467] 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 1211/1467] 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 1212/1467] 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 1213/1467] 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 1214/1467] 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 1215/1467] 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 1216/1467] - 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 1217/1467] 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 1218/1467] 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 1219/1467] 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 1220/1467] 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 1221/1467] 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 1222/1467] 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 1223/1467] 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 1224/1467] 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 1225/1467] 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 1226/1467] 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 1227/1467] 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 1228/1467] 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 1229/1467] 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 1230/1467] 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 1231/1467] 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 1232/1467] 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 1233/1467] 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 1234/1467] 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 1235/1467] 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 1236/1467] 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 1237/1467] 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 1238/1467] 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 1239/1467] 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 1240/1467] 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 1241/1467] 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 1242/1467] 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 1243/1467] 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 1244/1467] 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 1245/1467] 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 1246/1467] 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 1247/1467] 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 1248/1467] 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 1249/1467] 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 1250/1467] 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 1251/1467] 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 1252/1467] 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 1253/1467] 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 1254/1467] 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 1255/1467] 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 1256/1467] 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 1257/1467] 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 1258/1467] 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 1259/1467] 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 1260/1467] 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 1261/1467] 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 1262/1467] 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 1263/1467] 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 1264/1467] 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 1265/1467] 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 1266/1467] 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 1267/1467] 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 1268/1467] 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 1269/1467] 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 1270/1467] 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 1271/1467] 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 1272/1467] 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 1273/1467] 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 1274/1467] 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 1275/1467] 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 1276/1467] 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 1277/1467] 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 1278/1467] 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 1279/1467] 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 1280/1467] 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 1281/1467] 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 1282/1467] 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 1283/1467] 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 1284/1467] 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 1285/1467] 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 1286/1467] 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 1287/1467] 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 1288/1467] 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 1289/1467] 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 1290/1467] 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 1291/1467] 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 1292/1467] 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 1293/1467] 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 1294/1467] 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 1295/1467] 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 1296/1467] 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 1297/1467] 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 1298/1467] 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 1299/1467] 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 1300/1467] 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 1301/1467] 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 1302/1467] 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 1303/1467] 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 1304/1467] 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 1305/1467] 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 1306/1467] 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 1307/1467] 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 1308/1467] 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 1309/1467] 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 1310/1467] 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 1311/1467] 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 1312/1467] 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 1313/1467] 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 1314/1467] 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 1315/1467] 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 1316/1467] 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 1317/1467] 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 1318/1467] 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 1319/1467] 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 1320/1467] 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 1321/1467] 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 1322/1467] 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 1323/1467] 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 1324/1467] 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 1325/1467] 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 1326/1467] 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 1327/1467] 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 1328/1467] 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 1329/1467] 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 1330/1467] 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 1331/1467] 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 1332/1467] 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 1333/1467] 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 1334/1467] 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 1335/1467] 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 1336/1467] 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 1337/1467] 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 1338/1467] 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 1339/1467] 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 1340/1467] 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 1341/1467] 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 1342/1467] 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 1343/1467] 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 1344/1467] 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 1345/1467] 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 1346/1467] 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 1347/1467] 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 1348/1467] 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 1349/1467] 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 1350/1467] 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 1351/1467] 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 1352/1467] 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 1353/1467] 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 1354/1467] 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 1355/1467] 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 1356/1467] 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 1357/1467] 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 1358/1467] 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 1359/1467] 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 1360/1467] 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 1361/1467] 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 1362/1467] 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 1363/1467] 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 1364/1467] 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 1365/1467] 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 1366/1467] 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 1367/1467] [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 1368/1467] 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 1369/1467] 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 1370/1467] [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 1371/1467] 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 1372/1467] [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 1373/1467] 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 1374/1467] 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 1375/1467] 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 1376/1467] 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 1377/1467] [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 1378/1467] [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 1379/1467] [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 1380/1467] 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 1381/1467] [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 1382/1467] [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 1383/1467] [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 1384/1467] [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 1385/1467] 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 1386/1467] [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 1387/1467] 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 1388/1467] [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 1389/1467] 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 1390/1467] [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 1391/1467] [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 1392/1467] 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 1393/1467] 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 1394/1467] 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 1395/1467] 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 1396/1467] [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 1397/1467] 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 1398/1467] [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 1399/1467] 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 1400/1467] 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 1401/1467] 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 1402/1467] 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 1403/1467] [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 1404/1467] [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 1405/1467] [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 1406/1467] 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 1407/1467] [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 1408/1467] [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 1409/1467] 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 1410/1467] [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 1411/1467] 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 1412/1467] 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 1413/1467] 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 1414/1467] 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 1415/1467] 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 1416/1467] 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 1417/1467] 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 1418/1467] 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 1419/1467] 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 1420/1467] 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 1421/1467] 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 1422/1467] 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 1423/1467] 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 1424/1467] 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 1425/1467] 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 1426/1467] 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 1427/1467] 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 1428/1467] 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 1429/1467] 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 1430/1467] 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 1431/1467] 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 1432/1467] 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 1433/1467] 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 1434/1467] 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 1435/1467] 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 1436/1467] 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 1437/1467] 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 1438/1467] 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 1439/1467] 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 1440/1467] 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 1441/1467] 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 1442/1467] 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 1443/1467] 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 1444/1467] 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 1445/1467] 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 1446/1467] 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 1447/1467] 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 1448/1467] 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 1449/1467] 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 1450/1467] 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 1451/1467] 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 1452/1467] 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 1453/1467] 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 1454/1467] 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 1455/1467] 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 1456/1467] 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 1457/1467] 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 1458/1467] 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 1459/1467] 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 1460/1467] 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 1461/1467] 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 1462/1467] 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 1463/1467] 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 1464/1467] 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 1465/1467] 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 1466/1467] 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 1467/1467] 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