Hello community, here is the log from the commit of package sysconfig for openSUSE:Factory checked in at 2014-03-18 13:38:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sysconfig (Old) and /work/SRC/openSUSE:Factory/.sysconfig.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sysconfig" Changes: -------- --- /work/SRC/openSUSE:Factory/sysconfig/sysconfig.changes 2014-02-23 07:19:41.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.sysconfig.new/sysconfig.changes 2014-03-18 13:38:27.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Mar 12 17:39:50 UTC 2014 - [email protected] + +- version 0.83.4 +- config: check ipv4 duplicates by default (fate#314399) + +------------------------------------------------------------------- Old: ---- sysconfig-0.83.3.tar.bz2 New: ---- sysconfig-0.83.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sysconfig.spec ++++++ --- /var/tmp/diff_new_pack.yZEjZc/_old 2014-03-18 13:38:28.000000000 +0100 +++ /var/tmp/diff_new_pack.yZEjZc/_new 2014-03-18 13:38:28.000000000 +0100 @@ -17,7 +17,7 @@ Name: sysconfig -Version: 0.83.3 +Version: 0.83.4 Release: 0 Summary: The sysconfig scheme for traditional network scripts License: GPL-2.0+ ++++++ sysconfig-0.83.3.tar.bz2 -> sysconfig-0.83.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.83.3/ChangeLog new/sysconfig-0.83.4/ChangeLog --- old/sysconfig-0.83.3/ChangeLog 2014-02-21 09:29:16.000000000 +0100 +++ new/sysconfig-0.83.4/ChangeLog 2014-03-12 18:41:11.000000000 +0100 @@ -1,4 +1,16 @@ -commit 68d80bb35505838e89332452bb1636dcdaf166fe (HEAD, tag: version-0.83.3, origin/master, master) +commit 33bb956a2effdc88eeeaf1939205217da6caea4b (HEAD, master) +Author: Marius Tomaschewski <[email protected]> +Date: Wed Mar 12 18:40:29 2014 +0100 + + version 0.83.4, updated changes + +commit 8fb79df8062a73114c18baab69fcff72796ed1d0 +Author: Marius Tomaschewski <[email protected]> +Date: Wed Mar 12 18:35:46 2014 +0100 + + config: check ipv4 duplicates by default (fate#314399) + +commit 68d80bb35505838e89332452bb1636dcdaf166fe (tag: version-0.83.3, origin/sle12-sp0, origin/master, sle12-sp0) Author: Marius Tomaschewski <[email protected]> Date: Fri Feb 21 09:25:54 2014 +0100 @@ -77,7 +89,7 @@ rcnetwork: install the compatibility link in /sbin -commit b182fa0001de931358c7fe0aaf9fc0efa5295610 (sle12-sp0) +commit b182fa0001de931358c7fe0aaf9fc0efa5295610 Author: Marius Tomaschewski <[email protected]> Date: Tue Jan 14 10:37:49 2014 +0100 @@ -111,7 +123,7 @@ as well as the ifup compatibility scripts using wicked as the network scripts / backend (bnc#856591,fate#316768). -commit 776769502bd4bc5bd53a74c93183716f93b84e36 (drop-network) +commit 776769502bd4bc5bd53a74c93183716f93b84e36 Author: Marius Tomaschewski <[email protected]> Date: Wed Jan 8 18:44:05 2014 +0100 @@ -558,7 +570,7 @@ it to /usr/bin/mountpoint without a compatibility link. Drop path when calling it, it should work both ways. -commit 1799837010e66a8c59e678afeae93f5d62ce702f (tag: version-0.80.6, sle12-wip-0) +commit 1799837010e66a8c59e678afeae93f5d62ce702f (tag: version-0.80.6) Author: Marius Tomaschewski <[email protected]> Date: Thu May 16 11:02:26 2013 +0200 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.83.3/VERSION new/sysconfig-0.83.4/VERSION --- old/sysconfig-0.83.3/VERSION 2014-02-21 08:46:54.000000000 +0100 +++ new/sysconfig-0.83.4/VERSION 2014-03-12 18:40:17.000000000 +0100 @@ -1 +1 @@ -0.83.3 +0.83.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.83.3/config/sysconfig.config-network new/sysconfig-0.83.4/config/sysconfig.config-network --- old/sysconfig-0.83.3/config/sysconfig.config-network 2014-02-21 08:37:29.000000000 +0100 +++ new/sysconfig-0.83.4/config/sysconfig.config-network 2014-03-12 18:35:40.000000000 +0100 @@ -20,13 +20,13 @@ GLOBAL_PRE_DOWN_EXEC="yes" ## Type: yesno -## Default: no +## Default: yes # If ifup should check if an ip address is already in use, set this to yes. # Make sure that packet sockets (CONFIG_PACKET) are supported in the kernel, # since this feature uses arping, which depends on that. # Also be aware that this takes one second per interface; consider that when # setting up a lot of interfaces. -CHECK_DUPLICATE_IP="no" +CHECK_DUPLICATE_IP="yes" ## Type: yesno ## Default: no diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.83.3/configure new/sysconfig-0.83.4/configure --- old/sysconfig-0.83.3/configure 2014-02-21 09:28:35.000000000 +0100 +++ new/sysconfig-0.83.4/configure 2014-03-12 18:41:04.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.69 for sysconfig 0.83.3. +# Generated by GNU Autoconf 2.69 for sysconfig 0.83.4. # # Report bugs to <http://bugs.opensuse.org>. # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='sysconfig' PACKAGE_TARNAME='sysconfig' -PACKAGE_VERSION='0.83.3' -PACKAGE_STRING='sysconfig 0.83.3' +PACKAGE_VERSION='0.83.4' +PACKAGE_STRING='sysconfig 0.83.4' PACKAGE_BUGREPORT='http://bugs.opensuse.org' PACKAGE_URL='https://github.com/openSUSE/sysconfig' @@ -1329,7 +1329,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.83.3 to adapt to many kinds of systems. +\`configure' configures sysconfig 0.83.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1399,7 +1399,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of sysconfig 0.83.3:";; + short | recursive ) echo "Configuration of sysconfig 0.83.4:";; esac cat <<\_ACEOF @@ -1508,7 +1508,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -sysconfig configure 0.83.3 +sysconfig configure 0.83.4 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1877,7 +1877,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.83.3, which was +It was created by sysconfig $as_me 0.83.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2744,7 +2744,7 @@ # Define the identity of the package. PACKAGE='sysconfig' - VERSION='0.83.3' + VERSION='0.83.4' cat >>confdefs.h <<_ACEOF @@ -12244,7 +12244,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.83.3, which was +This file was extended by sysconfig $as_me 0.83.4, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12302,7 +12302,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -sysconfig config.status 0.83.3 +sysconfig config.status 0.83.4 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.83.3/sysconfig.spec new/sysconfig-0.83.4/sysconfig.spec --- old/sysconfig-0.83.3/sysconfig.spec 2014-02-21 09:28:37.000000000 +0100 +++ new/sysconfig-0.83.4/sysconfig.spec 2014-03-12 18:41:06.000000000 +0100 @@ -18,7 +18,7 @@ Name: sysconfig -Version: 0.83.3 +Version: 0.83.4 Release: 0 Summary: The sysconfig scheme for traditional network scripts License: GPL-2.0+ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
