Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package yast2-installation-control for
openSUSE:Factory checked in at 2022-01-09 22:49:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation-control (Old)
and /work/SRC/openSUSE:Factory/.yast2-installation-control.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-installation-control"
Sun Jan 9 22:49:59 2022 rev:45 rq:944770 version:4.4.8
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes
2021-12-29 21:10:43.562274148 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-installation-control.new.1892/yast2-installation-control.changes
2022-01-09 22:50:08.819282594 +0100
@@ -1,0 +2,7 @@
+Tue Jan 4 11:47:25 UTC 2022 - Knut Anderssen <[email protected]>
+
+- LSM section: added "selectable" option to the section
+ (related to jsc#SLE-22069).
+- 4.4.8
+
+-------------------------------------------------------------------
Old:
----
yast2-installation-control-4.4.7.tar.bz2
New:
----
yast2-installation-control-4.4.8.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-installation-control.spec ++++++
--- /var/tmp/diff_new_pack.iE1fiZ/_old 2022-01-09 22:50:09.291283015 +0100
+++ /var/tmp/diff_new_pack.iE1fiZ/_new 2022-01-09 22:50:09.291283015 +0100
@@ -1,7 +1,7 @@
#
# spec file for package yast2-installation-control
#
-# 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
@@ -17,7 +17,7 @@
Name: yast2-installation-control
-Version: 4.4.7
+Version: 4.4.8
Release: 0
Summary: YaST2 - RNG schema for installation control files
License: GPL-2.0-only
++++++ yast2-installation-control-4.4.7.tar.bz2 ->
yast2-installation-control-4.4.8.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-installation-control-4.4.7/control/control.rnc
new/yast2-installation-control-4.4.8/control/control.rnc
--- old/yast2-installation-control-4.4.7/control/control.rnc 2021-12-28
10:14:02.000000000 +0100
+++ new/yast2-installation-control-4.4.8/control/control.rnc 2022-01-07
16:27:47.000000000 +0100
@@ -166,6 +166,8 @@
| propose_hibernation
| default_ntp_servers
| lsm
+ # (deprecated) but make it backward compatible (bsc#1194403)
+ | selinux
## Default kernel parameters proposed by bootloader
additional_kernel_parameters = element additional_kernel_parameters {
STRING }
@@ -311,19 +313,20 @@
lsm_configurable = element configurable { BOOLEAN }
## Whether the module can be selected during installation
lsm_selectable = element selectable { BOOLEAN }
-## Space-separated list of required/suggested patterns when using SELinux
+## Space-separated list of required/suggested patterns for the module
lsm_patterns = element patterns { text }
lsm = element lsm { MAP,
(
lsm_select? &
lsm_configurable? &
+ lsm_selectable? &
selinux? &
apparmor?
)
}
-# Linux Security Major Module to be activted after installation
+# Linux Security Major Module to be activated after installation
lsm_select = element select { "apparmor" | "selinux" | "none" }
lsm_module =
lsm_configurable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-installation-control-4.4.7/control/control.rng
new/yast2-installation-control-4.4.8/control/control.rng
--- old/yast2-installation-control-4.4.7/control/control.rng 2021-12-28
10:14:02.000000000 +0100
+++ new/yast2-installation-control-4.4.8/control/control.rng 2022-01-07
16:27:47.000000000 +0100
@@ -245,6 +245,8 @@
<ref name="propose_hibernation"/>
<ref name="default_ntp_servers"/>
<ref name="lsm"/>
+ <!-- (deprecated) but make it backward compatible (bsc#1194403) -->
+ <ref name="selinux"/>
</choice>
</define>
<define name="additional_kernel_parameters">
@@ -642,7 +644,7 @@
</element>
</define>
<define name="lsm_patterns">
- <a:documentation>Space-separated list of required/suggested patterns when
using SELinux</a:documentation>
+ <a:documentation>Space-separated list of required/suggested patterns for
the module</a:documentation>
<element name="patterns">
<text/>
</element>
@@ -658,6 +660,9 @@
<ref name="lsm_configurable"/>
</optional>
<optional>
+ <ref name="lsm_selectable"/>
+ </optional>
+ <optional>
<ref name="selinux"/>
</optional>
<optional>
@@ -666,7 +671,7 @@
</interleave>
</element>
</define>
- <!-- Linux Security Major Module to be activted after installation -->
+ <!-- Linux Security Major Module to be activated after installation -->
<define name="lsm_select">
<element name="select">
<choice>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-control-4.4.7/package/yast2-installation-control.changes
new/yast2-installation-control-4.4.8/package/yast2-installation-control.changes
---
old/yast2-installation-control-4.4.7/package/yast2-installation-control.changes
2021-12-28 10:14:02.000000000 +0100
+++
new/yast2-installation-control-4.4.8/package/yast2-installation-control.changes
2022-01-07 16:27:47.000000000 +0100
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Tue Jan 4 11:47:25 UTC 2022 - Knut Anderssen <[email protected]>
+
+- LSM section: added "selectable" option to the section
+ (related to jsc#SLE-22069).
+- 4.4.8
+
+-------------------------------------------------------------------
Mon Dec 27 17:51:45 UTC 2021 - Knut Anderssen <[email protected]>
- Added "lsm" section for selecting and configuring the desired
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-control-4.4.7/package/yast2-installation-control.spec
new/yast2-installation-control-4.4.8/package/yast2-installation-control.spec
---
old/yast2-installation-control-4.4.7/package/yast2-installation-control.spec
2021-12-28 10:14:02.000000000 +0100
+++
new/yast2-installation-control-4.4.8/package/yast2-installation-control.spec
2022-01-07 16:27:47.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-installation-control
-Version: 4.4.7
+Version: 4.4.8
Release: 0
Summary: YaST2 - RNG schema for installation control files
License: GPL-2.0-only