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:
Dan Čermák 2024-04-18 20:36:11 +00:00 committed by Git OBS Bridge
parent 0c4574d087
commit 890a883cc3
6 changed files with 26 additions and 8 deletions

View File

@ -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">v5.0.1</param>
<param name="revision">v5.0.2</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/containers/podman.git</param>
<param name="changesrevision">946d055df324e4ed6c1e806b561af4740db4fea9</param></service></servicedata>
<param name="changesrevision">3304dd95b8978a8346b96b7d43134990609b3b29</param></service></servicedata>

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5acaa746eac815adf01329842c3d9a706cd61c5bcb0dd745cc6248ad3f906c5f
size 14741544

View File

@ -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>

View File

@ -22,7 +22,7 @@
%bcond_without apparmor
Name: podman
Version: 5.0.1
Version: 5.0.2
Release: 0
Summary: Daemon-less container engine for managing containers, pods and images
License: Apache-2.0
@ -63,7 +63,7 @@ Requires: conmon >= 2.0.24
Requires: fuse-overlayfs
Requires: iptables
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
Requires: (netavark or cni-plugins)
# We still want users with fresh installation to start off
@ -151,7 +151,7 @@ BUILDTAGS="$(hack/apparmor_tag.sh) \
exclude_graphdriver_devicemapper \
seccomp"
%if 0%{?sle_version} <= 150500
%if 0%{?sle_version} && 0%{?sle_version} <= 150500
# Podman >= 5.0.0 disables CNI support by default,
# update buildtags to build podman with CNI support
# for SLE-15-SP5 and lower.