- Update to a stable branch snapshot
- Gnome applet timeout/redraw suppression when idle - Backport of LEAP patch from HEAD (from Thiago Bauermann) - Backport of asynchronous scanning patch from HEAD - Make renaming of VPN connections work (from Tambet Ingo) - Dial down wpa_supplicant debug spew - Cleanup of key/passphrase request scenarios (from Valentine Sinitsyn) - Shut down VPN connections on logout (from Robert Love) - Fix WPA passphrase hashing on PPC
This commit is contained in:
parent
21afa16b0c
commit
d647d56d5b
@ -2,3 +2,4 @@ NetworkManager-0.6.1.tar.bz2
|
|||||||
NetworkManager-0.7.0.cvs20060521.tar.gz
|
NetworkManager-0.7.0.cvs20060521.tar.gz
|
||||||
NetworkManager-0.7.0.cvs20060529.tar.gz
|
NetworkManager-0.7.0.cvs20060529.tar.gz
|
||||||
NetworkManager-0.6.4.cvs20060829.tar.gz
|
NetworkManager-0.6.4.cvs20060829.tar.gz
|
||||||
|
NetworkManager-0.6.5.cvs20061025.tar.gz
|
||||||
|
@ -26,16 +26,12 @@ ExcludeArch: s390 s390x
|
|||||||
Name: NetworkManager
|
Name: NetworkManager
|
||||||
Summary: Network connection manager and user applications
|
Summary: Network connection manager and user applications
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.6.4
|
Version: 0.6.5
|
||||||
Release: 6%{?dist}
|
Release: 0.cvs20061025%{?dist}
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://www.gnome.org/projects/NetworkManager/
|
URL: http://www.gnome.org/projects/NetworkManager/
|
||||||
Source: %{name}-%{version}.cvs20060829.tar.gz
|
Source: %{name}-%{version}.cvs20061025.tar.gz
|
||||||
Patch0: NetworkManager-0.6.4-old-dbus.patch
|
|
||||||
Patch1: NetworkManager-0.6.4-fc5-specialcase-madwifi.patch
|
|
||||||
Patch2: NetworkManager-0.6.4-startup-dhcdbd.patch
|
|
||||||
Patch3: NetworkManager-0.6.4-applet-redraw.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
PreReq: chkconfig
|
PreReq: chkconfig
|
||||||
@ -134,14 +130,7 @@ NetworkManager functionality from applications that use glib.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-0.6.4
|
||||||
%if "%fedora" == "5"
|
|
||||||
%patch0 -p1 -b .old-dbus
|
|
||||||
# Preserve compat with older FC5 versions of NM
|
|
||||||
%patch1 -p1 -b .specialcase-madwifi
|
|
||||||
%endif
|
|
||||||
%patch2 -p1 -b .startup-dhcdbd
|
|
||||||
%patch3 -p1 -b .applet-redraw
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Even though we don't require named, we still build with it
|
# Even though we don't require named, we still build with it
|
||||||
@ -244,6 +233,17 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 25 2006 Dan Williams <dcbw@redhat.com> - 1:0.6.5-0.cvs20061025
|
||||||
|
- Update to a stable branch snapshot
|
||||||
|
- Gnome applet timeout/redraw suppression when idle
|
||||||
|
- Backport of LEAP patch from HEAD (from Thiago Bauermann)
|
||||||
|
- Backport of asynchronous scanning patch from HEAD
|
||||||
|
- Make renaming of VPN connections work (from Tambet Ingo)
|
||||||
|
- Dial down wpa_supplicant debug spew
|
||||||
|
- Cleanup of key/passphrase request scenarios (from Valentine Sinitsyn)
|
||||||
|
- Shut down VPN connections on logout (from Robert Love)
|
||||||
|
- Fix WPA passphrase hashing on PPC
|
||||||
|
|
||||||
* Thu Oct 19 2006 Christopher Aillon <caillon@redhat.com> - 1:0.6.4-6
|
* Thu Oct 19 2006 Christopher Aillon <caillon@redhat.com> - 1:0.6.4-6
|
||||||
- Own /usr/share/NetworkManager and /usr/include/NetworkManager
|
- Own /usr/share/NetworkManager and /usr/include/NetworkManager
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user