import podman-3.3.1-9.module+el8.5.0+12697+018f24d7

This commit is contained in:
CentOS Sources 2021-11-09 04:52:54 -05:00 committed by Stepan Oksanichenko
parent 56bdf73fa1
commit 564332107e
3 changed files with 543 additions and 97 deletions

6
.gitignore vendored
View File

@ -1,3 +1,5 @@
SOURCES/podman-machine-cni-afab2d8.tar.gz
SOURCES/v0.1.0.tar.gz
SOURCES/v0.1.5.tar.gz
SOURCES/v1.1.1.tar.gz
SOURCES/v3.2.3-rhel-47dc7d7.tar.gz
SOURCES/v1.3.0.tar.gz
SOURCES/v3.3.1-rhel-910b09c.tar.gz

View File

@ -1,3 +1,5 @@
2b197d002b649ea3c8ff91500a1d56c21e1bf749 SOURCES/podman-machine-cni-afab2d8.tar.gz
d2be14e364fef2d95c61cdac528219548640f6d4 SOURCES/v0.1.0.tar.gz
4502491739693bd1b1d108d9af545f69a3bd424b SOURCES/v0.1.5.tar.gz
3d883ef197eeb1a602dfef79ee1027847cfd40a4 SOURCES/v1.1.1.tar.gz
634812f4067ef0cd422f7d406ae73e7935dc0f99 SOURCES/v3.2.3-rhel-47dc7d7.tar.gz
667dcf5bea5992e18963bac6b833053a0d8b1eaa SOURCES/v1.3.0.tar.gz
d1eb93515f32065e3cb5b539bf4060d8615366ac SOURCES/v3.3.1-rhel-910b09c.tar.gz

View File

