require dnsmasq required e.g. for hotspot functionality [release 1.30.0-2mamba;Wed Mar 03 2021]
This commit is contained in:
parent
5d7e3e362b
commit
fc772e6346
@ -2,7 +2,7 @@
|
|||||||
%define pppdver %(rpm -q --queryformat '%%{version}\\n' ppp | head -n1)
|
%define pppdver %(rpm -q --queryformat '%%{version}\\n' ppp | head -n1)
|
||||||
Name: NetworkManager
|
Name: NetworkManager
|
||||||
Version: 1.30.0
|
Version: 1.30.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A hardware level network management tool integrated with D-Bus
|
Summary: A hardware level network management tool integrated with D-Bus
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -53,6 +53,7 @@ Requires: iproute >= 2.6.11
|
|||||||
Requires: wpa_supplicant >= 0.7.3-3mamba
|
Requires: wpa_supplicant >= 0.7.3-3mamba
|
||||||
Requires: ppp >= 2.4.5-5mamba
|
Requires: ppp >= 2.4.5-5mamba
|
||||||
Requires: dhcpclient
|
Requires: dhcpclient
|
||||||
|
Requires: dnsmasq
|
||||||
Requires: libnm = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: libnm = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Requires(post):dbus
|
Requires(post):dbus
|
||||||
Requires(post):systemd-core
|
Requires(post):systemd-core
|
||||||
@ -309,6 +310,9 @@ exit 0
|
|||||||
%{_datadir}/doc/NetworkManager/examples/server.conf
|
%{_datadir}/doc/NetworkManager/examples/server.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.30.0-2mamba
|
||||||
|
- require dnsmasq required e.g. for hotspot functionality
|
||||||
|
|
||||||
* Fri Feb 19 2021 Automatic Build System <autodist@mambasoft.it> 1.30.0-1mamba
|
* Fri Feb 19 2021 Automatic Build System <autodist@mambasoft.it> 1.30.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user