forked from pool/buildah
Accepting request 1149365 from devel:microos
- Allow to disable apparmor support (ALP supports only SELinux) (forwarded request 1149361 from kukuk) OBS-URL: https://build.opensuse.org/request/show/1149365 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=79
This commit is contained in:
commit
8df338a2f8
@ -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…
x
Reference in New Issue
Block a user