Script 'mail_helper' called by obssrc
Hello community,

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

Package is "podman"

Tue Feb 27 22:44:11 2024 rev:129 rq:1151210 version:4.9.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/podman/podman.changes    2024-02-15 
20:59:00.209012467 +0100
+++ /work/SRC/openSUSE:Factory/.podman.new.1770/podman.changes  2024-02-27 
22:44:12.809542617 +0100
@@ -1,0 +2,5 @@
+Thu Feb 22 13:54:00 UTC 2024 - Thorsten Kukuk <ku...@suse.com>
+
+- Allow to disable apparmor support (ALP supports only SELinux) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ podman.spec ++++++
--- /var/tmp/diff_new_pack.8sA8nO/_old  2024-02-27 22:44:13.465566399 +0100
+++ /var/tmp/diff_new_pack.8sA8nO/_new  2024-02-27 22:44:13.465566399 +0100
@@ -18,6 +18,9 @@
 
 %{!?_user_tmpfilesdir: %global _user_tmpfilesdir %{_datadir}/user-tmpfiles.d}
 %define project        github.com/containers/podman
+
+%bcond_without  apparmor
+
 Name:           podman
 Version:        4.9.3
 Release:        0
@@ -35,7 +38,9 @@
 BuildRequires:  glibc-devel-static
 BuildRequires:  go-go-md2man
 BuildRequires:  golang-packaging
+%if %{with apparmor}
 BuildRequires:  libapparmor-devel
+%endif
 BuildRequires:  libassuan-devel
 BuildRequires:  libbtrfs-devel
 BuildRequires:  libcontainers-common
@@ -47,8 +52,10 @@
 BuildRequires:  pkgconfig(libselinux)
 BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(systemd)
+%if %{with apparmor}
 Recommends:     apparmor-abstractions
 Recommends:     apparmor-parser
+%endif
 # requirement for `podman machine`
 Recommends:     gvisor-tap-vsock
 Requires:       catatonit >= 0.1.7

Reply via email to