diff --git a/stress-ng.changes b/stress-ng.changes index 35f6c34..0328ac2 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 22 13:56:11 UTC 2024 - Thorsten Kukuk + +- Allow to disable apparmor support (ALP supports only SELinux) + ------------------------------------------------------------------- Sat Jan 27 16:26:55 UTC 2024 - Dirk Müller diff --git a/stress-ng.spec b/stress-ng.spec index ab1686f..f555f80 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -17,6 +17,8 @@ # +%bcond_without apparmor + Name: stress-ng Version: 0.17.04 Release: 0 @@ -27,7 +29,9 @@ URL: https://github.com/ColinIanKing/stress-ng Source: https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: keyutils-devel BuildRequires: libaio-devel +%if %{with apparmor} BuildRequires: libapparmor-devel +%endif BuildRequires: libattr-devel BuildRequires: libbsd-devel BuildRequires: libcap-devel