commit NetworkManager for openSUSE:11.4
Hello community, here is the log from the commit of package NetworkManager for openSUSE:11.4 checked in at Tue May 31 17:57:17 CEST 2011. -------- --- old-versions/11.4/UPDATES/all/NetworkManager/NetworkManager.changes 2011-04-29 08:02:07.000000000 +0200 +++ 11.4/NetworkManager/NetworkManager.changes 2011-05-27 06:12:58.000000000 +0200 @@ -1,0 +2,6 @@ +Fri May 27 04:11:55 UTC 2011 - bili@novell.com + +- Add the NetworkManager-dhcp-hostname-true.patch, which send the + dhcp-hostname to server by default(bnc#557720,swampid#41130). + +------------------------------------------------------------------- calling whatdependson for 11.4-i586 New: ---- NetworkManager-dhcp-hostname-true.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ NetworkManager.spec ++++++ --- /var/tmp/diff_new_pack.VuELBt/_old 2011-05-31 17:56:54.000000000 +0200 +++ /var/tmp/diff_new_pack.VuELBt/_new 2011-05-31 17:56:54.000000000 +0200 @@ -20,7 +20,7 @@ Name: NetworkManager Url: http://www.gnome.org/projects/NetworkManager/ Version: 0.8.2 -Release: 15.<RELEASE22> +Release: 15.<RELEASE24> 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 @@ -49,6 +49,8 @@ Patch6: nm-suppress-user-proxy-error-msg.patch # PATCH-FIX-UPSTREAM nm-dismiss-keyfile-spam.patch bnc#681072 binli@opensuse.org -- Dismiss the keyfile's spam log. Patch7: nm-dismiss-keyfile-spam.patch +# PATCH-FIX-UPSTREAM NetworkManager-dhcp-hostname-true.patch bnc#557720 binli@opensuse.org -- Set the dhcp-hostname to true. +Patch8: %{name}-dhcp-hostname-true.patch Requires: %{name}-glib = %{version} Requires: dhcp-client Requires: iproute2 @@ -125,6 +127,7 @@ %patch5 -p1 %patch6 -p1 %patch7 -p1 +%patch8 -p1 translation-update-upstream %build ++++++ NetworkManager-dhcp-hostname-true.patch ++++++ Index: NetworkManager-0.8.2/libnm-util/nm-setting-ip4-config.c =================================================================== --- NetworkManager-0.8.2.orig/libnm-util/nm-setting-ip4-config.c +++ NetworkManager-0.8.2/libnm-util/nm-setting-ip4-config.c @@ -950,7 +950,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