forked from pool/podman
Accepting request 1075009 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1075009 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=105
This commit is contained in:
commit
cf9a43bd1e
2
_service
2
_service
@ -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">v4.4.3</param>
|
||||
<param name="revision">v4.4.4</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">d2f93d621a491dee547667b6b67184ae7d3fe919</param></service></servicedata>
|
||||
<param name="changesrevision">c8223435f49a860c8ac4281a85db39232745a7cb</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8efbc8b6485e45825a5d3642e2e7100cfbcbac37f69953be2d7e44e00b21a44
|
||||
size 8818784
|
3
podman-4.4.4.tar.xz
Normal file
3
podman-4.4.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bfa3cf85c9747b47611748453a27245ed70a437347025680d125cb3c3e97ea99
|
||||
size 8805492
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 04:36:49 UTC 2023 - Danish Prakash <danish.prakash@suse.com>
|
||||
|
||||
- Update to version 4.4.4:
|
||||
* Bump to v4.4.4
|
||||
* Release notes for v4.4.4
|
||||
* libpod: always use direct mapping
|
||||
* macos pkginstaller: do not fail when podman-mac-helper fails
|
||||
* podman-mac-helper: install: do not error if already installed
|
||||
* Bump to v4.4.4-dev
|
||||
|
||||
- spec: Bump required version for libcontainers-common (bsc#1209495)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 24 04:56:25 UTC 2023 - Danish Prakash <danish.prakash@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
%{!?_user_tmpfilesdir: %global _user_tmpfilesdir %{_datadir}/user-tmpfiles.d}
|
||||
%define project github.com/containers/podman
|
||||
Name: podman
|
||||
Version: 4.4.3
|
||||
Version: 4.4.4
|
||||
Release: 0
|
||||
Summary: Daemon-less container engine for managing containers, pods and images
|
||||
License: Apache-2.0
|
||||
@ -53,7 +53,7 @@ Requires: cni-plugins
|
||||
Requires: conmon >= 2.0.24
|
||||
Requires: fuse-overlayfs
|
||||
Requires: iptables
|
||||
Requires: libcontainers-common >= 20210626
|
||||
Requires: libcontainers-common >= 20230214
|
||||
Requires: runc >= 1.0.1
|
||||
Requires: slirp4netns >= 0.4.0
|
||||
Requires: timezone
|
||||
|
Loading…
Reference in New Issue
Block a user