commit sysconfig for openSUSE:Factory
Hello community, here is the log from the commit of package sysconfig for openSUSE:Factory checked in at Fri Nov 12 14:40:10 CET 2010. -------- --- sysconfig/sysconfig.changes 2010-09-14 12:41:05.000000000 +0200 +++ /mounts/work_src_done/STABLE/sysconfig/sysconfig.changes 2010-11-11 14:44:53.000000000 +0100 @@ -1,0 +2,15 @@ +Thu Nov 11 13:38:17 UTC 2010 - mt@suse.de + +- version 0.74.2 +- Adopted to search tunctl in /sbin (bnc#650468) +- Fixed check if ipv6 is enabled in ifup-dhcp (bnc#616765). +- Fixed ifplugd-selectif script to use -1 as default carrier + flag and initialize interface type when unset to correctly + print wireless instead of cable messages (bnc#637183). +- Require wpa_supplicant if a wpa_supplicant config is specified +- Improved ifup-bridge port prio and cost handling. + Allow to specify '-' in BRIDGE_PORTPRIORITIES or BRIDGE_PATHCOSTS + lists to skip setting of the port prio or path cost for particular + ports while setting it for others. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- sysconfig-0.74.1.tar.bz2 sysconfig-no-network-in-runlevel2.diff New: ---- sysconfig-0.74.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sysconfig.spec ++++++ --- /var/tmp/diff_new_pack.cXur47/_old 2010-11-12 14:39:14.000000000 +0100 +++ /var/tmp/diff_new_pack.cXur47/_new 2010-11-12 14:39:14.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package sysconfig (Version 0.74.1) +# spec file for package sysconfig (Version 0.74.2) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,8 +19,8 @@ Name: sysconfig -Version: 0.74.1 -Release: 2 +Version: 0.74.2 +Release: 1 Summary: The system configuration scheme Url: http://gitorious.org/opensuse/sysconfig Group: System/Base @@ -30,7 +30,6 @@ Requires: iproute2 dbus-1 procps BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: %name-%version.tar.bz2 -Patch1: sysconfig-no-network-in-runlevel2.diff %description This package provides the SuSE system configuration scheme and @@ -50,7 +49,6 @@ %prep %setup -n sysconfig-%{version} -%patch1 -p0 %build autoreconf --force --install ++++++ sysconfig-0.74.1.tar.bz2 -> sysconfig-0.74.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.74.1/ChangeLog new/sysconfig-0.74.2/ChangeLog --- old/sysconfig-0.74.1/ChangeLog 2010-08-18 15:08:55.000000000 +0200 +++ new/sysconfig-0.74.2/ChangeLog 2010-11-11 14:42:45.000000000 +0100 @@ -1,4 +1,67 @@ -commit 42ee59a584f0c6dfe62706dd9d85ce2b68f70bf6 (HEAD, origin/master, export/master, master) +commit 7cda3f6f76b177f2cbc3aa91e84fffbba2508ffa (HEAD, master) +Author: Marius Tomaschewski <mt@suse.de> +Date: Thu Nov 11 14:42:03 2010 +0100 + + version 0.74.2, updated sysconfig.changes + +commit 7dc34b79f63f67a53d1f1a2f6596f66e113d89ff +Author: Marius Tomaschewski <mt@suse.de> +Date: Thu Nov 11 14:34:35 2010 +0100 + + ifup-tunnel: adopted to search tunctl in /sbin + + Adopted to search tunctl in /sbin (bnc#650468) + + Signed-off-by: Marius Tomaschewski <mt@suse.de> + +commit 8992f269e65472de130c38506d3566af8a21d18c +Author: Marius Tomaschewski <mt@suse.de> +Date: Thu Nov 11 14:26:45 2010 +0100 + + ifup-dhcp: fix for check whether ipv6 is enabled + + Fixed check whether ipv6 is enabled or not in /sbin/ifup-dhcp + (again). The last fix, disabled dhcpv6 completely (bnc#616765). + + Signed-off-by: Marius Tomaschewski <mt@suse.de> + +commit 7a325b566171b4c696c7e55567f6ba2aea59fe20 (origin/master, export/master) +Author: Marius Tomaschewski <mt@suse.de> +Date: Tue Oct 26 13:16:42 2010 +0200 + + Fixed carrier messages in ifplugd-selectif script + + Fixed ifplugd-selectif script to use -1 as default carrier + flag and initialize interface type when unset to correctly + print wireless instead of cable messages (bnc#637183). + +commit a41583749b9bffbd1918f1a9a2d7449f292b4811 +Author: Ludwig Nussel <ludwig.nussel@suse.de> +Date: Wed Oct 6 12:01:42 2010 +0200 + + require wpa_supplicant if a wpa_supplicant config is specified + +commit 17537e86e6671419a3d059d788673940cac64451 (test) +Author: Marius Tomaschewski <mt@suse.de> +Date: Wed Oct 6 11:43:57 2010 +0200 + + Improved ifup-bridge port prio and cost handling + + Allow to specify '-' in BRIDGE_PORTPRIORITIES or BRIDGE_PATHCOSTS + lists to skip setting of the port prio or path cost for particular + ports while setting it for others. + + Signed-off-by: Marius Tomaschewski <mt@suse.de> + +commit bc1e6735c451ba2d3b4d1582648ea6c76e873a4d +Author: Marius Tomaschewski <mt@suse.de> +Date: Tue Sep 28 18:40:25 2010 +0200 + + rcnetwork: do not start network in runlevel 2 + + Fixed init flags to not start network in runlevel 2 (bnc#638508). + +commit 42ee59a584f0c6dfe62706dd9d85ce2b68f70bf6 Author: Marius Tomaschewski <mt@suse.de> Date: Wed Aug 18 14:33:45 2010 +0200 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.74.1/configure new/sysconfig-0.74.2/configure --- old/sysconfig-0.74.1/configure 2010-08-18 15:08:13.000000000 +0200 +++ new/sysconfig-0.74.2/configure 2010-11-11 14:42:39.000000000 +0100 @@ -1,7 +1,7 @@ #! /bin/sh # From configure.in Revision: 1.13 . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.63 for sysconfig 0.74.1. +# Generated by GNU Autoconf 2.63 for sysconfig 0.74.2. # # Report bugs to <http://www.suse.de/feedback/>. # @@ -746,8 +746,8 @@ # Identity of this package. PACKAGE_NAME='sysconfig' PACKAGE_TARNAME='sysconfig' -PACKAGE_VERSION='0.74.1' -PACKAGE_STRING='sysconfig 0.74.1' +PACKAGE_VERSION='0.74.2' +PACKAGE_STRING='sysconfig 0.74.2' PACKAGE_BUGREPORT='http://www.suse.de/feedback/' ac_unique_file="scripts/ifup" @@ -1479,7 +1479,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures sysconfig 0.74.1 to adapt to many kinds of systems. +\`configure' configures sysconfig 0.74.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1549,7 +1549,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of sysconfig 0.74.1:";; + short | recursive ) echo "Configuration of sysconfig 0.74.2:";; esac cat <<\_ACEOF @@ -1649,7 +1649,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -sysconfig configure 0.74.1 +sysconfig configure 0.74.2 generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1663,7 +1663,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by sysconfig $as_me 0.74.1, which was +It was created by sysconfig $as_me 0.74.2, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ @@ -2383,7 +2383,7 @@ # Define the identity of the package. PACKAGE='sysconfig' - VERSION='0.74.1' + VERSION='0.74.2' cat >>confdefs.h <<_ACEOF @@ -12360,7 +12360,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by sysconfig $as_me 0.74.1, which was +This file was extended by sysconfig $as_me 0.74.2, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12414,7 +12414,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -sysconfig config.status 0.74.1 +sysconfig config.status 0.74.2 configured by $0, generated by GNU Autoconf 2.63, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.74.1/doc/ifcfg-bridge.5 new/sysconfig-0.74.2/doc/ifcfg-bridge.5 --- old/sysconfig-0.74.1/doc/ifcfg-bridge.5 2010-01-20 17:57:54.000000000 +0100 +++ new/sysconfig-0.74.2/doc/ifcfg-bridge.5 2010-11-05 14:01:26.000000000 +0100 @@ -46,12 +46,14 @@ .B BRIDGE_PATHCOSTS <costs1 costs2 ... costsN> This is a space-separated list of costs corresponding to the interfaces in BRIDGE_PORTS. Each interface in BRIDGE_PORTS could have a different speed and this value is used when -deciding which link to use. Faster interfaces should have lower costs. +deciding which link to use. Faster interfaces should have lower costs. +Use '-' to skip setting of the path costs for a port in a non-empty cost list. .TP .B BRIDGE_PORTPRIORITIES <prio1 prio2 ... prioN> This is a space-separated list of priorities corresponding to the interfaces in BRIDGE_PORTS. The priority value is an unsigned 8-bit quantity (a number between 0 and 255), and has no dimension. This metric is used in the designated port and root port selection algorithms. +Use '-' to skip setting of the priority for a port in a non-empty priority list. .TP .B BRIDGE_PRIORITY <priority> This option sets the bridge's priority to <priority>. The priority value is an diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.74.1/scripts/ifplugd-selectif new/sysconfig-0.74.2/scripts/ifplugd-selectif --- old/sysconfig-0.74.1/scripts/ifplugd-selectif 2010-06-08 10:56:35.000000000 +0200 +++ new/sysconfig-0.74.2/scripts/ifplugd-selectif 2010-11-02 10:14:23.000000000 +0100 @@ -34,7 +34,7 @@ # . scripts/extradebug get_carrier() { - local -i carrier=0 count=40 + local -i carrier=-1 count=40 local check=/sys/class/net/${1}/carrier while ((count-- > 0)) ; do test -e $check && read -t 1 carrier < $check 2>/dev/null @@ -54,6 +54,7 @@ INTERFACE=$1 ACTION=$2 INTERFACETYPE=$3 # may be empty +test -z "$INTERFACETYPE" && INTERFACETYPE=`get_iface_type $INTERFACE` # Check all available interfaces if they have a ifplugd priority and collect # two ordered lists of interfaces with minor or major priority. @@ -166,7 +167,7 @@ info_mesg "`printf " %-9s has priority %s" "$INTERFACE" "$PRIORITY"`" if [ $PRIORITY -gt 0 ] ; then for IF in $MAJOR; do - test "`get_carrier $IF`" == 1|| continue + test "x`get_carrier $IF`" == x1 || continue mesg "`printf " %-9s has lesser priority than '%s'" \ "$INTERFACE" "$IF"`" exit 1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.74.1/scripts/ifup-bridge new/sysconfig-0.74.2/scripts/ifup-bridge --- old/sysconfig-0.74.1/scripts/ifup-bridge 2010-01-21 16:39:40.000000000 +0100 +++ new/sysconfig-0.74.2/scripts/ifup-bridge 2010-11-05 14:01:26.000000000 +0100 @@ -150,14 +150,16 @@ # set path costs if [ -n "$BRIDGE_PATHCOSTS" ]; then COSTS=(${BRIDGE_PATHCOSTS}) - if test -n "${COSTS[$COUNTER]}" ; then + if test "x${COSTS[$COUNTER]}" != "x" -a \ + "x${COSTS[$COUNTER]}" != "x-" ; then brctl setpathcost $INTERFACE $PORT_INTERFACE ${COSTS[$COUNTER]} fi fi # set port prio if [ -n "$BRIDGE_PORTPRIORITIES" ]; then PRIOS=(${BRIDGE_PORTPRIORITIES}) - if test -n "${PRIOS[$COUNTER]}" ; then + if test "x${PRIOS[$COUNTER]}" != "x" -a \ + "x${PRIOS[$COUNTER]}" != "x-" ; then brctl setportprio $INTERFACE $PORT_INTERFACE ${PRIOS[$COUNTER]} fi fi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.74.1/scripts/ifup-dhcp new/sysconfig-0.74.2/scripts/ifup-dhcp --- old/sysconfig-0.74.1/scripts/ifup-dhcp 2010-08-17 10:15:31.000000000 +0200 +++ new/sysconfig-0.74.2/scripts/ifup-dhcp 2010-11-05 14:06:58.000000000 +0100 @@ -199,11 +199,13 @@ ;; *) HAVE_IPv6=yes - test -d /proc/sys/net/ipv6 && { + if test -d /proc/sys/net/ipv6 ; then val1=`cat "/proc/sys/net/ipv6/conf/$INTERFACE/disable_ipv6" 2>/dev/null` val2=`cat "/proc/sys/net/ipv6/conf/all/disable_ipv6" 2>/dev/null` test "x$val1" = x1 -o "x$val2" = x1 && HAVE_IPv6=no - } || HAVE_IPv6=no + else + HAVE_IPv6=no + fi clients=0 bootprotos=(${BOOTPROTOS[@]}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.74.1/scripts/ifup-tunnel new/sysconfig-0.74.2/scripts/ifup-tunnel --- old/sysconfig-0.74.1/scripts/ifup-tunnel 2010-01-21 16:39:40.000000000 +0100 +++ new/sysconfig-0.74.2/scripts/ifup-tunnel 2010-11-11 14:22:10.000000000 +0100 @@ -196,7 +196,7 @@ # function returning the path of tunctl utility (in /usr on 10.3) tunctl_bin () { - for tunctl in /bin/tunctl /usr/bin/tunctl ; do + for tunctl in /sbin/tunctl /bin/tunctl /usr/bin/tunctl ; do test -x "$tunctl" && echo "$tunctl" done echo "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.74.1/scripts/ifup-wireless new/sysconfig-0.74.2/scripts/ifup-wireless --- old/sysconfig-0.74.1/scripts/ifup-wireless 2010-08-18 13:59:38.000000000 +0200 +++ new/sysconfig-0.74.2/scripts/ifup-wireless 2010-11-05 14:01:26.000000000 +0100 @@ -146,6 +146,9 @@ need_wpa_supplicant() { + if [ -n "$WIRELESS_WPA_CONF" ]; then + return 0 + fi case "$WIRELESS_AUTH_MODE" in wpa-*|WPA-*|psk|PSK|eap|EAP) return 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.74.1/scripts/network new/sysconfig-0.74.2/scripts/network --- old/sysconfig-0.74.1/scripts/network 2010-06-08 10:56:35.000000000 +0200 +++ new/sysconfig-0.74.2/scripts/network 2010-11-05 14:01:26.000000000 +0100 @@ -34,7 +34,7 @@ # Should-Start: earlysyslog isdn openibd SuSEfirewall2_init # Required-Stop: $local_fs # Should-Stop: isdn openibd SuSEfirewall2_init -# Default-Start: 2 3 5 +# Default-Start: 3 5 # Default-Stop: # Short-Description: Configure the localfs depending network interfaces # Description: Configure the localfs depending network interfaces diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.74.1/scripts/network-remotefs new/sysconfig-0.74.2/scripts/network-remotefs --- old/sysconfig-0.74.1/scripts/network-remotefs 2010-06-08 10:56:35.000000000 +0200 +++ new/sysconfig-0.74.2/scripts/network-remotefs 2010-11-05 14:01:26.000000000 +0100 @@ -30,7 +30,7 @@ # Should-Start: # Required-Stop: $network $remote_fs # Should-Stop: -# Default-Start: 2 3 5 +# Default-Start: 3 5 # Default-Stop: # Short-Description: Configure the remote-fs depending network interfaces # Description: Configure the remote-fs depending network interfaces as diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.74.1/sysconfig.spec new/sysconfig-0.74.2/sysconfig.spec --- old/sysconfig-0.74.1/sysconfig.spec 2010-08-18 15:08:22.000000000 +0200 +++ new/sysconfig-0.74.2/sysconfig.spec 2010-11-11 14:42:42.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package sysconfig (Version 0.74.1) +# spec file for package sysconfig (Version 0.74.2) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Name: sysconfig -Version: 0.74.1 +Version: 0.74.2 Release: 0 Summary: The system configuration scheme Url: http://gitorious.org/opensuse/sysconfig diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.74.1/VERSION new/sysconfig-0.74.2/VERSION --- old/sysconfig-0.74.1/VERSION 2010-08-18 14:32:26.000000000 +0200 +++ new/sysconfig-0.74.2/VERSION 2010-11-11 14:40:18.000000000 +0100 @@ -1 +1 @@ -0.74.1 +0.74.2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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