SHA256
1
0
forked from pool/stress-ng

Accepting request 1149490 from home:kukuk:no-utmp

- Allow to disable apparmor support (ALP supports only SELinux)

OBS-URL: https://build.opensuse.org/request/show/1149490
OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=245
This commit is contained in:
Martin Hauke 2024-02-23 18:18:39 +00:00 committed by Git OBS Bridge
parent 93bc2479d0
commit d9552fe638
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 22 13:56:11 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
- Allow to disable apparmor support (ALP supports only SELinux)
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jan 27 16:26:55 UTC 2024 - Dirk Müller <dmueller@suse.com> Sat Jan 27 16:26:55 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -17,6 +17,8 @@
# #
%bcond_without apparmor
Name: stress-ng Name: stress-ng
Version: 0.17.04 Version: 0.17.04
Release: 0 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 Source: https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: keyutils-devel BuildRequires: keyutils-devel
BuildRequires: libaio-devel BuildRequires: libaio-devel
%if %{with apparmor}
BuildRequires: libapparmor-devel BuildRequires: libapparmor-devel
%endif
BuildRequires: libattr-devel BuildRequires: libattr-devel
BuildRequires: libbsd-devel BuildRequires: libbsd-devel
BuildRequires: libcap-devel BuildRequires: libcap-devel