forked from pool/podman
Accepting request 1194066 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1194066 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=139
This commit is contained in:
commit
eec94c8598
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://github.com/containers/podman.git</param>
|
<param name="url">https://github.com/containers/podman.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v5.2.0</param>
|
<param name="revision">v5.2.1</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/containers/podman.git</param>
|
<param name="url">https://github.com/containers/podman.git</param>
|
||||||
<param name="changesrevision">b22d5c61eef93475413724f49fd6a32980d2c746</param></service></servicedata>
|
<param name="changesrevision">d0582c9e1e6c80cc08c3f042b91993c853ddcbc6</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:af6c274fbcbd4b432e137f8ca0c43bd638d2a286bd3cb0a2455e05c22bb64a7a
|
|
||||||
size 109566478
|
|
3
podman-5.2.1.obscpio
Normal file
3
podman-5.2.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fb6a75706aa3df895b94af607ee04aa6b0f20dfd9363fa402b3c4fc5172536f0
|
||||||
|
size 109685774
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 14 19:29:56 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version 5.2.1:
|
||||||
|
* Bugfixes
|
||||||
|
- Fixed a bug where Podman could sometimes save an incorrect
|
||||||
|
container state to the database, which could cause a number
|
||||||
|
of issues including but not limited to attempting to clean up
|
||||||
|
containers twice (#21569).
|
||||||
|
* Misc
|
||||||
|
- Updated Buildah to v1.37.1
|
||||||
|
- Updated the containers/common library to v0.60.1
|
||||||
|
- Updated the containers/image library to v5.32.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 02 12:32:21 UTC 2024 - dcermak@suse.com
|
Fri Aug 02 12:32:21 UTC 2024 - dcermak@suse.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: podman
|
name: podman
|
||||||
version: 5.2.0
|
version: 5.2.1
|
||||||
mtime: 1722533522
|
mtime: 1723638343
|
||||||
commit: b22d5c61eef93475413724f49fd6a32980d2c746
|
commit: d0582c9e1e6c80cc08c3f042b91993c853ddcbc6
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%bcond_without apparmor
|
%bcond_without apparmor
|
||||||
|
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 5.2.0
|
Version: 5.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Daemon-less container engine for managing containers, pods and images
|
Summary: Daemon-less container engine for managing containers, pods and images
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user