- PPoE authentication fixes
- More robust handing of mobile broadband device communications
This commit is contained in:
parent
a2e8f79df4
commit
15b96c0d4f
@ -95,3 +95,5 @@ NetworkManager-0.7.0.svn3549.tar.gz
|
|||||||
nm-applet-0.7.0.svn662.tar.gz
|
nm-applet-0.7.0.svn662.tar.gz
|
||||||
NetworkManager-0.7.0.svn3566.tar.gz
|
NetworkManager-0.7.0.svn3566.tar.gz
|
||||||
nm-applet-0.7.0.svn679.tar.gz
|
nm-applet-0.7.0.svn679.tar.gz
|
||||||
|
NetworkManager-0.7.0.svn3570.tar.gz
|
||||||
|
nm-applet-0.7.0.svn682.tar.gz
|
||||||
|
@ -9,8 +9,8 @@ ExcludeArch: s390 s390x
|
|||||||
%define libnl_version 1.0-0.15.pre8.git20071218
|
%define libnl_version 1.0-0.15.pre8.git20071218
|
||||||
%define ppp_version 2.2.4
|
%define ppp_version 2.2.4
|
||||||
|
|
||||||
%define snapshot svn3566
|
%define snapshot svn3570
|
||||||
%define applet_snapshot svn679
|
%define applet_snapshot svn682
|
||||||
|
|
||||||
Name: NetworkManager
|
Name: NetworkManager
|
||||||
Summary: Network connection manager and user applications
|
Summary: Network connection manager and user applications
|
||||||
@ -26,6 +26,7 @@ Source2: nm-system-settings.conf
|
|||||||
Patch1: NetworkManager-0.6.5-fixup-internal-applet-build.patch
|
Patch1: NetworkManager-0.6.5-fixup-internal-applet-build.patch
|
||||||
Patch2: no-strict-aliasing.patch
|
Patch2: no-strict-aliasing.patch
|
||||||
Patch3: optionally-wait-for-network.patch
|
Patch3: optionally-wait-for-network.patch
|
||||||
|
Patch4: serial-debug.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
PreReq: chkconfig
|
PreReq: chkconfig
|
||||||
@ -139,6 +140,7 @@ tar -xzf %{SOURCE1}
|
|||||||
%patch1 -p1 -b .buildfix
|
%patch1 -p1 -b .buildfix
|
||||||
%patch2 -p1 -b .no-strict-aliasing
|
%patch2 -p1 -b .no-strict-aliasing
|
||||||
%patch3 -p1 -b .wait-for-network
|
%patch3 -p1 -b .wait-for-network
|
||||||
|
%patch4 -p1 -b .serial-debug
|
||||||
|
|
||||||
%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
|
||||||
@ -287,6 +289,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 17 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3570
|
||||||
|
- PPoE authentication fixes
|
||||||
|
- More robust handing of mobile broadband device communications
|
||||||
|
|
||||||
* Wed Apr 16 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3566
|
* Wed Apr 16 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3566
|
||||||
- Honor options from /etc/sysconfig/network for blocking until network is up
|
- Honor options from /etc/sysconfig/network for blocking until network is up
|
||||||
|
|
||||||
|
12
serial-debug.patch
Normal file
12
serial-debug.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up NetworkManager-0.7.0/src/nm-serial-device.c.foo NetworkManager-0.7.0/src/nm-serial-device.c
|
||||||
|
--- NetworkManager-0.7.0/src/nm-serial-device.c.foo 2008-04-10 12:51:43.000000000 -0400
|
||||||
|
+++ NetworkManager-0.7.0/src/nm-serial-device.c 2008-04-10 12:51:49.000000000 -0400
|
||||||
|
@@ -19,7 +19,7 @@
|
||||||
|
#include "nm-setting-ppp.h"
|
||||||
|
#include "nm-utils.h"
|
||||||
|
|
||||||
|
-/* #define NM_DEBUG_SERIAL 1 */
|
||||||
|
+#define NM_DEBUG_SERIAL 1
|
||||||
|
|
||||||
|
#define SERIAL_BUF_SIZE 2048
|
||||||
|
|
Loading…
Reference in New Issue
Block a user