Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
b772e8ab10 |
@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 16 16:06:59 UTC 2023 - Ludwig Nussel <lnussel@suse.de>
|
||||
|
||||
- allow to switch off Apparmor support via bcond
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 27 13:15:30 UTC 2022 - Ludwig Nussel <lnussel@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package psmisc
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,7 +15,6 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%bcond_without apparmor
|
||||
|
||||
Name: psmisc
|
||||
@ -29,7 +28,7 @@ BuildRequires: libselinux-devel
|
||||
BuildRequires: linux-glibc-devel >= 4.12
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: netcat-openbsd
|
||||
%if %{with apparmor}
|
||||
%if %{with appamor}
|
||||
BuildRequires: pkgconfig(libapparmor)
|
||||
%endif
|
||||
URL: https://gitlab.com/psmisc/psmisc/
|
||||
|
Loading…
Reference in New Issue
Block a user