Hello community,

here is the log from the commit of package sysconfig for openSUSE:Factory 
checked in at 2019-08-15 12:24:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sysconfig (Old)
 and      /work/SRC/openSUSE:Factory/.sysconfig.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sysconfig"

Thu Aug 15 12:24:13 2019 rev:185 rq:720983 version:0.85.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/sysconfig/sysconfig.changes      2019-02-25 
17:45:54.342893990 +0100
+++ /work/SRC/openSUSE:Factory/.sysconfig.new.9556/sysconfig.changes    
2019-08-15 12:24:16.886622939 +0200
@@ -1,0 +2,8 @@
+Wed Jul 24 13:37:57 UTC 2019 - Reinhard Max <m...@suse.com>
+
+- version 0.85.3
+- boo#1123699: Use systemd's tmpfile mechanism to create the
+  symlink infrastructure for resolv.conf and yp.conf early during
+  boot.
+
+-------------------------------------------------------------------

Old:
----
  sysconfig-0.85.2.tar.bz2

New:
----
  sysconfig-0.85.3.tar.bz2

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

Other differences:
------------------
++++++ sysconfig.spec ++++++
--- /var/tmp/diff_new_pack.KlphBH/_old  2019-08-15 12:24:18.010622659 +0200
+++ /var/tmp/diff_new_pack.KlphBH/_new  2019-08-15 12:24:18.010622659 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -28,7 +28,7 @@
 %define         udevdir        /lib/udev
 %endif
 Name:           sysconfig
-Version:        0.85.2
+Version:        0.85.3
 Release:        0
 Summary:        The sysconfig scheme for traditional network scripts
 License:        GPL-2.0-or-later
@@ -91,6 +91,15 @@
 ln -s /sbin/service %{buildroot}/sbin/rcnetwork
 rm -f %{buildroot}%{_docdir}/sysconfig/COPYING
 
+mkdir -p %{buildroot}%{_tmpfilesdir}
+cat >%{buildroot}%{_tmpfilesdir}/netconfig.conf <<-EOF
+       d /run/netconfig 0755 root root -
+       f /run/netconfig/resolv.conf 0644 root root -
+       f /run/netconfig/yp.conf 0644 root root -
+       L /etc/resolv.conf - - - - /run/netconfig/resolv.conf
+       L /etc/yp.conf - - - - /run/netconfig/yp.conf
+EOF
+
 %files
 %defattr(-,root,root)
 %license doc/COPYING
@@ -131,6 +140,12 @@
 %{_sysconfdir}/ppp/ip-down.d/90-netconfig
 %{_sysconfdir}/ppp/pre-start.d/10-netconfig
 %{_sysconfdir}/ppp/post-stop.d/90-netconfig
+%{_tmpfilesdir}/netconfig.conf
+%ghost %dir /run/netconfig
+%ghost /run/netconfig/resolv.conf
+%ghost /run/netconfig/yp.conf
+%ghost /etc/resolv.conf
+%ghost /etc/yp.conf
 
 %post -p /bin/bash
 #
@@ -180,4 +195,7 @@
 
 %postun -p /sbin/ldconfig
 
+%post netconfig -p /bin/bash
+%tmpfiles_create %{_tmpfilesdir}/netconfig.conf
+
 %changelog

++++++ sysconfig-0.85.2.tar.bz2 -> sysconfig-0.85.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.85.2/ChangeLog 
new/sysconfig-0.85.3/ChangeLog
--- old/sysconfig-0.85.2/ChangeLog      2019-02-14 13:54:31.000000000 +0100
+++ new/sysconfig-0.85.3/ChangeLog      2019-08-05 10:20:53.000000000 +0200
@@ -1,4 +1,27 @@
-commit 31dd90b705394bc62a3d7591ea13284238dfd075 (HEAD -> wip-0.85.2)
+commit 52389e7db136a02f2788d2a28d72bb12f1ce1f68 (HEAD -> master, tag: 
version-0.85.3, github/master)
+Author: Reinhard Max <reinh...@m4x.de>
+Date:   Wed Jul 24 16:07:22 2019 +0200
+
+    Add %ghost and %post to complete the tmpfiles.d transition
+
+commit be2ead762cf442688c428dadd60cc837b18f1860
+Author: Reinhard Max <reinh...@m4x.de>
+Date:   Wed Jul 24 15:57:06 2019 +0200
+
+    - version 0.85.3
+    - boo#1123699: Use systemd's tmpfile mechanism to create the
+      symlink infrastructure for resolv.conf and yp.conf early during
+      boot.
+
+commit ba754345d0262876dc42067dd41ebe9cd0ff0856 (tag: version-0.85.2, 
wip-0.85.2)
+Author: Marius Tomaschewski <m...@suse.com>
+Date:   Thu Feb 14 14:01:36 2019 +0100
+
+    version 0.85.2
+    
+    updated sysconfig.changes file
+
+commit 31dd90b705394bc62a3d7591ea13284238dfd075
 Author: Marius Tomaschewski <m...@suse.com>
 Date:   Thu Feb 14 12:56:28 2019 +0100
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.85.2/VERSION new/sysconfig-0.85.3/VERSION
--- old/sysconfig-0.85.2/VERSION        2019-02-14 13:53:20.000000000 +0100
+++ new/sysconfig-0.85.3/VERSION        2019-07-24 16:18:43.000000000 +0200
@@ -1 +1 @@
-0.85.2
+0.85.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.85.2/configure 
new/sysconfig-0.85.3/configure
--- old/sysconfig-0.85.2/configure      2019-02-14 13:54:01.000000000 +0100
+++ new/sysconfig-0.85.3/configure      2019-08-05 10:20:40.000000000 +0200
@@ -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.85.2.
+# Generated by GNU Autoconf 2.69 for sysconfig 0.85.3.
 #
 # Report bugs to <http://bugs.opensuse.org>.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='sysconfig'
 PACKAGE_TARNAME='sysconfig'
