Sync from SUSE:ALP:Source:Standard:1.0 podman revision 9cc37314cd2480df6daed76ba4fa23be

This commit is contained in:
Adrian Schröter 2024-03-01 16:57:26 +01:00
parent efccd37cbd
commit 0b32256065
6 changed files with 31 additions and 7 deletions

View File

@ -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">v4.9.2</param> <param name="revision">v4.9.3</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>

View File

@ -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">f9a48ebcfa9a39144be0f86f4ba842752835f945</param></service></servicedata> <param name="changesrevision">8d2b55ddde1bc81f43d018dfc1ac027c06b26a7f</param></service></servicedata>

BIN
podman-4.9.2.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
podman-4.9.3.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Feb 22 13:54:00 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
- Allow to disable apparmor support (ALP supports only SELinux)
-------------------------------------------------------------------
Wed Feb 14 05:54:01 UTC 2024 - danish.prakash@suse.com
- Update to version 4.9.3:
* Bump to v4.9.3
* Release notes for v4.9.3
* [v4.9] [skip-ci] packit: update fedora downstream branches
* @@option volume.image: be specific that -v only affects RUN
* Accept a config blob alongside the "changes" slice when committing
* container create: use ParseUserNamespace to parse a user namespace setting
* Bump to v4.9.3-dev
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Feb 03 09:11:15 UTC 2024 - opensuse_buildservice@ojkastl.de Sat Feb 03 09:11:15 UTC 2024 - opensuse_buildservice@ojkastl.de
@ -5,7 +22,7 @@ Sat Feb 03 09:11:15 UTC 2024 - opensuse_buildservice@ojkastl.de
* Bump to v4.9.2 * Bump to v4.9.2
* Release notes for v4.9.2 * Release notes for v4.9.2
* Cirrus: Update operating branch * Cirrus: Update operating branch
* [v4.9] Bump to c/common v0.57.4, buildkit v0.12.5, c/buidah v1.33.5 * [v4.9] Bump to c/common v0.57.4, buildkit v0.12.5, c/buidah v1.33.5 (fixes bsc#1219563)
* Fix updated runc dep breaking pod devices cgroup * Fix updated runc dep breaking pod devices cgroup
* systests: kube with policies test: fix race * systests: kube with policies test: fix race
* Remove go.mod pin of runc and update to latest * Remove go.mod pin of runc and update to latest

View File

@ -18,8 +18,11 @@
%{!?_user_tmpfilesdir: %global _user_tmpfilesdir %{_datadir}/user-tmpfiles.d} %{!?_user_tmpfilesdir: %global _user_tmpfilesdir %{_datadir}/user-tmpfiles.d}
%define project github.com/containers/podman %define project github.com/containers/podman
%bcond_without apparmor
Name: podman Name: podman
Version: 4.9.2 Version: 4.9.3
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
@ -35,7 +38,9 @@ BuildRequires: glib2-devel-static
BuildRequires: glibc-devel-static BuildRequires: glibc-devel-static
BuildRequires: go-go-md2man BuildRequires: go-go-md2man
BuildRequires: golang-packaging BuildRequires: golang-packaging
%if %{with apparmor}
BuildRequires: libapparmor-devel BuildRequires: libapparmor-devel
%endif
BuildRequires: libassuan-devel BuildRequires: libassuan-devel
BuildRequires: libbtrfs-devel BuildRequires: libbtrfs-devel
BuildRequires: libcontainers-common BuildRequires: libcontainers-common
@ -47,8 +52,10 @@ BuildRequires: golang(API) >= 1.21
BuildRequires: pkgconfig(libselinux) BuildRequires: pkgconfig(libselinux)
BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(systemd)
%if %{with apparmor}
Recommends: apparmor-abstractions Recommends: apparmor-abstractions
Recommends: apparmor-parser Recommends: apparmor-parser
%endif
# requirement for `podman machine` # requirement for `podman machine`
Recommends: gvisor-tap-vsock Recommends: gvisor-tap-vsock
Requires: catatonit >= 0.1.7 Requires: catatonit >= 0.1.7