Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package docker for openSUSE:Factory checked 
in at 2022-10-01 17:42:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/docker (Old)
 and      /work/SRC/openSUSE:Factory/.docker.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "docker"

Sat Oct  1 17:42:40 2022 rev:123 rq:1006868 version:20.10.17_ce

Changes:
--------
--- /work/SRC/openSUSE:Factory/docker/docker.changes    2022-06-30 
13:18:12.545526489 +0200
+++ /work/SRC/openSUSE:Factory/.docker.new.2275/docker.changes  2022-10-01 
17:42:50.833636388 +0200
@@ -1,0 +2,16 @@
+Thu Sep 29 08:40:35 UTC 2022 - Aleksa Sarai <asa...@suse.com>
+
+- Add apparmor-parser as a Recommends to make sure that most users will end up
+  with it installed even if they are primarily running SELinux.
+
+-------------------------------------------------------------------
+Thu Sep 29 07:27:03 UTC 2022 - Fabian Vogt <fv...@suse.com>
+
+- Fix syntax of boolean dependency
+
+-------------------------------------------------------------------
+Thu Jul 28 07:42:33 UTC 2022 - Frederic Crozat <fcro...@suse.com>
+
+- Allow to install container-selinux instead of apparmor-parser.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ docker.spec ++++++
--- /var/tmp/diff_new_pack.woggLP/_old  2022-10-01 17:42:51.557637705 +0200
+++ /var/tmp/diff_new_pack.woggLP/_new  2022-10-01 17:42:51.565637720 +0200
@@ -117,7 +117,7 @@
 # Due to a limitation in openSUSE's Go packaging we cannot have a BuildRequires
 # for 'golang(API) >= 1.17' here, so just require 1.17 exactly. bsc#1172608
 BuildRequires:  go1.17
-Requires:       apparmor-parser
+Requires:       (apparmor-parser or container-selinux)
 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.
@@ -140,6 +140,12 @@
 Requires(post): %fillup_prereq
 Requires(post): udev
 Requires(post): shadow
+# This recommends is added to make sure that even if you have container-selinux
+# installed you will still be prompted to install apparmor-parser which Docker
+# requires to apply AppArmor profiles (for SELinux systems this doesn't matter
+# but if you switch back to AppArmor on reboot this would result in insecure
+# containers).
+Recommends:     apparmor-parser
 # Not necessary, but must be installed when the underlying system is
 # configured to use lvm and the user doesn't explicitly provide a
 # different storage-driver than devicemapper

Reply via email to