-PACKAGE_VERSION='0.85.2'
-PACKAGE_STRING='sysconfig 0.85.2'
+PACKAGE_VERSION='0.85.3'
+PACKAGE_STRING='sysconfig 0.85.3'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org'
 PACKAGE_URL='https://github.com/openSUSE/sysconfig'
 
@@ -1331,7 +1331,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.85.2 to adapt to many kinds of systems.
+\`configure' configures sysconfig 0.85.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1401,7 +1401,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of sysconfig 0.85.2:";;
+     short | recursive ) echo "Configuration of sysconfig 0.85.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1515,7 +1515,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-sysconfig configure 0.85.2
+sysconfig configure 0.85.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1884,7 +1884,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.85.2, which was
+It was created by sysconfig $as_me 0.85.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2751,7 +2751,7 @@
 
 # Define the identity of the package.
  PACKAGE='sysconfig'
- VERSION='0.85.2'
+ VERSION='0.85.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -12838,7 +12838,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.85.2, which was
+This file was extended by sysconfig $as_me 0.85.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -12896,7 +12896,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.85.2
+sysconfig config.status 0.85.3
 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.85.2/sysconfig.spec 
new/sysconfig-0.85.3/sysconfig.spec
--- old/sysconfig-0.85.2/sysconfig.spec 2019-02-14 13:54:04.000000000 +0100
+++ new/sysconfig-0.85.3/sysconfig.spec 2019-08-05 10:20:42.000000000 +0200
@@ -28,7 +28,7 @@
 %define         udevdir        /lib/udev
 %endif
 Name:           sysconfig
-Version:        0.85.2
+Version:        0.85.3
 Release:        0
 Summary:        The sysconfig scheme for traditional network scripts
 License:        GPL-2.0-or-later
@@ -91,6 +91,15 @@
 ln -s /sbin/service %{buildroot}/sbin/rcnetwork
 rm -f %{buildroot}%{_docdir}/sysconfig/COPYING
 
+mkdir -p %{buildroot}%{_tmpfilesdir}
+cat >%{buildroot}%{_tmpfilesdir}/netconfig.conf <<-EOF
+       d /run/netconfig 0755 root root -
+       f /run/netconfig/resolv.conf 0644 root root -
+       f /run/netconfig/yp.conf 0644 root root -
+       L /etc/resolv.conf - - - - /run/netconfig/resolv.conf
+       L /etc/yp.conf - - - - /run/netconfig/yp.conf
+EOF
+
 %files
 %defattr(-,root,root)
 %license doc/COPYING
@@ -131,6 +140,12 @@
 %{_sysconfdir}/ppp/ip-down.d/90-netconfig
 %{_sysconfdir}/ppp/pre-start.d/10-netconfig
 %{_sysconfdir}/ppp/post-stop.d/90-netconfig
+%{_tmpfilesdir}/netconfig.conf
+%ghost %dir /run/netconfig
+%ghost /run/netconfig/resolv.conf
+%ghost /run/netconfig/yp.conf
+%ghost /etc/resolv.conf
+%ghost /etc/yp.conf
 
 %post -p /bin/bash
 #
@@ -180,4 +195,7 @@
 
 %postun -p /sbin/ldconfig
 
+%post netconfig -p /bin/bash
+%tmpfiles_create %{_tmpfilesdir}/netconfig.conf
+
 %changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.85.2/sysconfig.spec.in 
new/sysconfig-0.85.3/sysconfig.spec.in
--- old/sysconfig-0.85.2/sysconfig.spec.in      2019-02-14 12:55:03.000000000 
+0100
+++ new/sysconfig-0.85.3/sysconfig.spec.in      2019-07-24 16:18:43.000000000 
+0200
@@ -91,6 +91,15 @@
 ln -s /sbin/service %{buildroot}/sbin/rcnetwork
 rm -f %{buildroot}%{_docdir}/sysconfig/COPYING
 
+mkdir -p %{buildroot}%{_tmpfilesdir}
+cat >%{buildroot}%{_tmpfilesdir}/netconfig.conf <<-EOF
+       d /run/netconfig 0755 root root -
+       f /run/netconfig/resolv.conf 0644 root root -
+       f /run/netconfig/yp.conf 0644 root root -
+       L /etc/resolv.conf - - - - /run/netconfig/resolv.conf
+       L /etc/yp.conf - - - - /run/netconfig/yp.conf
+EOF
+
 %files
 %defattr(-,root,root)
 %license doc/COPYING
@@ -131,6 +140,12 @@
 %{_sysconfdir}/ppp/ip-down.d/90-netconfig
 %{_sysconfdir}/ppp/pre-start.d/10-netconfig
 %{_sysconfdir}/ppp/post-stop.d/90-netconfig
+%{_tmpfilesdir}/netconfig.conf
+%ghost %dir /run/netconfig
+%ghost /run/netconfig/resolv.conf
+%ghost /run/netconfig/yp.conf
+%ghost /etc/resolv.conf
+%ghost /etc/yp.conf
 
 %post -p /bin/bash
 #
@@ -180,4 +195,7 @@
 
 %postun -p /sbin/ldconfig
 
+%post netconfig -p /bin/bash
+%tmpfiles_create %{_tmpfilesdir}/netconfig.conf
+
 %changelog


Reply via email to