Hello community,

here is the log from the commit of package podman for openSUSE:Factory checked 
in at 2020-03-08 22:23:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/podman (Old)
 and      /work/SRC/openSUSE:Factory/.podman.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "podman"

Sun Mar  8 22:23:55 2020 rev:56 rq:781913 version:1.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/podman/podman.changes    2020-02-25 
16:04:14.968319900 +0100
+++ /work/SRC/openSUSE:Factory/.podman.new.26092/podman.changes 2020-03-08 
22:24:09.104077992 +0100
@@ -1,0 +2,11 @@
+Thu Mar  5 16:26:16 UTC 2020 - Ralf Haferkamp <rha...@suse.com>
+
+- Added SLE specific README.SUSE about current support status
+  (jsc#SLE-9112, jsc#CAASP-60)
+
+-------------------------------------------------------------------
+Thu Mar  5 15:40:12 UTC 2020 - Richard Brown <rbr...@suse.com>
+
+- Configure br_netfilter for podman automatically (boo#1165738) 
+
+-------------------------------------------------------------------

New:
----
  README.SUSE.SLES
  podman.conf

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ podman.spec ++++++
--- /var/tmp/diff_new_pack.TGfL9o/_old  2020-03-08 22:24:11.092079219 +0100
+++ /var/tmp/diff_new_pack.TGfL9o/_new  2020-03-08 22:24:11.092079219 +0100
@@ -29,8 +29,10 @@
 Group:          System/Management
 Url:            https://github.com/containers/libpod
 Source0:        %{name}-%{version}.tar.xz
+Source1:        podman.conf
 Source2:        libpod.conf
 Source3:        %{name}-rpmlintrc
+Source4:        README.SUSE.SLES
 BuildRequires:  bash-completion
 BuildRequires:  cni
 BuildRequires:  device-mapper-devel
@@ -157,9 +159,21 @@
 install -D -m 0644 contrib/varlink/io.podman.service 
%{buildroot}%{_unitdir}/io.podman.service
 install -D -m 0644 contrib/varlink/io.podman.socket 
%{buildroot}%{_unitdir}/io.podman.socket
 
+# Add podman modprobe.d drop-in config
+mkdir -p %{buildroot}%{_libexecdir}/modules-load.d
+install -m 0644 -t %{buildroot}%{_libexecdir}/modules-load.d/ %{SOURCE1}
+
+# README.SUSE is SLES specifc currently
+%if !0%{?is_opensuse}
+install -D -m 0644 %{SOURCE4} %{buildroot}%{_docdir}/%{name}/README.SUSE
+%endif
+
 %fdupes %{buildroot}/%{_prefix}
 
 %files
+%if !0%{?is_opensuse}
+%doc %{_docdir}/%{name}
+%endif
 # Binaries
 %{_bindir}/podman
 %{_bindir}/podman-remote
@@ -170,6 +184,8 @@
 %config(noreplace) %{_sysconfdir}/containers/libpod.conf
 %dir %{_datadir}/containers
 %{_datadir}/containers/libpod.conf
+%dir %{_libexecdir}/modules-load.d
+%{_libexecdir}/modules-load.d/podman.conf
 # Completion
 %{_datadir}/bash-completion/completions/podman
 %{_sysconfdir}/zsh_completion.d/_podman

++++++ README.SUSE.SLES ++++++
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
++++++ podman.conf ++++++
# Load br_netfilter module at boot
br_netfilter

Reply via email to