forked from pool/strace
Accepting request 1143444 from devel:tools
- Enable SELinux Context Printing (--secontext). (forwarded request 1143440 from cahu) OBS-URL: https://build.opensuse.org/request/show/1143444 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=104
This commit is contained in:
commit
7cd75b6085
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 1 14:42:14 UTC 2024 - Cathy Hu <cathy.hu@suse.com>
|
||||
|
||||
- Enable SELinux Context Printing (--secontext).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 29 19:44:45 UTC 2024 - Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package strace
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -49,6 +49,10 @@ BuildRequires: time
|
||||
%ifarch x86_64
|
||||
Obsoletes: strace-32bit
|
||||
%endif
|
||||
# enable SELinux context output (--secontext)
|
||||
%if 0%{?suse_version} >= 1500
|
||||
BuildRequires: libselinux-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
With strace, you can trace the activity of a program. Information
|
||||
|
Loading…
x
Reference in New Issue
Block a user