Accepting request 1143440 from home:cahu:branches:devel:tools

- Enable SELinux Context Printing (--secontext).

OBS-URL: https://build.opensuse.org/request/show/1143440
OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=164
This commit is contained in:
Andreas Schwab 2024-02-01 16:11:33 +00:00 committed by Git OBS Bridge
parent a03c996043
commit b99f410cac
2 changed files with 10 additions and 1 deletions

View File

@ -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>

View File

@ -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