Accepting request 1203394 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1203394 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=141
This commit is contained in:
commit
fea60c3bce
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/containers/podman.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v5.2.2</param>
|
||||
<param name="revision">v5.2.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containers/podman.git</param>
|
||||
<param name="changesrevision">fcee48106a12dd531702d729d17f40f6e152027f</param></service></servicedata>
|
||||
<param name="changesrevision">c5366a308e89edd9636b66faf79bd5cb18ed0905</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f2e5bd13e4c0ca13561fe124f44c93898450405ef15e93c6cce1d10d24105c2
|
||||
size 109693454
|
3
podman-5.2.3.obscpio
Normal file
3
podman-5.2.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68afd310737244fa8a86cd852d5eb047c529b0b666b7e3e3a04dafe5b07bb4dd
|
||||
size 109700110
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 24 17:07:25 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 5.2.3:
|
||||
* Bugfixes
|
||||
- Fixed a bug that could cause network namespaces to fail to
|
||||
unmount, resulting in Podman commands hanging.
|
||||
- Fixed a bug where Podman could not run images which included
|
||||
SCTP exposed ports.
|
||||
- Fixed a bug where containers run by the root user, but inside
|
||||
a user namespace (including inside a container), could not
|
||||
use the pasta network mode.
|
||||
- Fixed a bug where volume copy-up did not properly chown empty
|
||||
volumes when the :idmap mount option was used.
|
||||
* Misc
|
||||
- Updated Buildah to v1.37.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 22 08:06:56 UTC 2024 - dcermak@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: podman
|
||||
version: 5.2.2
|
||||
mtime: 1724262191
|
||||
commit: fcee48106a12dd531702d729d17f40f6e152027f
|
||||
version: 5.2.3
|
||||
mtime: 1727187376
|
||||
commit: c5366a308e89edd9636b66faf79bd5cb18ed0905
|
||||
|
@ -22,7 +22,7 @@
|
||||
%bcond_without apparmor
|
||||
|
||||
Name: podman
|
||||
Version: 5.2.2
|
||||
Version: 5.2.3
|
||||
Release: 0
|
||||
Summary: Daemon-less container engine for managing containers, pods and images
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user