Hello community,

here is the log from the commit of package sysconfig for openSUSE:Factory 
checked in at 2020-02-29 21:19:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sysconfig (Old)
 and      /work/SRC/openSUSE:Factory/.sysconfig.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sysconfig"

Sat Feb 29 21:19:00 2020 rev:186 rq:779087 version:0.85.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/sysconfig/sysconfig.changes      2019-08-15 
12:24:16.886622939 +0200
+++ /work/SRC/openSUSE:Factory/.sysconfig.new.26092/sysconfig.changes   
2020-02-29 21:19:01.590032639 +0100
@@ -1,0 +2,15 @@
+Tue Feb 25 14:04:11 CET 2020 - Marius Tomaschewski <m...@suse.com>
+
+- version 0.85.4
+- Add Upstream First openSUSE Build Service Policy to the spec
+
+-------------------------------------------------------------------
+Wed Jan 29 22:05:54 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Mark /etc/yp.conf as %config(noreplace): this is the same as the
+  file shipped by ypbind has as mode. In sysconfig we create a
+  symlink, in ypbind, the file is actually only owned for
+  reference. Having the same modes allows for the bots to do their
+  work properly (boo#1159566).
+
+-------------------------------------------------------------------

Old:
----
  sysconfig-0.85.3.tar.bz2

New:
----
  sysconfig-0.85.4.tar.bz2

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

Other differences:
------------------
++++++ sysconfig.spec ++++++
--- /var/tmp/diff_new_pack.ws09T7/_old  2020-02-29 21:19:02.194032350 +0100
+++ /var/tmp/diff_new_pack.ws09T7/_new  2020-02-29 21:19:02.198032348 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sysconfig
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,13 +28,21 @@
 %define         udevdir        /lib/udev
 %endif
 Name:           sysconfig
-Version:        0.85.3
+Version:        0.85.4
 Release:        0
 Summary:        The sysconfig scheme for traditional network scripts
 License:        GPL-2.0-or-later
 Group:          System/Base
-Url:            https://github.com/openSUSE/sysconfig
+URL:            https://github.com/openSUSE/sysconfig
 Source:         %{name}-%{version}.tar.bz2
+#
+# Upstream First - openSUSE Build Service Policy:
+#
+# Never add any patches to this package without the upstream commit id in
+# the patch. Any patches added here without a very good reason to make an
+# exception will be silently removed with the next version update.
+# Please use pull requests at https://github.com/openSUSE/sysconfig/ instead.
+#
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 Requires:       /sbin/ifup
@@ -145,7 +153,7 @@
 %ghost /run/netconfig/resolv.conf
 %ghost /run/netconfig/yp.conf
 %ghost /etc/resolv.conf
-%ghost /etc/yp.conf
+%ghost %config(noreplace) %{_sysconfdir}/yp.conf
 
 %post -p /bin/bash
 #

++++++ sysconfig-0.85.3.tar.bz2 -> sysconfig-0.85.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.85.3/ChangeLog 
new/sysconfig-0.85.4/ChangeLog
--- old/sysconfig-0.85.3/ChangeLog      2019-08-05 10:20:53.000000000 +0200
+++ new/sysconfig-0.85.4/ChangeLog      2020-02-25 14:24:36.000000000 +0100
@@ -1,4 +1,23 @@
-commit 52389e7db136a02f2788d2a28d72bb12f1ce1f68 (HEAD -> master, tag: 
version-0.85.3, github/master)
+commit 269e9b5e3a3eda854fa46d94c2fb4a8380d8b923 (HEAD -> master, tag: 
version-0.85.4, github/master)
+Author: Marius Tomaschewski <m...@suse.com>
+Date:   Tue Feb 25 14:22:33 2020 +0100
+
+    version 0.85.4
+    
+    Add Upstream First openSUSE Build Service Policy to the spec file
+
+commit fcb4798f128aaa225ed83cbb88ebba4c2c58ef63 (boo-1159566)
+Author: Dominique Leuenberger <dims...@opensuse.org>
+Date:   Wed Jan 29 22:05:54 2020 +0000
+
+    Mark /etc/yp.conf as %config(noreplace)
+    
+    This is the same as the file shipped by ypbind has as mode.
+    In sysconfig we create a symlink, in ypbind, the file is
+    actually only owned for reference. Having the same modes
+    allows for the bots to do their work properly (boo#1159566).
+
+commit 52389e7db136a02f2788d2a28d72bb12f1ce1f68 (tag: version-0.85.3)
 Author: Reinhard Max <reinh...@m4x.de>
 Date:   Wed Jul 24 16:07:22 2019 +0200
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.85.3/VERSION new/sysconfig-0.85.4/VERSION
--- old/sysconfig-0.85.3/VERSION        2019-07-24 16:18:43.000000000 +0200
+++ new/sysconfig-0.85.4/VERSION        2020-02-25 14:22:04.000000000 +0100
@@ -1 +1 @@
-0.85.3
+0.85.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.85.3/configure 
new/sysconfig-0.85.4/configure
--- old/sysconfig-0.85.3/configure      2019-08-05 10:20:40.000000000 +0200
+++ new/sysconfig-0.85.4/configure      2020-02-25 14:23:50.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.85.3.
+# Generated by GNU Autoconf 2.69 for sysconfig 0.85.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.85.3'
-PACKAGE_STRING='sysconfig 0.85.3'
+PACKAGE_VERSION='0.85.4'
+PACKAGE_STRING='sysconfig 0.85.4'
 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.3 to adapt to many kinds of systems.
+\`configure' configures sysconfig 0.85.4 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.3:";;
+     short | recursive ) echo "Configuration of sysconfig 0.85.4:";;
    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.3
+sysconfig configure 0.85.4
 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.3, which was
+It was created by sysconfig $as_me 0.85.4, 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.3'
+ VERSION='0.85.4'
 
 
 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.3, which was
+This file was extended by sysconfig $as_me 0.85.4, 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.3
+sysconfig config.status 0.85.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.85.3/sysconfig.spec 
new/sysconfig-0.85.4/sysconfig.spec
--- old/sysconfig-0.85.3/sysconfig.spec 2019-08-05 10:20:42.000000000 +0200
+++ new/sysconfig-0.85.4/sysconfig.spec 2020-02-25 14:23:52.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sysconfig
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,13 +28,21 @@
 %define         udevdir        /lib/udev
 %endif
 Name:           sysconfig
-Version:        0.85.3
+Version:        0.85.4
 Release:        0
 Summary:        The sysconfig scheme for traditional network scripts
 License:        GPL-2.0-or-later
 Group:          System/Base
-Url:            https://github.com/openSUSE/sysconfig
+URL:            https://github.com/openSUSE/sysconfig
 Source:         %{name}-%{version}.tar.bz2
+#
+# Upstream First - openSUSE Build Service Policy:
+#
+# Never add any patches to this package without the upstream commit id in
+# the patch. Any patches added here without a very good reason to make an
+# exception will be silently removed with the next version update.
+# Please use pull requests at https://github.com/openSUSE/sysconfig/ instead.
+#
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 Requires:       /sbin/ifup
@@ -145,7 +153,7 @@
 %ghost /run/netconfig/resolv.conf
 %ghost /run/netconfig/yp.conf
 %ghost /etc/resolv.conf
-%ghost /etc/yp.conf
+%ghost %config(noreplace) %{_sysconfdir}/yp.conf
 
 %post -p /bin/bash
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.85.3/sysconfig.spec.in 
new/sysconfig-0.85.4/sysconfig.spec.in
--- old/sysconfig-0.85.3/sysconfig.spec.in      2019-07-24 16:18:43.000000000 
+0200
+++ new/sysconfig-0.85.4/sysconfig.spec.in      2020-02-25 14:22:24.000000000 
+0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sysconfig
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,8 +33,16 @@
 Summary:        The sysconfig scheme for traditional network scripts
 License:        GPL-2.0-or-later
 Group:          System/Base
-Url:            https://github.com/openSUSE/sysconfig
+URL:            https://github.com/openSUSE/sysconfig
 Source:         %{name}-%{version}.tar.bz2
+#
+# Upstream First - openSUSE Build Service Policy:
+#
+# Never add any patches to this package without the upstream commit id in
+# the patch. Any patches added here without a very good reason to make an
+# exception will be silently removed with the next version update.
+# Please use pull requests at https://github.com/openSUSE/sysconfig/ instead.
+#
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 Requires:       /sbin/ifup
@@ -145,7 +153,7 @@
 %ghost /run/netconfig/resolv.conf
 %ghost /run/netconfig/yp.conf
 %ghost /etc/resolv.conf
-%ghost /etc/yp.conf
+%ghost %config(noreplace) %{_sysconfdir}/yp.conf
 
 %post -p /bin/bash
 #


Reply via email to