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 2025-07-07 14:44:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-installation-control (Old) and /work/SRC/openSUSE:Factory/.yast2-installation-control.new.1903 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-installation-control" Mon Jul 7 14:44:03 2025 rev:54 rq:1277719 version:5.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes 2024-05-09 12:08:19.070844295 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-installation-control.new.1903/yast2-installation-control.changes 2025-07-07 14:44:05.478242886 +0200 @@ -1,0 +2,13 @@ +Thu May 15 06:50:51 UTC 2025 - Stefan Schubert <sch...@suse.de> + +- Added encryption_authentication in the product description file + (section partitioning/proposal) (jsc#PED-10703). +- 5.0.3 + +------------------------------------------------------------------- +Tue Apr 29 16:17:14 UTC 2025 - Stefan Schubert <sch...@suse.de> + +- Added preferred_bootloader (jsc#PED-1906) +- 5.0.2 + +------------------------------------------------------------------- Old: ---- yast2-installation-control-5.0.1.tar.bz2 New: ---- yast2-installation-control-5.0.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-installation-control.spec ++++++ --- /var/tmp/diff_new_pack.5lZxE1/_old 2025-07-07 14:44:06.046266601 +0200 +++ /var/tmp/diff_new_pack.5lZxE1/_new 2025-07-07 14:44:06.050266768 +0200 @@ -1,7 +1,7 @@ # # spec file for package yast2-installation-control # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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: 5.0.1 +Version: 5.0.3 Release: 0 Summary: YaST2 - RNG schema for installation control files License: GPL-2.0-only ++++++ yast2-installation-control-5.0.1.tar.bz2 -> yast2-installation-control-5.0.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-control-5.0.1/.github/workflows/ci.yml new/yast2-installation-control-5.0.3/.github/workflows/ci.yml --- old/yast2-installation-control-5.0.1/.github/workflows/ci.yml 2024-05-08 11:12:23.000000000 +0200 +++ new/yast2-installation-control-5.0.3/.github/workflows/ci.yml 2025-05-15 14:04:05.000000000 +0200 @@ -6,6 +6,9 @@ jobs: Package: + # skip in master, but run in forks + if: github.ref_name != 'master' || github.repository_owner != 'yast' + runs-on: ubuntu-latest strategy: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-control-5.0.1/.github/workflows/submit.yml new/yast2-installation-control-5.0.3/.github/workflows/submit.yml --- old/yast2-installation-control-5.0.1/.github/workflows/submit.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-installation-control-5.0.3/.github/workflows/submit.yml 2025-05-15 14:04:05.000000000 +0200 @@ -0,0 +1,29 @@ +# See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions + +name: OBS + +on: + # only when committing to master + push: + branches: master + + # allow running manually from GitHub Web + workflow_dispatch: + +jobs: + submit: + # do not run in forks + if: github.repository_owner == 'yast' + + runs-on: ubuntu-latest + + # the default timeout is 6 hours, do not wait for that long if osc gets stucked + timeout-minutes: 30 + + steps: + - name: Submit the package + # see https://github.com/yast/actions/blob/master/submit/action.yml + uses: yast/actions/submit@master + with: + obs_user: ${{ secrets.OBS_USER }} + obs_password: ${{ secrets.OBS_PASSWORD }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-control-5.0.1/README.md new/yast2-installation-control-5.0.3/README.md --- old/yast2-installation-control-5.0.1/README.md 2024-05-08 11:12:23.000000000 +0200 +++ new/yast2-installation-control-5.0.3/README.md 2025-05-15 14:04:05.000000000 +0200 @@ -2,8 +2,7 @@ [[]( https://github.com/yast/yast-installation-control/actions?query=branch%3Amaster) -[]( -https://ci.opensuse.org/view/Yast/job/yast-yast-installation-control-master/) +[](https://github.com/yast/yast-installation-control/actions/workflows/submit.yml) ## Notes diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-control-5.0.1/control/control.rnc new/yast2-installation-control-5.0.3/control/control.rnc --- old/yast2-installation-control-5.0.1/control/control.rnc 2024-05-08 11:12:23.000000000 +0200 +++ new/yast2-installation-control-5.0.3/control/control.rnc 2025-05-15 14:04:05.000000000 +0200 @@ -123,6 +123,7 @@ | displaymanager_shutdown | enable_autologin | enable_systemd_boot + | preferred_bootloader | enable_clone | enable_firewall | enable_kdump @@ -211,6 +212,8 @@ enable_autologin = element enable_autologin { BOOLEAN } ## systemd_boot can be selected if UEFI is available enable_systemd_boot = element enable_systemd_boot { BOOLEAN } +## Preferred bootloader +preferred_bootloader = element preferred_bootloader { STRING } ## Default value for firewall enable_firewall = element enable_firewall { BOOLEAN } ## Default value for opening port for SSH in firewall @@ -699,6 +702,7 @@ lvm? & encryption_method? & encryption_pbkdf? + & encryption_authentication? & separate_vgs? & resize_windows? & windows_delete_mode? @@ -713,6 +717,7 @@ lvm = element lvm { BOOLEAN } encryption_method = element encryption_method { STRING } encryption_pbkdf = element encryption_pbkdf { STRING } +encryption_authentication = element encryption_authentication { STRING } separate_vgs = element separate_vgs { BOOLEAN } resize_windows = element resize_windows { BOOLEAN } windows_delete_mode = element windows_delete_mode { SYMBOL, delete_mode_enum } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-control-5.0.1/control/control.rng new/yast2-installation-control-5.0.3/control/control.rng --- old/yast2-installation-control-5.0.1/control/control.rng 2024-05-08 11:12:23.000000000 +0200 +++ new/yast2-installation-control-5.0.3/control/control.rng 2025-05-15 14:04:05.000000000 +0200 @@ -202,6 +202,7 @@ <ref name="displaymanager_shutdown"/> <ref name="enable_autologin"/> <ref name="enable_systemd_boot"/> + <ref name="preferred_bootloader"/> <ref name="enable_clone"/> <ref name="enable_firewall"/> <ref name="enable_kdump"/> @@ -357,6 +358,12 @@ <ref name="BOOLEAN"/> </element> </define> + <define name="preferred_bootloader"> + <a:documentation>Preferred bootloader</a:documentation> + <element name="preferred_bootloader"> + <ref name="STRING"/> + </element> + </define> <define name="enable_firewall"> <a:documentation>Default value for firewall</a:documentation> <element name="enable_firewall"> @@ -1385,6 +1392,9 @@ <ref name="encryption_pbkdf"/> </optional> <optional> + <ref name="encryption_authentication"/> + </optional> + <optional> <ref name="separate_vgs"/> </optional> <optional> @@ -1431,6 +1441,11 @@ <ref name="STRING"/> </element> </define> + <define name="encryption_authentication"> + <element name="encryption_authentication"> + <ref name="STRING"/> + </element> + </define> <define name="separate_vgs"> <element name="separate_vgs"> <ref name="BOOLEAN"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-control-5.0.1/package/yast2-installation-control.changes new/yast2-installation-control-5.0.3/package/yast2-installation-control.changes --- old/yast2-installation-control-5.0.1/package/yast2-installation-control.changes 2024-05-08 11:12:23.000000000 +0200 +++ new/yast2-installation-control-5.0.3/package/yast2-installation-control.changes 2025-05-15 14:04:05.000000000 +0200 @@ -1,4 +1,17 @@ ------------------------------------------------------------------- +Thu May 15 06:50:51 UTC 2025 - Stefan Schubert <sch...@suse.de> + +- Added encryption_authentication in the product description file + (section partitioning/proposal) (jsc#PED-10703). +- 5.0.3 + +------------------------------------------------------------------- +Tue Apr 29 16:17:14 UTC 2025 - Stefan Schubert <sch...@suse.de> + +- Added preferred_bootloader (jsc#PED-1906) +- 5.0.2 + +------------------------------------------------------------------- Wed Apr 17 15:19:17 UTC 2024 - Stefan Schubert <sch...@suse.com> - Added encryption_method and encryption_pbkdf in the product diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-control-5.0.1/package/yast2-installation-control.spec new/yast2-installation-control-5.0.3/package/yast2-installation-control.spec --- old/yast2-installation-control-5.0.1/package/yast2-installation-control.spec 2024-05-08 11:12:23.000000000 +0200 +++ new/yast2-installation-control-5.0.3/package/yast2-installation-control.spec 2025-05-15 14:04:05.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-installation-control -Version: 5.0.1 +Version: 5.0.3 Release: 0 Summary: YaST2 - RNG schema for installation control files License: GPL-2.0-only