- install: fix -gnome package %pre script failures (rh #526519)
- nm: fix failures validating private keys when using the NSS crypto backend - applet: fix crashes when clicking on menu but not associated (rh #526535) - editor: fix crash editing wired 802.1x settings - editor: fix secrets retrieval when editing connections
This commit is contained in:
parent
56b3ef9f96
commit
32ffde21cb
@ -165,3 +165,5 @@ NetworkManager-0.7.996.git20090921.tar.bz2
|
||||
network-manager-applet-0.7.996.git20090921.tar.bz2
|
||||
NetworkManager-0.7.996.git20090928.tar.bz2
|
||||
network-manager-applet-0.7.996.git20090928-menu-rework.tar.bz2
|
||||
NetworkManager-0.7.996.git20091002.tar.bz2
|
||||
network-manager-applet-0.7.996.git20091002.tar.bz2
|
||||
|
@ -9,14 +9,14 @@
|
||||
%define libnl_version 1.1
|
||||
%define ppp_version 2.2.4
|
||||
|
||||
%define snapshot .git20090928
|
||||
%define applet_snapshot .git20090928-menu-rework
|
||||
%define snapshot .git20091002
|
||||
%define applet_snapshot .git20091002
|
||||
|
||||
Name: NetworkManager
|
||||
Summary: Network connection manager and user applications
|
||||
Epoch: 1
|
||||
Version: 0.7.996
|
||||
Release: 3%{snapshot}%{?dist}
|
||||
Release: 4%{snapshot}%{?dist}
|
||||
Group: System Environment/Base
|
||||
License: GPLv2+
|
||||
URL: http://www.gnome.org/projects/NetworkManager/
|
||||
@ -239,7 +239,7 @@ exit 0
|
||||
%pre gnome
|
||||
if [ "$1" -gt 1 ]; then
|
||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||
gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/nm-applet.schemas >/dev/null
|
||||
gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/nm-applet.schemas >/dev/null || :
|
||||
fi
|
||||
|
||||
%preun gnome
|
||||
@ -342,6 +342,13 @@ fi
|
||||
%{_datadir}/gtk-doc/html/libnm-util/*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 2 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-4.git20091002
|
||||
- install: fix -gnome package %pre script failures (rh #526519)
|
||||
- nm: fix failures validating private keys when using the NSS crypto backend
|
||||
- applet: fix crashes when clicking on menu but not associated (rh #526535)
|
||||
- editor: fix crash editing wired 802.1x settings
|
||||
- editor: fix secrets retrieval when editing connections
|
||||
|
||||
* Mon Sep 28 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-3.git20090928
|
||||
- nm: fix connection takeover when carrier is not on
|
||||
- nm: handle certificate paths (CA chain PEM files are now fully usable)
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
e8d776c04616764042ba94f85d51dcaa NetworkManager-0.7.996.git20090928.tar.bz2
|
||||
138060af68f9cdd057f83dcebfb71a50 network-manager-applet-0.7.996.git20090928-menu-rework.tar.bz2
|
||||
9993745d9f39e4ae8a6b46b5b7a5a809 NetworkManager-0.7.996.git20091002.tar.bz2
|
||||
131b83c340764d648ccce44f56683394 network-manager-applet-0.7.996.git20091002.tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user