commit NetworkManager for openSUSE:11.3
Hello community, here is the log from the commit of package NetworkManager for openSUSE:11.3 checked in at Tue May 31 17:55:36 CEST 2011. -------- --- old-versions/11.3/UPDATES/all/NetworkManager/NetworkManager.changes 2010-08-13 09:07:36.000000000 +0200 +++ 11.3/NetworkManager/NetworkManager.changes 2011-05-27 06:02:44.000000000 +0200 @@ -1,0 +2,6 @@ +Thu May 26 14:11:49 UTC 2011 - binli@opensuse.org + +- Add the NetworkManager-dhcp-hostname-true.patch, which send the + dhcp-hostname to server by default(bnc#404663,swampid#41130). + +------------------------------------------------------------------- calling whatdependson for 11.3-i586 New: ---- NetworkManager-dhcp-hostname-true.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ NetworkManager.spec ++++++ --- /var/tmp/diff_new_pack.0k4JdV/_old 2011-05-31 17:55:08.000000000 +0200 +++ /var/tmp/diff_new_pack.0k4JdV/_new 2011-05-31 17:55:08.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package NetworkManager (Version 0.8) +# spec file for package NetworkManager # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,8 @@ Name: NetworkManager Url: http://www.gnome.org/projects/NetworkManager/ Version: 0.8 -Release: 8.<RELEASE2> +Release: 8.<RELEASE4> +#Release: 8.<RELEASE2> License: GPLv2+ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: dbus-1-devel dbus-1-glib-devel gtk-doc intltool iptables libgcrypt-devel libgudev-1_0-devel libiw-devel libnl-devel libtool libuuid-devel mozilla-nss-devel polkit-devel ppp-devel translation-update-upstream wireless-tools @@ -40,6 +41,8 @@ Patch1: %{name}-netconfig-exit-quick.patch # PATCH-FIX-UPSTREAM NetworkManager-network-enable-disable.patch bnc#585433 bgo#622362 bili@novell.com -- Add networking enable/disable knob distinct from sleep/wake Patch2: %{name}-network-enable-disable.patch +# PATCH-FIX-UPSTREAM NetworkManager-dhcp-hostname-true.patch bnc#404663 binli@opensuse.org -- Set the dhcp-hostname to true. +Patch3: %{name}-dhcp-hostname-true.patch Requires: dhcp-client Requires: iproute2 Requires: iputils @@ -108,6 +111,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 translation-update-upstream %build ++++++ NetworkManager-dhcp-hostname-true.patch ++++++ Index: NetworkManager-0.8/libnm-util/nm-setting-ip4-config.c =================================================================== --- NetworkManager-0.8.orig/libnm-util/nm-setting-ip4-config.c +++ NetworkManager-0.8/libnm-util/nm-setting-ip4-config.c @@ -931,7 +931,7 @@ nm_setting_ip4_config_class_init (NMSett "the 'dhcp-hostname' property is empty and this " "property is TRUE, the current persistent hostname " "of the computer is sent.", - FALSE, + TRUE, G_PARAM_READWRITE | G_PARAM_CONSTRUCT | NM_SETTING_PARAM_SERIALIZE)); /** ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de