diff --git a/_service b/_service index 06331c0..da8955c 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/containers/podman.git git - v5.0.1 + v5.0.2 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index c4cbf4c..da72bc3 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/containers/podman.git - 946d055df324e4ed6c1e806b561af4740db4fea9 \ No newline at end of file + 3304dd95b8978a8346b96b7d43134990609b3b29 \ No newline at end of file diff --git a/podman-5.0.1.tar.xz b/podman-5.0.1.tar.xz deleted file mode 100644 index 6543d8d..0000000 --- a/podman-5.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d90708d89a854a3956d6a85e1cf9a3f5e9439b46aeac290a27ca0e5dcce58b0 -size 13666284 diff --git a/podman-5.0.2.tar.xz b/podman-5.0.2.tar.xz new file mode 100644 index 0000000..792dbab --- /dev/null +++ b/podman-5.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5acaa746eac815adf01329842c3d9a706cd61c5bcb0dd745cc6248ad3f906c5f +size 14741544 diff --git a/podman.changes b/podman.changes index b199177..a5240b4 100644 --- a/podman.changes +++ b/podman.changes @@ -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 diff --git a/podman.spec b/podman.spec index f4ec2be..572da4d 100644 --- a/podman.spec +++ b/podman.spec @@ -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.