Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package skelcd-control-openSUSE for 
openSUSE:Factory checked in at 2022-01-22 08:17:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skelcd-control-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new.1938 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skelcd-control-openSUSE"

Sat Jan 22 08:17:56 2022 rev:228 rq:947639 version:20220119

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes
    2021-12-29 21:10:44.538274951 +0100
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new.1938/skelcd-control-openSUSE-promo.changes
  2022-01-22 08:18:11.606900002 +0100
@@ -1,0 +2,6 @@
+Wed Jan 19 12:48:38 UTC 2022 - Ludwig Nussel <lnus...@suse.de>
+
+- Use NetworkManager always (boo#1172684)
+- 20220119
+
+-------------------------------------------------------------------
skelcd-control-openSUSE.changes: same change

Old:
----
  skelcd-control-openSUSE-20211227.tar.bz2

New:
----
  skelcd-control-openSUSE-20220119.tar.bz2

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

Other differences:
------------------
++++++ skelcd-control-openSUSE-promo.spec ++++++
--- /var/tmp/diff_new_pack.dorg98/_old  2022-01-22 08:18:12.866891512 +0100
+++ /var/tmp/diff_new_pack.dorg98/_new  2022-01-22 08:18:12.866891512 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package skelcd-control-openSUSE-promo
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
 #
 ######################################################################
 Name:           skelcd-control-openSUSE-promo
-Version:        20211227
+Version:        20220119
 Release:        0
 Summary:        The openSUSE Installation Control file
 License:        MIT

skelcd-control-openSUSE.spec: same change
++++++ skelcd-control-openSUSE-20211227.tar.bz2 -> 
skelcd-control-openSUSE-20220119.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-20211227/.github/workflows/ci.yml 
new/skelcd-control-openSUSE-20220119/.github/workflows/ci.yml
--- old/skelcd-control-openSUSE-20211227/.github/workflows/ci.yml       
2021-12-28 11:12:20.000000000 +0100
+++ new/skelcd-control-openSUSE-20220119/.github/workflows/ci.yml       
2022-01-20 10:48:17.000000000 +0100
@@ -10,8 +10,14 @@
   # checks into one job avoids that overhead
   Checks:
     runs-on: ubuntu-latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro: [ "tumbleweed" ]
+
     container:
-      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-20211227/control/control.openSUSE.xml 
new/skelcd-control-openSUSE-20220119/control/control.openSUSE.xml
--- old/skelcd-control-openSUSE-20211227/control/control.openSUSE.xml   
2021-12-28 11:12:20.000000000 +0100
+++ new/skelcd-control-openSUSE-20220119/control/control.openSUSE.xml   
2022-01-20 10:48:17.000000000 +0100
@@ -363,8 +363,7 @@
     </partitioning>
 
     <network>
-        <force_static_ip config:type="boolean">false</force_static_ip>
-        <startmode>ifplugd</startmode>
+        <network_manager>always</network_manager>
     </network>
 
     <system_roles config:type="list">
@@ -372,9 +371,6 @@
         <!-- the id is a key for texts/$id/label
                              and texts/$id_description/label below -->
         <id>kde</id>
-        <network>
-          <network_manager>always</network_manager>
-        </network>
         <software>
           <default_patterns>kde x11 base enhanced_base x11_yast 
yast2_basis</default_patterns>
         </software>
@@ -384,9 +380,6 @@
 
       <system_role>
         <id>gnome</id>
-        <network>
-          <network_manager>always</network_manager>
-        </network>
         <software>
           <default_patterns>gnome x11 base enhanced_base x11_yast 
yast2_basis</default_patterns>
         </software>
@@ -395,9 +388,6 @@
 
       <system_role>
         <id>xfce</id>
-        <network>
-          <network_manager>always</network_manager>
-        </network>
         <software>
           <default_patterns>xfce x11 base enhanced_base x11_yast 
yast2_basis</default_patterns>
         </software>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-20211227/package/skelcd-control-openSUSE.changes 
new/skelcd-control-openSUSE-20220119/package/skelcd-control-openSUSE.changes
--- 
old/skelcd-control-openSUSE-20211227/package/skelcd-control-openSUSE.changes    
    2021-12-28 11:12:20.000000000 +0100
+++ 
new/skelcd-control-openSUSE-20220119/package/skelcd-control-openSUSE.changes    
    2022-01-20 10:48:17.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Jan 19 12:48:38 UTC 2022 - Ludwig Nussel <lnus...@suse.de>
+
+- Use NetworkManager always (boo#1172684)
+- 20220119
+
+-------------------------------------------------------------------
 Mon Dec 27 17:29:08 UTC 2021 - Knut Anderssen <kanders...@suse.com>
 
 - Added 'lsm' section for selecting and configuring the desired
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-20211227/package/skelcd-control-openSUSE.spec 
new/skelcd-control-openSUSE-20220119/package/skelcd-control-openSUSE.spec
--- old/skelcd-control-openSUSE-20211227/package/skelcd-control-openSUSE.spec   
2021-12-28 11:12:20.000000000 +0100
+++ new/skelcd-control-openSUSE-20220119/package/skelcd-control-openSUSE.spec   
2022-01-20 10:48:17.000000000 +0100
@@ -27,7 +27,7 @@
 #
 ######################################################################
 Name:           skelcd-control-openSUSE
-Version:        20211227
+Version:        20220119
 Release:        0
 Summary:        The openSUSE Installation Control file
 License:        MIT

Reply via email to