Sync from SUSE:ALP:Source:Standard:1.0 buildah revision 3978092f3c26d9c1fee1e7ddac8b0f0c
This commit is contained in:
parent
d9dee10240
commit
0e47ce7a1d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 12:59:44 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Allow to disable apparmor support (ALP supports only SELinux)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 14 07:42:07 UTC 2023 - danish.prakash@suse.com
|
||||
|
||||
|
@ -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: git
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user