SHA256
1
0
forked from pool/podman

Accepting request 902960 from devel:kubic

Update podman to 3.2.2 and libraries and configurations up to date as of 2021-06-26 (forwarded request 902628 from iDesmI)

OBS-URL: https://build.opensuse.org/request/show/902960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=83
This commit is contained in:
Dominique Leuenberger 2021-07-02 11:26:43 +00:00 committed by Git OBS Bridge
parent 1bdf52b2b0
commit cf76835f6b
6 changed files with 43 additions and 14 deletions

View File

@ -2,7 +2,7 @@
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/containers/podman.git</param>
<param name="scm">git</param>
<param name="revision">v3.2.1</param>
<param name="revision">v3.2.2</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/containers/podman.git</param>
<param name="changesrevision">152952fe6b18581615c3efd1fafef2d8142738e8</param></service></servicedata>
<param name="changesrevision">d577c44e359f9f8284b38cf984f939b3020badc3</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8fe37429f372f0d87189d097e2e79cffce92b46e54c42545ea871d447412d2c7
size 6336732

3
podman-3.2.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ed707972952834f86dd02966b5a7f0f32f9d3ef546f67c23e054816b32e2009
size 6338148

View File

@ -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

View File

@ -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