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 2021-12-29 21:10:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skelcd-control-openSUSE (Old)
and /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "skelcd-control-openSUSE"
Wed Dec 29 21:10:41 2021 rev:227 rq:942903 version:20211227
Changes:
--------
---
/work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes
2021-09-11 22:24:27.863382698 +0200
+++
/work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new.2520/skelcd-control-openSUSE-promo.changes
2021-12-29 21:10:44.538274951 +0100
@@ -1,0 +2,7 @@
+Mon Dec 27 17:29:08 UTC 2021 - Knut Anderssen <[email protected]>
+
+- Added 'lsm' section for selecting and configuring the desired
+ Linux Security Module (jsc#SLE-22069)
+- 20211227
+
+-------------------------------------------------------------------
skelcd-control-openSUSE.changes: same change
Old:
----
skelcd-control-openSUSE-20210906.tar.bz2
New:
----
skelcd-control-openSUSE-20211227.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ skelcd-control-openSUSE-promo.spec ++++++
--- /var/tmp/diff_new_pack.PxYhou/_old 2021-12-29 21:10:46.630276671 +0100
+++ /var/tmp/diff_new_pack.PxYhou/_new 2021-12-29 21:10:46.634276674 +0100
@@ -27,7 +27,7 @@
#
######################################################################
Name: skelcd-control-openSUSE-promo
-Version: 20210906
+Version: 20211227
Release: 0
Summary: The openSUSE Installation Control file
License: MIT
@@ -40,8 +40,8 @@
BuildRequires: libxml2-tools
# xsltproc
BuildRequires: libxslt-tools
-# RNG schema
-BuildRequires: yast2-installation-control >= 4.4.3
+# Added 'lsm' section (jsc#SLE-22069)
+BuildRequires: yast2-installation-control >= 4.4.7
######################################################################
#
# Here is the list of Yast packages which are needed in the
skelcd-control-openSUSE.spec: same change
++++++ skelcd-control-openSUSE-20210906.tar.bz2 ->
skelcd-control-openSUSE-20211227.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/skelcd-control-openSUSE-20210906/.github/workflows/ci.yml
new/skelcd-control-openSUSE-20211227/.github/workflows/ci.yml
--- old/skelcd-control-openSUSE-20210906/.github/workflows/ci.yml
2021-09-07 10:58:06.000000000 +0200
+++ new/skelcd-control-openSUSE-20211227/.github/workflows/ci.yml
2021-12-28 11:12:20.000000000 +0100
@@ -10,7 +10,8 @@
# checks into one job avoids that overhead
Checks:
runs-on: ubuntu-latest
- container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+ container:
+ image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
steps:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/skelcd-control-openSUSE-20210906/control/control.openSUSE.xml
new/skelcd-control-openSUSE-20211227/control/control.openSUSE.xml
--- old/skelcd-control-openSUSE-20210906/control/control.openSUSE.xml
2021-09-07 10:58:06.000000000 +0200
+++ new/skelcd-control-openSUSE-20211227/control/control.openSUSE.xml
2021-12-28 11:12:20.000000000 +0100
@@ -78,12 +78,22 @@
<!-- FATE: #303893, #305588: Default to enabled kdump -->
<enable_kdump config:type="boolean">true</enable_kdump>
- <!-- Set SELinux permissive mode by default,
https://github.com/yast/yast-installation/pull/906#issuecomment-784238549 -->
- <selinux>
- <mode>disabled</mode>
+ <lsm>
+ <select>apparmor</select>
+ <apparmor>
+ <patterns>apparmor</patterns>
+ <selectable config:type="boolean">true</selectable>
+ </apparmor>
+ <!-- Set SELinux permissive mode by default,
https://github.com/yast/yast-installation/pull/906#issuecomment-784238549 -->
+ <selinux>
+ <mode>permissive</mode>
+ <configurable config:type="boolean">true</configurable>
+ <selectable config:type="boolean">true</selectable>
+ <patterns>selinux</patterns>
+ </selinux>
<configurable config:type="boolean">true</configurable>
- <patterns>selinux</patterns>
- </selinux>
+ </lsm>
+
<!-- to debug deploying, set to 'true' -->
<debug_deploying config:type="boolean">false</debug_deploying>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/skelcd-control-openSUSE-20210906/package/skelcd-control-openSUSE.changes
new/skelcd-control-openSUSE-20211227/package/skelcd-control-openSUSE.changes
---
old/skelcd-control-openSUSE-20210906/package/skelcd-control-openSUSE.changes
2021-09-07 10:58:06.000000000 +0200
+++
new/skelcd-control-openSUSE-20211227/package/skelcd-control-openSUSE.changes
2021-12-28 11:12:20.000000000 +0100
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Mon Dec 27 17:29:08 UTC 2021 - Knut Anderssen <[email protected]>
+
+- Added 'lsm' section for selecting and configuring the desired
+ Linux Security Module (jsc#SLE-22069)
+- 20211227
+
+-------------------------------------------------------------------
Mon Sep 6 09:44:46 UTC 2021 - Josef Reidinger <[email protected]>
- Define default ntp servers (bsc#1180699)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/skelcd-control-openSUSE-20210906/package/skelcd-control-openSUSE.spec
new/skelcd-control-openSUSE-20211227/package/skelcd-control-openSUSE.spec
--- old/skelcd-control-openSUSE-20210906/package/skelcd-control-openSUSE.spec
2021-09-07 10:58:06.000000000 +0200
+++ new/skelcd-control-openSUSE-20211227/package/skelcd-control-openSUSE.spec
2021-12-28 11:12:20.000000000 +0100
@@ -27,7 +27,7 @@
#
######################################################################
Name: skelcd-control-openSUSE
-Version: 20210906
+Version: 20211227
Release: 0
Summary: The openSUSE Installation Control file
License: MIT
@@ -40,8 +40,8 @@
BuildRequires: libxml2-tools
# xsltproc
BuildRequires: libxslt-tools
-# RNG schema
-BuildRequires: yast2-installation-control >= 4.4.3
+# Added 'lsm' section (jsc#SLE-22069)
+BuildRequires: yast2-installation-control >= 4.4.7
######################################################################
#
# Here is the list of Yast packages which are needed in the