Update to a git snapshot (git20140317 git:1e89b4)

Fixes:
- platform: fix NM crash if link has no name (e.g. for failed VPN connection)
- libnm-util/cli: fix bridge priority default value (rh #1073664)
This commit is contained in:
Jiří Klimeš 2014-03-17 14:46:19 +01:00
parent 251fa91d5d
commit 4815a8a9bc
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -302,3 +302,4 @@ network-manager-applet-0.8.1.tar.bz2
/NetworkManager-0.9.9.1.git20140228.16bbc90.tar.bz2
/NetworkManager-0.9.9.1.git20140310.350b6d6.tar.bz2
/NetworkManager-0.9.9.1.git20140314.45a326d.tar.bz2
/NetworkManager-0.9.9.1.git20140317.a1e89b4.tar.bz2

View File

@ -6,8 +6,8 @@
%define libnl3_version 3.2.7
%define ppp_version 2.4.5
%define snapshot .git20140314
%define git_sha .45a326d
%define snapshot .git20140317
%define git_sha .a1e89b4
%define realversion 0.9.9.1
%global with_nmtui 1
@ -44,7 +44,7 @@ Name: NetworkManager
Summary: Network connection manager and user applications
Epoch: 1
Version: 0.9.9.1
Release: 2%{snapshot}%{?dist}
Release: 3%{snapshot}%{?dist}
Group: System Environment/Base
License: GPLv2+
URL: http://www.gnome.org/projects/NetworkManager/
@ -499,6 +499,11 @@ fi
%{_bindir}/nmtui-hostname
%changelog
* Mon Mar 17 2014 Jiří Klimeš <jklimes@redhat.com> - 0.9.9.1-3.git20140317
- Update to a git snapshot (git20140317 git:a1e89b4)
- platform: fix NM crash if link has no name (e.g. for failed VPN connection)
- libnm-util/cli: fix bridge priority default value (rh #1073664)
* Fri Mar 14 2014 Jiří Klimeš <jklimes@redhat.com> - 0.9.9.1-2.git20140314
- Update to a git snapshot (git20140314 git:45a326d)
- Fix Obsoletes and Requires to perform updates correctly

View File

@ -1 +1 @@
d18626c2851747ff5a382fc961b04e62 NetworkManager-0.9.9.1.git20140314.45a326d.tar.bz2
4990bd52428e075649ca88ff6c9c4780 NetworkManager-0.9.9.1.git20140317.a1e89b4.tar.bz2