Hello community, here is the log from the commit of package sysconfig for openSUSE:Factory checked in at 2013-08-19 13:31:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-05-16 16:24:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.sysconfig.new/sysconfig.changes 2013-08-19 13:31:28.000000000 +0200 @@ -1,0 +2,15 @@ +Wed Aug 14 09:18:36 UTC 2013 - [email protected] + +- version 0.80.7 +- use mountpoint utility without absolute path + While on 12.3 there were a /bin/mountpoint, 13.1 moved + it to /usr/bin/mountpoint without a compatibility link. + Drop path when calling it, it should work both ways. + Thanks to Andrey Borzenkov for his patch. +- rcnetwork: fixed to not drop state while reload +- netconfig: add /etc/resolv.conf options and sortlist + Added global network/config NETCONFIG_DNS_RESOLVER_OPTIONS + and NETCONFIG_DNS_RESOLVER_SORTLIST variables, allowing to + set /etc/resolv.conf options and sortlist (fate#316048). + +------------------------------------------------------------------- Old: ---- sysconfig-0.80.6.tar.bz2 New: ---- sysconfig-0.80.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sysconfig.spec ++++++ --- /var/tmp/diff_new_pack.8SM4me/_old 2013-08-19 13:31:29.000000000 +0200 +++ /var/tmp/diff_new_pack.8SM4me/_new 2013-08-19 13:31:29.000000000 +0200 @@ -17,7 +17,7 @@ Name: sysconfig -Version: 0.80.6 +Version: 0.80.7 Release: 0 Summary: The sysconfig scheme and traditional network scripts License: GPL-2.0+ ++++++ sysconfig-0.80.6.tar.bz2 -> sysconfig-0.80.7.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.80.6/ChangeLog new/sysconfig-0.80.7/ChangeLog --- old/sysconfig-0.80.6/ChangeLog 2013-05-16 11:04:55.000000000 +0200 +++ new/sysconfig-0.80.7/ChangeLog 2013-08-14 11:21:35.000000000 +0200 @@ -1,4 +1,36 @@ -commit 1799837010e66a8c59e678afeae93f5d62ce702f (HEAD, tag: version-0.80.6, origin/master, master) +commit b43e43c2d65593b71cb0321420b628ed52731940 (HEAD, master) +Author: Marius Tomaschewski <[email protected]> +Date: Wed Aug 14 11:21:06 2013 +0200 + + version 0.80.7, updated changes file + +commit 6f3592793ef24070c5414dccd82ce00bd9f9bc73 (origin/master) +Author: Marius Tomaschewski <[email protected]> +Date: Thu Aug 8 09:56:53 2013 +0200 + + netconfig: add /etc/resolv.conf options and sortlist + + Added global network/config variables NETCONFIG_DNS_RESOLVER_OPTIONS + and NETCONFIG_DNS_RESOLVER_SORTLIST, allowing to set /etc/resolv.conf + options and sortlist (fate#316048). + +commit 700b831eac5034076e3d61ebd5dd01e53fac5bd0 +Author: Marius Tomaschewski <[email protected]> +Date: Thu Aug 8 09:54:47 2013 +0200 + + rcnetwork: fixed to not drop state while reload + +commit 88c7a0f3018755b4eca0a3f573f05a7218860f36 +Author: Andrey Borzenkov <[email protected]> +Date: Sat Jun 15 15:47:51 2013 +0400 + + use mountpoint utility without absolute path + + While on 12.3 there were a /bin/mountpoint, 13.1 moved + 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, sle12-master) Author: Marius Tomaschewski <[email protected]> Date: Thu May 16 11:02:26 2013 +0200 @@ -48,7 +80,7 @@ the bonding interface is using the MAC of the currently active slave (bnc#815025). -commit 865c699a6dc85ff9d73ccf9159d7ae6f02530011 (origin/opensuse-12.3, opensuse-12.3-test, opensuse-12.3) +commit 865c699a6dc85ff9d73ccf9159d7ae6f02530011 (origin/opensuse-12.3, opensuse-12.3) Author: Marius Tomaschewski <[email protected]> Date: Thu Apr 4 12:49:28 2013 +0200 @@ -81,7 +113,7 @@ Fixed to create migration marker directory (bnc#806989) -commit 4b058026fc4ab0709d5fad75200bdc3a638a9499 (sle12-wip-0, sle12-master) +commit 4b058026fc4ab0709d5fad75200bdc3a638a9499 Author: Marius Tomaschewski <[email protected]> Date: Fri Feb 22 09:20:23 2013 +0100 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.80.6/VERSION new/sysconfig-0.80.7/VERSION --- old/sysconfig-0.80.6/VERSION 2013-05-16 10:41:12.000000000 +0200 +++ new/sysconfig-0.80.7/VERSION 2013-08-14 11:17:34.000000000 +0200 @@ -1 +1 @@ -0.80.6 +0.80.7 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.80.6/config/sysconfig.config-network new/sysconfig-0.80.7/config/sysconfig.config-network --- old/sysconfig-0.80.6/config/sysconfig.config-network 2013-05-16 10:35:17.000000000 +0200 +++ new/sysconfig-0.80.7/config/sysconfig.config-network 2013-08-12 12:47:10.000000000 +0200 @@ -294,6 +294,26 @@ NETCONFIG_DNS_RANKING="auto" ## Type: string +## Default: "" +# +# Allows to specify options to use when writting the /etc/resolv.conf, +# for example: +# "debug attempts:1 timeout:10" +# See resolv.conf(5) manual page for details. +# +NETCONFIG_DNS_RESOLVER_OPTIONS="" + +## Type: string +## Default: "" +# +# Allows to specify a sortlist to use when writting the /etc/resolv.conf, +# for example: +# 130.155.160.0/255.255.240.0 130.155.0.0" +# See resolv.conf(5) manual page for details. +# +NETCONFIG_DNS_RESOLVER_SORTLIST="" + +## Type: string ## Default: "auto" # # Defines the NTP merge policy as documented in netconfig(8) manual page. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.80.6/configure new/sysconfig-0.80.7/configure --- old/sysconfig-0.80.6/configure 2013-05-16 11:04:36.000000000 +0200 +++ new/sysconfig-0.80.7/configure 2013-08-14 11:21:26.000000000 +0200 @@ -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.80.6. +# Generated by GNU Autoconf 2.69 for sysconfig 0.80.7. # # Report bugs to <http://www.suse.de/feedback/>. # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='sysconfig' PACKAGE_TARNAME='sysconfig' -PACKAGE_VERSION='0.80.6' -PACKAGE_STRING='sysconfig 0.80.6' +PACKAGE_VERSION='0.80.7' +PACKAGE_STRING='sysconfig 0.80.7' PACKAGE_BUGREPORT='http://www.suse.de/feedback/' PACKAGE_URL='' @@ -1322,7 +1322,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.80.6 to adapt to many kinds of systems. +\`configure' configures sysconfig 0.80.7 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1392,7 +1392,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of sysconfig 0.80.6:";; + short | recursive ) echo "Configuration of sysconfig 0.80.7:";; esac cat <<\_ACEOF @@ -1497,7 +1497,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -sysconfig configure 0.80.6 +sysconfig configure 0.80.7 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1866,7 +1866,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.80.6, which was +It was created by sysconfig $as_me 0.80.7, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2694,7 +2694,7 @@ # Define the identity of the package. PACKAGE='sysconfig' - VERSION='0.80.6' + VERSION='0.80.7' cat >>confdefs.h <<_ACEOF @@ -12174,7 +12174,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.80.6, which was +This file was extended by sysconfig $as_me 0.80.7, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12231,7 +12231,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.80.6 +sysconfig config.status 0.80.7 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.80.6/doc/netconfig.8 new/sysconfig-0.80.7/doc/netconfig.8 --- old/sysconfig-0.80.6/doc/netconfig.8 2013-05-16 10:35:17.000000000 +0200 +++ new/sysconfig-0.80.7/doc/netconfig.8 2013-08-12 12:47:10.000000000 +0200 @@ -234,6 +234,22 @@ "+strongswan +openswan +racoon +openvpn +vpnc -avahi" .fi the value \fI"none"\fR or \fI""\fR allows to disable the ranking / sorting. +.TP +.B NETCONFIG_DNS_RESOLVER_OPTIONS +Allows to specify options to use when writting the /etc/resolv.conf, +for example: +.nf + "debug attempts:1 timeout:10" +.fi +See resolv.conf(5) manual page for details. +.TP +.B NETCONFIG_DNS_RESOLVER_SORTLIST +Allows to specify a sortlist to use when writting the /etc/resolv.conf, +for example: +.nf + "130.155.160.0/255.255.240.0 130.155.0.0" +.fi +See resolv.conf(5) manual page for details. .SS NTP .TP diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.80.6/scripts/functions new/sysconfig-0.80.7/scripts/functions --- old/sysconfig-0.80.6/scripts/functions 2013-05-16 10:55:06.000000000 +0200 +++ new/sysconfig-0.80.7/scripts/functions 2013-08-12 12:47:10.000000000 +0200 @@ -38,7 +38,7 @@ { # We simply test whether systemd cgroup hierarchy is mounted # where we return 0, non-zero if not. - /bin/mountpoint -q "${SYSTEMD_CGROUP_DIR}" + mountpoint -q "${SYSTEMD_CGROUP_DIR}" } systemd_booting () { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.80.6/scripts/netconfig.d/dns-resolver new/sysconfig-0.80.7/scripts/netconfig.d/dns-resolver --- old/sysconfig-0.80.6/scripts/netconfig.d/dns-resolver 2013-05-16 10:35:18.000000000 +0200 +++ new/sysconfig-0.80.7/scripts/netconfig.d/dns-resolver 2013-08-12 12:47:10.000000000 +0200 @@ -105,6 +105,14 @@ ### Please remove (at least) this line when you modify the file! EOT + if [ "X$NETCONFIG_DNS_RESOLVER_OPTIONS" != "X" ] ; then + echo "options $NETCONFIG_DNS_RESOLVER_OPTIONS" >> "$TMP_FILE" + fi + + if [ "X$NETCONFIG_DNS_RESOLVER_SORTLIST" != "X" ] ; then + echo "sortlist $NETCONFIG_DNS_RESOLVER_SORTLIST" >> "$TMP_FILE" + fi + for nd in $1; do # strip trailing dot added by dhcp 4.x dhclient(6) [ "x$nd" != "x." ] && nd="${nd%.}" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.80.6/scripts/network new/sysconfig-0.80.7/scripts/network --- old/sysconfig-0.80.6/scripts/network 2013-05-16 10:35:18.000000000 +0200 +++ new/sysconfig-0.80.7/scripts/network 2013-08-14 11:15:24.000000000 +0200 @@ -308,7 +308,7 @@ ###################################################################### -if [ "$MODE" = onboot -a "$ACTION" = start -a -z "$INTERFACE" ] ; then +if [ "$MODE" = onboot -a "$ACTION" = start -a -z "$INTERFACE$SKIP$TYPE" ] ; then rm -f ${RUN_FILES_BASE}/if-* rm -f ${RUN_FILES_BASE}/ifup-* rm -Rf ${RUN_FILES_BASE}/tmp diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.80.6/sysconfig.spec new/sysconfig-0.80.7/sysconfig.spec --- old/sysconfig-0.80.6/sysconfig.spec 2013-05-16 11:04:40.000000000 +0200 +++ new/sysconfig-0.80.7/sysconfig.spec 2013-08-14 11:21:29.000000000 +0200 @@ -18,7 +18,7 @@ Name: sysconfig -Version: 0.80.6 +Version: 0.80.7 Release: 0 Summary: The sysconfig scheme and traditional network scripts License: GPL-2.0+ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
