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-02-01 14:02:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation-control (Old)
and /work/SRC/openSUSE:Factory/.yast2-installation-control.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-installation-control"
Tue Feb 1 14:02:29 2022 rev:47 rq:949710 version:4.4.10
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes
2022-01-14 23:13:48.814653951 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-installation-control.new.1898/yast2-installation-control.changes
2022-02-01 14:02:41.168184154 +0100
@@ -1,0 +2,6 @@
+Fri Jan 28 13:17:34 UTC 2022 - Josef Reidinger <[email protected]>
+
+- add boot timeout option (jsc#SLE-22667)
+- 4.4.10
+
+-------------------------------------------------------------------
Old:
----
yast2-installation-control-4.4.9.tar.bz2
New:
----
yast2-installation-control-4.4.10.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-installation-control.spec ++++++
--- /var/tmp/diff_new_pack.2Ofsjd/_old 2022-02-01 14:02:41.620181056 +0100
+++ /var/tmp/diff_new_pack.2Ofsjd/_new 2022-02-01 14:02:41.628181001 +0100
@@ -17,7 +17,7 @@
Name: yast2-installation-control
-Version: 4.4.9
+Version: 4.4.10
Release: 0
Summary: YaST2 - RNG schema for installation control files
License: GPL-2.0-only
++++++ yast2-installation-control-4.4.9.tar.bz2 ->
yast2-installation-control-4.4.10.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-installation-control-4.4.9/control/control.rnc
new/yast2-installation-control-4.4.10/control/control.rnc
--- old/yast2-installation-control-4.4.9/control/control.rnc 2022-01-13
14:49:08.000000000 +0100
+++ new/yast2-installation-control-4.4.10/control/control.rnc 2022-01-28
16:18:35.000000000 +0100
@@ -105,69 +105,70 @@
# globals
globals_elements =
- incomplete_translation_treshold
- | additional_kernel_parameters
- | ui_mode
+ additional_kernel_parameters
+ | addons_default
| base_product_license_directory
- | enable_autologin
- | enable_firewall
- | firewall_enable_ssh
- | enable_sshd
- | write_hostname_to_hosts
+ | boot_timeout
+ | cpu_mitigations
+ | debug_deploying
+ | debug_workflow
+ | default_ntp_servers
+ | default_ntp_setup
+ | default_subworkflow
+ | default_target
| dhclient_set_hostname
- | run_init_scripts_in_parallel
- | inform_about_suboptimal_distribution
- | skip_language_dialog
+ | disable_os_prober
+ | disable_register_w3m
+ | display_register_forcereg
+ | displaymanager_shutdown
+ | enable_autologin
+ | enable_autologin
| enable_clone
- | save_y2logs
+ | enable_firewall
+ | enable_kdump
+ | enable_local_users
| enable_register_hwdata
| enable_register_optional
- | disable_os_prober
- | display_register_forcereg
- | disable_register_w3m
- | register_monthly
+ | enable_sshd
+ | firewall_enable_ssh
+ | full_system_download_url
+ | full_system_media_name
+ | incomplete_translation_treshold
+ | inform_about_suboptimal_distribution
+ | installation_layout
+ | installation_ui
+ | kexec_reboot
+ | language
+ | lsm
| manual_online_update
- | root_password_as_first_user
- | root_password_ca_check
- | enable_local_users
- | show_online_repositories
| online_repositories_default
- | show_addons
- | addons_default
- | kexec_reboot
- | rle_offer_rulevel_4
- | default_ntp_setup
- | save_instsys_content
- | displaymanager_shutdown
- | enable_kdump
| polkit_default_privs
- | debug_workflow
- | subworkflows
- | default_subworkflow
- | language
- | timezone
+ | precise_time
+ | propose_hibernation
| readonly_language
| readonly_timezone
- | enable_autologin
- | default_target
+ | register_monthly
| require_registration
- | services_proposal
- | debug_deploying
- | show_drivers_info
- | self_update_url
+ | rle_offer_rulevel_4
+ | root_password_as_first_user
+ | root_password_ca_check
+ | run_init_scripts_in_parallel
+ | save_instsys_content
+ | save_y2logs
| self_update_id
+ | self_update_url
| self_update_version
- | installation_ui
- | installation_layout
- | cpu_mitigations
- | full_system_media_name
- | full_system_download_url
- | precise_time
- | propose_hibernation
- | default_ntp_servers
- | lsm
# (deprecated) but make it backward compatible (bsc#1194403)
| selinux
+ | services_proposal
+ | show_addons
+ | show_drivers_info
+ | show_online_repositories
+ | skip_language_dialog
+ | subworkflows
+ | timezone
+ | ui_mode
+ | write_hostname_to_hosts
## Default kernel parameters proposed by bootloader
additional_kernel_parameters = element additional_kernel_parameters {
STRING }
@@ -175,6 +176,8 @@
## it being 'complete'. Less are reported if user tries to switch to such
## language during installation / upgrade.
incomplete_translation_treshold = element incomplete_translation_treshold
{ STRING }
+## Default proposed timeout settings for bootloader (jsc#SLE-22667)
+boot_timeout = element boot_timeout { INTEGER }
## Directory where the base-product (e.g., SLES) license files are stored
base_product_license_directory = element base_product_license_directory
{ STRING }
## Defines an UI mode used in some modules to differentiate between
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-installation-control-4.4.9/control/control.rng
new/yast2-installation-control-4.4.10/control/control.rng
--- old/yast2-installation-control-4.4.9/control/control.rng 2022-01-13
14:49:08.000000000 +0100
+++ new/yast2-installation-control-4.4.10/control/control.rng 2022-01-28
16:18:35.000000000 +0100
@@ -184,69 +184,70 @@
<!-- globals -->
<define name="globals_elements">
<choice>
- <ref name="incomplete_translation_treshold"/>
<ref name="additional_kernel_parameters"/>
- <ref name="ui_mode"/>
+ <ref name="addons_default"/>
<ref name="base_product_license_directory"/>
- <ref name="enable_autologin"/>
- <ref name="enable_firewall"/>
- <ref name="firewall_enable_ssh"/>
- <ref name="enable_sshd"/>
- <ref name="write_hostname_to_hosts"/>
+ <ref name="boot_timeout"/>
+ <ref name="cpu_mitigations"/>
+ <ref name="debug_deploying"/>
+ <ref name="debug_workflow"/>
+ <ref name="default_ntp_servers"/>
+ <ref name="default_ntp_setup"/>
+ <ref name="default_subworkflow"/>
+ <ref name="default_target"/>
<ref name="dhclient_set_hostname"/>
- <ref name="run_init_scripts_in_parallel"/>
- <ref name="inform_about_suboptimal_distribution"/>
- <ref name="skip_language_dialog"/>
+ <ref name="disable_os_prober"/>
+ <ref name="disable_register_w3m"/>
+ <ref name="display_register_forcereg"/>
+ <ref name="displaymanager_shutdown"/>
+ <ref name="enable_autologin"/>
+ <ref name="enable_autologin"/>
<ref name="enable_clone"/>
- <ref name="save_y2logs"/>
+ <ref name="enable_firewall"/>
+ <ref name="enable_kdump"/>
+ <ref name="enable_local_users"/>
<ref name="enable_register_hwdata"/>
<ref name="enable_register_optional"/>
- <ref name="disable_os_prober"/>
- <ref name="display_register_forcereg"/>
- <ref name="disable_register_w3m"/>
- <ref name="register_monthly"/>
+ <ref name="enable_sshd"/>
+ <ref name="firewall_enable_ssh"/>
+ <ref name="full_system_download_url"/>
+ <ref name="full_system_media_name"/>
+ <ref name="incomplete_translation_treshold"/>
+ <ref name="inform_about_suboptimal_distribution"/>
+ <ref name="installation_layout"/>
+ <ref name="installation_ui"/>
+ <ref name="kexec_reboot"/>
+ <ref name="language"/>
+ <ref name="lsm"/>
<ref name="manual_online_update"/>
- <ref name="root_password_as_first_user"/>
- <ref name="root_password_ca_check"/>
- <ref name="enable_local_users"/>
- <ref name="show_online_repositories"/>
<ref name="online_repositories_default"/>
- <ref name="show_addons"/>
- <ref name="addons_default"/>
- <ref name="kexec_reboot"/>
- <ref name="rle_offer_rulevel_4"/>
- <ref name="default_ntp_setup"/>
- <ref name="save_instsys_content"/>
- <ref name="displaymanager_shutdown"/>
- <ref name="enable_kdump"/>
<ref name="polkit_default_privs"/>
- <ref name="debug_workflow"/>
- <ref name="subworkflows"/>
- <ref name="default_subworkflow"/>
- <ref name="language"/>
- <ref name="timezone"/>
+ <ref name="precise_time"/>
+ <ref name="propose_hibernation"/>
<ref name="readonly_language"/>
<ref name="readonly_timezone"/>
- <ref name="enable_autologin"/>
- <ref name="default_target"/>
+ <ref name="register_monthly"/>
<ref name="require_registration"/>
- <ref name="services_proposal"/>
- <ref name="debug_deploying"/>
- <ref name="show_drivers_info"/>
- <ref name="self_update_url"/>
+ <ref name="rle_offer_rulevel_4"/>
+ <ref name="root_password_as_first_user"/>
+ <ref name="root_password_ca_check"/>
+ <ref name="run_init_scripts_in_parallel"/>
+ <ref name="save_instsys_content"/>
+ <ref name="save_y2logs"/>
<ref name="self_update_id"/>
+ <ref name="self_update_url"/>
<ref name="self_update_version"/>
- <ref name="installation_ui"/>
- <ref name="installation_layout"/>
- <ref name="cpu_mitigations"/>
- <ref name="full_system_media_name"/>
- <ref name="full_system_download_url"/>
- <ref name="precise_time"/>
- <ref name="propose_hibernation"/>
- <ref name="default_ntp_servers"/>
- <ref name="lsm"/>
<!-- (deprecated) but make it backward compatible (bsc#1194403) -->
<ref name="selinux"/>
+ <ref name="services_proposal"/>
+ <ref name="show_addons"/>
+ <ref name="show_drivers_info"/>
+ <ref name="show_online_repositories"/>
+ <ref name="skip_language_dialog"/>
+ <ref name="subworkflows"/>
+ <ref name="timezone"/>
+ <ref name="ui_mode"/>
+ <ref name="write_hostname_to_hosts"/>
</choice>
</define>
<define name="additional_kernel_parameters">
@@ -263,6 +264,12 @@
<ref name="STRING"/>
</element>
</define>
+ <define name="boot_timeout">
+ <a:documentation>Default proposed timeout settings for bootloader
(jsc#SLE-22667)</a:documentation>
+ <element name="boot_timeout">
+ <ref name="INTEGER"/>
+ </element>
+ </define>
<define name="base_product_license_directory">
<a:documentation>Directory where the base-product (e.g., SLES) license
files are stored</a:documentation>
<element name="base_product_license_directory">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-control-4.4.9/package/yast2-installation-control.changes
new/yast2-installation-control-4.4.10/package/yast2-installation-control.changes
---
old/yast2-installation-control-4.4.9/package/yast2-installation-control.changes
2022-01-13 14:49:08.000000000 +0100
+++
new/yast2-installation-control-4.4.10/package/yast2-installation-control.changes
2022-01-28 16:18:35.000000000 +0100
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Fri Jan 28 13:17:34 UTC 2022 - Josef Reidinger <[email protected]>
+
+- add boot timeout option (jsc#SLE-22667)
+- 4.4.10
+
+-------------------------------------------------------------------
Tue Jan 11 09:00:19 UTC 2022 - Knut Anderssen <[email protected]>
Related to jsc#SLE-22069:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-control-4.4.9/package/yast2-installation-control.spec
new/yast2-installation-control-4.4.10/package/yast2-installation-control.spec
---
old/yast2-installation-control-4.4.9/package/yast2-installation-control.spec
2022-01-13 14:49:08.000000000 +0100
+++
new/yast2-installation-control-4.4.10/package/yast2-installation-control.spec
2022-01-28 16:18:35.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-installation-control
-Version: 4.4.9
+Version: 4.4.10
Release: 0
Summary: YaST2 - RNG schema for installation control files
License: GPL-2.0-only