core: fix periodic failure to remove VPN nameservers from resolv.conf

This commit is contained in:
Dan Williams 2014-11-13 13:24:18 -06:00
parent 621ae2c1e2
commit dd6a8a5afa
1 changed files with 6 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Name: NetworkManager
Summary: Network connection manager and user applications
Epoch: 1
Version: 0.9.9.0
Release: 47%{snapshot}%{?dist}
Release: 48%{snapshot}%{?dist}
Group: System Environment/Base
License: GPLv2+
URL: http://www.gnome.org/projects/NetworkManager/
@ -134,6 +134,7 @@ Patch75: 0075-rh1059597-needless-route-replacement.patch
Patch76: 0076-rh1059597-route-sources.patch
Patch77: 0077-rh1001529-dhcp-send-hostname.patch
Patch78: 0078-fix-IP-PropertiesChanged-signals.patch
Patch79: 0079-fix-vpn-DNS-removal-on-failure.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -386,6 +387,7 @@ by nm-connection-editor and nm-applet in a non-graphical environment.
%patch76 -p1 -b .0076-rh1059597-route-sources.orig
%patch77 -p1 -b .0077-rh1001529-dhcp-send-hostname.orig
%patch78 -p1 -b .0078-fix-IP-PropertiesChanged-signals.orig
%patch79 -p1 -b .0079-fix-vpn-DNS-removal-on-failure.orig
%build
@ -619,6 +621,9 @@ fi
%endif
%changelog
* Thu Nov 13 2014 Dan Williams <dcbw@redhat.com> - 0.9.9.0-48.git20131003
- core: fix periodic failure to remove VPN nameservers from resolv.conf
* Mon Oct 27 2014 Dan Williams <dcbw@redhat.com> - 0.9.9.0-47.git20131003
- core: fix IP-related PropertiesChanged signal emission