Hello community,

here is the log from the commit of package sysconfig for openSUSE:Factory 
checked in at 2017-12-06 08:56:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sysconfig (Old)
 and      /work/SRC/openSUSE:Factory/.sysconfig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sysconfig"

Wed Dec  6 08:56:44 2017 rev:175 rq:546049 version:0.84.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/sysconfig/sysconfig.changes      2017-06-23 
09:13:23.344618533 +0200
+++ /work/SRC/openSUSE:Factory/.sysconfig.new/sysconfig.changes 2017-12-06 
08:56:46.944953170 +0100
@@ -1,0 +2,14 @@
+Mon Nov 27 14:47:37 UTC 2017 - m...@suse.com
+
+- version 0.84.2
+- spec: revert change to use _fillupdir in update hook from < 0.80
+- merged fixes of the the fillup templates logic and macro in
+  configure.ac by Marcus Meissner
+
+-------------------------------------------------------------------
+Thu Nov 23 13:42:10 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

Old:
----
  sysconfig-0.84.1.tar.bz2

New:
----
  sysconfig-0.84.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sysconfig.spec ++++++
--- /var/tmp/diff_new_pack.mXykDI/_old  2017-12-06 08:56:47.504932671 +0100
+++ /var/tmp/diff_new_pack.mXykDI/_new  2017-12-06 08:56:47.504932671 +0100
@@ -16,6 +16,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 %if 0%{?suse_version} >= 1230
 %define         udevdir        %{_prefix}/lib/udev
 BuildRequires:  pkgconfig(systemd)
@@ -23,7 +28,7 @@
 %define         udevdir        /lib/udev
 %endif
 Name:           sysconfig
-Version:        0.84.1
+Version:        0.84.2
 Release:        0
 Summary:        The sysconfig scheme for traditional network scripts
 License:        GPL-2.0+
@@ -72,7 +77,7 @@
             --mandir=%{_mandir} \
             --with-unitdir=%{_unitdir} \
             --with-udevdir=%{udevdir} \
-            --with-fillup-templatesdir=%{_localstatedir}/adm/fillup-templates
+            --with-fillup-templatesdir=%{_fillupdir}
 make %{?_smp_mflags}
 
 %check
@@ -96,8 +101,8 @@
 %doc %{_docdir}/sysconfig/Contents
 %doc %{_docdir}/sysconfig/COPYING
 %{_sysconfdir}/sysconfig/network/scripts/functions.rpm-utils
-%{_localstatedir}/adm/fillup-templates/sysconfig.dhcp-network
-%{_localstatedir}/adm/fillup-templates/sysconfig.config-network
+%{_fillupdir}/sysconfig.dhcp-network
+%{_fillupdir}/sysconfig.config-network
 /sbin/rcnetwork
 /sbin/ifuser
 %dir %attr(0750,root,root) %{_sysconfdir}/ppp