@ -1,5 +1,8 @@
%global with_check 0
# https://bugzilla.redhat.com/show_bug.cgi?id=1904567
%global _lto_cflags %%{nil}
%global _find_debuginfo_dwz_opts %{nil}
%global _dwz_low_mem_die_limit 0
@ -13,15 +16,20 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
%endif
%global import_path github.com/containers/podman
%global branch v3.2.3-rhel
%global commit0 47dc7d7f3ed2effe96d99b708de90a0e4f2b2b84
%global branch v3.3.1-rhel
%global commit0 910b09c2551b168efec4ac05adfa4d5b95782b54
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global cataver 0.1.5
%global dnsnamever 1.1.1
%global dnsnamever 1.3.0
%global gvproxyrepo gvisor-tap-vsock
%global gvproxyver 0.1.0
%global commit_mcni afab2d8047bc0bd963d570686770eeb0c2e5a396
%global shortcommit_mcni %(c=%{commit_mcni}; echo ${c:0:7})
Name: podman
Version: 3.2.3
Release: 0.11%{?dist}
Version: 3.3.1
Release: 9%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0 and GPLv3+
URL: https://%{name}.io/
@ -32,11 +40,13 @@ Source0: https://%{import_path}/archive/%{commit0}/%{name}-%{version}-%{shortcom
%endif
Source1: https://github.com/openSUSE/catatonit/archive/v%{cataver}.tar.gz
Source2: https://github.com/containers/dnsname/archive/v%{dnsnamever}.tar.gz
Source3: https://github.com/containers/%{name}-machine-cni/archive/%{commit_mcni}/%{name}-machine-cni-%{shortcommit_mcni}.tar.gz
Source4: https://github.com/containers/%{gvproxyrepo}/archive/v%{gvproxyver}.tar.gz
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
ExclusiveArch: %{go_arches}
Provides: %{name}-manpages = %{version}-%{release}
Obsoletes: %{name}-manpages < %{version}-%{release}
BuildRequires: golang >= 1.12.12-4
BuildRequires: golang >= 1.16.6
BuildRequires: glib2-devel
BuildRequires: glibc-devel
BuildRequires: glibc-static
@ -58,7 +68,7 @@ BuildRequires: automake
BuildRequires: file
BuildRequires: gcc
BuildRequires: libtool
Requires: containers-common >= 0.1.29-3
Requires: containers-common >= 2:1-2
Requires: containernetworking-plugins >= 0.9.1-1
Requires: iptables
Requires: nftables
@ -127,6 +137,7 @@ signalfd(2)) and has no additional features.
%package plugins
Summary: Plugins for %{name}
Requires: dnsmasq
Recommends: %{name}-gvproxy = %{version}-%{release}
%description plugins
This plugin sets up the use of dnsmasq on a given CNI network so
@ -153,6 +164,15 @@ Requires: buildah
This package contains system tests for %{name}
%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
%if 0%{?branch:1}
%autosetup -Sgit -n containers-%{name}-%{shortcommit0}
@ -161,6 +181,8 @@ This package contains system tests for %{name}
%endif
tar fx %{SOURCE1}
tar fx %{SOURCE2}
tar fx %{SOURCE3}
tar fx %{SOURCE4}
mv pkg/hooks/README.md pkg/hooks/README-hooks.md
@ -220,16 +242,36 @@ export GOPATH=$(pwd)/_build:$(pwd)
%gobuild -o bin/dnsname github.com/containers/dnsname/plugins/meta/dnsname
popd
pushd %{name}-machine-cni-%{commit_mcni}
unset LDFLAGS
mkdir _build
pushd _build
mkdir -p src/github.com/containers
ln -s ../../../../ src/github.com/containers/%{name}-machine-cni
popd
ln -s vendor src
export GOPATH=$(pwd)/_build:$(pwd)
%gobuild -o bin/%{name}-machine github.com/containers/%{name}-machine-cni/plugins/meta/%{name}-machine
popd
pushd %{gvproxyrepo}-%{gvproxyver}
unset LDFLAGS
mkdir _build
pushd _build
mkdir -p src/github.com/containers
ln -s ../../../../ src/github.com/containers/%{gvproxyrepo}
popd
ln -s vendor src
export GOPATH=$(pwd)/_build:$(pwd)
%gobuild -o bin/gvproxy github.com/containers/%{gvproxyrepo}/cmd/gvproxy
popd
%install
install -dp %{buildroot}%{_unitdir}
install -dp %{buildroot}%{_userunitdir}
install -dp %{buildroot}%{_tmpfilesdir}
PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} \
ETCDIR=%{buildroot}%{_sysconfdir} \
install.bin-nobuild \
install.remote-nobuild \
install.man-nobuild \
install.cni \
install.systemd \
install.completions \
install.docker
@ -258,9 +300,16 @@ pushd dnsname-%{dnsnamever}
%{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install
popd
# install CNI
install -dp %{buildroot}%{_sysconfdir}/cni/net.d
install -p cni/87-podman-bridge.conflist %{buildroot}%{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist
# install machine-cni plugin
pushd %{name}-machine-cni-%{commit_mcni}
%{__make} PREFIX=%{_prefix} DESTDIR=%{buildroot} install
popd
# install gvproxy
pushd %{gvproxyrepo}-%{gvproxyver}
install -dp %{buildroot}%{_libexecdir}/%{name}
install -p -m0755 bin/gvproxy %{buildroot}%{_libexecdir}/%{name}
popd
%check
%if 0%{?with_check}
@ -299,9 +348,14 @@ 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}/*
%{_userunitdir}/*
%ghost %dir %{_sysconfdir}/cni/net.d
%ghost %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist
%{_unitdir}/*.service
%{_unitdir}/*.socket
%{_unitdir}/*.timer
%{_userunitdir}/*.service
%{_userunitdir}/*.socket
%{_userunitdir}/*.timer
%{_usr}/lib/tmpfiles.d/%{name}.conf
%files docker
@ -332,161 +386,549 @@ exit 0
%license dnsname-%{dnsnamever}/LICENSE
%doc dnsname-%{dnsnamever}/{README.md,README_PODMAN.md}
%{_libexecdir}/cni/dnsname
%{_libexecdir}/cni/%{name}-machine
%files tests
%license LICENSE
%{_datadir}/%{name}/test
%files gvproxy
%license %{gvproxyrepo}-%{gvproxyver}/LICENSE
%doc %{gvproxyrepo}-%{gvproxyver}/README.md
%dir %{_libexecdir}/%{name}
%{_libexecdir}/%{name}/gvproxy
%changelog
* Thu Jul 29 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.11
- update to the latest content of https://github.com/containers/podman/tree/v3.2.3-rhel
(https://github.com/containers/podman/commit/47dc7d7)
- Related: #1954702
* Tue Sep 21 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.1-9
- update to the latest content of https://github.com/containers/podman/tree/v3.3.1-rhel
(https://github.com/containers/podman/commit/910b09c)
- Related: #2000943
* Tue Jul 27 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.10
- update to the latest content of https://github.com/containers/podman/tree/v3.2.3-rhel
(https://github.com/containers/podman/commit/78f0bd7)
- Related: #1954702
* Mon Sep 13 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.1-8
- update to the latest content of https://github.com/containers/podman/tree/v3.3.1-rhel
(https://github.com/containers/podman/commit/8305248)
- Resolves: #2000943
* Mon Jul 19 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.9
* Mon Aug 30 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 3.3.1-7
- update to the latest content of https://github.com/containers/podman/tree/v3.3.1-rhel
(https://github.com/containers/podman/commit/405507a)
- Related: #1934415
- correct previous changelog entry
* Mon Aug 30 2021 Lokesh Mandvekar <lsm5@redhat.com> - 3.3.1-6
- update to the latest content of https://github.com/containers/podman/tree/v3.3.1-rhel
(https://github.com/containers/podman/commit/405507a)
- Related: #1934415
* Mon Aug 30 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.1-5
- update to the latest content of https://github.com/containers/podman/tree/v3.3
(https://github.com/containers/podman/commit/7752c73)
- Related: #1934415
* Fri Aug 27 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.1-4
- podman-gvproxy -> gvproxy
- Related: #1934415
* Thu Aug 26 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.1-3
- update to the latest content of https://github.com/containers/podman/tree/v3.3
(https://github.com/containers/podman/commit/d09259a)
- Related: #1934415
* Wed Aug 25 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.1-2
- amend containers-common dependency
- Related: #1934415
* Wed Aug 25 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.1-1
- update to the latest content of https://github.com/containers/podman/tree/v3.3
(https://github.com/containers/podman/commit/8809aed)
- Related: #1934415
* Tue Aug 17 2021 Lokesh Mandvekar <lsm5@redhat.com> - 3.3.0-8
- Bump podman to v3.3.0
- Related: #1966538
* Tue Aug 17 2021 Lokesh Mandvekar <lsm5@redhat.com> - 3.3.0-7
- podman-plugins Recommends: podman-gvproxy
- Related: #1934415
* Tue Aug 17 2021 Lokesh Mandvekar <lsm5@redhat.com> - 3.3.0-6
- update podman to v3.3.0-rc3
- update dnsname to v1.3.0
- add podman-machine-cni commit afab2d8
- add gvproxy v0.1.0
- Related: #1934415
* Tue Aug 17 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-5
- update to the latest content of https://github.com/containers/podman/tree/v3.3
(https://github.com/containers/podman/commit/39cab79)
- Related: #1934415
* Thu Aug 12 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-4
- update to the latest content of https://github.com/containers/podman/tree/v3.3
(https://github.com/containers/podman/commit/63269b6)
- Related: #1934415
* Wed Aug 11 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-3
- update to the latest content of https://github.com/containers/podman/tree/v3.3
(https://github.com/containers/podman/commit/922699f)
- Related: #1934415
* Thu Aug 05 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-2
- update to the latest content of https://github.com/containers/podman/tree/v3.3
(https://github.com/containers/podman/commit/57422d2)
- Related: #1934415
* Tue Aug 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-1
- update to 3.3.0 release and switch to the v3.3 maint branch
- Related: #1934415
* Mon Aug 02 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.22
- update to the latest content of https://github.com/containers/podman/tree/main
(https://github.com/containers/podman/commit/03afc91)
- Related: #1934415
* Fri Jul 30 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.21
- update to the latest content of https://github.com/containers/podman/tree/main
(https://github.com/containers/podman/commit/4429c7c)
- Related: #1934415
* Fri Jul 30 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.20
- update to the latest content of https://github.com/containers/podman/tree/main
(https://github.com/containers/podman/commit/f17b810)
- Related: #1934415
* Thu Jul 29 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.19
- update to the latest content of https://github.com/containers/podman/tree/main
(https://github.com/containers/podman/commit/2041731)
- Related: #1934415
* Thu Jul 29 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.18
- update to the latest content of https://github.com/containers/podman/tree/main
(https://github.com/containers/podman/commit/f9395dd)
- Related: #1934415
* Wed Jul 28 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.17
- update to the latest content of https://github.com/containers/podman/tree/main
(https://github.com/containers/podman/commit/a5de831)
- Related: #1934415
* Tue Jul 27 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.16
- update to the latest content of https://github.com/containers/podman/tree/main
(https://github.com/containers/podman/commit/4f5b19c)
- Related: #1934415
* Mon Jul 26 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.15
- update to the latest content of https://github.com/containers/podman/tree/main
(https://github.com/containers/podman/commit/ec5c7c1)
- Related: #1934415
* Wed Jul 21 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.14
- update to the latest content of https://github.com/containers/podman/tree/main
(https://github.com/containers/podman/commit/0ef01c8)
- Related: #1934415
* Wed Jul 21 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.13
- switch to the main branch as podman-3.3.x is targeted at 8.5.0
- Related: #1934415
* Wed Jul 21 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.9
- switch to v3.2.3-rhel branch
- Related: #1954702
- Related: #1934415
* Wed Jul 14 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.8
- update to the latest content of https://github.com/containers/podman/tree/v3.2
(https://github.com/containers/podman/commit/4136f8b)
- Related: #1954702
- Related: #1934415
* Fri Jul 09 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.7
- update to the latest content of https://github.com/containers/podman/tree/v3.2
(https://github.com/containers/podman/commit/60d12f7)
- Related: #1954702
- Related: #1934415
* Thu Jul 08 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.6
- update to the latest content of https://github.com/containers/podman/tree/v3.2
(https://github.com/containers/podman/commit/275b0d8)
- Related: #1954702
- Related: #1934415
* Wed Jul 07 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.5
- put 87-podman-bridge.conflist to main podman package not podman-remote
- Related: #1934415
* Wed Jul 07 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.4
- install CNI manually as install.cni target is missing from the Makefile
- simplify unit file packaging
- put 87-podman-bridge.conflist to main podman package not podman-remote
- Related: #1954702
- Related: #1934415
* Mon Jul 05 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.4
* Mon Jul 05 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.3
- update to the latest content of https://github.com/containers/podman/tree/v3.2
(https://github.com/containers/podman/commit/6f0bf16)
- Related: #1954702
* Fri Jul 02 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.3
- install CNI properly
- Related: #1954702
- Related: #1934415
* Fri Jul 02 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.2
- remove missing unit files
- Related: #1954702
- install CNI properly
- Related: #1934415
* Fri Jul 02 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.1
- update to the latest content of https://github.com/containers/podman/tree/v3.2
(https://github.com/containers/podman/commit/ac740c6)
- Related: #1954702
- Related: #1934415
* Thu Jul 01 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.2-2
- don't install CNI (breaks the build)
- Related: #1954702
- remove missing unit files
- Related: #1934415
* Thu Jul 01 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.2-1
- sync with the current state of 8.5.0
- Related: #1954702
- consume content from v3.2 upstream branch
- Related: #1934415
* Wed Jun 30 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.2-2
- update to podman 3.2.2 from v3.2 upstream branch
- Related: #1954702
* Tue Jun 29 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.12
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/c260cbd)
- Related: #1934415
* Thu May 13 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-7
- revert back to the state of 3.0-8.4.0
- Related: #1954702
* Mon Jun 28 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.11
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/0a0ade3)
- Related: #1934415
* Tue May 11 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-12
* Fri Jun 25 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.10
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/d1f57a0)
- Related: #1934415
* Thu Jun 24 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.9
- add missing unit files
- Related: #1934415
* Wed Jun 23 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.8
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/e159eb8)
- Related: #1934415
* Tue Jun 22 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.7
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/be15e69)
- Related: #1934415
* Mon Jun 21 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.6
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/928687e)
- Related: #1934415
* Thu Jun 17 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.5
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/814a8b6)
- Related: #1934415
* Tue Jun 15 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.4
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/e2f51ee)
- Related: #1934415
* Thu Jun 10 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.3
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/d116beb)
- Related: #1934415
* Wed Jun 09 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.2
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/da1bade)
- Related: #1934415
* Tue Jun 08 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.0-0.1
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/df3b6da)
- Related: #1934415
* Mon Jun 07 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.33
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/5a209b3)
- Related: #1934415
* Fri Jun 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.32
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/f7233a2)
- Related: #1934415
* Thu Jun 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.31
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/52dae69)
- Related: #1934415
* Wed Jun 02 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.30
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/41c76d6)
- Related: #1934415
* Tue Jun 01 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.29
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/8f5f0cf)
- Related: #1934415
* Mon May 31 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.28
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/5923676)
- Related: #1934415
* Thu May 27 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.27
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/d9eb126)
- Related: #1934415
* Wed May 26 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.26
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/ac94be3)
- Related: #1934415
* Wed May 26 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.25
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/c5b3cba)
- Related: #1934415
* Tue May 25 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.24
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/a6f0ac2)
- Related: #1934415
* Mon May 24 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.23
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/b060a77)
- Related: #1934415
* Sat May 22 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.22
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/490915c)
- Related: #1934415
* Fri May 21 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.21
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/e48aa8c)
- Related: #1934415
* Thu May 20 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.20
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/8bc39f4)
- Related: #1934415
* Wed May 19 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.19
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/4c75626)
- Related: #1934415
* Wed May 19 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.18
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/959d6a0)
- Related: #1934415
* Mon May 17 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.17
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/3bdbe3c)
- Related: #1934415
* Thu May 13 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.16
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/4dc52f6)
- Related: #1934415
* Wed May 12 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.15
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/59dd357)
- Related: #1934415
* Tue May 11 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.14
- require at least conmon >= 2.0.25 to assure rootless podman is able to start containers
- Related: #1954702
- Related: #1934415
* Tue May 11 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-11
* Tue May 11 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.13
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/8dcd5b8)
- Related: #1954702
- Related: #1934415
* Tue May 11 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-10
* Tue May 11 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.12
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/57b6425)
- Related: #1954702
- Related: #1934415
* Mon May 10 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-9
* Mon May 10 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.11
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/54bed10)
- Related: #1954702
- Related: #1934415
* Fri May 07 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-8
* Fri May 07 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.10
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/034470e)
- Related: #1954702
- Related: #1934415
* Thu May 06 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-7
* Thu May 06 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.9
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/b6405c1)
- Related: #1954702
- Related: #1934415
* Thu May 06 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-6
* Thu May 06 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.8
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/ed6f399)
- Related: #1954702
- Related: #1934415
* Wed May 05 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-5
* Wed May 05 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.7
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/8eefca5)
- Related: #1954702
- Related: #1934415
* Tue May 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-4
* Tue May 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.6
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/9788289)
- Related: #1954702
- Related: #1934415
* Mon May 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-3
* Mon May 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.5
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/697ec8f)
- Related: #1954702
- Related: #1934415
* Fri Apr 30 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-2
* Fri Apr 30 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.4
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/49eb047)
- Related: #1954702
- Related: #1934415
* Thu Apr 29 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-1
* Thu Apr 29 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.3
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/db67fed)
- Related: #1954702
- Related: #1934415
* Thu Mar 18 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-6
- update to the latest content of https://github.com/containers/podman/tree/v3.0.1-rhel
(https://github.com/containers/podman/commit/ad1aaba)
- Resolves: #1921128
- Resolves: #1936927
- Resolves: #1938234
* Wed Apr 28 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.2
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/5dc9faf)
- Related: #1934415
* Thu Mar 11 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-5
- update to the latest content of https://github.com/containers/podman/tree/v3.0.1-rhel
(https://github.com/containers/podman/commit/fcca86d)
- Resolves: #1936927
* Mon Apr 26 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.1
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/9ca53cf)
- Related: #1934415
* Thu Mar 11 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-4
- update to the latest content of https://github.com/containers/podman/tree/v3.0.1-rhel
(https://github.com/containers/podman/commit/c67172a)
- Resolves: #1935376
* Wed Apr 07 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-11
- use tarball from 3.0.1-rhel branch
- Related: #1934415
* Tue Mar 02 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-3
- update to the latest content of https://github.com/containers/podman/tree/v3.0.1-rhel
(https://github.com/containers/podman/commit/7a71903)
- Resolves: #1931545
* Wed Apr 07 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-2
- bump release to ensure upgrade path
- Related: #1934415
* Tue Apr 06 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-1
- revert to 3.0.1-rhel as 3.1.0 and 3.2.0 is currently broken
- Related: #1934415
* Tue Apr 06 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.5
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/2b13c5d)
- Related: #1934415
* Thu Apr 01 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.4
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/12881ab)
- Related: #1934415
* Wed Mar 31 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.3
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/a373e2f)
- Related: #1934415
* Tue Mar 30 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.0-0.2
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/5eb5950)
- Related: #1934415
* Mon Mar 29 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.15
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/ccbe7e9)
- Related: #1934415
* Fri Mar 26 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.14
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/9e23e0b)
- Related: #1934415
* Thu Mar 25 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.13
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/e523d09)
- Related: #1934415
* Wed Mar 24 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.12
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/860de13)
- Related: #1934415
* Tue Mar 23 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.11
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/60c90c3)
- Related: #1934415
* Mon Mar 22 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.10
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/ebc9871)
- Related: #1934415
* Fri Mar 19 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.9
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/5d9b070)
- Related: #1934415
* Thu Mar 18 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.8
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/6f6cc1c)
- Related: #1934415
* Wed Mar 17 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.7
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/604459b)
- Related: #1934415
* Tue Mar 16 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.6
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/e7dc592)
- Related: #1934415
* Mon Mar 15 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.5
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/fc02d16)
- Related: #1934415
* Fri Mar 12 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.4
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/81737b3)
- Related: #1934415
* Thu Mar 11 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.3
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/e2d35e5)
- Related: #1934415
* Wed Mar 10 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.2
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/09473d4)
- Related: #1934415
* Tue Mar 09 2021 Jindrich Novy <jnovy@redhat.com> - 3.1.0-0.1
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/789d579)
- Related: #1934415
* Mon Mar 08 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-6
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/b7c00f2)
- Related: #1934415
* Thu Mar 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-5
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/87e2056)
- Related: #1934415
* Wed Mar 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-4
- remove docker man page as it was removed upstream
- Related: #1934415
* Wed Mar 03 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-3
- update to the latest content of https://github.com/containers/podman/tree/master
(https://github.com/containers/podman/commit/0a40c5a)
- Related: #1934415
* Mon Feb 22 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-2
- update to the latest content of https://github.com/containers/podman/tree/v3.0