Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sysconfig for openSUSE:Factory 
checked in at 2021-06-15 16:36:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sysconfig (Old)
 and      /work/SRC/openSUSE:Factory/.sysconfig.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sysconfig"

Tue Jun 15 16:36:42 2021 rev:190 rq:898471 version:0.85.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/sysconfig/sysconfig.changes      2020-12-08 
13:25:23.546673713 +0100
+++ /work/SRC/openSUSE:Factory/.sysconfig.new.32437/sysconfig.changes   
2021-06-15 16:36:44.493631612 +0200
@@ -1,0 +2,12 @@
+Tue Jun  8 14:27:32 UTC 2021 - Marius Tomaschewski <m...@suse.com>
+
+- version 0.85.7
+
+-------------------------------------------------------------------
+Mon Apr 26 11:32:24 UTC 2021 - Fabian Vogt <fv...@suse.com>
+
+- spec: Drop hard dependency on /sbin/ifup
+- spec: Suggest instead of recommend wicked-service
+- spec: Mention that the .spec file is in git as well
+
+-------------------------------------------------------------------

Old:
----
  sysconfig-0.85.6.tar.bz2

New:
----
  sysconfig-0.85.7.tar.bz2

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

Other differences:
------------------
++++++ sysconfig.spec ++++++
--- /var/tmp/diff_new_pack.bU4Vq2/_old  2021-06-15 16:36:45.869633995 +0200
+++ /var/tmp/diff_new_pack.bU4Vq2/_new  2021-06-15 16:36:45.873634002 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sysconfig
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,16 @@
 #
 
 
+#
+# 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.
+# This .spec file is tracked in git as well.
+# Please use pull requests at https://github.com/openSUSE/sysconfig/ instead.
+#
+
 #Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
   %define _fillupdir /var/adm/fillup-templates
@@ -28,30 +38,21 @@
 %define         udevdir        /lib/udev
 %endif
 Name:           sysconfig
-Version:        0.85.6
+Version:        0.85.7
 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
 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
 Requires:       /sbin/netconfig
 Requires:       (sysvinit(network) or service(network))
 Requires(post): %fillup_prereq
 Requires(post): /usr/bin/grep
 Requires(post): /usr/bin/chmod /usr/bin/mkdir /usr/bin/touch
-Recommends:     wicked-service
+Suggests:       wicked-service
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description

++++++ sysconfig-0.85.6.tar.bz2 -> sysconfig-0.85.7.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.85.6/ChangeLog 
new/sysconfig-0.85.7/ChangeLog
--- old/sysconfig-0.85.6/ChangeLog      2020-09-22 13:48:12.000000000 +0200
+++ new/sysconfig-0.85.7/ChangeLog      2021-06-08 16:30:04.000000000 +0200
@@ -1,3 +1,39 @@
+commit e40dc7357407f47a31102f938776a2e8176ead12 (HEAD -> master)
+Author: Marius Tomaschewski <m...@suse.com>
+Date:   Tue Jun 8 16:29:41 2021 +0200
+
+    version 0.85.7
+
+commit 16a2fde2d818981a5feb1b2728e4174567625776 (github/pull/29/head)
+Author: Fabian Vogt <fv...@suse.de>
+Date:   Mon Apr 26 13:32:24 2021 +0200
+
+    sysconfig.spec.in: Suggest instead of recommend wicked-service
+    
+    It already has a hard dep on the network service, which is enough.
+
+commit 3e8fab883b411964b3411072547ef92c166841e0
+Author: Fabian Vogt <fv...@suse.de>
+Date:   Mon Apr 26 13:31:27 2021 +0200
+
+    sysconfig.spec.in: Drop hard dependency on /sbin/ifup
+    
+    It doesn't seem necessary and currently only wicked-service provides it.
+
+commit f2ff60ca33aeca467c847b39929b3395337ec642
+Author: Fabian Vogt <fv...@suse.de>
+Date:   Mon Apr 26 13:31:12 2021 +0200
+
+    sysconfig.spec.in: Mention that the .spec file is in git as well
+
+commit 746c80ab109347abf44f79a4382aad9deee88fb2
+Author: Fabian Vogt <fv...@suse.de>
+Date:   Mon Apr 26 13:29:58 2021 +0200
+
+    sysconfig.spec.in: Sync from OBS
+    
+    This change was never in git.
+
 commit f4ab18aa8574dbc1309b6f3bbcde52e298ef0817 (mt-hub/release-0.85.6, 
github/pull/28/head, release-0.85.6)
 Author: Marius Tomaschewski <m...@suse.com>
 Date:   Mon Sep 21 11:41:56 2020 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.85.6/VERSION new/sysconfig-0.85.7/VERSION
