Hello community,
here is the log from the commit of package yast2-installation-control for
openSUSE:Factory checked in at 2019-05-05 21:16:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation-control (Old)
and /work/SRC/openSUSE:Factory/.yast2-installation-control.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-installation-control"
Sun May 5 21:16:46 2019 rev:25 rq:699465 version:4.2.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes
2019-04-01 12:34:29.293815354 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-installation-control.new.5148/yast2-installation-control.changes
2019-05-05 21:16:47.552520922 +0200
@@ -1,0 +2,15 @@
+Thu Apr 25 13:26:09 UTC 2019 - Josef Reidinger <[email protected]>
+
+- fix cpu_mitigations to allow selection(bsc#1098559)
+- add option to set default cpu mitigations per product
+ (bsc#1098559)
+- 4.2.2
+
+-------------------------------------------------------------------
+Thu Apr 25 12:02:06 UTC 2019 - Ladislav Slezák <[email protected]>
+
+- Added a simple test to check that the validation works
+ (the schema definition is valid) (related to bsc#1098559)
+- 4.2.1
+
+-------------------------------------------------------------------
Old:
----
yast2-installation-control-4.2.0.tar.bz2
New:
----
yast2-installation-control-4.2.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-installation-control.spec ++++++
--- /var/tmp/diff_new_pack.0fzKpA/_old 2019-05-05 21:16:47.920521925 +0200
+++ /var/tmp/diff_new_pack.0fzKpA/_new 2019-05-05 21:16:47.924521936 +0200
@@ -17,7 +17,7 @@
Name: yast2-installation-control
-Version: 4.2.0
+Version: 4.2.2
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -29,6 +29,8 @@
Url: https://github.com/yast/yast-installation-control
BuildRequires: yast2-devtools >= 3.1.10
+# smoke test during build
+BuildRequires: libxml2-tools
BuildArch: noarch
++++++ yast2-installation-control-4.2.0.tar.bz2 ->
yast2-installation-control-4.2.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-installation-control-4.2.0/control/control.rnc
new/yast2-installation-control-4.2.2/control/control.rnc
--- old/yast2-installation-control-4.2.0/control/control.rnc 2019-03-28
18:07:46.000000000 +0100
+++ new/yast2-installation-control-4.2.2/control/control.rnc 2019-04-29
17:15:10.000000000 +0200
@@ -118,6 +118,7 @@
| self_update_url
| self_update_id
| installation_ui
+ | cpu_mitigations
| full_system_media_name
| full_system_download_url
@@ -225,6 +226,10 @@
# Installation UI (boo#1088785)
## Enables alternative look of installation with sidebar
installation_ui = element installation_ui { "sidebar" }
+# Default value for CPU Mitigation settings in bootloader
+## possible values are same as for autoyast and in UI - auto, nosmt, off,
manual
+## see ::Bootloader::CpuMitigations.from_string
+cpu_mitigations = element cpu_mitigations { "auto" |
"nosmt" | "off" | "manual" }
# Media name which contains ALL packages for an useful installation
# full_system_download_url has also to be set in order to display it.
full_system_media_name = element full_system_media_name { text }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-installation-control-4.2.0/control/control.rng
new/yast2-installation-control-4.2.2/control/control.rng
--- old/yast2-installation-control-4.2.0/control/control.rng 2019-03-28
18:07:46.000000000 +0100
+++ new/yast2-installation-control-4.2.2/control/control.rng 2019-04-29
17:15:10.000000000 +0200
@@ -141,6 +141,7 @@
<ref name="self_update_url"/>
<ref name="self_update_id"/>
<ref name="installation_ui"/>
+ <ref name="cpu_mitigations"/>
<ref name="full_system_media_name"/>
<ref name="full_system_download_url"/>
</choice>
@@ -439,6 +440,19 @@
<value>sidebar</value>
</element>
</define>
+ <!-- Default value for CPU Mitigation settings in bootloader -->
+ <define name="cpu_mitigations">
+ <a:documentation>possible values are same as for autoyast and in UI -
auto, nosmt, off, manual
+see ::Bootloader::CpuMitigations.from_string</a:documentation>
+ <element name="cpu_mitigations">
+ <choice>
+ <value>auto</value>
+ <value>nosmt</value>
+ <value>off</value>
+ <value>manual</value>
+ </choice>
+ </element>
+ </define>
<!--
Media name which contains ALL packages for an useful installation
full_system_download_url has also to be set in order to display it.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-control-4.2.0/package/yast2-installation-control.changes
new/yast2-installation-control-4.2.2/package/yast2-installation-control.changes
---
old/yast2-installation-control-4.2.0/package/yast2-installation-control.changes
2019-03-28 18:07:46.000000000 +0100
+++
new/yast2-installation-control-4.2.2/package/yast2-installation-control.changes
2019-04-29 17:15:10.000000000 +0200
@@ -1,4 +1,19 @@
-------------------------------------------------------------------
+Thu Apr 25 13:26:09 UTC 2019 - Josef Reidinger <[email protected]>
+
+- fix cpu_mitigations to allow selection(bsc#1098559)
+- add option to set default cpu mitigations per product
+ (bsc#1098559)
+- 4.2.2
+
+-------------------------------------------------------------------
+Thu Apr 25 12:02:06 UTC 2019 - Ladislav Slezák <[email protected]>
+
+- Added a simple test to check that the validation works
+ (the schema definition is valid) (related to bsc#1098559)
+- 4.2.1
+
+-------------------------------------------------------------------
Tue Mar 19 09:52:15 UTC 2019 - David Díaz <[email protected]>
- Add the "select_product" parameter to the software section,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-control-4.2.0/package/yast2-installation-control.spec
new/yast2-installation-control-4.2.2/package/yast2-installation-control.spec
---
old/yast2-installation-control-4.2.0/package/yast2-installation-control.spec
2019-03-28 18:07:46.000000000 +0100
+++
new/yast2-installation-control-4.2.2/package/yast2-installation-control.spec
2019-04-29 17:15:10.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package yast2-installation-control
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: yast2-installation-control
-Version: 4.2.0
+Version: 4.2.2
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -29,6 +29,8 @@
Url: https://github.com/yast/yast-installation-control
BuildRequires: yast2-devtools >= 3.1.10
+# smoke test during build
+BuildRequires: libxml2-tools
BuildArch: noarch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-installation-control-4.2.0/test/Makefile.am
new/yast2-installation-control-4.2.2/test/Makefile.am
--- old/yast2-installation-control-4.2.0/test/Makefile.am 1970-01-01
01:00:00.000000000 +0100
+++ new/yast2-installation-control-4.2.2/test/Makefile.am 2019-04-29
17:15:10.000000000 +0200
@@ -0,0 +1,6 @@
+TESTS = control.test.xml
+
+TEST_EXTENSIONS = .xml
+XML_LOG_COMPILER = xmllint --relaxng $(top_srcdir)/control/control.rng --noout
+VERBOSE = 1
+EXTRA_DIST = $(TESTS)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-control-4.2.0/test/control.test.xml
new/yast2-installation-control-4.2.2/test/control.test.xml
--- old/yast2-installation-control-4.2.0/test/control.test.xml 1970-01-01
01:00:00.000000000 +0100
+++ new/yast2-installation-control-4.2.2/test/control.test.xml 2019-04-29
17:15:10.000000000 +0200
@@ -0,0 +1,5 @@
+<?xml version="1.0"?>
+<productDefines xmlns="http://www.suse.com/1.0/yast2ns"
xmlns:config="http://www.suse.com/1.0/configns">
+
+<!-- This is just an empty product definition to test the validity of the
schema -->
+</productDefines>