Accepting request 1132597 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1132597 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=121
This commit is contained in:
commit
ddc79677fb
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://github.com/containers/podman.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v4.8.1</param>
|
||||
<param name="revision">v4.8.2</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">ef6e5ac40302770027e7598ee09d177454adcd2f</param></service></servicedata>
|
||||
<param name="changesrevision">aa546902fa1a927b3d770528565627d1395b19f3</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e5a4d3f1863d50d55752e921aaf8c9c3d17264480eccb36fedb5b089ce392e3
|
||||
size 13431816
|
3
podman-4.8.2.tar.xz
Normal file
3
podman-4.8.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0dd0a145e2bb5f25fcdb3de40d1cc8916d0253a0b93c8ef403ca7b08f2c1af2
|
||||
size 13424576
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 11 16:13:48 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 4.8.2:
|
||||
* v4.8.2
|
||||
* [CI:DOCS] Update RELEASE_NOTES.md for v4.8.2
|
||||
* Kube Play - set ReportWriter when building an image
|
||||
* Fix user-mode net init flag on first time install
|
||||
* bump c/common to v0.57.1
|
||||
* bump version to v4.8.2-dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 08:43:26 UTC 2023 - Danish Prakash <danish.prakash@suse.com>
|
||||
|
||||
- Default to the new networking backend, netavark, on openSUSE (bsc#1217828)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 06 06:02:02 UTC 2023 - danish.prakash@suse.com
|
||||
|
||||
|
12
podman.spec
12
podman.spec
@ -19,7 +19,7 @@
|
||||
%{!?_user_tmpfilesdir: %global _user_tmpfilesdir %{_datadir}/user-tmpfiles.d}
|
||||
%define project github.com/containers/podman
|
||||
Name: podman
|
||||
Version: 4.8.1
|
||||
Version: 4.8.2
|
||||
Release: 0
|
||||
Summary: Daemon-less container engine for managing containers, pods and images
|
||||
License: Apache-2.0
|
||||
@ -52,13 +52,21 @@ Recommends: apparmor-parser
|
||||
# requirement for `podman machine`
|
||||
Recommends: gvisor-tap-vsock
|
||||
Requires: catatonit >= 0.1.7
|
||||
# prefer Podman's new network stack on ALP
|
||||
# provide both cni and netavark on TW
|
||||
# but "prefer" netavark especially for
|
||||
# fresh installations (bsc#1217828)
|
||||
%if 0%{?suse_version} > 1600
|
||||
Requires: (netavark or cni)
|
||||
Suggests: netavark
|
||||
%else
|
||||
# default to Netavark on ALP
|
||||
%if 0%{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||
Requires: netavark
|
||||
%else
|
||||
Requires: cni
|
||||
Requires: cni-plugins
|
||||
%endif
|
||||
%endif
|
||||
Requires: conmon >= 2.0.24
|
||||
Requires: fuse-overlayfs
|
||||
Requires: iptables
|
||||
|
Loading…
Reference in New Issue
Block a user