Remove fuzz from patches
This commit is contained in:
parent
5562f2db9f
commit
72a4a26129
@ -16,7 +16,7 @@ Name: NetworkManager
|
|||||||
Summary: Network connection manager and user applications
|
Summary: Network connection manager and user applications
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.7.0
|
Version: 0.7.0
|
||||||
Release: 0.10.%{snapshot}%{?dist}.1
|
Release: 0.11.%{snapshot}%{?dist}
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.gnome.org/projects/NetworkManager/
|
URL: http://www.gnome.org/projects/NetworkManager/
|
||||||
@ -293,7 +293,7 @@ fi
|
|||||||
%{_libdir}/libnm-util.so
|
%{_libdir}/libnm-util.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jul 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.10.svn3830
|
* Fri Jul 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn3830
|
||||||
- Expose server-returned DHCP options via D-Bus
|
- Expose server-returned DHCP options via D-Bus
|
||||||
- Use avahi-autoipd rather than old built-in IPv4LL implementation
|
- Use avahi-autoipd rather than old built-in IPv4LL implementation
|
||||||
- Send hostname to DHCP server if provided (DHCP_HOSTNAME ifcfg option)
|
- Send hostname to DHCP server if provided (DHCP_HOSTNAME ifcfg option)
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
diff -up NetworkManager-0.7.0/src/nm-serial-device.c.foo NetworkManager-0.7.0/src/nm-serial-device.c
|
diff -up NetworkManager-0.7.0/src/nm-serial-device.c.serial-debug 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.serial-debug 2008-07-15 07:59:32.000000000 -0400
|
||||||
+++ NetworkManager-0.7.0/src/nm-serial-device.c 2008-04-10 12:51:49.000000000 -0400
|
+++ NetworkManager-0.7.0/src/nm-serial-device.c 2008-07-18 11:52:29.000000000 -0400
|
||||||
@@ -19,7 +19,7 @@
|
@@ -21,7 +21,7 @@
|
||||||
#include "nm-setting-ppp.h"
|
|
||||||
#include "nm-utils.h"
|
#include "nm-utils.h"
|
||||||
|
#include "nm-serial-device-glue.h"
|
||||||
|
|
||||||
-/* #define NM_DEBUG_SERIAL 1 */
|
-/* #define NM_DEBUG_SERIAL 1 */
|
||||||
+#define NM_DEBUG_SERIAL 1
|
+#define NM_DEBUG_SERIAL 1
|
||||||
|
Loading…
Reference in New Issue
Block a user