Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package buildah for openSUSE:Factory checked in at 2024-02-22 21:00:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/buildah (Old) and /work/SRC/openSUSE:Factory/.buildah.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "buildah" Thu Feb 22 21:00:49 2024 rev:79 rq:1149365 version:1.34.0 Changes: -------- --- /work/SRC/openSUSE:Factory/buildah/buildah.changes 2023-12-14 22:03:38.345146206 +0100 +++ /work/SRC/openSUSE:Factory/.buildah.new.1706/buildah.changes 2024-02-22 21:01:57.846727071 +0100 @@ -1,0 +2,5 @@ +Thu Feb 22 12:59:44 UTC 2024 - Thorsten Kukuk <ku...@suse.com> + +- Allow to disable apparmor support (ALP supports only SELinux) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ buildah.spec ++++++ --- /var/tmp/diff_new_pack.I8TogJ/_old 2024-02-22 21:01:59.062771527 +0100 +++ /var/tmp/diff_new_pack.I8TogJ/_new 2024-02-22 21:01:59.066771674 +0100 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%bcond_without apparmor %define project github.com/containers/buildah Name: buildah @@ -33,7 +34,9 @@ BuildRequires: glib2-devel-static BuildRequires: glibc-devel-static BuildRequires: golang-packaging +%if %{with apparmor} BuildRequires: libapparmor-devel +%endif BuildRequires: libassuan-devel >= 2.5.2 BuildRequires: libbtrfs-devel BuildRequires: libgpgme-devel