Accepting request 1168805 from home:danishprakash:branches:devel:microos
- spec: Fix incorrect conditional while requiring network backend - Update to version 5.0.2 OBS-URL: https://build.opensuse.org/request/show/1168805 OBS-URL: https://build.opensuse.org/package/show/devel:microos/podman?expand=0&rev=53
This commit is contained in:
parent
0c4574d087
commit
890a883cc3
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_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.0.1</param>
|
<param name="revision">v5.0.2</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">946d055df324e4ed6c1e806b561af4740db4fea9</param></service></servicedata>
|
<param name="changesrevision">3304dd95b8978a8346b96b7d43134990609b3b29</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0d90708d89a854a3956d6a85e1cf9a3f5e9439b46aeac290a27ca0e5dcce58b0
|
|
||||||
size 13666284
|
|
3
podman-5.0.2.tar.xz
Normal file
3
podman-5.0.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5acaa746eac815adf01329842c3d9a706cd61c5bcb0dd745cc6248ad3f906c5f
|
||||||
|
size 14741544
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 18 09:52:56 UTC 2024 - danish.prakash@suse.com
|
||||||
|
|
||||||
|
- spec: Fix incorrect conditional that included TW while requiring the legacy
|
||||||
|
network backend for podman, meant only for SP5 and below.
|
||||||
|
- Update to version 5.0.2:
|
||||||
|
* Bump to v5.0.2
|
||||||
|
* Update release notes for v5.0.2
|
||||||
|
* Emergency fix (well, skip) for failing bud tests
|
||||||
|
* swagger fix infinitive recursion on some types
|
||||||
|
* install swagger from source
|
||||||
|
* Update go-swagger version
|
||||||
|
* [v5.0] Bump c/common to v0.58.2
|
||||||
|
* fix "concurrent map writes" in network ls compat endpoint
|
||||||
|
* Fix relabeling failures with Z/z volumes on Mac
|
||||||
|
* Packit: Enable CentOS Stream 10 update job
|
||||||
|
* Bump to v5.0.2-dev
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 3 17:43:41 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
Wed Apr 3 17:43:41 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%bcond_without apparmor
|
%bcond_without apparmor
|
||||||
|
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 5.0.1
|
Version: 5.0.2
|
||||||
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
|
||||||
@ -63,7 +63,7 @@ Requires: conmon >= 2.0.24
|
|||||||
Requires: fuse-overlayfs
|
Requires: fuse-overlayfs
|
||||||
Requires: iptables
|
Requires: iptables
|
||||||
Requires: libcontainers-common >= 20230214
|
Requires: libcontainers-common >= 20230214
|
||||||
%if 0%{?sle_version} <= 150500
|
%if 0%{?sle_version} && 0%{?sle_version} <= 150500
|
||||||
# Build podman with CNI support for SLE-15-SP5 and lower
|
# Build podman with CNI support for SLE-15-SP5 and lower
|
||||||
Requires: (netavark or cni-plugins)
|
Requires: (netavark or cni-plugins)
|
||||||
# We still want users with fresh installation to start off
|
# We still want users with fresh installation to start off
|
||||||
@ -151,7 +151,7 @@ BUILDTAGS="$(hack/apparmor_tag.sh) \
|
|||||||
exclude_graphdriver_devicemapper \
|
exclude_graphdriver_devicemapper \
|
||||||
seccomp"
|
seccomp"
|
||||||
|
|
||||||
%if 0%{?sle_version} <= 150500
|
%if 0%{?sle_version} && 0%{?sle_version} <= 150500
|
||||||
# Podman >= 5.0.0 disables CNI support by default,
|
# Podman >= 5.0.0 disables CNI support by default,
|
||||||
# update buildtags to build podman with CNI support
|
# update buildtags to build podman with CNI support
|
||||||
# for SLE-15-SP5 and lower.
|
# for SLE-15-SP5 and lower.
|
||||||
|
Loading…
Reference in New Issue
Block a user