Hello community, here is the log from the commit of package sysconfig for openSUSE:Factory checked in at 2014-01-20 20:44:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-01-15 22:59:04.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.sysconfig.new/sysconfig.changes 2014-01-23 15:57:00.000000000 +0100 @@ -1,0 +2,7 @@ +Fri Jan 17 20:17:36 UTC 2014 - [email protected] + +- version 0.83.1 +- Install /sbin/service link as /sbin/rcnetwork for compatibility + with older sysconfig as it is quite often used absolutely. + +------------------------------------------------------------------- Old: ---- sysconfig-0.83.0.tar.bz2 New: ---- sysconfig-0.83.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sysconfig.spec ++++++ --- /var/tmp/diff_new_pack.MgjXFo/_old 2014-01-23 15:57:00.000000000 +0100 +++ /var/tmp/diff_new_pack.MgjXFo/_new 2014-01-23 15:57:00.000000000 +0100 @@ -17,7 +17,7 @@ Name: sysconfig -Version: 0.83.0 +Version: 0.83.1 Release: 0 Summary: The sysconfig scheme for traditional network scripts License: GPL-2.0+ @@ -98,8 +98,8 @@ make DESTDIR=$RPM_BUILD_ROOT install touch $RPM_BUILD_ROOT/etc/sysconfig/network/config touch $RPM_BUILD_ROOT/etc/sysconfig/network/dhcp -mkdir -p $RPM_BUILD_ROOT%{_sbindir} -ln -s /sbin/service $RPM_BUILD_ROOT%{_sbindir}/rcnetwork +mkdir -p $RPM_BUILD_ROOT/sbin +ln -s /sbin/service $RPM_BUILD_ROOT/sbin/rcnetwork %files %defattr(-,root,root) @@ -115,7 +115,7 @@ /var/adm/fillup-templates/sysconfig.dhcp-network /var/adm/fillup-templates/sysconfig.config-network /usr/share/omc/svcinfo.d/network.xml -%{_sbindir}/rcnetwork +/sbin/rcnetwork /sbin/ifuser %files netconfig ++++++ sysconfig-0.83.0.tar.bz2 -> sysconfig-0.83.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.83.0/ChangeLog new/sysconfig-0.83.1/ChangeLog --- old/sysconfig-0.83.0/ChangeLog 2014-01-09 14:20:07.000000000 +0100 +++ new/sysconfig-0.83.1/ChangeLog 2014-01-17 21:23:16.000000000 +0100 @@ -1,4 +1,28 @@ -commit ba8b53cbd54fa46d34570f41e97636e48f0b4e9d (HEAD, sle12-sp0) +commit 99323bda5699a5fbf1bb13274aacc2658784f2b0 (HEAD, master) +Author: Marius Tomaschewski <[email protected]> +Date: Fri Jan 17 21:22:18 2014 +0100 + + version 0.83.1, updated changes + +commit c1c7a58eb070569c42d47cb4847cefcce5452c71 +Author: Marius Tomaschewski <[email protected]> +Date: Fri Jan 17 21:20:52 2014 +0100 + + rcnetwork: install the compatibility link in /sbin + +commit b182fa0001de931358c7fe0aaf9fc0efa5295610 (origin/master, sle12-sp0) +Author: Marius Tomaschewski <[email protected]> +Date: Tue Jan 14 10:37:49 2014 +0100 + + updated changes + +commit 8f79ae62bde41964777528018e3289e71e763d91 +Author: Marius Tomaschewski <[email protected]> +Date: Tue Jan 14 10:37:15 2014 +0100 + + Use an unconditional rcnetwork symlink to /sbin/service + +commit ba8b53cbd54fa46d34570f41e97636e48f0b4e9d Author: Marius Tomaschewski <[email protected]> Date: Thu Jan 9 14:19:41 2014 +0100 @@ -10,7 +34,7 @@ fixed chmod in spec to not fail on missed files -commit 14e8d3781e86bbb158ae36f44a4cd26b133722b8 (origin/master, master) +commit 14e8d3781e86bbb158ae36f44a4cd26b133722b8 Author: Marius Tomaschewski <[email protected]> Date: Thu Jan 9 13:58:49 2014 +0100 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.83.0/VERSION new/sysconfig-0.83.1/VERSION --- old/sysconfig-0.83.0/VERSION 2014-01-09 14:19:36.000000000 +0100 +++ new/sysconfig-0.83.1/VERSION 2014-01-17 21:20:46.000000000 +0100 @@ -1 +1 @@ -0.83.0 +0.83.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.83.0/configure new/sysconfig-0.83.1/configure --- old/sysconfig-0.83.0/configure 2014-01-09 14:20:01.000000000 +0100 +++ new/sysconfig-0.83.1/configure 2014-01-17 21:23:03.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.0. +# Generated by GNU Autoconf 2.69 for sysconfig 0.83.1. # # 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.0' -PACKAGE_STRING='sysconfig 0.83.0' +PACKAGE_VERSION='0.83.1' +PACKAGE_STRING='sysconfig 0.83.1' 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.0 to adapt to many kinds of systems. +\`configure' configures sysconfig 0.83.1 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.0:";; + short | recursive ) echo "Configuration of sysconfig 0.83.1:";; 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.0 +sysconfig configure 0.83.1 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.0, which was +It was created by sysconfig $as_me 0.83.1, 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.0' + VERSION='0.83.1' 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.0, which was +This file was extended by sysconfig $as_me 0.83.1, 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.0 +sysconfig config.status 0.83.1 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.0/sysconfig.spec new/sysconfig-0.83.1/sysconfig.spec --- old/sysconfig-0.83.0/sysconfig.spec 2014-01-09 14:20:03.000000000 +0100 +++ new/sysconfig-0.83.1/sysconfig.spec 2014-01-17 21:23:05.000000000 +0100 @@ -18,7 +18,7 @@ Name: sysconfig -Version: 0.83.0 +Version: 0.83.1 Release: 0 Summary: The sysconfig scheme for traditional network scripts License: GPL-2.0+ @@ -99,7 +99,8 @@ make DESTDIR=$RPM_BUILD_ROOT install touch $RPM_BUILD_ROOT/etc/sysconfig/network/config touch $RPM_BUILD_ROOT/etc/sysconfig/network/dhcp -test -x /sbin/service && ln -s /sbin/service %{_sbindir}/rcnetwork || : +mkdir -p $RPM_BUILD_ROOT/sbin +ln -s /sbin/service $RPM_BUILD_ROOT/sbin/rcnetwork %files %defattr(-,root,root) @@ -115,7 +116,7 @@ /var/adm/fillup-templates/sysconfig.dhcp-network /var/adm/fillup-templates/sysconfig.config-network /usr/share/omc/svcinfo.d/network.xml -%ghost %{_sbindir}/rcnetwork +/sbin/rcnetwork /sbin/ifuser %files netconfig @@ -144,11 +145,6 @@ %post # -# Install rcnetwork -> network.service wrapper as described at -# http://en.opensuse.org/openSUSE:Systemd_packaging_guidelines -# -test -x /sbin/service && ln -s /sbin/service %{_sbindir}/rcnetwork || : -# ## we provide own, improved variant of the remove_and_set suse ## rpm macro that is able to handle files in subdirs, and more . etc/sysconfig/network/scripts/functions.rpm-utils @@ -215,7 +211,6 @@ %postun /sbin/ldconfig -test -L %{_sbindir}/rcnetwork && rm -f %{_sbindir}/rcnetwork || : %preun if test "$1" = "0" -a -x /etc/init.d/network ; then diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig-0.83.0/sysconfig.spec.in new/sysconfig-0.83.1/sysconfig.spec.in --- old/sysconfig-0.83.0/sysconfig.spec.in 2014-01-09 14:18:10.000000000 +0100 +++ new/sysconfig-0.83.1/sysconfig.spec.in 2014-01-17 21:16:59.000000000 +0100 @@ -99,7 +99,8 @@ make DESTDIR=$RPM_BUILD_ROOT install touch $RPM_BUILD_ROOT/etc/sysconfig/network/config touch $RPM_BUILD_ROOT/etc/sysconfig/network/dhcp -test -x /sbin/service && ln -s /sbin/service %{_sbindir}/rcnetwork || : +mkdir -p $RPM_BUILD_ROOT/sbin +ln -s /sbin/service $RPM_BUILD_ROOT/sbin/rcnetwork %files %defattr(-,root,root) @@ -115,7 +116,7 @@ /var/adm/fillup-templates/sysconfig.dhcp-network /var/adm/fillup-templates/sysconfig.config-network /usr/share/omc/svcinfo.d/network.xml -%ghost %{_sbindir}/rcnetwork +/sbin/rcnetwork /sbin/ifuser %files netconfig @@ -144,11 +145,6 @@ %post # -# Install rcnetwork -> network.service wrapper as described at -# http://en.opensuse.org/openSUSE:Systemd_packaging_guidelines -# -test -x /sbin/service && ln -s /sbin/service %{_sbindir}/rcnetwork || : -# ## we provide own, improved variant of the remove_and_set suse ## rpm macro that is able to handle files in subdirs, and more . etc/sysconfig/network/scripts/functions.rpm-utils @@ -215,7 +211,6 @@ %postun /sbin/ldconfig -test -L %{_sbindir}/rcnetwork && rm -f %{_sbindir}/rcnetwork || : %preun if test "$1" = "0" -a -x /etc/init.d/network ; then -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
