Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package docker for openSUSE:Factory checked 
in at 2024-02-27 22:44:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/docker (Old)
 and      /work/SRC/openSUSE:Factory/.docker.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "docker"

Tue Feb 27 22:44:10 2024 rev:144 rq:1151209 version:25.0.3_ce

Changes:
--------
--- /work/SRC/openSUSE:Factory/docker/docker.changes    2024-02-21 
17:52:15.490273872 +0100
+++ /work/SRC/openSUSE:Factory/.docker.new.1770/docker.changes  2024-02-27 
22:44:11.401491572 +0100
@@ -1,0 +2,5 @@
+Thu Feb 22 14:13:42 UTC 2024 - Thorsten Kukuk <ku...@suse.com>
+
+- Allow to disable apparmor support (ALP supports only SELinux)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ docker.spec ++++++
--- /var/tmp/diff_new_pack.EK84JI/_old  2024-02-27 22:44:12.369526666 +0100
+++ /var/tmp/diff_new_pack.EK84JI/_new  2024-02-27 22:44:12.369526666 +0100
@@ -16,6 +16,7 @@
 #
 # nodebuginfo
 
+%bcond_without  apparmor
 
 # Where important update information will be stored, such that an administrator
 # is guaranteed to see the relevant warning.
@@ -77,7 +78,9 @@
 BuildRequires:  ca-certificates
 BuildRequires:  device-mapper-devel >= 1.2.68
 BuildRequires:  fdupes
+%if %{with apparmor}
 BuildRequires:  libapparmor-devel
+%endif
 BuildRequires:  libbtrfs-devel >= 3.8
 BuildRequires:  libseccomp-devel >= 2.2
 BuildRequires:  libtool
@@ -90,6 +93,7 @@
 BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  sysuser-tools
 BuildRequires:  golang(API) = 1.20
+%if %{with apparmor}
 %if 0%{?sle_version} >= 150000
 # This conditional only works on rpm>=4.13, which SLE 12 doesn't have. But we
 # don't need to support Docker+selinux for SLE 12 anyway.
@@ -103,6 +107,9 @@
 %else
 Requires:       apparmor-parser
 %endif
+%else
+Requires:       container-selinux
+%endif
 Requires:       ca-certificates-mozilla
 # The docker-proxy binary used to be in a separate package. We obsolete it,
 # since now docker-proxy is maintained as part of this package.

Reply via email to