++++++ sysconfig-0.84.1.tar.bz2 -> sysconfig-0.84.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.84.1/ChangeLog 
new/sysconfig-0.84.2/ChangeLog
--- old/sysconfig-0.84.1/ChangeLog      2017-04-10 13:31:48.000000000 +0200
+++ new/sysconfig-0.84.2/ChangeLog      2017-11-27 16:19:53.000000000 +0100
@@ -1,4 +1,50 @@
-commit 026019b0df4064a2a299e4915cc6df55f326c985 (HEAD -> master, tag: 
version-0.84.1, origin/master)
+commit 5c63b360753a6f11945de33cad7daef733502e86 (HEAD -> master)
+Author: Marius Tomaschewski <m...@suse.com>
+Date:   Mon Nov 27 16:18:54 2017 +0100
+
+    version 0.84.2
+    
+    updated sysconfig.changes file
+
+commit 26b809dca9709adae51d4e37393685c8ff281913
+Author: Marius Tomaschewski <m...@suse.com>
+Date:   Mon Nov 27 15:39:18 2017 +0100
+
+    spec: revert change to use _fillupdir in update hook
+    
+    The fillup template of sysconfig < 0.80.0 the hook is
+    migrating from, was in the var/adm/fillup-templates dir.
+
+commit 3dc2074e62afddab06b22f64102fc3cdaf76373f
+Merge: ed06056 cabdf69
+Author: Marius Tomaschewski <m...@suse.com>
+Date:   Mon Nov 27 15:27:52 2017 +0100
+
+    Merge changes from OBS/Base:System/sysconfig
+
+commit cabdf69f470c2189a4bdd213fb25b73885249a49 (base-system)
+Author: Richard Brown <rbr...@suse.com>
+Date:   Thu Nov 23 13:42:10 2017 +0000
+
+    Replace references to /var/adm/fillup-templates
+    
+    with new %_fillupdir macro (boo#1069468)
+
+commit ea945359d44e4c1c9c35369983d043987de7eae7
+Author: Dominique Leuenberger <dims...@opensuse.org>
+Date:   Thu Jun 8 16:23:33 2017 +0000
+
+    Make /etc/ppp owned by root:root.
+    
+    The group dialout usage is no longer used.
+
+commit 248e967d8997186d814febb95e5bb9880d67599f
+Author: Marcus Meissner <meiss...@suse.de>
+Date:   Fri Nov 24 17:41:57 2017 +0100
+
+    fixed the fillup templates logic and macro
+
+commit 026019b0df4064a2a299e4915cc6df55f326c985 (tag: version-0.84.1)
 Author: Marius Tomaschewski <m...@suse.com>
 Date:   Mon Apr 10 13:29:36 2017 +0200
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.84.1/VERSION new/sysconfig-0.84.2/VERSION
--- old/sysconfig-0.84.1/VERSION        2017-04-10 13:29:31.000000000 +0200
+++ new/sysconfig-0.84.2/VERSION        2017-11-27 15:09:32.000000000 +0100
@@ -1 +1 @@
-0.84.1
+0.84.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.84.1/configure 
new/sysconfig-0.84.2/configure
--- old/sysconfig-0.84.1/configure      2017-04-10 13:31:45.000000000 +0200
+++ new/sysconfig-0.84.2/configure      2017-11-27 16:19:44.000000000 +0100
@@ -1,7 +1,7 @@
 #! /bin/sh
 # From configure.ac Revision: 1.13 .
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for sysconfig 0.84.1.
+# Generated by GNU Autoconf 2.69 for sysconfig 0.84.2.
 #
 # Report bugs to <http://bugs.opensuse.org>.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='sysconfig'
 PACKAGE_TARNAME='sysconfig'
-PACKAGE_VERSION='0.84.1'
-PACKAGE_STRING='sysconfig 0.84.1'
+PACKAGE_VERSION='0.84.2'
+PACKAGE_STRING='sysconfig 0.84.2'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org'
 PACKAGE_URL='https://github.com/openSUSE/sysconfig'
 
@@ -769,7 +769,7 @@
 enable_silent_rules
 with_unitdir
 with_udevdir
-with_fillupdir
+with_fillup_templatesdir
 enable_dependency_tracking
 enable_shared
 enable_static
@@ -1328,7 +1328,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.84.1 to adapt to many kinds of systems.
+\`configure' configures sysconfig 0.84.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1398,7 +1398,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of sysconfig 0.84.1:";;
+     short | recursive ) echo "Configuration of sysconfig 0.84.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1507,7 +1507,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-sysconfig configure 0.84.1
+sysconfig configure 0.84.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1876,7 +1876,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.84.1, which was
+It was created by sysconfig $as_me 0.84.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2743,7 +2743,7 @@
 
 # Define the identity of the package.
  PACKAGE='sysconfig'
- VERSION='0.84.1'
+ VERSION='0.84.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2844,9 +2844,10 @@
 
 
 
-# Check whether --with-fillupdir was given.
-if test "${with_fillupdir+set}" = set; then :
-  withval=$with_fillupdir; fillup-templatesdir=$withval; { $as_echo 
"$as_me:${as_lineno-$LINENO}: result: configuration directory: 
$fillup_templatesdir" >&5
+# Check whether --with-fillup-templatesdir was given.
+if test "${with_fillup_templatesdir+set}" = set; then :
+  withval=$with_fillup_templatesdir;
+       fillup_templatesdir=$withval; { $as_echo "$as_me:${as_lineno-$LINENO}: 
result: configuration directory: $fillup_templatesdir" >&5
 $as_echo "configuration directory: $fillup_templatesdir" >&6; }
 else
   fillup_templatesdir='${prefix}/var/adm/fillup-templates'; { $as_echo 
"$as_me:${as_lineno-$LINENO}: result: fillup templates directory: 
$fillup_templatesdir" >&5
@@ -12247,7 +12248,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.84.1, which was
+This file was extended by sysconfig $as_me 0.84.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -12305,7 +12306,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.84.1
+sysconfig config.status 0.84.2
 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.84.1/configure.ac 
new/sysconfig-0.84.2/configure.ac
--- old/sysconfig-0.84.1/configure.ac   2017-04-10 09:52:28.000000000 +0200
+++ new/sysconfig-0.84.2/configure.ac   2017-11-27 15:27:35.000000000 +0100
@@ -43,11 +43,11 @@
 AC_SUBST(modprobedir)
 AC_SUBST(nm_dispatcherdir)
 AC_SUBST(netconfig_d_scriptsdir)
-AC_ARG_WITH(fillupdir,
-       [  --with-fillup-templatesdir=name   Set the pathname for the fillup 
templates directory],
-       fillup-templatesdir=$withval; AC_MSG_RESULT(configuration directory: 
$fillup_templatesdir),
-       fillup_templatesdir='${prefix}/var/adm/fillup-templates'; 
AC_MSG_RESULT(fillup templates directory: $fillup_templatesdir)
-)
+AC_ARG_WITH(fillup-templatesdir,
+       [  --with-fillup-templatesdir=name   Set the pathname for the fillup 
templates directory],[
+       fillup_templatesdir=$withval; AC_MSG_RESULT(configuration directory: 
$fillup_templatesdir)],
+       [fillup_templatesdir='${prefix}/var/adm/fillup-templates'; 
AC_MSG_RESULT(fillup templates directory: $fillup_templatesdir)
+])
 AC_SUBST(fillup_templatesdir)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.84.1/sysconfig.spec 
new/sysconfig-0.84.2/sysconfig.spec
--- old/sysconfig-0.84.1/sysconfig.spec 2017-04-10 13:31:47.000000000 +0200
+++ new/sysconfig-0.84.2/sysconfig.spec 2017-11-27 16:19:46.000000000 +0100
@@ -16,6 +16,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 %if 0%{?suse_version} >= 1230
 %define         udevdir        %{_prefix}/lib/udev
 BuildRequires:  pkgconfig(systemd)
@@ -23,7 +28,7 @@
 %define         udevdir        /lib/udev
 %endif
 Name:           sysconfig
-Version:        0.84.1
+Version:        0.84.2
 Release:        0
 Summary:        The sysconfig scheme for traditional network scripts
 License:        GPL-2.0+
@@ -72,7 +77,7 @@
             --mandir=%{_mandir} \
             --with-unitdir=%{_unitdir} \
             --with-udevdir=%{udevdir} \
-            --with-fillup-templatesdir=%{_localstatedir}/adm/fillup-templates
+            --with-fillup-templatesdir=%{_fillupdir}
 make %{?_smp_mflags}
 
 %check
@@ -96,11 +101,11 @@
 %doc %{_docdir}/sysconfig/Contents
 %doc %{_docdir}/sysconfig/COPYING
 %{_sysconfdir}/sysconfig/network/scripts/functions.rpm-utils
-%{_localstatedir}/adm/fillup-templates/sysconfig.dhcp-network
-%{_localstatedir}/adm/fillup-templates/sysconfig.config-network
+%{_fillupdir}/sysconfig.dhcp-network
+%{_fillupdir}/sysconfig.config-network
 /sbin/rcnetwork
 /sbin/ifuser
-%dir %attr(0750,root,dialout) %{_sysconfdir}/ppp
+%dir %attr(0750,root,root) %{_sysconfdir}/ppp
 %dir %{_sysconfdir}/ppp/ip-up.d
 %dir %{_sysconfdir}/ppp/ip-down.d
 %dir %{_sysconfdir}/ppp/ipv6-up.d
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.84.1/sysconfig.spec.in 
new/sysconfig-0.84.2/sysconfig.spec.in
--- old/sysconfig-0.84.1/sysconfig.spec.in      2017-04-10 13:25:05.000000000 
+0200
+++ new/sysconfig-0.84.2/sysconfig.spec.in      2017-11-27 15:39:03.000000000 
+0100
@@ -16,6 +16,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 %if 0%{?suse_version} >= 1230
 %define         udevdir        %{_prefix}/lib/udev
 BuildRequires:  pkgconfig(systemd)
@@ -72,7 +77,7 @@
             --mandir=%{_mandir} \
             --with-unitdir=%{_unitdir} \
             --with-udevdir=%{udevdir} \
-            --with-fillup-templatesdir=%{_localstatedir}/adm/fillup-templates
+            --with-fillup-templatesdir=%{_fillupdir}
 make %{?_smp_mflags}
 
 %check
@@ -96,11 +101,11 @@
 %doc %{_docdir}/sysconfig/Contents
 %doc %{_docdir}/sysconfig/COPYING
 %{_sysconfdir}/sysconfig/network/scripts/functions.rpm-utils
-%{_localstatedir}/adm/fillup-templates/sysconfig.dhcp-network
-%{_localstatedir}/adm/fillup-templates/sysconfig.config-network
+%{_fillupdir}/sysconfig.dhcp-network
+%{_fillupdir}/sysconfig.config-network
 /sbin/rcnetwork
 /sbin/ifuser
-%dir %attr(0750,root,dialout) %{_sysconfdir}/ppp
+%dir %attr(0750,root,root) %{_sysconfdir}/ppp
 %dir %{_sysconfdir}/ppp/ip-up.d
 %dir %{_sysconfdir}/ppp/ip-down.d
 %dir %{_sysconfdir}/ppp/ipv6-up.d


Reply via email to