- Fix device bringup on resume
- changelog + release bump
This commit is contained in:
parent
7ae161d73a
commit
a57f2581f0
@ -15,7 +15,7 @@ ExcludeArch: s390 s390x
|
|||||||
Name: NetworkManager
|
Name: NetworkManager
|
||||||
Summary: Network connection manager and user applications
|
Summary: Network connection manager and user applications
|
||||||
Version: 0.6.0
|
Version: 0.6.0
|
||||||
Release: 2%{?nm_cvs_version}
|
Release: 3%{?nm_cvs_version}
|
||||||
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/
|
||||||
@ -24,6 +24,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
|
|
||||||
Patch0: special-case-madwifi.patch
|
Patch0: special-case-madwifi.patch
|
||||||
Patch1: no-wpa-no-scan1.patch
|
Patch1: no-wpa-no-scan1.patch
|
||||||
|
Patch2: NetworkManager-0.6.0-device-up.patch
|
||||||
|
|
||||||
PreReq: chkconfig
|
PreReq: chkconfig
|
||||||
Requires: wireless-tools >= %{wireless_tools_version}
|
Requires: wireless-tools >= %{wireless_tools_version}
|
||||||
@ -119,6 +120,7 @@ NetworkManager functionality from applications that use glib.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p0 -b .madwifi
|
%patch0 -p0 -b .madwifi
|
||||||
%patch1 -p0 -b .no-wpa-no-scan1
|
%patch1 -p0 -b .no-wpa-no-scan1
|
||||||
|
%patch2 -p1 -b .device-up
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-named=/usr/sbin/named --with-named-dir=/var/named/data --with-named-user=named --enable-notify=yes
|
%configure --with-named=/usr/sbin/named --with-named-dir=/var/named/data --with-named-user=named --enable-notify=yes
|
||||||
@ -213,6 +215,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 14 2006 Peter Jones <pjones@redhat.com> - 0.6.0-3
|
||||||
|
- Fix device bringup on resume
|
||||||
|
|
||||||
* Mon Mar 6 2006 Dan Williams <dcbw@redhat.com> 0.6.0-2
|
* Mon Mar 6 2006 Dan Williams <dcbw@redhat.com> 0.6.0-2
|
||||||
- Don't let wpa_supplicant perform scanning with non-WPA drivers
|
- Don't let wpa_supplicant perform scanning with non-WPA drivers
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user