diff --git a/_service b/_service index 8194265..32ed9be 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/containers/podman.git git - v4.8.1 + v4.8.2 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index 698a9a9..f412efb 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/containers/podman.git - ef6e5ac40302770027e7598ee09d177454adcd2f \ No newline at end of file + aa546902fa1a927b3d770528565627d1395b19f3 \ No newline at end of file diff --git a/podman-4.8.1.tar.xz b/podman-4.8.1.tar.xz deleted file mode 100644 index 1df3e12..0000000 --- a/podman-4.8.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e5a4d3f1863d50d55752e921aaf8c9c3d17264480eccb36fedb5b089ce392e3 -size 13431816 diff --git a/podman-4.8.2.tar.xz b/podman-4.8.2.tar.xz new file mode 100644 index 0000000..bf70fc2 --- /dev/null +++ b/podman-4.8.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0dd0a145e2bb5f25fcdb3de40d1cc8916d0253a0b93c8ef403ca7b08f2c1af2 +size 13424576 diff --git a/podman.changes b/podman.changes index 12bdc39..6dcfbfd 100644 --- a/podman.changes +++ b/podman.changes @@ -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 + +- Default to the new networking backend, netavark, on openSUSE (bsc#1217828) + ------------------------------------------------------------------- Wed Dec 06 06:02:02 UTC 2023 - danish.prakash@suse.com diff --git a/podman.spec b/podman.spec index 35b208d..7eb2908 100644 --- a/podman.spec +++ b/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