Hello community,

here is the log from the commit of package podman for openSUSE:Leap:15.2 
checked in at 2020-03-27 16:43:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/podman (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.podman.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "podman"

Fri Mar 27 16:43:04 2020 rev:9 rq:788225 version:1.8.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/podman/podman.changes  2020-03-19 
08:35:38.861823748 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.podman.new.3160/podman.changes        
2020-03-27 16:43:11.571759494 +0100
@@ -1,0 +2,11 @@
+Thu Mar  5 16:26:16 UTC 2020 - Ralf Haferkamp <[email protected]>
+
+- 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 <[email protected]>
+
+- Configure br_netfilter for podman automatically (boo#1165738) 
+
+-------------------------------------------------------------------
@@ -526,0 +538 @@
+- Removed CVE-2019-10214.patch as it was merged upstream

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

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

Other differences:
------------------
++++++ podman.spec ++++++
--- /var/tmp/diff_new_pack.MnRTvZ/_old  2020-03-27 16:43:12.647760126 +0100
+++ /var/tmp/diff_new_pack.MnRTvZ/_new  2020-03-27 16:43:12.647760126 +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