--- old/sysconfig-0.85.6/VERSION        2020-09-22 13:47:29.000000000 +0200
+++ new/sysconfig-0.85.7/VERSION        2021-06-08 16:27:15.000000000 +0200
@@ -1 +1 @@
-0.85.6
+0.85.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.85.6/configure 
new/sysconfig-0.85.7/configure
--- old/sysconfig-0.85.6/configure      2020-09-22 13:47:43.000000000 +0200
+++ new/sysconfig-0.85.7/configure      2021-06-08 16:29:59.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.6.
+# Generated by GNU Autoconf 2.69 for sysconfig 0.85.7.
 #
 # 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.6'
-PACKAGE_STRING='sysconfig 0.85.6'
+PACKAGE_VERSION='0.85.7'
+PACKAGE_STRING='sysconfig 0.85.7'
 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.6 to adapt to many kinds of systems.
+\`configure' configures sysconfig 0.85.7 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.6:";;
+     short | recursive ) echo "Configuration of sysconfig 0.85.7:";;
    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.6
+sysconfig configure 0.85.7
 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.6, which was
+It was created by sysconfig $as_me 0.85.7, 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.6'
+ VERSION='0.85.7'
 
 
 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.6, which was
+This file was extended by sysconfig $as_me 0.85.7, 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.6
+sysconfig config.status 0.85.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.85.6/sysconfig.spec 
new/sysconfig-0.85.7/sysconfig.spec
--- old/sysconfig-0.85.6/sysconfig.spec 2020-09-22 13:47:46.000000000 +0200
+++ new/sysconfig-0.85.7/sysconfig.spec 2021-06-08 16:30:01.000000000 +0200
@@ -15,6 +15,15 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+#
+# 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.
+# This .spec file is tracked in git as well.
+# Please use pull requests at https://github.com/openSUSE/sysconfig/ instead.
+#
 
 #Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
@@ -28,30 +37,21 @@
 %define         udevdir        /lib/udev
 %endif
 Name:           sysconfig
-Version:        0.85.6
+Version:        0.85.7
 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
 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
 Requires:       /sbin/netconfig
-Requires:       sysvinit(network)
+Requires:       (sysvinit(network) or service(network))
 Requires(post): %fillup_prereq
 Requires(post): /usr/bin/grep
 Requires(post): /usr/bin/chmod /usr/bin/mkdir /usr/bin/touch
-Recommends:     wicked-service
+Suggests:       wicked-service
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.85.6/sysconfig.spec.in 
new/sysconfig-0.85.7/sysconfig.spec.in
--- old/sysconfig-0.85.6/sysconfig.spec.in      2020-07-21 14:48:37.000000000 
+0200
+++ new/sysconfig-0.85.7/sysconfig.spec.in      2021-06-08 16:11:39.000000000 
+0200
@@ -15,6 +15,15 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+#
+# 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.
+# This .spec file is tracked in git as well.
+# Please use pull requests at https://github.com/openSUSE/sysconfig/ instead.
+#
 
 #Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
@@ -35,23 +44,14 @@
 Group:          System/Base
 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
 Requires:       /sbin/netconfig
-Requires:       sysvinit(network)
+Requires:       (sysvinit(network) or service(network))
 Requires(post): %fillup_prereq
 Requires(post): /usr/bin/grep
 Requires(post): /usr/bin/chmod /usr/bin/mkdir /usr/bin/touch
-Recommends:     wicked-service
+Suggests:       wicked-service
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description

Reply via email to