forked from pool/systemd
- Enable bpf framework
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1296
This commit is contained in:
parent
de7f0bab9e
commit
729b03caea
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 19 08:58:21 UTC 2022 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Enable bpf framework
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 18 15:54:51 UTC 2022 - Franck Bui <fbui@suse.com>
|
Mon Jul 18 15:54:51 UTC 2022 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -78,6 +78,8 @@ Summary: A System and Session Manager
|
|||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
|
BuildRequires: bpftool
|
||||||
|
BuildRequires: clang
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: kbd
|
BuildRequires: kbd
|
||||||
BuildRequires: libapparmor-devel
|
BuildRequires: libapparmor-devel
|
||||||
@ -88,6 +90,7 @@ BuildRequires: polkit
|
|||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
BuildRequires: python3-lxml
|
BuildRequires: python3-lxml
|
||||||
BuildRequires: pkgconfig(audit)
|
BuildRequires: pkgconfig(audit)
|
||||||
|
BuildRequires: pkgconfig(libbpf)
|
||||||
BuildRequires: pkgconfig(libdw)
|
BuildRequires: pkgconfig(libdw)
|
||||||
BuildRequires: pkgconfig(libiptc)
|
BuildRequires: pkgconfig(libiptc)
|
||||||
BuildRequires: pkgconfig(liblz4)
|
BuildRequires: pkgconfig(liblz4)
|
||||||
@ -137,6 +140,8 @@ Requires: util-linux >= 2.27.1
|
|||||||
Requires: group(lock)
|
Requires: group(lock)
|
||||||
# This Recommends because some symbols of libpcre2 are dlopen()ed by journalctl
|
# This Recommends because some symbols of libpcre2 are dlopen()ed by journalctl
|
||||||
Recommends: libpcre2-8-0
|
Recommends: libpcre2-8-0
|
||||||
|
Recommends: libbpf0
|
||||||
|
|
||||||
Requires(post): coreutils
|
Requires(post): coreutils
|
||||||
Requires(post): findutils
|
Requires(post): findutils
|
||||||
Requires(post): systemd-presets-branding
|
Requires(post): systemd-presets-branding
|
||||||
@ -688,6 +693,7 @@ Have fun with these services at your own risk.
|
|||||||
-Dpstore=true \
|
-Dpstore=true \
|
||||||
\
|
\
|
||||||
-Dapparmor=%{when_not bootstrap} \
|
-Dapparmor=%{when_not bootstrap} \
|
||||||
|
-Dbpf-framework=%{when_not bootstrap} \
|
||||||
-Defi=%{when_not bootstrap} \
|
-Defi=%{when_not bootstrap} \
|
||||||
-Delfutils=%{when_not bootstrap} \
|
-Delfutils=%{when_not bootstrap} \
|
||||||
-Dhtml=%{when_not bootstrap} \
|
-Dhtml=%{when_not bootstrap} \
|
||||||
|
Loading…
Reference in New Issue
Block a user