From f209a5a46d72e3002938d0e3cf22f7e10104adf65d9dfa741838ffd4adc626b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Thu, 3 Aug 2023 13:47:23 +0000 Subject: [PATCH] Accepting request 1102180 from home:danishprakash:branches:devel:microos Discard outdated README.SUSE.SLES OBS-URL: https://build.opensuse.org/request/show/1102180 OBS-URL: https://build.opensuse.org/package/show/devel:microos/podman?expand=0&rev=28 --- README.SUSE.SLES | 14 -------------- podman.changes | 6 ++++++ podman.spec | 9 +++------ 3 files changed, 9 insertions(+), 20 deletions(-) delete mode 100644 README.SUSE.SLES diff --git a/README.SUSE.SLES b/README.SUSE.SLES deleted file mode 100644 index 5932f9a..0000000 --- a/README.SUSE.SLES +++ /dev/null @@ -1,14 +0,0 @@ -Support Status of podman on SUSE Linux Enterprise -================================================= - -Starting with SLE15-SP2, podman is a supported container engine for SUSE Linux -Enterprise Server. There are however a few selected features of podman that -are currently excluded from support. These are: - -* The varlink remote API -* rootless containers -* support for cgroups v2 -* any CNI plugin other than default bridge plugin -* The automatic generation of systemd units via "podman generate systemd" -* pod management via "podman pod ..." and "podman play" -* The "podman container diff" command diff --git a/podman.changes b/podman.changes index 16d1f85..855e397 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 3 13:05:43 UTC 2023 - Danish Prakash + +- Discard outdated README.SUSE.SLES +- Recommend gvisor-tap-vsock, required for `podmand machine` + ------------------------------------------------------------------- Fri Jul 21 05:26:20 UTC 2023 - danish.prakash@suse.com diff --git a/podman.spec b/podman.spec index 8ccbc78..75c52a7 100644 --- a/podman.spec +++ b/podman.spec @@ -26,7 +26,6 @@ Group: System/Management URL: https://%{project} Source0: %{name}-%{version}.tar.xz Source1: podman.conf -Source2: README.SUSE.SLES BuildRequires: bash-completion BuildRequires: device-mapper-devel BuildRequires: fdupes @@ -49,6 +48,8 @@ BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(systemd) Recommends: apparmor-abstractions Recommends: apparmor-parser +# requirement for `podman machine` +Recommends: gvisor-tap-vsock Requires: catatonit >= 0.1.7 # prefer Podman's new network stack on ALP %if 0%{suse_version} >= 1600 && !0%{?is_opensuse} @@ -139,14 +140,10 @@ rm %{buildroot}%{_user_tmpfilesdir}/podman-docker.conf %endif # Add podman modprobe.d drop-in config +# https://bugzilla.redhat.com/show_bug.cgi?id=1703261 mkdir -p %{buildroot}%{_prefix}/lib/modules-load.d install -m 0644 -t %{buildroot}%{_prefix}/lib/modules-load.d/ %{SOURCE1} -# README.SUSE is SLES specifc currently -%if !0%{?is_opensuse} -install -D -m 0644 %{SOURCE2} %{buildroot}%{_docdir}/%{name}/README.SUSE -%endif - %fdupes %{buildroot}/%{_datadir} %fdupes %{buildroot}/%{_systemd_util_dir}