]> git.pld-linux.org Git - packages/NetworkManager.git/commitdiff
Enable resolvconf and S: resolvconf auto/th/NetworkManager-0.9.8.8-2
authorJacek Konieczny <jajcus@jajcus.net>
Mon, 18 Nov 2013 20:17:54 +0000 (21:17 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Mon, 18 Nov 2013 20:17:54 +0000 (21:17 +0100)
Without this there is no control on /etc/resolv.conf generated by
NetworkManager, so e.g. DNSSEC usage cannot be enabled ('options edns0')

NetworkManager.spec

index a53baaecec05dae39f2610d25ab97c752a5fc58a..174b9ea331d4caa6cb8ca694b20b56b2851967aa 100644 (file)
@@ -8,7 +8,7 @@ Summary:        Network Manager for GNOME
 Summary(pl.UTF-8):     Zarządca sieci dla GNOME
 Name:          NetworkManager
 Version:       0.9.8.8
-Release:       1
+Release:       2
 Epoch:         2
 License:       GPL v2+
 Group:         Networking/Admin
@@ -71,6 +71,7 @@ Requires:     systemd-units >= 38
 Requires:      wpa_supplicant >= 0.7.3-4
 Suggests:      ModemManager >= 1.0.0
 Suggests:      mobile-broadband-provider-info
+Suggests:      resolvconf
 Obsoletes:     NetworkManager-systemd
 Obsoletes:     dhcdbd < 3.0-1
 # sr@Latn vs. sr@latin
@@ -194,6 +195,7 @@ Bashowe uzupełnianie nazw dla polecenia NetworkManagera (nmcli).
        --with-session-tracking=%{?with_systemd:systemd}%{!?with_systemd:ck} \
        --with-suspend-resume=%{?with_systemd:systemd}%{!?with_systemd:upower} \
        --with-pppd-plugin-dir=%{_libdir}/pppd/plugins \
+       --with-resolvconf=/sbin/resolvconf \
        --with-dist-version=%{version}-%{release} \
        --with-docs \
        %{__enable_disable wimax} \
This page took 0.361374 seconds and 4 git commands to generate.