diff --git a/_service b/_service index 5670a24..9f97476 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/containers/podman.git git - v3.2.1 + v3.2.2 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index 5716f17..eb9b9ac 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/containers/podman.git - 152952fe6b18581615c3efd1fafef2d8142738e8 \ No newline at end of file + d577c44e359f9f8284b38cf984f939b3020badc3 \ No newline at end of file diff --git a/podman-3.2.1.tar.xz b/podman-3.2.1.tar.xz deleted file mode 100644 index 424f59c..0000000 --- a/podman-3.2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fe37429f372f0d87189d097e2e79cffce92b46e54c42545ea871d447412d2c7 -size 6336732 diff --git a/podman-3.2.2.tar.xz b/podman-3.2.2.tar.xz new file mode 100644 index 0000000..9993cb9 --- /dev/null +++ b/podman-3.2.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed707972952834f86dd02966b5a7f0f32f9d3ef546f67c23e054816b32e2009 +size 6338148 diff --git a/podman.changes b/podman.changes index e873000..5cc9ccf 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Sun Jun 27 09:33:30 UTC 2021 - idesmi@protonmail.com + +- Update to version 3.2.2: + * Bump to v3.2.2 + * fix systemcontext to use correct TMPDIR + * Scrub podman commands to use report package + * Fix volumes with uid and gid options + * Vendor in c/common v0.38.11 + * Initial release notes for v3.2.2 + * Fix restoring of privileged containers + * Fix handling of podman-remote build --device + * Add support for podman remote build -f - . + * Fix panic condition in cgroups.getAvailableControllers + * Fix permissions on initially created named volumes + * Fix building static podman-remote + * add correct slirp ip to /etc/hosts + * disable tty-size exec checks in system tests + * Fix resize race with podman exec -it + * Fix documentation of the --format option of podman push + * Fix systemd-resolved detection. + * Health Check is not handled in the compat LibpodToContainerJSON + * Do not use inotify for OCICNI + * getContainerNetworkInfo: lock netNsCtr before sync + * [NO TESTS NEEDED] Create /etc/mtab with the correct ownership + * Create the /etc/mtab file if does not exists + * [v3.2] cp: do not allow dir->file copying + * create: support images with invalid platform + * vendor containers/common@v0.38.10 + * logs: k8s-file: restore poll sleep + * logs: k8s-file: fix spurious error logs + * utils: move message from warning to debug + * Bump to v3.2.2-dev + ------------------------------------------------------------------- Mon Jun 14 18:07:50 UTC 2021 - idesmi@protonmail.com diff --git a/podman.spec b/podman.spec index eb6b354..dc83323 100644 --- a/podman.spec +++ b/podman.spec @@ -22,12 +22,12 @@ %define with_libostree 1 %endif Name: podman -Version: 3.2.1 +Version: 3.2.2 Release: 0 Summary: Daemon-less container engine for managing containers, pods and images License: Apache-2.0 Group: System/Management -URL: https://github.com/containers/libpod +URL: https://github.com/containers/podman Source0: %{name}-%{version}.tar.xz Source1: podman.conf Source3: %{name}-rpmlintrc @@ -58,7 +58,7 @@ Requires: cni-plugins Requires: conmon >= 2.0.24 Requires: fuse-overlayfs Requires: iptables -Requires: libcontainers-common >= 20200727 +Requires: libcontainers-common >= 20210626 Requires: runc >= 1.0.0~rc4 Requires: slirp4netns >= 0.4.0 Requires: timezone @@ -215,10 +215,9 @@ test -f /etc/containers/libpod.conf.rpmsave && mv -v /etc/containers/libpod.conf %systemd_user_postun podman.service podman.socket podman-auto-update.service podman-auto-update.timer %posttrans -# if libpod.conf.rpmsave was created move it back into place and set an update +# if libpod.conf.rpmsave was created, set an update # message informing about the libpod.conf -> containers.conf change if test -f /etc/containers/libpod.conf.rpmsave ; then - mv -v /etc/containers/libpod.conf.rpmsave /etc/containers/libpod.conf ||: cat >> %{_localstatedir}/adm/update-messages/%{name}-%{version}-%{release}-libpodconf << EOF WARNING: Podman configuration file changes @@ -230,10 +229,6 @@ straight-forward. The new default configuration is located in /usr/share/containers/containers.conf. In order to override setting from that file you can create /etc/containers/containers.conf with your changed settings. - -For backwards compatibility Podman 2.0 is still able to read libpod.conf. The support -for this will go away in future releases. Please migrate your configuration to the new -format as soon as possible. EOF fi