[packages/NetworkManager] follow upstream and don't enable ebpf by default; rel 2
atler
atler at pld-linux.org
Fri Apr 18 20:05:06 CEST 2025
commit 259c766296f4eae0b6c9c6c1546cdeaa15c76121
Author: Jan Palus <atler at pld-linux.org>
Date: Fri Apr 18 19:18:05 2025 +0200
follow upstream and don't enable ebpf by default; rel 2
quoting meson.build:
"'auto' means 'false', because there are still issues"
NetworkManager.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/NetworkManager.spec b/NetworkManager.spec
index 9b0125e..982db26 100644
--- a/NetworkManager.spec
+++ b/NetworkManager.spec
@@ -6,12 +6,13 @@
%bcond_without vala # Vala API
%bcond_with firewalld # Firewalld zone for shared mode
%bcond_with default_iwd # use IWD as deafult Wi-Fi backend instead of wpa_supplicant
+%bcond_with ebpf # eBPF support
Summary: Network Manager for GNOME
Summary(pl.UTF-8): Zarządca sieci dla GNOME
Name: NetworkManager
Version: 1.52.0
-Release: 1
+Release: 2
Epoch: 2
License: GPL v2+
Group: Networking/Admin
@@ -213,7 +214,7 @@ grep -rl /usr/bin/env examples | xargs sed -i -e '1{
-Ddist_version=%{version}-%{release} \
-Ddnsmasq=/usr/sbin/dnsmasq \
-Ddocs=true \
- -Debpf=true \
+ %{?with_ebpf:-Debpf=true} \
-Difcfg_rh=true \
-Diptables=/usr/sbin/iptables \
-Diwd=true \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/NetworkManager.git/commitdiff/4a8b2d131cf318796e3a792ea54e120f5561c633
More information about the pld-cvs-commit
mailing list