Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-security for openSUSE:Factory 
checked in at 2022-01-14 23:12:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-security (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-security.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-security"

Fri Jan 14 23:12:57 2022 rev:110 rq:946179 version:4.4.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-security/yast2-security.changes    
2022-01-11 00:01:57.069243365 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-security.new.1892/yast2-security.changes  
2022-01-14 23:13:50.134654802 +0100
@@ -1,0 +2,8 @@
+Tue Jan 11 00:06:20 UTC 2022 - Knut Anderssen <kanders...@suse.com>
+
+Related to jsc#SLE-22069:
+  - Autoyast LSM section: added "none" section in order to mark it
+    as not selectable during the installation.
+- 4.4.7
+
+-------------------------------------------------------------------

Old:
----
  yast2-security-4.4.6.tar.bz2

New:
----
  yast2-security-4.4.7.tar.bz2

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

Other differences:
------------------
++++++ yast2-security.spec ++++++
--- /var/tmp/diff_new_pack.jt3bd4/_old  2022-01-14 23:13:50.658655140 +0100
+++ /var/tmp/diff_new_pack.jt3bd4/_new  2022-01-14 23:13:50.662655142 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-security
-Version:        4.4.6
+Version:        4.4.7
 Release:        0
 Summary:        YaST2 - Security Configuration
 License:        GPL-2.0-only

++++++ yast2-security-4.4.6.tar.bz2 -> yast2-security-4.4.7.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-4.4.6/.github/workflows/ci.yml 
new/yast2-security-4.4.7/.github/workflows/ci.yml
--- old/yast2-security-4.4.6/.github/workflows/ci.yml   2022-01-10 
11:15:21.000000000 +0100
+++ new/yast2-security-4.4.7/.github/workflows/ci.yml   2022-01-13 
14:52:22.000000000 +0100
@@ -8,8 +8,14 @@
 jobs:
   Tests:
     runs-on: ubuntu-latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro:  [ "tumbleweed", "leap_latest" ]
+
     container:
-      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
@@ -28,14 +34,22 @@
 
     # send the coverage report to coveralls.io
     - name: Coveralls Report
+      # send it only from the TW build to avoid duplicate submits
+      if: ${{ matrix.distro == 'tumbleweed' }}
       uses: coverallsapp/github-action@master
       with:
         github-token: ${{ secrets.GITHUB_TOKEN }}
 
   Rubocop:
     runs-on: ubuntu-latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro: [ "leap_latest" ]
+
     container:
-      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
@@ -47,8 +61,14 @@
 
   Package:
     runs-on: ubuntu-latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro:  [ "tumbleweed", "leap_latest" ]
+
     container:
-      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
@@ -60,8 +80,14 @@
 
   Yardoc:
     runs-on: ubuntu-latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro: [ "leap_latest" ]
+
     container:
-      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
@@ -75,8 +101,14 @@
   # checks into one job avoids that overhead
   Checks:
     runs-on: ubuntu-latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro: [ "leap_latest" ]
+
     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/yast2-security-4.4.6/package/yast2-security.changes 
new/yast2-security-4.4.7/package/yast2-security.changes
--- old/yast2-security-4.4.6/package/yast2-security.changes     2022-01-10 
11:15:21.000000000 +0100
+++ new/yast2-security-4.4.7/package/yast2-security.changes     2022-01-13 
14:52:22.000000000 +0100
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Tue Jan 11 00:06:20 UTC 2022 - Knut Anderssen <kanders...@suse.com>
+
+Related to jsc#SLE-22069:
+  - Autoyast LSM section: added "none" section in order to mark it
+    as not selectable during the installation.
+- 4.4.7
+
+-------------------------------------------------------------------
 Mon Jan 10 10:08:44 UTC 2022 - Knut Anderssen <kanders...@suse.com>
 
 - Fix security_auto client selinux requirement (bsc#1194449)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-4.4.6/package/yast2-security.spec 
new/yast2-security-4.4.7/package/yast2-security.spec
--- old/yast2-security-4.4.6/package/yast2-security.spec        2022-01-10 
11:15:21.000000000 +0100
+++ new/yast2-security-4.4.7/package/yast2-security.spec        2022-01-13 
14:52:22.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-security
-Version:        4.4.6
+Version:        4.4.7
 Release:        0
 Group:          System/YaST
 License:        GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-4.4.6/src/autoyast-rnc/security.rnc 
new/yast2-security-4.4.7/src/autoyast-rnc/security.rnc
--- old/yast2-security-4.4.6/src/autoyast-rnc/security.rnc      2022-01-10 
11:15:21.000000000 +0100
+++ new/yast2-security-4.4.7/src/autoyast-rnc/security.rnc      2022-01-13 
14:52:22.000000000 +0100
@@ -142,6 +142,7 @@
     lsm_select? &
     lsm_configurable? &
     lsm_selectable? &
+    none? &
     selinux? &
     apparmor?
   )
@@ -154,6 +155,10 @@
   | lsm_selectable
   | lsm_patterns
 
+none = element none { MAP,
+  lsm_selectable?
+}
+
 apparmor = element apparmor { MAP,
   lsm_module*
 }

Reply via email to