Accepting request 1178770 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1178770 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=135
This commit is contained in:
commit
823d98c36d
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.1.0</param>
|
<param name="revision">v5.1.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">4e9486dbc63c24bfe109066abbb54d5d8dc2489e</param></service></servicedata>
|
<param name="changesrevision">bda6eb03dcbcf12a5b7ae004c1240e38dd056d24</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:639a97122e3d99ab44f6270b70b2aba74a676d656353484d572de0e0e42b4e6e
|
|
||||||
size 109452302
|
|
3
podman-5.1.1.obscpio
Normal file
3
podman-5.1.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1cc6d2195d65f529b4169d96ac8dd20f4a832b314b990eb9faf9588cced425c9
|
||||||
|
size 109453838
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 05 05:24:29 UTC 2024 - danish.prakash@suse.com
|
||||||
|
|
||||||
|
- Update to version 5.1.1:
|
||||||
|
* Bump to v5.1.1
|
||||||
|
* Update release notes for v5.1.1
|
||||||
|
* libpod: do not leak systemd hc startup unit timer
|
||||||
|
* Check AppleHypervisor before accessing it
|
||||||
|
* [v5.1] Bump c/common to v0.59.1
|
||||||
|
* [v5.1] pkg/rootless: set _CONTAINERS_USERNS_CONFIGURED ... correctly
|
||||||
|
* test/e2e: use local skopeo not image
|
||||||
|
* [v5.1] Mac PM test: Require pre-installed rosetta
|
||||||
|
* Fix typo in release notes
|
||||||
|
* Bump to v5.1.1-dev
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 30 05:32:21 UTC 2024 - danish.prakash@suse.com
|
Thu May 30 05:32:21 UTC 2024 - danish.prakash@suse.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: podman
|
name: podman
|
||||||
version: 5.1.0
|
version: 5.1.1
|
||||||
mtime: 1717008725
|
mtime: 1717530847
|
||||||
commit: 4e9486dbc63c24bfe109066abbb54d5d8dc2489e
|
commit: bda6eb03dcbcf12a5b7ae004c1240e38dd056d24
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%bcond_without apparmor
|
%bcond_without apparmor
|
||||||
|
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 5.1.0
|
Version: 5.1.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