forked from pool/podman
Accepting request 1102183 from devel:microos
Discard outdated README.SUSE.SLES (forwarded request 1102180 from danishprakash) OBS-URL: https://build.opensuse.org/request/show/1102183 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=110
This commit is contained in:
commit
5fff852a2e
@ -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
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 3 13:05:43 UTC 2023 - Danish Prakash <danish.prakash@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user