fix ipv4 dhcp disabling ebpf (see https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/1485#note_2297552 ) [release 1.46.0-2mamba;Thu Mar 07 2024]

This commit is contained in:
Silvan Calarco 2024-03-07 16:00:30 +01:00
parent 78b6b3d21c
commit db4cceadaa

View File

@ -2,7 +2,7 @@
%define pppdver %(rpm -q --queryformat '%%{version}\\n' ppp | head -n1)
Name: NetworkManager
Version: 1.46.0
Release: 1mamba
Release: 2mamba
Summary: A hardware level network management tool integrated with D-Bus
Group: System/Kernel and Hardware
Vendor: openmamba
@ -114,7 +114,6 @@ This package includes the %{name} API documentation.
-D wifi=true \
-D suspend_resume=systemd \
-D iwd=true \
-D ebpf=true \
-D config_plugins_default=keyfile \
-D vapi=true \
-D more_asserts=no \
@ -123,6 +122,7 @@ This package includes the %{name} API documentation.
-D pppd=%{_sbindir}/pppd \
-D pppd_plugin_dir=%{_libdir}/pppd/%{pppdver}
# -D ebpf=true \
# -D dbus_conf_dir=/usr/share/dbus-1/system.d
# -D dist_version="$pkgver-$pkgrel"
# -D selinux=false
@ -282,6 +282,9 @@ fi
%{_datadir}/doc/NetworkManager/examples/server.conf
%changelog
* Thu Mar 07 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.46.0-2mamba
- fix ipv4 dhcp disabling ebpf (see https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/1485#note_2297552 )
* Thu Feb 22 2024 Automatic Build System <autodist@openmamba.org> 1.46.0-1mamba
- automatic version update by autodist